@ignos/api-client 20250107.0.10913 → 20250107.0.10915
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
|
@@ -8110,7 +8110,7 @@ export interface IBookingDto {
|
|
|
8110
8110
|
driverId?: string | null;
|
|
8111
8111
|
completed?: Date | null;
|
|
8112
8112
|
}
|
|
8113
|
-
export type ParcelKindDto = "Standard" | "Other" | "Chip" | "Garbage";
|
|
8113
|
+
export type ParcelKindDto = "Standard" | "Other" | "Chip" | "Garbage" | "Material";
|
|
8114
8114
|
export type TransportKindDto = "NormalForklift" | "LargeForklift" | "SideLoadingForklift";
|
|
8115
8115
|
export type BookingStatusDto = "Pending" | "Cancelled" | "InProgress" | "Completed";
|
|
8116
8116
|
export declare class BookingParcelDto implements IBookingParcelDto {
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -38503,7 +38503,7 @@ export interface IBookingDto {
|
|
|
38503
38503
|
completed?: Date | null;
|
|
38504
38504
|
}
|
|
38505
38505
|
|
|
38506
|
-
export type ParcelKindDto = "Standard" | "Other" | "Chip" | "Garbage";
|
|
38506
|
+
export type ParcelKindDto = "Standard" | "Other" | "Chip" | "Garbage" | "Material";
|
|
38507
38507
|
|
|
38508
38508
|
export type TransportKindDto = "NormalForklift" | "LargeForklift" | "SideLoadingForklift";
|
|
38509
38509
|
|