@rlvt/datasources-openapi-client 1.0.257 → 1.0.259
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 +33031 -1887
- package/build/api.js +1 -1
- package/build/definitions.d.ts +3159 -179
- package/build/definitions.js +7 -1
- package/package.json +1 -1
package/build/definitions.d.ts
CHANGED
|
@@ -97,6 +97,7 @@ export declare enum DatasourceGenericSubType {
|
|
|
97
97
|
}
|
|
98
98
|
export declare enum DatasourceProductSubType {
|
|
99
99
|
USER = "user",
|
|
100
|
+
LOCALIZED = "localized",
|
|
100
101
|
SHOPIFY = "shopify",
|
|
101
102
|
BEST_PRODUCT = "best_product",
|
|
102
103
|
BOUGHT_TOGETHER = "bought_together"
|
|
@@ -138,6 +139,7 @@ export declare enum FieldMapType {
|
|
|
138
139
|
DESCRIPTION = "description",
|
|
139
140
|
VIDEO = "video",
|
|
140
141
|
PRODUCT_LIFETIME = "product_lifetime",
|
|
142
|
+
LOCALE = "locale",
|
|
141
143
|
ARRAY_STRING = "array_string",
|
|
142
144
|
ARRAY_NUMBER = "array_number",
|
|
143
145
|
RECORD_STRING = "record_string",
|
|
@@ -149,6 +151,7 @@ export declare enum FieldMapType {
|
|
|
149
151
|
WORKFLOW_ID = "workflow_id",
|
|
150
152
|
WORKFLOW_VERSION_ID = "workflow_version_id",
|
|
151
153
|
WORKFLOW_USER = "workflow_user",
|
|
154
|
+
WORKFLOW_ONSITE_USER = "workflow_onsite_user",
|
|
152
155
|
WORKFLOW_EVENT_MODE = "workflow_event_mode"
|
|
153
156
|
}
|
|
154
157
|
export declare type Condition_Without_Path_Operator = {
|
|
@@ -172,6 +175,7 @@ export declare type Condition = {
|
|
|
172
175
|
};
|
|
173
176
|
export declare enum FieldSource {
|
|
174
177
|
USER = "user",
|
|
178
|
+
USER_STATIC = "user_static",
|
|
175
179
|
MISSING_FIELDS = "missing_fields",
|
|
176
180
|
AGGREGATION = "aggregation"
|
|
177
181
|
}
|
|
@@ -464,7 +468,9 @@ export declare enum StepName {
|
|
|
464
468
|
CONFIGURE_NAME = "configure_name",
|
|
465
469
|
CONFIGURE_RESOURCE_GROUP_IDS = "configure_resource_group_ids",
|
|
466
470
|
CONFIGURE_SOURCE = "configure_source",
|
|
471
|
+
CONFIGURE_SOURCES = "configure_sources",
|
|
467
472
|
CONFIGURE_FIELDSMAP = "configure_fieldsmap",
|
|
473
|
+
CONFIGURE_FIELDS = "configure_fields",
|
|
468
474
|
CONFIGURE_FIELD = "configure_field",
|
|
469
475
|
CREATE_OAUTH_CLIENT = "create_oauth_client",
|
|
470
476
|
AUTHORIZE_OAUTH_CLIENT = "authorize_oauth_client",
|
|
@@ -591,6 +597,7 @@ export declare type _Without_ = {
|
|
|
591
597
|
fieldNames: string[];
|
|
592
598
|
datasourceId: string;
|
|
593
599
|
query: string;
|
|
600
|
+
exclusion?: boolean;
|
|
594
601
|
};
|
|
595
602
|
} | {
|
|
596
603
|
name: "count";
|
|
@@ -598,6 +605,7 @@ export declare type _Without_ = {
|
|
|
598
605
|
fieldNames: string[];
|
|
599
606
|
datasourceId: string;
|
|
600
607
|
query: string;
|
|
608
|
+
exclusion?: boolean;
|
|
601
609
|
};
|
|
602
610
|
} | {
|
|
603
611
|
name: "bought_together";
|
|
@@ -796,8 +804,12 @@ export declare type _Without_ = {
|
|
|
796
804
|
} | {
|
|
797
805
|
name: "configure_source";
|
|
798
806
|
mode?: "url" | "file";
|
|
807
|
+
} | {
|
|
808
|
+
name: "configure_sources";
|
|
799
809
|
} | {
|
|
800
810
|
name: "configure_fieldsmap";
|
|
811
|
+
} | {
|
|
812
|
+
name: "configure_fields";
|
|
801
813
|
} | {
|
|
802
814
|
name: "configure_field";
|
|
803
815
|
field: {
|
|
@@ -874,34 +886,36 @@ export declare type _Without_ = {
|
|
|
874
886
|
fatal: StepName;
|
|
875
887
|
};
|
|
876
888
|
stepDependencies: {
|
|
877
|
-
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" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
878
|
-
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" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
879
|
-
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" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
889
|
+
configure_name?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
890
|
+
configure_resource_group_ids?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
891
|
+
configure_source?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
892
|
+
configure_sources?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
893
|
+
configure_fieldsmap?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
894
|
+
configure_fields?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
895
|
+
configure_field?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
896
|
+
create_oauth_client?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
897
|
+
authorize_oauth_client?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
898
|
+
configure_thresholds?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
899
|
+
configure_content?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
900
|
+
configure_api_key?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
901
|
+
patch?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
902
|
+
configure_fetcher?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
903
|
+
validate?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
904
|
+
configure_shopify_shop_name?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
905
|
+
inject_shopify_analytics_script?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
906
|
+
configure_shopify_analytics_script?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
907
|
+
configure_google_tag_manager?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
908
|
+
configure_reelevant_analytics_script?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
909
|
+
configure_twitter?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
910
|
+
configure_product_datasource_source?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
911
|
+
configure_tracking_datasource_source?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
912
|
+
configure_best_product_query?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
913
|
+
configure_best_product_field?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
914
|
+
configure_bought_together?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
915
|
+
configure_merge_mapping?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
916
|
+
configure_merge_datasource_source?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
917
|
+
configure_merge_datasource_dependency?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
918
|
+
configure_top_attributes?: ("configure_name" | "configure_resource_group_ids" | "configure_source" | "configure_sources" | "configure_fieldsmap" | "configure_fields" | "configure_field" | "create_oauth_client" | "authorize_oauth_client" | "configure_thresholds" | "configure_content" | "configure_api_key" | "patch" | "configure_fetcher" | "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_bought_together" | "configure_merge_mapping" | "configure_merge_datasource_source" | "configure_merge_datasource_dependency" | "configure_top_attributes" | "google_my_business_set_url" | "setup_instagram")[];
|
|
905
919
|
};
|
|
906
920
|
standaloneSteps: StepName[];
|
|
907
921
|
};
|
|
@@ -927,8 +941,12 @@ export declare type IngesterDatasourceVersion__Without_Id_Mode_State_Type_Fields
|
|
|
927
941
|
} | {
|
|
928
942
|
name: "configure_source";
|
|
929
943
|
mode?: "url" | "file";
|
|
944
|
+
} | {
|
|
945
|
+
name: "configure_sources";
|
|
930
946
|
} | {
|
|
931
947
|
name: "configure_fieldsmap";
|
|
948
|
+
} | {
|
|
949
|
+
name: "configure_fields";
|
|
932
950
|
} | {
|
|
933
951
|
name: "configure_field";
|
|
934
952
|
field: {
|
|
@@ -1104,7 +1122,686 @@ export declare enum DatasourceVersionState {
|
|
|
1104
1122
|
SCHEDULED = "SCHEDULED",
|
|
1105
1123
|
INACTIVE = "INACTIVE"
|
|
1106
1124
|
}
|
|
1107
|
-
export declare type
|
|
1125
|
+
export declare type DatasourceSourceOptions = {
|
|
1126
|
+
id: string;
|
|
1127
|
+
};
|
|
1128
|
+
export declare type PreProcessingAggregations = {
|
|
1129
|
+
type: "unwind";
|
|
1130
|
+
options: {
|
|
1131
|
+
src: string;
|
|
1132
|
+
dest: string;
|
|
1133
|
+
allowEmpty?: boolean;
|
|
1134
|
+
};
|
|
1135
|
+
};
|
|
1136
|
+
export declare type BigQuerySourceOptions = {
|
|
1137
|
+
table: string;
|
|
1138
|
+
dataset: string;
|
|
1139
|
+
privateKey?: string;
|
|
1140
|
+
clientEmail?: string;
|
|
1141
|
+
projectId?: string;
|
|
1142
|
+
query?: string;
|
|
1143
|
+
timestampField?: string;
|
|
1144
|
+
};
|
|
1145
|
+
export declare type DatasourceFormatOptions = {
|
|
1146
|
+
[key: string]: string;
|
|
1147
|
+
};
|
|
1148
|
+
export declare type UrlSourceOptions = {
|
|
1149
|
+
url: string;
|
|
1150
|
+
format?: {
|
|
1151
|
+
type: DatasourceFormat;
|
|
1152
|
+
options: DatasourceFormatOptions;
|
|
1153
|
+
};
|
|
1154
|
+
textEncoding?: string;
|
|
1155
|
+
options?: {
|
|
1156
|
+
method?: "GET" | "PATCH" | "POST" | "PUT";
|
|
1157
|
+
body?: string;
|
|
1158
|
+
headers?: {
|
|
1159
|
+
[key: string]: string;
|
|
1160
|
+
};
|
|
1161
|
+
query?: {
|
|
1162
|
+
[key: string]: string;
|
|
1163
|
+
};
|
|
1164
|
+
oauth?: string;
|
|
1165
|
+
timeout?: number;
|
|
1166
|
+
pagination?: {
|
|
1167
|
+
type: "body" | "query";
|
|
1168
|
+
value: string;
|
|
1169
|
+
startAt?: number;
|
|
1170
|
+
subtype?: "page" | "offset";
|
|
1171
|
+
} | {
|
|
1172
|
+
type: "hypermediaAttribute";
|
|
1173
|
+
value: string;
|
|
1174
|
+
} | {
|
|
1175
|
+
type: "pageToken";
|
|
1176
|
+
value: string;
|
|
1177
|
+
param: string;
|
|
1178
|
+
} | {
|
|
1179
|
+
type: "linkHeader";
|
|
1180
|
+
};
|
|
1181
|
+
variables?: (QueriableField_Without_Name_Enum_Required_Unique & {
|
|
1182
|
+
default: string | number | string[] | number[];
|
|
1183
|
+
primitive: "string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}";
|
|
1184
|
+
})[];
|
|
1185
|
+
};
|
|
1186
|
+
};
|
|
1187
|
+
export declare type FileSourceOptions = {
|
|
1188
|
+
bucket: string;
|
|
1189
|
+
path: string;
|
|
1190
|
+
format: {
|
|
1191
|
+
type: DatasourceFormat;
|
|
1192
|
+
options: DatasourceFormatOptions;
|
|
1193
|
+
};
|
|
1194
|
+
textEncoding: string;
|
|
1195
|
+
};
|
|
1196
|
+
export declare type FTPSourceOptions = {
|
|
1197
|
+
username: string;
|
|
1198
|
+
password: string;
|
|
1199
|
+
host: string;
|
|
1200
|
+
port: number;
|
|
1201
|
+
secure: boolean;
|
|
1202
|
+
path: string;
|
|
1203
|
+
format?: {
|
|
1204
|
+
type: DatasourceFormat;
|
|
1205
|
+
options: DatasourceFormatOptions;
|
|
1206
|
+
};
|
|
1207
|
+
textEncoding?: string;
|
|
1208
|
+
};
|
|
1209
|
+
export declare type SFTPSourceOptions = {
|
|
1210
|
+
username: string;
|
|
1211
|
+
password: string;
|
|
1212
|
+
host: string;
|
|
1213
|
+
port: number;
|
|
1214
|
+
path: string;
|
|
1215
|
+
format?: {
|
|
1216
|
+
type: DatasourceFormat;
|
|
1217
|
+
options: DatasourceFormatOptions;
|
|
1218
|
+
};
|
|
1219
|
+
textEncoding?: string;
|
|
1220
|
+
};
|
|
1221
|
+
export declare type ODBCSourceOptions = {
|
|
1222
|
+
driver: string;
|
|
1223
|
+
username: string;
|
|
1224
|
+
password: string;
|
|
1225
|
+
host: string;
|
|
1226
|
+
port: number;
|
|
1227
|
+
dbname: string;
|
|
1228
|
+
table: string;
|
|
1229
|
+
attributes: {
|
|
1230
|
+
[key: string]: string;
|
|
1231
|
+
};
|
|
1232
|
+
};
|
|
1233
|
+
export declare type SnowflakeSourceOptions = {
|
|
1234
|
+
account: string;
|
|
1235
|
+
username: string;
|
|
1236
|
+
password: string;
|
|
1237
|
+
warehouse: string;
|
|
1238
|
+
schema: string;
|
|
1239
|
+
database: string;
|
|
1240
|
+
table: string;
|
|
1241
|
+
query?: string;
|
|
1242
|
+
};
|
|
1243
|
+
export declare type SourceInput = {
|
|
1244
|
+
source: ({
|
|
1245
|
+
type: "datasource";
|
|
1246
|
+
options: DatasourceSourceOptions;
|
|
1247
|
+
} & {
|
|
1248
|
+
preProcessingAggregations?: PreProcessingAggregations[];
|
|
1249
|
+
}) | ({
|
|
1250
|
+
type: "bigquery";
|
|
1251
|
+
options: BigQuerySourceOptions;
|
|
1252
|
+
} & {
|
|
1253
|
+
preProcessingAggregations?: PreProcessingAggregations[];
|
|
1254
|
+
}) | ({
|
|
1255
|
+
type: "url";
|
|
1256
|
+
options: UrlSourceOptions;
|
|
1257
|
+
} & {
|
|
1258
|
+
preProcessingAggregations?: PreProcessingAggregations[];
|
|
1259
|
+
}) | ({
|
|
1260
|
+
type: "file";
|
|
1261
|
+
options: FileSourceOptions;
|
|
1262
|
+
} & {
|
|
1263
|
+
preProcessingAggregations?: PreProcessingAggregations[];
|
|
1264
|
+
}) | ({
|
|
1265
|
+
type: "ftp";
|
|
1266
|
+
options: FTPSourceOptions;
|
|
1267
|
+
} & {
|
|
1268
|
+
preProcessingAggregations?: PreProcessingAggregations[];
|
|
1269
|
+
}) | ({
|
|
1270
|
+
type: "sftp";
|
|
1271
|
+
options: SFTPSourceOptions;
|
|
1272
|
+
} & {
|
|
1273
|
+
preProcessingAggregations?: PreProcessingAggregations[];
|
|
1274
|
+
}) | ({
|
|
1275
|
+
type: "odbc";
|
|
1276
|
+
options: ODBCSourceOptions;
|
|
1277
|
+
} & {
|
|
1278
|
+
preProcessingAggregations?: PreProcessingAggregations[];
|
|
1279
|
+
}) | ({
|
|
1280
|
+
type: "snowflake";
|
|
1281
|
+
options: SnowflakeSourceOptions;
|
|
1282
|
+
} & {
|
|
1283
|
+
preProcessingAggregations?: PreProcessingAggregations[];
|
|
1284
|
+
});
|
|
1285
|
+
filter?: {
|
|
1286
|
+
$and: ({
|
|
1287
|
+
$and: ({
|
|
1288
|
+
[key: string]: {
|
|
1289
|
+
$eq: string | number | string[] | null[];
|
|
1290
|
+
} | {
|
|
1291
|
+
$ne: string | number | string[] | null[];
|
|
1292
|
+
} | {
|
|
1293
|
+
$contains: string | string[];
|
|
1294
|
+
} | {
|
|
1295
|
+
$notcontains: string | string[];
|
|
1296
|
+
} | {
|
|
1297
|
+
$empty: boolean;
|
|
1298
|
+
} | {
|
|
1299
|
+
eq: string | number | string[] | null[];
|
|
1300
|
+
} | {
|
|
1301
|
+
ne: string | number | string[] | null[];
|
|
1302
|
+
} | {
|
|
1303
|
+
contains: string | string[];
|
|
1304
|
+
} | {
|
|
1305
|
+
notcontains: string | string[];
|
|
1306
|
+
} | {
|
|
1307
|
+
empty: boolean;
|
|
1308
|
+
} | {
|
|
1309
|
+
$neq: AnyValue;
|
|
1310
|
+
} | {
|
|
1311
|
+
$nne: AnyValue;
|
|
1312
|
+
} | {
|
|
1313
|
+
$lt: AnyValue;
|
|
1314
|
+
} | {
|
|
1315
|
+
$lte: AnyValue;
|
|
1316
|
+
} | {
|
|
1317
|
+
$gt: AnyValue;
|
|
1318
|
+
} | {
|
|
1319
|
+
$gte: AnyValue;
|
|
1320
|
+
} | {
|
|
1321
|
+
neq: AnyValue;
|
|
1322
|
+
} | {
|
|
1323
|
+
nne: AnyValue;
|
|
1324
|
+
} | {
|
|
1325
|
+
lt: AnyValue;
|
|
1326
|
+
} | {
|
|
1327
|
+
lte: AnyValue;
|
|
1328
|
+
} | {
|
|
1329
|
+
gt: AnyValue;
|
|
1330
|
+
} | {
|
|
1331
|
+
gte: AnyValue;
|
|
1332
|
+
} | {
|
|
1333
|
+
$range: AnyValue;
|
|
1334
|
+
} | {
|
|
1335
|
+
range: AnyValue;
|
|
1336
|
+
};
|
|
1337
|
+
} | {
|
|
1338
|
+
[key: string]: {
|
|
1339
|
+
$eq: string | number | string[] | null[];
|
|
1340
|
+
} | {
|
|
1341
|
+
$ne: string | number | string[] | null[];
|
|
1342
|
+
} | {
|
|
1343
|
+
$contains: string | string[];
|
|
1344
|
+
} | {
|
|
1345
|
+
$notcontains: string | string[];
|
|
1346
|
+
} | {
|
|
1347
|
+
$empty: boolean;
|
|
1348
|
+
} | {
|
|
1349
|
+
eq: string | number | string[] | null[];
|
|
1350
|
+
} | {
|
|
1351
|
+
ne: string | number | string[] | null[];
|
|
1352
|
+
} | {
|
|
1353
|
+
contains: string | string[];
|
|
1354
|
+
} | {
|
|
1355
|
+
notcontains: string | string[];
|
|
1356
|
+
} | {
|
|
1357
|
+
empty: boolean;
|
|
1358
|
+
} | {
|
|
1359
|
+
$neq: AnyValue;
|
|
1360
|
+
} | {
|
|
1361
|
+
$nne: AnyValue;
|
|
1362
|
+
} | {
|
|
1363
|
+
$lt: AnyValue;
|
|
1364
|
+
} | {
|
|
1365
|
+
$lte: AnyValue;
|
|
1366
|
+
} | {
|
|
1367
|
+
$gt: AnyValue;
|
|
1368
|
+
} | {
|
|
1369
|
+
$gte: AnyValue;
|
|
1370
|
+
} | {
|
|
1371
|
+
neq: AnyValue;
|
|
1372
|
+
} | {
|
|
1373
|
+
nne: AnyValue;
|
|
1374
|
+
} | {
|
|
1375
|
+
lt: AnyValue;
|
|
1376
|
+
} | {
|
|
1377
|
+
lte: AnyValue;
|
|
1378
|
+
} | {
|
|
1379
|
+
gt: AnyValue;
|
|
1380
|
+
} | {
|
|
1381
|
+
gte: AnyValue;
|
|
1382
|
+
} | {
|
|
1383
|
+
$range: AnyValue;
|
|
1384
|
+
} | {
|
|
1385
|
+
range: AnyValue;
|
|
1386
|
+
};
|
|
1387
|
+
})[];
|
|
1388
|
+
} | {
|
|
1389
|
+
$or: ({
|
|
1390
|
+
[key: string]: {
|
|
1391
|
+
$eq: string | number | string[] | null[];
|
|
1392
|
+
} | {
|
|
1393
|
+
$ne: string | number | string[] | null[];
|
|
1394
|
+
} | {
|
|
1395
|
+
$contains: string | string[];
|
|
1396
|
+
} | {
|
|
1397
|
+
$notcontains: string | string[];
|
|
1398
|
+
} | {
|
|
1399
|
+
$empty: boolean;
|
|
1400
|
+
} | {
|
|
1401
|
+
eq: string | number | string[] | null[];
|
|
1402
|
+
} | {
|
|
1403
|
+
ne: string | number | string[] | null[];
|
|
1404
|
+
} | {
|
|
1405
|
+
contains: string | string[];
|
|
1406
|
+
} | {
|
|
1407
|
+
notcontains: string | string[];
|
|
1408
|
+
} | {
|
|
1409
|
+
empty: boolean;
|
|
1410
|
+
} | {
|
|
1411
|
+
$neq: AnyValue;
|
|
1412
|
+
} | {
|
|
1413
|
+
$nne: AnyValue;
|
|
1414
|
+
} | {
|
|
1415
|
+
$lt: AnyValue;
|
|
1416
|
+
} | {
|
|
1417
|
+
$lte: AnyValue;
|
|
1418
|
+
} | {
|
|
1419
|
+
$gt: AnyValue;
|
|
1420
|
+
} | {
|
|
1421
|
+
$gte: AnyValue;
|
|
1422
|
+
} | {
|
|
1423
|
+
neq: AnyValue;
|
|
1424
|
+
} | {
|
|
1425
|
+
nne: AnyValue;
|
|
1426
|
+
} | {
|
|
1427
|
+
lt: AnyValue;
|
|
1428
|
+
} | {
|
|
1429
|
+
lte: AnyValue;
|
|
1430
|
+
} | {
|
|
1431
|
+
gt: AnyValue;
|
|
1432
|
+
} | {
|
|
1433
|
+
gte: AnyValue;
|
|
1434
|
+
} | {
|
|
1435
|
+
$range: AnyValue;
|
|
1436
|
+
} | {
|
|
1437
|
+
range: AnyValue;
|
|
1438
|
+
};
|
|
1439
|
+
} | {
|
|
1440
|
+
[key: string]: {
|
|
1441
|
+
$eq: string | number | string[] | null[];
|
|
1442
|
+
} | {
|
|
1443
|
+
$ne: string | number | string[] | null[];
|
|
1444
|
+
} | {
|
|
1445
|
+
$contains: string | string[];
|
|
1446
|
+
} | {
|
|
1447
|
+
$notcontains: string | string[];
|
|
1448
|
+
} | {
|
|
1449
|
+
$empty: boolean;
|
|
1450
|
+
} | {
|
|
1451
|
+
eq: string | number | string[] | null[];
|
|
1452
|
+
} | {
|
|
1453
|
+
ne: string | number | string[] | null[];
|
|
1454
|
+
} | {
|
|
1455
|
+
contains: string | string[];
|
|
1456
|
+
} | {
|
|
1457
|
+
notcontains: string | string[];
|
|
1458
|
+
} | {
|
|
1459
|
+
empty: boolean;
|
|
1460
|
+
} | {
|
|
1461
|
+
$neq: AnyValue;
|
|
1462
|
+
} | {
|
|
1463
|
+
$nne: AnyValue;
|
|
1464
|
+
} | {
|
|
1465
|
+
$lt: AnyValue;
|
|
1466
|
+
} | {
|
|
1467
|
+
$lte: AnyValue;
|
|
1468
|
+
} | {
|
|
1469
|
+
$gt: AnyValue;
|
|
1470
|
+
} | {
|
|
1471
|
+
$gte: AnyValue;
|
|
1472
|
+
} | {
|
|
1473
|
+
neq: AnyValue;
|
|
1474
|
+
} | {
|
|
1475
|
+
nne: AnyValue;
|
|
1476
|
+
} | {
|
|
1477
|
+
lt: AnyValue;
|
|
1478
|
+
} | {
|
|
1479
|
+
lte: AnyValue;
|
|
1480
|
+
} | {
|
|
1481
|
+
gt: AnyValue;
|
|
1482
|
+
} | {
|
|
1483
|
+
gte: AnyValue;
|
|
1484
|
+
} | {
|
|
1485
|
+
$range: AnyValue;
|
|
1486
|
+
} | {
|
|
1487
|
+
range: AnyValue;
|
|
1488
|
+
};
|
|
1489
|
+
})[];
|
|
1490
|
+
})[];
|
|
1491
|
+
} | {
|
|
1492
|
+
$or: ({
|
|
1493
|
+
$and: ({
|
|
1494
|
+
[key: string]: {
|
|
1495
|
+
$eq: string | number | string[] | null[];
|
|
1496
|
+
} | {
|
|
1497
|
+
$ne: string | number | string[] | null[];
|
|
1498
|
+
} | {
|
|
1499
|
+
$contains: string | string[];
|
|
1500
|
+
} | {
|
|
1501
|
+
$notcontains: string | string[];
|
|
1502
|
+
} | {
|
|
1503
|
+
$empty: boolean;
|
|
1504
|
+
} | {
|
|
1505
|
+
eq: string | number | string[] | null[];
|
|
1506
|
+
} | {
|
|
1507
|
+
ne: string | number | string[] | null[];
|
|
1508
|
+
} | {
|
|
1509
|
+
contains: string | string[];
|
|
1510
|
+
} | {
|
|
1511
|
+
notcontains: string | string[];
|
|
1512
|
+
} | {
|
|
1513
|
+
empty: boolean;
|
|
1514
|
+
} | {
|
|
1515
|
+
$neq: AnyValue;
|
|
1516
|
+
} | {
|
|
1517
|
+
$nne: AnyValue;
|
|
1518
|
+
} | {
|
|
1519
|
+
$lt: AnyValue;
|
|
1520
|
+
} | {
|
|
1521
|
+
$lte: AnyValue;
|
|
1522
|
+
} | {
|
|
1523
|
+
$gt: AnyValue;
|
|
1524
|
+
} | {
|
|
1525
|
+
$gte: AnyValue;
|
|
1526
|
+
} | {
|
|
1527
|
+
neq: AnyValue;
|
|
1528
|
+
} | {
|
|
1529
|
+
nne: AnyValue;
|
|
1530
|
+
} | {
|
|
1531
|
+
lt: AnyValue;
|
|
1532
|
+
} | {
|
|
1533
|
+
lte: AnyValue;
|
|
1534
|
+
} | {
|
|
1535
|
+
gt: AnyValue;
|
|
1536
|
+
} | {
|
|
1537
|
+
gte: AnyValue;
|
|
1538
|
+
} | {
|
|
1539
|
+
$range: AnyValue;
|
|
1540
|
+
} | {
|
|
1541
|
+
range: AnyValue;
|
|
1542
|
+
};
|
|
1543
|
+
} | {
|
|
1544
|
+
[key: string]: {
|
|
1545
|
+
$eq: string | number | string[] | null[];
|
|
1546
|
+
} | {
|
|
1547
|
+
$ne: string | number | string[] | null[];
|
|
1548
|
+
} | {
|
|
1549
|
+
$contains: string | string[];
|
|
1550
|
+
} | {
|
|
1551
|
+
$notcontains: string | string[];
|
|
1552
|
+
} | {
|
|
1553
|
+
$empty: boolean;
|
|
1554
|
+
} | {
|
|
1555
|
+
eq: string | number | string[] | null[];
|
|
1556
|
+
} | {
|
|
1557
|
+
ne: string | number | string[] | null[];
|
|
1558
|
+
} | {
|
|
1559
|
+
contains: string | string[];
|
|
1560
|
+
} | {
|
|
1561
|
+
notcontains: string | string[];
|
|
1562
|
+
} | {
|
|
1563
|
+
empty: boolean;
|
|
1564
|
+
} | {
|
|
1565
|
+
$neq: AnyValue;
|
|
1566
|
+
} | {
|
|
1567
|
+
$nne: AnyValue;
|
|
1568
|
+
} | {
|
|
1569
|
+
$lt: AnyValue;
|
|
1570
|
+
} | {
|
|
1571
|
+
$lte: AnyValue;
|
|
1572
|
+
} | {
|
|
1573
|
+
$gt: AnyValue;
|
|
1574
|
+
} | {
|
|
1575
|
+
$gte: AnyValue;
|
|
1576
|
+
} | {
|
|
1577
|
+
neq: AnyValue;
|
|
1578
|
+
} | {
|
|
1579
|
+
nne: AnyValue;
|
|
1580
|
+
} | {
|
|
1581
|
+
lt: AnyValue;
|
|
1582
|
+
} | {
|
|
1583
|
+
lte: AnyValue;
|
|
1584
|
+
} | {
|
|
1585
|
+
gt: AnyValue;
|
|
1586
|
+
} | {
|
|
1587
|
+
gte: AnyValue;
|
|
1588
|
+
} | {
|
|
1589
|
+
$range: AnyValue;
|
|
1590
|
+
} | {
|
|
1591
|
+
range: AnyValue;
|
|
1592
|
+
};
|
|
1593
|
+
})[];
|
|
1594
|
+
} | {
|
|
1595
|
+
$or: ({
|
|
1596
|
+
[key: string]: {
|
|
1597
|
+
$eq: string | number | string[] | null[];
|
|
1598
|
+
} | {
|
|
1599
|
+
$ne: string | number | string[] | null[];
|
|
1600
|
+
} | {
|
|
1601
|
+
$contains: string | string[];
|
|
1602
|
+
} | {
|
|
1603
|
+
$notcontains: string | string[];
|
|
1604
|
+
} | {
|
|
1605
|
+
$empty: boolean;
|
|
1606
|
+
} | {
|
|
1607
|
+
eq: string | number | string[] | null[];
|
|
1608
|
+
} | {
|
|
1609
|
+
ne: string | number | string[] | null[];
|
|
1610
|
+
} | {
|
|
1611
|
+
contains: string | string[];
|
|
1612
|
+
} | {
|
|
1613
|
+
notcontains: string | string[];
|
|
1614
|
+
} | {
|
|
1615
|
+
empty: boolean;
|
|
1616
|
+
} | {
|
|
1617
|
+
$neq: AnyValue;
|
|
1618
|
+
} | {
|
|
1619
|
+
$nne: AnyValue;
|
|
1620
|
+
} | {
|
|
1621
|
+
$lt: AnyValue;
|
|
1622
|
+
} | {
|
|
1623
|
+
$lte: AnyValue;
|
|
1624
|
+
} | {
|
|
1625
|
+
$gt: AnyValue;
|
|
1626
|
+
} | {
|
|
1627
|
+
$gte: AnyValue;
|
|
1628
|
+
} | {
|
|
1629
|
+
neq: AnyValue;
|
|
1630
|
+
} | {
|
|
1631
|
+
nne: AnyValue;
|
|
1632
|
+
} | {
|
|
1633
|
+
lt: AnyValue;
|
|
1634
|
+
} | {
|
|
1635
|
+
lte: AnyValue;
|
|
1636
|
+
} | {
|
|
1637
|
+
gt: AnyValue;
|
|
1638
|
+
} | {
|
|
1639
|
+
gte: AnyValue;
|
|
1640
|
+
} | {
|
|
1641
|
+
$range: AnyValue;
|
|
1642
|
+
} | {
|
|
1643
|
+
range: AnyValue;
|
|
1644
|
+
};
|
|
1645
|
+
} | {
|
|
1646
|
+
[key: string]: {
|
|
1647
|
+
$eq: string | number | string[] | null[];
|
|
1648
|
+
} | {
|
|
1649
|
+
$ne: string | number | string[] | null[];
|
|
1650
|
+
} | {
|
|
1651
|
+
$contains: string | string[];
|
|
1652
|
+
} | {
|
|
1653
|
+
$notcontains: string | string[];
|
|
1654
|
+
} | {
|
|
1655
|
+
$empty: boolean;
|
|
1656
|
+
} | {
|
|
1657
|
+
eq: string | number | string[] | null[];
|
|
1658
|
+
} | {
|
|
1659
|
+
ne: string | number | string[] | null[];
|
|
1660
|
+
} | {
|
|
1661
|
+
contains: string | string[];
|
|
1662
|
+
} | {
|
|
1663
|
+
notcontains: string | string[];
|
|
1664
|
+
} | {
|
|
1665
|
+
empty: boolean;
|
|
1666
|
+
} | {
|
|
1667
|
+
$neq: AnyValue;
|
|
1668
|
+
} | {
|
|
1669
|
+
$nne: AnyValue;
|
|
1670
|
+
} | {
|
|
1671
|
+
$lt: AnyValue;
|
|
1672
|
+
} | {
|
|
1673
|
+
$lte: AnyValue;
|
|
1674
|
+
} | {
|
|
1675
|
+
$gt: AnyValue;
|
|
1676
|
+
} | {
|
|
1677
|
+
$gte: AnyValue;
|
|
1678
|
+
} | {
|
|
1679
|
+
neq: AnyValue;
|
|
1680
|
+
} | {
|
|
1681
|
+
nne: AnyValue;
|
|
1682
|
+
} | {
|
|
1683
|
+
lt: AnyValue;
|
|
1684
|
+
} | {
|
|
1685
|
+
lte: AnyValue;
|
|
1686
|
+
} | {
|
|
1687
|
+
gt: AnyValue;
|
|
1688
|
+
} | {
|
|
1689
|
+
gte: AnyValue;
|
|
1690
|
+
} | {
|
|
1691
|
+
$range: AnyValue;
|
|
1692
|
+
} | {
|
|
1693
|
+
range: AnyValue;
|
|
1694
|
+
};
|
|
1695
|
+
})[];
|
|
1696
|
+
})[];
|
|
1697
|
+
};
|
|
1698
|
+
fieldsRules: {
|
|
1699
|
+
[key: string]: (({
|
|
1700
|
+
name: "static";
|
|
1701
|
+
params: {
|
|
1702
|
+
value: string | number;
|
|
1703
|
+
};
|
|
1704
|
+
} | {
|
|
1705
|
+
name: "path";
|
|
1706
|
+
params: {
|
|
1707
|
+
value: string;
|
|
1708
|
+
};
|
|
1709
|
+
} | {
|
|
1710
|
+
name: "path";
|
|
1711
|
+
params: {
|
|
1712
|
+
fromRoot: true;
|
|
1713
|
+
value: string;
|
|
1714
|
+
};
|
|
1715
|
+
}) | ({
|
|
1716
|
+
name: "static";
|
|
1717
|
+
params: {
|
|
1718
|
+
value: string | number;
|
|
1719
|
+
};
|
|
1720
|
+
} | {
|
|
1721
|
+
name: "path";
|
|
1722
|
+
params: {
|
|
1723
|
+
value: string;
|
|
1724
|
+
};
|
|
1725
|
+
} | {
|
|
1726
|
+
name: "path";
|
|
1727
|
+
params: {
|
|
1728
|
+
fromRoot: true;
|
|
1729
|
+
value: string;
|
|
1730
|
+
};
|
|
1731
|
+
} | {
|
|
1732
|
+
name: "array_find";
|
|
1733
|
+
params: {
|
|
1734
|
+
key: string;
|
|
1735
|
+
operator: "=" | "!=";
|
|
1736
|
+
value: string | number;
|
|
1737
|
+
};
|
|
1738
|
+
} | {
|
|
1739
|
+
name: "array_find";
|
|
1740
|
+
params: {
|
|
1741
|
+
key: string;
|
|
1742
|
+
operator: "=" | "!=";
|
|
1743
|
+
valuePath: string;
|
|
1744
|
+
};
|
|
1745
|
+
} | {
|
|
1746
|
+
name: "array_find";
|
|
1747
|
+
params: {
|
|
1748
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
1749
|
+
evaluateValue: string;
|
|
1750
|
+
})[];
|
|
1751
|
+
};
|
|
1752
|
+
} | {
|
|
1753
|
+
name: "fallback";
|
|
1754
|
+
params: FieldMapFallbackRulePayload;
|
|
1755
|
+
} | {
|
|
1756
|
+
name: "fallback";
|
|
1757
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
1758
|
+
staticValue: string | number | string[] | {
|
|
1759
|
+
[key: string]: string;
|
|
1760
|
+
} | number[] | {
|
|
1761
|
+
[key: string]: number;
|
|
1762
|
+
};
|
|
1763
|
+
};
|
|
1764
|
+
} | {
|
|
1765
|
+
name: "fallback_if";
|
|
1766
|
+
params: FieldMapFallbackRulePayload & {
|
|
1767
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
1768
|
+
evaluateValue: string;
|
|
1769
|
+
}))[];
|
|
1770
|
+
};
|
|
1771
|
+
} | {
|
|
1772
|
+
name: "exclude_from_record";
|
|
1773
|
+
params: {
|
|
1774
|
+
keys: string[];
|
|
1775
|
+
};
|
|
1776
|
+
} | {
|
|
1777
|
+
name: "decrypt";
|
|
1778
|
+
params: {
|
|
1779
|
+
passwordPrefixPath?: string;
|
|
1780
|
+
};
|
|
1781
|
+
} | {
|
|
1782
|
+
name: "interpolate";
|
|
1783
|
+
params: {
|
|
1784
|
+
value: string;
|
|
1785
|
+
};
|
|
1786
|
+
} | {
|
|
1787
|
+
name: "custom";
|
|
1788
|
+
params: {
|
|
1789
|
+
value: string;
|
|
1790
|
+
};
|
|
1791
|
+
} | {
|
|
1792
|
+
name: "split";
|
|
1793
|
+
params: {
|
|
1794
|
+
separator: string;
|
|
1795
|
+
};
|
|
1796
|
+
}))[];
|
|
1797
|
+
};
|
|
1798
|
+
};
|
|
1799
|
+
export declare type SampleObj = {
|
|
1800
|
+
sample: {
|
|
1801
|
+
[key: string]: AnyValue;
|
|
1802
|
+
};
|
|
1803
|
+
};
|
|
1804
|
+
export declare type WorkerDatasourceVersion__Without_Id_Mode_State_Type_FieldsMap_Health_ApiOptions_Sample_TextEncoding_Format_AggregationPipeline_Refresh_DetectMissingFields_MaximumEntries_PendingSteps_AvailableFieldsTypes_RequiredFieldsTypes_UniqueFieldsTypes_ImportantFieldsTypes_BatchSize_RowBlacklist_PullOptions_SourceFetchStates_SftpPublicKey_Sources_ = {
|
|
1108
1805
|
readonly id: (string) & readonlyP;
|
|
1109
1806
|
mode: "worker";
|
|
1110
1807
|
readonly state: (DatasourceVersionState) & readonlyP;
|
|
@@ -1148,6 +1845,7 @@ export declare type WorkerDatasourceVersion__Without_Id_Mode_State_Type_FieldsMa
|
|
|
1148
1845
|
fieldNames: string[];
|
|
1149
1846
|
datasourceId: string;
|
|
1150
1847
|
query: string;
|
|
1848
|
+
exclusion?: boolean;
|
|
1151
1849
|
};
|
|
1152
1850
|
} | {
|
|
1153
1851
|
name: "count";
|
|
@@ -1155,6 +1853,7 @@ export declare type WorkerDatasourceVersion__Without_Id_Mode_State_Type_FieldsMa
|
|
|
1155
1853
|
fieldNames: string[];
|
|
1156
1854
|
datasourceId: string;
|
|
1157
1855
|
query: string;
|
|
1856
|
+
exclusion?: boolean;
|
|
1158
1857
|
};
|
|
1159
1858
|
} | {
|
|
1160
1859
|
name: "bought_together";
|
|
@@ -1194,8 +1893,12 @@ export declare type WorkerDatasourceVersion__Without_Id_Mode_State_Type_FieldsMa
|
|
|
1194
1893
|
} | {
|
|
1195
1894
|
name: "configure_source";
|
|
1196
1895
|
mode?: "url" | "file";
|
|
1896
|
+
} | {
|
|
1897
|
+
name: "configure_sources";
|
|
1197
1898
|
} | {
|
|
1198
1899
|
name: "configure_fieldsmap";
|
|
1900
|
+
} | {
|
|
1901
|
+
name: "configure_fields";
|
|
1199
1902
|
} | {
|
|
1200
1903
|
name: "configure_field";
|
|
1201
1904
|
field: {
|
|
@@ -1290,6 +1993,12 @@ export declare type WorkerDatasourceVersion__Without_Id_Mode_State_Type_FieldsMa
|
|
|
1290
1993
|
};
|
|
1291
1994
|
};
|
|
1292
1995
|
sftpPublicKey?: string;
|
|
1996
|
+
sources?: ({
|
|
1997
|
+
input: SourceInput & SampleObj;
|
|
1998
|
+
} | {
|
|
1999
|
+
type: "append";
|
|
2000
|
+
input: SourceInput & SampleObj;
|
|
2001
|
+
})[];
|
|
1293
2002
|
};
|
|
1294
2003
|
export declare type __id_string_companyId_string_or_null_resourceGroupIds_string_Array_or_null_mode_Threshold_Array_attempts_number_or_undefined_lastRunAt_Date_or_null_currentLiveVersion_string_or_null_pausedAt_Date_or_null_readonlyisPaused_boolean___Without_CompanyId_ResourceGroupIds_Mode_Name_Template_Fetcher_Versions_ConfigurationUpdatedAt_ArchivedAt_Status_HasWarnings_ContentVersion_Thresholds_Attempts_LastRunAt_CurrentLiveVersion_PausedAt_IsPaused_ = {
|
|
1295
2004
|
companyId: string | null;
|
|
@@ -1345,10 +2054,10 @@ export declare type __id_string_companyId_string_or_null_resourceGroupIds_string
|
|
|
1345
2054
|
purchaseClientField: string;
|
|
1346
2055
|
};
|
|
1347
2056
|
}) & readonlyP;
|
|
1348
|
-
versions: ((
|
|
2057
|
+
versions: ((WorkerDatasourceVersion__Without_Id_Mode_State_Type_FieldsMap_Health_ApiOptions_Sample_TextEncoding_Format_AggregationPipeline_Refresh_DetectMissingFields_MaximumEntries_PendingSteps_AvailableFieldsTypes_RequiredFieldsTypes_UniqueFieldsTypes_ImportantFieldsTypes_BatchSize_RowBlacklist_PullOptions_SourceFetchStates_SftpPublicKey_Sources_ & {
|
|
1349
2058
|
fileName: string;
|
|
1350
2059
|
isAPI: false;
|
|
1351
|
-
}) | (
|
|
2060
|
+
}) | (WorkerDatasourceVersion__Without_Id_Mode_State_Type_FieldsMap_Health_ApiOptions_Sample_TextEncoding_Format_AggregationPipeline_Refresh_DetectMissingFields_MaximumEntries_PendingSteps_AvailableFieldsTypes_RequiredFieldsTypes_UniqueFieldsTypes_ImportantFieldsTypes_BatchSize_RowBlacklist_PullOptions_SourceFetchStates_SftpPublicKey_Sources_ & {
|
|
1352
2061
|
url: string;
|
|
1353
2062
|
urls: string[];
|
|
1354
2063
|
isAPI: true;
|
|
@@ -1388,7 +2097,7 @@ export declare type WorkerDatasource = __id_string_companyId_string_or_null_reso
|
|
|
1388
2097
|
readonly createdAt: (string) & readonlyP;
|
|
1389
2098
|
readonly updatedAt: (string) & readonlyP;
|
|
1390
2099
|
};
|
|
1391
|
-
export declare type
|
|
2100
|
+
export declare type ProxyDatasourceVersion__Without_Id_Mode_State_Type_FieldsMap_ApiOptions_Sample_TextEncoding_Urls_Format_Refresh_Url_PendingSteps_AvailableFieldsTypes_RequiredFieldsTypes_UniqueFieldsTypes_ImportantFieldsTypes_Sources_ = {
|
|
1392
2101
|
readonly id: (string) & readonlyP;
|
|
1393
2102
|
mode: "proxy";
|
|
1394
2103
|
readonly state: ("LIVE" | "DRAFT" | "INACTIVE") & readonlyP;
|
|
@@ -1424,8 +2133,12 @@ export declare type ProxyDatasourceVersion__Without_Id_Mode_State_Type_FieldsMap
|
|
|
1424
2133
|
} | {
|
|
1425
2134
|
name: "configure_source";
|
|
1426
2135
|
mode?: "url" | "file";
|
|
2136
|
+
} | {
|
|
2137
|
+
name: "configure_sources";
|
|
1427
2138
|
} | {
|
|
1428
2139
|
name: "configure_fieldsmap";
|
|
2140
|
+
} | {
|
|
2141
|
+
name: "configure_fields";
|
|
1429
2142
|
} | {
|
|
1430
2143
|
name: "configure_field";
|
|
1431
2144
|
field: {
|
|
@@ -1501,6 +2214,12 @@ export declare type ProxyDatasourceVersion__Without_Id_Mode_State_Type_FieldsMap
|
|
|
1501
2214
|
readonly requiredFieldsTypes: (FieldMapType[][]) & readonlyP;
|
|
1502
2215
|
readonly uniqueFieldsTypes: (FieldMapType[]) & readonlyP;
|
|
1503
2216
|
readonly importantFieldsTypes: (FieldMapType[]) & readonlyP;
|
|
2217
|
+
sources?: ({
|
|
2218
|
+
input: SourceInput & SampleObj;
|
|
2219
|
+
} | {
|
|
2220
|
+
type: "append";
|
|
2221
|
+
input: SourceInput & SampleObj;
|
|
2222
|
+
})[];
|
|
1504
2223
|
};
|
|
1505
2224
|
export declare type __id_string_companyId_string_or_null_resourceGroupIds_string_Array_or_null_mode_DatasourceStatus_readonlyhasWarnings_boolean___Without_CompanyId_ResourceGroupIds_Mode_Name_Template_Fetcher_Versions_ConfigurationUpdatedAt_ArchivedAt_Status_HasWarnings_ = {
|
|
1506
2225
|
companyId: string | null;
|
|
@@ -1556,7 +2275,7 @@ export declare type __id_string_companyId_string_or_null_resourceGroupIds_string
|
|
|
1556
2275
|
purchaseClientField: string;
|
|
1557
2276
|
};
|
|
1558
2277
|
}) & readonlyP;
|
|
1559
|
-
versions: (
|
|
2278
|
+
versions: (ProxyDatasourceVersion__Without_Id_Mode_State_Type_FieldsMap_ApiOptions_Sample_TextEncoding_Urls_Format_Refresh_Url_PendingSteps_AvailableFieldsTypes_RequiredFieldsTypes_UniqueFieldsTypes_ImportantFieldsTypes_Sources_ & {
|
|
1560
2279
|
readonly health: ("OK" | "WARNING" | "ERROR") & readonlyP;
|
|
1561
2280
|
})[];
|
|
1562
2281
|
readonly configurationUpdatedAt: (string) & readonlyP;
|
|
@@ -1623,8 +2342,16 @@ export declare type DatasourceLog = _payload_unknown_type_DatasourceLog_Without_
|
|
|
1623
2342
|
} & {
|
|
1624
2343
|
version: string;
|
|
1625
2344
|
};
|
|
1626
|
-
export declare type
|
|
1627
|
-
|
|
2345
|
+
export declare type FieldMap_Without_Name_Type_Source_Primitive_Selected_IgnoreIfMissing_Metadata = {
|
|
2346
|
+
name: string;
|
|
2347
|
+
type: FieldMapType;
|
|
2348
|
+
source?: FieldSource;
|
|
2349
|
+
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
2350
|
+
selected: boolean;
|
|
2351
|
+
ignoreIfMissing?: boolean;
|
|
2352
|
+
metadata?: {
|
|
2353
|
+
locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en";
|
|
2354
|
+
};
|
|
1628
2355
|
};
|
|
1629
2356
|
export declare type WorkerApiOptions = _oauth_string_or_undefined_pagination__type_body_or_query_subtype_page_or_offset_or_undefined_value_string_startAt_number_or_undefined___or__type_hypermediaAttribute_value_string___or__type_pageToken_value_string_param_string___or__type_linkHeader___or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined_timeout_number_or_undefined___Without_;
|
|
1630
2357
|
export declare type Format = {
|
|
@@ -1644,6 +2371,11 @@ export declare type Partial_Pick_WorkerDatasourceVersion_textEncoding_or_format_
|
|
|
1644
2371
|
textEncoding?: string;
|
|
1645
2372
|
format?: Format;
|
|
1646
2373
|
};
|
|
2374
|
+
export declare type Partial_SampleObj = {
|
|
2375
|
+
sample?: {
|
|
2376
|
+
[key: string]: AnyValue;
|
|
2377
|
+
};
|
|
2378
|
+
};
|
|
1647
2379
|
export declare type Partial_Pick_PullDatasourceVersion_sample_or_textEncoding_or_format_ = {
|
|
1648
2380
|
sample?: {
|
|
1649
2381
|
[key: string]: AnyValue;
|
|
@@ -1665,6 +2397,7 @@ export declare type Partial_Pick_WorkerDatasourceVersion_aggregationPipeline_or_
|
|
|
1665
2397
|
fieldNames: string[];
|
|
1666
2398
|
datasourceId: string;
|
|
1667
2399
|
query: string;
|
|
2400
|
+
exclusion?: boolean;
|
|
1668
2401
|
};
|
|
1669
2402
|
} | {
|
|
1670
2403
|
name: "count";
|
|
@@ -1672,6 +2405,7 @@ export declare type Partial_Pick_WorkerDatasourceVersion_aggregationPipeline_or_
|
|
|
1672
2405
|
fieldNames: string[];
|
|
1673
2406
|
datasourceId: string;
|
|
1674
2407
|
query: string;
|
|
2408
|
+
exclusion?: boolean;
|
|
1675
2409
|
};
|
|
1676
2410
|
} | {
|
|
1677
2411
|
name: "bought_together";
|
|
@@ -1761,10 +2495,126 @@ export declare type CurrentSteps = {
|
|
|
1761
2495
|
textEncoding: string;
|
|
1762
2496
|
format: Format;
|
|
1763
2497
|
};
|
|
2498
|
+
}) | ({
|
|
2499
|
+
name: "configure_sources";
|
|
2500
|
+
} & {
|
|
2501
|
+
value?: {
|
|
2502
|
+
pipeline: ({
|
|
2503
|
+
input: SourceInput & Partial_SampleObj;
|
|
2504
|
+
} | {
|
|
2505
|
+
type: "append";
|
|
2506
|
+
input: SourceInput & Partial_SampleObj;
|
|
2507
|
+
})[];
|
|
2508
|
+
};
|
|
1764
2509
|
}) | ({
|
|
1765
2510
|
name: "configure_fieldsmap";
|
|
1766
2511
|
} & {
|
|
1767
2512
|
value?: FieldMap[];
|
|
2513
|
+
}) | ({
|
|
2514
|
+
name: "configure_fields";
|
|
2515
|
+
} & {
|
|
2516
|
+
value?: (FieldMap_Without_Name_Type_Source_Primitive_Selected_IgnoreIfMissing_Metadata & {
|
|
2517
|
+
rulesPerSources: {
|
|
2518
|
+
[key: string]: (({
|
|
2519
|
+
name: "static";
|
|
2520
|
+
params: {
|
|
2521
|
+
value: string | number;
|
|
2522
|
+
};
|
|
2523
|
+
} | {
|
|
2524
|
+
name: "path";
|
|
2525
|
+
params: {
|
|
2526
|
+
value: string;
|
|
2527
|
+
};
|
|
2528
|
+
} | {
|
|
2529
|
+
name: "path";
|
|
2530
|
+
params: {
|
|
2531
|
+
fromRoot: true;
|
|
2532
|
+
value: string;
|
|
2533
|
+
};
|
|
2534
|
+
}) | ({
|
|
2535
|
+
name: "static";
|
|
2536
|
+
params: {
|
|
2537
|
+
value: string | number;
|
|
2538
|
+
};
|
|
2539
|
+
} | {
|
|
2540
|
+
name: "path";
|
|
2541
|
+
params: {
|
|
2542
|
+
value: string;
|
|
2543
|
+
};
|
|
2544
|
+
} | {
|
|
2545
|
+
name: "path";
|
|
2546
|
+
params: {
|
|
2547
|
+
fromRoot: true;
|
|
2548
|
+
value: string;
|
|
2549
|
+
};
|
|
2550
|
+
} | {
|
|
2551
|
+
name: "array_find";
|
|
2552
|
+
params: {
|
|
2553
|
+
key: string;
|
|
2554
|
+
operator: "=" | "!=";
|
|
2555
|
+
value: string | number;
|
|
2556
|
+
};
|
|
2557
|
+
} | {
|
|
2558
|
+
name: "array_find";
|
|
2559
|
+
params: {
|
|
2560
|
+
key: string;
|
|
2561
|
+
operator: "=" | "!=";
|
|
2562
|
+
valuePath: string;
|
|
2563
|
+
};
|
|
2564
|
+
} | {
|
|
2565
|
+
name: "array_find";
|
|
2566
|
+
params: {
|
|
2567
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
2568
|
+
evaluateValue: string;
|
|
2569
|
+
})[];
|
|
2570
|
+
};
|
|
2571
|
+
} | {
|
|
2572
|
+
name: "fallback";
|
|
2573
|
+
params: FieldMapFallbackRulePayload;
|
|
2574
|
+
} | {
|
|
2575
|
+
name: "fallback";
|
|
2576
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
2577
|
+
staticValue: string | number | string[] | {
|
|
2578
|
+
[key: string]: string;
|
|
2579
|
+
} | number[] | {
|
|
2580
|
+
[key: string]: number;
|
|
2581
|
+
};
|
|
2582
|
+
};
|
|
2583
|
+
} | {
|
|
2584
|
+
name: "fallback_if";
|
|
2585
|
+
params: FieldMapFallbackRulePayload & {
|
|
2586
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
2587
|
+
evaluateValue: string;
|
|
2588
|
+
}))[];
|
|
2589
|
+
};
|
|
2590
|
+
} | {
|
|
2591
|
+
name: "exclude_from_record";
|
|
2592
|
+
params: {
|
|
2593
|
+
keys: string[];
|
|
2594
|
+
};
|
|
2595
|
+
} | {
|
|
2596
|
+
name: "decrypt";
|
|
2597
|
+
params: {
|
|
2598
|
+
passwordPrefixPath?: string;
|
|
2599
|
+
};
|
|
2600
|
+
} | {
|
|
2601
|
+
name: "interpolate";
|
|
2602
|
+
params: {
|
|
2603
|
+
value: string;
|
|
2604
|
+
};
|
|
2605
|
+
} | {
|
|
2606
|
+
name: "custom";
|
|
2607
|
+
params: {
|
|
2608
|
+
value: string;
|
|
2609
|
+
};
|
|
2610
|
+
} | {
|
|
2611
|
+
name: "split";
|
|
2612
|
+
params: {
|
|
2613
|
+
separator: string;
|
|
2614
|
+
};
|
|
2615
|
+
}))[];
|
|
2616
|
+
};
|
|
2617
|
+
})[];
|
|
1768
2618
|
}) | ({
|
|
1769
2619
|
name: "configure_field";
|
|
1770
2620
|
field: {
|
|
@@ -1880,6 +2730,116 @@ export declare type CurrentSteps = {
|
|
|
1880
2730
|
locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en";
|
|
1881
2731
|
};
|
|
1882
2732
|
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
2733
|
+
} | {
|
|
2734
|
+
name: string;
|
|
2735
|
+
type: FieldMapType;
|
|
2736
|
+
source?: FieldSource;
|
|
2737
|
+
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
2738
|
+
selected: boolean;
|
|
2739
|
+
ignoreIfMissing?: boolean;
|
|
2740
|
+
metadata?: {
|
|
2741
|
+
locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en";
|
|
2742
|
+
};
|
|
2743
|
+
rulesPerSources: {
|
|
2744
|
+
[key: string]: (({
|
|
2745
|
+
name: "static";
|
|
2746
|
+
params: {
|
|
2747
|
+
value: string | number;
|
|
2748
|
+
};
|
|
2749
|
+
} | {
|
|
2750
|
+
name: "path";
|
|
2751
|
+
params: {
|
|
2752
|
+
value: string;
|
|
2753
|
+
};
|
|
2754
|
+
} | {
|
|
2755
|
+
name: "path";
|
|
2756
|
+
params: {
|
|
2757
|
+
fromRoot: true;
|
|
2758
|
+
value: string;
|
|
2759
|
+
};
|
|
2760
|
+
}) | ({
|
|
2761
|
+
name: "static";
|
|
2762
|
+
params: {
|
|
2763
|
+
value: string | number;
|
|
2764
|
+
};
|
|
2765
|
+
} | {
|
|
2766
|
+
name: "path";
|
|
2767
|
+
params: {
|
|
2768
|
+
value: string;
|
|
2769
|
+
};
|
|
2770
|
+
} | {
|
|
2771
|
+
name: "path";
|
|
2772
|
+
params: {
|
|
2773
|
+
fromRoot: true;
|
|
2774
|
+
value: string;
|
|
2775
|
+
};
|
|
2776
|
+
} | {
|
|
2777
|
+
name: "array_find";
|
|
2778
|
+
params: {
|
|
2779
|
+
key: string;
|
|
2780
|
+
operator: "=" | "!=";
|
|
2781
|
+
value: string | number;
|
|
2782
|
+
};
|
|
2783
|
+
} | {
|
|
2784
|
+
name: "array_find";
|
|
2785
|
+
params: {
|
|
2786
|
+
key: string;
|
|
2787
|
+
operator: "=" | "!=";
|
|
2788
|
+
valuePath: string;
|
|
2789
|
+
};
|
|
2790
|
+
} | {
|
|
2791
|
+
name: "array_find";
|
|
2792
|
+
params: {
|
|
2793
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
2794
|
+
evaluateValue: string;
|
|
2795
|
+
})[];
|
|
2796
|
+
};
|
|
2797
|
+
} | {
|
|
2798
|
+
name: "fallback";
|
|
2799
|
+
params: FieldMapFallbackRulePayload;
|
|
2800
|
+
} | {
|
|
2801
|
+
name: "fallback";
|
|
2802
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
2803
|
+
staticValue: string | number | string[] | {
|
|
2804
|
+
[key: string]: string;
|
|
2805
|
+
} | number[] | {
|
|
2806
|
+
[key: string]: number;
|
|
2807
|
+
};
|
|
2808
|
+
};
|
|
2809
|
+
} | {
|
|
2810
|
+
name: "fallback_if";
|
|
2811
|
+
params: FieldMapFallbackRulePayload & {
|
|
2812
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
2813
|
+
evaluateValue: string;
|
|
2814
|
+
}))[];
|
|
2815
|
+
};
|
|
2816
|
+
} | {
|
|
2817
|
+
name: "exclude_from_record";
|
|
2818
|
+
params: {
|
|
2819
|
+
keys: string[];
|
|
2820
|
+
};
|
|
2821
|
+
} | {
|
|
2822
|
+
name: "decrypt";
|
|
2823
|
+
params: {
|
|
2824
|
+
passwordPrefixPath?: string;
|
|
2825
|
+
};
|
|
2826
|
+
} | {
|
|
2827
|
+
name: "interpolate";
|
|
2828
|
+
params: {
|
|
2829
|
+
value: string;
|
|
2830
|
+
};
|
|
2831
|
+
} | {
|
|
2832
|
+
name: "custom";
|
|
2833
|
+
params: {
|
|
2834
|
+
value: string;
|
|
2835
|
+
};
|
|
2836
|
+
} | {
|
|
2837
|
+
name: "split";
|
|
2838
|
+
params: {
|
|
2839
|
+
separator: string;
|
|
2840
|
+
};
|
|
2841
|
+
}))[];
|
|
2842
|
+
};
|
|
1883
2843
|
};
|
|
1884
2844
|
}) | ({
|
|
1885
2845
|
name: "create_oauth_client";
|
|
@@ -1946,6 +2906,7 @@ export declare type CurrentSteps = {
|
|
|
1946
2906
|
fieldNames: string[];
|
|
1947
2907
|
datasourceId: string;
|
|
1948
2908
|
query: string;
|
|
2909
|
+
exclusion?: boolean;
|
|
1949
2910
|
};
|
|
1950
2911
|
} | {
|
|
1951
2912
|
name: "count";
|
|
@@ -1953,6 +2914,7 @@ export declare type CurrentSteps = {
|
|
|
1953
2914
|
fieldNames: string[];
|
|
1954
2915
|
datasourceId: string;
|
|
1955
2916
|
query: string;
|
|
2917
|
+
exclusion?: boolean;
|
|
1956
2918
|
};
|
|
1957
2919
|
} | {
|
|
1958
2920
|
name: "bought_together";
|
|
@@ -2163,10 +3125,126 @@ export declare type CurrentSteps = {
|
|
|
2163
3125
|
textEncoding: string;
|
|
2164
3126
|
format: Format;
|
|
2165
3127
|
};
|
|
3128
|
+
}) | ({
|
|
3129
|
+
name: "configure_sources";
|
|
3130
|
+
} & {
|
|
3131
|
+
value?: {
|
|
3132
|
+
pipeline: ({
|
|
3133
|
+
input: SourceInput & Partial_SampleObj;
|
|
3134
|
+
} | {
|
|
3135
|
+
type: "append";
|
|
3136
|
+
input: SourceInput & Partial_SampleObj;
|
|
3137
|
+
})[];
|
|
3138
|
+
};
|
|
2166
3139
|
}) | ({
|
|
2167
3140
|
name: "configure_fieldsmap";
|
|
2168
3141
|
} & {
|
|
2169
3142
|
value?: FieldMap[];
|
|
3143
|
+
}) | ({
|
|
3144
|
+
name: "configure_fields";
|
|
3145
|
+
} & {
|
|
3146
|
+
value?: (FieldMap_Without_Name_Type_Source_Primitive_Selected_IgnoreIfMissing_Metadata & {
|
|
3147
|
+
rulesPerSources: {
|
|
3148
|
+
[key: string]: (({
|
|
3149
|
+
name: "static";
|
|
3150
|
+
params: {
|
|
3151
|
+
value: string | number;
|
|
3152
|
+
};
|
|
3153
|
+
} | {
|
|
3154
|
+
name: "path";
|
|
3155
|
+
params: {
|
|
3156
|
+
value: string;
|
|
3157
|
+
};
|
|
3158
|
+
} | {
|
|
3159
|
+
name: "path";
|
|
3160
|
+
params: {
|
|
3161
|
+
fromRoot: true;
|
|
3162
|
+
value: string;
|
|
3163
|
+
};
|
|
3164
|
+
}) | ({
|
|
3165
|
+
name: "static";
|
|
3166
|
+
params: {
|
|
3167
|
+
value: string | number;
|
|
3168
|
+
};
|
|
3169
|
+
} | {
|
|
3170
|
+
name: "path";
|
|
3171
|
+
params: {
|
|
3172
|
+
value: string;
|
|
3173
|
+
};
|
|
3174
|
+
} | {
|
|
3175
|
+
name: "path";
|
|
3176
|
+
params: {
|
|
3177
|
+
fromRoot: true;
|
|
3178
|
+
value: string;
|
|
3179
|
+
};
|
|
3180
|
+
} | {
|
|
3181
|
+
name: "array_find";
|
|
3182
|
+
params: {
|
|
3183
|
+
key: string;
|
|
3184
|
+
operator: "=" | "!=";
|
|
3185
|
+
value: string | number;
|
|
3186
|
+
};
|
|
3187
|
+
} | {
|
|
3188
|
+
name: "array_find";
|
|
3189
|
+
params: {
|
|
3190
|
+
key: string;
|
|
3191
|
+
operator: "=" | "!=";
|
|
3192
|
+
valuePath: string;
|
|
3193
|
+
};
|
|
3194
|
+
} | {
|
|
3195
|
+
name: "array_find";
|
|
3196
|
+
params: {
|
|
3197
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
3198
|
+
evaluateValue: string;
|
|
3199
|
+
})[];
|
|
3200
|
+
};
|
|
3201
|
+
} | {
|
|
3202
|
+
name: "fallback";
|
|
3203
|
+
params: FieldMapFallbackRulePayload;
|
|
3204
|
+
} | {
|
|
3205
|
+
name: "fallback";
|
|
3206
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
3207
|
+
staticValue: string | number | string[] | {
|
|
3208
|
+
[key: string]: string;
|
|
3209
|
+
} | number[] | {
|
|
3210
|
+
[key: string]: number;
|
|
3211
|
+
};
|
|
3212
|
+
};
|
|
3213
|
+
} | {
|
|
3214
|
+
name: "fallback_if";
|
|
3215
|
+
params: FieldMapFallbackRulePayload & {
|
|
3216
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
3217
|
+
evaluateValue: string;
|
|
3218
|
+
}))[];
|
|
3219
|
+
};
|
|
3220
|
+
} | {
|
|
3221
|
+
name: "exclude_from_record";
|
|
3222
|
+
params: {
|
|
3223
|
+
keys: string[];
|
|
3224
|
+
};
|
|
3225
|
+
} | {
|
|
3226
|
+
name: "decrypt";
|
|
3227
|
+
params: {
|
|
3228
|
+
passwordPrefixPath?: string;
|
|
3229
|
+
};
|
|
3230
|
+
} | {
|
|
3231
|
+
name: "interpolate";
|
|
3232
|
+
params: {
|
|
3233
|
+
value: string;
|
|
3234
|
+
};
|
|
3235
|
+
} | {
|
|
3236
|
+
name: "custom";
|
|
3237
|
+
params: {
|
|
3238
|
+
value: string;
|
|
3239
|
+
};
|
|
3240
|
+
} | {
|
|
3241
|
+
name: "split";
|
|
3242
|
+
params: {
|
|
3243
|
+
separator: string;
|
|
3244
|
+
};
|
|
3245
|
+
}))[];
|
|
3246
|
+
};
|
|
3247
|
+
})[];
|
|
2170
3248
|
}) | ({
|
|
2171
3249
|
name: "configure_field";
|
|
2172
3250
|
field: {
|
|
@@ -2282,30 +3360,140 @@ export declare type CurrentSteps = {
|
|
|
2282
3360
|
locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en";
|
|
2283
3361
|
};
|
|
2284
3362
|
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
2285
|
-
}
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
3363
|
+
} | {
|
|
3364
|
+
name: string;
|
|
3365
|
+
type: FieldMapType;
|
|
3366
|
+
source?: FieldSource;
|
|
3367
|
+
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
3368
|
+
selected: boolean;
|
|
3369
|
+
ignoreIfMissing?: boolean;
|
|
3370
|
+
metadata?: {
|
|
3371
|
+
locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en";
|
|
3372
|
+
};
|
|
3373
|
+
rulesPerSources: {
|
|
3374
|
+
[key: string]: (({
|
|
3375
|
+
name: "static";
|
|
3376
|
+
params: {
|
|
3377
|
+
value: string | number;
|
|
3378
|
+
};
|
|
3379
|
+
} | {
|
|
3380
|
+
name: "path";
|
|
3381
|
+
params: {
|
|
3382
|
+
value: string;
|
|
3383
|
+
};
|
|
3384
|
+
} | {
|
|
3385
|
+
name: "path";
|
|
3386
|
+
params: {
|
|
3387
|
+
fromRoot: true;
|
|
3388
|
+
value: string;
|
|
3389
|
+
};
|
|
3390
|
+
}) | ({
|
|
3391
|
+
name: "static";
|
|
3392
|
+
params: {
|
|
3393
|
+
value: string | number;
|
|
3394
|
+
};
|
|
3395
|
+
} | {
|
|
3396
|
+
name: "path";
|
|
3397
|
+
params: {
|
|
3398
|
+
value: string;
|
|
3399
|
+
};
|
|
3400
|
+
} | {
|
|
3401
|
+
name: "path";
|
|
3402
|
+
params: {
|
|
3403
|
+
fromRoot: true;
|
|
3404
|
+
value: string;
|
|
3405
|
+
};
|
|
3406
|
+
} | {
|
|
3407
|
+
name: "array_find";
|
|
3408
|
+
params: {
|
|
3409
|
+
key: string;
|
|
3410
|
+
operator: "=" | "!=";
|
|
3411
|
+
value: string | number;
|
|
3412
|
+
};
|
|
3413
|
+
} | {
|
|
3414
|
+
name: "array_find";
|
|
3415
|
+
params: {
|
|
3416
|
+
key: string;
|
|
3417
|
+
operator: "=" | "!=";
|
|
3418
|
+
valuePath: string;
|
|
3419
|
+
};
|
|
3420
|
+
} | {
|
|
3421
|
+
name: "array_find";
|
|
3422
|
+
params: {
|
|
3423
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
3424
|
+
evaluateValue: string;
|
|
3425
|
+
})[];
|
|
3426
|
+
};
|
|
3427
|
+
} | {
|
|
3428
|
+
name: "fallback";
|
|
3429
|
+
params: FieldMapFallbackRulePayload;
|
|
3430
|
+
} | {
|
|
3431
|
+
name: "fallback";
|
|
3432
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
3433
|
+
staticValue: string | number | string[] | {
|
|
3434
|
+
[key: string]: string;
|
|
3435
|
+
} | number[] | {
|
|
3436
|
+
[key: string]: number;
|
|
3437
|
+
};
|
|
3438
|
+
};
|
|
3439
|
+
} | {
|
|
3440
|
+
name: "fallback_if";
|
|
3441
|
+
params: FieldMapFallbackRulePayload & {
|
|
3442
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
3443
|
+
evaluateValue: string;
|
|
3444
|
+
}))[];
|
|
3445
|
+
};
|
|
3446
|
+
} | {
|
|
3447
|
+
name: "exclude_from_record";
|
|
3448
|
+
params: {
|
|
3449
|
+
keys: string[];
|
|
3450
|
+
};
|
|
3451
|
+
} | {
|
|
3452
|
+
name: "decrypt";
|
|
3453
|
+
params: {
|
|
3454
|
+
passwordPrefixPath?: string;
|
|
3455
|
+
};
|
|
3456
|
+
} | {
|
|
3457
|
+
name: "interpolate";
|
|
3458
|
+
params: {
|
|
3459
|
+
value: string;
|
|
3460
|
+
};
|
|
3461
|
+
} | {
|
|
3462
|
+
name: "custom";
|
|
3463
|
+
params: {
|
|
3464
|
+
value: string;
|
|
3465
|
+
};
|
|
3466
|
+
} | {
|
|
3467
|
+
name: "split";
|
|
3468
|
+
params: {
|
|
3469
|
+
separator: string;
|
|
3470
|
+
};
|
|
3471
|
+
}))[];
|
|
3472
|
+
};
|
|
3473
|
+
};
|
|
3474
|
+
}) | ({
|
|
3475
|
+
name: "create_oauth_client";
|
|
3476
|
+
configurationId: string;
|
|
3477
|
+
} & {
|
|
3478
|
+
value?: {};
|
|
3479
|
+
}) | ({
|
|
3480
|
+
name: "authorize_oauth_client";
|
|
3481
|
+
slug: string;
|
|
3482
|
+
} & {
|
|
3483
|
+
value?: {};
|
|
3484
|
+
}) | ({
|
|
3485
|
+
name: "configure_content";
|
|
3486
|
+
} & {
|
|
3487
|
+
value?: {
|
|
3488
|
+
sample?: {
|
|
3489
|
+
[key: string]: AnyValue;
|
|
3490
|
+
};
|
|
3491
|
+
textEncoding: string;
|
|
3492
|
+
format: Format;
|
|
3493
|
+
};
|
|
3494
|
+
}) | ({
|
|
3495
|
+
name: "configure_api_key";
|
|
3496
|
+
slug: "partoo";
|
|
2309
3497
|
} & {
|
|
2310
3498
|
value?: {
|
|
2311
3499
|
value: string;
|
|
@@ -2599,10 +3787,126 @@ export declare type CurrentSteps = {
|
|
|
2599
3787
|
textEncoding: string;
|
|
2600
3788
|
format: Format;
|
|
2601
3789
|
};
|
|
3790
|
+
}) | ({
|
|
3791
|
+
name: "configure_sources";
|
|
3792
|
+
} & {
|
|
3793
|
+
value?: {
|
|
3794
|
+
pipeline: ({
|
|
3795
|
+
input: SourceInput & Partial_SampleObj;
|
|
3796
|
+
} | {
|
|
3797
|
+
type: "append";
|
|
3798
|
+
input: SourceInput & Partial_SampleObj;
|
|
3799
|
+
})[];
|
|
3800
|
+
};
|
|
2602
3801
|
}) | ({
|
|
2603
3802
|
name: "configure_fieldsmap";
|
|
2604
3803
|
} & {
|
|
2605
3804
|
value?: FieldMap[];
|
|
3805
|
+
}) | ({
|
|
3806
|
+
name: "configure_fields";
|
|
3807
|
+
} & {
|
|
3808
|
+
value?: (FieldMap_Without_Name_Type_Source_Primitive_Selected_IgnoreIfMissing_Metadata & {
|
|
3809
|
+
rulesPerSources: {
|
|
3810
|
+
[key: string]: (({
|
|
3811
|
+
name: "static";
|
|
3812
|
+
params: {
|
|
3813
|
+
value: string | number;
|
|
3814
|
+
};
|
|
3815
|
+
} | {
|
|
3816
|
+
name: "path";
|
|
3817
|
+
params: {
|
|
3818
|
+
value: string;
|
|
3819
|
+
};
|
|
3820
|
+
} | {
|
|
3821
|
+
name: "path";
|
|
3822
|
+
params: {
|
|
3823
|
+
fromRoot: true;
|
|
3824
|
+
value: string;
|
|
3825
|
+
};
|
|
3826
|
+
}) | ({
|
|
3827
|
+
name: "static";
|
|
3828
|
+
params: {
|
|
3829
|
+
value: string | number;
|
|
3830
|
+
};
|
|
3831
|
+
} | {
|
|
3832
|
+
name: "path";
|
|
3833
|
+
params: {
|
|
3834
|
+
value: string;
|
|
3835
|
+
};
|
|
3836
|
+
} | {
|
|
3837
|
+
name: "path";
|
|
3838
|
+
params: {
|
|
3839
|
+
fromRoot: true;
|
|
3840
|
+
value: string;
|
|
3841
|
+
};
|
|
3842
|
+
} | {
|
|
3843
|
+
name: "array_find";
|
|
3844
|
+
params: {
|
|
3845
|
+
key: string;
|
|
3846
|
+
operator: "=" | "!=";
|
|
3847
|
+
value: string | number;
|
|
3848
|
+
};
|
|
3849
|
+
} | {
|
|
3850
|
+
name: "array_find";
|
|
3851
|
+
params: {
|
|
3852
|
+
key: string;
|
|
3853
|
+
operator: "=" | "!=";
|
|
3854
|
+
valuePath: string;
|
|
3855
|
+
};
|
|
3856
|
+
} | {
|
|
3857
|
+
name: "array_find";
|
|
3858
|
+
params: {
|
|
3859
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
3860
|
+
evaluateValue: string;
|
|
3861
|
+
})[];
|
|
3862
|
+
};
|
|
3863
|
+
} | {
|
|
3864
|
+
name: "fallback";
|
|
3865
|
+
params: FieldMapFallbackRulePayload;
|
|
3866
|
+
} | {
|
|
3867
|
+
name: "fallback";
|
|
3868
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
3869
|
+
staticValue: string | number | string[] | {
|
|
3870
|
+
[key: string]: string;
|
|
3871
|
+
} | number[] | {
|
|
3872
|
+
[key: string]: number;
|
|
3873
|
+
};
|
|
3874
|
+
};
|
|
3875
|
+
} | {
|
|
3876
|
+
name: "fallback_if";
|
|
3877
|
+
params: FieldMapFallbackRulePayload & {
|
|
3878
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
3879
|
+
evaluateValue: string;
|
|
3880
|
+
}))[];
|
|
3881
|
+
};
|
|
3882
|
+
} | {
|
|
3883
|
+
name: "exclude_from_record";
|
|
3884
|
+
params: {
|
|
3885
|
+
keys: string[];
|
|
3886
|
+
};
|
|
3887
|
+
} | {
|
|
3888
|
+
name: "decrypt";
|
|
3889
|
+
params: {
|
|
3890
|
+
passwordPrefixPath?: string;
|
|
3891
|
+
};
|
|
3892
|
+
} | {
|
|
3893
|
+
name: "interpolate";
|
|
3894
|
+
params: {
|
|
3895
|
+
value: string;
|
|
3896
|
+
};
|
|
3897
|
+
} | {
|
|
3898
|
+
name: "custom";
|
|
3899
|
+
params: {
|
|
3900
|
+
value: string;
|
|
3901
|
+
};
|
|
3902
|
+
} | {
|
|
3903
|
+
name: "split";
|
|
3904
|
+
params: {
|
|
3905
|
+
separator: string;
|
|
3906
|
+
};
|
|
3907
|
+
}))[];
|
|
3908
|
+
};
|
|
3909
|
+
})[];
|
|
2606
3910
|
}) | ({
|
|
2607
3911
|
name: "configure_field";
|
|
2608
3912
|
field: {
|
|
@@ -2718,6 +4022,116 @@ export declare type CurrentSteps = {
|
|
|
2718
4022
|
locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en";
|
|
2719
4023
|
};
|
|
2720
4024
|
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
4025
|
+
} | {
|
|
4026
|
+
name: string;
|
|
4027
|
+
type: FieldMapType;
|
|
4028
|
+
source?: FieldSource;
|
|
4029
|
+
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
4030
|
+
selected: boolean;
|
|
4031
|
+
ignoreIfMissing?: boolean;
|
|
4032
|
+
metadata?: {
|
|
4033
|
+
locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en";
|
|
4034
|
+
};
|
|
4035
|
+
rulesPerSources: {
|
|
4036
|
+
[key: string]: (({
|
|
4037
|
+
name: "static";
|
|
4038
|
+
params: {
|
|
4039
|
+
value: string | number;
|
|
4040
|
+
};
|
|
4041
|
+
} | {
|
|
4042
|
+
name: "path";
|
|
4043
|
+
params: {
|
|
4044
|
+
value: string;
|
|
4045
|
+
};
|
|
4046
|
+
} | {
|
|
4047
|
+
name: "path";
|
|
4048
|
+
params: {
|
|
4049
|
+
fromRoot: true;
|
|
4050
|
+
value: string;
|
|
4051
|
+
};
|
|
4052
|
+
}) | ({
|
|
4053
|
+
name: "static";
|
|
4054
|
+
params: {
|
|
4055
|
+
value: string | number;
|
|
4056
|
+
};
|
|
4057
|
+
} | {
|
|
4058
|
+
name: "path";
|
|
4059
|
+
params: {
|
|
4060
|
+
value: string;
|
|
4061
|
+
};
|
|
4062
|
+
} | {
|
|
4063
|
+
name: "path";
|
|
4064
|
+
params: {
|
|
4065
|
+
fromRoot: true;
|
|
4066
|
+
value: string;
|
|
4067
|
+
};
|
|
4068
|
+
} | {
|
|
4069
|
+
name: "array_find";
|
|
4070
|
+
params: {
|
|
4071
|
+
key: string;
|
|
4072
|
+
operator: "=" | "!=";
|
|
4073
|
+
value: string | number;
|
|
4074
|
+
};
|
|
4075
|
+
} | {
|
|
4076
|
+
name: "array_find";
|
|
4077
|
+
params: {
|
|
4078
|
+
key: string;
|
|
4079
|
+
operator: "=" | "!=";
|
|
4080
|
+
valuePath: string;
|
|
4081
|
+
};
|
|
4082
|
+
} | {
|
|
4083
|
+
name: "array_find";
|
|
4084
|
+
params: {
|
|
4085
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
4086
|
+
evaluateValue: string;
|
|
4087
|
+
})[];
|
|
4088
|
+
};
|
|
4089
|
+
} | {
|
|
4090
|
+
name: "fallback";
|
|
4091
|
+
params: FieldMapFallbackRulePayload;
|
|
4092
|
+
} | {
|
|
4093
|
+
name: "fallback";
|
|
4094
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
4095
|
+
staticValue: string | number | string[] | {
|
|
4096
|
+
[key: string]: string;
|
|
4097
|
+
} | number[] | {
|
|
4098
|
+
[key: string]: number;
|
|
4099
|
+
};
|
|
4100
|
+
};
|
|
4101
|
+
} | {
|
|
4102
|
+
name: "fallback_if";
|
|
4103
|
+
params: FieldMapFallbackRulePayload & {
|
|
4104
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
4105
|
+
evaluateValue: string;
|
|
4106
|
+
}))[];
|
|
4107
|
+
};
|
|
4108
|
+
} | {
|
|
4109
|
+
name: "exclude_from_record";
|
|
4110
|
+
params: {
|
|
4111
|
+
keys: string[];
|
|
4112
|
+
};
|
|
4113
|
+
} | {
|
|
4114
|
+
name: "decrypt";
|
|
4115
|
+
params: {
|
|
4116
|
+
passwordPrefixPath?: string;
|
|
4117
|
+
};
|
|
4118
|
+
} | {
|
|
4119
|
+
name: "interpolate";
|
|
4120
|
+
params: {
|
|
4121
|
+
value: string;
|
|
4122
|
+
};
|
|
4123
|
+
} | {
|
|
4124
|
+
name: "custom";
|
|
4125
|
+
params: {
|
|
4126
|
+
value: string;
|
|
4127
|
+
};
|
|
4128
|
+
} | {
|
|
4129
|
+
name: "split";
|
|
4130
|
+
params: {
|
|
4131
|
+
separator: string;
|
|
4132
|
+
};
|
|
4133
|
+
}))[];
|
|
4134
|
+
};
|
|
2721
4135
|
};
|
|
2722
4136
|
}) | ({
|
|
2723
4137
|
name: "create_oauth_client";
|
|
@@ -2784,6 +4198,7 @@ export declare type CurrentSteps = {
|
|
|
2784
4198
|
fieldNames: string[];
|
|
2785
4199
|
datasourceId: string;
|
|
2786
4200
|
query: string;
|
|
4201
|
+
exclusion?: boolean;
|
|
2787
4202
|
};
|
|
2788
4203
|
} | {
|
|
2789
4204
|
name: "count";
|
|
@@ -2791,6 +4206,7 @@ export declare type CurrentSteps = {
|
|
|
2791
4206
|
fieldNames: string[];
|
|
2792
4207
|
datasourceId: string;
|
|
2793
4208
|
query: string;
|
|
4209
|
+
exclusion?: boolean;
|
|
2794
4210
|
};
|
|
2795
4211
|
} | {
|
|
2796
4212
|
name: "bought_together";
|
|
@@ -3001,10 +4417,126 @@ export declare type CurrentSteps = {
|
|
|
3001
4417
|
textEncoding: string;
|
|
3002
4418
|
format: Format;
|
|
3003
4419
|
};
|
|
4420
|
+
}) | ({
|
|
4421
|
+
name: "configure_sources";
|
|
4422
|
+
} & {
|
|
4423
|
+
value?: {
|
|
4424
|
+
pipeline: ({
|
|
4425
|
+
input: SourceInput & Partial_SampleObj;
|
|
4426
|
+
} | {
|
|
4427
|
+
type: "append";
|
|
4428
|
+
input: SourceInput & Partial_SampleObj;
|
|
4429
|
+
})[];
|
|
4430
|
+
};
|
|
3004
4431
|
}) | ({
|
|
3005
4432
|
name: "configure_fieldsmap";
|
|
3006
4433
|
} & {
|
|
3007
4434
|
value?: FieldMap[];
|
|
4435
|
+
}) | ({
|
|
4436
|
+
name: "configure_fields";
|
|
4437
|
+
} & {
|
|
4438
|
+
value?: (FieldMap_Without_Name_Type_Source_Primitive_Selected_IgnoreIfMissing_Metadata & {
|
|
4439
|
+
rulesPerSources: {
|
|
4440
|
+
[key: string]: (({
|
|
4441
|
+
name: "static";
|
|
4442
|
+
params: {
|
|
4443
|
+
value: string | number;
|
|
4444
|
+
};
|
|
4445
|
+
} | {
|
|
4446
|
+
name: "path";
|
|
4447
|
+
params: {
|
|
4448
|
+
value: string;
|
|
4449
|
+
};
|
|
4450
|
+
} | {
|
|
4451
|
+
name: "path";
|
|
4452
|
+
params: {
|
|
4453
|
+
fromRoot: true;
|
|
4454
|
+
value: string;
|
|
4455
|
+
};
|
|
4456
|
+
}) | ({
|
|
4457
|
+
name: "static";
|
|
4458
|
+
params: {
|
|
4459
|
+
value: string | number;
|
|
4460
|
+
};
|
|
4461
|
+
} | {
|
|
4462
|
+
name: "path";
|
|
4463
|
+
params: {
|
|
4464
|
+
value: string;
|
|
4465
|
+
};
|
|
4466
|
+
} | {
|
|
4467
|
+
name: "path";
|
|
4468
|
+
params: {
|
|
4469
|
+
fromRoot: true;
|
|
4470
|
+
value: string;
|
|
4471
|
+
};
|
|
4472
|
+
} | {
|
|
4473
|
+
name: "array_find";
|
|
4474
|
+
params: {
|
|
4475
|
+
key: string;
|
|
4476
|
+
operator: "=" | "!=";
|
|
4477
|
+
value: string | number;
|
|
4478
|
+
};
|
|
4479
|
+
} | {
|
|
4480
|
+
name: "array_find";
|
|
4481
|
+
params: {
|
|
4482
|
+
key: string;
|
|
4483
|
+
operator: "=" | "!=";
|
|
4484
|
+
valuePath: string;
|
|
4485
|
+
};
|
|
4486
|
+
} | {
|
|
4487
|
+
name: "array_find";
|
|
4488
|
+
params: {
|
|
4489
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
4490
|
+
evaluateValue: string;
|
|
4491
|
+
})[];
|
|
4492
|
+
};
|
|
4493
|
+
} | {
|
|
4494
|
+
name: "fallback";
|
|
4495
|
+
params: FieldMapFallbackRulePayload;
|
|
4496
|
+
} | {
|
|
4497
|
+
name: "fallback";
|
|
4498
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
4499
|
+
staticValue: string | number | string[] | {
|
|
4500
|
+
[key: string]: string;
|
|
4501
|
+
} | number[] | {
|
|
4502
|
+
[key: string]: number;
|
|
4503
|
+
};
|
|
4504
|
+
};
|
|
4505
|
+
} | {
|
|
4506
|
+
name: "fallback_if";
|
|
4507
|
+
params: FieldMapFallbackRulePayload & {
|
|
4508
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
4509
|
+
evaluateValue: string;
|
|
4510
|
+
}))[];
|
|
4511
|
+
};
|
|
4512
|
+
} | {
|
|
4513
|
+
name: "exclude_from_record";
|
|
4514
|
+
params: {
|
|
4515
|
+
keys: string[];
|
|
4516
|
+
};
|
|
4517
|
+
} | {
|
|
4518
|
+
name: "decrypt";
|
|
4519
|
+
params: {
|
|
4520
|
+
passwordPrefixPath?: string;
|
|
4521
|
+
};
|
|
4522
|
+
} | {
|
|
4523
|
+
name: "interpolate";
|
|
4524
|
+
params: {
|
|
4525
|
+
value: string;
|
|
4526
|
+
};
|
|
4527
|
+
} | {
|
|
4528
|
+
name: "custom";
|
|
4529
|
+
params: {
|
|
4530
|
+
value: string;
|
|
4531
|
+
};
|
|
4532
|
+
} | {
|
|
4533
|
+
name: "split";
|
|
4534
|
+
params: {
|
|
4535
|
+
separator: string;
|
|
4536
|
+
};
|
|
4537
|
+
}))[];
|
|
4538
|
+
};
|
|
4539
|
+
})[];
|
|
3008
4540
|
}) | ({
|
|
3009
4541
|
name: "configure_field";
|
|
3010
4542
|
field: {
|
|
@@ -3120,6 +4652,116 @@ export declare type CurrentSteps = {
|
|
|
3120
4652
|
locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en";
|
|
3121
4653
|
};
|
|
3122
4654
|
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
4655
|
+
} | {
|
|
4656
|
+
name: string;
|
|
4657
|
+
type: FieldMapType;
|
|
4658
|
+
source?: FieldSource;
|
|
4659
|
+
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
4660
|
+
selected: boolean;
|
|
4661
|
+
ignoreIfMissing?: boolean;
|
|
4662
|
+
metadata?: {
|
|
4663
|
+
locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en";
|
|
4664
|
+
};
|
|
4665
|
+
rulesPerSources: {
|
|
4666
|
+
[key: string]: (({
|
|
4667
|
+
name: "static";
|
|
4668
|
+
params: {
|
|
4669
|
+
value: string | number;
|
|
4670
|
+
};
|
|
4671
|
+
} | {
|
|
4672
|
+
name: "path";
|
|
4673
|
+
params: {
|
|
4674
|
+
value: string;
|
|
4675
|
+
};
|
|
4676
|
+
} | {
|
|
4677
|
+
name: "path";
|
|
4678
|
+
params: {
|
|
4679
|
+
fromRoot: true;
|
|
4680
|
+
value: string;
|
|
4681
|
+
};
|
|
4682
|
+
}) | ({
|
|
4683
|
+
name: "static";
|
|
4684
|
+
params: {
|
|
4685
|
+
value: string | number;
|
|
4686
|
+
};
|
|
4687
|
+
} | {
|
|
4688
|
+
name: "path";
|
|
4689
|
+
params: {
|
|
4690
|
+
value: string;
|
|
4691
|
+
};
|
|
4692
|
+
} | {
|
|
4693
|
+
name: "path";
|
|
4694
|
+
params: {
|
|
4695
|
+
fromRoot: true;
|
|
4696
|
+
value: string;
|
|
4697
|
+
};
|
|
4698
|
+
} | {
|
|
4699
|
+
name: "array_find";
|
|
4700
|
+
params: {
|
|
4701
|
+
key: string;
|
|
4702
|
+
operator: "=" | "!=";
|
|
4703
|
+
value: string | number;
|
|
4704
|
+
};
|
|
4705
|
+
} | {
|
|
4706
|
+
name: "array_find";
|
|
4707
|
+
params: {
|
|
4708
|
+
key: string;
|
|
4709
|
+
operator: "=" | "!=";
|
|
4710
|
+
valuePath: string;
|
|
4711
|
+
};
|
|
4712
|
+
} | {
|
|
4713
|
+
name: "array_find";
|
|
4714
|
+
params: {
|
|
4715
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
4716
|
+
evaluateValue: string;
|
|
4717
|
+
})[];
|
|
4718
|
+
};
|
|
4719
|
+
} | {
|
|
4720
|
+
name: "fallback";
|
|
4721
|
+
params: FieldMapFallbackRulePayload;
|
|
4722
|
+
} | {
|
|
4723
|
+
name: "fallback";
|
|
4724
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
4725
|
+
staticValue: string | number | string[] | {
|
|
4726
|
+
[key: string]: string;
|
|
4727
|
+
} | number[] | {
|
|
4728
|
+
[key: string]: number;
|
|
4729
|
+
};
|
|
4730
|
+
};
|
|
4731
|
+
} | {
|
|
4732
|
+
name: "fallback_if";
|
|
4733
|
+
params: FieldMapFallbackRulePayload & {
|
|
4734
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
4735
|
+
evaluateValue: string;
|
|
4736
|
+
}))[];
|
|
4737
|
+
};
|
|
4738
|
+
} | {
|
|
4739
|
+
name: "exclude_from_record";
|
|
4740
|
+
params: {
|
|
4741
|
+
keys: string[];
|
|
4742
|
+
};
|
|
4743
|
+
} | {
|
|
4744
|
+
name: "decrypt";
|
|
4745
|
+
params: {
|
|
4746
|
+
passwordPrefixPath?: string;
|
|
4747
|
+
};
|
|
4748
|
+
} | {
|
|
4749
|
+
name: "interpolate";
|
|
4750
|
+
params: {
|
|
4751
|
+
value: string;
|
|
4752
|
+
};
|
|
4753
|
+
} | {
|
|
4754
|
+
name: "custom";
|
|
4755
|
+
params: {
|
|
4756
|
+
value: string;
|
|
4757
|
+
};
|
|
4758
|
+
} | {
|
|
4759
|
+
name: "split";
|
|
4760
|
+
params: {
|
|
4761
|
+
separator: string;
|
|
4762
|
+
};
|
|
4763
|
+
}))[];
|
|
4764
|
+
};
|
|
3123
4765
|
};
|
|
3124
4766
|
}) | ({
|
|
3125
4767
|
name: "create_oauth_client";
|
|
@@ -3437,10 +5079,126 @@ export declare type CurrentSteps = {
|
|
|
3437
5079
|
textEncoding: string;
|
|
3438
5080
|
format: Format;
|
|
3439
5081
|
};
|
|
5082
|
+
}) | ({
|
|
5083
|
+
name: "configure_sources";
|
|
5084
|
+
} & {
|
|
5085
|
+
value?: {
|
|
5086
|
+
pipeline: ({
|
|
5087
|
+
input: SourceInput & Partial_SampleObj;
|
|
5088
|
+
} | {
|
|
5089
|
+
type: "append";
|
|
5090
|
+
input: SourceInput & Partial_SampleObj;
|
|
5091
|
+
})[];
|
|
5092
|
+
};
|
|
3440
5093
|
}) | ({
|
|
3441
5094
|
name: "configure_fieldsmap";
|
|
3442
5095
|
} & {
|
|
3443
5096
|
value?: FieldMap[];
|
|
5097
|
+
}) | ({
|
|
5098
|
+
name: "configure_fields";
|
|
5099
|
+
} & {
|
|
5100
|
+
value?: (FieldMap_Without_Name_Type_Source_Primitive_Selected_IgnoreIfMissing_Metadata & {
|
|
5101
|
+
rulesPerSources: {
|
|
5102
|
+
[key: string]: (({
|
|
5103
|
+
name: "static";
|
|
5104
|
+
params: {
|
|
5105
|
+
value: string | number;
|
|
5106
|
+
};
|
|
5107
|
+
} | {
|
|
5108
|
+
name: "path";
|
|
5109
|
+
params: {
|
|
5110
|
+
value: string;
|
|
5111
|
+
};
|
|
5112
|
+
} | {
|
|
5113
|
+
name: "path";
|
|
5114
|
+
params: {
|
|
5115
|
+
fromRoot: true;
|
|
5116
|
+
value: string;
|
|
5117
|
+
};
|
|
5118
|
+
}) | ({
|
|
5119
|
+
name: "static";
|
|
5120
|
+
params: {
|
|
5121
|
+
value: string | number;
|
|
5122
|
+
};
|
|
5123
|
+
} | {
|
|
5124
|
+
name: "path";
|
|
5125
|
+
params: {
|
|
5126
|
+
value: string;
|
|
5127
|
+
};
|
|
5128
|
+
} | {
|
|
5129
|
+
name: "path";
|
|
5130
|
+
params: {
|
|
5131
|
+
fromRoot: true;
|
|
5132
|
+
value: string;
|
|
5133
|
+
};
|
|
5134
|
+
} | {
|
|
5135
|
+
name: "array_find";
|
|
5136
|
+
params: {
|
|
5137
|
+
key: string;
|
|
5138
|
+
operator: "=" | "!=";
|
|
5139
|
+
value: string | number;
|
|
5140
|
+
};
|
|
5141
|
+
} | {
|
|
5142
|
+
name: "array_find";
|
|
5143
|
+
params: {
|
|
5144
|
+
key: string;
|
|
5145
|
+
operator: "=" | "!=";
|
|
5146
|
+
valuePath: string;
|
|
5147
|
+
};
|
|
5148
|
+
} | {
|
|
5149
|
+
name: "array_find";
|
|
5150
|
+
params: {
|
|
5151
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
5152
|
+
evaluateValue: string;
|
|
5153
|
+
})[];
|
|
5154
|
+
};
|
|
5155
|
+
} | {
|
|
5156
|
+
name: "fallback";
|
|
5157
|
+
params: FieldMapFallbackRulePayload;
|
|
5158
|
+
} | {
|
|
5159
|
+
name: "fallback";
|
|
5160
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
5161
|
+
staticValue: string | number | string[] | {
|
|
5162
|
+
[key: string]: string;
|
|
5163
|
+
} | number[] | {
|
|
5164
|
+
[key: string]: number;
|
|
5165
|
+
};
|
|
5166
|
+
};
|
|
5167
|
+
} | {
|
|
5168
|
+
name: "fallback_if";
|
|
5169
|
+
params: FieldMapFallbackRulePayload & {
|
|
5170
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
5171
|
+
evaluateValue: string;
|
|
5172
|
+
}))[];
|
|
5173
|
+
};
|
|
5174
|
+
} | {
|
|
5175
|
+
name: "exclude_from_record";
|
|
5176
|
+
params: {
|
|
5177
|
+
keys: string[];
|
|
5178
|
+
};
|
|
5179
|
+
} | {
|
|
5180
|
+
name: "decrypt";
|
|
5181
|
+
params: {
|
|
5182
|
+
passwordPrefixPath?: string;
|
|
5183
|
+
};
|
|
5184
|
+
} | {
|
|
5185
|
+
name: "interpolate";
|
|
5186
|
+
params: {
|
|
5187
|
+
value: string;
|
|
5188
|
+
};
|
|
5189
|
+
} | {
|
|
5190
|
+
name: "custom";
|
|
5191
|
+
params: {
|
|
5192
|
+
value: string;
|
|
5193
|
+
};
|
|
5194
|
+
} | {
|
|
5195
|
+
name: "split";
|
|
5196
|
+
params: {
|
|
5197
|
+
separator: string;
|
|
5198
|
+
};
|
|
5199
|
+
}))[];
|
|
5200
|
+
};
|
|
5201
|
+
})[];
|
|
3444
5202
|
}) | ({
|
|
3445
5203
|
name: "configure_field";
|
|
3446
5204
|
field: {
|
|
@@ -3556,6 +5314,116 @@ export declare type CurrentSteps = {
|
|
|
3556
5314
|
locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en";
|
|
3557
5315
|
};
|
|
3558
5316
|
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
5317
|
+
} | {
|
|
5318
|
+
name: string;
|
|
5319
|
+
type: FieldMapType;
|
|
5320
|
+
source?: FieldSource;
|
|
5321
|
+
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
5322
|
+
selected: boolean;
|
|
5323
|
+
ignoreIfMissing?: boolean;
|
|
5324
|
+
metadata?: {
|
|
5325
|
+
locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en";
|
|
5326
|
+
};
|
|
5327
|
+
rulesPerSources: {
|
|
5328
|
+
[key: string]: (({
|
|
5329
|
+
name: "static";
|
|
5330
|
+
params: {
|
|
5331
|
+
value: string | number;
|
|
5332
|
+
};
|
|
5333
|
+
} | {
|
|
5334
|
+
name: "path";
|
|
5335
|
+
params: {
|
|
5336
|
+
value: string;
|
|
5337
|
+
};
|
|
5338
|
+
} | {
|
|
5339
|
+
name: "path";
|
|
5340
|
+
params: {
|
|
5341
|
+
fromRoot: true;
|
|
5342
|
+
value: string;
|
|
5343
|
+
};
|
|
5344
|
+
}) | ({
|
|
5345
|
+
name: "static";
|
|
5346
|
+
params: {
|
|
5347
|
+
value: string | number;
|
|
5348
|
+
};
|
|
5349
|
+
} | {
|
|
5350
|
+
name: "path";
|
|
5351
|
+
params: {
|
|
5352
|
+
value: string;
|
|
5353
|
+
};
|
|
5354
|
+
} | {
|
|
5355
|
+
name: "path";
|
|
5356
|
+
params: {
|
|
5357
|
+
fromRoot: true;
|
|
5358
|
+
value: string;
|
|
5359
|
+
};
|
|
5360
|
+
} | {
|
|
5361
|
+
name: "array_find";
|
|
5362
|
+
params: {
|
|
5363
|
+
key: string;
|
|
5364
|
+
operator: "=" | "!=";
|
|
5365
|
+
value: string | number;
|
|
5366
|
+
};
|
|
5367
|
+
} | {
|
|
5368
|
+
name: "array_find";
|
|
5369
|
+
params: {
|
|
5370
|
+
key: string;
|
|
5371
|
+
operator: "=" | "!=";
|
|
5372
|
+
valuePath: string;
|
|
5373
|
+
};
|
|
5374
|
+
} | {
|
|
5375
|
+
name: "array_find";
|
|
5376
|
+
params: {
|
|
5377
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
5378
|
+
evaluateValue: string;
|
|
5379
|
+
})[];
|
|
5380
|
+
};
|
|
5381
|
+
} | {
|
|
5382
|
+
name: "fallback";
|
|
5383
|
+
params: FieldMapFallbackRulePayload;
|
|
5384
|
+
} | {
|
|
5385
|
+
name: "fallback";
|
|
5386
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
5387
|
+
staticValue: string | number | string[] | {
|
|
5388
|
+
[key: string]: string;
|
|
5389
|
+
} | number[] | {
|
|
5390
|
+
[key: string]: number;
|
|
5391
|
+
};
|
|
5392
|
+
};
|
|
5393
|
+
} | {
|
|
5394
|
+
name: "fallback_if";
|
|
5395
|
+
params: FieldMapFallbackRulePayload & {
|
|
5396
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
5397
|
+
evaluateValue: string;
|
|
5398
|
+
}))[];
|
|
5399
|
+
};
|
|
5400
|
+
} | {
|
|
5401
|
+
name: "exclude_from_record";
|
|
5402
|
+
params: {
|
|
5403
|
+
keys: string[];
|
|
5404
|
+
};
|
|
5405
|
+
} | {
|
|
5406
|
+
name: "decrypt";
|
|
5407
|
+
params: {
|
|
5408
|
+
passwordPrefixPath?: string;
|
|
5409
|
+
};
|
|
5410
|
+
} | {
|
|
5411
|
+
name: "interpolate";
|
|
5412
|
+
params: {
|
|
5413
|
+
value: string;
|
|
5414
|
+
};
|
|
5415
|
+
} | {
|
|
5416
|
+
name: "custom";
|
|
5417
|
+
params: {
|
|
5418
|
+
value: string;
|
|
5419
|
+
};
|
|
5420
|
+
} | {
|
|
5421
|
+
name: "split";
|
|
5422
|
+
params: {
|
|
5423
|
+
separator: string;
|
|
5424
|
+
};
|
|
5425
|
+
}))[];
|
|
5426
|
+
};
|
|
3559
5427
|
};
|
|
3560
5428
|
}) | ({
|
|
3561
5429
|
name: "create_oauth_client";
|
|
@@ -3622,6 +5490,7 @@ export declare type CurrentSteps = {
|
|
|
3622
5490
|
fieldNames: string[];
|
|
3623
5491
|
datasourceId: string;
|
|
3624
5492
|
query: string;
|
|
5493
|
+
exclusion?: boolean;
|
|
3625
5494
|
};
|
|
3626
5495
|
} | {
|
|
3627
5496
|
name: "count";
|
|
@@ -3629,6 +5498,7 @@ export declare type CurrentSteps = {
|
|
|
3629
5498
|
fieldNames: string[];
|
|
3630
5499
|
datasourceId: string;
|
|
3631
5500
|
query: string;
|
|
5501
|
+
exclusion?: boolean;
|
|
3632
5502
|
};
|
|
3633
5503
|
} | {
|
|
3634
5504
|
name: "bought_together";
|
|
@@ -3839,10 +5709,126 @@ export declare type CurrentSteps = {
|
|
|
3839
5709
|
textEncoding: string;
|
|
3840
5710
|
format: Format;
|
|
3841
5711
|
};
|
|
5712
|
+
}) | ({
|
|
5713
|
+
name: "configure_sources";
|
|
5714
|
+
} & {
|
|
5715
|
+
value?: {
|
|
5716
|
+
pipeline: ({
|
|
5717
|
+
input: SourceInput & Partial_SampleObj;
|
|
5718
|
+
} | {
|
|
5719
|
+
type: "append";
|
|
5720
|
+
input: SourceInput & Partial_SampleObj;
|
|
5721
|
+
})[];
|
|
5722
|
+
};
|
|
3842
5723
|
}) | ({
|
|
3843
5724
|
name: "configure_fieldsmap";
|
|
3844
5725
|
} & {
|
|
3845
5726
|
value?: FieldMap[];
|
|
5727
|
+
}) | ({
|
|
5728
|
+
name: "configure_fields";
|
|
5729
|
+
} & {
|
|
5730
|
+
value?: (FieldMap_Without_Name_Type_Source_Primitive_Selected_IgnoreIfMissing_Metadata & {
|
|
5731
|
+
rulesPerSources: {
|
|
5732
|
+
[key: string]: (({
|
|
5733
|
+
name: "static";
|
|
5734
|
+
params: {
|
|
5735
|
+
value: string | number;
|
|
5736
|
+
};
|
|
5737
|
+
} | {
|
|
5738
|
+
name: "path";
|
|
5739
|
+
params: {
|
|
5740
|
+
value: string;
|
|
5741
|
+
};
|
|
5742
|
+
} | {
|
|
5743
|
+
name: "path";
|
|
5744
|
+
params: {
|
|
5745
|
+
fromRoot: true;
|
|
5746
|
+
value: string;
|
|
5747
|
+
};
|
|
5748
|
+
}) | ({
|
|
5749
|
+
name: "static";
|
|
5750
|
+
params: {
|
|
5751
|
+
value: string | number;
|
|
5752
|
+
};
|
|
5753
|
+
} | {
|
|
5754
|
+
name: "path";
|
|
5755
|
+
params: {
|
|
5756
|
+
value: string;
|
|
5757
|
+
};
|
|
5758
|
+
} | {
|
|
5759
|
+
name: "path";
|
|
5760
|
+
params: {
|
|
5761
|
+
fromRoot: true;
|
|
5762
|
+
value: string;
|
|
5763
|
+
};
|
|
5764
|
+
} | {
|
|
5765
|
+
name: "array_find";
|
|
5766
|
+
params: {
|
|
5767
|
+
key: string;
|
|
5768
|
+
operator: "=" | "!=";
|
|
5769
|
+
value: string | number;
|
|
5770
|
+
};
|
|
5771
|
+
} | {
|
|
5772
|
+
name: "array_find";
|
|
5773
|
+
params: {
|
|
5774
|
+
key: string;
|
|
5775
|
+
operator: "=" | "!=";
|
|
5776
|
+
valuePath: string;
|
|
5777
|
+
};
|
|
5778
|
+
} | {
|
|
5779
|
+
name: "array_find";
|
|
5780
|
+
params: {
|
|
5781
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
5782
|
+
evaluateValue: string;
|
|
5783
|
+
})[];
|
|
5784
|
+
};
|
|
5785
|
+
} | {
|
|
5786
|
+
name: "fallback";
|
|
5787
|
+
params: FieldMapFallbackRulePayload;
|
|
5788
|
+
} | {
|
|
5789
|
+
name: "fallback";
|
|
5790
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
5791
|
+
staticValue: string | number | string[] | {
|
|
5792
|
+
[key: string]: string;
|
|
5793
|
+
} | number[] | {
|
|
5794
|
+
[key: string]: number;
|
|
5795
|
+
};
|
|
5796
|
+
};
|
|
5797
|
+
} | {
|
|
5798
|
+
name: "fallback_if";
|
|
5799
|
+
params: FieldMapFallbackRulePayload & {
|
|
5800
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
5801
|
+
evaluateValue: string;
|
|
5802
|
+
}))[];
|
|
5803
|
+
};
|
|
5804
|
+
} | {
|
|
5805
|
+
name: "exclude_from_record";
|
|
5806
|
+
params: {
|
|
5807
|
+
keys: string[];
|
|
5808
|
+
};
|
|
5809
|
+
} | {
|
|
5810
|
+
name: "decrypt";
|
|
5811
|
+
params: {
|
|
5812
|
+
passwordPrefixPath?: string;
|
|
5813
|
+
};
|
|
5814
|
+
} | {
|
|
5815
|
+
name: "interpolate";
|
|
5816
|
+
params: {
|
|
5817
|
+
value: string;
|
|
5818
|
+
};
|
|
5819
|
+
} | {
|
|
5820
|
+
name: "custom";
|
|
5821
|
+
params: {
|
|
5822
|
+
value: string;
|
|
5823
|
+
};
|
|
5824
|
+
} | {
|
|
5825
|
+
name: "split";
|
|
5826
|
+
params: {
|
|
5827
|
+
separator: string;
|
|
5828
|
+
};
|
|
5829
|
+
}))[];
|
|
5830
|
+
};
|
|
5831
|
+
})[];
|
|
3846
5832
|
}) | ({
|
|
3847
5833
|
name: "configure_field";
|
|
3848
5834
|
field: {
|
|
@@ -3958,26 +5944,136 @@ export declare type CurrentSteps = {
|
|
|
3958
5944
|
locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en";
|
|
3959
5945
|
};
|
|
3960
5946
|
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
3961
|
-
}
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
|
|
5947
|
+
} | {
|
|
5948
|
+
name: string;
|
|
5949
|
+
type: FieldMapType;
|
|
5950
|
+
source?: FieldSource;
|
|
5951
|
+
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
5952
|
+
selected: boolean;
|
|
5953
|
+
ignoreIfMissing?: boolean;
|
|
5954
|
+
metadata?: {
|
|
5955
|
+
locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en";
|
|
5956
|
+
};
|
|
5957
|
+
rulesPerSources: {
|
|
5958
|
+
[key: string]: (({
|
|
5959
|
+
name: "static";
|
|
5960
|
+
params: {
|
|
5961
|
+
value: string | number;
|
|
5962
|
+
};
|
|
5963
|
+
} | {
|
|
5964
|
+
name: "path";
|
|
5965
|
+
params: {
|
|
5966
|
+
value: string;
|
|
5967
|
+
};
|
|
5968
|
+
} | {
|
|
5969
|
+
name: "path";
|
|
5970
|
+
params: {
|
|
5971
|
+
fromRoot: true;
|
|
5972
|
+
value: string;
|
|
5973
|
+
};
|
|
5974
|
+
}) | ({
|
|
5975
|
+
name: "static";
|
|
5976
|
+
params: {
|
|
5977
|
+
value: string | number;
|
|
5978
|
+
};
|
|
5979
|
+
} | {
|
|
5980
|
+
name: "path";
|
|
5981
|
+
params: {
|
|
5982
|
+
value: string;
|
|
5983
|
+
};
|
|
5984
|
+
} | {
|
|
5985
|
+
name: "path";
|
|
5986
|
+
params: {
|
|
5987
|
+
fromRoot: true;
|
|
5988
|
+
value: string;
|
|
5989
|
+
};
|
|
5990
|
+
} | {
|
|
5991
|
+
name: "array_find";
|
|
5992
|
+
params: {
|
|
5993
|
+
key: string;
|
|
5994
|
+
operator: "=" | "!=";
|
|
5995
|
+
value: string | number;
|
|
5996
|
+
};
|
|
5997
|
+
} | {
|
|
5998
|
+
name: "array_find";
|
|
5999
|
+
params: {
|
|
6000
|
+
key: string;
|
|
6001
|
+
operator: "=" | "!=";
|
|
6002
|
+
valuePath: string;
|
|
6003
|
+
};
|
|
6004
|
+
} | {
|
|
6005
|
+
name: "array_find";
|
|
6006
|
+
params: {
|
|
6007
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
6008
|
+
evaluateValue: string;
|
|
6009
|
+
})[];
|
|
6010
|
+
};
|
|
6011
|
+
} | {
|
|
6012
|
+
name: "fallback";
|
|
6013
|
+
params: FieldMapFallbackRulePayload;
|
|
6014
|
+
} | {
|
|
6015
|
+
name: "fallback";
|
|
6016
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
6017
|
+
staticValue: string | number | string[] | {
|
|
6018
|
+
[key: string]: string;
|
|
6019
|
+
} | number[] | {
|
|
6020
|
+
[key: string]: number;
|
|
6021
|
+
};
|
|
6022
|
+
};
|
|
6023
|
+
} | {
|
|
6024
|
+
name: "fallback_if";
|
|
6025
|
+
params: FieldMapFallbackRulePayload & {
|
|
6026
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
6027
|
+
evaluateValue: string;
|
|
6028
|
+
}))[];
|
|
6029
|
+
};
|
|
6030
|
+
} | {
|
|
6031
|
+
name: "exclude_from_record";
|
|
6032
|
+
params: {
|
|
6033
|
+
keys: string[];
|
|
6034
|
+
};
|
|
6035
|
+
} | {
|
|
6036
|
+
name: "decrypt";
|
|
6037
|
+
params: {
|
|
6038
|
+
passwordPrefixPath?: string;
|
|
6039
|
+
};
|
|
6040
|
+
} | {
|
|
6041
|
+
name: "interpolate";
|
|
6042
|
+
params: {
|
|
6043
|
+
value: string;
|
|
6044
|
+
};
|
|
6045
|
+
} | {
|
|
6046
|
+
name: "custom";
|
|
6047
|
+
params: {
|
|
6048
|
+
value: string;
|
|
6049
|
+
};
|
|
6050
|
+
} | {
|
|
6051
|
+
name: "split";
|
|
6052
|
+
params: {
|
|
6053
|
+
separator: string;
|
|
6054
|
+
};
|
|
6055
|
+
}))[];
|
|
6056
|
+
};
|
|
6057
|
+
};
|
|
6058
|
+
}) | ({
|
|
6059
|
+
name: "create_oauth_client";
|
|
6060
|
+
configurationId: string;
|
|
6061
|
+
} & {
|
|
6062
|
+
value?: {};
|
|
6063
|
+
}) | ({
|
|
6064
|
+
name: "authorize_oauth_client";
|
|
6065
|
+
slug: string;
|
|
6066
|
+
} & {
|
|
6067
|
+
value?: {};
|
|
6068
|
+
}) | ({
|
|
6069
|
+
name: "configure_content";
|
|
6070
|
+
} & {
|
|
6071
|
+
value?: {
|
|
6072
|
+
sample?: {
|
|
6073
|
+
[key: string]: AnyValue;
|
|
6074
|
+
};
|
|
6075
|
+
textEncoding: string;
|
|
6076
|
+
format: Format;
|
|
3981
6077
|
};
|
|
3982
6078
|
}) | ({
|
|
3983
6079
|
name: "configure_api_key";
|
|
@@ -4275,10 +6371,126 @@ export declare type CurrentSteps = {
|
|
|
4275
6371
|
textEncoding: string;
|
|
4276
6372
|
format: Format;
|
|
4277
6373
|
};
|
|
6374
|
+
}) | ({
|
|
6375
|
+
name: "configure_sources";
|
|
6376
|
+
} & {
|
|
6377
|
+
value?: {
|
|
6378
|
+
pipeline: ({
|
|
6379
|
+
input: SourceInput & Partial_SampleObj;
|
|
6380
|
+
} | {
|
|
6381
|
+
type: "append";
|
|
6382
|
+
input: SourceInput & Partial_SampleObj;
|
|
6383
|
+
})[];
|
|
6384
|
+
};
|
|
4278
6385
|
}) | ({
|
|
4279
6386
|
name: "configure_fieldsmap";
|
|
4280
6387
|
} & {
|
|
4281
6388
|
value?: FieldMap[];
|
|
6389
|
+
}) | ({
|
|
6390
|
+
name: "configure_fields";
|
|
6391
|
+
} & {
|
|
6392
|
+
value?: (FieldMap_Without_Name_Type_Source_Primitive_Selected_IgnoreIfMissing_Metadata & {
|
|
6393
|
+
rulesPerSources: {
|
|
6394
|
+
[key: string]: (({
|
|
6395
|
+
name: "static";
|
|
6396
|
+
params: {
|
|
6397
|
+
value: string | number;
|
|
6398
|
+
};
|
|
6399
|
+
} | {
|
|
6400
|
+
name: "path";
|
|
6401
|
+
params: {
|
|
6402
|
+
value: string;
|
|
6403
|
+
};
|
|
6404
|
+
} | {
|
|
6405
|
+
name: "path";
|
|
6406
|
+
params: {
|
|
6407
|
+
fromRoot: true;
|
|
6408
|
+
value: string;
|
|
6409
|
+
};
|
|
6410
|
+
}) | ({
|
|
6411
|
+
name: "static";
|
|
6412
|
+
params: {
|
|
6413
|
+
value: string | number;
|
|
6414
|
+
};
|
|
6415
|
+
} | {
|
|
6416
|
+
name: "path";
|
|
6417
|
+
params: {
|
|
6418
|
+
value: string;
|
|
6419
|
+
};
|
|
6420
|
+
} | {
|
|
6421
|
+
name: "path";
|
|
6422
|
+
params: {
|
|
6423
|
+
fromRoot: true;
|
|
6424
|
+
value: string;
|
|
6425
|
+
};
|
|
6426
|
+
} | {
|
|
6427
|
+
name: "array_find";
|
|
6428
|
+
params: {
|
|
6429
|
+
key: string;
|
|
6430
|
+
operator: "=" | "!=";
|
|
6431
|
+
value: string | number;
|
|
6432
|
+
};
|
|
6433
|
+
} | {
|
|
6434
|
+
name: "array_find";
|
|
6435
|
+
params: {
|
|
6436
|
+
key: string;
|
|
6437
|
+
operator: "=" | "!=";
|
|
6438
|
+
valuePath: string;
|
|
6439
|
+
};
|
|
6440
|
+
} | {
|
|
6441
|
+
name: "array_find";
|
|
6442
|
+
params: {
|
|
6443
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
6444
|
+
evaluateValue: string;
|
|
6445
|
+
})[];
|
|
6446
|
+
};
|
|
6447
|
+
} | {
|
|
6448
|
+
name: "fallback";
|
|
6449
|
+
params: FieldMapFallbackRulePayload;
|
|
6450
|
+
} | {
|
|
6451
|
+
name: "fallback";
|
|
6452
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
6453
|
+
staticValue: string | number | string[] | {
|
|
6454
|
+
[key: string]: string;
|
|
6455
|
+
} | number[] | {
|
|
6456
|
+
[key: string]: number;
|
|
6457
|
+
};
|
|
6458
|
+
};
|
|
6459
|
+
} | {
|
|
6460
|
+
name: "fallback_if";
|
|
6461
|
+
params: FieldMapFallbackRulePayload & {
|
|
6462
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
6463
|
+
evaluateValue: string;
|
|
6464
|
+
}))[];
|
|
6465
|
+
};
|
|
6466
|
+
} | {
|
|
6467
|
+
name: "exclude_from_record";
|
|
6468
|
+
params: {
|
|
6469
|
+
keys: string[];
|
|
6470
|
+
};
|
|
6471
|
+
} | {
|
|
6472
|
+
name: "decrypt";
|
|
6473
|
+
params: {
|
|
6474
|
+
passwordPrefixPath?: string;
|
|
6475
|
+
};
|
|
6476
|
+
} | {
|
|
6477
|
+
name: "interpolate";
|
|
6478
|
+
params: {
|
|
6479
|
+
value: string;
|
|
6480
|
+
};
|
|
6481
|
+
} | {
|
|
6482
|
+
name: "custom";
|
|
6483
|
+
params: {
|
|
6484
|
+
value: string;
|
|
6485
|
+
};
|
|
6486
|
+
} | {
|
|
6487
|
+
name: "split";
|
|
6488
|
+
params: {
|
|
6489
|
+
separator: string;
|
|
6490
|
+
};
|
|
6491
|
+
}))[];
|
|
6492
|
+
};
|
|
6493
|
+
})[];
|
|
4282
6494
|
}) | ({
|
|
4283
6495
|
name: "configure_field";
|
|
4284
6496
|
field: {
|
|
@@ -4394,6 +6606,116 @@ export declare type CurrentSteps = {
|
|
|
4394
6606
|
locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en";
|
|
4395
6607
|
};
|
|
4396
6608
|
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
6609
|
+
} | {
|
|
6610
|
+
name: string;
|
|
6611
|
+
type: FieldMapType;
|
|
6612
|
+
source?: FieldSource;
|
|
6613
|
+
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
6614
|
+
selected: boolean;
|
|
6615
|
+
ignoreIfMissing?: boolean;
|
|
6616
|
+
metadata?: {
|
|
6617
|
+
locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en";
|
|
6618
|
+
};
|
|
6619
|
+
rulesPerSources: {
|
|
6620
|
+
[key: string]: (({
|
|
6621
|
+
name: "static";
|
|
6622
|
+
params: {
|
|
6623
|
+
value: string | number;
|
|
6624
|
+
};
|
|
6625
|
+
} | {
|
|
6626
|
+
name: "path";
|
|
6627
|
+
params: {
|
|
6628
|
+
value: string;
|
|
6629
|
+
};
|
|
6630
|
+
} | {
|
|
6631
|
+
name: "path";
|
|
6632
|
+
params: {
|
|
6633
|
+
fromRoot: true;
|
|
6634
|
+
value: string;
|
|
6635
|
+
};
|
|
6636
|
+
}) | ({
|
|
6637
|
+
name: "static";
|
|
6638
|
+
params: {
|
|
6639
|
+
value: string | number;
|
|
6640
|
+
};
|
|
6641
|
+
} | {
|
|
6642
|
+
name: "path";
|
|
6643
|
+
params: {
|
|
6644
|
+
value: string;
|
|
6645
|
+
};
|
|
6646
|
+
} | {
|
|
6647
|
+
name: "path";
|
|
6648
|
+
params: {
|
|
6649
|
+
fromRoot: true;
|
|
6650
|
+
value: string;
|
|
6651
|
+
};
|
|
6652
|
+
} | {
|
|
6653
|
+
name: "array_find";
|
|
6654
|
+
params: {
|
|
6655
|
+
key: string;
|
|
6656
|
+
operator: "=" | "!=";
|
|
6657
|
+
value: string | number;
|
|
6658
|
+
};
|
|
6659
|
+
} | {
|
|
6660
|
+
name: "array_find";
|
|
6661
|
+
params: {
|
|
6662
|
+
key: string;
|
|
6663
|
+
operator: "=" | "!=";
|
|
6664
|
+
valuePath: string;
|
|
6665
|
+
};
|
|
6666
|
+
} | {
|
|
6667
|
+
name: "array_find";
|
|
6668
|
+
params: {
|
|
6669
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
6670
|
+
evaluateValue: string;
|
|
6671
|
+
})[];
|
|
6672
|
+
};
|
|
6673
|
+
} | {
|
|
6674
|
+
name: "fallback";
|
|
6675
|
+
params: FieldMapFallbackRulePayload;
|
|
6676
|
+
} | {
|
|
6677
|
+
name: "fallback";
|
|
6678
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
6679
|
+
staticValue: string | number | string[] | {
|
|
6680
|
+
[key: string]: string;
|
|
6681
|
+
} | number[] | {
|
|
6682
|
+
[key: string]: number;
|
|
6683
|
+
};
|
|
6684
|
+
};
|
|
6685
|
+
} | {
|
|
6686
|
+
name: "fallback_if";
|
|
6687
|
+
params: FieldMapFallbackRulePayload & {
|
|
6688
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
6689
|
+
evaluateValue: string;
|
|
6690
|
+
}))[];
|
|
6691
|
+
};
|
|
6692
|
+
} | {
|
|
6693
|
+
name: "exclude_from_record";
|
|
6694
|
+
params: {
|
|
6695
|
+
keys: string[];
|
|
6696
|
+
};
|
|
6697
|
+
} | {
|
|
6698
|
+
name: "decrypt";
|
|
6699
|
+
params: {
|
|
6700
|
+
passwordPrefixPath?: string;
|
|
6701
|
+
};
|
|
6702
|
+
} | {
|
|
6703
|
+
name: "interpolate";
|
|
6704
|
+
params: {
|
|
6705
|
+
value: string;
|
|
6706
|
+
};
|
|
6707
|
+
} | {
|
|
6708
|
+
name: "custom";
|
|
6709
|
+
params: {
|
|
6710
|
+
value: string;
|
|
6711
|
+
};
|
|
6712
|
+
} | {
|
|
6713
|
+
name: "split";
|
|
6714
|
+
params: {
|
|
6715
|
+
separator: string;
|
|
6716
|
+
};
|
|
6717
|
+
}))[];
|
|
6718
|
+
};
|
|
4397
6719
|
};
|
|
4398
6720
|
}) | ({
|
|
4399
6721
|
name: "create_oauth_client";
|
|
@@ -4460,6 +6782,7 @@ export declare type CurrentSteps = {
|
|
|
4460
6782
|
fieldNames: string[];
|
|
4461
6783
|
datasourceId: string;
|
|
4462
6784
|
query: string;
|
|
6785
|
+
exclusion?: boolean;
|
|
4463
6786
|
};
|
|
4464
6787
|
} | {
|
|
4465
6788
|
name: "count";
|
|
@@ -4467,6 +6790,7 @@ export declare type CurrentSteps = {
|
|
|
4467
6790
|
fieldNames: string[];
|
|
4468
6791
|
datasourceId: string;
|
|
4469
6792
|
query: string;
|
|
6793
|
+
exclusion?: boolean;
|
|
4470
6794
|
};
|
|
4471
6795
|
} | {
|
|
4472
6796
|
name: "bought_together";
|
|
@@ -4677,10 +7001,126 @@ export declare type CurrentSteps = {
|
|
|
4677
7001
|
textEncoding: string;
|
|
4678
7002
|
format: Format;
|
|
4679
7003
|
};
|
|
7004
|
+
}) | ({
|
|
7005
|
+
name: "configure_sources";
|
|
7006
|
+
} & {
|
|
7007
|
+
value?: {
|
|
7008
|
+
pipeline: ({
|
|
7009
|
+
input: SourceInput & Partial_SampleObj;
|
|
7010
|
+
} | {
|
|
7011
|
+
type: "append";
|
|
7012
|
+
input: SourceInput & Partial_SampleObj;
|
|
7013
|
+
})[];
|
|
7014
|
+
};
|
|
4680
7015
|
}) | ({
|
|
4681
7016
|
name: "configure_fieldsmap";
|
|
4682
7017
|
} & {
|
|
4683
7018
|
value?: FieldMap[];
|
|
7019
|
+
}) | ({
|
|
7020
|
+
name: "configure_fields";
|
|
7021
|
+
} & {
|
|
7022
|
+
value?: (FieldMap_Without_Name_Type_Source_Primitive_Selected_IgnoreIfMissing_Metadata & {
|
|
7023
|
+
rulesPerSources: {
|
|
7024
|
+
[key: string]: (({
|
|
7025
|
+
name: "static";
|
|
7026
|
+
params: {
|
|
7027
|
+
value: string | number;
|
|
7028
|
+
};
|
|
7029
|
+
} | {
|
|
7030
|
+
name: "path";
|
|
7031
|
+
params: {
|
|
7032
|
+
value: string;
|
|
7033
|
+
};
|
|
7034
|
+
} | {
|
|
7035
|
+
name: "path";
|
|
7036
|
+
params: {
|
|
7037
|
+
fromRoot: true;
|
|
7038
|
+
value: string;
|
|
7039
|
+
};
|
|
7040
|
+
}) | ({
|
|
7041
|
+
name: "static";
|
|
7042
|
+
params: {
|
|
7043
|
+
value: string | number;
|
|
7044
|
+
};
|
|
7045
|
+
} | {
|
|
7046
|
+
name: "path";
|
|
7047
|
+
params: {
|
|
7048
|
+
value: string;
|
|
7049
|
+
};
|
|
7050
|
+
} | {
|
|
7051
|
+
name: "path";
|
|
7052
|
+
params: {
|
|
7053
|
+
fromRoot: true;
|
|
7054
|
+
value: string;
|
|
7055
|
+
};
|
|
7056
|
+
} | {
|
|
7057
|
+
name: "array_find";
|
|
7058
|
+
params: {
|
|
7059
|
+
key: string;
|
|
7060
|
+
operator: "=" | "!=";
|
|
7061
|
+
value: string | number;
|
|
7062
|
+
};
|
|
7063
|
+
} | {
|
|
7064
|
+
name: "array_find";
|
|
7065
|
+
params: {
|
|
7066
|
+
key: string;
|
|
7067
|
+
operator: "=" | "!=";
|
|
7068
|
+
valuePath: string;
|
|
7069
|
+
};
|
|
7070
|
+
} | {
|
|
7071
|
+
name: "array_find";
|
|
7072
|
+
params: {
|
|
7073
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
7074
|
+
evaluateValue: string;
|
|
7075
|
+
})[];
|
|
7076
|
+
};
|
|
7077
|
+
} | {
|
|
7078
|
+
name: "fallback";
|
|
7079
|
+
params: FieldMapFallbackRulePayload;
|
|
7080
|
+
} | {
|
|
7081
|
+
name: "fallback";
|
|
7082
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
7083
|
+
staticValue: string | number | string[] | {
|
|
7084
|
+
[key: string]: string;
|
|
7085
|
+
} | number[] | {
|
|
7086
|
+
[key: string]: number;
|
|
7087
|
+
};
|
|
7088
|
+
};
|
|
7089
|
+
} | {
|
|
7090
|
+
name: "fallback_if";
|
|
7091
|
+
params: FieldMapFallbackRulePayload & {
|
|
7092
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
7093
|
+
evaluateValue: string;
|
|
7094
|
+
}))[];
|
|
7095
|
+
};
|
|
7096
|
+
} | {
|
|
7097
|
+
name: "exclude_from_record";
|
|
7098
|
+
params: {
|
|
7099
|
+
keys: string[];
|
|
7100
|
+
};
|
|
7101
|
+
} | {
|
|
7102
|
+
name: "decrypt";
|
|
7103
|
+
params: {
|
|
7104
|
+
passwordPrefixPath?: string;
|
|
7105
|
+
};
|
|
7106
|
+
} | {
|
|
7107
|
+
name: "interpolate";
|
|
7108
|
+
params: {
|
|
7109
|
+
value: string;
|
|
7110
|
+
};
|
|
7111
|
+
} | {
|
|
7112
|
+
name: "custom";
|
|
7113
|
+
params: {
|
|
7114
|
+
value: string;
|
|
7115
|
+
};
|
|
7116
|
+
} | {
|
|
7117
|
+
name: "split";
|
|
7118
|
+
params: {
|
|
7119
|
+
separator: string;
|
|
7120
|
+
};
|
|
7121
|
+
}))[];
|
|
7122
|
+
};
|
|
7123
|
+
})[];
|
|
4684
7124
|
}) | ({
|
|
4685
7125
|
name: "configure_field";
|
|
4686
7126
|
field: {
|
|
@@ -4796,6 +7236,116 @@ export declare type CurrentSteps = {
|
|
|
4796
7236
|
locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en";
|
|
4797
7237
|
};
|
|
4798
7238
|
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
7239
|
+
} | {
|
|
7240
|
+
name: string;
|
|
7241
|
+
type: FieldMapType;
|
|
7242
|
+
source?: FieldSource;
|
|
7243
|
+
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
7244
|
+
selected: boolean;
|
|
7245
|
+
ignoreIfMissing?: boolean;
|
|
7246
|
+
metadata?: {
|
|
7247
|
+
locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en";
|
|
7248
|
+
};
|
|
7249
|
+
rulesPerSources: {
|
|
7250
|
+
[key: string]: (({
|
|
7251
|
+
name: "static";
|
|
7252
|
+
params: {
|
|
7253
|
+
value: string | number;
|
|
7254
|
+
};
|
|
7255
|
+
} | {
|
|
7256
|
+
name: "path";
|
|
7257
|
+
params: {
|
|
7258
|
+
value: string;
|
|
7259
|
+
};
|
|
7260
|
+
} | {
|
|
7261
|
+
name: "path";
|
|
7262
|
+
params: {
|
|
7263
|
+
fromRoot: true;
|
|
7264
|
+
value: string;
|
|
7265
|
+
};
|
|
7266
|
+
}) | ({
|
|
7267
|
+
name: "static";
|
|
7268
|
+
params: {
|
|
7269
|
+
value: string | number;
|
|
7270
|
+
};
|
|
7271
|
+
} | {
|
|
7272
|
+
name: "path";
|
|
7273
|
+
params: {
|
|
7274
|
+
value: string;
|
|
7275
|
+
};
|
|
7276
|
+
} | {
|
|
7277
|
+
name: "path";
|
|
7278
|
+
params: {
|
|
7279
|
+
fromRoot: true;
|
|
7280
|
+
value: string;
|
|
7281
|
+
};
|
|
7282
|
+
} | {
|
|
7283
|
+
name: "array_find";
|
|
7284
|
+
params: {
|
|
7285
|
+
key: string;
|
|
7286
|
+
operator: "=" | "!=";
|
|
7287
|
+
value: string | number;
|
|
7288
|
+
};
|
|
7289
|
+
} | {
|
|
7290
|
+
name: "array_find";
|
|
7291
|
+
params: {
|
|
7292
|
+
key: string;
|
|
7293
|
+
operator: "=" | "!=";
|
|
7294
|
+
valuePath: string;
|
|
7295
|
+
};
|
|
7296
|
+
} | {
|
|
7297
|
+
name: "array_find";
|
|
7298
|
+
params: {
|
|
7299
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
7300
|
+
evaluateValue: string;
|
|
7301
|
+
})[];
|
|
7302
|
+
};
|
|
7303
|
+
} | {
|
|
7304
|
+
name: "fallback";
|
|
7305
|
+
params: FieldMapFallbackRulePayload;
|
|
7306
|
+
} | {
|
|
7307
|
+
name: "fallback";
|
|
7308
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
7309
|
+
staticValue: string | number | string[] | {
|
|
7310
|
+
[key: string]: string;
|
|
7311
|
+
} | number[] | {
|
|
7312
|
+
[key: string]: number;
|
|
7313
|
+
};
|
|
7314
|
+
};
|
|
7315
|
+
} | {
|
|
7316
|
+
name: "fallback_if";
|
|
7317
|
+
params: FieldMapFallbackRulePayload & {
|
|
7318
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
7319
|
+
evaluateValue: string;
|
|
7320
|
+
}))[];
|
|
7321
|
+
};
|
|
7322
|
+
} | {
|
|
7323
|
+
name: "exclude_from_record";
|
|
7324
|
+
params: {
|
|
7325
|
+
keys: string[];
|
|
7326
|
+
};
|
|
7327
|
+
} | {
|
|
7328
|
+
name: "decrypt";
|
|
7329
|
+
params: {
|
|
7330
|
+
passwordPrefixPath?: string;
|
|
7331
|
+
};
|
|
7332
|
+
} | {
|
|
7333
|
+
name: "interpolate";
|
|
7334
|
+
params: {
|
|
7335
|
+
value: string;
|
|
7336
|
+
};
|
|
7337
|
+
} | {
|
|
7338
|
+
name: "custom";
|
|
7339
|
+
params: {
|
|
7340
|
+
value: string;
|
|
7341
|
+
};
|
|
7342
|
+
} | {
|
|
7343
|
+
name: "split";
|
|
7344
|
+
params: {
|
|
7345
|
+
separator: string;
|
|
7346
|
+
};
|
|
7347
|
+
}))[];
|
|
7348
|
+
};
|
|
4799
7349
|
};
|
|
4800
7350
|
}) | ({
|
|
4801
7351
|
name: "create_oauth_client";
|
|
@@ -5132,109 +7682,324 @@ export declare type WorkerSteps = {
|
|
|
5132
7682
|
ignoreMissingLiveFields?: string;
|
|
5133
7683
|
} & Partial_Pick_WorkerDatasourceVersion_textEncoding_or_format_);
|
|
5134
7684
|
} | {
|
|
5135
|
-
name: "
|
|
5136
|
-
payload: FieldMap[];
|
|
5137
|
-
} | {
|
|
5138
|
-
name: "configure_field";
|
|
5139
|
-
payload: FieldMap;
|
|
5140
|
-
} | {
|
|
5141
|
-
name: "create_oauth_client";
|
|
5142
|
-
payload: {};
|
|
5143
|
-
} | {
|
|
5144
|
-
name: "authorize_oauth_client";
|
|
5145
|
-
payload: {};
|
|
5146
|
-
} | {
|
|
5147
|
-
name: "configure_thresholds";
|
|
5148
|
-
payload: ({
|
|
5149
|
-
type: "too_many_invalid_entries";
|
|
5150
|
-
value: number;
|
|
5151
|
-
trigger: {
|
|
5152
|
-
type: "error";
|
|
5153
|
-
value: "too_many_invalid_entries";
|
|
5154
|
-
};
|
|
5155
|
-
} | {
|
|
5156
|
-
type: "entries_drop_rate_too_high";
|
|
5157
|
-
value: number;
|
|
5158
|
-
trigger: {
|
|
5159
|
-
type: "warning";
|
|
5160
|
-
value: "entries_drop_rate_too_high";
|
|
5161
|
-
} | {
|
|
5162
|
-
type: "error";
|
|
5163
|
-
value: "entries_drop_rate_too_high";
|
|
5164
|
-
};
|
|
5165
|
-
})[];
|
|
5166
|
-
} | {
|
|
5167
|
-
name: "configure_content";
|
|
5168
|
-
payload: Partial_Pick_PullDatasourceVersion_sample_or_textEncoding_or_format_;
|
|
5169
|
-
} | {
|
|
5170
|
-
name: "configure_api_key";
|
|
5171
|
-
payload: {
|
|
5172
|
-
value: string;
|
|
5173
|
-
};
|
|
5174
|
-
} | {
|
|
5175
|
-
name: "patch";
|
|
5176
|
-
payload: Partial_Pick_WorkerDatasourceVersion_aggregationPipeline_or_refresh_or_detectMissingFields_or_batchSize_or_rowBlacklist_or_pullOptions_or_sftpPublicKey_;
|
|
5177
|
-
} | {
|
|
5178
|
-
name: "configure_fetcher";
|
|
7685
|
+
name: "configure_sources";
|
|
5179
7686
|
payload: {
|
|
5180
|
-
|
|
5181
|
-
|
|
5182
|
-
|
|
5183
|
-
|
|
5184
|
-
|
|
5185
|
-
|
|
5186
|
-
};
|
|
5187
|
-
} | {
|
|
5188
|
-
name: "best-western-hotels";
|
|
5189
|
-
params: {
|
|
5190
|
-
datasourceIdAvailablity: string;
|
|
5191
|
-
};
|
|
5192
|
-
} | {
|
|
5193
|
-
name: "fdj-bets";
|
|
5194
|
-
params: {};
|
|
5195
|
-
} | {
|
|
5196
|
-
name: "sarenza-sizes";
|
|
5197
|
-
params: {
|
|
5198
|
-
datasourceIdSizes: string;
|
|
5199
|
-
};
|
|
5200
|
-
} | {
|
|
5201
|
-
name: "renault-prices";
|
|
5202
|
-
params: {};
|
|
5203
|
-
} | {
|
|
5204
|
-
name: "decathlon-product-fallback";
|
|
5205
|
-
params: {};
|
|
5206
|
-
} | {
|
|
5207
|
-
name: "generic-unwind-rows";
|
|
5208
|
-
params: {
|
|
5209
|
-
source: string;
|
|
5210
|
-
destination: string;
|
|
5211
|
-
columnDestination: string;
|
|
5212
|
-
valueType: string;
|
|
5213
|
-
};
|
|
5214
|
-
} | {
|
|
5215
|
-
name: "workflow-events";
|
|
5216
|
-
params: {};
|
|
5217
|
-
} | {
|
|
5218
|
-
name: "expired-product-lifetime";
|
|
5219
|
-
params: {
|
|
5220
|
-
purchaseDatasourceId: string;
|
|
5221
|
-
purchaseQuery: string;
|
|
5222
|
-
purchaseReferenceIdField: string;
|
|
5223
|
-
purchaseTimestampField: string;
|
|
5224
|
-
purchaseClientField: string;
|
|
5225
|
-
};
|
|
7687
|
+
pipeline: ({
|
|
7688
|
+
input: SourceInput & Partial_SampleObj;
|
|
7689
|
+
} | {
|
|
7690
|
+
type: "append";
|
|
7691
|
+
input: SourceInput & Partial_SampleObj;
|
|
7692
|
+
})[];
|
|
5226
7693
|
};
|
|
5227
7694
|
} | {
|
|
5228
|
-
name: "
|
|
5229
|
-
payload:
|
|
5230
|
-
} | {
|
|
5231
|
-
name: "configure_shopify_shop_name";
|
|
5232
|
-
payload: string;
|
|
7695
|
+
name: "configure_fieldsmap";
|
|
7696
|
+
payload: FieldMap[];
|
|
5233
7697
|
} | {
|
|
5234
|
-
name: "
|
|
5235
|
-
payload: {
|
|
5236
|
-
|
|
5237
|
-
|
|
7698
|
+
name: "configure_fields";
|
|
7699
|
+
payload: (FieldMap_Without_Name_Type_Source_Primitive_Selected_IgnoreIfMissing_Metadata & {
|
|
7700
|
+
rulesPerSources: {
|
|
7701
|
+
[key: string]: (({
|
|
7702
|
+
name: "static";
|
|
7703
|
+
params: {
|
|
7704
|
+
value: string | number;
|
|
7705
|
+
};
|
|
7706
|
+
} | {
|
|
7707
|
+
name: "path";
|
|
7708
|
+
params: {
|
|
7709
|
+
value: string;
|
|
7710
|
+
};
|
|
7711
|
+
} | {
|
|
7712
|
+
name: "path";
|
|
7713
|
+
params: {
|
|
7714
|
+
fromRoot: true;
|
|
7715
|
+
value: string;
|
|
7716
|
+
};
|
|
7717
|
+
}) | ({
|
|
7718
|
+
name: "static";
|
|
7719
|
+
params: {
|
|
7720
|
+
value: string | number;
|
|
7721
|
+
};
|
|
7722
|
+
} | {
|
|
7723
|
+
name: "path";
|
|
7724
|
+
params: {
|
|
7725
|
+
value: string;
|
|
7726
|
+
};
|
|
7727
|
+
} | {
|
|
7728
|
+
name: "path";
|
|
7729
|
+
params: {
|
|
7730
|
+
fromRoot: true;
|
|
7731
|
+
value: string;
|
|
7732
|
+
};
|
|
7733
|
+
} | {
|
|
7734
|
+
name: "array_find";
|
|
7735
|
+
params: {
|
|
7736
|
+
key: string;
|
|
7737
|
+
operator: "=" | "!=";
|
|
7738
|
+
value: string | number;
|
|
7739
|
+
};
|
|
7740
|
+
} | {
|
|
7741
|
+
name: "array_find";
|
|
7742
|
+
params: {
|
|
7743
|
+
key: string;
|
|
7744
|
+
operator: "=" | "!=";
|
|
7745
|
+
valuePath: string;
|
|
7746
|
+
};
|
|
7747
|
+
} | {
|
|
7748
|
+
name: "array_find";
|
|
7749
|
+
params: {
|
|
7750
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
7751
|
+
evaluateValue: string;
|
|
7752
|
+
})[];
|
|
7753
|
+
};
|
|
7754
|
+
} | {
|
|
7755
|
+
name: "fallback";
|
|
7756
|
+
params: FieldMapFallbackRulePayload;
|
|
7757
|
+
} | {
|
|
7758
|
+
name: "fallback";
|
|
7759
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
7760
|
+
staticValue: string | number | string[] | {
|
|
7761
|
+
[key: string]: string;
|
|
7762
|
+
} | number[] | {
|
|
7763
|
+
[key: string]: number;
|
|
7764
|
+
};
|
|
7765
|
+
};
|
|
7766
|
+
} | {
|
|
7767
|
+
name: "fallback_if";
|
|
7768
|
+
params: FieldMapFallbackRulePayload & {
|
|
7769
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
7770
|
+
evaluateValue: string;
|
|
7771
|
+
}))[];
|
|
7772
|
+
};
|
|
7773
|
+
} | {
|
|
7774
|
+
name: "exclude_from_record";
|
|
7775
|
+
params: {
|
|
7776
|
+
keys: string[];
|
|
7777
|
+
};
|
|
7778
|
+
} | {
|
|
7779
|
+
name: "decrypt";
|
|
7780
|
+
params: {
|
|
7781
|
+
passwordPrefixPath?: string;
|
|
7782
|
+
};
|
|
7783
|
+
} | {
|
|
7784
|
+
name: "interpolate";
|
|
7785
|
+
params: {
|
|
7786
|
+
value: string;
|
|
7787
|
+
};
|
|
7788
|
+
} | {
|
|
7789
|
+
name: "custom";
|
|
7790
|
+
params: {
|
|
7791
|
+
value: string;
|
|
7792
|
+
};
|
|
7793
|
+
} | {
|
|
7794
|
+
name: "split";
|
|
7795
|
+
params: {
|
|
7796
|
+
separator: string;
|
|
7797
|
+
};
|
|
7798
|
+
}))[];
|
|
7799
|
+
};
|
|
7800
|
+
})[];
|
|
7801
|
+
} | {
|
|
7802
|
+
name: "configure_field";
|
|
7803
|
+
payload: FieldMap | (FieldMap_Without_Name_Type_Source_Primitive_Selected_IgnoreIfMissing_Metadata & {
|
|
7804
|
+
rulesPerSources: {
|
|
7805
|
+
[key: string]: (({
|
|
7806
|
+
name: "static";
|
|
7807
|
+
params: {
|
|
7808
|
+
value: string | number;
|
|
7809
|
+
};
|
|
7810
|
+
} | {
|
|
7811
|
+
name: "path";
|
|
7812
|
+
params: {
|
|
7813
|
+
value: string;
|
|
7814
|
+
};
|
|
7815
|
+
} | {
|
|
7816
|
+
name: "path";
|
|
7817
|
+
params: {
|
|
7818
|
+
fromRoot: true;
|
|
7819
|
+
value: string;
|
|
7820
|
+
};
|
|
7821
|
+
}) | ({
|
|
7822
|
+
name: "static";
|
|
7823
|
+
params: {
|
|
7824
|
+
value: string | number;
|
|
7825
|
+
};
|
|
7826
|
+
} | {
|
|
7827
|
+
name: "path";
|
|
7828
|
+
params: {
|
|
7829
|
+
value: string;
|
|
7830
|
+
};
|
|
7831
|
+
} | {
|
|
7832
|
+
name: "path";
|
|
7833
|
+
params: {
|
|
7834
|
+
fromRoot: true;
|
|
7835
|
+
value: string;
|
|
7836
|
+
};
|
|
7837
|
+
} | {
|
|
7838
|
+
name: "array_find";
|
|
7839
|
+
params: {
|
|
7840
|
+
key: string;
|
|
7841
|
+
operator: "=" | "!=";
|
|
7842
|
+
value: string | number;
|
|
7843
|
+
};
|
|
7844
|
+
} | {
|
|
7845
|
+
name: "array_find";
|
|
7846
|
+
params: {
|
|
7847
|
+
key: string;
|
|
7848
|
+
operator: "=" | "!=";
|
|
7849
|
+
valuePath: string;
|
|
7850
|
+
};
|
|
7851
|
+
} | {
|
|
7852
|
+
name: "array_find";
|
|
7853
|
+
params: {
|
|
7854
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
7855
|
+
evaluateValue: string;
|
|
7856
|
+
})[];
|
|
7857
|
+
};
|
|
7858
|
+
} | {
|
|
7859
|
+
name: "fallback";
|
|
7860
|
+
params: FieldMapFallbackRulePayload;
|
|
7861
|
+
} | {
|
|
7862
|
+
name: "fallback";
|
|
7863
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
7864
|
+
staticValue: string | number | string[] | {
|
|
7865
|
+
[key: string]: string;
|
|
7866
|
+
} | number[] | {
|
|
7867
|
+
[key: string]: number;
|
|
7868
|
+
};
|
|
7869
|
+
};
|
|
7870
|
+
} | {
|
|
7871
|
+
name: "fallback_if";
|
|
7872
|
+
params: FieldMapFallbackRulePayload & {
|
|
7873
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
7874
|
+
evaluateValue: string;
|
|
7875
|
+
}))[];
|
|
7876
|
+
};
|
|
7877
|
+
} | {
|
|
7878
|
+
name: "exclude_from_record";
|
|
7879
|
+
params: {
|
|
7880
|
+
keys: string[];
|
|
7881
|
+
};
|
|
7882
|
+
} | {
|
|
7883
|
+
name: "decrypt";
|
|
7884
|
+
params: {
|
|
7885
|
+
passwordPrefixPath?: string;
|
|
7886
|
+
};
|
|
7887
|
+
} | {
|
|
7888
|
+
name: "interpolate";
|
|
7889
|
+
params: {
|
|
7890
|
+
value: string;
|
|
7891
|
+
};
|
|
7892
|
+
} | {
|
|
7893
|
+
name: "custom";
|
|
7894
|
+
params: {
|
|
7895
|
+
value: string;
|
|
7896
|
+
};
|
|
7897
|
+
} | {
|
|
7898
|
+
name: "split";
|
|
7899
|
+
params: {
|
|
7900
|
+
separator: string;
|
|
7901
|
+
};
|
|
7902
|
+
}))[];
|
|
7903
|
+
};
|
|
7904
|
+
});
|
|
7905
|
+
} | {
|
|
7906
|
+
name: "create_oauth_client";
|
|
7907
|
+
payload: {};
|
|
7908
|
+
} | {
|
|
7909
|
+
name: "authorize_oauth_client";
|
|
7910
|
+
payload: {};
|
|
7911
|
+
} | {
|
|
7912
|
+
name: "configure_thresholds";
|
|
7913
|
+
payload: ({
|
|
7914
|
+
type: "too_many_invalid_entries";
|
|
7915
|
+
value: number;
|
|
7916
|
+
trigger: {
|
|
7917
|
+
type: "error";
|
|
7918
|
+
value: "too_many_invalid_entries";
|
|
7919
|
+
};
|
|
7920
|
+
} | {
|
|
7921
|
+
type: "entries_drop_rate_too_high";
|
|
7922
|
+
value: number;
|
|
7923
|
+
trigger: {
|
|
7924
|
+
type: "warning";
|
|
7925
|
+
value: "entries_drop_rate_too_high";
|
|
7926
|
+
} | {
|
|
7927
|
+
type: "error";
|
|
7928
|
+
value: "entries_drop_rate_too_high";
|
|
7929
|
+
};
|
|
7930
|
+
})[];
|
|
7931
|
+
} | {
|
|
7932
|
+
name: "configure_content";
|
|
7933
|
+
payload: Partial_Pick_PullDatasourceVersion_sample_or_textEncoding_or_format_;
|
|
7934
|
+
} | {
|
|
7935
|
+
name: "configure_api_key";
|
|
7936
|
+
payload: {
|
|
7937
|
+
value: string;
|
|
7938
|
+
};
|
|
7939
|
+
} | {
|
|
7940
|
+
name: "patch";
|
|
7941
|
+
payload: Partial_Pick_WorkerDatasourceVersion_aggregationPipeline_or_refresh_or_detectMissingFields_or_batchSize_or_rowBlacklist_or_pullOptions_or_sftpPublicKey_;
|
|
7942
|
+
} | {
|
|
7943
|
+
name: "configure_fetcher";
|
|
7944
|
+
payload: {
|
|
7945
|
+
name: DatasourceFetcherName;
|
|
7946
|
+
params: {};
|
|
7947
|
+
} | {
|
|
7948
|
+
name: "carrefour-stores-with-drive-slots";
|
|
7949
|
+
params: {
|
|
7950
|
+
datasourceIdStores: string;
|
|
7951
|
+
};
|
|
7952
|
+
} | {
|
|
7953
|
+
name: "best-western-hotels";
|
|
7954
|
+
params: {
|
|
7955
|
+
datasourceIdAvailablity: string;
|
|
7956
|
+
};
|
|
7957
|
+
} | {
|
|
7958
|
+
name: "fdj-bets";
|
|
7959
|
+
params: {};
|
|
7960
|
+
} | {
|
|
7961
|
+
name: "sarenza-sizes";
|
|
7962
|
+
params: {
|
|
7963
|
+
datasourceIdSizes: string;
|
|
7964
|
+
};
|
|
7965
|
+
} | {
|
|
7966
|
+
name: "renault-prices";
|
|
7967
|
+
params: {};
|
|
7968
|
+
} | {
|
|
7969
|
+
name: "decathlon-product-fallback";
|
|
7970
|
+
params: {};
|
|
7971
|
+
} | {
|
|
7972
|
+
name: "generic-unwind-rows";
|
|
7973
|
+
params: {
|
|
7974
|
+
source: string;
|
|
7975
|
+
destination: string;
|
|
7976
|
+
columnDestination: string;
|
|
7977
|
+
valueType: string;
|
|
7978
|
+
};
|
|
7979
|
+
} | {
|
|
7980
|
+
name: "workflow-events";
|
|
7981
|
+
params: {};
|
|
7982
|
+
} | {
|
|
7983
|
+
name: "expired-product-lifetime";
|
|
7984
|
+
params: {
|
|
7985
|
+
purchaseDatasourceId: string;
|
|
7986
|
+
purchaseQuery: string;
|
|
7987
|
+
purchaseReferenceIdField: string;
|
|
7988
|
+
purchaseTimestampField: string;
|
|
7989
|
+
purchaseClientField: string;
|
|
7990
|
+
};
|
|
7991
|
+
};
|
|
7992
|
+
} | {
|
|
7993
|
+
name: "validate";
|
|
7994
|
+
payload: {};
|
|
7995
|
+
} | {
|
|
7996
|
+
name: "configure_shopify_shop_name";
|
|
7997
|
+
payload: string;
|
|
7998
|
+
} | {
|
|
7999
|
+
name: "configure_twitter";
|
|
8000
|
+
payload: {
|
|
8001
|
+
type: "user" | "hashtag";
|
|
8002
|
+
value: string;
|
|
5238
8003
|
};
|
|
5239
8004
|
} | {
|
|
5240
8005
|
name: "configure_product_datasource_source";
|
|
@@ -5315,12 +8080,227 @@ export declare type ProxySteps = {
|
|
|
5315
8080
|
urls: string[];
|
|
5316
8081
|
ignoreMissingLiveFields?: true;
|
|
5317
8082
|
} & Partial_Pick_ProxyDatasourceVersion_apiOptions_or_sample_or_textEncoding_or_format_;
|
|
8083
|
+
} | {
|
|
8084
|
+
name: "configure_sources";
|
|
8085
|
+
payload: {
|
|
8086
|
+
pipeline: ({
|
|
8087
|
+
input: SourceInput & Partial_SampleObj;
|
|
8088
|
+
} | {
|
|
8089
|
+
type: "append";
|
|
8090
|
+
input: SourceInput & Partial_SampleObj;
|
|
8091
|
+
})[];
|
|
8092
|
+
};
|
|
5318
8093
|
} | {
|
|
5319
8094
|
name: "configure_fieldsmap";
|
|
5320
8095
|
payload: FieldMap[];
|
|
8096
|
+
} | {
|
|
8097
|
+
name: "configure_fields";
|
|
8098
|
+
payload: (FieldMap_Without_Name_Type_Source_Primitive_Selected_IgnoreIfMissing_Metadata & {
|
|
8099
|
+
rulesPerSources: {
|
|
8100
|
+
[key: string]: (({
|
|
8101
|
+
name: "static";
|
|
8102
|
+
params: {
|
|
8103
|
+
value: string | number;
|
|
8104
|
+
};
|
|
8105
|
+
} | {
|
|
8106
|
+
name: "path";
|
|
8107
|
+
params: {
|
|
8108
|
+
value: string;
|
|
8109
|
+
};
|
|
8110
|
+
} | {
|
|
8111
|
+
name: "path";
|
|
8112
|
+
params: {
|
|
8113
|
+
fromRoot: true;
|
|
8114
|
+
value: string;
|
|
8115
|
+
};
|
|
8116
|
+
}) | ({
|
|
8117
|
+
name: "static";
|
|
8118
|
+
params: {
|
|
8119
|
+
value: string | number;
|
|
8120
|
+
};
|
|
8121
|
+
} | {
|
|
8122
|
+
name: "path";
|
|
8123
|
+
params: {
|
|
8124
|
+
value: string;
|
|
8125
|
+
};
|
|
8126
|
+
} | {
|
|
8127
|
+
name: "path";
|
|
8128
|
+
params: {
|
|
8129
|
+
fromRoot: true;
|
|
8130
|
+
value: string;
|
|
8131
|
+
};
|
|
8132
|
+
} | {
|
|
8133
|
+
name: "array_find";
|
|
8134
|
+
params: {
|
|
8135
|
+
key: string;
|
|
8136
|
+
operator: "=" | "!=";
|
|
8137
|
+
value: string | number;
|
|
8138
|
+
};
|
|
8139
|
+
} | {
|
|
8140
|
+
name: "array_find";
|
|
8141
|
+
params: {
|
|
8142
|
+
key: string;
|
|
8143
|
+
operator: "=" | "!=";
|
|
8144
|
+
valuePath: string;
|
|
8145
|
+
};
|
|
8146
|
+
} | {
|
|
8147
|
+
name: "array_find";
|
|
8148
|
+
params: {
|
|
8149
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
8150
|
+
evaluateValue: string;
|
|
8151
|
+
})[];
|
|
8152
|
+
};
|
|
8153
|
+
} | {
|
|
8154
|
+
name: "fallback";
|
|
8155
|
+
params: FieldMapFallbackRulePayload;
|
|
8156
|
+
} | {
|
|
8157
|
+
name: "fallback";
|
|
8158
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
8159
|
+
staticValue: string | number | string[] | {
|
|
8160
|
+
[key: string]: string;
|
|
8161
|
+
} | number[] | {
|
|
8162
|
+
[key: string]: number;
|
|
8163
|
+
};
|
|
8164
|
+
};
|
|
8165
|
+
} | {
|
|
8166
|
+
name: "fallback_if";
|
|
8167
|
+
params: FieldMapFallbackRulePayload & {
|
|
8168
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
8169
|
+
evaluateValue: string;
|
|
8170
|
+
}))[];
|
|
8171
|
+
};
|
|
8172
|
+
} | {
|
|
8173
|
+
name: "exclude_from_record";
|
|
8174
|
+
params: {
|
|
8175
|
+
keys: string[];
|
|
8176
|
+
};
|
|
8177
|
+
} | {
|
|
8178
|
+
name: "decrypt";
|
|
8179
|
+
params: {
|
|
8180
|
+
passwordPrefixPath?: string;
|
|
8181
|
+
};
|
|
8182
|
+
} | {
|
|
8183
|
+
name: "interpolate";
|
|
8184
|
+
params: {
|
|
8185
|
+
value: string;
|
|
8186
|
+
};
|
|
8187
|
+
} | {
|
|
8188
|
+
name: "custom";
|
|
8189
|
+
params: {
|
|
8190
|
+
value: string;
|
|
8191
|
+
};
|
|
8192
|
+
} | {
|
|
8193
|
+
name: "split";
|
|
8194
|
+
params: {
|
|
8195
|
+
separator: string;
|
|
8196
|
+
};
|
|
8197
|
+
}))[];
|
|
8198
|
+
};
|
|
8199
|
+
})[];
|
|
5321
8200
|
} | {
|
|
5322
8201
|
name: "configure_field";
|
|
5323
|
-
payload: FieldMap
|
|
8202
|
+
payload: FieldMap | (FieldMap_Without_Name_Type_Source_Primitive_Selected_IgnoreIfMissing_Metadata & {
|
|
8203
|
+
rulesPerSources: {
|
|
8204
|
+
[key: string]: (({
|
|
8205
|
+
name: "static";
|
|
8206
|
+
params: {
|
|
8207
|
+
value: string | number;
|
|
8208
|
+
};
|
|
8209
|
+
} | {
|
|
8210
|
+
name: "path";
|
|
8211
|
+
params: {
|
|
8212
|
+
value: string;
|
|
8213
|
+
};
|
|
8214
|
+
} | {
|
|
8215
|
+
name: "path";
|
|
8216
|
+
params: {
|
|
8217
|
+
fromRoot: true;
|
|
8218
|
+
value: string;
|
|
8219
|
+
};
|
|
8220
|
+
}) | ({
|
|
8221
|
+
name: "static";
|
|
8222
|
+
params: {
|
|
8223
|
+
value: string | number;
|
|
8224
|
+
};
|
|
8225
|
+
} | {
|
|
8226
|
+
name: "path";
|
|
8227
|
+
params: {
|
|
8228
|
+
value: string;
|
|
8229
|
+
};
|
|
8230
|
+
} | {
|
|
8231
|
+
name: "path";
|
|
8232
|
+
params: {
|
|
8233
|
+
fromRoot: true;
|
|
8234
|
+
value: string;
|
|
8235
|
+
};
|
|
8236
|
+
} | {
|
|
8237
|
+
name: "array_find";
|
|
8238
|
+
params: {
|
|
8239
|
+
key: string;
|
|
8240
|
+
operator: "=" | "!=";
|
|
8241
|
+
value: string | number;
|
|
8242
|
+
};
|
|
8243
|
+
} | {
|
|
8244
|
+
name: "array_find";
|
|
8245
|
+
params: {
|
|
8246
|
+
key: string;
|
|
8247
|
+
operator: "=" | "!=";
|
|
8248
|
+
valuePath: string;
|
|
8249
|
+
};
|
|
8250
|
+
} | {
|
|
8251
|
+
name: "array_find";
|
|
8252
|
+
params: {
|
|
8253
|
+
conditions: (Condition_Without_Path_Operator & {
|
|
8254
|
+
evaluateValue: string;
|
|
8255
|
+
})[];
|
|
8256
|
+
};
|
|
8257
|
+
} | {
|
|
8258
|
+
name: "fallback";
|
|
8259
|
+
params: FieldMapFallbackRulePayload;
|
|
8260
|
+
} | {
|
|
8261
|
+
name: "fallback";
|
|
8262
|
+
params: FieldMapFallbackRulePayload_Without_ValuePath_Exit & {
|
|
8263
|
+
staticValue: string | number | string[] | {
|
|
8264
|
+
[key: string]: string;
|
|
8265
|
+
} | number[] | {
|
|
8266
|
+
[key: string]: number;
|
|
8267
|
+
};
|
|
8268
|
+
};
|
|
8269
|
+
} | {
|
|
8270
|
+
name: "fallback_if";
|
|
8271
|
+
params: FieldMapFallbackRulePayload & {
|
|
8272
|
+
conditions: (Condition | (Condition_Without_Path_Operator & {
|
|
8273
|
+
evaluateValue: string;
|
|
8274
|
+
}))[];
|
|
8275
|
+
};
|
|
8276
|
+
} | {
|
|
8277
|
+
name: "exclude_from_record";
|
|
8278
|
+
params: {
|
|
8279
|
+
keys: string[];
|
|
8280
|
+
};
|
|
8281
|
+
} | {
|
|
8282
|
+
name: "decrypt";
|
|
8283
|
+
params: {
|
|
8284
|
+
passwordPrefixPath?: string;
|
|
8285
|
+
};
|
|
8286
|
+
} | {
|
|
8287
|
+
name: "interpolate";
|
|
8288
|
+
params: {
|
|
8289
|
+
value: string;
|
|
8290
|
+
};
|
|
8291
|
+
} | {
|
|
8292
|
+
name: "custom";
|
|
8293
|
+
params: {
|
|
8294
|
+
value: string;
|
|
8295
|
+
};
|
|
8296
|
+
} | {
|
|
8297
|
+
name: "split";
|
|
8298
|
+
params: {
|
|
8299
|
+
separator: string;
|
|
8300
|
+
};
|
|
8301
|
+
}))[];
|
|
8302
|
+
};
|
|
8303
|
+
});
|
|
5324
8304
|
} | {
|
|
5325
8305
|
name: "create_oauth_client";
|
|
5326
8306
|
payload: {};
|