@ignos/api-client 20250910.0.12573-alpha → 20250910.0.12574-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.
@@ -13780,7 +13780,7 @@ export interface IExportDimensionReportV2Request {
13780
13780
  extras?: DimensionReportExtras | null;
13781
13781
  specificSerialNumbers?: string[] | null;
13782
13782
  }
13783
- export type DimensionReportType = 0 | 1 | 2 | 3;
13783
+ export type DimensionReportType = "Customer" | "Blank" | "Fair" | "Full";
13784
13784
  export declare class DimensionReportExtras implements IDimensionReportExtras {
13785
13785
  customerPO?: string | null;
13786
13786
  workOrderNumber?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20250910.0.12573-alpha",
3
+ "version": "20250910.0.12574-alpha",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -58440,7 +58440,7 @@ export interface IExportDimensionReportV2Request {
58440
58440
  specificSerialNumbers?: string[] | null;
58441
58441
  }
58442
58442
 
58443
- export type DimensionReportType = 0 | 1 | 2 | 3;
58443
+ export type DimensionReportType = "Customer" | "Blank" | "Fair" | "Full";
58444
58444
 
58445
58445
  export class DimensionReportExtras implements IDimensionReportExtras {
58446
58446
  customerPO?: string | null;