@erp-galoper/main-package 1.0.236 → 1.0.238
Sign up to get free protection for your applications and to get access to all the features.
- package/openapi.ts +3 -3
- 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
|
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
|
19274
|
+
query?: {
|
19275
|
+
branchId?: number;
|
19276
19276
|
/** @description Page number */
|
19277
19277
|
page?: number;
|
19278
19278
|
/** @description Page size */
|
package/package.json
CHANGED