@pubinfo/module-rbac 2.0.0-rc.3 → 2.0.0-rc.5

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 (120) hide show
  1. package/dist/{ComponentSelect-B1ZyenXP.js → ComponentSelect-Bhl9ciUm.js} +12 -12
  2. package/dist/ComponentSelect-Bhwuc86o.js +2 -0
  3. package/dist/ComponentSelect.css +1 -1
  4. package/dist/DynamicRoutesForm-CE2RPs7y.js +169 -0
  5. package/dist/DynamicRoutesForm-D35jFnxF.js +4 -0
  6. package/dist/IconSelect-Ct5FkeHI.js +4 -0
  7. package/dist/IconSelect-HAhfS6hd.js +661 -0
  8. package/dist/IconSelect.css +1 -0
  9. package/dist/{ImportExport-Clbc8xaw.js → ImportExport-ByRTssxP.js} +2 -2
  10. package/dist/ImportExport-D8uzaOMz.js +4 -0
  11. package/dist/{MetaForm-BWy4Lpr8.js → MetaForm-BSGuZXgj.js} +2 -2
  12. package/dist/{MetaForm-DpH9an5A.js → MetaForm-DErrpELP.js} +1 -1
  13. package/dist/OrgAndPosition-CF7ZJtNB.js +2 -0
  14. package/dist/{ResourceEdit-0_cYB0iu.js → ResourceEdit-DF-2_zoi.js} +115 -105
  15. package/dist/ResourceEdit-oAPLPUf0.js +11 -0
  16. package/dist/{ResourceRelation-DMWa09ae.js → ResourceRelation-BRseTUw2.js} +1 -1
  17. package/dist/RoleRelation-YaSQQxQ2.js +2 -0
  18. package/dist/{TenantEdit-D8-Pt7sf.js → TenantEdit-C28473_2.js} +1 -1
  19. package/dist/{UserAuthorization-DuioGghR.js → UserAuthorization-C4SLMNmh.js} +1 -1
  20. package/dist/UserEdit-CyCXz7g3.js +4 -0
  21. package/dist/{UserEdit-C6eNXSCu.js → UserEdit-EOTBOUZu.js} +1 -1
  22. package/dist/api/modules/assist/gonggaofuwu.d.ts +6 -6
  23. package/dist/api/modules/assist/qunzujiekou.d.ts +6 -6
  24. package/dist/api/modules/assist/quyujiekou.d.ts +5 -5
  25. package/dist/api/modules/configData/heibaimingdanfuwu.d.ts +5 -5
  26. package/dist/api/modules/configData/xitongpeizhifuwu.d.ts +14 -14
  27. package/dist/api/modules/configData/zidifuwu.d.ts +10 -10
  28. package/dist/api/modules/log/caozuorizhifuwu.d.ts +2 -2
  29. package/dist/api/modules/log/denglurizhifuwu.d.ts +2 -2
  30. package/dist/api/modules/rbac/gangweijiekou.d.ts +6 -6
  31. package/dist/api/modules/rbac/jiaosejiekou.d.ts +7 -7
  32. package/dist/api/modules/rbac/pubJiaosezukongzhiqi.d.ts +7 -7
  33. package/dist/api/modules/rbac/shujuquanxianzhubiaokongzhiqi.d.ts +9 -9
  34. package/dist/api/modules/rbac/yonghujiekou.d.ts +15 -15
  35. package/dist/api/modules/rbac/yonghushoucangbiaojiekou.d.ts +5 -5
  36. package/dist/api/modules/rbac/yonghuzuijinchangyongbiaojiekou.d.ts +4 -4
  37. package/dist/api/modules/rbac/ziyuandaorudaochuxiangguanjiekou.d.ts +6 -6
  38. package/dist/api/modules/rbac/ziyuanjiekou.d.ts +13 -13
  39. package/dist/api/modules/rbac/zuhuguanlijiekou.d.ts +5 -5
  40. package/dist/api/modules/rbac/zuzhijiaosebiaokongzhiqi.d.ts +4 -4
  41. package/dist/api/modules/rbac/zuzhijiekou.d.ts +9 -9
  42. package/dist/components/ResourceIcones/BoxColorPicker.vue.d.ts +23 -0
  43. package/dist/components/ResourceIcones/Select.vue.d.ts +48 -2
  44. package/dist/components/ResourceSelector/hooks/useAppAndResource.d.ts +15 -6
  45. package/dist/components/RoleSelector/useRole.d.ts +68 -4
  46. package/dist/context.d.ts +1 -2
  47. package/dist/{drawerRole-DNsK5a6O.js → drawerRole-CzTW_I2H.js} +1 -1
  48. package/dist/{drawerRole-BeUNs7cF.js → drawerRole-tan379DU.js} +1 -1
  49. package/dist/index.css +1 -1
  50. package/dist/index.js +1427 -1431
  51. package/dist/{resource-CrhX7VRK.js → resource-CyI9ZpmF.js} +9 -8
  52. package/dist/{role-PjmrOdFd.js → role-B2tKqUvP.js} +2 -2
  53. package/dist/{role_group-Dlx-6BZF.js → role_group-DqzFHwKx.js} +1 -1
  54. package/dist/stores/view.d.ts +126 -21
  55. package/dist/{tenant-BGtOP_wo.js → tenant-C8kVbfgt.js} +2 -2
  56. package/dist/{toolbar_setting-OemNp6pO.js → toolbar_setting-Dc_h2Mfe.js} +23 -34
  57. package/dist/toolbar_setting.css +1 -1
  58. package/dist/{user-JCiGXodF.js → user-Dub4HhCZ.js} +3 -3
  59. package/dist/utils/routeSystem.d.ts +126 -21
  60. package/dist/views/blackWhiteList/index.vue.d.ts +40 -40
  61. package/dist/views/data-permission/components/createAndEditDataPermission.vue.d.ts +4 -4
  62. package/dist/views/data-permission/index.vue.d.ts +44 -44
  63. package/dist/views/dictionary/index.vue.d.ts +40 -40
  64. package/dist/views/dictionary/itemlist.vue.d.ts +40 -40
  65. package/dist/views/group/index.vue.d.ts +40 -40
  66. package/dist/views/log_center/components/browserType.vue.d.ts +2 -2
  67. package/dist/views/log_center/components/loginHistoryDetail.vue.d.ts +2 -2
  68. package/dist/views/log_center/components/operateHistoryDetail.vue.d.ts +2 -2
  69. package/dist/views/log_center/login_history.vue.d.ts +40 -40
  70. package/dist/views/log_center/operate_history.vue.d.ts +40 -40
  71. package/dist/views/position/index.vue.d.ts +40 -40
  72. package/dist/views/region/index.vue.d.ts +40 -40
  73. package/dist/views/resource/components/IconSelect.vue.d.ts +10 -0
  74. package/dist/views/resource/hooks/useMetaForm.d.ts +8 -1
  75. package/dist/views/resource/index.vue.d.ts +40 -40
  76. package/dist/views/role/components/ResourceRelation.vue.d.ts +40 -40
  77. package/dist/views/role/index.vue.d.ts +80 -80
  78. package/dist/views/role_group/index.vue.d.ts +40 -40
  79. package/dist/views/tenant/index.vue.d.ts +40 -40
  80. package/dist/views/toolbar_setting/animationData.d.ts +1 -3
  81. package/dist/views/user/index.vue.d.ts +40 -40
  82. package/package.json +7 -3
  83. package/src/components/DirectoryIcones/ComponentsIcones.vue +2 -2
  84. package/src/components/DirectoryIcones/FolderIcones.vue +2 -2
  85. package/src/components/DirectoryIcones/ModuleIcones.vue +2 -2
  86. package/src/components/DirectoryIcones/PackagesIcones.vue +2 -2
  87. package/src/components/DirectoryIcones/SrcIcones.vue +2 -2
  88. package/src/components/DirectoryIcones/ViewIcones.vue +2 -2
  89. package/src/components/ResourceIcones/BoxColorPicker.vue +172 -0
  90. package/src/components/ResourceIcones/Select.vue +227 -15
  91. package/src/context.ts +1 -17
  92. package/src/index.ts +3 -10
  93. package/src/views/resource/components/ComponentSelect.vue +10 -0
  94. package/src/views/resource/components/DynamicRoutesForm.vue +0 -8
  95. package/src/views/resource/components/IconSelect.vue +138 -0
  96. package/src/views/resource/components/ResourceEdit.vue +34 -28
  97. package/src/views/toolbar_setting/animationData.ts +0 -4
  98. package/src/views/toolbar_setting/index.vue +0 -13
  99. package/dist/ComponentSelect-DlVJI5an.js +0 -2
  100. package/dist/DynamicRoutesForm-Cu3WhRpA.js +0 -4
  101. package/dist/DynamicRoutesForm-qjbrykW4.js +0 -376
  102. package/dist/ImportExport-CtEZTU87.js +0 -4
  103. package/dist/OrgAndPosition-3lCm4Fyb.js +0 -2
  104. package/dist/ResourceEdit-CYPzEbqn.js +0 -10
  105. package/dist/RoleRelation-DySyilcs.js +0 -2
  106. package/dist/UserEdit-6HYbgtOh.js +0 -4
  107. /package/dist/{OrgAndPosition-DYxNkasL.js → OrgAndPosition-vnBrq-fn.js} +0 -0
  108. /package/dist/{ResourceRelation-CZ8hGgOm.js → ResourceRelation-B_4woLmP.js} +0 -0
  109. /package/dist/{ResourceRelation-DkKdZ3TD.js → ResourceRelation-CKolCnHC.js} +0 -0
  110. /package/dist/{RoleRelation-B1D1NM_L.js → RoleRelation-DXZxscPY.js} +0 -0
  111. /package/dist/{TenantEdit-DNJzo8SS.js → TenantEdit-B5_v0C8I.js} +0 -0
  112. /package/dist/{UserAuthorization-DPHUk69M.js → UserAuthorization-DTgmWH5Q.js} +0 -0
  113. /package/dist/{dayjs.min-DcxwBe2I.js → dayjs.min-CdDcH50N.js} +0 -0
  114. /package/dist/{drawerRole-DS7fbx1h.js → drawerRole-CwilBmOE.js} +0 -0
  115. /package/dist/{drawerRole-BdoMYLYW.js → drawerRole-E1jHM3v-.js} +0 -0
  116. /package/dist/{enum-D0U38jb6.js → enum-BMY6bmPA.js} +0 -0
  117. /package/dist/{safe_setting-DpWUCv2p.js → safe_setting-uj9p_wW0.js} +0 -0
  118. /package/dist/{tabbar_setting-9UKDc1Ev.js → tabbar_setting-HFHrLVgt.js} +0 -0
  119. /package/dist/{theme_setting-BBLaZ4NS.js → theme_setting-QgpSGXxq.js} +0 -0
  120. /package/dist/{watermark_setting-C1VFRfbW.js → watermark_setting-BcWy6p2_.js} +0 -0
