@rlvt/datasources-openapi-client 1.0.255 → 1.0.257
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/api.d.ts +536 -36
- package/build/api.js +1 -1
- package/build/definitions.d.ts +383 -36
- package/build/definitions.js +11 -6
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -327,13 +327,16 @@ export default class {
|
|
|
327
327
|
version: {
|
|
328
328
|
type?: {
|
|
329
329
|
name: "generic";
|
|
330
|
-
subtype: "
|
|
330
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
331
331
|
} | {
|
|
332
332
|
name: "product";
|
|
333
333
|
subtype: import("./definitions").DatasourceProductSubType;
|
|
334
334
|
} | {
|
|
335
335
|
name: "location";
|
|
336
336
|
subtype: import("./definitions").DatasourceLocationSubType;
|
|
337
|
+
} | {
|
|
338
|
+
name: "crm";
|
|
339
|
+
subtype: "user";
|
|
337
340
|
} | undefined;
|
|
338
341
|
apiOptions?: {
|
|
339
342
|
body?: string | undefined;
|
|
@@ -394,6 +397,27 @@ export default class {
|
|
|
394
397
|
fieldNames: string[];
|
|
395
398
|
};
|
|
396
399
|
name: "count";
|
|
400
|
+
} | {
|
|
401
|
+
params: {
|
|
402
|
+
datasourceId: string;
|
|
403
|
+
date: {
|
|
404
|
+
duration: number;
|
|
405
|
+
} | {
|
|
406
|
+
start: number;
|
|
407
|
+
end?: number | undefined;
|
|
408
|
+
};
|
|
409
|
+
fieldNames: string[];
|
|
410
|
+
referenceId: string;
|
|
411
|
+
eventName: string;
|
|
412
|
+
};
|
|
413
|
+
name: "bought_together";
|
|
414
|
+
} | {
|
|
415
|
+
params: {
|
|
416
|
+
datasourceId: string;
|
|
417
|
+
referenceId: string;
|
|
418
|
+
attribute: string;
|
|
419
|
+
};
|
|
420
|
+
name: "TOP_ATTRIBUTES";
|
|
397
421
|
})[] | undefined;
|
|
398
422
|
refresh?: {
|
|
399
423
|
freq: number;
|
|
@@ -606,6 +630,9 @@ export default class {
|
|
|
606
630
|
version: {
|
|
607
631
|
type?: {
|
|
608
632
|
name: "generic";
|
|
633
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
634
|
+
} | {
|
|
635
|
+
name: "crm";
|
|
609
636
|
subtype: "user";
|
|
610
637
|
} | undefined;
|
|
611
638
|
apiOptions?: {
|
|
@@ -1061,6 +1088,10 @@ export default class {
|
|
|
1061
1088
|
name: "configure_merge_datasource_dependency";
|
|
1062
1089
|
} | {
|
|
1063
1090
|
name: "configure_merge_mapping";
|
|
1091
|
+
} | {
|
|
1092
|
+
name: "configure_bought_together";
|
|
1093
|
+
} | {
|
|
1094
|
+
name: "configure_top_attributes";
|
|
1064
1095
|
} | {
|
|
1065
1096
|
name: "google_my_business_set_url";
|
|
1066
1097
|
urls: {
|
|
@@ -1080,32 +1111,34 @@ export default class {
|
|
|
1080
1111
|
fatal: import("./definitions").StepName;
|
|
1081
1112
|
};
|
|
1082
1113
|
stepDependencies: {
|
|
1083
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1084
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1085
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1086
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1087
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1088
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1089
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1090
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1091
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1092
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1093
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1094
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1095
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1096
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1097
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1098
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1099
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1100
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1101
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1102
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1103
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1104
|
-
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1105
|
-
configure_fetcher?: ("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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1106
|
-
configure_merge_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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1107
|
-
configure_merge_datasource_dependency?: ("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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1108
|
-
configure_merge_mapping?: ("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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1114
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1115
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1116
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1117
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1118
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1119
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1120
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1121
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1122
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1123
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1124
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1125
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1126
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1127
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1128
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1129
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1130
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1131
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1132
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1133
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1134
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1135
|
+
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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1136
|
+
configure_fetcher?: ("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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1137
|
+
configure_merge_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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1138
|
+
configure_merge_datasource_dependency?: ("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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1139
|
+
configure_merge_mapping?: ("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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1140
|
+
configure_bought_together?: ("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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1141
|
+
configure_top_attributes?: ("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" | "configure_fetcher" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_merge_mapping" | "configure_bought_together" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1109
1142
|
};
|
|
1110
1143
|
standaloneSteps: import("./definitions").StepName[];
|
|
1111
1144
|
readonly createdAt: string & {
|
|
@@ -1132,8 +1165,8 @@ export default class {
|
|
|
1132
1165
|
resourceGroupIds?: string[] | undefined;
|
|
1133
1166
|
typeName?: DatasourceType[] | undefined;
|
|
1134
1167
|
excludedTypeName?: DatasourceType[] | undefined;
|
|
1135
|
-
subtype?: ("user" | "partoo" | "shopify" | "best_product" | "google_my_business" | "weather" | "reelevant" | "google_tag_manager" | "workflow_events")[] | undefined;
|
|
1136
|
-
excludedSubtypes?: ("user" | "partoo" | "shopify" | "best_product" | "google_my_business" | "weather" | "reelevant" | "google_tag_manager" | "workflow_events")[] | undefined;
|
|
1168
|
+
subtype?: ("user" | "bought_together" | "TOP_ATTRIBUTES" | "partoo" | "shopify" | "best_product" | "google_my_business" | "weather" | "reelevant" | "google_tag_manager" | "workflow_events")[] | undefined;
|
|
1169
|
+
excludedSubtypes?: ("user" | "bought_together" | "TOP_ATTRIBUTES" | "partoo" | "shopify" | "best_product" | "google_my_business" | "weather" | "reelevant" | "google_tag_manager" | "workflow_events")[] | undefined;
|
|
1137
1170
|
includeLiveOnly?: boolean | undefined;
|
|
1138
1171
|
includeGlobals?: boolean | undefined;
|
|
1139
1172
|
status?: DatasourceStatus[] | undefined;
|
|
@@ -1458,6 +1491,10 @@ export default class {
|
|
|
1458
1491
|
name: "configure_merge_datasource_dependency";
|
|
1459
1492
|
} | {
|
|
1460
1493
|
name: "configure_merge_mapping";
|
|
1494
|
+
} | {
|
|
1495
|
+
name: "configure_bought_together";
|
|
1496
|
+
} | {
|
|
1497
|
+
name: "configure_top_attributes";
|
|
1461
1498
|
} | {
|
|
1462
1499
|
name: "google_my_business_set_url";
|
|
1463
1500
|
urls: {
|
|
@@ -1569,13 +1606,16 @@ export default class {
|
|
|
1569
1606
|
mode: "worker";
|
|
1570
1607
|
type: {
|
|
1571
1608
|
name: "generic";
|
|
1572
|
-
subtype: "
|
|
1609
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
1573
1610
|
} | {
|
|
1574
1611
|
name: "product";
|
|
1575
1612
|
subtype: import("./definitions").DatasourceProductSubType;
|
|
1576
1613
|
} | {
|
|
1577
1614
|
name: "location";
|
|
1578
1615
|
subtype: import("./definitions").DatasourceLocationSubType;
|
|
1616
|
+
} | {
|
|
1617
|
+
name: "crm";
|
|
1618
|
+
subtype: "user";
|
|
1579
1619
|
};
|
|
1580
1620
|
apiOptions?: {
|
|
1581
1621
|
body?: string | undefined;
|
|
@@ -1636,6 +1676,27 @@ export default class {
|
|
|
1636
1676
|
fieldNames: string[];
|
|
1637
1677
|
};
|
|
1638
1678
|
name: "count";
|
|
1679
|
+
} | {
|
|
1680
|
+
params: {
|
|
1681
|
+
datasourceId: string;
|
|
1682
|
+
date: {
|
|
1683
|
+
duration: number;
|
|
1684
|
+
} | {
|
|
1685
|
+
start: number;
|
|
1686
|
+
end?: number | undefined;
|
|
1687
|
+
};
|
|
1688
|
+
fieldNames: string[];
|
|
1689
|
+
referenceId: string;
|
|
1690
|
+
eventName: string;
|
|
1691
|
+
};
|
|
1692
|
+
name: "bought_together";
|
|
1693
|
+
} | {
|
|
1694
|
+
params: {
|
|
1695
|
+
datasourceId: string;
|
|
1696
|
+
referenceId: string;
|
|
1697
|
+
attribute: string;
|
|
1698
|
+
};
|
|
1699
|
+
name: "TOP_ATTRIBUTES";
|
|
1639
1700
|
})[];
|
|
1640
1701
|
refresh: {
|
|
1641
1702
|
freq: number;
|
|
@@ -1860,6 +1921,10 @@ export default class {
|
|
|
1860
1921
|
name: "configure_merge_datasource_dependency";
|
|
1861
1922
|
} | {
|
|
1862
1923
|
name: "configure_merge_mapping";
|
|
1924
|
+
} | {
|
|
1925
|
+
name: "configure_bought_together";
|
|
1926
|
+
} | {
|
|
1927
|
+
name: "configure_top_attributes";
|
|
1863
1928
|
} | {
|
|
1864
1929
|
name: "google_my_business_set_url";
|
|
1865
1930
|
urls: {
|
|
@@ -1893,13 +1958,16 @@ export default class {
|
|
|
1893
1958
|
mode: "worker";
|
|
1894
1959
|
type: {
|
|
1895
1960
|
name: "generic";
|
|
1896
|
-
subtype: "
|
|
1961
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
1897
1962
|
} | {
|
|
1898
1963
|
name: "product";
|
|
1899
1964
|
subtype: import("./definitions").DatasourceProductSubType;
|
|
1900
1965
|
} | {
|
|
1901
1966
|
name: "location";
|
|
1902
1967
|
subtype: import("./definitions").DatasourceLocationSubType;
|
|
1968
|
+
} | {
|
|
1969
|
+
name: "crm";
|
|
1970
|
+
subtype: "user";
|
|
1903
1971
|
};
|
|
1904
1972
|
apiOptions?: {
|
|
1905
1973
|
body?: string | undefined;
|
|
@@ -1960,6 +2028,27 @@ export default class {
|
|
|
1960
2028
|
fieldNames: string[];
|
|
1961
2029
|
};
|
|
1962
2030
|
name: "count";
|
|
2031
|
+
} | {
|
|
2032
|
+
params: {
|
|
2033
|
+
datasourceId: string;
|
|
2034
|
+
date: {
|
|
2035
|
+
duration: number;
|
|
2036
|
+
} | {
|
|
2037
|
+
start: number;
|
|
2038
|
+
end?: number | undefined;
|
|
2039
|
+
};
|
|
2040
|
+
fieldNames: string[];
|
|
2041
|
+
referenceId: string;
|
|
2042
|
+
eventName: string;
|
|
2043
|
+
};
|
|
2044
|
+
name: "bought_together";
|
|
2045
|
+
} | {
|
|
2046
|
+
params: {
|
|
2047
|
+
datasourceId: string;
|
|
2048
|
+
referenceId: string;
|
|
2049
|
+
attribute: string;
|
|
2050
|
+
};
|
|
2051
|
+
name: "TOP_ATTRIBUTES";
|
|
1963
2052
|
})[];
|
|
1964
2053
|
refresh: {
|
|
1965
2054
|
freq: number;
|
|
@@ -2185,6 +2274,10 @@ export default class {
|
|
|
2185
2274
|
name: "configure_merge_datasource_dependency";
|
|
2186
2275
|
} | {
|
|
2187
2276
|
name: "configure_merge_mapping";
|
|
2277
|
+
} | {
|
|
2278
|
+
name: "configure_bought_together";
|
|
2279
|
+
} | {
|
|
2280
|
+
name: "configure_top_attributes";
|
|
2188
2281
|
} | {
|
|
2189
2282
|
name: "google_my_business_set_url";
|
|
2190
2283
|
urls: {
|
|
@@ -2339,6 +2432,9 @@ export default class {
|
|
|
2339
2432
|
mode: "proxy";
|
|
2340
2433
|
type: {
|
|
2341
2434
|
name: "generic";
|
|
2435
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
2436
|
+
} | {
|
|
2437
|
+
name: "crm";
|
|
2342
2438
|
subtype: "user";
|
|
2343
2439
|
};
|
|
2344
2440
|
apiOptions?: {
|
|
@@ -2574,6 +2670,10 @@ export default class {
|
|
|
2574
2670
|
name: "configure_merge_datasource_dependency";
|
|
2575
2671
|
} | {
|
|
2576
2672
|
name: "configure_merge_mapping";
|
|
2673
|
+
} | {
|
|
2674
|
+
name: "configure_bought_together";
|
|
2675
|
+
} | {
|
|
2676
|
+
name: "configure_top_attributes";
|
|
2577
2677
|
} | {
|
|
2578
2678
|
name: "google_my_business_set_url";
|
|
2579
2679
|
urls: {
|
|
@@ -2607,13 +2707,16 @@ export default class {
|
|
|
2607
2707
|
name?: string | undefined;
|
|
2608
2708
|
type?: {
|
|
2609
2709
|
name: "generic";
|
|
2610
|
-
subtype: "
|
|
2710
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
2611
2711
|
} | {
|
|
2612
2712
|
name: "product";
|
|
2613
2713
|
subtype: import("./definitions").DatasourceProductSubType;
|
|
2614
2714
|
} | {
|
|
2615
2715
|
name: "location";
|
|
2616
2716
|
subtype: import("./definitions").DatasourceLocationSubType;
|
|
2717
|
+
} | {
|
|
2718
|
+
name: "crm";
|
|
2719
|
+
subtype: "user";
|
|
2617
2720
|
} | {
|
|
2618
2721
|
name: "analytics";
|
|
2619
2722
|
subtype: import("./definitions").DatasourceAnalyticsSubType;
|
|
@@ -2932,6 +3035,10 @@ export default class {
|
|
|
2932
3035
|
name: "configure_merge_datasource_dependency";
|
|
2933
3036
|
} | {
|
|
2934
3037
|
name: "configure_merge_mapping";
|
|
3038
|
+
} | {
|
|
3039
|
+
name: "configure_bought_together";
|
|
3040
|
+
} | {
|
|
3041
|
+
name: "configure_top_attributes";
|
|
2935
3042
|
} | {
|
|
2936
3043
|
name: "google_my_business_set_url";
|
|
2937
3044
|
urls: {
|
|
@@ -3043,13 +3150,16 @@ export default class {
|
|
|
3043
3150
|
mode: "worker";
|
|
3044
3151
|
type: {
|
|
3045
3152
|
name: "generic";
|
|
3046
|
-
subtype: "
|
|
3153
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
3047
3154
|
} | {
|
|
3048
3155
|
name: "product";
|
|
3049
3156
|
subtype: import("./definitions").DatasourceProductSubType;
|
|
3050
3157
|
} | {
|
|
3051
3158
|
name: "location";
|
|
3052
3159
|
subtype: import("./definitions").DatasourceLocationSubType;
|
|
3160
|
+
} | {
|
|
3161
|
+
name: "crm";
|
|
3162
|
+
subtype: "user";
|
|
3053
3163
|
};
|
|
3054
3164
|
apiOptions?: {
|
|
3055
3165
|
body?: string | undefined;
|
|
@@ -3110,6 +3220,27 @@ export default class {
|
|
|
3110
3220
|
fieldNames: string[];
|
|
3111
3221
|
};
|
|
3112
3222
|
name: "count";
|
|
3223
|
+
} | {
|
|
3224
|
+
params: {
|
|
3225
|
+
datasourceId: string;
|
|
3226
|
+
date: {
|
|
3227
|
+
duration: number;
|
|
3228
|
+
} | {
|
|
3229
|
+
start: number;
|
|
3230
|
+
end?: number | undefined;
|
|
3231
|
+
};
|
|
3232
|
+
fieldNames: string[];
|
|
3233
|
+
referenceId: string;
|
|
3234
|
+
eventName: string;
|
|
3235
|
+
};
|
|
3236
|
+
name: "bought_together";
|
|
3237
|
+
} | {
|
|
3238
|
+
params: {
|
|
3239
|
+
datasourceId: string;
|
|
3240
|
+
referenceId: string;
|
|
3241
|
+
attribute: string;
|
|
3242
|
+
};
|
|
3243
|
+
name: "TOP_ATTRIBUTES";
|
|
3113
3244
|
})[];
|
|
3114
3245
|
refresh: {
|
|
3115
3246
|
freq: number;
|
|
@@ -3334,6 +3465,10 @@ export default class {
|
|
|
3334
3465
|
name: "configure_merge_datasource_dependency";
|
|
3335
3466
|
} | {
|
|
3336
3467
|
name: "configure_merge_mapping";
|
|
3468
|
+
} | {
|
|
3469
|
+
name: "configure_bought_together";
|
|
3470
|
+
} | {
|
|
3471
|
+
name: "configure_top_attributes";
|
|
3337
3472
|
} | {
|
|
3338
3473
|
name: "google_my_business_set_url";
|
|
3339
3474
|
urls: {
|
|
@@ -3367,13 +3502,16 @@ export default class {
|
|
|
3367
3502
|
mode: "worker";
|
|
3368
3503
|
type: {
|
|
3369
3504
|
name: "generic";
|
|
3370
|
-
subtype: "
|
|
3505
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
3371
3506
|
} | {
|
|
3372
3507
|
name: "product";
|
|
3373
3508
|
subtype: import("./definitions").DatasourceProductSubType;
|
|
3374
3509
|
} | {
|
|
3375
3510
|
name: "location";
|
|
3376
3511
|
subtype: import("./definitions").DatasourceLocationSubType;
|
|
3512
|
+
} | {
|
|
3513
|
+
name: "crm";
|
|
3514
|
+
subtype: "user";
|
|
3377
3515
|
};
|
|
3378
3516
|
apiOptions?: {
|
|
3379
3517
|
body?: string | undefined;
|
|
@@ -3434,6 +3572,27 @@ export default class {
|
|
|
3434
3572
|
fieldNames: string[];
|
|
3435
3573
|
};
|
|
3436
3574
|
name: "count";
|
|
3575
|
+
} | {
|
|
3576
|
+
params: {
|
|
3577
|
+
datasourceId: string;
|
|
3578
|
+
date: {
|
|
3579
|
+
duration: number;
|
|
3580
|
+
} | {
|
|
3581
|
+
start: number;
|
|
3582
|
+
end?: number | undefined;
|
|
3583
|
+
};
|
|
3584
|
+
fieldNames: string[];
|
|
3585
|
+
referenceId: string;
|
|
3586
|
+
eventName: string;
|
|
3587
|
+
};
|
|
3588
|
+
name: "bought_together";
|
|
3589
|
+
} | {
|
|
3590
|
+
params: {
|
|
3591
|
+
datasourceId: string;
|
|
3592
|
+
referenceId: string;
|
|
3593
|
+
attribute: string;
|
|
3594
|
+
};
|
|
3595
|
+
name: "TOP_ATTRIBUTES";
|
|
3437
3596
|
})[];
|
|
3438
3597
|
refresh: {
|
|
3439
3598
|
freq: number;
|
|
@@ -3659,6 +3818,10 @@ export default class {
|
|
|
3659
3818
|
name: "configure_merge_datasource_dependency";
|
|
3660
3819
|
} | {
|
|
3661
3820
|
name: "configure_merge_mapping";
|
|
3821
|
+
} | {
|
|
3822
|
+
name: "configure_bought_together";
|
|
3823
|
+
} | {
|
|
3824
|
+
name: "configure_top_attributes";
|
|
3662
3825
|
} | {
|
|
3663
3826
|
name: "google_my_business_set_url";
|
|
3664
3827
|
urls: {
|
|
@@ -3813,6 +3976,9 @@ export default class {
|
|
|
3813
3976
|
mode: "proxy";
|
|
3814
3977
|
type: {
|
|
3815
3978
|
name: "generic";
|
|
3979
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
3980
|
+
} | {
|
|
3981
|
+
name: "crm";
|
|
3816
3982
|
subtype: "user";
|
|
3817
3983
|
};
|
|
3818
3984
|
apiOptions?: {
|
|
@@ -4048,6 +4214,10 @@ export default class {
|
|
|
4048
4214
|
name: "configure_merge_datasource_dependency";
|
|
4049
4215
|
} | {
|
|
4050
4216
|
name: "configure_merge_mapping";
|
|
4217
|
+
} | {
|
|
4218
|
+
name: "configure_bought_together";
|
|
4219
|
+
} | {
|
|
4220
|
+
name: "configure_top_attributes";
|
|
4051
4221
|
} | {
|
|
4052
4222
|
name: "google_my_business_set_url";
|
|
4053
4223
|
urls: {
|
|
@@ -4392,6 +4562,10 @@ export default class {
|
|
|
4392
4562
|
name: "configure_merge_datasource_dependency";
|
|
4393
4563
|
} | {
|
|
4394
4564
|
name: "configure_merge_mapping";
|
|
4565
|
+
} | {
|
|
4566
|
+
name: "configure_bought_together";
|
|
4567
|
+
} | {
|
|
4568
|
+
name: "configure_top_attributes";
|
|
4395
4569
|
} | {
|
|
4396
4570
|
name: "google_my_business_set_url";
|
|
4397
4571
|
urls: {
|
|
@@ -4519,13 +4693,16 @@ export default class {
|
|
|
4519
4693
|
mode: "worker";
|
|
4520
4694
|
type: {
|
|
4521
4695
|
name: "generic";
|
|
4522
|
-
subtype: "
|
|
4696
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
4523
4697
|
} | {
|
|
4524
4698
|
name: "product";
|
|
4525
4699
|
subtype: import("./definitions").DatasourceProductSubType;
|
|
4526
4700
|
} | {
|
|
4527
4701
|
name: "location";
|
|
4528
4702
|
subtype: import("./definitions").DatasourceLocationSubType;
|
|
4703
|
+
} | {
|
|
4704
|
+
name: "crm";
|
|
4705
|
+
subtype: "user";
|
|
4529
4706
|
};
|
|
4530
4707
|
apiOptions?: {
|
|
4531
4708
|
body?: string | undefined;
|
|
@@ -4586,6 +4763,27 @@ export default class {
|
|
|
4586
4763
|
fieldNames: string[];
|
|
4587
4764
|
};
|
|
4588
4765
|
name: "count";
|
|
4766
|
+
} | {
|
|
4767
|
+
params: {
|
|
4768
|
+
datasourceId: string;
|
|
4769
|
+
date: {
|
|
4770
|
+
duration: number;
|
|
4771
|
+
} | {
|
|
4772
|
+
start: number;
|
|
4773
|
+
end?: number | undefined;
|
|
4774
|
+
};
|
|
4775
|
+
fieldNames: string[];
|
|
4776
|
+
referenceId: string;
|
|
4777
|
+
eventName: string;
|
|
4778
|
+
};
|
|
4779
|
+
name: "bought_together";
|
|
4780
|
+
} | {
|
|
4781
|
+
params: {
|
|
4782
|
+
datasourceId: string;
|
|
4783
|
+
referenceId: string;
|
|
4784
|
+
attribute: string;
|
|
4785
|
+
};
|
|
4786
|
+
name: "TOP_ATTRIBUTES";
|
|
4589
4787
|
})[];
|
|
4590
4788
|
refresh: {
|
|
4591
4789
|
freq: number;
|
|
@@ -4810,6 +5008,10 @@ export default class {
|
|
|
4810
5008
|
name: "configure_merge_datasource_dependency";
|
|
4811
5009
|
} | {
|
|
4812
5010
|
name: "configure_merge_mapping";
|
|
5011
|
+
} | {
|
|
5012
|
+
name: "configure_bought_together";
|
|
5013
|
+
} | {
|
|
5014
|
+
name: "configure_top_attributes";
|
|
4813
5015
|
} | {
|
|
4814
5016
|
name: "google_my_business_set_url";
|
|
4815
5017
|
urls: {
|
|
@@ -4843,13 +5045,16 @@ export default class {
|
|
|
4843
5045
|
mode: "worker";
|
|
4844
5046
|
type: {
|
|
4845
5047
|
name: "generic";
|
|
4846
|
-
subtype: "
|
|
5048
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
4847
5049
|
} | {
|
|
4848
5050
|
name: "product";
|
|
4849
5051
|
subtype: import("./definitions").DatasourceProductSubType;
|
|
4850
5052
|
} | {
|
|
4851
5053
|
name: "location";
|
|
4852
5054
|
subtype: import("./definitions").DatasourceLocationSubType;
|
|
5055
|
+
} | {
|
|
5056
|
+
name: "crm";
|
|
5057
|
+
subtype: "user";
|
|
4853
5058
|
};
|
|
4854
5059
|
apiOptions?: {
|
|
4855
5060
|
body?: string | undefined;
|
|
@@ -4910,6 +5115,27 @@ export default class {
|
|
|
4910
5115
|
fieldNames: string[];
|
|
4911
5116
|
};
|
|
4912
5117
|
name: "count";
|
|
5118
|
+
} | {
|
|
5119
|
+
params: {
|
|
5120
|
+
datasourceId: string;
|
|
5121
|
+
date: {
|
|
5122
|
+
duration: number;
|
|
5123
|
+
} | {
|
|
5124
|
+
start: number;
|
|
5125
|
+
end?: number | undefined;
|
|
5126
|
+
};
|
|
5127
|
+
fieldNames: string[];
|
|
5128
|
+
referenceId: string;
|
|
5129
|
+
eventName: string;
|
|
5130
|
+
};
|
|
5131
|
+
name: "bought_together";
|
|
5132
|
+
} | {
|
|
5133
|
+
params: {
|
|
5134
|
+
datasourceId: string;
|
|
5135
|
+
referenceId: string;
|
|
5136
|
+
attribute: string;
|
|
5137
|
+
};
|
|
5138
|
+
name: "TOP_ATTRIBUTES";
|
|
4913
5139
|
})[];
|
|
4914
5140
|
refresh: {
|
|
4915
5141
|
freq: number;
|
|
@@ -5135,6 +5361,10 @@ export default class {
|
|
|
5135
5361
|
name: "configure_merge_datasource_dependency";
|
|
5136
5362
|
} | {
|
|
5137
5363
|
name: "configure_merge_mapping";
|
|
5364
|
+
} | {
|
|
5365
|
+
name: "configure_bought_together";
|
|
5366
|
+
} | {
|
|
5367
|
+
name: "configure_top_attributes";
|
|
5138
5368
|
} | {
|
|
5139
5369
|
name: "google_my_business_set_url";
|
|
5140
5370
|
urls: {
|
|
@@ -5305,6 +5535,9 @@ export default class {
|
|
|
5305
5535
|
mode: "proxy";
|
|
5306
5536
|
type: {
|
|
5307
5537
|
name: "generic";
|
|
5538
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
5539
|
+
} | {
|
|
5540
|
+
name: "crm";
|
|
5308
5541
|
subtype: "user";
|
|
5309
5542
|
};
|
|
5310
5543
|
apiOptions?: {
|
|
@@ -5540,6 +5773,10 @@ export default class {
|
|
|
5540
5773
|
name: "configure_merge_datasource_dependency";
|
|
5541
5774
|
} | {
|
|
5542
5775
|
name: "configure_merge_mapping";
|
|
5776
|
+
} | {
|
|
5777
|
+
name: "configure_bought_together";
|
|
5778
|
+
} | {
|
|
5779
|
+
name: "configure_top_attributes";
|
|
5543
5780
|
} | {
|
|
5544
5781
|
name: "google_my_business_set_url";
|
|
5545
5782
|
urls: {
|
|
@@ -6057,6 +6294,27 @@ export default class {
|
|
|
6057
6294
|
fieldNames: string[];
|
|
6058
6295
|
};
|
|
6059
6296
|
name: "count";
|
|
6297
|
+
} | {
|
|
6298
|
+
params: {
|
|
6299
|
+
datasourceId: string;
|
|
6300
|
+
date: {
|
|
6301
|
+
duration: number;
|
|
6302
|
+
} | {
|
|
6303
|
+
start: number;
|
|
6304
|
+
end?: number | undefined;
|
|
6305
|
+
};
|
|
6306
|
+
fieldNames: string[];
|
|
6307
|
+
referenceId: string;
|
|
6308
|
+
eventName: string;
|
|
6309
|
+
};
|
|
6310
|
+
name: "bought_together";
|
|
6311
|
+
} | {
|
|
6312
|
+
params: {
|
|
6313
|
+
datasourceId: string;
|
|
6314
|
+
referenceId: string;
|
|
6315
|
+
attribute: string;
|
|
6316
|
+
};
|
|
6317
|
+
name: "TOP_ATTRIBUTES";
|
|
6060
6318
|
})[];
|
|
6061
6319
|
refresh: {
|
|
6062
6320
|
freq: number;
|
|
@@ -6164,6 +6422,18 @@ export default class {
|
|
|
6164
6422
|
value?: {
|
|
6165
6423
|
field: string;
|
|
6166
6424
|
} | undefined;
|
|
6425
|
+
} | {
|
|
6426
|
+
name: "configure_bought_together";
|
|
6427
|
+
value?: {
|
|
6428
|
+
date: {
|
|
6429
|
+
duration: number;
|
|
6430
|
+
} | {
|
|
6431
|
+
start: number;
|
|
6432
|
+
end?: number | undefined;
|
|
6433
|
+
};
|
|
6434
|
+
referenceId: string;
|
|
6435
|
+
eventName: string;
|
|
6436
|
+
} | undefined;
|
|
6167
6437
|
} | {
|
|
6168
6438
|
name: "configure_merge_mapping";
|
|
6169
6439
|
value?: {
|
|
@@ -6180,6 +6450,24 @@ export default class {
|
|
|
6180
6450
|
value?: {
|
|
6181
6451
|
datasourceId: string;
|
|
6182
6452
|
} | undefined;
|
|
6453
|
+
} | {
|
|
6454
|
+
name: "configure_top_attributes";
|
|
6455
|
+
value?: {
|
|
6456
|
+
date: {
|
|
6457
|
+
duration: number;
|
|
6458
|
+
} | {
|
|
6459
|
+
start: number;
|
|
6460
|
+
end?: number | undefined;
|
|
6461
|
+
};
|
|
6462
|
+
events: {
|
|
6463
|
+
name: string;
|
|
6464
|
+
score: number;
|
|
6465
|
+
}[];
|
|
6466
|
+
productMapping: {
|
|
6467
|
+
referenceIdField: string;
|
|
6468
|
+
attributeField: string;
|
|
6469
|
+
};
|
|
6470
|
+
} | undefined;
|
|
6183
6471
|
} | {
|
|
6184
6472
|
name: "configure_name";
|
|
6185
6473
|
value?: string | undefined;
|
|
@@ -7325,6 +7613,27 @@ export default class {
|
|
|
7325
7613
|
fieldNames: string[];
|
|
7326
7614
|
};
|
|
7327
7615
|
name: "count";
|
|
7616
|
+
} | {
|
|
7617
|
+
params: {
|
|
7618
|
+
datasourceId: string;
|
|
7619
|
+
date: {
|
|
7620
|
+
duration: number;
|
|
7621
|
+
} | {
|
|
7622
|
+
start: number;
|
|
7623
|
+
end?: number | undefined;
|
|
7624
|
+
};
|
|
7625
|
+
fieldNames: string[];
|
|
7626
|
+
referenceId: string;
|
|
7627
|
+
eventName: string;
|
|
7628
|
+
};
|
|
7629
|
+
name: "bought_together";
|
|
7630
|
+
} | {
|
|
7631
|
+
params: {
|
|
7632
|
+
datasourceId: string;
|
|
7633
|
+
referenceId: string;
|
|
7634
|
+
attribute: string;
|
|
7635
|
+
};
|
|
7636
|
+
name: "TOP_ATTRIBUTES";
|
|
7328
7637
|
})[];
|
|
7329
7638
|
refresh: {
|
|
7330
7639
|
freq: number;
|
|
@@ -7432,6 +7741,18 @@ export default class {
|
|
|
7432
7741
|
value?: {
|
|
7433
7742
|
field: string;
|
|
7434
7743
|
} | undefined;
|
|
7744
|
+
} | {
|
|
7745
|
+
name: "configure_bought_together";
|
|
7746
|
+
value?: {
|
|
7747
|
+
date: {
|
|
7748
|
+
duration: number;
|
|
7749
|
+
} | {
|
|
7750
|
+
start: number;
|
|
7751
|
+
end?: number | undefined;
|
|
7752
|
+
};
|
|
7753
|
+
referenceId: string;
|
|
7754
|
+
eventName: string;
|
|
7755
|
+
} | undefined;
|
|
7435
7756
|
} | {
|
|
7436
7757
|
name: "configure_merge_mapping";
|
|
7437
7758
|
value?: {
|
|
@@ -7448,6 +7769,24 @@ export default class {
|
|
|
7448
7769
|
value?: {
|
|
7449
7770
|
datasourceId: string;
|
|
7450
7771
|
} | undefined;
|
|
7772
|
+
} | {
|
|
7773
|
+
name: "configure_top_attributes";
|
|
7774
|
+
value?: {
|
|
7775
|
+
date: {
|
|
7776
|
+
duration: number;
|
|
7777
|
+
} | {
|
|
7778
|
+
start: number;
|
|
7779
|
+
end?: number | undefined;
|
|
7780
|
+
};
|
|
7781
|
+
events: {
|
|
7782
|
+
name: string;
|
|
7783
|
+
score: number;
|
|
7784
|
+
}[];
|
|
7785
|
+
productMapping: {
|
|
7786
|
+
referenceIdField: string;
|
|
7787
|
+
attributeField: string;
|
|
7788
|
+
};
|
|
7789
|
+
} | undefined;
|
|
7451
7790
|
} | {
|
|
7452
7791
|
name: "configure_name";
|
|
7453
7792
|
value?: string | undefined;
|
|
@@ -8593,6 +8932,27 @@ export default class {
|
|
|
8593
8932
|
fieldNames: string[];
|
|
8594
8933
|
};
|
|
8595
8934
|
name: "count";
|
|
8935
|
+
} | {
|
|
8936
|
+
params: {
|
|
8937
|
+
datasourceId: string;
|
|
8938
|
+
date: {
|
|
8939
|
+
duration: number;
|
|
8940
|
+
} | {
|
|
8941
|
+
start: number;
|
|
8942
|
+
end?: number | undefined;
|
|
8943
|
+
};
|
|
8944
|
+
fieldNames: string[];
|
|
8945
|
+
referenceId: string;
|
|
8946
|
+
eventName: string;
|
|
8947
|
+
};
|
|
8948
|
+
name: "bought_together";
|
|
8949
|
+
} | {
|
|
8950
|
+
params: {
|
|
8951
|
+
datasourceId: string;
|
|
8952
|
+
referenceId: string;
|
|
8953
|
+
attribute: string;
|
|
8954
|
+
};
|
|
8955
|
+
name: "TOP_ATTRIBUTES";
|
|
8596
8956
|
})[];
|
|
8597
8957
|
refresh: {
|
|
8598
8958
|
freq: number;
|
|
@@ -8700,6 +9060,18 @@ export default class {
|
|
|
8700
9060
|
value?: {
|
|
8701
9061
|
field: string;
|
|
8702
9062
|
} | undefined;
|
|
9063
|
+
} | {
|
|
9064
|
+
name: "configure_bought_together";
|
|
9065
|
+
value?: {
|
|
9066
|
+
date: {
|
|
9067
|
+
duration: number;
|
|
9068
|
+
} | {
|
|
9069
|
+
start: number;
|
|
9070
|
+
end?: number | undefined;
|
|
9071
|
+
};
|
|
9072
|
+
referenceId: string;
|
|
9073
|
+
eventName: string;
|
|
9074
|
+
} | undefined;
|
|
8703
9075
|
} | {
|
|
8704
9076
|
name: "configure_merge_mapping";
|
|
8705
9077
|
value?: {
|
|
@@ -8716,6 +9088,24 @@ export default class {
|
|
|
8716
9088
|
value?: {
|
|
8717
9089
|
datasourceId: string;
|
|
8718
9090
|
} | undefined;
|
|
9091
|
+
} | {
|
|
9092
|
+
name: "configure_top_attributes";
|
|
9093
|
+
value?: {
|
|
9094
|
+
date: {
|
|
9095
|
+
duration: number;
|
|
9096
|
+
} | {
|
|
9097
|
+
start: number;
|
|
9098
|
+
end?: number | undefined;
|
|
9099
|
+
};
|
|
9100
|
+
events: {
|
|
9101
|
+
name: string;
|
|
9102
|
+
score: number;
|
|
9103
|
+
}[];
|
|
9104
|
+
productMapping: {
|
|
9105
|
+
referenceIdField: string;
|
|
9106
|
+
attributeField: string;
|
|
9107
|
+
};
|
|
9108
|
+
} | undefined;
|
|
8719
9109
|
} | {
|
|
8720
9110
|
name: "configure_name";
|
|
8721
9111
|
value?: string | undefined;
|
|
@@ -9861,6 +10251,27 @@ export default class {
|
|
|
9861
10251
|
fieldNames: string[];
|
|
9862
10252
|
};
|
|
9863
10253
|
name: "count";
|
|
10254
|
+
} | {
|
|
10255
|
+
params: {
|
|
10256
|
+
datasourceId: string;
|
|
10257
|
+
date: {
|
|
10258
|
+
duration: number;
|
|
10259
|
+
} | {
|
|
10260
|
+
start: number;
|
|
10261
|
+
end?: number | undefined;
|
|
10262
|
+
};
|
|
10263
|
+
fieldNames: string[];
|
|
10264
|
+
referenceId: string;
|
|
10265
|
+
eventName: string;
|
|
10266
|
+
};
|
|
10267
|
+
name: "bought_together";
|
|
10268
|
+
} | {
|
|
10269
|
+
params: {
|
|
10270
|
+
datasourceId: string;
|
|
10271
|
+
referenceId: string;
|
|
10272
|
+
attribute: string;
|
|
10273
|
+
};
|
|
10274
|
+
name: "TOP_ATTRIBUTES";
|
|
9864
10275
|
})[];
|
|
9865
10276
|
refresh: {
|
|
9866
10277
|
freq: number;
|
|
@@ -9968,6 +10379,18 @@ export default class {
|
|
|
9968
10379
|
value?: {
|
|
9969
10380
|
field: string;
|
|
9970
10381
|
} | undefined;
|
|
10382
|
+
} | {
|
|
10383
|
+
name: "configure_bought_together";
|
|
10384
|
+
value?: {
|
|
10385
|
+
date: {
|
|
10386
|
+
duration: number;
|
|
10387
|
+
} | {
|
|
10388
|
+
start: number;
|
|
10389
|
+
end?: number | undefined;
|
|
10390
|
+
};
|
|
10391
|
+
referenceId: string;
|
|
10392
|
+
eventName: string;
|
|
10393
|
+
} | undefined;
|
|
9971
10394
|
} | {
|
|
9972
10395
|
name: "configure_merge_mapping";
|
|
9973
10396
|
value?: {
|
|
@@ -9984,6 +10407,24 @@ export default class {
|
|
|
9984
10407
|
value?: {
|
|
9985
10408
|
datasourceId: string;
|
|
9986
10409
|
} | undefined;
|
|
10410
|
+
} | {
|
|
10411
|
+
name: "configure_top_attributes";
|
|
10412
|
+
value?: {
|
|
10413
|
+
date: {
|
|
10414
|
+
duration: number;
|
|
10415
|
+
} | {
|
|
10416
|
+
start: number;
|
|
10417
|
+
end?: number | undefined;
|
|
10418
|
+
};
|
|
10419
|
+
events: {
|
|
10420
|
+
name: string;
|
|
10421
|
+
score: number;
|
|
10422
|
+
}[];
|
|
10423
|
+
productMapping: {
|
|
10424
|
+
referenceIdField: string;
|
|
10425
|
+
attributeField: string;
|
|
10426
|
+
};
|
|
10427
|
+
} | undefined;
|
|
9987
10428
|
} | {
|
|
9988
10429
|
name: "configure_name";
|
|
9989
10430
|
value?: string | undefined;
|
|
@@ -11121,6 +11562,27 @@ export default class {
|
|
|
11121
11562
|
fieldNames: string[];
|
|
11122
11563
|
};
|
|
11123
11564
|
name: "count";
|
|
11565
|
+
} | {
|
|
11566
|
+
params: {
|
|
11567
|
+
datasourceId: string;
|
|
11568
|
+
date: {
|
|
11569
|
+
duration: number;
|
|
11570
|
+
} | {
|
|
11571
|
+
start: number;
|
|
11572
|
+
end?: number | undefined;
|
|
11573
|
+
};
|
|
11574
|
+
fieldNames: string[];
|
|
11575
|
+
referenceId: string;
|
|
11576
|
+
eventName: string;
|
|
11577
|
+
};
|
|
11578
|
+
name: "bought_together";
|
|
11579
|
+
} | {
|
|
11580
|
+
params: {
|
|
11581
|
+
datasourceId: string;
|
|
11582
|
+
referenceId: string;
|
|
11583
|
+
attribute: string;
|
|
11584
|
+
};
|
|
11585
|
+
name: "TOP_ATTRIBUTES";
|
|
11124
11586
|
})[] | undefined;
|
|
11125
11587
|
refresh?: {
|
|
11126
11588
|
freq: number;
|
|
@@ -11227,6 +11689,18 @@ export default class {
|
|
|
11227
11689
|
payload: {
|
|
11228
11690
|
field: string;
|
|
11229
11691
|
};
|
|
11692
|
+
} | {
|
|
11693
|
+
name: "configure_bought_together";
|
|
11694
|
+
payload: {
|
|
11695
|
+
referenceId: string;
|
|
11696
|
+
eventName: string;
|
|
11697
|
+
date: {
|
|
11698
|
+
duration: number;
|
|
11699
|
+
} | {
|
|
11700
|
+
start: number;
|
|
11701
|
+
end?: number | undefined;
|
|
11702
|
+
};
|
|
11703
|
+
};
|
|
11230
11704
|
} | {
|
|
11231
11705
|
name: "configure_merge_mapping";
|
|
11232
11706
|
payload: {
|
|
@@ -11243,6 +11717,24 @@ export default class {
|
|
|
11243
11717
|
payload: {
|
|
11244
11718
|
datasourceId: string;
|
|
11245
11719
|
};
|
|
11720
|
+
} | {
|
|
11721
|
+
name: "configure_top_attributes";
|
|
11722
|
+
payload: {
|
|
11723
|
+
events: {
|
|
11724
|
+
name: string;
|
|
11725
|
+
score: number;
|
|
11726
|
+
}[];
|
|
11727
|
+
date: {
|
|
11728
|
+
duration: number;
|
|
11729
|
+
} | {
|
|
11730
|
+
start: number;
|
|
11731
|
+
end?: number | undefined;
|
|
11732
|
+
};
|
|
11733
|
+
productMapping: {
|
|
11734
|
+
referenceIdField: string;
|
|
11735
|
+
attributeField: string;
|
|
11736
|
+
};
|
|
11737
|
+
};
|
|
11246
11738
|
} | {
|
|
11247
11739
|
name: "configure_name";
|
|
11248
11740
|
payload: string;
|
|
@@ -12030,6 +12522,10 @@ export default class {
|
|
|
12030
12522
|
name: "configure_merge_datasource_dependency";
|
|
12031
12523
|
} | {
|
|
12032
12524
|
name: "configure_merge_mapping";
|
|
12525
|
+
} | {
|
|
12526
|
+
name: "configure_bought_together";
|
|
12527
|
+
} | {
|
|
12528
|
+
name: "configure_top_attributes";
|
|
12033
12529
|
};
|
|
12034
12530
|
next: ({
|
|
12035
12531
|
name: "configure_name";
|
|
@@ -12093,6 +12589,10 @@ export default class {
|
|
|
12093
12589
|
name: "configure_merge_datasource_dependency";
|
|
12094
12590
|
} | {
|
|
12095
12591
|
name: "configure_merge_mapping";
|
|
12592
|
+
} | {
|
|
12593
|
+
name: "configure_bought_together";
|
|
12594
|
+
} | {
|
|
12595
|
+
name: "configure_top_attributes";
|
|
12096
12596
|
})[];
|
|
12097
12597
|
};
|
|
12098
12598
|
}, any>>;
|