@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.
|
|
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.
|
|
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
|
-
|
|
47
|
+
05559cd6d00958d745d2f0c68406ed4746314dd8d13c7a551ba77e286d518c36096b378af9b0e0bf59d358da9a55f2fe
|
|
@@ -45,7 +45,7 @@ export interface OrderDto {
|
|
|
45
45
|
*/
|
|
46
46
|
decidedCountry: string;
|
|
47
47
|
/**
|
|
48
|
-
* Available payment methods per gateway (
|
|
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 (
|
|
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
package/src/models/OrderDto.ts
CHANGED
|
@@ -80,7 +80,7 @@ export interface OrderDto {
|
|
|
80
80
|
*/
|
|
81
81
|
decidedCountry: string;
|
|
82
82
|
/**
|
|
83
|
-
* Available payment methods per gateway (
|
|
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 (
|
|
110
|
+
* Available payment methods per gateway (canonical ids), keyed by PaymentGateway
|
|
111
111
|
* @type {object}
|
|
112
112
|
* @memberof SubscriptionDto
|
|
113
113
|
*/
|