@randock/nameshift-api-client 0.0.318 → 0.0.319

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.318
1
+ ## @randock/nameshift-api-client@0.0.319
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.318 --save
39
+ npm install @randock/nameshift-api-client@0.0.319 --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
- 136a2f12d335399b2c6f32494ec9fa332100f387b2243b0b26ca6113263ee01d2bcc48058b7235e516ebed2a2c4505b6
47
+ e6979416bb32cea8367b3e5c9ef7ad45beb18fa09f400066782d9a4ac231823483abab4259a1a435d2df32e97e22d900
@@ -120,6 +120,7 @@ export declare const UserNotificationDtoTypeEnum: {
120
120
  readonly SELLER_LEASE_TO_OWN_INSTALLMENT_INVOICE: "seller_lease_to_own_installment_invoice";
121
121
  readonly SELLER_RENT_INSTALLMENT_INVOICE: "seller_rent_installment_invoice";
122
122
  readonly AFFILIATE_COMMISSIONS_INVOICE: "affiliate_commissions_invoice";
123
+ readonly EPP_BATCH_UPDATE_DOMAINS_RESULTS: "epp.batch.update.domains.results";
123
124
  };
124
125
  export type UserNotificationDtoTypeEnum = typeof UserNotificationDtoTypeEnum[keyof typeof UserNotificationDtoTypeEnum];
125
126
  /**
@@ -80,7 +80,8 @@ exports.UserNotificationDtoTypeEnum = {
80
80
  SELLER_INVOICE: 'seller_invoice',
81
81
  SELLER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'seller_lease_to_own_installment_invoice',
82
82
  SELLER_RENT_INSTALLMENT_INVOICE: 'seller_rent_installment_invoice',
83
- AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice'
83
+ AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice',
84
+ EPP_BATCH_UPDATE_DOMAINS_RESULTS: 'epp.batch.update.domains.results'
84
85
  };
85
86
  /**
86
87
  * Check if a given object implements the UserNotificationDto interface.
@@ -113,6 +113,7 @@ export declare const UserNotificationListItemDtoTypeEnum: {
113
113
  readonly SELLER_LEASE_TO_OWN_INSTALLMENT_INVOICE: "seller_lease_to_own_installment_invoice";
114
114
  readonly SELLER_RENT_INSTALLMENT_INVOICE: "seller_rent_installment_invoice";
115
115
  readonly AFFILIATE_COMMISSIONS_INVOICE: "affiliate_commissions_invoice";
116
+ readonly EPP_BATCH_UPDATE_DOMAINS_RESULTS: "epp.batch.update.domains.results";
116
117
  };
117
118
  export type UserNotificationListItemDtoTypeEnum = typeof UserNotificationListItemDtoTypeEnum[keyof typeof UserNotificationListItemDtoTypeEnum];
118
119
  /**
@@ -79,7 +79,8 @@ exports.UserNotificationListItemDtoTypeEnum = {
79
79
  SELLER_INVOICE: 'seller_invoice',
80
80
  SELLER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'seller_lease_to_own_installment_invoice',
81
81
  SELLER_RENT_INSTALLMENT_INVOICE: 'seller_rent_installment_invoice',
82
- AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice'
82
+ AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice',
83
+ EPP_BATCH_UPDATE_DOMAINS_RESULTS: 'epp.batch.update.domains.results'
83
84
  };
84
85
  /**
85
86
  * Check if a given object implements the UserNotificationListItemDto interface.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.318",
3
+ "version": "0.0.319",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -132,7 +132,8 @@ export const UserNotificationDtoTypeEnum = {
132
132
  SELLER_INVOICE: 'seller_invoice',
133
133
  SELLER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'seller_lease_to_own_installment_invoice',
134
134
  SELLER_RENT_INSTALLMENT_INVOICE: 'seller_rent_installment_invoice',
135
- AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice'
135
+ AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice',
136
+ EPP_BATCH_UPDATE_DOMAINS_RESULTS: 'epp.batch.update.domains.results'
136
137
  } as const;
137
138
  export type UserNotificationDtoTypeEnum = typeof UserNotificationDtoTypeEnum[keyof typeof UserNotificationDtoTypeEnum];
138
139
 
@@ -118,7 +118,8 @@ export const UserNotificationListItemDtoTypeEnum = {
118
118
  SELLER_INVOICE: 'seller_invoice',
119
119
  SELLER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'seller_lease_to_own_installment_invoice',
120
120
  SELLER_RENT_INSTALLMENT_INVOICE: 'seller_rent_installment_invoice',
121
- AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice'
121
+ AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice',
122
+ EPP_BATCH_UPDATE_DOMAINS_RESULTS: 'epp.batch.update.domains.results'
122
123
  } as const;
123
124
  export type UserNotificationListItemDtoTypeEnum = typeof UserNotificationListItemDtoTypeEnum[keyof typeof UserNotificationListItemDtoTypeEnum];
124
125