@rlvt/datasources-openapi-client 1.0.256 → 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 +280 -75
- package/build/api.js +1 -1
- package/build/definitions.d.ts +215 -61
- package/build/definitions.js +8 -6
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -327,7 +327,7 @@ 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;
|
|
@@ -403,14 +403,21 @@ export default class {
|
|
|
403
403
|
date: {
|
|
404
404
|
duration: number;
|
|
405
405
|
} | {
|
|
406
|
-
start:
|
|
407
|
-
end?:
|
|
406
|
+
start: number;
|
|
407
|
+
end?: number | undefined;
|
|
408
408
|
};
|
|
409
409
|
fieldNames: string[];
|
|
410
410
|
referenceId: string;
|
|
411
411
|
eventName: string;
|
|
412
412
|
};
|
|
413
413
|
name: "bought_together";
|
|
414
|
+
} | {
|
|
415
|
+
params: {
|
|
416
|
+
datasourceId: string;
|
|
417
|
+
referenceId: string;
|
|
418
|
+
attribute: string;
|
|
419
|
+
};
|
|
420
|
+
name: "TOP_ATTRIBUTES";
|
|
414
421
|
})[] | undefined;
|
|
415
422
|
refresh?: {
|
|
416
423
|
freq: number;
|
|
@@ -623,7 +630,7 @@ export default class {
|
|
|
623
630
|
version: {
|
|
624
631
|
type?: {
|
|
625
632
|
name: "generic";
|
|
626
|
-
subtype: "
|
|
633
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
627
634
|
} | {
|
|
628
635
|
name: "crm";
|
|
629
636
|
subtype: "user";
|
|
@@ -1083,6 +1090,8 @@ export default class {
|
|
|
1083
1090
|
name: "configure_merge_mapping";
|
|
1084
1091
|
} | {
|
|
1085
1092
|
name: "configure_bought_together";
|
|
1093
|
+
} | {
|
|
1094
|
+
name: "configure_top_attributes";
|
|
1086
1095
|
} | {
|
|
1087
1096
|
name: "google_my_business_set_url";
|
|
1088
1097
|
urls: {
|
|
@@ -1102,33 +1111,34 @@ export default class {
|
|
|
1102
1111
|
fatal: import("./definitions").StepName;
|
|
1103
1112
|
};
|
|
1104
1113
|
stepDependencies: {
|
|
1105
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1106
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1107
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1108
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1109
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1110
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1111
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1112
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1113
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1114
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1115
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1116
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1117
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1118
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1119
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1120
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1121
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1122
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1123
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1124
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1125
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1126
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1127
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1128
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1129
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1130
|
-
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" | "google_my_business_set_url" | "setup_instagram")[] | undefined;
|
|
1131
|
-
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" | "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;
|
|
1132
1142
|
};
|
|
1133
1143
|
standaloneSteps: import("./definitions").StepName[];
|
|
1134
1144
|
readonly createdAt: string & {
|
|
@@ -1155,8 +1165,8 @@ export default class {
|
|
|
1155
1165
|
resourceGroupIds?: string[] | undefined;
|
|
1156
1166
|
typeName?: DatasourceType[] | undefined;
|
|
1157
1167
|
excludedTypeName?: DatasourceType[] | undefined;
|
|
1158
|
-
subtype?: ("user" | "bought_together" | "partoo" | "shopify" | "best_product" | "google_my_business" | "weather" | "reelevant" | "google_tag_manager" | "workflow_events")[] | undefined;
|
|
1159
|
-
excludedSubtypes?: ("user" | "bought_together" | "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;
|
|
1160
1170
|
includeLiveOnly?: boolean | undefined;
|
|
1161
1171
|
includeGlobals?: boolean | undefined;
|
|
1162
1172
|
status?: DatasourceStatus[] | undefined;
|
|
@@ -1483,6 +1493,8 @@ export default class {
|
|
|
1483
1493
|
name: "configure_merge_mapping";
|
|
1484
1494
|
} | {
|
|
1485
1495
|
name: "configure_bought_together";
|
|
1496
|
+
} | {
|
|
1497
|
+
name: "configure_top_attributes";
|
|
1486
1498
|
} | {
|
|
1487
1499
|
name: "google_my_business_set_url";
|
|
1488
1500
|
urls: {
|
|
@@ -1594,7 +1606,7 @@ export default class {
|
|
|
1594
1606
|
mode: "worker";
|
|
1595
1607
|
type: {
|
|
1596
1608
|
name: "generic";
|
|
1597
|
-
subtype: "
|
|
1609
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
1598
1610
|
} | {
|
|
1599
1611
|
name: "product";
|
|
1600
1612
|
subtype: import("./definitions").DatasourceProductSubType;
|
|
@@ -1670,14 +1682,21 @@ export default class {
|
|
|
1670
1682
|
date: {
|
|
1671
1683
|
duration: number;
|
|
1672
1684
|
} | {
|
|
1673
|
-
start:
|
|
1674
|
-
end?:
|
|
1685
|
+
start: number;
|
|
1686
|
+
end?: number | undefined;
|
|
1675
1687
|
};
|
|
1676
1688
|
fieldNames: string[];
|
|
1677
1689
|
referenceId: string;
|
|
1678
1690
|
eventName: string;
|
|
1679
1691
|
};
|
|
1680
1692
|
name: "bought_together";
|
|
1693
|
+
} | {
|
|
1694
|
+
params: {
|
|
1695
|
+
datasourceId: string;
|
|
1696
|
+
referenceId: string;
|
|
1697
|
+
attribute: string;
|
|
1698
|
+
};
|
|
1699
|
+
name: "TOP_ATTRIBUTES";
|
|
1681
1700
|
})[];
|
|
1682
1701
|
refresh: {
|
|
1683
1702
|
freq: number;
|
|
@@ -1904,6 +1923,8 @@ export default class {
|
|
|
1904
1923
|
name: "configure_merge_mapping";
|
|
1905
1924
|
} | {
|
|
1906
1925
|
name: "configure_bought_together";
|
|
1926
|
+
} | {
|
|
1927
|
+
name: "configure_top_attributes";
|
|
1907
1928
|
} | {
|
|
1908
1929
|
name: "google_my_business_set_url";
|
|
1909
1930
|
urls: {
|
|
@@ -1937,7 +1958,7 @@ export default class {
|
|
|
1937
1958
|
mode: "worker";
|
|
1938
1959
|
type: {
|
|
1939
1960
|
name: "generic";
|
|
1940
|
-
subtype: "
|
|
1961
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
1941
1962
|
} | {
|
|
1942
1963
|
name: "product";
|
|
1943
1964
|
subtype: import("./definitions").DatasourceProductSubType;
|
|
@@ -2013,14 +2034,21 @@ export default class {
|
|
|
2013
2034
|
date: {
|
|
2014
2035
|
duration: number;
|
|
2015
2036
|
} | {
|
|
2016
|
-
start:
|
|
2017
|
-
end?:
|
|
2037
|
+
start: number;
|
|
2038
|
+
end?: number | undefined;
|
|
2018
2039
|
};
|
|
2019
2040
|
fieldNames: string[];
|
|
2020
2041
|
referenceId: string;
|
|
2021
2042
|
eventName: string;
|
|
2022
2043
|
};
|
|
2023
2044
|
name: "bought_together";
|
|
2045
|
+
} | {
|
|
2046
|
+
params: {
|
|
2047
|
+
datasourceId: string;
|
|
2048
|
+
referenceId: string;
|
|
2049
|
+
attribute: string;
|
|
2050
|
+
};
|
|
2051
|
+
name: "TOP_ATTRIBUTES";
|
|
2024
2052
|
})[];
|
|
2025
2053
|
refresh: {
|
|
2026
2054
|
freq: number;
|
|
@@ -2248,6 +2276,8 @@ export default class {
|
|
|
2248
2276
|
name: "configure_merge_mapping";
|
|
2249
2277
|
} | {
|
|
2250
2278
|
name: "configure_bought_together";
|
|
2279
|
+
} | {
|
|
2280
|
+
name: "configure_top_attributes";
|
|
2251
2281
|
} | {
|
|
2252
2282
|
name: "google_my_business_set_url";
|
|
2253
2283
|
urls: {
|
|
@@ -2402,7 +2432,7 @@ export default class {
|
|
|
2402
2432
|
mode: "proxy";
|
|
2403
2433
|
type: {
|
|
2404
2434
|
name: "generic";
|
|
2405
|
-
subtype: "
|
|
2435
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
2406
2436
|
} | {
|
|
2407
2437
|
name: "crm";
|
|
2408
2438
|
subtype: "user";
|
|
@@ -2642,6 +2672,8 @@ export default class {
|
|
|
2642
2672
|
name: "configure_merge_mapping";
|
|
2643
2673
|
} | {
|
|
2644
2674
|
name: "configure_bought_together";
|
|
2675
|
+
} | {
|
|
2676
|
+
name: "configure_top_attributes";
|
|
2645
2677
|
} | {
|
|
2646
2678
|
name: "google_my_business_set_url";
|
|
2647
2679
|
urls: {
|
|
@@ -2675,7 +2707,7 @@ export default class {
|
|
|
2675
2707
|
name?: string | undefined;
|
|
2676
2708
|
type?: {
|
|
2677
2709
|
name: "generic";
|
|
2678
|
-
subtype: "
|
|
2710
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
2679
2711
|
} | {
|
|
2680
2712
|
name: "product";
|
|
2681
2713
|
subtype: import("./definitions").DatasourceProductSubType;
|
|
@@ -3005,6 +3037,8 @@ export default class {
|
|
|
3005
3037
|
name: "configure_merge_mapping";
|
|
3006
3038
|
} | {
|
|
3007
3039
|
name: "configure_bought_together";
|
|
3040
|
+
} | {
|
|
3041
|
+
name: "configure_top_attributes";
|
|
3008
3042
|
} | {
|
|
3009
3043
|
name: "google_my_business_set_url";
|
|
3010
3044
|
urls: {
|
|
@@ -3116,7 +3150,7 @@ export default class {
|
|
|
3116
3150
|
mode: "worker";
|
|
3117
3151
|
type: {
|
|
3118
3152
|
name: "generic";
|
|
3119
|
-
subtype: "
|
|
3153
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
3120
3154
|
} | {
|
|
3121
3155
|
name: "product";
|
|
3122
3156
|
subtype: import("./definitions").DatasourceProductSubType;
|
|
@@ -3192,14 +3226,21 @@ export default class {
|
|
|
3192
3226
|
date: {
|
|
3193
3227
|
duration: number;
|
|
3194
3228
|
} | {
|
|
3195
|
-
start:
|
|
3196
|
-
end?:
|
|
3229
|
+
start: number;
|
|
3230
|
+
end?: number | undefined;
|
|
3197
3231
|
};
|
|
3198
3232
|
fieldNames: string[];
|
|
3199
3233
|
referenceId: string;
|
|
3200
3234
|
eventName: string;
|
|
3201
3235
|
};
|
|
3202
3236
|
name: "bought_together";
|
|
3237
|
+
} | {
|
|
3238
|
+
params: {
|
|
3239
|
+
datasourceId: string;
|
|
3240
|
+
referenceId: string;
|
|
3241
|
+
attribute: string;
|
|
3242
|
+
};
|
|
3243
|
+
name: "TOP_ATTRIBUTES";
|
|
3203
3244
|
})[];
|
|
3204
3245
|
refresh: {
|
|
3205
3246
|
freq: number;
|
|
@@ -3426,6 +3467,8 @@ export default class {
|
|
|
3426
3467
|
name: "configure_merge_mapping";
|
|
3427
3468
|
} | {
|
|
3428
3469
|
name: "configure_bought_together";
|
|
3470
|
+
} | {
|
|
3471
|
+
name: "configure_top_attributes";
|
|
3429
3472
|
} | {
|
|
3430
3473
|
name: "google_my_business_set_url";
|
|
3431
3474
|
urls: {
|
|
@@ -3459,7 +3502,7 @@ export default class {
|
|
|
3459
3502
|
mode: "worker";
|
|
3460
3503
|
type: {
|
|
3461
3504
|
name: "generic";
|
|
3462
|
-
subtype: "
|
|
3505
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
3463
3506
|
} | {
|
|
3464
3507
|
name: "product";
|
|
3465
3508
|
subtype: import("./definitions").DatasourceProductSubType;
|
|
@@ -3535,14 +3578,21 @@ export default class {
|
|
|
3535
3578
|
date: {
|
|
3536
3579
|
duration: number;
|
|
3537
3580
|
} | {
|
|
3538
|
-
start:
|
|
3539
|
-
end?:
|
|
3581
|
+
start: number;
|
|
3582
|
+
end?: number | undefined;
|
|
3540
3583
|
};
|
|
3541
3584
|
fieldNames: string[];
|
|
3542
3585
|
referenceId: string;
|
|
3543
3586
|
eventName: string;
|
|
3544
3587
|
};
|
|
3545
3588
|
name: "bought_together";
|
|
3589
|
+
} | {
|
|
3590
|
+
params: {
|
|
3591
|
+
datasourceId: string;
|
|
3592
|
+
referenceId: string;
|
|
3593
|
+
attribute: string;
|
|
3594
|
+
};
|
|
3595
|
+
name: "TOP_ATTRIBUTES";
|
|
3546
3596
|
})[];
|
|
3547
3597
|
refresh: {
|
|
3548
3598
|
freq: number;
|
|
@@ -3770,6 +3820,8 @@ export default class {
|
|
|
3770
3820
|
name: "configure_merge_mapping";
|
|
3771
3821
|
} | {
|
|
3772
3822
|
name: "configure_bought_together";
|
|
3823
|
+
} | {
|
|
3824
|
+
name: "configure_top_attributes";
|
|
3773
3825
|
} | {
|
|
3774
3826
|
name: "google_my_business_set_url";
|
|
3775
3827
|
urls: {
|
|
@@ -3924,7 +3976,7 @@ export default class {
|
|
|
3924
3976
|
mode: "proxy";
|
|
3925
3977
|
type: {
|
|
3926
3978
|
name: "generic";
|
|
3927
|
-
subtype: "
|
|
3979
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
3928
3980
|
} | {
|
|
3929
3981
|
name: "crm";
|
|
3930
3982
|
subtype: "user";
|
|
@@ -4164,6 +4216,8 @@ export default class {
|
|
|
4164
4216
|
name: "configure_merge_mapping";
|
|
4165
4217
|
} | {
|
|
4166
4218
|
name: "configure_bought_together";
|
|
4219
|
+
} | {
|
|
4220
|
+
name: "configure_top_attributes";
|
|
4167
4221
|
} | {
|
|
4168
4222
|
name: "google_my_business_set_url";
|
|
4169
4223
|
urls: {
|
|
@@ -4510,6 +4564,8 @@ export default class {
|
|
|
4510
4564
|
name: "configure_merge_mapping";
|
|
4511
4565
|
} | {
|
|
4512
4566
|
name: "configure_bought_together";
|
|
4567
|
+
} | {
|
|
4568
|
+
name: "configure_top_attributes";
|
|
4513
4569
|
} | {
|
|
4514
4570
|
name: "google_my_business_set_url";
|
|
4515
4571
|
urls: {
|
|
@@ -4637,7 +4693,7 @@ export default class {
|
|
|
4637
4693
|
mode: "worker";
|
|
4638
4694
|
type: {
|
|
4639
4695
|
name: "generic";
|
|
4640
|
-
subtype: "
|
|
4696
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
4641
4697
|
} | {
|
|
4642
4698
|
name: "product";
|
|
4643
4699
|
subtype: import("./definitions").DatasourceProductSubType;
|
|
@@ -4713,14 +4769,21 @@ export default class {
|
|
|
4713
4769
|
date: {
|
|
4714
4770
|
duration: number;
|
|
4715
4771
|
} | {
|
|
4716
|
-
start:
|
|
4717
|
-
end?:
|
|
4772
|
+
start: number;
|
|
4773
|
+
end?: number | undefined;
|
|
4718
4774
|
};
|
|
4719
4775
|
fieldNames: string[];
|
|
4720
4776
|
referenceId: string;
|
|
4721
4777
|
eventName: string;
|
|
4722
4778
|
};
|
|
4723
4779
|
name: "bought_together";
|
|
4780
|
+
} | {
|
|
4781
|
+
params: {
|
|
4782
|
+
datasourceId: string;
|
|
4783
|
+
referenceId: string;
|
|
4784
|
+
attribute: string;
|
|
4785
|
+
};
|
|
4786
|
+
name: "TOP_ATTRIBUTES";
|
|
4724
4787
|
})[];
|
|
4725
4788
|
refresh: {
|
|
4726
4789
|
freq: number;
|
|
@@ -4947,6 +5010,8 @@ export default class {
|
|
|
4947
5010
|
name: "configure_merge_mapping";
|
|
4948
5011
|
} | {
|
|
4949
5012
|
name: "configure_bought_together";
|
|
5013
|
+
} | {
|
|
5014
|
+
name: "configure_top_attributes";
|
|
4950
5015
|
} | {
|
|
4951
5016
|
name: "google_my_business_set_url";
|
|
4952
5017
|
urls: {
|
|
@@ -4980,7 +5045,7 @@ export default class {
|
|
|
4980
5045
|
mode: "worker";
|
|
4981
5046
|
type: {
|
|
4982
5047
|
name: "generic";
|
|
4983
|
-
subtype: "
|
|
5048
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
4984
5049
|
} | {
|
|
4985
5050
|
name: "product";
|
|
4986
5051
|
subtype: import("./definitions").DatasourceProductSubType;
|
|
@@ -5056,14 +5121,21 @@ export default class {
|
|
|
5056
5121
|
date: {
|
|
5057
5122
|
duration: number;
|
|
5058
5123
|
} | {
|
|
5059
|
-
start:
|
|
5060
|
-
end?:
|
|
5124
|
+
start: number;
|
|
5125
|
+
end?: number | undefined;
|
|
5061
5126
|
};
|
|
5062
5127
|
fieldNames: string[];
|
|
5063
5128
|
referenceId: string;
|
|
5064
5129
|
eventName: string;
|
|
5065
5130
|
};
|
|
5066
5131
|
name: "bought_together";
|
|
5132
|
+
} | {
|
|
5133
|
+
params: {
|
|
5134
|
+
datasourceId: string;
|
|
5135
|
+
referenceId: string;
|
|
5136
|
+
attribute: string;
|
|
5137
|
+
};
|
|
5138
|
+
name: "TOP_ATTRIBUTES";
|
|
5067
5139
|
})[];
|
|
5068
5140
|
refresh: {
|
|
5069
5141
|
freq: number;
|
|
@@ -5291,6 +5363,8 @@ export default class {
|
|
|
5291
5363
|
name: "configure_merge_mapping";
|
|
5292
5364
|
} | {
|
|
5293
5365
|
name: "configure_bought_together";
|
|
5366
|
+
} | {
|
|
5367
|
+
name: "configure_top_attributes";
|
|
5294
5368
|
} | {
|
|
5295
5369
|
name: "google_my_business_set_url";
|
|
5296
5370
|
urls: {
|
|
@@ -5461,7 +5535,7 @@ export default class {
|
|
|
5461
5535
|
mode: "proxy";
|
|
5462
5536
|
type: {
|
|
5463
5537
|
name: "generic";
|
|
5464
|
-
subtype: "
|
|
5538
|
+
subtype: import("./definitions").DatasourceGenericSubType;
|
|
5465
5539
|
} | {
|
|
5466
5540
|
name: "crm";
|
|
5467
5541
|
subtype: "user";
|
|
@@ -5701,6 +5775,8 @@ export default class {
|
|
|
5701
5775
|
name: "configure_merge_mapping";
|
|
5702
5776
|
} | {
|
|
5703
5777
|
name: "configure_bought_together";
|
|
5778
|
+
} | {
|
|
5779
|
+
name: "configure_top_attributes";
|
|
5704
5780
|
} | {
|
|
5705
5781
|
name: "google_my_business_set_url";
|
|
5706
5782
|
urls: {
|
|
@@ -6224,14 +6300,21 @@ export default class {
|
|
|
6224
6300
|
date: {
|
|
6225
6301
|
duration: number;
|
|
6226
6302
|
} | {
|
|
6227
|
-
start:
|
|
6228
|
-
end?:
|
|
6303
|
+
start: number;
|
|
6304
|
+
end?: number | undefined;
|
|
6229
6305
|
};
|
|
6230
6306
|
fieldNames: string[];
|
|
6231
6307
|
referenceId: string;
|
|
6232
6308
|
eventName: string;
|
|
6233
6309
|
};
|
|
6234
6310
|
name: "bought_together";
|
|
6311
|
+
} | {
|
|
6312
|
+
params: {
|
|
6313
|
+
datasourceId: string;
|
|
6314
|
+
referenceId: string;
|
|
6315
|
+
attribute: string;
|
|
6316
|
+
};
|
|
6317
|
+
name: "TOP_ATTRIBUTES";
|
|
6235
6318
|
})[];
|
|
6236
6319
|
refresh: {
|
|
6237
6320
|
freq: number;
|
|
@@ -6345,8 +6428,8 @@ export default class {
|
|
|
6345
6428
|
date: {
|
|
6346
6429
|
duration: number;
|
|
6347
6430
|
} | {
|
|
6348
|
-
start:
|
|
6349
|
-
end?:
|
|
6431
|
+
start: number;
|
|
6432
|
+
end?: number | undefined;
|
|
6350
6433
|
};
|
|
6351
6434
|
referenceId: string;
|
|
6352
6435
|
eventName: string;
|
|
@@ -6367,6 +6450,24 @@ export default class {
|
|
|
6367
6450
|
value?: {
|
|
6368
6451
|
datasourceId: string;
|
|
6369
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;
|
|
6370
6471
|
} | {
|
|
6371
6472
|
name: "configure_name";
|
|
6372
6473
|
value?: string | undefined;
|
|
@@ -7518,14 +7619,21 @@ export default class {
|
|
|
7518
7619
|
date: {
|
|
7519
7620
|
duration: number;
|
|
7520
7621
|
} | {
|
|
7521
|
-
start:
|
|
7522
|
-
end?:
|
|
7622
|
+
start: number;
|
|
7623
|
+
end?: number | undefined;
|
|
7523
7624
|
};
|
|
7524
7625
|
fieldNames: string[];
|
|
7525
7626
|
referenceId: string;
|
|
7526
7627
|
eventName: string;
|
|
7527
7628
|
};
|
|
7528
7629
|
name: "bought_together";
|
|
7630
|
+
} | {
|
|
7631
|
+
params: {
|
|
7632
|
+
datasourceId: string;
|
|
7633
|
+
referenceId: string;
|
|
7634
|
+
attribute: string;
|
|
7635
|
+
};
|
|
7636
|
+
name: "TOP_ATTRIBUTES";
|
|
7529
7637
|
})[];
|
|
7530
7638
|
refresh: {
|
|
7531
7639
|
freq: number;
|
|
@@ -7639,8 +7747,8 @@ export default class {
|
|
|
7639
7747
|
date: {
|
|
7640
7748
|
duration: number;
|
|
7641
7749
|
} | {
|
|
7642
|
-
start:
|
|
7643
|
-
end?:
|
|
7750
|
+
start: number;
|
|
7751
|
+
end?: number | undefined;
|
|
7644
7752
|
};
|
|
7645
7753
|
referenceId: string;
|
|
7646
7754
|
eventName: string;
|
|
@@ -7661,6 +7769,24 @@ export default class {
|
|
|
7661
7769
|
value?: {
|
|
7662
7770
|
datasourceId: string;
|
|
7663
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;
|
|
7664
7790
|
} | {
|
|
7665
7791
|
name: "configure_name";
|
|
7666
7792
|
value?: string | undefined;
|
|
@@ -8812,14 +8938,21 @@ export default class {
|
|
|
8812
8938
|
date: {
|
|
8813
8939
|
duration: number;
|
|
8814
8940
|
} | {
|
|
8815
|
-
start:
|
|
8816
|
-
end?:
|
|
8941
|
+
start: number;
|
|
8942
|
+
end?: number | undefined;
|
|
8817
8943
|
};
|
|
8818
8944
|
fieldNames: string[];
|
|
8819
8945
|
referenceId: string;
|
|
8820
8946
|
eventName: string;
|
|
8821
8947
|
};
|
|
8822
8948
|
name: "bought_together";
|
|
8949
|
+
} | {
|
|
8950
|
+
params: {
|
|
8951
|
+
datasourceId: string;
|
|
8952
|
+
referenceId: string;
|
|
8953
|
+
attribute: string;
|
|
8954
|
+
};
|
|
8955
|
+
name: "TOP_ATTRIBUTES";
|
|
8823
8956
|
})[];
|
|
8824
8957
|
refresh: {
|
|
8825
8958
|
freq: number;
|
|
@@ -8933,8 +9066,8 @@ export default class {
|
|
|
8933
9066
|
date: {
|
|
8934
9067
|
duration: number;
|
|
8935
9068
|
} | {
|
|
8936
|
-
start:
|
|
8937
|
-
end?:
|
|
9069
|
+
start: number;
|
|
9070
|
+
end?: number | undefined;
|
|
8938
9071
|
};
|
|
8939
9072
|
referenceId: string;
|
|
8940
9073
|
eventName: string;
|
|
@@ -8955,6 +9088,24 @@ export default class {
|
|
|
8955
9088
|
value?: {
|
|
8956
9089
|
datasourceId: string;
|
|
8957
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;
|
|
8958
9109
|
} | {
|
|
8959
9110
|
name: "configure_name";
|
|
8960
9111
|
value?: string | undefined;
|
|
@@ -10106,14 +10257,21 @@ export default class {
|
|
|
10106
10257
|
date: {
|
|
10107
10258
|
duration: number;
|
|
10108
10259
|
} | {
|
|
10109
|
-
start:
|
|
10110
|
-
end?:
|
|
10260
|
+
start: number;
|
|
10261
|
+
end?: number | undefined;
|
|
10111
10262
|
};
|
|
10112
10263
|
fieldNames: string[];
|
|
10113
10264
|
referenceId: string;
|
|
10114
10265
|
eventName: string;
|
|
10115
10266
|
};
|
|
10116
10267
|
name: "bought_together";
|
|
10268
|
+
} | {
|
|
10269
|
+
params: {
|
|
10270
|
+
datasourceId: string;
|
|
10271
|
+
referenceId: string;
|
|
10272
|
+
attribute: string;
|
|
10273
|
+
};
|
|
10274
|
+
name: "TOP_ATTRIBUTES";
|
|
10117
10275
|
})[];
|
|
10118
10276
|
refresh: {
|
|
10119
10277
|
freq: number;
|
|
@@ -10227,8 +10385,8 @@ export default class {
|
|
|
10227
10385
|
date: {
|
|
10228
10386
|
duration: number;
|
|
10229
10387
|
} | {
|
|
10230
|
-
start:
|
|
10231
|
-
end?:
|
|
10388
|
+
start: number;
|
|
10389
|
+
end?: number | undefined;
|
|
10232
10390
|
};
|
|
10233
10391
|
referenceId: string;
|
|
10234
10392
|
eventName: string;
|
|
@@ -10249,6 +10407,24 @@ export default class {
|
|
|
10249
10407
|
value?: {
|
|
10250
10408
|
datasourceId: string;
|
|
10251
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;
|
|
10252
10428
|
} | {
|
|
10253
10429
|
name: "configure_name";
|
|
10254
10430
|
value?: string | undefined;
|
|
@@ -11392,14 +11568,21 @@ export default class {
|
|
|
11392
11568
|
date: {
|
|
11393
11569
|
duration: number;
|
|
11394
11570
|
} | {
|
|
11395
|
-
start:
|
|
11396
|
-
end?:
|
|
11571
|
+
start: number;
|
|
11572
|
+
end?: number | undefined;
|
|
11397
11573
|
};
|
|
11398
11574
|
fieldNames: string[];
|
|
11399
11575
|
referenceId: string;
|
|
11400
11576
|
eventName: string;
|
|
11401
11577
|
};
|
|
11402
11578
|
name: "bought_together";
|
|
11579
|
+
} | {
|
|
11580
|
+
params: {
|
|
11581
|
+
datasourceId: string;
|
|
11582
|
+
referenceId: string;
|
|
11583
|
+
attribute: string;
|
|
11584
|
+
};
|
|
11585
|
+
name: "TOP_ATTRIBUTES";
|
|
11403
11586
|
})[] | undefined;
|
|
11404
11587
|
refresh?: {
|
|
11405
11588
|
freq: number;
|
|
@@ -11514,8 +11697,8 @@ export default class {
|
|
|
11514
11697
|
date: {
|
|
11515
11698
|
duration: number;
|
|
11516
11699
|
} | {
|
|
11517
|
-
start:
|
|
11518
|
-
end?:
|
|
11700
|
+
start: number;
|
|
11701
|
+
end?: number | undefined;
|
|
11519
11702
|
};
|
|
11520
11703
|
};
|
|
11521
11704
|
} | {
|
|
@@ -11534,6 +11717,24 @@ export default class {
|
|
|
11534
11717
|
payload: {
|
|
11535
11718
|
datasourceId: string;
|
|
11536
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
|
+
};
|
|
11537
11738
|
} | {
|
|
11538
11739
|
name: "configure_name";
|
|
11539
11740
|
payload: string;
|
|
@@ -12323,6 +12524,8 @@ export default class {
|
|
|
12323
12524
|
name: "configure_merge_mapping";
|
|
12324
12525
|
} | {
|
|
12325
12526
|
name: "configure_bought_together";
|
|
12527
|
+
} | {
|
|
12528
|
+
name: "configure_top_attributes";
|
|
12326
12529
|
};
|
|
12327
12530
|
next: ({
|
|
12328
12531
|
name: "configure_name";
|
|
@@ -12388,6 +12591,8 @@ export default class {
|
|
|
12388
12591
|
name: "configure_merge_mapping";
|
|
12389
12592
|
} | {
|
|
12390
12593
|
name: "configure_bought_together";
|
|
12594
|
+
} | {
|
|
12595
|
+
name: "configure_top_attributes";
|
|
12391
12596
|
})[];
|
|
12392
12597
|
};
|
|
12393
12598
|
}, any>>;
|