@@ -5,32 +5,32 @@ import { basic as request } from '../../request';
5
5
  * @method POST
6
6
  * @author @pubinfo/openapi
7
7
  */
8
- export declare function postBlackWhiteListAddBlackWhiteList<R = API.ResponseDataBoolean, T = API.ResponseDataBoolean>(body: API.BlackWhiteListAddDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
8
+ export declare function postBlackWhiteListAddBlackWhiteList<R = API.ResponseDataBoolean, T = API.ResponseDataBoolean>(body: API.BlackWhiteListAddDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
9
9
  /**
10
10
  * @description 删除黑白名单
11
11
  * @url /blackWhiteList/delete/${param0}
12
12
  * @method GET
13
13
  * @author @pubinfo/openapi
14
14
  */
15
- export declare function getBlackWhiteListDeleteById<R = API.ResponseDataBoolean, T = API.ResponseDataBoolean>(params: API.getBlackWhiteListDeleteByIdParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
15
+ export declare function getBlackWhiteListDeleteById<R = API.ResponseDataBoolean, T = API.ResponseDataBoolean>(params: API.getBlackWhiteListDeleteByIdParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
16
16
  /**
17
17
  * @description 查询黑白名单
18
18
  * @url /blackWhiteList/getBlackWhiteList/${param0}
19
19
  * @method GET
20
20
  * @author @pubinfo/openapi
21
21
  */
22
- export declare function getBlackWhiteListGetBlackWhiteListById<R = API.ResponseDataPubBlackWhiteList, T = API.ResponseDataPubBlackWhiteList>(params: API.getBlackWhiteListGetBlackWhiteListByIdParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
22
+ export declare function getBlackWhiteListGetBlackWhiteListById<R = API.ResponseDataPubBlackWhiteList, T = API.ResponseDataPubBlackWhiteList>(params: API.getBlackWhiteListGetBlackWhiteListByIdParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
23
23
  /**
24
24
  * @description 分页查询查询黑白名单列表
25
25
  * @url /blackWhiteList/getBlackWhiteListPageList
26
26
  * @method POST
27
27
  * @author @pubinfo/openapi
28
28
  */
29
- export declare function postBlackWhiteListGetBlackWhiteListPageList<R = API.ResponseDataIPagePubBlackWhiteList, T = API.ResponseDataIPagePubBlackWhiteList>(body: API.BlackWhiteListQueryDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
29
+ export declare function postBlackWhiteListGetBlackWhiteListPageList<R = API.ResponseDataIPagePubBlackWhiteList, T = API.ResponseDataIPagePubBlackWhiteList>(body: API.BlackWhiteListQueryDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
30
30
  /**
31
31
  * @description 编辑黑白名单
32
32
  * @url /blackWhiteList/updateBlackWhiteList
33
33
  * @method POST
34
34
  * @author @pubinfo/openapi
35
35
  */
36
- export declare function postBlackWhiteListUpdateBlackWhiteList<R = API.ResponseDataBoolean, T = API.ResponseDataBoolean>(body: API.BlackWhiteListUpdateDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
36
+ export declare function postBlackWhiteListUpdateBlackWhiteList<R = API.ResponseDataBoolean, T = API.ResponseDataBoolean>(body: API.BlackWhiteListUpdateDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
@@ -5,95 +5,95 @@ import { basic as request } from '../../request';
5
5
  * @method POST
6
6
  * @author @pubinfo/openapi
7
7
  */
8
- export declare function postSysconfigAddOrEditUserThemeStyleConfig<R = API.ResponseDataBoolean, T = API.ResponseDataBoolean>(body: API.AddOrEditStyleConfigDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
8
+ export declare function postSysconfigAddOrEditUserThemeStyleConfig<R = API.ResponseDataBoolean, T = API.ResponseDataBoolean>(body: API.AddOrEditStyleConfigDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
9
9
  /**
10
10
  * @description 新增系统样式配置
11
11
  * @url /sysconfig/addOrEidtSysThemeStyleConfig
12
12
  * @method POST
13
13
  * @author @pubinfo/openapi
14
14
  */
15
- export declare function postSysconfigAddOrEidtSysThemeStyleConfig<R = API.ResponseDataBoolean, T = API.ResponseDataBoolean>(body: API.AddOrEditStyleConfigDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
15
+ export declare function postSysconfigAddOrEidtSysThemeStyleConfig<R = API.ResponseDataBoolean, T = API.ResponseDataBoolean>(body: API.AddOrEditStyleConfigDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
16
16
  /**
17
17
  * @description 新增或修改背景图片-大图
18
18
  * @url /sysconfig/addOrUpdateBackgroundImage
19
19
  * @method POST
20
20
  * @author @pubinfo/openapi
21
21
  */
22
- export declare function postSysconfigAddOrUpdateBackgroundImage<R = API.ResponseDataString, T = API.ResponseDataString>(params: API.postSysconfigAddOrUpdateBackgroundImageParams, body: Record<string, unknown>, file?: File, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
22
+ export declare function postSysconfigAddOrUpdateBackgroundImage<R = API.ResponseDataString, T = API.ResponseDataString>(params: API.postSysconfigAddOrUpdateBackgroundImageParams, body: Record<string, unknown>, file?: File, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
23
23
  /**
24
24
  * @description 新增或修改背景图片-小图
25
25
  * @url /sysconfig/addOrUpdateBackgroundSmallImage
26
26
  * @method POST
27
27
  * @author @pubinfo/openapi
28
28
  */
29
- export declare function postSysconfigAddOrUpdateBackgroundSmallImage<R = API.ResponseDataString, T = API.ResponseDataString>(params: API.postSysconfigAddOrUpdateBackgroundSmallImageParams, body: Record<string, unknown>, file?: File, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
29
+ export declare function postSysconfigAddOrUpdateBackgroundSmallImage<R = API.ResponseDataString, T = API.ResponseDataString>(params: API.postSysconfigAddOrUpdateBackgroundSmallImageParams, body: Record<string, unknown>, file?: File, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
30
30
  /**
31
31
  * @description 新增或修改log图片
32
32
  * @url /sysconfig/addOrUpdateLogImage
33
33
  * @method POST
34
34
  * @author @pubinfo/openapi
35
35
  */
36
- export declare function postSysconfigAddOrUpdateLogImage<R = API.ResponseDataString, T = API.ResponseDataString>(body: Record<string, unknown>, file?: File, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
36
+ export declare function postSysconfigAddOrUpdateLogImage<R = API.ResponseDataString, T = API.ResponseDataString>(body: Record<string, unknown>, file?: File, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
37
37
  /**
38
38
  * @description 新增或修改登录页配置项
39
39
  * @url /sysconfig/addOrUpdateLoginConfigurationItem
40
40
  * @method POST
41
41
  * @author @pubinfo/openapi
42
42
  */
43
- export declare function postSysconfigAddOrUpdateLoginConfigurationItem<R = API.ResponseDataPubSysConfig, T = API.ResponseDataPubSysConfig>(body: API.AddOrUpdateConfigurationItemDTO, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
43
+ export declare function postSysconfigAddOrUpdateLoginConfigurationItem<R = API.ResponseDataPubSysConfig, T = API.ResponseDataPubSysConfig>(body: API.AddOrUpdateConfigurationItemDTO, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
44
44
  /**
45
45
  * @description 通过code下载文件(返回流)
46
46
  * @url /sysconfig/downLoadImageStreamByCode
47
47
  * @method GET
48
48
  * @author @pubinfo/openapi
49
49
  */
50
- export declare function getSysconfigDownLoadImageStreamByCode<R = any, T = any>(params: API.getSysconfigDownLoadImageStreamByCodeParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
50
+ export declare function getSysconfigDownLoadImageStreamByCode<R = any, T = any>(params: API.getSysconfigDownLoadImageStreamByCodeParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
51
51
  /**
52
52
  * @description 编辑系统安全配置
53
53
  * @url /sysconfig/editSysSecurityConfig
54
54
  * @method POST
55
55
  * @author @pubinfo/openapi
56
56
  */
57
- export declare function postSysconfigEditSysSecurityConfig<R = API.ResponseDataBoolean, T = API.ResponseDataBoolean>(body: API.EditSysSecurityConfigDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
57
+ export declare function postSysconfigEditSysSecurityConfig<R = API.ResponseDataBoolean, T = API.ResponseDataBoolean>(body: API.EditSysSecurityConfigDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
58
58
  /**
59
59
  * @description 获取登录页配置项
60
60
  * @url /sysconfig/getLoginConfigurationItem
61
61
  * @method POST
62
62
  * @author @pubinfo/openapi
63
63
  */
64
- export declare function postSysconfigGetLoginConfigurationItem<R = API.ResponseDataPubSysConfig, T = API.ResponseDataPubSysConfig>(options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
64
+ export declare function postSysconfigGetLoginConfigurationItem<R = API.ResponseDataPubSysConfig, T = API.ResponseDataPubSysConfig>(options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
65
65
  /**
66
66
  * @description 获取系统安全配置
67
67
  * @url /sysconfig/getSysSecurityConfig
68
68
  * @method GET
69
69
  * @author @pubinfo/openapi
70
70
  */
71
- export declare function getSysconfigGetSysSecurityConfig<R = API.ResponseDataPubSysConfig, T = API.ResponseDataPubSysConfig>(options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
71
+ export declare function getSysconfigGetSysSecurityConfig<R = API.ResponseDataPubSysConfig, T = API.ResponseDataPubSysConfig>(options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
72
72
  /**
73
73
  * @description 获取系统样式配置
74
74
  * @url /sysconfig/getSysThemeStyleConfig
75
75
  * @method GET
76
76
  * @author @pubinfo/openapi
77
77
  */
78
- export declare function getSysconfigGetSysThemeStyleConfig<R = API.ResponseDataPubSysConfig, T = API.ResponseDataPubSysConfig>(options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
78
+ export declare function getSysconfigGetSysThemeStyleConfig<R = API.ResponseDataPubSysConfig, T = API.ResponseDataPubSysConfig>(options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
79
79
  /**
80
80
  * @description 获取样式配置
81
81
  * @url /sysconfig/getThemeStyleConfig
82
82
  * @method GET
83
83
  * @author @pubinfo/openapi
84
84
  */
85
- export declare function getSysconfigGetThemeStyleConfig<R = API.ResponseDataPubSysConfig, T = API.ResponseDataPubSysConfig>(options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
85
+ export declare function getSysconfigGetThemeStyleConfig<R = API.ResponseDataPubSysConfig, T = API.ResponseDataPubSysConfig>(options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
86
86
  /**
87
87
  * @description 获取用户样式配置
88
88
  * @url /sysconfig/getUserThemeStyleConfig
89
89
  * @method GET
90
90
  * @author @pubinfo/openapi
91
91
  */
92
- export declare function getSysconfigGetUserThemeStyleConfig<R = API.ResponseDataPubSysConfig, T = API.ResponseDataPubSysConfig>(options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
92
+ export declare function getSysconfigGetUserThemeStyleConfig<R = API.ResponseDataPubSysConfig, T = API.ResponseDataPubSysConfig>(options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
93
93
  /**
94
94
  * @description 重置用户样式配置
95
95
  * @url /sysconfig/resetUserThemeStyleConfig
96
96
  * @method POST
97
97
  * @author @pubinfo/openapi
98
98
  */
99
- export declare function postSysconfigResetUserThemeStyleConfig<R = API.ResponseDataBoolean, T = API.ResponseDataBoolean>(options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
99
+ export declare function postSysconfigResetUserThemeStyleConfig<R = API.ResponseDataBoolean, T = API.ResponseDataBoolean>(options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
@@ -5,67 +5,67 @@ import { basic as request } from '../../request';
5
5
  * @method POST
6
6
  * @author @pubinfo/openapi
7
7
  */
8
- export declare function postDictItemDeleteById<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.postDictItemDeleteByIdParams, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
8
+ export declare function postDictItemDeleteById<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.postDictItemDeleteByIdParams, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
9
9
  /**
10
10
  * @description 字典项删除
11
11
  * @url /dict/item/delete/${param0}
12
12
  * @method DELETE
13
13
  * @author @pubinfo/openapi
14
14
  */
15
- export declare function deleteDictItemDeleteById<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.deleteDictItemDeleteByIdParams, options?: Parameters<typeof request.Delete<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
15
+ export declare function deleteDictItemDeleteById<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.deleteDictItemDeleteByIdParams, options?: Parameters<typeof request.Delete<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
16
16
  /**
17
17
  * @description 字典项列表
18
18
  * @url /dict/item/list
19
19
  * @method GET
20
20
  * @author @pubinfo/openapi
21
21
  */
22
- export declare function getDictItemList<R = API.ResponseDataListDictItemVo, T = API.ResponseDataListDictItemVo>(params: API.getDictItemListParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
22
+ export declare function getDictItemList<R = API.ResponseDataListDictItemVo, T = API.ResponseDataListDictItemVo>(params: API.getDictItemListParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
23
23
  /**
24
24
  * @description 字典项列表(批量返回)
25
25
  * @url /dict/item/list/batch
26
26
  * @method GET
27
27
  * @author @pubinfo/openapi
28
28
  */
29
- export declare function getDictItemListBatch<R = API.ResponseDataListDictItemBatchVo, T = API.ResponseDataListDictItemBatchVo>(params: API.getDictItemListBatchParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
29
+ export declare function getDictItemListBatch<R = API.ResponseDataListDictItemBatchVo, T = API.ResponseDataListDictItemBatchVo>(params: API.getDictItemListBatchParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
30
30
  /**
31
31
  * @description 字典项分页查询
32
32
  * @url /dict/item/page
33
33
  * @method POST
34
34
  * @author @pubinfo/openapi
35
35
  */
36
- export declare function postDictItemPage<R = API.ResponseDataPageDataDictItemVo, T = API.ResponseDataPageDataDictItemVo>(body: API.DictItemQueryDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
36
+ export declare function postDictItemPage<R = API.ResponseDataPageDataDictItemVo, T = API.ResponseDataPageDataDictItemVo>(body: API.DictItemQueryDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
37
37
  /**
38
38
  * @description 字典项保存
39
39
  * @url /dict/item/save
40
40
  * @method POST
41
41
  * @author @pubinfo/openapi
42
42
  */
43
- export declare function postDictItemSave<R = API.ResponseDataString, T = API.ResponseDataString>(body: API.DictItemSaveDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
43
+ export declare function postDictItemSave<R = API.ResponseDataString, T = API.ResponseDataString>(body: API.DictItemSaveDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
44
44
  /**
45
45
  * @description 字典类型删除
46
46
  * @url /dict/type/delete/${param0}
47
47
  * @method POST
48
48
  * @author @pubinfo/openapi
49
49
  */
50
- export declare function postDictTypeDeleteById<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.postDictTypeDeleteByIdParams, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
50
+ export declare function postDictTypeDeleteById<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.postDictTypeDeleteByIdParams, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
51
51
  /**
52
52
  * @description 字典类型删除
53
53
  * @url /dict/type/delete/${param0}
54
54
  * @method DELETE
55
55
  * @author @pubinfo/openapi
56
56
  */
57
- export declare function deleteDictTypeDeleteById<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.deleteDictTypeDeleteByIdParams, options?: Parameters<typeof request.Delete<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
57
+ export declare function deleteDictTypeDeleteById<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.deleteDictTypeDeleteByIdParams, options?: Parameters<typeof request.Delete<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
58
58
  /**
59
59
  * @description 字典类型分页查询
60
60
  * @url /dict/type/page
61
61
  * @method POST
62
62
  * @author @pubinfo/openapi
63
63
  */
64
- export declare function postDictTypePage<R = API.ResponseDataPageDataDictTypeVo, T = API.ResponseDataPageDataDictTypeVo>(body: API.DictTypeQueryDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
64
+ export declare function postDictTypePage<R = API.ResponseDataPageDataDictTypeVo, T = API.ResponseDataPageDataDictTypeVo>(body: API.DictTypeQueryDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
65
65
  /**
66
66
  * @description 字典类型保存
67
67
  * @url /dict/type/save
68
68
  * @method POST
69
69
  * @author @pubinfo/openapi
70
70
  */
71
- export declare function postDictTypeSave<R = API.ResponseDataString, T = API.ResponseDataString>(body: API.DictTypeSaveDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
71
+ export declare function postDictTypeSave<R = API.ResponseDataString, T = API.ResponseDataString>(body: API.DictTypeSaveDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
@@ -5,11 +5,11 @@ import { basic as request } from '../../request';
5
5
  * @method GET
6
6
  * @author @pubinfo/openapi
7
7
  */
8
- export declare function getLogOperateDetailOperate<R = API.ResponseDataPubOperateLogDto, T = API.ResponseDataPubOperateLogDto>(params: API.getLogOperateDetailOperateParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
8
+ export declare function getLogOperateDetailOperate<R = API.ResponseDataPubOperateLogDto, T = API.ResponseDataPubOperateLogDto>(params: API.getLogOperateDetailOperateParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
9
9
  /**
10
10
  * @description 操作日志分页查询
11
11
  * @url /log/operate/page
12
12
  * @method POST
13
13
  * @author @pubinfo/openapi
14
14
  */
15
- export declare function postLogOperatePage<R = API.ResponseDataPageDataPubOperateLogDto, T = API.ResponseDataPageDataPubOperateLogDto>(body: API.PubOperateLogQuery, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
15
+ export declare function postLogOperatePage<R = API.ResponseDataPageDataPubOperateLogDto, T = API.ResponseDataPageDataPubOperateLogDto>(body: API.PubOperateLogQuery, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
@@ -5,11 +5,11 @@ import { basic as request } from '../../request';
5
5
  * @method GET
6
6
  * @author @pubinfo/openapi
7
7
  */
8
- export declare function getLogLoginDetailLogin<R = API.ResponseDataPubLoginLogDto, T = API.ResponseDataPubLoginLogDto>(params: API.getLogLoginDetailLoginParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
8
+ export declare function getLogLoginDetailLogin<R = API.ResponseDataPubLoginLogDto, T = API.ResponseDataPubLoginLogDto>(params: API.getLogLoginDetailLoginParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
9
9
  /**
10
10
  * @description 登录日志分页查询
11
11
  * @url /log/login/page
12
12
  * @method POST
13
13
  * @author @pubinfo/openapi
14
14
  */
15
- export declare function postLogLoginPage<R = API.ResponseDataPageDataPubLoginLogDto, T = API.ResponseDataPageDataPubLoginLogDto>(body: API.PubLoginLogQuery, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
15
+ export declare function postLogLoginPage<R = API.ResponseDataPageDataPubLoginLogDto, T = API.ResponseDataPageDataPubLoginLogDto>(body: API.PubLoginLogQuery, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
@@ -5,39 +5,39 @@ import { basic as request } from '../../request';
5
5
  * @method POST
6
6
  * @author @pubinfo/openapi
7
7
  */
8
- export declare function postRbacPostDeleteById<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.postRbacPostDeleteByIdParams, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
8
+ export declare function postRbacPostDeleteById<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.postRbacPostDeleteByIdParams, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
9
9
  /**
10
10
  * @description 删除 delete
11
11
  * @url /rbac/post/delete/${param0}
12
12
  * @method DELETE
13
13
  * @author @pubinfo/openapi
14
14
  */
15
- export declare function deleteRbacPostDeleteById<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.deleteRbacPostDeleteByIdParams, options?: Parameters<typeof request.Delete<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
15
+ export declare function deleteRbacPostDeleteById<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.deleteRbacPostDeleteByIdParams, options?: Parameters<typeof request.Delete<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
16
16
  /**
17
17
  * @description 根据主键获取信息 detail
18
18
  * @url /rbac/post/detail/${param0}
19
19
  * @method GET
20
20
  * @author @pubinfo/openapi
21
21
  */
22
- export declare function getRbacPostDetailById<R = API.ResponseDataPubPost, T = API.ResponseDataPubPost>(params: API.getRbacPostDetailByIdParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
22
+ export declare function getRbacPostDetailById<R = API.ResponseDataPubPost, T = API.ResponseDataPubPost>(params: API.getRbacPostDetailByIdParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
23
23
  /**
24
24
  * @description 分页查询 findPage
25
25
  * @url /rbac/post/findPage
26
26
  * @method POST
27
27
  * @author @pubinfo/openapi
28
28
  */
29
- export declare function postRbacPostFindPage<R = API.ResponseDataPageDataPubPost, T = API.ResponseDataPageDataPubPost>(body: API.PubPostQueryDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
29
+ export declare function postRbacPostFindPage<R = API.ResponseDataPageDataPubPost, T = API.ResponseDataPageDataPubPost>(body: API.PubPostQueryDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
30
30
  /**
31
31
  * @description 全量岗位列表查询 list
32
32
  * @url /rbac/post/list
33
33
  * @method GET
34
34
  * @author @pubinfo/openapi
35
35
  */
36
- export declare function getRbacPostList<R = API.ResponseDataListPubPost, T = API.ResponseDataListPubPost>(params: API.getRbacPostListParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
36
+ export declare function getRbacPostList<R = API.ResponseDataListPubPost, T = API.ResponseDataListPubPost>(params: API.getRbacPostListParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
37
37
  /**
38
38
  * @description 新增岗位 save
39
39
  * @url /rbac/post/save
40
40
  * @method POST
41
41
  * @author @pubinfo/openapi
42
42
  */
43
- export declare function postRbacPostSave<R = API.ResponseDataString, T = API.ResponseDataString>(body: API.PubPostDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
43
+ export declare function postRbacPostSave<R = API.ResponseDataString, T = API.ResponseDataString>(body: API.PubPostDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
@@ -5,46 +5,46 @@ import { basic as request } from '../../request';
5
5
  * @method POST
6
6
  * @author @pubinfo/openapi
7
7
  */
8
- export declare function postRbacRoleAddRole<R = API.ResponseDataPubRoleBo, T = API.ResponseDataPubRoleBo>(body: API.PubRoleAddDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
8
+ export declare function postRbacRoleAddRole<R = API.ResponseDataPubRoleBo, T = API.ResponseDataPubRoleBo>(body: API.PubRoleAddDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
9
9
  /**
10
10
  * @description 根据id查询
11
11
  * @url /rbac/role/info
12
12
  * @method GET
13
13
  * @author @pubinfo/openapi
14
14
  */
15
- export declare function getRbacRoleInfo<R = API.ResponseDataPubRoleResourceBo, T = API.ResponseDataPubRoleResourceBo>(params: API.getRbacRoleInfoParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
15
+ export declare function getRbacRoleInfo<R = API.ResponseDataPubRoleResourceBo, T = API.ResponseDataPubRoleResourceBo>(params: API.getRbacRoleInfoParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
16
16
  /**
17
17
  * @description 角色删除
18
18
  * @url /rbac/role/roleDelete
19
19
  * @method GET
20
20
  * @author @pubinfo/openapi
21
21
  */
22
- export declare function getRbacRoleRoleDelete<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.getRbacRoleRoleDeleteParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
22
+ export declare function getRbacRoleRoleDelete<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.getRbacRoleRoleDeleteParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
23
23
  /**
24
24
  * @description 角色不分页查询
25
25
  * @url /rbac/role/roleList
26
26
  * @method GET
27
27
  * @author @pubinfo/openapi
28
28
  */
29
- export declare function getRbacRoleRoleList<R = API.ResponseDataListPubRole, T = API.ResponseDataListPubRole>(options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
29
+ export declare function getRbacRoleRoleList<R = API.ResponseDataListPubRole, T = API.ResponseDataListPubRole>(options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
30
30
  /**
31
31
  * @description 角色分页查询
32
32
  * @url /rbac/role/rolePage
33
33
  * @method POST
34
34
  * @author @pubinfo/openapi
35
35
  */
36
- export declare function postRbacRoleRolePage<R = API.ResponseDataPageDataPubRoleBo, T = API.ResponseDataPageDataPubRoleBo>(body: API.PubRoleQueryDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
36
+ export declare function postRbacRoleRolePage<R = API.ResponseDataPageDataPubRoleBo, T = API.ResponseDataPageDataPubRoleBo>(body: API.PubRoleQueryDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
37
37
  /**
38
38
  * @description 角色编辑
39
39
  * @url /rbac/role/roleUpdate
40
40
  * @method POST
41
41
  * @author @pubinfo/openapi
42
42
  */
43
- export declare function postRbacRoleRoleUpdate<R = API.ResponseDataPubRoleBo, T = API.ResponseDataPubRoleBo>(body: API.PubRoleUpdateDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
43
+ export declare function postRbacRoleRoleUpdate<R = API.ResponseDataPubRoleBo, T = API.ResponseDataPubRoleBo>(body: API.PubRoleUpdateDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
44
44
  /**
45
45
  * @description 角色用户分页查询
46
46
  * @url /rbac/role/roleUserPage
47
47
  * @method POST
48
48
  * @author @pubinfo/openapi
49
49
  */
50
- export declare function postRbacRoleRoleUserPage<R = API.ResponseDataPageDataPubUserOrgRoleBo, T = API.ResponseDataPageDataPubUserOrgRoleBo>(body: API.PubRoleQueryDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
50
+ export declare function postRbacRoleRoleUserPage<R = API.ResponseDataPageDataPubUserOrgRoleBo, T = API.ResponseDataPageDataPubUserOrgRoleBo>(body: API.PubRoleQueryDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
@@ -5,46 +5,46 @@ import { basic as request } from '../../request';
5
5
  * @method DELETE
6
6
  * @author @pubinfo/openapi
7
7
  */
8
- export declare function deleteRbacPubRoleGroupDelete<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.deleteRbacPubRoleGroupDeleteParams, options?: Parameters<typeof request.Delete<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
8
+ export declare function deleteRbacPubRoleGroupDelete<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.deleteRbacPubRoleGroupDeleteParams, options?: Parameters<typeof request.Delete<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
9
9
  /**
10
10
  * @description 获取所有PubRoleGroup 返回所有pub_角色组列表
11
11
  * @url /rbac/pubRoleGroup/getAll
12
12
  * @method GET
13
13
  * @author @pubinfo/openapi
14
14
  */
15
- export declare function getRbacPubRoleGroupGetAll<R = API.ResponseDataListPubRoleGroup, T = API.ResponseDataListPubRoleGroup>(params: API.getRbacPubRoleGroupGetAllParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
15
+ export declare function getRbacPubRoleGroupGetAll<R = API.ResponseDataListPubRoleGroup, T = API.ResponseDataListPubRoleGroup>(params: API.getRbacPubRoleGroupGetAllParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
16
16
  /**
17
17
  * @description 根据ID获取pub_角色组 返回指定ID的pub_角色组
18
18
  * @url /rbac/pubRoleGroup/getById
19
19
  * @method GET
20
20
  * @author @pubinfo/openapi
21
21
  */
22
- export declare function getRbacPubRoleGroupGetById<R = API.ResponseDataPubRoleGroup, T = API.ResponseDataPubRoleGroup>(params: API.getRbacPubRoleGroupGetByIdParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
22
+ export declare function getRbacPubRoleGroupGetById<R = API.ResponseDataPubRoleGroup, T = API.ResponseDataPubRoleGroup>(params: API.getRbacPubRoleGroupGetByIdParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
23
23
  /**
24
24
  * @description 根据ID获取角色组中授权角色 根据ID获取角色组中授权角色
25
25
  * @url /rbac/pubRoleGroup/getGrantRolesById
26
26
  * @method GET
27
27
  * @author @pubinfo/openapi
28
28
  */
29
- export declare function getRbacPubRoleGroupGetGrantRolesById<R = API.ResponseDataPubRoleGroup, T = API.ResponseDataPubRoleGroup>(params: API.getRbacPubRoleGroupGetGrantRolesByIdParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
29
+ export declare function getRbacPubRoleGroupGetGrantRolesById<R = API.ResponseDataPubRoleGroup, T = API.ResponseDataPubRoleGroup>(params: API.getRbacPubRoleGroupGetGrantRolesByIdParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
30
30
  /**
31
31
  * @description 分页查询PubRoleGroup 返回pub_角色组分页
32
32
  * @url /rbac/pubRoleGroup/pageQuery
33
33
  * @method POST
34
34
  * @author @pubinfo/openapi
35
35
  */
36
- export declare function postRbacPubRoleGroupPageQuery<R = API.ResponseDataPageDataPubRoleGroup, T = API.ResponseDataPageDataPubRoleGroup>(body: API.PubRoleGroupQueryDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
36
+ export declare function postRbacPubRoleGroupPageQuery<R = API.ResponseDataPageDataPubRoleGroup, T = API.ResponseDataPageDataPubRoleGroup>(body: API.PubRoleGroupQueryDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
37
37
  /**
38
38
  * @description 创建pub_角色组 根据请求体创建一个新的pub_角色组
39
39
  * @url /rbac/pubRoleGroup/save
40
40
  * @method POST
41
41
  * @author @pubinfo/openapi
42
42
  */
43
- export declare function postRbacPubRoleGroupSave<R = API.ResponseDataPubRoleGroup, T = API.ResponseDataPubRoleGroup>(body: API.PubRoleGroupAddDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
43
+ export declare function postRbacPubRoleGroupSave<R = API.ResponseDataPubRoleGroup, T = API.ResponseDataPubRoleGroup>(body: API.PubRoleGroupAddDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
44
44
  /**
45
45
  * @description 更新PubRoleGroup 根据ID更新PubRoleGroup的详细信息
46
46
  * @url /rbac/pubRoleGroup/update
47
47
  * @method POST
48
48
  * @author @pubinfo/openapi
49
49
  */
50
- export declare function postRbacPubRoleGroupUpdate<R = API.ResponseDataPubRoleGroup, T = API.ResponseDataPubRoleGroup>(body: API.PubRoleGroupUpdateDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
50
+ export declare function postRbacPubRoleGroupUpdate<R = API.ResponseDataPubRoleGroup, T = API.ResponseDataPubRoleGroup>(body: API.PubRoleGroupUpdateDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
@@ -5,60 +5,60 @@ import { basic as request } from '../../request';
5
5
  * @method GET
6
6
  * @author @pubinfo/openapi
7
7
  */
8
- export declare function getRbacPubDataPermissionsDataPermissionList<R = API.ResponseDataListshujuquanxianshituduixiang, T = API.ResponseDataListshujuquanxianshituduixiang>(options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
8
+ export declare function getRbacPubDataPermissionsDataPermissionList<R = API.ResponseDataListshujuquanxianshituduixiang, T = API.ResponseDataListshujuquanxianshituduixiang>(options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
9
9
  /**
10
10
  * @description 删除数据权限 根据ID删除PubDataPermissions
11
11
  * @url /rbac/pubDataPermissions/delete
12
12
  * @method DELETE
13
13
  * @author @pubinfo/openapi
14
14
  */
15
- export declare function deleteRbacPubDataPermissionsDelete<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.deleteRbacPubDataPermissionsDeleteParams, options?: Parameters<typeof request.Delete<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
15
+ export declare function deleteRbacPubDataPermissionsDelete<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.deleteRbacPubDataPermissionsDeleteParams, options?: Parameters<typeof request.Delete<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
16
16
  /**
17
17
  * @description 根据ID获取数据权限详情 返回指定ID的数据权限主表
18
18
  * @url /rbac/pubDataPermissions/getById
19
19
  * @method GET
20
20
  * @author @pubinfo/openapi
21
21
  */
22
- export declare function getRbacPubDataPermissionsGetById<R = API.ResponseDatashujuquanxianbianjiduixiang, T = API.ResponseDatashujuquanxianbianjiduixiang>(params: API.getRbacPubDataPermissionsGetByIdParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
22
+ export declare function getRbacPubDataPermissionsGetById<R = API.ResponseDatashujuquanxianbianjiduixiang, T = API.ResponseDatashujuquanxianbianjiduixiang>(params: API.getRbacPubDataPermissionsGetByIdParams, options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
23
23
  /**
24
24
  * @description 获取用户各组织数据权限
25
25
  * @url /rbac/pubDataPermissions/getUserOrgDataPermissionList
26
26
  * @method POST
27
27
  * @author @pubinfo/openapi
28
28
  */
29
- export declare function postRbacPubDataPermissionsGetUserOrgDataPermissionList<R = API.ResponseDatashouquanshujuquanxianduixiang, T = API.ResponseDatashouquanshujuquanxianduixiang>(params: API.postRbacPubDataPermissionsGetUserOrgDataPermissionListParams, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
29
+ export declare function postRbacPubDataPermissionsGetUserOrgDataPermissionList<R = API.ResponseDatashouquanshujuquanxianduixiang, T = API.ResponseDatashouquanshujuquanxianduixiang>(params: API.postRbacPubDataPermissionsGetUserOrgDataPermissionListParams, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
30
30
  /**
31
31
  * @description 授权数据权限
32
32
  * @url /rbac/pubDataPermissions/grantDataPermission
33
33
  * @method POST
34
34
  * @author @pubinfo/openapi
35
35
  */
36
- export declare function postRbacPubDataPermissionsGrantDataPermission<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: API.xinzengshouquanshujuquanxianduixiang, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
36
+ export declare function postRbacPubDataPermissionsGrantDataPermission<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: API.xinzengshouquanshujuquanxianduixiang, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
37
37
  /**
38
38
  * @description 编辑角色和授权数据权限
39
39
  * @url /rbac/pubDataPermissions/grantUserRoleAndDatPermission
40
40
  * @method POST
41
41
  * @author @pubinfo/openapi
42
42
  */
43
- export declare function postRbacPubDataPermissionsGrantUserRoleAndDatPermission<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: API.bianjijiaoseheshouquanshujuquanxianduixiang[], options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
43
+ export declare function postRbacPubDataPermissionsGrantUserRoleAndDatPermission<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: API.bianjijiaoseheshouquanshujuquanxianduixiang[], options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
44
44
  /**
45
45
  * @description 分页查询数据权限 返回数据权限主表分页
46
46
  * @url /rbac/pubDataPermissions/pageQuery
47
47
  * @method POST
48
48
  * @author @pubinfo/openapi
49
49
  */
50
- export declare function postRbacPubDataPermissionsPageQuery<R = API.ResponseDataPageDatashujuquanxianshituduixiang, T = API.ResponseDataPageDatashujuquanxianshituduixiang>(body: API.shujuquanxianchaxunduixiang, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
50
+ export declare function postRbacPubDataPermissionsPageQuery<R = API.ResponseDataPageDatashujuquanxianshituduixiang, T = API.ResponseDataPageDatashujuquanxianshituduixiang>(body: API.shujuquanxianchaxunduixiang, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
51
51
  /**
52
52
  * @description 创建数据权限 根据请求体创建一个新的数据权限主表
53
53
  * @url /rbac/pubDataPermissions/save
54
54
  * @method POST
55
55
  * @author @pubinfo/openapi
56
56
  */
57
- export declare function postRbacPubDataPermissionsSave<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: API.shujuquanxianxinzenghuogengxinduixiang, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
57
+ export declare function postRbacPubDataPermissionsSave<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: API.shujuquanxianxinzenghuogengxinduixiang, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;
58
58
  /**
59
59
  * @description 更新数据权限 根据ID更新PubDataPermissions的详细信息
60
60
  * @url /rbac/pubDataPermissions/update
61
61
  * @method POST
62
62
  * @author @pubinfo/openapi
63
63
  */
64
- export declare function postRbacPubDataPermissionsUpdate<R = API.ResponseDataPubDataPermissions, T = API.ResponseDataPubDataPermissions>(body: API.shujuquanxianxinzenghuogengxinduixiang, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('alova').AlovaGenerics<any, any, import('../../../../../../node_modules/@alova/adapter-axios').AlovaAxiosRequestConfig, import('axios').AxiosResponse<any, any>, import('axios').AxiosResponseHeaders, any, any, any>, R, T>>;
64
+ export declare function postRbacPubDataPermissionsUpdate<R = API.ResponseDataPubDataPermissions, T = API.ResponseDataPubDataPermissions>(body: API.shujuquanxianxinzenghuogengxinduixiang, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo').AG, R, T>>;