@erp-galoper/types 1.0.1809 → 1.0.1810

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 +1 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -79589,7 +79589,7 @@ export interface operations {
79589
79589
  query?: never;
79590
79590
  header?: never;
79591
79591
  path: {
79592
- id: number;
79592
+ id: string;
79593
79593
  };
79594
79594
  cookie?: never;
79595
79595
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1809",
3
+ "version": "1.0.1810",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],