@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/wms-api",
3
- "version": "0.0.137",
3
+ "version": "0.0.138",
4
4
  "description": "OpenAPI client for @indigina/wms-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -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