@emilgroup/insurance-sdk-node 1.93.1-beta.8 → 1.94.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +0 -20
- package/README.md +2 -2
- package/api/booking-funnels-api.ts +12 -12
- package/api/commission-agreement-items-api.ts +12 -12
- package/api/commission-agreement-products-api.ts +12 -12
- package/api/commission-agreement-versions-api.ts +12 -12
- package/api/commission-agreements-api.ts +12 -12
- package/api/commission-recipients-api.ts +12 -12
- package/api/partner-links-api.ts +12 -12
- package/api/policies-api.ts +36 -36
- package/api.ts +0 -2
- package/dist/api/booking-funnels-api.d.ts +12 -12
- package/dist/api/booking-funnels-api.js +10 -10
- package/dist/api/commission-agreement-items-api.d.ts +12 -12
- package/dist/api/commission-agreement-items-api.js +10 -10
- package/dist/api/commission-agreement-products-api.d.ts +12 -12
- package/dist/api/commission-agreement-products-api.js +10 -10
- package/dist/api/commission-agreement-versions-api.d.ts +12 -12
- package/dist/api/commission-agreement-versions-api.js +10 -10
- package/dist/api/commission-agreements-api.d.ts +12 -12
- package/dist/api/commission-agreements-api.js +10 -10
- package/dist/api/commission-recipients-api.d.ts +12 -12
- package/dist/api/commission-recipients-api.js +10 -10
- package/dist/api/partner-links-api.d.ts +12 -12
- package/dist/api/partner-links-api.js +10 -10
- package/dist/api/policies-api.d.ts +36 -36
- package/dist/api/policies-api.js +30 -30
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/models/index.d.ts +0 -19
- package/dist/models/index.js +0 -19
- package/models/index.ts +0 -19
- package/package.json +1 -1
- package/api/product-configs-api.ts +0 -242
- package/dist/api/product-configs-api.d.ts +0 -134
- package/dist/api/product-configs-api.js +0 -309
- package/dist/models/amount-with-limit-class.d.ts +0 -30
- package/dist/models/amount-with-limit-class.js +0 -15
- package/dist/models/category-class.d.ts +0 -57
- package/dist/models/category-class.js +0 -15
- package/dist/models/claim-config-class.d.ts +0 -39
- package/dist/models/claim-config-class.js +0 -15
- package/dist/models/claim-position-fields-class.d.ts +0 -31
- package/dist/models/claim-position-fields-class.js +0 -15
- package/dist/models/coverage-class.d.ts +0 -43
- package/dist/models/coverage-class.js +0 -15
- package/dist/models/coverage-term-class.d.ts +0 -54
- package/dist/models/coverage-term-class.js +0 -25
- package/dist/models/custom-field-class.d.ts +0 -50
- package/dist/models/custom-field-class.js +0 -23
- package/dist/models/deductible-class.d.ts +0 -60
- package/dist/models/deductible-class.js +0 -25
- package/dist/models/general-setting-class.d.ts +0 -56
- package/dist/models/general-setting-class.js +0 -33
- package/dist/models/product-field-override-class.d.ts +0 -48
- package/dist/models/product-field-override-class.js +0 -15
- package/dist/models/product-version-config-class.d.ts +0 -32
- package/dist/models/product-version-config-class.js +0 -15
- package/dist/models/rest-create-product-config-response-class.d.ts +0 -25
- package/dist/models/rest-create-product-config-response-class.js +0 -15
- package/dist/models/rest-create-product-config-version-response-class.d.ts +0 -25
- package/dist/models/rest-create-product-config-version-response-class.js +0 -15
- package/dist/models/shared-product-config-class.d.ts +0 -79
- package/dist/models/shared-product-config-class.js +0 -15
- package/dist/models/shared-product-config-version-class.d.ts +0 -85
- package/dist/models/shared-product-config-version-class.js +0 -21
- package/dist/models/tariff-coverage-term-class.d.ts +0 -72
- package/dist/models/tariff-coverage-term-class.js +0 -30
- package/dist/models/tariff-variation-class.d.ts +0 -64
- package/dist/models/tariff-variation-class.js +0 -15
- package/dist/models/waiting-period-class.d.ts +0 -41
- package/dist/models/waiting-period-class.js +0 -20
- package/dist/models/warning-class.d.ts +0 -47
- package/dist/models/warning-class.js +0 -20
- package/models/amount-with-limit-class.ts +0 -36
- package/models/category-class.ts +0 -63
- package/models/claim-config-class.ts +0 -45
- package/models/claim-position-fields-class.ts +0 -37
- package/models/coverage-class.ts +0 -49
- package/models/coverage-term-class.ts +0 -64
- package/models/custom-field-class.ts +0 -59
- package/models/deductible-class.ts +0 -70
- package/models/general-setting-class.ts +0 -66
- package/models/product-field-override-class.ts +0 -54
- package/models/product-version-config-class.ts +0 -38
- package/models/rest-create-product-config-response-class.ts +0 -31
- package/models/rest-create-product-config-version-response-class.ts +0 -31
- package/models/shared-product-config-class.ts +0 -85
- package/models/shared-product-config-version-class.ts +0 -94
- package/models/tariff-coverage-term-class.ts +0 -83
- package/models/tariff-variation-class.ts +0 -70
- package/models/waiting-period-class.ts +0 -50
- package/models/warning-class.ts +0 -56
|
@@ -54,16 +54,16 @@ export declare const BookingFunnelsApiAxiosParamCreator: (configuration?: Config
|
|
|
54
54
|
*/
|
|
55
55
|
getBookingFunnel: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
56
|
/**
|
|
57
|
-
* Returns a list of booking funnels you have previously created.
|
|
57
|
+
* Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
|
|
58
58
|
* @summary List booking funnels
|
|
59
59
|
* @param {string} [authorization] Bearer Token
|
|
60
60
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
61
61
|
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
62
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
62
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
|
|
63
63
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
64
64
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, code, name, createdAt, updatedAt</i>
|
|
65
65
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: stepsConfig<i>
|
|
66
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
66
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
|
|
67
67
|
* @param {*} [options] Override http request option.
|
|
68
68
|
* @throws {RequiredError}
|
|
69
69
|
*/
|
|
@@ -121,16 +121,16 @@ export declare const BookingFunnelsApiFp: (configuration?: Configuration) => {
|
|
|
121
121
|
*/
|
|
122
122
|
getBookingFunnel(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetBookingFunnelResponseClass>>;
|
|
123
123
|
/**
|
|
124
|
-
* Returns a list of booking funnels you have previously created.
|
|
124
|
+
* Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
|
|
125
125
|
* @summary List booking funnels
|
|
126
126
|
* @param {string} [authorization] Bearer Token
|
|
127
127
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
128
128
|
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
129
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
129
|
+
* @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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
|
|
130
130
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
131
131
|
* @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, code, name, createdAt, updatedAt</i>
|
|
132
132
|
* @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: stepsConfig<i>
|
|
133
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
133
|
+
* @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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
|
|
134
134
|
* @param {*} [options] Override http request option.
|
|
135
135
|
* @throws {RequiredError}
|
|
136
136
|
*/
|
|
@@ -188,16 +188,16 @@ export declare const BookingFunnelsApiFactory: (configuration?: Configuration, b
|
|
|
188
188
|
*/
|
|
189
189
|
getBookingFunnel(code: string, authorization?: string, options?: any): AxiosPromise<GetBookingFunnelResponseClass>;
|
|
190
190
|
/**
|
|
191
|
-
* Returns a list of booking funnels you have previously created.
|
|
191
|
+
* Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
|
|
192
192
|
* @summary List booking funnels
|
|
193
193
|
* @param {string} [authorization] Bearer Token
|
|
194
194
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
195
195
|
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
196
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
196
|
+
* @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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
|
|
197
197
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
198
198
|
* @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, code, name, createdAt, updatedAt</i>
|
|
199
199
|
* @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: stepsConfig<i>
|
|
200
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
200
|
+
* @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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
|
|
201
201
|
* @param {*} [options] Override http request option.
|
|
202
202
|
* @throws {RequiredError}
|
|
203
203
|
*/
|
|
@@ -304,7 +304,7 @@ export interface BookingFunnelsApiListBookingFunnelsRequest {
|
|
|
304
304
|
*/
|
|
305
305
|
readonly pageToken?: string;
|
|
306
306
|
/**
|
|
307
|
-
* Filter the response by one or multiple fields.
|
|
307
|
+
* 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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
|
|
308
308
|
* @type {string}
|
|
309
309
|
* @memberof BookingFunnelsApiListBookingFunnels
|
|
310
310
|
*/
|
|
@@ -328,7 +328,7 @@ export interface BookingFunnelsApiListBookingFunnelsRequest {
|
|
|
328
328
|
*/
|
|
329
329
|
readonly expand?: string;
|
|
330
330
|
/**
|
|
331
|
-
* Filters the response by one or multiple fields.
|
|
331
|
+
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
|
|
332
332
|
* @type {string}
|
|
333
333
|
* @memberof BookingFunnelsApiListBookingFunnels
|
|
334
334
|
*/
|
|
@@ -419,7 +419,7 @@ export declare class BookingFunnelsApi extends BaseAPI {
|
|
|
419
419
|
*/
|
|
420
420
|
getBookingFunnel(requestParameters: BookingFunnelsApiGetBookingFunnelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetBookingFunnelResponseClass, any, {}>>;
|
|
421
421
|
/**
|
|
422
|
-
* Returns a list of booking funnels you have previously created.
|
|
422
|
+
* Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
|
|
423
423
|
* @summary List booking funnels
|
|
424
424
|
* @param {BookingFunnelsApiListBookingFunnelsRequest} requestParameters Request parameters.
|
|
425
425
|
* @param {*} [options] Override http request option.
|
|
@@ -242,16 +242,16 @@ var BookingFunnelsApiAxiosParamCreator = function (configuration) {
|
|
|
242
242
|
});
|
|
243
243
|
},
|
|
244
244
|
/**
|
|
245
|
-
* Returns a list of booking funnels you have previously created.
|
|
245
|
+
* Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
|
|
246
246
|
* @summary List booking funnels
|
|
247
247
|
* @param {string} [authorization] Bearer Token
|
|
248
248
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
249
249
|
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
250
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
250
|
+
* @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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
|
|
251
251
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
252
252
|
* @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, code, name, createdAt, updatedAt</i>
|
|
253
253
|
* @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: stepsConfig<i>
|
|
254
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
254
|
+
* @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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
|
|
255
255
|
* @param {*} [options] Override http request option.
|
|
256
256
|
* @throws {RequiredError}
|
|
257
257
|
*/
|
|
@@ -492,16 +492,16 @@ var BookingFunnelsApiFp = function (configuration) {
|
|
|
492
492
|
});
|
|
493
493
|
},
|
|
494
494
|
/**
|
|
495
|
-
* Returns a list of booking funnels you have previously created.
|
|
495
|
+
* Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
|
|
496
496
|
* @summary List booking funnels
|
|
497
497
|
* @param {string} [authorization] Bearer Token
|
|
498
498
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
499
499
|
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
500
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
500
|
+
* @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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
|
|
501
501
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
502
502
|
* @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, code, name, createdAt, updatedAt</i>
|
|
503
503
|
* @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: stepsConfig<i>
|
|
504
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
504
|
+
* @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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
|
|
505
505
|
* @param {*} [options] Override http request option.
|
|
506
506
|
* @throws {RequiredError}
|
|
507
507
|
*/
|
|
@@ -605,16 +605,16 @@ var BookingFunnelsApiFactory = function (configuration, basePath, axios) {
|
|
|
605
605
|
return localVarFp.getBookingFunnel(code, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
606
606
|
},
|
|
607
607
|
/**
|
|
608
|
-
* Returns a list of booking funnels you have previously created.
|
|
608
|
+
* Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
|
|
609
609
|
* @summary List booking funnels
|
|
610
610
|
* @param {string} [authorization] Bearer Token
|
|
611
611
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
612
612
|
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
613
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
613
|
+
* @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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
|
|
614
614
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
615
615
|
* @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, code, name, createdAt, updatedAt</i>
|
|
616
616
|
* @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: stepsConfig<i>
|
|
617
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
617
|
+
* @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: id, code, productSlug, productVersionId, tenantHierarchy, createdAt, updatedAt, version, shouldShowOnApplicationsPage</i>
|
|
618
618
|
* @param {*} [options] Override http request option.
|
|
619
619
|
* @throws {RequiredError}
|
|
620
620
|
*/
|
|
@@ -695,7 +695,7 @@ var BookingFunnelsApi = /** @class */ (function (_super) {
|
|
|
695
695
|
return (0, exports.BookingFunnelsApiFp)(this.configuration).getBookingFunnel(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
696
696
|
};
|
|
697
697
|
/**
|
|
698
|
-
* Returns a list of booking funnels you have previously created.
|
|
698
|
+
* Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"policy-management.products.view\"
|
|
699
699
|
* @summary List booking funnels
|
|
700
700
|
* @param {BookingFunnelsApiListBookingFunnelsRequest} requestParameters Request parameters.
|
|
701
701
|
* @param {*} [options] Override http request option.
|
|
@@ -54,16 +54,16 @@ export declare const CommissionAgreementItemsApiAxiosParamCreator: (configuratio
|
|
|
54
54
|
*/
|
|
55
55
|
getCommissionAgreementItem: (code: string, expand: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
56
|
/**
|
|
57
|
-
* Returns a list of commission agreement items you have previously created.
|
|
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. **Required Permissions** \"commission-management.agreements.view\"
|
|
58
58
|
* @summary List commission agreement items
|
|
59
59
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
60
60
|
* @param {number} [pageSize] Page size.
|
|
61
61
|
* @param {string} [pageToken] Page token.
|
|
62
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
62
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
63
63
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: itemName, itemDescription, commissionFormula, code</i>
|
|
64
64
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code, , createdAt, updatedAt</i>
|
|
65
65
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
66
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
66
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
67
67
|
* @param {*} [options] Override http request option.
|
|
68
68
|
* @throws {RequiredError}
|
|
69
69
|
*/
|
|
@@ -114,16 +114,16 @@ export declare const CommissionAgreementItemsApiFp: (configuration?: Configurati
|
|
|
114
114
|
*/
|
|
115
115
|
getCommissionAgreementItem(code: string, expand: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetCommissionAgreementItemResponseClass>>;
|
|
116
116
|
/**
|
|
117
|
-
* Returns a list of commission agreement items you have previously created.
|
|
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. **Required Permissions** \"commission-management.agreements.view\"
|
|
118
118
|
* @summary List commission agreement items
|
|
119
119
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
120
120
|
* @param {number} [pageSize] Page size.
|
|
121
121
|
* @param {string} [pageToken] Page token.
|
|
122
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
122
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
123
123
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: itemName, itemDescription, commissionFormula, code</i>
|
|
124
124
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code, , createdAt, updatedAt</i>
|
|
125
125
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
126
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
126
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
127
127
|
* @param {*} [options] Override http request option.
|
|
128
128
|
* @throws {RequiredError}
|
|
129
129
|
*/
|
|
@@ -174,16 +174,16 @@ export declare const CommissionAgreementItemsApiFactory: (configuration?: Config
|
|
|
174
174
|
*/
|
|
175
175
|
getCommissionAgreementItem(code: string, expand: string, authorization?: string, options?: any): AxiosPromise<GetCommissionAgreementItemResponseClass>;
|
|
176
176
|
/**
|
|
177
|
-
* Returns a list of commission agreement items you have previously created.
|
|
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. **Required Permissions** \"commission-management.agreements.view\"
|
|
178
178
|
* @summary List commission agreement items
|
|
179
179
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
180
180
|
* @param {number} [pageSize] Page size.
|
|
181
181
|
* @param {string} [pageToken] Page token.
|
|
182
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
182
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
183
183
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: itemName, itemDescription, commissionFormula, code</i>
|
|
184
184
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code, , createdAt, updatedAt</i>
|
|
185
185
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
186
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
186
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
187
187
|
* @param {*} [options] Override http request option.
|
|
188
188
|
* @throws {RequiredError}
|
|
189
189
|
*/
|
|
@@ -293,7 +293,7 @@ export interface CommissionAgreementItemsApiListCommissionAgreementItemsRequest
|
|
|
293
293
|
*/
|
|
294
294
|
readonly pageToken?: string;
|
|
295
295
|
/**
|
|
296
|
-
* Filter the response by one or multiple fields.
|
|
296
|
+
* 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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
297
297
|
* @type {string}
|
|
298
298
|
* @memberof CommissionAgreementItemsApiListCommissionAgreementItems
|
|
299
299
|
*/
|
|
@@ -317,7 +317,7 @@ export interface CommissionAgreementItemsApiListCommissionAgreementItemsRequest
|
|
|
317
317
|
*/
|
|
318
318
|
readonly expand?: string;
|
|
319
319
|
/**
|
|
320
|
-
* Filters the response by one or multiple fields.
|
|
320
|
+
* 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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
321
321
|
* @type {string}
|
|
322
322
|
* @memberof CommissionAgreementItemsApiListCommissionAgreementItems
|
|
323
323
|
*/
|
|
@@ -383,7 +383,7 @@ export declare class CommissionAgreementItemsApi extends BaseAPI {
|
|
|
383
383
|
*/
|
|
384
384
|
getCommissionAgreementItem(requestParameters: CommissionAgreementItemsApiGetCommissionAgreementItemRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetCommissionAgreementItemResponseClass, any, {}>>;
|
|
385
385
|
/**
|
|
386
|
-
* Returns a list of commission agreement items you have previously created.
|
|
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. **Required Permissions** \"commission-management.agreements.view\"
|
|
387
387
|
* @summary List commission agreement items
|
|
388
388
|
* @param {CommissionAgreementItemsApiListCommissionAgreementItemsRequest} requestParameters Request parameters.
|
|
389
389
|
* @param {*} [options] Override http request option.
|
|
@@ -252,16 +252,16 @@ var CommissionAgreementItemsApiAxiosParamCreator = function (configuration) {
|
|
|
252
252
|
});
|
|
253
253
|
},
|
|
254
254
|
/**
|
|
255
|
-
* Returns a list of commission agreement items you have previously created.
|
|
255
|
+
* 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. **Required Permissions** \"commission-management.agreements.view\"
|
|
256
256
|
* @summary List commission agreement items
|
|
257
257
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
258
258
|
* @param {number} [pageSize] Page size.
|
|
259
259
|
* @param {string} [pageToken] Page token.
|
|
260
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
260
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
261
261
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: itemName, itemDescription, commissionFormula, code</i>
|
|
262
262
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code, , createdAt, updatedAt</i>
|
|
263
263
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
264
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
264
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
265
265
|
* @param {*} [options] Override http request option.
|
|
266
266
|
* @throws {RequiredError}
|
|
267
267
|
*/
|
|
@@ -452,16 +452,16 @@ var CommissionAgreementItemsApiFp = function (configuration) {
|
|
|
452
452
|
});
|
|
453
453
|
},
|
|
454
454
|
/**
|
|
455
|
-
* Returns a list of commission agreement items you have previously created.
|
|
455
|
+
* 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. **Required Permissions** \"commission-management.agreements.view\"
|
|
456
456
|
* @summary List commission agreement items
|
|
457
457
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
458
458
|
* @param {number} [pageSize] Page size.
|
|
459
459
|
* @param {string} [pageToken] Page token.
|
|
460
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
460
|
+
* @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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
461
461
|
* @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: itemName, itemDescription, commissionFormula, code</i>
|
|
462
462
|
* @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, itemName, itemDescription, commissionFormula, code, , createdAt, updatedAt</i>
|
|
463
463
|
* @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/>
|
|
464
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
464
|
+
* @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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
465
465
|
* @param {*} [options] Override http request option.
|
|
466
466
|
* @throws {RequiredError}
|
|
467
467
|
*/
|
|
@@ -546,16 +546,16 @@ var CommissionAgreementItemsApiFactory = function (configuration, basePath, axio
|
|
|
546
546
|
return localVarFp.getCommissionAgreementItem(code, expand, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
547
547
|
},
|
|
548
548
|
/**
|
|
549
|
-
* Returns a list of commission agreement items you have previously created.
|
|
549
|
+
* 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. **Required Permissions** \"commission-management.agreements.view\"
|
|
550
550
|
* @summary List commission agreement items
|
|
551
551
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
552
552
|
* @param {number} [pageSize] Page size.
|
|
553
553
|
* @param {string} [pageToken] Page token.
|
|
554
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
554
|
+
* @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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
555
555
|
* @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: itemName, itemDescription, commissionFormula, code</i>
|
|
556
556
|
* @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, itemName, itemDescription, commissionFormula, code, , createdAt, updatedAt</i>
|
|
557
557
|
* @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/>
|
|
558
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
558
|
+
* @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, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
559
559
|
* @param {*} [options] Override http request option.
|
|
560
560
|
* @throws {RequiredError}
|
|
561
561
|
*/
|
|
@@ -625,7 +625,7 @@ var CommissionAgreementItemsApi = /** @class */ (function (_super) {
|
|
|
625
625
|
return (0, exports.CommissionAgreementItemsApiFp)(this.configuration).getCommissionAgreementItem(requestParameters.code, requestParameters.expand, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
626
626
|
};
|
|
627
627
|
/**
|
|
628
|
-
* Returns a list of commission agreement items you have previously created.
|
|
628
|
+
* 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. **Required Permissions** \"commission-management.agreements.view\"
|
|
629
629
|
* @summary List commission agreement items
|
|
630
630
|
* @param {CommissionAgreementItemsApiListCommissionAgreementItemsRequest} requestParameters Request parameters.
|
|
631
631
|
* @param {*} [options] Override http request option.
|
|
@@ -54,16 +54,16 @@ export declare const CommissionAgreementProductsApiAxiosParamCreator: (configura
|
|
|
54
54
|
*/
|
|
55
55
|
getCommissionAgreementProduct: (code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
56
|
/**
|
|
57
|
-
* Returns a list of commission agreement products you have previously created.
|
|
57
|
+
* 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\"
|
|
58
58
|
* @summary List commission agreement products
|
|
59
59
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
60
60
|
* @param {number} [pageSize] Page size.
|
|
61
61
|
* @param {string} [pageToken] Page token.
|
|
62
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
62
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
63
63
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: productId, code</i>
|
|
64
64
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, productId, code, createdAt, updatedAt</i>
|
|
65
65
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: product<i>
|
|
66
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
66
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
67
67
|
* @param {*} [options] Override http request option.
|
|
68
68
|
* @throws {RequiredError}
|
|
69
69
|
*/
|
|
@@ -114,16 +114,16 @@ export declare const CommissionAgreementProductsApiFp: (configuration?: Configur
|
|
|
114
114
|
*/
|
|
115
115
|
getCommissionAgreementProduct(code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetCommissionAgreementProductResponseClass>>;
|
|
116
116
|
/**
|
|
117
|
-
* Returns a list of commission agreement products you have previously created.
|
|
117
|
+
* 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\"
|
|
118
118
|
* @summary List commission agreement products
|
|
119
119
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
120
120
|
* @param {number} [pageSize] Page size.
|
|
121
121
|
* @param {string} [pageToken] Page token.
|
|
122
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
122
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
123
123
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: productId, code</i>
|
|
124
124
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, productId, code, createdAt, updatedAt</i>
|
|
125
125
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: product<i>
|
|
126
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
126
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
127
127
|
* @param {*} [options] Override http request option.
|
|
128
128
|
* @throws {RequiredError}
|
|
129
129
|
*/
|
|
@@ -174,16 +174,16 @@ export declare const CommissionAgreementProductsApiFactory: (configuration?: Con
|
|
|
174
174
|
*/
|
|
175
175
|
getCommissionAgreementProduct(code: string, authorization?: string, expand?: string, options?: any): AxiosPromise<GetCommissionAgreementProductResponseClass>;
|
|
176
176
|
/**
|
|
177
|
-
* Returns a list of commission agreement products you have previously created.
|
|
177
|
+
* 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\"
|
|
178
178
|
* @summary List commission agreement products
|
|
179
179
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
180
180
|
* @param {number} [pageSize] Page size.
|
|
181
181
|
* @param {string} [pageToken] Page token.
|
|
182
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
182
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
183
183
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: productId, code</i>
|
|
184
184
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, productId, code, createdAt, updatedAt</i>
|
|
185
185
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: product<i>
|
|
186
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
186
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
187
187
|
* @param {*} [options] Override http request option.
|
|
188
188
|
* @throws {RequiredError}
|
|
189
189
|
*/
|
|
@@ -293,7 +293,7 @@ export interface CommissionAgreementProductsApiListCommissionAgreementProductsRe
|
|
|
293
293
|
*/
|
|
294
294
|
readonly pageToken?: string;
|
|
295
295
|
/**
|
|
296
|
-
* Filter the response by one or multiple fields.
|
|
296
|
+
* 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>
|
|
297
297
|
* @type {string}
|
|
298
298
|
* @memberof CommissionAgreementProductsApiListCommissionAgreementProducts
|
|
299
299
|
*/
|
|
@@ -317,7 +317,7 @@ export interface CommissionAgreementProductsApiListCommissionAgreementProductsRe
|
|
|
317
317
|
*/
|
|
318
318
|
readonly expand?: string;
|
|
319
319
|
/**
|
|
320
|
-
* Filters the response by one or multiple fields.
|
|
320
|
+
* 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>
|
|
321
321
|
* @type {string}
|
|
322
322
|
* @memberof CommissionAgreementProductsApiListCommissionAgreementProducts
|
|
323
323
|
*/
|
|
@@ -383,7 +383,7 @@ export declare class CommissionAgreementProductsApi extends BaseAPI {
|
|
|
383
383
|
*/
|
|
384
384
|
getCommissionAgreementProduct(requestParameters: CommissionAgreementProductsApiGetCommissionAgreementProductRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetCommissionAgreementProductResponseClass, any, {}>>;
|
|
385
385
|
/**
|
|
386
|
-
* Returns a list of commission agreement products you have previously created.
|
|
386
|
+
* 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\"
|
|
387
387
|
* @summary List commission agreement products
|
|
388
388
|
* @param {CommissionAgreementProductsApiListCommissionAgreementProductsRequest} requestParameters Request parameters.
|
|
389
389
|
* @param {*} [options] Override http request option.
|
|
@@ -250,16 +250,16 @@ var CommissionAgreementProductsApiAxiosParamCreator = function (configuration) {
|
|
|
250
250
|
});
|
|
251
251
|
},
|
|
252
252
|
/**
|
|
253
|
-
* Returns a list of commission agreement products you have previously created.
|
|
253
|
+
* 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\"
|
|
254
254
|
* @summary List commission agreement products
|
|
255
255
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
256
256
|
* @param {number} [pageSize] Page size.
|
|
257
257
|
* @param {string} [pageToken] Page token.
|
|
258
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
258
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
259
259
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: productId, code</i>
|
|
260
260
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, productId, code, createdAt, updatedAt</i>
|
|
261
261
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: product<i>
|
|
262
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
262
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
263
263
|
* @param {*} [options] Override http request option.
|
|
264
264
|
* @throws {RequiredError}
|
|
265
265
|
*/
|
|
@@ -450,16 +450,16 @@ var CommissionAgreementProductsApiFp = function (configuration) {
|
|
|
450
450
|
});
|
|
451
451
|
},
|
|
452
452
|
/**
|
|
453
|
-
* Returns a list of commission agreement products you have previously created.
|
|
453
|
+
* 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\"
|
|
454
454
|
* @summary List commission agreement products
|
|
455
455
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
456
456
|
* @param {number} [pageSize] Page size.
|
|
457
457
|
* @param {string} [pageToken] Page token.
|
|
458
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
458
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
459
459
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: productId, code</i>
|
|
460
460
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, productId, code, createdAt, updatedAt</i>
|
|
461
461
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: product<i>
|
|
462
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
462
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
463
463
|
* @param {*} [options] Override http request option.
|
|
464
464
|
* @throws {RequiredError}
|
|
465
465
|
*/
|
|
@@ -544,16 +544,16 @@ var CommissionAgreementProductsApiFactory = function (configuration, basePath, a
|
|
|
544
544
|
return localVarFp.getCommissionAgreementProduct(code, authorization, expand, options).then(function (request) { return request(axios, basePath); });
|
|
545
545
|
},
|
|
546
546
|
/**
|
|
547
|
-
* Returns a list of commission agreement products you have previously created.
|
|
547
|
+
* 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\"
|
|
548
548
|
* @summary List commission agreement products
|
|
549
549
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
550
550
|
* @param {number} [pageSize] Page size.
|
|
551
551
|
* @param {string} [pageToken] Page token.
|
|
552
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
552
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
553
553
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: productId, code</i>
|
|
554
554
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, productId, code, createdAt, updatedAt</i>
|
|
555
555
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: product<i>
|
|
556
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
556
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productId, commissionAgreementId</i>
|
|
557
557
|
* @param {*} [options] Override http request option.
|
|
558
558
|
* @throws {RequiredError}
|
|
559
559
|
*/
|
|
@@ -623,7 +623,7 @@ var CommissionAgreementProductsApi = /** @class */ (function (_super) {
|
|
|
623
623
|
return (0, exports.CommissionAgreementProductsApiFp)(this.configuration).getCommissionAgreementProduct(requestParameters.code, requestParameters.authorization, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
624
624
|
};
|
|
625
625
|
/**
|
|
626
|
-
* Returns a list of commission agreement products you have previously created.
|
|
626
|
+
* 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\"
|
|
627
627
|
* @summary List commission agreement products
|
|
628
628
|
* @param {CommissionAgreementProductsApiListCommissionAgreementProductsRequest} requestParameters Request parameters.
|
|
629
629
|
* @param {*} [options] Override http request option.
|