@ignos/api-client 20260330.95.1 → 20260330.96.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.
@@ -6637,6 +6637,7 @@ export interface LocationDto {
6637
6637
  zoneName?: string | null;
6638
6638
  kind: LocationKindDto;
6639
6639
  profile?: string | null;
6640
+ resourceName?: string | null;
6640
6641
  }
6641
6642
  export type LocationKindDto = "Warehouse" | "Zone" | "Location";
6642
6643
  export interface BookingRequestListDto {
@@ -6803,6 +6804,7 @@ export interface LocationMaterialDto {
6803
6804
  zoneName?: string | null;
6804
6805
  kind: LocationKindDto;
6805
6806
  profile?: string | null;
6807
+ resourceName?: string | null;
6806
6808
  materialAvailable: number;
6807
6809
  }
6808
6810
  export interface MaterialDesciptionDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260330.95.1",
3
+ "version": "20260330.96.1",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -33149,6 +33149,7 @@ export interface LocationDto {
33149
33149
  zoneName?: string | null;
33150
33150
  kind: LocationKindDto;
33151
33151
  profile?: string | null;
33152
+ resourceName?: string | null;
33152
33153
  }
33153
33154
 
33154
33155
  export type LocationKindDto = "Warehouse" | "Zone" | "Location";
@@ -33342,6 +33343,7 @@ export interface LocationMaterialDto {
33342
33343
  zoneName?: string | null;
33343
33344
  kind: LocationKindDto;
33344
33345
  profile?: string | null;
33346
+ resourceName?: string | null;
33345
33347
  materialAvailable: number;
33346
33348
  }
33347
33349