@rlvt/datasources-openapi-client 1.0.362 → 1.0.363
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 +505 -91
- package/build/api.js +9 -9
- package/build/definitions.d.ts +314 -226
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/definitions.d.ts
CHANGED
|
@@ -335,6 +335,7 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
335
335
|
hidden: boolean;
|
|
336
336
|
template: {
|
|
337
337
|
datasource: {
|
|
338
|
+
hidden?: boolean;
|
|
338
339
|
readonly fetcher?: ({
|
|
339
340
|
name: DatasourceFetcherName;
|
|
340
341
|
params: {};
|
|
@@ -578,6 +579,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
578
579
|
options?: {};
|
|
579
580
|
};
|
|
580
581
|
textEncoding?: string;
|
|
582
|
+
pgpPrivateKey?: string;
|
|
583
|
+
pgpPassphrase?: string;
|
|
581
584
|
options?: {
|
|
582
585
|
method?: "GET" | "PATCH" | "POST" | "PUT";
|
|
583
586
|
body?: string;
|
|
@@ -674,6 +677,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
674
677
|
options?: {};
|
|
675
678
|
};
|
|
676
679
|
textEncoding?: string;
|
|
680
|
+
pgpPrivateKey?: string;
|
|
681
|
+
pgpPassphrase?: string;
|
|
677
682
|
};
|
|
678
683
|
preProcessingAggregations?: {
|
|
679
684
|
type?: "unwind";
|
|
@@ -726,6 +731,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
726
731
|
textEncoding?: string;
|
|
727
732
|
processType?: ProcessType;
|
|
728
733
|
disableProxy?: boolean;
|
|
734
|
+
pgpPrivateKey?: string;
|
|
735
|
+
pgpPassphrase?: string;
|
|
729
736
|
};
|
|
730
737
|
preProcessingAggregations?: {
|
|
731
738
|
type?: "unwind";
|
|
@@ -779,6 +786,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
779
786
|
textEncoding?: string;
|
|
780
787
|
disableProxy?: boolean;
|
|
781
788
|
processType?: ProcessType;
|
|
789
|
+
pgpPrivateKey?: string;
|
|
790
|
+
pgpPassphrase?: string;
|
|
782
791
|
};
|
|
783
792
|
preProcessingAggregations?: {
|
|
784
793
|
type?: "unwind";
|
|
@@ -851,6 +860,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
851
860
|
};
|
|
852
861
|
textEncoding?: string;
|
|
853
862
|
processType?: ProcessType;
|
|
863
|
+
pgpPrivateKey?: string;
|
|
864
|
+
pgpPassphrase?: string;
|
|
854
865
|
};
|
|
855
866
|
preProcessingAggregations?: {
|
|
856
867
|
type?: "unwind";
|
|
@@ -957,6 +968,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
957
968
|
};
|
|
958
969
|
textEncoding?: string;
|
|
959
970
|
processType?: ProcessType;
|
|
971
|
+
pgpPrivateKey?: string;
|
|
972
|
+
pgpPassphrase?: string;
|
|
960
973
|
};
|
|
961
974
|
preProcessingAggregations?: {
|
|
962
975
|
type?: "unwind";
|
|
@@ -1444,6 +1457,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
1444
1457
|
options?: {};
|
|
1445
1458
|
};
|
|
1446
1459
|
textEncoding?: string;
|
|
1460
|
+
pgpPrivateKey?: string;
|
|
1461
|
+
pgpPassphrase?: string;
|
|
1447
1462
|
options?: {
|
|
1448
1463
|
method?: "GET" | "PATCH" | "POST" | "PUT";
|
|
1449
1464
|
body?: string;
|
|
@@ -1540,6 +1555,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
1540
1555
|
options?: {};
|
|
1541
1556
|
};
|
|
1542
1557
|
textEncoding?: string;
|
|
1558
|
+
pgpPrivateKey?: string;
|
|
1559
|
+
pgpPassphrase?: string;
|
|
1543
1560
|
};
|
|
1544
1561
|
preProcessingAggregations?: {
|
|
1545
1562
|
type?: "unwind";
|
|
@@ -1592,6 +1609,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
1592
1609
|
textEncoding?: string;
|
|
1593
1610
|
processType?: ProcessType;
|
|
1594
1611
|
disableProxy?: boolean;
|
|
1612
|
+
pgpPrivateKey?: string;
|
|
1613
|
+
pgpPassphrase?: string;
|
|
1595
1614
|
};
|
|
1596
1615
|
preProcessingAggregations?: {
|
|
1597
1616
|
type?: "unwind";
|
|
@@ -1645,6 +1664,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
1645
1664
|
textEncoding?: string;
|
|
1646
1665
|
disableProxy?: boolean;
|
|
1647
1666
|
processType?: ProcessType;
|
|
1667
|
+
pgpPrivateKey?: string;
|
|
1668
|
+
pgpPassphrase?: string;
|
|
1648
1669
|
};
|
|
1649
1670
|
preProcessingAggregations?: {
|
|
1650
1671
|
type?: "unwind";
|
|
@@ -1717,6 +1738,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
1717
1738
|
};
|
|
1718
1739
|
textEncoding?: string;
|
|
1719
1740
|
processType?: ProcessType;
|
|
1741
|
+
pgpPrivateKey?: string;
|
|
1742
|
+
pgpPassphrase?: string;
|
|
1720
1743
|
};
|
|
1721
1744
|
preProcessingAggregations?: {
|
|
1722
1745
|
type?: "unwind";
|
|
@@ -1823,6 +1846,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
1823
1846
|
};
|
|
1824
1847
|
textEncoding?: string;
|
|
1825
1848
|
processType?: ProcessType;
|
|
1849
|
+
pgpPrivateKey?: string;
|
|
1850
|
+
pgpPassphrase?: string;
|
|
1826
1851
|
};
|
|
1827
1852
|
preProcessingAggregations?: {
|
|
1828
1853
|
type?: "unwind";
|
|
@@ -2240,6 +2265,7 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
2240
2265
|
};
|
|
2241
2266
|
} | {
|
|
2242
2267
|
datasource: {
|
|
2268
|
+
hidden?: boolean;
|
|
2243
2269
|
readonly fetcher?: ({
|
|
2244
2270
|
name: DatasourceFetcherName;
|
|
2245
2271
|
params: {};
|
|
@@ -2400,6 +2426,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
2400
2426
|
options?: {};
|
|
2401
2427
|
};
|
|
2402
2428
|
textEncoding?: string;
|
|
2429
|
+
pgpPrivateKey?: string;
|
|
2430
|
+
pgpPassphrase?: string;
|
|
2403
2431
|
options?: {
|
|
2404
2432
|
method?: "GET" | "PATCH" | "POST" | "PUT";
|
|
2405
2433
|
body?: string;
|
|
@@ -2496,6 +2524,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
2496
2524
|
options?: {};
|
|
2497
2525
|
};
|
|
2498
2526
|
textEncoding?: string;
|
|
2527
|
+
pgpPrivateKey?: string;
|
|
2528
|
+
pgpPassphrase?: string;
|
|
2499
2529
|
};
|
|
2500
2530
|
preProcessingAggregations?: {
|
|
2501
2531
|
type?: "unwind";
|
|
@@ -2548,6 +2578,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
2548
2578
|
textEncoding?: string;
|
|
2549
2579
|
processType?: ProcessType;
|
|
2550
2580
|
disableProxy?: boolean;
|
|
2581
|
+
pgpPrivateKey?: string;
|
|
2582
|
+
pgpPassphrase?: string;
|
|
2551
2583
|
};
|
|
2552
2584
|
preProcessingAggregations?: {
|
|
2553
2585
|
type?: "unwind";
|
|
@@ -2601,6 +2633,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
2601
2633
|
textEncoding?: string;
|
|
2602
2634
|
disableProxy?: boolean;
|
|
2603
2635
|
processType?: ProcessType;
|
|
2636
|
+
pgpPrivateKey?: string;
|
|
2637
|
+
pgpPassphrase?: string;
|
|
2604
2638
|
};
|
|
2605
2639
|
preProcessingAggregations?: {
|
|
2606
2640
|
type?: "unwind";
|
|
@@ -2673,6 +2707,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
2673
2707
|
};
|
|
2674
2708
|
textEncoding?: string;
|
|
2675
2709
|
processType?: ProcessType;
|
|
2710
|
+
pgpPrivateKey?: string;
|
|
2711
|
+
pgpPassphrase?: string;
|
|
2676
2712
|
};
|
|
2677
2713
|
preProcessingAggregations?: {
|
|
2678
2714
|
type?: "unwind";
|
|
@@ -2779,6 +2815,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
2779
2815
|
};
|
|
2780
2816
|
textEncoding?: string;
|
|
2781
2817
|
processType?: ProcessType;
|
|
2818
|
+
pgpPrivateKey?: string;
|
|
2819
|
+
pgpPassphrase?: string;
|
|
2782
2820
|
};
|
|
2783
2821
|
preProcessingAggregations?: {
|
|
2784
2822
|
type?: "unwind";
|
|
@@ -3266,6 +3304,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
3266
3304
|
options?: {};
|
|
3267
3305
|
};
|
|
3268
3306
|
textEncoding?: string;
|
|
3307
|
+
pgpPrivateKey?: string;
|
|
3308
|
+
pgpPassphrase?: string;
|
|
3269
3309
|
options?: {
|
|
3270
3310
|
method?: "GET" | "PATCH" | "POST" | "PUT";
|
|
3271
3311
|
body?: string;
|
|
@@ -3362,6 +3402,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
3362
3402
|
options?: {};
|
|
3363
3403
|
};
|
|
3364
3404
|
textEncoding?: string;
|
|
3405
|
+
pgpPrivateKey?: string;
|
|
3406
|
+
pgpPassphrase?: string;
|
|
3365
3407
|
};
|
|
3366
3408
|
preProcessingAggregations?: {
|
|
3367
3409
|
type?: "unwind";
|
|
@@ -3414,6 +3456,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
3414
3456
|
textEncoding?: string;
|
|
3415
3457
|
processType?: ProcessType;
|
|
3416
3458
|
disableProxy?: boolean;
|
|
3459
|
+
pgpPrivateKey?: string;
|
|
3460
|
+
pgpPassphrase?: string;
|
|
3417
3461
|
};
|
|
3418
3462
|
preProcessingAggregations?: {
|
|
3419
3463
|
type?: "unwind";
|
|
@@ -3467,6 +3511,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
3467
3511
|
textEncoding?: string;
|
|
3468
3512
|
disableProxy?: boolean;
|
|
3469
3513
|
processType?: ProcessType;
|
|
3514
|
+
pgpPrivateKey?: string;
|
|
3515
|
+
pgpPassphrase?: string;
|
|
3470
3516
|
};
|
|
3471
3517
|
preProcessingAggregations?: {
|
|
3472
3518
|
type?: "unwind";
|
|
@@ -3539,6 +3585,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
3539
3585
|
};
|
|
3540
3586
|
textEncoding?: string;
|
|
3541
3587
|
processType?: ProcessType;
|
|
3588
|
+
pgpPrivateKey?: string;
|
|
3589
|
+
pgpPassphrase?: string;
|
|
3542
3590
|
};
|
|
3543
3591
|
preProcessingAggregations?: {
|
|
3544
3592
|
type?: "unwind";
|
|
@@ -3645,6 +3693,8 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
3645
3693
|
};
|
|
3646
3694
|
textEncoding?: string;
|
|
3647
3695
|
processType?: ProcessType;
|
|
3696
|
+
pgpPrivateKey?: string;
|
|
3697
|
+
pgpPassphrase?: string;
|
|
3648
3698
|
};
|
|
3649
3699
|
preProcessingAggregations?: {
|
|
3650
3700
|
type?: "unwind";
|
|
@@ -4062,6 +4112,7 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
4062
4112
|
};
|
|
4063
4113
|
} | {
|
|
4064
4114
|
datasource: {
|
|
4115
|
+
hidden?: boolean;
|
|
4065
4116
|
readonly fetcher?: ({
|
|
4066
4117
|
name: DatasourceFetcherName;
|
|
4067
4118
|
params: {};
|
|
@@ -4452,6 +4503,7 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
4452
4503
|
};
|
|
4453
4504
|
} | {
|
|
4454
4505
|
datasource: {
|
|
4506
|
+
hidden?: boolean;
|
|
4455
4507
|
readonly fetcher?: ({
|
|
4456
4508
|
name: DatasourceFetcherName;
|
|
4457
4509
|
params: {};
|
|
@@ -5303,6 +5355,8 @@ export declare type UrlSourceOptions = {
|
|
|
5303
5355
|
options: {};
|
|
5304
5356
|
};
|
|
5305
5357
|
textEncoding?: string;
|
|
5358
|
+
pgpPrivateKey?: string;
|
|
5359
|
+
pgpPassphrase?: string;
|
|
5306
5360
|
options?: {
|
|
5307
5361
|
method?: "GET" | "PATCH" | "POST" | "PUT";
|
|
5308
5362
|
body?: string;
|
|
@@ -5355,126 +5409,9 @@ export declare type UrlSourceOptions = {
|
|
|
5355
5409
|
})[];
|
|
5356
5410
|
};
|
|
5357
5411
|
};
|
|
5358
|
-
export declare type
|
|
5359
|
-
|
|
5360
|
-
|
|
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;
|
|
5412
|
+
export declare type PgpDecryptionOptions = {
|
|
5413
|
+
pgpPrivateKey?: string;
|
|
5414
|
+
pgpPassphrase?: string;
|
|
5478
5415
|
};
|
|
5479
5416
|
export declare type SnowflakeSourceOptions = {
|
|
5480
5417
|
account: string;
|
|
@@ -5488,46 +5425,6 @@ export declare type SnowflakeSourceOptions = {
|
|
|
5488
5425
|
query?: string;
|
|
5489
5426
|
timestampColumn?: string;
|
|
5490
5427
|
};
|
|
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
5428
|
export declare type KafkaSourceOptions = {
|
|
5532
5429
|
brokers: string[];
|
|
5533
5430
|
topic: string;
|
|
@@ -5573,47 +5470,6 @@ export declare type KafkaSourceOptions = {
|
|
|
5573
5470
|
password: string;
|
|
5574
5471
|
};
|
|
5575
5472
|
};
|
|
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
5473
|
export declare type SourceInput_Without_FieldsRules = {
|
|
5618
5474
|
filter?: {
|
|
5619
5475
|
$and: ({
|
|
@@ -6141,17 +5997,135 @@ export declare type SourceInput_Without_FieldsRules = {
|
|
|
6141
5997
|
preProcessingAggregations?: PreProcessingAggregations[];
|
|
6142
5998
|
}) | ({
|
|
6143
5999
|
type: "file";
|
|
6144
|
-
options:
|
|
6000
|
+
options: {
|
|
6001
|
+
bucket: string;
|
|
6002
|
+
path: string;
|
|
6003
|
+
format: {
|
|
6004
|
+
type: "csv";
|
|
6005
|
+
options: {
|
|
6006
|
+
csvDelimiter?: string;
|
|
6007
|
+
};
|
|
6008
|
+
} | {
|
|
6009
|
+
type: "ndjson";
|
|
6010
|
+
options: {};
|
|
6011
|
+
} | {
|
|
6012
|
+
type: "json";
|
|
6013
|
+
options: {
|
|
6014
|
+
rootPath: string;
|
|
6015
|
+
};
|
|
6016
|
+
} | {
|
|
6017
|
+
type: "xml";
|
|
6018
|
+
options: {
|
|
6019
|
+
rootPath: string;
|
|
6020
|
+
};
|
|
6021
|
+
} | {
|
|
6022
|
+
type: "xlsx";
|
|
6023
|
+
options: {};
|
|
6024
|
+
} | {
|
|
6025
|
+
type: "parquet";
|
|
6026
|
+
options: {
|
|
6027
|
+
columnsList?: string[];
|
|
6028
|
+
version?: string;
|
|
6029
|
+
};
|
|
6030
|
+
} | {
|
|
6031
|
+
type: "avro";
|
|
6032
|
+
options: {};
|
|
6033
|
+
};
|
|
6034
|
+
textEncoding: string;
|
|
6035
|
+
} & PgpDecryptionOptions;
|
|
6145
6036
|
} & {
|
|
6146
6037
|
preProcessingAggregations?: PreProcessingAggregations[];
|
|
6147
6038
|
}) | ({
|
|
6148
6039
|
type: "ftp";
|
|
6149
|
-
options:
|
|
6040
|
+
options: {
|
|
6041
|
+
username: string;
|
|
6042
|
+
password: string;
|
|
6043
|
+
host: string;
|
|
6044
|
+
port: number;
|
|
6045
|
+
secure: boolean;
|
|
6046
|
+
path: string;
|
|
6047
|
+
format?: {
|
|
6048
|
+
type: "csv";
|
|
6049
|
+
options: {
|
|
6050
|
+
csvDelimiter?: string;
|
|
6051
|
+
};
|
|
6052
|
+
} | {
|
|
6053
|
+
type: "ndjson";
|
|
6054
|
+
options: {};
|
|
6055
|
+
} | {
|
|
6056
|
+
type: "json";
|
|
6057
|
+
options: {
|
|
6058
|
+
rootPath: string;
|
|
6059
|
+
};
|
|
6060
|
+
} | {
|
|
6061
|
+
type: "xml";
|
|
6062
|
+
options: {
|
|
6063
|
+
rootPath: string;
|
|
6064
|
+
};
|
|
6065
|
+
} | {
|
|
6066
|
+
type: "xlsx";
|
|
6067
|
+
options: {};
|
|
6068
|
+
} | {
|
|
6069
|
+
type: "parquet";
|
|
6070
|
+
options: {
|
|
6071
|
+
columnsList?: string[];
|
|
6072
|
+
version?: string;
|
|
6073
|
+
};
|
|
6074
|
+
} | {
|
|
6075
|
+
type: "avro";
|
|
6076
|
+
options: {};
|
|
6077
|
+
};
|
|
6078
|
+
textEncoding?: string;
|
|
6079
|
+
processType?: ProcessType;
|
|
6080
|
+
disableProxy?: boolean;
|
|
6081
|
+
} & PgpDecryptionOptions;
|
|
6150
6082
|
} & {
|
|
6151
6083
|
preProcessingAggregations?: PreProcessingAggregations[];
|
|
6152
6084
|
}) | ({
|
|
6153
6085
|
type: "sftp";
|
|
6154
|
-
options:
|
|
6086
|
+
options: {
|
|
6087
|
+
username: string;
|
|
6088
|
+
password?: string;
|
|
6089
|
+
privateKey?: string;
|
|
6090
|
+
passphrase?: string;
|
|
6091
|
+
host: string;
|
|
6092
|
+
port: number;
|
|
6093
|
+
path: string;
|
|
6094
|
+
format?: {
|
|
6095
|
+
type: "csv";
|
|
6096
|
+
options: {
|
|
6097
|
+
csvDelimiter?: string;
|
|
6098
|
+
};
|
|
6099
|
+
} | {
|
|
6100
|
+
type: "ndjson";
|
|
6101
|
+
options: {};
|
|
6102
|
+
} | {
|
|
6103
|
+
type: "json";
|
|
6104
|
+
options: {
|
|
6105
|
+
rootPath: string;
|
|
6106
|
+
};
|
|
6107
|
+
} | {
|
|
6108
|
+
type: "xml";
|
|
6109
|
+
options: {
|
|
6110
|
+
rootPath: string;
|
|
6111
|
+
};
|
|
6112
|
+
} | {
|
|
6113
|
+
type: "xlsx";
|
|
6114
|
+
options: {};
|
|
6115
|
+
} | {
|
|
6116
|
+
type: "parquet";
|
|
6117
|
+
options: {
|
|
6118
|
+
columnsList?: string[];
|
|
6119
|
+
version?: string;
|
|
6120
|
+
};
|
|
6121
|
+
} | {
|
|
6122
|
+
type: "avro";
|
|
6123
|
+
options: {};
|
|
6124
|
+
};
|
|
6125
|
+
textEncoding?: string;
|
|
6126
|
+
disableProxy?: boolean;
|
|
6127
|
+
processType?: ProcessType;
|
|
6128
|
+
} & PgpDecryptionOptions;
|
|
6155
6129
|
} & {
|
|
6156
6130
|
preProcessingAggregations?: PreProcessingAggregations[];
|
|
6157
6131
|
}) | ({
|
|
@@ -6161,7 +6135,46 @@ export declare type SourceInput_Without_FieldsRules = {
|
|
|
6161
6135
|
preProcessingAggregations?: PreProcessingAggregations[];
|
|
6162
6136
|
}) | ({
|
|
6163
6137
|
type: "gcs";
|
|
6164
|
-
options:
|
|
6138
|
+
options: {
|
|
6139
|
+
privateKey: string;
|
|
6140
|
+
clientEmail: string;
|
|
6141
|
+
projectId: string;
|
|
6142
|
+
bucket: string;
|
|
6143
|
+
path: string;
|
|
6144
|
+
format?: {
|
|
6145
|
+
type: "csv";
|
|
6146
|
+
options: {
|
|
6147
|
+
csvDelimiter?: string;
|
|
6148
|
+
};
|
|
6149
|
+
} | {
|
|
6150
|
+
type: "ndjson";
|
|
6151
|
+
options: {};
|
|
6152
|
+
} | {
|
|
6153
|
+
type: "json";
|
|
6154
|
+
options: {
|
|
6155
|
+
rootPath: string;
|
|
6156
|
+
};
|
|
6157
|
+
} | {
|
|
6158
|
+
type: "xml";
|
|
6159
|
+
options: {
|
|
6160
|
+
rootPath: string;
|
|
6161
|
+
};
|
|
6162
|
+
} | {
|
|
6163
|
+
type: "xlsx";
|
|
6164
|
+
options: {};
|
|
6165
|
+
} | {
|
|
6166
|
+
type: "parquet";
|
|
6167
|
+
options: {
|
|
6168
|
+
columnsList?: string[];
|
|
6169
|
+
version?: string;
|
|
6170
|
+
};
|
|
6171
|
+
} | {
|
|
6172
|
+
type: "avro";
|
|
6173
|
+
options: {};
|
|
6174
|
+
};
|
|
6175
|
+
textEncoding?: string;
|
|
6176
|
+
processType?: ProcessType;
|
|
6177
|
+
} & PgpDecryptionOptions;
|
|
6165
6178
|
} & {
|
|
6166
6179
|
preProcessingAggregations?: PreProcessingAggregations[];
|
|
6167
6180
|
}) | ({
|
|
@@ -6171,7 +6184,47 @@ export declare type SourceInput_Without_FieldsRules = {
|
|
|
6171
6184
|
preProcessingAggregations?: PreProcessingAggregations[];
|
|
6172
6185
|
}) | ({
|
|
6173
6186
|
type: "s3";
|
|
6174
|
-
options:
|
|
6187
|
+
options: {
|
|
6188
|
+
accessKey: string;
|
|
6189
|
+
secretKey: string;
|
|
6190
|
+
bucket: string;
|
|
6191
|
+
path: string;
|
|
6192
|
+
endpoint?: string;
|
|
6193
|
+
region?: string;
|
|
6194
|
+
format?: {
|
|
6195
|
+
type: "csv";
|
|
6196
|
+
options: {
|
|
6197
|
+
csvDelimiter?: string;
|
|
6198
|
+
};
|
|
6199
|
+
} | {
|
|
6200
|
+
type: "ndjson";
|
|
6201
|
+
options: {};
|
|
6202
|
+
} | {
|
|
6203
|
+
type: "json";
|
|
6204
|
+
options: {
|
|
6205
|
+
rootPath: string;
|
|
6206
|
+
};
|
|
6207
|
+
} | {
|
|
6208
|
+
type: "xml";
|
|
6209
|
+
options: {
|
|
6210
|
+
rootPath: string;
|
|
6211
|
+
};
|
|
6212
|
+
} | {
|
|
6213
|
+
type: "xlsx";
|
|
6214
|
+
options: {};
|
|
6215
|
+
} | {
|
|
6216
|
+
type: "parquet";
|
|
6217
|
+
options: {
|
|
6218
|
+
columnsList?: string[];
|
|
6219
|
+
version?: string;
|
|
6220
|
+
};
|
|
6221
|
+
} | {
|
|
6222
|
+
type: "avro";
|
|
6223
|
+
options: {};
|
|
6224
|
+
};
|
|
6225
|
+
textEncoding?: string;
|
|
6226
|
+
processType?: ProcessType;
|
|
6227
|
+
} & PgpDecryptionOptions;
|
|
6175
6228
|
} & {
|
|
6176
6229
|
preProcessingAggregations?: PreProcessingAggregations[];
|
|
6177
6230
|
});
|
|
@@ -18055,26 +18108,6 @@ export declare type DatasourceLoop = {
|
|
|
18055
18108
|
name: "loop";
|
|
18056
18109
|
subtype: DatasourceLoopSubType;
|
|
18057
18110
|
};
|
|
18058
|
-
export declare type InternalResponse_FileSourceOptions = {
|
|
18059
|
-
program: string;
|
|
18060
|
-
version: string;
|
|
18061
|
-
datetime: string;
|
|
18062
|
-
status: string;
|
|
18063
|
-
code?: number;
|
|
18064
|
-
message: string;
|
|
18065
|
-
data: FileSourceOptions;
|
|
18066
|
-
};
|
|
18067
|
-
export declare type InternalResponse_password_string = {
|
|
18068
|
-
program: string;
|
|
18069
|
-
version: string;
|
|
18070
|
-
datetime: string;
|
|
18071
|
-
status: string;
|
|
18072
|
-
code?: number;
|
|
18073
|
-
message: string;
|
|
18074
|
-
data: {
|
|
18075
|
-
password: string;
|
|
18076
|
-
};
|
|
18077
|
-
};
|
|
18078
18111
|
export declare type InternalResponse_fields_Array_Intersection_FieldMapPlain_rulesPerSources_Record = {
|
|
18079
18112
|
program: string;
|
|
18080
18113
|
version: string;
|
|
@@ -18225,6 +18258,61 @@ export declare type InternalResponse_fields_Array_Intersection_FieldMapPlain_rul
|
|
|
18225
18258
|
})[];
|
|
18226
18259
|
};
|
|
18227
18260
|
};
|
|
18261
|
+
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 = {
|
|
18262
|
+
program: string;
|
|
18263
|
+
version: string;
|
|
18264
|
+
datetime: string;
|
|
18265
|
+
status: string;
|
|
18266
|
+
code?: number;
|
|
18267
|
+
message: string;
|
|
18268
|
+
data: {
|
|
18269
|
+
bucket: string;
|
|
18270
|
+
path: string;
|
|
18271
|
+
format: {
|
|
18272
|
+
type: "csv";
|
|
18273
|
+
options: {
|
|
18274
|
+
csvDelimiter?: string;
|
|
18275
|
+
};
|
|
18276
|
+
} | {
|
|
18277
|
+
type: "ndjson";
|
|
18278
|
+
options: {};
|
|
18279
|
+
} | {
|
|
18280
|
+
type: "json";
|
|
18281
|
+
options: {
|
|
18282
|
+
rootPath: string;
|
|
18283
|
+
};
|
|
18284
|
+
} | {
|
|
18285
|
+
type: "xml";
|
|
18286
|
+
options: {
|
|
18287
|
+
rootPath: string;
|
|
18288
|
+
};
|
|
18289
|
+
} | {
|
|
18290
|
+
type: "xlsx";
|
|
18291
|
+
options: {};
|
|
18292
|
+
} | {
|
|
18293
|
+
type: "parquet";
|
|
18294
|
+
options: {
|
|
18295
|
+
columnsList?: string[];
|
|
18296
|
+
version?: string;
|
|
18297
|
+
};
|
|
18298
|
+
} | {
|
|
18299
|
+
type: "avro";
|
|
18300
|
+
options: {};
|
|
18301
|
+
};
|
|
18302
|
+
textEncoding: string;
|
|
18303
|
+
} & PgpDecryptionOptions;
|
|
18304
|
+
};
|
|
18305
|
+
export declare type InternalResponse_password_string = {
|
|
18306
|
+
program: string;
|
|
18307
|
+
version: string;
|
|
18308
|
+
datetime: string;
|
|
18309
|
+
status: string;
|
|
18310
|
+
code?: number;
|
|
18311
|
+
message: string;
|
|
18312
|
+
data: {
|
|
18313
|
+
password: string;
|
|
18314
|
+
};
|
|
18315
|
+
};
|
|
18228
18316
|
export declare enum FieldMapRuleName {
|
|
18229
18317
|
STATIC = "static",
|
|
18230
18318
|
PATH = "path",
|