@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.
Files changed (2) hide show
  1. package/openapi.ts +2 -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 9af34c52-a22a-41bf-a401-7048984b0c21
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"]["BrandSchema"];
51858
+ "application/json": components["schemas"]["CreateBrandSchema"];
51859
51859
  };
51860
51860
  };
51861
51861
  responses: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.242",
3
+ "version": "1.0.243",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],