ultracart_rest_api_v2_typescript 3.10.163 → 3.10.164
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/README.md +3 -2
- package/api.ts +13 -13
- package/dist/api.d.ts +10 -10
- package/dist/api.js +11 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## ultracart_rest_api_v2_typescript@3.10.
|
|
1
|
+
## ultracart_rest_api_v2_typescript@3.10.164
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install ultracart_rest_api_v2_typescript@3.10.
|
|
39
|
+
npm install ultracart_rest_api_v2_typescript@3.10.164 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -54,6 +54,7 @@ Not every change is committed to every SDK.
|
|
|
54
54
|
|
|
55
55
|
| Version | Date | Comments |
|
|
56
56
|
| --: | :-: | --- |
|
|
57
|
+
| 3.10.164 | 10/23/2023 | workflow tasks api |
|
|
57
58
|
| 3.10.163 | 10/16/2023 | CartSettingsPaymentCreditCard - add collect_credit_card_verification_number_minimum |
|
|
58
59
|
| 3.10.162 | 09/28/2023 | dw bi - add aggregation constant of none |
|
|
59
60
|
| 3.10.161 | 09/22/2023 | dwbi - new option to control order-by of result set |
|
package/api.ts
CHANGED
|
@@ -47480,8 +47480,8 @@ export const ConversationApiFetchParamCreator = function (configuration?: Config
|
|
|
47480
47480
|
};
|
|
47481
47481
|
},
|
|
47482
47482
|
/**
|
|
47483
|
-
* Get a presigned
|
|
47484
|
-
* @summary Get a presigned
|
|
47483
|
+
* Get a presigned conversation multimedia upload URL
|
|
47484
|
+
* @summary Get a presigned conversation multimedia upload URL
|
|
47485
47485
|
* @param {string} extension
|
|
47486
47486
|
* @param {*} [options] Override http request option.
|
|
47487
47487
|
* @throws {RequiredError}
|
|
@@ -48932,8 +48932,8 @@ export const ConversationApiFp = function(configuration?: Configuration) {
|
|
|
48932
48932
|
};
|
|
48933
48933
|
},
|
|
48934
48934
|
/**
|
|
48935
|
-
* Get a presigned
|
|
48936
|
-
* @summary Get a presigned
|
|
48935
|
+
* Get a presigned conversation multimedia upload URL
|
|
48936
|
+
* @summary Get a presigned conversation multimedia upload URL
|
|
48937
48937
|
* @param {string} extension
|
|
48938
48938
|
* @param {*} [options] Override http request option.
|
|
48939
48939
|
* @throws {RequiredError}
|
|
@@ -49523,8 +49523,8 @@ export const ConversationApiFactory = function (configuration?: Configuration, f
|
|
|
49523
49523
|
return ConversationApiFp(configuration).getConversationMessages(conversation_uuid, since, limit, options)(fetch, basePath);
|
|
49524
49524
|
},
|
|
49525
49525
|
/**
|
|
49526
|
-
* Get a presigned
|
|
49527
|
-
* @summary Get a presigned
|
|
49526
|
+
* Get a presigned conversation multimedia upload URL
|
|
49527
|
+
* @summary Get a presigned conversation multimedia upload URL
|
|
49528
49528
|
* @param {string} extension
|
|
49529
49529
|
* @param {*} [options] Override http request option.
|
|
49530
49530
|
* @throws {RequiredError}
|
|
@@ -49883,8 +49883,8 @@ export interface ConversationApiInterface {
|
|
|
49883
49883
|
getConversationMessages(conversation_uuid: string, since: number, limit?: number, options?: any): Promise<ConversationMessagesResponse>;
|
|
49884
49884
|
|
|
49885
49885
|
/**
|
|
49886
|
-
* Get a presigned
|
|
49887
|
-
* @summary Get a presigned
|
|
49886
|
+
* Get a presigned conversation multimedia upload URL
|
|
49887
|
+
* @summary Get a presigned conversation multimedia upload URL
|
|
49888
49888
|
* @param {string} extension
|
|
49889
49889
|
* @param {*} [options] Override http request option.
|
|
49890
49890
|
* @throws {RequiredError}
|
|
@@ -50271,8 +50271,8 @@ export class ConversationApi extends BaseAPI implements ConversationApiInterface
|
|
|
50271
50271
|
}
|
|
50272
50272
|
|
|
50273
50273
|
/**
|
|
50274
|
-
* Get a presigned
|
|
50275
|
-
* @summary Get a presigned
|
|
50274
|
+
* Get a presigned conversation multimedia upload URL
|
|
50275
|
+
* @summary Get a presigned conversation multimedia upload URL
|
|
50276
50276
|
* @param {string} extension
|
|
50277
50277
|
* @param {*} [options] Override http request option.
|
|
50278
50278
|
* @throws {RequiredError}
|
|
@@ -61415,7 +61415,7 @@ export const OauthApiFetchParamCreator = function (configuration?: Configuration
|
|
|
61415
61415
|
// oauth required
|
|
61416
61416
|
if (configuration && configuration.accessToken) {
|
|
61417
61417
|
const localVarAccessTokenValue = typeof configuration.accessToken === 'function'
|
|
61418
|
-
? configuration.accessToken("ultraCartOauth", ["ultrabooks_write", "auto_order_write", "coupon_read", "affiliate_read", "coupon_write", "channel_partner_read", "tax_read", "conversation_write", "fulfillment_write", "tax_write", "gift_certificate_write", "channel_partner_write", "item_read", "fulfillment_read", "webhook_write", "chargeback_write", "user_write", "gift_certificate_read", "checkout_write", "storefront_read", "webhook_read", "item_write", "auto_order_read", "customer_read", "user_read", "configuration_read", "customer_write", "order_read", "conversation_read", "affiliate_write", "storefront_write", "ultrabooks_read", "order_write", "chargeback_read", "integration_log_write", "configuration_write", "checkout_read", "integration_log_read"])
|
|
61418
|
+
? configuration.accessToken("ultraCartOauth", ["ultrabooks_write", "auto_order_write", "coupon_read", "affiliate_read", "workflow_read", "coupon_write", "channel_partner_read", "tax_read", "conversation_write", "fulfillment_write", "tax_write", "gift_certificate_write", "workflow_write", "channel_partner_write", "item_read", "fulfillment_read", "webhook_write", "chargeback_write", "user_write", "gift_certificate_read", "checkout_write", "storefront_read", "webhook_read", "item_write", "auto_order_read", "customer_read", "user_read", "configuration_read", "customer_write", "order_read", "conversation_read", "affiliate_write", "storefront_write", "ultrabooks_read", "order_write", "chargeback_read", "integration_log_write", "configuration_write", "checkout_read", "integration_log_read"])
|
|
61419
61419
|
: configuration.accessToken;
|
|
61420
61420
|
localVarHeaderParameter["Authorization"] = "Bearer " + localVarAccessTokenValue;
|
|
61421
61421
|
}
|
|
@@ -61503,7 +61503,7 @@ export const OauthApiFetchParamCreator = function (configuration?: Configuration
|
|
|
61503
61503
|
// oauth required
|
|
61504
61504
|
if (configuration && configuration.accessToken) {
|
|
61505
61505
|
const localVarAccessTokenValue = typeof configuration.accessToken === 'function'
|
|
61506
|
-
? configuration.accessToken("ultraCartOauth", ["ultrabooks_write", "auto_order_write", "coupon_read", "affiliate_read", "coupon_write", "channel_partner_read", "tax_read", "conversation_write", "fulfillment_write", "tax_write", "gift_certificate_write", "channel_partner_write", "item_read", "fulfillment_read", "webhook_write", "chargeback_write", "user_write", "gift_certificate_read", "checkout_write", "storefront_read", "webhook_read", "item_write", "auto_order_read", "customer_read", "user_read", "configuration_read", "customer_write", "order_read", "conversation_read", "affiliate_write", "storefront_write", "ultrabooks_read", "order_write", "chargeback_read", "integration_log_write", "configuration_write", "checkout_read", "integration_log_read"])
|
|
61506
|
+
? configuration.accessToken("ultraCartOauth", ["ultrabooks_write", "auto_order_write", "coupon_read", "affiliate_read", "workflow_read", "coupon_write", "channel_partner_read", "tax_read", "conversation_write", "fulfillment_write", "tax_write", "gift_certificate_write", "workflow_write", "channel_partner_write", "item_read", "fulfillment_read", "webhook_write", "chargeback_write", "user_write", "gift_certificate_read", "checkout_write", "storefront_read", "webhook_read", "item_write", "auto_order_read", "customer_read", "user_read", "configuration_read", "customer_write", "order_read", "conversation_read", "affiliate_write", "storefront_write", "ultrabooks_read", "order_write", "chargeback_read", "integration_log_write", "configuration_write", "checkout_read", "integration_log_read"])
|
|
61507
61507
|
: configuration.accessToken;
|
|
61508
61508
|
localVarHeaderParameter["Authorization"] = "Bearer " + localVarAccessTokenValue;
|
|
61509
61509
|
}
|
|
@@ -72465,7 +72465,7 @@ export const StorefrontApiFetchParamCreator = function (configuration?: Configur
|
|
|
72465
72465
|
// oauth required
|
|
72466
72466
|
if (configuration && configuration.accessToken) {
|
|
72467
72467
|
const localVarAccessTokenValue = typeof configuration.accessToken === 'function'
|
|
72468
|
-
? configuration.accessToken("ultraCartOauth", ["ultrabooks_write", "auto_order_write", "coupon_read", "affiliate_read", "coupon_write", "channel_partner_read", "tax_read", "conversation_write", "fulfillment_write", "tax_write", "gift_certificate_write", "channel_partner_write", "item_read", "fulfillment_read", "webhook_write", "chargeback_write", "user_write", "gift_certificate_read", "checkout_write", "storefront_read", "webhook_read", "item_write", "auto_order_read", "customer_read", "user_read", "configuration_read", "customer_write", "order_read", "conversation_read", "affiliate_write", "storefront_write", "ultrabooks_read", "order_write", "chargeback_read", "integration_log_write", "configuration_write", "checkout_read", "integration_log_read"])
|
|
72468
|
+
? configuration.accessToken("ultraCartOauth", ["ultrabooks_write", "auto_order_write", "coupon_read", "affiliate_read", "workflow_read", "coupon_write", "channel_partner_read", "tax_read", "conversation_write", "fulfillment_write", "tax_write", "gift_certificate_write", "workflow_write", "channel_partner_write", "item_read", "fulfillment_read", "webhook_write", "chargeback_write", "user_write", "gift_certificate_read", "checkout_write", "storefront_read", "webhook_read", "item_write", "auto_order_read", "customer_read", "user_read", "configuration_read", "customer_write", "order_read", "conversation_read", "affiliate_write", "storefront_write", "ultrabooks_read", "order_write", "chargeback_read", "integration_log_write", "configuration_write", "checkout_read", "integration_log_read"])
|
|
72469
72469
|
: configuration.accessToken;
|
|
72470
72470
|
localVarHeaderParameter["Authorization"] = "Bearer " + localVarAccessTokenValue;
|
|
72471
72471
|
}
|
package/dist/api.d.ts
CHANGED
|
@@ -42554,8 +42554,8 @@ export declare const ConversationApiFetchParamCreator: (configuration?: Configur
|
|
|
42554
42554
|
*/
|
|
42555
42555
|
getConversationMessages(conversation_uuid: string, since: number, limit?: number, options?: any): FetchArgs;
|
|
42556
42556
|
/**
|
|
42557
|
-
* Get a presigned
|
|
42558
|
-
* @summary Get a presigned
|
|
42557
|
+
* Get a presigned conversation multimedia upload URL
|
|
42558
|
+
* @summary Get a presigned conversation multimedia upload URL
|
|
42559
42559
|
* @param {string} extension
|
|
42560
42560
|
* @param {*} [options] Override http request option.
|
|
42561
42561
|
* @throws {RequiredError}
|
|
@@ -42841,8 +42841,8 @@ export declare const ConversationApiFp: (configuration?: Configuration) => {
|
|
|
42841
42841
|
*/
|
|
42842
42842
|
getConversationMessages(conversation_uuid: string, since: number, limit?: number, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<ConversationMessagesResponse>;
|
|
42843
42843
|
/**
|
|
42844
|
-
* Get a presigned
|
|
42845
|
-
* @summary Get a presigned
|
|
42844
|
+
* Get a presigned conversation multimedia upload URL
|
|
42845
|
+
* @summary Get a presigned conversation multimedia upload URL
|
|
42846
42846
|
* @param {string} extension
|
|
42847
42847
|
* @param {*} [options] Override http request option.
|
|
42848
42848
|
* @throws {RequiredError}
|
|
@@ -43128,8 +43128,8 @@ export declare const ConversationApiFactory: (configuration?: Configuration, fet
|
|
|
43128
43128
|
*/
|
|
43129
43129
|
getConversationMessages(conversation_uuid: string, since: number, limit?: number, options?: any): Promise<ConversationMessagesResponse>;
|
|
43130
43130
|
/**
|
|
43131
|
-
* Get a presigned
|
|
43132
|
-
* @summary Get a presigned
|
|
43131
|
+
* Get a presigned conversation multimedia upload URL
|
|
43132
|
+
* @summary Get a presigned conversation multimedia upload URL
|
|
43133
43133
|
* @param {string} extension
|
|
43134
43134
|
* @param {*} [options] Override http request option.
|
|
43135
43135
|
* @throws {RequiredError}
|
|
@@ -43430,8 +43430,8 @@ export interface ConversationApiInterface {
|
|
|
43430
43430
|
*/
|
|
43431
43431
|
getConversationMessages(conversation_uuid: string, since: number, limit?: number, options?: any): Promise<ConversationMessagesResponse>;
|
|
43432
43432
|
/**
|
|
43433
|
-
* Get a presigned
|
|
43434
|
-
* @summary Get a presigned
|
|
43433
|
+
* Get a presigned conversation multimedia upload URL
|
|
43434
|
+
* @summary Get a presigned conversation multimedia upload URL
|
|
43435
43435
|
* @param {string} extension
|
|
43436
43436
|
* @param {*} [options] Override http request option.
|
|
43437
43437
|
* @throws {RequiredError}
|
|
@@ -43754,8 +43754,8 @@ export declare class ConversationApi extends BaseAPI implements ConversationApiI
|
|
|
43754
43754
|
*/
|
|
43755
43755
|
getConversationMessages(conversation_uuid: string, since: number, limit?: number, options?: any): Promise<ConversationMessagesResponse>;
|
|
43756
43756
|
/**
|
|
43757
|
-
* Get a presigned
|
|
43758
|
-
* @summary Get a presigned
|
|
43757
|
+
* Get a presigned conversation multimedia upload URL
|
|
43758
|
+
* @summary Get a presigned conversation multimedia upload URL
|
|
43759
43759
|
* @param {string} extension
|
|
43760
43760
|
* @param {*} [options] Override http request option.
|
|
43761
43761
|
* @throws {RequiredError}
|
package/dist/api.js
CHANGED
|
@@ -7187,8 +7187,8 @@ var ConversationApiFetchParamCreator = function (configuration) {
|
|
|
7187
7187
|
};
|
|
7188
7188
|
},
|
|
7189
7189
|
/**
|
|
7190
|
-
* Get a presigned
|
|
7191
|
-
* @summary Get a presigned
|
|
7190
|
+
* Get a presigned conversation multimedia upload URL
|
|
7191
|
+
* @summary Get a presigned conversation multimedia upload URL
|
|
7192
7192
|
* @param {string} extension
|
|
7193
7193
|
* @param {*} [options] Override http request option.
|
|
7194
7194
|
* @throws {RequiredError}
|
|
@@ -8510,8 +8510,8 @@ var ConversationApiFp = function (configuration) {
|
|
|
8510
8510
|
};
|
|
8511
8511
|
},
|
|
8512
8512
|
/**
|
|
8513
|
-
* Get a presigned
|
|
8514
|
-
* @summary Get a presigned
|
|
8513
|
+
* Get a presigned conversation multimedia upload URL
|
|
8514
|
+
* @summary Get a presigned conversation multimedia upload URL
|
|
8515
8515
|
* @param {string} extension
|
|
8516
8516
|
* @param {*} [options] Override http request option.
|
|
8517
8517
|
* @throws {RequiredError}
|
|
@@ -9122,8 +9122,8 @@ var ConversationApiFactory = function (configuration, fetch, basePath) {
|
|
|
9122
9122
|
return (0, exports.ConversationApiFp)(configuration).getConversationMessages(conversation_uuid, since, limit, options)(fetch, basePath);
|
|
9123
9123
|
},
|
|
9124
9124
|
/**
|
|
9125
|
-
* Get a presigned
|
|
9126
|
-
* @summary Get a presigned
|
|
9125
|
+
* Get a presigned conversation multimedia upload URL
|
|
9126
|
+
* @summary Get a presigned conversation multimedia upload URL
|
|
9127
9127
|
* @param {string} extension
|
|
9128
9128
|
* @param {*} [options] Override http request option.
|
|
9129
9129
|
* @throws {RequiredError}
|
|
@@ -9501,8 +9501,8 @@ var ConversationApi = /** @class */ (function (_super) {
|
|
|
9501
9501
|
return (0, exports.ConversationApiFp)(this.configuration).getConversationMessages(conversation_uuid, since, limit, options)(this.fetch, this.basePath);
|
|
9502
9502
|
};
|
|
9503
9503
|
/**
|
|
9504
|
-
* Get a presigned
|
|
9505
|
-
* @summary Get a presigned
|
|
9504
|
+
* Get a presigned conversation multimedia upload URL
|
|
9505
|
+
* @summary Get a presigned conversation multimedia upload URL
|
|
9506
9506
|
* @param {string} extension
|
|
9507
9507
|
* @param {*} [options] Override http request option.
|
|
9508
9508
|
* @throws {RequiredError}
|
|
@@ -18911,7 +18911,7 @@ var OauthApiFetchParamCreator = function (configuration) {
|
|
|
18911
18911
|
// oauth required
|
|
18912
18912
|
if (configuration && configuration.accessToken) {
|
|
18913
18913
|
var localVarAccessTokenValue = typeof configuration.accessToken === 'function'
|
|
18914
|
-
? configuration.accessToken("ultraCartOauth", ["ultrabooks_write", "auto_order_write", "coupon_read", "affiliate_read", "coupon_write", "channel_partner_read", "tax_read", "conversation_write", "fulfillment_write", "tax_write", "gift_certificate_write", "channel_partner_write", "item_read", "fulfillment_read", "webhook_write", "chargeback_write", "user_write", "gift_certificate_read", "checkout_write", "storefront_read", "webhook_read", "item_write", "auto_order_read", "customer_read", "user_read", "configuration_read", "customer_write", "order_read", "conversation_read", "affiliate_write", "storefront_write", "ultrabooks_read", "order_write", "chargeback_read", "integration_log_write", "configuration_write", "checkout_read", "integration_log_read"])
|
|
18914
|
+
? configuration.accessToken("ultraCartOauth", ["ultrabooks_write", "auto_order_write", "coupon_read", "affiliate_read", "workflow_read", "coupon_write", "channel_partner_read", "tax_read", "conversation_write", "fulfillment_write", "tax_write", "gift_certificate_write", "workflow_write", "channel_partner_write", "item_read", "fulfillment_read", "webhook_write", "chargeback_write", "user_write", "gift_certificate_read", "checkout_write", "storefront_read", "webhook_read", "item_write", "auto_order_read", "customer_read", "user_read", "configuration_read", "customer_write", "order_read", "conversation_read", "affiliate_write", "storefront_write", "ultrabooks_read", "order_write", "chargeback_read", "integration_log_write", "configuration_write", "checkout_read", "integration_log_read"])
|
|
18915
18915
|
: configuration.accessToken;
|
|
18916
18916
|
localVarHeaderParameter["Authorization"] = "Bearer " + localVarAccessTokenValue;
|
|
18917
18917
|
}
|
|
@@ -18986,7 +18986,7 @@ var OauthApiFetchParamCreator = function (configuration) {
|
|
|
18986
18986
|
// oauth required
|
|
18987
18987
|
if (configuration && configuration.accessToken) {
|
|
18988
18988
|
var localVarAccessTokenValue = typeof configuration.accessToken === 'function'
|
|
18989
|
-
? configuration.accessToken("ultraCartOauth", ["ultrabooks_write", "auto_order_write", "coupon_read", "affiliate_read", "coupon_write", "channel_partner_read", "tax_read", "conversation_write", "fulfillment_write", "tax_write", "gift_certificate_write", "channel_partner_write", "item_read", "fulfillment_read", "webhook_write", "chargeback_write", "user_write", "gift_certificate_read", "checkout_write", "storefront_read", "webhook_read", "item_write", "auto_order_read", "customer_read", "user_read", "configuration_read", "customer_write", "order_read", "conversation_read", "affiliate_write", "storefront_write", "ultrabooks_read", "order_write", "chargeback_read", "integration_log_write", "configuration_write", "checkout_read", "integration_log_read"])
|
|
18989
|
+
? configuration.accessToken("ultraCartOauth", ["ultrabooks_write", "auto_order_write", "coupon_read", "affiliate_read", "workflow_read", "coupon_write", "channel_partner_read", "tax_read", "conversation_write", "fulfillment_write", "tax_write", "gift_certificate_write", "workflow_write", "channel_partner_write", "item_read", "fulfillment_read", "webhook_write", "chargeback_write", "user_write", "gift_certificate_read", "checkout_write", "storefront_read", "webhook_read", "item_write", "auto_order_read", "customer_read", "user_read", "configuration_read", "customer_write", "order_read", "conversation_read", "affiliate_write", "storefront_write", "ultrabooks_read", "order_write", "chargeback_read", "integration_log_write", "configuration_write", "checkout_read", "integration_log_read"])
|
|
18990
18990
|
: configuration.accessToken;
|
|
18991
18991
|
localVarHeaderParameter["Authorization"] = "Bearer " + localVarAccessTokenValue;
|
|
18992
18992
|
}
|
|
@@ -28513,7 +28513,7 @@ var StorefrontApiFetchParamCreator = function (configuration) {
|
|
|
28513
28513
|
// oauth required
|
|
28514
28514
|
if (configuration && configuration.accessToken) {
|
|
28515
28515
|
var localVarAccessTokenValue = typeof configuration.accessToken === 'function'
|
|
28516
|
-
? configuration.accessToken("ultraCartOauth", ["ultrabooks_write", "auto_order_write", "coupon_read", "affiliate_read", "coupon_write", "channel_partner_read", "tax_read", "conversation_write", "fulfillment_write", "tax_write", "gift_certificate_write", "channel_partner_write", "item_read", "fulfillment_read", "webhook_write", "chargeback_write", "user_write", "gift_certificate_read", "checkout_write", "storefront_read", "webhook_read", "item_write", "auto_order_read", "customer_read", "user_read", "configuration_read", "customer_write", "order_read", "conversation_read", "affiliate_write", "storefront_write", "ultrabooks_read", "order_write", "chargeback_read", "integration_log_write", "configuration_write", "checkout_read", "integration_log_read"])
|
|
28516
|
+
? configuration.accessToken("ultraCartOauth", ["ultrabooks_write", "auto_order_write", "coupon_read", "affiliate_read", "workflow_read", "coupon_write", "channel_partner_read", "tax_read", "conversation_write", "fulfillment_write", "tax_write", "gift_certificate_write", "workflow_write", "channel_partner_write", "item_read", "fulfillment_read", "webhook_write", "chargeback_write", "user_write", "gift_certificate_read", "checkout_write", "storefront_read", "webhook_read", "item_write", "auto_order_read", "customer_read", "user_read", "configuration_read", "customer_write", "order_read", "conversation_read", "affiliate_write", "storefront_write", "ultrabooks_read", "order_write", "chargeback_read", "integration_log_write", "configuration_write", "checkout_read", "integration_log_read"])
|
|
28517
28517
|
: configuration.accessToken;
|
|
28518
28518
|
localVarHeaderParameter["Authorization"] = "Bearer " + localVarAccessTokenValue;
|
|
28519
28519
|
}
|