@emilgroup/insurance-sdk 1.68.0 → 1.68.1-beta.1
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/README.md +2 -2
- package/api/booking-funnel-versions-api.ts +8 -8
- package/api/booking-funnels-api.ts +24 -24
- package/api/commission-agreement-items-api.ts +20 -20
- package/api/commission-agreement-products-api.ts +20 -20
- package/api/commission-agreement-versions-api.ts +16 -16
- package/api/commission-agreements-api.ts +20 -20
- package/api/commission-recipients-api.ts +20 -20
- package/api/emil-functions-api.ts +44 -44
- package/api/insured-object-types-api.ts +4 -4
- package/api/insured-objects-api.ts +16 -16
- package/api/lead-statuses-api.ts +20 -20
- package/api/lead-versions-api.ts +8 -8
- package/api/leads-api.ts +40 -40
- package/api/named-ranges-api.ts +24 -24
- package/api/partner-links-api.ts +24 -24
- package/api/partner-roles-api.ts +20 -20
- package/api/policies-api.ts +64 -64
- package/api/premium-formulas-api.ts +24 -24
- package/api/product-factors-api.ts +28 -28
- package/api/product-fields-api.ts +28 -28
- package/api/product-versions-api.ts +8 -8
- package/api/products-api.ts +24 -24
- package/api/status-transition-rules-api.ts +24 -24
- package/dist/api/booking-funnel-versions-api.d.ts +8 -8
- package/dist/api/booking-funnel-versions-api.js +8 -8
- package/dist/api/booking-funnels-api.d.ts +24 -24
- package/dist/api/booking-funnels-api.js +24 -24
- package/dist/api/commission-agreement-items-api.d.ts +20 -20
- package/dist/api/commission-agreement-items-api.js +20 -20
- package/dist/api/commission-agreement-products-api.d.ts +20 -20
- package/dist/api/commission-agreement-products-api.js +20 -20
- package/dist/api/commission-agreement-versions-api.d.ts +16 -16
- package/dist/api/commission-agreement-versions-api.js +16 -16
- package/dist/api/commission-agreements-api.d.ts +20 -20
- package/dist/api/commission-agreements-api.js +20 -20
- package/dist/api/commission-recipients-api.d.ts +20 -20
- package/dist/api/commission-recipients-api.js +20 -20
- package/dist/api/emil-functions-api.d.ts +44 -44
- package/dist/api/emil-functions-api.js +44 -44
- package/dist/api/insured-object-types-api.d.ts +4 -4
- package/dist/api/insured-object-types-api.js +4 -4
- package/dist/api/insured-objects-api.d.ts +16 -16
- package/dist/api/insured-objects-api.js +16 -16
- package/dist/api/lead-statuses-api.d.ts +20 -20
- package/dist/api/lead-statuses-api.js +20 -20
- package/dist/api/lead-versions-api.d.ts +8 -8
- package/dist/api/lead-versions-api.js +8 -8
- package/dist/api/leads-api.d.ts +40 -40
- package/dist/api/leads-api.js +40 -40
- package/dist/api/named-ranges-api.d.ts +24 -24
- package/dist/api/named-ranges-api.js +24 -24
- package/dist/api/partner-links-api.d.ts +24 -24
- package/dist/api/partner-links-api.js +24 -24
- package/dist/api/partner-roles-api.d.ts +20 -20
- package/dist/api/partner-roles-api.js +20 -20
- package/dist/api/policies-api.d.ts +64 -64
- package/dist/api/policies-api.js +64 -64
- package/dist/api/premium-formulas-api.d.ts +24 -24
- package/dist/api/premium-formulas-api.js +24 -24
- package/dist/api/product-factors-api.d.ts +28 -28
- package/dist/api/product-factors-api.js +28 -28
- package/dist/api/product-fields-api.d.ts +28 -28
- package/dist/api/product-fields-api.js +28 -28
- package/dist/api/product-versions-api.d.ts +8 -8
- package/dist/api/product-versions-api.js +8 -8
- package/dist/api/products-api.d.ts +24 -24
- package/dist/api/products-api.js +24 -24
- package/dist/api/status-transition-rules-api.d.ts +24 -24
- package/dist/api/status-transition-rules-api.js +24 -24
- package/dist/models/create-product-field-request-dto.d.ts +22 -0
- package/dist/models/create-product-field-request-dto.js +9 -1
- package/dist/models/partner-class.d.ts +29 -5
- package/dist/models/product-field-class.d.ts +34 -0
- package/dist/models/product-field-class.js +9 -0
- package/dist/models/shared-product-field-class.d.ts +34 -0
- package/dist/models/shared-product-field-class.js +9 -0
- package/dist/models/update-product-field-request-dto.d.ts +22 -0
- package/dist/models/update-product-field-request-dto.js +9 -1
- package/models/create-product-field-request-dto.ts +24 -0
- package/models/partner-class.ts +29 -5
- package/models/product-field-class.ts +38 -0
- package/models/shared-product-field-class.ts +38 -0
- package/models/update-product-field-request-dto.ts +24 -0
- package/package.json +1 -1
|
@@ -41,7 +41,7 @@ import { UpdateCommissionAgreementProductResponseClass } from '../models';
|
|
|
41
41
|
export const CommissionAgreementProductsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
42
42
|
return {
|
|
43
43
|
/**
|
|
44
|
-
* This will create the commission agreement product.
|
|
44
|
+
* This will create the commission agreement product. **Required Permissions** \"commission-management.agreements.create\"
|
|
45
45
|
* @summary Create the Commission agreement product
|
|
46
46
|
* @param {string} code
|
|
47
47
|
* @param {CreateCommissionAgreementProductRequestDto} createCommissionAgreementProductRequestDto
|
|
@@ -92,7 +92,7 @@ export const CommissionAgreementProductsApiAxiosParamCreator = function (configu
|
|
|
92
92
|
};
|
|
93
93
|
},
|
|
94
94
|
/**
|
|
95
|
-
* Permanently deletes the commission agreement product. Supply the unique code that was returned when you created the commission agreement product and this will delete it.
|
|
95
|
+
* Permanently deletes the commission agreement product. Supply the unique code that was returned when you created the commission agreement product and this will delete it. **Required Permissions** \"commission-management.agreements.delete\"
|
|
96
96
|
* @summary Delete the commission agreement product
|
|
97
97
|
* @param {string} code
|
|
98
98
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -137,7 +137,7 @@ export const CommissionAgreementProductsApiAxiosParamCreator = function (configu
|
|
|
137
137
|
};
|
|
138
138
|
},
|
|
139
139
|
/**
|
|
140
|
-
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code that was returned when you created it and Emil Api will return the corresponding commission agreement product information.
|
|
140
|
+
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code that was returned when you created it and Emil Api will return the corresponding commission agreement product information. **Required Permissions** \"commission-management.agreements.view\"
|
|
141
141
|
* @summary Retrieve the commission agreement product
|
|
142
142
|
* @param {string} code
|
|
143
143
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -187,7 +187,7 @@ export const CommissionAgreementProductsApiAxiosParamCreator = function (configu
|
|
|
187
187
|
};
|
|
188
188
|
},
|
|
189
189
|
/**
|
|
190
|
-
* Returns a list of commission agreement products you have previously created. The commission agreement products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
190
|
+
* Returns a list of commission agreement products you have previously created. The commission agreement products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
|
|
191
191
|
* @summary List commission agreement products
|
|
192
192
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
193
193
|
* @param {number} [pageSize] Page size.
|
|
@@ -263,7 +263,7 @@ export const CommissionAgreementProductsApiAxiosParamCreator = function (configu
|
|
|
263
263
|
};
|
|
264
264
|
},
|
|
265
265
|
/**
|
|
266
|
-
* Updates the specified commission agreement product by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
266
|
+
* Updates the specified commission agreement product by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"commission-management.agreements.update\"
|
|
267
267
|
* @summary Update the commission agreement product
|
|
268
268
|
* @param {string} code
|
|
269
269
|
* @param {UpdateCommissionAgreementProductRequestDto} updateCommissionAgreementProductRequestDto
|
|
@@ -324,7 +324,7 @@ export const CommissionAgreementProductsApiFp = function(configuration?: Configu
|
|
|
324
324
|
const localVarAxiosParamCreator = CommissionAgreementProductsApiAxiosParamCreator(configuration)
|
|
325
325
|
return {
|
|
326
326
|
/**
|
|
327
|
-
* This will create the commission agreement product.
|
|
327
|
+
* This will create the commission agreement product. **Required Permissions** \"commission-management.agreements.create\"
|
|
328
328
|
* @summary Create the Commission agreement product
|
|
329
329
|
* @param {string} code
|
|
330
330
|
* @param {CreateCommissionAgreementProductRequestDto} createCommissionAgreementProductRequestDto
|
|
@@ -337,7 +337,7 @@ export const CommissionAgreementProductsApiFp = function(configuration?: Configu
|
|
|
337
337
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
338
338
|
},
|
|
339
339
|
/**
|
|
340
|
-
* Permanently deletes the commission agreement product. Supply the unique code that was returned when you created the commission agreement product and this will delete it.
|
|
340
|
+
* Permanently deletes the commission agreement product. Supply the unique code that was returned when you created the commission agreement product and this will delete it. **Required Permissions** \"commission-management.agreements.delete\"
|
|
341
341
|
* @summary Delete the commission agreement product
|
|
342
342
|
* @param {string} code
|
|
343
343
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -349,7 +349,7 @@ export const CommissionAgreementProductsApiFp = function(configuration?: Configu
|
|
|
349
349
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
350
350
|
},
|
|
351
351
|
/**
|
|
352
|
-
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code that was returned when you created it and Emil Api will return the corresponding commission agreement product information.
|
|
352
|
+
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code that was returned when you created it and Emil Api will return the corresponding commission agreement product information. **Required Permissions** \"commission-management.agreements.view\"
|
|
353
353
|
* @summary Retrieve the commission agreement product
|
|
354
354
|
* @param {string} code
|
|
355
355
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -362,7 +362,7 @@ export const CommissionAgreementProductsApiFp = function(configuration?: Configu
|
|
|
362
362
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
363
363
|
},
|
|
364
364
|
/**
|
|
365
|
-
* Returns a list of commission agreement products you have previously created. The commission agreement products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
365
|
+
* Returns a list of commission agreement products you have previously created. The commission agreement products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
|
|
366
366
|
* @summary List commission agreement products
|
|
367
367
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
368
368
|
* @param {number} [pageSize] Page size.
|
|
@@ -380,7 +380,7 @@ export const CommissionAgreementProductsApiFp = function(configuration?: Configu
|
|
|
380
380
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
381
381
|
},
|
|
382
382
|
/**
|
|
383
|
-
* Updates the specified commission agreement product by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
383
|
+
* Updates the specified commission agreement product by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"commission-management.agreements.update\"
|
|
384
384
|
* @summary Update the commission agreement product
|
|
385
385
|
* @param {string} code
|
|
386
386
|
* @param {UpdateCommissionAgreementProductRequestDto} updateCommissionAgreementProductRequestDto
|
|
@@ -403,7 +403,7 @@ export const CommissionAgreementProductsApiFactory = function (configuration?: C
|
|
|
403
403
|
const localVarFp = CommissionAgreementProductsApiFp(configuration)
|
|
404
404
|
return {
|
|
405
405
|
/**
|
|
406
|
-
* This will create the commission agreement product.
|
|
406
|
+
* This will create the commission agreement product. **Required Permissions** \"commission-management.agreements.create\"
|
|
407
407
|
* @summary Create the Commission agreement product
|
|
408
408
|
* @param {string} code
|
|
409
409
|
* @param {CreateCommissionAgreementProductRequestDto} createCommissionAgreementProductRequestDto
|
|
@@ -415,7 +415,7 @@ export const CommissionAgreementProductsApiFactory = function (configuration?: C
|
|
|
415
415
|
return localVarFp.createCommissionAgreementProduct(code, createCommissionAgreementProductRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
416
416
|
},
|
|
417
417
|
/**
|
|
418
|
-
* Permanently deletes the commission agreement product. Supply the unique code that was returned when you created the commission agreement product and this will delete it.
|
|
418
|
+
* Permanently deletes the commission agreement product. Supply the unique code that was returned when you created the commission agreement product and this will delete it. **Required Permissions** \"commission-management.agreements.delete\"
|
|
419
419
|
* @summary Delete the commission agreement product
|
|
420
420
|
* @param {string} code
|
|
421
421
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -426,7 +426,7 @@ export const CommissionAgreementProductsApiFactory = function (configuration?: C
|
|
|
426
426
|
return localVarFp.deleteCommissionAgreementProduct(code, authorization, options).then((request) => request(axios, basePath));
|
|
427
427
|
},
|
|
428
428
|
/**
|
|
429
|
-
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code that was returned when you created it and Emil Api will return the corresponding commission agreement product information.
|
|
429
|
+
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code that was returned when you created it and Emil Api will return the corresponding commission agreement product information. **Required Permissions** \"commission-management.agreements.view\"
|
|
430
430
|
* @summary Retrieve the commission agreement product
|
|
431
431
|
* @param {string} code
|
|
432
432
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -438,7 +438,7 @@ export const CommissionAgreementProductsApiFactory = function (configuration?: C
|
|
|
438
438
|
return localVarFp.getCommissionAgreementProduct(code, authorization, expand, options).then((request) => request(axios, basePath));
|
|
439
439
|
},
|
|
440
440
|
/**
|
|
441
|
-
* Returns a list of commission agreement products you have previously created. The commission agreement products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
441
|
+
* Returns a list of commission agreement products you have previously created. The commission agreement products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
|
|
442
442
|
* @summary List commission agreement products
|
|
443
443
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
444
444
|
* @param {number} [pageSize] Page size.
|
|
@@ -455,7 +455,7 @@ export const CommissionAgreementProductsApiFactory = function (configuration?: C
|
|
|
455
455
|
return localVarFp.listCommissionAgreementProducts(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
|
|
456
456
|
},
|
|
457
457
|
/**
|
|
458
|
-
* Updates the specified commission agreement product by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
458
|
+
* Updates the specified commission agreement product by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"commission-management.agreements.update\"
|
|
459
459
|
* @summary Update the commission agreement product
|
|
460
460
|
* @param {string} code
|
|
461
461
|
* @param {UpdateCommissionAgreementProductRequestDto} updateCommissionAgreementProductRequestDto
|
|
@@ -645,7 +645,7 @@ export interface CommissionAgreementProductsApiUpdateCommissionAgreementProductR
|
|
|
645
645
|
*/
|
|
646
646
|
export class CommissionAgreementProductsApi extends BaseAPI {
|
|
647
647
|
/**
|
|
648
|
-
* This will create the commission agreement product.
|
|
648
|
+
* This will create the commission agreement product. **Required Permissions** \"commission-management.agreements.create\"
|
|
649
649
|
* @summary Create the Commission agreement product
|
|
650
650
|
* @param {CommissionAgreementProductsApiCreateCommissionAgreementProductRequest} requestParameters Request parameters.
|
|
651
651
|
* @param {*} [options] Override http request option.
|
|
@@ -657,7 +657,7 @@ export class CommissionAgreementProductsApi extends BaseAPI {
|
|
|
657
657
|
}
|
|
658
658
|
|
|
659
659
|
/**
|
|
660
|
-
* Permanently deletes the commission agreement product. Supply the unique code that was returned when you created the commission agreement product and this will delete it.
|
|
660
|
+
* Permanently deletes the commission agreement product. Supply the unique code that was returned when you created the commission agreement product and this will delete it. **Required Permissions** \"commission-management.agreements.delete\"
|
|
661
661
|
* @summary Delete the commission agreement product
|
|
662
662
|
* @param {CommissionAgreementProductsApiDeleteCommissionAgreementProductRequest} requestParameters Request parameters.
|
|
663
663
|
* @param {*} [options] Override http request option.
|
|
@@ -669,7 +669,7 @@ export class CommissionAgreementProductsApi extends BaseAPI {
|
|
|
669
669
|
}
|
|
670
670
|
|
|
671
671
|
/**
|
|
672
|
-
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code that was returned when you created it and Emil Api will return the corresponding commission agreement product information.
|
|
672
|
+
* Retrieves the details of the commission agreement product that was previously created. Supply the unique commission agreement product code that was returned when you created it and Emil Api will return the corresponding commission agreement product information. **Required Permissions** \"commission-management.agreements.view\"
|
|
673
673
|
* @summary Retrieve the commission agreement product
|
|
674
674
|
* @param {CommissionAgreementProductsApiGetCommissionAgreementProductRequest} requestParameters Request parameters.
|
|
675
675
|
* @param {*} [options] Override http request option.
|
|
@@ -681,7 +681,7 @@ export class CommissionAgreementProductsApi extends BaseAPI {
|
|
|
681
681
|
}
|
|
682
682
|
|
|
683
683
|
/**
|
|
684
|
-
* Returns a list of commission agreement products you have previously created. The commission agreement products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
684
|
+
* Returns a list of commission agreement products you have previously created. The commission agreement products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
|
|
685
685
|
* @summary List commission agreement products
|
|
686
686
|
* @param {CommissionAgreementProductsApiListCommissionAgreementProductsRequest} requestParameters Request parameters.
|
|
687
687
|
* @param {*} [options] Override http request option.
|
|
@@ -693,7 +693,7 @@ export class CommissionAgreementProductsApi extends BaseAPI {
|
|
|
693
693
|
}
|
|
694
694
|
|
|
695
695
|
/**
|
|
696
|
-
* Updates the specified commission agreement product by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
696
|
+
* Updates the specified commission agreement product by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"commission-management.agreements.update\"
|
|
697
697
|
* @summary Update the commission agreement product
|
|
698
698
|
* @param {CommissionAgreementProductsApiUpdateCommissionAgreementProductRequest} requestParameters Request parameters.
|
|
699
699
|
* @param {*} [options] Override http request option.
|
|
@@ -37,7 +37,7 @@ import { ListCommissionAgreementVersionsResponseClass } from '../models';
|
|
|
37
37
|
export const CommissionAgreementVersionsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
38
38
|
return {
|
|
39
39
|
/**
|
|
40
|
-
* This will create the commission agreement version.
|
|
40
|
+
* This will create the commission agreement version. **Required Permissions** \"commission-management.agreements.create\"
|
|
41
41
|
* @summary Create the Commission agreement version
|
|
42
42
|
* @param {string} code
|
|
43
43
|
* @param {CreateCommissionAgreementVersionRequestDto} createCommissionAgreementVersionRequestDto
|
|
@@ -88,7 +88,7 @@ export const CommissionAgreementVersionsApiAxiosParamCreator = function (configu
|
|
|
88
88
|
};
|
|
89
89
|
},
|
|
90
90
|
/**
|
|
91
|
-
* Permanently deletes the commission agreement version. Supply the unique code that was returned when you created the commission agreement version and this will delete it.
|
|
91
|
+
* Permanently deletes the commission agreement version. Supply the unique code that was returned when you created the commission agreement version and this will delete it. **Required Permissions** \"commission-management.agreements.delete\"
|
|
92
92
|
* @summary Delete the commission agreement version
|
|
93
93
|
* @param {string} code
|
|
94
94
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -133,7 +133,7 @@ export const CommissionAgreementVersionsApiAxiosParamCreator = function (configu
|
|
|
133
133
|
};
|
|
134
134
|
},
|
|
135
135
|
/**
|
|
136
|
-
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information.
|
|
136
|
+
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information. **Required Permissions** \"commission-management.agreements.view\"
|
|
137
137
|
* @summary Retrieve the commission agreement version
|
|
138
138
|
* @param {string} code
|
|
139
139
|
* @param {string} expand
|
|
@@ -185,7 +185,7 @@ export const CommissionAgreementVersionsApiAxiosParamCreator = function (configu
|
|
|
185
185
|
};
|
|
186
186
|
},
|
|
187
187
|
/**
|
|
188
|
-
* Returns a list of commission agreement versions you have previously created. The commission agreement versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
188
|
+
* Returns a list of commission agreement versions you have previously created. The commission agreement versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
|
|
189
189
|
* @summary List commission agreement versions
|
|
190
190
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
191
191
|
* @param {number} [pageSize] Page size.
|
|
@@ -271,7 +271,7 @@ export const CommissionAgreementVersionsApiFp = function(configuration?: Configu
|
|
|
271
271
|
const localVarAxiosParamCreator = CommissionAgreementVersionsApiAxiosParamCreator(configuration)
|
|
272
272
|
return {
|
|
273
273
|
/**
|
|
274
|
-
* This will create the commission agreement version.
|
|
274
|
+
* This will create the commission agreement version. **Required Permissions** \"commission-management.agreements.create\"
|
|
275
275
|
* @summary Create the Commission agreement version
|
|
276
276
|
* @param {string} code
|
|
277
277
|
* @param {CreateCommissionAgreementVersionRequestDto} createCommissionAgreementVersionRequestDto
|
|
@@ -284,7 +284,7 @@ export const CommissionAgreementVersionsApiFp = function(configuration?: Configu
|
|
|
284
284
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
285
285
|
},
|
|
286
286
|
/**
|
|
287
|
-
* Permanently deletes the commission agreement version. Supply the unique code that was returned when you created the commission agreement version and this will delete it.
|
|
287
|
+
* Permanently deletes the commission agreement version. Supply the unique code that was returned when you created the commission agreement version and this will delete it. **Required Permissions** \"commission-management.agreements.delete\"
|
|
288
288
|
* @summary Delete the commission agreement version
|
|
289
289
|
* @param {string} code
|
|
290
290
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -296,7 +296,7 @@ export const CommissionAgreementVersionsApiFp = function(configuration?: Configu
|
|
|
296
296
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
297
297
|
},
|
|
298
298
|
/**
|
|
299
|
-
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information.
|
|
299
|
+
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information. **Required Permissions** \"commission-management.agreements.view\"
|
|
300
300
|
* @summary Retrieve the commission agreement version
|
|
301
301
|
* @param {string} code
|
|
302
302
|
* @param {string} expand
|
|
@@ -309,7 +309,7 @@ export const CommissionAgreementVersionsApiFp = function(configuration?: Configu
|
|
|
309
309
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
310
310
|
},
|
|
311
311
|
/**
|
|
312
|
-
* Returns a list of commission agreement versions you have previously created. The commission agreement versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
312
|
+
* Returns a list of commission agreement versions you have previously created. The commission agreement versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
|
|
313
313
|
* @summary List commission agreement versions
|
|
314
314
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
315
315
|
* @param {number} [pageSize] Page size.
|
|
@@ -337,7 +337,7 @@ export const CommissionAgreementVersionsApiFactory = function (configuration?: C
|
|
|
337
337
|
const localVarFp = CommissionAgreementVersionsApiFp(configuration)
|
|
338
338
|
return {
|
|
339
339
|
/**
|
|
340
|
-
* This will create the commission agreement version.
|
|
340
|
+
* This will create the commission agreement version. **Required Permissions** \"commission-management.agreements.create\"
|
|
341
341
|
* @summary Create the Commission agreement version
|
|
342
342
|
* @param {string} code
|
|
343
343
|
* @param {CreateCommissionAgreementVersionRequestDto} createCommissionAgreementVersionRequestDto
|
|
@@ -349,7 +349,7 @@ export const CommissionAgreementVersionsApiFactory = function (configuration?: C
|
|
|
349
349
|
return localVarFp.createCommissionAgreementVersion(code, createCommissionAgreementVersionRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
350
350
|
},
|
|
351
351
|
/**
|
|
352
|
-
* Permanently deletes the commission agreement version. Supply the unique code that was returned when you created the commission agreement version and this will delete it.
|
|
352
|
+
* Permanently deletes the commission agreement version. Supply the unique code that was returned when you created the commission agreement version and this will delete it. **Required Permissions** \"commission-management.agreements.delete\"
|
|
353
353
|
* @summary Delete the commission agreement version
|
|
354
354
|
* @param {string} code
|
|
355
355
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -360,7 +360,7 @@ export const CommissionAgreementVersionsApiFactory = function (configuration?: C
|
|
|
360
360
|
return localVarFp.deleteCommissionAgreementVersion(code, authorization, options).then((request) => request(axios, basePath));
|
|
361
361
|
},
|
|
362
362
|
/**
|
|
363
|
-
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information.
|
|
363
|
+
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information. **Required Permissions** \"commission-management.agreements.view\"
|
|
364
364
|
* @summary Retrieve the commission agreement version
|
|
365
365
|
* @param {string} code
|
|
366
366
|
* @param {string} expand
|
|
@@ -372,7 +372,7 @@ export const CommissionAgreementVersionsApiFactory = function (configuration?: C
|
|
|
372
372
|
return localVarFp.getCommissionAgreementVersion(code, expand, authorization, options).then((request) => request(axios, basePath));
|
|
373
373
|
},
|
|
374
374
|
/**
|
|
375
|
-
* Returns a list of commission agreement versions you have previously created. The commission agreement versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
375
|
+
* Returns a list of commission agreement versions you have previously created. The commission agreement versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
|
|
376
376
|
* @summary List commission agreement versions
|
|
377
377
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
378
378
|
* @param {number} [pageSize] Page size.
|
|
@@ -539,7 +539,7 @@ export interface CommissionAgreementVersionsApiListCommissionAgreementVersionsRe
|
|
|
539
539
|
*/
|
|
540
540
|
export class CommissionAgreementVersionsApi extends BaseAPI {
|
|
541
541
|
/**
|
|
542
|
-
* This will create the commission agreement version.
|
|
542
|
+
* This will create the commission agreement version. **Required Permissions** \"commission-management.agreements.create\"
|
|
543
543
|
* @summary Create the Commission agreement version
|
|
544
544
|
* @param {CommissionAgreementVersionsApiCreateCommissionAgreementVersionRequest} requestParameters Request parameters.
|
|
545
545
|
* @param {*} [options] Override http request option.
|
|
@@ -551,7 +551,7 @@ export class CommissionAgreementVersionsApi extends BaseAPI {
|
|
|
551
551
|
}
|
|
552
552
|
|
|
553
553
|
/**
|
|
554
|
-
* Permanently deletes the commission agreement version. Supply the unique code that was returned when you created the commission agreement version and this will delete it.
|
|
554
|
+
* Permanently deletes the commission agreement version. Supply the unique code that was returned when you created the commission agreement version and this will delete it. **Required Permissions** \"commission-management.agreements.delete\"
|
|
555
555
|
* @summary Delete the commission agreement version
|
|
556
556
|
* @param {CommissionAgreementVersionsApiDeleteCommissionAgreementVersionRequest} requestParameters Request parameters.
|
|
557
557
|
* @param {*} [options] Override http request option.
|
|
@@ -563,7 +563,7 @@ export class CommissionAgreementVersionsApi extends BaseAPI {
|
|
|
563
563
|
}
|
|
564
564
|
|
|
565
565
|
/**
|
|
566
|
-
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information.
|
|
566
|
+
* Retrieves the details of the commission agreement version that was previously created. Supply the unique commission agreement version code that was returned when you created it and Emil Api will return the corresponding commission agreement version information. **Required Permissions** \"commission-management.agreements.view\"
|
|
567
567
|
* @summary Retrieve the commission agreement version
|
|
568
568
|
* @param {CommissionAgreementVersionsApiGetCommissionAgreementVersionRequest} requestParameters Request parameters.
|
|
569
569
|
* @param {*} [options] Override http request option.
|
|
@@ -575,7 +575,7 @@ export class CommissionAgreementVersionsApi extends BaseAPI {
|
|
|
575
575
|
}
|
|
576
576
|
|
|
577
577
|
/**
|
|
578
|
-
* Returns a list of commission agreement versions you have previously created. The commission agreement versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
578
|
+
* Returns a list of commission agreement versions you have previously created. The commission agreement versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
|
|
579
579
|
* @summary List commission agreement versions
|
|
580
580
|
* @param {CommissionAgreementVersionsApiListCommissionAgreementVersionsRequest} requestParameters Request parameters.
|
|
581
581
|
* @param {*} [options] Override http request option.
|
|
@@ -41,7 +41,7 @@ import { UpdateCommissionAgreementResponseClass } from '../models';
|
|
|
41
41
|
export const CommissionAgreementsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
42
42
|
return {
|
|
43
43
|
/**
|
|
44
|
-
* This will create the commission agreement.
|
|
44
|
+
* This will create the commission agreement. **Required Permissions** \"commission-management.agreements.create\"
|
|
45
45
|
* @summary Create the Commission agreement
|
|
46
46
|
* @param {CreateCommissionAgreementRequestDto} createCommissionAgreementRequestDto
|
|
47
47
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -88,7 +88,7 @@ export const CommissionAgreementsApiAxiosParamCreator = function (configuration?
|
|
|
88
88
|
};
|
|
89
89
|
},
|
|
90
90
|
/**
|
|
91
|
-
* Permanently deletes the commission agreement. Supply the unique code that was returned when you created the commission agreement and this will delete it.
|
|
91
|
+
* Permanently deletes the commission agreement. Supply the unique code that was returned when you created the commission agreement and this will delete it. **Required Permissions** \"commission-management.agreements.delete\"
|
|
92
92
|
* @summary Delete the commission agreement
|
|
93
93
|
* @param {string} code Unique identifier for the object.
|
|
94
94
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -133,7 +133,7 @@ export const CommissionAgreementsApiAxiosParamCreator = function (configuration?
|
|
|
133
133
|
};
|
|
134
134
|
},
|
|
135
135
|
/**
|
|
136
|
-
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
|
|
136
|
+
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information. **Required Permissions** \"commission-management.agreements.view\"
|
|
137
137
|
* @summary Retrieve the commission agreement
|
|
138
138
|
* @param {string} code
|
|
139
139
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -183,7 +183,7 @@ export const CommissionAgreementsApiAxiosParamCreator = function (configuration?
|
|
|
183
183
|
};
|
|
184
184
|
},
|
|
185
185
|
/**
|
|
186
|
-
* Returns a list of commission agreements you have previously created. The commission agreements are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
186
|
+
* Returns a list of commission agreements you have previously created. The commission agreements are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
|
|
187
187
|
* @summary List commission agreements
|
|
188
188
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
189
189
|
* @param {number} [pageSize] Page size.
|
|
@@ -259,7 +259,7 @@ export const CommissionAgreementsApiAxiosParamCreator = function (configuration?
|
|
|
259
259
|
};
|
|
260
260
|
},
|
|
261
261
|
/**
|
|
262
|
-
* Updates the specified commission agreement by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
262
|
+
* Updates the specified commission agreement by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"commission-management.agreements.update\"
|
|
263
263
|
* @summary Update the commission agreement
|
|
264
264
|
* @param {string} code
|
|
265
265
|
* @param {UpdateCommissionAgreementRequestDto} updateCommissionAgreementRequestDto
|
|
@@ -320,7 +320,7 @@ export const CommissionAgreementsApiFp = function(configuration?: Configuration)
|
|
|
320
320
|
const localVarAxiosParamCreator = CommissionAgreementsApiAxiosParamCreator(configuration)
|
|
321
321
|
return {
|
|
322
322
|
/**
|
|
323
|
-
* This will create the commission agreement.
|
|
323
|
+
* This will create the commission agreement. **Required Permissions** \"commission-management.agreements.create\"
|
|
324
324
|
* @summary Create the Commission agreement
|
|
325
325
|
* @param {CreateCommissionAgreementRequestDto} createCommissionAgreementRequestDto
|
|
326
326
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -332,7 +332,7 @@ export const CommissionAgreementsApiFp = function(configuration?: Configuration)
|
|
|
332
332
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
333
333
|
},
|
|
334
334
|
/**
|
|
335
|
-
* Permanently deletes the commission agreement. Supply the unique code that was returned when you created the commission agreement and this will delete it.
|
|
335
|
+
* Permanently deletes the commission agreement. Supply the unique code that was returned when you created the commission agreement and this will delete it. **Required Permissions** \"commission-management.agreements.delete\"
|
|
336
336
|
* @summary Delete the commission agreement
|
|
337
337
|
* @param {string} code Unique identifier for the object.
|
|
338
338
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -344,7 +344,7 @@ export const CommissionAgreementsApiFp = function(configuration?: Configuration)
|
|
|
344
344
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
345
345
|
},
|
|
346
346
|
/**
|
|
347
|
-
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
|
|
347
|
+
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information. **Required Permissions** \"commission-management.agreements.view\"
|
|
348
348
|
* @summary Retrieve the commission agreement
|
|
349
349
|
* @param {string} code
|
|
350
350
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -357,7 +357,7 @@ export const CommissionAgreementsApiFp = function(configuration?: Configuration)
|
|
|
357
357
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
358
358
|
},
|
|
359
359
|
/**
|
|
360
|
-
* Returns a list of commission agreements you have previously created. The commission agreements are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
360
|
+
* Returns a list of commission agreements you have previously created. The commission agreements are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
|
|
361
361
|
* @summary List commission agreements
|
|
362
362
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
363
363
|
* @param {number} [pageSize] Page size.
|
|
@@ -375,7 +375,7 @@ export const CommissionAgreementsApiFp = function(configuration?: Configuration)
|
|
|
375
375
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
376
376
|
},
|
|
377
377
|
/**
|
|
378
|
-
* Updates the specified commission agreement by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
378
|
+
* Updates the specified commission agreement by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"commission-management.agreements.update\"
|
|
379
379
|
* @summary Update the commission agreement
|
|
380
380
|
* @param {string} code
|
|
381
381
|
* @param {UpdateCommissionAgreementRequestDto} updateCommissionAgreementRequestDto
|
|
@@ -398,7 +398,7 @@ export const CommissionAgreementsApiFactory = function (configuration?: Configur
|
|
|
398
398
|
const localVarFp = CommissionAgreementsApiFp(configuration)
|
|
399
399
|
return {
|
|
400
400
|
/**
|
|
401
|
-
* This will create the commission agreement.
|
|
401
|
+
* This will create the commission agreement. **Required Permissions** \"commission-management.agreements.create\"
|
|
402
402
|
* @summary Create the Commission agreement
|
|
403
403
|
* @param {CreateCommissionAgreementRequestDto} createCommissionAgreementRequestDto
|
|
404
404
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -409,7 +409,7 @@ export const CommissionAgreementsApiFactory = function (configuration?: Configur
|
|
|
409
409
|
return localVarFp.createCommissionAgreement(createCommissionAgreementRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
410
410
|
},
|
|
411
411
|
/**
|
|
412
|
-
* Permanently deletes the commission agreement. Supply the unique code that was returned when you created the commission agreement and this will delete it.
|
|
412
|
+
* Permanently deletes the commission agreement. Supply the unique code that was returned when you created the commission agreement and this will delete it. **Required Permissions** \"commission-management.agreements.delete\"
|
|
413
413
|
* @summary Delete the commission agreement
|
|
414
414
|
* @param {string} code Unique identifier for the object.
|
|
415
415
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -420,7 +420,7 @@ export const CommissionAgreementsApiFactory = function (configuration?: Configur
|
|
|
420
420
|
return localVarFp.deleteCommissionAgreement(code, authorization, options).then((request) => request(axios, basePath));
|
|
421
421
|
},
|
|
422
422
|
/**
|
|
423
|
-
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
|
|
423
|
+
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information. **Required Permissions** \"commission-management.agreements.view\"
|
|
424
424
|
* @summary Retrieve the commission agreement
|
|
425
425
|
* @param {string} code
|
|
426
426
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -432,7 +432,7 @@ export const CommissionAgreementsApiFactory = function (configuration?: Configur
|
|
|
432
432
|
return localVarFp.getCommissionAgreement(code, authorization, expand, options).then((request) => request(axios, basePath));
|
|
433
433
|
},
|
|
434
434
|
/**
|
|
435
|
-
* Returns a list of commission agreements you have previously created. The commission agreements are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
435
|
+
* Returns a list of commission agreements you have previously created. The commission agreements are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
|
|
436
436
|
* @summary List commission agreements
|
|
437
437
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
438
438
|
* @param {number} [pageSize] Page size.
|
|
@@ -449,7 +449,7 @@ export const CommissionAgreementsApiFactory = function (configuration?: Configur
|
|
|
449
449
|
return localVarFp.listCommissionAgreements(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
|
|
450
450
|
},
|
|
451
451
|
/**
|
|
452
|
-
* Updates the specified commission agreement by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
452
|
+
* Updates the specified commission agreement by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"commission-management.agreements.update\"
|
|
453
453
|
* @summary Update the commission agreement
|
|
454
454
|
* @param {string} code
|
|
455
455
|
* @param {UpdateCommissionAgreementRequestDto} updateCommissionAgreementRequestDto
|
|
@@ -632,7 +632,7 @@ export interface CommissionAgreementsApiUpdateCommissionAgreementRequest {
|
|
|
632
632
|
*/
|
|
633
633
|
export class CommissionAgreementsApi extends BaseAPI {
|
|
634
634
|
/**
|
|
635
|
-
* This will create the commission agreement.
|
|
635
|
+
* This will create the commission agreement. **Required Permissions** \"commission-management.agreements.create\"
|
|
636
636
|
* @summary Create the Commission agreement
|
|
637
637
|
* @param {CommissionAgreementsApiCreateCommissionAgreementRequest} requestParameters Request parameters.
|
|
638
638
|
* @param {*} [options] Override http request option.
|
|
@@ -644,7 +644,7 @@ export class CommissionAgreementsApi extends BaseAPI {
|
|
|
644
644
|
}
|
|
645
645
|
|
|
646
646
|
/**
|
|
647
|
-
* Permanently deletes the commission agreement. Supply the unique code that was returned when you created the commission agreement and this will delete it.
|
|
647
|
+
* Permanently deletes the commission agreement. Supply the unique code that was returned when you created the commission agreement and this will delete it. **Required Permissions** \"commission-management.agreements.delete\"
|
|
648
648
|
* @summary Delete the commission agreement
|
|
649
649
|
* @param {CommissionAgreementsApiDeleteCommissionAgreementRequest} requestParameters Request parameters.
|
|
650
650
|
* @param {*} [options] Override http request option.
|
|
@@ -656,7 +656,7 @@ export class CommissionAgreementsApi extends BaseAPI {
|
|
|
656
656
|
}
|
|
657
657
|
|
|
658
658
|
/**
|
|
659
|
-
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information.
|
|
659
|
+
* Retrieves the details of the commission agreement that was previously created. Supply the unique commission agreement code that was returned when you created it and Emil Api will return the corresponding commission agreement information. **Required Permissions** \"commission-management.agreements.view\"
|
|
660
660
|
* @summary Retrieve the commission agreement
|
|
661
661
|
* @param {CommissionAgreementsApiGetCommissionAgreementRequest} requestParameters Request parameters.
|
|
662
662
|
* @param {*} [options] Override http request option.
|
|
@@ -668,7 +668,7 @@ export class CommissionAgreementsApi extends BaseAPI {
|
|
|
668
668
|
}
|
|
669
669
|
|
|
670
670
|
/**
|
|
671
|
-
* Returns a list of commission agreements you have previously created. The commission agreements are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
671
|
+
* Returns a list of commission agreements you have previously created. The commission agreements are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"commission-management.agreements.view\"
|
|
672
672
|
* @summary List commission agreements
|
|
673
673
|
* @param {CommissionAgreementsApiListCommissionAgreementsRequest} requestParameters Request parameters.
|
|
674
674
|
* @param {*} [options] Override http request option.
|
|
@@ -680,7 +680,7 @@ export class CommissionAgreementsApi extends BaseAPI {
|
|
|
680
680
|
}
|
|
681
681
|
|
|
682
682
|
/**
|
|
683
|
-
* Updates the specified commission agreement by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
683
|
+
* Updates the specified commission agreement by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"commission-management.agreements.update\"
|
|
684
684
|
* @summary Update the commission agreement
|
|
685
685
|
* @param {CommissionAgreementsApiUpdateCommissionAgreementRequest} requestParameters Request parameters.
|
|
686
686
|
* @param {*} [options] Override http request option.
|