@ignos/api-client 20240830.0.10208 → 20240902.0.10230
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
|
@@ -7934,7 +7934,7 @@ export interface IBookingDto {
|
|
|
7934
7934
|
driverId?: string | null;
|
|
7935
7935
|
completed?: Date | null;
|
|
7936
7936
|
}
|
|
7937
|
-
export type ParcelKindDto = "Standard" | "
|
|
7937
|
+
export type ParcelKindDto = "Standard" | "Other" | "Chip" | "Garbage";
|
|
7938
7938
|
export type TransportKindDto = "NormalForklift" | "LargeForklift" | "SideLoadingForklift";
|
|
7939
7939
|
export type BookingStatusDto = "Pending" | "Cancelled" | "InProgress" | "Completed";
|
|
7940
7940
|
export declare class BookingParcelDto implements IBookingParcelDto {
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -37538,7 +37538,7 @@ export interface IBookingDto {
|
|
|
37538
37538
|
completed?: Date | null;
|
|
37539
37539
|
}
|
|
37540
37540
|
|
|
37541
|
-
export type ParcelKindDto = "Standard" | "
|
|
37541
|
+
export type ParcelKindDto = "Standard" | "Other" | "Chip" | "Garbage";
|
|
37542
37542
|
|
|
37543
37543
|
export type TransportKindDto = "NormalForklift" | "LargeForklift" | "SideLoadingForklift";
|
|
37544
37544
|
|