@erp-galoper/types 1.0.323 → 1.0.324
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 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -1134,6 +1134,7 @@ export interface paths {
|
|
|
1134
1134
|
* - permissionDenied
|
|
1135
1135
|
* -400:
|
|
1136
1136
|
* - galoperSettingsDoesNotExist
|
|
1137
|
+
* - userDoesNotExist
|
|
1137
1138
|
*/
|
|
1138
1139
|
get: operations["company_views_company_setup_steps"];
|
|
1139
1140
|
put?: never;
|
|
@@ -26669,7 +26670,7 @@ export interface components {
|
|
|
26669
26670
|
/**
|
|
26670
26671
|
* Id
|
|
26671
26672
|
* Format: uuid
|
|
26672
|
-
* @example
|
|
26673
|
+
* @example aa203e7a-3375-4643-bb45-721dc66b8f56
|
|
26673
26674
|
*/
|
|
26674
26675
|
id: string;
|
|
26675
26676
|
/**
|