@erp-galoper/main-package 1.0.236 → 1.0.238

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 +3 -3
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -15942,7 +15942,7 @@ export interface components {
15942
15942
  /**
15943
15943
  * Id
15944
15944
  * Format: uuid
15945
- * @example 711e3e39-bb30-4d23-8834-bd94f2307577
15945
+ * @example 5e85a56e-47b5-4ba6-a3ae-35d7288a8318
15946
15946
  */
15947
15947
  id: string;
15948
15948
  /**
@@ -19271,8 +19271,8 @@ export interface operations {
19271
19271
  };
19272
19272
  authentication_views_list_users: {
19273
19273
  parameters: {
19274
- query: {
19275
- branchId: number;
19274
+ query?: {
19275
+ branchId?: number;
19276
19276
  /** @description Page number */
19277
19277
  page?: number;
19278
19278
  /** @description Page size */
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.236",
3
+ "version": "1.0.238",
4
4
  "main": "openapi.ts"
5
5
  }