@randock/nameshift-api-client 0.0.471 → 0.0.472

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.471
1
+ ## @randock/nameshift-api-client@0.0.472
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.471 --save
39
+ npm install @randock/nameshift-api-client@0.0.472 --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
- f00e4924e32532df29048172ec31a2da18134508b5acefc918c38d56632f1e69fd2aae78dd6e0b9a3621715871a3f4b5
47
+ 324065264c9c17d021241f8a50178bb8d9042d65706fd9ee2fc01c5f9830c98ed703a5b78c000b2b7bfa5e05ced80064
@@ -118,6 +118,7 @@ export declare const BuyerNotificationDtoTypeEnum: {
118
118
  readonly BUYER_INVOICE: "buyer_invoice";
119
119
  readonly BUYER_RENT_INSTALLMENT_INVOICE: "buyer_rent_installment_invoice";
120
120
  readonly BUYER_LEASE_TO_OWN_INSTALLMENT_INVOICE: "buyer_lease_to_own_installment_invoice";
121
+ readonly BUYER_BANK_TRANSFER_PAYMENT_DETAILS: "buyer_bank_transfer_payment_details";
121
122
  readonly SELLER_BULK_DOWNLOAD_INVOICES_COMPLETED: "seller_bulk_download_invoices_completed";
122
123
  readonly SELLER_BULK_DOWNLOAD_INVOICES_FAILED: "seller_bulk_download_invoices_failed";
123
124
  readonly EPP_BATCH_UPDATE_DOMAINS_RESULTS: "epp.batch.update.domains.results";
@@ -79,6 +79,7 @@ exports.BuyerNotificationDtoTypeEnum = {
79
79
  BUYER_INVOICE: 'buyer_invoice',
80
80
  BUYER_RENT_INSTALLMENT_INVOICE: 'buyer_rent_installment_invoice',
81
81
  BUYER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'buyer_lease_to_own_installment_invoice',
82
+ BUYER_BANK_TRANSFER_PAYMENT_DETAILS: 'buyer_bank_transfer_payment_details',
82
83
  SELLER_BULK_DOWNLOAD_INVOICES_COMPLETED: 'seller_bulk_download_invoices_completed',
83
84
  SELLER_BULK_DOWNLOAD_INVOICES_FAILED: 'seller_bulk_download_invoices_failed',
84
85
  EPP_BATCH_UPDATE_DOMAINS_RESULTS: 'epp.batch.update.domains.results',
@@ -111,6 +111,7 @@ export declare const BuyerNotificationListItemDtoTypeEnum: {
111
111
  readonly BUYER_INVOICE: "buyer_invoice";
112
112
  readonly BUYER_RENT_INSTALLMENT_INVOICE: "buyer_rent_installment_invoice";
113
113
  readonly BUYER_LEASE_TO_OWN_INSTALLMENT_INVOICE: "buyer_lease_to_own_installment_invoice";
114
+ readonly BUYER_BANK_TRANSFER_PAYMENT_DETAILS: "buyer_bank_transfer_payment_details";
114
115
  readonly SELLER_BULK_DOWNLOAD_INVOICES_COMPLETED: "seller_bulk_download_invoices_completed";
115
116
  readonly SELLER_BULK_DOWNLOAD_INVOICES_FAILED: "seller_bulk_download_invoices_failed";
116
117
  readonly EPP_BATCH_UPDATE_DOMAINS_RESULTS: "epp.batch.update.domains.results";
@@ -78,6 +78,7 @@ exports.BuyerNotificationListItemDtoTypeEnum = {
78
78
  BUYER_INVOICE: 'buyer_invoice',
79
79
  BUYER_RENT_INSTALLMENT_INVOICE: 'buyer_rent_installment_invoice',
80
80
  BUYER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'buyer_lease_to_own_installment_invoice',
81
+ BUYER_BANK_TRANSFER_PAYMENT_DETAILS: 'buyer_bank_transfer_payment_details',
81
82
  SELLER_BULK_DOWNLOAD_INVOICES_COMPLETED: 'seller_bulk_download_invoices_completed',
82
83
  SELLER_BULK_DOWNLOAD_INVOICES_FAILED: 'seller_bulk_download_invoices_failed',
83
84
  EPP_BATCH_UPDATE_DOMAINS_RESULTS: 'epp.batch.update.domains.results',
@@ -118,6 +118,7 @@ export declare const UserNotificationDtoTypeEnum: {
118
118
  readonly BUYER_INVOICE: "buyer_invoice";
119
119
  readonly BUYER_RENT_INSTALLMENT_INVOICE: "buyer_rent_installment_invoice";
120
120
  readonly BUYER_LEASE_TO_OWN_INSTALLMENT_INVOICE: "buyer_lease_to_own_installment_invoice";
121
+ readonly BUYER_BANK_TRANSFER_PAYMENT_DETAILS: "buyer_bank_transfer_payment_details";
121
122
  readonly SELLER_BULK_DOWNLOAD_INVOICES_COMPLETED: "seller_bulk_download_invoices_completed";
122
123
  readonly SELLER_BULK_DOWNLOAD_INVOICES_FAILED: "seller_bulk_download_invoices_failed";
123
124
  readonly EPP_BATCH_UPDATE_DOMAINS_RESULTS: "epp.batch.update.domains.results";
@@ -79,6 +79,7 @@ exports.UserNotificationDtoTypeEnum = {
79
79
  BUYER_INVOICE: 'buyer_invoice',
80
80
  BUYER_RENT_INSTALLMENT_INVOICE: 'buyer_rent_installment_invoice',
81
81
  BUYER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'buyer_lease_to_own_installment_invoice',
82
+ BUYER_BANK_TRANSFER_PAYMENT_DETAILS: 'buyer_bank_transfer_payment_details',
82
83
  SELLER_BULK_DOWNLOAD_INVOICES_COMPLETED: 'seller_bulk_download_invoices_completed',
83
84
  SELLER_BULK_DOWNLOAD_INVOICES_FAILED: 'seller_bulk_download_invoices_failed',
84
85
  EPP_BATCH_UPDATE_DOMAINS_RESULTS: 'epp.batch.update.domains.results',
@@ -111,6 +111,7 @@ export declare const UserNotificationListItemDtoTypeEnum: {
111
111
  readonly BUYER_INVOICE: "buyer_invoice";
112
112
  readonly BUYER_RENT_INSTALLMENT_INVOICE: "buyer_rent_installment_invoice";
113
113
  readonly BUYER_LEASE_TO_OWN_INSTALLMENT_INVOICE: "buyer_lease_to_own_installment_invoice";
114
+ readonly BUYER_BANK_TRANSFER_PAYMENT_DETAILS: "buyer_bank_transfer_payment_details";
114
115
  readonly SELLER_BULK_DOWNLOAD_INVOICES_COMPLETED: "seller_bulk_download_invoices_completed";
115
116
  readonly SELLER_BULK_DOWNLOAD_INVOICES_FAILED: "seller_bulk_download_invoices_failed";
116
117
  readonly EPP_BATCH_UPDATE_DOMAINS_RESULTS: "epp.batch.update.domains.results";
@@ -78,6 +78,7 @@ exports.UserNotificationListItemDtoTypeEnum = {
78
78
  BUYER_INVOICE: 'buyer_invoice',
79
79
  BUYER_RENT_INSTALLMENT_INVOICE: 'buyer_rent_installment_invoice',
80
80
  BUYER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'buyer_lease_to_own_installment_invoice',
81
+ BUYER_BANK_TRANSFER_PAYMENT_DETAILS: 'buyer_bank_transfer_payment_details',
81
82
  SELLER_BULK_DOWNLOAD_INVOICES_COMPLETED: 'seller_bulk_download_invoices_completed',
82
83
  SELLER_BULK_DOWNLOAD_INVOICES_FAILED: 'seller_bulk_download_invoices_failed',
83
84
  EPP_BATCH_UPDATE_DOMAINS_RESULTS: 'epp.batch.update.domains.results',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.471",
3
+ "version": "0.0.472",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -131,6 +131,7 @@ export const BuyerNotificationDtoTypeEnum = {
131
131
  BUYER_INVOICE: 'buyer_invoice',
132
132
  BUYER_RENT_INSTALLMENT_INVOICE: 'buyer_rent_installment_invoice',
133
133
  BUYER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'buyer_lease_to_own_installment_invoice',
134
+ BUYER_BANK_TRANSFER_PAYMENT_DETAILS: 'buyer_bank_transfer_payment_details',
134
135
  SELLER_BULK_DOWNLOAD_INVOICES_COMPLETED: 'seller_bulk_download_invoices_completed',
135
136
  SELLER_BULK_DOWNLOAD_INVOICES_FAILED: 'seller_bulk_download_invoices_failed',
136
137
  EPP_BATCH_UPDATE_DOMAINS_RESULTS: 'epp.batch.update.domains.results',
@@ -117,6 +117,7 @@ export const BuyerNotificationListItemDtoTypeEnum = {
117
117
  BUYER_INVOICE: 'buyer_invoice',
118
118
  BUYER_RENT_INSTALLMENT_INVOICE: 'buyer_rent_installment_invoice',
119
119
  BUYER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'buyer_lease_to_own_installment_invoice',
120
+ BUYER_BANK_TRANSFER_PAYMENT_DETAILS: 'buyer_bank_transfer_payment_details',
120
121
  SELLER_BULK_DOWNLOAD_INVOICES_COMPLETED: 'seller_bulk_download_invoices_completed',
121
122
  SELLER_BULK_DOWNLOAD_INVOICES_FAILED: 'seller_bulk_download_invoices_failed',
122
123
  EPP_BATCH_UPDATE_DOMAINS_RESULTS: 'epp.batch.update.domains.results',
@@ -131,6 +131,7 @@ export const UserNotificationDtoTypeEnum = {
131
131
  BUYER_INVOICE: 'buyer_invoice',
132
132
  BUYER_RENT_INSTALLMENT_INVOICE: 'buyer_rent_installment_invoice',
133
133
  BUYER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'buyer_lease_to_own_installment_invoice',
134
+ BUYER_BANK_TRANSFER_PAYMENT_DETAILS: 'buyer_bank_transfer_payment_details',
134
135
  SELLER_BULK_DOWNLOAD_INVOICES_COMPLETED: 'seller_bulk_download_invoices_completed',
135
136
  SELLER_BULK_DOWNLOAD_INVOICES_FAILED: 'seller_bulk_download_invoices_failed',
136
137
  EPP_BATCH_UPDATE_DOMAINS_RESULTS: 'epp.batch.update.domains.results',
@@ -117,6 +117,7 @@ export const UserNotificationListItemDtoTypeEnum = {
117
117
  BUYER_INVOICE: 'buyer_invoice',
118
118
  BUYER_RENT_INSTALLMENT_INVOICE: 'buyer_rent_installment_invoice',
119
119
  BUYER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'buyer_lease_to_own_installment_invoice',
120
+ BUYER_BANK_TRANSFER_PAYMENT_DETAILS: 'buyer_bank_transfer_payment_details',
120
121
  SELLER_BULK_DOWNLOAD_INVOICES_COMPLETED: 'seller_bulk_download_invoices_completed',
121
122
  SELLER_BULK_DOWNLOAD_INVOICES_FAILED: 'seller_bulk_download_invoices_failed',
122
123
  EPP_BATCH_UPDATE_DOMAINS_RESULTS: 'epp.batch.update.domains.results',