@rlvt/datasources-openapi-client 1.0.34 → 1.0.38
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 +21 -0
- package/build/definitions.d.ts +10 -8
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -279,6 +279,7 @@ export default class {
|
|
|
279
279
|
headers?: {
|
|
280
280
|
[x: string]: string;
|
|
281
281
|
};
|
|
282
|
+
timeout?: number;
|
|
282
283
|
};
|
|
283
284
|
sample?: {
|
|
284
285
|
[x: string]: unknown;
|
|
@@ -538,6 +539,7 @@ export default class {
|
|
|
538
539
|
headers?: {
|
|
539
540
|
[x: string]: string;
|
|
540
541
|
};
|
|
542
|
+
timeout?: number;
|
|
541
543
|
variables?: {
|
|
542
544
|
name: string;
|
|
543
545
|
required: boolean;
|
|
@@ -1554,6 +1556,7 @@ export default class {
|
|
|
1554
1556
|
headers?: {
|
|
1555
1557
|
[x: string]: string;
|
|
1556
1558
|
};
|
|
1559
|
+
timeout?: number;
|
|
1557
1560
|
};
|
|
1558
1561
|
sample?: {
|
|
1559
1562
|
[x: string]: unknown;
|
|
@@ -1859,6 +1862,7 @@ export default class {
|
|
|
1859
1862
|
headers?: {
|
|
1860
1863
|
[x: string]: string;
|
|
1861
1864
|
};
|
|
1865
|
+
timeout?: number;
|
|
1862
1866
|
};
|
|
1863
1867
|
sample?: {
|
|
1864
1868
|
[x: string]: unknown;
|
|
@@ -2267,6 +2271,7 @@ export default class {
|
|
|
2267
2271
|
headers?: {
|
|
2268
2272
|
[x: string]: string;
|
|
2269
2273
|
};
|
|
2274
|
+
timeout?: number;
|
|
2270
2275
|
variables?: {
|
|
2271
2276
|
name: string;
|
|
2272
2277
|
required: boolean;
|
|
@@ -2979,6 +2984,7 @@ export default class {
|
|
|
2979
2984
|
headers?: {
|
|
2980
2985
|
[x: string]: string;
|
|
2981
2986
|
};
|
|
2987
|
+
timeout?: number;
|
|
2982
2988
|
};
|
|
2983
2989
|
sample?: {
|
|
2984
2990
|
[x: string]: unknown;
|
|
@@ -3284,6 +3290,7 @@ export default class {
|
|
|
3284
3290
|
headers?: {
|
|
3285
3291
|
[x: string]: string;
|
|
3286
3292
|
};
|
|
3293
|
+
timeout?: number;
|
|
3287
3294
|
};
|
|
3288
3295
|
sample?: {
|
|
3289
3296
|
[x: string]: unknown;
|
|
@@ -3692,6 +3699,7 @@ export default class {
|
|
|
3692
3699
|
headers?: {
|
|
3693
3700
|
[x: string]: string;
|
|
3694
3701
|
};
|
|
3702
|
+
timeout?: number;
|
|
3695
3703
|
variables?: {
|
|
3696
3704
|
name: string;
|
|
3697
3705
|
required: boolean;
|
|
@@ -4417,6 +4425,7 @@ export default class {
|
|
|
4417
4425
|
headers?: {
|
|
4418
4426
|
[x: string]: string;
|
|
4419
4427
|
};
|
|
4428
|
+
timeout?: number;
|
|
4420
4429
|
};
|
|
4421
4430
|
sample?: {
|
|
4422
4431
|
[x: string]: unknown;
|
|
@@ -4722,6 +4731,7 @@ export default class {
|
|
|
4722
4731
|
headers?: {
|
|
4723
4732
|
[x: string]: string;
|
|
4724
4733
|
};
|
|
4734
|
+
timeout?: number;
|
|
4725
4735
|
};
|
|
4726
4736
|
sample?: {
|
|
4727
4737
|
[x: string]: unknown;
|
|
@@ -5157,6 +5167,7 @@ export default class {
|
|
|
5157
5167
|
headers?: {
|
|
5158
5168
|
[x: string]: string;
|
|
5159
5169
|
};
|
|
5170
|
+
timeout?: number;
|
|
5160
5171
|
variables?: {
|
|
5161
5172
|
name: string;
|
|
5162
5173
|
required: boolean;
|
|
@@ -5542,6 +5553,7 @@ export default class {
|
|
|
5542
5553
|
headers?: {
|
|
5543
5554
|
[x: string]: string;
|
|
5544
5555
|
};
|
|
5556
|
+
timeout?: number;
|
|
5545
5557
|
};
|
|
5546
5558
|
sample?: {
|
|
5547
5559
|
[x: string]: unknown;
|
|
@@ -5974,6 +5986,7 @@ export default class {
|
|
|
5974
5986
|
headers?: {
|
|
5975
5987
|
[x: string]: string;
|
|
5976
5988
|
};
|
|
5989
|
+
timeout?: number;
|
|
5977
5990
|
variables?: {
|
|
5978
5991
|
name: string;
|
|
5979
5992
|
required: boolean;
|
|
@@ -6620,6 +6633,7 @@ export default class {
|
|
|
6620
6633
|
headers?: {
|
|
6621
6634
|
[x: string]: string;
|
|
6622
6635
|
};
|
|
6636
|
+
timeout?: number;
|
|
6623
6637
|
};
|
|
6624
6638
|
sample?: {
|
|
6625
6639
|
[x: string]: unknown;
|
|
@@ -7052,6 +7066,7 @@ export default class {
|
|
|
7052
7066
|
headers?: {
|
|
7053
7067
|
[x: string]: string;
|
|
7054
7068
|
};
|
|
7069
|
+
timeout?: number;
|
|
7055
7070
|
variables?: {
|
|
7056
7071
|
name: string;
|
|
7057
7072
|
required: boolean;
|
|
@@ -7698,6 +7713,7 @@ export default class {
|
|
|
7698
7713
|
headers?: {
|
|
7699
7714
|
[x: string]: string;
|
|
7700
7715
|
};
|
|
7716
|
+
timeout?: number;
|
|
7701
7717
|
};
|
|
7702
7718
|
sample?: {
|
|
7703
7719
|
[x: string]: unknown;
|
|
@@ -8130,6 +8146,7 @@ export default class {
|
|
|
8130
8146
|
headers?: {
|
|
8131
8147
|
[x: string]: string;
|
|
8132
8148
|
};
|
|
8149
|
+
timeout?: number;
|
|
8133
8150
|
variables?: {
|
|
8134
8151
|
name: string;
|
|
8135
8152
|
required: boolean;
|
|
@@ -8776,6 +8793,7 @@ export default class {
|
|
|
8776
8793
|
headers?: {
|
|
8777
8794
|
[x: string]: string;
|
|
8778
8795
|
};
|
|
8796
|
+
timeout?: number;
|
|
8779
8797
|
};
|
|
8780
8798
|
sample?: {
|
|
8781
8799
|
[x: string]: unknown;
|
|
@@ -9208,6 +9226,7 @@ export default class {
|
|
|
9208
9226
|
headers?: {
|
|
9209
9227
|
[x: string]: string;
|
|
9210
9228
|
};
|
|
9229
|
+
timeout?: number;
|
|
9211
9230
|
variables?: {
|
|
9212
9231
|
name: string;
|
|
9213
9232
|
required: boolean;
|
|
@@ -9860,6 +9879,7 @@ export default class {
|
|
|
9860
9879
|
headers?: {
|
|
9861
9880
|
[x: string]: string;
|
|
9862
9881
|
};
|
|
9882
|
+
timeout?: number;
|
|
9863
9883
|
};
|
|
9864
9884
|
sample?: {
|
|
9865
9885
|
[x: string]: unknown;
|
|
@@ -10255,6 +10275,7 @@ export default class {
|
|
|
10255
10275
|
headers?: {
|
|
10256
10276
|
[x: string]: string;
|
|
10257
10277
|
};
|
|
10278
|
+
timeout?: number;
|
|
10258
10279
|
variables?: {
|
|
10259
10280
|
name: string;
|
|
10260
10281
|
required: boolean;
|
package/build/definitions.d.ts
CHANGED
|
@@ -345,13 +345,14 @@ export declare type _type_pageToken_value_string_param_string__ = {
|
|
|
345
345
|
export declare type _type_linkHeader__ = {
|
|
346
346
|
type: "linkHeader";
|
|
347
347
|
};
|
|
348
|
-
export declare type
|
|
348
|
+
export declare type Pick__oauth_string_or_undefined_pagination__type_body_or_query_value_string___or__type_hypermediaAttribute_value_string___or__type_pageToken_value_string_param_string___or__type_linkHeader___or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined_timeout_number_or_undefined___NonFunctionPropertyNames_WorkerApiOptions__ = {
|
|
349
349
|
oauth?: string;
|
|
350
350
|
pagination?: _type_body_or_query_value_string__ | _type_hypermediaAttribute_value_string__ | _type_pageToken_value_string_param_string__ | _type_linkHeader__;
|
|
351
351
|
method?: "GET" | "PATCH" | "POST" | "PUT";
|
|
352
352
|
body?: string;
|
|
353
353
|
headers?: __x_string__string__;
|
|
354
354
|
query?: __x_string__string__;
|
|
355
|
+
timeout?: number;
|
|
355
356
|
};
|
|
356
357
|
export declare type AnyValue = unknown | null;
|
|
357
358
|
export declare type __x_string__unknown__ = {
|
|
@@ -382,7 +383,7 @@ export declare type _type__name_AggregationStep_Array_or_undefined_refresh__freq
|
|
|
382
383
|
type?: _name_DatasourceGenericSubType__ | _name_DatasourceProductSubType__ | _name_DatasourceLocationSubType__;
|
|
383
384
|
fieldsMap?: FieldMap[];
|
|
384
385
|
readonly health?: (DatasourceHealth) & readonlyP;
|
|
385
|
-
apiOptions?:
|
|
386
|
+
apiOptions?: Pick__oauth_string_or_undefined_pagination__type_body_or_query_value_string___or__type_hypermediaAttribute_value_string___or__type_pageToken_value_string_param_string___or__type_linkHeader___or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined_timeout_number_or_undefined___NonFunctionPropertyNames_WorkerApiOptions__;
|
|
386
387
|
sample?: __x_string__unknown__;
|
|
387
388
|
textEncoding?: string;
|
|
388
389
|
urls?: string[];
|
|
@@ -428,12 +429,13 @@ export declare type Pick_QueriableField_name_or_enum_or_required_or_unique_ = {
|
|
|
428
429
|
required: boolean;
|
|
429
430
|
unique: boolean;
|
|
430
431
|
};
|
|
431
|
-
export declare type
|
|
432
|
+
export declare type Pick__oauth_string_or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined_timeout_number_or_undefined_variables_VariableDefinition_Array_or_undefined___NonFunctionPropertyNames_ProxyApiOptions__ = {
|
|
432
433
|
oauth?: string;
|
|
433
434
|
method?: "GET" | "PATCH" | "POST" | "PUT";
|
|
434
435
|
body?: string;
|
|
435
436
|
headers?: __x_string__string__;
|
|
436
437
|
query?: __x_string__string__;
|
|
438
|
+
timeout?: number;
|
|
437
439
|
variables?: (Pick_QueriableField_name_or_enum_or_required_or_unique_ & {
|
|
438
440
|
default: string | number | string[] | number[];
|
|
439
441
|
primitive: "string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}";
|
|
@@ -443,7 +445,7 @@ export declare type _type__name_DatasourceFormat_options___x_string__string___ov
|
|
|
443
445
|
type?: _name_DatasourceGenericSubType__;
|
|
444
446
|
fieldsMap?: FieldMap[];
|
|
445
447
|
readonly health?: (DatasourceHealth) & readonlyP;
|
|
446
|
-
apiOptions?:
|
|
448
|
+
apiOptions?: Pick__oauth_string_or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined_timeout_number_or_undefined_variables_VariableDefinition_Array_or_undefined___NonFunctionPropertyNames_ProxyApiOptions__;
|
|
447
449
|
sample?: __x_string__unknown__;
|
|
448
450
|
textEncoding?: string;
|
|
449
451
|
urls?: string[];
|
|
@@ -859,7 +861,7 @@ export declare type Pick_WorkerDatasourceVersion__id_or_mode_or_state_or_type_or
|
|
|
859
861
|
type: _name_DatasourceGenericSubType__ | _name_DatasourceProductSubType__ | _name_DatasourceLocationSubType__;
|
|
860
862
|
fieldsMap: FieldMap[];
|
|
861
863
|
readonly health: ("OK" | "WARNING" | "ERROR") & readonlyP;
|
|
862
|
-
apiOptions?:
|
|
864
|
+
apiOptions?: Pick__oauth_string_or_undefined_pagination__type_body_or_query_value_string___or__type_hypermediaAttribute_value_string___or__type_pageToken_value_string_param_string___or__type_linkHeader___or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined_timeout_number_or_undefined___NonFunctionPropertyNames_WorkerApiOptions__;
|
|
863
865
|
sample?: __x_string__unknown__;
|
|
864
866
|
textEncoding: string;
|
|
865
867
|
format: _type_DatasourceFormat_options___x_string__string___overrided_boolean_or_undefined__;
|
|
@@ -1021,7 +1023,7 @@ export declare type Pick_ProxyDatasourceVersion__id_or_mode_or_state_or_type_or_
|
|
|
1021
1023
|
readonly state: ("LIVE" | "DRAFT" | "INACTIVE") & readonlyP;
|
|
1022
1024
|
type: _name_DatasourceGenericSubType__;
|
|
1023
1025
|
fieldsMap: FieldMap[];
|
|
1024
|
-
apiOptions?:
|
|
1026
|
+
apiOptions?: Pick__oauth_string_or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined_timeout_number_or_undefined_variables_VariableDefinition_Array_or_undefined___NonFunctionPropertyNames_ProxyApiOptions__;
|
|
1025
1027
|
sample?: __x_string__unknown__;
|
|
1026
1028
|
textEncoding: string;
|
|
1027
1029
|
urls: string[];
|
|
@@ -1172,7 +1174,7 @@ export declare type DatasourceLog = Pick__companyId_string_payload_unknown_type_
|
|
|
1172
1174
|
export declare type DatasourceFormatOptions = {
|
|
1173
1175
|
[key: string]: string;
|
|
1174
1176
|
};
|
|
1175
|
-
export declare type WorkerApiOptions =
|
|
1177
|
+
export declare type WorkerApiOptions = Pick__oauth_string_or_undefined_pagination__type_body_or_query_value_string___or__type_hypermediaAttribute_value_string___or__type_pageToken_value_string_param_string___or__type_linkHeader___or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined_timeout_number_or_undefined___NonFunctionPropertyNames_WorkerApiOptions__;
|
|
1176
1178
|
export declare type Format = {
|
|
1177
1179
|
type: DatasourceFormat;
|
|
1178
1180
|
options: DatasourceFormatOptions;
|
|
@@ -1235,7 +1237,7 @@ export declare type Partial_Pick_WorkerDatasourceVersion_aggregationPipeline_or_
|
|
|
1235
1237
|
detectMissingFields?: boolean;
|
|
1236
1238
|
batchSize?: number;
|
|
1237
1239
|
};
|
|
1238
|
-
export declare type ProxyApiOptions =
|
|
1240
|
+
export declare type ProxyApiOptions = Pick__oauth_string_or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined_timeout_number_or_undefined_variables_VariableDefinition_Array_or_undefined___NonFunctionPropertyNames_ProxyApiOptions__;
|
|
1239
1241
|
export declare type Partial_Pick_ProxyDatasourceVersion_apiOptions_or_sample_or_textEncoding_or_format__ = {
|
|
1240
1242
|
apiOptions?: ProxyApiOptions;
|
|
1241
1243
|
sample?: {
|
package/build/definitions.js
CHANGED
|
@@ -161,4 +161,4 @@ var FieldMapRuleName;
|
|
|
161
161
|
FieldMapRuleName["DECRYPT"] = "decrypt";
|
|
162
162
|
FieldMapRuleName["INTERPOLATE"] = "interpolate";
|
|
163
163
|
})(FieldMapRuleName = exports.FieldMapRuleName || (exports.FieldMapRuleName = {}));
|
|
164
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
164
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBK0NwQixJQUFZLGtCQUtYO0FBTEQsV0FBWSxrQkFBa0I7SUFDMUIsMkNBQXFCLENBQUE7SUFDckIsK0RBQXlDLENBQUE7SUFDekMscURBQStCLENBQUE7SUFDL0IsbURBQTZCLENBQUE7QUFDakMsQ0FBQyxFQUxXLGtCQUFrQixHQUFsQiwwQkFBa0IsS0FBbEIsMEJBQWtCLFFBSzdCO0FBNENELElBQVksY0FJWDtBQUpELFdBQVksY0FBYztJQUN0Qix1Q0FBcUIsQ0FBQTtJQUNyQixtQ0FBaUIsQ0FBQTtJQUNqQixpQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFKVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQUl6QjtBQUVELElBQVkscUJBS1g7QUFMRCxXQUFZLHFCQUFxQjtJQUM3QiwwQ0FBaUIsQ0FBQTtJQUNqQiw4Q0FBcUIsQ0FBQTtJQUNyQix3Q0FBZSxDQUFBO0lBQ2YsOENBQXFCLENBQUE7QUFDekIsQ0FBQyxFQUxXLHFCQUFxQixHQUFyQiw2QkFBcUIsS0FBckIsNkJBQXFCLFFBS2hDO0FBNkNELElBQVksWUFnQ1g7QUFoQ0QsV0FBWSxZQUFZO0lBQ3BCLGlDQUFpQixDQUFBO0lBQ2pCLGlDQUFpQixDQUFBO0lBQ2pCLHFDQUFxQixDQUFBO0lBQ3JCLHVDQUF1QixDQUFBO0lBQ3ZCLHVDQUF1QixDQUFBO0lBQ3ZCLHVDQUF1QixDQUFBO0lBQ3ZCLHVDQUF1QixDQUFBO0lBQ3ZCLDZCQUFhLENBQUE7SUFDYixtQ0FBbUIsQ0FBQTtJQUNuQixtQ0FBbUIsQ0FBQTtJQUNuQixxQ0FBcUIsQ0FBQTtJQUNyQix1Q0FBdUIsQ0FBQTtJQUN2Qiw2Q0FBNkIsQ0FBQTtJQUM3Qix5Q0FBeUIsQ0FBQTtJQUN6QiwrQkFBZSxDQUFBO0lBQ2YsMkJBQVcs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
|
package/package.json
CHANGED