@erp-galoper/types 1.0.1037 → 1.0.1039
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 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -24659,7 +24659,7 @@ export interface components {
|
|
|
24659
24659
|
/** Depth */
|
|
24660
24660
|
depth: number;
|
|
24661
24661
|
/** Image */
|
|
24662
|
-
image?: string
|
|
24662
|
+
image?: string;
|
|
24663
24663
|
/**
|
|
24664
24664
|
* Children
|
|
24665
24665
|
* @default []
|
|
@@ -24702,6 +24702,8 @@ export interface components {
|
|
|
24702
24702
|
/** Issubcategory */
|
|
24703
24703
|
isSubCategory: boolean;
|
|
24704
24704
|
parent?: components["schemas"]["ParentCategorySchema"] | null;
|
|
24705
|
+
/** Image */
|
|
24706
|
+
image: string;
|
|
24705
24707
|
};
|
|
24706
24708
|
/** ParentCategorySchema */
|
|
24707
24709
|
ParentCategorySchema: {
|
|
@@ -38791,6 +38793,8 @@ export interface components {
|
|
|
38791
38793
|
* @description this field is number
|
|
38792
38794
|
*/
|
|
38793
38795
|
secondaryRate: string;
|
|
38796
|
+
/** Candelete */
|
|
38797
|
+
canDelete: boolean;
|
|
38794
38798
|
/** Salesinvoices */
|
|
38795
38799
|
salesInvoices: components["schemas"]["ClosingCommissionInvoiceDetailSchema"][];
|
|
38796
38800
|
/** Returninvoices */
|
|
@@ -38953,6 +38957,8 @@ export interface components {
|
|
|
38953
38957
|
* @description this field is number
|
|
38954
38958
|
*/
|
|
38955
38959
|
secondaryRate: string;
|
|
38960
|
+
/** Candelete */
|
|
38961
|
+
canDelete: boolean;
|
|
38956
38962
|
};
|
|
38957
38963
|
/** ClosingCommissionListSchema */
|
|
38958
38964
|
ClosingCommissionListSchema: {
|