You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -781,36 +781,6 @@ export type ItemVersionInstancesHrefSchema = {
781
781
};
782
782
[k: string]: unknown;
783
783
};
784
-
/**
785
-
* This interface was referenced by `Item`'s JSON-Schema
786
-
* via the `batch_destroy.hrefSchema` link.
787
-
*/
788
-
exporttypeItemBatchDestroyHrefSchema={
789
-
/**
790
-
* IDs of records to delete, comma separated (a maximum of 200 IDs are allowed per request)
791
-
*/
792
-
'filter[ids]': string;
793
-
};
794
-
/**
795
-
* This interface was referenced by `Item`'s JSON-Schema
796
-
* via the `batch_publish.hrefSchema` link.
797
-
*/
798
-
exporttypeItemBatchPublishHrefSchema={
799
-
/**
800
-
* IDs of records to publish, comma separated (a maximum of 200 IDs are allowed per request)
801
-
*/
802
-
'filter[ids]': string;
803
-
};
804
-
/**
805
-
* This interface was referenced by `Item`'s JSON-Schema
806
-
* via the `batch_unpublish.hrefSchema` link.
807
-
*/
808
-
exporttypeItemBatchUnpublishHrefSchema={
809
-
/**
810
-
* IDs of records to unpublish, comma separated (a maximum of 200 IDs are allowed per request)
811
-
*/
812
-
'filter[ids]': string;
813
-
};
814
784
/**
815
785
* This interface was referenced by `Item`'s JSON-Schema
816
786
* via the `publish.schema` link.
@@ -7346,6 +7316,10 @@ export type ItemMeta = {
7346
7316
* Workflow stage in which the item is
7347
7317
*/
7348
7318
stage: null|string;
7319
+
/**
7320
+
* When the records can be organized in a tree, indicates whether the item has children
7321
+
*/
7322
+
has_children: null|boolean;
7349
7323
};
7350
7324
7351
7325
/**
@@ -8079,66 +8053,6 @@ export type ItemDestroyJobSchema = {
8079
8053
data: Item;
8080
8054
};
8081
8055
8082
-
/**
8083
-
* This interface was referenced by `Item`'s JSON-Schema
8084
-
* via the `batch_destroy.targetSchema` link.
8085
-
*/
8086
-
exporttypeItemBatchDestroyTargetSchema={
8087
-
data: Job;
8088
-
};
8089
-
8090
-
/**
8091
-
* This interface was referenced by `Item`'s JSON-Schema
8092
-
* via the `batch_destroy.jobSchema` link.
8093
-
*/
8094
-
exporttypeItemBatchDestroyJobSchema={
8095
-
data: unknown[];
8096
-
meta: {
8097
-
successful: number;
8098
-
failed: number;
8099
-
};
8100
-
};
8101
-
8102
-
/**
8103
-
* This interface was referenced by `Item`'s JSON-Schema
8104
-
* via the `batch_publish.targetSchema` link.
8105
-
*/
8106
-
exporttypeItemBatchPublishTargetSchema={
8107
-
data: Job;
8108
-
};
8109
-
8110
-
/**
8111
-
* This interface was referenced by `Item`'s JSON-Schema
8112
-
* via the `batch_publish.jobSchema` link.
8113
-
*/
8114
-
exporttypeItemBatchPublishJobSchema={
8115
-
data: unknown[];
8116
-
meta: {
8117
-
successful: number;
8118
-
failed: number;
8119
-
};
8120
-
};
8121
-
8122
-
/**
8123
-
* This interface was referenced by `Item`'s JSON-Schema
8124
-
* via the `batch_unpublish.targetSchema` link.
8125
-
*/
8126
-
exporttypeItemBatchUnpublishTargetSchema={
8127
-
data: Job;
8128
-
};
8129
-
8130
-
/**
8131
-
* This interface was referenced by `Item`'s JSON-Schema
8132
-
* via the `batch_unpublish.jobSchema` link.
8133
-
*/
8134
-
exporttypeItemBatchUnpublishJobSchema={
8135
-
data: unknown[];
8136
-
meta: {
8137
-
successful: number;
8138
-
failed: number;
8139
-
};
8140
-
};
8141
-
8142
8056
/**
8143
8057
* This interface was referenced by `Item`'s JSON-Schema
8144
8058
* via the `publish.targetSchema` link.
@@ -11866,37 +11780,41 @@ export type SiteMeta = {
11866
11780
*/
11867
11781
created_at: string;
11868
11782
/**
11869
-
* Whether the Improved API Timezone Management option is active or not
11783
+
* The default value for the draft mode option in all the environment's models
11784
+
*/
11785
+
draft_mode_default: boolean;
11786
+
/**
11787
+
* Whether the site has custom upload storage settings
11788
+
*/
11789
+
custom_upload_storage_settings?: boolean;
11790
+
/**
11791
+
* Whether the [Improved API Timezone Management](https://www.datocms.com/product-updates/improved-timezone-management) opt-in product update is active or not
11870
11792
*/
11871
11793
improved_timezone_management: boolean;
11872
11794
/**
11873
-
* Whether the Improved API Hex Management option is active or not
11795
+
* Whether the [Improved API Hex Management](https://www.datocms.com/product-updates/improved-hex-management) opt-in product update is active or not
11874
11796
*/
11875
11797
improved_hex_management: boolean;
11876
11798
/**
11877
-
* Whether the Improved GraphQL multi-locale fields option is active or not
11799
+
* Whether the [Improved GraphQL multi-locale fields](https://www.datocms.com/product-updates/improved-gql-multilocale-fields) opt-in product update is active or not
11878
11800
*/
11879
11801
improved_gql_multilocale_fields: boolean;
11880
11802
/**
11881
-
* Whether the Improved GraphQL visibility control option is active or not
11803
+
* Whether the [Improved GraphQL visibility control](https://www.datocms.com/product-updates/improved-gql-visibility-control) opt-in product update is active or not
11882
11804
*/
11883
11805
improved_gql_visibility_control: boolean;
11884
11806
/**
11885
-
* Whether the Improved boolean fields option is active or not
11807
+
* Whether the [Improved boolean fields](https://www.datocms.com/product-updates/improved-boolean-fields) opt-in product update is active or not
11886
11808
*/
11887
11809
improved_boolean_fields: boolean;
11888
11810
/**
11889
-
* The default value for the draft mode option in all the environment's models
11890
-
*/
11891
-
draft_mode_default: boolean;
11892
-
/**
11893
-
* Whether the Improved validation at publishing option is active or not
11811
+
* Whether the [Improved validation at publishing](https://www.datocms.com/product-updates/force-validations-on-records-when-publishing) opt-in product update is active or not
11894
11812
*/
11895
11813
improved_validation_at_publishing: boolean;
11896
11814
/**
11897
-
* Whether the site has custom upload storage settings
11815
+
* Whether the [Improved exposure of inline blocks in the Content Delivery API](https://www.datocms.com/product-updates/improved-exposure-of-inline-blocks-in-cda) opt-in product update is active or not
@@ -12049,37 +11967,41 @@ export type SiteUpdateSchema = {
12049
11967
};
12050
11968
meta?: {
12051
11969
/**
12052
-
* Whether the Improved API Timezone Management option is active or not
11970
+
* Whether the [Improved API Timezone Management](https://www.datocms.com/product-updates/improved-timezone-management) opt-in product update is active or not
12053
11971
*/
12054
11972
improved_timezone_management?: boolean;
12055
11973
/**
12056
-
* Whether the Improved API Hex Management option is active or not
11974
+
* Whether the [Improved API Hex Management](https://www.datocms.com/product-updates/improved-hex-management) opt-in product update is active or not
12057
11975
*/
12058
11976
improved_hex_management?: boolean;
12059
11977
/**
12060
-
* Whether the Improved GraphQL multi-locale fields option is active or not
11978
+
* Whether the [Improved GraphQL multi-locale fields](https://www.datocms.com/product-updates/improved-gql-multilocale-fields) opt-in product update is active or not
12061
11979
*/
12062
11980
improved_gql_multilocale_fields?: boolean;
12063
11981
/**
12064
-
* Whether the Improved GraphQL visibility control option is active or not
11982
+
* Whether the [Improved GraphQL visibility control](https://www.datocms.com/product-updates/improved-gql-visibility-control) opt-in product update is active or not
12065
11983
*/
12066
11984
improved_gql_visibility_control?: boolean;
12067
11985
/**
12068
-
* Whether the Improved boolean fields option is active or not
11986
+
* Whether the [Improved boolean fields](https://www.datocms.com/product-updates/improved-boolean-fields) opt-in product update is active or not
12069
11987
*/
12070
11988
improved_boolean_fields?: boolean;
12071
11989
/**
12072
11990
* The default value for the draft mode option in all the environment's models
12073
11991
*/
12074
11992
draft_mode_default?: boolean;
12075
11993
/**
12076
-
* Whether the Improved validation at publishing option is active or not
11994
+
* Whether the [Improved validation at publishing](https://www.datocms.com/product-updates/force-validations-on-records-when-publishing) opt-in product update is active or not
12077
11995
*/
12078
11996
improved_validation_at_publishing?: boolean;
12079
11997
/**
12080
11998
* Whether the site has custom upload storage settings
12081
11999
*/
12082
12000
custom_upload_storage_settings?: boolean;
12001
+
/**
12002
+
* Whether the [Improved exposure of inline blocks in the Content Delivery API](https://www.datocms.com/product-updates/improved-exposure-of-inline-blocks-in-cda) opt-in product update is active or not
0 commit comments