@randock/nameshift-api-client 0.0.428 → 0.0.430
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 +3 -3
- package/dist/models/BuyerNotificationDto.d.ts +1 -0
- package/dist/models/BuyerNotificationDto.js +1 -0
- package/dist/models/BuyerNotificationListItemDto.d.ts +1 -0
- package/dist/models/BuyerNotificationListItemDto.js +1 -0
- package/dist/models/FeatureFlagListItemDto.d.ts +2 -0
- package/dist/models/FeatureFlagListItemDto.js +3 -1
- package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.d.ts +2 -0
- package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.js +3 -1
- package/dist/models/PrivateAccountGetMeResponse.d.ts +2 -0
- package/dist/models/PrivateAccountGetMeResponse.js +3 -1
- package/dist/models/UserNotificationDto.d.ts +1 -0
- package/dist/models/UserNotificationDto.js +1 -0
- package/dist/models/UserNotificationListItemDto.d.ts +1 -0
- package/dist/models/UserNotificationListItemDto.js +1 -0
- package/package.json +1 -1
- package/src/models/BuyerNotificationDto.ts +1 -0
- package/src/models/BuyerNotificationListItemDto.ts +1 -0
- package/src/models/FeatureFlagListItemDto.ts +3 -1
- package/src/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.ts +3 -1
- package/src/models/PrivateAccountGetMeResponse.ts +3 -1
- package/src/models/UserNotificationDto.ts +1 -0
- package/src/models/UserNotificationListItemDto.ts +1 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @randock/nameshift-api-client@0.0.
|
|
1
|
+
## @randock/nameshift-api-client@0.0.430
|
|
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.
|
|
39
|
+
npm install @randock/nameshift-api-client@0.0.430 --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
|
-
|
|
47
|
+
d089da1b58ed0fd5caa8d99d7b910ba78529f772ac39772f0a2dfef3e7a3fbe916bec1e2faf5dcf88b7a0281c9c82d55
|
|
@@ -77,6 +77,7 @@ export declare const BuyerNotificationDtoTypeEnum: {
|
|
|
77
77
|
readonly DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER_AUTH_CODE_INVALID: "domain_transfer.request_auth_code_to_seller_auth_code_invalid";
|
|
78
78
|
readonly DOMAIN_TRANSFER_DOMAIN_TRANSFER_REQUIRES_UNLOCK_DOMAIN: "domain_transfer.domain_transfer_requires_unlock_domain";
|
|
79
79
|
readonly DOMAIN_TRANSFER_NOTIFY_BUYER_TO_INITIALIZE_TRANSFER: "domain_transfer.notify_buyer_to_initialize_transfer";
|
|
80
|
+
readonly DOMAIN_TRANSFER_NOTIFY_BUYER_DOMAIN_UNLOCKED: "domain_transfer.notify_buyer_domain_unlocked";
|
|
80
81
|
readonly DOMAIN_TRANSFER_NOTIFY_SELLER_TO_INITIALIZE_TRANSFER: "domain_transfer.notify_seller_to_initialize_transfer";
|
|
81
82
|
readonly DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER: "domain_transfer.send_ips_tag_instructions_to_seller";
|
|
82
83
|
readonly DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER_REMINDER: "domain_transfer.send_ips_tag_instructions_to_seller_reminder";
|
|
@@ -38,6 +38,7 @@ exports.BuyerNotificationDtoTypeEnum = {
|
|
|
38
38
|
DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER_AUTH_CODE_INVALID: 'domain_transfer.request_auth_code_to_seller_auth_code_invalid',
|
|
39
39
|
DOMAIN_TRANSFER_DOMAIN_TRANSFER_REQUIRES_UNLOCK_DOMAIN: 'domain_transfer.domain_transfer_requires_unlock_domain',
|
|
40
40
|
DOMAIN_TRANSFER_NOTIFY_BUYER_TO_INITIALIZE_TRANSFER: 'domain_transfer.notify_buyer_to_initialize_transfer',
|
|
41
|
+
DOMAIN_TRANSFER_NOTIFY_BUYER_DOMAIN_UNLOCKED: 'domain_transfer.notify_buyer_domain_unlocked',
|
|
41
42
|
DOMAIN_TRANSFER_NOTIFY_SELLER_TO_INITIALIZE_TRANSFER: 'domain_transfer.notify_seller_to_initialize_transfer',
|
|
42
43
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER: 'domain_transfer.send_ips_tag_instructions_to_seller',
|
|
43
44
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER_REMINDER: 'domain_transfer.send_ips_tag_instructions_to_seller_reminder',
|
|
@@ -70,6 +70,7 @@ export declare const BuyerNotificationListItemDtoTypeEnum: {
|
|
|
70
70
|
readonly DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER_AUTH_CODE_INVALID: "domain_transfer.request_auth_code_to_seller_auth_code_invalid";
|
|
71
71
|
readonly DOMAIN_TRANSFER_DOMAIN_TRANSFER_REQUIRES_UNLOCK_DOMAIN: "domain_transfer.domain_transfer_requires_unlock_domain";
|
|
72
72
|
readonly DOMAIN_TRANSFER_NOTIFY_BUYER_TO_INITIALIZE_TRANSFER: "domain_transfer.notify_buyer_to_initialize_transfer";
|
|
73
|
+
readonly DOMAIN_TRANSFER_NOTIFY_BUYER_DOMAIN_UNLOCKED: "domain_transfer.notify_buyer_domain_unlocked";
|
|
73
74
|
readonly DOMAIN_TRANSFER_NOTIFY_SELLER_TO_INITIALIZE_TRANSFER: "domain_transfer.notify_seller_to_initialize_transfer";
|
|
74
75
|
readonly DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER: "domain_transfer.send_ips_tag_instructions_to_seller";
|
|
75
76
|
readonly DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER_REMINDER: "domain_transfer.send_ips_tag_instructions_to_seller_reminder";
|
|
@@ -37,6 +37,7 @@ exports.BuyerNotificationListItemDtoTypeEnum = {
|
|
|
37
37
|
DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER_AUTH_CODE_INVALID: 'domain_transfer.request_auth_code_to_seller_auth_code_invalid',
|
|
38
38
|
DOMAIN_TRANSFER_DOMAIN_TRANSFER_REQUIRES_UNLOCK_DOMAIN: 'domain_transfer.domain_transfer_requires_unlock_domain',
|
|
39
39
|
DOMAIN_TRANSFER_NOTIFY_BUYER_TO_INITIALIZE_TRANSFER: 'domain_transfer.notify_buyer_to_initialize_transfer',
|
|
40
|
+
DOMAIN_TRANSFER_NOTIFY_BUYER_DOMAIN_UNLOCKED: 'domain_transfer.notify_buyer_domain_unlocked',
|
|
40
41
|
DOMAIN_TRANSFER_NOTIFY_SELLER_TO_INITIALIZE_TRANSFER: 'domain_transfer.notify_seller_to_initialize_transfer',
|
|
41
42
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER: 'domain_transfer.send_ips_tag_instructions_to_seller',
|
|
42
43
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER_REMINDER: 'domain_transfer.send_ips_tag_instructions_to_seller_reminder',
|
|
@@ -85,6 +85,8 @@ export declare const FeatureFlagListItemDtoNameEnum: {
|
|
|
85
85
|
readonly AUCTION_RESERVE_PRICE: "AUCTION_RESERVE_PRICE";
|
|
86
86
|
readonly ALLOW_FREE_SETUP_RESERVE_PRICE: "ALLOW_FREE_SETUP_RESERVE_PRICE";
|
|
87
87
|
readonly ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: "ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE";
|
|
88
|
+
readonly USE_MAILER_FALLBACK_URL: "USE_MAILER_FALLBACK_URL";
|
|
89
|
+
readonly USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST: "USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST";
|
|
88
90
|
};
|
|
89
91
|
export type FeatureFlagListItemDtoNameEnum = typeof FeatureFlagListItemDtoNameEnum[keyof typeof FeatureFlagListItemDtoNameEnum];
|
|
90
92
|
/**
|
|
@@ -45,7 +45,9 @@ exports.FeatureFlagListItemDtoNameEnum = {
|
|
|
45
45
|
UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2',
|
|
46
46
|
AUCTION_RESERVE_PRICE: 'AUCTION_RESERVE_PRICE',
|
|
47
47
|
ALLOW_FREE_SETUP_RESERVE_PRICE: 'ALLOW_FREE_SETUP_RESERVE_PRICE',
|
|
48
|
-
ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE'
|
|
48
|
+
ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE',
|
|
49
|
+
USE_MAILER_FALLBACK_URL: 'USE_MAILER_FALLBACK_URL',
|
|
50
|
+
USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST: 'USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST'
|
|
49
51
|
};
|
|
50
52
|
/**
|
|
51
53
|
* Check if a given object implements the FeatureFlagListItemDto interface.
|
|
@@ -128,6 +128,8 @@ export declare const IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWi
|
|
|
128
128
|
readonly AUCTION_RESERVE_PRICE: "AUCTION_RESERVE_PRICE";
|
|
129
129
|
readonly ALLOW_FREE_SETUP_RESERVE_PRICE: "ALLOW_FREE_SETUP_RESERVE_PRICE";
|
|
130
130
|
readonly ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: "ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE";
|
|
131
|
+
readonly USE_MAILER_FALLBACK_URL: "USE_MAILER_FALLBACK_URL";
|
|
132
|
+
readonly USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST: "USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST";
|
|
131
133
|
};
|
|
132
134
|
export type IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum = typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum[keyof typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum];
|
|
133
135
|
/**
|
package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.js
CHANGED
|
@@ -52,7 +52,9 @@ exports.IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlag
|
|
|
52
52
|
UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2',
|
|
53
53
|
AUCTION_RESERVE_PRICE: 'AUCTION_RESERVE_PRICE',
|
|
54
54
|
ALLOW_FREE_SETUP_RESERVE_PRICE: 'ALLOW_FREE_SETUP_RESERVE_PRICE',
|
|
55
|
-
ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE'
|
|
55
|
+
ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE',
|
|
56
|
+
USE_MAILER_FALLBACK_URL: 'USE_MAILER_FALLBACK_URL',
|
|
57
|
+
USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST: 'USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST'
|
|
56
58
|
};
|
|
57
59
|
/**
|
|
58
60
|
* Check if a given object implements the IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto interface.
|
|
@@ -134,6 +134,8 @@ export declare const PrivateAccountGetMeResponseEnabledFeaturesEnum: {
|
|
|
134
134
|
readonly AUCTION_RESERVE_PRICE: "AUCTION_RESERVE_PRICE";
|
|
135
135
|
readonly ALLOW_FREE_SETUP_RESERVE_PRICE: "ALLOW_FREE_SETUP_RESERVE_PRICE";
|
|
136
136
|
readonly ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: "ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE";
|
|
137
|
+
readonly USE_MAILER_FALLBACK_URL: "USE_MAILER_FALLBACK_URL";
|
|
138
|
+
readonly USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST: "USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST";
|
|
137
139
|
};
|
|
138
140
|
export type PrivateAccountGetMeResponseEnabledFeaturesEnum = typeof PrivateAccountGetMeResponseEnabledFeaturesEnum[keyof typeof PrivateAccountGetMeResponseEnabledFeaturesEnum];
|
|
139
141
|
/**
|
|
@@ -52,7 +52,9 @@ exports.PrivateAccountGetMeResponseEnabledFeaturesEnum = {
|
|
|
52
52
|
UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2',
|
|
53
53
|
AUCTION_RESERVE_PRICE: 'AUCTION_RESERVE_PRICE',
|
|
54
54
|
ALLOW_FREE_SETUP_RESERVE_PRICE: 'ALLOW_FREE_SETUP_RESERVE_PRICE',
|
|
55
|
-
ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE'
|
|
55
|
+
ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE',
|
|
56
|
+
USE_MAILER_FALLBACK_URL: 'USE_MAILER_FALLBACK_URL',
|
|
57
|
+
USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST: 'USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST'
|
|
56
58
|
};
|
|
57
59
|
/**
|
|
58
60
|
* Check if a given object implements the PrivateAccountGetMeResponse interface.
|
|
@@ -77,6 +77,7 @@ export declare const UserNotificationDtoTypeEnum: {
|
|
|
77
77
|
readonly DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER_AUTH_CODE_INVALID: "domain_transfer.request_auth_code_to_seller_auth_code_invalid";
|
|
78
78
|
readonly DOMAIN_TRANSFER_DOMAIN_TRANSFER_REQUIRES_UNLOCK_DOMAIN: "domain_transfer.domain_transfer_requires_unlock_domain";
|
|
79
79
|
readonly DOMAIN_TRANSFER_NOTIFY_BUYER_TO_INITIALIZE_TRANSFER: "domain_transfer.notify_buyer_to_initialize_transfer";
|
|
80
|
+
readonly DOMAIN_TRANSFER_NOTIFY_BUYER_DOMAIN_UNLOCKED: "domain_transfer.notify_buyer_domain_unlocked";
|
|
80
81
|
readonly DOMAIN_TRANSFER_NOTIFY_SELLER_TO_INITIALIZE_TRANSFER: "domain_transfer.notify_seller_to_initialize_transfer";
|
|
81
82
|
readonly DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER: "domain_transfer.send_ips_tag_instructions_to_seller";
|
|
82
83
|
readonly DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER_REMINDER: "domain_transfer.send_ips_tag_instructions_to_seller_reminder";
|
|
@@ -38,6 +38,7 @@ exports.UserNotificationDtoTypeEnum = {
|
|
|
38
38
|
DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER_AUTH_CODE_INVALID: 'domain_transfer.request_auth_code_to_seller_auth_code_invalid',
|
|
39
39
|
DOMAIN_TRANSFER_DOMAIN_TRANSFER_REQUIRES_UNLOCK_DOMAIN: 'domain_transfer.domain_transfer_requires_unlock_domain',
|
|
40
40
|
DOMAIN_TRANSFER_NOTIFY_BUYER_TO_INITIALIZE_TRANSFER: 'domain_transfer.notify_buyer_to_initialize_transfer',
|
|
41
|
+
DOMAIN_TRANSFER_NOTIFY_BUYER_DOMAIN_UNLOCKED: 'domain_transfer.notify_buyer_domain_unlocked',
|
|
41
42
|
DOMAIN_TRANSFER_NOTIFY_SELLER_TO_INITIALIZE_TRANSFER: 'domain_transfer.notify_seller_to_initialize_transfer',
|
|
42
43
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER: 'domain_transfer.send_ips_tag_instructions_to_seller',
|
|
43
44
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER_REMINDER: 'domain_transfer.send_ips_tag_instructions_to_seller_reminder',
|
|
@@ -70,6 +70,7 @@ export declare const UserNotificationListItemDtoTypeEnum: {
|
|
|
70
70
|
readonly DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER_AUTH_CODE_INVALID: "domain_transfer.request_auth_code_to_seller_auth_code_invalid";
|
|
71
71
|
readonly DOMAIN_TRANSFER_DOMAIN_TRANSFER_REQUIRES_UNLOCK_DOMAIN: "domain_transfer.domain_transfer_requires_unlock_domain";
|
|
72
72
|
readonly DOMAIN_TRANSFER_NOTIFY_BUYER_TO_INITIALIZE_TRANSFER: "domain_transfer.notify_buyer_to_initialize_transfer";
|
|
73
|
+
readonly DOMAIN_TRANSFER_NOTIFY_BUYER_DOMAIN_UNLOCKED: "domain_transfer.notify_buyer_domain_unlocked";
|
|
73
74
|
readonly DOMAIN_TRANSFER_NOTIFY_SELLER_TO_INITIALIZE_TRANSFER: "domain_transfer.notify_seller_to_initialize_transfer";
|
|
74
75
|
readonly DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER: "domain_transfer.send_ips_tag_instructions_to_seller";
|
|
75
76
|
readonly DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER_REMINDER: "domain_transfer.send_ips_tag_instructions_to_seller_reminder";
|
|
@@ -37,6 +37,7 @@ exports.UserNotificationListItemDtoTypeEnum = {
|
|
|
37
37
|
DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER_AUTH_CODE_INVALID: 'domain_transfer.request_auth_code_to_seller_auth_code_invalid',
|
|
38
38
|
DOMAIN_TRANSFER_DOMAIN_TRANSFER_REQUIRES_UNLOCK_DOMAIN: 'domain_transfer.domain_transfer_requires_unlock_domain',
|
|
39
39
|
DOMAIN_TRANSFER_NOTIFY_BUYER_TO_INITIALIZE_TRANSFER: 'domain_transfer.notify_buyer_to_initialize_transfer',
|
|
40
|
+
DOMAIN_TRANSFER_NOTIFY_BUYER_DOMAIN_UNLOCKED: 'domain_transfer.notify_buyer_domain_unlocked',
|
|
40
41
|
DOMAIN_TRANSFER_NOTIFY_SELLER_TO_INITIALIZE_TRANSFER: 'domain_transfer.notify_seller_to_initialize_transfer',
|
|
41
42
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER: 'domain_transfer.send_ips_tag_instructions_to_seller',
|
|
42
43
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER_REMINDER: 'domain_transfer.send_ips_tag_instructions_to_seller_reminder',
|
package/package.json
CHANGED
|
@@ -90,6 +90,7 @@ export const BuyerNotificationDtoTypeEnum = {
|
|
|
90
90
|
DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER_AUTH_CODE_INVALID: 'domain_transfer.request_auth_code_to_seller_auth_code_invalid',
|
|
91
91
|
DOMAIN_TRANSFER_DOMAIN_TRANSFER_REQUIRES_UNLOCK_DOMAIN: 'domain_transfer.domain_transfer_requires_unlock_domain',
|
|
92
92
|
DOMAIN_TRANSFER_NOTIFY_BUYER_TO_INITIALIZE_TRANSFER: 'domain_transfer.notify_buyer_to_initialize_transfer',
|
|
93
|
+
DOMAIN_TRANSFER_NOTIFY_BUYER_DOMAIN_UNLOCKED: 'domain_transfer.notify_buyer_domain_unlocked',
|
|
93
94
|
DOMAIN_TRANSFER_NOTIFY_SELLER_TO_INITIALIZE_TRANSFER: 'domain_transfer.notify_seller_to_initialize_transfer',
|
|
94
95
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER: 'domain_transfer.send_ips_tag_instructions_to_seller',
|
|
95
96
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER_REMINDER: 'domain_transfer.send_ips_tag_instructions_to_seller_reminder',
|
|
@@ -76,6 +76,7 @@ export const BuyerNotificationListItemDtoTypeEnum = {
|
|
|
76
76
|
DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER_AUTH_CODE_INVALID: 'domain_transfer.request_auth_code_to_seller_auth_code_invalid',
|
|
77
77
|
DOMAIN_TRANSFER_DOMAIN_TRANSFER_REQUIRES_UNLOCK_DOMAIN: 'domain_transfer.domain_transfer_requires_unlock_domain',
|
|
78
78
|
DOMAIN_TRANSFER_NOTIFY_BUYER_TO_INITIALIZE_TRANSFER: 'domain_transfer.notify_buyer_to_initialize_transfer',
|
|
79
|
+
DOMAIN_TRANSFER_NOTIFY_BUYER_DOMAIN_UNLOCKED: 'domain_transfer.notify_buyer_domain_unlocked',
|
|
79
80
|
DOMAIN_TRANSFER_NOTIFY_SELLER_TO_INITIALIZE_TRANSFER: 'domain_transfer.notify_seller_to_initialize_transfer',
|
|
80
81
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER: 'domain_transfer.send_ips_tag_instructions_to_seller',
|
|
81
82
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER_REMINDER: 'domain_transfer.send_ips_tag_instructions_to_seller_reminder',
|
|
@@ -90,7 +90,9 @@ export const FeatureFlagListItemDtoNameEnum = {
|
|
|
90
90
|
UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2',
|
|
91
91
|
AUCTION_RESERVE_PRICE: 'AUCTION_RESERVE_PRICE',
|
|
92
92
|
ALLOW_FREE_SETUP_RESERVE_PRICE: 'ALLOW_FREE_SETUP_RESERVE_PRICE',
|
|
93
|
-
ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE'
|
|
93
|
+
ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE',
|
|
94
|
+
USE_MAILER_FALLBACK_URL: 'USE_MAILER_FALLBACK_URL',
|
|
95
|
+
USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST: 'USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST'
|
|
94
96
|
} as const;
|
|
95
97
|
export type FeatureFlagListItemDtoNameEnum = typeof FeatureFlagListItemDtoNameEnum[keyof typeof FeatureFlagListItemDtoNameEnum];
|
|
96
98
|
|
package/src/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.ts
CHANGED
|
@@ -176,7 +176,9 @@ export const IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatur
|
|
|
176
176
|
UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2',
|
|
177
177
|
AUCTION_RESERVE_PRICE: 'AUCTION_RESERVE_PRICE',
|
|
178
178
|
ALLOW_FREE_SETUP_RESERVE_PRICE: 'ALLOW_FREE_SETUP_RESERVE_PRICE',
|
|
179
|
-
ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE'
|
|
179
|
+
ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE',
|
|
180
|
+
USE_MAILER_FALLBACK_URL: 'USE_MAILER_FALLBACK_URL',
|
|
181
|
+
USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST: 'USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST'
|
|
180
182
|
} as const;
|
|
181
183
|
export type IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum = typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum[keyof typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum];
|
|
182
184
|
|
|
@@ -182,7 +182,9 @@ export const PrivateAccountGetMeResponseEnabledFeaturesEnum = {
|
|
|
182
182
|
UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2',
|
|
183
183
|
AUCTION_RESERVE_PRICE: 'AUCTION_RESERVE_PRICE',
|
|
184
184
|
ALLOW_FREE_SETUP_RESERVE_PRICE: 'ALLOW_FREE_SETUP_RESERVE_PRICE',
|
|
185
|
-
ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE'
|
|
185
|
+
ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE',
|
|
186
|
+
USE_MAILER_FALLBACK_URL: 'USE_MAILER_FALLBACK_URL',
|
|
187
|
+
USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST: 'USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST'
|
|
186
188
|
} as const;
|
|
187
189
|
export type PrivateAccountGetMeResponseEnabledFeaturesEnum = typeof PrivateAccountGetMeResponseEnabledFeaturesEnum[keyof typeof PrivateAccountGetMeResponseEnabledFeaturesEnum];
|
|
188
190
|
|
|
@@ -90,6 +90,7 @@ export const UserNotificationDtoTypeEnum = {
|
|
|
90
90
|
DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER_AUTH_CODE_INVALID: 'domain_transfer.request_auth_code_to_seller_auth_code_invalid',
|
|
91
91
|
DOMAIN_TRANSFER_DOMAIN_TRANSFER_REQUIRES_UNLOCK_DOMAIN: 'domain_transfer.domain_transfer_requires_unlock_domain',
|
|
92
92
|
DOMAIN_TRANSFER_NOTIFY_BUYER_TO_INITIALIZE_TRANSFER: 'domain_transfer.notify_buyer_to_initialize_transfer',
|
|
93
|
+
DOMAIN_TRANSFER_NOTIFY_BUYER_DOMAIN_UNLOCKED: 'domain_transfer.notify_buyer_domain_unlocked',
|
|
93
94
|
DOMAIN_TRANSFER_NOTIFY_SELLER_TO_INITIALIZE_TRANSFER: 'domain_transfer.notify_seller_to_initialize_transfer',
|
|
94
95
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER: 'domain_transfer.send_ips_tag_instructions_to_seller',
|
|
95
96
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER_REMINDER: 'domain_transfer.send_ips_tag_instructions_to_seller_reminder',
|
|
@@ -76,6 +76,7 @@ export const UserNotificationListItemDtoTypeEnum = {
|
|
|
76
76
|
DOMAIN_TRANSFER_REQUEST_AUTH_CODE_TO_SELLER_AUTH_CODE_INVALID: 'domain_transfer.request_auth_code_to_seller_auth_code_invalid',
|
|
77
77
|
DOMAIN_TRANSFER_DOMAIN_TRANSFER_REQUIRES_UNLOCK_DOMAIN: 'domain_transfer.domain_transfer_requires_unlock_domain',
|
|
78
78
|
DOMAIN_TRANSFER_NOTIFY_BUYER_TO_INITIALIZE_TRANSFER: 'domain_transfer.notify_buyer_to_initialize_transfer',
|
|
79
|
+
DOMAIN_TRANSFER_NOTIFY_BUYER_DOMAIN_UNLOCKED: 'domain_transfer.notify_buyer_domain_unlocked',
|
|
79
80
|
DOMAIN_TRANSFER_NOTIFY_SELLER_TO_INITIALIZE_TRANSFER: 'domain_transfer.notify_seller_to_initialize_transfer',
|
|
80
81
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER: 'domain_transfer.send_ips_tag_instructions_to_seller',
|
|
81
82
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_SELLER_REMINDER: 'domain_transfer.send_ips_tag_instructions_to_seller_reminder',
|