@erp-galoper/types 1.0.916 → 1.0.918
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 +7 -2
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -21738,7 +21738,10 @@ export interface components {
|
|
|
21738
21738
|
/** Barcode */
|
|
21739
21739
|
barcode?: string | null;
|
|
21740
21740
|
type: components["schemas"]["ItemType"];
|
|
21741
|
-
/** @description
|
|
21741
|
+
/** @description
|
|
21742
|
+
* - when type is service usage should be disabled and set its value to service
|
|
21743
|
+
* - when type is product usage should be either goods or works only
|
|
21744
|
+
* */
|
|
21742
21745
|
usage: components["schemas"]["ItemUsage"];
|
|
21743
21746
|
/** Variantof */
|
|
21744
21747
|
variantOf?: number | null;
|
|
@@ -22010,7 +22013,9 @@ export interface components {
|
|
|
22010
22013
|
/** Barcode */
|
|
22011
22014
|
barcode?: string | null;
|
|
22012
22015
|
type?: components["schemas"]["ItemType"] | null;
|
|
22013
|
-
/** @description
|
|
22016
|
+
/** @description
|
|
22017
|
+
* - when type is service usage should be disabled and set its value to service
|
|
22018
|
+
* - when type is product usage should be either goods or works only */
|
|
22014
22019
|
usage?: components["schemas"]["ItemUsage"] | null;
|
|
22015
22020
|
/** Variant Of */
|
|
22016
22021
|
variant_of?: number | null;
|