@emilgroup/insurance-sdk-node 1.57.0 → 1.59.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.
Files changed (50) hide show
  1. package/.openapi-generator/FILES +7 -0
  2. package/README.md +2 -2
  3. package/api/commission-agreement-items-api.ts +712 -0
  4. package/api/commission-agreement-products-api.ts +4 -4
  5. package/api/commission-agreement-versions-api.ts +4 -4
  6. package/api/commission-agreements-api.ts +4 -4
  7. package/api/commission-recipients-api.ts +4 -4
  8. package/api.ts +2 -0
  9. package/dist/api/commission-agreement-items-api.d.ts +403 -0
  10. package/dist/api/commission-agreement-items-api.js +654 -0
  11. package/dist/api/commission-agreement-products-api.d.ts +4 -4
  12. package/dist/api/commission-agreement-products-api.js +3 -3
  13. package/dist/api/commission-agreement-versions-api.d.ts +4 -4
  14. package/dist/api/commission-agreement-versions-api.js +3 -3
  15. package/dist/api/commission-agreements-api.d.ts +4 -4
  16. package/dist/api/commission-agreements-api.js +3 -3
  17. package/dist/api/commission-recipients-api.d.ts +4 -4
  18. package/dist/api/commission-recipients-api.js +3 -3
  19. package/dist/api.d.ts +1 -0
  20. package/dist/api.js +1 -0
  21. package/dist/models/create-commission-agreement-item-request-dto.d.ts +36 -0
  22. package/dist/models/create-commission-agreement-item-request-dto.js +15 -0
  23. package/dist/models/create-commission-agreement-item-response-class.d.ts +25 -0
  24. package/dist/models/create-commission-agreement-item-response-class.js +15 -0
  25. package/dist/models/create-product-field-request-dto.d.ts +6 -0
  26. package/dist/models/get-commission-agreement-item-response-class.d.ts +25 -0
  27. package/dist/models/get-commission-agreement-item-response-class.js +15 -0
  28. package/dist/models/index.d.ts +6 -0
  29. package/dist/models/index.js +6 -0
  30. package/dist/models/list-commission-agreement-items-response-class.d.ts +31 -0
  31. package/dist/models/list-commission-agreement-items-response-class.js +15 -0
  32. package/dist/models/product-field-class.d.ts +6 -0
  33. package/dist/models/shared-product-field-class.d.ts +6 -0
  34. package/dist/models/update-commission-agreement-item-request-dto.d.ts +36 -0
  35. package/dist/models/update-commission-agreement-item-request-dto.js +15 -0
  36. package/dist/models/update-commission-agreement-item-response-class.d.ts +25 -0
  37. package/dist/models/update-commission-agreement-item-response-class.js +15 -0
  38. package/dist/models/update-product-field-request-dto.d.ts +6 -0
  39. package/models/create-commission-agreement-item-request-dto.ts +42 -0
  40. package/models/create-commission-agreement-item-response-class.ts +31 -0
  41. package/models/create-product-field-request-dto.ts +6 -0
  42. package/models/get-commission-agreement-item-response-class.ts +31 -0
  43. package/models/index.ts +6 -0
  44. package/models/list-commission-agreement-items-response-class.ts +37 -0
  45. package/models/product-field-class.ts +6 -0
  46. package/models/shared-product-field-class.ts +6 -0
  47. package/models/update-commission-agreement-item-request-dto.ts +42 -0
  48. package/models/update-commission-agreement-item-response-class.ts +31 -0
  49. package/models/update-product-field-request-dto.ts +6 -0
  50. package/package.json +1 -1
