@randock/nameshift-api-client 0.0.318 → 0.0.320
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/UserNotificationDto.d.ts +11 -0
- package/dist/models/UserNotificationDto.js +12 -1
- package/dist/models/UserNotificationListItemDto.d.ts +11 -0
- package/dist/models/UserNotificationListItemDto.js +12 -1
- package/package.json +1 -1
- package/src/models/UserNotificationDto.ts +12 -1
- package/src/models/UserNotificationListItemDto.ts +12 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @randock/nameshift-api-client@0.0.
|
|
1
|
+
## @randock/nameshift-api-client@0.0.320
|
|
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.320 --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
|
+
a62938d7e499c30bf58e7d5a412fcf20c652a77fa99aadd255372653df6b4bc183c60071d929eb7df5845771f6b5b6d7
|
|
@@ -89,6 +89,8 @@ export declare const UserNotificationDtoTypeEnum: {
|
|
|
89
89
|
readonly DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_START_TRANSFER_TO_SELLER: "domain_transfer.send_ips_tag_instructions_to_start_transfer_to_seller";
|
|
90
90
|
readonly DOMAIN_TRANSFER_RENT_SUBSCRIPTION_SEND_OWNED_DOMAIN_AUTH_CODE_TO_SELLER: "domain_transfer.rent_subscription_send_owned_domain_auth_code_to_seller";
|
|
91
91
|
readonly DOMAIN_TRANSFER_LEASE_TO_OWN_SUBSCRIPTION_SEND_OWNED_DOMAIN_AUTH_CODE_TO_SELLER: "domain_transfer.lease_to_own_subscription_send_owned_domain_auth_code_to_seller";
|
|
92
|
+
readonly DOMAIN_TRANSFER_SEND_AUTH_CODE_TO_BUYER: "domain_transfer.send_auth_code_to_buyer";
|
|
93
|
+
readonly DOMAIN_TRANSFER_SEND_AUTH_CODE_TO_BUYER_WITH_HOLDERCHANGE_SE_NU_FILE: "domain_transfer.send_auth_code_to_buyer_with_holderchange_se_nu_file";
|
|
92
94
|
readonly REQUEST_IPS_TAG_TO_BUYER_IPS_TAG_INVALID: "request_ips_tag_to_buyer_ips_tag_invalid";
|
|
93
95
|
readonly REQUEST_IPS_TAG_TO_SELLER_IPS_TAG_INVALID: "request_ips_tag_to_seller_ips_tag_invalid";
|
|
94
96
|
readonly LEAD_CLOSED_SELLER: "lead.closed.seller";
|
|
@@ -120,6 +122,15 @@ export declare const UserNotificationDtoTypeEnum: {
|
|
|
120
122
|
readonly SELLER_LEASE_TO_OWN_INSTALLMENT_INVOICE: "seller_lease_to_own_installment_invoice";
|
|
121
123
|
readonly SELLER_RENT_INSTALLMENT_INVOICE: "seller_rent_installment_invoice";
|
|
122
124
|
readonly AFFILIATE_COMMISSIONS_INVOICE: "affiliate_commissions_invoice";
|
|
125
|
+
readonly EPP_BATCH_UPDATE_DOMAINS_RESULTS: "epp.batch.update.domains.results";
|
|
126
|
+
readonly LEAD_MESSAGE_OFFER: "lead_message.offer";
|
|
127
|
+
readonly LEAD_MESSAGE_OFFER_ACCEPTED: "lead_message.offer_accepted";
|
|
128
|
+
readonly LEAD_MESSAGE_OFFER_WITHDRAWN: "lead_message.offer_withdrawn";
|
|
129
|
+
readonly LEAD_MESSAGE_OFFER_REJECTED: "lead_message.offer_rejected";
|
|
130
|
+
readonly LEAD_MESSAGE_MESSAGE: "lead_message.message";
|
|
131
|
+
readonly TASKS_REMINDER_LEAD: "tasks.reminder.lead";
|
|
132
|
+
readonly TASKS_REMINDER_DOMAIN_TRANSFER: "tasks.reminder.domain_transfer";
|
|
133
|
+
readonly TASKS_REMINDER_ORDER: "tasks.reminder.order";
|
|
123
134
|
};
|
|
124
135
|
export type UserNotificationDtoTypeEnum = typeof UserNotificationDtoTypeEnum[keyof typeof UserNotificationDtoTypeEnum];
|
|
125
136
|
/**
|
|
@@ -50,6 +50,8 @@ exports.UserNotificationDtoTypeEnum = {
|
|
|
50
50
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_START_TRANSFER_TO_SELLER: 'domain_transfer.send_ips_tag_instructions_to_start_transfer_to_seller',
|
|
51
51
|
DOMAIN_TRANSFER_RENT_SUBSCRIPTION_SEND_OWNED_DOMAIN_AUTH_CODE_TO_SELLER: 'domain_transfer.rent_subscription_send_owned_domain_auth_code_to_seller',
|
|
52
52
|
DOMAIN_TRANSFER_LEASE_TO_OWN_SUBSCRIPTION_SEND_OWNED_DOMAIN_AUTH_CODE_TO_SELLER: 'domain_transfer.lease_to_own_subscription_send_owned_domain_auth_code_to_seller',
|
|
53
|
+
DOMAIN_TRANSFER_SEND_AUTH_CODE_TO_BUYER: 'domain_transfer.send_auth_code_to_buyer',
|
|
54
|
+
DOMAIN_TRANSFER_SEND_AUTH_CODE_TO_BUYER_WITH_HOLDERCHANGE_SE_NU_FILE: 'domain_transfer.send_auth_code_to_buyer_with_holderchange_se_nu_file',
|
|
53
55
|
REQUEST_IPS_TAG_TO_BUYER_IPS_TAG_INVALID: 'request_ips_tag_to_buyer_ips_tag_invalid',
|
|
54
56
|
REQUEST_IPS_TAG_TO_SELLER_IPS_TAG_INVALID: 'request_ips_tag_to_seller_ips_tag_invalid',
|
|
55
57
|
LEAD_CLOSED_SELLER: 'lead.closed.seller',
|
|
@@ -80,7 +82,16 @@ exports.UserNotificationDtoTypeEnum = {
|
|
|
80
82
|
SELLER_INVOICE: 'seller_invoice',
|
|
81
83
|
SELLER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'seller_lease_to_own_installment_invoice',
|
|
82
84
|
SELLER_RENT_INSTALLMENT_INVOICE: 'seller_rent_installment_invoice',
|
|
83
|
-
AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice'
|
|
85
|
+
AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice',
|
|
86
|
+
EPP_BATCH_UPDATE_DOMAINS_RESULTS: 'epp.batch.update.domains.results',
|
|
87
|
+
LEAD_MESSAGE_OFFER: 'lead_message.offer',
|
|
88
|
+
LEAD_MESSAGE_OFFER_ACCEPTED: 'lead_message.offer_accepted',
|
|
89
|
+
LEAD_MESSAGE_OFFER_WITHDRAWN: 'lead_message.offer_withdrawn',
|
|
90
|
+
LEAD_MESSAGE_OFFER_REJECTED: 'lead_message.offer_rejected',
|
|
91
|
+
LEAD_MESSAGE_MESSAGE: 'lead_message.message',
|
|
92
|
+
TASKS_REMINDER_LEAD: 'tasks.reminder.lead',
|
|
93
|
+
TASKS_REMINDER_DOMAIN_TRANSFER: 'tasks.reminder.domain_transfer',
|
|
94
|
+
TASKS_REMINDER_ORDER: 'tasks.reminder.order'
|
|
84
95
|
};
|
|
85
96
|
/**
|
|
86
97
|
* Check if a given object implements the UserNotificationDto interface.
|
|
@@ -82,6 +82,8 @@ export declare const UserNotificationListItemDtoTypeEnum: {
|
|
|
82
82
|
readonly DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_START_TRANSFER_TO_SELLER: "domain_transfer.send_ips_tag_instructions_to_start_transfer_to_seller";
|
|
83
83
|
readonly DOMAIN_TRANSFER_RENT_SUBSCRIPTION_SEND_OWNED_DOMAIN_AUTH_CODE_TO_SELLER: "domain_transfer.rent_subscription_send_owned_domain_auth_code_to_seller";
|
|
84
84
|
readonly DOMAIN_TRANSFER_LEASE_TO_OWN_SUBSCRIPTION_SEND_OWNED_DOMAIN_AUTH_CODE_TO_SELLER: "domain_transfer.lease_to_own_subscription_send_owned_domain_auth_code_to_seller";
|
|
85
|
+
readonly DOMAIN_TRANSFER_SEND_AUTH_CODE_TO_BUYER: "domain_transfer.send_auth_code_to_buyer";
|
|
86
|
+
readonly DOMAIN_TRANSFER_SEND_AUTH_CODE_TO_BUYER_WITH_HOLDERCHANGE_SE_NU_FILE: "domain_transfer.send_auth_code_to_buyer_with_holderchange_se_nu_file";
|
|
85
87
|
readonly REQUEST_IPS_TAG_TO_BUYER_IPS_TAG_INVALID: "request_ips_tag_to_buyer_ips_tag_invalid";
|
|
86
88
|
readonly REQUEST_IPS_TAG_TO_SELLER_IPS_TAG_INVALID: "request_ips_tag_to_seller_ips_tag_invalid";
|
|
87
89
|
readonly LEAD_CLOSED_SELLER: "lead.closed.seller";
|
|
@@ -113,6 +115,15 @@ export declare const UserNotificationListItemDtoTypeEnum: {
|
|
|
113
115
|
readonly SELLER_LEASE_TO_OWN_INSTALLMENT_INVOICE: "seller_lease_to_own_installment_invoice";
|
|
114
116
|
readonly SELLER_RENT_INSTALLMENT_INVOICE: "seller_rent_installment_invoice";
|
|
115
117
|
readonly AFFILIATE_COMMISSIONS_INVOICE: "affiliate_commissions_invoice";
|
|
118
|
+
readonly EPP_BATCH_UPDATE_DOMAINS_RESULTS: "epp.batch.update.domains.results";
|
|
119
|
+
readonly LEAD_MESSAGE_OFFER: "lead_message.offer";
|
|
120
|
+
readonly LEAD_MESSAGE_OFFER_ACCEPTED: "lead_message.offer_accepted";
|
|
121
|
+
readonly LEAD_MESSAGE_OFFER_WITHDRAWN: "lead_message.offer_withdrawn";
|
|
122
|
+
readonly LEAD_MESSAGE_OFFER_REJECTED: "lead_message.offer_rejected";
|
|
123
|
+
readonly LEAD_MESSAGE_MESSAGE: "lead_message.message";
|
|
124
|
+
readonly TASKS_REMINDER_LEAD: "tasks.reminder.lead";
|
|
125
|
+
readonly TASKS_REMINDER_DOMAIN_TRANSFER: "tasks.reminder.domain_transfer";
|
|
126
|
+
readonly TASKS_REMINDER_ORDER: "tasks.reminder.order";
|
|
116
127
|
};
|
|
117
128
|
export type UserNotificationListItemDtoTypeEnum = typeof UserNotificationListItemDtoTypeEnum[keyof typeof UserNotificationListItemDtoTypeEnum];
|
|
118
129
|
/**
|
|
@@ -49,6 +49,8 @@ exports.UserNotificationListItemDtoTypeEnum = {
|
|
|
49
49
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_START_TRANSFER_TO_SELLER: 'domain_transfer.send_ips_tag_instructions_to_start_transfer_to_seller',
|
|
50
50
|
DOMAIN_TRANSFER_RENT_SUBSCRIPTION_SEND_OWNED_DOMAIN_AUTH_CODE_TO_SELLER: 'domain_transfer.rent_subscription_send_owned_domain_auth_code_to_seller',
|
|
51
51
|
DOMAIN_TRANSFER_LEASE_TO_OWN_SUBSCRIPTION_SEND_OWNED_DOMAIN_AUTH_CODE_TO_SELLER: 'domain_transfer.lease_to_own_subscription_send_owned_domain_auth_code_to_seller',
|
|
52
|
+
DOMAIN_TRANSFER_SEND_AUTH_CODE_TO_BUYER: 'domain_transfer.send_auth_code_to_buyer',
|
|
53
|
+
DOMAIN_TRANSFER_SEND_AUTH_CODE_TO_BUYER_WITH_HOLDERCHANGE_SE_NU_FILE: 'domain_transfer.send_auth_code_to_buyer_with_holderchange_se_nu_file',
|
|
52
54
|
REQUEST_IPS_TAG_TO_BUYER_IPS_TAG_INVALID: 'request_ips_tag_to_buyer_ips_tag_invalid',
|
|
53
55
|
REQUEST_IPS_TAG_TO_SELLER_IPS_TAG_INVALID: 'request_ips_tag_to_seller_ips_tag_invalid',
|
|
54
56
|
LEAD_CLOSED_SELLER: 'lead.closed.seller',
|
|
@@ -79,7 +81,16 @@ exports.UserNotificationListItemDtoTypeEnum = {
|
|
|
79
81
|
SELLER_INVOICE: 'seller_invoice',
|
|
80
82
|
SELLER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'seller_lease_to_own_installment_invoice',
|
|
81
83
|
SELLER_RENT_INSTALLMENT_INVOICE: 'seller_rent_installment_invoice',
|
|
82
|
-
AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice'
|
|
84
|
+
AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice',
|
|
85
|
+
EPP_BATCH_UPDATE_DOMAINS_RESULTS: 'epp.batch.update.domains.results',
|
|
86
|
+
LEAD_MESSAGE_OFFER: 'lead_message.offer',
|
|
87
|
+
LEAD_MESSAGE_OFFER_ACCEPTED: 'lead_message.offer_accepted',
|
|
88
|
+
LEAD_MESSAGE_OFFER_WITHDRAWN: 'lead_message.offer_withdrawn',
|
|
89
|
+
LEAD_MESSAGE_OFFER_REJECTED: 'lead_message.offer_rejected',
|
|
90
|
+
LEAD_MESSAGE_MESSAGE: 'lead_message.message',
|
|
91
|
+
TASKS_REMINDER_LEAD: 'tasks.reminder.lead',
|
|
92
|
+
TASKS_REMINDER_DOMAIN_TRANSFER: 'tasks.reminder.domain_transfer',
|
|
93
|
+
TASKS_REMINDER_ORDER: 'tasks.reminder.order'
|
|
83
94
|
};
|
|
84
95
|
/**
|
|
85
96
|
* Check if a given object implements the UserNotificationListItemDto interface.
|
package/package.json
CHANGED
|
@@ -102,6 +102,8 @@ export const UserNotificationDtoTypeEnum = {
|
|
|
102
102
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_START_TRANSFER_TO_SELLER: 'domain_transfer.send_ips_tag_instructions_to_start_transfer_to_seller',
|
|
103
103
|
DOMAIN_TRANSFER_RENT_SUBSCRIPTION_SEND_OWNED_DOMAIN_AUTH_CODE_TO_SELLER: 'domain_transfer.rent_subscription_send_owned_domain_auth_code_to_seller',
|
|
104
104
|
DOMAIN_TRANSFER_LEASE_TO_OWN_SUBSCRIPTION_SEND_OWNED_DOMAIN_AUTH_CODE_TO_SELLER: 'domain_transfer.lease_to_own_subscription_send_owned_domain_auth_code_to_seller',
|
|
105
|
+
DOMAIN_TRANSFER_SEND_AUTH_CODE_TO_BUYER: 'domain_transfer.send_auth_code_to_buyer',
|
|
106
|
+
DOMAIN_TRANSFER_SEND_AUTH_CODE_TO_BUYER_WITH_HOLDERCHANGE_SE_NU_FILE: 'domain_transfer.send_auth_code_to_buyer_with_holderchange_se_nu_file',
|
|
105
107
|
REQUEST_IPS_TAG_TO_BUYER_IPS_TAG_INVALID: 'request_ips_tag_to_buyer_ips_tag_invalid',
|
|
106
108
|
REQUEST_IPS_TAG_TO_SELLER_IPS_TAG_INVALID: 'request_ips_tag_to_seller_ips_tag_invalid',
|
|
107
109
|
LEAD_CLOSED_SELLER: 'lead.closed.seller',
|
|
@@ -132,7 +134,16 @@ export const UserNotificationDtoTypeEnum = {
|
|
|
132
134
|
SELLER_INVOICE: 'seller_invoice',
|
|
133
135
|
SELLER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'seller_lease_to_own_installment_invoice',
|
|
134
136
|
SELLER_RENT_INSTALLMENT_INVOICE: 'seller_rent_installment_invoice',
|
|
135
|
-
AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice'
|
|
137
|
+
AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice',
|
|
138
|
+
EPP_BATCH_UPDATE_DOMAINS_RESULTS: 'epp.batch.update.domains.results',
|
|
139
|
+
LEAD_MESSAGE_OFFER: 'lead_message.offer',
|
|
140
|
+
LEAD_MESSAGE_OFFER_ACCEPTED: 'lead_message.offer_accepted',
|
|
141
|
+
LEAD_MESSAGE_OFFER_WITHDRAWN: 'lead_message.offer_withdrawn',
|
|
142
|
+
LEAD_MESSAGE_OFFER_REJECTED: 'lead_message.offer_rejected',
|
|
143
|
+
LEAD_MESSAGE_MESSAGE: 'lead_message.message',
|
|
144
|
+
TASKS_REMINDER_LEAD: 'tasks.reminder.lead',
|
|
145
|
+
TASKS_REMINDER_DOMAIN_TRANSFER: 'tasks.reminder.domain_transfer',
|
|
146
|
+
TASKS_REMINDER_ORDER: 'tasks.reminder.order'
|
|
136
147
|
} as const;
|
|
137
148
|
export type UserNotificationDtoTypeEnum = typeof UserNotificationDtoTypeEnum[keyof typeof UserNotificationDtoTypeEnum];
|
|
138
149
|
|
|
@@ -88,6 +88,8 @@ export const UserNotificationListItemDtoTypeEnum = {
|
|
|
88
88
|
DOMAIN_TRANSFER_SEND_IPS_TAG_INSTRUCTIONS_TO_START_TRANSFER_TO_SELLER: 'domain_transfer.send_ips_tag_instructions_to_start_transfer_to_seller',
|
|
89
89
|
DOMAIN_TRANSFER_RENT_SUBSCRIPTION_SEND_OWNED_DOMAIN_AUTH_CODE_TO_SELLER: 'domain_transfer.rent_subscription_send_owned_domain_auth_code_to_seller',
|
|
90
90
|
DOMAIN_TRANSFER_LEASE_TO_OWN_SUBSCRIPTION_SEND_OWNED_DOMAIN_AUTH_CODE_TO_SELLER: 'domain_transfer.lease_to_own_subscription_send_owned_domain_auth_code_to_seller',
|
|
91
|
+
DOMAIN_TRANSFER_SEND_AUTH_CODE_TO_BUYER: 'domain_transfer.send_auth_code_to_buyer',
|
|
92
|
+
DOMAIN_TRANSFER_SEND_AUTH_CODE_TO_BUYER_WITH_HOLDERCHANGE_SE_NU_FILE: 'domain_transfer.send_auth_code_to_buyer_with_holderchange_se_nu_file',
|
|
91
93
|
REQUEST_IPS_TAG_TO_BUYER_IPS_TAG_INVALID: 'request_ips_tag_to_buyer_ips_tag_invalid',
|
|
92
94
|
REQUEST_IPS_TAG_TO_SELLER_IPS_TAG_INVALID: 'request_ips_tag_to_seller_ips_tag_invalid',
|
|
93
95
|
LEAD_CLOSED_SELLER: 'lead.closed.seller',
|
|
@@ -118,7 +120,16 @@ export const UserNotificationListItemDtoTypeEnum = {
|
|
|
118
120
|
SELLER_INVOICE: 'seller_invoice',
|
|
119
121
|
SELLER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'seller_lease_to_own_installment_invoice',
|
|
120
122
|
SELLER_RENT_INSTALLMENT_INVOICE: 'seller_rent_installment_invoice',
|
|
121
|
-
AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice'
|
|
123
|
+
AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice',
|
|
124
|
+
EPP_BATCH_UPDATE_DOMAINS_RESULTS: 'epp.batch.update.domains.results',
|
|
125
|
+
LEAD_MESSAGE_OFFER: 'lead_message.offer',
|
|
126
|
+
LEAD_MESSAGE_OFFER_ACCEPTED: 'lead_message.offer_accepted',
|
|
127
|
+
LEAD_MESSAGE_OFFER_WITHDRAWN: 'lead_message.offer_withdrawn',
|
|
128
|
+
LEAD_MESSAGE_OFFER_REJECTED: 'lead_message.offer_rejected',
|
|
129
|
+
LEAD_MESSAGE_MESSAGE: 'lead_message.message',
|
|
130
|
+
TASKS_REMINDER_LEAD: 'tasks.reminder.lead',
|
|
131
|
+
TASKS_REMINDER_DOMAIN_TRANSFER: 'tasks.reminder.domain_transfer',
|
|
132
|
+
TASKS_REMINDER_ORDER: 'tasks.reminder.order'
|
|
122
133
|
} as const;
|
|
123
134
|
export type UserNotificationListItemDtoTypeEnum = typeof UserNotificationListItemDtoTypeEnum[keyof typeof UserNotificationListItemDtoTypeEnum];
|
|
124
135
|
|