@randock/nameshift-api-client 0.0.382 → 0.0.383

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.382
1
+ ## @randock/nameshift-api-client@0.0.383
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.382 --save
39
+ npm install @randock/nameshift-api-client@0.0.383 --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
- 9aed4cbd1afbedeab8e9f9a66dd78f5cb15feb38815b68c6e017f30beab6358c11f10c5fd5497414c9588b23bc28f631
47
+ a3022f90af2a2b3a7397528d1412f47f8b2729a0eb5e24ba736d5e5d6b867268e681fd96de6641e1d8ce64298fa40826
@@ -114,6 +114,7 @@ export declare const IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWi
114
114
  readonly CRYPTO_PAYMENT_METHOD: "CRYPTO_PAYMENT_METHOD";
115
115
  readonly QUADERNO_TAXES: "QUADERNO_TAXES";
116
116
  readonly ACCOUNT_ALIAS_LINK: "ACCOUNT_ALIAS_LINK";
117
+ readonly BUYER_DOMAIN_DNS_PANEL: "BUYER_DOMAIN_DNS_PANEL";
117
118
  };
118
119
  export type IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum = typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum[keyof typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum];
119
120
  /**
@@ -44,7 +44,8 @@ exports.IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlag
44
44
  DOMAIN_AUCTIONS: 'DOMAIN_AUCTIONS',
45
45
  CRYPTO_PAYMENT_METHOD: 'CRYPTO_PAYMENT_METHOD',
46
46
  QUADERNO_TAXES: 'QUADERNO_TAXES',
47
- ACCOUNT_ALIAS_LINK: 'ACCOUNT_ALIAS_LINK'
47
+ ACCOUNT_ALIAS_LINK: 'ACCOUNT_ALIAS_LINK',
48
+ BUYER_DOMAIN_DNS_PANEL: 'BUYER_DOMAIN_DNS_PANEL'
48
49
  };
49
50
  /**
50
51
  * Check if a given object implements the IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto interface.
@@ -120,6 +120,7 @@ export declare const PrivateAccountGetMeResponseEnabledFeaturesEnum: {
120
120
  readonly CRYPTO_PAYMENT_METHOD: "CRYPTO_PAYMENT_METHOD";
121
121
  readonly QUADERNO_TAXES: "QUADERNO_TAXES";
122
122
  readonly ACCOUNT_ALIAS_LINK: "ACCOUNT_ALIAS_LINK";
123
+ readonly BUYER_DOMAIN_DNS_PANEL: "BUYER_DOMAIN_DNS_PANEL";
123
124
  };
124
125
  export type PrivateAccountGetMeResponseEnabledFeaturesEnum = typeof PrivateAccountGetMeResponseEnabledFeaturesEnum[keyof typeof PrivateAccountGetMeResponseEnabledFeaturesEnum];
125
126
  /**
@@ -44,7 +44,8 @@ exports.PrivateAccountGetMeResponseEnabledFeaturesEnum = {
44
44
  DOMAIN_AUCTIONS: 'DOMAIN_AUCTIONS',
45
45
  CRYPTO_PAYMENT_METHOD: 'CRYPTO_PAYMENT_METHOD',
46
46
  QUADERNO_TAXES: 'QUADERNO_TAXES',
47
- ACCOUNT_ALIAS_LINK: 'ACCOUNT_ALIAS_LINK'
47
+ ACCOUNT_ALIAS_LINK: 'ACCOUNT_ALIAS_LINK',
48
+ BUYER_DOMAIN_DNS_PANEL: 'BUYER_DOMAIN_DNS_PANEL'
48
49
  };
49
50
  /**
50
51
  * 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.382",
3
+ "version": "0.0.383",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -156,7 +156,8 @@ export const IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatur
156
156
  DOMAIN_AUCTIONS: 'DOMAIN_AUCTIONS',
157
157
  CRYPTO_PAYMENT_METHOD: 'CRYPTO_PAYMENT_METHOD',
158
158
  QUADERNO_TAXES: 'QUADERNO_TAXES',
159
- ACCOUNT_ALIAS_LINK: 'ACCOUNT_ALIAS_LINK'
159
+ ACCOUNT_ALIAS_LINK: 'ACCOUNT_ALIAS_LINK',
160
+ BUYER_DOMAIN_DNS_PANEL: 'BUYER_DOMAIN_DNS_PANEL'
160
161
  } as const;
161
162
  export type IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum = typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum[keyof typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum];
162
163
 
@@ -162,7 +162,8 @@ export const PrivateAccountGetMeResponseEnabledFeaturesEnum = {
162
162
  DOMAIN_AUCTIONS: 'DOMAIN_AUCTIONS',
163
163
  CRYPTO_PAYMENT_METHOD: 'CRYPTO_PAYMENT_METHOD',
164
164
  QUADERNO_TAXES: 'QUADERNO_TAXES',
165
- ACCOUNT_ALIAS_LINK: 'ACCOUNT_ALIAS_LINK'
165
+ ACCOUNT_ALIAS_LINK: 'ACCOUNT_ALIAS_LINK',
166
+ BUYER_DOMAIN_DNS_PANEL: 'BUYER_DOMAIN_DNS_PANEL'
166
167
  } as const;
167
168
  export type PrivateAccountGetMeResponseEnabledFeaturesEnum = typeof PrivateAccountGetMeResponseEnabledFeaturesEnum[keyof typeof PrivateAccountGetMeResponseEnabledFeaturesEnum];
168
169