@ignos/api-client 20260327.93.1 → 20260330.95.1

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.
@@ -6698,6 +6698,7 @@ export interface BookingFilterDto {
6698
6698
  bookingStatusFilter?: BookingStatusDto[] | null;
6699
6699
  parcelKindFilter?: ParcelKindDto[] | null;
6700
6700
  transportKindFilter?: TransportKindDto[] | null;
6701
+ maxAgeOfBookingInDays?: number | null;
6701
6702
  }
6702
6703
  export interface BookingUpdateDto {
6703
6704
  bookingId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260327.93.1",
3
+ "version": "20260330.95.1",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -33222,6 +33222,7 @@ export interface BookingFilterDto {
33222
33222
  bookingStatusFilter?: BookingStatusDto[] | null;
33223
33223
  parcelKindFilter?: ParcelKindDto[] | null;
33224
33224
  transportKindFilter?: TransportKindDto[] | null;
33225
+ maxAgeOfBookingInDays?: number | null;
33225
33226
  }
33226
33227
 
33227
33228
  export interface BookingUpdateDto {