@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.
Files changed (2) hide show
  1. package/openapi.ts +2 -1
  2. 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 911336b1-2611-46ec-9aab-a31c9faf335d
26673
+ * @example aa203e7a-3375-4643-bb45-721dc66b8f56
26673
26674
  */
26674
26675
  id: string;
26675
26676
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.323",
3
+ "version": "1.0.324",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],