@erp-galoper/types 1.0.164 → 1.0.166
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/openapi.ts +3 -9
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -21188,10 +21188,7 @@ export interface components {
|
|
|
21188
21188
|
usage: components["schemas"]["ItemUsage"];
|
|
21189
21189
|
/** Variantof */
|
|
21190
21190
|
variantOf?: number | null;
|
|
21191
|
-
/**
|
|
21192
|
-
* Unitofmeasure
|
|
21193
|
-
* @default []
|
|
21194
|
-
*/
|
|
21191
|
+
/** Unitofmeasure */
|
|
21195
21192
|
unitOfMeasure: number[];
|
|
21196
21193
|
/**
|
|
21197
21194
|
* Tags
|
|
@@ -21429,10 +21426,7 @@ export interface components {
|
|
|
21429
21426
|
usage?: components["schemas"]["ItemUsage"] | null;
|
|
21430
21427
|
/** Variant Of */
|
|
21431
21428
|
variant_of?: number | null;
|
|
21432
|
-
/**
|
|
21433
|
-
* Unitofmeasure
|
|
21434
|
-
* @default []
|
|
21435
|
-
*/
|
|
21429
|
+
/** Unitofmeasure */
|
|
21436
21430
|
unitOfMeasure: number[];
|
|
21437
21431
|
/**
|
|
21438
21432
|
* Tags
|
|
@@ -26551,7 +26545,7 @@ export interface components {
|
|
|
26551
26545
|
/**
|
|
26552
26546
|
* Id
|
|
26553
26547
|
* Format: uuid
|
|
26554
|
-
* @example
|
|
26548
|
+
* @example 21986f42-5a41-4fdc-a7c1-852545026f8f
|
|
26555
26549
|
*/
|
|
26556
26550
|
id: string;
|
|
26557
26551
|
/**
|