@ignos/api-client 20240809.0.9962 → 20240813.0.9980

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.
@@ -9146,7 +9146,7 @@ export interface IBookingRequestListDto {
9146
9146
  bookingOrder?: BookingOrderDto;
9147
9147
  continuationToken?: string | null;
9148
9148
  }
9149
- export type BookingTaskDto = "YourTasks" | "OthersTasks";
9149
+ export type BookingTaskDto = "MyTasks" | "OthersTasks";
9150
9150
  export type BookingOrderDto = "Ascending" | "Descending";
9151
9151
  export declare class BookingUpdateDto implements IBookingUpdateDto {
9152
9152
  bookingId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20240809.0.9962",
3
+ "version": "20240813.0.9980",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -41202,7 +41202,7 @@ export interface IBookingRequestListDto {
41202
41202
  continuationToken?: string | null;
41203
41203
  }
41204
41204
 
41205
- export type BookingTaskDto = "YourTasks" | "OthersTasks";
41205
+ export type BookingTaskDto = "MyTasks" | "OthersTasks";
41206
41206
 
41207
41207
  export type BookingOrderDto = "Ascending" | "Descending";
41208
41208