@emilgroup/billing-sdk 1.25.2-beta.0 → 1.26.0
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/.openapi-generator/FILES +0 -2
- package/README.md +2 -2
- package/api/correction-invoices-api.ts +15 -15
- package/api/initial-invoices-api.ts +15 -15
- package/api/invoices-api.ts +0 -121
- package/api/recurring-invoices-api.ts +15 -15
- package/dist/api/correction-invoices-api.d.ts +9 -9
- package/dist/api/correction-invoices-api.js +12 -12
- package/dist/api/initial-invoices-api.d.ts +9 -9
- package/dist/api/initial-invoices-api.js +12 -12
- package/dist/api/invoices-api.d.ts +0 -66
- package/dist/api/invoices-api.js +0 -99
- package/dist/api/recurring-invoices-api.d.ts +9 -9
- package/dist/api/recurring-invoices-api.js +12 -12
- package/dist/models/create-invoice-request-dto.d.ts +9 -16
- package/dist/models/index.d.ts +0 -2
- package/dist/models/index.js +0 -2
- package/dist/models/list-request-dto.d.ts +0 -6
- package/dist/models/policy-dto.d.ts +0 -12
- package/dist/models/policy-object-dto.d.ts +0 -12
- package/dist/models/policy-premium-dto.d.ts +0 -12
- package/dist/models/policy-premium-item-dto.d.ts +0 -12
- package/dist/models/policy-version-dto.d.ts +0 -12
- package/dist/models/premium-formula-dto.d.ts +0 -12
- package/dist/models/timeslice-dto.d.ts +0 -12
- package/models/create-invoice-request-dto.ts +9 -16
- package/models/index.ts +0 -2
- package/models/list-request-dto.ts +0 -6
- package/models/policy-dto.ts +0 -12
- package/models/policy-object-dto.ts +0 -12
- package/models/policy-premium-dto.ts +0 -12
- package/models/policy-premium-item-dto.ts +0 -12
- package/models/policy-version-dto.ts +0 -12
- package/models/premium-formula-dto.ts +0 -12
- package/models/timeslice-dto.ts +0 -12
- package/package.json +1 -1
- package/dist/models/create-invoice-for-policy-request-dto.d.ts +0 -83
- package/dist/models/create-invoice-for-policy-request-dto.js +0 -26
- package/dist/models/create-item-request-dto.d.ts +0 -101
- package/dist/models/create-item-request-dto.js +0 -36
- package/models/create-invoice-for-policy-request-dto.ts +0 -92
- package/models/create-item-request-dto.ts +0 -112
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
13
13
|
import { Configuration } from '../configuration';
|
|
14
14
|
import { RequestArgs, BaseAPI } from '../base';
|
|
15
|
-
import {
|
|
15
|
+
import { CreateInvoiceRequestDto } from '../models';
|
|
16
16
|
import { CreateInvoiceResponseClass } from '../models';
|
|
17
17
|
/**
|
|
18
18
|
* InitialInvoicesApi - axios parameter creator
|
|
@@ -22,13 +22,13 @@ export declare const InitialInvoicesApiAxiosParamCreator: (configuration?: Confi
|
|
|
22
22
|
/**
|
|
23
23
|
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
24
24
|
* @summary Create the initial invoice
|
|
25
|
-
* @param {
|
|
25
|
+
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
26
26
|
* @param {string} [authorization] Bearer Token
|
|
27
27
|
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
28
28
|
* @param {*} [options] Override http request option.
|
|
29
29
|
* @throws {RequiredError}
|
|
30
30
|
*/
|
|
31
|
-
createInitialInvoice: (
|
|
31
|
+
createInitialInvoice: (createInvoiceRequestDto: CreateInvoiceRequestDto, authorization?: string, idempotencyKey?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
34
|
* InitialInvoicesApi - functional programming interface
|
|
@@ -38,13 +38,13 @@ export declare const InitialInvoicesApiFp: (configuration?: Configuration) => {
|
|
|
38
38
|
/**
|
|
39
39
|
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
40
40
|
* @summary Create the initial invoice
|
|
41
|
-
* @param {
|
|
41
|
+
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
42
42
|
* @param {string} [authorization] Bearer Token
|
|
43
43
|
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
44
44
|
* @param {*} [options] Override http request option.
|
|
45
45
|
* @throws {RequiredError}
|
|
46
46
|
*/
|
|
47
|
-
createInitialInvoice(
|
|
47
|
+
createInitialInvoice(createInvoiceRequestDto: CreateInvoiceRequestDto, authorization?: string, idempotencyKey?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateInvoiceResponseClass>>;
|
|
48
48
|
};
|
|
49
49
|
/**
|
|
50
50
|
* InitialInvoicesApi - factory interface
|
|
@@ -54,13 +54,13 @@ export declare const InitialInvoicesApiFactory: (configuration?: Configuration,
|
|
|
54
54
|
/**
|
|
55
55
|
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
56
56
|
* @summary Create the initial invoice
|
|
57
|
-
* @param {
|
|
57
|
+
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
58
58
|
* @param {string} [authorization] Bearer Token
|
|
59
59
|
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
60
60
|
* @param {*} [options] Override http request option.
|
|
61
61
|
* @throws {RequiredError}
|
|
62
62
|
*/
|
|
63
|
-
createInitialInvoice(
|
|
63
|
+
createInitialInvoice(createInvoiceRequestDto: CreateInvoiceRequestDto, authorization?: string, idempotencyKey?: string, options?: any): AxiosPromise<CreateInvoiceResponseClass>;
|
|
64
64
|
};
|
|
65
65
|
/**
|
|
66
66
|
* Request parameters for createInitialInvoice operation in InitialInvoicesApi.
|
|
@@ -70,10 +70,10 @@ export declare const InitialInvoicesApiFactory: (configuration?: Configuration,
|
|
|
70
70
|
export interface InitialInvoicesApiCreateInitialInvoiceRequest {
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
|
-
* @type {
|
|
73
|
+
* @type {CreateInvoiceRequestDto}
|
|
74
74
|
* @memberof InitialInvoicesApiCreateInitialInvoice
|
|
75
75
|
*/
|
|
76
|
-
readonly
|
|
76
|
+
readonly createInvoiceRequestDto: CreateInvoiceRequestDto;
|
|
77
77
|
/**
|
|
78
78
|
* Bearer Token
|
|
79
79
|
* @type {string}
|
|
@@ -95,21 +95,21 @@ var InitialInvoicesApiAxiosParamCreator = function (configuration) {
|
|
|
95
95
|
/**
|
|
96
96
|
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
97
97
|
* @summary Create the initial invoice
|
|
98
|
-
* @param {
|
|
98
|
+
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
99
99
|
* @param {string} [authorization] Bearer Token
|
|
100
100
|
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
101
101
|
* @param {*} [options] Override http request option.
|
|
102
102
|
* @throws {RequiredError}
|
|
103
103
|
*/
|
|
104
|
-
createInitialInvoice: function (
|
|
104
|
+
createInitialInvoice: function (createInvoiceRequestDto, authorization, idempotencyKey, options) {
|
|
105
105
|
if (options === void 0) { options = {}; }
|
|
106
106
|
return __awaiter(_this, void 0, void 0, function () {
|
|
107
107
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
108
108
|
return __generator(this, function (_a) {
|
|
109
109
|
switch (_a.label) {
|
|
110
110
|
case 0:
|
|
111
|
-
// verify required parameter '
|
|
112
|
-
(0, common_1.assertParamExists)('createInitialInvoice', '
|
|
111
|
+
// verify required parameter 'createInvoiceRequestDto' is not null or undefined
|
|
112
|
+
(0, common_1.assertParamExists)('createInitialInvoice', 'createInvoiceRequestDto', createInvoiceRequestDto);
|
|
113
113
|
localVarPath = "/billingservice/v1/initial-invoices";
|
|
114
114
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
115
115
|
if (configuration) {
|
|
@@ -136,7 +136,7 @@ var InitialInvoicesApiAxiosParamCreator = function (configuration) {
|
|
|
136
136
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
137
137
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
138
138
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
139
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
139
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createInvoiceRequestDto, localVarRequestOptions, configuration);
|
|
140
140
|
return [2 /*return*/, {
|
|
141
141
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
142
142
|
options: localVarRequestOptions,
|
|
@@ -158,18 +158,18 @@ var InitialInvoicesApiFp = function (configuration) {
|
|
|
158
158
|
/**
|
|
159
159
|
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
160
160
|
* @summary Create the initial invoice
|
|
161
|
-
* @param {
|
|
161
|
+
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
162
162
|
* @param {string} [authorization] Bearer Token
|
|
163
163
|
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
164
164
|
* @param {*} [options] Override http request option.
|
|
165
165
|
* @throws {RequiredError}
|
|
166
166
|
*/
|
|
167
|
-
createInitialInvoice: function (
|
|
167
|
+
createInitialInvoice: function (createInvoiceRequestDto, authorization, idempotencyKey, options) {
|
|
168
168
|
return __awaiter(this, void 0, void 0, function () {
|
|
169
169
|
var localVarAxiosArgs;
|
|
170
170
|
return __generator(this, function (_a) {
|
|
171
171
|
switch (_a.label) {
|
|
172
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.createInitialInvoice(
|
|
172
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.createInitialInvoice(createInvoiceRequestDto, authorization, idempotencyKey, options)];
|
|
173
173
|
case 1:
|
|
174
174
|
localVarAxiosArgs = _a.sent();
|
|
175
175
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -190,14 +190,14 @@ var InitialInvoicesApiFactory = function (configuration, basePath, axios) {
|
|
|
190
190
|
/**
|
|
191
191
|
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
192
192
|
* @summary Create the initial invoice
|
|
193
|
-
* @param {
|
|
193
|
+
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
194
194
|
* @param {string} [authorization] Bearer Token
|
|
195
195
|
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
196
196
|
* @param {*} [options] Override http request option.
|
|
197
197
|
* @throws {RequiredError}
|
|
198
198
|
*/
|
|
199
|
-
createInitialInvoice: function (
|
|
200
|
-
return localVarFp.createInitialInvoice(
|
|
199
|
+
createInitialInvoice: function (createInvoiceRequestDto, authorization, idempotencyKey, options) {
|
|
200
|
+
return localVarFp.createInitialInvoice(createInvoiceRequestDto, authorization, idempotencyKey, options).then(function (request) { return request(axios, basePath); });
|
|
201
201
|
},
|
|
202
202
|
};
|
|
203
203
|
};
|
|
@@ -223,7 +223,7 @@ var InitialInvoicesApi = /** @class */ (function (_super) {
|
|
|
223
223
|
*/
|
|
224
224
|
InitialInvoicesApi.prototype.createInitialInvoice = function (requestParameters, options) {
|
|
225
225
|
var _this = this;
|
|
226
|
-
return (0, exports.InitialInvoicesApiFp)(this.configuration).createInitialInvoice(requestParameters.
|
|
226
|
+
return (0, exports.InitialInvoicesApiFp)(this.configuration).createInitialInvoice(requestParameters.createInvoiceRequestDto, requestParameters.authorization, requestParameters.idempotencyKey, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
227
227
|
};
|
|
228
228
|
return InitialInvoicesApi;
|
|
229
229
|
}(base_1.BaseAPI));
|
|
@@ -12,8 +12,6 @@
|
|
|
12
12
|
import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
13
13
|
import { Configuration } from '../configuration';
|
|
14
14
|
import { RequestArgs, BaseAPI } from '../base';
|
|
15
|
-
import { CreateInvoiceRequestDto } from '../models';
|
|
16
|
-
import { CreateInvoiceResponseClass } from '../models';
|
|
17
15
|
import { GetInvoiceResponseClass } from '../models';
|
|
18
16
|
import { ListInvoicesResponseClass } from '../models';
|
|
19
17
|
import { ListPoliciesBillingDatesResponseClass } from '../models';
|
|
@@ -22,16 +20,6 @@ import { ListPoliciesBillingDatesResponseClass } from '../models';
|
|
|
22
20
|
* @export
|
|
23
21
|
*/
|
|
24
22
|
export declare const InvoicesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
25
|
-
/**
|
|
26
|
-
* This will create invoice for a policy and save it in the DB.
|
|
27
|
-
* @summary Create the invoice
|
|
28
|
-
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
29
|
-
* @param {string} [authorization] Bearer Token
|
|
30
|
-
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
31
|
-
* @param {*} [options] Override http request option.
|
|
32
|
-
* @throws {RequiredError}
|
|
33
|
-
*/
|
|
34
|
-
createInvoice: (createInvoiceRequestDto: CreateInvoiceRequestDto, authorization?: string, idempotencyKey?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
35
23
|
/**
|
|
36
24
|
* Gets an invoice.
|
|
37
25
|
* @summary Retrieve the invoice
|
|
@@ -78,16 +66,6 @@ export declare const InvoicesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
78
66
|
* @export
|
|
79
67
|
*/
|
|
80
68
|
export declare const InvoicesApiFp: (configuration?: Configuration) => {
|
|
81
|
-
/**
|
|
82
|
-
* This will create invoice for a policy and save it in the DB.
|
|
83
|
-
* @summary Create the invoice
|
|
84
|
-
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
85
|
-
* @param {string} [authorization] Bearer Token
|
|
86
|
-
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
87
|
-
* @param {*} [options] Override http request option.
|
|
88
|
-
* @throws {RequiredError}
|
|
89
|
-
*/
|
|
90
|
-
createInvoice(createInvoiceRequestDto: CreateInvoiceRequestDto, authorization?: string, idempotencyKey?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateInvoiceResponseClass>>;
|
|
91
69
|
/**
|
|
92
70
|
* Gets an invoice.
|
|
93
71
|
* @summary Retrieve the invoice
|
|
@@ -134,16 +112,6 @@ export declare const InvoicesApiFp: (configuration?: Configuration) => {
|
|
|
134
112
|
* @export
|
|
135
113
|
*/
|
|
136
114
|
export declare const InvoicesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
137
|
-
/**
|
|
138
|
-
* This will create invoice for a policy and save it in the DB.
|
|
139
|
-
* @summary Create the invoice
|
|
140
|
-
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
141
|
-
* @param {string} [authorization] Bearer Token
|
|
142
|
-
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
143
|
-
* @param {*} [options] Override http request option.
|
|
144
|
-
* @throws {RequiredError}
|
|
145
|
-
*/
|
|
146
|
-
createInvoice(createInvoiceRequestDto: CreateInvoiceRequestDto, authorization?: string, idempotencyKey?: string, options?: any): AxiosPromise<CreateInvoiceResponseClass>;
|
|
147
115
|
/**
|
|
148
116
|
* Gets an invoice.
|
|
149
117
|
* @summary Retrieve the invoice
|
|
@@ -185,31 +153,6 @@ export declare const InvoicesApiFactory: (configuration?: Configuration, basePat
|
|
|
185
153
|
*/
|
|
186
154
|
listPoliciesBillingDates(authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: any, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListPoliciesBillingDatesResponseClass>;
|
|
187
155
|
};
|
|
188
|
-
/**
|
|
189
|
-
* Request parameters for createInvoice operation in InvoicesApi.
|
|
190
|
-
* @export
|
|
191
|
-
* @interface InvoicesApiCreateInvoiceRequest
|
|
192
|
-
*/
|
|
193
|
-
export interface InvoicesApiCreateInvoiceRequest {
|
|
194
|
-
/**
|
|
195
|
-
*
|
|
196
|
-
* @type {CreateInvoiceRequestDto}
|
|
197
|
-
* @memberof InvoicesApiCreateInvoice
|
|
198
|
-
*/
|
|
199
|
-
readonly createInvoiceRequestDto: CreateInvoiceRequestDto;
|
|
200
|
-
/**
|
|
201
|
-
* Bearer Token
|
|
202
|
-
* @type {string}
|
|
203
|
-
* @memberof InvoicesApiCreateInvoice
|
|
204
|
-
*/
|
|
205
|
-
readonly authorization?: string;
|
|
206
|
-
/**
|
|
207
|
-
* Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
208
|
-
* @type {string}
|
|
209
|
-
* @memberof InvoicesApiCreateInvoice
|
|
210
|
-
*/
|
|
211
|
-
readonly idempotencyKey?: string;
|
|
212
|
-
}
|
|
213
156
|
/**
|
|
214
157
|
* Request parameters for getInvoice operation in InvoicesApi.
|
|
215
158
|
* @export
|
|
@@ -352,15 +295,6 @@ export interface InvoicesApiListPoliciesBillingDatesRequest {
|
|
|
352
295
|
* @extends {BaseAPI}
|
|
353
296
|
*/
|
|
354
297
|
export declare class InvoicesApi extends BaseAPI {
|
|
355
|
-
/**
|
|
356
|
-
* This will create invoice for a policy and save it in the DB.
|
|
357
|
-
* @summary Create the invoice
|
|
358
|
-
* @param {InvoicesApiCreateInvoiceRequest} requestParameters Request parameters.
|
|
359
|
-
* @param {*} [options] Override http request option.
|
|
360
|
-
* @throws {RequiredError}
|
|
361
|
-
* @memberof InvoicesApi
|
|
362
|
-
*/
|
|
363
|
-
createInvoice(requestParameters: InvoicesApiCreateInvoiceRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateInvoiceResponseClass, any>>;
|
|
364
298
|
/**
|
|
365
299
|
* Gets an invoice.
|
|
366
300
|
* @summary Retrieve the invoice
|
package/dist/api/invoices-api.js
CHANGED
|
@@ -92,59 +92,6 @@ var base_1 = require("../base");
|
|
|
92
92
|
var InvoicesApiAxiosParamCreator = function (configuration) {
|
|
93
93
|
var _this = this;
|
|
94
94
|
return {
|
|
95
|
-
/**
|
|
96
|
-
* This will create invoice for a policy and save it in the DB.
|
|
97
|
-
* @summary Create the invoice
|
|
98
|
-
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
99
|
-
* @param {string} [authorization] Bearer Token
|
|
100
|
-
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
101
|
-
* @param {*} [options] Override http request option.
|
|
102
|
-
* @throws {RequiredError}
|
|
103
|
-
*/
|
|
104
|
-
createInvoice: function (createInvoiceRequestDto, authorization, idempotencyKey, options) {
|
|
105
|
-
if (options === void 0) { options = {}; }
|
|
106
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
107
|
-
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
108
|
-
return __generator(this, function (_a) {
|
|
109
|
-
switch (_a.label) {
|
|
110
|
-
case 0:
|
|
111
|
-
// verify required parameter 'createInvoiceRequestDto' is not null or undefined
|
|
112
|
-
(0, common_1.assertParamExists)('createInvoice', 'createInvoiceRequestDto', createInvoiceRequestDto);
|
|
113
|
-
localVarPath = "/billingservice/v1/invoices";
|
|
114
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
115
|
-
if (configuration) {
|
|
116
|
-
baseOptions = configuration.baseOptions;
|
|
117
|
-
baseAccessToken = configuration.accessToken;
|
|
118
|
-
}
|
|
119
|
-
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
120
|
-
localVarHeaderParameter = {};
|
|
121
|
-
localVarQueryParameter = {};
|
|
122
|
-
// authentication bearer required
|
|
123
|
-
// http bearer authentication required
|
|
124
|
-
return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
|
|
125
|
-
case 1:
|
|
126
|
-
// authentication bearer required
|
|
127
|
-
// http bearer authentication required
|
|
128
|
-
_a.sent();
|
|
129
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
130
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
131
|
-
}
|
|
132
|
-
if (idempotencyKey !== undefined && idempotencyKey !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
133
|
-
localVarHeaderParameter['Idempotency-Key'] = String(idempotencyKey ? idempotencyKey : baseAccessToken);
|
|
134
|
-
}
|
|
135
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
136
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
137
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
138
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
139
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createInvoiceRequestDto, localVarRequestOptions, configuration);
|
|
140
|
-
return [2 /*return*/, {
|
|
141
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
142
|
-
options: localVarRequestOptions,
|
|
143
|
-
}];
|
|
144
|
-
}
|
|
145
|
-
});
|
|
146
|
-
});
|
|
147
|
-
},
|
|
148
95
|
/**
|
|
149
96
|
* Gets an invoice.
|
|
150
97
|
* @summary Retrieve the invoice
|
|
@@ -353,28 +300,6 @@ exports.InvoicesApiAxiosParamCreator = InvoicesApiAxiosParamCreator;
|
|
|
353
300
|
var InvoicesApiFp = function (configuration) {
|
|
354
301
|
var localVarAxiosParamCreator = (0, exports.InvoicesApiAxiosParamCreator)(configuration);
|
|
355
302
|
return {
|
|
356
|
-
/**
|
|
357
|
-
* This will create invoice for a policy and save it in the DB.
|
|
358
|
-
* @summary Create the invoice
|
|
359
|
-
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
360
|
-
* @param {string} [authorization] Bearer Token
|
|
361
|
-
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
362
|
-
* @param {*} [options] Override http request option.
|
|
363
|
-
* @throws {RequiredError}
|
|
364
|
-
*/
|
|
365
|
-
createInvoice: function (createInvoiceRequestDto, authorization, idempotencyKey, options) {
|
|
366
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
367
|
-
var localVarAxiosArgs;
|
|
368
|
-
return __generator(this, function (_a) {
|
|
369
|
-
switch (_a.label) {
|
|
370
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.createInvoice(createInvoiceRequestDto, authorization, idempotencyKey, options)];
|
|
371
|
-
case 1:
|
|
372
|
-
localVarAxiosArgs = _a.sent();
|
|
373
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
374
|
-
}
|
|
375
|
-
});
|
|
376
|
-
});
|
|
377
|
-
},
|
|
378
303
|
/**
|
|
379
304
|
* Gets an invoice.
|
|
380
305
|
* @summary Retrieve the invoice
|
|
@@ -461,18 +386,6 @@ exports.InvoicesApiFp = InvoicesApiFp;
|
|
|
461
386
|
var InvoicesApiFactory = function (configuration, basePath, axios) {
|
|
462
387
|
var localVarFp = (0, exports.InvoicesApiFp)(configuration);
|
|
463
388
|
return {
|
|
464
|
-
/**
|
|
465
|
-
* This will create invoice for a policy and save it in the DB.
|
|
466
|
-
* @summary Create the invoice
|
|
467
|
-
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
468
|
-
* @param {string} [authorization] Bearer Token
|
|
469
|
-
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
470
|
-
* @param {*} [options] Override http request option.
|
|
471
|
-
* @throws {RequiredError}
|
|
472
|
-
*/
|
|
473
|
-
createInvoice: function (createInvoiceRequestDto, authorization, idempotencyKey, options) {
|
|
474
|
-
return localVarFp.createInvoice(createInvoiceRequestDto, authorization, idempotencyKey, options).then(function (request) { return request(axios, basePath); });
|
|
475
|
-
},
|
|
476
389
|
/**
|
|
477
390
|
* Gets an invoice.
|
|
478
391
|
* @summary Retrieve the invoice
|
|
@@ -533,18 +446,6 @@ var InvoicesApi = /** @class */ (function (_super) {
|
|
|
533
446
|
function InvoicesApi() {
|
|
534
447
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
535
448
|
}
|
|
536
|
-
/**
|
|
537
|
-
* This will create invoice for a policy and save it in the DB.
|
|
538
|
-
* @summary Create the invoice
|
|
539
|
-
* @param {InvoicesApiCreateInvoiceRequest} requestParameters Request parameters.
|
|
540
|
-
* @param {*} [options] Override http request option.
|
|
541
|
-
* @throws {RequiredError}
|
|
542
|
-
* @memberof InvoicesApi
|
|
543
|
-
*/
|
|
544
|
-
InvoicesApi.prototype.createInvoice = function (requestParameters, options) {
|
|
545
|
-
var _this = this;
|
|
546
|
-
return (0, exports.InvoicesApiFp)(this.configuration).createInvoice(requestParameters.createInvoiceRequestDto, requestParameters.authorization, requestParameters.idempotencyKey, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
547
|
-
};
|
|
548
449
|
/**
|
|
549
450
|
* Gets an invoice.
|
|
550
451
|
* @summary Retrieve the invoice
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
13
13
|
import { Configuration } from '../configuration';
|
|
14
14
|
import { RequestArgs, BaseAPI } from '../base';
|
|
15
|
-
import {
|
|
15
|
+
import { CreateInvoiceRequestDto } from '../models';
|
|
16
16
|
import { CreateInvoiceResponseClass } from '../models';
|
|
17
17
|
/**
|
|
18
18
|
* RecurringInvoicesApi - axios parameter creator
|
|
@@ -22,13 +22,13 @@ export declare const RecurringInvoicesApiAxiosParamCreator: (configuration?: Con
|
|
|
22
22
|
/**
|
|
23
23
|
* This will create recurring invoice. It will be generated on a cyclical basis during the lifetime of a policy.
|
|
24
24
|
* @summary Create the recurring invoice
|
|
25
|
-
* @param {
|
|
25
|
+
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
26
26
|
* @param {string} [authorization] Bearer Token
|
|
27
27
|
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
28
28
|
* @param {*} [options] Override http request option.
|
|
29
29
|
* @throws {RequiredError}
|
|
30
30
|
*/
|
|
31
|
-
createRecurringInvoice: (
|
|
31
|
+
createRecurringInvoice: (createInvoiceRequestDto: CreateInvoiceRequestDto, authorization?: string, idempotencyKey?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
34
|
* RecurringInvoicesApi - functional programming interface
|
|
@@ -38,13 +38,13 @@ export declare const RecurringInvoicesApiFp: (configuration?: Configuration) =>
|
|
|
38
38
|
/**
|
|
39
39
|
* This will create recurring invoice. It will be generated on a cyclical basis during the lifetime of a policy.
|
|
40
40
|
* @summary Create the recurring invoice
|
|
41
|
-
* @param {
|
|
41
|
+
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
42
42
|
* @param {string} [authorization] Bearer Token
|
|
43
43
|
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
44
44
|
* @param {*} [options] Override http request option.
|
|
45
45
|
* @throws {RequiredError}
|
|
46
46
|
*/
|
|
47
|
-
createRecurringInvoice(
|
|
47
|
+
createRecurringInvoice(createInvoiceRequestDto: CreateInvoiceRequestDto, authorization?: string, idempotencyKey?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateInvoiceResponseClass>>;
|
|
48
48
|
};
|
|
49
49
|
/**
|
|
50
50
|
* RecurringInvoicesApi - factory interface
|
|
@@ -54,13 +54,13 @@ export declare const RecurringInvoicesApiFactory: (configuration?: Configuration
|
|
|
54
54
|
/**
|
|
55
55
|
* This will create recurring invoice. It will be generated on a cyclical basis during the lifetime of a policy.
|
|
56
56
|
* @summary Create the recurring invoice
|
|
57
|
-
* @param {
|
|
57
|
+
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
58
58
|
* @param {string} [authorization] Bearer Token
|
|
59
59
|
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
60
60
|
* @param {*} [options] Override http request option.
|
|
61
61
|
* @throws {RequiredError}
|
|
62
62
|
*/
|
|
63
|
-
createRecurringInvoice(
|
|
63
|
+
createRecurringInvoice(createInvoiceRequestDto: CreateInvoiceRequestDto, authorization?: string, idempotencyKey?: string, options?: any): AxiosPromise<CreateInvoiceResponseClass>;
|
|
64
64
|
};
|
|
65
65
|
/**
|
|
66
66
|
* Request parameters for createRecurringInvoice operation in RecurringInvoicesApi.
|
|
@@ -70,10 +70,10 @@ export declare const RecurringInvoicesApiFactory: (configuration?: Configuration
|
|
|
70
70
|
export interface RecurringInvoicesApiCreateRecurringInvoiceRequest {
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
|
-
* @type {
|
|
73
|
+
* @type {CreateInvoiceRequestDto}
|
|
74
74
|
* @memberof RecurringInvoicesApiCreateRecurringInvoice
|
|
75
75
|
*/
|
|
76
|
-
readonly
|
|
76
|
+
readonly createInvoiceRequestDto: CreateInvoiceRequestDto;
|
|
77
77
|
/**
|
|
78
78
|
* Bearer Token
|
|
79
79
|
* @type {string}
|
|
@@ -95,21 +95,21 @@ var RecurringInvoicesApiAxiosParamCreator = function (configuration) {
|
|
|
95
95
|
/**
|
|
96
96
|
* This will create recurring invoice. It will be generated on a cyclical basis during the lifetime of a policy.
|
|
97
97
|
* @summary Create the recurring invoice
|
|
98
|
-
* @param {
|
|
98
|
+
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
99
99
|
* @param {string} [authorization] Bearer Token
|
|
100
100
|
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
101
101
|
* @param {*} [options] Override http request option.
|
|
102
102
|
* @throws {RequiredError}
|
|
103
103
|
*/
|
|
104
|
-
createRecurringInvoice: function (
|
|
104
|
+
createRecurringInvoice: function (createInvoiceRequestDto, authorization, idempotencyKey, options) {
|
|
105
105
|
if (options === void 0) { options = {}; }
|
|
106
106
|
return __awaiter(_this, void 0, void 0, function () {
|
|
107
107
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
108
108
|
return __generator(this, function (_a) {
|
|
109
109
|
switch (_a.label) {
|
|
110
110
|
case 0:
|
|
111
|
-
// verify required parameter '
|
|
112
|
-
(0, common_1.assertParamExists)('createRecurringInvoice', '
|
|
111
|
+
// verify required parameter 'createInvoiceRequestDto' is not null or undefined
|
|
112
|
+
(0, common_1.assertParamExists)('createRecurringInvoice', 'createInvoiceRequestDto', createInvoiceRequestDto);
|
|
113
113
|
localVarPath = "/billingservice/v1/recurring-invoices";
|
|
114
114
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
115
115
|
if (configuration) {
|
|
@@ -136,7 +136,7 @@ var RecurringInvoicesApiAxiosParamCreator = function (configuration) {
|
|
|
136
136
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
137
137
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
138
138
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
139
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
139
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createInvoiceRequestDto, localVarRequestOptions, configuration);
|
|
140
140
|
return [2 /*return*/, {
|
|
141
141
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
142
142
|
options: localVarRequestOptions,
|
|
@@ -158,18 +158,18 @@ var RecurringInvoicesApiFp = function (configuration) {
|
|
|
158
158
|
/**
|
|
159
159
|
* This will create recurring invoice. It will be generated on a cyclical basis during the lifetime of a policy.
|
|
160
160
|
* @summary Create the recurring invoice
|
|
161
|
-
* @param {
|
|
161
|
+
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
162
162
|
* @param {string} [authorization] Bearer Token
|
|
163
163
|
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
164
164
|
* @param {*} [options] Override http request option.
|
|
165
165
|
* @throws {RequiredError}
|
|
166
166
|
*/
|
|
167
|
-
createRecurringInvoice: function (
|
|
167
|
+
createRecurringInvoice: function (createInvoiceRequestDto, authorization, idempotencyKey, options) {
|
|
168
168
|
return __awaiter(this, void 0, void 0, function () {
|
|
169
169
|
var localVarAxiosArgs;
|
|
170
170
|
return __generator(this, function (_a) {
|
|
171
171
|
switch (_a.label) {
|
|
172
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.createRecurringInvoice(
|
|
172
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.createRecurringInvoice(createInvoiceRequestDto, authorization, idempotencyKey, options)];
|
|
173
173
|
case 1:
|
|
174
174
|
localVarAxiosArgs = _a.sent();
|
|
175
175
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -190,14 +190,14 @@ var RecurringInvoicesApiFactory = function (configuration, basePath, axios) {
|
|
|
190
190
|
/**
|
|
191
191
|
* This will create recurring invoice. It will be generated on a cyclical basis during the lifetime of a policy.
|
|
192
192
|
* @summary Create the recurring invoice
|
|
193
|
-
* @param {
|
|
193
|
+
* @param {CreateInvoiceRequestDto} createInvoiceRequestDto
|
|
194
194
|
* @param {string} [authorization] Bearer Token
|
|
195
195
|
* @param {string} [idempotencyKey] Idempotency Key used to make the request idempotent. The key should be unique. Usually, a generated v4 UUID is enough.
|
|
196
196
|
* @param {*} [options] Override http request option.
|
|
197
197
|
* @throws {RequiredError}
|
|
198
198
|
*/
|
|
199
|
-
createRecurringInvoice: function (
|
|
200
|
-
return localVarFp.createRecurringInvoice(
|
|
199
|
+
createRecurringInvoice: function (createInvoiceRequestDto, authorization, idempotencyKey, options) {
|
|
200
|
+
return localVarFp.createRecurringInvoice(createInvoiceRequestDto, authorization, idempotencyKey, options).then(function (request) { return request(axios, basePath); });
|
|
201
201
|
},
|
|
202
202
|
};
|
|
203
203
|
};
|
|
@@ -223,7 +223,7 @@ var RecurringInvoicesApi = /** @class */ (function (_super) {
|
|
|
223
223
|
*/
|
|
224
224
|
RecurringInvoicesApi.prototype.createRecurringInvoice = function (requestParameters, options) {
|
|
225
225
|
var _this = this;
|
|
226
|
-
return (0, exports.RecurringInvoicesApiFp)(this.configuration).createRecurringInvoice(requestParameters.
|
|
226
|
+
return (0, exports.RecurringInvoicesApiFp)(this.configuration).createRecurringInvoice(requestParameters.createInvoiceRequestDto, requestParameters.authorization, requestParameters.idempotencyKey, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
227
227
|
};
|
|
228
228
|
return RecurringInvoicesApi;
|
|
229
229
|
}(base_1.BaseAPI));
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { CreateItemRequestDto } from './create-item-request-dto';
|
|
13
12
|
/**
|
|
14
13
|
*
|
|
15
14
|
* @export
|
|
@@ -23,35 +22,35 @@ export interface CreateInvoiceRequestDto {
|
|
|
23
22
|
*/
|
|
24
23
|
'invoiceNumber'?: string;
|
|
25
24
|
/**
|
|
26
|
-
*
|
|
25
|
+
* Account number.
|
|
27
26
|
* @type {string}
|
|
28
27
|
* @memberof CreateInvoiceRequestDto
|
|
29
28
|
*/
|
|
30
|
-
'
|
|
29
|
+
'accountNumber': string;
|
|
31
30
|
/**
|
|
32
|
-
*
|
|
31
|
+
* Unique identifier of the policy that this object belongs to.
|
|
33
32
|
* @type {string}
|
|
34
33
|
* @memberof CreateInvoiceRequestDto
|
|
35
34
|
*/
|
|
36
|
-
'
|
|
35
|
+
'policyCode': string;
|
|
37
36
|
/**
|
|
38
|
-
*
|
|
37
|
+
* Policy number.
|
|
39
38
|
* @type {string}
|
|
40
39
|
* @memberof CreateInvoiceRequestDto
|
|
41
40
|
*/
|
|
42
|
-
'
|
|
41
|
+
'policyNumber': string;
|
|
43
42
|
/**
|
|
44
43
|
* Type of the invoice.
|
|
45
44
|
* @type {string}
|
|
46
45
|
* @memberof CreateInvoiceRequestDto
|
|
47
46
|
*/
|
|
48
|
-
'type'
|
|
47
|
+
'type'?: CreateInvoiceRequestDtoTypeEnum;
|
|
49
48
|
/**
|
|
50
49
|
* Metadata contains extra information that the object would need for specific cases.
|
|
51
50
|
* @type {object}
|
|
52
51
|
* @memberof CreateInvoiceRequestDto
|
|
53
52
|
*/
|
|
54
|
-
'metadata'
|
|
53
|
+
'metadata'?: object;
|
|
55
54
|
/**
|
|
56
55
|
* This is the date from which the invoice interval starts.
|
|
57
56
|
* @type {string}
|
|
@@ -69,13 +68,7 @@ export interface CreateInvoiceRequestDto {
|
|
|
69
68
|
* @type {string}
|
|
70
69
|
* @memberof CreateInvoiceRequestDto
|
|
71
70
|
*/
|
|
72
|
-
'dueDate'
|
|
73
|
-
/**
|
|
74
|
-
*
|
|
75
|
-
* @type {Array<CreateItemRequestDto>}
|
|
76
|
-
* @memberof CreateInvoiceRequestDto
|
|
77
|
-
*/
|
|
78
|
-
'items': Array<CreateItemRequestDto>;
|
|
71
|
+
'dueDate'?: string;
|
|
79
72
|
}
|
|
80
73
|
export declare const CreateInvoiceRequestDtoTypeEnum: {
|
|
81
74
|
readonly Initial: "initial";
|
package/dist/models/index.d.ts
CHANGED
|
@@ -6,12 +6,10 @@ export * from './create-estimated-invoice-for-interval-request-dto';
|
|
|
6
6
|
export * from './create-estimated-invoice-for-interval-response-class';
|
|
7
7
|
export * from './create-estimated-invoice-request-dto';
|
|
8
8
|
export * from './create-estimated-invoice-response-class';
|
|
9
|
-
export * from './create-invoice-for-policy-request-dto';
|
|
10
9
|
export * from './create-invoice-payment-request-dto';
|
|
11
10
|
export * from './create-invoice-request-dto';
|
|
12
11
|
export * from './create-invoice-response-class';
|
|
13
12
|
export * from './create-invoice-status-request-dto';
|
|
14
|
-
export * from './create-item-request-dto';
|
|
15
13
|
export * from './create-termination-invoice-request-dto';
|
|
16
14
|
export * from './get-invoice-response-class';
|
|
17
15
|
export * from './inline-response200';
|
package/dist/models/index.js
CHANGED
|
@@ -22,12 +22,10 @@ __exportStar(require("./create-estimated-invoice-for-interval-request-dto"), exp
|
|
|
22
22
|
__exportStar(require("./create-estimated-invoice-for-interval-response-class"), exports);
|
|
23
23
|
__exportStar(require("./create-estimated-invoice-request-dto"), exports);
|
|
24
24
|
__exportStar(require("./create-estimated-invoice-response-class"), exports);
|
|
25
|
-
__exportStar(require("./create-invoice-for-policy-request-dto"), exports);
|
|
26
25
|
__exportStar(require("./create-invoice-payment-request-dto"), exports);
|
|
27
26
|
__exportStar(require("./create-invoice-request-dto"), exports);
|
|
28
27
|
__exportStar(require("./create-invoice-response-class"), exports);
|
|
29
28
|
__exportStar(require("./create-invoice-status-request-dto"), exports);
|
|
30
|
-
__exportStar(require("./create-item-request-dto"), exports);
|
|
31
29
|
__exportStar(require("./create-termination-invoice-request-dto"), exports);
|
|
32
30
|
__exportStar(require("./get-invoice-response-class"), exports);
|
|
33
31
|
__exportStar(require("./inline-response200"), exports);
|