@rlvt/datasources-openapi-client 1.0.293 → 1.0.295

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 CHANGED
@@ -857,6 +857,7 @@ export default class {
857
857
  host?: string | undefined;
858
858
  port?: number | undefined;
859
859
  secure?: boolean | undefined;
860
+ processLastOnly?: boolean | undefined;
860
861
  } | undefined;
861
862
  type?: "ftp" | undefined;
862
863
  preProcessingAggregations?: {
@@ -906,6 +907,7 @@ export default class {
906
907
  textEncoding?: string | undefined;
907
908
  host?: string | undefined;
908
909
  port?: number | undefined;
910
+ processLastOnly?: boolean | undefined;
909
911
  } | undefined;
910
912
  type?: "sftp" | undefined;
911
913
  preProcessingAggregations?: {
@@ -946,6 +948,7 @@ export default class {
946
948
  privateKey?: string | undefined;
947
949
  clientEmail?: string | undefined;
948
950
  projectId?: string | undefined;
951
+ tableProjectId?: string | undefined;
949
952
  timestampField?: string | undefined;
950
953
  } | undefined;
951
954
  type?: "bigquery" | undefined;
@@ -1516,6 +1519,7 @@ export default class {
1516
1519
  host?: string | undefined;
1517
1520
  port?: number | undefined;
1518
1521
  secure?: boolean | undefined;
1522
+ processLastOnly?: boolean | undefined;
1519
1523
  } | undefined;
1520
1524
  type?: "ftp" | undefined;
1521
1525
  preProcessingAggregations?: {
@@ -1565,6 +1569,7 @@ export default class {
1565
1569
  textEncoding?: string | undefined;
1566
1570
  host?: string | undefined;
1567
1571
  port?: number | undefined;
1572
+ processLastOnly?: boolean | undefined;
1568
1573
  } | undefined;
1569
1574
  type?: "sftp" | undefined;
1570
1575
  preProcessingAggregations?: {
@@ -1605,6 +1610,7 @@ export default class {
1605
1610
  privateKey?: string | undefined;
1606
1611
  clientEmail?: string | undefined;
1607
1612
  projectId?: string | undefined;
1613
+ tableProjectId?: string | undefined;
1608
1614
  timestampField?: string | undefined;
1609
1615
  } | undefined;
1610
1616
  type?: "bigquery" | undefined;
@@ -2269,6 +2275,7 @@ export default class {
2269
2275
  host?: string | undefined;
2270
2276
  port?: number | undefined;
2271
2277
  secure?: boolean | undefined;
2278
+ processLastOnly?: boolean | undefined;
2272
2279
  } | undefined;
2273
2280
  type?: "ftp" | undefined;
2274
2281
  preProcessingAggregations?: {
@@ -2318,6 +2325,7 @@ export default class {
2318
2325
  textEncoding?: string | undefined;
2319
2326
  host?: string | undefined;
2320
2327
  port?: number | undefined;
2328
+ processLastOnly?: boolean | undefined;
2321
2329
  } | undefined;
2322
2330
  type?: "sftp" | undefined;
2323
2331
  preProcessingAggregations?: {
@@ -2358,6 +2366,7 @@ export default class {
2358
2366
  privateKey?: string | undefined;
2359
2367
  clientEmail?: string | undefined;
2360
2368
  projectId?: string | undefined;
2369
+ tableProjectId?: string | undefined;
2361
2370
  timestampField?: string | undefined;
2362
2371
  } | undefined;
2363
2372
  type?: "bigquery" | undefined;
@@ -2928,6 +2937,7 @@ export default class {
2928
2937
  host?: string | undefined;
2929
2938
  port?: number | undefined;
2930
2939
  secure?: boolean | undefined;
2940
+ processLastOnly?: boolean | undefined;
2931
2941
  } | undefined;
2932
2942
  type?: "ftp" | undefined;
2933
2943
  preProcessingAggregations?: {
@@ -2977,6 +2987,7 @@ export default class {
2977
2987
  textEncoding?: string | undefined;
2978
2988
  host?: string | undefined;
2979
2989
  port?: number | undefined;
2990
+ processLastOnly?: boolean | undefined;
2980
2991
  } | undefined;
2981
2992
  type?: "sftp" | undefined;
2982
2993
  preProcessingAggregations?: {
@@ -3017,6 +3028,7 @@ export default class {
3017
3028
  privateKey?: string | undefined;
3018
3029
  clientEmail?: string | undefined;
3019
3030
  projectId?: string | undefined;
3031
+ tableProjectId?: string | undefined;
3020
3032
  timestampField?: string | undefined;
3021
3033
  } | undefined;
3022
3034
  type?: "bigquery" | undefined;
@@ -4753,6 +4765,7 @@ export default class {
4753
4765
  host: string;
4754
4766
  port: number;
4755
4767
  secure: boolean;
4768
+ processLastOnly?: boolean | undefined;
4756
4769
  };
4757
4770
  type: "ftp";
4758
4771
  preProcessingAggregations?: {
@@ -4802,6 +4815,7 @@ export default class {
4802
4815
  textEncoding?: string | undefined;
4803
4816
  host: string;
4804
4817
  port: number;
4818
+ processLastOnly?: boolean | undefined;
4805
4819
  };
4806
4820
  type: "sftp";
4807
4821
  preProcessingAggregations?: {
@@ -4842,6 +4856,7 @@ export default class {
4842
4856
  privateKey?: string | undefined;
4843
4857
  clientEmail?: string | undefined;
4844
4858
  projectId?: string | undefined;
4859
+ tableProjectId?: string | undefined;
4845
4860
  timestampField?: string | undefined;
4846
4861
  };
4847
4862
  type: "bigquery";
@@ -5628,6 +5643,7 @@ export default class {
5628
5643
  host: string;
5629
5644
  port: number;
5630
5645
  secure: boolean;
5646
+ processLastOnly?: boolean | undefined;
5631
5647
  };
5632
5648
  type: "ftp";
5633
5649
  preProcessingAggregations?: {
@@ -5677,6 +5693,7 @@ export default class {
5677
5693
  textEncoding?: string | undefined;
5678
5694
  host: string;
5679
5695
  port: number;
5696
+ processLastOnly?: boolean | undefined;
5680
5697
  };
5681
5698
  type: "sftp";
5682
5699
  preProcessingAggregations?: {
@@ -5717,6 +5734,7 @@ export default class {
5717
5734
  privateKey?: string | undefined;
5718
5735
  clientEmail?: string | undefined;
5719
5736
  projectId?: string | undefined;
5737
+ tableProjectId?: string | undefined;
5720
5738
  timestampField?: string | undefined;
5721
5739
  };
5722
5740
  type: "bigquery";
@@ -6745,6 +6763,7 @@ export default class {
6745
6763
  host: string;
6746
6764
  port: number;
6747
6765
  secure: boolean;
6766
+ processLastOnly?: boolean | undefined;
6748
6767
  };
6749
6768
  type: "ftp";
6750
6769
  preProcessingAggregations?: {
@@ -6794,6 +6813,7 @@ export default class {
6794
6813
  textEncoding?: string | undefined;
6795
6814
  host: string;
6796
6815
  port: number;
6816
+ processLastOnly?: boolean | undefined;
6797
6817
  };
6798
6818
  type: "sftp";
6799
6819
  preProcessingAggregations?: {
@@ -6834,6 +6854,7 @@ export default class {
6834
6854
  privateKey?: string | undefined;
6835
6855
  clientEmail?: string | undefined;
6836
6856
  projectId?: string | undefined;
6857
+ tableProjectId?: string | undefined;
6837
6858
  timestampField?: string | undefined;
6838
6859
  };
6839
6860
  type: "bigquery";
@@ -7620,6 +7641,7 @@ export default class {
7620
7641
  host: string;
7621
7642
  port: number;
7622
7643
  secure: boolean;
7644
+ processLastOnly?: boolean | undefined;
7623
7645
  };
7624
7646
  type: "ftp";
7625
7647
  preProcessingAggregations?: {
@@ -7669,6 +7691,7 @@ export default class {
7669
7691
  textEncoding?: string | undefined;
7670
7692
  host: string;
7671
7693
  port: number;
7694
+ processLastOnly?: boolean | undefined;
7672
7695
  };
7673
7696
  type: "sftp";
7674
7697
  preProcessingAggregations?: {
@@ -7709,6 +7732,7 @@ export default class {
7709
7732
  privateKey?: string | undefined;
7710
7733
  clientEmail?: string | undefined;
7711
7734
  projectId?: string | undefined;
7735
+ tableProjectId?: string | undefined;
7712
7736
  timestampField?: string | undefined;
7713
7737
  };
7714
7738
  type: "bigquery";
@@ -9174,6 +9198,7 @@ export default class {
9174
9198
  host: string;
9175
9199
  port: number;
9176
9200
  secure: boolean;
9201
+ processLastOnly?: boolean | undefined;
9177
9202
  };
9178
9203
  type: "ftp";
9179
9204
  preProcessingAggregations?: {
@@ -9223,6 +9248,7 @@ export default class {
9223
9248
  textEncoding?: string | undefined;
9224
9249
  host: string;
9225
9250
  port: number;
9251
+ processLastOnly?: boolean | undefined;
9226
9252
  };
9227
9253
  type: "sftp";
9228
9254
  preProcessingAggregations?: {
@@ -9263,6 +9289,7 @@ export default class {
9263
9289
  privateKey?: string | undefined;
9264
9290
  clientEmail?: string | undefined;
9265
9291
  projectId?: string | undefined;
9292
+ tableProjectId?: string | undefined;
9266
9293
  timestampField?: string | undefined;
9267
9294
  };
9268
9295
  type: "bigquery";
@@ -10049,6 +10076,7 @@ export default class {
10049
10076
  host: string;
10050
10077
  port: number;
10051
10078
  secure: boolean;
10079
+ processLastOnly?: boolean | undefined;
10052
10080
  };
10053
10081
  type: "ftp";
10054
10082
  preProcessingAggregations?: {
@@ -10098,6 +10126,7 @@ export default class {
10098
10126
  textEncoding?: string | undefined;
10099
10127
  host: string;
10100
10128
  port: number;
10129
+ processLastOnly?: boolean | undefined;
10101
10130
  };
10102
10131
  type: "sftp";
10103
10132
  preProcessingAggregations?: {
@@ -10138,6 +10167,7 @@ export default class {
10138
10167
  privateKey?: string | undefined;
10139
10168
  clientEmail?: string | undefined;
10140
10169
  projectId?: string | undefined;
10170
+ tableProjectId?: string | undefined;
10141
10171
  timestampField?: string | undefined;
10142
10172
  };
10143
10173
  type: "bigquery";
@@ -11166,6 +11196,7 @@ export default class {
11166
11196
  host: string;
11167
11197
  port: number;
11168
11198
  secure: boolean;
11199
+ processLastOnly?: boolean | undefined;
11169
11200
  };
11170
11201
  type: "ftp";
11171
11202
  preProcessingAggregations?: {
@@ -11215,6 +11246,7 @@ export default class {
11215
11246
  textEncoding?: string | undefined;
11216
11247
  host: string;
11217
11248
  port: number;
11249
+ processLastOnly?: boolean | undefined;
11218
11250
  };
11219
11251
  type: "sftp";
11220
11252
  preProcessingAggregations?: {
@@ -11255,6 +11287,7 @@ export default class {
11255
11287
  privateKey?: string | undefined;
11256
11288
  clientEmail?: string | undefined;
11257
11289
  projectId?: string | undefined;
11290
+ tableProjectId?: string | undefined;
11258
11291
  timestampField?: string | undefined;
11259
11292
  };
11260
11293
  type: "bigquery";
@@ -12041,6 +12074,7 @@ export default class {
12041
12074
  host: string;
12042
12075
  port: number;
12043
12076
  secure: boolean;
12077
+ processLastOnly?: boolean | undefined;
12044
12078
  };
12045
12079
  type: "ftp";
12046
12080
  preProcessingAggregations?: {
@@ -12090,6 +12124,7 @@ export default class {
12090
12124
  textEncoding?: string | undefined;
12091
12125
  host: string;
12092
12126
  port: number;
12127
+ processLastOnly?: boolean | undefined;
12093
12128
  };
12094
12129
  type: "sftp";
12095
12130
  preProcessingAggregations?: {
@@ -12130,6 +12165,7 @@ export default class {
12130
12165
  privateKey?: string | undefined;
12131
12166
  clientEmail?: string | undefined;
12132
12167
  projectId?: string | undefined;
12168
+ tableProjectId?: string | undefined;
12133
12169
  timestampField?: string | undefined;
12134
12170
  };
12135
12171
  type: "bigquery";
@@ -13587,6 +13623,7 @@ export default class {
13587
13623
  host: string;
13588
13624
  port: number;
13589
13625
  secure: boolean;
13626
+ processLastOnly?: boolean | undefined;
13590
13627
  };
13591
13628
  type: "ftp";
13592
13629
  preProcessingAggregations?: {
@@ -13636,6 +13673,7 @@ export default class {
13636
13673
  textEncoding?: string | undefined;
13637
13674
  host: string;
13638
13675
  port: number;
13676
+ processLastOnly?: boolean | undefined;
13639
13677
  };
13640
13678
  type: "sftp";
13641
13679
  preProcessingAggregations?: {
@@ -13676,6 +13714,7 @@ export default class {
13676
13714
  privateKey?: string | undefined;
13677
13715
  clientEmail?: string | undefined;
13678
13716
  projectId?: string | undefined;
13717
+ tableProjectId?: string | undefined;
13679
13718
  timestampField?: string | undefined;
13680
13719
  };
13681
13720
  type: "bigquery";
@@ -14462,6 +14501,7 @@ export default class {
14462
14501
  host: string;
14463
14502
  port: number;
14464
14503
  secure: boolean;
14504
+ processLastOnly?: boolean | undefined;
14465
14505
  };
14466
14506
  type: "ftp";
14467
14507
  preProcessingAggregations?: {
@@ -14511,6 +14551,7 @@ export default class {
14511
14551
  textEncoding?: string | undefined;
14512
14552
  host: string;
14513
14553
  port: number;
14554
+ processLastOnly?: boolean | undefined;
14514
14555
  };
14515
14556
  type: "sftp";
14516
14557
  preProcessingAggregations?: {
@@ -14551,6 +14592,7 @@ export default class {
14551
14592
  privateKey?: string | undefined;
14552
14593
  clientEmail?: string | undefined;
14553
14594
  projectId?: string | undefined;
14595
+ tableProjectId?: string | undefined;
14554
14596
  timestampField?: string | undefined;
14555
14597
  };
14556
14598
  type: "bigquery";
@@ -15595,6 +15637,7 @@ export default class {
15595
15637
  host: string;
15596
15638
  port: number;
15597
15639
  secure: boolean;
15640
+ processLastOnly?: boolean | undefined;
15598
15641
  };
15599
15642
  type: "ftp";
15600
15643
  preProcessingAggregations?: {
@@ -15644,6 +15687,7 @@ export default class {
15644
15687
  textEncoding?: string | undefined;
15645
15688
  host: string;
15646
15689
  port: number;
15690
+ processLastOnly?: boolean | undefined;
15647
15691
  };
15648
15692
  type: "sftp";
15649
15693
  preProcessingAggregations?: {
@@ -15684,6 +15728,7 @@ export default class {
15684
15728
  privateKey?: string | undefined;
15685
15729
  clientEmail?: string | undefined;
15686
15730
  projectId?: string | undefined;
15731
+ tableProjectId?: string | undefined;
15687
15732
  timestampField?: string | undefined;
15688
15733
  };
15689
15734
  type: "bigquery";
@@ -16470,6 +16515,7 @@ export default class {
16470
16515
  host: string;
16471
16516
  port: number;
16472
16517
  secure: boolean;
16518
+ processLastOnly?: boolean | undefined;
16473
16519
  };
16474
16520
  type: "ftp";
16475
16521
  preProcessingAggregations?: {
@@ -16519,6 +16565,7 @@ export default class {
16519
16565
  textEncoding?: string | undefined;
16520
16566
  host: string;
16521
16567
  port: number;
16568
+ processLastOnly?: boolean | undefined;
16522
16569
  };
16523
16570
  type: "sftp";
16524
16571
  preProcessingAggregations?: {
@@ -16559,6 +16606,7 @@ export default class {
16559
16606
  privateKey?: string | undefined;
16560
16607
  clientEmail?: string | undefined;
16561
16608
  projectId?: string | undefined;
16609
+ tableProjectId?: string | undefined;
16562
16610
  timestampField?: string | undefined;
16563
16611
  };
16564
16612
  type: "bigquery";
@@ -17532,6 +17580,7 @@ export default class {
17532
17580
  host: string;
17533
17581
  port: number;
17534
17582
  secure: boolean;
17583
+ processLastOnly?: boolean | undefined;
17535
17584
  };
17536
17585
  type: "ftp";
17537
17586
  preProcessingAggregations?: {
@@ -17581,6 +17630,7 @@ export default class {
17581
17630
  textEncoding?: string | undefined;
17582
17631
  host: string;
17583
17632
  port: number;
17633
+ processLastOnly?: boolean | undefined;
17584
17634
  };
17585
17635
  type: "sftp";
17586
17636
  preProcessingAggregations?: {
@@ -17621,6 +17671,7 @@ export default class {
17621
17671
  privateKey?: string | undefined;
17622
17672
  clientEmail?: string | undefined;
17623
17673
  projectId?: string | undefined;
17674
+ tableProjectId?: string | undefined;
17624
17675
  timestampField?: string | undefined;
17625
17676
  };
17626
17677
  type: "bigquery";
@@ -18407,6 +18458,7 @@ export default class {
18407
18458
  host: string;
18408
18459
  port: number;
18409
18460
  secure: boolean;
18461
+ processLastOnly?: boolean | undefined;
18410
18462
  };
18411
18463
  type: "ftp";
18412
18464
  preProcessingAggregations?: {
@@ -18456,6 +18508,7 @@ export default class {
18456
18508
  textEncoding?: string | undefined;
18457
18509
  host: string;
18458
18510
  port: number;
18511
+ processLastOnly?: boolean | undefined;
18459
18512
  };
18460
18513
  type: "sftp";
18461
18514
  preProcessingAggregations?: {
@@ -18496,6 +18549,7 @@ export default class {
18496
18549
  privateKey?: string | undefined;
18497
18550
  clientEmail?: string | undefined;
18498
18551
  projectId?: string | undefined;
18552
+ tableProjectId?: string | undefined;
18499
18553
  timestampField?: string | undefined;
18500
18554
  };
18501
18555
  type: "bigquery";
@@ -19840,6 +19894,7 @@ export default class {
19840
19894
  host: string;
19841
19895
  port: number;
19842
19896
  secure: boolean;
19897
+ processLastOnly?: boolean | undefined;
19843
19898
  };
19844
19899
  type: "ftp";
19845
19900
  preProcessingAggregations?: {
@@ -19889,6 +19944,7 @@ export default class {
19889
19944
  textEncoding?: string | undefined;
19890
19945
  host: string;
19891
19946
  port: number;
19947
+ processLastOnly?: boolean | undefined;
19892
19948
  };
19893
19949
  type: "sftp";
19894
19950
  preProcessingAggregations?: {
@@ -19929,6 +19985,7 @@ export default class {
19929
19985
  privateKey?: string | undefined;
19930
19986
  clientEmail?: string | undefined;
19931
19987
  projectId?: string | undefined;
19988
+ tableProjectId?: string | undefined;
19932
19989
  timestampField?: string | undefined;
19933
19990
  };
19934
19991
  type: "bigquery";
@@ -20715,6 +20772,7 @@ export default class {
20715
20772
  host: string;
20716
20773
  port: number;
20717
20774
  secure: boolean;
20775
+ processLastOnly?: boolean | undefined;
20718
20776
  };
20719
20777
  type: "ftp";
20720
20778
  preProcessingAggregations?: {
@@ -20764,6 +20822,7 @@ export default class {
20764
20822
  textEncoding?: string | undefined;
20765
20823
  host: string;
20766
20824
  port: number;
20825
+ processLastOnly?: boolean | undefined;
20767
20826
  };
20768
20827
  type: "sftp";
20769
20828
  preProcessingAggregations?: {
@@ -20804,6 +20863,7 @@ export default class {
20804
20863
  privateKey?: string | undefined;
20805
20864
  clientEmail?: string | undefined;
20806
20865
  projectId?: string | undefined;
20866
+ tableProjectId?: string | undefined;
20807
20867
  timestampField?: string | undefined;
20808
20868
  };
20809
20869
  type: "bigquery";
@@ -22079,6 +22139,7 @@ export default class {
22079
22139
  host: string;
22080
22140
  port: number;
22081
22141
  secure: boolean;
22142
+ processLastOnly?: boolean | undefined;
22082
22143
  };
22083
22144
  type: "ftp";
22084
22145
  preProcessingAggregations?: {
@@ -22128,6 +22189,7 @@ export default class {
22128
22189
  textEncoding?: string | undefined;
22129
22190
  host: string;
22130
22191
  port: number;
22192
+ processLastOnly?: boolean | undefined;
22131
22193
  };
22132
22194
  type: "sftp";
22133
22195
  preProcessingAggregations?: {
@@ -22168,6 +22230,7 @@ export default class {
22168
22230
  privateKey?: string | undefined;
22169
22231
  clientEmail?: string | undefined;
22170
22232
  projectId?: string | undefined;
22233
+ tableProjectId?: string | undefined;
22171
22234
  timestampField?: string | undefined;
22172
22235
  };
22173
22236
  type: "bigquery";
@@ -22954,6 +23017,7 @@ export default class {
22954
23017
  host: string;
22955
23018
  port: number;
22956
23019
  secure: boolean;
23020
+ processLastOnly?: boolean | undefined;
22957
23021
  };
22958
23022
  type: "ftp";
22959
23023
  preProcessingAggregations?: {
@@ -23003,6 +23067,7 @@ export default class {
23003
23067
  textEncoding?: string | undefined;
23004
23068
  host: string;
23005
23069
  port: number;
23070
+ processLastOnly?: boolean | undefined;
23006
23071
  };
23007
23072
  type: "sftp";
23008
23073
  preProcessingAggregations?: {
@@ -23043,6 +23108,7 @@ export default class {
23043
23108
  privateKey?: string | undefined;
23044
23109
  clientEmail?: string | undefined;
23045
23110
  projectId?: string | undefined;
23111
+ tableProjectId?: string | undefined;
23046
23112
  timestampField?: string | undefined;
23047
23113
  };
23048
23114
  type: "bigquery";
@@ -24387,6 +24453,7 @@ export default class {
24387
24453
  host: string;
24388
24454
  port: number;
24389
24455
  secure: boolean;
24456
+ processLastOnly?: boolean | undefined;
24390
24457
  };
24391
24458
  type: "ftp";
24392
24459
  preProcessingAggregations?: {
@@ -24436,6 +24503,7 @@ export default class {
24436
24503
  textEncoding?: string | undefined;
24437
24504
  host: string;
24438
24505
  port: number;
24506
+ processLastOnly?: boolean | undefined;
24439
24507
  };
24440
24508
  type: "sftp";
24441
24509
  preProcessingAggregations?: {
@@ -24476,6 +24544,7 @@ export default class {
24476
24544
  privateKey?: string | undefined;
24477
24545
  clientEmail?: string | undefined;
24478
24546
  projectId?: string | undefined;
24547
+ tableProjectId?: string | undefined;
24479
24548
  timestampField?: string | undefined;
24480
24549
  };
24481
24550
  type: "bigquery";
@@ -25262,6 +25331,7 @@ export default class {
25262
25331
  host: string;
25263
25332
  port: number;
25264
25333
  secure: boolean;
25334
+ processLastOnly?: boolean | undefined;
25265
25335
  };
25266
25336
  type: "ftp";
25267
25337
  preProcessingAggregations?: {
@@ -25311,6 +25381,7 @@ export default class {
25311
25381
  textEncoding?: string | undefined;
25312
25382
  host: string;
25313
25383
  port: number;
25384
+ processLastOnly?: boolean | undefined;
25314
25385
  };
25315
25386
  type: "sftp";
25316
25387
  preProcessingAggregations?: {
@@ -25351,6 +25422,7 @@ export default class {
25351
25422
  privateKey?: string | undefined;
25352
25423
  clientEmail?: string | undefined;
25353
25424
  projectId?: string | undefined;
25425
+ tableProjectId?: string | undefined;
25354
25426
  timestampField?: string | undefined;
25355
25427
  };
25356
25428
  type: "bigquery";
@@ -26626,6 +26698,7 @@ export default class {
26626
26698
  host: string;
26627
26699
  port: number;
26628
26700
  secure: boolean;
26701
+ processLastOnly?: boolean | undefined;
26629
26702
  };
26630
26703
  type: "ftp";
26631
26704
  preProcessingAggregations?: {
@@ -26675,6 +26748,7 @@ export default class {
26675
26748
  textEncoding?: string | undefined;
26676
26749
  host: string;
26677
26750
  port: number;
26751
+ processLastOnly?: boolean | undefined;
26678
26752
  };
26679
26753
  type: "sftp";
26680
26754
  preProcessingAggregations?: {
@@ -26715,6 +26789,7 @@ export default class {
26715
26789
  privateKey?: string | undefined;
26716
26790
  clientEmail?: string | undefined;
26717
26791
  projectId?: string | undefined;
26792
+ tableProjectId?: string | undefined;
26718
26793
  timestampField?: string | undefined;
26719
26794
  };
26720
26795
  type: "bigquery";
@@ -27501,6 +27576,7 @@ export default class {
27501
27576
  host: string;
27502
27577
  port: number;
27503
27578
  secure: boolean;
27579
+ processLastOnly?: boolean | undefined;
27504
27580
  };
27505
27581
  type: "ftp";
27506
27582
  preProcessingAggregations?: {
@@ -27550,6 +27626,7 @@ export default class {
27550
27626
  textEncoding?: string | undefined;
27551
27627
  host: string;
27552
27628
  port: number;
27629
+ processLastOnly?: boolean | undefined;
27553
27630
  };
27554
27631
  type: "sftp";
27555
27632
  preProcessingAggregations?: {
@@ -27590,6 +27667,7 @@ export default class {
27590
27667
  privateKey?: string | undefined;
27591
27668
  clientEmail?: string | undefined;
27592
27669
  projectId?: string | undefined;
27670
+ tableProjectId?: string | undefined;
27593
27671
  timestampField?: string | undefined;
27594
27672
  };
27595
27673
  type: "bigquery";
@@ -28934,6 +29012,7 @@ export default class {
28934
29012
  host: string;
28935
29013
  port: number;
28936
29014
  secure: boolean;
29015
+ processLastOnly?: boolean | undefined;
28937
29016
  };
28938
29017
  type: "ftp";
28939
29018
  preProcessingAggregations?: {
@@ -28983,6 +29062,7 @@ export default class {
28983
29062
  textEncoding?: string | undefined;
28984
29063
  host: string;
28985
29064
  port: number;
29065
+ processLastOnly?: boolean | undefined;
28986
29066
  };
28987
29067
  type: "sftp";
28988
29068
  preProcessingAggregations?: {
@@ -29023,6 +29103,7 @@ export default class {
29023
29103
  privateKey?: string | undefined;
29024
29104
  clientEmail?: string | undefined;
29025
29105
  projectId?: string | undefined;
29106
+ tableProjectId?: string | undefined;
29026
29107
  timestampField?: string | undefined;
29027
29108
  };
29028
29109
  type: "bigquery";
@@ -29809,6 +29890,7 @@ export default class {
29809
29890
  host: string;
29810
29891
  port: number;
29811
29892
  secure: boolean;
29893
+ processLastOnly?: boolean | undefined;
29812
29894
  };
29813
29895
  type: "ftp";
29814
29896
  preProcessingAggregations?: {
@@ -29858,6 +29940,7 @@ export default class {
29858
29940
  textEncoding?: string | undefined;
29859
29941
  host: string;
29860
29942
  port: number;
29943
+ processLastOnly?: boolean | undefined;
29861
29944
  };
29862
29945
  type: "sftp";
29863
29946
  preProcessingAggregations?: {
@@ -29898,6 +29981,7 @@ export default class {
29898
29981
  privateKey?: string | undefined;
29899
29982
  clientEmail?: string | undefined;
29900
29983
  projectId?: string | undefined;
29984
+ tableProjectId?: string | undefined;
29901
29985
  timestampField?: string | undefined;
29902
29986
  };
29903
29987
  type: "bigquery";
@@ -31173,6 +31257,7 @@ export default class {
31173
31257
  host: string;
31174
31258
  port: number;
31175
31259
  secure: boolean;
31260
+ processLastOnly?: boolean | undefined;
31176
31261
  };
31177
31262
  type: "ftp";
31178
31263
  preProcessingAggregations?: {
@@ -31222,6 +31307,7 @@ export default class {
31222
31307
  textEncoding?: string | undefined;
31223
31308
  host: string;
31224
31309
  port: number;
31310
+ processLastOnly?: boolean | undefined;
31225
31311
  };
31226
31312
  type: "sftp";
31227
31313
  preProcessingAggregations?: {
@@ -31262,6 +31348,7 @@ export default class {
31262
31348
  privateKey?: string | undefined;
31263
31349
  clientEmail?: string | undefined;
31264
31350
  projectId?: string | undefined;
31351
+ tableProjectId?: string | undefined;
31265
31352
  timestampField?: string | undefined;
31266
31353
  };
31267
31354
  type: "bigquery";
@@ -32048,6 +32135,7 @@ export default class {
32048
32135
  host: string;
32049
32136
  port: number;
32050
32137
  secure: boolean;
32138
+ processLastOnly?: boolean | undefined;
32051
32139
  };
32052
32140
  type: "ftp";
32053
32141
  preProcessingAggregations?: {
@@ -32097,6 +32185,7 @@ export default class {
32097
32185
  textEncoding?: string | undefined;
32098
32186
  host: string;
32099
32187
  port: number;
32188
+ processLastOnly?: boolean | undefined;
32100
32189
  };
32101
32190
  type: "sftp";
32102
32191
  preProcessingAggregations?: {
@@ -32137,6 +32226,7 @@ export default class {
32137
32226
  privateKey?: string | undefined;
32138
32227
  clientEmail?: string | undefined;
32139
32228
  projectId?: string | undefined;
32229
+ tableProjectId?: string | undefined;
32140
32230
  timestampField?: string | undefined;
32141
32231
  };
32142
32232
  type: "bigquery";
@@ -33481,6 +33571,7 @@ export default class {
33481
33571
  host: string;
33482
33572
  port: number;
33483
33573
  secure: boolean;
33574
+ processLastOnly?: boolean | undefined;
33484
33575
  };
33485
33576
  type: "ftp";
33486
33577
  preProcessingAggregations?: {
@@ -33530,6 +33621,7 @@ export default class {
33530
33621
  textEncoding?: string | undefined;
33531
33622
  host: string;
33532
33623
  port: number;
33624
+ processLastOnly?: boolean | undefined;
33533
33625
  };
33534
33626
  type: "sftp";
33535
33627
  preProcessingAggregations?: {
@@ -33570,6 +33662,7 @@ export default class {
33570
33662
  privateKey?: string | undefined;
33571
33663
  clientEmail?: string | undefined;
33572
33664
  projectId?: string | undefined;
33665
+ tableProjectId?: string | undefined;
33573
33666
  timestampField?: string | undefined;
33574
33667
  };
33575
33668
  type: "bigquery";
@@ -34356,6 +34449,7 @@ export default class {
34356
34449
  host: string;
34357
34450
  port: number;
34358
34451
  secure: boolean;
34452
+ processLastOnly?: boolean | undefined;
34359
34453
  };
34360
34454
  type: "ftp";
34361
34455
  preProcessingAggregations?: {
@@ -34405,6 +34499,7 @@ export default class {
34405
34499
  textEncoding?: string | undefined;
34406
34500
  host: string;
34407
34501
  port: number;
34502
+ processLastOnly?: boolean | undefined;
34408
34503
  };
34409
34504
  type: "sftp";
34410
34505
  preProcessingAggregations?: {
@@ -34445,6 +34540,7 @@ export default class {
34445
34540
  privateKey?: string | undefined;
34446
34541
  clientEmail?: string | undefined;
34447
34542
  projectId?: string | undefined;
34543
+ tableProjectId?: string | undefined;
34448
34544
  timestampField?: string | undefined;
34449
34545
  };
34450
34546
  type: "bigquery";
@@ -35728,6 +35824,7 @@ export default class {
35728
35824
  host: string;
35729
35825
  port: number;
35730
35826
  secure: boolean;
35827
+ processLastOnly?: boolean | undefined;
35731
35828
  };
35732
35829
  type: "ftp";
35733
35830
  preProcessingAggregations?: {
@@ -35777,6 +35874,7 @@ export default class {
35777
35874
  textEncoding?: string | undefined;
35778
35875
  host: string;
35779
35876
  port: number;
35877
+ processLastOnly?: boolean | undefined;
35780
35878
  };
35781
35879
  type: "sftp";
35782
35880
  preProcessingAggregations?: {
@@ -35817,6 +35915,7 @@ export default class {
35817
35915
  privateKey?: string | undefined;
35818
35916
  clientEmail?: string | undefined;
35819
35917
  projectId?: string | undefined;
35918
+ tableProjectId?: string | undefined;
35820
35919
  timestampField?: string | undefined;
35821
35920
  };
35822
35921
  type: "bigquery";
@@ -36609,6 +36708,7 @@ export default class {
36609
36708
  host: string;
36610
36709
  port: number;
36611
36710
  secure: boolean;
36711
+ processLastOnly?: boolean | undefined;
36612
36712
  };
36613
36713
  type: "ftp";
36614
36714
  preProcessingAggregations?: {
@@ -36658,6 +36758,7 @@ export default class {
36658
36758
  textEncoding?: string | undefined;
36659
36759
  host: string;
36660
36760
  port: number;
36761
+ processLastOnly?: boolean | undefined;
36661
36762
  };
36662
36763
  type: "sftp";
36663
36764
  preProcessingAggregations?: {
@@ -36698,6 +36799,7 @@ export default class {
36698
36799
  privateKey?: string | undefined;
36699
36800
  clientEmail?: string | undefined;
36700
36801
  projectId?: string | undefined;
36802
+ tableProjectId?: string | undefined;
36701
36803
  timestampField?: string | undefined;
36702
36804
  };
36703
36805
  type: "bigquery";
@@ -38044,6 +38146,7 @@ export default class {
38044
38146
  host: string;
38045
38147
  port: number;
38046
38148
  secure: boolean;
38149
+ processLastOnly?: boolean | undefined;
38047
38150
  };
38048
38151
  type: "ftp";
38049
38152
  preProcessingAggregations?: {
@@ -38093,6 +38196,7 @@ export default class {
38093
38196
  textEncoding?: string | undefined;
38094
38197
  host: string;
38095
38198
  port: number;
38199
+ processLastOnly?: boolean | undefined;
38096
38200
  };
38097
38201
  type: "sftp";
38098
38202
  preProcessingAggregations?: {
@@ -38133,6 +38237,7 @@ export default class {
38133
38237
  privateKey?: string | undefined;
38134
38238
  clientEmail?: string | undefined;
38135
38239
  projectId?: string | undefined;
38240
+ tableProjectId?: string | undefined;
38136
38241
  timestampField?: string | undefined;
38137
38242
  };
38138
38243
  type: "bigquery";
@@ -38925,6 +39030,7 @@ export default class {
38925
39030
  host: string;
38926
39031
  port: number;
38927
39032
  secure: boolean;
39033
+ processLastOnly?: boolean | undefined;
38928
39034
  };
38929
39035
  type: "ftp";
38930
39036
  preProcessingAggregations?: {
@@ -38974,6 +39080,7 @@ export default class {
38974
39080
  textEncoding?: string | undefined;
38975
39081
  host: string;
38976
39082
  port: number;
39083
+ processLastOnly?: boolean | undefined;
38977
39084
  };
38978
39085
  type: "sftp";
38979
39086
  preProcessingAggregations?: {
@@ -39014,6 +39121,7 @@ export default class {
39014
39121
  privateKey?: string | undefined;
39015
39122
  clientEmail?: string | undefined;
39016
39123
  projectId?: string | undefined;
39124
+ tableProjectId?: string | undefined;
39017
39125
  timestampField?: string | undefined;
39018
39126
  };
39019
39127
  type: "bigquery";
@@ -719,6 +719,7 @@ export declare type _Without_ = {
719
719
  options?: {};
720
720
  };
721
721
  textEncoding?: string;
722
+ processLastOnly?: boolean;
722
723
  };
723
724
  preProcessingAggregations?: {
724
725
  type?: "unwind";
@@ -768,6 +769,7 @@ export declare type _Without_ = {
768
769
  options?: {};
769
770
  };
770
771
  textEncoding?: string;
772
+ processLastOnly?: boolean;
771
773
  };
772
774
  preProcessingAggregations?: {
773
775
  type?: "unwind";
@@ -808,6 +810,7 @@ export declare type _Without_ = {
808
810
  clientEmail?: string;
809
811
  projectId?: string;
810
812
  query?: string;
813
+ tableProjectId?: string;
811
814
  timestampField?: string;
812
815
  };
813
816
  preProcessingAggregations?: {
@@ -1378,6 +1381,7 @@ export declare type _Without_ = {
1378
1381
  options?: {};
1379
1382
  };
1380
1383
  textEncoding?: string;
1384
+ processLastOnly?: boolean;
1381
1385
  };
1382
1386
  preProcessingAggregations?: {
1383
1387
  type?: "unwind";
@@ -1427,6 +1431,7 @@ export declare type _Without_ = {
1427
1431
  options?: {};
1428
1432
  };
1429
1433
  textEncoding?: string;
1434
+ processLastOnly?: boolean;
1430
1435
  };
1431
1436
  preProcessingAggregations?: {
1432
1437
  type?: "unwind";
@@ -1467,6 +1472,7 @@ export declare type _Without_ = {
1467
1472
  clientEmail?: string;
1468
1473
  projectId?: string;
1469
1474
  query?: string;
1475
+ tableProjectId?: string;
1470
1476
  timestampField?: string;
1471
1477
  };
1472
1478
  preProcessingAggregations?: {
@@ -2106,6 +2112,7 @@ export declare type _Without_ = {
2106
2112
  options?: {};
2107
2113
  };
2108
2114
  textEncoding?: string;
2115
+ processLastOnly?: boolean;
2109
2116
  };
2110
2117
  preProcessingAggregations?: {
2111
2118
  type?: "unwind";
@@ -2155,6 +2162,7 @@ export declare type _Without_ = {
2155
2162
  options?: {};
2156
2163
  };
2157
2164
  textEncoding?: string;
2165
+ processLastOnly?: boolean;
2158
2166
  };
2159
2167
  preProcessingAggregations?: {
2160
2168
  type?: "unwind";
@@ -2195,6 +2203,7 @@ export declare type _Without_ = {
2195
2203
  clientEmail?: string;
2196
2204
  projectId?: string;
2197
2205
  query?: string;
2206
+ tableProjectId?: string;
2198
2207
  timestampField?: string;
2199
2208
  };
2200
2209
  preProcessingAggregations?: {
@@ -2765,6 +2774,7 @@ export declare type _Without_ = {
2765
2774
  options?: {};
2766
2775
  };
2767
2776
  textEncoding?: string;
2777
+ processLastOnly?: boolean;
2768
2778
  };
2769
2779
  preProcessingAggregations?: {
2770
2780
  type?: "unwind";
@@ -2814,6 +2824,7 @@ export declare type _Without_ = {
2814
2824
  options?: {};
2815
2825
  };
2816
2826
  textEncoding?: string;
2827
+ processLastOnly?: boolean;
2817
2828
  };
2818
2829
  preProcessingAggregations?: {
2819
2830
  type?: "unwind";
@@ -2854,6 +2865,7 @@ export declare type _Without_ = {
2854
2865
  clientEmail?: string;
2855
2866
  projectId?: string;
2856
2867
  query?: string;
2868
+ tableProjectId?: string;
2857
2869
  timestampField?: string;
2858
2870
  };
2859
2871
  preProcessingAggregations?: {
@@ -3803,6 +3815,7 @@ export declare type FTPSourceOptions = {
3803
3815
  options: {};
3804
3816
  };
3805
3817
  textEncoding?: string;
3818
+ processLastOnly?: boolean;
3806
3819
  };
3807
3820
  export declare type SFTPSourceOptions = {
3808
3821
  username: string;
@@ -3842,6 +3855,7 @@ export declare type SFTPSourceOptions = {
3842
3855
  options: {};
3843
3856
  };
3844
3857
  textEncoding?: string;
3858
+ processLastOnly?: boolean;
3845
3859
  };
3846
3860
  export declare type ODBCSourceOptions = {
3847
3861
  driver: string;
@@ -3862,6 +3876,7 @@ export declare type BigQuerySourceOptions = {
3862
3876
  clientEmail?: string;
3863
3877
  projectId?: string;
3864
3878
  query?: string;
3879
+ tableProjectId?: string;
3865
3880
  timestampField?: string;
3866
3881
  };
3867
3882
  export declare type SnowflakeSourceOptions = {
@@ -188,4 +188,4 @@ var DatasourceAnalyticsSubType;
188
188
  DatasourceAnalyticsSubType["USER"] = "user";
189
189
  DatasourceAnalyticsSubType["PURCHASES"] = "purchases";
190
190
  })(DatasourceAnalyticsSubType = exports.DatasourceAnalyticsSubType || (exports.DatasourceAnalyticsSubType = {}));
191
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBNENwQixJQUFZLGtCQU1YO0FBTkQsV0FBWSxrQkFBa0I7SUFDMUIsMkNBQXFCLENBQUE7SUFDckIsK0RBQXlDLENBQUE7SUFDekMscURBQStCLENBQUE7SUFDL0IsbURBQTZCLENBQUE7SUFDN0IsdURBQWlDLENBQUE7QUFDckMsQ0FBQyxFQU5XLGtCQUFrQixHQUFsQiwwQkFBa0IsS0FBbEIsMEJBQWtCLFFBTTdCO0FBaUVELElBQVksY0FJWDtBQUpELFdBQVksY0FBYztJQUN0Qix1Q0FBcUIsQ0FBQTtJQUNyQixtQ0FBaUIsQ0FBQTtJQUNqQixpQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFKVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQUl6QjtBQUVELElBQVkscUJBS1g7QUFMRCxXQUFZLHFCQUFxQjtJQUM3QiwwQ0FBaUIsQ0FBQTtJQUNqQiw4Q0FBcUIsQ0FBQTtJQUNyQix3Q0FBZSxDQUFBO0lBQ2YsOENBQXFCLENBQUE7QUFDekIsQ0FBQyxFQUxXLHFCQUFxQixHQUFyQiw2QkFBcUIsS0FBckIsNkJBQXFCLFFBS2hDO0FBRUQsSUFBWSx3QkFHWDtBQUhELFdBQVksd0JBQXdCO0lBQ2hDLHlDQUFhLENBQUE7SUFDYiw2REFBaUMsQ0FBQTtBQUNyQyxDQUFDLEVBSFcsd0JBQXdCLEdBQXhCLGdDQUF3QixLQUF4QixnQ0FBd0IsUUFHbkM7QUFFRCxJQUFZLHdCQU1YO0FBTkQsV0FBWSx3QkFBd0I7SUFDaEMseUNBQWEsQ0FBQTtJQUNiLG1EQUF1QixDQUFBO0lBQ3ZCLCtDQUFtQixDQUFBO0lBQ25CLHlEQUE2QixDQUFBO0lBQzdCLCtEQUFtQyxDQUFBO0FBQ3ZDLENBQUMsRUFOVyx3QkFBd0IsR0FBeEIsZ0NBQXdCLEtBQXhCLGdDQUF3QixR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
191
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBNENwQixJQUFZLGtCQU1YO0FBTkQsV0FBWSxrQkFBa0I7SUFDMUIsMkNBQXFCLENBQUE7SUFDckIsK0RBQXlDLENBQUE7SUFDekMscURBQStCLENBQUE7SUFDL0IsbURBQTZCLENBQUE7SUFDN0IsdURBQWlDLENBQUE7QUFDckMsQ0FBQyxFQU5XLGtCQUFrQixHQUFsQiwwQkFBa0IsS0FBbEIsMEJBQWtCLFFBTTdCO0FBaUVELElBQVksY0FJWDtBQUpELFdBQVksY0FBYztJQUN0Qix1Q0FBcUIsQ0FBQTtJQUNyQixtQ0FBaUIsQ0FBQTtJQUNqQixpQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFKVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQUl6QjtBQUVELElBQVkscUJBS1g7QUFMRCxXQUFZLHFCQUFxQjtJQUM3QiwwQ0FBaUIsQ0FBQTtJQUNqQiw4Q0FBcUIsQ0FBQTtJQUNyQix3Q0FBZSxDQUFBO0lBQ2YsOENBQXFCLENBQUE7QUFDekIsQ0FBQyxFQUxXLHFCQUFxQixHQUFyQiw2QkFBcUIsS0FBckIsNkJBQXFCLFFBS2hDO0FBRUQsSUFBWSx3QkFHWDtBQUhELFdBQVksd0JBQXdCO0lBQ2hDLHlDQUFhLENBQUE7SUFDYiw2REFBaUMsQ0FBQTtBQUNyQyxDQUFDLEVBSFcsd0JBQXdCLEdBQXhCLGdDQUF3QixLQUF4QixnQ0FBd0IsUUFHbkM7QUFFRCxJQUFZLHdCQU1YO0FBTkQsV0FBWSx3QkFBd0I7SUFDaEMseUNBQWEsQ0FBQTtJQUNiLG1EQUF1QixDQUFBO0lBQ3ZCLCtDQUFtQixDQUFBO0lBQ25CLHlEQUE2QixDQUFBO0lBQzdCLCtEQUFtQyxDQUFBO0FBQ3ZDLENBQUMsRUFOVyx3QkFBd0IsR0FBeEIsZ0NBQXdCLEtBQXhCLGdDQUF3QixRQU1uQztBQUVELElBQVkseUJBS1g7QUFMRCxXQUFZLHlCQUF5QjtJQUNqQywwQ0FBYSxDQUFBO0lBQ2Isc0VBQXlDLENBQUE7SUFDekMsOENBQWlCLENBQUE7SUFDakIsZ0RBQW1CLENBQUE7QUFDdkIsQ0FBQyxFQUxXLHlCQUF5QixHQUF6QixpQ0FBeUIsS0FBekIsaUNBQXlCLFFBS3BDO0FBRUQsSUFBWSxtQkFRWDtBQVJELFdBQVksbUJBQW1CO0lBQzNCLG9DQUFhLENBQUE7SUFDYix3Q0FBaUIsQ0FBQTtJQUNqQiw0Q0FBcUIsQ0FBQTtJQUNyQixvQ0FBYSxDQUFBO0lBQ2IsZ0NBQVMsQ0FBQTtJQUNULDhEQUF1QyxDQUFBO0lBQ3ZDLG9DQUFhLENBQUE7QUFDakIsQ0FBQyxFQVJXLG1CQUFtQixHQUFuQiwyQkFBbUIsS0FBbkIsMkJBQW1CLFFBUTlCO0FBRUQsSUFBWSxZQXVDWDtBQXZDRCxXQUFZLFlBQVk7SUFDcEIsaUNBQWlCLENBQUE7SUFDakIsaUNBQWlCLENBQUE7SUFDakIscUNBQXFCLENBQUE7SUFDckIsNkNBQTZCLENBQUE7SUFDN0IsdUNBQXVCLENBQUE7SUFDdkIsdUNBQXVCLENBQUE7SUFDdkIsdUNBQXVCLENBQUE7SUFDdkIsdUNBQXVCLENBQUE7SUFDdkIsNkJBQWEsQ0FBQTtJQUNiLG1DQUFtQixDQUFBO0lBQ25CLG1DQUFtQixDQUFBO0lBQ25CLHFDQUFxQixDQUFBO0lBQ3JCLHVDQUF1QixDQUFBO0lBQ3ZCLDZDQUE2QixDQUFBO0lBQzdCLHlDQUF5QixDQUFBO0lBQ3pCLCtCQUFlLENBQUE7SUFDZiwyQkFBVyxDQUFBO0lBQ1gsdUNBQXVCLENBQUE7SUFDdkIsNkJBQWEsQ0FBQTtJQUNiLDJDQUEyQixDQUFBO0lBQzNCLHFEQUFxQyxDQUFBO0lBQ3JDLGlDQUFpQixDQUFBO0lBQ2pCLDZDQUE2QixDQUFBO0lBQzdCLDZDQUE2QixDQUFBO0lBQzdCLCtDQUErQixDQUFBO0lBQy9CLCtDQUErQixDQUFBO0lBQy9CLHlDQUF5QixDQUFBO0lBQ3pCLHlDQUF5QixDQUFBO0lBQ3pCLDJDQUEyQixDQUFBO0lBQzNCLHlDQUF5QixDQUFBO0lBQ3pCLDJDQUEyQixDQUFBO0lBQzNCLDJEQUEyQyxDQUFBO0lBQzNDLCtDQUErQixDQUFBO0lBQy9CLDZEQUE2QyxDQUFBO0lBQzdDLDJEQUEyQyxDQUFBO0lBQzNDLGlEQUFpQyxDQUFBO0lBQ2pDLHlEQUF5QyxDQUFBO0lBQ3pDLDZEQUE2QyxDQUFBO0FBQ2pELENBQUMsRUF2Q1csWUFBWSxHQUFaLG9CQUFZLEtBQVosb0JBQVksUUF1Q3ZCO0FBRUQsSUFBWSxXQUtYO0FBTEQsV0FBWSxXQUFXO0lBQ25CLDRCQUFhLENBQUE7SUFDYiwwQ0FBMkIsQ0FBQTtJQUMzQixnREFBaUMsQ0FBQTtJQUNqQywwQ0FBMkIsQ0FBQTtBQUMvQixDQUFDLEVBTFcsV0FBVyxHQUFYLG1CQUFXLEtBQVgsbUJBQVcsUUFLdEI7QUF1TEQsSUFBWSxRQTJCWDtBQTNCRCxXQUFZLFFBQVE7SUFDaEIsNkNBQWlDLENBQUE7SUFDakMseUVBQTZELENBQUE7SUFDN0QsbURBQXVDLENBQUE7SUFDdkMsaURBQXFDLENBQUE7SUFDckMsK0NBQW1DLENBQUE7SUFDbkMsdURBQTJDLENBQUE7SUFDM0MsNkRBQWlELENBQUE7SUFDakQseURBQTZDLENBQUE7SUFDN0MsbURBQXVDLENBQUE7SUFDdkMsMkJBQWUsQ0FBQTtJQUNmLG1EQUF1QyxDQUFBO0lBQ3ZDLGlDQUFxQixDQUFBO0lBQ3JCLHVFQUEyRCxDQUFBO0lBQzNELCtFQUFtRSxDQUFBO0lBQ25FLHFGQUF5RSxDQUFBO0lBQ3pFLHlFQUE2RCxDQUFBO0lBQzdELHlGQUE2RSxDQUFBO0lBQzdFLHVGQUEyRSxDQUFBO0lBQzNFLHlGQUE2RSxDQUFBO0lBQzdFLHlFQUE2RCxDQUFBO0lBQzdELHlFQUE2RCxDQUFBO0lBQzdELG1FQUF1RCxDQUFBO0lBQ3ZELCtEQUFtRCxDQUFBO0lBQ25ELG1GQUF1RSxDQUFBO0lBQ3ZFLDJGQUErRSxDQUFBO0lBQy9FLGlFQUFxRCxDQUFBO0FBQ3pELENBQUMsRUEzQlcsUUFBUSxHQUFSLGdCQUFRLEtBQVIsZ0JBQVEsUUEyQm5CO0FBMGxHRCxJQUFZLGdCQU1YO0FBTkQsV0FBWSxnQkFBZ0I7SUFDeEIsbUNBQWUsQ0FBQTtJQUNmLDJDQUF1QixDQUFBO0lBQ3ZCLHlDQUFxQixDQUFBO0lBQ3JCLHFDQUFpQixDQUFBO0lBQ2pCLG1DQUFlLENBQUE7QUFDbkIsQ0FBQyxFQU5XLGdCQUFnQixHQUFoQix3QkFBZ0IsS0FBaEIsd0JBQWdCLFFBTTNCO0FBNEZELElBQVksc0JBS1g7QUFMRCxXQUFZLHNCQUFzQjtJQUM5Qix1Q0FBYSxDQUFBO0lBQ2IseUNBQWUsQ0FBQTtJQUNmLGlEQUF1QixDQUFBO0lBQ3ZCLCtDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFMVyxzQkFBc0IsR0FBdEIsOEJBQXNCLEtBQXRCLDhCQUFzQixRQUtqQztBQTZ3Q0QsSUFBWSxjQU1YO0FBTkQsV0FBWSxjQUFjO0lBQ3RCLHFDQUFtQixDQUFBO0lBQ25CLHVDQUFxQixDQUFBO0lBQ3JCLHFDQUFtQixDQUFBO0lBQ25CLHlDQUF1QixDQUFBO0lBQ3ZCLDZCQUFXLENBQUE7QUFDZixDQUFDLEVBTlcsY0FBYyxHQUFkLHNCQUFjLEtBQWQsc0JBQWMsUUFNekI7QUFtQkQsSUFBWSxnQkFRWDtBQVJELFdBQVksZ0JBQWdCO0lBQ3hCLCtCQUFXLENBQUE7SUFDWCxxQ0FBaUIsQ0FBQTtJQUNqQixpQ0FBYSxDQUFBO0lBQ2IsK0JBQVcsQ0FBQTtJQUNYLGlDQUFhLENBQUE7SUFDYix1Q0FBbUIsQ0FBQTtJQUNuQixpQ0FBYSxDQUFBO0FBQ2pCLENBQUMsRUFSVyxnQkFBZ0IsR0FBaEIsd0JBQWdCLEtBQWhCLHdCQUFnQixRQVEzQjtBQW9zTUQsSUFBWSxnQkFhWDtBQWJELFdBQVksZ0JBQWdCO0lBQ3hCLHFDQUFpQixDQUFBO0lBQ2pCLGlDQUFhLENBQUE7SUFDYiw2Q0FBeUIsQ0FBQTtJQUN6Qix5Q0FBcUIsQ0FBQTtJQUNyQiwrQ0FBMkIsQ0FBQTtJQUMzQiwrREFBMkMsQ0FBQTtJQUMzQyx1Q0FBbUIsQ0FBQTtJQUNuQiwrQ0FBMkIsQ0FBQTtJQUMzQixtQ0FBZSxDQUFBO0lBQ2YscUNBQWlCLENBQUE7SUFDakIsaUNBQWEsQ0FBQTtJQUNiLGlDQUFhLENBQUE7QUFDakIsQ0FBQyxFQWJXLGdCQUFnQixHQUFoQix3QkFBZ0IsS0FBaEIsd0JBQWdCLFFBYTNCO0FBSUQsSUFBWSwwQkFPWDtBQVBELFdBQVksMEJBQTBCO0lBQ2xDLHFEQUF1QixDQUFBO0lBQ3ZCLHVFQUF5QyxDQUFBO0lBQ3pDLGlEQUFtQixDQUFBO0lBQ25CLGlFQUFtQyxDQUFBO0lBQ25DLDJDQUFhLENBQUE7SUFDYixxREFBdUIsQ0FBQTtBQUMzQixDQUFDLEVBUFcsMEJBQTBCLEdBQTFCLGtDQUEwQixLQUExQixrQ0FBMEIsUUFPckMifQ==
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/datasources-openapi-client",
3
- "version": "1.0.293+53da16f",
3
+ "version": "1.0.295+3f34a52",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",