@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.
- package/openapi.ts +2 -1
- 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
|
15963
|
+
* @example 3afb5c1f-3f39-407b-97dc-19ad54e2aa7f
|
15963
15964
|
*/
|
15964
15965
|
id: string;
|
15965
15966
|
/**
|
package/package.json
CHANGED