@rlvt/datasources-openapi-client 0.0.0-68eb2df → 0.0.0-68ee051

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.
@@ -17,63 +17,63 @@ declare type PropsWithoutWriteonly<T> = {
17
17
  export declare type WithoutWriteonly<T> = T extends any ? T extends Primitive ? T : T extends Array<infer U> ? WithoutWriteonly<U>[] : {
18
18
  [key in keyof Pick<T, PropsWithoutWriteonly<T>>]: Pick<T, PropsWithoutWriteonly<T>>[key] extends any ? WithoutWriteonly<Pick<T, PropsWithoutWriteonly<T>>[key]> : never;
19
19
  } : never;
20
- export declare type Pick__readonlycompanyId_string__readonlyresourceGroupIds_string_Array__username___string_or_undefined__tokenUrl___string_or_undefined__authorizeUrl___string_or_undefined__password___string_or_undefined____NonFunctionPropertyNames_Pick_OAuthClient_companyId_or_resourceGroupIds_or_username_or_tokenUrl_or_authorizeUrl_or_password_or_getRedirectUri_or_getCallbackUri_or_toJSON_or_getTokensFromCode_or_storeAccessToken___ = {
21
- readonly 'companyId': (string) & readonlyP;
22
- readonly 'resourceGroupIds': ((string)[]) & readonlyP;
23
- 'username'?: string;
24
- 'tokenUrl'?: string;
25
- 'authorizeUrl'?: string;
26
- 'password'?: (string) & writeonlyP;
27
- };
28
- export declare type __x_string__string___ = {
29
- [key: string]: string;
30
- };
20
+ export declare type Pick__readonlycompanyId_string_readonlyresourceGroupIds_string_Array_username_string_or_undefined_tokenUrl_string_or_undefined_authorizeUrl_string_or_undefined_password_string_or_undefined_refreshToken_string_or_undefined_accessToken_string_or_undefined___NonFunctionPropertyNames_Pick_OAuthClient_companyId_or_resourceGroupIds_or_username_or_tokenUrl_or_authorizeUrl_or_password_or_refreshToken_or_accessToken_or_getRedirectUri_or_getCallbackUri_or_toJSON_or_getTokensFromCode_or_storeAccessToken___ = {
21
+ readonly companyId: (string) & readonlyP;
22
+ readonly resourceGroupIds: (string[]) & readonlyP;
23
+ username?: string;
24
+ tokenUrl?: string;
25
+ authorizeUrl?: string;
26
+ password?: (string) & writeonlyP;
27
+ refreshToken?: (string) & writeonlyP;
28
+ accessToken?: (string) & writeonlyP;
29
+ };
30
+ export declare type __x_string__string__ = {};
31
31
  export declare enum AuthenticationMode {
32
32
  PASSWORD = "password",
33
33
  CLIENT_CREDENTIALS = "client_credentials",
34
34
  REFRESH_TOKEN = "refresh_token",
35
35
  ACCESS_TOKEN = "access_token"
36
36
  }
37
- export declare type Pick__tokenUrl_string__authorizeUrl___string_or_undefined__clientId_string__clientSecret_string__scopes_string_Array__authorizeUrlQueryParams_____x_string__string____or_undefined__mode_OAuthClientConfiguration_tokenUrl_or_authorizeUrl_or_toJSON_or_clientId_or_clientSecret_or_scopes_or_authorizeUrlQueryParams_or_mode_or_accessTokenHeader___ = {
38
- 'tokenUrl': string;
39
- 'authorizeUrl'?: string;
40
- 'clientId': string;
41
- 'clientSecret': (string) & writeonlyP;
42
- 'scopes': (string)[];
43
- 'authorizeUrlQueryParams'?: __x_string__string___;
44
- 'mode'?: AuthenticationMode;
45
- 'accessTokenHeader'?: string;
46
- };
47
- export declare type OAuthClientConfiguration = Pick__tokenUrl_string__authorizeUrl___string_or_undefined__clientId_string__clientSecret_string__scopes_string_Array__authorizeUrlQueryParams_____x_string__string____or_undefined__mode_OAuthClientConfiguration_tokenUrl_or_authorizeUrl_or_toJSON_or_clientId_or_clientSecret_or_scopes_or_authorizeUrlQueryParams_or_mode_or_accessTokenHeader___;
48
- export declare type OAuthClient = Pick__readonlycompanyId_string__readonlyresourceGroupIds_string_Array__username___string_or_undefined__tokenUrl___string_or_undefined__authorizeUrl___string_or_undefined__password___string_or_undefined____NonFunctionPropertyNames_Pick_OAuthClient_companyId_or_resourceGroupIds_or_username_or_tokenUrl_or_authorizeUrl_or_password_or_getRedirectUri_or_getCallbackUri_or_toJSON_or_getTokensFromCode_or_storeAccessToken___ & {
49
- readonly 'id': (string) & readonlyP;
37
+ export declare type Pick__tokenUrl_string_authorizeUrl_string_or_undefined_clientId_string_clientSecret_string_scopes_string_Array_authorizeUrlQueryParams___x_string__string___or_undefined_mode_OAuthClientConfiguration_tokenUrl_or_authorizeUrl_or_toJSON_or_clientId_or_clientSecret_or_scopes_or_authorizeUrlQueryParams_or_mode_or_accessTokenHeader___ = {
38
+ tokenUrl: string;
39
+ authorizeUrl?: string;
40
+ clientId: string;
41
+ clientSecret: (string) & writeonlyP;
42
+ scopes: string[];
43
+ authorizeUrlQueryParams?: __x_string__string__;
44
+ mode?: AuthenticationMode;
45
+ accessTokenHeader?: string;
46
+ };
47
+ export declare type OAuthClientConfiguration = Pick__tokenUrl_string_authorizeUrl_string_or_undefined_clientId_string_clientSecret_string_scopes_string_Array_authorizeUrlQueryParams___x_string__string___or_undefined_mode_OAuthClientConfiguration_tokenUrl_or_authorizeUrl_or_toJSON_or_clientId_or_clientSecret_or_scopes_or_authorizeUrlQueryParams_or_mode_or_accessTokenHeader___;
48
+ export declare type OAuthClient = Pick__readonlycompanyId_string_readonlyresourceGroupIds_string_Array_username_string_or_undefined_tokenUrl_string_or_undefined_authorizeUrl_string_or_undefined_password_string_or_undefined_refreshToken_string_or_undefined_accessToken_string_or_undefined___NonFunctionPropertyNames_Pick_OAuthClient_companyId_or_resourceGroupIds_or_username_or_tokenUrl_or_authorizeUrl_or_password_or_refreshToken_or_accessToken_or_getRedirectUri_or_getCallbackUri_or_toJSON_or_getTokensFromCode_or_storeAccessToken___ & {
49
+ readonly id: (string) & readonlyP;
50
50
  } & {
51
- 'configuration': string | OAuthClientConfiguration;
51
+ configuration: string | OAuthClientConfiguration;
52
52
  };
53
- export declare type Pick_OAuthClient_refreshToken_or_accessToken_or_companyId_or_resourceGroupIds_or_username_or_tokenUrl_or_authorizeUrl_or_password_or_getRedirectUri_or_getCallbackUri_or_toJSON_or_getTokensFromCode_or_storeAccessToken_ = Pick__readonlycompanyId_string__readonlyresourceGroupIds_string_Array__username___string_or_undefined__tokenUrl___string_or_undefined__authorizeUrl___string_or_undefined__password___string_or_undefined____NonFunctionPropertyNames_Pick_OAuthClient_companyId_or_resourceGroupIds_or_username_or_tokenUrl_or_authorizeUrl_or_password_or_getRedirectUri_or_getCallbackUri_or_toJSON_or_getTokensFromCode_or_storeAccessToken___ & {
54
- readonly 'id': (string) & readonlyP;
53
+ export declare type Pick_OAuthClient_companyId_or_resourceGroupIds_or_username_or_tokenUrl_or_authorizeUrl_or_password_or_refreshToken_or_accessToken_or_getRedirectUri_or_getCallbackUri_or_toJSON_or_getTokensFromCode_or_storeAccessToken_ = Pick__readonlycompanyId_string_readonlyresourceGroupIds_string_Array_username_string_or_undefined_tokenUrl_string_or_undefined_authorizeUrl_string_or_undefined_password_string_or_undefined_refreshToken_string_or_undefined_accessToken_string_or_undefined___NonFunctionPropertyNames_Pick_OAuthClient_companyId_or_resourceGroupIds_or_username_or_tokenUrl_or_authorizeUrl_or_password_or_refreshToken_or_accessToken_or_getRedirectUri_or_getCallbackUri_or_toJSON_or_getTokensFromCode_or_storeAccessToken___ & {
54
+ readonly id: (string) & readonlyP;
55
55
  } & {
56
- 'configuration': string | OAuthClientConfiguration;
57
- };
58
- export declare type Partial_Pick_Pick__tokenUrl_string__authorizeUrl___string_or_undefined__clientId_string__clientSecret_string__scopes_string_Array__authorizeUrlQueryParams_____x_string__string____or_undefined__mode_OAuthClientConfiguration_tokenUrl_or_authorizeUrl_or_toJSON_or_clientId_or_clientSecret_or_scopes_or_authorizeUrlQueryParams_or_mode_or_accessTokenHeader____ = {
59
- 'tokenUrl'?: string;
60
- 'authorizeUrl'?: string;
61
- 'clientId'?: string;
62
- 'clientSecret'?: (string) & writeonlyP;
63
- 'scopes'?: (string)[];
64
- 'authorizeUrlQueryParams'?: __x_string__string___;
65
- 'mode'?: AuthenticationMode;
66
- 'accessTokenHeader'?: string;
67
- };
68
- export declare type Partial_Pick__tokenUrl_string__authorizeUrl___string_or_undefined__clientId_string__clientSecret_string__scopes_string_Array__authorizeUrlQueryParams_____x_string__string____or_undefined__mode_OAuthClientConfiguration_tokenUrl_or_authorizeUrl_or_toJSON_or_clientId_or_clientSecret_or_scopes_or_authorizeUrlQueryParams_or_mode_or_accessTokenHeader____ = {
69
- 'tokenUrl'?: string;
70
- 'authorizeUrl'?: string;
71
- 'clientId'?: string;
72
- 'clientSecret'?: (string) & writeonlyP;
73
- 'scopes'?: (string)[];
74
- 'authorizeUrlQueryParams'?: __x_string__string___;
75
- 'mode'?: AuthenticationMode;
76
- 'accessTokenHeader'?: string;
56
+ configuration: string | OAuthClientConfiguration;
57
+ };
58
+ export declare type Partial_Pick_Pick__tokenUrl_string_authorizeUrl_string_or_undefined_clientId_string_clientSecret_string_scopes_string_Array_authorizeUrlQueryParams___x_string__string___or_undefined_mode_OAuthClientConfiguration_tokenUrl_or_authorizeUrl_or_toJSON_or_clientId_or_clientSecret_or_scopes_or_authorizeUrlQueryParams_or_mode_or_accessTokenHeader____ = {
59
+ tokenUrl?: string;
60
+ authorizeUrl?: string;
61
+ clientId?: string;
62
+ clientSecret?: (string) & writeonlyP;
63
+ scopes?: string[];
64
+ authorizeUrlQueryParams?: __x_string__string__;
65
+ mode?: AuthenticationMode;
66
+ accessTokenHeader?: string;
67
+ };
68
+ export declare type Partial_Pick__tokenUrl_string_authorizeUrl_string_or_undefined_clientId_string_clientSecret_string_scopes_string_Array_authorizeUrlQueryParams___x_string__string___or_undefined_mode_OAuthClientConfiguration_tokenUrl_or_authorizeUrl_or_toJSON_or_clientId_or_clientSecret_or_scopes_or_authorizeUrlQueryParams_or_mode_or_accessTokenHeader____ = {
69
+ tokenUrl?: string;
70
+ authorizeUrl?: string;
71
+ clientId?: string;
72
+ clientSecret?: (string) & writeonlyP;
73
+ scopes?: string[];
74
+ authorizeUrlQueryParams?: __x_string__string__;
75
+ mode?: AuthenticationMode;
76
+ accessTokenHeader?: string;
77
77
  };
78
78
  export declare enum DatasourceMode {
79
79
  INGESTER = "ingester",
@@ -87,46 +87,46 @@ export declare enum DatasourceFetcherName {
87
87
  TRACKING = "tracking"
88
88
  }
89
89
  export declare type __ = {};
90
- export declare type _name_DatasourceFetcherName__params______ = {
91
- 'name': DatasourceFetcherName;
92
- 'params': __;
90
+ export declare type _name_DatasourceFetcherName_params_____ = {
91
+ name: DatasourceFetcherName;
92
+ params: __;
93
93
  };
94
- export declare type _datasourceIdStores_string__datasourceIdStock_string___ = {
95
- 'datasourceIdStores': string;
96
- 'datasourceIdStock': string;
94
+ export declare type _datasourceIdStores_string_datasourceIdStock_string__ = {
95
+ datasourceIdStores: string;
96
+ datasourceIdStock: string;
97
97
  };
98
- export declare type _name_DatasourceCustomFetcherName_CARREFOUR_STORES_RETAILS__params__datasourceIdStores_string__datasourceIdStock_string______ = {
99
- 'name': 'carrefour-stores-retails';
100
- 'params': _datasourceIdStores_string__datasourceIdStock_string___;
98
+ export declare type _name_DatasourceCustomFetcherName_CARREFOUR_STORES_RETAILS_params__datasourceIdStores_string_datasourceIdStock_string____ = {
99
+ name: "carrefour-stores-retails";
100
+ params: _datasourceIdStores_string_datasourceIdStock_string__;
101
101
  };
102
- export declare type _datasourceIdStores_string___ = {
103
- 'datasourceIdStores': string;
102
+ export declare type _datasourceIdStores_string__ = {
103
+ datasourceIdStores: string;
104
104
  };
105
- export declare type _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_FUEL__params__datasourceIdStores_string______ = {
106
- 'name': 'carrefour-stores-with-fuel';
107
- 'params': _datasourceIdStores_string___;
105
+ export declare type _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_FUEL_params__datasourceIdStores_string____ = {
106
+ name: "carrefour-stores-with-fuel";
107
+ params: _datasourceIdStores_string__;
108
108
  };
109
- export declare type _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_DRIVE_SLOTS__params__datasourceIdStores_string______ = {
110
- 'name': 'carrefour-stores-with-drive-slots';
111
- 'params': _datasourceIdStores_string___;
109
+ export declare type _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_DRIVE_SLOTS_params__datasourceIdStores_string____ = {
110
+ name: "carrefour-stores-with-drive-slots";
111
+ params: _datasourceIdStores_string__;
112
112
  };
113
- export declare type _datasourceIdAvailablity_string___ = {
114
- 'datasourceIdAvailablity': string;
113
+ export declare type _datasourceIdAvailablity_string__ = {
114
+ datasourceIdAvailablity: string;
115
115
  };
116
- export declare type _name_DatasourceCustomFetcherName_BEST_WESTERN_HOTELS__params__datasourceIdAvailablity_string______ = {
117
- 'name': 'best-western-hotels';
118
- 'params': _datasourceIdAvailablity_string___;
116
+ export declare type _name_DatasourceCustomFetcherName_BEST_WESTERN_HOTELS_params__datasourceIdAvailablity_string____ = {
117
+ name: "best-western-hotels";
118
+ params: _datasourceIdAvailablity_string__;
119
119
  };
120
- export declare type _name_DatasourceCustomFetcherName_FDJ_BETS__params______ = {
121
- 'name': 'fdj-bets';
122
- 'params': __;
120
+ export declare type _name_DatasourceCustomFetcherName_FDJ_BETS_params_____ = {
121
+ name: "fdj-bets";
122
+ params: __;
123
123
  };
124
- export declare type _datasourceIdSizes_string___ = {
125
- 'datasourceIdSizes': string;
124
+ export declare type _datasourceIdSizes_string__ = {
125
+ datasourceIdSizes: string;
126
126
  };
127
- export declare type _name_DatasourceCustomFetcherName_SARENZA_SIZES__params__datasourceIdSizes_string______ = {
128
- 'name': 'sarenza-sizes';
129
- 'params': _datasourceIdSizes_string___;
127
+ export declare type _name_DatasourceCustomFetcherName_SARENZA_SIZES_params__datasourceIdSizes_string____ = {
128
+ name: "sarenza-sizes";
129
+ params: _datasourceIdSizes_string__;
130
130
  };
131
131
  export declare enum FieldMapType {
132
132
  STRING = "string",
@@ -160,66 +160,70 @@ export declare enum FieldMapType {
160
160
  WORKFLOW_VERSION_ID = "workflow_version_id",
161
161
  WORKFLOW_USER = "workflow_user"
162
162
  }
163
- export declare type _trackingDatasourceId_string__productDatasourceId_string__productDatasourceIdFieldType_FieldMapType__excludedEventName_string__fallbackEventName_string__fallbackEventDuration_number___ = {
164
- 'trackingDatasourceId': string;
165
- 'productDatasourceId': string;
166
- 'productDatasourceIdFieldType': FieldMapType;
167
- 'excludedEventName': string;
168
- 'fallbackEventName': string;
169
- 'fallbackEventDuration': number;
170
- };
171
- export declare type _name_FieldMapType__excludedEventName_string__fallbackEventName_string__fallbackEventDuration_number______ = {
172
- 'name': 'recommender';
173
- 'params': _trackingDatasourceId_string__productDatasourceId_string__productDatasourceIdFieldType_FieldMapType__excludedEventName_string__fallbackEventName_string__fallbackEventDuration_number___;
174
- };
175
- export declare type _mode_FieldMapType__excludedEventName_string__fallbackEventName_string__fallbackEventDuration_number_______or_undefined___ = {
176
- 'mode': DatasourceMode;
177
- readonly 'fetcher'?: (_name_DatasourceFetcherName__params______ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_RETAILS__params__datasourceIdStores_string__datasourceIdStock_string______ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_FUEL__params__datasourceIdStores_string______ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_DRIVE_SLOTS__params__datasourceIdStores_string______ | _name_DatasourceCustomFetcherName_BEST_WESTERN_HOTELS__params__datasourceIdAvailablity_string______ | _name_DatasourceCustomFetcherName_FDJ_BETS__params______ | _name_DatasourceCustomFetcherName_SARENZA_SIZES__params__datasourceIdSizes_string______ | _name_FieldMapType__excludedEventName_string__fallbackEventName_string__fallbackEventDuration_number______) & readonlyP;
163
+ export declare type _trackingDatasourceId_string_productDatasourceId_string_productDatasourceIdFieldType_FieldMapType_excludedEventName_string_fallbackEventName_string_fallbackEventDuration_number__ = {
164
+ trackingDatasourceId: string;
165
+ productDatasourceId: string;
166
+ productDatasourceIdFieldType: FieldMapType;
167
+ excludedEventName: string;
168
+ fallbackEventName: string;
169
+ fallbackEventDuration: number;
170
+ };
171
+ export declare type _name_FieldMapType_excludedEventName_string_fallbackEventName_string_fallbackEventDuration_number____ = {
172
+ name: "recommender";
173
+ params: _trackingDatasourceId_string_productDatasourceId_string_productDatasourceIdFieldType_FieldMapType_excludedEventName_string_fallbackEventName_string_fallbackEventDuration_number__;
174
+ };
175
+ export declare type _name_DatasourceCustomFetcherName_RENAULT_PRICES_params_____ = {
176
+ name: "renault-prices";
177
+ params: __;
178
+ };
179
+ export declare type _mode_DatasourceCustomFetcherName_RENAULT_PRICES_params______or_undefined__ = {
180
+ mode: DatasourceMode;
181
+ readonly fetcher?: (_name_DatasourceFetcherName_params_____ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_RETAILS_params__datasourceIdStores_string_datasourceIdStock_string____ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_FUEL_params__datasourceIdStores_string____ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_DRIVE_SLOTS_params__datasourceIdStores_string____ | _name_DatasourceCustomFetcherName_BEST_WESTERN_HOTELS_params__datasourceIdAvailablity_string____ | _name_DatasourceCustomFetcherName_FDJ_BETS_params_____ | _name_DatasourceCustomFetcherName_SARENZA_SIZES_params__datasourceIdSizes_string____ | _name_FieldMapType_excludedEventName_string_fallbackEventName_string_fallbackEventDuration_number____ | _name_DatasourceCustomFetcherName_RENAULT_PRICES_params_____) & readonlyP;
178
182
  };
179
183
  export declare enum DatasourceGenericSubType {
180
184
  USER = "user",
181
185
  RECOMMENDER = "recommender"
182
186
  }
183
- export declare type _name_DatasourceGenericSubType___ = {
184
- 'name': 'generic';
185
- 'subtype': DatasourceGenericSubType;
187
+ export declare type _name_DatasourceGenericSubType__ = {
188
+ name: "generic";
189
+ subtype: DatasourceGenericSubType;
186
190
  };
187
191
  export declare enum DatasourceProductSubType {
188
192
  USER = "user",
189
193
  SHOPIFY = "shopify",
190
194
  BEST_PRODUCT = "best_product"
191
195
  }
192
- export declare type _name_DatasourceProductSubType___ = {
193
- 'name': 'product';
194
- 'subtype': DatasourceProductSubType;
196
+ export declare type _name_DatasourceProductSubType__ = {
197
+ name: "product";
198
+ subtype: DatasourceProductSubType;
195
199
  };
196
200
  export declare enum DatasourceLocationSubType {
197
201
  USER = "user",
198
202
  GOOGLE_MY_BUSINESS = "google_my_business",
199
203
  PARTOO = "partoo"
200
204
  }
201
- export declare type _name_DatasourceLocationSubType___ = {
202
- 'name': 'location';
203
- 'subtype': DatasourceLocationSubType;
205
+ export declare type _name_DatasourceLocationSubType__ = {
206
+ name: "location";
207
+ subtype: DatasourceLocationSubType;
204
208
  };
205
209
  export declare type Pick_Condition_path_or_operator_ = {
206
- 'path': string;
207
- 'operator': '=' | '>=' | '<=' | '!=';
210
+ path: string;
211
+ operator: "=" | ">=" | "<=" | "!=";
208
212
  };
209
213
  export declare type FieldMapFallbackRulePayload = {
210
- 'fromFormatted'?: true;
211
- 'valuePath'?: string;
212
- 'exit'?: true;
213
- 'path': string;
214
+ fromFormatted?: true;
215
+ valuePath?: string;
216
+ exit?: true;
217
+ path: string;
214
218
  };
215
219
  export declare type Pick_FieldMapFallbackRulePayload_valuePath_or_exit_ = {
216
- 'valuePath'?: string;
217
- 'exit'?: true;
220
+ valuePath?: string;
221
+ exit?: true;
218
222
  };
219
223
  export declare type Condition = {
220
- 'path': string;
221
- 'operator': '=' | '>=' | '<=' | '!=';
222
- 'value': string | number | false | true;
224
+ path: string;
225
+ operator: "=" | ">=" | "<=" | "!=";
226
+ value: string | number | (false) | (true);
223
227
  };
224
228
  export declare enum FieldSource {
225
229
  USER = "user",
@@ -227,119 +231,113 @@ export declare enum FieldSource {
227
231
  AGGREGATION = "aggregation"
228
232
  }
229
233
  export declare type FieldMap = {
230
- 'name': string;
231
- 'type': FieldMapType;
232
- 'selected': boolean;
233
- 'rules': ({
234
- 'name': 'static' | 'path';
235
- 'params': {
236
- 'value': string;
234
+ name: string;
235
+ type: FieldMapType;
236
+ selected: boolean;
237
+ rules: (({
238
+ name: "static" | "path";
239
+ params: {
240
+ value: string;
237
241
  };
238
242
  } | {
239
- 'name': 'path';
240
- 'params': {
241
- 'fromRoot': true;
242
- 'value': string;
243
+ name: "path";
244
+ params: {
245
+ fromRoot: true;
246
+ value: string;
243
247
  };
244
- } | {
245
- 'name': 'static' | 'path';
246
- 'params': {
247
- 'value': string;
248
+ }) | ({
249
+ name: "static" | "path";
250
+ params: {
251
+ value: string;
248
252
  };
249
253
  } | {
250
- 'name': 'path';
251
- 'params': {
252
- 'fromRoot': true;
253
- 'value': string;
254
+ name: "path";
255
+ params: {
256
+ fromRoot: true;
257
+ value: string;
254
258
  };
255
259
  } | {
256
- 'name': 'array_find';
257
- 'params': {
258
- 'key': string;
259
- 'operator': '=';
260
- 'value': string | number;
260
+ name: "array_find";
261
+ params: {
262
+ key: string;
263
+ operator: "=";
264
+ value: string | number;
261
265
  };
262
266
  } | {
263
- 'name': 'array_find';
264
- 'params': {
265
- 'key': string;
266
- 'operator': '=';
267
- 'valuePath': string;
267
+ name: "array_find";
268
+ params: {
269
+ key: string;
270
+ operator: "=";
271
+ valuePath: string;
268
272
  };
269
273
  } | {
270
- 'name': 'array_find';
271
- 'params': {
272
- 'conditions': (Pick_Condition_path_or_operator_ & {
273
- 'evaluateValue': string;
274
+ name: "array_find";
275
+ params: {
276
+ conditions: (Pick_Condition_path_or_operator_ & {
277
+ evaluateValue: string;
274
278
  })[];
275
279
  };
276
280
  } | {
277
- 'name': 'fallback';
278
- 'params': FieldMapFallbackRulePayload;
281
+ name: "fallback";
282
+ params: FieldMapFallbackRulePayload;
279
283
  } | {
280
- 'name': 'fallback';
281
- 'params': Pick_FieldMapFallbackRulePayload_valuePath_or_exit_ & {
282
- 'staticValue': string | number | (string)[] | {
283
- [key: string]: string;
284
- } | (number)[] | {
285
- [key: string]: number;
286
- };
284
+ name: "fallback";
285
+ params: Pick_FieldMapFallbackRulePayload_valuePath_or_exit_ & {
286
+ staticValue: string | number | string[] | {} | number[] | {};
287
287
  };
288
288
  } | {
289
- 'name': 'fallback_if';
290
- 'params': FieldMapFallbackRulePayload & {
291
- 'conditions': (Condition | Pick_Condition_path_or_operator_ & {
292
- 'evaluateValue': string;
293
- })[];
289
+ name: "fallback_if";
290
+ params: FieldMapFallbackRulePayload & {
291
+ conditions: (Condition | (Pick_Condition_path_or_operator_ & {
292
+ evaluateValue: string;
293
+ }))[];
294
294
  };
295
295
  } | {
296
- 'name': 'exclude_from_record';
297
- 'params': {
298
- 'keys': (string)[];
296
+ name: "exclude_from_record";
297
+ params: {
298
+ keys: string[];
299
299
  };
300
300
  } | {
301
- 'name': 'decrypt';
302
- 'params': {
303
- 'passwordPrefixPath'?: string;
301
+ name: "decrypt";
302
+ params: {
303
+ passwordPrefixPath?: string;
304
304
  };
305
305
  } | {
306
- 'name': 'interpolate';
307
- 'params': {
308
- 'value': string;
306
+ name: "interpolate";
307
+ params: {
308
+ value: string;
309
309
  };
310
- })[];
311
- 'source'?: FieldSource;
312
- readonly 'primitive': ('string' | 'number' | 'datetime' | 'string[]' | 'number[]' | 'string{}' | 'number{}') & readonlyP;
310
+ }))[];
311
+ source?: FieldSource;
312
+ readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
313
313
  };
314
314
  export declare type DatasourceHealth = 0 | 1 | 2;
315
- export declare type _type_query__value_string___ = {
316
- 'type': 'query';
317
- 'value': string;
318
- };
319
- export declare type _type_hypermediaAttribute__value_string___ = {
320
- 'type': 'hypermediaAttribute';
321
- 'value': string;
322
- };
323
- export declare type _type_pageToken__value_string__param_string___ = {
324
- 'type': 'pageToken';
325
- 'value': string;
326
- 'param': string;
327
- };
328
- export declare type _type_linkHeader___ = {
329
- 'type': 'linkHeader';
330
- };
331
- export declare type Pick__oauth___string_or_undefined__pagination____type_query__value_string____or__type_hypermediaAttribute__value_string____or__type_pageToken__value_string__param_string____or__type_linkHeader____or_undefined__method___GET_or_PATCH_or_POST_or_PUT_or_undefined__body___string_or_undefined__headers_____x_string__string____or_undefined__query_____x_string__string____or_undefined____NonFunctionPropertyNames_WorkerApiOptions__ = {
332
- 'oauth'?: string;
333
- 'pagination'?: _type_query__value_string___ | _type_hypermediaAttribute__value_string___ | _type_pageToken__value_string__param_string___ | _type_linkHeader___;
334
- 'method'?: 'GET' | 'PATCH' | 'POST' | 'PUT';
335
- 'body'?: string;
336
- 'headers'?: __x_string__string___;
337
- 'query'?: __x_string__string___;
315
+ export declare type _type_query_value_string__ = {
316
+ type: "query";
317
+ value: string;
318
+ };
319
+ export declare type _type_hypermediaAttribute_value_string__ = {
320
+ type: "hypermediaAttribute";
321
+ value: string;
322
+ };
323
+ export declare type _type_pageToken_value_string_param_string__ = {
324
+ type: "pageToken";
325
+ value: string;
326
+ param: string;
327
+ };
328
+ export declare type _type_linkHeader__ = {
329
+ type: "linkHeader";
330
+ };
331
+ export declare type Pick__oauth_string_or_undefined_pagination__type_query_value_string___or__type_hypermediaAttribute_value_string___or__type_pageToken_value_string_param_string___or__type_linkHeader___or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined___NonFunctionPropertyNames_WorkerApiOptions__ = {
332
+ oauth?: string;
333
+ pagination?: _type_query_value_string__ | _type_hypermediaAttribute_value_string__ | _type_pageToken_value_string_param_string__ | _type_linkHeader__;
334
+ method?: "GET" | "PATCH" | "POST" | "PUT";
335
+ body?: string;
336
+ headers?: __x_string__string__;
337
+ query?: __x_string__string__;
338
338
  };
339
339
  export declare type AnyValue = any | null;
340
- export declare type __x_string__unknown___ = {
341
- [key: string]: AnyValue;
342
- };
340
+ export declare type __x_string__unknown__ = {};
343
341
  export declare enum DatasourceFormat {
344
342
  CSV = "csv",
345
343
  NDJSON = "ndjson",
@@ -347,118 +345,118 @@ export declare enum DatasourceFormat {
347
345
  XML = "xml",
348
346
  XLSX = "xlsx"
349
347
  }
350
- export declare type _type_DatasourceFormat__options___x_string__string_____overrided___boolean_or_undefined___ = {
351
- 'type': DatasourceFormat;
352
- 'options': __x_string__string___;
353
- 'overrided'?: boolean;
354
- };
355
- export declare type _freq_number___ = {
356
- 'freq': number;
357
- };
358
- export declare type _cron_string___ = {
359
- 'cron': string;
360
- };
361
- export declare type _datasourceIds_string_Array___ = {
362
- 'datasourceIds': (string)[];
363
- };
364
- export declare type _type____name_AggregationStep_Array_or_undefined__refresh____freq_number____or__cron_string____or__datasourceIds_string_Array____or_undefined__detectMissingFields___boolean_or_undefined__maximumEntries___number_or_undefined___ = {
365
- 'type'?: _name_DatasourceGenericSubType___ | _name_DatasourceProductSubType___ | _name_DatasourceLocationSubType___;
366
- 'fieldsMap'?: (FieldMap)[];
367
- readonly 'health'?: (DatasourceHealth) & readonlyP;
368
- 'apiOptions'?: Pick__oauth___string_or_undefined__pagination____type_query__value_string____or__type_hypermediaAttribute__value_string____or__type_pageToken__value_string__param_string____or__type_linkHeader____or_undefined__method___GET_or_PATCH_or_POST_or_PUT_or_undefined__body___string_or_undefined__headers_____x_string__string____or_undefined__query_____x_string__string____or_undefined____NonFunctionPropertyNames_WorkerApiOptions__;
369
- 'sample'?: __x_string__unknown___;
370
- 'textEncoding'?: string;
371
- 'urls'?: (string)[];
372
- 'format'?: _type_DatasourceFormat__options___x_string__string_____overrided___boolean_or_undefined___;
373
- 'aggregationPipeline'?: ({
374
- 'name': 'unwind';
375
- 'params': {
376
- 'src': string;
377
- 'dest': string;
378
- 'allowEmpty'?: boolean;
379
- };
380
- } | {
381
- 'name': 'extra_data_fields';
382
- 'params': {
383
- 'fieldNames': (string)[];
384
- };
385
- } | {
386
- 'name': 'merge';
387
- 'params': {
388
- 'fieldNames': (string)[];
389
- 'datasourceId': string;
390
- 'query': string;
391
- };
392
- } | {
393
- 'name': 'count';
394
- 'params': {
395
- 'fieldNames': (string)[];
396
- 'datasourceId': string;
397
- 'query': string;
348
+ export declare type _type_DatasourceFormat_options___x_string__string___overrided_boolean_or_undefined__ = {
349
+ type: DatasourceFormat;
350
+ options: __x_string__string__;
351
+ overrided?: boolean;
352
+ };
353
+ export declare type _freq_number__ = {
354
+ freq: number;
355
+ };
356
+ export declare type _cron_string__ = {
357
+ cron: string;
358
+ };
359
+ export declare type _datasourceIds_string_Array__ = {
360
+ datasourceIds: string[];
361
+ };
362
+ export declare type _type__name_AggregationStep_Array_or_undefined_refresh__freq_number___or__cron_string___or__datasourceIds_string_Array___or_undefined_detectMissingFields_boolean_or_undefined_maximumEntries_number_or_undefined__ = {
363
+ type?: _name_DatasourceGenericSubType__ | _name_DatasourceProductSubType__ | _name_DatasourceLocationSubType__;
364
+ fieldsMap?: FieldMap[];
365
+ readonly health?: (DatasourceHealth) & readonlyP;
366
+ apiOptions?: Pick__oauth_string_or_undefined_pagination__type_query_value_string___or__type_hypermediaAttribute_value_string___or__type_pageToken_value_string_param_string___or__type_linkHeader___or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined___NonFunctionPropertyNames_WorkerApiOptions__;
367
+ sample?: __x_string__unknown__;
368
+ textEncoding?: string;
369
+ urls?: string[];
370
+ format?: _type_DatasourceFormat_options___x_string__string___overrided_boolean_or_undefined__;
371
+ aggregationPipeline?: ({
372
+ name: "unwind";
373
+ params: {
374
+ src: string;
375
+ dest: string;
376
+ allowEmpty?: boolean;
377
+ };
378
+ } | {
379
+ name: "extra_data_fields";
380
+ params: {
381
+ fieldNames: string[];
382
+ };
383
+ } | {
384
+ name: "merge";
385
+ params: {
386
+ fieldNames: string[];
387
+ datasourceId: string;
388
+ query: string;
389
+ };
390
+ } | {
391
+ name: "count";
392
+ params: {
393
+ fieldNames: string[];
394
+ datasourceId: string;
395
+ query: string;
398
396
  };
399
397
  })[];
400
- 'refresh'?: _freq_number___ | _cron_string___ | _datasourceIds_string_Array___;
401
- 'detectMissingFields'?: boolean;
402
- 'maximumEntries'?: number;
398
+ refresh?: _freq_number__ | _cron_string__ | _datasourceIds_string_Array__;
399
+ detectMissingFields?: boolean;
400
+ maximumEntries?: number;
403
401
  };
404
- export declare type _datasource__mode_AggregationStep_Array_or_undefined__refresh____freq_number____or__cron_string____or__datasourceIds_string_Array____or_undefined__detectMissingFields___boolean_or_undefined__maximumEntries___number_or_undefined______ = {
405
- 'datasource': _mode_FieldMapType__excludedEventName_string__fallbackEventName_string__fallbackEventDuration_number_______or_undefined___;
406
- 'version': _type____name_AggregationStep_Array_or_undefined__refresh____freq_number____or__cron_string____or__datasourceIds_string_Array____or_undefined__detectMissingFields___boolean_or_undefined__maximumEntries___number_or_undefined___;
402
+ export declare type _datasource__mode_AggregationStep_Array_or_undefined_refresh__freq_number___or__cron_string___or__datasourceIds_string_Array___or_undefined_detectMissingFields_boolean_or_undefined_maximumEntries_number_or_undefined____ = {
403
+ datasource: _mode_DatasourceCustomFetcherName_RENAULT_PRICES_params______or_undefined__;
404
+ version: _type__name_AggregationStep_Array_or_undefined_refresh__freq_number___or__cron_string___or__datasourceIds_string_Array___or_undefined_detectMissingFields_boolean_or_undefined_maximumEntries_number_or_undefined__;
407
405
  };
408
406
  export declare type Pick_QueriableField_name_or_enum_or_required_or_unique_ = {
409
- 'name': string;
410
- 'enum'?: (string | number)[];
411
- 'required': boolean;
412
- 'unique': boolean;
413
- };
414
- export declare type Pick__oauth___string_or_undefined__method___GET_or_PATCH_or_POST_or_PUT_or_undefined__body___string_or_undefined__headers_____x_string__string____or_undefined__query_____x_string__string____or_undefined__variables___VariableDefinition_Array_or_undefined____NonFunctionPropertyNames_ProxyApiOptions__ = {
415
- 'oauth'?: string;
416
- 'method'?: 'GET' | 'PATCH' | 'POST' | 'PUT';
417
- 'body'?: string;
418
- 'headers'?: __x_string__string___;
419
- 'query'?: __x_string__string___;
420
- 'variables'?: (Pick_QueriableField_name_or_enum_or_required_or_unique_ & {
421
- 'default': string | number | (string)[] | (number)[];
422
- 'primitive': 'string' | 'number' | 'datetime' | 'string[]' | 'number[]' | 'string{}' | 'number{}';
423
- })[];
424
- };
425
- export declare type _type____name_DatasourceFormat__options___x_string__string_____overrided___boolean_or_undefined____or_undefined__refresh____freq_number____or_undefined___ = {
426
- 'type'?: _name_DatasourceGenericSubType___;
427
- 'fieldsMap'?: (FieldMap)[];
428
- readonly 'health'?: (DatasourceHealth) & readonlyP;
429
- 'apiOptions'?: Pick__oauth___string_or_undefined__method___GET_or_PATCH_or_POST_or_PUT_or_undefined__body___string_or_undefined__headers_____x_string__string____or_undefined__query_____x_string__string____or_undefined__variables___VariableDefinition_Array_or_undefined____NonFunctionPropertyNames_ProxyApiOptions__;
430
- 'sample'?: __x_string__unknown___;
431
- 'textEncoding'?: string;
432
- 'urls'?: (string)[];
433
- 'format'?: _type_DatasourceFormat__options___x_string__string_____overrided___boolean_or_undefined___;
434
- 'refresh'?: _freq_number___;
435
- };
436
- export declare type _datasource__mode_DatasourceFormat__options___x_string__string_____overrided___boolean_or_undefined____or_undefined__refresh____freq_number____or_undefined______ = {
437
- 'datasource': _mode_FieldMapType__excludedEventName_string__fallbackEventName_string__fallbackEventDuration_number_______or_undefined___;
438
- 'version': _type____name_DatasourceFormat__options___x_string__string_____overrided___boolean_or_undefined____or_undefined__refresh____freq_number____or_undefined___;
439
- };
440
- export declare type _offlineSize_number__realtimeSize_number___ = {
441
- 'offlineSize': number;
442
- 'realtimeSize': number;
443
- };
444
- export declare type _value_number__unit_DAYS___ = {
445
- 'value': number;
446
- 'unit': 'DAYS';
447
- };
448
- export declare type _partitionCount_number__segments__offlineSize_number__realtimeSize_number_____retention__value_number__unit_DAYS_____destinations__type_bigquery__dataset_string__tableName_string____Array___ = {
449
- 'partitionCount': number;
450
- 'segments': _offlineSize_number__realtimeSize_number___;
451
- 'retention': _value_number__unit_DAYS___;
452
- 'destinations': ({
453
- 'type': 'bigquery';
454
- 'dataset': string;
455
- 'tableName': string;
407
+ name: string;
408
+ enum?: (string | number)[];
409
+ required: boolean;
410
+ unique: boolean;
411
+ };
412
+ export declare type Pick__oauth_string_or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined_variables_VariableDefinition_Array_or_undefined___NonFunctionPropertyNames_ProxyApiOptions__ = {
413
+ oauth?: string;
414
+ method?: "GET" | "PATCH" | "POST" | "PUT";
415
+ body?: string;
416
+ headers?: __x_string__string__;
417
+ query?: __x_string__string__;
418
+ variables?: (Pick_QueriableField_name_or_enum_or_required_or_unique_ & {
419
+ default: string | number | string[] | number[];
420
+ primitive: "string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}";
456
421
  })[];
457
422
  };
458
- export declare type _mode_FieldMapType__excludedEventName_string__fallbackEventName_string__fallbackEventDuration_number_______or_undefined__storageOptions____partitionCount_number__segments__offlineSize_number__realtimeSize_number_____retention__value_number__unit_DAYS_____destinations__type_bigquery__dataset_string__tableName_string____Array____or_undefined___ = {
459
- 'mode': DatasourceMode;
460
- readonly 'fetcher'?: (_name_DatasourceFetcherName__params______ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_RETAILS__params__datasourceIdStores_string__datasourceIdStock_string______ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_FUEL__params__datasourceIdStores_string______ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_DRIVE_SLOTS__params__datasourceIdStores_string______ | _name_DatasourceCustomFetcherName_BEST_WESTERN_HOTELS__params__datasourceIdAvailablity_string______ | _name_DatasourceCustomFetcherName_FDJ_BETS__params______ | _name_DatasourceCustomFetcherName_SARENZA_SIZES__params__datasourceIdSizes_string______ | _name_FieldMapType__excludedEventName_string__fallbackEventName_string__fallbackEventDuration_number______) & readonlyP;
461
- 'storageOptions'?: _partitionCount_number__segments__offlineSize_number__realtimeSize_number_____retention__value_number__unit_DAYS_____destinations__type_bigquery__dataset_string__tableName_string____Array___;
423
+ export declare type _type__name_DatasourceFormat_options___x_string__string___overrided_boolean_or_undefined___or_undefined_refresh__freq_number___or_undefined__ = {
424
+ type?: _name_DatasourceGenericSubType__;
425
+ fieldsMap?: FieldMap[];
426
+ readonly health?: (DatasourceHealth) & readonlyP;
427
+ apiOptions?: Pick__oauth_string_or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined_variables_VariableDefinition_Array_or_undefined___NonFunctionPropertyNames_ProxyApiOptions__;
428
+ sample?: __x_string__unknown__;
429
+ textEncoding?: string;
430
+ urls?: string[];
431
+ format?: _type_DatasourceFormat_options___x_string__string___overrided_boolean_or_undefined__;
432
+ refresh?: _freq_number__;
433
+ };
434
+ export declare type _datasource__mode_DatasourceFormat_options___x_string__string___overrided_boolean_or_undefined___or_undefined_refresh__freq_number___or_undefined____ = {
435
+ datasource: _mode_DatasourceCustomFetcherName_RENAULT_PRICES_params______or_undefined__;
436
+ version: _type__name_DatasourceFormat_options___x_string__string___overrided_boolean_or_undefined___or_undefined_refresh__freq_number___or_undefined__;
437
+ };
438
+ export declare type _offlineSize_number_realtimeSize_number__ = {
439
+ offlineSize: number;
440
+ realtimeSize: number;
441
+ };
442
+ export declare type _value_number_unit_DAYS__ = {
443
+ value: number;
444
+ unit: "DAYS";
445
+ };
446
+ export declare type _partitionCount_number_segments__offlineSize_number_realtimeSize_number___retention__value_number_unit_DAYS___destinations__type_bigquery_dataset_string_tableName_string___Array__ = {
447
+ partitionCount: number;
448
+ segments: _offlineSize_number_realtimeSize_number__;
449
+ retention: _value_number_unit_DAYS__;
450
+ destinations: {
451
+ type: "bigquery";
452
+ dataset: string;
453
+ tableName: string;
454
+ }[];
455
+ };
456
+ export declare type _mode_DatasourceCustomFetcherName_RENAULT_PRICES_params______or_undefined_storageOptions__partitionCount_number_segments__offlineSize_number_realtimeSize_number___retention__value_number_unit_DAYS___destinations__type_bigquery_dataset_string_tableName_string___Array___or_undefined__ = {
457
+ mode: DatasourceMode;
458
+ readonly fetcher?: (_name_DatasourceFetcherName_params_____ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_RETAILS_params__datasourceIdStores_string_datasourceIdStock_string____ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_FUEL_params__datasourceIdStores_string____ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_DRIVE_SLOTS_params__datasourceIdStores_string____ | _name_DatasourceCustomFetcherName_BEST_WESTERN_HOTELS_params__datasourceIdAvailablity_string____ | _name_DatasourceCustomFetcherName_FDJ_BETS_params_____ | _name_DatasourceCustomFetcherName_SARENZA_SIZES_params__datasourceIdSizes_string____ | _name_FieldMapType_excludedEventName_string_fallbackEventName_string_fallbackEventDuration_number____ | _name_DatasourceCustomFetcherName_RENAULT_PRICES_params_____) & readonlyP;
459
+ storageOptions?: _partitionCount_number_segments__offlineSize_number_realtimeSize_number___retention__value_number_unit_DAYS___destinations__type_bigquery_dataset_string_tableName_string___Array__;
462
460
  };
463
461
  export declare enum DatasourceAnalyticsSubType {
464
462
  REELEVANT = "reelevant",
@@ -467,9 +465,9 @@ export declare enum DatasourceAnalyticsSubType {
467
465
  SCENARIO_EVENTS = "scenario_events",
468
466
  WORKFLOW_EVENTS = "workflow_events"
469
467
  }
470
- export declare type _name_DatasourceAnalyticsSubType___ = {
471
- 'name': 'analytics';
472
- 'subtype': DatasourceAnalyticsSubType;
468
+ export declare type _name_DatasourceAnalyticsSubType__ = {
469
+ name: "analytics";
470
+ subtype: DatasourceAnalyticsSubType;
473
471
  };
474
472
  export declare enum IngesterFieldIndex {
475
473
  NONE = "none",
@@ -478,100 +476,96 @@ export declare enum IngesterFieldIndex {
478
476
  RAW_VALUE_FORWARD = "raw_value_forward"
479
477
  }
480
478
  export declare type IngesterFieldMap = {
481
- 'index': IngesterFieldIndex;
482
- 'sortable': boolean;
483
- 'name': string;
484
- 'type': FieldMapType;
485
- 'selected': boolean;
486
- 'rules': ({
487
- 'name': 'static' | 'path';
488
- 'params': {
489
- 'value': string;
479
+ index: IngesterFieldIndex;
480
+ sortable: boolean;
481
+ name: string;
482
+ type: FieldMapType;
483
+ selected: boolean;
484
+ rules: (({
485
+ name: "static" | "path";
486
+ params: {
487
+ value: string;
490
488
  };
491
489
  } | {
492
- 'name': 'path';
493
- 'params': {
494
- 'fromRoot': true;
495
- 'value': string;
490
+ name: "path";
491
+ params: {
492
+ fromRoot: true;
493
+ value: string;
496
494
  };
497
- } | {
498
- 'name': 'static' | 'path';
499
- 'params': {
500
- 'value': string;
495
+ }) | ({
496
+ name: "static" | "path";
497
+ params: {
498
+ value: string;
501
499
  };
502
500
  } | {
503
- 'name': 'path';
504
- 'params': {
505
- 'fromRoot': true;
506
- 'value': string;
501
+ name: "path";
502
+ params: {
503
+ fromRoot: true;
504
+ value: string;
507
505
  };
508
506
  } | {
509
- 'name': 'array_find';
510
- 'params': {
511
- 'key': string;
512
- 'operator': '=';
513
- 'value': string | number;
507
+ name: "array_find";
508
+ params: {
509
+ key: string;
510
+ operator: "=";
511
+ value: string | number;
514
512
  };
515
513
  } | {
516
- 'name': 'array_find';
517
- 'params': {
518
- 'key': string;
519
- 'operator': '=';
520
- 'valuePath': string;
514
+ name: "array_find";
515
+ params: {
516
+ key: string;
517
+ operator: "=";
518
+ valuePath: string;
521
519
  };
522
520
  } | {
523
- 'name': 'array_find';
524
- 'params': {
525
- 'conditions': (Pick_Condition_path_or_operator_ & {
526
- 'evaluateValue': string;
521
+ name: "array_find";
522
+ params: {
523
+ conditions: (Pick_Condition_path_or_operator_ & {
524
+ evaluateValue: string;
527
525
  })[];
528
526
  };
529
527
  } | {
530
- 'name': 'fallback';
531
- 'params': FieldMapFallbackRulePayload;
528
+ name: "fallback";
529
+ params: FieldMapFallbackRulePayload;
532
530
  } | {
533
- 'name': 'fallback';
534
- 'params': Pick_FieldMapFallbackRulePayload_valuePath_or_exit_ & {
535
- 'staticValue': string | number | (string)[] | {
536
- [key: string]: string;
537
- } | (number)[] | {
538
- [key: string]: number;
539
- };
531
+ name: "fallback";
532
+ params: Pick_FieldMapFallbackRulePayload_valuePath_or_exit_ & {
533
+ staticValue: string | number | string[] | {} | number[] | {};
540
534
  };
541
535
  } | {
542
- 'name': 'fallback_if';
543
- 'params': FieldMapFallbackRulePayload & {
544
- 'conditions': (Condition | Pick_Condition_path_or_operator_ & {
545
- 'evaluateValue': string;
546
- })[];
536
+ name: "fallback_if";
537
+ params: FieldMapFallbackRulePayload & {
538
+ conditions: (Condition | (Pick_Condition_path_or_operator_ & {
539
+ evaluateValue: string;
540
+ }))[];
547
541
  };
548
542
  } | {
549
- 'name': 'exclude_from_record';
550
- 'params': {
551
- 'keys': (string)[];
543
+ name: "exclude_from_record";
544
+ params: {
545
+ keys: string[];
552
546
  };
553
547
  } | {
554
- 'name': 'decrypt';
555
- 'params': {
556
- 'passwordPrefixPath'?: string;
548
+ name: "decrypt";
549
+ params: {
550
+ passwordPrefixPath?: string;
557
551
  };
558
552
  } | {
559
- 'name': 'interpolate';
560
- 'params': {
561
- 'value': string;
553
+ name: "interpolate";
554
+ params: {
555
+ value: string;
562
556
  };
563
- })[];
564
- 'source'?: FieldSource;
565
- readonly 'primitive': ('string' | 'number' | 'datetime' | 'string[]' | 'number[]' | 'string{}' | 'number{}') & readonlyP;
557
+ }))[];
558
+ source?: FieldSource;
559
+ readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
566
560
  };
567
- export declare type _type____name_DatasourceHealth_or_undefined___ = {
568
- 'type'?: _name_DatasourceAnalyticsSubType___;
569
- 'fieldsMap'?: (IngesterFieldMap)[];
570
- readonly 'health'?: (DatasourceHealth) & readonlyP;
561
+ export declare type _type__name_DatasourceHealth_or_undefined__ = {
562
+ type?: _name_DatasourceAnalyticsSubType__;
563
+ fieldsMap?: IngesterFieldMap[];
564
+ readonly health?: (DatasourceHealth) & readonlyP;
571
565
  };
572
- export declare type _datasource__mode_DatasourceHealth_or_undefined______ = {
573
- 'datasource': _mode_FieldMapType__excludedEventName_string__fallbackEventName_string__fallbackEventDuration_number_______or_undefined__storageOptions____partitionCount_number__segments__offlineSize_number__realtimeSize_number_____retention__value_number__unit_DAYS_____destinations__type_bigquery__dataset_string__tableName_string____Array____or_undefined___;
574
- 'version': _type____name_DatasourceHealth_or_undefined___;
566
+ export declare type _datasource__mode_DatasourceHealth_or_undefined____ = {
567
+ datasource: _mode_DatasourceCustomFetcherName_RENAULT_PRICES_params______or_undefined_storageOptions__partitionCount_number_segments__offlineSize_number_realtimeSize_number___retention__value_number_unit_DAYS___destinations__type_bigquery_dataset_string_tableName_string___Array___or_undefined__;
568
+ version: _type__name_DatasourceHealth_or_undefined__;
575
569
  };
576
570
  export declare enum StepName {
577
571
  CONFIGURE_NAME = "configure_name",
@@ -597,195 +591,195 @@ export declare enum StepName {
597
591
  CONFIGURE_BEST_PRODUCT_QUERY = "configure_best_product_query",
598
592
  CONFIGURE_BEST_PRODUCT_FIELD = "configure_best_product_field"
599
593
  }
600
- export declare type _failed_to_pull_StepName___ = {
601
- 'failed_to_pull': StepName;
602
- 'fatal': StepName;
594
+ export declare type _failed_to_pull_StepName__ = {
595
+ failed_to_pull: StepName;
596
+ fatal: StepName;
603
597
  };
604
- export declare type _configure_name____AutomaticStepName__Array_or_undefined___ = {
605
- 'configure_name'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
606
- 'configure_resource_group_ids'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
607
- 'configure_source'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
608
- 'configure_fieldsmap'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
609
- 'configure_field'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
610
- 'create_oauth_client'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
611
- 'authorize_oauth_client'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
612
- 'configure_thresholds'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
613
- 'configure_content'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
614
- 'configure_api_key'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
615
- 'patch'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
616
- 'validate'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
617
- 'configure_shopify_shop_name'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
618
- 'inject_shopify_analytics_script'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
619
- 'configure_shopify_analytics_script'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
620
- 'configure_google_tag_manager'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
621
- 'configure_reelevant_analytics_script'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
622
- 'configure_twitter'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
623
- 'configure_product_datasource_source'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
624
- 'configure_tracking_datasource_source'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
625
- 'configure_best_product_query'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
626
- 'configure_best_product_field'?: ('configure_name' | 'configure_resource_group_ids' | 'configure_source' | 'configure_fieldsmap' | 'configure_field' | 'create_oauth_client' | 'authorize_oauth_client' | 'configure_thresholds' | 'configure_content' | 'configure_api_key' | 'patch' | 'validate' | 'configure_shopify_shop_name' | 'inject_shopify_analytics_script' | 'configure_shopify_analytics_script' | 'configure_google_tag_manager' | 'configure_reelevant_analytics_script' | 'configure_twitter' | 'configure_product_datasource_source' | 'configure_tracking_datasource_source' | 'configure_best_product_query' | 'configure_best_product_field' | 'google_my_business_set_url' | 'setup_instagram')[];
598
+ export declare type _configure_name__AutomaticStepName__Array_or_undefined__ = {
599
+ configure_name?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
600
+ configure_resource_group_ids?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
601
+ configure_source?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
602
+ configure_fieldsmap?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
603
+ configure_field?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
604
+ create_oauth_client?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
605
+ authorize_oauth_client?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
606
+ configure_thresholds?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
607
+ configure_content?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
608
+ configure_api_key?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
609
+ patch?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
610
+ validate?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
611
+ configure_shopify_shop_name?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
612
+ inject_shopify_analytics_script?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
613
+ configure_shopify_analytics_script?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
614
+ configure_google_tag_manager?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
615
+ configure_reelevant_analytics_script?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
616
+ configure_twitter?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
617
+ configure_product_datasource_source?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
618
+ configure_tracking_datasource_source?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
619
+ configure_best_product_query?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
620
+ configure_best_product_field?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_fieldsmap" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "validate" | "configure_shopify_shop_name" | "inject_shopify_analytics_script" | "configure_shopify_analytics_script" | "configure_google_tag_manager" | "configure_reelevant_analytics_script" | "configure_twitter" | "configure_product_datasource_source" | "configure_tracking_datasource_source" | "configure_best_product_query" | "configure_best_product_field" | "google_my_business_set_url" | "setup_instagram")[];
627
621
  };
628
- export declare type Pick__name_string__icon_string__slug_string__categories_string_Array__feature___string_or_undefined__template__datasource__mode_DatasourceTemplate__ = {
629
- 'name': string;
630
- 'icon': string;
631
- 'slug': string;
632
- 'categories': (string)[];
633
- 'feature'?: string;
634
- 'template': _datasource__mode_AggregationStep_Array_or_undefined__refresh____freq_number____or__cron_string____or__datasourceIds_string_Array____or_undefined__detectMissingFields___boolean_or_undefined__maximumEntries___number_or_undefined______ | _datasource__mode_DatasourceFormat__options___x_string__string_____overrided___boolean_or_undefined____or_undefined__refresh____freq_number____or_undefined______ | _datasource__mode_DatasourceHealth_or_undefined______;
635
- 'steps': ({
636
- 'name': 'configure_name';
622
+ export declare type Pick__name_string_icon_string_slug_string_categories_string_Array_feature_string_or_undefined_template__datasource__mode_DatasourceTemplate__ = {
623
+ name: string;
624
+ icon: string;
625
+ slug: string;
626
+ categories: string[];
627
+ feature?: string;
628
+ template: _datasource__mode_AggregationStep_Array_or_undefined_refresh__freq_number___or__cron_string___or__datasourceIds_string_Array___or_undefined_detectMissingFields_boolean_or_undefined_maximumEntries_number_or_undefined____ | _datasource__mode_DatasourceFormat_options___x_string__string___overrided_boolean_or_undefined___or_undefined_refresh__freq_number___or_undefined____ | _datasource__mode_DatasourceHealth_or_undefined____;
629
+ steps: ({
630
+ name: "configure_name";
637
631
  } | {
638
- 'name': 'configure_resource_group_ids';
632
+ name: "configure_resource_group_ids";
639
633
  } | {
640
- 'name': 'configure_source';
641
- 'mode'?: 'url' | 'file';
634
+ name: "configure_source";
635
+ mode?: "url" | "file";
642
636
  } | {
643
- 'name': 'configure_fieldsmap';
637
+ name: "configure_fieldsmap";
644
638
  } | {
645
- 'name': 'configure_field';
646
- 'field': {
647
- 'name': string;
648
- 'type': FieldMapType;
639
+ name: "configure_field";
640
+ field: {
641
+ name: string;
642
+ type: FieldMapType;
649
643
  };
650
644
  } | {
651
- 'name': 'create_oauth_client';
652
- 'configurationId': string;
645
+ name: "create_oauth_client";
646
+ configurationId: string;
653
647
  } | {
654
- 'name': 'authorize_oauth_client';
655
- 'slug': string;
648
+ name: "authorize_oauth_client";
649
+ slug: string;
656
650
  } | {
657
- 'name': 'configure_thresholds';
651
+ name: "configure_thresholds";
658
652
  } | {
659
- 'name': 'configure_content';
653
+ name: "configure_content";
660
654
  } | {
661
- 'name': 'configure_api_key';
662
- 'slug': 'partoo';
655
+ name: "configure_api_key";
656
+ slug: "partoo";
663
657
  } | {
664
- 'name': 'patch';
658
+ name: "patch";
665
659
  } | {
666
- 'name': 'validate';
660
+ name: "validate";
667
661
  } | {
668
- 'name': 'configure_shopify_shop_name';
669
- 'configurationId': string;
662
+ name: "configure_shopify_shop_name";
663
+ configurationId: string;
670
664
  } | {
671
- 'name': 'inject_shopify_analytics_script';
672
- 'configurationId': string;
665
+ name: "inject_shopify_analytics_script";
666
+ configurationId: string;
673
667
  } | {
674
- 'name': 'configure_shopify_analytics_script';
668
+ name: "configure_shopify_analytics_script";
675
669
  } | {
676
- 'name': 'configure_google_tag_manager';
670
+ name: "configure_google_tag_manager";
677
671
  } | {
678
- 'name': 'configure_reelevant_analytics_script';
672
+ name: "configure_reelevant_analytics_script";
679
673
  } | {
680
- 'name': 'configure_twitter';
674
+ name: "configure_twitter";
681
675
  } | {
682
- 'name': 'configure_product_datasource_source';
676
+ name: "configure_product_datasource_source";
683
677
  } | {
684
- 'name': 'configure_tracking_datasource_source';
678
+ name: "configure_tracking_datasource_source";
685
679
  } | {
686
- 'name': 'configure_best_product_query';
680
+ name: "configure_best_product_query";
687
681
  } | {
688
- 'name': 'configure_best_product_field';
682
+ name: "configure_best_product_field";
689
683
  } | {
690
- 'name': 'google_my_business_set_url';
691
- 'urls': {
692
- 'getAccount': string;
693
- 'final': string;
684
+ name: "google_my_business_set_url";
685
+ urls: {
686
+ getAccount: string;
687
+ final: string;
694
688
  };
695
689
  } | {
696
- 'name': 'setup_instagram';
697
- 'urls': {
698
- 'getAccount': string;
699
- 'getAccountInfos': string;
700
- 'final': string;
690
+ name: "setup_instagram";
691
+ urls: {
692
+ getAccount: string;
693
+ getAccountInfos: string;
694
+ final: string;
701
695
  };
702
696
  })[];
703
- 'errorsToStep': _failed_to_pull_StepName___;
704
- 'stepDependencies': _configure_name____AutomaticStepName__Array_or_undefined___;
705
- 'standaloneSteps': (StepName)[];
697
+ errorsToStep: _failed_to_pull_StepName__;
698
+ stepDependencies: _configure_name__AutomaticStepName__Array_or_undefined__;
699
+ standaloneSteps: StepName[];
706
700
  };
707
- export declare type DatasourceTemplate = Pick__name_string__icon_string__slug_string__categories_string_Array__feature___string_or_undefined__template__datasource__mode_DatasourceTemplate__ & {
708
- readonly 'id': (string) & readonlyP;
701
+ export declare type DatasourceTemplate = Pick__name_string_icon_string_slug_string_categories_string_Array_feature_string_or_undefined_template__datasource__mode_DatasourceTemplate__ & {
702
+ readonly id: (string) & readonlyP;
709
703
  } & {
710
- readonly 'createdAt': (Date) & readonlyP;
711
- readonly 'updatedAt': (Date) & readonlyP;
704
+ readonly createdAt: (Date) & readonlyP;
705
+ readonly updatedAt: (Date) & readonlyP;
712
706
  };
713
707
  export declare type Pick_Pick__mode_IngesterDatasourceVersion___mode_or_state_or_type_or_fieldsMap_or_pendingSteps_or_availableFieldsTypes_or_requiredFieldsTypes_or_uniqueFieldsTypes_or_undefined_ = {
714
- 'mode': 'ingester';
715
- readonly 'state': ('LIVE' | 'DRAFT') & readonlyP;
716
- 'type': _name_DatasourceAnalyticsSubType___;
717
- 'fieldsMap': (IngesterFieldMap)[];
718
- readonly 'pendingSteps'?: (({
719
- 'name': 'configure_name';
708
+ mode: "ingester";
709
+ readonly state: ("LIVE" | "DRAFT") & readonlyP;
710
+ type: _name_DatasourceAnalyticsSubType__;
711
+ fieldsMap: IngesterFieldMap[];
712
+ readonly pendingSteps?: (({
713
+ name: "configure_name";
720
714
  } | {
721
- 'name': 'configure_resource_group_ids';
715
+ name: "configure_resource_group_ids";
722
716
  } | {
723
- 'name': 'configure_source';
724
- 'mode'?: 'url' | 'file';
717
+ name: "configure_source";
718
+ mode?: "url" | "file";
725
719
  } | {
726
- 'name': 'configure_fieldsmap';
720
+ name: "configure_fieldsmap";
727
721
  } | {
728
- 'name': 'configure_field';
729
- 'field': {
730
- 'name': string;
731
- 'type': FieldMapType;
722
+ name: "configure_field";
723
+ field: {
724
+ name: string;
725
+ type: FieldMapType;
732
726
  };
733
727
  } | {
734
- 'name': 'create_oauth_client';
735
- 'configurationId': string;
728
+ name: "create_oauth_client";
729
+ configurationId: string;
736
730
  } | {
737
- 'name': 'authorize_oauth_client';
738
- 'slug': string;
731
+ name: "authorize_oauth_client";
732
+ slug: string;
739
733
  } | {
740
- 'name': 'configure_thresholds';
734
+ name: "configure_thresholds";
741
735
  } | {
742
- 'name': 'configure_content';
736
+ name: "configure_content";
743
737
  } | {
744
- 'name': 'configure_api_key';
745
- 'slug': 'partoo';
738
+ name: "configure_api_key";
739
+ slug: "partoo";
746
740
  } | {
747
- 'name': 'patch';
741
+ name: "patch";
748
742
  } | {
749
- 'name': 'validate';
743
+ name: "validate";
750
744
  } | {
751
- 'name': 'configure_shopify_shop_name';
752
- 'configurationId': string;
745
+ name: "configure_shopify_shop_name";
746
+ configurationId: string;
753
747
  } | {
754
- 'name': 'inject_shopify_analytics_script';
755
- 'configurationId': string;
748
+ name: "inject_shopify_analytics_script";
749
+ configurationId: string;
756
750
  } | {
757
- 'name': 'configure_shopify_analytics_script';
751
+ name: "configure_shopify_analytics_script";
758
752
  } | {
759
- 'name': 'configure_google_tag_manager';
753
+ name: "configure_google_tag_manager";
760
754
  } | {
761
- 'name': 'configure_reelevant_analytics_script';
755
+ name: "configure_reelevant_analytics_script";
762
756
  } | {
763
- 'name': 'configure_twitter';
757
+ name: "configure_twitter";
764
758
  } | {
765
- 'name': 'configure_product_datasource_source';
759
+ name: "configure_product_datasource_source";
766
760
  } | {
767
- 'name': 'configure_tracking_datasource_source';
761
+ name: "configure_tracking_datasource_source";
768
762
  } | {
769
- 'name': 'configure_best_product_query';
763
+ name: "configure_best_product_query";
770
764
  } | {
771
- 'name': 'configure_best_product_field';
765
+ name: "configure_best_product_field";
772
766
  } | {
773
- 'name': 'google_my_business_set_url';
774
- 'urls': {
775
- 'getAccount': string;
776
- 'final': string;
767
+ name: "google_my_business_set_url";
768
+ urls: {
769
+ getAccount: string;
770
+ final: string;
777
771
  };
778
772
  } | {
779
- 'name': 'setup_instagram';
780
- 'urls': {
781
- 'getAccount': string;
782
- 'getAccountInfos': string;
783
- 'final': string;
773
+ name: "setup_instagram";
774
+ urls: {
775
+ getAccount: string;
776
+ getAccountInfos: string;
777
+ final: string;
784
778
  };
785
779
  })[]) & readonlyP;
786
- readonly 'availableFieldsTypes': ((FieldMapType)[]) & readonlyP;
787
- readonly 'requiredFieldsTypes': (((FieldMapType)[])[]) & readonlyP;
788
- readonly 'uniqueFieldsTypes': ((FieldMapType)[]) & readonlyP;
780
+ readonly availableFieldsTypes: (FieldMapType[]) & readonlyP;
781
+ readonly requiredFieldsTypes: (FieldMapType[][]) & readonlyP;
782
+ readonly uniqueFieldsTypes: (FieldMapType[]) & readonlyP;
789
783
  };
790
784
  export declare enum DatasourceStatus {
791
785
  DRAFT = "draft",
@@ -795,27 +789,27 @@ export declare enum DatasourceStatus {
795
789
  PAUSED = "paused",
796
790
  ERROR = "error"
797
791
  }
798
- export declare type Pick___id_string__companyId_string__resourceGroupIds_string_Array__mode_DatasourceStatus__readonlyhasWarnings_boolean____companyId_or_resourceGroupIds_or_mode_or_name_or_template_or_fetcher_or_storageOptions_or_versions_or_configurationUpdatedAt_or_archivedAt_or_status_or_hasWarnings_or_undefined_ = {
799
- 'companyId': string;
800
- 'resourceGroupIds': (string)[];
801
- 'mode': 'ingester';
802
- 'name': string;
803
- readonly 'template'?: (string) & readonlyP;
804
- readonly 'fetcher': (_name_DatasourceFetcherName__params______ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_RETAILS__params__datasourceIdStores_string__datasourceIdStock_string______ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_FUEL__params__datasourceIdStores_string______ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_DRIVE_SLOTS__params__datasourceIdStores_string______ | _name_DatasourceCustomFetcherName_BEST_WESTERN_HOTELS__params__datasourceIdAvailablity_string______ | _name_DatasourceCustomFetcherName_FDJ_BETS__params______ | _name_DatasourceCustomFetcherName_SARENZA_SIZES__params__datasourceIdSizes_string______ | _name_FieldMapType__excludedEventName_string__fallbackEventName_string__fallbackEventDuration_number______) & readonlyP;
805
- 'storageOptions': _partitionCount_number__segments__offlineSize_number__realtimeSize_number_____retention__value_number__unit_DAYS_____destinations__type_bigquery__dataset_string__tableName_string____Array___;
806
- 'versions': (Pick_Pick__mode_IngesterDatasourceVersion___mode_or_state_or_type_or_fieldsMap_or_pendingSteps_or_availableFieldsTypes_or_requiredFieldsTypes_or_uniqueFieldsTypes_or_undefined_ & {
807
- readonly 'health': ('OK' | 'WARNING' | 'ERROR') & readonlyP;
792
+ export declare type Pick___id_string_companyId_string_resourceGroupIds_string_Array_mode_DatasourceStatus_readonlyhasWarnings_boolean___companyId_or_resourceGroupIds_or_mode_or_name_or_template_or_fetcher_or_storageOptions_or_versions_or_configurationUpdatedAt_or_archivedAt_or_status_or_hasWarnings_or_undefined_ = {
793
+ companyId: string;
794
+ resourceGroupIds: string[];
795
+ mode: "ingester";
796
+ name: string;
797
+ readonly template?: (string) & readonlyP;
798
+ readonly fetcher: (_name_DatasourceFetcherName_params_____ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_RETAILS_params__datasourceIdStores_string_datasourceIdStock_string____ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_FUEL_params__datasourceIdStores_string____ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_DRIVE_SLOTS_params__datasourceIdStores_string____ | _name_DatasourceCustomFetcherName_BEST_WESTERN_HOTELS_params__datasourceIdAvailablity_string____ | _name_DatasourceCustomFetcherName_FDJ_BETS_params_____ | _name_DatasourceCustomFetcherName_SARENZA_SIZES_params__datasourceIdSizes_string____ | _name_FieldMapType_excludedEventName_string_fallbackEventName_string_fallbackEventDuration_number____ | _name_DatasourceCustomFetcherName_RENAULT_PRICES_params_____) & readonlyP;
799
+ storageOptions: _partitionCount_number_segments__offlineSize_number_realtimeSize_number___retention__value_number_unit_DAYS___destinations__type_bigquery_dataset_string_tableName_string___Array__;
800
+ versions: (Pick_Pick__mode_IngesterDatasourceVersion___mode_or_state_or_type_or_fieldsMap_or_pendingSteps_or_availableFieldsTypes_or_requiredFieldsTypes_or_uniqueFieldsTypes_or_undefined_ & {
801
+ readonly health: ("OK" | "WARNING" | "ERROR") & readonlyP;
808
802
  })[];
809
- readonly 'configurationUpdatedAt': (string) & readonlyP;
810
- readonly 'archivedAt': (Date | null) & readonlyP;
811
- 'status': DatasourceStatus;
812
- readonly 'hasWarnings': (boolean) & readonlyP;
803
+ readonly configurationUpdatedAt: (string) & readonlyP;
804
+ readonly archivedAt: (Date | null) & readonlyP;
805
+ status: DatasourceStatus;
806
+ readonly hasWarnings: (boolean) & readonlyP;
813
807
  };
814
- export declare type IngesterDatasource = Pick___id_string__companyId_string__resourceGroupIds_string_Array__mode_DatasourceStatus__readonlyhasWarnings_boolean____companyId_or_resourceGroupIds_or_mode_or_name_or_template_or_fetcher_or_storageOptions_or_versions_or_configurationUpdatedAt_or_archivedAt_or_status_or_hasWarnings_or_undefined_ & {
815
- readonly 'id': (string) & readonlyP;
808
+ export declare type IngesterDatasource = Pick___id_string_companyId_string_resourceGroupIds_string_Array_mode_DatasourceStatus_readonlyhasWarnings_boolean___companyId_or_resourceGroupIds_or_mode_or_name_or_template_or_fetcher_or_storageOptions_or_versions_or_configurationUpdatedAt_or_archivedAt_or_status_or_hasWarnings_or_undefined_ & {
809
+ readonly id: (string) & readonlyP;
816
810
  } & {
817
- readonly 'createdAt': (Date) & readonlyP;
818
- readonly 'updatedAt': (Date) & readonlyP;
811
+ readonly createdAt: (Date) & readonlyP;
812
+ readonly updatedAt: (Date) & readonlyP;
819
813
  };
820
814
  export declare enum DatasourceVersionState {
821
815
  LIVE = "LIVE",
@@ -824,296 +818,296 @@ export declare enum DatasourceVersionState {
824
818
  INACTIVE = "INACTIVE"
825
819
  }
826
820
  export declare type Pick_WorkerDatasourceVersion__mode_or_state_or_type_or_fieldsMap_or_health_or_apiOptions_or_sample_or_textEncoding_or_format_or_aggregationPipeline_or_refresh_or_detectMissingFields_or_maximumEntries_or_pendingSteps_or_availableFieldsTypes_or_requiredFieldsTypes_or_uniqueFieldsTypes_or_batchSize_or_undefined_ = {
827
- 'mode': 'worker';
828
- readonly 'state': (DatasourceVersionState) & readonlyP;
829
- 'type': _name_DatasourceGenericSubType___ | _name_DatasourceProductSubType___ | _name_DatasourceLocationSubType___;
830
- 'fieldsMap': (FieldMap)[];
831
- readonly 'health': ('OK' | 'WARNING' | 'ERROR') & readonlyP;
832
- 'apiOptions'?: Pick__oauth___string_or_undefined__pagination____type_query__value_string____or__type_hypermediaAttribute__value_string____or__type_pageToken__value_string__param_string____or__type_linkHeader____or_undefined__method___GET_or_PATCH_or_POST_or_PUT_or_undefined__body___string_or_undefined__headers_____x_string__string____or_undefined__query_____x_string__string____or_undefined____NonFunctionPropertyNames_WorkerApiOptions__;
833
- 'sample'?: __x_string__unknown___;
834
- 'textEncoding': string;
835
- 'format': _type_DatasourceFormat__options___x_string__string_____overrided___boolean_or_undefined___;
836
- 'aggregationPipeline': ({
837
- 'name': 'unwind';
838
- 'params': {
839
- 'src': string;
840
- 'dest': string;
841
- 'allowEmpty'?: boolean;
842
- };
843
- } | {
844
- 'name': 'extra_data_fields';
845
- 'params': {
846
- 'fieldNames': (string)[];
847
- };
848
- } | {
849
- 'name': 'merge';
850
- 'params': {
851
- 'fieldNames': (string)[];
852
- 'datasourceId': string;
853
- 'query': string;
854
- };
855
- } | {
856
- 'name': 'count';
857
- 'params': {
858
- 'fieldNames': (string)[];
859
- 'datasourceId': string;
860
- 'query': string;
821
+ mode: "worker";
822
+ readonly state: (DatasourceVersionState) & readonlyP;
823
+ type: _name_DatasourceGenericSubType__ | _name_DatasourceProductSubType__ | _name_DatasourceLocationSubType__;
824
+ fieldsMap: FieldMap[];
825
+ readonly health: ("OK" | "WARNING" | "ERROR") & readonlyP;
826
+ apiOptions?: Pick__oauth_string_or_undefined_pagination__type_query_value_string___or__type_hypermediaAttribute_value_string___or__type_pageToken_value_string_param_string___or__type_linkHeader___or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined___NonFunctionPropertyNames_WorkerApiOptions__;
827
+ sample?: __x_string__unknown__;
828
+ textEncoding: string;
829
+ format: _type_DatasourceFormat_options___x_string__string___overrided_boolean_or_undefined__;
830
+ aggregationPipeline: ({
831
+ name: "unwind";
832
+ params: {
833
+ src: string;
834
+ dest: string;
835
+ allowEmpty?: boolean;
836
+ };
837
+ } | {
838
+ name: "extra_data_fields";
839
+ params: {
840
+ fieldNames: string[];
841
+ };
842
+ } | {
843
+ name: "merge";
844
+ params: {
845
+ fieldNames: string[];
846
+ datasourceId: string;
847
+ query: string;
848
+ };
849
+ } | {
850
+ name: "count";
851
+ params: {
852
+ fieldNames: string[];
853
+ datasourceId: string;
854
+ query: string;
861
855
  };
862
856
  })[];
863
- 'refresh': _freq_number___ | _cron_string___ | _datasourceIds_string_Array___;
864
- 'detectMissingFields': boolean;
865
- 'maximumEntries'?: number;
866
- readonly 'pendingSteps'?: (({
867
- 'name': 'configure_name';
857
+ refresh: _freq_number__ | _cron_string__ | _datasourceIds_string_Array__;
858
+ detectMissingFields: boolean;
859
+ maximumEntries?: number;
860
+ readonly pendingSteps?: (({
861
+ name: "configure_name";
868
862
  } | {
869
- 'name': 'configure_resource_group_ids';
863
+ name: "configure_resource_group_ids";
870
864
  } | {
871
- 'name': 'configure_source';
872
- 'mode'?: 'url' | 'file';
865
+ name: "configure_source";
866
+ mode?: "url" | "file";
873
867
  } | {
874
- 'name': 'configure_fieldsmap';
868
+ name: "configure_fieldsmap";
875
869
  } | {
876
- 'name': 'configure_field';
877
- 'field': {
878
- 'name': string;
879
- 'type': FieldMapType;
870
+ name: "configure_field";
871
+ field: {
872
+ name: string;
873
+ type: FieldMapType;
880
874
  };
881
875
  } | {
882
- 'name': 'create_oauth_client';
883
- 'configurationId': string;
876
+ name: "create_oauth_client";
877
+ configurationId: string;
884
878
  } | {
885
- 'name': 'authorize_oauth_client';
886
- 'slug': string;
879
+ name: "authorize_oauth_client";
880
+ slug: string;
887
881
  } | {
888
- 'name': 'configure_thresholds';
882
+ name: "configure_thresholds";
889
883
  } | {
890
- 'name': 'configure_content';
884
+ name: "configure_content";
891
885
  } | {
892
- 'name': 'configure_api_key';
893
- 'slug': 'partoo';
886
+ name: "configure_api_key";
887
+ slug: "partoo";
894
888
  } | {
895
- 'name': 'patch';
889
+ name: "patch";
896
890
  } | {
897
- 'name': 'validate';
891
+ name: "validate";
898
892
  } | {
899
- 'name': 'configure_shopify_shop_name';
900
- 'configurationId': string;
893
+ name: "configure_shopify_shop_name";
894
+ configurationId: string;
901
895
  } | {
902
- 'name': 'inject_shopify_analytics_script';
903
- 'configurationId': string;
896
+ name: "inject_shopify_analytics_script";
897
+ configurationId: string;
904
898
  } | {
905
- 'name': 'configure_shopify_analytics_script';
899
+ name: "configure_shopify_analytics_script";
906
900
  } | {
907
- 'name': 'configure_google_tag_manager';
901
+ name: "configure_google_tag_manager";
908
902
  } | {
909
- 'name': 'configure_reelevant_analytics_script';
903
+ name: "configure_reelevant_analytics_script";
910
904
  } | {
911
- 'name': 'configure_twitter';
905
+ name: "configure_twitter";
912
906
  } | {
913
- 'name': 'configure_product_datasource_source';
907
+ name: "configure_product_datasource_source";
914
908
  } | {
915
- 'name': 'configure_tracking_datasource_source';
909
+ name: "configure_tracking_datasource_source";
916
910
  } | {
917
- 'name': 'configure_best_product_query';
911
+ name: "configure_best_product_query";
918
912
  } | {
919
- 'name': 'configure_best_product_field';
913
+ name: "configure_best_product_field";
920
914
  } | {
921
- 'name': 'google_my_business_set_url';
922
- 'urls': {
923
- 'getAccount': string;
924
- 'final': string;
915
+ name: "google_my_business_set_url";
916
+ urls: {
917
+ getAccount: string;
918
+ final: string;
925
919
  };
926
920
  } | {
927
- 'name': 'setup_instagram';
928
- 'urls': {
929
- 'getAccount': string;
930
- 'getAccountInfos': string;
931
- 'final': string;
921
+ name: "setup_instagram";
922
+ urls: {
923
+ getAccount: string;
924
+ getAccountInfos: string;
925
+ final: string;
932
926
  };
933
927
  })[]) & readonlyP;
934
- readonly 'availableFieldsTypes': ((FieldMapType)[]) & readonlyP;
935
- readonly 'requiredFieldsTypes': (((FieldMapType)[])[]) & readonlyP;
936
- readonly 'uniqueFieldsTypes': ((FieldMapType)[]) & readonlyP;
937
- 'batchSize': number;
938
- };
939
- export declare type Pick___id_string__companyId_string__resourceGroupIds_string_Array__mode_Threshold_Array__lastRunAt_Date_or_null__currentLiveVersion_string_or_null__pausedAt_Date_or_null__readonlyisPaused_boolean____companyId_or_resourceGroupIds_or_mode_or_name_or_template_or_fetcher_or_versions_or_configurationUpdatedAt_or_archivedAt_or_status_or_hasWarnings_or_contentVersion_or_thresholds_or_lastRunAt_or_currentLiveVersion_or_pausedAt_or_isPaused_or_undefined_ = {
940
- 'companyId': string;
941
- 'resourceGroupIds': (string)[];
942
- 'mode': 'worker';
943
- 'name': string;
944
- readonly 'template'?: (string) & readonlyP;
945
- readonly 'fetcher': (_name_DatasourceFetcherName__params______ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_RETAILS__params__datasourceIdStores_string__datasourceIdStock_string______ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_FUEL__params__datasourceIdStores_string______ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_DRIVE_SLOTS__params__datasourceIdStores_string______ | _name_DatasourceCustomFetcherName_BEST_WESTERN_HOTELS__params__datasourceIdAvailablity_string______ | _name_DatasourceCustomFetcherName_FDJ_BETS__params______ | _name_DatasourceCustomFetcherName_SARENZA_SIZES__params__datasourceIdSizes_string______ | _name_FieldMapType__excludedEventName_string__fallbackEventName_string__fallbackEventDuration_number______) & readonlyP;
946
- 'versions': (Pick_WorkerDatasourceVersion__mode_or_state_or_type_or_fieldsMap_or_health_or_apiOptions_or_sample_or_textEncoding_or_format_or_aggregationPipeline_or_refresh_or_detectMissingFields_or_maximumEntries_or_pendingSteps_or_availableFieldsTypes_or_requiredFieldsTypes_or_uniqueFieldsTypes_or_batchSize_or_undefined_ & {
947
- 'fileName': string;
948
- 'isAPI': false;
949
- } | Pick_WorkerDatasourceVersion__mode_or_state_or_type_or_fieldsMap_or_health_or_apiOptions_or_sample_or_textEncoding_or_format_or_aggregationPipeline_or_refresh_or_detectMissingFields_or_maximumEntries_or_pendingSteps_or_availableFieldsTypes_or_requiredFieldsTypes_or_uniqueFieldsTypes_or_batchSize_or_undefined_ & {
950
- 'url': string;
951
- 'urls': (string)[];
952
- 'isAPI': true;
953
- })[];
954
- readonly 'configurationUpdatedAt': (string) & readonlyP;
955
- readonly 'archivedAt': (Date | null) & readonlyP;
956
- 'status': DatasourceStatus;
957
- readonly 'hasWarnings': (boolean) & readonlyP;
958
- readonly 'contentVersion': (number) & readonlyP;
959
- 'thresholds': ({
960
- 'type': 'too_many_invalid_entries';
961
- 'value': number;
962
- 'trigger': {
963
- 'type': 'error';
964
- 'value': 'too_many_invalid_entries';
965
- };
966
- } | {
967
- 'type': 'entries_drop_rate_too_high';
968
- 'value': number;
969
- 'trigger': {
970
- 'type': 'warning';
971
- 'value': 'entries_drop_rate_too_high';
928
+ readonly availableFieldsTypes: (FieldMapType[]) & readonlyP;
929
+ readonly requiredFieldsTypes: (FieldMapType[][]) & readonlyP;
930
+ readonly uniqueFieldsTypes: (FieldMapType[]) & readonlyP;
931
+ batchSize: number;
932
+ };
933
+ export declare type Pick___id_string_companyId_string_resourceGroupIds_string_Array_mode_Threshold_Array_lastRunAt_Date_or_null_currentLiveVersion_string_or_null_pausedAt_Date_or_null_readonlyisPaused_boolean___companyId_or_resourceGroupIds_or_mode_or_name_or_template_or_fetcher_or_versions_or_configurationUpdatedAt_or_archivedAt_or_status_or_hasWarnings_or_contentVersion_or_thresholds_or_lastRunAt_or_currentLiveVersion_or_pausedAt_or_isPaused_or_undefined_ = {
934
+ companyId: string;
935
+ resourceGroupIds: string[];
936
+ mode: "worker";
937
+ name: string;
938
+ readonly template?: (string) & readonlyP;
939
+ readonly fetcher: (_name_DatasourceFetcherName_params_____ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_RETAILS_params__datasourceIdStores_string_datasourceIdStock_string____ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_FUEL_params__datasourceIdStores_string____ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_DRIVE_SLOTS_params__datasourceIdStores_string____ | _name_DatasourceCustomFetcherName_BEST_WESTERN_HOTELS_params__datasourceIdAvailablity_string____ | _name_DatasourceCustomFetcherName_FDJ_BETS_params_____ | _name_DatasourceCustomFetcherName_SARENZA_SIZES_params__datasourceIdSizes_string____ | _name_FieldMapType_excludedEventName_string_fallbackEventName_string_fallbackEventDuration_number____ | _name_DatasourceCustomFetcherName_RENAULT_PRICES_params_____) & readonlyP;
940
+ versions: ((Pick_WorkerDatasourceVersion__mode_or_state_or_type_or_fieldsMap_or_health_or_apiOptions_or_sample_or_textEncoding_or_format_or_aggregationPipeline_or_refresh_or_detectMissingFields_or_maximumEntries_or_pendingSteps_or_availableFieldsTypes_or_requiredFieldsTypes_or_uniqueFieldsTypes_or_batchSize_or_undefined_ & {
941
+ fileName: string;
942
+ isAPI: false;
943
+ }) | (Pick_WorkerDatasourceVersion__mode_or_state_or_type_or_fieldsMap_or_health_or_apiOptions_or_sample_or_textEncoding_or_format_or_aggregationPipeline_or_refresh_or_detectMissingFields_or_maximumEntries_or_pendingSteps_or_availableFieldsTypes_or_requiredFieldsTypes_or_uniqueFieldsTypes_or_batchSize_or_undefined_ & {
944
+ url: string;
945
+ urls: string[];
946
+ isAPI: true;
947
+ }))[];
948
+ readonly configurationUpdatedAt: (string) & readonlyP;
949
+ readonly archivedAt: (Date | null) & readonlyP;
950
+ status: DatasourceStatus;
951
+ readonly hasWarnings: (boolean) & readonlyP;
952
+ readonly contentVersion: (number) & readonlyP;
953
+ thresholds: ({
954
+ type: "too_many_invalid_entries";
955
+ value: number;
956
+ trigger: {
957
+ type: "error";
958
+ value: "too_many_invalid_entries";
959
+ };
960
+ } | {
961
+ type: "entries_drop_rate_too_high";
962
+ value: number;
963
+ trigger: {
964
+ type: "warning";
965
+ value: "entries_drop_rate_too_high";
972
966
  } | {
973
- 'type': 'error';
974
- 'value': 'entries_drop_rate_too_high';
967
+ type: "error";
968
+ value: "entries_drop_rate_too_high";
975
969
  };
976
970
  })[];
977
- readonly 'lastRunAt': (Date | null) & readonlyP;
978
- readonly 'currentLiveVersion': (string | null) & readonlyP;
979
- readonly 'pausedAt': (Date | null) & readonlyP;
980
- readonly 'isPaused': (boolean) & readonlyP;
971
+ readonly lastRunAt: (Date | null) & readonlyP;
972
+ readonly currentLiveVersion: (string | null) & readonlyP;
973
+ readonly pausedAt: (Date | null) & readonlyP;
974
+ readonly isPaused: (boolean) & readonlyP;
981
975
  };
982
- export declare type WorkerDatasource = Pick___id_string__companyId_string__resourceGroupIds_string_Array__mode_Threshold_Array__lastRunAt_Date_or_null__currentLiveVersion_string_or_null__pausedAt_Date_or_null__readonlyisPaused_boolean____companyId_or_resourceGroupIds_or_mode_or_name_or_template_or_fetcher_or_versions_or_configurationUpdatedAt_or_archivedAt_or_status_or_hasWarnings_or_contentVersion_or_thresholds_or_lastRunAt_or_currentLiveVersion_or_pausedAt_or_isPaused_or_undefined_ & {
983
- readonly 'id': (string) & readonlyP;
976
+ export declare type WorkerDatasource = Pick___id_string_companyId_string_resourceGroupIds_string_Array_mode_Threshold_Array_lastRunAt_Date_or_null_currentLiveVersion_string_or_null_pausedAt_Date_or_null_readonlyisPaused_boolean___companyId_or_resourceGroupIds_or_mode_or_name_or_template_or_fetcher_or_versions_or_configurationUpdatedAt_or_archivedAt_or_status_or_hasWarnings_or_contentVersion_or_thresholds_or_lastRunAt_or_currentLiveVersion_or_pausedAt_or_isPaused_or_undefined_ & {
977
+ readonly id: (string) & readonlyP;
984
978
  } & {
985
- readonly 'createdAt': (Date) & readonlyP;
986
- readonly 'updatedAt': (Date) & readonlyP;
979
+ readonly createdAt: (Date) & readonlyP;
980
+ readonly updatedAt: (Date) & readonlyP;
987
981
  };
988
982
  export declare type Pick_Pick__mode_ProxyDatasourceVersion___mode_or_state_or_type_or_fieldsMap_or_apiOptions_or_sample_or_textEncoding_or_urls_or_format_or_refresh_or_url_or_pendingSteps_or_availableFieldsTypes_or_requiredFieldsTypes_or_uniqueFieldsTypes_or_undefined_ = {
989
- 'mode': 'proxy';
990
- readonly 'state': ('LIVE' | 'DRAFT' | 'INACTIVE') & readonlyP;
991
- 'type': _name_DatasourceGenericSubType___;
992
- 'fieldsMap': (FieldMap)[];
993
- 'apiOptions'?: Pick__oauth___string_or_undefined__method___GET_or_PATCH_or_POST_or_PUT_or_undefined__body___string_or_undefined__headers_____x_string__string____or_undefined__query_____x_string__string____or_undefined__variables___VariableDefinition_Array_or_undefined____NonFunctionPropertyNames_ProxyApiOptions__;
994
- 'sample'?: __x_string__unknown___;
995
- 'textEncoding': string;
996
- 'urls': (string)[];
997
- 'format': _type_DatasourceFormat__options___x_string__string_____overrided___boolean_or_undefined___;
998
- 'refresh': _freq_number___;
999
- readonly 'url'?: (string) & readonlyP;
1000
- readonly 'pendingSteps'?: (({
1001
- 'name': 'configure_name';
983
+ mode: "proxy";
984
+ readonly state: ("LIVE" | "DRAFT" | "INACTIVE") & readonlyP;
985
+ type: _name_DatasourceGenericSubType__;
986
+ fieldsMap: FieldMap[];
987
+ apiOptions?: Pick__oauth_string_or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined_variables_VariableDefinition_Array_or_undefined___NonFunctionPropertyNames_ProxyApiOptions__;
988
+ sample?: __x_string__unknown__;
989
+ textEncoding: string;
990
+ urls: string[];
991
+ format: _type_DatasourceFormat_options___x_string__string___overrided_boolean_or_undefined__;
992
+ refresh: _freq_number__;
993
+ readonly url?: (string) & readonlyP;
994
+ readonly pendingSteps?: (({
995
+ name: "configure_name";
1002
996
  } | {
1003
- 'name': 'configure_resource_group_ids';
997
+ name: "configure_resource_group_ids";
1004
998
  } | {
1005
- 'name': 'configure_source';
1006
- 'mode'?: 'url' | 'file';
999
+ name: "configure_source";
1000
+ mode?: "url" | "file";
1007
1001
  } | {
1008
- 'name': 'configure_fieldsmap';
1002
+ name: "configure_fieldsmap";
1009
1003
  } | {
1010
- 'name': 'configure_field';
1011
- 'field': {
1012
- 'name': string;
1013
- 'type': FieldMapType;
1004
+ name: "configure_field";
1005
+ field: {
1006
+ name: string;
1007
+ type: FieldMapType;
1014
1008
  };
1015
1009
  } | {
1016
- 'name': 'create_oauth_client';
1017
- 'configurationId': string;
1010
+ name: "create_oauth_client";
1011
+ configurationId: string;
1018
1012
  } | {
1019
- 'name': 'authorize_oauth_client';
1020
- 'slug': string;
1013
+ name: "authorize_oauth_client";
1014
+ slug: string;
1021
1015
  } | {
1022
- 'name': 'configure_thresholds';
1016
+ name: "configure_thresholds";
1023
1017
  } | {
1024
- 'name': 'configure_content';
1018
+ name: "configure_content";
1025
1019
  } | {
1026
- 'name': 'configure_api_key';
1027
- 'slug': 'partoo';
1020
+ name: "configure_api_key";
1021
+ slug: "partoo";
1028
1022
  } | {
1029
- 'name': 'patch';
1023
+ name: "patch";
1030
1024
  } | {
1031
- 'name': 'validate';
1025
+ name: "validate";
1032
1026
  } | {
1033
- 'name': 'configure_shopify_shop_name';
1034
- 'configurationId': string;
1027
+ name: "configure_shopify_shop_name";
1028
+ configurationId: string;
1035
1029
  } | {
1036
- 'name': 'inject_shopify_analytics_script';
1037
- 'configurationId': string;
1030
+ name: "inject_shopify_analytics_script";
1031
+ configurationId: string;
1038
1032
  } | {
1039
- 'name': 'configure_shopify_analytics_script';
1033
+ name: "configure_shopify_analytics_script";
1040
1034
  } | {
1041
- 'name': 'configure_google_tag_manager';
1035
+ name: "configure_google_tag_manager";
1042
1036
  } | {
1043
- 'name': 'configure_reelevant_analytics_script';
1037
+ name: "configure_reelevant_analytics_script";
1044
1038
  } | {
1045
- 'name': 'configure_twitter';
1039
+ name: "configure_twitter";
1046
1040
  } | {
1047
- 'name': 'configure_product_datasource_source';
1041
+ name: "configure_product_datasource_source";
1048
1042
  } | {
1049
- 'name': 'configure_tracking_datasource_source';
1043
+ name: "configure_tracking_datasource_source";
1050
1044
  } | {
1051
- 'name': 'configure_best_product_query';
1045
+ name: "configure_best_product_query";
1052
1046
  } | {
1053
- 'name': 'configure_best_product_field';
1047
+ name: "configure_best_product_field";
1054
1048
  } | {
1055
- 'name': 'google_my_business_set_url';
1056
- 'urls': {
1057
- 'getAccount': string;
1058
- 'final': string;
1049
+ name: "google_my_business_set_url";
1050
+ urls: {
1051
+ getAccount: string;
1052
+ final: string;
1059
1053
  };
1060
1054
  } | {
1061
- 'name': 'setup_instagram';
1062
- 'urls': {
1063
- 'getAccount': string;
1064
- 'getAccountInfos': string;
1065
- 'final': string;
1055
+ name: "setup_instagram";
1056
+ urls: {
1057
+ getAccount: string;
1058
+ getAccountInfos: string;
1059
+ final: string;
1066
1060
  };
1067
1061
  })[]) & readonlyP;
1068
- readonly 'availableFieldsTypes': ((FieldMapType)[]) & readonlyP;
1069
- readonly 'requiredFieldsTypes': (((FieldMapType)[])[]) & readonlyP;
1070
- readonly 'uniqueFieldsTypes': ((FieldMapType)[]) & readonlyP;
1071
- };
1072
- export declare type Pick___id_string__companyId_string__resourceGroupIds_string_Array__mode_DatasourceStatus__readonlyhasWarnings_boolean____companyId_or_resourceGroupIds_or_mode_or_name_or_template_or_fetcher_or_versions_or_configurationUpdatedAt_or_archivedAt_or_status_or_hasWarnings_or_undefined_ = {
1073
- 'companyId': string;
1074
- 'resourceGroupIds': (string)[];
1075
- 'mode': 'proxy';
1076
- 'name': string;
1077
- readonly 'template'?: (string) & readonlyP;
1078
- readonly 'fetcher': (_name_DatasourceFetcherName__params______ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_RETAILS__params__datasourceIdStores_string__datasourceIdStock_string______ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_FUEL__params__datasourceIdStores_string______ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_DRIVE_SLOTS__params__datasourceIdStores_string______ | _name_DatasourceCustomFetcherName_BEST_WESTERN_HOTELS__params__datasourceIdAvailablity_string______ | _name_DatasourceCustomFetcherName_FDJ_BETS__params______ | _name_DatasourceCustomFetcherName_SARENZA_SIZES__params__datasourceIdSizes_string______ | _name_FieldMapType__excludedEventName_string__fallbackEventName_string__fallbackEventDuration_number______) & readonlyP;
1079
- 'versions': (Pick_Pick__mode_ProxyDatasourceVersion___mode_or_state_or_type_or_fieldsMap_or_apiOptions_or_sample_or_textEncoding_or_urls_or_format_or_refresh_or_url_or_pendingSteps_or_availableFieldsTypes_or_requiredFieldsTypes_or_uniqueFieldsTypes_or_undefined_ & {
1080
- readonly 'health': ('OK' | 'WARNING' | 'ERROR') & readonlyP;
1062
+ readonly availableFieldsTypes: (FieldMapType[]) & readonlyP;
1063
+ readonly requiredFieldsTypes: (FieldMapType[][]) & readonlyP;
1064
+ readonly uniqueFieldsTypes: (FieldMapType[]) & readonlyP;
1065
+ };
1066
+ export declare type Pick___id_string_companyId_string_resourceGroupIds_string_Array_mode_DatasourceStatus_readonlyhasWarnings_boolean___companyId_or_resourceGroupIds_or_mode_or_name_or_template_or_fetcher_or_versions_or_configurationUpdatedAt_or_archivedAt_or_status_or_hasWarnings_or_undefined_ = {
1067
+ companyId: string;
1068
+ resourceGroupIds: string[];
1069
+ mode: "proxy";
1070
+ name: string;
1071
+ readonly template?: (string) & readonlyP;
1072
+ readonly fetcher: (_name_DatasourceFetcherName_params_____ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_RETAILS_params__datasourceIdStores_string_datasourceIdStock_string____ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_FUEL_params__datasourceIdStores_string____ | _name_DatasourceCustomFetcherName_CARREFOUR_STORES_WITH_DRIVE_SLOTS_params__datasourceIdStores_string____ | _name_DatasourceCustomFetcherName_BEST_WESTERN_HOTELS_params__datasourceIdAvailablity_string____ | _name_DatasourceCustomFetcherName_FDJ_BETS_params_____ | _name_DatasourceCustomFetcherName_SARENZA_SIZES_params__datasourceIdSizes_string____ | _name_FieldMapType_excludedEventName_string_fallbackEventName_string_fallbackEventDuration_number____ | _name_DatasourceCustomFetcherName_RENAULT_PRICES_params_____) & readonlyP;
1073
+ versions: (Pick_Pick__mode_ProxyDatasourceVersion___mode_or_state_or_type_or_fieldsMap_or_apiOptions_or_sample_or_textEncoding_or_urls_or_format_or_refresh_or_url_or_pendingSteps_or_availableFieldsTypes_or_requiredFieldsTypes_or_uniqueFieldsTypes_or_undefined_ & {
1074
+ readonly health: ("OK" | "WARNING" | "ERROR") & readonlyP;
1081
1075
  })[];
1082
- readonly 'configurationUpdatedAt': (string) & readonlyP;
1083
- readonly 'archivedAt': (Date | null) & readonlyP;
1084
- 'status': DatasourceStatus;
1085
- readonly 'hasWarnings': (boolean) & readonlyP;
1076
+ readonly configurationUpdatedAt: (string) & readonlyP;
1077
+ readonly archivedAt: (Date | null) & readonlyP;
1078
+ status: DatasourceStatus;
1079
+ readonly hasWarnings: (boolean) & readonlyP;
1086
1080
  };
1087
- export declare type ProxyDatasource = Pick___id_string__companyId_string__resourceGroupIds_string_Array__mode_DatasourceStatus__readonlyhasWarnings_boolean____companyId_or_resourceGroupIds_or_mode_or_name_or_template_or_fetcher_or_versions_or_configurationUpdatedAt_or_archivedAt_or_status_or_hasWarnings_or_undefined_ & {
1088
- readonly 'id': (string) & readonlyP;
1081
+ export declare type ProxyDatasource = Pick___id_string_companyId_string_resourceGroupIds_string_Array_mode_DatasourceStatus_readonlyhasWarnings_boolean___companyId_or_resourceGroupIds_or_mode_or_name_or_template_or_fetcher_or_versions_or_configurationUpdatedAt_or_archivedAt_or_status_or_hasWarnings_or_undefined_ & {
1082
+ readonly id: (string) & readonlyP;
1089
1083
  } & {
1090
- readonly 'createdAt': (Date) & readonlyP;
1091
- readonly 'updatedAt': (Date) & readonlyP;
1084
+ readonly createdAt: (Date) & readonlyP;
1085
+ readonly updatedAt: (Date) & readonlyP;
1092
1086
  };
1093
1087
  export declare type DatasourceGeneric = {
1094
- 'name': 'generic';
1095
- 'subtype': DatasourceGenericSubType;
1088
+ name: "generic";
1089
+ subtype: DatasourceGenericSubType;
1096
1090
  };
1097
1091
  export declare type DatasourceProduct = {
1098
- 'name': 'product';
1099
- 'subtype': DatasourceProductSubType;
1092
+ name: "product";
1093
+ subtype: DatasourceProductSubType;
1100
1094
  };
1101
1095
  export declare type DatasourceLocation = {
1102
- 'name': 'location';
1103
- 'subtype': DatasourceLocationSubType;
1096
+ name: "location";
1097
+ subtype: DatasourceLocationSubType;
1104
1098
  };
1105
1099
  export declare type DatasourceAnalytics = {
1106
- 'name': 'analytics';
1107
- 'subtype': DatasourceAnalyticsSubType;
1100
+ name: "analytics";
1101
+ subtype: DatasourceAnalyticsSubType;
1108
1102
  };
1109
1103
  export declare type QueriableField = {
1110
- 'required': boolean;
1111
- 'unique': boolean;
1112
- 'sortable': boolean;
1113
- 'enum'?: (string | number)[];
1114
- 'allowedOperators': ('$eq' | '$ne' | '$contains' | '$notcontains' | '$empty' | '$neq' | '$nne' | '$lt' | '$lte' | '$gt' | '$gte' | '$range' | '$eq' | '$ne' | '$contains' | '$notcontains' | '$empty' | '$neq' | '$nne' | '$lt' | '$lte' | '$gt' | '$gte' | '$range')[];
1115
- 'name': string;
1116
- readonly 'primitive': ('string' | 'number' | 'datetime' | 'string[]' | 'number[]' | 'string{}' | 'number{}') & readonlyP;
1104
+ required: boolean;
1105
+ unique: boolean;
1106
+ sortable: boolean;
1107
+ enum?: (string | number)[];
1108
+ allowedOperators: (("$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "eq" | "ne" | "contains" | "notcontains" | "empty" | "$neq" | "$nne" | "$lt" | "$lte" | "$gt" | "$gte" | "neq" | "nne" | "lt" | "lte" | "gt" | "gte" | "$range" | "range") | ("$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "eq" | "ne" | "contains" | "notcontains" | "empty" | "$neq" | "$nne" | "$lt" | "$lte" | "$gt" | "$gte" | "neq" | "nne" | "lt" | "lte" | "gt" | "gte" | "$range" | "range"))[];
1109
+ name: string;
1110
+ readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
1117
1111
  };
1118
1112
  export declare enum DatasourceType {
1119
1113
  GENERIC = "generic",
@@ -1123,1045 +1117,1029 @@ export declare enum DatasourceType {
1123
1117
  }
1124
1118
  export declare type Document = AnyValue;
1125
1119
  export declare type LogLevel = 0 | 1 | 2;
1126
- export declare type Pick__companyId_string__payload_unknown__type_DatasourceLog_companyId_or_toJSON_or_payload_or_type_or_contentVersion_or_datasourceId_or_date_or_level_or_entryIndex___ = {
1127
- 'companyId': string;
1128
- 'payload': AnyValue;
1129
- 'type': 'too_many_invalid_entries' | 'entries_drop_rate_too_high' | 'failed_to_pull' | 'fatal' | 'entries_drop_rate_too_high' | 'refresh_time_too_small' | 'missing_fields' | 'start' | 'end' | 'content_update' | 'geocoding_address' | 'geocoding_country' | 'invalid_type' | 'invalid_unwind_source' | 'required_values_empty';
1130
- 'contentVersion': number;
1131
- 'datasourceId': string;
1132
- 'date': string;
1133
- 'level': LogLevel;
1134
- 'entryIndex'?: number;
1135
- };
1136
- export declare type DatasourceLog = Pick__companyId_string__payload_unknown__type_DatasourceLog_companyId_or_toJSON_or_payload_or_type_or_contentVersion_or_datasourceId_or_date_or_level_or_entryIndex___ & {
1137
- readonly 'id': (string) & readonlyP;
1120
+ export declare type Pick__companyId_string_payload_unknown_type_DatasourceLog_companyId_or_toJSON_or_payload_or_type_or_contentVersion_or_datasourceId_or_date_or_level_or_entryIndex___ = {
1121
+ companyId: string;
1122
+ payload: AnyValue;
1123
+ type: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "entries_drop_rate_too_high" | "refresh_time_too_small" | "missing_fields" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_unwind_source" | "required_values_empty";
1124
+ contentVersion: number;
1125
+ datasourceId: string;
1126
+ date: string;
1127
+ level: LogLevel;
1128
+ entryIndex?: number;
1129
+ };
1130
+ export declare type DatasourceLog = Pick__companyId_string_payload_unknown_type_DatasourceLog_companyId_or_toJSON_or_payload_or_type_or_contentVersion_or_datasourceId_or_date_or_level_or_entryIndex___ & {
1131
+ readonly id: (string) & readonlyP;
1138
1132
  } & {
1139
- 'version': string;
1140
- };
1141
- export declare type DatasourceFormatOptions = {
1142
- [key: string]: string;
1133
+ version: string;
1143
1134
  };
1144
- export declare type WorkerApiOptions = Pick__oauth___string_or_undefined__pagination____type_query__value_string____or__type_hypermediaAttribute__value_string____or__type_pageToken__value_string__param_string____or__type_linkHeader____or_undefined__method___GET_or_PATCH_or_POST_or_PUT_or_undefined__body___string_or_undefined__headers_____x_string__string____or_undefined__query_____x_string__string____or_undefined____NonFunctionPropertyNames_WorkerApiOptions__;
1135
+ export declare type DatasourceFormatOptions = {};
1136
+ export declare type WorkerApiOptions = Pick__oauth_string_or_undefined_pagination__type_query_value_string___or__type_hypermediaAttribute_value_string___or__type_pageToken_value_string_param_string___or__type_linkHeader___or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined___NonFunctionPropertyNames_WorkerApiOptions__;
1145
1137
  export declare type Format = {
1146
- 'type': DatasourceFormat;
1147
- 'options': DatasourceFormatOptions;
1148
- 'overrided'?: boolean;
1138
+ type: DatasourceFormat;
1139
+ options: DatasourceFormatOptions;
1140
+ overrided?: boolean;
1149
1141
  };
1150
1142
  export declare type Partial_Pick_WorkerDatasourceVersion_apiOptions_or_sample_or_textEncoding_or_format__ = {
1151
- 'apiOptions'?: WorkerApiOptions;
1152
- 'sample'?: {
1153
- [key: string]: AnyValue;
1154
- };
1155
- 'textEncoding'?: string;
1156
- 'format'?: Format;
1143
+ apiOptions?: WorkerApiOptions;
1144
+ sample?: {};
1145
+ textEncoding?: string;
1146
+ format?: Format;
1157
1147
  };
1158
1148
  export declare type Partial_Pick_WorkerDatasourceVersion_textEncoding_or_format__ = {
1159
- 'textEncoding'?: string;
1160
- 'format'?: Format;
1149
+ textEncoding?: string;
1150
+ format?: Format;
1161
1151
  };
1162
1152
  export declare type Partial_Pick_PullDatasourceVersion_sample_or_textEncoding_or_format__ = {
1163
- 'sample'?: {
1164
- [key: string]: AnyValue;
1165
- };
1166
- 'textEncoding'?: string;
1167
- 'format'?: Format;
1153
+ sample?: {};
1154
+ textEncoding?: string;
1155
+ format?: Format;
1168
1156
  };
1169
- export declare type Partial_Pick_WorkerDatasourceVersion_aggregationPipeline_or_refresh_or_batchSize__ = {
1170
- 'aggregationPipeline'?: ({
1171
- 'name': 'unwind';
1172
- 'params': {
1173
- 'src': string;
1174
- 'dest': string;
1175
- 'allowEmpty'?: boolean;
1157
+ export declare type Partial_Pick_WorkerDatasourceVersion_aggregationPipeline_or_refresh_or_detectMissingFields_or_batchSize__ = {
1158
+ aggregationPipeline?: ({
1159
+ name: "unwind";
1160
+ params: {
1161
+ src: string;
1162
+ dest: string;
1163
+ allowEmpty?: boolean;
1176
1164
  };
1177
1165
  } | {
1178
- 'name': 'extra_data_fields';
1179
- 'params': {
1180
- 'fieldNames': (string)[];
1166
+ name: "extra_data_fields";
1167
+ params: {
1168
+ fieldNames: string[];
1181
1169
  };
1182
1170
  } | {
1183
- 'name': 'merge';
1184
- 'params': {
1185
- 'fieldNames': (string)[];
1186
- 'datasourceId': string;
1187
- 'query': string;
1171
+ name: "merge";
1172
+ params: {
1173
+ fieldNames: string[];
1174
+ datasourceId: string;
1175
+ query: string;
1188
1176
  };
1189
1177
  } | {
1190
- 'name': 'count';
1191
- 'params': {
1192
- 'fieldNames': (string)[];
1193
- 'datasourceId': string;
1194
- 'query': string;
1178
+ name: "count";
1179
+ params: {
1180
+ fieldNames: string[];
1181
+ datasourceId: string;
1182
+ query: string;
1195
1183
  };
1196
1184
  })[];
1197
- 'refresh'?: {
1198
- 'freq': number;
1185
+ refresh?: {
1186
+ freq: number;
1199
1187
  } | {
1200
- 'cron': string;
1188
+ cron: string;
1201
1189
  } | {
1202
- 'datasourceIds': (string)[];
1190
+ datasourceIds: string[];
1203
1191
  };
1204
- 'batchSize'?: number;
1192
+ detectMissingFields?: boolean;
1193
+ batchSize?: number;
1205
1194
  };
1206
- export declare type ProxyApiOptions = Pick__oauth___string_or_undefined__method___GET_or_PATCH_or_POST_or_PUT_or_undefined__body___string_or_undefined__headers_____x_string__string____or_undefined__query_____x_string__string____or_undefined__variables___VariableDefinition_Array_or_undefined____NonFunctionPropertyNames_ProxyApiOptions__;
1195
+ export declare type ProxyApiOptions = Pick__oauth_string_or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined_variables_VariableDefinition_Array_or_undefined___NonFunctionPropertyNames_ProxyApiOptions__;
1207
1196
  export declare type Partial_Pick_ProxyDatasourceVersion_apiOptions_or_sample_or_textEncoding_or_format__ = {
1208
- 'apiOptions'?: ProxyApiOptions;
1209
- 'sample'?: {
1210
- [key: string]: AnyValue;
1211
- };
1212
- 'textEncoding'?: string;
1213
- 'format'?: Format;
1197
+ apiOptions?: ProxyApiOptions;
1198
+ sample?: {};
1199
+ textEncoding?: string;
1200
+ format?: Format;
1214
1201
  };
1215
1202
  export declare type ProxyRefresh = {
1216
- 'freq': number;
1203
+ freq: number;
1217
1204
  };
1218
1205
  export declare type Pick_ProxyDatasourceVersion_refresh_ = {
1219
- 'refresh': ProxyRefresh;
1220
- };
1221
- export declare type _urls_string_Array__ignoreMissingLiveFields_true__apiOptions_WorkerApiOptions__sample___key_string__unknown_____textEncoding_string__format_Format___ = {
1222
- 'urls': (string)[];
1223
- 'ignoreMissingLiveFields'?: true;
1224
- 'apiOptions'?: WorkerApiOptions;
1225
- 'sample'?: {
1226
- [key: string]: AnyValue;
1227
- };
1228
- 'textEncoding': string;
1229
- 'format': Format;
1230
- };
1231
- export declare type _file_string__ignoreMissingLiveFields_string__textEncoding_string__format_Format___ = {
1232
- 'file': string;
1233
- 'ignoreMissingLiveFields'?: string;
1234
- 'textEncoding': string;
1235
- 'format': Format;
1236
- };
1237
- export declare type _name_string__type_FieldSource__readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number_____ = {
1238
- 'name': string;
1239
- 'type': FieldMapType;
1240
- 'selected': boolean;
1241
- 'rules': ({
1242
- 'name': 'static' | 'path';
1243
- 'params': {
1244
- 'value': string;
1245
- };
1246
- } | {
1247
- 'name': 'path';
1248
- 'params': {
1249
- 'fromRoot': true;
1250
- 'value': string;
1251
- };
1252
- } | {
1253
- 'name': 'static' | 'path';
1254
- 'params': {
1255
- 'value': string;
1256
- };
1257
- } | {
1258
- 'name': 'path';
1259
- 'params': {
1260
- 'fromRoot': true;
1261
- 'value': string;
1262
- };
1263
- } | {
1264
- 'name': 'array_find';
1265
- 'params': {
1266
- 'key': string;
1267
- 'operator': '=';
1268
- 'value': string | number;
1269
- };
1270
- } | {
1271
- 'name': 'array_find';
1272
- 'params': {
1273
- 'key': string;
1274
- 'operator': '=';
1275
- 'valuePath': string;
1276
- };
1277
- } | {
1278
- 'name': 'array_find';
1279
- 'params': {
1280
- 'conditions': (Pick_Condition_path_or_operator_ & {
1281
- 'evaluateValue': string;
1206
+ refresh: ProxyRefresh;
1207
+ };
1208
+ export declare type _urls_string_Array_ignoreMissingLiveFields_true_apiOptions_WorkerApiOptions_sample___key_string__unknown___textEncoding_string_format_Format__ = {
1209
+ urls: string[];
1210
+ ignoreMissingLiveFields?: true;
1211
+ apiOptions?: WorkerApiOptions;
1212
+ sample?: {};
1213
+ textEncoding: string;
1214
+ format: Format;
1215
+ };
1216
+ export declare type _file_string_ignoreMissingLiveFields_string_textEncoding_string_format_Format__ = {
1217
+ file: string;
1218
+ ignoreMissingLiveFields?: string;
1219
+ textEncoding: string;
1220
+ format: Format;
1221
+ };
1222
+ export declare type _name_string_type_FieldSource_readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number____ = {
1223
+ name: string;
1224
+ type: FieldMapType;
1225
+ selected: boolean;
1226
+ rules: (({
1227
+ name: "static" | "path";
1228
+ params: {
1229
+ value: string;
1230
+ };
1231
+ } | {
1232
+ name: "path";
1233
+ params: {
1234
+ fromRoot: true;
1235
+ value: string;
1236
+ };
1237
+ }) | ({
1238
+ name: "static" | "path";
1239
+ params: {
1240
+ value: string;
1241
+ };
1242
+ } | {
1243
+ name: "path";
1244
+ params: {
1245
+ fromRoot: true;
1246
+ value: string;
1247
+ };
1248
+ } | {
1249
+ name: "array_find";
1250
+ params: {
1251
+ key: string;
1252
+ operator: "=";
1253
+ value: string | number;
1254
+ };
1255
+ } | {
1256
+ name: "array_find";
1257
+ params: {
1258
+ key: string;
1259
+ operator: "=";
1260
+ valuePath: string;
1261
+ };
1262
+ } | {
1263
+ name: "array_find";
1264
+ params: {
1265
+ conditions: (Pick_Condition_path_or_operator_ & {
1266
+ evaluateValue: string;
1282
1267
  })[];
1283
1268
  };
1284
1269
  } | {
1285
- 'name': 'fallback';
1286
- 'params': FieldMapFallbackRulePayload;
1270
+ name: "fallback";
1271
+ params: FieldMapFallbackRulePayload;
1287
1272
  } | {
1288
- 'name': 'fallback';
1289
- 'params': Pick_FieldMapFallbackRulePayload_valuePath_or_exit_ & {
1290
- 'staticValue': string | number | (string)[] | {
1291
- [key: string]: string;
1292
- } | (number)[] | {
1293
- [key: string]: number;
1294
- };
1273
+ name: "fallback";
1274
+ params: Pick_FieldMapFallbackRulePayload_valuePath_or_exit_ & {
1275
+ staticValue: string | number | string[] | {} | number[] | {};
1295
1276
  };
1296
1277
  } | {
1297
- 'name': 'fallback_if';
1298
- 'params': FieldMapFallbackRulePayload & {
1299
- 'conditions': (Condition | Pick_Condition_path_or_operator_ & {
1300
- 'evaluateValue': string;
1301
- })[];
1278
+ name: "fallback_if";
1279
+ params: FieldMapFallbackRulePayload & {
1280
+ conditions: (Condition | (Pick_Condition_path_or_operator_ & {
1281
+ evaluateValue: string;
1282
+ }))[];
1302
1283
  };
1303
1284
  } | {
1304
- 'name': 'exclude_from_record';
1305
- 'params': {
1306
- 'keys': (string)[];
1285
+ name: "exclude_from_record";
1286
+ params: {
1287
+ keys: string[];
1307
1288
  };
1308
1289
  } | {
1309
- 'name': 'decrypt';
1310
- 'params': {
1311
- 'passwordPrefixPath'?: string;
1290
+ name: "decrypt";
1291
+ params: {
1292
+ passwordPrefixPath?: string;
1312
1293
  };
1313
1294
  } | {
1314
- 'name': 'interpolate';
1315
- 'params': {
1316
- 'value': string;
1295
+ name: "interpolate";
1296
+ params: {
1297
+ value: string;
1317
1298
  };
1318
- })[];
1319
- 'source'?: FieldSource;
1320
- readonly 'primitive': ('string' | 'number' | 'datetime' | 'string[]' | 'number[]' | 'string{}' | 'number{}') & readonlyP;
1299
+ }))[];
1300
+ source?: FieldSource;
1301
+ readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
1321
1302
  };
1322
- export declare type __x_string__never___ = {};
1323
- export declare type _sample___key_string__unknown_____textEncoding_string__format_Format___ = {
1324
- 'sample'?: {
1325
- [key: string]: AnyValue;
1326
- };
1327
- 'textEncoding': string;
1328
- 'format': Format;
1303
+ export declare type __x_string__never__ = {};
1304
+ export declare type _sample___key_string__unknown___textEncoding_string_format_Format__ = {
1305
+ sample?: {};
1306
+ textEncoding: string;
1307
+ format: Format;
1329
1308
  };
1330
- export declare type _value_string___ = {
1331
- 'value': string;
1309
+ export declare type _value_string__ = {
1310
+ value: string;
1332
1311
  };
1333
- export declare type _aggregationPipeline_AggregationStep_Array__refresh_WorkerRefresh__batchSize_number___ = {
1334
- 'aggregationPipeline': ({
1335
- 'name': 'unwind';
1336
- 'params': {
1337
- 'src': string;
1338
- 'dest': string;
1339
- 'allowEmpty'?: boolean;
1312
+ export declare type _aggregationPipeline_AggregationStep_Array_refresh_WorkerRefresh_detectMissingFields_boolean_batchSize_number__ = {
1313
+ aggregationPipeline: ({
1314
+ name: "unwind";
1315
+ params: {
1316
+ src: string;
1317
+ dest: string;
1318
+ allowEmpty?: boolean;
1340
1319
  };
1341
1320
  } | {
1342
- 'name': 'extra_data_fields';
1343
- 'params': {
1344
- 'fieldNames': (string)[];
1321
+ name: "extra_data_fields";
1322
+ params: {
1323
+ fieldNames: string[];
1345
1324
  };
1346
1325
  } | {
1347
- 'name': 'merge';
1348
- 'params': {
1349
- 'fieldNames': (string)[];
1350
- 'datasourceId': string;
1351
- 'query': string;
1326
+ name: "merge";
1327
+ params: {
1328
+ fieldNames: string[];
1329
+ datasourceId: string;
1330
+ query: string;
1352
1331
  };
1353
1332
  } | {
1354
- 'name': 'count';
1355
- 'params': {
1356
- 'fieldNames': (string)[];
1357
- 'datasourceId': string;
1358
- 'query': string;
1333
+ name: "count";
1334
+ params: {
1335
+ fieldNames: string[];
1336
+ datasourceId: string;
1337
+ query: string;
1359
1338
  };
1360
1339
  })[];
1361
- 'refresh': {
1362
- 'freq': number;
1340
+ refresh: {
1341
+ freq: number;
1363
1342
  } | {
1364
- 'cron': string;
1343
+ cron: string;
1365
1344
  } | {
1366
- 'datasourceIds': (string)[];
1345
+ datasourceIds: string[];
1367
1346
  };
1368
- 'batchSize': number;
1347
+ detectMissingFields: boolean;
1348
+ batchSize: number;
1369
1349
  };
1370
- export declare type _type_user_or_hashtag__value_string___ = {
1371
- 'type': 'user' | 'hashtag';
1372
- 'value': string;
1350
+ export declare type _type_user_or_hashtag_value_string__ = {
1351
+ type: "user" | "hashtag";
1352
+ value: string;
1373
1353
  };
1374
- export declare type _datasourceId_string___ = {
1375
- 'datasourceId': string;
1354
+ export declare type _datasourceId_string__ = {
1355
+ datasourceId: string;
1376
1356
  };
1377
- export declare type _query_string___ = {
1378
- 'query': string;
1357
+ export declare type _query_string__ = {
1358
+ query: string;
1379
1359
  };
1380
- export declare type _field_string___ = {
1381
- 'field': string;
1360
+ export declare type _field_string__ = {
1361
+ field: string;
1382
1362
  };
1383
- export declare type _urls_string_Array__ignoreMissingLiveFields_true__apiOptions_ProxyApiOptions__sample___key_string__unknown_____textEncoding_string__format_Format___ = {
1384
- 'urls': (string)[];
1385
- 'ignoreMissingLiveFields'?: true;
1386
- 'apiOptions'?: ProxyApiOptions;
1387
- 'sample'?: {
1388
- [key: string]: AnyValue;
1389
- };
1390
- 'textEncoding': string;
1391
- 'format': Format;
1363
+ export declare type _urls_string_Array_ignoreMissingLiveFields_true_apiOptions_ProxyApiOptions_sample___key_string__unknown___textEncoding_string_format_Format__ = {
1364
+ urls: string[];
1365
+ ignoreMissingLiveFields?: true;
1366
+ apiOptions?: ProxyApiOptions;
1367
+ sample?: {};
1368
+ textEncoding: string;
1369
+ format: Format;
1392
1370
  };
1393
- export declare type _refresh_ProxyRefresh___ = {
1394
- 'refresh': ProxyRefresh;
1371
+ export declare type _refresh_ProxyRefresh__ = {
1372
+ refresh: ProxyRefresh;
1395
1373
  };
1396
1374
  export declare type CurrentSteps = {
1397
- 'current': {
1398
- 'name': 'configure_name';
1399
- } & {
1400
- 'value'?: string;
1401
- } | {
1402
- 'name': 'configure_resource_group_ids';
1403
- } & {
1404
- 'value'?: (string)[];
1405
- } | {
1406
- 'name': 'configure_source';
1407
- 'mode'?: 'url' | 'file';
1408
- } & {
1409
- 'value'?: _urls_string_Array__ignoreMissingLiveFields_true__apiOptions_WorkerApiOptions__sample___key_string__unknown_____textEncoding_string__format_Format___ | _file_string__ignoreMissingLiveFields_string__textEncoding_string__format_Format___;
1410
- } | {
1411
- 'name': 'configure_fieldsmap';
1412
- } & {
1413
- 'value'?: (FieldMap)[];
1414
- } | {
1415
- 'name': 'configure_field';
1416
- 'field': {
1417
- 'name': string;
1418
- 'type': FieldMapType;
1419
- };
1420
- } & {
1421
- 'value'?: _name_string__type_FieldSource__readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number_____;
1422
- } | {
1423
- 'name': 'create_oauth_client';
1424
- 'configurationId': string;
1425
- } & {
1426
- 'value'?: __x_string__never___;
1427
- } | {
1428
- 'name': 'authorize_oauth_client';
1429
- 'slug': string;
1430
- } & {
1431
- 'value'?: __x_string__never___;
1432
- } | {
1433
- 'name': 'configure_thresholds';
1434
- } & {
1435
- 'value'?: ({
1436
- 'type': 'too_many_invalid_entries';
1437
- 'value': number;
1438
- 'trigger': {
1439
- 'type': 'error';
1440
- 'value': 'too_many_invalid_entries';
1375
+ current: ({
1376
+ name: "configure_name";
1377
+ } & {
1378
+ value?: string;
1379
+ }) | ({
1380
+ name: "configure_resource_group_ids";
1381
+ } & {
1382
+ value?: string[];
1383
+ }) | ({
1384
+ name: "configure_source";
1385
+ mode?: "url" | "file";
1386
+ } & {
1387
+ value?: _urls_string_Array_ignoreMissingLiveFields_true_apiOptions_WorkerApiOptions_sample___key_string__unknown___textEncoding_string_format_Format__ | _file_string_ignoreMissingLiveFields_string_textEncoding_string_format_Format__;
1388
+ }) | ({
1389
+ name: "configure_fieldsmap";
1390
+ } & {
1391
+ value?: FieldMap[];
1392
+ }) | ({
1393
+ name: "configure_field";
1394
+ field: {
1395
+ name: string;
1396
+ type: FieldMapType;
1397
+ };
1398
+ } & {
1399
+ value?: _name_string_type_FieldSource_readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number____;
1400
+ }) | ({
1401
+ name: "create_oauth_client";
1402
+ configurationId: string;
1403
+ } & {
1404
+ value?: __x_string__never__;
1405
+ }) | ({
1406
+ name: "authorize_oauth_client";
1407
+ slug: string;
1408
+ } & {
1409
+ value?: __x_string__never__;
1410
+ }) | ({
1411
+ name: "configure_thresholds";
1412
+ } & {
1413
+ value?: ({
1414
+ type: "too_many_invalid_entries";
1415
+ value: number;
1416
+ trigger: {
1417
+ type: "error";
1418
+ value: "too_many_invalid_entries";
1441
1419
  };
1442
1420
  } | {
1443
- 'type': 'entries_drop_rate_too_high';
1444
- 'value': number;
1445
- 'trigger': {
1446
- 'type': 'warning';
1447
- 'value': 'entries_drop_rate_too_high';
1421
+ type: "entries_drop_rate_too_high";
1422
+ value: number;
1423
+ trigger: {
1424
+ type: "warning";
1425
+ value: "entries_drop_rate_too_high";
1448
1426
  } | {
1449
- 'type': 'error';
1450
- 'value': 'entries_drop_rate_too_high';
1427
+ type: "error";
1428
+ value: "entries_drop_rate_too_high";
1451
1429
  };
1452
1430
  })[];
1453
- } | {
1454
- 'name': 'configure_content';
1455
- } & {
1456
- 'value'?: _sample___key_string__unknown_____textEncoding_string__format_Format___;
1457
- } | {
1458
- 'name': 'configure_api_key';
1459
- 'slug': 'partoo';
1460
- } & {
1461
- 'value'?: _value_string___;
1462
- } | {
1463
- 'name': 'patch';
1464
- } & {
1465
- 'value'?: _aggregationPipeline_AggregationStep_Array__refresh_WorkerRefresh__batchSize_number___;
1466
- } | {
1467
- 'name': 'validate';
1468
- } & {
1469
- 'value'?: __x_string__never___;
1470
- } | {
1471
- 'name': 'configure_shopify_shop_name';
1472
- 'configurationId': string;
1473
- } & {
1474
- 'value'?: string;
1475
- } | {
1476
- 'name': 'configure_twitter';
1477
- } & {
1478
- 'value'?: _type_user_or_hashtag__value_string___;
1479
- } | {
1480
- 'name': 'configure_product_datasource_source';
1481
- } & {
1482
- 'value'?: _datasourceId_string___;
1483
- } | {
1484
- 'name': 'configure_tracking_datasource_source';
1485
- } & {
1486
- 'value'?: _datasourceId_string___;
1487
- } | {
1488
- 'name': 'configure_best_product_query';
1489
- } & {
1490
- 'value'?: _query_string___;
1491
- } | {
1492
- 'name': 'configure_best_product_field';
1493
- } & {
1494
- 'value'?: _field_string___;
1495
- } | {
1496
- 'name': 'configure_name';
1497
- } & {
1498
- 'value'?: string;
1499
- } | {
1500
- 'name': 'configure_resource_group_ids';
1501
- } & {
1502
- 'value'?: (string)[];
1503
- } | {
1504
- 'name': 'configure_source';
1505
- 'mode'?: 'url' | 'file';
1506
- } & {
1507
- 'value'?: _urls_string_Array__ignoreMissingLiveFields_true__apiOptions_ProxyApiOptions__sample___key_string__unknown_____textEncoding_string__format_Format___;
1508
- } | {
1509
- 'name': 'configure_fieldsmap';
1510
- } & {
1511
- 'value'?: (FieldMap)[];
1512
- } | {
1513
- 'name': 'configure_field';
1514
- 'field': {
1515
- 'name': string;
1516
- 'type': FieldMapType;
1517
- };
1518
- } & {
1519
- 'value'?: _name_string__type_FieldSource__readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number_____;
1520
- } | {
1521
- 'name': 'create_oauth_client';
1522
- 'configurationId': string;
1523
- } & {
1524
- 'value'?: __x_string__never___;
1525
- } | {
1526
- 'name': 'authorize_oauth_client';
1527
- 'slug': string;
1528
- } & {
1529
- 'value'?: __x_string__never___;
1530
- } | {
1531
- 'name': 'configure_content';
1532
- } & {
1533
- 'value'?: _sample___key_string__unknown_____textEncoding_string__format_Format___;
1534
- } | {
1535
- 'name': 'configure_api_key';
1536
- 'slug': 'partoo';
1537
- } & {
1538
- 'value'?: _value_string___;
1539
- } | {
1540
- 'name': 'patch';
1541
- } & {
1542
- 'value'?: _refresh_ProxyRefresh___;
1543
- } | {
1544
- 'name': 'validate';
1545
- } & {
1546
- 'value'?: __x_string__never___;
1547
- } | {
1548
- 'name': 'configure_name';
1549
- } & {
1550
- 'value'?: string;
1551
- } | {
1552
- 'name': 'configure_resource_group_ids';
1553
- } & {
1554
- 'value'?: (string)[];
1555
- } | {
1556
- 'name': 'configure_fieldsmap';
1557
- } & {
1558
- 'value'?: (FieldMap)[];
1559
- } | {
1560
- 'name': 'configure_field';
1561
- 'field': {
1562
- 'name': string;
1563
- 'type': FieldMapType;
1564
- };
1565
- } & {
1566
- 'value'?: _name_string__type_FieldSource__readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number_____;
1567
- } | {
1568
- 'name': 'validate';
1569
- } & {
1570
- 'value'?: __x_string__never___;
1571
- } | {
1572
- 'name': 'inject_shopify_analytics_script';
1573
- 'configurationId': string;
1574
- } & {
1575
- 'value'?: string;
1576
- } | {
1577
- 'name': 'configure_shopify_analytics_script';
1578
- } & {
1579
- 'value'?: __x_string__never___;
1580
- } | {
1581
- 'name': 'configure_google_tag_manager';
1582
- } & {
1583
- 'value'?: __x_string__never___;
1584
- } | {
1585
- 'name': 'configure_reelevant_analytics_script';
1586
- } & {
1587
- 'value'?: __x_string__never___;
1588
- };
1589
- 'next': ({
1590
- 'name': 'configure_name';
1591
- } & {
1592
- 'value'?: string;
1593
- } | {
1594
- 'name': 'configure_resource_group_ids';
1595
- } & {
1596
- 'value'?: (string)[];
1597
- } | {
1598
- 'name': 'configure_source';
1599
- 'mode'?: 'url' | 'file';
1600
- } & {
1601
- 'value'?: _urls_string_Array__ignoreMissingLiveFields_true__apiOptions_WorkerApiOptions__sample___key_string__unknown_____textEncoding_string__format_Format___ | _file_string__ignoreMissingLiveFields_string__textEncoding_string__format_Format___;
1602
- } | {
1603
- 'name': 'configure_fieldsmap';
1604
- } & {
1605
- 'value'?: (FieldMap)[];
1606
- } | {
1607
- 'name': 'configure_field';
1608
- 'field': {
1609
- 'name': string;
1610
- 'type': FieldMapType;
1611
- };
1612
- } & {
1613
- 'value'?: _name_string__type_FieldSource__readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number_____;
1614
- } | {
1615
- 'name': 'create_oauth_client';
1616
- 'configurationId': string;
1617
- } & {
1618
- 'value'?: __x_string__never___;
1619
- } | {
1620
- 'name': 'authorize_oauth_client';
1621
- 'slug': string;
1622
- } & {
1623
- 'value'?: __x_string__never___;
1624
- } | {
1625
- 'name': 'configure_thresholds';
1626
- } & {
1627
- 'value'?: ({
1628
- 'type': 'too_many_invalid_entries';
1629
- 'value': number;
1630
- 'trigger': {
1631
- 'type': 'error';
1632
- 'value': 'too_many_invalid_entries';
1431
+ }) | ({
1432
+ name: "configure_content";
1433
+ } & {
1434
+ value?: _sample___key_string__unknown___textEncoding_string_format_Format__;
1435
+ }) | ({
1436
+ name: "configure_api_key";
1437
+ slug: "partoo";
1438
+ } & {
1439
+ value?: _value_string__;
1440
+ }) | ({
1441
+ name: "patch";
1442
+ } & {
1443
+ value?: _aggregationPipeline_AggregationStep_Array_refresh_WorkerRefresh_detectMissingFields_boolean_batchSize_number__;
1444
+ }) | ({
1445
+ name: "validate";
1446
+ } & {
1447
+ value?: __x_string__never__;
1448
+ }) | ({
1449
+ name: "configure_shopify_shop_name";
1450
+ configurationId: string;
1451
+ } & {
1452
+ value?: string;
1453
+ }) | ({
1454
+ name: "configure_twitter";
1455
+ } & {
1456
+ value?: _type_user_or_hashtag_value_string__;
1457
+ }) | ({
1458
+ name: "configure_product_datasource_source";
1459
+ } & {
1460
+ value?: _datasourceId_string__;
1461
+ }) | ({
1462
+ name: "configure_tracking_datasource_source";
1463
+ } & {
1464
+ value?: _datasourceId_string__;
1465
+ }) | ({
1466
+ name: "configure_best_product_query";
1467
+ } & {
1468
+ value?: _query_string__;
1469
+ }) | ({
1470
+ name: "configure_best_product_field";
1471
+ } & {
1472
+ value?: _field_string__;
1473
+ }) | ({
1474
+ name: "configure_name";
1475
+ } & {
1476
+ value?: string;
1477
+ }) | ({
1478
+ name: "configure_resource_group_ids";
1479
+ } & {
1480
+ value?: string[];
1481
+ }) | ({
1482
+ name: "configure_source";
1483
+ mode?: "url" | "file";
1484
+ } & {
1485
+ value?: _urls_string_Array_ignoreMissingLiveFields_true_apiOptions_ProxyApiOptions_sample___key_string__unknown___textEncoding_string_format_Format__;
1486
+ }) | ({
1487
+ name: "configure_fieldsmap";
1488
+ } & {
1489
+ value?: FieldMap[];
1490
+ }) | ({
1491
+ name: "configure_field";
1492
+ field: {
1493
+ name: string;
1494
+ type: FieldMapType;
1495
+ };
1496
+ } & {
1497
+ value?: _name_string_type_FieldSource_readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number____;
1498
+ }) | ({
1499
+ name: "create_oauth_client";
1500
+ configurationId: string;
1501
+ } & {
1502
+ value?: __x_string__never__;
1503
+ }) | ({
1504
+ name: "authorize_oauth_client";
1505
+ slug: string;
1506
+ } & {
1507
+ value?: __x_string__never__;
1508
+ }) | ({
1509
+ name: "configure_content";
1510
+ } & {
1511
+ value?: _sample___key_string__unknown___textEncoding_string_format_Format__;
1512
+ }) | ({
1513
+ name: "configure_api_key";
1514
+ slug: "partoo";
1515
+ } & {
1516
+ value?: _value_string__;
1517
+ }) | ({
1518
+ name: "patch";
1519
+ } & {
1520
+ value?: _refresh_ProxyRefresh__;
1521
+ }) | ({
1522
+ name: "validate";
1523
+ } & {
1524
+ value?: __x_string__never__;
1525
+ }) | ({
1526
+ name: "configure_name";
1527
+ } & {
1528
+ value?: string;
1529
+ }) | ({
1530
+ name: "configure_resource_group_ids";
1531
+ } & {
1532
+ value?: string[];
1533
+ }) | ({
1534
+ name: "configure_fieldsmap";
1535
+ } & {
1536
+ value?: FieldMap[];
1537
+ }) | ({
1538
+ name: "configure_field";
1539
+ field: {
1540
+ name: string;
1541
+ type: FieldMapType;
1542
+ };
1543
+ } & {
1544
+ value?: _name_string_type_FieldSource_readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number____;
1545
+ }) | ({
1546
+ name: "validate";
1547
+ } & {
1548
+ value?: __x_string__never__;
1549
+ }) | ({
1550
+ name: "inject_shopify_analytics_script";
1551
+ configurationId: string;
1552
+ } & {
1553
+ value?: string;
1554
+ }) | ({
1555
+ name: "configure_shopify_analytics_script";
1556
+ } & {
1557
+ value?: __x_string__never__;
1558
+ }) | ({
1559
+ name: "configure_google_tag_manager";
1560
+ } & {
1561
+ value?: __x_string__never__;
1562
+ }) | ({
1563
+ name: "configure_reelevant_analytics_script";
1564
+ } & {
1565
+ value?: __x_string__never__;
1566
+ });
1567
+ next: (({
1568
+ name: "configure_name";
1569
+ } & {
1570
+ value?: string;
1571
+ }) | ({
1572
+ name: "configure_resource_group_ids";
1573
+ } & {
1574
+ value?: string[];
1575
+ }) | ({
1576
+ name: "configure_source";
1577
+ mode?: "url" | "file";
1578
+ } & {
1579
+ value?: _urls_string_Array_ignoreMissingLiveFields_true_apiOptions_WorkerApiOptions_sample___key_string__unknown___textEncoding_string_format_Format__ | _file_string_ignoreMissingLiveFields_string_textEncoding_string_format_Format__;
1580
+ }) | ({
1581
+ name: "configure_fieldsmap";
1582
+ } & {
1583
+ value?: FieldMap[];
1584
+ }) | ({
1585
+ name: "configure_field";
1586
+ field: {
1587
+ name: string;
1588
+ type: FieldMapType;
1589
+ };
1590
+ } & {
1591
+ value?: _name_string_type_FieldSource_readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number____;
1592
+ }) | ({
1593
+ name: "create_oauth_client";
1594
+ configurationId: string;
1595
+ } & {
1596
+ value?: __x_string__never__;
1597
+ }) | ({
1598
+ name: "authorize_oauth_client";
1599
+ slug: string;
1600
+ } & {
1601
+ value?: __x_string__never__;
1602
+ }) | ({
1603
+ name: "configure_thresholds";
1604
+ } & {
1605
+ value?: ({
1606
+ type: "too_many_invalid_entries";
1607
+ value: number;
1608
+ trigger: {
1609
+ type: "error";
1610
+ value: "too_many_invalid_entries";
1633
1611
  };
1634
1612
  } | {
1635
- 'type': 'entries_drop_rate_too_high';
1636
- 'value': number;
1637
- 'trigger': {
1638
- 'type': 'warning';
1639
- 'value': 'entries_drop_rate_too_high';
1613
+ type: "entries_drop_rate_too_high";
1614
+ value: number;
1615
+ trigger: {
1616
+ type: "warning";
1617
+ value: "entries_drop_rate_too_high";
1640
1618
  } | {
1641
- 'type': 'error';
1642
- 'value': 'entries_drop_rate_too_high';
1619
+ type: "error";
1620
+ value: "entries_drop_rate_too_high";
1643
1621
  };
1644
1622
  })[];
1645
- } | {
1646
- 'name': 'configure_content';
1647
- } & {
1648
- 'value'?: _sample___key_string__unknown_____textEncoding_string__format_Format___;
1649
- } | {
1650
- 'name': 'configure_api_key';
1651
- 'slug': 'partoo';
1652
- } & {
1653
- 'value'?: _value_string___;
1654
- } | {
1655
- 'name': 'patch';
1656
- } & {
1657
- 'value'?: _aggregationPipeline_AggregationStep_Array__refresh_WorkerRefresh__batchSize_number___;
1658
- } | {
1659
- 'name': 'validate';
1660
- } & {
1661
- 'value'?: __x_string__never___;
1662
- } | {
1663
- 'name': 'configure_shopify_shop_name';
1664
- 'configurationId': string;
1665
- } & {
1666
- 'value'?: string;
1667
- } | {
1668
- 'name': 'configure_twitter';
1669
- } & {
1670
- 'value'?: _type_user_or_hashtag__value_string___;
1671
- } | {
1672
- 'name': 'configure_product_datasource_source';
1673
- } & {
1674
- 'value'?: _datasourceId_string___;
1675
- } | {
1676
- 'name': 'configure_tracking_datasource_source';
1677
- } & {
1678
- 'value'?: _datasourceId_string___;
1679
- } | {
1680
- 'name': 'configure_best_product_query';
1681
- } & {
1682
- 'value'?: _query_string___;
1683
- } | {
1684
- 'name': 'configure_best_product_field';
1685
- } & {
1686
- 'value'?: _field_string___;
1687
- } | {
1688
- 'name': 'configure_name';
1689
- } & {
1690
- 'value'?: string;
1691
- } | {
1692
- 'name': 'configure_resource_group_ids';
1693
- } & {
1694
- 'value'?: (string)[];
1695
- } | {
1696
- 'name': 'configure_source';
1697
- 'mode'?: 'url' | 'file';
1698
- } & {
1699
- 'value'?: _urls_string_Array__ignoreMissingLiveFields_true__apiOptions_ProxyApiOptions__sample___key_string__unknown_____textEncoding_string__format_Format___;
1700
- } | {
1701
- 'name': 'configure_fieldsmap';
1702
- } & {
1703
- 'value'?: (FieldMap)[];
1704
- } | {
1705
- 'name': 'configure_field';
1706
- 'field': {
1707
- 'name': string;
1708
- 'type': FieldMapType;
1709
- };
1710
- } & {
1711
- 'value'?: _name_string__type_FieldSource__readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number_____;
1712
- } | {
1713
- 'name': 'create_oauth_client';
1714
- 'configurationId': string;
1715
- } & {
1716
- 'value'?: __x_string__never___;
1717
- } | {
1718
- 'name': 'authorize_oauth_client';
1719
- 'slug': string;
1720
- } & {
1721
- 'value'?: __x_string__never___;
1722
- } | {
1723
- 'name': 'configure_content';
1724
- } & {
1725
- 'value'?: _sample___key_string__unknown_____textEncoding_string__format_Format___;
1726
- } | {
1727
- 'name': 'configure_api_key';
1728
- 'slug': 'partoo';
1729
- } & {
1730
- 'value'?: _value_string___;
1731
- } | {
1732
- 'name': 'patch';
1733
- } & {
1734
- 'value'?: _refresh_ProxyRefresh___;
1735
- } | {
1736
- 'name': 'validate';
1737
- } & {
1738
- 'value'?: __x_string__never___;
1739
- } | {
1740
- 'name': 'configure_name';
1741
- } & {
1742
- 'value'?: string;
1743
- } | {
1744
- 'name': 'configure_resource_group_ids';
1745
- } & {
1746
- 'value'?: (string)[];
1747
- } | {
1748
- 'name': 'configure_fieldsmap';
1749
- } & {
1750
- 'value'?: (FieldMap)[];
1751
- } | {
1752
- 'name': 'configure_field';
1753
- 'field': {
1754
- 'name': string;
1755
- 'type': FieldMapType;
1756
- };
1757
- } & {
1758
- 'value'?: _name_string__type_FieldSource__readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number_____;
1759
- } | {
1760
- 'name': 'validate';
1761
- } & {
1762
- 'value'?: __x_string__never___;
1763
- } | {
1764
- 'name': 'inject_shopify_analytics_script';
1765
- 'configurationId': string;
1766
- } & {
1767
- 'value'?: string;
1768
- } | {
1769
- 'name': 'configure_shopify_analytics_script';
1770
- } & {
1771
- 'value'?: __x_string__never___;
1772
- } | {
1773
- 'name': 'configure_google_tag_manager';
1774
- } & {
1775
- 'value'?: __x_string__never___;
1776
- } | {
1777
- 'name': 'configure_reelevant_analytics_script';
1778
- } & {
1779
- 'value'?: __x_string__never___;
1780
- })[];
1781
- 'previous': ({
1782
- 'name': 'configure_name';
1783
- } & {
1784
- 'value'?: string;
1785
- } | {
1786
- 'name': 'configure_resource_group_ids';
1787
- } & {
1788
- 'value'?: (string)[];
1789
- } | {
1790
- 'name': 'configure_source';
1791
- 'mode'?: 'url' | 'file';
1792
- } & {
1793
- 'value'?: _urls_string_Array__ignoreMissingLiveFields_true__apiOptions_WorkerApiOptions__sample___key_string__unknown_____textEncoding_string__format_Format___ | _file_string__ignoreMissingLiveFields_string__textEncoding_string__format_Format___;
1794
- } | {
1795
- 'name': 'configure_fieldsmap';
1796
- } & {
1797
- 'value'?: (FieldMap)[];
1798
- } | {
1799
- 'name': 'configure_field';
1800
- 'field': {
1801
- 'name': string;
1802
- 'type': FieldMapType;
1803
- };
1804
- } & {
1805
- 'value'?: _name_string__type_FieldSource__readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number_____;
1806
- } | {
1807
- 'name': 'create_oauth_client';
1808
- 'configurationId': string;
1809
- } & {
1810
- 'value'?: __x_string__never___;
1811
- } | {
1812
- 'name': 'authorize_oauth_client';
1813
- 'slug': string;
1814
- } & {
1815
- 'value'?: __x_string__never___;
1816
- } | {
1817
- 'name': 'configure_thresholds';
1818
- } & {
1819
- 'value'?: ({
1820
- 'type': 'too_many_invalid_entries';
1821
- 'value': number;
1822
- 'trigger': {
1823
- 'type': 'error';
1824
- 'value': 'too_many_invalid_entries';
1623
+ }) | ({
1624
+ name: "configure_content";
1625
+ } & {
1626
+ value?: _sample___key_string__unknown___textEncoding_string_format_Format__;
1627
+ }) | ({
1628
+ name: "configure_api_key";
1629
+ slug: "partoo";
1630
+ } & {
1631
+ value?: _value_string__;
1632
+ }) | ({
1633
+ name: "patch";
1634
+ } & {
1635
+ value?: _aggregationPipeline_AggregationStep_Array_refresh_WorkerRefresh_detectMissingFields_boolean_batchSize_number__;
1636
+ }) | ({
1637
+ name: "validate";
1638
+ } & {
1639
+ value?: __x_string__never__;
1640
+ }) | ({
1641
+ name: "configure_shopify_shop_name";
1642
+ configurationId: string;
1643
+ } & {
1644
+ value?: string;
1645
+ }) | ({
1646
+ name: "configure_twitter";
1647
+ } & {
1648
+ value?: _type_user_or_hashtag_value_string__;
1649
+ }) | ({
1650
+ name: "configure_product_datasource_source";
1651
+ } & {
1652
+ value?: _datasourceId_string__;
1653
+ }) | ({
1654
+ name: "configure_tracking_datasource_source";
1655
+ } & {
1656
+ value?: _datasourceId_string__;
1657
+ }) | ({
1658
+ name: "configure_best_product_query";
1659
+ } & {
1660
+ value?: _query_string__;
1661
+ }) | ({
1662
+ name: "configure_best_product_field";
1663
+ } & {
1664
+ value?: _field_string__;
1665
+ }) | ({
1666
+ name: "configure_name";
1667
+ } & {
1668
+ value?: string;
1669
+ }) | ({
1670
+ name: "configure_resource_group_ids";
1671
+ } & {
1672
+ value?: string[];
1673
+ }) | ({
1674
+ name: "configure_source";
1675
+ mode?: "url" | "file";
1676
+ } & {
1677
+ value?: _urls_string_Array_ignoreMissingLiveFields_true_apiOptions_ProxyApiOptions_sample___key_string__unknown___textEncoding_string_format_Format__;
1678
+ }) | ({
1679
+ name: "configure_fieldsmap";
1680
+ } & {
1681
+ value?: FieldMap[];
1682
+ }) | ({
1683
+ name: "configure_field";
1684
+ field: {
1685
+ name: string;
1686
+ type: FieldMapType;
1687
+ };
1688
+ } & {
1689
+ value?: _name_string_type_FieldSource_readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number____;
1690
+ }) | ({
1691
+ name: "create_oauth_client";
1692
+ configurationId: string;
1693
+ } & {
1694
+ value?: __x_string__never__;
1695
+ }) | ({
1696
+ name: "authorize_oauth_client";
1697
+ slug: string;
1698
+ } & {
1699
+ value?: __x_string__never__;
1700
+ }) | ({
1701
+ name: "configure_content";
1702
+ } & {
1703
+ value?: _sample___key_string__unknown___textEncoding_string_format_Format__;
1704
+ }) | ({
1705
+ name: "configure_api_key";
1706
+ slug: "partoo";
1707
+ } & {
1708
+ value?: _value_string__;
1709
+ }) | ({
1710
+ name: "patch";
1711
+ } & {
1712
+ value?: _refresh_ProxyRefresh__;
1713
+ }) | ({
1714
+ name: "validate";
1715
+ } & {
1716
+ value?: __x_string__never__;
1717
+ }) | ({
1718
+ name: "configure_name";
1719
+ } & {
1720
+ value?: string;
1721
+ }) | ({
1722
+ name: "configure_resource_group_ids";
1723
+ } & {
1724
+ value?: string[];
1725
+ }) | ({
1726
+ name: "configure_fieldsmap";
1727
+ } & {
1728
+ value?: FieldMap[];
1729
+ }) | ({
1730
+ name: "configure_field";
1731
+ field: {
1732
+ name: string;
1733
+ type: FieldMapType;
1734
+ };
1735
+ } & {
1736
+ value?: _name_string_type_FieldSource_readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number____;
1737
+ }) | ({
1738
+ name: "validate";
1739
+ } & {
1740
+ value?: __x_string__never__;
1741
+ }) | ({
1742
+ name: "inject_shopify_analytics_script";
1743
+ configurationId: string;
1744
+ } & {
1745
+ value?: string;
1746
+ }) | ({
1747
+ name: "configure_shopify_analytics_script";
1748
+ } & {
1749
+ value?: __x_string__never__;
1750
+ }) | ({
1751
+ name: "configure_google_tag_manager";
1752
+ } & {
1753
+ value?: __x_string__never__;
1754
+ }) | ({
1755
+ name: "configure_reelevant_analytics_script";
1756
+ } & {
1757
+ value?: __x_string__never__;
1758
+ }))[];
1759
+ previous: (({
1760
+ name: "configure_name";
1761
+ } & {
1762
+ value?: string;
1763
+ }) | ({
1764
+ name: "configure_resource_group_ids";
1765
+ } & {
1766
+ value?: string[];
1767
+ }) | ({
1768
+ name: "configure_source";
1769
+ mode?: "url" | "file";
1770
+ } & {
1771
+ value?: _urls_string_Array_ignoreMissingLiveFields_true_apiOptions_WorkerApiOptions_sample___key_string__unknown___textEncoding_string_format_Format__ | _file_string_ignoreMissingLiveFields_string_textEncoding_string_format_Format__;
1772
+ }) | ({
1773
+ name: "configure_fieldsmap";
1774
+ } & {
1775
+ value?: FieldMap[];
1776
+ }) | ({
1777
+ name: "configure_field";
1778
+ field: {
1779
+ name: string;
1780
+ type: FieldMapType;
1781
+ };
1782
+ } & {
1783
+ value?: _name_string_type_FieldSource_readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number____;
1784
+ }) | ({
1785
+ name: "create_oauth_client";
1786
+ configurationId: string;
1787
+ } & {
1788
+ value?: __x_string__never__;
1789
+ }) | ({
1790
+ name: "authorize_oauth_client";
1791
+ slug: string;
1792
+ } & {
1793
+ value?: __x_string__never__;
1794
+ }) | ({
1795
+ name: "configure_thresholds";
1796
+ } & {
1797
+ value?: ({
1798
+ type: "too_many_invalid_entries";
1799
+ value: number;
1800
+ trigger: {
1801
+ type: "error";
1802
+ value: "too_many_invalid_entries";
1825
1803
  };
1826
1804
  } | {
1827
- 'type': 'entries_drop_rate_too_high';
1828
- 'value': number;
1829
- 'trigger': {
1830
- 'type': 'warning';
1831
- 'value': 'entries_drop_rate_too_high';
1805
+ type: "entries_drop_rate_too_high";
1806
+ value: number;
1807
+ trigger: {
1808
+ type: "warning";
1809
+ value: "entries_drop_rate_too_high";
1832
1810
  } | {
1833
- 'type': 'error';
1834
- 'value': 'entries_drop_rate_too_high';
1811
+ type: "error";
1812
+ value: "entries_drop_rate_too_high";
1835
1813
  };
1836
1814
  })[];
1837
- } | {
1838
- 'name': 'configure_content';
1839
- } & {
1840
- 'value'?: _sample___key_string__unknown_____textEncoding_string__format_Format___;
1841
- } | {
1842
- 'name': 'configure_api_key';
1843
- 'slug': 'partoo';
1844
- } & {
1845
- 'value'?: _value_string___;
1846
- } | {
1847
- 'name': 'patch';
1848
- } & {
1849
- 'value'?: _aggregationPipeline_AggregationStep_Array__refresh_WorkerRefresh__batchSize_number___;
1850
- } | {
1851
- 'name': 'validate';
1852
- } & {
1853
- 'value'?: __x_string__never___;
1854
- } | {
1855
- 'name': 'configure_shopify_shop_name';
1856
- 'configurationId': string;
1857
- } & {
1858
- 'value'?: string;
1859
- } | {
1860
- 'name': 'configure_twitter';
1861
- } & {
1862
- 'value'?: _type_user_or_hashtag__value_string___;
1863
- } | {
1864
- 'name': 'configure_product_datasource_source';
1865
- } & {
1866
- 'value'?: _datasourceId_string___;
1867
- } | {
1868
- 'name': 'configure_tracking_datasource_source';
1869
- } & {
1870
- 'value'?: _datasourceId_string___;
1871
- } | {
1872
- 'name': 'configure_best_product_query';
1873
- } & {
1874
- 'value'?: _query_string___;
1875
- } | {
1876
- 'name': 'configure_best_product_field';
1877
- } & {
1878
- 'value'?: _field_string___;
1879
- } | {
1880
- 'name': 'configure_name';
1881
- } & {
1882
- 'value'?: string;
1883
- } | {
1884
- 'name': 'configure_resource_group_ids';
1885
- } & {
1886
- 'value'?: (string)[];
1887
- } | {
1888
- 'name': 'configure_source';
1889
- 'mode'?: 'url' | 'file';
1890
- } & {
1891
- 'value'?: _urls_string_Array__ignoreMissingLiveFields_true__apiOptions_ProxyApiOptions__sample___key_string__unknown_____textEncoding_string__format_Format___;
1892
- } | {
1893
- 'name': 'configure_fieldsmap';
1894
- } & {
1895
- 'value'?: (FieldMap)[];
1896
- } | {
1897
- 'name': 'configure_field';
1898
- 'field': {
1899
- 'name': string;
1900
- 'type': FieldMapType;
1901
- };
1902
- } & {
1903
- 'value'?: _name_string__type_FieldSource__readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number_____;
1904
- } | {
1905
- 'name': 'create_oauth_client';
1906
- 'configurationId': string;
1907
- } & {
1908
- 'value'?: __x_string__never___;
1909
- } | {
1910
- 'name': 'authorize_oauth_client';
1911
- 'slug': string;
1912
- } & {
1913
- 'value'?: __x_string__never___;
1914
- } | {
1915
- 'name': 'configure_content';
1916
- } & {
1917
- 'value'?: _sample___key_string__unknown_____textEncoding_string__format_Format___;
1918
- } | {
1919
- 'name': 'configure_api_key';
1920
- 'slug': 'partoo';
1921
- } & {
1922
- 'value'?: _value_string___;
1923
- } | {
1924
- 'name': 'patch';
1925
- } & {
1926
- 'value'?: _refresh_ProxyRefresh___;
1927
- } | {
1928
- 'name': 'validate';
1929
- } & {
1930
- 'value'?: __x_string__never___;
1931
- } | {
1932
- 'name': 'configure_name';
1933
- } & {
1934
- 'value'?: string;
1935
- } | {
1936
- 'name': 'configure_resource_group_ids';
1937
- } & {
1938
- 'value'?: (string)[];
1939
- } | {
1940
- 'name': 'configure_fieldsmap';
1941
- } & {
1942
- 'value'?: (FieldMap)[];
1943
- } | {
1944
- 'name': 'configure_field';
1945
- 'field': {
1946
- 'name': string;
1947
- 'type': FieldMapType;
1948
- };
1949
- } & {
1950
- 'value'?: _name_string__type_FieldSource__readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number_____;
1951
- } | {
1952
- 'name': 'validate';
1953
- } & {
1954
- 'value'?: __x_string__never___;
1955
- } | {
1956
- 'name': 'inject_shopify_analytics_script';
1957
- 'configurationId': string;
1958
- } & {
1959
- 'value'?: string;
1960
- } | {
1961
- 'name': 'configure_shopify_analytics_script';
1962
- } & {
1963
- 'value'?: __x_string__never___;
1964
- } | {
1965
- 'name': 'configure_google_tag_manager';
1966
- } & {
1967
- 'value'?: __x_string__never___;
1968
- } | {
1969
- 'name': 'configure_reelevant_analytics_script';
1970
- } & {
1971
- 'value'?: __x_string__never___;
1972
- })[];
1973
- 'available': ({
1974
- 'name': 'configure_name';
1975
- } & {
1976
- 'value'?: string;
1977
- } | {
1978
- 'name': 'configure_resource_group_ids';
1979
- } & {
1980
- 'value'?: (string)[];
1981
- } | {
1982
- 'name': 'configure_source';
1983
- 'mode'?: 'url' | 'file';
1984
- } & {
1985
- 'value'?: _urls_string_Array__ignoreMissingLiveFields_true__apiOptions_WorkerApiOptions__sample___key_string__unknown_____textEncoding_string__format_Format___ | _file_string__ignoreMissingLiveFields_string__textEncoding_string__format_Format___;
1986
- } | {
1987
- 'name': 'configure_fieldsmap';
1988
- } & {
1989
- 'value'?: (FieldMap)[];
1990
- } | {
1991
- 'name': 'configure_field';
1992
- 'field': {
1993
- 'name': string;
1994
- 'type': FieldMapType;
1995
- };
1996
- } & {
1997
- 'value'?: _name_string__type_FieldSource__readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number_____;
1998
- } | {
1999
- 'name': 'create_oauth_client';
2000
- 'configurationId': string;
2001
- } & {
2002
- 'value'?: __x_string__never___;
2003
- } | {
2004
- 'name': 'authorize_oauth_client';
2005
- 'slug': string;
2006
- } & {
2007
- 'value'?: __x_string__never___;
2008
- } | {
2009
- 'name': 'configure_thresholds';
2010
- } & {
2011
- 'value'?: ({
2012
- 'type': 'too_many_invalid_entries';
2013
- 'value': number;
2014
- 'trigger': {
2015
- 'type': 'error';
2016
- 'value': 'too_many_invalid_entries';
1815
+ }) | ({
1816
+ name: "configure_content";
1817
+ } & {
1818
+ value?: _sample___key_string__unknown___textEncoding_string_format_Format__;
1819
+ }) | ({
1820
+ name: "configure_api_key";
1821
+ slug: "partoo";
1822
+ } & {
1823
+ value?: _value_string__;
1824
+ }) | ({
1825
+ name: "patch";
1826
+ } & {
1827
+ value?: _aggregationPipeline_AggregationStep_Array_refresh_WorkerRefresh_detectMissingFields_boolean_batchSize_number__;
1828
+ }) | ({
1829
+ name: "validate";
1830
+ } & {
1831
+ value?: __x_string__never__;
1832
+ }) | ({
1833
+ name: "configure_shopify_shop_name";
1834
+ configurationId: string;
1835
+ } & {
1836
+ value?: string;
1837
+ }) | ({
1838
+ name: "configure_twitter";
1839
+ } & {
1840
+ value?: _type_user_or_hashtag_value_string__;
1841
+ }) | ({
1842
+ name: "configure_product_datasource_source";
1843
+ } & {
1844
+ value?: _datasourceId_string__;
1845
+ }) | ({
1846
+ name: "configure_tracking_datasource_source";
1847
+ } & {
1848
+ value?: _datasourceId_string__;
1849
+ }) | ({
1850
+ name: "configure_best_product_query";
1851
+ } & {
1852
+ value?: _query_string__;
1853
+ }) | ({
1854
+ name: "configure_best_product_field";
1855
+ } & {
1856
+ value?: _field_string__;
1857
+ }) | ({
1858
+ name: "configure_name";
1859
+ } & {
1860
+ value?: string;
1861
+ }) | ({
1862
+ name: "configure_resource_group_ids";
1863
+ } & {
1864
+ value?: string[];
1865
+ }) | ({
1866
+ name: "configure_source";
1867
+ mode?: "url" | "file";
1868
+ } & {
1869
+ value?: _urls_string_Array_ignoreMissingLiveFields_true_apiOptions_ProxyApiOptions_sample___key_string__unknown___textEncoding_string_format_Format__;
1870
+ }) | ({
1871
+ name: "configure_fieldsmap";
1872
+ } & {
1873
+ value?: FieldMap[];
1874
+ }) | ({
1875
+ name: "configure_field";
1876
+ field: {
1877
+ name: string;
1878
+ type: FieldMapType;
1879
+ };
1880
+ } & {
1881
+ value?: _name_string_type_FieldSource_readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number____;
1882
+ }) | ({
1883
+ name: "create_oauth_client";
1884
+ configurationId: string;
1885
+ } & {
1886
+ value?: __x_string__never__;
1887
+ }) | ({
1888
+ name: "authorize_oauth_client";
1889
+ slug: string;
1890
+ } & {
1891
+ value?: __x_string__never__;
1892
+ }) | ({
1893
+ name: "configure_content";
1894
+ } & {
1895
+ value?: _sample___key_string__unknown___textEncoding_string_format_Format__;
1896
+ }) | ({
1897
+ name: "configure_api_key";
1898
+ slug: "partoo";
1899
+ } & {
1900
+ value?: _value_string__;
1901
+ }) | ({
1902
+ name: "patch";
1903
+ } & {
1904
+ value?: _refresh_ProxyRefresh__;
1905
+ }) | ({
1906
+ name: "validate";
1907
+ } & {
1908
+ value?: __x_string__never__;
1909
+ }) | ({
1910
+ name: "configure_name";
1911
+ } & {
1912
+ value?: string;
1913
+ }) | ({
1914
+ name: "configure_resource_group_ids";
1915
+ } & {
1916
+ value?: string[];
1917
+ }) | ({
1918
+ name: "configure_fieldsmap";
1919
+ } & {
1920
+ value?: FieldMap[];
1921
+ }) | ({
1922
+ name: "configure_field";
1923
+ field: {
1924
+ name: string;
1925
+ type: FieldMapType;
1926
+ };
1927
+ } & {
1928
+ value?: _name_string_type_FieldSource_readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number____;
1929
+ }) | ({
1930
+ name: "validate";
1931
+ } & {
1932
+ value?: __x_string__never__;
1933
+ }) | ({
1934
+ name: "inject_shopify_analytics_script";
1935
+ configurationId: string;
1936
+ } & {
1937
+ value?: string;
1938
+ }) | ({
1939
+ name: "configure_shopify_analytics_script";
1940
+ } & {
1941
+ value?: __x_string__never__;
1942
+ }) | ({
1943
+ name: "configure_google_tag_manager";
1944
+ } & {
1945
+ value?: __x_string__never__;
1946
+ }) | ({
1947
+ name: "configure_reelevant_analytics_script";
1948
+ } & {
1949
+ value?: __x_string__never__;
1950
+ }))[];
1951
+ available: (({
1952
+ name: "configure_name";
1953
+ } & {
1954
+ value?: string;
1955
+ }) | ({
1956
+ name: "configure_resource_group_ids";
1957
+ } & {
1958
+ value?: string[];
1959
+ }) | ({
1960
+ name: "configure_source";
1961
+ mode?: "url" | "file";
1962
+ } & {
1963
+ value?: _urls_string_Array_ignoreMissingLiveFields_true_apiOptions_WorkerApiOptions_sample___key_string__unknown___textEncoding_string_format_Format__ | _file_string_ignoreMissingLiveFields_string_textEncoding_string_format_Format__;
1964
+ }) | ({
1965
+ name: "configure_fieldsmap";
1966
+ } & {
1967
+ value?: FieldMap[];
1968
+ }) | ({
1969
+ name: "configure_field";
1970
+ field: {
1971
+ name: string;
1972
+ type: FieldMapType;
1973
+ };
1974
+ } & {
1975
+ value?: _name_string_type_FieldSource_readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number____;
1976
+ }) | ({
1977
+ name: "create_oauth_client";
1978
+ configurationId: string;
1979
+ } & {
1980
+ value?: __x_string__never__;
1981
+ }) | ({
1982
+ name: "authorize_oauth_client";
1983
+ slug: string;
1984
+ } & {
1985
+ value?: __x_string__never__;
1986
+ }) | ({
1987
+ name: "configure_thresholds";
1988
+ } & {
1989
+ value?: ({
1990
+ type: "too_many_invalid_entries";
1991
+ value: number;
1992
+ trigger: {
1993
+ type: "error";
1994
+ value: "too_many_invalid_entries";
2017
1995
  };
2018
1996
  } | {
2019
- 'type': 'entries_drop_rate_too_high';
2020
- 'value': number;
2021
- 'trigger': {
2022
- 'type': 'warning';
2023
- 'value': 'entries_drop_rate_too_high';
1997
+ type: "entries_drop_rate_too_high";
1998
+ value: number;
1999
+ trigger: {
2000
+ type: "warning";
2001
+ value: "entries_drop_rate_too_high";
2024
2002
  } | {
2025
- 'type': 'error';
2026
- 'value': 'entries_drop_rate_too_high';
2003
+ type: "error";
2004
+ value: "entries_drop_rate_too_high";
2027
2005
  };
2028
2006
  })[];
2029
- } | {
2030
- 'name': 'configure_content';
2031
- } & {
2032
- 'value'?: _sample___key_string__unknown_____textEncoding_string__format_Format___;
2033
- } | {
2034
- 'name': 'configure_api_key';
2035
- 'slug': 'partoo';
2036
- } & {
2037
- 'value'?: _value_string___;
2038
- } | {
2039
- 'name': 'patch';
2040
- } & {
2041
- 'value'?: _aggregationPipeline_AggregationStep_Array__refresh_WorkerRefresh__batchSize_number___;
2042
- } | {
2043
- 'name': 'validate';
2044
- } & {
2045
- 'value'?: __x_string__never___;
2046
- } | {
2047
- 'name': 'configure_shopify_shop_name';
2048
- 'configurationId': string;
2049
- } & {
2050
- 'value'?: string;
2051
- } | {
2052
- 'name': 'configure_twitter';
2053
- } & {
2054
- 'value'?: _type_user_or_hashtag__value_string___;
2055
- } | {
2056
- 'name': 'configure_product_datasource_source';
2057
- } & {
2058
- 'value'?: _datasourceId_string___;
2059
- } | {
2060
- 'name': 'configure_tracking_datasource_source';
2061
- } & {
2062
- 'value'?: _datasourceId_string___;
2063
- } | {
2064
- 'name': 'configure_best_product_query';
2065
- } & {
2066
- 'value'?: _query_string___;
2067
- } | {
2068
- 'name': 'configure_best_product_field';
2069
- } & {
2070
- 'value'?: _field_string___;
2071
- } | {
2072
- 'name': 'configure_name';
2073
- } & {
2074
- 'value'?: string;
2075
- } | {
2076
- 'name': 'configure_resource_group_ids';
2077
- } & {
2078
- 'value'?: (string)[];
2079
- } | {
2080
- 'name': 'configure_source';
2081
- 'mode'?: 'url' | 'file';
2082
- } & {
2083
- 'value'?: _urls_string_Array__ignoreMissingLiveFields_true__apiOptions_ProxyApiOptions__sample___key_string__unknown_____textEncoding_string__format_Format___;
2084
- } | {
2085
- 'name': 'configure_fieldsmap';
2086
- } & {
2087
- 'value'?: (FieldMap)[];
2088
- } | {
2089
- 'name': 'configure_field';
2090
- 'field': {
2091
- 'name': string;
2092
- 'type': FieldMapType;
2093
- };
2094
- } & {
2095
- 'value'?: _name_string__type_FieldSource__readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number_____;
2096
- } | {
2097
- 'name': 'create_oauth_client';
2098
- 'configurationId': string;
2099
- } & {
2100
- 'value'?: __x_string__never___;
2101
- } | {
2102
- 'name': 'authorize_oauth_client';
2103
- 'slug': string;
2104
- } & {
2105
- 'value'?: __x_string__never___;
2106
- } | {
2107
- 'name': 'configure_content';
2108
- } & {
2109
- 'value'?: _sample___key_string__unknown_____textEncoding_string__format_Format___;
2110
- } | {
2111
- 'name': 'configure_api_key';
2112
- 'slug': 'partoo';
2113
- } & {
2114
- 'value'?: _value_string___;
2115
- } | {
2116
- 'name': 'patch';
2117
- } & {
2118
- 'value'?: _refresh_ProxyRefresh___;
2119
- } | {
2120
- 'name': 'validate';
2121
- } & {
2122
- 'value'?: __x_string__never___;
2123
- } | {
2124
- 'name': 'configure_name';
2125
- } & {
2126
- 'value'?: string;
2127
- } | {
2128
- 'name': 'configure_resource_group_ids';
2129
- } & {
2130
- 'value'?: (string)[];
2131
- } | {
2132
- 'name': 'configure_fieldsmap';
2133
- } & {
2134
- 'value'?: (FieldMap)[];
2135
- } | {
2136
- 'name': 'configure_field';
2137
- 'field': {
2138
- 'name': string;
2139
- 'type': FieldMapType;
2007
+ }) | ({
2008
+ name: "configure_content";
2009
+ } & {
2010
+ value?: _sample___key_string__unknown___textEncoding_string_format_Format__;
2011
+ }) | ({
2012
+ name: "configure_api_key";
2013
+ slug: "partoo";
2014
+ } & {
2015
+ value?: _value_string__;
2016
+ }) | ({
2017
+ name: "patch";
2018
+ } & {
2019
+ value?: _aggregationPipeline_AggregationStep_Array_refresh_WorkerRefresh_detectMissingFields_boolean_batchSize_number__;
2020
+ }) | ({
2021
+ name: "validate";
2022
+ } & {
2023
+ value?: __x_string__never__;
2024
+ }) | ({
2025
+ name: "configure_shopify_shop_name";
2026
+ configurationId: string;
2027
+ } & {
2028
+ value?: string;
2029
+ }) | ({
2030
+ name: "configure_twitter";
2031
+ } & {
2032
+ value?: _type_user_or_hashtag_value_string__;
2033
+ }) | ({
2034
+ name: "configure_product_datasource_source";
2035
+ } & {
2036
+ value?: _datasourceId_string__;
2037
+ }) | ({
2038
+ name: "configure_tracking_datasource_source";
2039
+ } & {
2040
+ value?: _datasourceId_string__;
2041
+ }) | ({
2042
+ name: "configure_best_product_query";
2043
+ } & {
2044
+ value?: _query_string__;
2045
+ }) | ({
2046
+ name: "configure_best_product_field";
2047
+ } & {
2048
+ value?: _field_string__;
2049
+ }) | ({
2050
+ name: "configure_name";
2051
+ } & {
2052
+ value?: string;
2053
+ }) | ({
2054
+ name: "configure_resource_group_ids";
2055
+ } & {
2056
+ value?: string[];
2057
+ }) | ({
2058
+ name: "configure_source";
2059
+ mode?: "url" | "file";
2060
+ } & {
2061
+ value?: _urls_string_Array_ignoreMissingLiveFields_true_apiOptions_ProxyApiOptions_sample___key_string__unknown___textEncoding_string_format_Format__;
2062
+ }) | ({
2063
+ name: "configure_fieldsmap";
2064
+ } & {
2065
+ value?: FieldMap[];
2066
+ }) | ({
2067
+ name: "configure_field";
2068
+ field: {
2069
+ name: string;
2070
+ type: FieldMapType;
2071
+ };
2072
+ } & {
2073
+ value?: _name_string_type_FieldSource_readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number____;
2074
+ }) | ({
2075
+ name: "create_oauth_client";
2076
+ configurationId: string;
2077
+ } & {
2078
+ value?: __x_string__never__;
2079
+ }) | ({
2080
+ name: "authorize_oauth_client";
2081
+ slug: string;
2082
+ } & {
2083
+ value?: __x_string__never__;
2084
+ }) | ({
2085
+ name: "configure_content";
2086
+ } & {
2087
+ value?: _sample___key_string__unknown___textEncoding_string_format_Format__;
2088
+ }) | ({
2089
+ name: "configure_api_key";
2090
+ slug: "partoo";
2091
+ } & {
2092
+ value?: _value_string__;
2093
+ }) | ({
2094
+ name: "patch";
2095
+ } & {
2096
+ value?: _refresh_ProxyRefresh__;
2097
+ }) | ({
2098
+ name: "validate";
2099
+ } & {
2100
+ value?: __x_string__never__;
2101
+ }) | ({
2102
+ name: "configure_name";
2103
+ } & {
2104
+ value?: string;
2105
+ }) | ({
2106
+ name: "configure_resource_group_ids";
2107
+ } & {
2108
+ value?: string[];
2109
+ }) | ({
2110
+ name: "configure_fieldsmap";
2111
+ } & {
2112
+ value?: FieldMap[];
2113
+ }) | ({
2114
+ name: "configure_field";
2115
+ field: {
2116
+ name: string;
2117
+ type: FieldMapType;
2140
2118
  };
2141
- } & {
2142
- 'value'?: _name_string__type_FieldSource__readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number_____;
2143
- } | {
2144
- 'name': 'validate';
2145
- } & {
2146
- 'value'?: __x_string__never___;
2147
- } | {
2148
- 'name': 'inject_shopify_analytics_script';
2149
- 'configurationId': string;
2150
- } & {
2151
- 'value'?: string;
2152
- } | {
2153
- 'name': 'configure_shopify_analytics_script';
2154
- } & {
2155
- 'value'?: __x_string__never___;
2156
- } | {
2157
- 'name': 'configure_google_tag_manager';
2158
- } & {
2159
- 'value'?: __x_string__never___;
2160
- } | {
2161
- 'name': 'configure_reelevant_analytics_script';
2162
- } & {
2163
- 'value'?: __x_string__never___;
2164
- })[];
2119
+ } & {
2120
+ value?: _name_string_type_FieldSource_readonlyprimitive_string_or_number_or_datetime_or_string_Array_or_number_Array_or_string___or_number____;
2121
+ }) | ({
2122
+ name: "validate";
2123
+ } & {
2124
+ value?: __x_string__never__;
2125
+ }) | ({
2126
+ name: "inject_shopify_analytics_script";
2127
+ configurationId: string;
2128
+ } & {
2129
+ value?: string;
2130
+ }) | ({
2131
+ name: "configure_shopify_analytics_script";
2132
+ } & {
2133
+ value?: __x_string__never__;
2134
+ }) | ({
2135
+ name: "configure_google_tag_manager";
2136
+ } & {
2137
+ value?: __x_string__never__;
2138
+ }) | ({
2139
+ name: "configure_reelevant_analytics_script";
2140
+ } & {
2141
+ value?: __x_string__never__;
2142
+ }))[];
2165
2143
  };
2166
2144
  export declare enum FieldMapRuleName {
2167
2145
  STATIC = "static",
@@ -2175,174 +2153,174 @@ export declare enum FieldMapRuleName {
2175
2153
  }
2176
2154
  export declare type DatasourceTypeName = DatasourceType;
2177
2155
  export declare type DatasourceTypeObject = {
2178
- 'name': 'generic';
2179
- 'subtype': DatasourceGenericSubType;
2156
+ name: "generic";
2157
+ subtype: DatasourceGenericSubType;
2180
2158
  } | {
2181
- 'name': 'product';
2182
- 'subtype': DatasourceProductSubType;
2159
+ name: "product";
2160
+ subtype: DatasourceProductSubType;
2183
2161
  } | {
2184
- 'name': 'location';
2185
- 'subtype': DatasourceLocationSubType;
2162
+ name: "location";
2163
+ subtype: DatasourceLocationSubType;
2186
2164
  } | {
2187
- 'name': 'analytics';
2188
- 'subtype': DatasourceAnalyticsSubType;
2165
+ name: "analytics";
2166
+ subtype: DatasourceAnalyticsSubType;
2189
2167
  };
2190
2168
  export declare type WorkerSteps = {
2191
- 'name': 'configure_name';
2192
- 'payload': string;
2169
+ name: "configure_name";
2170
+ payload: string;
2193
2171
  } | {
2194
- 'name': 'configure_resource_group_ids';
2195
- 'payload': (string)[];
2172
+ name: "configure_resource_group_ids";
2173
+ payload: string[];
2196
2174
  } | {
2197
- 'name': 'configure_source';
2198
- 'payload': {
2199
- 'urls': (string)[];
2200
- 'ignoreMissingLiveFields'?: true;
2201
- } & Partial_Pick_WorkerDatasourceVersion_apiOptions_or_sample_or_textEncoding_or_format__ | {
2202
- 'file': string;
2203
- 'ignoreMissingLiveFields'?: string;
2204
- } & Partial_Pick_WorkerDatasourceVersion_textEncoding_or_format__;
2175
+ name: "configure_source";
2176
+ payload: ({
2177
+ urls: string[];
2178
+ ignoreMissingLiveFields?: true;
2179
+ } & Partial_Pick_WorkerDatasourceVersion_apiOptions_or_sample_or_textEncoding_or_format__) | ({
2180
+ file: string;
2181
+ ignoreMissingLiveFields?: string;
2182
+ } & Partial_Pick_WorkerDatasourceVersion_textEncoding_or_format__);
2205
2183
  } | {
2206
- 'name': 'configure_fieldsmap';
2207
- 'payload': (FieldMap)[];
2184
+ name: "configure_fieldsmap";
2185
+ payload: FieldMap[];
2208
2186
  } | {
2209
- 'name': 'configure_field';
2210
- 'payload': FieldMap;
2187
+ name: "configure_field";
2188
+ payload: FieldMap;
2211
2189
  } | {
2212
- 'name': 'create_oauth_client';
2213
- 'payload': {};
2190
+ name: "create_oauth_client";
2191
+ payload: {};
2214
2192
  } | {
2215
- 'name': 'authorize_oauth_client';
2216
- 'payload': {};
2193
+ name: "authorize_oauth_client";
2194
+ payload: {};
2217
2195
  } | {
2218
- 'name': 'configure_thresholds';
2219
- 'payload': ({
2220
- 'type': 'too_many_invalid_entries';
2221
- 'value': number;
2222
- 'trigger': {
2223
- 'type': 'error';
2224
- 'value': 'too_many_invalid_entries';
2225
- };
2226
- } | {
2227
- 'type': 'entries_drop_rate_too_high';
2228
- 'value': number;
2229
- 'trigger': {
2230
- 'type': 'warning';
2231
- 'value': 'entries_drop_rate_too_high';
2196
+ name: "configure_thresholds";
2197
+ payload: ({
2198
+ type: "too_many_invalid_entries";
2199
+ value: number;
2200
+ trigger: {
2201
+ type: "error";
2202
+ value: "too_many_invalid_entries";
2203
+ };
2204
+ } | {
2205
+ type: "entries_drop_rate_too_high";
2206
+ value: number;
2207
+ trigger: {
2208
+ type: "warning";
2209
+ value: "entries_drop_rate_too_high";
2232
2210
  } | {
2233
- 'type': 'error';
2234
- 'value': 'entries_drop_rate_too_high';
2211
+ type: "error";
2212
+ value: "entries_drop_rate_too_high";
2235
2213
  };
2236
2214
  })[];
2237
2215
  } | {
2238
- 'name': 'configure_content';
2239
- 'payload': Partial_Pick_PullDatasourceVersion_sample_or_textEncoding_or_format__;
2216
+ name: "configure_content";
2217
+ payload: Partial_Pick_PullDatasourceVersion_sample_or_textEncoding_or_format__;
2240
2218
  } | {
2241
- 'name': 'configure_api_key';
2242
- 'payload': {
2243
- 'value': string;
2219
+ name: "configure_api_key";
2220
+ payload: {
2221
+ value: string;
2244
2222
  };
2245
2223
  } | {
2246
- 'name': 'patch';
2247
- 'payload': Partial_Pick_WorkerDatasourceVersion_aggregationPipeline_or_refresh_or_batchSize__;
2224
+ name: "patch";
2225
+ payload: Partial_Pick_WorkerDatasourceVersion_aggregationPipeline_or_refresh_or_detectMissingFields_or_batchSize__;
2248
2226
  } | {
2249
- 'name': 'validate';
2250
- 'payload': {};
2227
+ name: "validate";
2228
+ payload: {};
2251
2229
  } | {
2252
- 'name': 'configure_shopify_shop_name';
2253
- 'payload': string;
2230
+ name: "configure_shopify_shop_name";
2231
+ payload: string;
2254
2232
  } | {
2255
- 'name': 'configure_twitter';
2256
- 'payload': {
2257
- 'type': 'user' | 'hashtag';
2258
- 'value': string;
2233
+ name: "configure_twitter";
2234
+ payload: {
2235
+ type: "user" | "hashtag";
2236
+ value: string;
2259
2237
  };
2260
2238
  } | {
2261
- 'name': 'configure_product_datasource_source';
2262
- 'payload': {
2263
- 'datasourceId': string;
2239
+ name: "configure_product_datasource_source";
2240
+ payload: {
2241
+ datasourceId: string;
2264
2242
  };
2265
2243
  } | {
2266
- 'name': 'configure_tracking_datasource_source';
2267
- 'payload': {
2268
- 'datasourceId': string;
2244
+ name: "configure_tracking_datasource_source";
2245
+ payload: {
2246
+ datasourceId: string;
2269
2247
  };
2270
2248
  } | {
2271
- 'name': 'configure_best_product_query';
2272
- 'payload': {
2273
- 'query': string;
2249
+ name: "configure_best_product_query";
2250
+ payload: {
2251
+ query: string;
2274
2252
  };
2275
2253
  } | {
2276
- 'name': 'configure_best_product_field';
2277
- 'payload': {
2278
- 'field': string;
2254
+ name: "configure_best_product_field";
2255
+ payload: {
2256
+ field: string;
2279
2257
  };
2280
2258
  };
2281
2259
  export declare type ProxySteps = {
2282
- 'name': 'configure_name';
2283
- 'payload': string;
2260
+ name: "configure_name";
2261
+ payload: string;
2284
2262
  } | {
2285
- 'name': 'configure_resource_group_ids';
2286
- 'payload': (string)[];
2263
+ name: "configure_resource_group_ids";
2264
+ payload: string[];
2287
2265
  } | {
2288
- 'name': 'configure_source';
2289
- 'payload': {
2290
- 'urls': (string)[];
2291
- 'ignoreMissingLiveFields'?: true;
2266
+ name: "configure_source";
2267
+ payload: {
2268
+ urls: string[];
2269
+ ignoreMissingLiveFields?: true;
2292
2270
  } & Partial_Pick_ProxyDatasourceVersion_apiOptions_or_sample_or_textEncoding_or_format__;
2293
2271
  } | {
2294
- 'name': 'configure_fieldsmap';
2295
- 'payload': (FieldMap)[];
2272
+ name: "configure_fieldsmap";
2273
+ payload: FieldMap[];
2296
2274
  } | {
2297
- 'name': 'configure_field';
2298
- 'payload': FieldMap;
2275
+ name: "configure_field";
2276
+ payload: FieldMap;
2299
2277
  } | {
2300
- 'name': 'create_oauth_client';
2301
- 'payload': {};
2278
+ name: "create_oauth_client";
2279
+ payload: {};
2302
2280
  } | {
2303
- 'name': 'authorize_oauth_client';
2304
- 'payload': {};
2281
+ name: "authorize_oauth_client";
2282
+ payload: {};
2305
2283
  } | {
2306
- 'name': 'configure_content';
2307
- 'payload': Partial_Pick_PullDatasourceVersion_sample_or_textEncoding_or_format__;
2284
+ name: "configure_content";
2285
+ payload: Partial_Pick_PullDatasourceVersion_sample_or_textEncoding_or_format__;
2308
2286
  } | {
2309
- 'name': 'configure_api_key';
2310
- 'payload': {
2311
- 'value': string;
2287
+ name: "configure_api_key";
2288
+ payload: {
2289
+ value: string;
2312
2290
  };
2313
2291
  } | {
2314
- 'name': 'patch';
2315
- 'payload': Pick_ProxyDatasourceVersion_refresh_;
2292
+ name: "patch";
2293
+ payload: Pick_ProxyDatasourceVersion_refresh_;
2316
2294
  } | {
2317
- 'name': 'validate';
2318
- 'payload': {};
2295
+ name: "validate";
2296
+ payload: {};
2319
2297
  };
2320
2298
  export declare type IngesterSteps = {
2321
- 'name': 'configure_name';
2322
- 'payload': string;
2299
+ name: "configure_name";
2300
+ payload: string;
2323
2301
  } | {
2324
- 'name': 'configure_resource_group_ids';
2325
- 'payload': (string)[];
2302
+ name: "configure_resource_group_ids";
2303
+ payload: string[];
2326
2304
  } | {
2327
- 'name': 'configure_fieldsmap';
2328
- 'payload': (FieldMap)[];
2305
+ name: "configure_fieldsmap";
2306
+ payload: FieldMap[];
2329
2307
  } | {
2330
- 'name': 'configure_field';
2331
- 'payload': FieldMap;
2308
+ name: "configure_field";
2309
+ payload: FieldMap;
2332
2310
  } | {
2333
- 'name': 'validate';
2334
- 'payload': {};
2311
+ name: "validate";
2312
+ payload: {};
2335
2313
  } | {
2336
- 'name': 'inject_shopify_analytics_script';
2337
- 'payload': string;
2314
+ name: "inject_shopify_analytics_script";
2315
+ payload: string;
2338
2316
  } | {
2339
- 'name': 'configure_shopify_analytics_script';
2340
- 'payload': {};
2317
+ name: "configure_shopify_analytics_script";
2318
+ payload: {};
2341
2319
  } | {
2342
- 'name': 'configure_google_tag_manager';
2343
- 'payload': {};
2320
+ name: "configure_google_tag_manager";
2321
+ payload: {};
2344
2322
  } | {
2345
- 'name': 'configure_reelevant_analytics_script';
2346
- 'payload': {};
2323
+ name: "configure_reelevant_analytics_script";
2324
+ payload: {};
2347
2325
  };
2348
2326
  export {};