@erp-galoper/types 1.0.242 → 1.0.243
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 +2 -2
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26622,7 +26622,7 @@ export interface components {
|
|
|
26622
26622
|
/**
|
|
26623
26623
|
* Id
|
|
26624
26624
|
* Format: uuid
|
|
26625
|
-
* @example
|
|
26625
|
+
* @example ffe57637-a2e6-4c2b-a927-bc3a4bb0fcd1
|
|
26626
26626
|
*/
|
|
26627
26627
|
id: string;
|
|
26628
26628
|
/**
|
|
@@ -51855,7 +51855,7 @@ export interface operations {
|
|
|
51855
51855
|
};
|
|
51856
51856
|
requestBody: {
|
|
51857
51857
|
content: {
|
|
51858
|
-
"application/json": components["schemas"]["
|
|
51858
|
+
"application/json": components["schemas"]["CreateBrandSchema"];
|
|
51859
51859
|
};
|
|
51860
51860
|
};
|
|
51861
51861
|
responses: {
|