@erp-galoper/main-package 1.0.251 → 1.0.253
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 +1 -2
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -11739,7 +11739,6 @@ export interface components {
|
|
|
11739
11739
|
/** Secondname */
|
|
11740
11740
|
secondName?: string | null;
|
|
11741
11741
|
reportAccountType?: components["schemas"]["AccountTypes"] | null;
|
|
11742
|
-
accountLevel?: components["schemas"]["AccountLevel"] | null;
|
|
11743
11742
|
/** Parentid */
|
|
11744
11743
|
parentId?: number | null;
|
|
11745
11744
|
/** Additionalnumber */
|
|
@@ -15931,7 +15930,7 @@ export interface components {
|
|
|
15931
15930
|
/**
|
|
15932
15931
|
* Id
|
|
15933
15932
|
* Format: uuid
|
|
15934
|
-
* @example
|
|
15933
|
+
* @example a8bd3889-ed18-41eb-a6f1-112497c1588c
|
|
15935
15934
|
*/
|
|
15936
15935
|
id: string;
|
|
15937
15936
|
/**
|
package/package.json
CHANGED