@emilgroup/commission-sdk-node 1.0.0-beta.71 → 1.0.0-beta.73

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-node@1.0.0-beta.71 --save
20
+ npm install @emilgroup/commission-sdk-node@1.0.0-beta.73 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/commission-sdk-node@1.0.0-beta.71
24
+ yarn add @emilgroup/commission-sdk-node@1.0.0-beta.73
25
25
  ```
26
26
 
27
27
  And then you can import `CommissionApi`.
@@ -84,6 +84,12 @@ export interface CommissionAgreementRuleClass {
84
84
  * @memberof CommissionAgreementRuleClass
85
85
  */
86
86
  'updatedBy'?: string;
87
+ /**
88
+ * Evaluated commission results stored as object. Contains premium amount and evaluated commissions for preview purposes (evaluated with 100 EUR premium).
89
+ * @type {object}
90
+ * @memberof CommissionAgreementRuleClass
91
+ */
92
+ 'evaluatedCommissions'?: object;
87
93
  }
88
94
  export declare const CommissionAgreementRuleClassStatusEnum: {
89
95
  readonly Active: "active";
@@ -89,6 +89,12 @@ export interface CommissionAgreementRuleClass {
89
89
  * @memberof CommissionAgreementRuleClass
90
90
  */
91
91
  'updatedBy'?: string;
92
+ /**
93
+ * Evaluated commission results stored as object. Contains premium amount and evaluated commissions for preview purposes (evaluated with 100 EUR premium).
94
+ * @type {object}
95
+ * @memberof CommissionAgreementRuleClass
96
+ */
97
+ 'evaluatedCommissions'?: object;
92
98
  }
93
99
 
94
100
  export const CommissionAgreementRuleClassStatusEnum = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/commission-sdk-node",
3
- "version": "1.0.0-beta.71",
3
+ "version": "1.0.0-beta.73",
4
4
  "description": "OpenAPI client for @emilgroup/commission-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [