@erp-galoper/main-package 1.0.250 → 1.0.252

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/openapi.ts +1 -2
  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 44105c39-385c-4302-86fb-cf0486cb2934
15933
+ * @example 6ca2176e-9c17-49d8-8456-0bc958978326
15935
15934
  */
15936
15935
  id: string;
15937
15936
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.250",
3
+ "version": "1.0.252",
4
4
  "main": "openapi.ts"
5
5
  }