Package not found. Please check the package name and try again.

@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.
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 36d574df-b082-496d-8bb9-ef5a772320b6
15933
+ * @example a8bd3889-ed18-41eb-a6f1-112497c1588c
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.251",
3
+ "version": "1.0.253",
4
4
  "main": "openapi.ts"
5
5
  }