@whiplashmerch/whiplash-api-client 0.4.44 → 0.4.46
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/client.esm.js
CHANGED
|
@@ -5537,6 +5537,7 @@ var PostApiV21OrdersBulkOrderType;
|
|
|
5537
5537
|
PostApiV21OrdersBulkOrderType["Dropship"] = "dropship";
|
|
5538
5538
|
PostApiV21OrdersBulkOrderType["Retail"] = "retail";
|
|
5539
5539
|
PostApiV21OrdersBulkOrderType["Transfer"] = "transfer";
|
|
5540
|
+
PostApiV21OrdersBulkOrderType["ValueAddedService"] = "value_added_service";
|
|
5540
5541
|
PostApiV21OrdersBulkOrderType["Wholesale"] = "wholesale";
|
|
5541
5542
|
})(PostApiV21OrdersBulkOrderType || (PostApiV21OrdersBulkOrderType = {}));
|
|
5542
5543
|
/**
|
|
@@ -5574,6 +5575,7 @@ var PostApiV21OrdersOrderType;
|
|
|
5574
5575
|
PostApiV21OrdersOrderType["Dropship"] = "dropship";
|
|
5575
5576
|
PostApiV21OrdersOrderType["Retail"] = "retail";
|
|
5576
5577
|
PostApiV21OrdersOrderType["Transfer"] = "transfer";
|
|
5578
|
+
PostApiV21OrdersOrderType["ValueAddedService"] = "value_added_service";
|
|
5577
5579
|
PostApiV21OrdersOrderType["Wholesale"] = "wholesale";
|
|
5578
5580
|
})(PostApiV21OrdersOrderType || (PostApiV21OrdersOrderType = {}));
|
|
5579
5581
|
/**
|
|
@@ -5924,6 +5926,7 @@ var PostApiV2OrdersBulkOrderType;
|
|
|
5924
5926
|
PostApiV2OrdersBulkOrderType["Dropship"] = "dropship";
|
|
5925
5927
|
PostApiV2OrdersBulkOrderType["Retail"] = "retail";
|
|
5926
5928
|
PostApiV2OrdersBulkOrderType["Transfer"] = "transfer";
|
|
5929
|
+
PostApiV2OrdersBulkOrderType["ValueAddedService"] = "value_added_service";
|
|
5927
5930
|
PostApiV2OrdersBulkOrderType["Wholesale"] = "wholesale";
|
|
5928
5931
|
})(PostApiV2OrdersBulkOrderType || (PostApiV2OrdersBulkOrderType = {}));
|
|
5929
5932
|
/**
|
|
@@ -5961,6 +5964,7 @@ var PostApiV2OrdersOrderType;
|
|
|
5961
5964
|
PostApiV2OrdersOrderType["Dropship"] = "dropship";
|
|
5962
5965
|
PostApiV2OrdersOrderType["Retail"] = "retail";
|
|
5963
5966
|
PostApiV2OrdersOrderType["Transfer"] = "transfer";
|
|
5967
|
+
PostApiV2OrdersOrderType["ValueAddedService"] = "value_added_service";
|
|
5964
5968
|
PostApiV2OrdersOrderType["Wholesale"] = "wholesale";
|
|
5965
5969
|
})(PostApiV2OrdersOrderType || (PostApiV2OrdersOrderType = {}));
|
|
5966
5970
|
/**
|