@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.
@@ -7934,7 +7934,7 @@ export interface IBookingDto {
7934
7934
  driverId?: string | null;
7935
7935
  completed?: Date | null;
7936
7936
  }
7937
- export type ParcelKindDto = "Standard" | "OtherInquiries" | "ChipDisposal" | "Garbage";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20240830.0.10208",
3
+ "version": "20240902.0.10230",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -37538,7 +37538,7 @@ export interface IBookingDto {
37538
37538
  completed?: Date | null;
37539
37539
  }
37540
37540
 
37541
- export type ParcelKindDto = "Standard" | "OtherInquiries" | "ChipDisposal" | "Garbage";
37541
+ export type ParcelKindDto = "Standard" | "Other" | "Chip" | "Garbage";
37542
37542
 
37543
37543
  export type TransportKindDto = "NormalForklift" | "LargeForklift" | "SideLoadingForklift";
37544
37544