@erp-galoper/main-package 1.0.251 → 1.0.252
Sign up to get free protection for your applications and to get access to all the features.
- 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 6ca2176e-9c17-49d8-8456-0bc958978326
|
15935
15934
|
*/
|
15936
15935
|
id: string;
|
15937
15936
|
/**
|
package/package.json
CHANGED