@emilgroup/commission-sdk 1.0.0-beta.7 → 1.0.0-beta.8

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.7 --save
20
+ npm install @emilgroup/commission-sdk@1.0.0-beta.8 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/commission-sdk@1.0.0-beta.7
24
+ yarn add @emilgroup/commission-sdk@1.0.0-beta.8
25
25
  ```
26
26
 
27
27
  And then you can import `CommissionApi`.
@@ -28,7 +28,7 @@ export interface UpdateCommissionAgreementProductRequestDto {
28
28
  */
29
29
  'productSlug': string;
30
30
  /**
31
- * Status of the commission agreement product
31
+ * Status of the commission agreement product. Valid values: active, inactive
32
32
  * @type {string}
33
33
  * @memberof UpdateCommissionAgreementProductRequestDto
34
34
  */
@@ -33,7 +33,7 @@ export interface UpdateCommissionAgreementProductRequestDto {
33
33
  */
34
34
  'productSlug': string;
35
35
  /**
36
- * Status of the commission agreement product
36
+ * Status of the commission agreement product. Valid values: active, inactive
37
37
  * @type {string}
38
38
  * @memberof UpdateCommissionAgreementProductRequestDto
39
39
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/commission-sdk",
3
- "version": "1.0.0-beta.7",
3
+ "version": "1.0.0-beta.8",
4
4
  "description": "OpenAPI client for @emilgroup/commission-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [