@randock/nameshift-api-client 0.0.418 → 0.0.419

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.418
1
+ ## @randock/nameshift-api-client@0.0.419
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.418 --save
39
+ npm install @randock/nameshift-api-client@0.0.419 --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
- 642e29c8a84d0ca4b9779e7f413cbaa97268f2d7a245804e4c90bb6edbfb5baf3b34e4e354dd5a2eb1093fcf4a38f954
47
+ 05559cd6d00958d745d2f0c68406ed4746314dd8d13c7a551ba77e286d518c36096b378af9b0e0bf59d358da9a55f2fe
@@ -45,7 +45,7 @@ export interface OrderDto {
45
45
  */
46
46
  decidedCountry: string;
47
47
  /**
48
- * Available payment methods per gateway (raw provider ids), keyed by PaymentGateway
48
+ * Available payment methods per gateway (canonical ids), keyed by PaymentGateway
49
49
  * @type {object}
50
50
  * @memberof OrderDto
51
51
  */
@@ -54,7 +54,7 @@ export interface SubscriptionDto {
54
54
  */
55
55
  decidedCountry: string;
56
56
  /**
57
- * Available payment methods per gateway (raw provider ids), keyed by PaymentGateway
57
+ * Available payment methods per gateway (canonical ids), keyed by PaymentGateway
58
58
  * @type {object}
59
59
  * @memberof SubscriptionDto
60
60
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.418",
3
+ "version": "0.0.419",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -80,7 +80,7 @@ export interface OrderDto {
80
80
  */
81
81
  decidedCountry: string;
82
82
  /**
83
- * Available payment methods per gateway (raw provider ids), keyed by PaymentGateway
83
+ * Available payment methods per gateway (canonical ids), keyed by PaymentGateway
84
84
  * @type {object}
85
85
  * @memberof OrderDto
86
86
  */
@@ -107,7 +107,7 @@ export interface SubscriptionDto {
107
107
  */
108
108
  decidedCountry: string;
109
109
  /**
110
- * Available payment methods per gateway (raw provider ids), keyed by PaymentGateway
110
+ * Available payment methods per gateway (canonical ids), keyed by PaymentGateway
111
111
  * @type {object}
112
112
  * @memberof SubscriptionDto
113
113
  */