@datocms/cma-client 5.2.0-alpha.3 → 5.2.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/generated/Client.js +3 -3
- package/dist/cjs/generated/Client.js.map +1 -1
- package/dist/cjs/generated/resources/Role.js +8 -8
- package/dist/cjs/generated/resources/Role.js.map +1 -1
- package/dist/cjs/generated/resources/{SiteSearchSource.js → SearchIndex.js} +53 -53
- package/dist/cjs/generated/resources/SearchIndex.js.map +1 -0
- package/dist/cjs/generated/resources/{SiteSearchSourceEvent.js → SearchIndexEvent.js} +19 -19
- package/dist/cjs/generated/resources/SearchIndexEvent.js.map +1 -0
- package/dist/cjs/generated/resources/index.js +5 -5
- package/dist/cjs/generated/resources/index.js.map +1 -1
- package/dist/esm/generated/ApiTypes.d.ts +131 -131
- package/dist/esm/generated/Client.d.ts +2 -2
- package/dist/esm/generated/Client.js +3 -3
- package/dist/esm/generated/Client.js.map +1 -1
- package/dist/esm/generated/RawApiTypes.d.ts +136 -136
- package/dist/esm/generated/resources/Role.js +8 -8
- package/dist/esm/generated/resources/Role.js.map +1 -1
- package/dist/esm/generated/resources/{SiteSearchSource.d.ts → SearchIndex.d.ts} +40 -40
- package/dist/esm/generated/resources/{SiteSearchSource.js → SearchIndex.js} +52 -52
- package/dist/esm/generated/resources/SearchIndex.js.map +1 -0
- package/dist/esm/generated/resources/SearchIndexEvent.d.ts +61 -0
- package/dist/esm/generated/resources/{SiteSearchSourceEvent.js → SearchIndexEvent.js} +18 -18
- package/dist/esm/generated/resources/SearchIndexEvent.js.map +1 -0
- package/dist/esm/generated/resources/index.d.ts +2 -2
- package/dist/esm/generated/resources/index.js +2 -2
- package/dist/esm/generated/resources/index.js.map +1 -1
- package/dist/types/generated/ApiTypes.d.ts +131 -131
- package/dist/types/generated/Client.d.ts +2 -2
- package/dist/types/generated/RawApiTypes.d.ts +136 -136
- package/dist/types/generated/resources/{SiteSearchSource.d.ts → SearchIndex.d.ts} +40 -40
- package/dist/types/generated/resources/SearchIndexEvent.d.ts +61 -0
- package/dist/types/generated/resources/index.d.ts +2 -2
- package/package.json +3 -3
- package/resources.json +75 -75
- package/src/generated/ApiTypes.ts +132 -133
- package/src/generated/Client.ts +5 -5
- package/src/generated/RawApiTypes.ts +137 -137
- package/src/generated/resources/Role.ts +8 -8
- package/src/generated/resources/SearchIndex.ts +255 -0
- package/src/generated/resources/{SiteSearchSourceEvent.ts → SearchIndexEvent.ts} +32 -34
- package/src/generated/resources/index.ts +2 -2
- package/dist/cjs/generated/resources/SiteSearchSource.js.map +0 -1
- package/dist/cjs/generated/resources/SiteSearchSourceEvent.js.map +0 -1
- package/dist/esm/generated/resources/SiteSearchSource.js.map +0 -1
- package/dist/esm/generated/resources/SiteSearchSourceEvent.d.ts +0 -61
- package/dist/esm/generated/resources/SiteSearchSourceEvent.js.map +0 -1
- package/dist/types/generated/resources/SiteSearchSourceEvent.d.ts +0 -61
- package/src/generated/resources/SiteSearchSource.ts +0 -267
|
@@ -83,15 +83,15 @@ export type EnvironmentIdentity = string;
|
|
|
83
83
|
*/
|
|
84
84
|
export type BuildTriggerIdentity = string;
|
|
85
85
|
/**
|
|
86
|
-
* ID of
|
|
86
|
+
* ID of search_index
|
|
87
87
|
*
|
|
88
|
-
* This interface was referenced by `
|
|
88
|
+
* This interface was referenced by `SearchIndex`'s JSON-Schema
|
|
89
89
|
* via the `definition` "identity".
|
|
90
90
|
*
|
|
91
|
-
* This interface was referenced by `
|
|
91
|
+
* This interface was referenced by `SearchIndex`'s JSON-Schema
|
|
92
92
|
* via the `definition` "id".
|
|
93
93
|
*/
|
|
94
|
-
export type
|
|
94
|
+
export type SearchIndexIdentity = string;
|
|
95
95
|
/**
|
|
96
96
|
* This interface was referenced by `Role`'s JSON-Schema
|
|
97
97
|
* via the `instances.targetSchema` link.
|
|
@@ -807,35 +807,35 @@ export type BuildEventInstancesHrefSchema = {
|
|
|
807
807
|
[k: string]: unknown;
|
|
808
808
|
};
|
|
809
809
|
/**
|
|
810
|
-
* ID of
|
|
810
|
+
* ID of search index event
|
|
811
811
|
*
|
|
812
|
-
* This interface was referenced by `
|
|
812
|
+
* This interface was referenced by `SearchIndexEvent`'s JSON-Schema
|
|
813
813
|
* via the `definition` "identity".
|
|
814
814
|
*
|
|
815
|
-
* This interface was referenced by `
|
|
815
|
+
* This interface was referenced by `SearchIndexEvent`'s JSON-Schema
|
|
816
816
|
* via the `definition` "id".
|
|
817
817
|
*/
|
|
818
|
-
export type
|
|
818
|
+
export type SearchIndexEventIdentity = string;
|
|
819
819
|
/**
|
|
820
|
-
* This interface was referenced by `
|
|
820
|
+
* This interface was referenced by `SearchIndexEvent`'s JSON-Schema
|
|
821
821
|
* via the `definition` "type".
|
|
822
822
|
*/
|
|
823
|
-
export type
|
|
823
|
+
export type SearchIndexEventType = 'search_index_event';
|
|
824
824
|
/**
|
|
825
|
-
* This interface was referenced by `
|
|
825
|
+
* This interface was referenced by `SearchIndex`'s JSON-Schema
|
|
826
826
|
* via the `definition` "type".
|
|
827
827
|
*/
|
|
828
|
-
export type
|
|
828
|
+
export type SearchIndexType = 'search_index';
|
|
829
829
|
/**
|
|
830
|
-
* This interface was referenced by `
|
|
830
|
+
* This interface was referenced by `SearchIndexEvent`'s JSON-Schema
|
|
831
831
|
* via the `instances.targetSchema` link.
|
|
832
832
|
*/
|
|
833
|
-
export type
|
|
833
|
+
export type SearchIndexEventInstancesTargetSchema = SearchIndexEvent[];
|
|
834
834
|
/**
|
|
835
|
-
* This interface was referenced by `
|
|
835
|
+
* This interface was referenced by `SearchIndexEvent`'s JSON-Schema
|
|
836
836
|
* via the `instances.hrefSchema` link.
|
|
837
837
|
*/
|
|
838
|
-
export type
|
|
838
|
+
export type SearchIndexEventInstancesHrefSchema = {
|
|
839
839
|
/**
|
|
840
840
|
* Parameters to control offset-based pagination
|
|
841
841
|
*/
|
|
@@ -858,7 +858,7 @@ export type SiteSearchSourceEventInstancesHrefSchema = {
|
|
|
858
858
|
*/
|
|
859
859
|
ids?: string;
|
|
860
860
|
fields?: {
|
|
861
|
-
|
|
861
|
+
search_index_id?: {
|
|
862
862
|
eq?: string;
|
|
863
863
|
};
|
|
864
864
|
event_type?: {
|
|
@@ -876,7 +876,7 @@ export type SiteSearchSourceEventInstancesHrefSchema = {
|
|
|
876
876
|
/**
|
|
877
877
|
* Fields used to order results
|
|
878
878
|
*/
|
|
879
|
-
order_by?: '
|
|
879
|
+
order_by?: 'search_index_id_asc' | 'search_index_id_desc' | 'created_at_asc' | 'created_at_desc' | 'event_type_asc' | 'event_type_desc';
|
|
880
880
|
[k: string]: unknown;
|
|
881
881
|
};
|
|
882
882
|
/**
|
|
@@ -1346,11 +1346,11 @@ export type SearchResultInstancesHrefSchema = {
|
|
|
1346
1346
|
*/
|
|
1347
1347
|
query: string;
|
|
1348
1348
|
/**
|
|
1349
|
-
* The
|
|
1349
|
+
* The search index ID or name on which the search will be performed. If not provided, the first enabled search index will be used.
|
|
1350
1350
|
*/
|
|
1351
|
-
|
|
1351
|
+
search_index_id?: string;
|
|
1352
1352
|
/**
|
|
1353
|
-
* **[Deprecated]** Use `
|
|
1353
|
+
* **[Deprecated]** Use `search_index_id` instead. The build trigger ID or name on which the search will be performed. This parameter is only supported for backward compatibility and will return an error if the build trigger has multiple search indexes associated.
|
|
1354
1354
|
*/
|
|
1355
1355
|
build_trigger_id?: string;
|
|
1356
1356
|
/**
|
|
@@ -1540,10 +1540,10 @@ export type WebhookCallInstancesHrefSchema = {
|
|
|
1540
1540
|
*/
|
|
1541
1541
|
export type BuildTriggerInstancesTargetSchema = BuildTrigger[];
|
|
1542
1542
|
/**
|
|
1543
|
-
* This interface was referenced by `
|
|
1543
|
+
* This interface was referenced by `SearchIndex`'s JSON-Schema
|
|
1544
1544
|
* via the `instances.targetSchema` link.
|
|
1545
1545
|
*/
|
|
1546
|
-
export type
|
|
1546
|
+
export type SearchIndexInstancesTargetSchema = SearchIndex[];
|
|
1547
1547
|
/**
|
|
1548
1548
|
* This interface was referenced by `ItemTypeFilter`'s JSON-Schema
|
|
1549
1549
|
* via the `instances.targetSchema` link.
|
|
@@ -1967,9 +1967,9 @@ export type Role = {
|
|
|
1967
1967
|
*/
|
|
1968
1968
|
can_manage_build_triggers: boolean;
|
|
1969
1969
|
/**
|
|
1970
|
-
* Can create/edit
|
|
1970
|
+
* Can create/edit Search Indexes
|
|
1971
1971
|
*/
|
|
1972
|
-
|
|
1972
|
+
can_manage_search_indexes: boolean;
|
|
1973
1973
|
/**
|
|
1974
1974
|
* Can create/edit webhooks
|
|
1975
1975
|
*/
|
|
@@ -2003,9 +2003,9 @@ export type Role = {
|
|
|
2003
2003
|
*/
|
|
2004
2004
|
can_access_build_events_log: boolean;
|
|
2005
2005
|
/**
|
|
2006
|
-
* Can access the
|
|
2006
|
+
* Can access the search index events log
|
|
2007
2007
|
*/
|
|
2008
|
-
|
|
2008
|
+
can_access_search_index_events_log: boolean;
|
|
2009
2009
|
/**
|
|
2010
2010
|
* Allowed actions on a model (or all) for a role
|
|
2011
2011
|
*/
|
|
@@ -2115,16 +2115,16 @@ export type Role = {
|
|
|
2115
2115
|
build_trigger?: BuildTriggerIdentity | null;
|
|
2116
2116
|
}[];
|
|
2117
2117
|
/**
|
|
2118
|
-
* Allowed
|
|
2118
|
+
* Allowed search indexes for a role
|
|
2119
2119
|
*/
|
|
2120
|
-
|
|
2121
|
-
|
|
2120
|
+
positive_search_index_permissions: {
|
|
2121
|
+
search_index?: SearchIndexIdentity | null;
|
|
2122
2122
|
}[];
|
|
2123
2123
|
/**
|
|
2124
|
-
* Prohibited
|
|
2124
|
+
* Prohibited search indexes for a role
|
|
2125
2125
|
*/
|
|
2126
|
-
|
|
2127
|
-
|
|
2126
|
+
negative_search_index_permissions: {
|
|
2127
|
+
search_index?: SearchIndexIdentity | null;
|
|
2128
2128
|
}[];
|
|
2129
2129
|
inherits_permissions_from: RoleData[];
|
|
2130
2130
|
meta: RoleMeta;
|
|
@@ -2200,9 +2200,9 @@ export type RoleMeta = {
|
|
|
2200
2200
|
*/
|
|
2201
2201
|
can_manage_build_triggers: boolean;
|
|
2202
2202
|
/**
|
|
2203
|
-
* Can create/edit
|
|
2203
|
+
* Can create/edit Search Indexes
|
|
2204
2204
|
*/
|
|
2205
|
-
|
|
2205
|
+
can_manage_search_indexes: boolean;
|
|
2206
2206
|
/**
|
|
2207
2207
|
* Can create/edit webhooks
|
|
2208
2208
|
*/
|
|
@@ -2236,9 +2236,9 @@ export type RoleMeta = {
|
|
|
2236
2236
|
*/
|
|
2237
2237
|
can_access_build_events_log: boolean;
|
|
2238
2238
|
/**
|
|
2239
|
-
* Can access the
|
|
2239
|
+
* Can access the search index events log
|
|
2240
2240
|
*/
|
|
2241
|
-
|
|
2241
|
+
can_access_search_index_events_log: boolean;
|
|
2242
2242
|
/**
|
|
2243
2243
|
* Allowed actions on a model (or all) for a role
|
|
2244
2244
|
*/
|
|
@@ -2348,16 +2348,16 @@ export type RoleMeta = {
|
|
|
2348
2348
|
build_trigger?: BuildTriggerIdentity | null;
|
|
2349
2349
|
}[];
|
|
2350
2350
|
/**
|
|
2351
|
-
* Allowed
|
|
2351
|
+
* Allowed search indexes for a role
|
|
2352
2352
|
*/
|
|
2353
|
-
|
|
2354
|
-
|
|
2353
|
+
positive_search_index_permissions: {
|
|
2354
|
+
search_index?: SearchIndexIdentity | null;
|
|
2355
2355
|
}[];
|
|
2356
2356
|
/**
|
|
2357
|
-
* Prohibited
|
|
2357
|
+
* Prohibited search indexes for a role
|
|
2358
2358
|
*/
|
|
2359
|
-
|
|
2360
|
-
|
|
2359
|
+
negative_search_index_permissions: {
|
|
2360
|
+
search_index?: SearchIndexIdentity | null;
|
|
2361
2361
|
}[];
|
|
2362
2362
|
};
|
|
2363
2363
|
};
|
|
@@ -2417,9 +2417,9 @@ export type RoleAttributes = {
|
|
|
2417
2417
|
*/
|
|
2418
2418
|
can_manage_build_triggers: boolean;
|
|
2419
2419
|
/**
|
|
2420
|
-
* Can create/edit
|
|
2420
|
+
* Can create/edit Search Indexes
|
|
2421
2421
|
*/
|
|
2422
|
-
|
|
2422
|
+
can_manage_search_indexes: boolean;
|
|
2423
2423
|
/**
|
|
2424
2424
|
* Can create/edit webhooks
|
|
2425
2425
|
*/
|
|
@@ -2453,9 +2453,9 @@ export type RoleAttributes = {
|
|
|
2453
2453
|
*/
|
|
2454
2454
|
can_access_build_events_log: boolean;
|
|
2455
2455
|
/**
|
|
2456
|
-
* Can access the
|
|
2456
|
+
* Can access the search index events log
|
|
2457
2457
|
*/
|
|
2458
|
-
|
|
2458
|
+
can_access_search_index_events_log: boolean;
|
|
2459
2459
|
/**
|
|
2460
2460
|
* Allowed actions on a model (or all) for a role
|
|
2461
2461
|
*/
|
|
@@ -2565,16 +2565,16 @@ export type RoleAttributes = {
|
|
|
2565
2565
|
build_trigger?: BuildTriggerIdentity | null;
|
|
2566
2566
|
}[];
|
|
2567
2567
|
/**
|
|
2568
|
-
* Allowed
|
|
2568
|
+
* Allowed search indexes for a role
|
|
2569
2569
|
*/
|
|
2570
|
-
|
|
2571
|
-
|
|
2570
|
+
positive_search_index_permissions: {
|
|
2571
|
+
search_index?: SearchIndexIdentity | null;
|
|
2572
2572
|
}[];
|
|
2573
2573
|
/**
|
|
2574
|
-
* Prohibited
|
|
2574
|
+
* Prohibited search indexes for a role
|
|
2575
2575
|
*/
|
|
2576
|
-
|
|
2577
|
-
|
|
2576
|
+
negative_search_index_permissions: {
|
|
2577
|
+
search_index?: SearchIndexIdentity | null;
|
|
2578
2578
|
}[];
|
|
2579
2579
|
};
|
|
2580
2580
|
/**
|
|
@@ -2633,9 +2633,9 @@ export type RoleCreateSchema = {
|
|
|
2633
2633
|
*/
|
|
2634
2634
|
can_manage_shared_filters?: boolean;
|
|
2635
2635
|
/**
|
|
2636
|
-
* Can create/edit
|
|
2636
|
+
* Can create/edit Search Indexes
|
|
2637
2637
|
*/
|
|
2638
|
-
|
|
2638
|
+
can_manage_search_indexes?: boolean;
|
|
2639
2639
|
/**
|
|
2640
2640
|
* Can create/edit upload collections
|
|
2641
2641
|
*/
|
|
@@ -2677,9 +2677,9 @@ export type RoleCreateSchema = {
|
|
|
2677
2677
|
*/
|
|
2678
2678
|
can_access_build_events_log?: boolean;
|
|
2679
2679
|
/**
|
|
2680
|
-
* Can access the
|
|
2680
|
+
* Can access the search index events log
|
|
2681
2681
|
*/
|
|
2682
|
-
|
|
2682
|
+
can_access_search_index_events_log?: boolean;
|
|
2683
2683
|
/**
|
|
2684
2684
|
* Allowed actions on a model (or all) for a role
|
|
2685
2685
|
*/
|
|
@@ -2789,16 +2789,16 @@ export type RoleCreateSchema = {
|
|
|
2789
2789
|
build_trigger?: BuildTriggerIdentity | null;
|
|
2790
2790
|
}[];
|
|
2791
2791
|
/**
|
|
2792
|
-
* Allowed
|
|
2792
|
+
* Allowed search indexes for a role
|
|
2793
2793
|
*/
|
|
2794
|
-
|
|
2795
|
-
|
|
2794
|
+
positive_search_index_permissions?: {
|
|
2795
|
+
search_index?: SearchIndexIdentity | null;
|
|
2796
2796
|
}[];
|
|
2797
2797
|
/**
|
|
2798
|
-
* Prohibited
|
|
2798
|
+
* Prohibited search indexes for a role
|
|
2799
2799
|
*/
|
|
2800
|
-
|
|
2801
|
-
|
|
2800
|
+
negative_search_index_permissions?: {
|
|
2801
|
+
search_index?: SearchIndexIdentity | null;
|
|
2802
2802
|
}[];
|
|
2803
2803
|
inherits_permissions_from?: RoleData[];
|
|
2804
2804
|
meta?: RoleMeta;
|
|
@@ -2851,9 +2851,9 @@ export type RoleUpdateSchema = {
|
|
|
2851
2851
|
*/
|
|
2852
2852
|
can_manage_shared_filters?: boolean;
|
|
2853
2853
|
/**
|
|
2854
|
-
* Can create/edit
|
|
2854
|
+
* Can create/edit Search Indexes
|
|
2855
2855
|
*/
|
|
2856
|
-
|
|
2856
|
+
can_manage_search_indexes?: boolean;
|
|
2857
2857
|
/**
|
|
2858
2858
|
* Can create/edit upload collections
|
|
2859
2859
|
*/
|
|
@@ -2895,9 +2895,9 @@ export type RoleUpdateSchema = {
|
|
|
2895
2895
|
*/
|
|
2896
2896
|
can_access_build_events_log?: boolean;
|
|
2897
2897
|
/**
|
|
2898
|
-
* Can access the
|
|
2898
|
+
* Can access the search index events log
|
|
2899
2899
|
*/
|
|
2900
|
-
|
|
2900
|
+
can_access_search_index_events_log?: boolean;
|
|
2901
2901
|
/**
|
|
2902
2902
|
* Allowed actions on a model (or all) for a role
|
|
2903
2903
|
*/
|
|
@@ -3007,16 +3007,16 @@ export type RoleUpdateSchema = {
|
|
|
3007
3007
|
build_trigger?: BuildTriggerIdentity | null;
|
|
3008
3008
|
}[];
|
|
3009
3009
|
/**
|
|
3010
|
-
* Allowed
|
|
3010
|
+
* Allowed search indexes for a role
|
|
3011
3011
|
*/
|
|
3012
|
-
|
|
3013
|
-
|
|
3012
|
+
positive_search_index_permissions?: {
|
|
3013
|
+
search_index?: SearchIndexIdentity | null;
|
|
3014
3014
|
}[];
|
|
3015
3015
|
/**
|
|
3016
|
-
* Prohibited
|
|
3016
|
+
* Prohibited search indexes for a role
|
|
3017
3017
|
*/
|
|
3018
|
-
|
|
3019
|
-
|
|
3018
|
+
negative_search_index_permissions?: {
|
|
3019
|
+
search_index?: SearchIndexIdentity | null;
|
|
3020
3020
|
}[];
|
|
3021
3021
|
inherits_permissions_from?: RoleData[];
|
|
3022
3022
|
meta?: RoleMeta;
|
|
@@ -3719,9 +3719,9 @@ export type SitePlan = {
|
|
|
3719
3719
|
*/
|
|
3720
3720
|
build_triggers: null | number;
|
|
3721
3721
|
/**
|
|
3722
|
-
* Number of
|
|
3722
|
+
* Number of search indexes
|
|
3723
3723
|
*/
|
|
3724
|
-
|
|
3724
|
+
search_indexes: null | number;
|
|
3725
3725
|
/**
|
|
3726
3726
|
* Number of plugins
|
|
3727
3727
|
*/
|
|
@@ -3886,7 +3886,7 @@ export type SitePlan = {
|
|
|
3886
3886
|
amount_per_packet: number;
|
|
3887
3887
|
price: number;
|
|
3888
3888
|
};
|
|
3889
|
-
|
|
3889
|
+
search_indexes?: {
|
|
3890
3890
|
amount_per_packet: number;
|
|
3891
3891
|
price: number;
|
|
3892
3892
|
};
|
|
@@ -3963,9 +3963,9 @@ export type SitePlanAttributes = {
|
|
|
3963
3963
|
*/
|
|
3964
3964
|
build_triggers: null | number;
|
|
3965
3965
|
/**
|
|
3966
|
-
* Number of
|
|
3966
|
+
* Number of search indexes
|
|
3967
3967
|
*/
|
|
3968
|
-
|
|
3968
|
+
search_indexes: null | number;
|
|
3969
3969
|
/**
|
|
3970
3970
|
* Number of plugins
|
|
3971
3971
|
*/
|
|
@@ -4130,7 +4130,7 @@ export type SitePlanAttributes = {
|
|
|
4130
4130
|
amount_per_packet: number;
|
|
4131
4131
|
price: number;
|
|
4132
4132
|
};
|
|
4133
|
-
|
|
4133
|
+
search_indexes?: {
|
|
4134
4134
|
amount_per_packet: number;
|
|
4135
4135
|
price: number;
|
|
4136
4136
|
};
|
|
@@ -7007,14 +7007,14 @@ export type BuildEventRelationships = {
|
|
|
7007
7007
|
build_trigger: BuildTriggerData;
|
|
7008
7008
|
};
|
|
7009
7009
|
/**
|
|
7010
|
-
* Represents an event occurred during the
|
|
7010
|
+
* Represents an event occurred during the search indexing process.
|
|
7011
7011
|
*
|
|
7012
7012
|
* This interface was referenced by `DatoApi`'s JSON-Schema
|
|
7013
|
-
* via the `definition` "
|
|
7013
|
+
* via the `definition` "search_index_event".
|
|
7014
7014
|
*/
|
|
7015
|
-
export type
|
|
7016
|
-
id:
|
|
7017
|
-
type:
|
|
7015
|
+
export type SearchIndexEvent = {
|
|
7016
|
+
id: SearchIndexEventIdentity;
|
|
7017
|
+
type: SearchIndexEventType;
|
|
7018
7018
|
/**
|
|
7019
7019
|
* The type of activity
|
|
7020
7020
|
*/
|
|
@@ -7029,36 +7029,36 @@ export type SiteSearchSourceEvent = {
|
|
|
7029
7029
|
data: {
|
|
7030
7030
|
[k: string]: unknown;
|
|
7031
7031
|
};
|
|
7032
|
-
|
|
7032
|
+
search_index: SearchIndexData;
|
|
7033
7033
|
};
|
|
7034
|
-
export type
|
|
7034
|
+
export type SearchIndexEventSelfTargetSchema = SearchIndexEvent;
|
|
7035
7035
|
/**
|
|
7036
7036
|
* JSON API data
|
|
7037
7037
|
*
|
|
7038
|
-
* This interface was referenced by `
|
|
7038
|
+
* This interface was referenced by `SearchIndex`'s JSON-Schema
|
|
7039
7039
|
* via the `definition` "data".
|
|
7040
7040
|
*/
|
|
7041
|
-
export type
|
|
7042
|
-
type:
|
|
7043
|
-
id:
|
|
7041
|
+
export type SearchIndexData = {
|
|
7042
|
+
type: SearchIndexType;
|
|
7043
|
+
id: SearchIndexIdentity;
|
|
7044
7044
|
};
|
|
7045
7045
|
/**
|
|
7046
7046
|
* JSON API data
|
|
7047
7047
|
*
|
|
7048
|
-
* This interface was referenced by `
|
|
7048
|
+
* This interface was referenced by `SearchIndexEvent`'s JSON-Schema
|
|
7049
7049
|
* via the `definition` "data".
|
|
7050
7050
|
*/
|
|
7051
|
-
export type
|
|
7052
|
-
type:
|
|
7053
|
-
id:
|
|
7051
|
+
export type SearchIndexEventData = {
|
|
7052
|
+
type: SearchIndexEventType;
|
|
7053
|
+
id: SearchIndexEventIdentity;
|
|
7054
7054
|
};
|
|
7055
7055
|
/**
|
|
7056
7056
|
* JSON API attributes
|
|
7057
7057
|
*
|
|
7058
|
-
* This interface was referenced by `
|
|
7058
|
+
* This interface was referenced by `SearchIndexEvent`'s JSON-Schema
|
|
7059
7059
|
* via the `definition` "attributes".
|
|
7060
7060
|
*/
|
|
7061
|
-
export type
|
|
7061
|
+
export type SearchIndexEventAttributes = {
|
|
7062
7062
|
/**
|
|
7063
7063
|
* The type of activity
|
|
7064
7064
|
*/
|
|
@@ -7077,11 +7077,11 @@ export type SiteSearchSourceEventAttributes = {
|
|
|
7077
7077
|
/**
|
|
7078
7078
|
* JSON API links
|
|
7079
7079
|
*
|
|
7080
|
-
* This interface was referenced by `
|
|
7080
|
+
* This interface was referenced by `SearchIndexEvent`'s JSON-Schema
|
|
7081
7081
|
* via the `definition` "relationships".
|
|
7082
7082
|
*/
|
|
7083
|
-
export type
|
|
7084
|
-
|
|
7083
|
+
export type SearchIndexEventRelationships = {
|
|
7084
|
+
search_index: SearchIndexData;
|
|
7085
7085
|
};
|
|
7086
7086
|
export type ItemCreateTargetSchema<D extends ItemTypeDefinition = ItemTypeDefinition, NestedMode extends boolean = false> = NestedMode extends false ? Item<D> : ItemInNestedResponse<D>;
|
|
7087
7087
|
export type ItemDuplicateJobSchema<D extends ItemTypeDefinition = ItemTypeDefinition, NestedMode extends boolean = false> = NestedMode extends false ? Item<D> : ItemInNestedResponse<D>;
|
|
@@ -9181,20 +9181,20 @@ export type BuildTriggerUpdateSchema = {
|
|
|
9181
9181
|
};
|
|
9182
9182
|
};
|
|
9183
9183
|
/**
|
|
9184
|
-
* A
|
|
9184
|
+
* A Search Index represents a website that should be indexed by DatoCMS Site Search. When enabled, DatoCMS will periodically spider the website to update the search index.
|
|
9185
9185
|
*
|
|
9186
9186
|
* This interface was referenced by `DatoApi`'s JSON-Schema
|
|
9187
|
-
* via the `definition` "
|
|
9187
|
+
* via the `definition` "search_index".
|
|
9188
9188
|
*/
|
|
9189
|
-
export type
|
|
9190
|
-
id:
|
|
9191
|
-
type:
|
|
9189
|
+
export type SearchIndex = {
|
|
9190
|
+
id: SearchIndexIdentity;
|
|
9191
|
+
type: SearchIndexType;
|
|
9192
9192
|
/**
|
|
9193
|
-
* Name of the
|
|
9193
|
+
* Name of the search index
|
|
9194
9194
|
*/
|
|
9195
9195
|
name: string;
|
|
9196
9196
|
/**
|
|
9197
|
-
* Whether the
|
|
9197
|
+
* Whether the search index is enabled or not
|
|
9198
9198
|
*/
|
|
9199
9199
|
enabled: boolean;
|
|
9200
9200
|
/**
|
|
@@ -9210,19 +9210,19 @@ export type SiteSearchSource = {
|
|
|
9210
9210
|
*/
|
|
9211
9211
|
user_agent_suffix: string | null;
|
|
9212
9212
|
build_triggers: BuildTriggerData[];
|
|
9213
|
-
meta:
|
|
9213
|
+
meta: SearchIndexMeta;
|
|
9214
9214
|
};
|
|
9215
|
-
export type
|
|
9216
|
-
export type
|
|
9217
|
-
export type
|
|
9218
|
-
export type
|
|
9215
|
+
export type SearchIndexSelfTargetSchema = SearchIndex;
|
|
9216
|
+
export type SearchIndexCreateTargetSchema = SearchIndex;
|
|
9217
|
+
export type SearchIndexUpdateTargetSchema = SearchIndex;
|
|
9218
|
+
export type SearchIndexDestroyTargetSchema = SearchIndex;
|
|
9219
9219
|
/**
|
|
9220
|
-
* Meta information about the
|
|
9220
|
+
* Meta information about the search index
|
|
9221
9221
|
*
|
|
9222
|
-
* This interface was referenced by `
|
|
9222
|
+
* This interface was referenced by `SearchIndex`'s JSON-Schema
|
|
9223
9223
|
* via the `definition` "meta".
|
|
9224
9224
|
*/
|
|
9225
|
-
export type
|
|
9225
|
+
export type SearchIndexMeta = {
|
|
9226
9226
|
/**
|
|
9227
9227
|
* Status of the site search indexing
|
|
9228
9228
|
*/
|
|
@@ -9235,16 +9235,16 @@ export type SiteSearchSourceMeta = {
|
|
|
9235
9235
|
/**
|
|
9236
9236
|
* JSON API attributes
|
|
9237
9237
|
*
|
|
9238
|
-
* This interface was referenced by `
|
|
9238
|
+
* This interface was referenced by `SearchIndex`'s JSON-Schema
|
|
9239
9239
|
* via the `definition` "attributes".
|
|
9240
9240
|
*/
|
|
9241
|
-
export type
|
|
9241
|
+
export type SearchIndexAttributes = {
|
|
9242
9242
|
/**
|
|
9243
|
-
* Name of the
|
|
9243
|
+
* Name of the search index
|
|
9244
9244
|
*/
|
|
9245
9245
|
name: string;
|
|
9246
9246
|
/**
|
|
9247
|
-
* Whether the
|
|
9247
|
+
* Whether the search index is enabled or not
|
|
9248
9248
|
*/
|
|
9249
9249
|
enabled: boolean;
|
|
9250
9250
|
/**
|
|
@@ -9263,24 +9263,24 @@ export type SiteSearchSourceAttributes = {
|
|
|
9263
9263
|
/**
|
|
9264
9264
|
* JSON API links
|
|
9265
9265
|
*
|
|
9266
|
-
* This interface was referenced by `
|
|
9266
|
+
* This interface was referenced by `SearchIndex`'s JSON-Schema
|
|
9267
9267
|
* via the `definition` "relationships".
|
|
9268
9268
|
*/
|
|
9269
|
-
export type
|
|
9269
|
+
export type SearchIndexRelationships = {
|
|
9270
9270
|
build_triggers: BuildTriggerData[];
|
|
9271
9271
|
};
|
|
9272
9272
|
/**
|
|
9273
|
-
* This interface was referenced by `
|
|
9273
|
+
* This interface was referenced by `SearchIndex`'s JSON-Schema
|
|
9274
9274
|
* via the `create.schema` link.
|
|
9275
9275
|
*/
|
|
9276
|
-
export type
|
|
9277
|
-
type?:
|
|
9276
|
+
export type SearchIndexCreateSchema = {
|
|
9277
|
+
type?: SearchIndexType;
|
|
9278
9278
|
/**
|
|
9279
|
-
* Name of the
|
|
9279
|
+
* Name of the search index
|
|
9280
9280
|
*/
|
|
9281
9281
|
name: string;
|
|
9282
9282
|
/**
|
|
9283
|
-
* Whether the
|
|
9283
|
+
* Whether the search index is enabled or not
|
|
9284
9284
|
*/
|
|
9285
9285
|
enabled: boolean;
|
|
9286
9286
|
/**
|
|
@@ -9298,18 +9298,18 @@ export type SiteSearchSourceCreateSchema = {
|
|
|
9298
9298
|
build_triggers?: BuildTriggerData[];
|
|
9299
9299
|
};
|
|
9300
9300
|
/**
|
|
9301
|
-
* This interface was referenced by `
|
|
9301
|
+
* This interface was referenced by `SearchIndex`'s JSON-Schema
|
|
9302
9302
|
* via the `update.schema` link.
|
|
9303
9303
|
*/
|
|
9304
|
-
export type
|
|
9305
|
-
id?:
|
|
9306
|
-
type?:
|
|
9304
|
+
export type SearchIndexUpdateSchema = {
|
|
9305
|
+
id?: SearchIndexIdentity;
|
|
9306
|
+
type?: SearchIndexType;
|
|
9307
9307
|
/**
|
|
9308
|
-
* Name of the
|
|
9308
|
+
* Name of the search index
|
|
9309
9309
|
*/
|
|
9310
9310
|
name?: string;
|
|
9311
9311
|
/**
|
|
9312
|
-
* Whether the
|
|
9312
|
+
* Whether the search index is enabled or not
|
|
9313
9313
|
*/
|
|
9314
9314
|
enabled?: boolean;
|
|
9315
9315
|
/**
|
|
@@ -47,7 +47,7 @@ export declare class Client {
|
|
|
47
47
|
subscriptionLimits: Resources.SubscriptionLimit;
|
|
48
48
|
subscriptionFeatures: Resources.SubscriptionFeature;
|
|
49
49
|
buildEvents: Resources.BuildEvent;
|
|
50
|
-
|
|
50
|
+
searchIndexEvents: Resources.SearchIndexEvent;
|
|
51
51
|
items: Resources.Item;
|
|
52
52
|
itemVersions: Resources.ItemVersion;
|
|
53
53
|
uploads: Resources.Upload;
|
|
@@ -61,7 +61,7 @@ export declare class Client {
|
|
|
61
61
|
webhooks: Resources.Webhook;
|
|
62
62
|
webhookCalls: Resources.WebhookCall;
|
|
63
63
|
buildTriggers: Resources.BuildTrigger;
|
|
64
|
-
|
|
64
|
+
searchIndexes: Resources.SearchIndex;
|
|
65
65
|
itemTypeFilters: Resources.ItemTypeFilter;
|
|
66
66
|
uploadFilters: Resources.UploadFilter;
|
|
67
67
|
siteInvitations: Resources.SiteInvitation;
|
|
@@ -29,7 +29,7 @@ export class Client {
|
|
|
29
29
|
this.subscriptionLimits = new Resources.SubscriptionLimit(this);
|
|
30
30
|
this.subscriptionFeatures = new Resources.SubscriptionFeature(this);
|
|
31
31
|
this.buildEvents = new Resources.BuildEvent(this);
|
|
32
|
-
this.
|
|
32
|
+
this.searchIndexEvents = new Resources.SearchIndexEvent(this);
|
|
33
33
|
this.items = new Resources.Item(this);
|
|
34
34
|
this.itemVersions = new Resources.ItemVersion(this);
|
|
35
35
|
this.uploads = new Resources.Upload(this);
|
|
@@ -43,7 +43,7 @@ export class Client {
|
|
|
43
43
|
this.webhooks = new Resources.Webhook(this);
|
|
44
44
|
this.webhookCalls = new Resources.WebhookCall(this);
|
|
45
45
|
this.buildTriggers = new Resources.BuildTrigger(this);
|
|
46
|
-
this.
|
|
46
|
+
this.searchIndexes = new Resources.SearchIndex(this);
|
|
47
47
|
this.itemTypeFilters = new Resources.ItemTypeFilter(this);
|
|
48
48
|
this.uploadFilters = new Resources.UploadFilter(this);
|
|
49
49
|
this.siteInvitations = new Resources.SiteInvitation(this);
|
|
@@ -64,7 +64,7 @@ export class Client {
|
|
|
64
64
|
return this.config.baseUrl || Client.defaultBaseUrl;
|
|
65
65
|
}
|
|
66
66
|
request(options) {
|
|
67
|
-
return request(Object.assign(Object.assign(Object.assign({}, this.config), options), { logFn: this.config.logFn || console.log, userAgent: '@datocms/cma-client v5.2.0-alpha.
|
|
67
|
+
return request(Object.assign(Object.assign(Object.assign({}, this.config), options), { logFn: this.config.logFn || console.log, userAgent: '@datocms/cma-client v5.2.0-alpha.4', baseUrl: this.baseUrl, preCallStack: new Error().stack, extraHeaders: Object.assign(Object.assign(Object.assign({}, (this.config.extraHeaders || {})), (this.config.environment
|
|
68
68
|
? { 'X-Environment': this.config.environment }
|
|
69
69
|
: {})), { 'X-API-Version': '3' }), fetchJobResult: (jobId) => {
|
|
70
70
|
return this.jobResultsFetcher
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Client.js","sourceRoot":"","sources":["../../../src/generated/Client.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAEL,aAAa,EACb,OAAO,GACR,MAAM,4BAA4B,CAAC;AAEpC,OAAO,KAAK,SAAS,MAAM,aAAa,CAAC;AA+BzC,MAAM,OAAO,MAAM;IAwDjB,YAAY,MAA2B;QACrC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,KAAK,GAAG,IAAI,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACtC,IAAI,CAAC,KAAK,GAAG,IAAI,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACtC,IAAI,CAAC,QAAQ,GAAG,IAAI,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QAC5C,IAAI,CAAC,cAAc,GAAG,IAAI,SAAS,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;QACxD,IAAI,CAAC,SAAS,GAAG,IAAI,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;QAC9C,IAAI,CAAC,eAAe,GAAG,IAAI,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;QAC1D,IAAI,CAAC,iBAAiB,GAAG,IAAI,SAAS,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC;QAC9D,IAAI,CAAC,SAAS,GAAG,IAAI,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,GAAG,IAAI,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;QACxC,IAAI,CAAC,SAAS,GAAG,IAAI,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;QAC9C,IAAI,CAAC,OAAO,GAAG,IAAI,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,YAAY,GAAG,IAAI,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;QACpD,IAAI,CAAC,OAAO,GAAG,IAAI,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QAC1C,IAAI,CAAC,UAAU,GAAG,IAAI,SAAS,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;QAChD,IAAI,CAAC,kBAAkB,GAAG,IAAI,SAAS,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC;QAChE,IAAI,CAAC,oBAAoB,GAAG,IAAI,SAAS,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC;QACpE,IAAI,CAAC,WAAW,GAAG,IAAI,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;QAClD,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"Client.js","sourceRoot":"","sources":["../../../src/generated/Client.ts"],"names":[],"mappings":"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"}
|