@erp-galoper/types 1.0.1038 → 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 +3 -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: {
|