@randock/nameshift-api-client 0.0.321 → 0.0.322
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 +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/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.322
|
|
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.322 --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
|
+
2bd903ac14c90d2888f8006cb3ead3c9605789590f006405ef0d860b1ea87f2b3585895738c3f56dc3bdd751de55526f
|
|
@@ -128,6 +128,7 @@ export declare const UserNotificationDtoTypeEnum: {
|
|
|
128
128
|
readonly LEAD_MESSAGE_OFFER_WITHDRAWN: "lead_message.offer_withdrawn";
|
|
129
129
|
readonly LEAD_MESSAGE_OFFER_REJECTED: "lead_message.offer_rejected";
|
|
130
130
|
readonly LEAD_MESSAGE_MESSAGE: "lead_message.message";
|
|
131
|
+
readonly LEAD_MESSAGE_BATCH: "lead_message.batch";
|
|
131
132
|
readonly TASKS_REMINDER_LEAD: "tasks.reminder.lead";
|
|
132
133
|
readonly TASKS_REMINDER_DOMAIN_TRANSFER: "tasks.reminder.domain_transfer";
|
|
133
134
|
readonly TASKS_REMINDER_ORDER: "tasks.reminder.order";
|
|
@@ -89,6 +89,7 @@ exports.UserNotificationDtoTypeEnum = {
|
|
|
89
89
|
LEAD_MESSAGE_OFFER_WITHDRAWN: 'lead_message.offer_withdrawn',
|
|
90
90
|
LEAD_MESSAGE_OFFER_REJECTED: 'lead_message.offer_rejected',
|
|
91
91
|
LEAD_MESSAGE_MESSAGE: 'lead_message.message',
|
|
92
|
+
LEAD_MESSAGE_BATCH: 'lead_message.batch',
|
|
92
93
|
TASKS_REMINDER_LEAD: 'tasks.reminder.lead',
|
|
93
94
|
TASKS_REMINDER_DOMAIN_TRANSFER: 'tasks.reminder.domain_transfer',
|
|
94
95
|
TASKS_REMINDER_ORDER: 'tasks.reminder.order'
|
|
@@ -121,6 +121,7 @@ export declare const UserNotificationListItemDtoTypeEnum: {
|
|
|
121
121
|
readonly LEAD_MESSAGE_OFFER_WITHDRAWN: "lead_message.offer_withdrawn";
|
|
122
122
|
readonly LEAD_MESSAGE_OFFER_REJECTED: "lead_message.offer_rejected";
|
|
123
123
|
readonly LEAD_MESSAGE_MESSAGE: "lead_message.message";
|
|
124
|
+
readonly LEAD_MESSAGE_BATCH: "lead_message.batch";
|
|
124
125
|
readonly TASKS_REMINDER_LEAD: "tasks.reminder.lead";
|
|
125
126
|
readonly TASKS_REMINDER_DOMAIN_TRANSFER: "tasks.reminder.domain_transfer";
|
|
126
127
|
readonly TASKS_REMINDER_ORDER: "tasks.reminder.order";
|
|
@@ -88,6 +88,7 @@ exports.UserNotificationListItemDtoTypeEnum = {
|
|
|
88
88
|
LEAD_MESSAGE_OFFER_WITHDRAWN: 'lead_message.offer_withdrawn',
|
|
89
89
|
LEAD_MESSAGE_OFFER_REJECTED: 'lead_message.offer_rejected',
|
|
90
90
|
LEAD_MESSAGE_MESSAGE: 'lead_message.message',
|
|
91
|
+
LEAD_MESSAGE_BATCH: 'lead_message.batch',
|
|
91
92
|
TASKS_REMINDER_LEAD: 'tasks.reminder.lead',
|
|
92
93
|
TASKS_REMINDER_DOMAIN_TRANSFER: 'tasks.reminder.domain_transfer',
|
|
93
94
|
TASKS_REMINDER_ORDER: 'tasks.reminder.order'
|
package/package.json
CHANGED
|
@@ -141,6 +141,7 @@ export const UserNotificationDtoTypeEnum = {
|
|
|
141
141
|
LEAD_MESSAGE_OFFER_WITHDRAWN: 'lead_message.offer_withdrawn',
|
|
142
142
|
LEAD_MESSAGE_OFFER_REJECTED: 'lead_message.offer_rejected',
|
|
143
143
|
LEAD_MESSAGE_MESSAGE: 'lead_message.message',
|
|
144
|
+
LEAD_MESSAGE_BATCH: 'lead_message.batch',
|
|
144
145
|
TASKS_REMINDER_LEAD: 'tasks.reminder.lead',
|
|
145
146
|
TASKS_REMINDER_DOMAIN_TRANSFER: 'tasks.reminder.domain_transfer',
|
|
146
147
|
TASKS_REMINDER_ORDER: 'tasks.reminder.order'
|
|
@@ -127,6 +127,7 @@ export const UserNotificationListItemDtoTypeEnum = {
|
|
|
127
127
|
LEAD_MESSAGE_OFFER_WITHDRAWN: 'lead_message.offer_withdrawn',
|
|
128
128
|
LEAD_MESSAGE_OFFER_REJECTED: 'lead_message.offer_rejected',
|
|
129
129
|
LEAD_MESSAGE_MESSAGE: 'lead_message.message',
|
|
130
|
+
LEAD_MESSAGE_BATCH: 'lead_message.batch',
|
|
130
131
|
TASKS_REMINDER_LEAD: 'tasks.reminder.lead',
|
|
131
132
|
TASKS_REMINDER_DOMAIN_TRANSFER: 'tasks.reminder.domain_transfer',
|
|
132
133
|
TASKS_REMINDER_ORDER: 'tasks.reminder.order'
|