@erp-galoper/types 1.0.392 → 1.0.393

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.
Files changed (2) hide show
  1. package/openapi.ts +6 -6
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26607,7 +26607,7 @@ export interface components {
26607
26607
  /**
26608
26608
  * Id
26609
26609
  * Format: uuid
26610
- * @example 1a063194-9a29-45fa-addd-8bcd933dd2eb
26610
+ * @example 9a33cbd3-fec0-4925-9cff-8bb02de21ad7
26611
26611
  */
26612
26612
  id: string;
26613
26613
  /**
@@ -32898,7 +32898,7 @@ export interface components {
32898
32898
  * @description Item name, this is required if inventory module is not enabled, otherwise should be null and should replaced by item, the label should be item only not itemName
32899
32899
  */
32900
32900
  itemName: string | null;
32901
- /** @description This field is required if inventory is off */
32901
+ /** @description This field is required and visible if inventory is off, else not visible and should not be sent */
32902
32902
  itemType?: components["schemas"]["NonInventoryItemType"];
32903
32903
  /**
32904
32904
  * Quantity
@@ -32953,7 +32953,7 @@ export interface components {
32953
32953
  * @description Item name, this is required if inventory module is not enabled, otherwise should be null and should replaced by item, the label should be item only not itemName
32954
32954
  */
32955
32955
  itemName: string | null;
32956
- /** @description This field is required if inventory is off */
32956
+ /** @description This field is required and visible if inventory is off, else not visible and should not be sent */
32957
32957
  itemType?: components["schemas"]["NonInventoryItemType"];
32958
32958
  /**
32959
32959
  * Quantity
@@ -37889,7 +37889,7 @@ export interface components {
37889
37889
  * @description This field is required if inventory is off
37890
37890
  */
37891
37891
  itemName?: string | null;
37892
- /** @description This field is required if inventory is off */
37892
+ /** @description This field is required and visible if inventory is off, else not visible and should not be sent */
37893
37893
  itemType?: components["schemas"]["NonInventoryItemType"];
37894
37894
  /**
37895
37895
  * Quantity
@@ -40043,7 +40043,7 @@ export interface components {
40043
40043
  * @description This field is required if inventory is off
40044
40044
  */
40045
40045
  itemName?: string | null;
40046
- /** @description This field is required if inventory is off */
40046
+ /** @description This field is required and visible if inventory is off, else not visible and should not be sent */
40047
40047
  itemType?: components["schemas"]["NonInventoryItemType"];
40048
40048
  /**
40049
40049
  * Quantity
@@ -41694,7 +41694,7 @@ export interface components {
41694
41694
  * @description This field is required if the item is not selected and inventory is off
41695
41695
  */
41696
41696
  itemName?: string;
41697
- /** @description This field is required if inventory is off */
41697
+ /** @description This field is required and visible if inventory is off, else not visible and should not be sent */
41698
41698
  itemType?: components["schemas"]["NonInventoryItemType"];
41699
41699
  /**
41700
41700
  * Quantity
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.392",
3
+ "version": "1.0.393",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],