@rlvt/datasources-openapi-client 1.0.362 → 1.0.364

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.
@@ -98,7 +98,10 @@ export declare enum FieldMapType {
98
98
  WORKFLOW_USER = "workflow_user",
99
99
  WORKFLOW_ONSITE_USER = "workflow_onsite_user",
100
100
  USER_BIRTHDAY = "user_birthday",
101
- USER_AGE = "user_age"
101
+ USER_AGE = "user_age",
102
+ LOOP_EMAIL_CONTACT_ID = "loop_email_contact_id",
103
+ LOOP_WEB_CONTACT_ID = "loop_web_contact_id",
104
+ LOOP_MOBILE_CONTACT_ID = "loop_mobile_contact_id"
102
105
  }
103
106
  export declare enum FieldSource {
104
107
  USER = "user",
@@ -335,6 +338,7 @@ export declare type Serialize_DatasourceTemplate = {
335
338
  hidden: boolean;
336
339
  template: {
337
340
  datasource: {
341
+ hidden?: boolean;
338
342
  readonly fetcher?: ({
339
343
  name: DatasourceFetcherName;
340
344
  params: {};
@@ -578,6 +582,8 @@ export declare type Serialize_DatasourceTemplate = {
578
582
  options?: {};
579
583
  };
580
584
  textEncoding?: string;
585
+ pgpPrivateKey?: string;
586
+ pgpPassphrase?: string;
581
587
  options?: {
582
588
  method?: "GET" | "PATCH" | "POST" | "PUT";
583
589
  body?: string;
@@ -674,6 +680,8 @@ export declare type Serialize_DatasourceTemplate = {
674
680
  options?: {};
675
681
  };
676
682
  textEncoding?: string;
683
+ pgpPrivateKey?: string;
684
+ pgpPassphrase?: string;
677
685
  };
678
686
  preProcessingAggregations?: {
679
687
  type?: "unwind";
@@ -726,6 +734,8 @@ export declare type Serialize_DatasourceTemplate = {
726
734
  textEncoding?: string;
727
735
  processType?: ProcessType;
728
736
  disableProxy?: boolean;
737
+ pgpPrivateKey?: string;
738
+ pgpPassphrase?: string;
729
739
  };
730
740
  preProcessingAggregations?: {
731
741
  type?: "unwind";
@@ -779,6 +789,8 @@ export declare type Serialize_DatasourceTemplate = {
779
789
  textEncoding?: string;
780
790
  disableProxy?: boolean;
781
791
  processType?: ProcessType;
792
+ pgpPrivateKey?: string;
793
+ pgpPassphrase?: string;
782
794
  };
783
795
  preProcessingAggregations?: {
784
796
  type?: "unwind";
@@ -851,6 +863,8 @@ export declare type Serialize_DatasourceTemplate = {
851
863
  };
852
864
  textEncoding?: string;
853
865
  processType?: ProcessType;
866
+ pgpPrivateKey?: string;
867
+ pgpPassphrase?: string;
854
868
  };
855
869
  preProcessingAggregations?: {
856
870
  type?: "unwind";
@@ -957,6 +971,8 @@ export declare type Serialize_DatasourceTemplate = {
957
971
  };
958
972
  textEncoding?: string;
959
973
  processType?: ProcessType;
974
+ pgpPrivateKey?: string;
975
+ pgpPassphrase?: string;
960
976
  };
961
977
  preProcessingAggregations?: {
962
978
  type?: "unwind";
@@ -1444,6 +1460,8 @@ export declare type Serialize_DatasourceTemplate = {
1444
1460
  options?: {};
1445
1461
  };
1446
1462
  textEncoding?: string;
1463
+ pgpPrivateKey?: string;
1464
+ pgpPassphrase?: string;
1447
1465
  options?: {
1448
1466
  method?: "GET" | "PATCH" | "POST" | "PUT";
1449
1467
  body?: string;
@@ -1540,6 +1558,8 @@ export declare type Serialize_DatasourceTemplate = {
1540
1558
  options?: {};
1541
1559
  };
1542
1560
  textEncoding?: string;
1561
+ pgpPrivateKey?: string;
1562
+ pgpPassphrase?: string;
1543
1563
  };
1544
1564
  preProcessingAggregations?: {
1545
1565
  type?: "unwind";
@@ -1592,6 +1612,8 @@ export declare type Serialize_DatasourceTemplate = {
1592
1612
  textEncoding?: string;
1593
1613
  processType?: ProcessType;
1594
1614
  disableProxy?: boolean;
1615
+ pgpPrivateKey?: string;
1616
+ pgpPassphrase?: string;
1595
1617
  };
1596
1618
  preProcessingAggregations?: {
1597
1619
  type?: "unwind";
@@ -1645,6 +1667,8 @@ export declare type Serialize_DatasourceTemplate = {
1645
1667
  textEncoding?: string;
1646
1668
  disableProxy?: boolean;
1647
1669
  processType?: ProcessType;
1670
+ pgpPrivateKey?: string;
1671
+ pgpPassphrase?: string;
1648
1672
  };
1649
1673
  preProcessingAggregations?: {
1650
1674
  type?: "unwind";
@@ -1717,6 +1741,8 @@ export declare type Serialize_DatasourceTemplate = {
1717
1741
  };
1718
1742
  textEncoding?: string;
1719
1743
  processType?: ProcessType;
1744
+ pgpPrivateKey?: string;
1745
+ pgpPassphrase?: string;
1720
1746
  };
1721
1747
  preProcessingAggregations?: {
1722
1748
  type?: "unwind";
@@ -1823,6 +1849,8 @@ export declare type Serialize_DatasourceTemplate = {
1823
1849
  };
1824
1850
  textEncoding?: string;
1825
1851
  processType?: ProcessType;
1852
+ pgpPrivateKey?: string;
1853
+ pgpPassphrase?: string;
1826
1854
  };
1827
1855
  preProcessingAggregations?: {
1828
1856
  type?: "unwind";
@@ -2240,6 +2268,7 @@ export declare type Serialize_DatasourceTemplate = {
2240
2268
  };
2241
2269
  } | {
2242
2270
  datasource: {
2271
+ hidden?: boolean;
2243
2272
  readonly fetcher?: ({
2244
2273
  name: DatasourceFetcherName;
2245
2274
  params: {};
@@ -2400,6 +2429,8 @@ export declare type Serialize_DatasourceTemplate = {
2400
2429
  options?: {};
2401
2430
  };
2402
2431
  textEncoding?: string;
2432
+ pgpPrivateKey?: string;
2433
+ pgpPassphrase?: string;
2403
2434
  options?: {
2404
2435
  method?: "GET" | "PATCH" | "POST" | "PUT";
2405
2436
  body?: string;
@@ -2496,6 +2527,8 @@ export declare type Serialize_DatasourceTemplate = {
2496
2527
  options?: {};
2497
2528
  };
2498
2529
  textEncoding?: string;
2530
+ pgpPrivateKey?: string;
2531
+ pgpPassphrase?: string;
2499
2532
  };
2500
2533
  preProcessingAggregations?: {
2501
2534
  type?: "unwind";
@@ -2548,6 +2581,8 @@ export declare type Serialize_DatasourceTemplate = {
2548
2581
  textEncoding?: string;
2549
2582
  processType?: ProcessType;
2550
2583
  disableProxy?: boolean;
2584
+ pgpPrivateKey?: string;
2585
+ pgpPassphrase?: string;
2551
2586
  };
2552
2587
  preProcessingAggregations?: {
2553
2588
  type?: "unwind";
@@ -2601,6 +2636,8 @@ export declare type Serialize_DatasourceTemplate = {
2601
2636
  textEncoding?: string;
2602
2637
  disableProxy?: boolean;
2603
2638
  processType?: ProcessType;
2639
+ pgpPrivateKey?: string;
2640
+ pgpPassphrase?: string;
2604
2641
  };
2605
2642
  preProcessingAggregations?: {
2606
2643
  type?: "unwind";
@@ -2673,6 +2710,8 @@ export declare type Serialize_DatasourceTemplate = {
2673
2710
  };
2674
2711
  textEncoding?: string;
2675
2712
  processType?: ProcessType;
2713
+ pgpPrivateKey?: string;
2714
+ pgpPassphrase?: string;
2676
2715
  };
2677
2716
  preProcessingAggregations?: {
2678
2717
  type?: "unwind";
@@ -2779,6 +2818,8 @@ export declare type Serialize_DatasourceTemplate = {
2779
2818
  };
2780
2819
  textEncoding?: string;
2781
2820
  processType?: ProcessType;
2821
+ pgpPrivateKey?: string;
2822
+ pgpPassphrase?: string;
2782
2823
  };
2783
2824
  preProcessingAggregations?: {
2784
2825
  type?: "unwind";
@@ -3266,6 +3307,8 @@ export declare type Serialize_DatasourceTemplate = {
3266
3307
  options?: {};
3267
3308
  };
3268
3309
  textEncoding?: string;
3310
+ pgpPrivateKey?: string;
3311
+ pgpPassphrase?: string;
3269
3312
  options?: {
3270
3313
  method?: "GET" | "PATCH" | "POST" | "PUT";
3271
3314
  body?: string;
@@ -3362,6 +3405,8 @@ export declare type Serialize_DatasourceTemplate = {
3362
3405
  options?: {};
3363
3406
  };
3364
3407
  textEncoding?: string;
3408
+ pgpPrivateKey?: string;
3409
+ pgpPassphrase?: string;
3365
3410
  };
3366
3411
  preProcessingAggregations?: {
3367
3412
  type?: "unwind";
@@ -3414,6 +3459,8 @@ export declare type Serialize_DatasourceTemplate = {
3414
3459
  textEncoding?: string;
3415
3460
  processType?: ProcessType;
3416
3461
  disableProxy?: boolean;
3462
+ pgpPrivateKey?: string;
3463
+ pgpPassphrase?: string;
3417
3464
  };
3418
3465
  preProcessingAggregations?: {
3419
3466
  type?: "unwind";
@@ -3467,6 +3514,8 @@ export declare type Serialize_DatasourceTemplate = {
3467
3514
  textEncoding?: string;
3468
3515
  disableProxy?: boolean;
3469
3516
  processType?: ProcessType;
3517
+ pgpPrivateKey?: string;
3518
+ pgpPassphrase?: string;
3470
3519
  };
3471
3520
  preProcessingAggregations?: {
3472
3521
  type?: "unwind";
@@ -3539,6 +3588,8 @@ export declare type Serialize_DatasourceTemplate = {
3539
3588
  };
3540
3589
  textEncoding?: string;
3541
3590
  processType?: ProcessType;
3591
+ pgpPrivateKey?: string;
3592
+ pgpPassphrase?: string;
3542
3593
  };
3543
3594
  preProcessingAggregations?: {
3544
3595
  type?: "unwind";
@@ -3645,6 +3696,8 @@ export declare type Serialize_DatasourceTemplate = {
3645
3696
  };
3646
3697
  textEncoding?: string;
3647
3698
  processType?: ProcessType;
3699
+ pgpPrivateKey?: string;
3700
+ pgpPassphrase?: string;
3648
3701
  };
3649
3702
  preProcessingAggregations?: {
3650
3703
  type?: "unwind";
@@ -4062,6 +4115,7 @@ export declare type Serialize_DatasourceTemplate = {
4062
4115
  };
4063
4116
  } | {
4064
4117
  datasource: {
4118
+ hidden?: boolean;
4065
4119
  readonly fetcher?: ({
4066
4120
  name: DatasourceFetcherName;
4067
4121
  params: {};
@@ -4452,6 +4506,7 @@ export declare type Serialize_DatasourceTemplate = {
4452
4506
  };
4453
4507
  } | {
4454
4508
  datasource: {
4509
+ hidden?: boolean;
4455
4510
  readonly fetcher?: ({
4456
4511
  name: DatasourceFetcherName;
4457
4512
  params: {};
@@ -4831,6 +4886,61 @@ export declare type InternalResponse_url_string = {
4831
4886
  url: string;
4832
4887
  };
4833
4888
  };
4889
+ export declare type Document = {};
4890
+ export declare enum DatagraphEntityVersionState {
4891
+ DRAFT = "draft",
4892
+ INACTIVE = "inactive",
4893
+ LIVE = "live"
4894
+ }
4895
+ export declare type EntityColumn = {
4896
+ id: string;
4897
+ name: string;
4898
+ overridenName: string | null;
4899
+ primitive: FieldMapType;
4900
+ query: {
4901
+ datasourceId: string;
4902
+ query: string;
4903
+ };
4904
+ dependsOn: {};
4905
+ };
4906
+ export declare type Entity = {
4907
+ name: string;
4908
+ columns: EntityColumn[];
4909
+ };
4910
+ export declare type DatagraphEntityVersion = {
4911
+ readonly companyId: (ObjectId) & readonlyP;
4912
+ readonly state: (DatagraphEntityVersionState) & readonlyP;
4913
+ readonly definition: (Entity) & readonlyP;
4914
+ };
4915
+ export declare type IObjectWithTypegooseFunction = {};
4916
+ export declare type DatagraphEntity = {
4917
+ readonly companyId: (ObjectId) & readonlyP;
4918
+ readonly resourceGroupIds: (ObjectId[]) & readonlyP;
4919
+ readonly versions: ((ObjectId | (Document & DatagraphEntityVersion & {
4920
+ _id: ObjectId;
4921
+ } & {
4922
+ __v: number;
4923
+ } & IObjectWithTypegooseFunction))[]) & readonlyP;
4924
+ readonly archivedAt: (string | null) & readonlyP;
4925
+ };
4926
+ export declare type InternalResponse_DatagraphEntity = {
4927
+ program: string;
4928
+ version: string;
4929
+ datetime: string;
4930
+ status: string;
4931
+ code?: number;
4932
+ message: string;
4933
+ data: DatagraphEntity;
4934
+ };
4935
+ export declare type InternalResponse_Array_DatagraphEntity = {
4936
+ program: string;
4937
+ version: string;
4938
+ datetime: string;
4939
+ status: string;
4940
+ code?: number;
4941
+ message: string;
4942
+ data: DatagraphEntity[];
4943
+ };
4834
4944
  export declare type CreateSchemaBody = {
4835
4945
  schema: {
4836
4946
  name: string;
@@ -4952,7 +5062,6 @@ export declare type InternalResponse_ValidateSchemaResponse = {
4952
5062
  export declare type ValidateSchemaBody = {
4953
5063
  schema: AnyValue;
4954
5064
  };
4955
- export declare type Document = {};
4956
5065
  export declare enum DatagraphSchemaVersionState {
4957
5066
  DRAFT = "draft",
4958
5067
  LIVE = "live",
@@ -5002,7 +5111,6 @@ export declare type Serialize_DatagraphSchemaVersion = {
5002
5111
  }[]) & readonlyP;
5003
5112
  };
5004
5113
  export declare type DatagraphSchemaVersion = Serialize_DatagraphSchemaVersion;
5005
- export declare type IObjectWithTypegooseFunction = {};
5006
5114
  export declare type InternalResponse_Array_SerializedDatagraphSchema = {
5007
5115
  program: string;
5008
5116
  version: string;
@@ -5062,60 +5170,7 @@ export declare type UpdateSchemaBody = {
5062
5170
  }[];
5063
5171
  }[];
5064
5172
  };
5065
- export declare enum DatagraphEntityVersionState {
5066
- DRAFT = "draft",
5067
- INACTIVE = "inactive",
5068
- LIVE = "live"
5069
- }
5070
- export declare type EntityColumn = {
5071
- id: string;
5072
- name: string;
5073
- overridenName: string | null;
5074
- primitive: FieldMapType;
5075
- query: {
5076
- datasourceId: string;
5077
- query: string;
5078
- };
5079
- dependsOn: {};
5080
- };
5081
- export declare type Entity = {
5082
- name: string;
5083
- columns: EntityColumn[];
5084
- };
5085
- export declare type DatagraphEntityVersion = {
5086
- readonly companyId: (ObjectId) & readonlyP;
5087
- readonly state: (DatagraphEntityVersionState) & readonlyP;
5088
- readonly definition: (Entity) & readonlyP;
5089
- };
5090
- export declare type DatagraphEntity = {
5091
- readonly companyId: (ObjectId) & readonlyP;
5092
- readonly resourceGroupIds: (ObjectId[]) & readonlyP;
5093
- readonly versions: ((ObjectId | (Document & DatagraphEntityVersion & {
5094
- _id: ObjectId;
5095
- } & {
5096
- __v: number;
5097
- } & IObjectWithTypegooseFunction))[]) & readonlyP;
5098
- readonly archivedAt: (string | null) & readonlyP;
5099
- };
5100
- export declare type InternalResponse_DatagraphEntity = {
5101
- program: string;
5102
- version: string;
5103
- datetime: string;
5104
- status: string;
5105
- code?: number;
5106
- message: string;
5107
- data: DatagraphEntity;
5108
- };
5109
- export declare type InternalResponse_Array_DatagraphEntity = {
5110
- program: string;
5111
- version: string;
5112
- datetime: string;
5113
- status: string;
5114
- code?: number;
5115
- message: string;
5116
- data: DatagraphEntity[];
5117
- };
5118
- export declare type InternalResponse_current_Union_null_name_CONFIGURE_NAME_name_CONFIGURE_RESOURCE_GROUP_IDS_name_CONFIGURE_SOURCES_name_CONFIGURE_FIELDS_name_CONFIGURE_FIELD_field_name_string_type_Union_STRING_NUMBER_DATETIME_DATETIME_ISO_BOOLEAN_ADDRESS_1_ADDRESS_2_ADDRESS_3_ADDRESS_4_CITY_ZIPCODE_COUNTRY_LATITUDE_LONGITUDE_REFERENCE_ID_REFERENCE_IDS_PRODUCT_ID_PRICE_URL_IMAGE_URL_NAME_DESCRIPTION_PRODUCT_LIFETIME_LOCALE_ARRAY_STRING_ARRAY_NUMBER_RECORD_STRING_RECORD_NUMBER_COMPANY_ID_EVENT_NAME_EVENT_ID_USER_TMP_ID_USER_AGENT_WORKFLOW_ID_WORKFLOW_VERSION_ID_WORKFLOW_EVENT_MODE_TRANSACTION_ID_TRANSACTION_SOURCE_TRANSACTION_METADATA_PRODUCT_QUANTITY_WORKFLOW_PURCHASE_USER_WORKFLOW_USER_WORKFLOW_ONSITE_USER_USER_BIRTHDAY_USER_AGE_name_CREATE_OAUTH_CLIENT_configurationId_string_name_AUTHORIZE_OAUTH_CLIENT_slug_string_name_CONFIGURE_THRESHOLDS_name_CONFIGURE_API_KEY_slug_partoo_name_PATCH_name_VALIDATE_name_CONFIGURE_GOOGLE_TAG_MANAGER_name_CONFIGURE_REELEVANT_ANALYTICS_SCRIPT_name_CONFIGURE_PRODUCT_DATASOURCE_SOURCE_name_CONFIGURE_TRACKING_DATASOURCE_SOURCE_name_CONFIGURE_BEST_PRODUCT_QUERY_name_CONFIGURE_BEST_PRODUCT_FIELD_name_CONFIGURE_FETCHER_name_CONFIGURE_MERGE_DATASOURCE_SOURCE_name_CONFIGURE_MERGE_DATASOURCE_DEPENDENCY_name_CONFIGURE_MERGE_MAPPING_name_CONFIGURE_BOUGHT_TOGETHER_name_CONFIGURE_TOP_ATTRIBUTES_name_CONFIGURE_DESTINATION_type_smtp_name_CONFIGURE_HIERARCHY_next_Array_Union_name_CONFIGURE_NAME_name_CONFIGURE_RESOURCE_GROUP_IDS_name_CONFIGURE_SOURCES_name_CONFIGURE_FIELDS_name_CONFIGURE_FIELD_field_name_string_type_Union_STRING_NUMBER_DATETIME_DATETIME_ISO_BOOLEAN_ADDRESS_1_ADDRESS_2_ADDRESS_3_ADDRESS_4_CITY_ZIPCODE_COUNTRY_LATITUDE_LONGITUDE_REFERENCE_ID_REFERENCE_IDS_PRODUCT_ID_PRICE_URL_IMAGE_URL_NAME_DESCRIPTION_PRODUCT_LIFETIME_LOCALE_ARRAY_STRING_ARRAY_NUMBER_RECORD_STRING_RECORD_NUMBER_COMPANY_ID_EVENT_NAME_EVENT_ID_USER_TMP_ID_USER_AGENT_WORKFLOW_ID_WORKFLOW_VERSION_ID_WORKFLOW_EVENT_MODE_TRANSACTION_ID_TRANSACTION_SOURCE_TRANSACTION_METADATA_PRODUCT_QUANTITY_WORKFLOW_PURCHASE_USER_WORKFLOW_USER_WORKFLOW_ONSITE_USER_USER_BIRTHDAY_USER_AGE_name_CREATE_OAUTH_CLIENT_configurationId_string_name_AUTHORIZE_OAUTH_CLIENT_slug_string_name_CONFIGURE_THRESHOLDS_name_CONFIGURE_API_KEY_slug_partoo_name_PATCH_name_VALIDATE_name_CONFIGURE_GOOGLE_TAG_MANAGER_name_CONFIGURE_REELEVANT_ANALYTICS_SCRIPT_name_CONFIGURE_PRODUCT_DATASOURCE_SOURCE_name_CONFIGURE_TRACKING_DATASOURCE_SOURCE_name_CONFIGURE_BEST_PRODUCT_QUERY_name_CONFIGURE_BEST_PRODUCT_FIELD_name_CONFIGURE_FETCHER_name_CONFIGURE_MERGE_DATASOURCE_SOURCE_name_CONFIGURE_MERGE_DATASOURCE_DEPENDENCY_name_CONFIGURE_MERGE_MAPPING_name_CONFIGURE_BOUGHT_TOGETHER_name_CONFIGURE_TOP_ATTRIBUTES_name_CONFIGURE_DESTINATION_type_smtp_name_CONFIGURE_HIERARCHY = {
5173
+ export declare type InternalResponse_current_Union_null_name_CONFIGURE_NAME_name_CONFIGURE_RESOURCE_GROUP_IDS_name_CONFIGURE_SOURCES_name_CONFIGURE_FIELDS_name_CONFIGURE_FIELD_field_name_string_type_Union_STRING_NUMBER_DATETIME_DATETIME_ISO_BOOLEAN_ADDRESS_1_ADDRESS_2_ADDRESS_3_ADDRESS_4_CITY_ZIPCODE_COUNTRY_LATITUDE_LONGITUDE_REFERENCE_ID_REFERENCE_IDS_PRODUCT_ID_PRICE_URL_IMAGE_URL_NAME_DESCRIPTION_PRODUCT_LIFETIME_LOCALE_ARRAY_STRING_ARRAY_NUMBER_RECORD_STRING_RECORD_NUMBER_COMPANY_ID_EVENT_NAME_EVENT_ID_USER_TMP_ID_USER_AGENT_WORKFLOW_ID_WORKFLOW_VERSION_ID_WORKFLOW_EVENT_MODE_TRANSACTION_ID_TRANSACTION_SOURCE_TRANSACTION_METADATA_PRODUCT_QUANTITY_WORKFLOW_PURCHASE_USER_WORKFLOW_USER_WORKFLOW_ONSITE_USER_USER_BIRTHDAY_USER_AGE_LOOP_EMAIL_CONTACT_ID_LOOP_WEB_CONTACT_ID_LOOP_MOBILE_CONTACT_ID_name_CREATE_OAUTH_CLIENT_configurationId_string_name_AUTHORIZE_OAUTH_CLIENT_slug_string_name_CONFIGURE_THRESHOLDS_name_CONFIGURE_API_KEY_slug_partoo_name_PATCH_name_VALIDATE_name_CONFIGURE_GOOGLE_TAG_MANAGER_name_CONFIGURE_REELEVANT_ANALYTICS_SCRIPT_name_CONFIGURE_PRODUCT_DATASOURCE_SOURCE_name_CONFIGURE_TRACKING_DATASOURCE_SOURCE_name_CONFIGURE_BEST_PRODUCT_QUERY_name_CONFIGURE_BEST_PRODUCT_FIELD_name_CONFIGURE_FETCHER_name_CONFIGURE_MERGE_DATASOURCE_SOURCE_name_CONFIGURE_MERGE_DATASOURCE_DEPENDENCY_name_CONFIGURE_MERGE_MAPPING_name_CONFIGURE_BOUGHT_TOGETHER_name_CONFIGURE_TOP_ATTRIBUTES_name_CONFIGURE_DESTINATION_type_smtp_name_CONFIGURE_HIERARCHY_next_Array_Union_name_CONFIGURE_NAME_name_CONFIGURE_RESOURCE_GROUP_IDS_name_CONFIGURE_SOURCES_name_CONFIGURE_FIELDS_name_CONFIGURE_FIELD_field_name_string_type_Union_STRING_NUMBER_DATETIME_DATETIME_ISO_BOOLEAN_ADDRESS_1_ADDRESS_2_ADDRESS_3_ADDRESS_4_CITY_ZIPCODE_COUNTRY_LATITUDE_LONGITUDE_REFERENCE_ID_REFERENCE_IDS_PRODUCT_ID_PRICE_URL_IMAGE_URL_NAME_DESCRIPTION_PRODUCT_LIFETIME_LOCALE_ARRAY_STRING_ARRAY_NUMBER_RECORD_STRING_RECORD_NUMBER_COMPANY_ID_EVENT_NAME_EVENT_ID_USER_TMP_ID_USER_AGENT_WORKFLOW_ID_WORKFLOW_VERSION_ID_WORKFLOW_EVENT_MODE_TRANSACTION_ID_TRANSACTION_SOURCE_TRANSACTION_METADATA_PRODUCT_QUANTITY_WORKFLOW_PURCHASE_USER_WORKFLOW_USER_WORKFLOW_ONSITE_USER_USER_BIRTHDAY_USER_AGE_LOOP_EMAIL_CONTACT_ID_LOOP_WEB_CONTACT_ID_LOOP_MOBILE_CONTACT_ID_name_CREATE_OAUTH_CLIENT_configurationId_string_name_AUTHORIZE_OAUTH_CLIENT_slug_string_name_CONFIGURE_THRESHOLDS_name_CONFIGURE_API_KEY_slug_partoo_name_PATCH_name_VALIDATE_name_CONFIGURE_GOOGLE_TAG_MANAGER_name_CONFIGURE_REELEVANT_ANALYTICS_SCRIPT_name_CONFIGURE_PRODUCT_DATASOURCE_SOURCE_name_CONFIGURE_TRACKING_DATASOURCE_SOURCE_name_CONFIGURE_BEST_PRODUCT_QUERY_name_CONFIGURE_BEST_PRODUCT_FIELD_name_CONFIGURE_FETCHER_name_CONFIGURE_MERGE_DATASOURCE_SOURCE_name_CONFIGURE_MERGE_DATASOURCE_DEPENDENCY_name_CONFIGURE_MERGE_MAPPING_name_CONFIGURE_BOUGHT_TOGETHER_name_CONFIGURE_TOP_ATTRIBUTES_name_CONFIGURE_DESTINATION_type_smtp_name_CONFIGURE_HIERARCHY = {
5119
5174
  program: string;
5120
5175
  version: string;
5121
5176
  datetime: string;
@@ -5303,6 +5358,8 @@ export declare type UrlSourceOptions = {
5303
5358
  options: {};
5304
5359
  };
5305
5360
  textEncoding?: string;
5361
+ pgpPrivateKey?: string;
5362
+ pgpPassphrase?: string;
5306
5363
  options?: {
5307
5364
  method?: "GET" | "PATCH" | "POST" | "PUT";
5308
5365
  body?: string;
@@ -5355,126 +5412,9 @@ export declare type UrlSourceOptions = {
5355
5412
  })[];
5356
5413
  };
5357
5414
  };
5358
- export declare type FileSourceOptions = {
5359
- bucket: string;
5360
- path: string;
5361
- format: {
5362
- type: "csv";
5363
- options: {
5364
- csvDelimiter?: string;
5365
- };
5366
- } | {
5367
- type: "ndjson";
5368
- options: {};
5369
- } | {
5370
- type: "json";
5371
- options: {
5372
- rootPath: string;
5373
- };
5374
- } | {
5375
- type: "xml";
5376
- options: {
5377
- rootPath: string;
5378
- };
5379
- } | {
5380
- type: "xlsx";
5381
- options: {};
5382
- } | {
5383
- type: "parquet";
5384
- options: {
5385
- columnsList?: string[];
5386
- version?: string;
5387
- };
5388
- } | {
5389
- type: "avro";
5390
- options: {};
5391
- };
5392
- textEncoding: string;
5393
- };
5394
- export declare type FTPSourceOptions = {
5395
- username: string;
5396
- password: string;
5397
- host: string;
5398
- port: number;
5399
- secure: boolean;
5400
- path: string;
5401
- format?: {
5402
- type: "csv";
5403
- options: {
5404
- csvDelimiter?: string;
5405
- };
5406
- } | {
5407
- type: "ndjson";
5408
- options: {};
5409
- } | {
5410
- type: "json";
5411
- options: {
5412
- rootPath: string;
5413
- };
5414
- } | {
5415
- type: "xml";
5416
- options: {
5417
- rootPath: string;
5418
- };
5419
- } | {
5420
- type: "xlsx";
5421
- options: {};
5422
- } | {
5423
- type: "parquet";
5424
- options: {
5425
- columnsList?: string[];
5426
- version?: string;
5427
- };
5428
- } | {
5429
- type: "avro";
5430
- options: {};
5431
- };
5432
- textEncoding?: string;
5433
- processType?: ProcessType;
5434
- disableProxy?: boolean;
5435
- };
5436
- export declare type SFTPSourceOptions = {
5437
- username: string;
5438
- password?: string;
5439
- privateKey?: string;
5440
- passphrase?: string;
5441
- host: string;
5442
- port: number;
5443
- path: string;
5444
- format?: {
5445
- type: "csv";
5446
- options: {
5447
- csvDelimiter?: string;
5448
- };
5449
- } | {
5450
- type: "ndjson";
5451
- options: {};
5452
- } | {
5453
- type: "json";
5454
- options: {
5455
- rootPath: string;
5456
- };
5457
- } | {
5458
- type: "xml";
5459
- options: {
5460
- rootPath: string;
5461
- };
5462
- } | {
5463
- type: "xlsx";
5464
- options: {};
5465
- } | {
5466
- type: "parquet";
5467
- options: {
5468
- columnsList?: string[];
5469
- version?: string;
5470
- };
5471
- } | {
5472
- type: "avro";
5473
- options: {};
5474
- };
5475
- textEncoding?: string;
5476
- disableProxy?: boolean;
5477
- processType?: ProcessType;
5415
+ export declare type PgpDecryptionOptions = {
5416
+ pgpPrivateKey?: string;
5417
+ pgpPassphrase?: string;
5478
5418
  };
5479
5419
  export declare type SnowflakeSourceOptions = {
5480
5420
  account: string;
@@ -5488,46 +5428,6 @@ export declare type SnowflakeSourceOptions = {
5488
5428
  query?: string;
5489
5429
  timestampColumn?: string;
5490
5430
  };
5491
- export declare type GoogleStorageSourceOptions = {
5492
- privateKey: string;
5493
- clientEmail: string;
5494
- projectId: string;
5495
- bucket: string;
5496
- path: string;
5497
- format?: {
5498
- type: "csv";
5499
- options: {
5500
- csvDelimiter?: string;
5501
- };
5502
- } | {
5503
- type: "ndjson";
5504
- options: {};
5505
- } | {
5506
- type: "json";
5507
- options: {
5508
- rootPath: string;
5509
- };
5510
- } | {
5511
- type: "xml";
5512
- options: {
5513
- rootPath: string;
5514
- };
5515
- } | {
5516
- type: "xlsx";
5517
- options: {};
5518
- } | {
5519
- type: "parquet";
5520
- options: {
5521
- columnsList?: string[];
5522
- version?: string;
5523
- };
5524
- } | {
5525
- type: "avro";
5526
- options: {};
5527
- };
5528
- textEncoding?: string;
5529
- processType?: ProcessType;
5530
- };
5531
5431
  export declare type KafkaSourceOptions = {
5532
5432
  brokers: string[];
5533
5433
  topic: string;
@@ -5573,47 +5473,6 @@ export declare type KafkaSourceOptions = {
5573
5473
  password: string;
5574
5474
  };
5575
5475
  };
5576
- export declare type S3SourceOptions = {
5577
- accessKey: string;
5578
- secretKey: string;
5579
- bucket: string;
5580
- path: string;
5581
- endpoint?: string;
5582
- region?: string;
5583
- format?: {
5584
- type: "csv";
5585
- options: {
5586
- csvDelimiter?: string;
5587
- };
5588
- } | {
5589
- type: "ndjson";
5590
- options: {};
5591
- } | {
5592
- type: "json";
5593
- options: {
5594
- rootPath: string;
5595
- };
5596
- } | {
5597
- type: "xml";
5598
- options: {
5599
- rootPath: string;
5600
- };
5601
- } | {
5602
- type: "xlsx";
5603
- options: {};
5604
- } | {
5605
- type: "parquet";
5606
- options: {
5607
- columnsList?: string[];
5608
- version?: string;
5609
- };
5610
- } | {
5611
- type: "avro";
5612
- options: {};
5613
- };
5614
- textEncoding?: string;
5615
- processType?: ProcessType;
5616
- };
5617
5476
  export declare type SourceInput_Without_FieldsRules = {
5618
5477
  filter?: {
5619
5478
  $and: ({
@@ -6141,17 +6000,135 @@ export declare type SourceInput_Without_FieldsRules = {
6141
6000
  preProcessingAggregations?: PreProcessingAggregations[];
6142
6001
  }) | ({
6143
6002
  type: "file";
6144
- options: FileSourceOptions;
6003
+ options: {
6004
+ bucket: string;
6005
+ path: string;
6006
+ format: {
6007
+ type: "csv";
6008
+ options: {
6009
+ csvDelimiter?: string;
6010
+ };
6011
+ } | {
6012
+ type: "ndjson";
6013
+ options: {};
6014
+ } | {
6015
+ type: "json";
6016
+ options: {
6017
+ rootPath: string;
6018
+ };
6019
+ } | {
6020
+ type: "xml";
6021
+ options: {
6022
+ rootPath: string;
6023
+ };
6024
+ } | {
6025
+ type: "xlsx";
6026
+ options: {};
6027
+ } | {
6028
+ type: "parquet";
6029
+ options: {
6030
+ columnsList?: string[];
6031
+ version?: string;
6032
+ };
6033
+ } | {
6034
+ type: "avro";
6035
+ options: {};
6036
+ };
6037
+ textEncoding: string;
6038
+ } & PgpDecryptionOptions;
6145
6039
  } & {
6146
6040
  preProcessingAggregations?: PreProcessingAggregations[];
6147
6041
  }) | ({
6148
6042
  type: "ftp";
6149
- options: FTPSourceOptions;
6043
+ options: {
6044
+ username: string;
6045
+ password: string;
6046
+ host: string;
6047
+ port: number;
6048
+ secure: boolean;
6049
+ path: string;
6050
+ format?: {
6051
+ type: "csv";
6052
+ options: {
6053
+ csvDelimiter?: string;
6054
+ };
6055
+ } | {
6056
+ type: "ndjson";
6057
+ options: {};
6058
+ } | {
6059
+ type: "json";
6060
+ options: {
6061
+ rootPath: string;
6062
+ };
6063
+ } | {
6064
+ type: "xml";
6065
+ options: {
6066
+ rootPath: string;
6067
+ };
6068
+ } | {
6069
+ type: "xlsx";
6070
+ options: {};
6071
+ } | {
6072
+ type: "parquet";
6073
+ options: {
6074
+ columnsList?: string[];
6075
+ version?: string;
6076
+ };
6077
+ } | {
6078
+ type: "avro";
6079
+ options: {};
6080
+ };
6081
+ textEncoding?: string;
6082
+ processType?: ProcessType;
6083
+ disableProxy?: boolean;
6084
+ } & PgpDecryptionOptions;
6150
6085
  } & {
6151
6086
  preProcessingAggregations?: PreProcessingAggregations[];
6152
6087
  }) | ({
6153
6088
  type: "sftp";
6154
- options: SFTPSourceOptions;
6089
+ options: {
6090
+ username: string;
6091
+ password?: string;
6092
+ privateKey?: string;
6093
+ passphrase?: string;
6094
+ host: string;
6095
+ port: number;
6096
+ path: string;
6097
+ format?: {
6098
+ type: "csv";
6099
+ options: {
6100
+ csvDelimiter?: string;
6101
+ };
6102
+ } | {
6103
+ type: "ndjson";
6104
+ options: {};
6105
+ } | {
6106
+ type: "json";
6107
+ options: {
6108
+ rootPath: string;
6109
+ };
6110
+ } | {
6111
+ type: "xml";
6112
+ options: {
6113
+ rootPath: string;
6114
+ };
6115
+ } | {
6116
+ type: "xlsx";
6117
+ options: {};
6118
+ } | {
6119
+ type: "parquet";
6120
+ options: {
6121
+ columnsList?: string[];
6122
+ version?: string;
6123
+ };
6124
+ } | {
6125
+ type: "avro";
6126
+ options: {};
6127
+ };
6128
+ textEncoding?: string;
6129
+ disableProxy?: boolean;
6130
+ processType?: ProcessType;
6131
+ } & PgpDecryptionOptions;
6155
6132
  } & {
6156
6133
  preProcessingAggregations?: PreProcessingAggregations[];
6157
6134
  }) | ({
@@ -6161,7 +6138,46 @@ export declare type SourceInput_Without_FieldsRules = {
6161
6138
  preProcessingAggregations?: PreProcessingAggregations[];
6162
6139
  }) | ({
6163
6140
  type: "gcs";
6164
- options: GoogleStorageSourceOptions;
6141
+ options: {
6142
+ privateKey: string;
6143
+ clientEmail: string;
6144
+ projectId: string;
6145
+ bucket: string;
6146
+ path: string;
6147
+ format?: {
6148
+ type: "csv";
6149
+ options: {
6150
+ csvDelimiter?: string;
6151
+ };
6152
+ } | {
6153
+ type: "ndjson";
6154
+ options: {};
6155
+ } | {
6156
+ type: "json";
6157
+ options: {
6158
+ rootPath: string;
6159
+ };
6160
+ } | {
6161
+ type: "xml";
6162
+ options: {
6163
+ rootPath: string;
6164
+ };
6165
+ } | {
6166
+ type: "xlsx";
6167
+ options: {};
6168
+ } | {
6169
+ type: "parquet";
6170
+ options: {
6171
+ columnsList?: string[];
6172
+ version?: string;
6173
+ };
6174
+ } | {
6175
+ type: "avro";
6176
+ options: {};
6177
+ };
6178
+ textEncoding?: string;
6179
+ processType?: ProcessType;
6180
+ } & PgpDecryptionOptions;
6165
6181
  } & {
6166
6182
  preProcessingAggregations?: PreProcessingAggregations[];
6167
6183
  }) | ({
@@ -6171,7 +6187,47 @@ export declare type SourceInput_Without_FieldsRules = {
6171
6187
  preProcessingAggregations?: PreProcessingAggregations[];
6172
6188
  }) | ({
6173
6189
  type: "s3";
6174
- options: S3SourceOptions;
6190
+ options: {
6191
+ accessKey: string;
6192
+ secretKey: string;
6193
+ bucket: string;
6194
+ path: string;
6195
+ endpoint?: string;
6196
+ region?: string;
6197
+ format?: {
6198
+ type: "csv";
6199
+ options: {
6200
+ csvDelimiter?: string;
6201
+ };
6202
+ } | {
6203
+ type: "ndjson";
6204
+ options: {};
6205
+ } | {
6206
+ type: "json";
6207
+ options: {
6208
+ rootPath: string;
6209
+ };
6210
+ } | {
6211
+ type: "xml";
6212
+ options: {
6213
+ rootPath: string;
6214
+ };
6215
+ } | {
6216
+ type: "xlsx";
6217
+ options: {};
6218
+ } | {
6219
+ type: "parquet";
6220
+ options: {
6221
+ columnsList?: string[];
6222
+ version?: string;
6223
+ };
6224
+ } | {
6225
+ type: "avro";
6226
+ options: {};
6227
+ };
6228
+ textEncoding?: string;
6229
+ processType?: ProcessType;
6230
+ } & PgpDecryptionOptions;
6175
6231
  } & {
6176
6232
  preProcessingAggregations?: PreProcessingAggregations[];
6177
6233
  });
@@ -18055,14 +18111,49 @@ export declare type DatasourceLoop = {
18055
18111
  name: "loop";
18056
18112
  subtype: DatasourceLoopSubType;
18057
18113
  };
18058
- export declare type InternalResponse_FileSourceOptions = {
18114
+ export declare type InternalResponse_Intersection_bucket_string_path_string_format_Union_type_csv_options_csvDelimiter_Union_undefined_string_type_ndjson_options__type_json_options_rootPath_string_type_xml_options_rootPath_string_type_xlsx_options__type_parquet_options_columnsList_Union_undefined_Array_string_version_Union_undefined_string_type_avro_options__textEncoding_string_PgpDecryptionOptions = {
18059
18115
  program: string;
18060
18116
  version: string;
18061
18117
  datetime: string;
18062
18118
  status: string;
18063
18119
  code?: number;
18064
18120
  message: string;
18065
- data: FileSourceOptions;
18121
+ data: {
18122
+ bucket: string;
18123
+ path: string;
18124
+ format: {
18125
+ type: "csv";
18126
+ options: {
18127
+ csvDelimiter?: string;
18128
+ };
18129
+ } | {
18130
+ type: "ndjson";
18131
+ options: {};
18132
+ } | {
18133
+ type: "json";
18134
+ options: {
18135
+ rootPath: string;
18136
+ };
18137
+ } | {
18138
+ type: "xml";
18139
+ options: {
18140
+ rootPath: string;
18141
+ };
18142
+ } | {
18143
+ type: "xlsx";
18144
+ options: {};
18145
+ } | {
18146
+ type: "parquet";
18147
+ options: {
18148
+ columnsList?: string[];
18149
+ version?: string;
18150
+ };
18151
+ } | {
18152
+ type: "avro";
18153
+ options: {};
18154
+ };
18155
+ textEncoding: string;
18156
+ } & PgpDecryptionOptions;
18066
18157
  };
18067
18158
  export declare type InternalResponse_password_string = {
18068
18159
  program: string;