@randock/nameshift-api-client 0.0.370 → 0.0.371

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.370
1
+ ## @randock/nameshift-api-client@0.0.371
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.370 --save
39
+ npm install @randock/nameshift-api-client@0.0.371 --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
- 7439ee22b39e492cab8e736c7715148f5de25ee6aef25885a3afe3dc313e6ce23daf25f37f7226374939be6b683042a8
47
+ af334cbd5db2377d060ae87af4c7fff3f1838397b86168c3db71e607ca39731b54618e12cf15b373f00470e4f17a1744
@@ -112,6 +112,7 @@ export declare const IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWi
112
112
  readonly NOTIFICATIONS_MANAGER: "NOTIFICATIONS_MANAGER";
113
113
  readonly DOMAIN_AUCTIONS: "DOMAIN_AUCTIONS";
114
114
  readonly CRYPTO_PAYMENT_METHOD: "CRYPTO_PAYMENT_METHOD";
115
+ readonly QUADERNO_TAXES: "QUADERNO_TAXES";
115
116
  };
116
117
  export type IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum = typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum[keyof typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum];
117
118
  /**
@@ -42,7 +42,8 @@ exports.IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlag
42
42
  SELLER_TRANSFER_COSTS_PAYMENT: 'SELLER_TRANSFER_COSTS_PAYMENT',
43
43
  NOTIFICATIONS_MANAGER: 'NOTIFICATIONS_MANAGER',
44
44
  DOMAIN_AUCTIONS: 'DOMAIN_AUCTIONS',
45
- CRYPTO_PAYMENT_METHOD: 'CRYPTO_PAYMENT_METHOD'
45
+ CRYPTO_PAYMENT_METHOD: 'CRYPTO_PAYMENT_METHOD',
46
+ QUADERNO_TAXES: 'QUADERNO_TAXES'
46
47
  };
47
48
  /**
48
49
  * Check if a given object implements the IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto interface.
@@ -118,6 +118,7 @@ export declare const PrivateAccountGetMeResponseEnabledFeaturesEnum: {
118
118
  readonly NOTIFICATIONS_MANAGER: "NOTIFICATIONS_MANAGER";
119
119
  readonly DOMAIN_AUCTIONS: "DOMAIN_AUCTIONS";
120
120
  readonly CRYPTO_PAYMENT_METHOD: "CRYPTO_PAYMENT_METHOD";
121
+ readonly QUADERNO_TAXES: "QUADERNO_TAXES";
121
122
  };
122
123
  export type PrivateAccountGetMeResponseEnabledFeaturesEnum = typeof PrivateAccountGetMeResponseEnabledFeaturesEnum[keyof typeof PrivateAccountGetMeResponseEnabledFeaturesEnum];
123
124
  /**
@@ -42,7 +42,8 @@ exports.PrivateAccountGetMeResponseEnabledFeaturesEnum = {
42
42
  SELLER_TRANSFER_COSTS_PAYMENT: 'SELLER_TRANSFER_COSTS_PAYMENT',
43
43
  NOTIFICATIONS_MANAGER: 'NOTIFICATIONS_MANAGER',
44
44
  DOMAIN_AUCTIONS: 'DOMAIN_AUCTIONS',
45
- CRYPTO_PAYMENT_METHOD: 'CRYPTO_PAYMENT_METHOD'
45
+ CRYPTO_PAYMENT_METHOD: 'CRYPTO_PAYMENT_METHOD',
46
+ QUADERNO_TAXES: 'QUADERNO_TAXES'
46
47
  };
47
48
  /**
48
49
  * Check if a given object implements the PrivateAccountGetMeResponse interface.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.370",
3
+ "version": "0.0.371",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -154,7 +154,8 @@ export const IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatur
154
154
  SELLER_TRANSFER_COSTS_PAYMENT: 'SELLER_TRANSFER_COSTS_PAYMENT',
155
155
  NOTIFICATIONS_MANAGER: 'NOTIFICATIONS_MANAGER',
156
156
  DOMAIN_AUCTIONS: 'DOMAIN_AUCTIONS',
157
- CRYPTO_PAYMENT_METHOD: 'CRYPTO_PAYMENT_METHOD'
157
+ CRYPTO_PAYMENT_METHOD: 'CRYPTO_PAYMENT_METHOD',
158
+ QUADERNO_TAXES: 'QUADERNO_TAXES'
158
159
  } as const;
159
160
  export type IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum = typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum[keyof typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum];
160
161
 
@@ -160,7 +160,8 @@ export const PrivateAccountGetMeResponseEnabledFeaturesEnum = {
160
160
  SELLER_TRANSFER_COSTS_PAYMENT: 'SELLER_TRANSFER_COSTS_PAYMENT',
161
161
  NOTIFICATIONS_MANAGER: 'NOTIFICATIONS_MANAGER',
162
162
  DOMAIN_AUCTIONS: 'DOMAIN_AUCTIONS',
163
- CRYPTO_PAYMENT_METHOD: 'CRYPTO_PAYMENT_METHOD'
163
+ CRYPTO_PAYMENT_METHOD: 'CRYPTO_PAYMENT_METHOD',
164
+ QUADERNO_TAXES: 'QUADERNO_TAXES'
164
165
  } as const;
165
166
  export type PrivateAccountGetMeResponseEnabledFeaturesEnum = typeof PrivateAccountGetMeResponseEnabledFeaturesEnum[keyof typeof PrivateAccountGetMeResponseEnabledFeaturesEnum];
166
167