@erp-galoper/types 1.0.1903 → 1.0.1904
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 +0 -24
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26546,11 +26546,6 @@ export interface components {
|
|
|
26546
26546
|
dateModified: string | null;
|
|
26547
26547
|
createdBy: components["schemas"]["RecordUserSchema"];
|
|
26548
26548
|
modifiedBy: components["schemas"]["RecordUserSchema"] | null;
|
|
26549
|
-
/**
|
|
26550
|
-
* Availableinpos
|
|
26551
|
-
* @default false
|
|
26552
|
-
*/
|
|
26553
|
-
availableInPos: boolean;
|
|
26554
26549
|
/**
|
|
26555
26550
|
* Id
|
|
26556
26551
|
* Format: uuid
|
|
@@ -26814,11 +26809,6 @@ export interface components {
|
|
|
26814
26809
|
dateModified: string | null;
|
|
26815
26810
|
createdBy: components["schemas"]["RecordUserSchema"];
|
|
26816
26811
|
modifiedBy: components["schemas"]["RecordUserSchema"] | null;
|
|
26817
|
-
/**
|
|
26818
|
-
* Availableinpos
|
|
26819
|
-
* @default false
|
|
26820
|
-
*/
|
|
26821
|
-
availableInPos: boolean;
|
|
26822
26812
|
/**
|
|
26823
26813
|
* Id
|
|
26824
26814
|
* Format: uuid
|
|
@@ -27453,11 +27443,6 @@ export interface components {
|
|
|
27453
27443
|
CostStrategy: "firstInFirstOut" | "lastInFirstOut" | "weightedAverageCost" | "marketCost";
|
|
27454
27444
|
/** CreateChildItemSchema */
|
|
27455
27445
|
CreateChildItemSchema: {
|
|
27456
|
-
/**
|
|
27457
|
-
* Availableinpos
|
|
27458
|
-
* @default false
|
|
27459
|
-
*/
|
|
27460
|
-
availableInPos: boolean | null;
|
|
27461
27446
|
/** Index */
|
|
27462
27447
|
index?: number | null;
|
|
27463
27448
|
/**
|
|
@@ -27693,11 +27678,6 @@ export interface components {
|
|
|
27693
27678
|
};
|
|
27694
27679
|
/** CreateItemSchema */
|
|
27695
27680
|
CreateItemSchema: {
|
|
27696
|
-
/**
|
|
27697
|
-
* Availableinpos
|
|
27698
|
-
* @default false
|
|
27699
|
-
*/
|
|
27700
|
-
availableInPos: boolean | null;
|
|
27701
27681
|
/**
|
|
27702
27682
|
* Image
|
|
27703
27683
|
* @default default/default-product.jpg
|
|
@@ -28217,8 +28197,6 @@ export interface components {
|
|
|
28217
28197
|
};
|
|
28218
28198
|
/** PatchChildItemSchema */
|
|
28219
28199
|
PatchChildItemSchema: {
|
|
28220
|
-
/** Availableinpos */
|
|
28221
|
-
availableInPos?: boolean | null;
|
|
28222
28200
|
/** Image */
|
|
28223
28201
|
image?: string | null;
|
|
28224
28202
|
/**
|
|
@@ -28524,8 +28502,6 @@ export interface components {
|
|
|
28524
28502
|
};
|
|
28525
28503
|
/** PatchItemSchema */
|
|
28526
28504
|
PatchItemSchema: {
|
|
28527
|
-
/** Availableinpos */
|
|
28528
|
-
availableInPos?: boolean | null;
|
|
28529
28505
|
/** Image */
|
|
28530
28506
|
image?: string | null;
|
|
28531
28507
|
/**
|