@emilgroup/insurance-sdk-node 1.57.0 → 1.58.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 +7 -0
- package/README.md +2 -2
- package/api/commission-agreement-items-api.ts +712 -0
- package/api/commission-agreement-products-api.ts +4 -4
- package/api/commission-agreement-versions-api.ts +4 -4
- package/api/commission-agreements-api.ts +4 -4
- package/api/commission-recipients-api.ts +4 -4
- package/api.ts +2 -0
- package/dist/api/commission-agreement-items-api.d.ts +403 -0
- package/dist/api/commission-agreement-items-api.js +654 -0
- package/dist/api/commission-agreement-products-api.d.ts +4 -4
- package/dist/api/commission-agreement-products-api.js +3 -3
- package/dist/api/commission-agreement-versions-api.d.ts +4 -4
- package/dist/api/commission-agreement-versions-api.js +3 -3
- package/dist/api/commission-agreements-api.d.ts +4 -4
- package/dist/api/commission-agreements-api.js +3 -3
- package/dist/api/commission-recipients-api.d.ts +4 -4
- package/dist/api/commission-recipients-api.js +3 -3
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/models/create-commission-agreement-item-request-dto.d.ts +36 -0
- package/dist/models/create-commission-agreement-item-request-dto.js +15 -0
- package/dist/models/create-commission-agreement-item-response-class.d.ts +25 -0
- package/dist/models/create-commission-agreement-item-response-class.js +15 -0
- package/dist/models/get-commission-agreement-item-response-class.d.ts +25 -0
- package/dist/models/get-commission-agreement-item-response-class.js +15 -0
- package/dist/models/index.d.ts +6 -0
- package/dist/models/index.js +6 -0
- package/dist/models/list-commission-agreement-items-response-class.d.ts +31 -0
- package/dist/models/list-commission-agreement-items-response-class.js +15 -0
- package/dist/models/update-commission-agreement-item-request-dto.d.ts +36 -0
- package/dist/models/update-commission-agreement-item-request-dto.js +15 -0
- package/dist/models/update-commission-agreement-item-response-class.d.ts +25 -0
- package/dist/models/update-commission-agreement-item-response-class.js +15 -0
- package/models/create-commission-agreement-item-request-dto.ts +42 -0
- package/models/create-commission-agreement-item-response-class.ts +31 -0
- package/models/get-commission-agreement-item-response-class.ts +31 -0
- package/models/index.ts +6 -0
- package/models/list-commission-agreement-items-response-class.ts +37 -0
- package/models/update-commission-agreement-item-request-dto.ts +42 -0
- package/models/update-commission-agreement-item-response-class.ts +31 -0
- package/package.json +1 -1
|
@@ -61,7 +61,7 @@ export declare const CommissionAgreementProductsApiAxiosParamCreator: (configura
|
|
|
61
61
|
* @param {string} [pageToken] Page token.
|
|
62
62
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
63
63
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: productId, code</i>
|
|
64
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
64
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, productId, code, createdAt, updatedAt</i>
|
|
65
65
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: product<i>
|
|
66
66
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
67
67
|
* @param {*} [options] Override http request option.
|
|
@@ -121,7 +121,7 @@ export declare const CommissionAgreementProductsApiFp: (configuration?: Configur
|
|
|
121
121
|
* @param {string} [pageToken] Page token.
|
|
122
122
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
123
123
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: productId, code</i>
|
|
124
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
124
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, productId, code, createdAt, updatedAt</i>
|
|
125
125
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: product<i>
|
|
126
126
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
127
127
|
* @param {*} [options] Override http request option.
|
|
@@ -181,7 +181,7 @@ export declare const CommissionAgreementProductsApiFactory: (configuration?: Con
|
|
|
181
181
|
* @param {string} [pageToken] Page token.
|
|
182
182
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
183
183
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: productId, code</i>
|
|
184
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
184
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, productId, code, createdAt, updatedAt</i>
|
|
185
185
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: product<i>
|
|
186
186
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
187
187
|
* @param {*} [options] Override http request option.
|
|
@@ -305,7 +305,7 @@ export interface CommissionAgreementProductsApiListCommissionAgreementProductsRe
|
|
|
305
305
|
*/
|
|
306
306
|
readonly search?: string;
|
|
307
307
|
/**
|
|
308
|
-
* Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
308
|
+
* Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, productId, code, createdAt, updatedAt</i>
|
|
309
309
|
* @type {string}
|
|
310
310
|
* @memberof CommissionAgreementProductsApiListCommissionAgreementProducts
|
|
311
311
|
*/
|
|
@@ -257,7 +257,7 @@ var CommissionAgreementProductsApiAxiosParamCreator = function (configuration) {
|
|
|
257
257
|
* @param {string} [pageToken] Page token.
|
|
258
258
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
259
259
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: productId, code</i>
|
|
260
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
260
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, productId, code, createdAt, updatedAt</i>
|
|
261
261
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: product<i>
|
|
262
262
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
263
263
|
* @param {*} [options] Override http request option.
|
|
@@ -457,7 +457,7 @@ var CommissionAgreementProductsApiFp = function (configuration) {
|
|
|
457
457
|
* @param {string} [pageToken] Page token.
|
|
458
458
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
459
459
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: productId, code</i>
|
|
460
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
460
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, productId, code, createdAt, updatedAt</i>
|
|
461
461
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: product<i>
|
|
462
462
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
463
463
|
* @param {*} [options] Override http request option.
|
|
@@ -551,7 +551,7 @@ var CommissionAgreementProductsApiFactory = function (configuration, basePath, a
|
|
|
551
551
|
* @param {string} [pageToken] Page token.
|
|
552
552
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
553
553
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: productId, code</i>
|
|
554
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
554
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, productId, code, createdAt, updatedAt</i>
|
|
555
555
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: product<i>
|
|
556
556
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
557
557
|
* @param {*} [options] Override http request option.
|
|
@@ -59,7 +59,7 @@ export declare const CommissionAgreementVersionsApiAxiosParamCreator: (configura
|
|
|
59
59
|
* @param {string} [pageToken] Page token.
|
|
60
60
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
61
61
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: versionDescription, code</i>
|
|
62
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
62
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, versionDescription, code, createdAt, updatedAt</i>
|
|
63
63
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
64
64
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
65
65
|
* @param {*} [options] Override http request option.
|
|
@@ -109,7 +109,7 @@ export declare const CommissionAgreementVersionsApiFp: (configuration?: Configur
|
|
|
109
109
|
* @param {string} [pageToken] Page token.
|
|
110
110
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
111
111
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: versionDescription, code</i>
|
|
112
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
112
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, versionDescription, code, createdAt, updatedAt</i>
|
|
113
113
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
114
114
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
115
115
|
* @param {*} [options] Override http request option.
|
|
@@ -159,7 +159,7 @@ export declare const CommissionAgreementVersionsApiFactory: (configuration?: Con
|
|
|
159
159
|
* @param {string} [pageToken] Page token.
|
|
160
160
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
161
161
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: versionDescription, code</i>
|
|
162
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
162
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, versionDescription, code, createdAt, updatedAt</i>
|
|
163
163
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
164
164
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
165
165
|
* @param {*} [options] Override http request option.
|
|
@@ -273,7 +273,7 @@ export interface CommissionAgreementVersionsApiListCommissionAgreementVersionsRe
|
|
|
273
273
|
*/
|
|
274
274
|
readonly search?: string;
|
|
275
275
|
/**
|
|
276
|
-
* Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
276
|
+
* Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, versionDescription, code, createdAt, updatedAt</i>
|
|
277
277
|
* @type {string}
|
|
278
278
|
* @memberof CommissionAgreementVersionsApiListCommissionAgreementVersions
|
|
279
279
|
*/
|
|
@@ -259,7 +259,7 @@ var CommissionAgreementVersionsApiAxiosParamCreator = function (configuration) {
|
|
|
259
259
|
* @param {string} [pageToken] Page token.
|
|
260
260
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
261
261
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: versionDescription, code</i>
|
|
262
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
262
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, versionDescription, code, createdAt, updatedAt</i>
|
|
263
263
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
264
264
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
265
265
|
* @param {*} [options] Override http request option.
|
|
@@ -406,7 +406,7 @@ var CommissionAgreementVersionsApiFp = function (configuration) {
|
|
|
406
406
|
* @param {string} [pageToken] Page token.
|
|
407
407
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
408
408
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: versionDescription, code</i>
|
|
409
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
409
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, versionDescription, code, createdAt, updatedAt</i>
|
|
410
410
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
411
411
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
412
412
|
* @param {*} [options] Override http request option.
|
|
@@ -478,7 +478,7 @@ var CommissionAgreementVersionsApiFactory = function (configuration, basePath, a
|
|
|
478
478
|
* @param {string} [pageToken] Page token.
|
|
479
479
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
480
480
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: versionDescription, code</i>
|
|
481
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
481
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, versionDescription, code, createdAt, updatedAt</i>
|
|
482
482
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
483
483
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, description, commissionAgreementId</i>
|
|
484
484
|
* @param {*} [options] Override http request option.
|
|
@@ -60,7 +60,7 @@ export declare const CommissionAgreementsApiAxiosParamCreator: (configuration?:
|
|
|
60
60
|
* @param {string} [pageToken] Page token.
|
|
61
61
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
62
62
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: name, code, description</i>
|
|
63
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
63
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, name, code, description, type, createdAt, updatedAt</i>
|
|
64
64
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, products, recipients<i>
|
|
65
65
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
66
66
|
* @param {*} [options] Override http request option.
|
|
@@ -119,7 +119,7 @@ export declare const CommissionAgreementsApiFp: (configuration?: Configuration)
|
|
|
119
119
|
* @param {string} [pageToken] Page token.
|
|
120
120
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
121
121
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: name, code, description</i>
|
|
122
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
122
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, name, code, description, type, createdAt, updatedAt</i>
|
|
123
123
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, products, recipients<i>
|
|
124
124
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
125
125
|
* @param {*} [options] Override http request option.
|
|
@@ -178,7 +178,7 @@ export declare const CommissionAgreementsApiFactory: (configuration?: Configurat
|
|
|
178
178
|
* @param {string} [pageToken] Page token.
|
|
179
179
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
180
180
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: name, code, description</i>
|
|
181
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
181
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, name, code, description, type, createdAt, updatedAt</i>
|
|
182
182
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, products, recipients<i>
|
|
183
183
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
184
184
|
* @param {*} [options] Override http request option.
|
|
@@ -296,7 +296,7 @@ export interface CommissionAgreementsApiListCommissionAgreementsRequest {
|
|
|
296
296
|
*/
|
|
297
297
|
readonly search?: string;
|
|
298
298
|
/**
|
|
299
|
-
* Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
299
|
+
* Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, name, code, description, type, createdAt, updatedAt</i>
|
|
300
300
|
* @type {string}
|
|
301
301
|
* @memberof CommissionAgreementsApiListCommissionAgreements
|
|
302
302
|
*/
|
|
@@ -253,7 +253,7 @@ var CommissionAgreementsApiAxiosParamCreator = function (configuration) {
|
|
|
253
253
|
* @param {string} [pageToken] Page token.
|
|
254
254
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
255
255
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: name, code, description</i>
|
|
256
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
256
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, name, code, description, type, createdAt, updatedAt</i>
|
|
257
257
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, products, recipients<i>
|
|
258
258
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
259
259
|
* @param {*} [options] Override http request option.
|
|
@@ -452,7 +452,7 @@ var CommissionAgreementsApiFp = function (configuration) {
|
|
|
452
452
|
* @param {string} [pageToken] Page token.
|
|
453
453
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
454
454
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: name, code, description</i>
|
|
455
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
455
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, name, code, description, type, createdAt, updatedAt</i>
|
|
456
456
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, products, recipients<i>
|
|
457
457
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
458
458
|
* @param {*} [options] Override http request option.
|
|
@@ -545,7 +545,7 @@ var CommissionAgreementsApiFactory = function (configuration, basePath, axios) {
|
|
|
545
545
|
* @param {string} [pageToken] Page token.
|
|
546
546
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
547
547
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: name, code, description</i>
|
|
548
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
548
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, name, code, description, type, createdAt, updatedAt</i>
|
|
549
549
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, products, recipients<i>
|
|
550
550
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, name, description</i>
|
|
551
551
|
* @param {*} [options] Override http request option.
|
|
@@ -60,7 +60,7 @@ export declare const CommissionRecipientsApiAxiosParamCreator: (configuration?:
|
|
|
60
60
|
* @param {string} [pageToken] Page token.
|
|
61
61
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
62
62
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
|
|
63
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
63
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, displayName, partnerCode, code, createdAt, updatedAt</i>
|
|
64
64
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
65
65
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
66
66
|
* @param {*} [options] Override http request option.
|
|
@@ -119,7 +119,7 @@ export declare const CommissionRecipientsApiFp: (configuration?: Configuration)
|
|
|
119
119
|
* @param {string} [pageToken] Page token.
|
|
120
120
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
121
121
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
|
|
122
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
122
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, displayName, partnerCode, code, createdAt, updatedAt</i>
|
|
123
123
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
124
124
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
125
125
|
* @param {*} [options] Override http request option.
|
|
@@ -178,7 +178,7 @@ export declare const CommissionRecipientsApiFactory: (configuration?: Configurat
|
|
|
178
178
|
* @param {string} [pageToken] Page token.
|
|
179
179
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
180
180
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
|
|
181
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
181
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, displayName, partnerCode, code, createdAt, updatedAt</i>
|
|
182
182
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
183
183
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
184
184
|
* @param {*} [options] Override http request option.
|
|
@@ -296,7 +296,7 @@ export interface CommissionRecipientsApiListCommissionRecipientsRequest {
|
|
|
296
296
|
*/
|
|
297
297
|
readonly search?: string;
|
|
298
298
|
/**
|
|
299
|
-
* Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
299
|
+
* Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, displayName, partnerCode, code, createdAt, updatedAt</i>
|
|
300
300
|
* @type {string}
|
|
301
301
|
* @memberof CommissionRecipientsApiListCommissionRecipients
|
|
302
302
|
*/
|
|
@@ -253,7 +253,7 @@ var CommissionRecipientsApiAxiosParamCreator = function (configuration) {
|
|
|
253
253
|
* @param {string} [pageToken] Page token.
|
|
254
254
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
255
255
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
|
|
256
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
256
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, displayName, partnerCode, code, createdAt, updatedAt</i>
|
|
257
257
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
258
258
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
259
259
|
* @param {*} [options] Override http request option.
|
|
@@ -452,7 +452,7 @@ var CommissionRecipientsApiFp = function (configuration) {
|
|
|
452
452
|
* @param {string} [pageToken] Page token.
|
|
453
453
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
454
454
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
|
|
455
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
455
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, displayName, partnerCode, code, createdAt, updatedAt</i>
|
|
456
456
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
457
457
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
458
458
|
* @param {*} [options] Override http request option.
|
|
@@ -545,7 +545,7 @@ var CommissionRecipientsApiFactory = function (configuration, basePath, axios) {
|
|
|
545
545
|
* @param {string} [pageToken] Page token.
|
|
546
546
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
547
547
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: displayName, partnerCode, code</i>
|
|
548
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
548
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, displayName, partnerCode, code, createdAt, updatedAt</i>
|
|
549
549
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
|
|
550
550
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, partnerCode, displayName, commissionAgreementId</i>
|
|
551
551
|
* @param {*} [options] Override http request option.
|
package/dist/api.d.ts
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
export * from './api/booking-funnel-versions-api';
|
|
13
13
|
export * from './api/booking-funnels-api';
|
|
14
|
+
export * from './api/commission-agreement-items-api';
|
|
14
15
|
export * from './api/commission-agreement-products-api';
|
|
15
16
|
export * from './api/commission-agreement-versions-api';
|
|
16
17
|
export * from './api/commission-agreements-api';
|
package/dist/api.js
CHANGED
|
@@ -29,6 +29,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
30
|
__exportStar(require("./api/booking-funnel-versions-api"), exports);
|
|
31
31
|
__exportStar(require("./api/booking-funnels-api"), exports);
|
|
32
|
+
__exportStar(require("./api/commission-agreement-items-api"), exports);
|
|
32
33
|
__exportStar(require("./api/commission-agreement-products-api"), exports);
|
|
33
34
|
__exportStar(require("./api/commission-agreement-versions-api"), exports);
|
|
34
35
|
__exportStar(require("./api/commission-agreements-api"), exports);
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EMIL InsuranceService
|
|
3
|
+
* The EMIL InsuranceService API description
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CreateCommissionAgreementItemRequestDto
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateCommissionAgreementItemRequestDto {
|
|
18
|
+
/**
|
|
19
|
+
* Commission agreement item name.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateCommissionAgreementItemRequestDto
|
|
22
|
+
*/
|
|
23
|
+
'itemName': string;
|
|
24
|
+
/**
|
|
25
|
+
* Commission agreement item description.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CreateCommissionAgreementItemRequestDto
|
|
28
|
+
*/
|
|
29
|
+
'itemDescription': string;
|
|
30
|
+
/**
|
|
31
|
+
* Commission formula (Python expression).
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CreateCommissionAgreementItemRequestDto
|
|
34
|
+
*/
|
|
35
|
+
'commissionFormula': string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* EMIL InsuranceService
|
|
6
|
+
* The EMIL InsuranceService API description
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: kontakt@emil.de
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EMIL InsuranceService
|
|
3
|
+
* The EMIL InsuranceService API description
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { CommissionAgreementItemClass } from './commission-agreement-item-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateCommissionAgreementItemResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateCommissionAgreementItemResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* Commission agreement item
|
|
21
|
+
* @type {CommissionAgreementItemClass}
|
|
22
|
+
* @memberof CreateCommissionAgreementItemResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'item': CommissionAgreementItemClass;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* EMIL InsuranceService
|
|
6
|
+
* The EMIL InsuranceService API description
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: kontakt@emil.de
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EMIL InsuranceService
|
|
3
|
+
* The EMIL InsuranceService API description
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { CommissionAgreementItemClass } from './commission-agreement-item-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GetCommissionAgreementItemResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface GetCommissionAgreementItemResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* Commission agreement item
|
|
21
|
+
* @type {CommissionAgreementItemClass}
|
|
22
|
+
* @memberof GetCommissionAgreementItemResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'item': CommissionAgreementItemClass;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* EMIL InsuranceService
|
|
6
|
+
* The EMIL InsuranceService API description
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: kontakt@emil.de
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/models/index.d.ts
CHANGED
|
@@ -16,6 +16,8 @@ export * from './create-bank-account-request-dto';
|
|
|
16
16
|
export * from './create-booking-funnel-request-dto';
|
|
17
17
|
export * from './create-booking-funnel-response-class';
|
|
18
18
|
export * from './create-commission-agreement-item-dto';
|
|
19
|
+
export * from './create-commission-agreement-item-request-dto';
|
|
20
|
+
export * from './create-commission-agreement-item-response-class';
|
|
19
21
|
export * from './create-commission-agreement-product-request-dto';
|
|
20
22
|
export * from './create-commission-agreement-product-response-class';
|
|
21
23
|
export * from './create-commission-agreement-request-dto';
|
|
@@ -64,6 +66,7 @@ export * from './filter-named-range-request-dto';
|
|
|
64
66
|
export * from './filter-named-range-response-class';
|
|
65
67
|
export * from './get-booking-funnel-response-class';
|
|
66
68
|
export * from './get-booking-funnel-version-request-dto';
|
|
69
|
+
export * from './get-commission-agreement-item-response-class';
|
|
67
70
|
export * from './get-commission-agreement-product-response-class';
|
|
68
71
|
export * from './get-commission-agreement-response-class';
|
|
69
72
|
export * from './get-commission-agreement-version-response-class';
|
|
@@ -115,6 +118,7 @@ export * from './link-lead-partner-request-dto';
|
|
|
115
118
|
export * from './link-partner-request-dto';
|
|
116
119
|
export * from './link-partner-response-class';
|
|
117
120
|
export * from './list-booking-funnels-response-class';
|
|
121
|
+
export * from './list-commission-agreement-items-response-class';
|
|
118
122
|
export * from './list-commission-agreement-products-response-class';
|
|
119
123
|
export * from './list-commission-agreement-versions-response-class';
|
|
120
124
|
export * from './list-commission-agreements-response-class';
|
|
@@ -193,6 +197,8 @@ export * from './timeslice-class';
|
|
|
193
197
|
export * from './unlink-partner-response-class';
|
|
194
198
|
export * from './update-booking-funnel-request-dto';
|
|
195
199
|
export * from './update-booking-funnel-response-class';
|
|
200
|
+
export * from './update-commission-agreement-item-request-dto';
|
|
201
|
+
export * from './update-commission-agreement-item-response-class';
|
|
196
202
|
export * from './update-commission-agreement-product-request-dto';
|
|
197
203
|
export * from './update-commission-agreement-product-response-class';
|
|
198
204
|
export * from './update-commission-agreement-request-dto';
|
package/dist/models/index.js
CHANGED
|
@@ -32,6 +32,8 @@ __exportStar(require("./create-bank-account-request-dto"), exports);
|
|
|
32
32
|
__exportStar(require("./create-booking-funnel-request-dto"), exports);
|
|
33
33
|
__exportStar(require("./create-booking-funnel-response-class"), exports);
|
|
34
34
|
__exportStar(require("./create-commission-agreement-item-dto"), exports);
|
|
35
|
+
__exportStar(require("./create-commission-agreement-item-request-dto"), exports);
|
|
36
|
+
__exportStar(require("./create-commission-agreement-item-response-class"), exports);
|
|
35
37
|
__exportStar(require("./create-commission-agreement-product-request-dto"), exports);
|
|
36
38
|
__exportStar(require("./create-commission-agreement-product-response-class"), exports);
|
|
37
39
|
__exportStar(require("./create-commission-agreement-request-dto"), exports);
|
|
@@ -80,6 +82,7 @@ __exportStar(require("./filter-named-range-request-dto"), exports);
|
|
|
80
82
|
__exportStar(require("./filter-named-range-response-class"), exports);
|
|
81
83
|
__exportStar(require("./get-booking-funnel-response-class"), exports);
|
|
82
84
|
__exportStar(require("./get-booking-funnel-version-request-dto"), exports);
|
|
85
|
+
__exportStar(require("./get-commission-agreement-item-response-class"), exports);
|
|
83
86
|
__exportStar(require("./get-commission-agreement-product-response-class"), exports);
|
|
84
87
|
__exportStar(require("./get-commission-agreement-response-class"), exports);
|
|
85
88
|
__exportStar(require("./get-commission-agreement-version-response-class"), exports);
|
|
@@ -131,6 +134,7 @@ __exportStar(require("./link-lead-partner-request-dto"), exports);
|
|
|
131
134
|
__exportStar(require("./link-partner-request-dto"), exports);
|
|
132
135
|
__exportStar(require("./link-partner-response-class"), exports);
|
|
133
136
|
__exportStar(require("./list-booking-funnels-response-class"), exports);
|
|
137
|
+
__exportStar(require("./list-commission-agreement-items-response-class"), exports);
|
|
134
138
|
__exportStar(require("./list-commission-agreement-products-response-class"), exports);
|
|
135
139
|
__exportStar(require("./list-commission-agreement-versions-response-class"), exports);
|
|
136
140
|
__exportStar(require("./list-commission-agreements-response-class"), exports);
|
|
@@ -209,6 +213,8 @@ __exportStar(require("./timeslice-class"), exports);
|
|
|
209
213
|
__exportStar(require("./unlink-partner-response-class"), exports);
|
|
210
214
|
__exportStar(require("./update-booking-funnel-request-dto"), exports);
|
|
211
215
|
__exportStar(require("./update-booking-funnel-response-class"), exports);
|
|
216
|
+
__exportStar(require("./update-commission-agreement-item-request-dto"), exports);
|
|
217
|
+
__exportStar(require("./update-commission-agreement-item-response-class"), exports);
|
|
212
218
|
__exportStar(require("./update-commission-agreement-product-request-dto"), exports);
|
|
213
219
|
__exportStar(require("./update-commission-agreement-product-response-class"), exports);
|
|
214
220
|
__exportStar(require("./update-commission-agreement-request-dto"), exports);
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EMIL InsuranceService
|
|
3
|
+
* The EMIL InsuranceService API description
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { CommissionAgreementItemClass } from './commission-agreement-item-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListCommissionAgreementItemsResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface ListCommissionAgreementItemsResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* The list of commission agreement products.
|
|
21
|
+
* @type {Array<CommissionAgreementItemClass>}
|
|
22
|
+
* @memberof ListCommissionAgreementItemsResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'items': Array<CommissionAgreementItemClass>;
|
|
25
|
+
/**
|
|
26
|
+
* Next page token.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ListCommissionAgreementItemsResponseClass
|
|
29
|
+
*/
|
|
30
|
+
'nextPageToken': string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* EMIL InsuranceService
|
|
6
|
+
* The EMIL InsuranceService API description
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: kontakt@emil.de
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|