@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.
package/lib/ignosportal-api.d.ts
CHANGED
|
@@ -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" | "
|
|
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
package/src/ignosportal-api.ts
CHANGED
|
@@ -38567,7 +38567,7 @@ export interface IBookingStatusUpdateDto {
|
|
|
38567
38567
|
deliveryExceptionComment?: string | null;
|
|
38568
38568
|
}
|
|
38569
38569
|
|
|
38570
|
-
export type LocationProfileDto = "Cage" | "CantileverRack" | "Deviation" | "
|
|
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;
|