@randock/nameshift-api-client 0.0.238 → 0.0.239

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.238
1
+ ## @randock/nameshift-api-client@0.0.239
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.238 --save
39
+ npm install @randock/nameshift-api-client@0.0.239 --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
- bcefc8f7d1eb451df26fa36b4c94a2f52d5dc399af2ca5a2bd9bc08e5cbb74881a957323694a791144b2c03bd482e8ce
47
+ a4e908168bd4c2da077e29cba02885513d6d6415499f3a5a236ece797df8e5d6bcd82f464c4a72c767eba2430c8be845
@@ -96,6 +96,7 @@ export declare const IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWi
96
96
  readonly RENT: "RENT";
97
97
  readonly SEO_METRICS: "SEO_METRICS";
98
98
  readonly BANK_PAYOUTS: "BANK_PAYOUTS";
99
+ readonly ZERO_COMMISSION: "ZERO_COMMISSION";
99
100
  };
100
101
  export type IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum = typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum[keyof typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum];
101
102
  /**
@@ -32,7 +32,8 @@ exports.IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlag
32
32
  LEASE_TO_OWN: 'LEASE_TO_OWN',
33
33
  RENT: 'RENT',
34
34
  SEO_METRICS: 'SEO_METRICS',
35
- BANK_PAYOUTS: 'BANK_PAYOUTS'
35
+ BANK_PAYOUTS: 'BANK_PAYOUTS',
36
+ ZERO_COMMISSION: 'ZERO_COMMISSION'
36
37
  };
37
38
  /**
38
39
  * Check if a given object implements the IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto interface.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.238",
3
+ "version": "0.0.239",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -138,7 +138,8 @@ export const IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatur
138
138
  LEASE_TO_OWN: 'LEASE_TO_OWN',
139
139
  RENT: 'RENT',
140
140
  SEO_METRICS: 'SEO_METRICS',
141
- BANK_PAYOUTS: 'BANK_PAYOUTS'
141
+ BANK_PAYOUTS: 'BANK_PAYOUTS',
142
+ ZERO_COMMISSION: 'ZERO_COMMISSION'
142
143
  } as const;
143
144
  export type IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum = typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum[keyof typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum];
144
145