@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.
package/lib/ignosportal-api.d.ts
CHANGED
|
@@ -13780,7 +13780,7 @@ export interface IExportDimensionReportV2Request {
|
|
|
13780
13780
|
extras?: DimensionReportExtras | null;
|
|
13781
13781
|
specificSerialNumbers?: string[] | null;
|
|
13782
13782
|
}
|
|
13783
|
-
export type DimensionReportType =
|
|
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
package/src/ignosportal-api.ts
CHANGED
|
@@ -58440,7 +58440,7 @@ export interface IExportDimensionReportV2Request {
|
|
|
58440
58440
|
specificSerialNumbers?: string[] | null;
|
|
58441
58441
|
}
|
|
58442
58442
|
|
|
58443
|
-
export type DimensionReportType =
|
|
58443
|
+
export type DimensionReportType = "Customer" | "Blank" | "Fair" | "Full";
|
|
58444
58444
|
|
|
58445
58445
|
export class DimensionReportExtras implements IDimensionReportExtras {
|
|
58446
58446
|
customerPO?: string | null;
|