@erp-galoper/main-package 1.0.183 → 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.
- package/openapi.ts +4 -4
- 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
|
|
15859
|
+
* @example bcb78c65-0f67-48c8-85cb-013d59f8122e
|
|
15860
15860
|
*/
|
|
15861
15861
|
id: string;
|
|
15862
15862
|
/**
|
|
@@ -25636,7 +25636,7 @@ export interface operations {
|
|
|
25636
25636
|
};
|
|
25637
25637
|
requestBody: {
|
|
25638
25638
|
content: {
|
|
25639
|
-
"application/json": components["schemas"]["
|
|
25639
|
+
"application/json": components["schemas"]["CreateTagSchema"];
|
|
25640
25640
|
};
|
|
25641
25641
|
};
|
|
25642
25642
|
responses: {
|
|
@@ -26325,7 +26325,7 @@ export interface operations {
|
|
|
26325
26325
|
[name: string]: unknown;
|
|
26326
26326
|
};
|
|
26327
26327
|
content: {
|
|
26328
|
-
"application/json": components["schemas"]["
|
|
26328
|
+
"application/json": components["schemas"]["ErrorMessages"];
|
|
26329
26329
|
};
|
|
26330
26330
|
};
|
|
26331
26331
|
/** @description Forbidden */
|
|
@@ -26501,7 +26501,7 @@ export interface operations {
|
|
|
26501
26501
|
[name: string]: unknown;
|
|
26502
26502
|
};
|
|
26503
26503
|
content: {
|
|
26504
|
-
"application/json": components["schemas"]["
|
|
26504
|
+
"application/json": components["schemas"]["ErrorMessages"];
|
|
26505
26505
|
};
|
|
26506
26506
|
};
|
|
26507
26507
|
/** @description Forbidden */
|
package/package.json
CHANGED