@ignos/api-client 20240913.0.10360 → 20240916.0.10379

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.
@@ -8200,7 +8200,7 @@ export interface IBookingStatusUpdateDto {
8200
8200
  deliveryExceptionToLocationId?: string | null;
8201
8201
  deliveryExceptionComment?: string | null;
8202
8202
  }
8203
- export type LocationProfileDto = "Cage" | "CantileverRack" | "Deviation" | "Environment" | "Gate" | "Ground" | "Inbound" | "Logia" | "LogiaTransit" | "Outbound" | "Pack" | "PalletRack" | "Pick" | "Quality" | "Quarantine" | "Resource" | "ShelvingRack" | "User";
8203
+ export type LocationProfileDto = "Cage" | "CantileverRack" | "Deviation" | "Environmental" | "Gate" | "Ground" | "Inbound" | "Logia" | "LogiaTransit" | "Outbound" | "Pack" | "PalletRack" | "Pick" | "Quality" | "Quarantine" | "Resource" | "ShelvingRack" | "User";
8204
8204
  export declare class MaterialDesciptionDto implements IMaterialDesciptionDto {
8205
8205
  materialId: string;
8206
8206
  materialName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20240913.0.10360",
3
+ "version": "20240916.0.10379",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -38567,7 +38567,7 @@ export interface IBookingStatusUpdateDto {
38567
38567
  deliveryExceptionComment?: string | null;
38568
38568
  }
38569
38569
 
38570
- export type LocationProfileDto = "Cage" | "CantileverRack" | "Deviation" | "Environment" | "Gate" | "Ground" | "Inbound" | "Logia" | "LogiaTransit" | "Outbound" | "Pack" | "PalletRack" | "Pick" | "Quality" | "Quarantine" | "Resource" | "ShelvingRack" | "User";
38570
+ export type LocationProfileDto = "Cage" | "CantileverRack" | "Deviation" | "Environmental" | "Gate" | "Ground" | "Inbound" | "Logia" | "LogiaTransit" | "Outbound" | "Pack" | "PalletRack" | "Pick" | "Quality" | "Quarantine" | "Resource" | "ShelvingRack" | "User";
38571
38571
 
38572
38572
  export class MaterialDesciptionDto implements IMaterialDesciptionDto {
38573
38573
  materialId!: string;