@erp-galoper/types 1.0.1808 → 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.
- package/openapi.ts +1 -1
- 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:
|
|
79592
|
+
id: string;
|
|
79593
79593
|
};
|
|
79594
79594
|
cookie?: never;
|
|
79595
79595
|
};
|