@erp-galoper/main-package 1.0.89 → 1.0.91
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 +0 -9
- package/package.json +1 -1
package/openapi.ts
CHANGED
@@ -625,7 +625,6 @@ export interface components {
|
|
625
625
|
};
|
626
626
|
/** PermissionsResponseSchema */
|
627
627
|
PermissionsResponseSchema: {
|
628
|
-
info: components["schemas"]["PageInfoSchema"];
|
629
628
|
/** Results */
|
630
629
|
results: {
|
631
630
|
[key: string]: string[];
|
@@ -1372,14 +1371,6 @@ export interface operations {
|
|
1372
1371
|
* @description Endpoint for permission list.
|
1373
1372
|
*/
|
1374
1373
|
authentication_views_permission_list_view: {
|
1375
|
-
parameters: {
|
1376
|
-
query?: {
|
1377
|
-
/** @description Page number */
|
1378
|
-
page?: number;
|
1379
|
-
/** @description Page size */
|
1380
|
-
pageSize?: number;
|
1381
|
-
};
|
1382
|
-
};
|
1383
1374
|
responses: {
|
1384
1375
|
/** @description OK */
|
1385
1376
|
200: {
|
package/package.json
CHANGED