@erp-galoper/types 1.0.1865 → 1.0.1867
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 -7
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -40496,7 +40496,7 @@ export interface components {
|
|
|
40496
40496
|
* Format: uuid
|
|
40497
40497
|
*/
|
|
40498
40498
|
id: string;
|
|
40499
|
-
item: components["schemas"]["
|
|
40499
|
+
item: components["schemas"]["ItemSchema"] | null;
|
|
40500
40500
|
/** Itemtext */
|
|
40501
40501
|
itemText: string | null;
|
|
40502
40502
|
itemType: components["schemas"]["NonInventoryItemType"] | null;
|
|
@@ -40867,7 +40867,7 @@ export interface components {
|
|
|
40867
40867
|
* Format: uuid
|
|
40868
40868
|
*/
|
|
40869
40869
|
id: string;
|
|
40870
|
-
item: components["schemas"]["
|
|
40870
|
+
item: components["schemas"]["ItemSchema"] | null;
|
|
40871
40871
|
/** Itemtext */
|
|
40872
40872
|
itemText: string | null;
|
|
40873
40873
|
itemType: components["schemas"]["NonInventoryItemType"] | null;
|
|
@@ -41631,7 +41631,7 @@ export interface components {
|
|
|
41631
41631
|
* Format: uuid
|
|
41632
41632
|
*/
|
|
41633
41633
|
id: string;
|
|
41634
|
-
item: components["schemas"]["
|
|
41634
|
+
item: components["schemas"]["ItemSchema"] | null;
|
|
41635
41635
|
/**
|
|
41636
41636
|
* Itemname
|
|
41637
41637
|
* @description Item name if inventory is off
|
|
@@ -42468,7 +42468,7 @@ export interface components {
|
|
|
42468
42468
|
* Format: uuid
|
|
42469
42469
|
*/
|
|
42470
42470
|
id: string;
|
|
42471
|
-
item: components["schemas"]["
|
|
42471
|
+
item: components["schemas"]["ItemSchema"] | null;
|
|
42472
42472
|
/** Itemname */
|
|
42473
42473
|
itemName?: string | null;
|
|
42474
42474
|
itemType: components["schemas"]["NonInventoryItemType"] | null;
|
|
@@ -50046,7 +50046,7 @@ export interface components {
|
|
|
50046
50046
|
* Format: uuid
|
|
50047
50047
|
*/
|
|
50048
50048
|
id: string;
|
|
50049
|
-
item: components["schemas"]["
|
|
50049
|
+
item: components["schemas"]["ItemSchema"] | null;
|
|
50050
50050
|
/** Itemname */
|
|
50051
50051
|
itemName: string | null;
|
|
50052
50052
|
itemType: components["schemas"]["NonInventoryItemType"] | null;
|
|
@@ -52386,7 +52386,7 @@ export interface components {
|
|
|
52386
52386
|
* Format: uuid
|
|
52387
52387
|
*/
|
|
52388
52388
|
id: string;
|
|
52389
|
-
item: components["schemas"]["
|
|
52389
|
+
item: components["schemas"]["ItemSchema"] | null;
|
|
52390
52390
|
/** Itemname */
|
|
52391
52391
|
itemName?: string | null;
|
|
52392
52392
|
itemType: components["schemas"]["NonInventoryItemType"] | null;
|
|
@@ -54432,7 +54432,7 @@ export interface components {
|
|
|
54432
54432
|
* Format: uuid
|
|
54433
54433
|
*/
|
|
54434
54434
|
id: string;
|
|
54435
|
-
item: components["schemas"]["
|
|
54435
|
+
item: components["schemas"]["ItemSchema"] | null;
|
|
54436
54436
|
/** Itemname */
|
|
54437
54437
|
itemName?: string | null;
|
|
54438
54438
|
itemType: components["schemas"]["NonInventoryItemType"] | null;
|