@sp-api-sdk/vendor-direct-fulfillment-payments-api-v1 1.10.2 → 1.11.0
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.
|
@@ -23,7 +23,7 @@ export interface TaxRegistrationDetail {
|
|
|
23
23
|
*/
|
|
24
24
|
'taxRegistrationType'?: TaxRegistrationDetailTaxRegistrationTypeEnum;
|
|
25
25
|
/**
|
|
26
|
-
* Tax registration number for the
|
|
26
|
+
* Tax registration number for the entity. For example, VAT ID, Consumption Tax ID.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof TaxRegistrationDetail
|
|
29
29
|
*/
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/vendor-direct-fulfillment-payments-api-v1",
|
|
3
3
|
"author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
|
|
4
4
|
"description": "The Selling Partner API for Direct Fulfillment Payments provides programmatic access to a direct fulfillment vendor's invoice data.",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.11.0",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dist/**/*.d.ts"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@sp-api-sdk/common": "1.11.
|
|
21
|
+
"@sp-api-sdk/common": "1.11.4",
|
|
22
22
|
"axios": "^1.4.0"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"vendor direct fulfillment payments api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "4f5be6b7d4c8d5892d6567b00c6a7f2180a97758"
|
|
44
44
|
}
|