@erp-galoper/main-package 1.0.223 → 1.0.224
Sign up to get free protection for your applications and to get access to all the features.
- package/openapi.ts +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
|
-
* -
|
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
|
15926
|
+
* @example d03ccf5f-231b-4486-bf7c-80256c20d0cb
|
15927
15927
|
*/
|
15928
15928
|
id: string;
|
15929
15929
|
/**
|
package/package.json
CHANGED