@erp-galoper/main-package 1.0.223 → 1.0.224

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 +2 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -1971,7 +1971,7 @@ export interface paths {
1971
1971
  * @description Endpoint for getting document approval status
1972
1972
  * Possible Responses:
1973
1973
  * - 200:
1974
- * - list[DocumentTrackResponse]
1974
+ * - list[DocumentTrackResponse]
1975
1975
  * - 500:
1976
1976
  * - internalServerError
1977
1977
  */
@@ -15923,7 +15923,7 @@ export interface components {
15923
15923
  /**
15924
15924
  * Id
15925
15925
  * Format: uuid
15926
- * @example d34db675-24f7-458a-8acf-790c465298f2
15926
+ * @example d03ccf5f-231b-4486-bf7c-80256c20d0cb
15927
15927
  */
15928
15928
  id: string;
15929
15929
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.223",
3
+ "version": "1.0.224",
4
4
  "main": "openapi.ts"
5
5
  }