@lcdp/api-react-rest-client 2.5.5-develop.6787497078 → 2.5.5-develop.6796395304
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/auth/src/apis/AuthApi.js +51 -35
- package/auth/src/apis/ManageApiKeyApi.js +77 -53
- package/auth/src/apis/SearchApiKeyApi.js +52 -36
- package/auth/src/runtime.d.ts +2 -2
- package/auth/src/runtime.js +1 -1
- package/banking-operation/src/apis/ManageLevyApi.js +52 -36
- package/banking-operation/src/apis/ManageOrderPaymentApi.js +52 -36
- package/banking-operation/src/apis/SearchLevyApi.js +52 -36
- package/banking-operation/src/apis/SearchOrderPaymentApi.js +26 -18
- package/banking-operation/src/runtime.d.ts +2 -2
- package/banking-operation/src/runtime.js +1 -1
- package/catalog/src/apis/ManageProductInsightApi.js +77 -53
- package/catalog/src/apis/SearchProductInsightApi.js +52 -36
- package/catalog/src/runtime.d.ts +2 -2
- package/catalog/src/runtime.js +1 -1
- package/challenge/src/apis/ManageChallengesApi.js +26 -18
- package/challenge/src/runtime.d.ts +2 -2
- package/challenge/src/runtime.js +1 -1
- package/configuration/src/apis/ManageVariableApi.js +25 -17
- package/configuration/src/apis/ManageVatApi.js +51 -35
- package/configuration/src/apis/SearchVatApi.js +52 -36
- package/configuration/src/runtime.d.ts +2 -2
- package/configuration/src/runtime.js +1 -1
- package/content/src/apis/ManageContentApi.js +26 -18
- package/content/src/runtime.d.ts +2 -2
- package/content/src/runtime.js +1 -1
- package/factory/src/apis/ManageAssemblyApi.js +53 -35
- package/factory/src/apis/ManageAssemblyOperationApi.js +26 -18
- package/factory/src/apis/SearchAssemblyApi.js +104 -72
- package/factory/src/apis/SearchAssemblyLineApi.js +52 -36
- package/factory/src/apis/SearchAssemblyOperationApi.js +52 -36
- package/factory/src/runtime.d.ts +2 -2
- package/factory/src/runtime.js +1 -1
- package/favorite/src/apis/ManageFavoriteProductApi.js +103 -71
- package/favorite/src/runtime.d.ts +2 -2
- package/favorite/src/runtime.js +1 -1
- package/geo/src/apis/SearchCountryApi.js +26 -18
- package/geo/src/runtime.d.ts +2 -2
- package/geo/src/runtime.js +1 -1
- package/inventory/src/apis/ManageInventoryApi.js +126 -86
- package/inventory/src/apis/SearchInventoryApi.js +260 -180
- package/inventory/src/runtime.d.ts +2 -2
- package/inventory/src/runtime.js +1 -1
- package/invoice/src/apis/ManageInvoiceApi.js +52 -36
- package/invoice/src/apis/ManageInvoiceLineApi.js +51 -35
- package/invoice/src/apis/ManageInvoicesSummaryApi.js +25 -17
- package/invoice/src/apis/SearchInvoiceApi.js +52 -36
- package/invoice/src/apis/SearchInvoiceLineApi.js +26 -18
- package/invoice/src/apis/SearchOrderTallyApi.js +52 -36
- package/invoice/src/runtime.d.ts +2 -2
- package/invoice/src/runtime.js +1 -1
- package/laboratory/src/apis/ManageLaboratoryApi.js +26 -18
- package/laboratory/src/apis/SearchLaboratoryApi.js +52 -36
- package/laboratory/src/runtime.d.ts +2 -2
- package/laboratory/src/runtime.js +1 -1
- package/laboratory-store/src/apis/ManageLaboratoryStoreApi.js +52 -36
- package/laboratory-store/src/apis/ManageLaboratoryStoreImageApi.js +106 -70
- package/laboratory-store/src/apis/SearchLaboratoryStoreApi.js +52 -36
- package/laboratory-store/src/runtime.d.ts +2 -2
- package/laboratory-store/src/runtime.js +1 -1
- package/laboratory-store-log/src/apis/SearchLaboratoryStoreLogApi.js +26 -18
- package/laboratory-store-log/src/runtime.d.ts +2 -2
- package/laboratory-store-log/src/runtime.js +1 -1
- package/lexicon/src/apis/ManageLexiconApi.js +51 -35
- package/lexicon/src/apis/SearchLexiconApi.js +104 -72
- package/lexicon/src/runtime.d.ts +2 -2
- package/lexicon/src/runtime.js +1 -1
- package/litigation/src/apis/ManageLitigationApi.js +25 -17
- package/litigation/src/runtime.d.ts +2 -2
- package/litigation/src/runtime.js +1 -1
- package/magic-cart/src/apis/ManageExpressOrderApi.js +26 -18
- package/magic-cart/src/runtime.d.ts +2 -2
- package/magic-cart/src/runtime.js +1 -1
- package/mandate/src/apis/ManageMandatesApi.js +103 -71
- package/mandate/src/runtime.d.ts +2 -2
- package/mandate/src/runtime.js +1 -1
- package/mangopay-hook/src/runtime.d.ts +2 -2
- package/mangopay-hook/src/runtime.js +1 -1
- package/message/src/apis/ManageMessageApi.js +127 -87
- package/message/src/apis/SearchMessageApi.js +78 -54
- package/message/src/runtime.d.ts +2 -2
- package/message/src/runtime.js +1 -1
- package/notification/src/apis/ManageNotificationApi.js +51 -35
- package/notification/src/apis/ManageNotificationTypeApi.js +79 -53
- package/notification/src/apis/SearchNotificationApi.js +52 -36
- package/notification/src/apis/SearchNotificationTypeApi.js +78 -54
- package/notification/src/runtime.d.ts +2 -2
- package/notification/src/runtime.js +1 -1
- package/order/src/apis/ManageMetaOrderApi.js +51 -35
- package/order/src/apis/ManageOrderApi.js +229 -157
- package/order/src/apis/ManageOrderItemApi.js +128 -88
- package/order/src/apis/SearchOrderApi.js +104 -72
- package/order/src/apis/SearchOrderItemApi.js +130 -90
- package/order/src/runtime.d.ts +2 -2
- package/order/src/runtime.js +1 -1
- package/order-log/src/apis/SearchOrderLogApi.js +26 -18
- package/order-log/src/runtime.d.ts +2 -2
- package/order-log/src/runtime.js +1 -1
- package/outrage-message/src/apis/ManageOutrageMessageApi.js +77 -53
- package/outrage-message/src/apis/SearchOutrageMessageApi.js +52 -36
- package/outrage-message/src/runtime.d.ts +2 -2
- package/outrage-message/src/runtime.js +1 -1
- package/package.json +1 -1
- package/product/src/apis/ManageProductApi.js +52 -36
- package/product/src/apis/ManageProductImageApi.js +52 -34
- package/product/src/apis/ManageProductProscriptionApi.js +51 -35
- package/product/src/apis/SearchProductApi.js +52 -36
- package/product/src/apis/SearchProductImageApi.js +52 -36
- package/product/src/apis/SearchProductMetadataApi.js +104 -72
- package/product/src/apis/SearchProductProscriptionApi.js +26 -18
- package/product/src/runtime.d.ts +2 -2
- package/product/src/runtime.js +1 -1
- package/pub/src/apis/ManagePubApi.js +102 -70
- package/pub/src/apis/ManagePubImageApi.js +28 -18
- package/pub/src/apis/SearchPubApi.js +78 -54
- package/pub/src/runtime.d.ts +2 -2
- package/pub/src/runtime.js +1 -1
- package/recommendation/src/apis/SearchFavoriteProductRecommendationApi.js +26 -18
- package/recommendation/src/apis/SearchProductPriceRecommendationApi.js +26 -18
- package/recommendation/src/apis/SearchProductRecommendationApi.js +26 -18
- package/recommendation/src/runtime.d.ts +2 -2
- package/recommendation/src/runtime.js +1 -1
- package/rfx/src/apis/ManageRfiApi.js +25 -17
- package/rfx/src/apis/ManageRfilApi.js +25 -17
- package/rfx/src/apis/ManageRfoApi.js +25 -17
- package/rfx/src/apis/ManageRfoiApi.js +52 -36
- package/rfx/src/apis/SearchRfoiApi.js +26 -18
- package/rfx/src/runtime.d.ts +2 -2
- package/rfx/src/runtime.js +1 -1
- package/sale-offer/src/apis/ManageSaleOfferApi.js +153 -105
- package/sale-offer/src/apis/SearchSaleOfferApi.js +52 -36
- package/sale-offer/src/runtime.d.ts +2 -2
- package/sale-offer/src/runtime.js +1 -1
- package/sale-offer-log/src/apis/SearchSaleOfferLogApi.js +26 -18
- package/sale-offer-log/src/runtime.d.ts +2 -2
- package/sale-offer-log/src/runtime.js +1 -1
- package/servant/src/apis/ManageTaskApi.js +25 -17
- package/servant/src/apis/SearchServantApi.js +26 -18
- package/servant/src/runtime.d.ts +2 -2
- package/servant/src/runtime.js +1 -1
- package/shipment/src/apis/ManageOrderCarriageApi.js +26 -18
- package/shipment/src/apis/ManageShipmentApi.js +52 -36
- package/shipment/src/apis/SearchOrderCarriageApi.js +52 -36
- package/shipment/src/runtime.d.ts +2 -2
- package/shipment/src/runtime.js +1 -1
- package/shopping-cart/src/apis/ManageCartApi.js +52 -36
- package/shopping-cart/src/apis/ManageCartSubCartApi.js +77 -53
- package/shopping-cart/src/apis/ManageCartSubCartLineApi.js +128 -88
- package/shopping-cart/src/runtime.d.ts +2 -2
- package/shopping-cart/src/runtime.js +1 -1
- package/statistic/src/apis/SearchSaleOfferStatisticsApi.js +52 -36
- package/statistic/src/runtime.d.ts +2 -2
- package/statistic/src/runtime.js +1 -1
- package/subscription/src/apis/ManageSubscriptionApi.js +77 -53
- package/subscription/src/apis/ManageSubscriptionPlanApi.js +26 -18
- package/subscription/src/apis/SearchSubscriptionApi.js +26 -18
- package/subscription/src/apis/SearchSubscriptionPlanApi.js +52 -36
- package/subscription/src/apis/SearchSubscriptionPlanFeatureApi.js +26 -18
- package/subscription/src/runtime.d.ts +2 -2
- package/subscription/src/runtime.js +1 -1
- package/thread/src/apis/ManageThreadCommentApi.js +52 -36
- package/thread/src/apis/SearchThreadApi.js +26 -18
- package/thread/src/apis/SearchThreadCommentApi.js +26 -18
- package/thread/src/runtime.d.ts +2 -2
- package/thread/src/runtime.js +1 -1
- package/ubo/src/apis/ManageUboDeclarationApi.js +26 -18
- package/ubo/src/apis/SearchUboDeclarationApi.js +26 -18
- package/ubo/src/runtime.d.ts +2 -2
- package/ubo/src/runtime.js +1 -1
- package/user/src/apis/ManagePasswordApi.js +50 -34
- package/user/src/apis/ManageUserApi.js +177 -121
- package/user/src/apis/ManageUserBankAccountApi.js +52 -36
- package/user/src/apis/ManageUserDocumentApi.js +82 -54
- package/user/src/apis/ManageUserFavoriteLaboratoryStoreApi.js +100 -68
- package/user/src/apis/ManageUserRestrictionApi.js +200 -136
- package/user/src/apis/ManageUserRoleApi.js +26 -18
- package/user/src/apis/ManageUserRuleApi.js +51 -35
- package/user/src/apis/ManageUserSocialNetworksApi.js +52 -36
- package/user/src/apis/ManageUserTransportApi.js +26 -18
- package/user/src/apis/SearchUserApi.js +156 -108
- package/user/src/apis/SearchUserDocumentApi.js +180 -124
- package/user/src/apis/SearchUserFavoriteLaboratoryStoreApi.js +52 -36
- package/user/src/apis/SearchUserFeatureApi.js +26 -18
- package/user/src/apis/SearchUserRestrictionApi.js +104 -72
- package/user/src/apis/SearchUserRuleApi.js +26 -18
- package/user/src/apis/SearchUserSocialNetworksApi.js +52 -36
- package/user/src/apis/SearchUserTransportApi.js +52 -36
- package/user/src/runtime.d.ts +2 -2
- package/user/src/runtime.js +1 -1
- package/wish/src/apis/ManageWishApi.js +75 -51
- package/wish/src/apis/SearchProductEnthusiasmApi.js +26 -18
- package/wish/src/apis/SearchWishApi.js +52 -36
- package/wish/src/runtime.d.ts +2 -2
- package/wish/src/runtime.js +1 -1
|
@@ -81,9 +81,9 @@ var SearchRfoiApi = /** @class */ (function (_super) {
|
|
|
81
81
|
*/
|
|
82
82
|
SearchRfoiApi.prototype.getRfoisRaw = function (requestParameters) {
|
|
83
83
|
return __awaiter(this, void 0, void 0, function () {
|
|
84
|
-
var queryParameters, headerParameters, token, tokenString, response, contentType, response_1;
|
|
85
|
-
return __generator(this, function (
|
|
86
|
-
switch (
|
|
84
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_1;
|
|
85
|
+
return __generator(this, function (_b) {
|
|
86
|
+
switch (_b.label) {
|
|
87
87
|
case 0:
|
|
88
88
|
queryParameters = {};
|
|
89
89
|
if (requestParameters.idEq) {
|
|
@@ -111,24 +111,32 @@ var SearchRfoiApi = /** @class */ (function (_super) {
|
|
|
111
111
|
if (this.configuration && this.configuration.apiKey) {
|
|
112
112
|
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
113
113
|
}
|
|
114
|
-
if (this.configuration && this.configuration.accessToken)
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
_a.label = 1;
|
|
114
|
+
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
115
|
+
token = this.configuration.accessToken;
|
|
116
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
117
|
+
return [4 /*yield*/, token("bearerAuth", [])];
|
|
122
118
|
case 1:
|
|
123
|
-
_a.
|
|
119
|
+
_a = _b.sent();
|
|
120
|
+
return [3 /*break*/, 3];
|
|
121
|
+
case 2:
|
|
122
|
+
_a = token;
|
|
123
|
+
_b.label = 3;
|
|
124
|
+
case 3:
|
|
125
|
+
tokenString = _a;
|
|
126
|
+
if (tokenString) {
|
|
127
|
+
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
128
|
+
}
|
|
129
|
+
_b.label = 4;
|
|
130
|
+
case 4:
|
|
131
|
+
_b.trys.push([4, 6, , 7]);
|
|
124
132
|
return [4 /*yield*/, this.request({
|
|
125
133
|
path: "/rfois",
|
|
126
134
|
method: 'GET',
|
|
127
135
|
headers: headerParameters,
|
|
128
136
|
query: queryParameters,
|
|
129
137
|
})];
|
|
130
|
-
case
|
|
131
|
-
response =
|
|
138
|
+
case 5:
|
|
139
|
+
response = _b.sent();
|
|
132
140
|
contentType = response.headers.get("content-type");
|
|
133
141
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
134
142
|
return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.PaginatedRfoisFromJSON)(jsonValue); })];
|
|
@@ -140,12 +148,12 @@ var SearchRfoiApi = /** @class */ (function (_super) {
|
|
|
140
148
|
// TODO : Better handling of others application types
|
|
141
149
|
return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
|
|
142
150
|
}
|
|
143
|
-
return [3 /*break*/,
|
|
144
|
-
case
|
|
145
|
-
response_1 =
|
|
151
|
+
return [3 /*break*/, 7];
|
|
152
|
+
case 6:
|
|
153
|
+
response_1 = _b.sent();
|
|
146
154
|
console.debug(response_1);
|
|
147
155
|
throw response_1;
|
|
148
|
-
case
|
|
156
|
+
case 7: return [2 /*return*/];
|
|
149
157
|
}
|
|
150
158
|
});
|
|
151
159
|
});
|
package/rfx/src/runtime.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ export interface ConfigurationParameters {
|
|
|
49
49
|
username?: string;
|
|
50
50
|
password?: string;
|
|
51
51
|
apiKey?: string | ((name: string) => string);
|
|
52
|
-
accessToken?: string | ((name?: string, scopes?: string[]) => string);
|
|
52
|
+
accessToken?: string | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
53
53
|
headers?: HTTPHeaders;
|
|
54
54
|
credentials?: RequestCredentials;
|
|
55
55
|
referrerPolicy?: ReferrerPolicy;
|
|
@@ -64,7 +64,7 @@ export declare class Configuration {
|
|
|
64
64
|
get username(): string | undefined;
|
|
65
65
|
get password(): string | undefined;
|
|
66
66
|
get apiKey(): ((name: string) => string) | undefined;
|
|
67
|
-
get accessToken(): ((name: string, scopes?: string[]) => string) | undefined;
|
|
67
|
+
get accessToken(): ((name: string, scopes?: string[]) => Promise<string>) | undefined;
|
|
68
68
|
get headers(): HTTPHeaders | undefined;
|
|
69
69
|
get credentials(): RequestCredentials | undefined;
|
|
70
70
|
get referrerPolicy(): ReferrerPolicy | undefined;
|
package/rfx/src/runtime.js
CHANGED
|
@@ -291,7 +291,7 @@ var Configuration = /** @class */ (function () {
|
|
|
291
291
|
get: function () {
|
|
292
292
|
var accessToken = this.configuration.accessToken;
|
|
293
293
|
if (accessToken) {
|
|
294
|
-
return typeof accessToken === 'function' ? accessToken : function () { return accessToken; };
|
|
294
|
+
return typeof accessToken === 'function' ? accessToken : function () { return Promise.resolve(accessToken); };
|
|
295
295
|
}
|
|
296
296
|
return undefined;
|
|
297
297
|
},
|
|
@@ -81,9 +81,9 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
81
81
|
*/
|
|
82
82
|
ManageSaleOfferApi.prototype.createSaleOfferRaw = function (requestParameters) {
|
|
83
83
|
return __awaiter(this, void 0, void 0, function () {
|
|
84
|
-
var queryParameters, headerParameters, token, tokenString, response, contentType, response_1;
|
|
85
|
-
return __generator(this, function (
|
|
86
|
-
switch (
|
|
84
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_1;
|
|
85
|
+
return __generator(this, function (_b) {
|
|
86
|
+
switch (_b.label) {
|
|
87
87
|
case 0:
|
|
88
88
|
queryParameters = {};
|
|
89
89
|
if (requestParameters.from !== undefined) {
|
|
@@ -94,16 +94,24 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
94
94
|
if (this.configuration && this.configuration.apiKey) {
|
|
95
95
|
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
96
96
|
}
|
|
97
|
-
if (this.configuration && this.configuration.accessToken)
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
_a.label = 1;
|
|
97
|
+
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
98
|
+
token = this.configuration.accessToken;
|
|
99
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
100
|
+
return [4 /*yield*/, token("bearerAuth", [])];
|
|
105
101
|
case 1:
|
|
106
|
-
_a.
|
|
102
|
+
_a = _b.sent();
|
|
103
|
+
return [3 /*break*/, 3];
|
|
104
|
+
case 2:
|
|
105
|
+
_a = token;
|
|
106
|
+
_b.label = 3;
|
|
107
|
+
case 3:
|
|
108
|
+
tokenString = _a;
|
|
109
|
+
if (tokenString) {
|
|
110
|
+
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
111
|
+
}
|
|
112
|
+
_b.label = 4;
|
|
113
|
+
case 4:
|
|
114
|
+
_b.trys.push([4, 6, , 7]);
|
|
107
115
|
return [4 /*yield*/, this.request({
|
|
108
116
|
path: "/sale-offers",
|
|
109
117
|
method: 'POST',
|
|
@@ -111,8 +119,8 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
111
119
|
query: queryParameters,
|
|
112
120
|
body: (0, models_1.SaleOfferCreationParametersToJSON)(requestParameters.saleOfferCreationParameters),
|
|
113
121
|
})];
|
|
114
|
-
case
|
|
115
|
-
response =
|
|
122
|
+
case 5:
|
|
123
|
+
response = _b.sent();
|
|
116
124
|
contentType = response.headers.get("content-type");
|
|
117
125
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
118
126
|
return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.SaleOfferFromJSON)(jsonValue); })];
|
|
@@ -124,12 +132,12 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
124
132
|
// TODO : Better handling of others application types
|
|
125
133
|
return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
|
|
126
134
|
}
|
|
127
|
-
return [3 /*break*/,
|
|
128
|
-
case
|
|
129
|
-
response_1 =
|
|
135
|
+
return [3 /*break*/, 7];
|
|
136
|
+
case 6:
|
|
137
|
+
response_1 = _b.sent();
|
|
130
138
|
console.debug(response_1);
|
|
131
139
|
throw response_1;
|
|
132
|
-
case
|
|
140
|
+
case 7: return [2 /*return*/];
|
|
133
141
|
}
|
|
134
142
|
});
|
|
135
143
|
});
|
|
@@ -158,9 +166,9 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
158
166
|
*/
|
|
159
167
|
ManageSaleOfferApi.prototype.createSaleOfferVersionRaw = function (requestParameters) {
|
|
160
168
|
return __awaiter(this, void 0, void 0, function () {
|
|
161
|
-
var queryParameters, headerParameters, token, tokenString, response, contentType, response_2;
|
|
162
|
-
return __generator(this, function (
|
|
163
|
-
switch (
|
|
169
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_2;
|
|
170
|
+
return __generator(this, function (_b) {
|
|
171
|
+
switch (_b.label) {
|
|
164
172
|
case 0:
|
|
165
173
|
if (requestParameters.saleOfferReference === null || requestParameters.saleOfferReference === undefined) {
|
|
166
174
|
throw new runtime_1.RequiredError('saleOfferReference', 'Required parameter requestParameters.saleOfferReference was null or undefined when calling createSaleOfferVersion.');
|
|
@@ -174,16 +182,24 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
174
182
|
if (this.configuration && this.configuration.apiKey) {
|
|
175
183
|
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
176
184
|
}
|
|
177
|
-
if (this.configuration && this.configuration.accessToken)
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
_a.label = 1;
|
|
185
|
+
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
186
|
+
token = this.configuration.accessToken;
|
|
187
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
188
|
+
return [4 /*yield*/, token("bearerAuth", [])];
|
|
185
189
|
case 1:
|
|
186
|
-
_a.
|
|
190
|
+
_a = _b.sent();
|
|
191
|
+
return [3 /*break*/, 3];
|
|
192
|
+
case 2:
|
|
193
|
+
_a = token;
|
|
194
|
+
_b.label = 3;
|
|
195
|
+
case 3:
|
|
196
|
+
tokenString = _a;
|
|
197
|
+
if (tokenString) {
|
|
198
|
+
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
199
|
+
}
|
|
200
|
+
_b.label = 4;
|
|
201
|
+
case 4:
|
|
202
|
+
_b.trys.push([4, 6, , 7]);
|
|
187
203
|
return [4 /*yield*/, this.request({
|
|
188
204
|
path: "/sale-offers/{saleOfferReference}/versions".replace("{".concat("saleOfferReference", "}"), encodeURIComponent(String(requestParameters.saleOfferReference))),
|
|
189
205
|
method: 'POST',
|
|
@@ -191,8 +207,8 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
191
207
|
query: queryParameters,
|
|
192
208
|
body: (0, models_1.SaleOfferNewVersionParametersToJSON)(requestParameters.saleOfferNewVersionParameters),
|
|
193
209
|
})];
|
|
194
|
-
case
|
|
195
|
-
response =
|
|
210
|
+
case 5:
|
|
211
|
+
response = _b.sent();
|
|
196
212
|
contentType = response.headers.get("content-type");
|
|
197
213
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
198
214
|
return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.SaleOfferFromJSON)(jsonValue); })];
|
|
@@ -204,12 +220,12 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
204
220
|
// TODO : Better handling of others application types
|
|
205
221
|
return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
|
|
206
222
|
}
|
|
207
|
-
return [3 /*break*/,
|
|
208
|
-
case
|
|
209
|
-
response_2 =
|
|
223
|
+
return [3 /*break*/, 7];
|
|
224
|
+
case 6:
|
|
225
|
+
response_2 = _b.sent();
|
|
210
226
|
console.debug(response_2);
|
|
211
227
|
throw response_2;
|
|
212
|
-
case
|
|
228
|
+
case 7: return [2 /*return*/];
|
|
213
229
|
}
|
|
214
230
|
});
|
|
215
231
|
});
|
|
@@ -237,9 +253,9 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
237
253
|
*/
|
|
238
254
|
ManageSaleOfferApi.prototype.deleteSaleOfferRaw = function (requestParameters) {
|
|
239
255
|
return __awaiter(this, void 0, void 0, function () {
|
|
240
|
-
var queryParameters, headerParameters, token, tokenString, response, response_3;
|
|
241
|
-
return __generator(this, function (
|
|
242
|
-
switch (
|
|
256
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, response_3;
|
|
257
|
+
return __generator(this, function (_b) {
|
|
258
|
+
switch (_b.label) {
|
|
243
259
|
case 0:
|
|
244
260
|
if (requestParameters.saleOfferReference === null || requestParameters.saleOfferReference === undefined) {
|
|
245
261
|
throw new runtime_1.RequiredError('saleOfferReference', 'Required parameter requestParameters.saleOfferReference was null or undefined when calling deleteSaleOffer.');
|
|
@@ -249,30 +265,38 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
249
265
|
if (this.configuration && this.configuration.apiKey) {
|
|
250
266
|
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
251
267
|
}
|
|
252
|
-
if (this.configuration && this.configuration.accessToken)
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
_a.label = 1;
|
|
268
|
+
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
269
|
+
token = this.configuration.accessToken;
|
|
270
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
271
|
+
return [4 /*yield*/, token("bearerAuth", [])];
|
|
260
272
|
case 1:
|
|
261
|
-
_a.
|
|
273
|
+
_a = _b.sent();
|
|
274
|
+
return [3 /*break*/, 3];
|
|
275
|
+
case 2:
|
|
276
|
+
_a = token;
|
|
277
|
+
_b.label = 3;
|
|
278
|
+
case 3:
|
|
279
|
+
tokenString = _a;
|
|
280
|
+
if (tokenString) {
|
|
281
|
+
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
282
|
+
}
|
|
283
|
+
_b.label = 4;
|
|
284
|
+
case 4:
|
|
285
|
+
_b.trys.push([4, 6, , 7]);
|
|
262
286
|
return [4 /*yield*/, this.request({
|
|
263
287
|
path: "/sale-offers/{saleOfferReference}".replace("{".concat("saleOfferReference", "}"), encodeURIComponent(String(requestParameters.saleOfferReference))),
|
|
264
288
|
method: 'DELETE',
|
|
265
289
|
headers: headerParameters,
|
|
266
290
|
query: queryParameters,
|
|
267
291
|
})];
|
|
268
|
-
case
|
|
269
|
-
response =
|
|
292
|
+
case 5:
|
|
293
|
+
response = _b.sent();
|
|
270
294
|
return [2 /*return*/, new runtime_1.VoidApiResponse(response)];
|
|
271
|
-
case
|
|
272
|
-
response_3 =
|
|
295
|
+
case 6:
|
|
296
|
+
response_3 = _b.sent();
|
|
273
297
|
console.debug(response_3);
|
|
274
298
|
throw response_3;
|
|
275
|
-
case
|
|
299
|
+
case 7: return [2 /*return*/];
|
|
276
300
|
}
|
|
277
301
|
});
|
|
278
302
|
});
|
|
@@ -298,9 +322,9 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
298
322
|
*/
|
|
299
323
|
ManageSaleOfferApi.prototype.deleteSaleOffersRaw = function (requestParameters) {
|
|
300
324
|
return __awaiter(this, void 0, void 0, function () {
|
|
301
|
-
var queryParameters, headerParameters, token, tokenString, response, response_4;
|
|
302
|
-
return __generator(this, function (
|
|
303
|
-
switch (
|
|
325
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, response_4;
|
|
326
|
+
return __generator(this, function (_b) {
|
|
327
|
+
switch (_b.label) {
|
|
304
328
|
case 0:
|
|
305
329
|
queryParameters = {};
|
|
306
330
|
if (requestParameters.oEq) {
|
|
@@ -322,30 +346,38 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
322
346
|
if (this.configuration && this.configuration.apiKey) {
|
|
323
347
|
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
324
348
|
}
|
|
325
|
-
if (this.configuration && this.configuration.accessToken)
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
_a.label = 1;
|
|
349
|
+
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
350
|
+
token = this.configuration.accessToken;
|
|
351
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
352
|
+
return [4 /*yield*/, token("bearerAuth", [])];
|
|
333
353
|
case 1:
|
|
334
|
-
_a.
|
|
354
|
+
_a = _b.sent();
|
|
355
|
+
return [3 /*break*/, 3];
|
|
356
|
+
case 2:
|
|
357
|
+
_a = token;
|
|
358
|
+
_b.label = 3;
|
|
359
|
+
case 3:
|
|
360
|
+
tokenString = _a;
|
|
361
|
+
if (tokenString) {
|
|
362
|
+
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
363
|
+
}
|
|
364
|
+
_b.label = 4;
|
|
365
|
+
case 4:
|
|
366
|
+
_b.trys.push([4, 6, , 7]);
|
|
335
367
|
return [4 /*yield*/, this.request({
|
|
336
368
|
path: "/sale-offers",
|
|
337
369
|
method: 'DELETE',
|
|
338
370
|
headers: headerParameters,
|
|
339
371
|
query: queryParameters,
|
|
340
372
|
})];
|
|
341
|
-
case
|
|
342
|
-
response =
|
|
373
|
+
case 5:
|
|
374
|
+
response = _b.sent();
|
|
343
375
|
return [2 /*return*/, new runtime_1.VoidApiResponse(response)];
|
|
344
|
-
case
|
|
345
|
-
response_4 =
|
|
376
|
+
case 6:
|
|
377
|
+
response_4 = _b.sent();
|
|
346
378
|
console.debug(response_4);
|
|
347
379
|
throw response_4;
|
|
348
|
-
case
|
|
380
|
+
case 7: return [2 /*return*/];
|
|
349
381
|
}
|
|
350
382
|
});
|
|
351
383
|
});
|
|
@@ -371,9 +403,9 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
371
403
|
*/
|
|
372
404
|
ManageSaleOfferApi.prototype.updateSaleOfferRaw = function (requestParameters) {
|
|
373
405
|
return __awaiter(this, void 0, void 0, function () {
|
|
374
|
-
var queryParameters, headerParameters, token, tokenString, response, contentType, response_5;
|
|
375
|
-
return __generator(this, function (
|
|
376
|
-
switch (
|
|
406
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_5;
|
|
407
|
+
return __generator(this, function (_b) {
|
|
408
|
+
switch (_b.label) {
|
|
377
409
|
case 0:
|
|
378
410
|
if (requestParameters.saleOfferReference === null || requestParameters.saleOfferReference === undefined) {
|
|
379
411
|
throw new runtime_1.RequiredError('saleOfferReference', 'Required parameter requestParameters.saleOfferReference was null or undefined when calling updateSaleOffer.');
|
|
@@ -387,16 +419,24 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
387
419
|
if (this.configuration && this.configuration.apiKey) {
|
|
388
420
|
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
389
421
|
}
|
|
390
|
-
if (this.configuration && this.configuration.accessToken)
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
395
|
-
}
|
|
396
|
-
}
|
|
397
|
-
_a.label = 1;
|
|
422
|
+
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
423
|
+
token = this.configuration.accessToken;
|
|
424
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
425
|
+
return [4 /*yield*/, token("bearerAuth", [])];
|
|
398
426
|
case 1:
|
|
399
|
-
_a.
|
|
427
|
+
_a = _b.sent();
|
|
428
|
+
return [3 /*break*/, 3];
|
|
429
|
+
case 2:
|
|
430
|
+
_a = token;
|
|
431
|
+
_b.label = 3;
|
|
432
|
+
case 3:
|
|
433
|
+
tokenString = _a;
|
|
434
|
+
if (tokenString) {
|
|
435
|
+
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
436
|
+
}
|
|
437
|
+
_b.label = 4;
|
|
438
|
+
case 4:
|
|
439
|
+
_b.trys.push([4, 6, , 7]);
|
|
400
440
|
return [4 /*yield*/, this.request({
|
|
401
441
|
path: "/sale-offers/{saleOfferReference}".replace("{".concat("saleOfferReference", "}"), encodeURIComponent(String(requestParameters.saleOfferReference))),
|
|
402
442
|
method: 'PATCH',
|
|
@@ -404,8 +444,8 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
404
444
|
query: queryParameters,
|
|
405
445
|
body: (0, models_1.SaleOfferUpdateParametersToJSON)(requestParameters.saleOfferUpdateParameters),
|
|
406
446
|
})];
|
|
407
|
-
case
|
|
408
|
-
response =
|
|
447
|
+
case 5:
|
|
448
|
+
response = _b.sent();
|
|
409
449
|
contentType = response.headers.get("content-type");
|
|
410
450
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
411
451
|
return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.SaleOfferFromJSON)(jsonValue); })];
|
|
@@ -417,12 +457,12 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
417
457
|
// TODO : Better handling of others application types
|
|
418
458
|
return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
|
|
419
459
|
}
|
|
420
|
-
return [3 /*break*/,
|
|
421
|
-
case
|
|
422
|
-
response_5 =
|
|
460
|
+
return [3 /*break*/, 7];
|
|
461
|
+
case 6:
|
|
462
|
+
response_5 = _b.sent();
|
|
423
463
|
console.debug(response_5);
|
|
424
464
|
throw response_5;
|
|
425
|
-
case
|
|
465
|
+
case 7: return [2 /*return*/];
|
|
426
466
|
}
|
|
427
467
|
});
|
|
428
468
|
});
|
|
@@ -449,9 +489,9 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
449
489
|
*/
|
|
450
490
|
ManageSaleOfferApi.prototype.updateSaleOffersRaw = function (requestParameters) {
|
|
451
491
|
return __awaiter(this, void 0, void 0, function () {
|
|
452
|
-
var queryParameters, headerParameters, token, tokenString, response, response_6;
|
|
453
|
-
return __generator(this, function (
|
|
454
|
-
switch (
|
|
492
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, response_6;
|
|
493
|
+
return __generator(this, function (_b) {
|
|
494
|
+
switch (_b.label) {
|
|
455
495
|
case 0:
|
|
456
496
|
if (requestParameters.saleOfferUpdateParameters === null || requestParameters.saleOfferUpdateParameters === undefined) {
|
|
457
497
|
throw new runtime_1.RequiredError('saleOfferUpdateParameters', 'Required parameter requestParameters.saleOfferUpdateParameters was null or undefined when calling updateSaleOffers.');
|
|
@@ -468,16 +508,24 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
468
508
|
if (this.configuration && this.configuration.apiKey) {
|
|
469
509
|
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
470
510
|
}
|
|
471
|
-
if (this.configuration && this.configuration.accessToken)
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
476
|
-
}
|
|
477
|
-
}
|
|
478
|
-
_a.label = 1;
|
|
511
|
+
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
512
|
+
token = this.configuration.accessToken;
|
|
513
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
514
|
+
return [4 /*yield*/, token("bearerAuth", [])];
|
|
479
515
|
case 1:
|
|
480
|
-
_a.
|
|
516
|
+
_a = _b.sent();
|
|
517
|
+
return [3 /*break*/, 3];
|
|
518
|
+
case 2:
|
|
519
|
+
_a = token;
|
|
520
|
+
_b.label = 3;
|
|
521
|
+
case 3:
|
|
522
|
+
tokenString = _a;
|
|
523
|
+
if (tokenString) {
|
|
524
|
+
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
525
|
+
}
|
|
526
|
+
_b.label = 4;
|
|
527
|
+
case 4:
|
|
528
|
+
_b.trys.push([4, 6, , 7]);
|
|
481
529
|
return [4 /*yield*/, this.request({
|
|
482
530
|
path: "/sale-offers",
|
|
483
531
|
method: 'PATCH',
|
|
@@ -485,14 +533,14 @@ var ManageSaleOfferApi = /** @class */ (function (_super) {
|
|
|
485
533
|
query: queryParameters,
|
|
486
534
|
body: (0, models_1.SaleOfferUpdateParametersToJSON)(requestParameters.saleOfferUpdateParameters),
|
|
487
535
|
})];
|
|
488
|
-
case
|
|
489
|
-
response =
|
|
536
|
+
case 5:
|
|
537
|
+
response = _b.sent();
|
|
490
538
|
return [2 /*return*/, new runtime_1.VoidApiResponse(response)];
|
|
491
|
-
case
|
|
492
|
-
response_6 =
|
|
539
|
+
case 6:
|
|
540
|
+
response_6 = _b.sent();
|
|
493
541
|
console.debug(response_6);
|
|
494
542
|
throw response_6;
|
|
495
|
-
case
|
|
543
|
+
case 7: return [2 /*return*/];
|
|
496
544
|
}
|
|
497
545
|
});
|
|
498
546
|
});
|