@indigina/wms-api 0.0.137 → 0.0.138
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/package.json
CHANGED
|
@@ -3735,6 +3735,7 @@ declare const DocumentTypes: {
|
|
|
3735
3735
|
readonly KitToOrder: "KitToOrder";
|
|
3736
3736
|
readonly IntegratedEmptyDispatchNote: "IntegratedEmptyDispatchNote";
|
|
3737
3737
|
readonly DeliveryPo: "DeliveryPO";
|
|
3738
|
+
readonly AmazonTransparencyLabel: "AmazonTransparencyLabel";
|
|
3738
3739
|
};
|
|
3739
3740
|
type DocumentTypes = typeof DocumentTypes[keyof typeof DocumentTypes];
|
|
3740
3741
|
|