@ignos/api-client 20260327.93.1 → 20260328.94.1-alpha

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 {
@@ -6802,6 +6803,7 @@ export interface LocationMaterialDto {
6802
6803
  zoneName?: string | null;
6803
6804
  kind: LocationKindDto;
6804
6805
  profile?: string | null;
6806
+ resourceName?: string | null;
6805
6807
  materialAvailable: number;
6806
6808
  }
6807
6809
  export interface MaterialDesciptionDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260327.93.1",
3
+ "version": "20260328.94.1-alpha",
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";
@@ -33341,6 +33342,7 @@ export interface LocationMaterialDto {
33341
33342
  zoneName?: string | null;
33342
33343
  kind: LocationKindDto;
33343
33344
  profile?: string | null;
33345
+ resourceName?: string | null;
33344
33346
  materialAvailable: number;
33345
33347
  }
33346
33348