@erp-galoper/main-package 1.0.272 → 1.0.273

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 +2 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -3032,6 +3032,7 @@ export interface paths {
3032
3032
  * - attributeConflict
3033
3033
  * - noChangesDetected
3034
3034
  * - variationHasRelatedRecords
3035
+ * - variationDetailRequired
3035
3036
  * - 403:
3036
3037
  * - permissionDenied
3037
3038
  * - 404:
@@ -15959,7 +15960,7 @@ export interface components {
15959
15960
  /**
15960
15961
  * Id
15961
15962
  * Format: uuid
15962
- * @example e1ff4999-1b12-4037-b5e1-f462c9e08371
15963
+ * @example 3afb5c1f-3f39-407b-97dc-19ad54e2aa7f
15963
15964
  */
15964
15965
  id: string;
15965
15966
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.272",
3
+ "version": "1.0.273",
4
4
  "main": "openapi.ts"
5
5
  }