@erp-galoper/types 1.0.1984 → 1.0.1985

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 +12 -12
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -41398,7 +41398,7 @@ export interface components {
41398
41398
  itemType: components["schemas"]["NonInventoryItemType"] | null;
41399
41399
  /** Quantity */
41400
41400
  quantity: number;
41401
- unitOfMeasure: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
41401
+ unitOfMeasure: components["schemas"]["RetrieveUnitOfMeasurment"] | null;
41402
41402
  itemPackage: components["schemas"]["ItemPackageSummarySchema"] | null;
41403
41403
  reasonForRestock: components["schemas"]["ReasonSummaryInfo"] | null;
41404
41404
  /** Estimatedcost */
@@ -41769,7 +41769,7 @@ export interface components {
41769
41769
  itemType: components["schemas"]["NonInventoryItemType"] | null;
41770
41770
  /** Quantity */
41771
41771
  quantity: number;
41772
- unitOfMeasure: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
41772
+ unitOfMeasure: components["schemas"]["RetrieveUnitOfMeasurment"] | null;
41773
41773
  itemPackage: components["schemas"]["ItemPackageSummarySchema"] | null;
41774
41774
  };
41775
41775
  /** NewRequestForQuotationSchema */
@@ -42539,7 +42539,7 @@ export interface components {
42539
42539
  /** Quantity */
42540
42540
  quantity: number;
42541
42541
  /** @description This field is required and visible when inventory module is active only */
42542
- unitOfMeasure?: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
42542
+ unitOfMeasure?: components["schemas"]["RetrieveUnitOfMeasurment"] | null;
42543
42543
  /** Unitprice */
42544
42544
  unitPrice: number;
42545
42545
  itemPackage: components["schemas"]["ItemPackageSummarySchema"] | null;
@@ -43373,7 +43373,7 @@ export interface components {
43373
43373
  /** Quantity */
43374
43374
  quantity: number;
43375
43375
  /** @description This field is required and visible when inventory module is active only */
43376
- unitOfMeasure?: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
43376
+ unitOfMeasure?: components["schemas"]["RetrieveUnitOfMeasurment"] | null;
43377
43377
  /** Unitprice */
43378
43378
  unitPrice: number;
43379
43379
  itemPackage: components["schemas"]["ItemPackageSummarySchema"] | null;
@@ -44239,7 +44239,7 @@ export interface components {
44239
44239
  description: string | null;
44240
44240
  /** Quantity */
44241
44241
  quantity: number;
44242
- unitOfMeasurement: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
44242
+ unitOfMeasurement: components["schemas"]["RetrieveUnitOfMeasurment"] | null;
44243
44243
  /** Unitprice */
44244
44244
  unitPrice: number;
44245
44245
  itemPackage: components["schemas"]["ItemPackageSummarySchema"] | null;
@@ -44364,7 +44364,7 @@ export interface components {
44364
44364
  /** Quantity */
44365
44365
  quantity: number;
44366
44366
  /** @description This field is required and visible when inventory module is active only, to get unit of measures use route /inventory/item/{item_id}/ where field is unitOfMeasure */
44367
- unitOfMeasure?: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
44367
+ unitOfMeasure?: components["schemas"]["RetrieveUnitOfMeasurment"] | null;
44368
44368
  /** Unitprice */
44369
44369
  unitPrice: number;
44370
44370
  itemPackage: components["schemas"]["ItemPackageSummarySchema"] | null;
@@ -47162,7 +47162,7 @@ export interface components {
47162
47162
  /** Quantity */
47163
47163
  quantity: number;
47164
47164
  /** @description This field is required and visible when inventory module is active only, to get unit of measures use route /inventory/item/{item_id}/ where field is unitOfMeasure */
47165
- unitOfMeasure?: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
47165
+ unitOfMeasure?: components["schemas"]["RetrieveUnitOfMeasurment"] | null;
47166
47166
  /** Unitprice */
47167
47167
  unitPrice: number;
47168
47168
  itemPackage: components["schemas"]["ItemPackageSummarySchema"] | null;
@@ -51809,7 +51809,7 @@ export interface components {
51809
51809
  description: string | null;
51810
51810
  /** Quantity */
51811
51811
  quantity: number;
51812
- unitOfMeasure: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
51812
+ unitOfMeasure: components["schemas"]["RetrieveUnitOfMeasurment"] | null;
51813
51813
  /**
51814
51814
  * Unitprice
51815
51815
  * @description - This field is a number.
@@ -54147,7 +54147,7 @@ export interface components {
54147
54147
  /** Quantity */
54148
54148
  quantity?: number;
54149
54149
  /** @description The unit of measure selected from the item's options */
54150
- unitOfMeasure: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
54150
+ unitOfMeasure: components["schemas"]["RetrieveUnitOfMeasurment"] | null;
54151
54151
  /**
54152
54152
  * Unitprice
54153
54153
  * @description This field is a number representing the unit price of the item.
@@ -56191,7 +56191,7 @@ export interface components {
56191
56191
  /** Quantity */
56192
56192
  quantity: number;
56193
56193
  /** @description The unit of measure selected from the item's options */
56194
- unitOfMeasure: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
56194
+ unitOfMeasure: components["schemas"]["RetrieveUnitOfMeasurment"] | null;
56195
56195
  /**
56196
56196
  * Unitprice
56197
56197
  * @description This field is a number representing the unit price of the item.
@@ -57575,7 +57575,7 @@ export interface components {
57575
57575
  description: string | null;
57576
57576
  /** Quantity */
57577
57577
  quantity: number;
57578
- unitOfMeasure?: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
57578
+ unitOfMeasure?: components["schemas"]["RetrieveUnitOfMeasurment"] | null;
57579
57579
  /** Unitprice */
57580
57580
  unitPrice: string;
57581
57581
  itemPackage: components["schemas"]["ItemPackageSummarySchema"] | null;
@@ -58160,7 +58160,7 @@ export interface components {
58160
58160
  description: string | null;
58161
58161
  /** Quantity */
58162
58162
  quantity: number;
58163
- unitOfMeasure: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
58163
+ unitOfMeasure: components["schemas"]["RetrieveUnitOfMeasurment"] | null;
58164
58164
  /** Unitprice */
58165
58165
  unitPrice: string;
58166
58166
  itemPackage: components["schemas"]["ItemPackageSummarySchema"] | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1984",
3
+ "version": "1.0.1985",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],