@randock/nameshift-api-client 0.0.297 → 0.0.298

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
@@ -1,4 +1,4 @@
1
- ## @randock/nameshift-api-client@0.0.297
1
+ ## @randock/nameshift-api-client@0.0.298
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @randock/nameshift-api-client@0.0.297 --save
39
+ npm install @randock/nameshift-api-client@0.0.298 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -44,4 +44,4 @@ _unPublished (not recommended):_
44
44
  ```
45
45
  npm install PATH_TO_GENERATED_PACKAGE --save
46
46
  ```
47
- 99c219298f39d69273be7e621af9229c7f8fc5090bfc2294a1c7dee5f1252ab26913d69288bd5f21db6b7c744767c94e
47
+ 67f4a120a90a852bf5d6d53b9f6a9d39ec9dd690a2bf7af55c456de76f4c26eb743a90445a4fcac111c7db40dcdd0ca4
@@ -59,7 +59,7 @@ export interface SellerAffiliateCommissionDto {
59
59
  */
60
60
  export declare const SellerAffiliateCommissionDtoStatusEnum: {
61
61
  readonly PENDING: "pending";
62
- readonly PAID: "paid";
62
+ readonly INVOICED: "invoiced";
63
63
  readonly CANCELLED: "cancelled";
64
64
  };
65
65
  export type SellerAffiliateCommissionDtoStatusEnum = typeof SellerAffiliateCommissionDtoStatusEnum[keyof typeof SellerAffiliateCommissionDtoStatusEnum];
@@ -26,7 +26,7 @@ var SellerAffiliateCommissionReferralDto_1 = require("./SellerAffiliateCommissio
26
26
  */
27
27
  exports.SellerAffiliateCommissionDtoStatusEnum = {
28
28
  PENDING: 'pending',
29
- PAID: 'paid',
29
+ INVOICED: 'invoiced',
30
30
  CANCELLED: 'cancelled'
31
31
  };
32
32
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.297",
3
+ "version": "0.0.298",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -78,7 +78,7 @@ export interface SellerAffiliateCommissionDto {
78
78
  */
79
79
  export const SellerAffiliateCommissionDtoStatusEnum = {
80
80
  PENDING: 'pending',
81
- PAID: 'paid',
81
+ INVOICED: 'invoiced',
82
82
  CANCELLED: 'cancelled'
83
83
  } as const;
84
84
  export type SellerAffiliateCommissionDtoStatusEnum = typeof SellerAffiliateCommissionDtoStatusEnum[keyof typeof SellerAffiliateCommissionDtoStatusEnum];