@randock/nameshift-api-client 0.0.411 → 0.0.412

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.411
1
+ ## @randock/nameshift-api-client@0.0.412
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.411 --save
39
+ npm install @randock/nameshift-api-client@0.0.412 --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
- cb3ee89449f57f68e8dc525c08dd500bc9c352d20624fdbfdc8366dbc86725c197c03cb65cd82e5fc2df3c8d55e750fc
47
+ c634f7aa15a2346cc951454f14ad0d5642eb3a914c8dcf4b11a9d82c6f925c6f1d43f00282292c0adc17e53390c040f6
@@ -67,6 +67,7 @@ export declare const BuyerNotificationDtoTypeEnum: {
67
67
  readonly ACCOUNT_REGISTERED: "account_registered";
68
68
  readonly ACCOUNT_ONBOARDING_FINISHED: "account_onboarding_finished";
69
69
  readonly ACCOUNT_ONBOARDING_REJECTED: "account_onboarding_rejected";
70
+ readonly ACCOUNT_BANK_ACCOUNT_VERIFICATION_SUCCEEDED: "account_bank_account_verification_succeeded";
70
71
  readonly BUYER_ACCESS_TOKEN: "buyer_access_token";
71
72
  readonly DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER: "domain_transfer.request_auth_code_to_seller";
72
73
  readonly DOMAIN_TRANSFER_VALIDATION_REQUIRED_BY_BUYER_EMAIL: "domain_transfer_validation_required_by_buyer_email";
@@ -28,6 +28,7 @@ exports.BuyerNotificationDtoTypeEnum = {
28
28
  ACCOUNT_REGISTERED: 'account_registered',
29
29
  ACCOUNT_ONBOARDING_FINISHED: 'account_onboarding_finished',
30
30
  ACCOUNT_ONBOARDING_REJECTED: 'account_onboarding_rejected',
31
+ ACCOUNT_BANK_ACCOUNT_VERIFICATION_SUCCEEDED: 'account_bank_account_verification_succeeded',
31
32
  BUYER_ACCESS_TOKEN: 'buyer_access_token',
32
33
  DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER: 'domain_transfer.request_auth_code_to_seller',
33
34
  DOMAIN_TRANSFER_VALIDATION_REQUIRED_BY_BUYER_EMAIL: 'domain_transfer_validation_required_by_buyer_email',
@@ -60,6 +60,7 @@ export declare const BuyerNotificationListItemDtoTypeEnum: {
60
60
  readonly ACCOUNT_REGISTERED: "account_registered";
61
61
  readonly ACCOUNT_ONBOARDING_FINISHED: "account_onboarding_finished";
62
62
  readonly ACCOUNT_ONBOARDING_REJECTED: "account_onboarding_rejected";
63
+ readonly ACCOUNT_BANK_ACCOUNT_VERIFICATION_SUCCEEDED: "account_bank_account_verification_succeeded";
63
64
  readonly BUYER_ACCESS_TOKEN: "buyer_access_token";
64
65
  readonly DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER: "domain_transfer.request_auth_code_to_seller";
65
66
  readonly DOMAIN_TRANSFER_VALIDATION_REQUIRED_BY_BUYER_EMAIL: "domain_transfer_validation_required_by_buyer_email";
@@ -27,6 +27,7 @@ exports.BuyerNotificationListItemDtoTypeEnum = {
27
27
  ACCOUNT_REGISTERED: 'account_registered',
28
28
  ACCOUNT_ONBOARDING_FINISHED: 'account_onboarding_finished',
29
29
  ACCOUNT_ONBOARDING_REJECTED: 'account_onboarding_rejected',
30
+ ACCOUNT_BANK_ACCOUNT_VERIFICATION_SUCCEEDED: 'account_bank_account_verification_succeeded',
30
31
  BUYER_ACCESS_TOKEN: 'buyer_access_token',
31
32
  DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER: 'domain_transfer.request_auth_code_to_seller',
32
33
  DOMAIN_TRANSFER_VALIDATION_REQUIRED_BY_BUYER_EMAIL: 'domain_transfer_validation_required_by_buyer_email',
@@ -67,6 +67,7 @@ export declare const UserNotificationDtoTypeEnum: {
67
67
  readonly ACCOUNT_REGISTERED: "account_registered";
68
68
  readonly ACCOUNT_ONBOARDING_FINISHED: "account_onboarding_finished";
69
69
  readonly ACCOUNT_ONBOARDING_REJECTED: "account_onboarding_rejected";
70
+ readonly ACCOUNT_BANK_ACCOUNT_VERIFICATION_SUCCEEDED: "account_bank_account_verification_succeeded";
70
71
  readonly BUYER_ACCESS_TOKEN: "buyer_access_token";
71
72
  readonly DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER: "domain_transfer.request_auth_code_to_seller";
72
73
  readonly DOMAIN_TRANSFER_VALIDATION_REQUIRED_BY_BUYER_EMAIL: "domain_transfer_validation_required_by_buyer_email";
@@ -28,6 +28,7 @@ exports.UserNotificationDtoTypeEnum = {
28
28
  ACCOUNT_REGISTERED: 'account_registered',
29
29
  ACCOUNT_ONBOARDING_FINISHED: 'account_onboarding_finished',
30
30
  ACCOUNT_ONBOARDING_REJECTED: 'account_onboarding_rejected',
31
+ ACCOUNT_BANK_ACCOUNT_VERIFICATION_SUCCEEDED: 'account_bank_account_verification_succeeded',
31
32
  BUYER_ACCESS_TOKEN: 'buyer_access_token',
32
33
  DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER: 'domain_transfer.request_auth_code_to_seller',
33
34
  DOMAIN_TRANSFER_VALIDATION_REQUIRED_BY_BUYER_EMAIL: 'domain_transfer_validation_required_by_buyer_email',
@@ -60,6 +60,7 @@ export declare const UserNotificationListItemDtoTypeEnum: {
60
60
  readonly ACCOUNT_REGISTERED: "account_registered";
61
61
  readonly ACCOUNT_ONBOARDING_FINISHED: "account_onboarding_finished";
62
62
  readonly ACCOUNT_ONBOARDING_REJECTED: "account_onboarding_rejected";
63
+ readonly ACCOUNT_BANK_ACCOUNT_VERIFICATION_SUCCEEDED: "account_bank_account_verification_succeeded";
63
64
  readonly BUYER_ACCESS_TOKEN: "buyer_access_token";
64
65
  readonly DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER: "domain_transfer.request_auth_code_to_seller";
65
66
  readonly DOMAIN_TRANSFER_VALIDATION_REQUIRED_BY_BUYER_EMAIL: "domain_transfer_validation_required_by_buyer_email";
@@ -27,6 +27,7 @@ exports.UserNotificationListItemDtoTypeEnum = {
27
27
  ACCOUNT_REGISTERED: 'account_registered',
28
28
  ACCOUNT_ONBOARDING_FINISHED: 'account_onboarding_finished',
29
29
  ACCOUNT_ONBOARDING_REJECTED: 'account_onboarding_rejected',
30
+ ACCOUNT_BANK_ACCOUNT_VERIFICATION_SUCCEEDED: 'account_bank_account_verification_succeeded',
30
31
  BUYER_ACCESS_TOKEN: 'buyer_access_token',
31
32
  DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER: 'domain_transfer.request_auth_code_to_seller',
32
33
  DOMAIN_TRANSFER_VALIDATION_REQUIRED_BY_BUYER_EMAIL: 'domain_transfer_validation_required_by_buyer_email',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.411",
3
+ "version": "0.0.412",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -80,6 +80,7 @@ export const BuyerNotificationDtoTypeEnum = {
80
80
  ACCOUNT_REGISTERED: 'account_registered',
81
81
  ACCOUNT_ONBOARDING_FINISHED: 'account_onboarding_finished',
82
82
  ACCOUNT_ONBOARDING_REJECTED: 'account_onboarding_rejected',
83
+ ACCOUNT_BANK_ACCOUNT_VERIFICATION_SUCCEEDED: 'account_bank_account_verification_succeeded',
83
84
  BUYER_ACCESS_TOKEN: 'buyer_access_token',
84
85
  DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER: 'domain_transfer.request_auth_code_to_seller',
85
86
  DOMAIN_TRANSFER_VALIDATION_REQUIRED_BY_BUYER_EMAIL: 'domain_transfer_validation_required_by_buyer_email',
@@ -66,6 +66,7 @@ export const BuyerNotificationListItemDtoTypeEnum = {
66
66
  ACCOUNT_REGISTERED: 'account_registered',
67
67
  ACCOUNT_ONBOARDING_FINISHED: 'account_onboarding_finished',
68
68
  ACCOUNT_ONBOARDING_REJECTED: 'account_onboarding_rejected',
69
+ ACCOUNT_BANK_ACCOUNT_VERIFICATION_SUCCEEDED: 'account_bank_account_verification_succeeded',
69
70
  BUYER_ACCESS_TOKEN: 'buyer_access_token',
70
71
  DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER: 'domain_transfer.request_auth_code_to_seller',
71
72
  DOMAIN_TRANSFER_VALIDATION_REQUIRED_BY_BUYER_EMAIL: 'domain_transfer_validation_required_by_buyer_email',
@@ -80,6 +80,7 @@ export const UserNotificationDtoTypeEnum = {
80
80
  ACCOUNT_REGISTERED: 'account_registered',
81
81
  ACCOUNT_ONBOARDING_FINISHED: 'account_onboarding_finished',
82
82
  ACCOUNT_ONBOARDING_REJECTED: 'account_onboarding_rejected',
83
+ ACCOUNT_BANK_ACCOUNT_VERIFICATION_SUCCEEDED: 'account_bank_account_verification_succeeded',
83
84
  BUYER_ACCESS_TOKEN: 'buyer_access_token',
84
85
  DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER: 'domain_transfer.request_auth_code_to_seller',
85
86
  DOMAIN_TRANSFER_VALIDATION_REQUIRED_BY_BUYER_EMAIL: 'domain_transfer_validation_required_by_buyer_email',
@@ -66,6 +66,7 @@ export const UserNotificationListItemDtoTypeEnum = {
66
66
  ACCOUNT_REGISTERED: 'account_registered',
67
67
  ACCOUNT_ONBOARDING_FINISHED: 'account_onboarding_finished',
68
68
  ACCOUNT_ONBOARDING_REJECTED: 'account_onboarding_rejected',
69
+ ACCOUNT_BANK_ACCOUNT_VERIFICATION_SUCCEEDED: 'account_bank_account_verification_succeeded',
69
70
  BUYER_ACCESS_TOKEN: 'buyer_access_token',
70
71
  DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER: 'domain_transfer.request_auth_code_to_seller',
71
72
  DOMAIN_TRANSFER_VALIDATION_REQUIRED_BY_BUYER_EMAIL: 'domain_transfer_validation_required_by_buyer_email',