@@ -198,7 +198,7 @@ export const CommissionAgreementProductsApiAxiosParamCreator = function (configu
198
198
  * @param {string} [pageToken] Page token.
199
199
  * @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>
200
200
  * @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>
201
- * @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>
201
+ * @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>
202
202
  * @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>
203
203
  * @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>
204
204
  * @param {*} [options] Override http request option.
@@ -373,7 +373,7 @@ export const CommissionAgreementProductsApiFp = function(configuration?: Configu
373
373
  * @param {string} [pageToken] Page token.
374
374
  * @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>
375
375
  * @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>
376
- * @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>
376
+ * @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>
377
377
  * @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>
378
378
  * @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>
379
379
  * @param {*} [options] Override http request option.
@@ -449,7 +449,7 @@ export const CommissionAgreementProductsApiFactory = function (configuration?: C
449
449
  * @param {string} [pageToken] Page token.
450
450
  * @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>
451
451
  * @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>
452
- * @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>
452
+ * @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>
453
453
  * @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>
454
454
  * @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>
455
455
  * @param {*} [options] Override http request option.
@@ -592,7 +592,7 @@ export interface CommissionAgreementProductsApiListCommissionAgreementProductsRe
592
592
  readonly search?: string
593
593
 
594
594
  /**
595
- * 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>
595
+ * 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>
596
596
  * @type {string}
597
597
  * @memberof CommissionAgreementProductsApiListCommissionAgreementProducts
598
598
  */
@@ -196,7 +196,7 @@ export const CommissionAgreementVersionsApiAxiosParamCreator = function (configu
196
196
  * @param {string} [pageToken] Page token.
197
197
  * @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>
198
198
  * @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>
199
- * @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>
199
+ * @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>
200
200
  * @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>
201
201
  * @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>
202
202
  * @param {*} [options] Override http request option.
@@ -320,7 +320,7 @@ export const CommissionAgreementVersionsApiFp = function(configuration?: Configu
320
320
  * @param {string} [pageToken] Page token.
321
321
  * @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>
322
322
  * @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>
323
- * @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>
323
+ * @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>
324
324
  * @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>
325
325
  * @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>
326
326
  * @param {*} [options] Override http request option.
@@ -383,7 +383,7 @@ export const CommissionAgreementVersionsApiFactory = function (configuration?: C
383
383
  * @param {string} [pageToken] Page token.
384
384
  * @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>
385
385
  * @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>
386
- * @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>
386
+ * @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>
387
387
  * @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>
388
388
  * @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>
389
389
  * @param {*} [options] Override http request option.
@@ -514,7 +514,7 @@ export interface CommissionAgreementVersionsApiListCommissionAgreementVersionsRe
514
514
  readonly search?: string
515
515
 
516
516
  /**
517
- * 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>
517
+ * 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>
518
518
  * @type {string}
519
519
  * @memberof CommissionAgreementVersionsApiListCommissionAgreementVersions
520
520
  */
@@ -194,7 +194,7 @@ export const CommissionAgreementsApiAxiosParamCreator = function (configuration?
194
194
  * @param {string} [pageToken] Page token.
195
195
  * @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>
196
196
  * @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>
197
- * @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>
197
+ * @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>
198
198
  * @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>
199
199
  * @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>
200
200
  * @param {*} [options] Override http request option.
@@ -368,7 +368,7 @@ export const CommissionAgreementsApiFp = function(configuration?: Configuration)
368
368
  * @param {string} [pageToken] Page token.
369
369
  * @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>
370
370
  * @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>
371
- * @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>
371
+ * @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>
372
372
  * @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>
373
373
  * @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>
374
374
  * @param {*} [options] Override http request option.
@@ -443,7 +443,7 @@ export const CommissionAgreementsApiFactory = function (configuration?: Configur
443
443
  * @param {string} [pageToken] Page token.
444
444
  * @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>
445
445
  * @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>
446
- * @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>
446
+ * @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>
447
447
  * @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>
448
448
  * @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>
449
449
  * @param {*} [options] Override http request option.
@@ -579,7 +579,7 @@ export interface CommissionAgreementsApiListCommissionAgreementsRequest {
579
579
  readonly search?: string
580
580
 
581
581
  /**
582
- * 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>
582
+ * 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>
583
583
  * @type {string}
584
584
  * @memberof CommissionAgreementsApiListCommissionAgreements
585
585
  */
@@ -193,7 +193,7 @@ export const CommissionRecipientsApiAxiosParamCreator = function (configuration?
193
193
  * @param {string} [pageToken] Page token.
194
194
  * @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>
195
195
  * @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>
196
- * @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>
196
+ * @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>
197
197
  * @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>
198
198
  * @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>
199
199
  * @param {*} [options] Override http request option.
@@ -367,7 +367,7 @@ export const CommissionRecipientsApiFp = function(configuration?: Configuration)
367
367
  * @param {string} [pageToken] Page token.
368
368
  * @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>
369
369
  * @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>
370
- * @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>
370
+ * @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>
371
371
  * @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>
372
372
  * @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>
373
373
  * @param {*} [options] Override http request option.
@@ -442,7 +442,7 @@ export const CommissionRecipientsApiFactory = function (configuration?: Configur
442
442
  * @param {string} [pageToken] Page token.
443
443
  * @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>
444
444
  * @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>
445
- * @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>
445
+ * @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>
446
446
  * @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>
447
447
  * @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>
448
448
  * @param {*} [options] Override http request option.
@@ -578,7 +578,7 @@ export interface CommissionRecipientsApiListCommissionRecipientsRequest {
578
578
  readonly search?: string
579
579
 
580
580
  /**
581
- * 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>
581
+ * 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>
582
582
  * @type {string}
583
583
  * @memberof CommissionRecipientsApiListCommissionRecipients
584
584
  */
package/api.ts CHANGED
@@ -26,6 +26,7 @@ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObj
26
26
  import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
27
27
  import { BookingFunnelVersionsApi } from './api';
28
28
  import { BookingFunnelsApi } from './api';
29
+ import { CommissionAgreementItemsApi } from './api';
29
30
  import { CommissionAgreementProductsApi } from './api';
30
31
  import { CommissionAgreementVersionsApi } from './api';
31
32
  import { CommissionAgreementsApi } from './api';
@@ -51,6 +52,7 @@ import { StatusTransitionRulesApi } from './api';
51
52
 
52
53
  export * from './api/booking-funnel-versions-api';
53
54
  export * from './api/booking-funnels-api';
55
+ export * from './api/commission-agreement-items-api';
54
56
  export * from './api/commission-agreement-products-api';
55
57
  export * from './api/commission-agreement-versions-api';
56
58
  export * from './api/commission-agreements-api';
@@ -0,0 +1,403 @@
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 { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
13
+ import { Configuration } from '../configuration';
14
+ import { RequestArgs, BaseAPI } from '../base';
15
+ import { CreateCommissionAgreementItemRequestDto } from '../models';
16
+ import { CreateCommissionAgreementItemResponseClass } from '../models';
17
+ import { DeleteResponseClass } from '../models';
18
+ import { GetCommissionAgreementItemResponseClass } from '../models';
19
+ import { ListCommissionAgreementItemsResponseClass } from '../models';
20
+ import { UpdateCommissionAgreementItemRequestDto } from '../models';
21
+ import { UpdateCommissionAgreementItemResponseClass } from '../models';
22
+ /**
23
+ * CommissionAgreementItemsApi - axios parameter creator
24
+ * @export
25
+ */
26
+ export declare const CommissionAgreementItemsApiAxiosParamCreator: (configuration?: Configuration) => {
27
+ /**
28
+ * This will create the commission agreement item.
29
+ * @summary Create the Commission agreement item
30
+ * @param {string} code
31
+ * @param {CreateCommissionAgreementItemRequestDto} createCommissionAgreementItemRequestDto
32
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
33
+ * @param {*} [options] Override http request option.
34
+ * @throws {RequiredError}
35
+ */
36
+ createCommissionAgreementItem: (code: string, createCommissionAgreementItemRequestDto: CreateCommissionAgreementItemRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
37
+ /**
38
+ * Permanently deletes the commission agreement item. Supply the unique code that was returned when you created the commission agreement item and this will delete it.
39
+ * @summary Delete the commission agreement item
40
+ * @param {string} code
41
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
42
+ * @param {*} [options] Override http request option.
43
+ * @throws {RequiredError}
44
+ */
45
+ deleteCommissionAgreementItem: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
46
+ /**
47
+ * Retrieves the details of the commission agreement item that was previously created. Supply the unique commission agreement item code that was returned when you created it and Emil Api will return the corresponding commission agreement item information.
48
+ * @summary Retrieve the commission agreement item
49
+ * @param {string} code
50
+ * @param {string} expand
51
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
52
+ * @param {*} [options] Override http request option.
53
+ * @throws {RequiredError}
54
+ */
55
+ getCommissionAgreementItem: (code: string, expand: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
56
+ /**
57
+ * Returns a list of commission agreement items you have previously created. The commission agreement items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
58
+ * @summary List commission agreement items
59
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
60
+ * @param {number} [pageSize] Page size.
61
+ * @param {string} [pageToken] Page token.
62
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId&lt;/i&gt;
63
+ * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: itemName, itemDescription, commissionFormula, code&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, itemName, itemDescription, commissionFormula, code, , createdAt, updatedAt&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
66
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId&lt;/i&gt;
67
+ * @param {*} [options] Override http request option.
68
+ * @throws {RequiredError}
69
+ */
70
+ listCommissionAgreementItems: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
71
+ /**
72
+ * Updates the specified commission agreement item by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
73
+ * @summary Update the commission agreement item
74
+ * @param {string} code
75
+ * @param {UpdateCommissionAgreementItemRequestDto} updateCommissionAgreementItemRequestDto
76
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
77
+ * @param {*} [options] Override http request option.
78
+ * @throws {RequiredError}
79
+ */
80
+ updateCommissionAgreementItem: (code: string, updateCommissionAgreementItemRequestDto: UpdateCommissionAgreementItemRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
81
+ };
82
+ /**
83
+ * CommissionAgreementItemsApi - functional programming interface
84
+ * @export
85
+ */
86
+ export declare const CommissionAgreementItemsApiFp: (configuration?: Configuration) => {
87
+ /**
88
+ * This will create the commission agreement item.
89
+ * @summary Create the Commission agreement item
90
+ * @param {string} code
91
+ * @param {CreateCommissionAgreementItemRequestDto} createCommissionAgreementItemRequestDto
92
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
93
+ * @param {*} [options] Override http request option.
94
+ * @throws {RequiredError}
95
+ */
96
+ createCommissionAgreementItem(code: string, createCommissionAgreementItemRequestDto: CreateCommissionAgreementItemRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateCommissionAgreementItemResponseClass>>;
97
+ /**
98
+ * Permanently deletes the commission agreement item. Supply the unique code that was returned when you created the commission agreement item and this will delete it.
99
+ * @summary Delete the commission agreement item
100
+ * @param {string} code
101
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
102
+ * @param {*} [options] Override http request option.
103
+ * @throws {RequiredError}
104
+ */
105
+ deleteCommissionAgreementItem(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteResponseClass>>;
106
+ /**
107
+ * Retrieves the details of the commission agreement item that was previously created. Supply the unique commission agreement item code that was returned when you created it and Emil Api will return the corresponding commission agreement item information.
108
+ * @summary Retrieve the commission agreement item
109
+ * @param {string} code
110
+ * @param {string} expand
111
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
112
+ * @param {*} [options] Override http request option.
113
+ * @throws {RequiredError}
114
+ */
115
+ getCommissionAgreementItem(code: string, expand: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetCommissionAgreementItemResponseClass>>;
116
+ /**
117
+ * Returns a list of commission agreement items you have previously created. The commission agreement items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
118
+ * @summary List commission agreement items
119
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
120
+ * @param {number} [pageSize] Page size.
121
+ * @param {string} [pageToken] Page token.
122
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId&lt;/i&gt;
123
+ * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: itemName, itemDescription, commissionFormula, code&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, itemName, itemDescription, commissionFormula, code, , createdAt, updatedAt&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
126
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId&lt;/i&gt;
127
+ * @param {*} [options] Override http request option.
128
+ * @throws {RequiredError}
129
+ */
130
+ listCommissionAgreementItems(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListCommissionAgreementItemsResponseClass>>;
131
+ /**
132
+ * Updates the specified commission agreement item by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
133
+ * @summary Update the commission agreement item
134
+ * @param {string} code
135
+ * @param {UpdateCommissionAgreementItemRequestDto} updateCommissionAgreementItemRequestDto
136
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
137
+ * @param {*} [options] Override http request option.
138
+ * @throws {RequiredError}
139
+ */
140
+ updateCommissionAgreementItem(code: string, updateCommissionAgreementItemRequestDto: UpdateCommissionAgreementItemRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateCommissionAgreementItemResponseClass>>;
141
+ };
142
+ /**
143
+ * CommissionAgreementItemsApi - factory interface
144
+ * @export
145
+ */
146
+ export declare const CommissionAgreementItemsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
147
+ /**
148
+ * This will create the commission agreement item.
149
+ * @summary Create the Commission agreement item
150
+ * @param {string} code
151
+ * @param {CreateCommissionAgreementItemRequestDto} createCommissionAgreementItemRequestDto
152
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
153
+ * @param {*} [options] Override http request option.
154
+ * @throws {RequiredError}
155
+ */
156
+ createCommissionAgreementItem(code: string, createCommissionAgreementItemRequestDto: CreateCommissionAgreementItemRequestDto, authorization?: string, options?: any): AxiosPromise<CreateCommissionAgreementItemResponseClass>;
157
+ /**
158
+ * Permanently deletes the commission agreement item. Supply the unique code that was returned when you created the commission agreement item and this will delete it.
159
+ * @summary Delete the commission agreement item
160
+ * @param {string} code
161
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
162
+ * @param {*} [options] Override http request option.
163
+ * @throws {RequiredError}
164
+ */
165
+ deleteCommissionAgreementItem(code: string, authorization?: string, options?: any): AxiosPromise<DeleteResponseClass>;
166
+ /**
167
+ * Retrieves the details of the commission agreement item that was previously created. Supply the unique commission agreement item code that was returned when you created it and Emil Api will return the corresponding commission agreement item information.
168
+ * @summary Retrieve the commission agreement item
169
+ * @param {string} code
170
+ * @param {string} expand
171
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
172
+ * @param {*} [options] Override http request option.
173
+ * @throws {RequiredError}
174
+ */
175
+ getCommissionAgreementItem(code: string, expand: string, authorization?: string, options?: any): AxiosPromise<GetCommissionAgreementItemResponseClass>;
176
+ /**
177
+ * Returns a list of commission agreement items you have previously created. The commission agreement items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
178
+ * @summary List commission agreement items
179
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
180
+ * @param {number} [pageSize] Page size.
181
+ * @param {string} [pageToken] Page token.
182
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId&lt;/i&gt;
183
+ * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: itemName, itemDescription, commissionFormula, code&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, itemName, itemDescription, commissionFormula, code, , createdAt, updatedAt&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
186
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId&lt;/i&gt;
187
+ * @param {*} [options] Override http request option.
188
+ * @throws {RequiredError}
189
+ */
190
+ listCommissionAgreementItems(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListCommissionAgreementItemsResponseClass>;
191
+ /**
192
+ * Updates the specified commission agreement item by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
193
+ * @summary Update the commission agreement item
194
+ * @param {string} code
195
+ * @param {UpdateCommissionAgreementItemRequestDto} updateCommissionAgreementItemRequestDto
196
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
197
+ * @param {*} [options] Override http request option.
198
+ * @throws {RequiredError}
199
+ */
200
+ updateCommissionAgreementItem(code: string, updateCommissionAgreementItemRequestDto: UpdateCommissionAgreementItemRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateCommissionAgreementItemResponseClass>;
201
+ };
202
+ /**
203
+ * Request parameters for createCommissionAgreementItem operation in CommissionAgreementItemsApi.
204
+ * @export
205
+ * @interface CommissionAgreementItemsApiCreateCommissionAgreementItemRequest
206
+ */
207
+ export interface CommissionAgreementItemsApiCreateCommissionAgreementItemRequest {
208
+ /**
209
+ *
210
+ * @type {string}
211
+ * @memberof CommissionAgreementItemsApiCreateCommissionAgreementItem
212
+ */
213
+ readonly code: string;
214
+ /**
215
+ *
216
+ * @type {CreateCommissionAgreementItemRequestDto}
217
+ * @memberof CommissionAgreementItemsApiCreateCommissionAgreementItem
218
+ */
219
+ readonly createCommissionAgreementItemRequestDto: CreateCommissionAgreementItemRequestDto;
220
+ /**
221
+ * Bearer Token: provided by the login endpoint under the name accessToken.
222
+ * @type {string}
223
+ * @memberof CommissionAgreementItemsApiCreateCommissionAgreementItem
224
+ */
225
+ readonly authorization?: string;
226
+ }
227
+ /**
228
+ * Request parameters for deleteCommissionAgreementItem operation in CommissionAgreementItemsApi.
229
+ * @export
230
+ * @interface CommissionAgreementItemsApiDeleteCommissionAgreementItemRequest
231
+ */
232
+ export interface CommissionAgreementItemsApiDeleteCommissionAgreementItemRequest {
233
+ /**
234
+ *
235
+ * @type {string}
236
+ * @memberof CommissionAgreementItemsApiDeleteCommissionAgreementItem
237
+ */
238
+ readonly code: string;
239
+ /**
240
+ * Bearer Token: provided by the login endpoint under the name accessToken.
241
+ * @type {string}
242
+ * @memberof CommissionAgreementItemsApiDeleteCommissionAgreementItem
243
+ */
244
+ readonly authorization?: string;
245
+ }
246
+ /**
247
+ * Request parameters for getCommissionAgreementItem operation in CommissionAgreementItemsApi.
248
+ * @export
249
+ * @interface CommissionAgreementItemsApiGetCommissionAgreementItemRequest
250
+ */
251
+ export interface CommissionAgreementItemsApiGetCommissionAgreementItemRequest {
252
+ /**
253
+ *
254
+ * @type {string}
255
+ * @memberof CommissionAgreementItemsApiGetCommissionAgreementItem
256
+ */
257
+ readonly code: string;
258
+ /**
259
+ *
260
+ * @type {string}
261
+ * @memberof CommissionAgreementItemsApiGetCommissionAgreementItem
262
+ */
263
+ readonly expand: string;
264
+ /**
265
+ * Bearer Token: provided by the login endpoint under the name accessToken.
266
+ * @type {string}
267
+ * @memberof CommissionAgreementItemsApiGetCommissionAgreementItem
268
+ */
269
+ readonly authorization?: string;
270
+ }
271
+ /**
272
+ * Request parameters for listCommissionAgreementItems operation in CommissionAgreementItemsApi.
273
+ * @export
274
+ * @interface CommissionAgreementItemsApiListCommissionAgreementItemsRequest
275
+ */
276
+ export interface CommissionAgreementItemsApiListCommissionAgreementItemsRequest {
277
+ /**
278
+ * Bearer Token: provided by the login endpoint under the name accessToken.
279
+ * @type {string}
280
+ * @memberof CommissionAgreementItemsApiListCommissionAgreementItems
281
+ */
282
+ readonly authorization?: string;
283
+ /**
284
+ * Page size.
285
+ * @type {number}
286
+ * @memberof CommissionAgreementItemsApiListCommissionAgreementItems
287
+ */
288
+ readonly pageSize?: number;
289
+ /**
290
+ * Page token.
291
+ * @type {string}
292
+ * @memberof CommissionAgreementItemsApiListCommissionAgreementItems
293
+ */
294
+ readonly pageToken?: string;
295
+ /**
296
+ * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId&lt;/i&gt;
297
+ * @type {string}
298
+ * @memberof CommissionAgreementItemsApiListCommissionAgreementItems
299
+ */
300
+ readonly filter?: string;
301
+ /**
302
+ * Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: itemName, itemDescription, commissionFormula, code&lt;/i&gt;
303
+ * @type {string}
304
+ * @memberof CommissionAgreementItemsApiListCommissionAgreementItems
305
+ */
306
+ readonly search?: string;
307
+ /**
308
+ * Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, itemName, itemDescription, commissionFormula, code, , createdAt, updatedAt&lt;/i&gt;
309
+ * @type {string}
310
+ * @memberof CommissionAgreementItemsApiListCommissionAgreementItems
311
+ */
312
+ readonly order?: string;
313
+ /**
314
+ * 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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: &lt;i&gt;
315
+ * @type {string}
316
+ * @memberof CommissionAgreementItemsApiListCommissionAgreementItems
317
+ */
318
+ readonly expand?: string;
319
+ /**
320
+ * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId&lt;/i&gt;
321
+ * @type {string}
322
+ * @memberof CommissionAgreementItemsApiListCommissionAgreementItems
323
+ */
324
+ readonly filters?: string;
325
+ }
326
+ /**
327
+ * Request parameters for updateCommissionAgreementItem operation in CommissionAgreementItemsApi.
328
+ * @export
329
+ * @interface CommissionAgreementItemsApiUpdateCommissionAgreementItemRequest
330
+ */
331
+ export interface CommissionAgreementItemsApiUpdateCommissionAgreementItemRequest {
332
+ /**
333
+ *
334
+ * @type {string}
335
+ * @memberof CommissionAgreementItemsApiUpdateCommissionAgreementItem
336
+ */
337
+ readonly code: string;
338
+ /**
339
+ *
340
+ * @type {UpdateCommissionAgreementItemRequestDto}
341
+ * @memberof CommissionAgreementItemsApiUpdateCommissionAgreementItem
342
+ */
343
+ readonly updateCommissionAgreementItemRequestDto: UpdateCommissionAgreementItemRequestDto;
344
+ /**
345
+ * Bearer Token: provided by the login endpoint under the name accessToken.
346
+ * @type {string}
347
+ * @memberof CommissionAgreementItemsApiUpdateCommissionAgreementItem
348
+ */
349
+ readonly authorization?: string;
350
+ }
351
+ /**
352
+ * CommissionAgreementItemsApi - object-oriented interface
353
+ * @export
354
+ * @class CommissionAgreementItemsApi
355
+ * @extends {BaseAPI}
356
+ */
357
+ export declare class CommissionAgreementItemsApi extends BaseAPI {
358
+ /**
359
+ * This will create the commission agreement item.
360
+ * @summary Create the Commission agreement item
361
+ * @param {CommissionAgreementItemsApiCreateCommissionAgreementItemRequest} requestParameters Request parameters.
362
+ * @param {*} [options] Override http request option.
363
+ * @throws {RequiredError}
364
+ * @memberof CommissionAgreementItemsApi
365
+ */
366
+ createCommissionAgreementItem(requestParameters: CommissionAgreementItemsApiCreateCommissionAgreementItemRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateCommissionAgreementItemResponseClass, any>>;
367
+ /**
368
+ * Permanently deletes the commission agreement item. Supply the unique code that was returned when you created the commission agreement item and this will delete it.
369
+ * @summary Delete the commission agreement item
370
+ * @param {CommissionAgreementItemsApiDeleteCommissionAgreementItemRequest} requestParameters Request parameters.
371
+ * @param {*} [options] Override http request option.
372
+ * @throws {RequiredError}
373
+ * @memberof CommissionAgreementItemsApi
374
+ */
375
+ deleteCommissionAgreementItem(requestParameters: CommissionAgreementItemsApiDeleteCommissionAgreementItemRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteResponseClass, any>>;
376
+ /**
377
+ * Retrieves the details of the commission agreement item that was previously created. Supply the unique commission agreement item code that was returned when you created it and Emil Api will return the corresponding commission agreement item information.
378
+ * @summary Retrieve the commission agreement item
379
+ * @param {CommissionAgreementItemsApiGetCommissionAgreementItemRequest} requestParameters Request parameters.
380
+ * @param {*} [options] Override http request option.
381
+ * @throws {RequiredError}
382
+ * @memberof CommissionAgreementItemsApi
383
+ */
384
+ getCommissionAgreementItem(requestParameters: CommissionAgreementItemsApiGetCommissionAgreementItemRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetCommissionAgreementItemResponseClass, any>>;
385
+ /**
386
+ * Returns a list of commission agreement items you have previously created. The commission agreement items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
387
+ * @summary List commission agreement items
388
+ * @param {CommissionAgreementItemsApiListCommissionAgreementItemsRequest} requestParameters Request parameters.
389
+ * @param {*} [options] Override http request option.
390
+ * @throws {RequiredError}
391
+ * @memberof CommissionAgreementItemsApi
392
+ */
393
+ listCommissionAgreementItems(requestParameters?: CommissionAgreementItemsApiListCommissionAgreementItemsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCommissionAgreementItemsResponseClass, any>>;
394
+ /**
395
+ * Updates the specified commission agreement item by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
396
+ * @summary Update the commission agreement item
397
+ * @param {CommissionAgreementItemsApiUpdateCommissionAgreementItemRequest} requestParameters Request parameters.
398
+ * @param {*} [options] Override http request option.
399
+ * @throws {RequiredError}
400
+ * @memberof CommissionAgreementItemsApi
401
+ */
402
+ updateCommissionAgreementItem(requestParameters: CommissionAgreementItemsApiUpdateCommissionAgreementItemRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateCommissionAgreementItemResponseClass, any>>;
403
+ }