@sp-api-sdk/vendor-shipments-api-v1 1.8.2 → 1.8.5
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 +1 -1
- package/dist/cjs/src/api-model/models/container-identification.js +7 -12
- package/dist/cjs/src/api-model/models/dimensions.js +6 -11
- package/dist/cjs/src/api-model/models/duration.js +4 -9
- package/dist/cjs/src/api-model/models/import-details.js +8 -13
- package/dist/cjs/src/api-model/models/item-details.js +6 -11
- package/dist/cjs/src/api-model/models/item-quantity.js +4 -9
- package/dist/cjs/src/api-model/models/shipment-confirmation.js +18 -33
- package/dist/cjs/src/api-model/models/stop.js +5 -10
- package/dist/cjs/src/api-model/models/tax-registration-details.js +4 -9
- package/dist/cjs/src/api-model/models/transportation-details.js +5 -10
- package/dist/cjs/src/api-model/models/volume.js +6 -11
- package/dist/cjs/src/api-model/models/weight.js +6 -11
- package/dist/es/src/api-model/api/vendor-shipping-api.js +1 -1
- package/dist/es/src/api-model/models/container-identification.js +7 -12
- package/dist/es/src/api-model/models/dimensions.js +6 -11
- package/dist/es/src/api-model/models/duration.js +4 -9
- package/dist/es/src/api-model/models/import-details.js +8 -13
- package/dist/es/src/api-model/models/item-details.js +6 -11
- package/dist/es/src/api-model/models/item-quantity.js +4 -9
- package/dist/es/src/api-model/models/shipment-confirmation.js +18 -33
- package/dist/es/src/api-model/models/stop.js +5 -10
- package/dist/es/src/api-model/models/tax-registration-details.js +4 -9
- package/dist/es/src/api-model/models/transportation-details.js +5 -10
- package/dist/es/src/api-model/models/volume.js +6 -11
- package/dist/es/src/api-model/models/weight.js +6 -11
- package/dist/types/src/api-model/api/vendor-shipping-api.d.ts +4 -4
- package/dist/types/src/api-model/base.d.ts +2 -2
- package/dist/types/src/api-model/common.d.ts +2 -2
- package/dist/types/src/api-model/models/address.d.ts +11 -11
- package/dist/types/src/api-model/models/carton-reference-details.d.ts +2 -2
- package/dist/types/src/api-model/models/carton.d.ts +6 -6
- package/dist/types/src/api-model/models/container-identification.d.ts +10 -13
- package/dist/types/src/api-model/models/container-item.d.ts +3 -3
- package/dist/types/src/api-model/models/dimensions.d.ts +11 -14
- package/dist/types/src/api-model/models/duration.d.ts +7 -10
- package/dist/types/src/api-model/models/expiry.d.ts +3 -3
- package/dist/types/src/api-model/models/import-details.d.ts +15 -18
- package/dist/types/src/api-model/models/item-details.d.ts +12 -15
- package/dist/types/src/api-model/models/item-quantity.d.ts +8 -11
- package/dist/types/src/api-model/models/item.d.ts +5 -5
- package/dist/types/src/api-model/models/location.d.ts +3 -3
- package/dist/types/src/api-model/models/model-error.d.ts +3 -3
- package/dist/types/src/api-model/models/money.d.ts +2 -2
- package/dist/types/src/api-model/models/pallet.d.ts +7 -7
- package/dist/types/src/api-model/models/party-identification.d.ts +3 -3
- package/dist/types/src/api-model/models/route.d.ts +1 -1
- package/dist/types/src/api-model/models/shipment-confirmation.d.ts +38 -47
- package/dist/types/src/api-model/models/shipment-measurements.d.ts +4 -4
- package/dist/types/src/api-model/models/stop.d.ts +10 -13
- 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 +2 -2
- package/dist/types/src/api-model/models/tax-registration-details.d.ts +7 -10
- package/dist/types/src/api-model/models/transaction-reference.d.ts +1 -1
- package/dist/types/src/api-model/models/transportation-details.d.ts +10 -13
- package/dist/types/src/api-model/models/volume.d.ts +9 -12
- package/dist/types/src/api-model/models/weight.d.ts +9 -12
- package/package.json +5 -5
|
@@ -47,7 +47,7 @@ const VendorShippingApiAxiosParamCreator = function (configuration) {
|
|
|
47
47
|
const localVarHeaderParameter = {};
|
|
48
48
|
const localVarQueryParameter = {};
|
|
49
49
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
50
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
50
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
51
51
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
52
52
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
53
53
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
@@ -14,15 +14,10 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ContainerIdentificationContainerIdentificationTypeEnum = void 0;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
ContainerIdentificationContainerIdentificationTypeEnum["Amzncc"] = "AMZNCC";
|
|
25
|
-
ContainerIdentificationContainerIdentificationTypeEnum["Gtin"] = "GTIN";
|
|
26
|
-
ContainerIdentificationContainerIdentificationTypeEnum["Bps"] = "BPS";
|
|
27
|
-
ContainerIdentificationContainerIdentificationTypeEnum["Cid"] = "CID";
|
|
28
|
-
})(ContainerIdentificationContainerIdentificationTypeEnum = exports.ContainerIdentificationContainerIdentificationTypeEnum || (exports.ContainerIdentificationContainerIdentificationTypeEnum = {}));
|
|
17
|
+
exports.ContainerIdentificationContainerIdentificationTypeEnum = {
|
|
18
|
+
Sscc: 'SSCC',
|
|
19
|
+
Amzncc: 'AMZNCC',
|
|
20
|
+
Gtin: 'GTIN',
|
|
21
|
+
Bps: 'BPS',
|
|
22
|
+
Cid: 'CID'
|
|
23
|
+
};
|
|
@@ -14,14 +14,9 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.DimensionsUnitOfMeasureEnum = void 0;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
DimensionsUnitOfMeasureEnum["In"] = "In";
|
|
24
|
-
DimensionsUnitOfMeasureEnum["Ft"] = "Ft";
|
|
25
|
-
DimensionsUnitOfMeasureEnum["Meter"] = "Meter";
|
|
26
|
-
DimensionsUnitOfMeasureEnum["Yard"] = "Yard";
|
|
27
|
-
})(DimensionsUnitOfMeasureEnum = exports.DimensionsUnitOfMeasureEnum || (exports.DimensionsUnitOfMeasureEnum = {}));
|
|
17
|
+
exports.DimensionsUnitOfMeasureEnum = {
|
|
18
|
+
In: 'In',
|
|
19
|
+
Ft: 'Ft',
|
|
20
|
+
Meter: 'Meter',
|
|
21
|
+
Yard: 'Yard'
|
|
22
|
+
};
|
|
@@ -14,12 +14,7 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.DurationDurationUnitEnum = void 0;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
var DurationDurationUnitEnum;
|
|
22
|
-
(function (DurationDurationUnitEnum) {
|
|
23
|
-
DurationDurationUnitEnum["Days"] = "Days";
|
|
24
|
-
DurationDurationUnitEnum["Months"] = "Months";
|
|
25
|
-
})(DurationDurationUnitEnum = exports.DurationDurationUnitEnum || (exports.DurationDurationUnitEnum = {}));
|
|
17
|
+
exports.DurationDurationUnitEnum = {
|
|
18
|
+
Days: 'Days',
|
|
19
|
+
Months: 'Months'
|
|
20
|
+
};
|
|
@@ -14,16 +14,11 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ImportDetailsMethodOfPaymentEnum = void 0;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
ImportDetailsMethodOfPaymentEnum["DefinedByBuyerAndSeller"] = "DefinedByBuyerAndSeller";
|
|
26
|
-
ImportDetailsMethodOfPaymentEnum["FobPortOfCall"] = "FOBPortOfCall";
|
|
27
|
-
ImportDetailsMethodOfPaymentEnum["PrepaidBySeller"] = "PrepaidBySeller";
|
|
28
|
-
ImportDetailsMethodOfPaymentEnum["PaidBySeller"] = "PaidBySeller";
|
|
29
|
-
})(ImportDetailsMethodOfPaymentEnum = exports.ImportDetailsMethodOfPaymentEnum || (exports.ImportDetailsMethodOfPaymentEnum = {}));
|
|
17
|
+
exports.ImportDetailsMethodOfPaymentEnum = {
|
|
18
|
+
PaidByBuyer: 'PaidByBuyer',
|
|
19
|
+
CollectOnDelivery: 'CollectOnDelivery',
|
|
20
|
+
DefinedByBuyerAndSeller: 'DefinedByBuyerAndSeller',
|
|
21
|
+
FobPortOfCall: 'FOBPortOfCall',
|
|
22
|
+
PrepaidBySeller: 'PrepaidBySeller',
|
|
23
|
+
PaidBySeller: 'PaidBySeller'
|
|
24
|
+
};
|
|
@@ -14,14 +14,9 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ItemDetailsHandlingCodeEnum = void 0;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
ItemDetailsHandlingCodeEnum["Oversized"] = "Oversized";
|
|
24
|
-
ItemDetailsHandlingCodeEnum["Fragile"] = "Fragile";
|
|
25
|
-
ItemDetailsHandlingCodeEnum["Food"] = "Food";
|
|
26
|
-
ItemDetailsHandlingCodeEnum["HandleWithCare"] = "HandleWithCare";
|
|
27
|
-
})(ItemDetailsHandlingCodeEnum = exports.ItemDetailsHandlingCodeEnum || (exports.ItemDetailsHandlingCodeEnum = {}));
|
|
17
|
+
exports.ItemDetailsHandlingCodeEnum = {
|
|
18
|
+
Oversized: 'Oversized',
|
|
19
|
+
Fragile: 'Fragile',
|
|
20
|
+
Food: 'Food',
|
|
21
|
+
HandleWithCare: 'HandleWithCare'
|
|
22
|
+
};
|
|
@@ -14,12 +14,7 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ItemQuantityUnitOfMeasureEnum = void 0;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
var ItemQuantityUnitOfMeasureEnum;
|
|
22
|
-
(function (ItemQuantityUnitOfMeasureEnum) {
|
|
23
|
-
ItemQuantityUnitOfMeasureEnum["Cases"] = "Cases";
|
|
24
|
-
ItemQuantityUnitOfMeasureEnum["Eaches"] = "Eaches";
|
|
25
|
-
})(ItemQuantityUnitOfMeasureEnum = exports.ItemQuantityUnitOfMeasureEnum || (exports.ItemQuantityUnitOfMeasureEnum = {}));
|
|
17
|
+
exports.ItemQuantityUnitOfMeasureEnum = {
|
|
18
|
+
Cases: 'Cases',
|
|
19
|
+
Eaches: 'Eaches'
|
|
20
|
+
};
|
|
@@ -14,36 +14,21 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ShipmentConfirmationShipmentStructureEnum = exports.ShipmentConfirmationShipmentTypeEnum = exports.ShipmentConfirmationShipmentConfirmationTypeEnum = void 0;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
})(ShipmentConfirmationShipmentTypeEnum = exports.ShipmentConfirmationShipmentTypeEnum || (exports.ShipmentConfirmationShipmentTypeEnum = {}));
|
|
36
|
-
/**
|
|
37
|
-
* @export
|
|
38
|
-
* @enum {string}
|
|
39
|
-
*/
|
|
40
|
-
var ShipmentConfirmationShipmentStructureEnum;
|
|
41
|
-
(function (ShipmentConfirmationShipmentStructureEnum) {
|
|
42
|
-
ShipmentConfirmationShipmentStructureEnum["PalletizedAssortmentCase"] = "PalletizedAssortmentCase";
|
|
43
|
-
ShipmentConfirmationShipmentStructureEnum["LooseAssortmentCase"] = "LooseAssortmentCase";
|
|
44
|
-
ShipmentConfirmationShipmentStructureEnum["PalletOfItems"] = "PalletOfItems";
|
|
45
|
-
ShipmentConfirmationShipmentStructureEnum["PalletizedStandardCase"] = "PalletizedStandardCase";
|
|
46
|
-
ShipmentConfirmationShipmentStructureEnum["LooseStandardCase"] = "LooseStandardCase";
|
|
47
|
-
ShipmentConfirmationShipmentStructureEnum["MasterPallet"] = "MasterPallet";
|
|
48
|
-
ShipmentConfirmationShipmentStructureEnum["MasterCase"] = "MasterCase";
|
|
49
|
-
})(ShipmentConfirmationShipmentStructureEnum = exports.ShipmentConfirmationShipmentStructureEnum || (exports.ShipmentConfirmationShipmentStructureEnum = {}));
|
|
17
|
+
exports.ShipmentConfirmationShipmentConfirmationTypeEnum = {
|
|
18
|
+
Original: 'Original',
|
|
19
|
+
Replace: 'Replace'
|
|
20
|
+
};
|
|
21
|
+
exports.ShipmentConfirmationShipmentTypeEnum = {
|
|
22
|
+
TruckLoad: 'TruckLoad',
|
|
23
|
+
LessThanTruckLoad: 'LessThanTruckLoad',
|
|
24
|
+
SmallParcel: 'SmallParcel'
|
|
25
|
+
};
|
|
26
|
+
exports.ShipmentConfirmationShipmentStructureEnum = {
|
|
27
|
+
PalletizedAssortmentCase: 'PalletizedAssortmentCase',
|
|
28
|
+
LooseAssortmentCase: 'LooseAssortmentCase',
|
|
29
|
+
PalletOfItems: 'PalletOfItems',
|
|
30
|
+
PalletizedStandardCase: 'PalletizedStandardCase',
|
|
31
|
+
LooseStandardCase: 'LooseStandardCase',
|
|
32
|
+
MasterPallet: 'MasterPallet',
|
|
33
|
+
MasterCase: 'MasterCase'
|
|
34
|
+
};
|
|
@@ -14,13 +14,8 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.StopFunctionCodeEnum = void 0;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
(function (StopFunctionCodeEnum) {
|
|
23
|
-
StopFunctionCodeEnum["PortOfDischarge"] = "PortOfDischarge";
|
|
24
|
-
StopFunctionCodeEnum["FreightPayableAt"] = "FreightPayableAt";
|
|
25
|
-
StopFunctionCodeEnum["PortOfLoading"] = "PortOfLoading";
|
|
26
|
-
})(StopFunctionCodeEnum = exports.StopFunctionCodeEnum || (exports.StopFunctionCodeEnum = {}));
|
|
17
|
+
exports.StopFunctionCodeEnum = {
|
|
18
|
+
PortOfDischarge: 'PortOfDischarge',
|
|
19
|
+
FreightPayableAt: 'FreightPayableAt',
|
|
20
|
+
PortOfLoading: 'PortOfLoading'
|
|
21
|
+
};
|
|
@@ -14,12 +14,7 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.TaxRegistrationDetailsTaxRegistrationTypeEnum = void 0;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
var TaxRegistrationDetailsTaxRegistrationTypeEnum;
|
|
22
|
-
(function (TaxRegistrationDetailsTaxRegistrationTypeEnum) {
|
|
23
|
-
TaxRegistrationDetailsTaxRegistrationTypeEnum["Vat"] = "VAT";
|
|
24
|
-
TaxRegistrationDetailsTaxRegistrationTypeEnum["Gst"] = "GST";
|
|
25
|
-
})(TaxRegistrationDetailsTaxRegistrationTypeEnum = exports.TaxRegistrationDetailsTaxRegistrationTypeEnum || (exports.TaxRegistrationDetailsTaxRegistrationTypeEnum = {}));
|
|
17
|
+
exports.TaxRegistrationDetailsTaxRegistrationTypeEnum = {
|
|
18
|
+
Vat: 'VAT',
|
|
19
|
+
Gst: 'GST'
|
|
20
|
+
};
|
|
@@ -14,13 +14,8 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.TransportationDetailsTransportationModeEnum = void 0;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
(function (TransportationDetailsTransportationModeEnum) {
|
|
23
|
-
TransportationDetailsTransportationModeEnum["Road"] = "Road";
|
|
24
|
-
TransportationDetailsTransportationModeEnum["Air"] = "Air";
|
|
25
|
-
TransportationDetailsTransportationModeEnum["Ocean"] = "Ocean";
|
|
26
|
-
})(TransportationDetailsTransportationModeEnum = exports.TransportationDetailsTransportationModeEnum || (exports.TransportationDetailsTransportationModeEnum = {}));
|
|
17
|
+
exports.TransportationDetailsTransportationModeEnum = {
|
|
18
|
+
Road: 'Road',
|
|
19
|
+
Air: 'Air',
|
|
20
|
+
Ocean: 'Ocean'
|
|
21
|
+
};
|
|
@@ -14,14 +14,9 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.VolumeUnitOfMeasureEnum = void 0;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
VolumeUnitOfMeasureEnum["CuFt"] = "CuFt";
|
|
24
|
-
VolumeUnitOfMeasureEnum["CuIn"] = "CuIn";
|
|
25
|
-
VolumeUnitOfMeasureEnum["CuM"] = "CuM";
|
|
26
|
-
VolumeUnitOfMeasureEnum["CuY"] = "CuY";
|
|
27
|
-
})(VolumeUnitOfMeasureEnum = exports.VolumeUnitOfMeasureEnum || (exports.VolumeUnitOfMeasureEnum = {}));
|
|
17
|
+
exports.VolumeUnitOfMeasureEnum = {
|
|
18
|
+
CuFt: 'CuFt',
|
|
19
|
+
CuIn: 'CuIn',
|
|
20
|
+
CuM: 'CuM',
|
|
21
|
+
CuY: 'CuY'
|
|
22
|
+
};
|
|
@@ -14,14 +14,9 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.WeightUnitOfMeasureEnum = void 0;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
WeightUnitOfMeasureEnum["G"] = "G";
|
|
24
|
-
WeightUnitOfMeasureEnum["Kg"] = "Kg";
|
|
25
|
-
WeightUnitOfMeasureEnum["Oz"] = "Oz";
|
|
26
|
-
WeightUnitOfMeasureEnum["Lb"] = "Lb";
|
|
27
|
-
})(WeightUnitOfMeasureEnum = exports.WeightUnitOfMeasureEnum || (exports.WeightUnitOfMeasureEnum = {}));
|
|
17
|
+
exports.WeightUnitOfMeasureEnum = {
|
|
18
|
+
G: 'G',
|
|
19
|
+
Kg: 'Kg',
|
|
20
|
+
Oz: 'Oz',
|
|
21
|
+
Lb: 'Lb'
|
|
22
|
+
};
|
|
@@ -43,7 +43,7 @@ export const VendorShippingApiAxiosParamCreator = function (configuration) {
|
|
|
43
43
|
const localVarHeaderParameter = {};
|
|
44
44
|
const localVarQueryParameter = {};
|
|
45
45
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
46
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
46
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
47
47
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
48
48
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
49
49
|
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration);
|
|
@@ -11,15 +11,10 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
ContainerIdentificationContainerIdentificationTypeEnum["Amzncc"] = "AMZNCC";
|
|
22
|
-
ContainerIdentificationContainerIdentificationTypeEnum["Gtin"] = "GTIN";
|
|
23
|
-
ContainerIdentificationContainerIdentificationTypeEnum["Bps"] = "BPS";
|
|
24
|
-
ContainerIdentificationContainerIdentificationTypeEnum["Cid"] = "CID";
|
|
25
|
-
})(ContainerIdentificationContainerIdentificationTypeEnum || (ContainerIdentificationContainerIdentificationTypeEnum = {}));
|
|
14
|
+
export const ContainerIdentificationContainerIdentificationTypeEnum = {
|
|
15
|
+
Sscc: 'SSCC',
|
|
16
|
+
Amzncc: 'AMZNCC',
|
|
17
|
+
Gtin: 'GTIN',
|
|
18
|
+
Bps: 'BPS',
|
|
19
|
+
Cid: 'CID'
|
|
20
|
+
};
|
|
@@ -11,14 +11,9 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
DimensionsUnitOfMeasureEnum["In"] = "In";
|
|
21
|
-
DimensionsUnitOfMeasureEnum["Ft"] = "Ft";
|
|
22
|
-
DimensionsUnitOfMeasureEnum["Meter"] = "Meter";
|
|
23
|
-
DimensionsUnitOfMeasureEnum["Yard"] = "Yard";
|
|
24
|
-
})(DimensionsUnitOfMeasureEnum || (DimensionsUnitOfMeasureEnum = {}));
|
|
14
|
+
export const DimensionsUnitOfMeasureEnum = {
|
|
15
|
+
In: 'In',
|
|
16
|
+
Ft: 'Ft',
|
|
17
|
+
Meter: 'Meter',
|
|
18
|
+
Yard: 'Yard'
|
|
19
|
+
};
|
|
@@ -11,12 +11,7 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export var DurationDurationUnitEnum;
|
|
19
|
-
(function (DurationDurationUnitEnum) {
|
|
20
|
-
DurationDurationUnitEnum["Days"] = "Days";
|
|
21
|
-
DurationDurationUnitEnum["Months"] = "Months";
|
|
22
|
-
})(DurationDurationUnitEnum || (DurationDurationUnitEnum = {}));
|
|
14
|
+
export const DurationDurationUnitEnum = {
|
|
15
|
+
Days: 'Days',
|
|
16
|
+
Months: 'Months'
|
|
17
|
+
};
|
|
@@ -11,16 +11,11 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
ImportDetailsMethodOfPaymentEnum["DefinedByBuyerAndSeller"] = "DefinedByBuyerAndSeller";
|
|
23
|
-
ImportDetailsMethodOfPaymentEnum["FobPortOfCall"] = "FOBPortOfCall";
|
|
24
|
-
ImportDetailsMethodOfPaymentEnum["PrepaidBySeller"] = "PrepaidBySeller";
|
|
25
|
-
ImportDetailsMethodOfPaymentEnum["PaidBySeller"] = "PaidBySeller";
|
|
26
|
-
})(ImportDetailsMethodOfPaymentEnum || (ImportDetailsMethodOfPaymentEnum = {}));
|
|
14
|
+
export const ImportDetailsMethodOfPaymentEnum = {
|
|
15
|
+
PaidByBuyer: 'PaidByBuyer',
|
|
16
|
+
CollectOnDelivery: 'CollectOnDelivery',
|
|
17
|
+
DefinedByBuyerAndSeller: 'DefinedByBuyerAndSeller',
|
|
18
|
+
FobPortOfCall: 'FOBPortOfCall',
|
|
19
|
+
PrepaidBySeller: 'PrepaidBySeller',
|
|
20
|
+
PaidBySeller: 'PaidBySeller'
|
|
21
|
+
};
|
|
@@ -11,14 +11,9 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
ItemDetailsHandlingCodeEnum["Oversized"] = "Oversized";
|
|
21
|
-
ItemDetailsHandlingCodeEnum["Fragile"] = "Fragile";
|
|
22
|
-
ItemDetailsHandlingCodeEnum["Food"] = "Food";
|
|
23
|
-
ItemDetailsHandlingCodeEnum["HandleWithCare"] = "HandleWithCare";
|
|
24
|
-
})(ItemDetailsHandlingCodeEnum || (ItemDetailsHandlingCodeEnum = {}));
|
|
14
|
+
export const ItemDetailsHandlingCodeEnum = {
|
|
15
|
+
Oversized: 'Oversized',
|
|
16
|
+
Fragile: 'Fragile',
|
|
17
|
+
Food: 'Food',
|
|
18
|
+
HandleWithCare: 'HandleWithCare'
|
|
19
|
+
};
|
|
@@ -11,12 +11,7 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export var ItemQuantityUnitOfMeasureEnum;
|
|
19
|
-
(function (ItemQuantityUnitOfMeasureEnum) {
|
|
20
|
-
ItemQuantityUnitOfMeasureEnum["Cases"] = "Cases";
|
|
21
|
-
ItemQuantityUnitOfMeasureEnum["Eaches"] = "Eaches";
|
|
22
|
-
})(ItemQuantityUnitOfMeasureEnum || (ItemQuantityUnitOfMeasureEnum = {}));
|
|
14
|
+
export const ItemQuantityUnitOfMeasureEnum = {
|
|
15
|
+
Cases: 'Cases',
|
|
16
|
+
Eaches: 'Eaches'
|
|
17
|
+
};
|
|
@@ -11,36 +11,21 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
})(ShipmentConfirmationShipmentTypeEnum || (ShipmentConfirmationShipmentTypeEnum = {}));
|
|
33
|
-
/**
|
|
34
|
-
* @export
|
|
35
|
-
* @enum {string}
|
|
36
|
-
*/
|
|
37
|
-
export var ShipmentConfirmationShipmentStructureEnum;
|
|
38
|
-
(function (ShipmentConfirmationShipmentStructureEnum) {
|
|
39
|
-
ShipmentConfirmationShipmentStructureEnum["PalletizedAssortmentCase"] = "PalletizedAssortmentCase";
|
|
40
|
-
ShipmentConfirmationShipmentStructureEnum["LooseAssortmentCase"] = "LooseAssortmentCase";
|
|
41
|
-
ShipmentConfirmationShipmentStructureEnum["PalletOfItems"] = "PalletOfItems";
|
|
42
|
-
ShipmentConfirmationShipmentStructureEnum["PalletizedStandardCase"] = "PalletizedStandardCase";
|
|
43
|
-
ShipmentConfirmationShipmentStructureEnum["LooseStandardCase"] = "LooseStandardCase";
|
|
44
|
-
ShipmentConfirmationShipmentStructureEnum["MasterPallet"] = "MasterPallet";
|
|
45
|
-
ShipmentConfirmationShipmentStructureEnum["MasterCase"] = "MasterCase";
|
|
46
|
-
})(ShipmentConfirmationShipmentStructureEnum || (ShipmentConfirmationShipmentStructureEnum = {}));
|
|
14
|
+
export const ShipmentConfirmationShipmentConfirmationTypeEnum = {
|
|
15
|
+
Original: 'Original',
|
|
16
|
+
Replace: 'Replace'
|
|
17
|
+
};
|
|
18
|
+
export const ShipmentConfirmationShipmentTypeEnum = {
|
|
19
|
+
TruckLoad: 'TruckLoad',
|
|
20
|
+
LessThanTruckLoad: 'LessThanTruckLoad',
|
|
21
|
+
SmallParcel: 'SmallParcel'
|
|
22
|
+
};
|
|
23
|
+
export const ShipmentConfirmationShipmentStructureEnum = {
|
|
24
|
+
PalletizedAssortmentCase: 'PalletizedAssortmentCase',
|
|
25
|
+
LooseAssortmentCase: 'LooseAssortmentCase',
|
|
26
|
+
PalletOfItems: 'PalletOfItems',
|
|
27
|
+
PalletizedStandardCase: 'PalletizedStandardCase',
|
|
28
|
+
LooseStandardCase: 'LooseStandardCase',
|
|
29
|
+
MasterPallet: 'MasterPallet',
|
|
30
|
+
MasterCase: 'MasterCase'
|
|
31
|
+
};
|
|
@@ -11,13 +11,8 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
(function (StopFunctionCodeEnum) {
|
|
20
|
-
StopFunctionCodeEnum["PortOfDischarge"] = "PortOfDischarge";
|
|
21
|
-
StopFunctionCodeEnum["FreightPayableAt"] = "FreightPayableAt";
|
|
22
|
-
StopFunctionCodeEnum["PortOfLoading"] = "PortOfLoading";
|
|
23
|
-
})(StopFunctionCodeEnum || (StopFunctionCodeEnum = {}));
|
|
14
|
+
export const StopFunctionCodeEnum = {
|
|
15
|
+
PortOfDischarge: 'PortOfDischarge',
|
|
16
|
+
FreightPayableAt: 'FreightPayableAt',
|
|
17
|
+
PortOfLoading: 'PortOfLoading'
|
|
18
|
+
};
|
|
@@ -11,12 +11,7 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export var TaxRegistrationDetailsTaxRegistrationTypeEnum;
|
|
19
|
-
(function (TaxRegistrationDetailsTaxRegistrationTypeEnum) {
|
|
20
|
-
TaxRegistrationDetailsTaxRegistrationTypeEnum["Vat"] = "VAT";
|
|
21
|
-
TaxRegistrationDetailsTaxRegistrationTypeEnum["Gst"] = "GST";
|
|
22
|
-
})(TaxRegistrationDetailsTaxRegistrationTypeEnum || (TaxRegistrationDetailsTaxRegistrationTypeEnum = {}));
|
|
14
|
+
export const TaxRegistrationDetailsTaxRegistrationTypeEnum = {
|
|
15
|
+
Vat: 'VAT',
|
|
16
|
+
Gst: 'GST'
|
|
17
|
+
};
|
|
@@ -11,13 +11,8 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
(function (TransportationDetailsTransportationModeEnum) {
|
|
20
|
-
TransportationDetailsTransportationModeEnum["Road"] = "Road";
|
|
21
|
-
TransportationDetailsTransportationModeEnum["Air"] = "Air";
|
|
22
|
-
TransportationDetailsTransportationModeEnum["Ocean"] = "Ocean";
|
|
23
|
-
})(TransportationDetailsTransportationModeEnum || (TransportationDetailsTransportationModeEnum = {}));
|
|
14
|
+
export const TransportationDetailsTransportationModeEnum = {
|
|
15
|
+
Road: 'Road',
|
|
16
|
+
Air: 'Air',
|
|
17
|
+
Ocean: 'Ocean'
|
|
18
|
+
};
|
|
@@ -11,14 +11,9 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
VolumeUnitOfMeasureEnum["CuFt"] = "CuFt";
|
|
21
|
-
VolumeUnitOfMeasureEnum["CuIn"] = "CuIn";
|
|
22
|
-
VolumeUnitOfMeasureEnum["CuM"] = "CuM";
|
|
23
|
-
VolumeUnitOfMeasureEnum["CuY"] = "CuY";
|
|
24
|
-
})(VolumeUnitOfMeasureEnum || (VolumeUnitOfMeasureEnum = {}));
|
|
14
|
+
export const VolumeUnitOfMeasureEnum = {
|
|
15
|
+
CuFt: 'CuFt',
|
|
16
|
+
CuIn: 'CuIn',
|
|
17
|
+
CuM: 'CuM',
|
|
18
|
+
CuY: 'CuY'
|
|
19
|
+
};
|
|
@@ -11,14 +11,9 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
WeightUnitOfMeasureEnum["G"] = "G";
|
|
21
|
-
WeightUnitOfMeasureEnum["Kg"] = "Kg";
|
|
22
|
-
WeightUnitOfMeasureEnum["Oz"] = "Oz";
|
|
23
|
-
WeightUnitOfMeasureEnum["Lb"] = "Lb";
|
|
24
|
-
})(WeightUnitOfMeasureEnum || (WeightUnitOfMeasureEnum = {}));
|
|
14
|
+
export const WeightUnitOfMeasureEnum = {
|
|
15
|
+
G: 'G',
|
|
16
|
+
Kg: 'Kg',
|
|
17
|
+
Oz: 'Oz',
|
|
18
|
+
Lb: 'Lb'
|
|
19
|
+
};
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { AxiosPromise, AxiosInstance } from 'axios';
|
|
12
|
+
import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
13
13
|
import { Configuration } from '../configuration';
|
|
14
14
|
import { RequestArgs, BaseAPI } from '../base';
|
|
15
15
|
import { SubmitShipmentConfirmationsRequest } from '../models';
|
|
@@ -25,7 +25,7 @@ export declare const VendorShippingApiAxiosParamCreator: (configuration?: Config
|
|
|
25
25
|
* @param {*} [options] Override http request option.
|
|
26
26
|
* @throws {RequiredError}
|
|
27
27
|
*/
|
|
28
|
-
submitShipmentConfirmations: (body: SubmitShipmentConfirmationsRequest, options?:
|
|
28
|
+
submitShipmentConfirmations: (body: SubmitShipmentConfirmationsRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
31
|
* VendorShippingApi - functional programming interface
|
|
@@ -38,7 +38,7 @@ export declare const VendorShippingApiFp: (configuration?: Configuration | undef
|
|
|
38
38
|
* @param {*} [options] Override http request option.
|
|
39
39
|
* @throws {RequiredError}
|
|
40
40
|
*/
|
|
41
|
-
submitShipmentConfirmations(body: SubmitShipmentConfirmationsRequest, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SubmitShipmentConfirmationsResponse>>;
|
|
41
|
+
submitShipmentConfirmations(body: SubmitShipmentConfirmationsRequest, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SubmitShipmentConfirmationsResponse>>;
|
|
42
42
|
};
|
|
43
43
|
/**
|
|
44
44
|
* VendorShippingApi - factory interface
|
|
@@ -80,5 +80,5 @@ export declare class VendorShippingApi extends BaseAPI {
|
|
|
80
80
|
* @throws {RequiredError}
|
|
81
81
|
* @memberof VendorShippingApi
|
|
82
82
|
*/
|
|
83
|
-
submitShipmentConfirmations(requestParameters: VendorShippingApiSubmitShipmentConfirmationsRequest, options?:
|
|
83
|
+
submitShipmentConfirmations(requestParameters: VendorShippingApiSubmitShipmentConfirmationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubmitShipmentConfirmationsResponse, any>>;
|
|
84
84
|
}
|