@sp-api-sdk/vendor-direct-fulfillment-shipping-api-v1 2.1.5 → 2.2.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.
- package/dist/cjs/src/api-model/api/vendor-shipping-api.js +55 -16
- package/dist/cjs/src/api-model/base.js +7 -2
- package/dist/cjs/src/api-model/common.js +1 -1
- package/dist/cjs/src/api-model/configuration.js +8 -0
- package/dist/es/src/api-model/api/vendor-shipping-api.js +55 -16
- package/dist/es/src/api-model/base.js +6 -1
- package/dist/es/src/api-model/common.js +1 -1
- package/dist/es/src/api-model/configuration.js +8 -0
- package/dist/types/src/api-model/api/vendor-shipping-api.d.ts +83 -59
- package/dist/types/src/api-model/base.d.ts +14 -2
- package/dist/types/src/api-model/configuration.d.ts +8 -0
- package/dist/types/src/api-model/models/container.d.ts +3 -3
- package/dist/types/src/api-model/models/customer-invoice-list.d.ts +2 -2
- package/dist/types/src/api-model/models/get-customer-invoice-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-customer-invoices-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-packing-slip-list-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-packing-slip-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-shipping-label-list-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-shipping-label-response.d.ts +1 -1
- package/dist/types/src/api-model/models/item.d.ts +1 -1
- package/dist/types/src/api-model/models/packed-item.d.ts +1 -1
- package/dist/types/src/api-model/models/packing-slip-list.d.ts +2 -2
- package/dist/types/src/api-model/models/party-identification.d.ts +2 -2
- package/dist/types/src/api-model/models/shipment-confirmation.d.ts +4 -4
- package/dist/types/src/api-model/models/shipment-status-update.d.ts +2 -2
- package/dist/types/src/api-model/models/shipping-label-list.d.ts +2 -2
- package/dist/types/src/api-model/models/shipping-label-request.d.ts +2 -2
- package/dist/types/src/api-model/models/shipping-label.d.ts +2 -2
- package/dist/types/src/api-model/models/status-update-details.d.ts +2 -2
- package/dist/types/src/api-model/models/submit-shipment-confirmations-request.d.ts +1 -1
- package/dist/types/src/api-model/models/submit-shipment-confirmations-response.d.ts +1 -1
- package/dist/types/src/api-model/models/submit-shipment-status-updates-request.d.ts +1 -1
- package/dist/types/src/api-model/models/submit-shipment-status-updates-response.d.ts +1 -1
- package/dist/types/src/api-model/models/submit-shipping-labels-request.d.ts +1 -1
- package/dist/types/src/api-model/models/submit-shipping-labels-response.d.ts +1 -1
- package/dist/types/src/api-model/models/tax-registration-details.d.ts +1 -1
- package/package.json +4 -4
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { PackingSlip } from './packing-slip';
|
|
13
|
-
import { Pagination } from './pagination';
|
|
12
|
+
import type { PackingSlip } from './packing-slip';
|
|
13
|
+
import type { Pagination } from './pagination';
|
|
14
14
|
/**
|
|
15
15
|
* A list of packing slips.
|
|
16
16
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { Address } from './address';
|
|
13
|
-
import { TaxRegistrationDetails } from './tax-registration-details';
|
|
12
|
+
import type { Address } from './address';
|
|
13
|
+
import type { TaxRegistrationDetails } from './tax-registration-details';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { Container } from './container';
|
|
13
|
-
import { Item } from './item';
|
|
14
|
-
import { PartyIdentification } from './party-identification';
|
|
15
|
-
import { ShipmentDetails } from './shipment-details';
|
|
12
|
+
import type { Container } from './container';
|
|
13
|
+
import type { Item } from './item';
|
|
14
|
+
import type { PartyIdentification } from './party-identification';
|
|
15
|
+
import type { ShipmentDetails } from './shipment-details';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { PartyIdentification } from './party-identification';
|
|
13
|
-
import { StatusUpdateDetails } from './status-update-details';
|
|
12
|
+
import type { PartyIdentification } from './party-identification';
|
|
13
|
+
import type { StatusUpdateDetails } from './status-update-details';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { Pagination } from './pagination';
|
|
13
|
-
import { ShippingLabel } from './shipping-label';
|
|
12
|
+
import type { Pagination } from './pagination';
|
|
13
|
+
import type { ShippingLabel } from './shipping-label';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { Container } from './container';
|
|
13
|
-
import { PartyIdentification } from './party-identification';
|
|
12
|
+
import type { Container } from './container';
|
|
13
|
+
import type { PartyIdentification } from './party-identification';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { LabelData } from './label-data';
|
|
13
|
-
import { PartyIdentification } from './party-identification';
|
|
12
|
+
import type { LabelData } from './label-data';
|
|
13
|
+
import type { PartyIdentification } from './party-identification';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { Address } from './address';
|
|
13
|
-
import { StatusUpdateDetailsShipmentSchedule } from './status-update-details-shipment-schedule';
|
|
12
|
+
import type { Address } from './address';
|
|
13
|
+
import type { StatusUpdateDetailsShipmentSchedule } from './status-update-details-shipment-schedule';
|
|
14
14
|
/**
|
|
15
15
|
* Details for the shipment status update given by the vendor for the specific package.
|
|
16
16
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { TransactionReference } from './transaction-reference';
|
|
12
|
+
import type { TransactionReference } from './transaction-reference';
|
|
13
13
|
/**
|
|
14
14
|
* The response schema for the submitShipmentConfirmations operation.
|
|
15
15
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { TransactionReference } from './transaction-reference';
|
|
12
|
+
import type { TransactionReference } from './transaction-reference';
|
|
13
13
|
/**
|
|
14
14
|
* The response schema for the submitShipmentStatusUpdates operation.
|
|
15
15
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { TransactionReference } from './transaction-reference';
|
|
12
|
+
import type { TransactionReference } from './transaction-reference';
|
|
13
13
|
/**
|
|
14
14
|
* The response schema for the submitShippingLabelRequest operation.
|
|
15
15
|
* @export
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/vendor-direct-fulfillment-shipping-api-v1",
|
|
3
3
|
"author": "Bertrand Marron <bertrand@bizon.solutions>",
|
|
4
4
|
"description": "The Selling Partner API for Direct Fulfillment Shipping provides programmatic access to a direct fulfillment vendor's shipping data.",
|
|
5
|
-
"version": "2.
|
|
5
|
+
"version": "2.2.0",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"dist/**/*.d.ts"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@sp-api-sdk/common": "2.0.
|
|
22
|
-
"axios": "^1.
|
|
21
|
+
"@sp-api-sdk/common": "2.0.8",
|
|
22
|
+
"axios": "^1.7.0"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"vendor direct fulfillment shipping api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "5a245a25a9f1765c825e2178668d4b0f4e44689b"
|
|
44
44
|
}
|