@emilgroup/commission-sdk 1.0.0-beta.34 → 1.0.0-beta.35

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 CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/commission-sdk@1.0.0-beta.34 --save
20
+ npm install @emilgroup/commission-sdk@1.0.0-beta.35 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/commission-sdk@1.0.0-beta.34
24
+ yarn add @emilgroup/commission-sdk@1.0.0-beta.35
25
25
  ```
26
26
 
27
27
  And then you can import `CommissionApi`.
@@ -237,10 +237,10 @@ export const CommissionAgreementRulesApiAxiosParamCreator = function (configurat
237
237
  * Retrieves a list of commission agreement rules.
238
238
  * @summary List commission agreement rules
239
239
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
240
- * @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, commissionAgreementVersionId, status, createdAt</i>
241
- * @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, commissionAgreementVersionId, status, createdAt</i>
240
+ * @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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
241
+ * @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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
242
242
  * @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: createdAt, updatedAt, status</i>
243
- * @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: version<i>
243
+ * @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: version, commissionAgreementProduct<i>
244
244
  * @param {*} [options] Override http request option.
245
245
  * @throws {RequiredError}
246
246
  */
@@ -408,10 +408,10 @@ export const CommissionAgreementRulesApiFp = function(configuration?: Configurat
408
408
  * Retrieves a list of commission agreement rules.
409
409
  * @summary List commission agreement rules
410
410
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
411
- * @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, commissionAgreementVersionId, status, createdAt</i>
412
- * @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, commissionAgreementVersionId, status, createdAt</i>
411
+ * @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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
412
+ * @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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
413
413
  * @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: createdAt, updatedAt, status</i>
414
- * @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: version<i>
414
+ * @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: version, commissionAgreementProduct<i>
415
415
  * @param {*} [options] Override http request option.
416
416
  * @throws {RequiredError}
417
417
  */
@@ -491,10 +491,10 @@ export const CommissionAgreementRulesApiFactory = function (configuration?: Conf
491
491
  * Retrieves a list of commission agreement rules.
492
492
  * @summary List commission agreement rules
493
493
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
494
- * @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, commissionAgreementVersionId, status, createdAt</i>
495
- * @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, commissionAgreementVersionId, status, createdAt</i>
494
+ * @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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
495
+ * @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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
496
496
  * @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: createdAt, updatedAt, status</i>
497
- * @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: version<i>
497
+ * @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: version, commissionAgreementProduct<i>
498
498
  * @param {*} [options] Override http request option.
499
499
  * @throws {RequiredError}
500
500
  */
@@ -621,14 +621,14 @@ export interface CommissionAgreementRulesApiListCommissionAgreementRulesRequest
621
621
  readonly authorization?: string
622
622
 
623
623
  /**
624
- * 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, commissionAgreementVersionId, status, createdAt</i>
624
+ * 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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
625
625
  * @type {string}
626
626
  * @memberof CommissionAgreementRulesApiListCommissionAgreementRules
627
627
  */
628
628
  readonly filter?: string
629
629
 
630
630
  /**
631
- * 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, commissionAgreementVersionId, status, createdAt</i>
631
+ * 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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
632
632
  * @type {string}
633
633
  * @memberof CommissionAgreementRulesApiListCommissionAgreementRules
634
634
  */
@@ -642,7 +642,7 @@ export interface CommissionAgreementRulesApiListCommissionAgreementRulesRequest
642
642
  readonly order?: string
643
643
 
644
644
  /**
645
- * 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: version<i>
645
+ * 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: version, commissionAgreementProduct<i>
646
646
  * @type {string}
647
647
  * @memberof CommissionAgreementRulesApiListCommissionAgreementRules
648
648
  */
@@ -66,10 +66,10 @@ export declare const CommissionAgreementRulesApiAxiosParamCreator: (configuratio
66
66
  * Retrieves a list of commission agreement rules.
67
67
  * @summary List commission agreement rules
68
68
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
69
- * @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, commissionAgreementVersionId, status, createdAt</i>
70
- * @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, commissionAgreementVersionId, status, createdAt</i>
69
+ * @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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
70
+ * @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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
71
71
  * @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: createdAt, updatedAt, status</i>
72
- * @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: version<i>
72
+ * @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: version, commissionAgreementProduct<i>
73
73
  * @param {*} [options] Override http request option.
74
74
  * @throws {RequiredError}
75
75
  */
@@ -131,10 +131,10 @@ export declare const CommissionAgreementRulesApiFp: (configuration?: Configurati
131
131
  * Retrieves a list of commission agreement rules.
132
132
  * @summary List commission agreement rules
133
133
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
134
- * @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, commissionAgreementVersionId, status, createdAt</i>
135
- * @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, commissionAgreementVersionId, status, createdAt</i>
134
+ * @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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
135
+ * @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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
136
136
  * @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: createdAt, updatedAt, status</i>
137
- * @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: version<i>
137
+ * @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: version, commissionAgreementProduct<i>
138
138
  * @param {*} [options] Override http request option.
139
139
  * @throws {RequiredError}
140
140
  */
@@ -196,10 +196,10 @@ export declare const CommissionAgreementRulesApiFactory: (configuration?: Config
196
196
  * Retrieves a list of commission agreement rules.
197
197
  * @summary List commission agreement rules
198
198
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
199
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, commissionAgreementVersionId, status, createdAt</i>
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, commissionAgreementVersionId, status, createdAt</i>
199
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
201
201
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: createdAt, updatedAt, status</i>
202
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: version<i>
202
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: version, commissionAgreementProduct<i>
203
203
  * @param {*} [options] Override http request option.
204
204
  * @throws {RequiredError}
205
205
  */
@@ -310,13 +310,13 @@ export interface CommissionAgreementRulesApiListCommissionAgreementRulesRequest
310
310
  */
311
311
  readonly authorization?: string;
312
312
  /**
313
- * 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, commissionAgreementVersionId, status, createdAt</i>
313
+ * 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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
314
314
  * @type {string}
315
315
  * @memberof CommissionAgreementRulesApiListCommissionAgreementRules
316
316
  */
317
317
  readonly filter?: string;
318
318
  /**
319
- * 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, commissionAgreementVersionId, status, createdAt</i>
319
+ * 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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
320
320
  * @type {string}
321
321
  * @memberof CommissionAgreementRulesApiListCommissionAgreementRules
322
322
  */
@@ -328,7 +328,7 @@ export interface CommissionAgreementRulesApiListCommissionAgreementRulesRequest
328
328
  */
329
329
  readonly order?: string;
330
330
  /**
331
- * 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: version<i>
331
+ * 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: version, commissionAgreementProduct<i>
332
332
  * @type {string}
333
333
  * @memberof CommissionAgreementRulesApiListCommissionAgreementRules
334
334
  */
@@ -296,10 +296,10 @@ var CommissionAgreementRulesApiAxiosParamCreator = function (configuration) {
296
296
  * Retrieves a list of commission agreement rules.
297
297
  * @summary List commission agreement rules
298
298
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
299
- * @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, commissionAgreementVersionId, status, createdAt</i>
300
- * @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, commissionAgreementVersionId, status, createdAt</i>
299
+ * @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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
300
+ * @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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
301
301
  * @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: createdAt, updatedAt, status</i>
302
- * @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: version<i>
302
+ * @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: version, commissionAgreementProduct<i>
303
303
  * @param {*} [options] Override http request option.
304
304
  * @throws {RequiredError}
305
305
  */
@@ -504,10 +504,10 @@ var CommissionAgreementRulesApiFp = function (configuration) {
504
504
  * Retrieves a list of commission agreement rules.
505
505
  * @summary List commission agreement rules
506
506
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
507
- * @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, commissionAgreementVersionId, status, createdAt</i>
508
- * @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, commissionAgreementVersionId, status, createdAt</i>
507
+ * @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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
508
+ * @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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
509
509
  * @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: createdAt, updatedAt, status</i>
510
- * @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: version<i>
510
+ * @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: version, commissionAgreementProduct<i>
511
511
  * @param {*} [options] Override http request option.
512
512
  * @throws {RequiredError}
513
513
  */
@@ -605,10 +605,10 @@ var CommissionAgreementRulesApiFactory = function (configuration, basePath, axio
605
605
  * Retrieves a list of commission agreement rules.
606
606
  * @summary List commission agreement rules
607
607
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
608
- * @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, commissionAgreementVersionId, status, createdAt</i>
609
- * @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, commissionAgreementVersionId, status, createdAt</i>
608
+ * @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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
609
+ * @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, commissionAgreementVersionId, commissionAgreementProductCode, status, createdAt</i>
610
610
  * @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: createdAt, updatedAt, status</i>
611
- * @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: version<i>
611
+ * @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: version, commissionAgreementProduct<i>
612
612
  * @param {*} [options] Override http request option.
613
613
  * @throws {RequiredError}
614
614
  */
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { CommissionAgreementProductClass } from './commission-agreement-product-class';
12
13
  import { CommissionAgreementRuleConfigDto } from './commission-agreement-rule-config-dto';
13
14
  import { CommissionAgreementVersionClass } from './commission-agreement-version-class';
14
15
  /**
@@ -47,6 +48,18 @@ export interface CommissionAgreementRuleClass {
47
48
  * @memberof CommissionAgreementRuleClass
48
49
  */
49
50
  'status': CommissionAgreementRuleClassStatusEnum;
51
+ /**
52
+ * Code of the commission agreement product to create a rule for
53
+ * @type {string}
54
+ * @memberof CommissionAgreementRuleClass
55
+ */
56
+ 'commissionAgreementProductCode': string;
57
+ /**
58
+ * The commission agreement product
59
+ * @type {CommissionAgreementProductClass}
60
+ * @memberof CommissionAgreementRuleClass
61
+ */
62
+ 'commissionAgreementProduct': CommissionAgreementProductClass;
50
63
  /**
51
64
  * Timestamp when the commission agreement rule was created
52
65
  * @type {string}
@@ -28,4 +28,10 @@ export interface CreateCommissionAgreementRuleRequestDto {
28
28
  * @memberof CreateCommissionAgreementRuleRequestDto
29
29
  */
30
30
  'config': CommissionAgreementRuleConfigDto;
31
+ /**
32
+ * Code of the commission agreement product to create a rule for
33
+ * @type {string}
34
+ * @memberof CreateCommissionAgreementRuleRequestDto
35
+ */
36
+ 'commissionAgreementProductCode': string;
31
37
  }
@@ -34,6 +34,12 @@ export interface UpdateCommissionAgreementRuleRequestDto {
34
34
  * @memberof UpdateCommissionAgreementRuleRequestDto
35
35
  */
36
36
  'status': UpdateCommissionAgreementRuleRequestDtoStatusEnum;
37
+ /**
38
+ * Code of the commission agreement product to update a rule for
39
+ * @type {string}
40
+ * @memberof UpdateCommissionAgreementRuleRequestDto
41
+ */
42
+ 'commissionAgreementProductCode': string;
37
43
  }
38
44
  export declare const UpdateCommissionAgreementRuleRequestDtoStatusEnum: {
39
45
  readonly Active: "active";
@@ -13,6 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
+ import { CommissionAgreementProductClass } from './commission-agreement-product-class';
16
17
  import { CommissionAgreementRuleConfigDto } from './commission-agreement-rule-config-dto';
17
18
  import { CommissionAgreementVersionClass } from './commission-agreement-version-class';
18
19
 
@@ -52,6 +53,18 @@ export interface CommissionAgreementRuleClass {
52
53
  * @memberof CommissionAgreementRuleClass
53
54
  */
54
55
  'status': CommissionAgreementRuleClassStatusEnum;
56
+ /**
57
+ * Code of the commission agreement product to create a rule for
58
+ * @type {string}
59
+ * @memberof CommissionAgreementRuleClass
60
+ */
61
+ 'commissionAgreementProductCode': string;
62
+ /**
63
+ * The commission agreement product
64
+ * @type {CommissionAgreementProductClass}
65
+ * @memberof CommissionAgreementRuleClass
66
+ */
67
+ 'commissionAgreementProduct': CommissionAgreementProductClass;
55
68
  /**
56
69
  * Timestamp when the commission agreement rule was created
57
70
  * @type {string}
@@ -33,5 +33,11 @@ export interface CreateCommissionAgreementRuleRequestDto {
33
33
  * @memberof CreateCommissionAgreementRuleRequestDto
34
34
  */
35
35
  'config': CommissionAgreementRuleConfigDto;
36
+ /**
37
+ * Code of the commission agreement product to create a rule for
38
+ * @type {string}
39
+ * @memberof CreateCommissionAgreementRuleRequestDto
40
+ */
41
+ 'commissionAgreementProductCode': string;
36
42
  }
37
43
 
@@ -39,6 +39,12 @@ export interface UpdateCommissionAgreementRuleRequestDto {
39
39
  * @memberof UpdateCommissionAgreementRuleRequestDto
40
40
  */
41
41
  'status': UpdateCommissionAgreementRuleRequestDtoStatusEnum;
42
+ /**
43
+ * Code of the commission agreement product to update a rule for
44
+ * @type {string}
45
+ * @memberof UpdateCommissionAgreementRuleRequestDto
46
+ */
47
+ 'commissionAgreementProductCode': string;
42
48
  }
43
49
 
44
50
  export const UpdateCommissionAgreementRuleRequestDtoStatusEnum = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/commission-sdk",
3
- "version": "1.0.0-beta.34",
3
+ "version": "1.0.0-beta.35",
4
4
  "description": "OpenAPI client for @emilgroup/commission-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [