@rlvt/datasources-openapi-client 1.0.328 → 1.0.330
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 +68 -32
- package/build/definitions.d.ts +6 -1
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -962,6 +962,7 @@ export default class {
|
|
|
962
962
|
query?: string | undefined;
|
|
963
963
|
username?: string | undefined;
|
|
964
964
|
password?: string | undefined;
|
|
965
|
+
privateKey?: string | undefined;
|
|
965
966
|
table?: string | undefined;
|
|
966
967
|
account?: string | undefined;
|
|
967
968
|
warehouse?: string | undefined;
|
|
@@ -1654,6 +1655,7 @@ export default class {
|
|
|
1654
1655
|
query?: string | undefined;
|
|
1655
1656
|
username?: string | undefined;
|
|
1656
1657
|
password?: string | undefined;
|
|
1658
|
+
privateKey?: string | undefined;
|
|
1657
1659
|
table?: string | undefined;
|
|
1658
1660
|
account?: string | undefined;
|
|
1659
1661
|
warehouse?: string | undefined;
|
|
@@ -2446,6 +2448,7 @@ export default class {
|
|
|
2446
2448
|
query?: string | undefined;
|
|
2447
2449
|
username?: string | undefined;
|
|
2448
2450
|
password?: string | undefined;
|
|
2451
|
+
privateKey?: string | undefined;
|
|
2449
2452
|
table?: string | undefined;
|
|
2450
2453
|
account?: string | undefined;
|
|
2451
2454
|
warehouse?: string | undefined;
|
|
@@ -3138,6 +3141,7 @@ export default class {
|
|
|
3138
3141
|
query?: string | undefined;
|
|
3139
3142
|
username?: string | undefined;
|
|
3140
3143
|
password?: string | undefined;
|
|
3144
|
+
privateKey?: string | undefined;
|
|
3141
3145
|
table?: string | undefined;
|
|
3142
3146
|
account?: string | undefined;
|
|
3143
3147
|
warehouse?: string | undefined;
|
|
@@ -5015,7 +5019,8 @@ export default class {
|
|
|
5015
5019
|
options: {
|
|
5016
5020
|
query?: string | undefined;
|
|
5017
5021
|
username: string;
|
|
5018
|
-
password
|
|
5022
|
+
password?: string | undefined;
|
|
5023
|
+
privateKey?: string | undefined;
|
|
5019
5024
|
table: string;
|
|
5020
5025
|
account: string;
|
|
5021
5026
|
warehouse: string;
|
|
@@ -5923,7 +5928,8 @@ export default class {
|
|
|
5923
5928
|
options: {
|
|
5924
5929
|
query?: string | undefined;
|
|
5925
5930
|
username: string;
|
|
5926
|
-
password
|
|
5931
|
+
password?: string | undefined;
|
|
5932
|
+
privateKey?: string | undefined;
|
|
5927
5933
|
table: string;
|
|
5928
5934
|
account: string;
|
|
5929
5935
|
warehouse: string;
|
|
@@ -7081,7 +7087,8 @@ export default class {
|
|
|
7081
7087
|
options: {
|
|
7082
7088
|
query?: string | undefined;
|
|
7083
7089
|
username: string;
|
|
7084
|
-
password
|
|
7090
|
+
password?: string | undefined;
|
|
7091
|
+
privateKey?: string | undefined;
|
|
7085
7092
|
table: string;
|
|
7086
7093
|
account: string;
|
|
7087
7094
|
warehouse: string;
|
|
@@ -7989,7 +7996,8 @@ export default class {
|
|
|
7989
7996
|
options: {
|
|
7990
7997
|
query?: string | undefined;
|
|
7991
7998
|
username: string;
|
|
7992
|
-
password
|
|
7999
|
+
password?: string | undefined;
|
|
8000
|
+
privateKey?: string | undefined;
|
|
7993
8001
|
table: string;
|
|
7994
8002
|
account: string;
|
|
7995
8003
|
warehouse: string;
|
|
@@ -9588,7 +9596,8 @@ export default class {
|
|
|
9588
9596
|
options: {
|
|
9589
9597
|
query?: string | undefined;
|
|
9590
9598
|
username: string;
|
|
9591
|
-
password
|
|
9599
|
+
password?: string | undefined;
|
|
9600
|
+
privateKey?: string | undefined;
|
|
9592
9601
|
table: string;
|
|
9593
9602
|
account: string;
|
|
9594
9603
|
warehouse: string;
|
|
@@ -10496,7 +10505,8 @@ export default class {
|
|
|
10496
10505
|
options: {
|
|
10497
10506
|
query?: string | undefined;
|
|
10498
10507
|
username: string;
|
|
10499
|
-
password
|
|
10508
|
+
password?: string | undefined;
|
|
10509
|
+
privateKey?: string | undefined;
|
|
10500
10510
|
table: string;
|
|
10501
10511
|
account: string;
|
|
10502
10512
|
warehouse: string;
|
|
@@ -11654,7 +11664,8 @@ export default class {
|
|
|
11654
11664
|
options: {
|
|
11655
11665
|
query?: string | undefined;
|
|
11656
11666
|
username: string;
|
|
11657
|
-
password
|
|
11667
|
+
password?: string | undefined;
|
|
11668
|
+
privateKey?: string | undefined;
|
|
11658
11669
|
table: string;
|
|
11659
11670
|
account: string;
|
|
11660
11671
|
warehouse: string;
|
|
@@ -12562,7 +12573,8 @@ export default class {
|
|
|
12562
12573
|
options: {
|
|
12563
12574
|
query?: string | undefined;
|
|
12564
12575
|
username: string;
|
|
12565
|
-
password
|
|
12576
|
+
password?: string | undefined;
|
|
12577
|
+
privateKey?: string | undefined;
|
|
12566
12578
|
table: string;
|
|
12567
12579
|
account: string;
|
|
12568
12580
|
warehouse: string;
|
|
@@ -14152,7 +14164,8 @@ export default class {
|
|
|
14152
14164
|
options: {
|
|
14153
14165
|
query?: string | undefined;
|
|
14154
14166
|
username: string;
|
|
14155
|
-
password
|
|
14167
|
+
password?: string | undefined;
|
|
14168
|
+
privateKey?: string | undefined;
|
|
14156
14169
|
table: string;
|
|
14157
14170
|
account: string;
|
|
14158
14171
|
warehouse: string;
|
|
@@ -15060,7 +15073,8 @@ export default class {
|
|
|
15060
15073
|
options: {
|
|
15061
15074
|
query?: string | undefined;
|
|
15062
15075
|
username: string;
|
|
15063
|
-
password
|
|
15076
|
+
password?: string | undefined;
|
|
15077
|
+
privateKey?: string | undefined;
|
|
15064
15078
|
table: string;
|
|
15065
15079
|
account: string;
|
|
15066
15080
|
warehouse: string;
|
|
@@ -16233,7 +16247,8 @@ export default class {
|
|
|
16233
16247
|
options: {
|
|
16234
16248
|
query?: string | undefined;
|
|
16235
16249
|
username: string;
|
|
16236
|
-
password
|
|
16250
|
+
password?: string | undefined;
|
|
16251
|
+
privateKey?: string | undefined;
|
|
16237
16252
|
table: string;
|
|
16238
16253
|
account: string;
|
|
16239
16254
|
warehouse: string;
|
|
@@ -17141,7 +17156,8 @@ export default class {
|
|
|
17141
17156
|
options: {
|
|
17142
17157
|
query?: string | undefined;
|
|
17143
17158
|
username: string;
|
|
17144
|
-
password
|
|
17159
|
+
password?: string | undefined;
|
|
17160
|
+
privateKey?: string | undefined;
|
|
17145
17161
|
table: string;
|
|
17146
17162
|
account: string;
|
|
17147
17163
|
warehouse: string;
|
|
@@ -18276,7 +18292,8 @@ export default class {
|
|
|
18276
18292
|
options: {
|
|
18277
18293
|
query?: string | undefined;
|
|
18278
18294
|
username: string;
|
|
18279
|
-
password
|
|
18295
|
+
password?: string | undefined;
|
|
18296
|
+
privateKey?: string | undefined;
|
|
18280
18297
|
table: string;
|
|
18281
18298
|
account: string;
|
|
18282
18299
|
warehouse: string;
|
|
@@ -19184,7 +19201,8 @@ export default class {
|
|
|
19184
19201
|
options: {
|
|
19185
19202
|
query?: string | undefined;
|
|
19186
19203
|
username: string;
|
|
19187
|
-
password
|
|
19204
|
+
password?: string | undefined;
|
|
19205
|
+
privateKey?: string | undefined;
|
|
19188
19206
|
table: string;
|
|
19189
19207
|
account: string;
|
|
19190
19208
|
warehouse: string;
|
|
@@ -20655,7 +20673,8 @@ export default class {
|
|
|
20655
20673
|
options: {
|
|
20656
20674
|
query?: string | undefined;
|
|
20657
20675
|
username: string;
|
|
20658
|
-
password
|
|
20676
|
+
password?: string | undefined;
|
|
20677
|
+
privateKey?: string | undefined;
|
|
20659
20678
|
table: string;
|
|
20660
20679
|
account: string;
|
|
20661
20680
|
warehouse: string;
|
|
@@ -21563,7 +21582,8 @@ export default class {
|
|
|
21563
21582
|
options: {
|
|
21564
21583
|
query?: string | undefined;
|
|
21565
21584
|
username: string;
|
|
21566
|
-
password
|
|
21585
|
+
password?: string | undefined;
|
|
21586
|
+
privateKey?: string | undefined;
|
|
21567
21587
|
table: string;
|
|
21568
21588
|
account: string;
|
|
21569
21589
|
warehouse: string;
|
|
@@ -22970,7 +22990,8 @@ export default class {
|
|
|
22970
22990
|
options: {
|
|
22971
22991
|
query?: string | undefined;
|
|
22972
22992
|
username: string;
|
|
22973
|
-
password
|
|
22993
|
+
password?: string | undefined;
|
|
22994
|
+
privateKey?: string | undefined;
|
|
22974
22995
|
table: string;
|
|
22975
22996
|
account: string;
|
|
22976
22997
|
warehouse: string;
|
|
@@ -23878,7 +23899,8 @@ export default class {
|
|
|
23878
23899
|
options: {
|
|
23879
23900
|
query?: string | undefined;
|
|
23880
23901
|
username: string;
|
|
23881
|
-
password
|
|
23902
|
+
password?: string | undefined;
|
|
23903
|
+
privateKey?: string | undefined;
|
|
23882
23904
|
table: string;
|
|
23883
23905
|
account: string;
|
|
23884
23906
|
warehouse: string;
|
|
@@ -25349,7 +25371,8 @@ export default class {
|
|
|
25349
25371
|
options: {
|
|
25350
25372
|
query?: string | undefined;
|
|
25351
25373
|
username: string;
|
|
25352
|
-
password
|
|
25374
|
+
password?: string | undefined;
|
|
25375
|
+
privateKey?: string | undefined;
|
|
25353
25376
|
table: string;
|
|
25354
25377
|
account: string;
|
|
25355
25378
|
warehouse: string;
|
|
@@ -26257,7 +26280,8 @@ export default class {
|
|
|
26257
26280
|
options: {
|
|
26258
26281
|
query?: string | undefined;
|
|
26259
26282
|
username: string;
|
|
26260
|
-
password
|
|
26283
|
+
password?: string | undefined;
|
|
26284
|
+
privateKey?: string | undefined;
|
|
26261
26285
|
table: string;
|
|
26262
26286
|
account: string;
|
|
26263
26287
|
warehouse: string;
|
|
@@ -27664,7 +27688,8 @@ export default class {
|
|
|
27664
27688
|
options: {
|
|
27665
27689
|
query?: string | undefined;
|
|
27666
27690
|
username: string;
|
|
27667
|
-
password
|
|
27691
|
+
password?: string | undefined;
|
|
27692
|
+
privateKey?: string | undefined;
|
|
27668
27693
|
table: string;
|
|
27669
27694
|
account: string;
|
|
27670
27695
|
warehouse: string;
|
|
@@ -28572,7 +28597,8 @@ export default class {
|
|
|
28572
28597
|
options: {
|
|
28573
28598
|
query?: string | undefined;
|
|
28574
28599
|
username: string;
|
|
28575
|
-
password
|
|
28600
|
+
password?: string | undefined;
|
|
28601
|
+
privateKey?: string | undefined;
|
|
28576
28602
|
table: string;
|
|
28577
28603
|
account: string;
|
|
28578
28604
|
warehouse: string;
|
|
@@ -30043,7 +30069,8 @@ export default class {
|
|
|
30043
30069
|
options: {
|
|
30044
30070
|
query?: string | undefined;
|
|
30045
30071
|
username: string;
|
|
30046
|
-
password
|
|
30072
|
+
password?: string | undefined;
|
|
30073
|
+
privateKey?: string | undefined;
|
|
30047
30074
|
table: string;
|
|
30048
30075
|
account: string;
|
|
30049
30076
|
warehouse: string;
|
|
@@ -30951,7 +30978,8 @@ export default class {
|
|
|
30951
30978
|
options: {
|
|
30952
30979
|
query?: string | undefined;
|
|
30953
30980
|
username: string;
|
|
30954
|
-
password
|
|
30981
|
+
password?: string | undefined;
|
|
30982
|
+
privateKey?: string | undefined;
|
|
30955
30983
|
table: string;
|
|
30956
30984
|
account: string;
|
|
30957
30985
|
warehouse: string;
|
|
@@ -32358,7 +32386,8 @@ export default class {
|
|
|
32358
32386
|
options: {
|
|
32359
32387
|
query?: string | undefined;
|
|
32360
32388
|
username: string;
|
|
32361
|
-
password
|
|
32389
|
+
password?: string | undefined;
|
|
32390
|
+
privateKey?: string | undefined;
|
|
32362
32391
|
table: string;
|
|
32363
32392
|
account: string;
|
|
32364
32393
|
warehouse: string;
|
|
@@ -33266,7 +33295,8 @@ export default class {
|
|
|
33266
33295
|
options: {
|
|
33267
33296
|
query?: string | undefined;
|
|
33268
33297
|
username: string;
|
|
33269
|
-
password
|
|
33298
|
+
password?: string | undefined;
|
|
33299
|
+
privateKey?: string | undefined;
|
|
33270
33300
|
table: string;
|
|
33271
33301
|
account: string;
|
|
33272
33302
|
warehouse: string;
|
|
@@ -34737,7 +34767,8 @@ export default class {
|
|
|
34737
34767
|
options: {
|
|
34738
34768
|
query?: string | undefined;
|
|
34739
34769
|
username: string;
|
|
34740
|
-
password
|
|
34770
|
+
password?: string | undefined;
|
|
34771
|
+
privateKey?: string | undefined;
|
|
34741
34772
|
table: string;
|
|
34742
34773
|
account: string;
|
|
34743
34774
|
warehouse: string;
|
|
@@ -35645,7 +35676,8 @@ export default class {
|
|
|
35645
35676
|
options: {
|
|
35646
35677
|
query?: string | undefined;
|
|
35647
35678
|
username: string;
|
|
35648
|
-
password
|
|
35679
|
+
password?: string | undefined;
|
|
35680
|
+
privateKey?: string | undefined;
|
|
35649
35681
|
table: string;
|
|
35650
35682
|
account: string;
|
|
35651
35683
|
warehouse: string;
|
|
@@ -37062,7 +37094,8 @@ export default class {
|
|
|
37062
37094
|
options: {
|
|
37063
37095
|
query?: string | undefined;
|
|
37064
37096
|
username: string;
|
|
37065
|
-
password
|
|
37097
|
+
password?: string | undefined;
|
|
37098
|
+
privateKey?: string | undefined;
|
|
37066
37099
|
table: string;
|
|
37067
37100
|
account: string;
|
|
37068
37101
|
warehouse: string;
|
|
@@ -37976,7 +38009,8 @@ export default class {
|
|
|
37976
38009
|
options: {
|
|
37977
38010
|
query?: string | undefined;
|
|
37978
38011
|
username: string;
|
|
37979
|
-
password
|
|
38012
|
+
password?: string | undefined;
|
|
38013
|
+
privateKey?: string | undefined;
|
|
37980
38014
|
table: string;
|
|
37981
38015
|
account: string;
|
|
37982
38016
|
warehouse: string;
|
|
@@ -39449,7 +39483,8 @@ export default class {
|
|
|
39449
39483
|
options: {
|
|
39450
39484
|
query?: string | undefined;
|
|
39451
39485
|
username: string;
|
|
39452
|
-
password
|
|
39486
|
+
password?: string | undefined;
|
|
39487
|
+
privateKey?: string | undefined;
|
|
39453
39488
|
table: string;
|
|
39454
39489
|
account: string;
|
|
39455
39490
|
warehouse: string;
|
|
@@ -40363,7 +40398,8 @@ export default class {
|
|
|
40363
40398
|
options: {
|
|
40364
40399
|
query?: string | undefined;
|
|
40365
40400
|
username: string;
|
|
40366
|
-
password
|
|
40401
|
+
password?: string | undefined;
|
|
40402
|
+
privateKey?: string | undefined;
|
|
40367
40403
|
table: string;
|
|
40368
40404
|
account: string;
|
|
40369
40405
|
warehouse: string;
|
package/build/definitions.d.ts
CHANGED
|
@@ -850,6 +850,7 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
850
850
|
username?: string;
|
|
851
851
|
password?: string;
|
|
852
852
|
warehouse?: string;
|
|
853
|
+
privateKey?: string;
|
|
853
854
|
schema?: string;
|
|
854
855
|
database?: string;
|
|
855
856
|
table?: string;
|
|
@@ -1542,6 +1543,7 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
1542
1543
|
username?: string;
|
|
1543
1544
|
password?: string;
|
|
1544
1545
|
warehouse?: string;
|
|
1546
|
+
privateKey?: string;
|
|
1545
1547
|
schema?: string;
|
|
1546
1548
|
database?: string;
|
|
1547
1549
|
table?: string;
|
|
@@ -2308,6 +2310,7 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
2308
2310
|
username?: string;
|
|
2309
2311
|
password?: string;
|
|
2310
2312
|
warehouse?: string;
|
|
2313
|
+
privateKey?: string;
|
|
2311
2314
|
schema?: string;
|
|
2312
2315
|
database?: string;
|
|
2313
2316
|
table?: string;
|
|
@@ -3000,6 +3003,7 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
3000
3003
|
username?: string;
|
|
3001
3004
|
password?: string;
|
|
3002
3005
|
warehouse?: string;
|
|
3006
|
+
privateKey?: string;
|
|
3003
3007
|
schema?: string;
|
|
3004
3008
|
database?: string;
|
|
3005
3009
|
table?: string;
|
|
@@ -4066,8 +4070,9 @@ export declare type BigQuerySourceOptions = {
|
|
|
4066
4070
|
export declare type SnowflakeSourceOptions = {
|
|
4067
4071
|
account: string;
|
|
4068
4072
|
username: string;
|
|
4069
|
-
password
|
|
4073
|
+
password?: string;
|
|
4070
4074
|
warehouse: string;
|
|
4075
|
+
privateKey?: string;
|
|
4071
4076
|
schema: string;
|
|
4072
4077
|
database: string;
|
|
4073
4078
|
table: string;
|
package/build/definitions.js
CHANGED
|
@@ -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,
|
|
191
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBa0NwQixJQUFZLGtCQU1YO0FBTkQsV0FBWSxrQkFBa0I7SUFDMUIsMkNBQXFCLENBQUE7SUFDckIsK0RBQXlDLENBQUE7SUFDekMscURBQStCLENBQUE7SUFDL0IsbURBQTZCLENBQUE7SUFDN0IsdURBQWlDLENBQUE7QUFDckMsQ0FBQyxFQU5XLGtCQUFrQixHQUFsQiwwQkFBa0IsS0FBbEIsMEJBQWtCLFFBTTdCO0FBcURELElBQVksZ0JBUVg7QUFSRCxXQUFZLGdCQUFnQjtJQUN4QiwrQkFBVyxDQUFBO0lBQ1gscUNBQWlCLENBQUE7SUFDakIsaUNBQWEsQ0FBQTtJQUNiLCtCQUFXLENBQUE7SUFDWCxpQ0FBYSxDQUFBO0lBQ2IsdUNBQW1CLENBQUE7SUFDbkIsaUNBQWEsQ0FBQTtBQUNqQixDQUFDLEVBUlcsZ0JBQWdCLEdBQWhCLHdCQUFnQixLQUFoQix3QkFBZ0IsUUFRM0I7QUFFRCxJQUFZLFFBMkJYO0FBM0JELFdBQVksUUFBUTtJQUNoQiw2Q0FBaUMsQ0FBQTtJQUNqQyx5RUFBNkQsQ0FBQTtJQUM3RCxtREFBdUMsQ0FBQTtJQUN2QyxpREFBcUMsQ0FBQTtJQUNyQywrQ0FBbUMsQ0FBQTtJQUNuQyx1REFBMkMsQ0FBQTtJQUMzQyw2REFBaUQsQ0FBQTtJQUNqRCx5REFBNkMsQ0FBQTtJQUM3QyxtREFBdUMsQ0FBQTtJQUN2QywyQkFBZSxDQUFBO0lBQ2YsbURBQXVDLENBQUE7SUFDdkMsaUNBQXFCLENBQUE7SUFDckIsdUVBQTJELENBQUE7SUFDM0QsK0VBQW1FLENBQUE7SUFDbkUscUZBQXlFLENBQUE7SUFDekUseUVBQTZELENBQUE7SUFDN0QseUZBQTZFLENBQUE7SUFDN0UsdUZBQTJFLENBQUE7SUFDM0UseUZBQTZFLENBQUE7SUFDN0Us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
|
package/package.json
CHANGED