@erp-galoper/main-package 1.0.184 → 1.0.185

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 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -15856,7 +15856,7 @@ export interface components {
15856
15856
  /**
15857
15857
  * Id
15858
15858
  * Format: uuid
15859
- * @example 6ca5e2aa-2672-4341-997d-ecdcaddfbaad
15859
+ * @example bcb78c65-0f67-48c8-85cb-013d59f8122e
15860
15860
  */
15861
15861
  id: string;
15862
15862
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.184",
3
+ "version": "1.0.185",
4
4
  "main": "openapi.ts"
5
5
  }