@ignos/api-client 20240613.0.9531 → 20240613.0.9536

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.
@@ -4126,7 +4126,7 @@ export interface IBookingDto {
4126
4126
  updatedBy?: string | null;
4127
4127
  updatedById?: string | null;
4128
4128
  }
4129
- export type BookingTypeDto = "NormalTruck" | "LargeTruck" | "SideLoadingTruck";
4129
+ export type BookingTypeDto = "NormalForklift" | "LargeForklift" | "SideLoadingForklift";
4130
4130
  export type BookingStatusDto = "Pending" | "Cancelled" | "InProgress" | "Delivered";
4131
4131
  export declare class BookingItemDto implements IBookingItemDto {
4132
4132
  trackingId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20240613.0.9531",
3
+ "version": "20240613.0.9536",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -25588,7 +25588,7 @@ export interface IBookingDto {
25588
25588
  updatedById?: string | null;
25589
25589
  }
25590
25590
 
25591
- export type BookingTypeDto = "NormalTruck" | "LargeTruck" | "SideLoadingTruck";
25591
+ export type BookingTypeDto = "NormalForklift" | "LargeForklift" | "SideLoadingForklift";
25592
25592
 
25593
25593
  export type BookingStatusDto = "Pending" | "Cancelled" | "InProgress" | "Delivered";
25594
25594