@erp-galoper/types 1.0.245 → 1.0.247
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 +8 -6
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -21033,7 +21033,14 @@ export interface components {
|
|
|
21033
21033
|
name: string;
|
|
21034
21034
|
/** Percentage */
|
|
21035
21035
|
percentage: number | string;
|
|
21036
|
+
/** Type */
|
|
21037
|
+
type: components["schemas"]["TaxTypes"][];
|
|
21036
21038
|
};
|
|
21039
|
+
/**
|
|
21040
|
+
* TaxTypes
|
|
21041
|
+
* @enum {string}
|
|
21042
|
+
*/
|
|
21043
|
+
TaxTypes: "purchase" | "sales" | "pos" | "expenses" | "assets";
|
|
21037
21044
|
/**
|
|
21038
21045
|
* TrackInventoryBy
|
|
21039
21046
|
* @enum {string}
|
|
@@ -22727,11 +22734,6 @@ export interface components {
|
|
|
22727
22734
|
DocumentTypeSchema: {
|
|
22728
22735
|
option: components["schemas"]["DocumentType"];
|
|
22729
22736
|
};
|
|
22730
|
-
/**
|
|
22731
|
-
* TaxTypes
|
|
22732
|
-
* @enum {string}
|
|
22733
|
-
*/
|
|
22734
|
-
TaxTypes: "purchase" | "sales" | "pos" | "expenses" | "assets";
|
|
22735
22737
|
/** TaxTypesSchema */
|
|
22736
22738
|
TaxTypesSchema: {
|
|
22737
22739
|
option: components["schemas"]["TaxTypes"];
|
|
@@ -26634,7 +26636,7 @@ export interface components {
|
|
|
26634
26636
|
/**
|
|
26635
26637
|
* Id
|
|
26636
26638
|
* Format: uuid
|
|
26637
|
-
* @example
|
|
26639
|
+
* @example 3b2637a5-bb4a-4502-bc68-c51bba0fdf49
|
|
26638
26640
|
*/
|
|
26639
26641
|
id: string;
|
|
26640
26642
|
/**
|