@lcdp/api-react-rest-client 1.3.17-react-codegen.2754 → 1.3.17-react-codegen.2756
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/runtime.d.ts +3 -1
- package/auth/src/runtime.js +13 -3
- package/banking-operation/src/runtime.d.ts +3 -1
- package/banking-operation/src/runtime.js +13 -3
- package/challenge/src/runtime.d.ts +3 -1
- package/challenge/src/runtime.js +13 -3
- package/configuration/src/runtime.d.ts +3 -1
- package/configuration/src/runtime.js +13 -3
- package/content/src/runtime.d.ts +3 -1
- package/content/src/runtime.js +13 -3
- package/factory/src/runtime.d.ts +3 -1
- package/factory/src/runtime.js +13 -3
- package/favorite/src/runtime.d.ts +3 -1
- package/favorite/src/runtime.js +13 -3
- package/geo/src/runtime.d.ts +3 -1
- package/geo/src/runtime.js +13 -3
- package/inventory/src/runtime.d.ts +3 -1
- package/inventory/src/runtime.js +13 -3
- package/invoice/src/runtime.d.ts +3 -1
- package/invoice/src/runtime.js +13 -3
- package/laboratory/src/runtime.d.ts +3 -1
- package/laboratory/src/runtime.js +13 -3
- package/laboratory-store/src/runtime.d.ts +3 -1
- package/laboratory-store/src/runtime.js +13 -3
- package/laboratory-store-log/src/runtime.d.ts +3 -1
- package/laboratory-store-log/src/runtime.js +13 -3
- package/lexicon/src/runtime.d.ts +3 -1
- package/lexicon/src/runtime.js +13 -3
- package/litigation/src/runtime.d.ts +3 -1
- package/litigation/src/runtime.js +13 -3
- package/magic-cart/src/runtime.d.ts +3 -1
- package/magic-cart/src/runtime.js +13 -3
- package/mandate/src/runtime.d.ts +3 -1
- package/mandate/src/runtime.js +13 -3
- package/mangopay-hook/src/runtime.d.ts +3 -1
- package/mangopay-hook/src/runtime.js +13 -3
- package/message/src/runtime.d.ts +3 -1
- package/message/src/runtime.js +13 -3
- package/notification/src/runtime.d.ts +3 -1
- package/notification/src/runtime.js +13 -3
- package/order/src/runtime.d.ts +3 -1
- package/order/src/runtime.js +13 -3
- package/order-log/src/runtime.d.ts +3 -1
- package/order-log/src/runtime.js +13 -3
- package/outrage-message/src/runtime.d.ts +3 -1
- package/outrage-message/src/runtime.js +13 -3
- package/package.json +1 -1
- package/product/src/runtime.d.ts +3 -1
- package/product/src/runtime.js +13 -3
- package/pub/src/runtime.d.ts +3 -1
- package/pub/src/runtime.js +13 -3
- package/recommendation/src/runtime.d.ts +3 -1
- package/recommendation/src/runtime.js +13 -3
- package/rfx/src/runtime.d.ts +3 -1
- package/rfx/src/runtime.js +13 -3
- package/sale-offer/src/runtime.d.ts +3 -1
- package/sale-offer/src/runtime.js +13 -3
- package/sale-offer-log/src/runtime.d.ts +3 -1
- package/sale-offer-log/src/runtime.js +13 -3
- package/servant/src/runtime.d.ts +3 -1
- package/servant/src/runtime.js +13 -3
- package/shipment/src/runtime.d.ts +3 -1
- package/shipment/src/runtime.js +13 -3
- package/shopping-cart/src/runtime.d.ts +3 -1
- package/shopping-cart/src/runtime.js +13 -3
- package/statistic/src/runtime.d.ts +3 -1
- package/statistic/src/runtime.js +13 -3
- package/subscription/src/runtime.d.ts +3 -1
- package/subscription/src/runtime.js +13 -3
- package/thread/src/runtime.d.ts +3 -1
- package/thread/src/runtime.js +13 -3
- package/ubo/src/runtime.d.ts +3 -1
- package/ubo/src/runtime.js +13 -3
- package/user/src/runtime.d.ts +3 -1
- package/user/src/runtime.js +13 -3
- package/wish/src/runtime.d.ts +3 -1
- package/wish/src/runtime.js +13 -3
package/auth/src/runtime.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export declare const BASE_PATH
|
|
12
|
+
export declare const BASE_PATH = "/api/v1";
|
|
13
13
|
/**
|
|
14
14
|
* This is the base class for all generated API classes.
|
|
15
15
|
*/
|
|
@@ -52,6 +52,7 @@ export interface ConfigurationParameters {
|
|
|
52
52
|
accessToken?: string | ((name?: string, scopes?: string[]) => string);
|
|
53
53
|
headers?: HTTPHeaders;
|
|
54
54
|
credentials?: RequestCredentials;
|
|
55
|
+
referrerPolicy?: ReferrerPolicy;
|
|
55
56
|
}
|
|
56
57
|
export declare class Configuration {
|
|
57
58
|
private configuration;
|
|
@@ -66,6 +67,7 @@ export declare class Configuration {
|
|
|
66
67
|
get accessToken(): ((name: string, scopes?: string[]) => string) | undefined;
|
|
67
68
|
get headers(): HTTPHeaders | undefined;
|
|
68
69
|
get credentials(): RequestCredentials | undefined;
|
|
70
|
+
get referrerPolicy(): ReferrerPolicy | undefined;
|
|
69
71
|
}
|
|
70
72
|
export declare type Json = any;
|
|
71
73
|
export declare type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
package/auth/src/runtime.js
CHANGED
|
@@ -76,7 +76,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
76
76
|
};
|
|
77
77
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78
78
|
exports.TextApiResponse = exports.BlobWithMetaApiResponse = exports.instanceOfBlobWithMeta = exports.VoidApiResponse = exports.JSONApiResponse = exports.toDateISOString = exports.canConsumeForm = exports.mapValues = exports.querystring = exports.exists = exports.Configuration = exports.COLLECTION_FORMATS = exports.RequiredError = exports.BaseAPI = exports.BASE_PATH = void 0;
|
|
79
|
-
exports.BASE_PATH = "
|
|
79
|
+
exports.BASE_PATH = "/api/v1";
|
|
80
80
|
var isBlob = function (value) { return typeof Blob !== 'undefined' && value instanceof Blob; };
|
|
81
81
|
/**
|
|
82
82
|
* This is the base class for all generated API classes.
|
|
@@ -193,7 +193,8 @@ var BaseAPI = /** @class */ (function () {
|
|
|
193
193
|
method: context.method,
|
|
194
194
|
headers: headers,
|
|
195
195
|
body: body,
|
|
196
|
-
credentials: this.configuration.credentials
|
|
196
|
+
credentials: this.configuration.credentials,
|
|
197
|
+
referrerPolicy: this.configuration.referrerPolicy,
|
|
197
198
|
};
|
|
198
199
|
return { url: url, init: init };
|
|
199
200
|
};
|
|
@@ -306,7 +307,16 @@ var Configuration = /** @class */ (function () {
|
|
|
306
307
|
});
|
|
307
308
|
Object.defineProperty(Configuration.prototype, "credentials", {
|
|
308
309
|
get: function () {
|
|
309
|
-
|
|
310
|
+
var _a;
|
|
311
|
+
return (_a = this.configuration.credentials) !== null && _a !== void 0 ? _a : "omit";
|
|
312
|
+
},
|
|
313
|
+
enumerable: false,
|
|
314
|
+
configurable: true
|
|
315
|
+
});
|
|
316
|
+
Object.defineProperty(Configuration.prototype, "referrerPolicy", {
|
|
317
|
+
get: function () {
|
|
318
|
+
var _a;
|
|
319
|
+
return (_a = this.configuration.referrerPolicy) !== null && _a !== void 0 ? _a : "origin";
|
|
310
320
|
},
|
|
311
321
|
enumerable: false,
|
|
312
322
|
configurable: true
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export declare const BASE_PATH
|
|
12
|
+
export declare const BASE_PATH = "/api/v1";
|
|
13
13
|
/**
|
|
14
14
|
* This is the base class for all generated API classes.
|
|
15
15
|
*/
|
|
@@ -52,6 +52,7 @@ export interface ConfigurationParameters {
|
|
|
52
52
|
accessToken?: string | ((name?: string, scopes?: string[]) => string);
|
|
53
53
|
headers?: HTTPHeaders;
|
|
54
54
|
credentials?: RequestCredentials;
|
|
55
|
+
referrerPolicy?: ReferrerPolicy;
|
|
55
56
|
}
|
|
56
57
|
export declare class Configuration {
|
|
57
58
|
private configuration;
|
|
@@ -66,6 +67,7 @@ export declare class Configuration {
|
|
|
66
67
|
get accessToken(): ((name: string, scopes?: string[]) => string) | undefined;
|
|
67
68
|
get headers(): HTTPHeaders | undefined;
|
|
68
69
|
get credentials(): RequestCredentials | undefined;
|
|
70
|
+
get referrerPolicy(): ReferrerPolicy | undefined;
|
|
69
71
|
}
|
|
70
72
|
export declare type Json = any;
|
|
71
73
|
export declare type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
|
@@ -76,7 +76,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
76
76
|
};
|
|
77
77
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78
78
|
exports.TextApiResponse = exports.BlobWithMetaApiResponse = exports.instanceOfBlobWithMeta = exports.VoidApiResponse = exports.JSONApiResponse = exports.toDateISOString = exports.canConsumeForm = exports.mapValues = exports.querystring = exports.exists = exports.Configuration = exports.COLLECTION_FORMATS = exports.RequiredError = exports.BaseAPI = exports.BASE_PATH = void 0;
|
|
79
|
-
exports.BASE_PATH = "
|
|
79
|
+
exports.BASE_PATH = "/api/v1";
|
|
80
80
|
var isBlob = function (value) { return typeof Blob !== 'undefined' && value instanceof Blob; };
|
|
81
81
|
/**
|
|
82
82
|
* This is the base class for all generated API classes.
|
|
@@ -193,7 +193,8 @@ var BaseAPI = /** @class */ (function () {
|
|
|
193
193
|
method: context.method,
|
|
194
194
|
headers: headers,
|
|
195
195
|
body: body,
|
|
196
|
-
credentials: this.configuration.credentials
|
|
196
|
+
credentials: this.configuration.credentials,
|
|
197
|
+
referrerPolicy: this.configuration.referrerPolicy,
|
|
197
198
|
};
|
|
198
199
|
return { url: url, init: init };
|
|
199
200
|
};
|
|
@@ -306,7 +307,16 @@ var Configuration = /** @class */ (function () {
|
|
|
306
307
|
});
|
|
307
308
|
Object.defineProperty(Configuration.prototype, "credentials", {
|
|
308
309
|
get: function () {
|
|
309
|
-
|
|
310
|
+
var _a;
|
|
311
|
+
return (_a = this.configuration.credentials) !== null && _a !== void 0 ? _a : "omit";
|
|
312
|
+
},
|
|
313
|
+
enumerable: false,
|
|
314
|
+
configurable: true
|
|
315
|
+
});
|
|
316
|
+
Object.defineProperty(Configuration.prototype, "referrerPolicy", {
|
|
317
|
+
get: function () {
|
|
318
|
+
var _a;
|
|
319
|
+
return (_a = this.configuration.referrerPolicy) !== null && _a !== void 0 ? _a : "origin";
|
|
310
320
|
},
|
|
311
321
|
enumerable: false,
|
|
312
322
|
configurable: true
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export declare const BASE_PATH
|
|
12
|
+
export declare const BASE_PATH = "/api/v1";
|
|
13
13
|
/**
|
|
14
14
|
* This is the base class for all generated API classes.
|
|
15
15
|
*/
|
|
@@ -52,6 +52,7 @@ export interface ConfigurationParameters {
|
|
|
52
52
|
accessToken?: string | ((name?: string, scopes?: string[]) => string);
|
|
53
53
|
headers?: HTTPHeaders;
|
|
54
54
|
credentials?: RequestCredentials;
|
|
55
|
+
referrerPolicy?: ReferrerPolicy;
|
|
55
56
|
}
|
|
56
57
|
export declare class Configuration {
|
|
57
58
|
private configuration;
|
|
@@ -66,6 +67,7 @@ export declare class Configuration {
|
|
|
66
67
|
get accessToken(): ((name: string, scopes?: string[]) => string) | undefined;
|
|
67
68
|
get headers(): HTTPHeaders | undefined;
|
|
68
69
|
get credentials(): RequestCredentials | undefined;
|
|
70
|
+
get referrerPolicy(): ReferrerPolicy | undefined;
|
|
69
71
|
}
|
|
70
72
|
export declare type Json = any;
|
|
71
73
|
export declare type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
package/challenge/src/runtime.js
CHANGED
|
@@ -76,7 +76,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
76
76
|
};
|
|
77
77
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78
78
|
exports.TextApiResponse = exports.BlobWithMetaApiResponse = exports.instanceOfBlobWithMeta = exports.VoidApiResponse = exports.JSONApiResponse = exports.toDateISOString = exports.canConsumeForm = exports.mapValues = exports.querystring = exports.exists = exports.Configuration = exports.COLLECTION_FORMATS = exports.RequiredError = exports.BaseAPI = exports.BASE_PATH = void 0;
|
|
79
|
-
exports.BASE_PATH = "
|
|
79
|
+
exports.BASE_PATH = "/api/v1";
|
|
80
80
|
var isBlob = function (value) { return typeof Blob !== 'undefined' && value instanceof Blob; };
|
|
81
81
|
/**
|
|
82
82
|
* This is the base class for all generated API classes.
|
|
@@ -193,7 +193,8 @@ var BaseAPI = /** @class */ (function () {
|
|
|
193
193
|
method: context.method,
|
|
194
194
|
headers: headers,
|
|
195
195
|
body: body,
|
|
196
|
-
credentials: this.configuration.credentials
|
|
196
|
+
credentials: this.configuration.credentials,
|
|
197
|
+
referrerPolicy: this.configuration.referrerPolicy,
|
|
197
198
|
};
|
|
198
199
|
return { url: url, init: init };
|
|
199
200
|
};
|
|
@@ -306,7 +307,16 @@ var Configuration = /** @class */ (function () {
|
|
|
306
307
|
});
|
|
307
308
|
Object.defineProperty(Configuration.prototype, "credentials", {
|
|
308
309
|
get: function () {
|
|
309
|
-
|
|
310
|
+
var _a;
|
|
311
|
+
return (_a = this.configuration.credentials) !== null && _a !== void 0 ? _a : "omit";
|
|
312
|
+
},
|
|
313
|
+
enumerable: false,
|
|
314
|
+
configurable: true
|
|
315
|
+
});
|
|
316
|
+
Object.defineProperty(Configuration.prototype, "referrerPolicy", {
|
|
317
|
+
get: function () {
|
|
318
|
+
var _a;
|
|
319
|
+
return (_a = this.configuration.referrerPolicy) !== null && _a !== void 0 ? _a : "origin";
|
|
310
320
|
},
|
|
311
321
|
enumerable: false,
|
|
312
322
|
configurable: true
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export declare const BASE_PATH
|
|
12
|
+
export declare const BASE_PATH = "/api/v1";
|
|
13
13
|
/**
|
|
14
14
|
* This is the base class for all generated API classes.
|
|
15
15
|
*/
|
|
@@ -52,6 +52,7 @@ export interface ConfigurationParameters {
|
|
|
52
52
|
accessToken?: string | ((name?: string, scopes?: string[]) => string);
|
|
53
53
|
headers?: HTTPHeaders;
|
|
54
54
|
credentials?: RequestCredentials;
|
|
55
|
+
referrerPolicy?: ReferrerPolicy;
|
|
55
56
|
}
|
|
56
57
|
export declare class Configuration {
|
|
57
58
|
private configuration;
|
|
@@ -66,6 +67,7 @@ export declare class Configuration {
|
|
|
66
67
|
get accessToken(): ((name: string, scopes?: string[]) => string) | undefined;
|
|
67
68
|
get headers(): HTTPHeaders | undefined;
|
|
68
69
|
get credentials(): RequestCredentials | undefined;
|
|
70
|
+
get referrerPolicy(): ReferrerPolicy | undefined;
|
|
69
71
|
}
|
|
70
72
|
export declare type Json = any;
|
|
71
73
|
export declare type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
|
@@ -76,7 +76,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
76
76
|
};
|
|
77
77
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78
78
|
exports.TextApiResponse = exports.BlobWithMetaApiResponse = exports.instanceOfBlobWithMeta = exports.VoidApiResponse = exports.JSONApiResponse = exports.toDateISOString = exports.canConsumeForm = exports.mapValues = exports.querystring = exports.exists = exports.Configuration = exports.COLLECTION_FORMATS = exports.RequiredError = exports.BaseAPI = exports.BASE_PATH = void 0;
|
|
79
|
-
exports.BASE_PATH = "
|
|
79
|
+
exports.BASE_PATH = "/api/v1";
|
|
80
80
|
var isBlob = function (value) { return typeof Blob !== 'undefined' && value instanceof Blob; };
|
|
81
81
|
/**
|
|
82
82
|
* This is the base class for all generated API classes.
|
|
@@ -193,7 +193,8 @@ var BaseAPI = /** @class */ (function () {
|
|
|
193
193
|
method: context.method,
|
|
194
194
|
headers: headers,
|
|
195
195
|
body: body,
|
|
196
|
-
credentials: this.configuration.credentials
|
|
196
|
+
credentials: this.configuration.credentials,
|
|
197
|
+
referrerPolicy: this.configuration.referrerPolicy,
|
|
197
198
|
};
|
|
198
199
|
return { url: url, init: init };
|
|
199
200
|
};
|
|
@@ -306,7 +307,16 @@ var Configuration = /** @class */ (function () {
|
|
|
306
307
|
});
|
|
307
308
|
Object.defineProperty(Configuration.prototype, "credentials", {
|
|
308
309
|
get: function () {
|
|
309
|
-
|
|
310
|
+
var _a;
|
|
311
|
+
return (_a = this.configuration.credentials) !== null && _a !== void 0 ? _a : "omit";
|
|
312
|
+
},
|
|
313
|
+
enumerable: false,
|
|
314
|
+
configurable: true
|
|
315
|
+
});
|
|
316
|
+
Object.defineProperty(Configuration.prototype, "referrerPolicy", {
|
|
317
|
+
get: function () {
|
|
318
|
+
var _a;
|
|
319
|
+
return (_a = this.configuration.referrerPolicy) !== null && _a !== void 0 ? _a : "origin";
|
|
310
320
|
},
|
|
311
321
|
enumerable: false,
|
|
312
322
|
configurable: true
|
package/content/src/runtime.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export declare const BASE_PATH
|
|
12
|
+
export declare const BASE_PATH = "/api/v1";
|
|
13
13
|
/**
|
|
14
14
|
* This is the base class for all generated API classes.
|
|
15
15
|
*/
|
|
@@ -52,6 +52,7 @@ export interface ConfigurationParameters {
|
|
|
52
52
|
accessToken?: string | ((name?: string, scopes?: string[]) => string);
|
|
53
53
|
headers?: HTTPHeaders;
|
|
54
54
|
credentials?: RequestCredentials;
|
|
55
|
+
referrerPolicy?: ReferrerPolicy;
|
|
55
56
|
}
|
|
56
57
|
export declare class Configuration {
|
|
57
58
|
private configuration;
|
|
@@ -66,6 +67,7 @@ export declare class Configuration {
|
|
|
66
67
|
get accessToken(): ((name: string, scopes?: string[]) => string) | undefined;
|
|
67
68
|
get headers(): HTTPHeaders | undefined;
|
|
68
69
|
get credentials(): RequestCredentials | undefined;
|
|
70
|
+
get referrerPolicy(): ReferrerPolicy | undefined;
|
|
69
71
|
}
|
|
70
72
|
export declare type Json = any;
|
|
71
73
|
export declare type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
package/content/src/runtime.js
CHANGED
|
@@ -76,7 +76,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
76
76
|
};
|
|
77
77
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78
78
|
exports.TextApiResponse = exports.BlobWithMetaApiResponse = exports.instanceOfBlobWithMeta = exports.VoidApiResponse = exports.JSONApiResponse = exports.toDateISOString = exports.canConsumeForm = exports.mapValues = exports.querystring = exports.exists = exports.Configuration = exports.COLLECTION_FORMATS = exports.RequiredError = exports.BaseAPI = exports.BASE_PATH = void 0;
|
|
79
|
-
exports.BASE_PATH = "
|
|
79
|
+
exports.BASE_PATH = "/api/v1";
|
|
80
80
|
var isBlob = function (value) { return typeof Blob !== 'undefined' && value instanceof Blob; };
|
|
81
81
|
/**
|
|
82
82
|
* This is the base class for all generated API classes.
|
|
@@ -193,7 +193,8 @@ var BaseAPI = /** @class */ (function () {
|
|
|
193
193
|
method: context.method,
|
|
194
194
|
headers: headers,
|
|
195
195
|
body: body,
|
|
196
|
-
credentials: this.configuration.credentials
|
|
196
|
+
credentials: this.configuration.credentials,
|
|
197
|
+
referrerPolicy: this.configuration.referrerPolicy,
|
|
197
198
|
};
|
|
198
199
|
return { url: url, init: init };
|
|
199
200
|
};
|
|
@@ -306,7 +307,16 @@ var Configuration = /** @class */ (function () {
|
|
|
306
307
|
});
|
|
307
308
|
Object.defineProperty(Configuration.prototype, "credentials", {
|
|
308
309
|
get: function () {
|
|
309
|
-
|
|
310
|
+
var _a;
|
|
311
|
+
return (_a = this.configuration.credentials) !== null && _a !== void 0 ? _a : "omit";
|
|
312
|
+
},
|
|
313
|
+
enumerable: false,
|
|
314
|
+
configurable: true
|
|
315
|
+
});
|
|
316
|
+
Object.defineProperty(Configuration.prototype, "referrerPolicy", {
|
|
317
|
+
get: function () {
|
|
318
|
+
var _a;
|
|
319
|
+
return (_a = this.configuration.referrerPolicy) !== null && _a !== void 0 ? _a : "origin";
|
|
310
320
|
},
|
|
311
321
|
enumerable: false,
|
|
312
322
|
configurable: true
|
package/factory/src/runtime.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export declare const BASE_PATH
|
|
12
|
+
export declare const BASE_PATH = "/api/v1";
|
|
13
13
|
/**
|
|
14
14
|
* This is the base class for all generated API classes.
|
|
15
15
|
*/
|
|
@@ -52,6 +52,7 @@ export interface ConfigurationParameters {
|
|
|
52
52
|
accessToken?: string | ((name?: string, scopes?: string[]) => string);
|
|
53
53
|
headers?: HTTPHeaders;
|
|
54
54
|
credentials?: RequestCredentials;
|
|
55
|
+
referrerPolicy?: ReferrerPolicy;
|
|
55
56
|
}
|
|
56
57
|
export declare class Configuration {
|
|
57
58
|
private configuration;
|
|
@@ -66,6 +67,7 @@ export declare class Configuration {
|
|
|
66
67
|
get accessToken(): ((name: string, scopes?: string[]) => string) | undefined;
|
|
67
68
|
get headers(): HTTPHeaders | undefined;
|
|
68
69
|
get credentials(): RequestCredentials | undefined;
|
|
70
|
+
get referrerPolicy(): ReferrerPolicy | undefined;
|
|
69
71
|
}
|
|
70
72
|
export declare type Json = any;
|
|
71
73
|
export declare type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
package/factory/src/runtime.js
CHANGED
|
@@ -76,7 +76,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
76
76
|
};
|
|
77
77
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78
78
|
exports.TextApiResponse = exports.BlobWithMetaApiResponse = exports.instanceOfBlobWithMeta = exports.VoidApiResponse = exports.JSONApiResponse = exports.toDateISOString = exports.canConsumeForm = exports.mapValues = exports.querystring = exports.exists = exports.Configuration = exports.COLLECTION_FORMATS = exports.RequiredError = exports.BaseAPI = exports.BASE_PATH = void 0;
|
|
79
|
-
exports.BASE_PATH = "
|
|
79
|
+
exports.BASE_PATH = "/api/v1";
|
|
80
80
|
var isBlob = function (value) { return typeof Blob !== 'undefined' && value instanceof Blob; };
|
|
81
81
|
/**
|
|
82
82
|
* This is the base class for all generated API classes.
|
|
@@ -193,7 +193,8 @@ var BaseAPI = /** @class */ (function () {
|
|
|
193
193
|
method: context.method,
|
|
194
194
|
headers: headers,
|
|
195
195
|
body: body,
|
|
196
|
-
credentials: this.configuration.credentials
|
|
196
|
+
credentials: this.configuration.credentials,
|
|
197
|
+
referrerPolicy: this.configuration.referrerPolicy,
|
|
197
198
|
};
|
|
198
199
|
return { url: url, init: init };
|
|
199
200
|
};
|
|
@@ -306,7 +307,16 @@ var Configuration = /** @class */ (function () {
|
|
|
306
307
|
});
|
|
307
308
|
Object.defineProperty(Configuration.prototype, "credentials", {
|
|
308
309
|
get: function () {
|
|
309
|
-
|
|
310
|
+
var _a;
|
|
311
|
+
return (_a = this.configuration.credentials) !== null && _a !== void 0 ? _a : "omit";
|
|
312
|
+
},
|
|
313
|
+
enumerable: false,
|
|
314
|
+
configurable: true
|
|
315
|
+
});
|
|
316
|
+
Object.defineProperty(Configuration.prototype, "referrerPolicy", {
|
|
317
|
+
get: function () {
|
|
318
|
+
var _a;
|
|
319
|
+
return (_a = this.configuration.referrerPolicy) !== null && _a !== void 0 ? _a : "origin";
|
|
310
320
|
},
|
|
311
321
|
enumerable: false,
|
|
312
322
|
configurable: true
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export declare const BASE_PATH
|
|
12
|
+
export declare const BASE_PATH = "/api/v1";
|
|
13
13
|
/**
|
|
14
14
|
* This is the base class for all generated API classes.
|
|
15
15
|
*/
|
|
@@ -52,6 +52,7 @@ export interface ConfigurationParameters {
|
|
|
52
52
|
accessToken?: string | ((name?: string, scopes?: string[]) => string);
|
|
53
53
|
headers?: HTTPHeaders;
|
|
54
54
|
credentials?: RequestCredentials;
|
|
55
|
+
referrerPolicy?: ReferrerPolicy;
|
|
55
56
|
}
|
|
56
57
|
export declare class Configuration {
|
|
57
58
|
private configuration;
|
|
@@ -66,6 +67,7 @@ export declare class Configuration {
|
|
|
66
67
|
get accessToken(): ((name: string, scopes?: string[]) => string) | undefined;
|
|
67
68
|
get headers(): HTTPHeaders | undefined;
|
|
68
69
|
get credentials(): RequestCredentials | undefined;
|
|
70
|
+
get referrerPolicy(): ReferrerPolicy | undefined;
|
|
69
71
|
}
|
|
70
72
|
export declare type Json = any;
|
|
71
73
|
export declare type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
package/favorite/src/runtime.js
CHANGED
|
@@ -76,7 +76,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
76
76
|
};
|
|
77
77
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78
78
|
exports.TextApiResponse = exports.BlobWithMetaApiResponse = exports.instanceOfBlobWithMeta = exports.VoidApiResponse = exports.JSONApiResponse = exports.toDateISOString = exports.canConsumeForm = exports.mapValues = exports.querystring = exports.exists = exports.Configuration = exports.COLLECTION_FORMATS = exports.RequiredError = exports.BaseAPI = exports.BASE_PATH = void 0;
|
|
79
|
-
exports.BASE_PATH = "
|
|
79
|
+
exports.BASE_PATH = "/api/v1";
|
|
80
80
|
var isBlob = function (value) { return typeof Blob !== 'undefined' && value instanceof Blob; };
|
|
81
81
|
/**
|
|
82
82
|
* This is the base class for all generated API classes.
|
|
@@ -193,7 +193,8 @@ var BaseAPI = /** @class */ (function () {
|
|
|
193
193
|
method: context.method,
|
|
194
194
|
headers: headers,
|
|
195
195
|
body: body,
|
|
196
|
-
credentials: this.configuration.credentials
|
|
196
|
+
credentials: this.configuration.credentials,
|
|
197
|
+
referrerPolicy: this.configuration.referrerPolicy,
|
|
197
198
|
};
|
|
198
199
|
return { url: url, init: init };
|
|
199
200
|
};
|
|
@@ -306,7 +307,16 @@ var Configuration = /** @class */ (function () {
|
|
|
306
307
|
});
|
|
307
308
|
Object.defineProperty(Configuration.prototype, "credentials", {
|
|
308
309
|
get: function () {
|
|
309
|
-
|
|
310
|
+
var _a;
|
|
311
|
+
return (_a = this.configuration.credentials) !== null && _a !== void 0 ? _a : "omit";
|
|
312
|
+
},
|
|
313
|
+
enumerable: false,
|
|
314
|
+
configurable: true
|
|
315
|
+
});
|
|
316
|
+
Object.defineProperty(Configuration.prototype, "referrerPolicy", {
|
|
317
|
+
get: function () {
|
|
318
|
+
var _a;
|
|
319
|
+
return (_a = this.configuration.referrerPolicy) !== null && _a !== void 0 ? _a : "origin";
|
|
310
320
|
},
|
|
311
321
|
enumerable: false,
|
|
312
322
|
configurable: true
|
package/geo/src/runtime.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export declare const BASE_PATH
|
|
12
|
+
export declare const BASE_PATH = "/api/v1";
|
|
13
13
|
/**
|
|
14
14
|
* This is the base class for all generated API classes.
|
|
15
15
|
*/
|
|
@@ -52,6 +52,7 @@ export interface ConfigurationParameters {
|
|
|
52
52
|
accessToken?: string | ((name?: string, scopes?: string[]) => string);
|
|
53
53
|
headers?: HTTPHeaders;
|
|
54
54
|
credentials?: RequestCredentials;
|
|
55
|
+
referrerPolicy?: ReferrerPolicy;
|
|
55
56
|
}
|
|
56
57
|
export declare class Configuration {
|
|
57
58
|
private configuration;
|
|
@@ -66,6 +67,7 @@ export declare class Configuration {
|
|
|
66
67
|
get accessToken(): ((name: string, scopes?: string[]) => string) | undefined;
|
|
67
68
|
get headers(): HTTPHeaders | undefined;
|
|
68
69
|
get credentials(): RequestCredentials | undefined;
|
|
70
|
+
get referrerPolicy(): ReferrerPolicy | undefined;
|
|
69
71
|
}
|
|
70
72
|
export declare type Json = any;
|
|
71
73
|
export declare type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
package/geo/src/runtime.js
CHANGED
|
@@ -76,7 +76,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
76
76
|
};
|
|
77
77
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78
78
|
exports.TextApiResponse = exports.BlobWithMetaApiResponse = exports.instanceOfBlobWithMeta = exports.VoidApiResponse = exports.JSONApiResponse = exports.toDateISOString = exports.canConsumeForm = exports.mapValues = exports.querystring = exports.exists = exports.Configuration = exports.COLLECTION_FORMATS = exports.RequiredError = exports.BaseAPI = exports.BASE_PATH = void 0;
|
|
79
|
-
exports.BASE_PATH = "
|
|
79
|
+
exports.BASE_PATH = "/api/v1";
|
|
80
80
|
var isBlob = function (value) { return typeof Blob !== 'undefined' && value instanceof Blob; };
|
|
81
81
|
/**
|
|
82
82
|
* This is the base class for all generated API classes.
|
|
@@ -193,7 +193,8 @@ var BaseAPI = /** @class */ (function () {
|
|
|
193
193
|
method: context.method,
|
|
194
194
|
headers: headers,
|
|
195
195
|
body: body,
|
|
196
|
-
credentials: this.configuration.credentials
|
|
196
|
+
credentials: this.configuration.credentials,
|
|
197
|
+
referrerPolicy: this.configuration.referrerPolicy,
|
|
197
198
|
};
|
|
198
199
|
return { url: url, init: init };
|
|
199
200
|
};
|
|
@@ -306,7 +307,16 @@ var Configuration = /** @class */ (function () {
|
|
|
306
307
|
});
|
|
307
308
|
Object.defineProperty(Configuration.prototype, "credentials", {
|
|
308
309
|
get: function () {
|
|
309
|
-
|
|
310
|
+
var _a;
|
|
311
|
+
return (_a = this.configuration.credentials) !== null && _a !== void 0 ? _a : "omit";
|
|
312
|
+
},
|
|
313
|
+
enumerable: false,
|
|
314
|
+
configurable: true
|
|
315
|
+
});
|
|
316
|
+
Object.defineProperty(Configuration.prototype, "referrerPolicy", {
|
|
317
|
+
get: function () {
|
|
318
|
+
var _a;
|
|
319
|
+
return (_a = this.configuration.referrerPolicy) !== null && _a !== void 0 ? _a : "origin";
|
|
310
320
|
},
|
|
311
321
|
enumerable: false,
|
|
312
322
|
configurable: true
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export declare const BASE_PATH
|
|
12
|
+
export declare const BASE_PATH = "/api/v1";
|
|
13
13
|
/**
|
|
14
14
|
* This is the base class for all generated API classes.
|
|
15
15
|
*/
|
|
@@ -52,6 +52,7 @@ export interface ConfigurationParameters {
|
|
|
52
52
|
accessToken?: string | ((name?: string, scopes?: string[]) => string);
|
|
53
53
|
headers?: HTTPHeaders;
|
|
54
54
|
credentials?: RequestCredentials;
|
|
55
|
+
referrerPolicy?: ReferrerPolicy;
|
|
55
56
|
}
|
|
56
57
|
export declare class Configuration {
|
|
57
58
|
private configuration;
|
|
@@ -66,6 +67,7 @@ export declare class Configuration {
|
|
|
66
67
|
get accessToken(): ((name: string, scopes?: string[]) => string) | undefined;
|
|
67
68
|
get headers(): HTTPHeaders | undefined;
|
|
68
69
|
get credentials(): RequestCredentials | undefined;
|
|
70
|
+
get referrerPolicy(): ReferrerPolicy | undefined;
|
|
69
71
|
}
|
|
70
72
|
export declare type Json = any;
|
|
71
73
|
export declare type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
package/inventory/src/runtime.js
CHANGED
|
@@ -76,7 +76,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
76
76
|
};
|
|
77
77
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78
78
|
exports.TextApiResponse = exports.BlobWithMetaApiResponse = exports.instanceOfBlobWithMeta = exports.VoidApiResponse = exports.JSONApiResponse = exports.toDateISOString = exports.canConsumeForm = exports.mapValues = exports.querystring = exports.exists = exports.Configuration = exports.COLLECTION_FORMATS = exports.RequiredError = exports.BaseAPI = exports.BASE_PATH = void 0;
|
|
79
|
-
exports.BASE_PATH = "
|
|
79
|
+
exports.BASE_PATH = "/api/v1";
|
|
80
80
|
var isBlob = function (value) { return typeof Blob !== 'undefined' && value instanceof Blob; };
|
|
81
81
|
/**
|
|
82
82
|
* This is the base class for all generated API classes.
|
|
@@ -193,7 +193,8 @@ var BaseAPI = /** @class */ (function () {
|
|
|
193
193
|
method: context.method,
|
|
194
194
|
headers: headers,
|
|
195
195
|
body: body,
|
|
196
|
-
credentials: this.configuration.credentials
|
|
196
|
+
credentials: this.configuration.credentials,
|
|
197
|
+
referrerPolicy: this.configuration.referrerPolicy,
|
|
197
198
|
};
|
|
198
199
|
return { url: url, init: init };
|
|
199
200
|
};
|
|
@@ -306,7 +307,16 @@ var Configuration = /** @class */ (function () {
|
|
|
306
307
|
});
|
|
307
308
|
Object.defineProperty(Configuration.prototype, "credentials", {
|
|
308
309
|
get: function () {
|
|
309
|
-
|
|
310
|
+
var _a;
|
|
311
|
+
return (_a = this.configuration.credentials) !== null && _a !== void 0 ? _a : "omit";
|
|
312
|
+
},
|
|
313
|
+
enumerable: false,
|
|
314
|
+
configurable: true
|
|
315
|
+
});
|
|
316
|
+
Object.defineProperty(Configuration.prototype, "referrerPolicy", {
|
|
317
|
+
get: function () {
|
|
318
|
+
var _a;
|
|
319
|
+
return (_a = this.configuration.referrerPolicy) !== null && _a !== void 0 ? _a : "origin";
|
|
310
320
|
},
|
|
311
321
|
enumerable: false,
|
|
312
322
|
configurable: true
|
package/invoice/src/runtime.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export declare const BASE_PATH
|
|
12
|
+
export declare const BASE_PATH = "/api/v1";
|
|
13
13
|
/**
|
|
14
14
|
* This is the base class for all generated API classes.
|
|
15
15
|
*/
|
|
@@ -52,6 +52,7 @@ export interface ConfigurationParameters {
|
|
|
52
52
|
accessToken?: string | ((name?: string, scopes?: string[]) => string);
|
|
53
53
|
headers?: HTTPHeaders;
|
|
54
54
|
credentials?: RequestCredentials;
|
|
55
|
+
referrerPolicy?: ReferrerPolicy;
|
|
55
56
|
}
|
|
56
57
|
export declare class Configuration {
|
|
57
58
|
private configuration;
|
|
@@ -66,6 +67,7 @@ export declare class Configuration {
|
|
|
66
67
|
get accessToken(): ((name: string, scopes?: string[]) => string) | undefined;
|
|
67
68
|
get headers(): HTTPHeaders | undefined;
|
|
68
69
|
get credentials(): RequestCredentials | undefined;
|
|
70
|
+
get referrerPolicy(): ReferrerPolicy | undefined;
|
|
69
71
|
}
|
|
70
72
|
export declare type Json = any;
|
|
71
73
|
export declare type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
package/invoice/src/runtime.js
CHANGED
|
@@ -76,7 +76,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
76
76
|
};
|
|
77
77
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78
78
|
exports.TextApiResponse = exports.BlobWithMetaApiResponse = exports.instanceOfBlobWithMeta = exports.VoidApiResponse = exports.JSONApiResponse = exports.toDateISOString = exports.canConsumeForm = exports.mapValues = exports.querystring = exports.exists = exports.Configuration = exports.COLLECTION_FORMATS = exports.RequiredError = exports.BaseAPI = exports.BASE_PATH = void 0;
|
|
79
|
-
exports.BASE_PATH = "
|
|
79
|
+
exports.BASE_PATH = "/api/v1";
|
|
80
80
|
var isBlob = function (value) { return typeof Blob !== 'undefined' && value instanceof Blob; };
|
|
81
81
|
/**
|
|
82
82
|
* This is the base class for all generated API classes.
|
|
@@ -193,7 +193,8 @@ var BaseAPI = /** @class */ (function () {
|
|
|
193
193
|
method: context.method,
|
|
194
194
|
headers: headers,
|
|
195
195
|
body: body,
|
|
196
|
-
credentials: this.configuration.credentials
|
|
196
|
+
credentials: this.configuration.credentials,
|
|
197
|
+
referrerPolicy: this.configuration.referrerPolicy,
|
|
197
198
|
};
|
|
198
199
|
return { url: url, init: init };
|
|
199
200
|
};
|
|
@@ -306,7 +307,16 @@ var Configuration = /** @class */ (function () {
|
|
|
306
307
|
});
|
|
307
308
|
Object.defineProperty(Configuration.prototype, "credentials", {
|
|
308
309
|
get: function () {
|
|
309
|
-
|
|
310
|
+
var _a;
|
|
311
|
+
return (_a = this.configuration.credentials) !== null && _a !== void 0 ? _a : "omit";
|
|
312
|
+
},
|
|
313
|
+
enumerable: false,
|
|
314
|
+
configurable: true
|
|
315
|
+
});
|
|
316
|
+
Object.defineProperty(Configuration.prototype, "referrerPolicy", {
|
|
317
|
+
get: function () {
|
|
318
|
+
var _a;
|
|
319
|
+
return (_a = this.configuration.referrerPolicy) !== null && _a !== void 0 ? _a : "origin";
|
|
310
320
|
},
|
|
311
321
|
enumerable: false,
|
|
312
322
|
configurable: true
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export declare const BASE_PATH
|
|
12
|
+
export declare const BASE_PATH = "/api/v1";
|
|
13
13
|
/**
|
|
14
14
|
* This is the base class for all generated API classes.
|
|
15
15
|
*/
|
|
@@ -52,6 +52,7 @@ export interface ConfigurationParameters {
|
|
|
52
52
|
accessToken?: string | ((name?: string, scopes?: string[]) => string);
|
|
53
53
|
headers?: HTTPHeaders;
|
|
54
54
|
credentials?: RequestCredentials;
|
|
55
|
+
referrerPolicy?: ReferrerPolicy;
|
|
55
56
|
}
|
|
56
57
|
export declare class Configuration {
|
|
57
58
|
private configuration;
|
|
@@ -66,6 +67,7 @@ export declare class Configuration {
|
|
|
66
67
|
get accessToken(): ((name: string, scopes?: string[]) => string) | undefined;
|
|
67
68
|
get headers(): HTTPHeaders | undefined;
|
|
68
69
|
get credentials(): RequestCredentials | undefined;
|
|
70
|
+
get referrerPolicy(): ReferrerPolicy | undefined;
|
|
69
71
|
}
|
|
70
72
|
export declare type Json = any;
|
|
71
73
|
export declare type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|