@erp-galoper/types 1.0.1176 → 1.0.1178
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 +18 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -55944,6 +55944,15 @@ export interface operations {
|
|
|
55944
55944
|
"application/json": components["schemas"]["CustomFieldsList"];
|
|
55945
55945
|
};
|
|
55946
55946
|
};
|
|
55947
|
+
/** @description Bad Request */
|
|
55948
|
+
400: {
|
|
55949
|
+
headers: {
|
|
55950
|
+
[name: string]: unknown;
|
|
55951
|
+
};
|
|
55952
|
+
content: {
|
|
55953
|
+
"application/json": components["schemas"]["ErrorMessages"];
|
|
55954
|
+
};
|
|
55955
|
+
};
|
|
55947
55956
|
/** @description Forbidden */
|
|
55948
55957
|
403: {
|
|
55949
55958
|
headers: {
|
|
@@ -56053,6 +56062,15 @@ export interface operations {
|
|
|
56053
56062
|
"application/json": components["schemas"]["RetrieveCustomField"];
|
|
56054
56063
|
};
|
|
56055
56064
|
};
|
|
56065
|
+
/** @description Bad Request */
|
|
56066
|
+
400: {
|
|
56067
|
+
headers: {
|
|
56068
|
+
[name: string]: unknown;
|
|
56069
|
+
};
|
|
56070
|
+
content: {
|
|
56071
|
+
"application/json": components["schemas"]["ErrorMessages"];
|
|
56072
|
+
};
|
|
56073
|
+
};
|
|
56056
56074
|
/** @description Forbidden */
|
|
56057
56075
|
403: {
|
|
56058
56076
|
headers: {
|