@alicloud/websitebuild20250429 2.32.0 → 2.34.0
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/dist/client.d.ts +517 -40
- package/dist/client.js +1256 -41
- package/dist/client.js.map +1 -1
- package/dist/models/AssignRbacUserRoleRequest.d.ts +31 -0
- package/dist/models/AssignRbacUserRoleRequest.js +60 -0
- package/dist/models/AssignRbacUserRoleRequest.js.map +1 -0
- package/dist/models/AssignRbacUserRoleResponse.d.ts +19 -0
- package/dist/models/AssignRbacUserRoleResponse.js +69 -0
- package/dist/models/AssignRbacUserRoleResponse.js.map +1 -0
- package/dist/models/AssignRbacUserRoleResponseBody.d.ts +100 -0
- package/dist/models/AssignRbacUserRoleResponseBody.js +81 -0
- package/dist/models/AssignRbacUserRoleResponseBody.js.map +1 -0
- package/dist/models/CreateAppPluginRequest.d.ts +101 -0
- package/dist/models/CreateAppPluginRequest.js +78 -0
- package/dist/models/CreateAppPluginRequest.js.map +1 -0
- package/dist/models/CreateAppPluginResponse.d.ts +19 -0
- package/dist/models/CreateAppPluginResponse.js +69 -0
- package/dist/models/CreateAppPluginResponse.js.map +1 -0
- package/dist/models/CreateAppPluginResponseBody.d.ts +124 -0
- package/dist/models/CreateAppPluginResponseBody.js +105 -0
- package/dist/models/CreateAppPluginResponseBody.js.map +1 -0
- package/dist/models/CreateRbacOrgUnitRequest.d.ts +29 -0
- package/dist/models/CreateRbacOrgUnitRequest.js +60 -0
- package/dist/models/CreateRbacOrgUnitRequest.js.map +1 -0
- package/dist/models/CreateRbacOrgUnitResponse.d.ts +19 -0
- package/dist/models/CreateRbacOrgUnitResponse.js +69 -0
- package/dist/models/CreateRbacOrgUnitResponse.js.map +1 -0
- package/dist/models/CreateRbacOrgUnitResponseBody.d.ts +98 -0
- package/dist/models/CreateRbacOrgUnitResponseBody.js +81 -0
- package/dist/models/CreateRbacOrgUnitResponseBody.js.map +1 -0
- package/dist/models/CreateRbacPermissionRequest.d.ts +29 -0
- package/dist/models/CreateRbacPermissionRequest.js +60 -0
- package/dist/models/CreateRbacPermissionRequest.js.map +1 -0
- package/dist/models/CreateRbacPermissionResponse.d.ts +19 -0
- package/dist/models/CreateRbacPermissionResponse.js +69 -0
- package/dist/models/CreateRbacPermissionResponse.js.map +1 -0
- package/dist/models/CreateRbacPermissionResponseBody.d.ts +98 -0
- package/dist/models/CreateRbacPermissionResponseBody.js +81 -0
- package/dist/models/CreateRbacPermissionResponseBody.js.map +1 -0
- package/dist/models/CreateRbacRoleRequest.d.ts +6 -0
- package/dist/models/CreateRbacRoleRequest.js.map +1 -1
- package/dist/models/CreateRbacRoleResponseBody.d.ts +34 -0
- package/dist/models/CreateRbacRoleResponseBody.js.map +1 -1
- package/dist/models/DeleteAppPluginRequest.d.ts +21 -0
- package/dist/models/DeleteAppPluginRequest.js +58 -0
- package/dist/models/DeleteAppPluginRequest.js.map +1 -0
- package/dist/models/DeleteAppPluginResponse.d.ts +19 -0
- package/dist/models/DeleteAppPluginResponse.js +69 -0
- package/dist/models/DeleteAppPluginResponse.js.map +1 -0
- package/dist/models/DeleteAppPluginResponseBody.d.ts +123 -0
- package/dist/models/DeleteAppPluginResponseBody.js +105 -0
- package/dist/models/DeleteAppPluginResponseBody.js.map +1 -0
- package/dist/models/DeleteRbacOrgUnitRequest.d.ts +29 -0
- package/dist/models/DeleteRbacOrgUnitRequest.js +60 -0
- package/dist/models/DeleteRbacOrgUnitRequest.js.map +1 -0
- package/dist/models/DeleteRbacOrgUnitResponse.d.ts +19 -0
- package/dist/models/DeleteRbacOrgUnitResponse.js +69 -0
- package/dist/models/DeleteRbacOrgUnitResponse.js.map +1 -0
- package/dist/models/DeleteRbacOrgUnitResponseBody.d.ts +101 -0
- package/dist/models/DeleteRbacOrgUnitResponseBody.js +81 -0
- package/dist/models/DeleteRbacOrgUnitResponseBody.js.map +1 -0
- package/dist/models/DeleteRbacPermissionRequest.d.ts +29 -0
- package/dist/models/DeleteRbacPermissionRequest.js +60 -0
- package/dist/models/DeleteRbacPermissionRequest.js.map +1 -0
- package/dist/models/DeleteRbacPermissionResponse.d.ts +19 -0
- package/dist/models/DeleteRbacPermissionResponse.js +69 -0
- package/dist/models/DeleteRbacPermissionResponse.js.map +1 -0
- package/dist/models/DeleteRbacPermissionResponseBody.d.ts +99 -0
- package/dist/models/DeleteRbacPermissionResponseBody.js +81 -0
- package/dist/models/DeleteRbacPermissionResponseBody.js.map +1 -0
- package/dist/models/DeleteRbacRoleRequest.d.ts +6 -0
- package/dist/models/DeleteRbacRoleRequest.js.map +1 -1
- package/dist/models/DeleteRbacRoleResponseBody.d.ts +37 -0
- package/dist/models/DeleteRbacRoleResponseBody.js.map +1 -1
- package/dist/models/ExportRbacConfigRequest.d.ts +3 -0
- package/dist/models/ExportRbacConfigRequest.js.map +1 -1
- package/dist/models/ExportRbacConfigResponseBody.d.ts +35 -0
- package/dist/models/ExportRbacConfigResponseBody.js.map +1 -1
- package/dist/models/GetAppPluginRequest.d.ts +21 -0
- package/dist/models/GetAppPluginRequest.js +58 -0
- package/dist/models/GetAppPluginRequest.js.map +1 -0
- package/dist/models/GetAppPluginResponse.d.ts +19 -0
- package/dist/models/GetAppPluginResponse.js +69 -0
- package/dist/models/GetAppPluginResponse.js.map +1 -0
- package/dist/models/GetAppPluginResponseBody.d.ts +267 -0
- package/dist/models/GetAppPluginResponseBody.js +139 -0
- package/dist/models/GetAppPluginResponseBody.js.map +1 -0
- package/dist/models/InstallAppPluginRequest.d.ts +29 -0
- package/dist/models/InstallAppPluginRequest.js +60 -0
- package/dist/models/InstallAppPluginRequest.js.map +1 -0
- package/dist/models/InstallAppPluginResponse.d.ts +19 -0
- package/dist/models/InstallAppPluginResponse.js +69 -0
- package/dist/models/InstallAppPluginResponse.js.map +1 -0
- package/dist/models/InstallAppPluginResponseBody.d.ts +124 -0
- package/dist/models/InstallAppPluginResponseBody.js +105 -0
- package/dist/models/InstallAppPluginResponseBody.js.map +1 -0
- package/dist/models/ListAppPluginFilesRequest.d.ts +29 -0
- package/dist/models/ListAppPluginFilesRequest.js +60 -0
- package/dist/models/ListAppPluginFilesRequest.js.map +1 -0
- package/dist/models/ListAppPluginFilesResponse.d.ts +19 -0
- package/dist/models/ListAppPluginFilesResponse.js +69 -0
- package/dist/models/ListAppPluginFilesResponse.js.map +1 -0
- package/dist/models/ListAppPluginFilesResponseBody.d.ts +164 -0
- package/dist/models/ListAppPluginFilesResponseBody.js +133 -0
- package/dist/models/ListAppPluginFilesResponseBody.js.map +1 -0
- package/dist/models/ListAppPluginVersionsRequest.d.ts +37 -0
- package/dist/models/ListAppPluginVersionsRequest.js +62 -0
- package/dist/models/ListAppPluginVersionsRequest.js.map +1 -0
- package/dist/models/ListAppPluginVersionsResponse.d.ts +19 -0
- package/dist/models/ListAppPluginVersionsResponse.js +69 -0
- package/dist/models/ListAppPluginVersionsResponse.js.map +1 -0
- package/dist/models/ListAppPluginVersionsResponseBody.d.ts +309 -0
- package/dist/models/ListAppPluginVersionsResponseBody.js +187 -0
- package/dist/models/ListAppPluginVersionsResponseBody.js.map +1 -0
- package/dist/models/ListAppPluginsRequest.d.ts +1 -1
- package/dist/models/ListAppPluginsResponseBody.d.ts +10 -10
- package/dist/models/ListMarketplaceAppPluginsRequest.d.ts +53 -0
- package/dist/models/ListMarketplaceAppPluginsRequest.js +66 -0
- package/dist/models/ListMarketplaceAppPluginsRequest.js.map +1 -0
- package/dist/models/ListMarketplaceAppPluginsResponse.d.ts +19 -0
- package/dist/models/ListMarketplaceAppPluginsResponse.js +69 -0
- package/dist/models/ListMarketplaceAppPluginsResponse.js.map +1 -0
- package/dist/models/ListMarketplaceAppPluginsResponseBody.d.ts +378 -0
- package/dist/models/ListMarketplaceAppPluginsResponseBody.js +201 -0
- package/dist/models/ListMarketplaceAppPluginsResponseBody.js.map +1 -0
- package/dist/models/ListMyAppPluginsRequest.d.ts +53 -0
- package/dist/models/ListMyAppPluginsRequest.js +66 -0
- package/dist/models/ListMyAppPluginsRequest.js.map +1 -0
- package/dist/models/ListMyAppPluginsResponse.d.ts +19 -0
- package/dist/models/ListMyAppPluginsResponse.js +69 -0
- package/dist/models/ListMyAppPluginsResponse.js.map +1 -0
- package/dist/models/ListMyAppPluginsResponseBody.d.ts +372 -0
- package/dist/models/ListMyAppPluginsResponseBody.js +201 -0
- package/dist/models/ListMyAppPluginsResponseBody.js.map +1 -0
- package/dist/models/ListMyInstalledAppPluginsRequest.d.ts +45 -0
- package/dist/models/ListMyInstalledAppPluginsRequest.js +64 -0
- package/dist/models/ListMyInstalledAppPluginsRequest.js.map +1 -0
- package/dist/models/ListMyInstalledAppPluginsResponse.d.ts +19 -0
- package/dist/models/ListMyInstalledAppPluginsResponse.js +69 -0
- package/dist/models/ListMyInstalledAppPluginsResponse.js.map +1 -0
- package/dist/models/ListMyInstalledAppPluginsResponseBody.d.ts +373 -0
- package/dist/models/ListMyInstalledAppPluginsResponseBody.js +201 -0
- package/dist/models/ListMyInstalledAppPluginsResponseBody.js.map +1 -0
- package/dist/models/ListRbacOrgTreeRequest.d.ts +26 -0
- package/dist/models/ListRbacOrgTreeRequest.js.map +1 -1
- package/dist/models/ListRbacOrgTreeResponseBody.d.ts +104 -0
- package/dist/models/ListRbacOrgTreeResponseBody.js.map +1 -1
- package/dist/models/ListRbacPermissionsRequest.d.ts +23 -0
- package/dist/models/ListRbacPermissionsRequest.js.map +1 -1
- package/dist/models/ListRbacPermissionsResponseBody.d.ts +100 -0
- package/dist/models/ListRbacPermissionsResponseBody.js.map +1 -1
- package/dist/models/ListRbacRoleHierarchyRequest.d.ts +23 -0
- package/dist/models/ListRbacRoleHierarchyRequest.js.map +1 -1
- package/dist/models/ListRbacRoleHierarchyResponseBody.d.ts +87 -0
- package/dist/models/ListRbacRoleHierarchyResponseBody.js.map +1 -1
- package/dist/models/ListRbacRolesRequest.d.ts +25 -0
- package/dist/models/ListRbacRolesRequest.js.map +1 -1
- package/dist/models/ListRbacRolesResponseBody.d.ts +116 -0
- package/dist/models/ListRbacRolesResponseBody.js.map +1 -1
- package/dist/models/QueryRbacRolePermissionsRequest.d.ts +66 -0
- package/dist/models/QueryRbacRolePermissionsRequest.js +68 -0
- package/dist/models/QueryRbacRolePermissionsRequest.js.map +1 -0
- package/dist/models/QueryRbacRolePermissionsResponse.d.ts +19 -0
- package/dist/models/QueryRbacRolePermissionsResponse.js +69 -0
- package/dist/models/QueryRbacRolePermissionsResponse.js.map +1 -0
- package/dist/models/QueryRbacRolePermissionsResponseBody.d.ts +263 -0
- package/dist/models/QueryRbacRolePermissionsResponseBody.js +175 -0
- package/dist/models/QueryRbacRolePermissionsResponseBody.js.map +1 -0
- package/dist/models/QueryRbacRoleRequest.d.ts +35 -0
- package/dist/models/QueryRbacRoleRequest.js +60 -0
- package/dist/models/QueryRbacRoleRequest.js.map +1 -0
- package/dist/models/QueryRbacRoleResponse.d.ts +19 -0
- package/dist/models/QueryRbacRoleResponse.js +69 -0
- package/dist/models/QueryRbacRoleResponse.js.map +1 -0
- package/dist/models/QueryRbacRoleResponseBody.d.ts +158 -0
- package/dist/models/QueryRbacRoleResponseBody.js +113 -0
- package/dist/models/QueryRbacRoleResponseBody.js.map +1 -0
- package/dist/models/QueryRbacUserRolesRequest.d.ts +61 -0
- package/dist/models/QueryRbacUserRolesRequest.js +68 -0
- package/dist/models/QueryRbacUserRolesRequest.js.map +1 -0
- package/dist/models/QueryRbacUserRolesResponse.d.ts +19 -0
- package/dist/models/QueryRbacUserRolesResponse.js +69 -0
- package/dist/models/QueryRbacUserRolesResponse.js.map +1 -0
- package/dist/models/QueryRbacUserRolesResponseBody.d.ts +281 -0
- package/dist/models/QueryRbacUserRolesResponseBody.js +179 -0
- package/dist/models/QueryRbacUserRolesResponseBody.js.map +1 -0
- package/dist/models/RemoveRbacRoleHierarchyRequest.d.ts +9 -0
- package/dist/models/RemoveRbacRoleHierarchyRequest.js.map +1 -1
- package/dist/models/RemoveRbacRoleHierarchyResponseBody.d.ts +34 -0
- package/dist/models/RemoveRbacRoleHierarchyResponseBody.js.map +1 -1
- package/dist/models/RevokeRbacUserRoleRequest.d.ts +33 -0
- package/dist/models/RevokeRbacUserRoleRequest.js +60 -0
- package/dist/models/RevokeRbacUserRoleRequest.js.map +1 -0
- package/dist/models/RevokeRbacUserRoleResponse.d.ts +19 -0
- package/dist/models/RevokeRbacUserRoleResponse.js +69 -0
- package/dist/models/RevokeRbacUserRoleResponse.js.map +1 -0
- package/dist/models/RevokeRbacUserRoleResponseBody.d.ts +98 -0
- package/dist/models/RevokeRbacUserRoleResponseBody.js +81 -0
- package/dist/models/RevokeRbacUserRoleResponseBody.js.map +1 -0
- package/dist/models/RollbackAppPluginVersionRequest.d.ts +29 -0
- package/dist/models/RollbackAppPluginVersionRequest.js +60 -0
- package/dist/models/RollbackAppPluginVersionRequest.js.map +1 -0
- package/dist/models/RollbackAppPluginVersionResponse.d.ts +19 -0
- package/dist/models/RollbackAppPluginVersionResponse.js +69 -0
- package/dist/models/RollbackAppPluginVersionResponse.js.map +1 -0
- package/dist/models/RollbackAppPluginVersionResponseBody.d.ts +124 -0
- package/dist/models/RollbackAppPluginVersionResponseBody.js +105 -0
- package/dist/models/RollbackAppPluginVersionResponseBody.js.map +1 -0
- package/dist/models/SetRbacRoleHierarchyRequest.d.ts +9 -0
- package/dist/models/SetRbacRoleHierarchyRequest.js.map +1 -1
- package/dist/models/SetRbacRoleHierarchyResponseBody.d.ts +36 -0
- package/dist/models/SetRbacRoleHierarchyResponseBody.js.map +1 -1
- package/dist/models/UninstallAppPluginRequest.d.ts +21 -0
- package/dist/models/UninstallAppPluginRequest.js +58 -0
- package/dist/models/UninstallAppPluginRequest.js.map +1 -0
- package/dist/models/UninstallAppPluginResponse.d.ts +19 -0
- package/dist/models/UninstallAppPluginResponse.js +69 -0
- package/dist/models/UninstallAppPluginResponse.js.map +1 -0
- package/dist/models/UninstallAppPluginResponseBody.d.ts +123 -0
- package/dist/models/UninstallAppPluginResponseBody.js +105 -0
- package/dist/models/UninstallAppPluginResponseBody.js.map +1 -0
- package/dist/models/UpdateAppPluginRequest.d.ts +109 -0
- package/dist/models/UpdateAppPluginRequest.js +80 -0
- package/dist/models/UpdateAppPluginRequest.js.map +1 -0
- package/dist/models/UpdateAppPluginResponse.d.ts +19 -0
- package/dist/models/UpdateAppPluginResponse.js +69 -0
- package/dist/models/UpdateAppPluginResponse.js.map +1 -0
- package/dist/models/UpdateAppPluginResponseBody.d.ts +123 -0
- package/dist/models/UpdateAppPluginResponseBody.js +105 -0
- package/dist/models/UpdateAppPluginResponseBody.js.map +1 -0
- package/dist/models/UpdateRbacOrgUnitRequest.d.ts +37 -0
- package/dist/models/UpdateRbacOrgUnitRequest.js +62 -0
- package/dist/models/UpdateRbacOrgUnitRequest.js.map +1 -0
- package/dist/models/UpdateRbacOrgUnitResponse.d.ts +19 -0
- package/dist/models/UpdateRbacOrgUnitResponse.js +69 -0
- package/dist/models/UpdateRbacOrgUnitResponse.js.map +1 -0
- package/dist/models/UpdateRbacOrgUnitResponseBody.d.ts +98 -0
- package/dist/models/UpdateRbacOrgUnitResponseBody.js +81 -0
- package/dist/models/UpdateRbacOrgUnitResponseBody.js.map +1 -0
- package/dist/models/UpdateRbacRoleRequest.d.ts +9 -0
- package/dist/models/UpdateRbacRoleRequest.js.map +1 -1
- package/dist/models/UpdateRbacRoleResponseBody.d.ts +35 -0
- package/dist/models/UpdateRbacRoleResponseBody.js.map +1 -1
- package/dist/models/UploadAppPluginVersionRequest.d.ts +69 -0
- package/dist/models/UploadAppPluginVersionRequest.js +70 -0
- package/dist/models/UploadAppPluginVersionRequest.js.map +1 -0
- package/dist/models/UploadAppPluginVersionResponse.d.ts +19 -0
- package/dist/models/UploadAppPluginVersionResponse.js +69 -0
- package/dist/models/UploadAppPluginVersionResponse.js.map +1 -0
- package/dist/models/UploadAppPluginVersionResponseBody.d.ts +141 -0
- package/dist/models/UploadAppPluginVersionResponseBody.js +109 -0
- package/dist/models/UploadAppPluginVersionResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +98 -0
- package/dist/models/model.js +212 -14
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1508 -162
- package/src/models/AssignRbacUserRoleRequest.ts +46 -0
- package/src/models/AssignRbacUserRoleResponse.ts +40 -0
- package/src/models/AssignRbacUserRoleResponseBody.ts +136 -0
- package/src/models/CreateAppPluginRequest.ts +134 -0
- package/src/models/CreateAppPluginResponse.ts +40 -0
- package/src/models/CreateAppPluginResponseBody.ts +175 -0
- package/src/models/CreateRbacOrgUnitRequest.ts +44 -0
- package/src/models/CreateRbacOrgUnitResponse.ts +40 -0
- package/src/models/CreateRbacOrgUnitResponseBody.ts +134 -0
- package/src/models/CreateRbacPermissionRequest.ts +44 -0
- package/src/models/CreateRbacPermissionResponse.ts +40 -0
- package/src/models/CreateRbacPermissionResponseBody.ts +134 -0
- package/src/models/CreateRbacRoleRequest.ts +6 -0
- package/src/models/CreateRbacRoleResponseBody.ts +34 -0
- package/src/models/DeleteAppPluginRequest.ts +34 -0
- package/src/models/DeleteAppPluginResponse.ts +40 -0
- package/src/models/DeleteAppPluginResponseBody.ts +174 -0
- package/src/models/DeleteRbacOrgUnitRequest.ts +44 -0
- package/src/models/DeleteRbacOrgUnitResponse.ts +40 -0
- package/src/models/DeleteRbacOrgUnitResponseBody.ts +137 -0
- package/src/models/DeleteRbacPermissionRequest.ts +44 -0
- package/src/models/DeleteRbacPermissionResponse.ts +40 -0
- package/src/models/DeleteRbacPermissionResponseBody.ts +135 -0
- package/src/models/DeleteRbacRoleRequest.ts +6 -0
- package/src/models/DeleteRbacRoleResponseBody.ts +37 -0
- package/src/models/ExportRbacConfigRequest.ts +3 -0
- package/src/models/ExportRbacConfigResponseBody.ts +35 -0
- package/src/models/GetAppPluginRequest.ts +34 -0
- package/src/models/GetAppPluginResponse.ts +40 -0
- package/src/models/GetAppPluginResponseBody.ts +352 -0
- package/src/models/InstallAppPluginRequest.ts +44 -0
- package/src/models/InstallAppPluginResponse.ts +40 -0
- package/src/models/InstallAppPluginResponseBody.ts +175 -0
- package/src/models/ListAppPluginFilesRequest.ts +44 -0
- package/src/models/ListAppPluginFilesResponse.ts +40 -0
- package/src/models/ListAppPluginFilesResponseBody.ts +234 -0
- package/src/models/ListAppPluginVersionsRequest.ts +54 -0
- package/src/models/ListAppPluginVersionsResponse.ts +40 -0
- package/src/models/ListAppPluginVersionsResponseBody.ts +424 -0
- package/src/models/ListAppPluginsRequest.ts +1 -1
- package/src/models/ListAppPluginsResponseBody.ts +10 -10
- package/src/models/ListMarketplaceAppPluginsRequest.ts +74 -0
- package/src/models/ListMarketplaceAppPluginsResponse.ts +40 -0
- package/src/models/ListMarketplaceAppPluginsResponseBody.ts +507 -0
- package/src/models/ListMyAppPluginsRequest.ts +74 -0
- package/src/models/ListMyAppPluginsResponse.ts +40 -0
- package/src/models/ListMyAppPluginsResponseBody.ts +501 -0
- package/src/models/ListMyInstalledAppPluginsRequest.ts +64 -0
- package/src/models/ListMyInstalledAppPluginsResponse.ts +40 -0
- package/src/models/ListMyInstalledAppPluginsResponseBody.ts +502 -0
- package/src/models/ListRbacOrgTreeRequest.ts +26 -0
- package/src/models/ListRbacOrgTreeResponseBody.ts +104 -0
- package/src/models/ListRbacPermissionsRequest.ts +23 -0
- package/src/models/ListRbacPermissionsResponseBody.ts +100 -0
- package/src/models/ListRbacRoleHierarchyRequest.ts +23 -0
- package/src/models/ListRbacRoleHierarchyResponseBody.ts +87 -0
- package/src/models/ListRbacRolesRequest.ts +25 -0
- package/src/models/ListRbacRolesResponseBody.ts +116 -0
- package/src/models/QueryRbacRolePermissionsRequest.ts +89 -0
- package/src/models/QueryRbacRolePermissionsResponse.ts +40 -0
- package/src/models/QueryRbacRolePermissionsResponseBody.ts +366 -0
- package/src/models/QueryRbacRoleRequest.ts +50 -0
- package/src/models/QueryRbacRoleResponse.ts +40 -0
- package/src/models/QueryRbacRoleResponseBody.ts +217 -0
- package/src/models/QueryRbacUserRolesRequest.ts +84 -0
- package/src/models/QueryRbacUserRolesResponse.ts +40 -0
- package/src/models/QueryRbacUserRolesResponseBody.ts +388 -0
- package/src/models/RemoveRbacRoleHierarchyRequest.ts +9 -0
- package/src/models/RemoveRbacRoleHierarchyResponseBody.ts +34 -0
- package/src/models/RevokeRbacUserRoleRequest.ts +48 -0
- package/src/models/RevokeRbacUserRoleResponse.ts +40 -0
- package/src/models/RevokeRbacUserRoleResponseBody.ts +134 -0
- package/src/models/RollbackAppPluginVersionRequest.ts +44 -0
- package/src/models/RollbackAppPluginVersionResponse.ts +40 -0
- package/src/models/RollbackAppPluginVersionResponseBody.ts +175 -0
- package/src/models/SetRbacRoleHierarchyRequest.ts +9 -0
- package/src/models/SetRbacRoleHierarchyResponseBody.ts +36 -0
- package/src/models/UninstallAppPluginRequest.ts +34 -0
- package/src/models/UninstallAppPluginResponse.ts +40 -0
- package/src/models/UninstallAppPluginResponseBody.ts +174 -0
- package/src/models/UpdateAppPluginRequest.ts +144 -0
- package/src/models/UpdateAppPluginResponse.ts +40 -0
- package/src/models/UpdateAppPluginResponseBody.ts +174 -0
- package/src/models/UpdateRbacOrgUnitRequest.ts +54 -0
- package/src/models/UpdateRbacOrgUnitResponse.ts +40 -0
- package/src/models/UpdateRbacOrgUnitResponseBody.ts +134 -0
- package/src/models/UpdateRbacRoleRequest.ts +9 -0
- package/src/models/UpdateRbacRoleResponseBody.ts +35 -0
- package/src/models/UploadAppPluginVersionRequest.ts +94 -0
- package/src/models/UploadAppPluginVersionResponse.ts +40 -0
- package/src/models/UploadAppPluginVersionResponseBody.ts +196 -0
- package/src/models/model.ts +98 -0
package/dist/client.js
CHANGED
|
@@ -70,8 +70,8 @@ class Client extends openapi_core_1.default {
|
|
|
70
70
|
super(config);
|
|
71
71
|
this._endpointRule = "regional";
|
|
72
72
|
this._endpointMap = {
|
|
73
|
-
public: "websitebuild.aliyuncs.com",
|
|
74
73
|
'cn-zhangjiakou': "websitebuild.aliyuncs.com",
|
|
74
|
+
'ap-southeast-1': "websitebuild-intl.aliyuncs.com",
|
|
75
75
|
};
|
|
76
76
|
this.checkConfig(config);
|
|
77
77
|
this._endpoint = this.getEndpoint("websitebuild", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
|
|
@@ -148,6 +148,54 @@ class Client extends openapi_core_1.default {
|
|
|
148
148
|
let runtime = new $dara.RuntimeOptions({});
|
|
149
149
|
return await this.allocateSupabaseForAdminWithOptions(request, runtime);
|
|
150
150
|
}
|
|
151
|
+
/**
|
|
152
|
+
* Grants a role to a user.
|
|
153
|
+
*
|
|
154
|
+
* @remarks
|
|
155
|
+
* Queries application instance information.
|
|
156
|
+
*
|
|
157
|
+
* @param request - AssignRbacUserRoleRequest
|
|
158
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
159
|
+
* @returns AssignRbacUserRoleResponse
|
|
160
|
+
*/
|
|
161
|
+
async assignRbacUserRoleWithOptions(request, runtime) {
|
|
162
|
+
request.validate();
|
|
163
|
+
let query = {};
|
|
164
|
+
if (!$dara.isNull(request.bizId)) {
|
|
165
|
+
query["BizId"] = request.bizId;
|
|
166
|
+
}
|
|
167
|
+
if (!$dara.isNull(request.userRoleData)) {
|
|
168
|
+
query["UserRoleData"] = request.userRoleData;
|
|
169
|
+
}
|
|
170
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
171
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
172
|
+
});
|
|
173
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
174
|
+
action: "AssignRbacUserRole",
|
|
175
|
+
version: "2025-04-29",
|
|
176
|
+
protocol: "HTTPS",
|
|
177
|
+
pathname: "/",
|
|
178
|
+
method: "POST",
|
|
179
|
+
authType: "AK",
|
|
180
|
+
style: "RPC",
|
|
181
|
+
reqBodyType: "formData",
|
|
182
|
+
bodyType: "json",
|
|
183
|
+
});
|
|
184
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AssignRbacUserRoleResponse({}));
|
|
185
|
+
}
|
|
186
|
+
/**
|
|
187
|
+
* Grants a role to a user.
|
|
188
|
+
*
|
|
189
|
+
* @remarks
|
|
190
|
+
* Queries application instance information.
|
|
191
|
+
*
|
|
192
|
+
* @param request - AssignRbacUserRoleRequest
|
|
193
|
+
* @returns AssignRbacUserRoleResponse
|
|
194
|
+
*/
|
|
195
|
+
async assignRbacUserRole(request) {
|
|
196
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
197
|
+
return await this.assignRbacUserRoleWithOptions(request, runtime);
|
|
198
|
+
}
|
|
151
199
|
/**
|
|
152
200
|
* Grants proxy-based O&M permissions for an application instance.
|
|
153
201
|
*
|
|
@@ -1194,6 +1242,81 @@ class Client extends openapi_core_1.default {
|
|
|
1194
1242
|
let runtime = new $dara.RuntimeOptions({});
|
|
1195
1243
|
return await this.createAppNotificationSceneWithOptions(request, runtime);
|
|
1196
1244
|
}
|
|
1245
|
+
/**
|
|
1246
|
+
* Creates an application plug-in.
|
|
1247
|
+
*
|
|
1248
|
+
* @remarks
|
|
1249
|
+
* Retrieves the configuration information of a code generation plug-in.
|
|
1250
|
+
*
|
|
1251
|
+
* @param request - CreateAppPluginRequest
|
|
1252
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1253
|
+
* @returns CreateAppPluginResponse
|
|
1254
|
+
*/
|
|
1255
|
+
async createAppPluginWithOptions(request, runtime) {
|
|
1256
|
+
request.validate();
|
|
1257
|
+
let query = {};
|
|
1258
|
+
if (!$dara.isNull(request.category)) {
|
|
1259
|
+
query["Category"] = request.category;
|
|
1260
|
+
}
|
|
1261
|
+
if (!$dara.isNull(request.description)) {
|
|
1262
|
+
query["Description"] = request.description;
|
|
1263
|
+
}
|
|
1264
|
+
if (!$dara.isNull(request.downloadUrl)) {
|
|
1265
|
+
query["DownloadUrl"] = request.downloadUrl;
|
|
1266
|
+
}
|
|
1267
|
+
if (!$dara.isNull(request.extend)) {
|
|
1268
|
+
query["Extend"] = request.extend;
|
|
1269
|
+
}
|
|
1270
|
+
if (!$dara.isNull(request.icon)) {
|
|
1271
|
+
query["Icon"] = request.icon;
|
|
1272
|
+
}
|
|
1273
|
+
if (!$dara.isNull(request.ossKey)) {
|
|
1274
|
+
query["OssKey"] = request.ossKey;
|
|
1275
|
+
}
|
|
1276
|
+
if (!$dara.isNull(request.pluginId)) {
|
|
1277
|
+
query["PluginId"] = request.pluginId;
|
|
1278
|
+
}
|
|
1279
|
+
if (!$dara.isNull(request.pluginName)) {
|
|
1280
|
+
query["PluginName"] = request.pluginName;
|
|
1281
|
+
}
|
|
1282
|
+
if (!$dara.isNull(request.pluginVersion)) {
|
|
1283
|
+
query["PluginVersion"] = request.pluginVersion;
|
|
1284
|
+
}
|
|
1285
|
+
if (!$dara.isNull(request.tags)) {
|
|
1286
|
+
query["Tags"] = request.tags;
|
|
1287
|
+
}
|
|
1288
|
+
if (!$dara.isNull(request.visibility)) {
|
|
1289
|
+
query["Visibility"] = request.visibility;
|
|
1290
|
+
}
|
|
1291
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
1292
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
1293
|
+
});
|
|
1294
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
1295
|
+
action: "CreateAppPlugin",
|
|
1296
|
+
version: "2025-04-29",
|
|
1297
|
+
protocol: "HTTPS",
|
|
1298
|
+
pathname: "/",
|
|
1299
|
+
method: "POST",
|
|
1300
|
+
authType: "AK",
|
|
1301
|
+
style: "RPC",
|
|
1302
|
+
reqBodyType: "formData",
|
|
1303
|
+
bodyType: "json",
|
|
1304
|
+
});
|
|
1305
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAppPluginResponse({}));
|
|
1306
|
+
}
|
|
1307
|
+
/**
|
|
1308
|
+
* Creates an application plug-in.
|
|
1309
|
+
*
|
|
1310
|
+
* @remarks
|
|
1311
|
+
* Retrieves the configuration information of a code generation plug-in.
|
|
1312
|
+
*
|
|
1313
|
+
* @param request - CreateAppPluginRequest
|
|
1314
|
+
* @returns CreateAppPluginResponse
|
|
1315
|
+
*/
|
|
1316
|
+
async createAppPlugin(request) {
|
|
1317
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
1318
|
+
return await this.createAppPluginWithOptions(request, runtime);
|
|
1319
|
+
}
|
|
1197
1320
|
/**
|
|
1198
1321
|
* Activates the Wanxiaozhi inspiration value service.
|
|
1199
1322
|
*
|
|
@@ -1390,10 +1513,106 @@ class Client extends openapi_core_1.default {
|
|
|
1390
1513
|
return await this.createMaterialDirectoryWithOptions(request, runtime);
|
|
1391
1514
|
}
|
|
1392
1515
|
/**
|
|
1393
|
-
*
|
|
1516
|
+
* Creates an organizational unit.
|
|
1517
|
+
*
|
|
1518
|
+
* @remarks
|
|
1519
|
+
* Wanxiaozhi 2.0 AI conversation.
|
|
1520
|
+
*
|
|
1521
|
+
* @param request - CreateRbacOrgUnitRequest
|
|
1522
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1523
|
+
* @returns CreateRbacOrgUnitResponse
|
|
1524
|
+
*/
|
|
1525
|
+
async createRbacOrgUnitWithOptions(request, runtime) {
|
|
1526
|
+
request.validate();
|
|
1527
|
+
let query = {};
|
|
1528
|
+
if (!$dara.isNull(request.bizId)) {
|
|
1529
|
+
query["BizId"] = request.bizId;
|
|
1530
|
+
}
|
|
1531
|
+
if (!$dara.isNull(request.orgUnitData)) {
|
|
1532
|
+
query["OrgUnitData"] = request.orgUnitData;
|
|
1533
|
+
}
|
|
1534
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
1535
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
1536
|
+
});
|
|
1537
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
1538
|
+
action: "CreateRbacOrgUnit",
|
|
1539
|
+
version: "2025-04-29",
|
|
1540
|
+
protocol: "HTTPS",
|
|
1541
|
+
pathname: "/",
|
|
1542
|
+
method: "POST",
|
|
1543
|
+
authType: "AK",
|
|
1544
|
+
style: "RPC",
|
|
1545
|
+
reqBodyType: "formData",
|
|
1546
|
+
bodyType: "json",
|
|
1547
|
+
});
|
|
1548
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateRbacOrgUnitResponse({}));
|
|
1549
|
+
}
|
|
1550
|
+
/**
|
|
1551
|
+
* Creates an organizational unit.
|
|
1552
|
+
*
|
|
1553
|
+
* @remarks
|
|
1554
|
+
* Wanxiaozhi 2.0 AI conversation.
|
|
1555
|
+
*
|
|
1556
|
+
* @param request - CreateRbacOrgUnitRequest
|
|
1557
|
+
* @returns CreateRbacOrgUnitResponse
|
|
1558
|
+
*/
|
|
1559
|
+
async createRbacOrgUnit(request) {
|
|
1560
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
1561
|
+
return await this.createRbacOrgUnitWithOptions(request, runtime);
|
|
1562
|
+
}
|
|
1563
|
+
/**
|
|
1564
|
+
* Creates an RBAC permission.
|
|
1565
|
+
*
|
|
1566
|
+
* @remarks
|
|
1567
|
+
* Creates an AI conversation session through Wanxiaozhi 2.0.
|
|
1568
|
+
*
|
|
1569
|
+
* @param request - CreateRbacPermissionRequest
|
|
1570
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1571
|
+
* @returns CreateRbacPermissionResponse
|
|
1572
|
+
*/
|
|
1573
|
+
async createRbacPermissionWithOptions(request, runtime) {
|
|
1574
|
+
request.validate();
|
|
1575
|
+
let query = {};
|
|
1576
|
+
if (!$dara.isNull(request.bizId)) {
|
|
1577
|
+
query["BizId"] = request.bizId;
|
|
1578
|
+
}
|
|
1579
|
+
if (!$dara.isNull(request.permissionData)) {
|
|
1580
|
+
query["PermissionData"] = request.permissionData;
|
|
1581
|
+
}
|
|
1582
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
1583
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
1584
|
+
});
|
|
1585
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
1586
|
+
action: "CreateRbacPermission",
|
|
1587
|
+
version: "2025-04-29",
|
|
1588
|
+
protocol: "HTTPS",
|
|
1589
|
+
pathname: "/",
|
|
1590
|
+
method: "POST",
|
|
1591
|
+
authType: "AK",
|
|
1592
|
+
style: "RPC",
|
|
1593
|
+
reqBodyType: "formData",
|
|
1594
|
+
bodyType: "json",
|
|
1595
|
+
});
|
|
1596
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateRbacPermissionResponse({}));
|
|
1597
|
+
}
|
|
1598
|
+
/**
|
|
1599
|
+
* Creates an RBAC permission.
|
|
1600
|
+
*
|
|
1601
|
+
* @remarks
|
|
1602
|
+
* Creates an AI conversation session through Wanxiaozhi 2.0.
|
|
1603
|
+
*
|
|
1604
|
+
* @param request - CreateRbacPermissionRequest
|
|
1605
|
+
* @returns CreateRbacPermissionResponse
|
|
1606
|
+
*/
|
|
1607
|
+
async createRbacPermission(request) {
|
|
1608
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
1609
|
+
return await this.createRbacPermissionWithOptions(request, runtime);
|
|
1610
|
+
}
|
|
1611
|
+
/**
|
|
1612
|
+
* Creates an RBAC role.
|
|
1394
1613
|
*
|
|
1395
1614
|
* @remarks
|
|
1396
|
-
*
|
|
1615
|
+
* Wanxiaozhi 2.0 AI conversation.
|
|
1397
1616
|
*
|
|
1398
1617
|
* @param request - CreateRbacRoleRequest
|
|
1399
1618
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1425,10 +1644,10 @@ class Client extends openapi_core_1.default {
|
|
|
1425
1644
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateRbacRoleResponse({}));
|
|
1426
1645
|
}
|
|
1427
1646
|
/**
|
|
1428
|
-
*
|
|
1647
|
+
* Creates an RBAC role.
|
|
1429
1648
|
*
|
|
1430
1649
|
* @remarks
|
|
1431
|
-
*
|
|
1650
|
+
* Wanxiaozhi 2.0 AI conversation.
|
|
1432
1651
|
*
|
|
1433
1652
|
* @param request - CreateRbacRoleRequest
|
|
1434
1653
|
* @returns CreateRbacRoleResponse
|
|
@@ -1665,6 +1884,45 @@ class Client extends openapi_core_1.default {
|
|
|
1665
1884
|
let runtime = new $dara.RuntimeOptions({});
|
|
1666
1885
|
return await this.deleteAppNotificationSceneWithOptions(request, runtime);
|
|
1667
1886
|
}
|
|
1887
|
+
/**
|
|
1888
|
+
* Deletes an application plug-in.
|
|
1889
|
+
*
|
|
1890
|
+
* @param request - DeleteAppPluginRequest
|
|
1891
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1892
|
+
* @returns DeleteAppPluginResponse
|
|
1893
|
+
*/
|
|
1894
|
+
async deleteAppPluginWithOptions(request, runtime) {
|
|
1895
|
+
request.validate();
|
|
1896
|
+
let query = {};
|
|
1897
|
+
if (!$dara.isNull(request.pluginId)) {
|
|
1898
|
+
query["PluginId"] = request.pluginId;
|
|
1899
|
+
}
|
|
1900
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
1901
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
1902
|
+
});
|
|
1903
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
1904
|
+
action: "DeleteAppPlugin",
|
|
1905
|
+
version: "2025-04-29",
|
|
1906
|
+
protocol: "HTTPS",
|
|
1907
|
+
pathname: "/",
|
|
1908
|
+
method: "POST",
|
|
1909
|
+
authType: "AK",
|
|
1910
|
+
style: "RPC",
|
|
1911
|
+
reqBodyType: "formData",
|
|
1912
|
+
bodyType: "json",
|
|
1913
|
+
});
|
|
1914
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAppPluginResponse({}));
|
|
1915
|
+
}
|
|
1916
|
+
/**
|
|
1917
|
+
* Deletes an application plug-in.
|
|
1918
|
+
*
|
|
1919
|
+
* @param request - DeleteAppPluginRequest
|
|
1920
|
+
* @returns DeleteAppPluginResponse
|
|
1921
|
+
*/
|
|
1922
|
+
async deleteAppPlugin(request) {
|
|
1923
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
1924
|
+
return await this.deleteAppPluginWithOptions(request, runtime);
|
|
1925
|
+
}
|
|
1668
1926
|
/**
|
|
1669
1927
|
* Deletes a Supabase key.
|
|
1670
1928
|
*
|
|
@@ -1800,10 +2058,106 @@ class Client extends openapi_core_1.default {
|
|
|
1800
2058
|
return await this.deleteMaterialTaskWithOptions(request, runtime);
|
|
1801
2059
|
}
|
|
1802
2060
|
/**
|
|
1803
|
-
*
|
|
2061
|
+
* Deletes an organizational unit.
|
|
1804
2062
|
*
|
|
1805
2063
|
* @remarks
|
|
1806
|
-
*
|
|
2064
|
+
* Queries application instance information.
|
|
2065
|
+
*
|
|
2066
|
+
* @param request - DeleteRbacOrgUnitRequest
|
|
2067
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2068
|
+
* @returns DeleteRbacOrgUnitResponse
|
|
2069
|
+
*/
|
|
2070
|
+
async deleteRbacOrgUnitWithOptions(request, runtime) {
|
|
2071
|
+
request.validate();
|
|
2072
|
+
let query = {};
|
|
2073
|
+
if (!$dara.isNull(request.bizId)) {
|
|
2074
|
+
query["BizId"] = request.bizId;
|
|
2075
|
+
}
|
|
2076
|
+
if (!$dara.isNull(request.orgUnitId)) {
|
|
2077
|
+
query["OrgUnitId"] = request.orgUnitId;
|
|
2078
|
+
}
|
|
2079
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
2080
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
2081
|
+
});
|
|
2082
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
2083
|
+
action: "DeleteRbacOrgUnit",
|
|
2084
|
+
version: "2025-04-29",
|
|
2085
|
+
protocol: "HTTPS",
|
|
2086
|
+
pathname: "/",
|
|
2087
|
+
method: "POST",
|
|
2088
|
+
authType: "AK",
|
|
2089
|
+
style: "RPC",
|
|
2090
|
+
reqBodyType: "formData",
|
|
2091
|
+
bodyType: "json",
|
|
2092
|
+
});
|
|
2093
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteRbacOrgUnitResponse({}));
|
|
2094
|
+
}
|
|
2095
|
+
/**
|
|
2096
|
+
* Deletes an organizational unit.
|
|
2097
|
+
*
|
|
2098
|
+
* @remarks
|
|
2099
|
+
* Queries application instance information.
|
|
2100
|
+
*
|
|
2101
|
+
* @param request - DeleteRbacOrgUnitRequest
|
|
2102
|
+
* @returns DeleteRbacOrgUnitResponse
|
|
2103
|
+
*/
|
|
2104
|
+
async deleteRbacOrgUnit(request) {
|
|
2105
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
2106
|
+
return await this.deleteRbacOrgUnitWithOptions(request, runtime);
|
|
2107
|
+
}
|
|
2108
|
+
/**
|
|
2109
|
+
* Deletes an RBAC permission.
|
|
2110
|
+
*
|
|
2111
|
+
* @remarks
|
|
2112
|
+
* Creates an AI conversation session for WanXiaoZhi 2.0.
|
|
2113
|
+
*
|
|
2114
|
+
* @param request - DeleteRbacPermissionRequest
|
|
2115
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2116
|
+
* @returns DeleteRbacPermissionResponse
|
|
2117
|
+
*/
|
|
2118
|
+
async deleteRbacPermissionWithOptions(request, runtime) {
|
|
2119
|
+
request.validate();
|
|
2120
|
+
let query = {};
|
|
2121
|
+
if (!$dara.isNull(request.bizId)) {
|
|
2122
|
+
query["BizId"] = request.bizId;
|
|
2123
|
+
}
|
|
2124
|
+
if (!$dara.isNull(request.permissionId)) {
|
|
2125
|
+
query["PermissionId"] = request.permissionId;
|
|
2126
|
+
}
|
|
2127
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
2128
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
2129
|
+
});
|
|
2130
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
2131
|
+
action: "DeleteRbacPermission",
|
|
2132
|
+
version: "2025-04-29",
|
|
2133
|
+
protocol: "HTTPS",
|
|
2134
|
+
pathname: "/",
|
|
2135
|
+
method: "POST",
|
|
2136
|
+
authType: "AK",
|
|
2137
|
+
style: "RPC",
|
|
2138
|
+
reqBodyType: "formData",
|
|
2139
|
+
bodyType: "json",
|
|
2140
|
+
});
|
|
2141
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteRbacPermissionResponse({}));
|
|
2142
|
+
}
|
|
2143
|
+
/**
|
|
2144
|
+
* Deletes an RBAC permission.
|
|
2145
|
+
*
|
|
2146
|
+
* @remarks
|
|
2147
|
+
* Creates an AI conversation session for WanXiaoZhi 2.0.
|
|
2148
|
+
*
|
|
2149
|
+
* @param request - DeleteRbacPermissionRequest
|
|
2150
|
+
* @returns DeleteRbacPermissionResponse
|
|
2151
|
+
*/
|
|
2152
|
+
async deleteRbacPermission(request) {
|
|
2153
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
2154
|
+
return await this.deleteRbacPermissionWithOptions(request, runtime);
|
|
2155
|
+
}
|
|
2156
|
+
/**
|
|
2157
|
+
* Deletes an RBAC role.
|
|
2158
|
+
*
|
|
2159
|
+
* @remarks
|
|
2160
|
+
* Queries application instance information.
|
|
1807
2161
|
*
|
|
1808
2162
|
* @param request - DeleteRbacRoleRequest
|
|
1809
2163
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1835,10 +2189,10 @@ class Client extends openapi_core_1.default {
|
|
|
1835
2189
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteRbacRoleResponse({}));
|
|
1836
2190
|
}
|
|
1837
2191
|
/**
|
|
1838
|
-
*
|
|
2192
|
+
* Deletes an RBAC role.
|
|
1839
2193
|
*
|
|
1840
2194
|
* @remarks
|
|
1841
|
-
*
|
|
2195
|
+
* Queries application instance information.
|
|
1842
2196
|
*
|
|
1843
2197
|
* @param request - DeleteRbacRoleRequest
|
|
1844
2198
|
* @returns DeleteRbacRoleResponse
|
|
@@ -2042,10 +2396,10 @@ class Client extends openapi_core_1.default {
|
|
|
2042
2396
|
return await this.exportMaterialFileWithOptions(request, runtime);
|
|
2043
2397
|
}
|
|
2044
2398
|
/**
|
|
2045
|
-
*
|
|
2399
|
+
* Exports the RBAC configuration.
|
|
2046
2400
|
*
|
|
2047
2401
|
* @remarks
|
|
2048
|
-
*
|
|
2402
|
+
* Queries the Supabase instance configuration information corresponding to a resource.
|
|
2049
2403
|
*
|
|
2050
2404
|
* @param request - ExportRbacConfigRequest
|
|
2051
2405
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2074,10 +2428,10 @@ class Client extends openapi_core_1.default {
|
|
|
2074
2428
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExportRbacConfigResponse({}));
|
|
2075
2429
|
}
|
|
2076
2430
|
/**
|
|
2077
|
-
*
|
|
2431
|
+
* Exports the RBAC configuration.
|
|
2078
2432
|
*
|
|
2079
2433
|
* @remarks
|
|
2080
|
-
*
|
|
2434
|
+
* Queries the Supabase instance configuration information corresponding to a resource.
|
|
2081
2435
|
*
|
|
2082
2436
|
* @param request - ExportRbacConfigRequest
|
|
2083
2437
|
* @returns ExportRbacConfigResponse
|
|
@@ -2590,6 +2944,51 @@ class Client extends openapi_core_1.default {
|
|
|
2590
2944
|
let runtime = new $dara.RuntimeOptions({});
|
|
2591
2945
|
return await this.getAppInstanceTempShortUrlWithOptions(request, runtime);
|
|
2592
2946
|
}
|
|
2947
|
+
/**
|
|
2948
|
+
* Queries the details of an application plug-in.
|
|
2949
|
+
*
|
|
2950
|
+
* @remarks
|
|
2951
|
+
* Retrieves the configuration information of a code generation plug-in.
|
|
2952
|
+
*
|
|
2953
|
+
* @param request - GetAppPluginRequest
|
|
2954
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2955
|
+
* @returns GetAppPluginResponse
|
|
2956
|
+
*/
|
|
2957
|
+
async getAppPluginWithOptions(request, runtime) {
|
|
2958
|
+
request.validate();
|
|
2959
|
+
let query = {};
|
|
2960
|
+
if (!$dara.isNull(request.pluginId)) {
|
|
2961
|
+
query["PluginId"] = request.pluginId;
|
|
2962
|
+
}
|
|
2963
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
2964
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
2965
|
+
});
|
|
2966
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
2967
|
+
action: "GetAppPlugin",
|
|
2968
|
+
version: "2025-04-29",
|
|
2969
|
+
protocol: "HTTPS",
|
|
2970
|
+
pathname: "/",
|
|
2971
|
+
method: "POST",
|
|
2972
|
+
authType: "AK",
|
|
2973
|
+
style: "RPC",
|
|
2974
|
+
reqBodyType: "formData",
|
|
2975
|
+
bodyType: "json",
|
|
2976
|
+
});
|
|
2977
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppPluginResponse({}));
|
|
2978
|
+
}
|
|
2979
|
+
/**
|
|
2980
|
+
* Queries the details of an application plug-in.
|
|
2981
|
+
*
|
|
2982
|
+
* @remarks
|
|
2983
|
+
* Retrieves the configuration information of a code generation plug-in.
|
|
2984
|
+
*
|
|
2985
|
+
* @param request - GetAppPluginRequest
|
|
2986
|
+
* @returns GetAppPluginResponse
|
|
2987
|
+
*/
|
|
2988
|
+
async getAppPlugin(request) {
|
|
2989
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
2990
|
+
return await this.getAppPluginWithOptions(request, runtime);
|
|
2991
|
+
}
|
|
2593
2992
|
/**
|
|
2594
2993
|
* Retrieves the configuration information of a plugin.
|
|
2595
2994
|
*
|
|
@@ -3824,6 +4223,54 @@ class Client extends openapi_core_1.default {
|
|
|
3824
4223
|
let runtime = new $dara.RuntimeOptions({});
|
|
3825
4224
|
return await this.grantPromotionOfferForPartnerWithOptions(request, runtime);
|
|
3826
4225
|
}
|
|
4226
|
+
/**
|
|
4227
|
+
* Installs an application plug-in to the current user account.
|
|
4228
|
+
*
|
|
4229
|
+
* @remarks
|
|
4230
|
+
* Retrieves the configuration information of a code generation plug-in.
|
|
4231
|
+
*
|
|
4232
|
+
* @param request - InstallAppPluginRequest
|
|
4233
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4234
|
+
* @returns InstallAppPluginResponse
|
|
4235
|
+
*/
|
|
4236
|
+
async installAppPluginWithOptions(request, runtime) {
|
|
4237
|
+
request.validate();
|
|
4238
|
+
let query = {};
|
|
4239
|
+
if (!$dara.isNull(request.pluginId)) {
|
|
4240
|
+
query["PluginId"] = request.pluginId;
|
|
4241
|
+
}
|
|
4242
|
+
if (!$dara.isNull(request.pluginVersion)) {
|
|
4243
|
+
query["PluginVersion"] = request.pluginVersion;
|
|
4244
|
+
}
|
|
4245
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
4246
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
4247
|
+
});
|
|
4248
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
4249
|
+
action: "InstallAppPlugin",
|
|
4250
|
+
version: "2025-04-29",
|
|
4251
|
+
protocol: "HTTPS",
|
|
4252
|
+
pathname: "/",
|
|
4253
|
+
method: "POST",
|
|
4254
|
+
authType: "AK",
|
|
4255
|
+
style: "RPC",
|
|
4256
|
+
reqBodyType: "formData",
|
|
4257
|
+
bodyType: "json",
|
|
4258
|
+
});
|
|
4259
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.InstallAppPluginResponse({}));
|
|
4260
|
+
}
|
|
4261
|
+
/**
|
|
4262
|
+
* Installs an application plug-in to the current user account.
|
|
4263
|
+
*
|
|
4264
|
+
* @remarks
|
|
4265
|
+
* Retrieves the configuration information of a code generation plug-in.
|
|
4266
|
+
*
|
|
4267
|
+
* @param request - InstallAppPluginRequest
|
|
4268
|
+
* @returns InstallAppPluginResponse
|
|
4269
|
+
*/
|
|
4270
|
+
async installAppPlugin(request) {
|
|
4271
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
4272
|
+
return await this.installAppPluginWithOptions(request, runtime);
|
|
4273
|
+
}
|
|
3827
4274
|
/**
|
|
3828
4275
|
* Introspection analysis of免登 accessToken
|
|
3829
4276
|
*
|
|
@@ -4537,6 +4984,105 @@ class Client extends openapi_core_1.default {
|
|
|
4537
4984
|
let runtime = new $dara.RuntimeOptions({});
|
|
4538
4985
|
return await this.listAppPluginConfigsWithOptions(request, runtime);
|
|
4539
4986
|
}
|
|
4987
|
+
/**
|
|
4988
|
+
* Queries the list of application plug-in files.
|
|
4989
|
+
*
|
|
4990
|
+
* @remarks
|
|
4991
|
+
* Retrieves the configuration information of a code generation plug-in.
|
|
4992
|
+
*
|
|
4993
|
+
* @param request - ListAppPluginFilesRequest
|
|
4994
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4995
|
+
* @returns ListAppPluginFilesResponse
|
|
4996
|
+
*/
|
|
4997
|
+
async listAppPluginFilesWithOptions(request, runtime) {
|
|
4998
|
+
request.validate();
|
|
4999
|
+
let query = {};
|
|
5000
|
+
if (!$dara.isNull(request.pluginId)) {
|
|
5001
|
+
query["PluginId"] = request.pluginId;
|
|
5002
|
+
}
|
|
5003
|
+
if (!$dara.isNull(request.pluginVersion)) {
|
|
5004
|
+
query["PluginVersion"] = request.pluginVersion;
|
|
5005
|
+
}
|
|
5006
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
5007
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
5008
|
+
});
|
|
5009
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
5010
|
+
action: "ListAppPluginFiles",
|
|
5011
|
+
version: "2025-04-29",
|
|
5012
|
+
protocol: "HTTPS",
|
|
5013
|
+
pathname: "/",
|
|
5014
|
+
method: "POST",
|
|
5015
|
+
authType: "AK",
|
|
5016
|
+
style: "RPC",
|
|
5017
|
+
reqBodyType: "formData",
|
|
5018
|
+
bodyType: "json",
|
|
5019
|
+
});
|
|
5020
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppPluginFilesResponse({}));
|
|
5021
|
+
}
|
|
5022
|
+
/**
|
|
5023
|
+
* Queries the list of application plug-in files.
|
|
5024
|
+
*
|
|
5025
|
+
* @remarks
|
|
5026
|
+
* Retrieves the configuration information of a code generation plug-in.
|
|
5027
|
+
*
|
|
5028
|
+
* @param request - ListAppPluginFilesRequest
|
|
5029
|
+
* @returns ListAppPluginFilesResponse
|
|
5030
|
+
*/
|
|
5031
|
+
async listAppPluginFiles(request) {
|
|
5032
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
5033
|
+
return await this.listAppPluginFilesWithOptions(request, runtime);
|
|
5034
|
+
}
|
|
5035
|
+
/**
|
|
5036
|
+
* Queries the list of application plug-in versions.
|
|
5037
|
+
*
|
|
5038
|
+
* @remarks
|
|
5039
|
+
* Retrieves the configuration information of a code generation plug-in.
|
|
5040
|
+
*
|
|
5041
|
+
* @param request - ListAppPluginVersionsRequest
|
|
5042
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5043
|
+
* @returns ListAppPluginVersionsResponse
|
|
5044
|
+
*/
|
|
5045
|
+
async listAppPluginVersionsWithOptions(request, runtime) {
|
|
5046
|
+
request.validate();
|
|
5047
|
+
let query = {};
|
|
5048
|
+
if (!$dara.isNull(request.pageNumber)) {
|
|
5049
|
+
query["PageNumber"] = request.pageNumber;
|
|
5050
|
+
}
|
|
5051
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
5052
|
+
query["PageSize"] = request.pageSize;
|
|
5053
|
+
}
|
|
5054
|
+
if (!$dara.isNull(request.pluginId)) {
|
|
5055
|
+
query["PluginId"] = request.pluginId;
|
|
5056
|
+
}
|
|
5057
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
5058
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
5059
|
+
});
|
|
5060
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
5061
|
+
action: "ListAppPluginVersions",
|
|
5062
|
+
version: "2025-04-29",
|
|
5063
|
+
protocol: "HTTPS",
|
|
5064
|
+
pathname: "/",
|
|
5065
|
+
method: "POST",
|
|
5066
|
+
authType: "AK",
|
|
5067
|
+
style: "RPC",
|
|
5068
|
+
reqBodyType: "formData",
|
|
5069
|
+
bodyType: "json",
|
|
5070
|
+
});
|
|
5071
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppPluginVersionsResponse({}));
|
|
5072
|
+
}
|
|
5073
|
+
/**
|
|
5074
|
+
* Queries the list of application plug-in versions.
|
|
5075
|
+
*
|
|
5076
|
+
* @remarks
|
|
5077
|
+
* Retrieves the configuration information of a code generation plug-in.
|
|
5078
|
+
*
|
|
5079
|
+
* @param request - ListAppPluginVersionsRequest
|
|
5080
|
+
* @returns ListAppPluginVersionsResponse
|
|
5081
|
+
*/
|
|
5082
|
+
async listAppPluginVersions(request) {
|
|
5083
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
5084
|
+
return await this.listAppPluginVersionsWithOptions(request, runtime);
|
|
5085
|
+
}
|
|
4540
5086
|
/**
|
|
4541
5087
|
* Queries the list of code generation plug-ins.
|
|
4542
5088
|
*
|
|
@@ -4846,6 +5392,174 @@ class Client extends openapi_core_1.default {
|
|
|
4846
5392
|
let runtime = new $dara.RuntimeOptions({});
|
|
4847
5393
|
return await this.listIsvPaymentPluginConfigsWithOptions(request, runtime);
|
|
4848
5394
|
}
|
|
5395
|
+
/**
|
|
5396
|
+
* Queries the list of application plugins in the marketplace.
|
|
5397
|
+
*
|
|
5398
|
+
* @remarks
|
|
5399
|
+
* Retrieves the configuration information of code generation plugins.
|
|
5400
|
+
*
|
|
5401
|
+
* @param request - ListMarketplaceAppPluginsRequest
|
|
5402
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5403
|
+
* @returns ListMarketplaceAppPluginsResponse
|
|
5404
|
+
*/
|
|
5405
|
+
async listMarketplaceAppPluginsWithOptions(request, runtime) {
|
|
5406
|
+
request.validate();
|
|
5407
|
+
let query = {};
|
|
5408
|
+
if (!$dara.isNull(request.category)) {
|
|
5409
|
+
query["Category"] = request.category;
|
|
5410
|
+
}
|
|
5411
|
+
if (!$dara.isNull(request.keyword)) {
|
|
5412
|
+
query["Keyword"] = request.keyword;
|
|
5413
|
+
}
|
|
5414
|
+
if (!$dara.isNull(request.pageNumber)) {
|
|
5415
|
+
query["PageNumber"] = request.pageNumber;
|
|
5416
|
+
}
|
|
5417
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
5418
|
+
query["PageSize"] = request.pageSize;
|
|
5419
|
+
}
|
|
5420
|
+
if (!$dara.isNull(request.platform)) {
|
|
5421
|
+
query["Platform"] = request.platform;
|
|
5422
|
+
}
|
|
5423
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
5424
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
5425
|
+
});
|
|
5426
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
5427
|
+
action: "ListMarketplaceAppPlugins",
|
|
5428
|
+
version: "2025-04-29",
|
|
5429
|
+
protocol: "HTTPS",
|
|
5430
|
+
pathname: "/",
|
|
5431
|
+
method: "POST",
|
|
5432
|
+
authType: "AK",
|
|
5433
|
+
style: "RPC",
|
|
5434
|
+
reqBodyType: "formData",
|
|
5435
|
+
bodyType: "json",
|
|
5436
|
+
});
|
|
5437
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListMarketplaceAppPluginsResponse({}));
|
|
5438
|
+
}
|
|
5439
|
+
/**
|
|
5440
|
+
* Queries the list of application plugins in the marketplace.
|
|
5441
|
+
*
|
|
5442
|
+
* @remarks
|
|
5443
|
+
* Retrieves the configuration information of code generation plugins.
|
|
5444
|
+
*
|
|
5445
|
+
* @param request - ListMarketplaceAppPluginsRequest
|
|
5446
|
+
* @returns ListMarketplaceAppPluginsResponse
|
|
5447
|
+
*/
|
|
5448
|
+
async listMarketplaceAppPlugins(request) {
|
|
5449
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
5450
|
+
return await this.listMarketplaceAppPluginsWithOptions(request, runtime);
|
|
5451
|
+
}
|
|
5452
|
+
/**
|
|
5453
|
+
* Queries the list of my application plug-ins.
|
|
5454
|
+
*
|
|
5455
|
+
* @remarks
|
|
5456
|
+
* Retrieves the configuration information of code generation plug-ins.
|
|
5457
|
+
*
|
|
5458
|
+
* @param request - ListMyAppPluginsRequest
|
|
5459
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5460
|
+
* @returns ListMyAppPluginsResponse
|
|
5461
|
+
*/
|
|
5462
|
+
async listMyAppPluginsWithOptions(request, runtime) {
|
|
5463
|
+
request.validate();
|
|
5464
|
+
let query = {};
|
|
5465
|
+
if (!$dara.isNull(request.category)) {
|
|
5466
|
+
query["Category"] = request.category;
|
|
5467
|
+
}
|
|
5468
|
+
if (!$dara.isNull(request.keyword)) {
|
|
5469
|
+
query["Keyword"] = request.keyword;
|
|
5470
|
+
}
|
|
5471
|
+
if (!$dara.isNull(request.pageNumber)) {
|
|
5472
|
+
query["PageNumber"] = request.pageNumber;
|
|
5473
|
+
}
|
|
5474
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
5475
|
+
query["PageSize"] = request.pageSize;
|
|
5476
|
+
}
|
|
5477
|
+
if (!$dara.isNull(request.status)) {
|
|
5478
|
+
query["Status"] = request.status;
|
|
5479
|
+
}
|
|
5480
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
5481
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
5482
|
+
});
|
|
5483
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
5484
|
+
action: "ListMyAppPlugins",
|
|
5485
|
+
version: "2025-04-29",
|
|
5486
|
+
protocol: "HTTPS",
|
|
5487
|
+
pathname: "/",
|
|
5488
|
+
method: "POST",
|
|
5489
|
+
authType: "AK",
|
|
5490
|
+
style: "RPC",
|
|
5491
|
+
reqBodyType: "formData",
|
|
5492
|
+
bodyType: "json",
|
|
5493
|
+
});
|
|
5494
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListMyAppPluginsResponse({}));
|
|
5495
|
+
}
|
|
5496
|
+
/**
|
|
5497
|
+
* Queries the list of my application plug-ins.
|
|
5498
|
+
*
|
|
5499
|
+
* @remarks
|
|
5500
|
+
* Retrieves the configuration information of code generation plug-ins.
|
|
5501
|
+
*
|
|
5502
|
+
* @param request - ListMyAppPluginsRequest
|
|
5503
|
+
* @returns ListMyAppPluginsResponse
|
|
5504
|
+
*/
|
|
5505
|
+
async listMyAppPlugins(request) {
|
|
5506
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
5507
|
+
return await this.listMyAppPluginsWithOptions(request, runtime);
|
|
5508
|
+
}
|
|
5509
|
+
/**
|
|
5510
|
+
* Queries the list of application plug-ins that you have installed.
|
|
5511
|
+
*
|
|
5512
|
+
* @remarks
|
|
5513
|
+
* Retrieves the configuration information of code generation plug-ins.
|
|
5514
|
+
*
|
|
5515
|
+
* @param request - ListMyInstalledAppPluginsRequest
|
|
5516
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5517
|
+
* @returns ListMyInstalledAppPluginsResponse
|
|
5518
|
+
*/
|
|
5519
|
+
async listMyInstalledAppPluginsWithOptions(request, runtime) {
|
|
5520
|
+
request.validate();
|
|
5521
|
+
let query = {};
|
|
5522
|
+
if (!$dara.isNull(request.category)) {
|
|
5523
|
+
query["Category"] = request.category;
|
|
5524
|
+
}
|
|
5525
|
+
if (!$dara.isNull(request.keyword)) {
|
|
5526
|
+
query["Keyword"] = request.keyword;
|
|
5527
|
+
}
|
|
5528
|
+
if (!$dara.isNull(request.pageNumber)) {
|
|
5529
|
+
query["PageNumber"] = request.pageNumber;
|
|
5530
|
+
}
|
|
5531
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
5532
|
+
query["PageSize"] = request.pageSize;
|
|
5533
|
+
}
|
|
5534
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
5535
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
5536
|
+
});
|
|
5537
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
5538
|
+
action: "ListMyInstalledAppPlugins",
|
|
5539
|
+
version: "2025-04-29",
|
|
5540
|
+
protocol: "HTTPS",
|
|
5541
|
+
pathname: "/",
|
|
5542
|
+
method: "POST",
|
|
5543
|
+
authType: "AK",
|
|
5544
|
+
style: "RPC",
|
|
5545
|
+
reqBodyType: "formData",
|
|
5546
|
+
bodyType: "json",
|
|
5547
|
+
});
|
|
5548
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListMyInstalledAppPluginsResponse({}));
|
|
5549
|
+
}
|
|
5550
|
+
/**
|
|
5551
|
+
* Queries the list of application plug-ins that you have installed.
|
|
5552
|
+
*
|
|
5553
|
+
* @remarks
|
|
5554
|
+
* Retrieves the configuration information of code generation plug-ins.
|
|
5555
|
+
*
|
|
5556
|
+
* @param request - ListMyInstalledAppPluginsRequest
|
|
5557
|
+
* @returns ListMyInstalledAppPluginsResponse
|
|
5558
|
+
*/
|
|
5559
|
+
async listMyInstalledAppPlugins(request) {
|
|
5560
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
5561
|
+
return await this.listMyInstalledAppPluginsWithOptions(request, runtime);
|
|
5562
|
+
}
|
|
4849
5563
|
/**
|
|
4850
5564
|
* Queries the list of partner promotional activities.
|
|
4851
5565
|
*
|
|
@@ -4967,10 +5681,10 @@ class Client extends openapi_core_1.default {
|
|
|
4967
5681
|
return await this.listPromotionOfferRecordsForPartnerWithOptions(request, runtime);
|
|
4968
5682
|
}
|
|
4969
5683
|
/**
|
|
4970
|
-
*
|
|
5684
|
+
* Queries the RBAC organization tree.
|
|
4971
5685
|
*
|
|
4972
5686
|
* @remarks
|
|
4973
|
-
*
|
|
5687
|
+
* Retrieves the configuration information of the code generation plugin.
|
|
4974
5688
|
*
|
|
4975
5689
|
* @param request - ListRbacOrgTreeRequest
|
|
4976
5690
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5017,10 +5731,10 @@ class Client extends openapi_core_1.default {
|
|
|
5017
5731
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListRbacOrgTreeResponse({}));
|
|
5018
5732
|
}
|
|
5019
5733
|
/**
|
|
5020
|
-
*
|
|
5734
|
+
* Queries the RBAC organization tree.
|
|
5021
5735
|
*
|
|
5022
5736
|
* @remarks
|
|
5023
|
-
*
|
|
5737
|
+
* Retrieves the configuration information of the code generation plugin.
|
|
5024
5738
|
*
|
|
5025
5739
|
* @param request - ListRbacOrgTreeRequest
|
|
5026
5740
|
* @returns ListRbacOrgTreeResponse
|
|
@@ -5030,10 +5744,10 @@ class Client extends openapi_core_1.default {
|
|
|
5030
5744
|
return await this.listRbacOrgTreeWithOptions(request, runtime);
|
|
5031
5745
|
}
|
|
5032
5746
|
/**
|
|
5033
|
-
*
|
|
5747
|
+
* Queries the RBAC permission list.
|
|
5034
5748
|
*
|
|
5035
5749
|
* @remarks
|
|
5036
|
-
*
|
|
5750
|
+
* Creates an AI conversation session through WanXiaoZhi 2.0.
|
|
5037
5751
|
*
|
|
5038
5752
|
* @param request - ListRbacPermissionsRequest
|
|
5039
5753
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5080,10 +5794,10 @@ class Client extends openapi_core_1.default {
|
|
|
5080
5794
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListRbacPermissionsResponse({}));
|
|
5081
5795
|
}
|
|
5082
5796
|
/**
|
|
5083
|
-
*
|
|
5797
|
+
* Queries the RBAC permission list.
|
|
5084
5798
|
*
|
|
5085
5799
|
* @remarks
|
|
5086
|
-
*
|
|
5800
|
+
* Creates an AI conversation session through WanXiaoZhi 2.0.
|
|
5087
5801
|
*
|
|
5088
5802
|
* @param request - ListRbacPermissionsRequest
|
|
5089
5803
|
* @returns ListRbacPermissionsResponse
|
|
@@ -5093,10 +5807,10 @@ class Client extends openapi_core_1.default {
|
|
|
5093
5807
|
return await this.listRbacPermissionsWithOptions(request, runtime);
|
|
5094
5808
|
}
|
|
5095
5809
|
/**
|
|
5096
|
-
*
|
|
5810
|
+
* Queries the RBAC role hierarchy.
|
|
5097
5811
|
*
|
|
5098
5812
|
* @remarks
|
|
5099
|
-
*
|
|
5813
|
+
* Queries application instance information.
|
|
5100
5814
|
*
|
|
5101
5815
|
* @param request - ListRbacRoleHierarchyRequest
|
|
5102
5816
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5143,10 +5857,10 @@ class Client extends openapi_core_1.default {
|
|
|
5143
5857
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListRbacRoleHierarchyResponse({}));
|
|
5144
5858
|
}
|
|
5145
5859
|
/**
|
|
5146
|
-
*
|
|
5860
|
+
* Queries the RBAC role hierarchy.
|
|
5147
5861
|
*
|
|
5148
5862
|
* @remarks
|
|
5149
|
-
*
|
|
5863
|
+
* Queries application instance information.
|
|
5150
5864
|
*
|
|
5151
5865
|
* @param request - ListRbacRoleHierarchyRequest
|
|
5152
5866
|
* @returns ListRbacRoleHierarchyResponse
|
|
@@ -5156,10 +5870,10 @@ class Client extends openapi_core_1.default {
|
|
|
5156
5870
|
return await this.listRbacRoleHierarchyWithOptions(request, runtime);
|
|
5157
5871
|
}
|
|
5158
5872
|
/**
|
|
5159
|
-
*
|
|
5873
|
+
* Queries the list of RBAC roles.
|
|
5160
5874
|
*
|
|
5161
5875
|
* @remarks
|
|
5162
|
-
*
|
|
5876
|
+
* Queries application instance information.
|
|
5163
5877
|
*
|
|
5164
5878
|
* @param request - ListRbacRolesRequest
|
|
5165
5879
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5206,10 +5920,10 @@ class Client extends openapi_core_1.default {
|
|
|
5206
5920
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListRbacRolesResponse({}));
|
|
5207
5921
|
}
|
|
5208
5922
|
/**
|
|
5209
|
-
*
|
|
5923
|
+
* Queries the list of RBAC roles.
|
|
5210
5924
|
*
|
|
5211
5925
|
* @remarks
|
|
5212
|
-
*
|
|
5926
|
+
* Queries application instance information.
|
|
5213
5927
|
*
|
|
5214
5928
|
* @param request - ListRbacRolesRequest
|
|
5215
5929
|
* @returns ListRbacRolesResponse
|
|
@@ -6505,6 +7219,174 @@ class Client extends openapi_core_1.default {
|
|
|
6505
7219
|
let runtime = new $dara.RuntimeOptions({});
|
|
6506
7220
|
return await this.queryMaterialTaskListWithOptions(request, runtime);
|
|
6507
7221
|
}
|
|
7222
|
+
/**
|
|
7223
|
+
* Queries a single RBAC role.
|
|
7224
|
+
*
|
|
7225
|
+
* @remarks
|
|
7226
|
+
* Queries application instance information.
|
|
7227
|
+
*
|
|
7228
|
+
* @param request - QueryRbacRoleRequest
|
|
7229
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7230
|
+
* @returns QueryRbacRoleResponse
|
|
7231
|
+
*/
|
|
7232
|
+
async queryRbacRoleWithOptions(request, runtime) {
|
|
7233
|
+
request.validate();
|
|
7234
|
+
let query = {};
|
|
7235
|
+
if (!$dara.isNull(request.bizId)) {
|
|
7236
|
+
query["BizId"] = request.bizId;
|
|
7237
|
+
}
|
|
7238
|
+
if (!$dara.isNull(request.roleId)) {
|
|
7239
|
+
query["RoleId"] = request.roleId;
|
|
7240
|
+
}
|
|
7241
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
7242
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
7243
|
+
});
|
|
7244
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
7245
|
+
action: "QueryRbacRole",
|
|
7246
|
+
version: "2025-04-29",
|
|
7247
|
+
protocol: "HTTPS",
|
|
7248
|
+
pathname: "/",
|
|
7249
|
+
method: "POST",
|
|
7250
|
+
authType: "AK",
|
|
7251
|
+
style: "RPC",
|
|
7252
|
+
reqBodyType: "formData",
|
|
7253
|
+
bodyType: "json",
|
|
7254
|
+
});
|
|
7255
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryRbacRoleResponse({}));
|
|
7256
|
+
}
|
|
7257
|
+
/**
|
|
7258
|
+
* Queries a single RBAC role.
|
|
7259
|
+
*
|
|
7260
|
+
* @remarks
|
|
7261
|
+
* Queries application instance information.
|
|
7262
|
+
*
|
|
7263
|
+
* @param request - QueryRbacRoleRequest
|
|
7264
|
+
* @returns QueryRbacRoleResponse
|
|
7265
|
+
*/
|
|
7266
|
+
async queryRbacRole(request) {
|
|
7267
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
7268
|
+
return await this.queryRbacRoleWithOptions(request, runtime);
|
|
7269
|
+
}
|
|
7270
|
+
/**
|
|
7271
|
+
* Queries the list of role permissions.
|
|
7272
|
+
*
|
|
7273
|
+
* @remarks
|
|
7274
|
+
* Creates an AI conversation session for Wan Xiaozhi 2.0.
|
|
7275
|
+
*
|
|
7276
|
+
* @param request - QueryRbacRolePermissionsRequest
|
|
7277
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7278
|
+
* @returns QueryRbacRolePermissionsResponse
|
|
7279
|
+
*/
|
|
7280
|
+
async queryRbacRolePermissionsWithOptions(request, runtime) {
|
|
7281
|
+
request.validate();
|
|
7282
|
+
let query = {};
|
|
7283
|
+
if (!$dara.isNull(request.bizId)) {
|
|
7284
|
+
query["BizId"] = request.bizId;
|
|
7285
|
+
}
|
|
7286
|
+
if (!$dara.isNull(request.orderColumn)) {
|
|
7287
|
+
query["OrderColumn"] = request.orderColumn;
|
|
7288
|
+
}
|
|
7289
|
+
if (!$dara.isNull(request.orderType)) {
|
|
7290
|
+
query["OrderType"] = request.orderType;
|
|
7291
|
+
}
|
|
7292
|
+
if (!$dara.isNull(request.pageNum)) {
|
|
7293
|
+
query["PageNum"] = request.pageNum;
|
|
7294
|
+
}
|
|
7295
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
7296
|
+
query["PageSize"] = request.pageSize;
|
|
7297
|
+
}
|
|
7298
|
+
if (!$dara.isNull(request.roleId)) {
|
|
7299
|
+
query["RoleId"] = request.roleId;
|
|
7300
|
+
}
|
|
7301
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
7302
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
7303
|
+
});
|
|
7304
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
7305
|
+
action: "QueryRbacRolePermissions",
|
|
7306
|
+
version: "2025-04-29",
|
|
7307
|
+
protocol: "HTTPS",
|
|
7308
|
+
pathname: "/",
|
|
7309
|
+
method: "POST",
|
|
7310
|
+
authType: "AK",
|
|
7311
|
+
style: "RPC",
|
|
7312
|
+
reqBodyType: "formData",
|
|
7313
|
+
bodyType: "json",
|
|
7314
|
+
});
|
|
7315
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryRbacRolePermissionsResponse({}));
|
|
7316
|
+
}
|
|
7317
|
+
/**
|
|
7318
|
+
* Queries the list of role permissions.
|
|
7319
|
+
*
|
|
7320
|
+
* @remarks
|
|
7321
|
+
* Creates an AI conversation session for Wan Xiaozhi 2.0.
|
|
7322
|
+
*
|
|
7323
|
+
* @param request - QueryRbacRolePermissionsRequest
|
|
7324
|
+
* @returns QueryRbacRolePermissionsResponse
|
|
7325
|
+
*/
|
|
7326
|
+
async queryRbacRolePermissions(request) {
|
|
7327
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
7328
|
+
return await this.queryRbacRolePermissionsWithOptions(request, runtime);
|
|
7329
|
+
}
|
|
7330
|
+
/**
|
|
7331
|
+
* Queries user role bindings.
|
|
7332
|
+
*
|
|
7333
|
+
* @remarks
|
|
7334
|
+
* Queries application instance information.
|
|
7335
|
+
*
|
|
7336
|
+
* @param request - QueryRbacUserRolesRequest
|
|
7337
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7338
|
+
* @returns QueryRbacUserRolesResponse
|
|
7339
|
+
*/
|
|
7340
|
+
async queryRbacUserRolesWithOptions(request, runtime) {
|
|
7341
|
+
request.validate();
|
|
7342
|
+
let query = {};
|
|
7343
|
+
if (!$dara.isNull(request.applicationUserId)) {
|
|
7344
|
+
query["ApplicationUserId"] = request.applicationUserId;
|
|
7345
|
+
}
|
|
7346
|
+
if (!$dara.isNull(request.bizId)) {
|
|
7347
|
+
query["BizId"] = request.bizId;
|
|
7348
|
+
}
|
|
7349
|
+
if (!$dara.isNull(request.orderColumn)) {
|
|
7350
|
+
query["OrderColumn"] = request.orderColumn;
|
|
7351
|
+
}
|
|
7352
|
+
if (!$dara.isNull(request.orderType)) {
|
|
7353
|
+
query["OrderType"] = request.orderType;
|
|
7354
|
+
}
|
|
7355
|
+
if (!$dara.isNull(request.pageNum)) {
|
|
7356
|
+
query["PageNum"] = request.pageNum;
|
|
7357
|
+
}
|
|
7358
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
7359
|
+
query["PageSize"] = request.pageSize;
|
|
7360
|
+
}
|
|
7361
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
7362
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
7363
|
+
});
|
|
7364
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
7365
|
+
action: "QueryRbacUserRoles",
|
|
7366
|
+
version: "2025-04-29",
|
|
7367
|
+
protocol: "HTTPS",
|
|
7368
|
+
pathname: "/",
|
|
7369
|
+
method: "POST",
|
|
7370
|
+
authType: "AK",
|
|
7371
|
+
style: "RPC",
|
|
7372
|
+
reqBodyType: "formData",
|
|
7373
|
+
bodyType: "json",
|
|
7374
|
+
});
|
|
7375
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryRbacUserRolesResponse({}));
|
|
7376
|
+
}
|
|
7377
|
+
/**
|
|
7378
|
+
* Queries user role bindings.
|
|
7379
|
+
*
|
|
7380
|
+
* @remarks
|
|
7381
|
+
* Queries application instance information.
|
|
7382
|
+
*
|
|
7383
|
+
* @param request - QueryRbacUserRolesRequest
|
|
7384
|
+
* @returns QueryRbacUserRolesResponse
|
|
7385
|
+
*/
|
|
7386
|
+
async queryRbacUserRoles(request) {
|
|
7387
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
7388
|
+
return await this.queryRbacUserRolesWithOptions(request, runtime);
|
|
7389
|
+
}
|
|
6508
7390
|
/**
|
|
6509
7391
|
* Queries the auth configuration of a Supabase instance associated with a resource.
|
|
6510
7392
|
*
|
|
@@ -6907,10 +7789,10 @@ class Client extends openapi_core_1.default {
|
|
|
6907
7789
|
return await this.refundAppInstanceForPartnerWithOptions(request, runtime);
|
|
6908
7790
|
}
|
|
6909
7791
|
/**
|
|
6910
|
-
*
|
|
7792
|
+
* Removes an RBAC role hierarchy.
|
|
6911
7793
|
*
|
|
6912
7794
|
* @remarks
|
|
6913
|
-
*
|
|
7795
|
+
* Queries application instance information.
|
|
6914
7796
|
*
|
|
6915
7797
|
* @param request - RemoveRbacRoleHierarchyRequest
|
|
6916
7798
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6945,10 +7827,10 @@ class Client extends openapi_core_1.default {
|
|
|
6945
7827
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RemoveRbacRoleHierarchyResponse({}));
|
|
6946
7828
|
}
|
|
6947
7829
|
/**
|
|
6948
|
-
*
|
|
7830
|
+
* Removes an RBAC role hierarchy.
|
|
6949
7831
|
*
|
|
6950
7832
|
* @remarks
|
|
6951
|
-
*
|
|
7833
|
+
* Queries application instance information.
|
|
6952
7834
|
*
|
|
6953
7835
|
* @param request - RemoveRbacRoleHierarchyRequest
|
|
6954
7836
|
* @returns RemoveRbacRoleHierarchyResponse
|
|
@@ -7056,6 +7938,54 @@ class Client extends openapi_core_1.default {
|
|
|
7056
7938
|
let runtime = new $dara.RuntimeOptions({});
|
|
7057
7939
|
return await this.renewAppSandboxWithOptions(request, runtime);
|
|
7058
7940
|
}
|
|
7941
|
+
/**
|
|
7942
|
+
* Revokes a user role.
|
|
7943
|
+
*
|
|
7944
|
+
* @remarks
|
|
7945
|
+
* Wanxiaozhi 2.0 AI conversation.
|
|
7946
|
+
*
|
|
7947
|
+
* @param request - RevokeRbacUserRoleRequest
|
|
7948
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7949
|
+
* @returns RevokeRbacUserRoleResponse
|
|
7950
|
+
*/
|
|
7951
|
+
async revokeRbacUserRoleWithOptions(request, runtime) {
|
|
7952
|
+
request.validate();
|
|
7953
|
+
let query = {};
|
|
7954
|
+
if (!$dara.isNull(request.bizId)) {
|
|
7955
|
+
query["BizId"] = request.bizId;
|
|
7956
|
+
}
|
|
7957
|
+
if (!$dara.isNull(request.userRoleData)) {
|
|
7958
|
+
query["UserRoleData"] = request.userRoleData;
|
|
7959
|
+
}
|
|
7960
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
7961
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
7962
|
+
});
|
|
7963
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
7964
|
+
action: "RevokeRbacUserRole",
|
|
7965
|
+
version: "2025-04-29",
|
|
7966
|
+
protocol: "HTTPS",
|
|
7967
|
+
pathname: "/",
|
|
7968
|
+
method: "POST",
|
|
7969
|
+
authType: "AK",
|
|
7970
|
+
style: "RPC",
|
|
7971
|
+
reqBodyType: "formData",
|
|
7972
|
+
bodyType: "json",
|
|
7973
|
+
});
|
|
7974
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RevokeRbacUserRoleResponse({}));
|
|
7975
|
+
}
|
|
7976
|
+
/**
|
|
7977
|
+
* Revokes a user role.
|
|
7978
|
+
*
|
|
7979
|
+
* @remarks
|
|
7980
|
+
* Wanxiaozhi 2.0 AI conversation.
|
|
7981
|
+
*
|
|
7982
|
+
* @param request - RevokeRbacUserRoleRequest
|
|
7983
|
+
* @returns RevokeRbacUserRoleResponse
|
|
7984
|
+
*/
|
|
7985
|
+
async revokeRbacUserRole(request) {
|
|
7986
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
7987
|
+
return await this.revokeRbacUserRoleWithOptions(request, runtime);
|
|
7988
|
+
}
|
|
7059
7989
|
/**
|
|
7060
7990
|
* Code snapshot rollback
|
|
7061
7991
|
*
|
|
@@ -7158,6 +8088,54 @@ class Client extends openapi_core_1.default {
|
|
|
7158
8088
|
let runtime = new $dara.RuntimeOptions({});
|
|
7159
8089
|
return await this.rollbackAppInstancePublishWithOptions(request, runtime);
|
|
7160
8090
|
}
|
|
8091
|
+
/**
|
|
8092
|
+
* Rolls back the version of an application plug-in.
|
|
8093
|
+
*
|
|
8094
|
+
* @remarks
|
|
8095
|
+
* Retrieves the configuration information of a code generation plug-in.
|
|
8096
|
+
*
|
|
8097
|
+
* @param request - RollbackAppPluginVersionRequest
|
|
8098
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
8099
|
+
* @returns RollbackAppPluginVersionResponse
|
|
8100
|
+
*/
|
|
8101
|
+
async rollbackAppPluginVersionWithOptions(request, runtime) {
|
|
8102
|
+
request.validate();
|
|
8103
|
+
let query = {};
|
|
8104
|
+
if (!$dara.isNull(request.pluginId)) {
|
|
8105
|
+
query["PluginId"] = request.pluginId;
|
|
8106
|
+
}
|
|
8107
|
+
if (!$dara.isNull(request.pluginVersion)) {
|
|
8108
|
+
query["PluginVersion"] = request.pluginVersion;
|
|
8109
|
+
}
|
|
8110
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
8111
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
8112
|
+
});
|
|
8113
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
8114
|
+
action: "RollbackAppPluginVersion",
|
|
8115
|
+
version: "2025-04-29",
|
|
8116
|
+
protocol: "HTTPS",
|
|
8117
|
+
pathname: "/",
|
|
8118
|
+
method: "POST",
|
|
8119
|
+
authType: "AK",
|
|
8120
|
+
style: "RPC",
|
|
8121
|
+
reqBodyType: "formData",
|
|
8122
|
+
bodyType: "json",
|
|
8123
|
+
});
|
|
8124
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RollbackAppPluginVersionResponse({}));
|
|
8125
|
+
}
|
|
8126
|
+
/**
|
|
8127
|
+
* Rolls back the version of an application plug-in.
|
|
8128
|
+
*
|
|
8129
|
+
* @remarks
|
|
8130
|
+
* Retrieves the configuration information of a code generation plug-in.
|
|
8131
|
+
*
|
|
8132
|
+
* @param request - RollbackAppPluginVersionRequest
|
|
8133
|
+
* @returns RollbackAppPluginVersionResponse
|
|
8134
|
+
*/
|
|
8135
|
+
async rollbackAppPluginVersion(request) {
|
|
8136
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
8137
|
+
return await this.rollbackAppPluginVersionWithOptions(request, runtime);
|
|
8138
|
+
}
|
|
7161
8139
|
/**
|
|
7162
8140
|
* Save Requirement
|
|
7163
8141
|
*
|
|
@@ -7397,10 +8375,10 @@ class Client extends openapi_core_1.default {
|
|
|
7397
8375
|
return await this.setAppDomainCertificateWithOptions(request, runtime);
|
|
7398
8376
|
}
|
|
7399
8377
|
/**
|
|
7400
|
-
*
|
|
8378
|
+
* Sets the RBAC role hierarchy.
|
|
7401
8379
|
*
|
|
7402
8380
|
* @remarks
|
|
7403
|
-
*
|
|
8381
|
+
* Retrieves the configuration information of the code generation plugin.
|
|
7404
8382
|
*
|
|
7405
8383
|
* @param request - SetRbacRoleHierarchyRequest
|
|
7406
8384
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7435,10 +8413,10 @@ class Client extends openapi_core_1.default {
|
|
|
7435
8413
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SetRbacRoleHierarchyResponse({}));
|
|
7436
8414
|
}
|
|
7437
8415
|
/**
|
|
7438
|
-
*
|
|
8416
|
+
* Sets the RBAC role hierarchy.
|
|
7439
8417
|
*
|
|
7440
8418
|
* @remarks
|
|
7441
|
-
*
|
|
8419
|
+
* Retrieves the configuration information of the code generation plugin.
|
|
7442
8420
|
*
|
|
7443
8421
|
* @param request - SetRbacRoleHierarchyRequest
|
|
7444
8422
|
* @returns SetRbacRoleHierarchyResponse
|
|
@@ -7692,6 +8670,51 @@ class Client extends openapi_core_1.default {
|
|
|
7692
8670
|
let runtime = new $dara.RuntimeOptions({});
|
|
7693
8671
|
return await this.unbindAppDomainWithOptions(request, runtime);
|
|
7694
8672
|
}
|
|
8673
|
+
/**
|
|
8674
|
+
* Uninstalls an application plugin from the current user account.
|
|
8675
|
+
*
|
|
8676
|
+
* @remarks
|
|
8677
|
+
* Retrieves the configuration information of a code generation plugin.
|
|
8678
|
+
*
|
|
8679
|
+
* @param request - UninstallAppPluginRequest
|
|
8680
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
8681
|
+
* @returns UninstallAppPluginResponse
|
|
8682
|
+
*/
|
|
8683
|
+
async uninstallAppPluginWithOptions(request, runtime) {
|
|
8684
|
+
request.validate();
|
|
8685
|
+
let query = {};
|
|
8686
|
+
if (!$dara.isNull(request.pluginId)) {
|
|
8687
|
+
query["PluginId"] = request.pluginId;
|
|
8688
|
+
}
|
|
8689
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
8690
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
8691
|
+
});
|
|
8692
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
8693
|
+
action: "UninstallAppPlugin",
|
|
8694
|
+
version: "2025-04-29",
|
|
8695
|
+
protocol: "HTTPS",
|
|
8696
|
+
pathname: "/",
|
|
8697
|
+
method: "POST",
|
|
8698
|
+
authType: "AK",
|
|
8699
|
+
style: "RPC",
|
|
8700
|
+
reqBodyType: "formData",
|
|
8701
|
+
bodyType: "json",
|
|
8702
|
+
});
|
|
8703
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UninstallAppPluginResponse({}));
|
|
8704
|
+
}
|
|
8705
|
+
/**
|
|
8706
|
+
* Uninstalls an application plugin from the current user account.
|
|
8707
|
+
*
|
|
8708
|
+
* @remarks
|
|
8709
|
+
* Retrieves the configuration information of a code generation plugin.
|
|
8710
|
+
*
|
|
8711
|
+
* @param request - UninstallAppPluginRequest
|
|
8712
|
+
* @returns UninstallAppPluginResponse
|
|
8713
|
+
*/
|
|
8714
|
+
async uninstallAppPlugin(request) {
|
|
8715
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
8716
|
+
return await this.uninstallAppPluginWithOptions(request, runtime);
|
|
8717
|
+
}
|
|
7695
8718
|
/**
|
|
7696
8719
|
* Updates message content.
|
|
7697
8720
|
*
|
|
@@ -7933,6 +8956,84 @@ class Client extends openapi_core_1.default {
|
|
|
7933
8956
|
let runtime = new $dara.RuntimeOptions({});
|
|
7934
8957
|
return await this.updateAppInstanceWithOptions(request, runtime);
|
|
7935
8958
|
}
|
|
8959
|
+
/**
|
|
8960
|
+
* Updates an application plug-in.
|
|
8961
|
+
*
|
|
8962
|
+
* @remarks
|
|
8963
|
+
* Retrieves the configuration information of a code generation plug-in.
|
|
8964
|
+
*
|
|
8965
|
+
* @param request - UpdateAppPluginRequest
|
|
8966
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
8967
|
+
* @returns UpdateAppPluginResponse
|
|
8968
|
+
*/
|
|
8969
|
+
async updateAppPluginWithOptions(request, runtime) {
|
|
8970
|
+
request.validate();
|
|
8971
|
+
let query = {};
|
|
8972
|
+
if (!$dara.isNull(request.category)) {
|
|
8973
|
+
query["Category"] = request.category;
|
|
8974
|
+
}
|
|
8975
|
+
if (!$dara.isNull(request.configItems)) {
|
|
8976
|
+
query["ConfigItems"] = request.configItems;
|
|
8977
|
+
}
|
|
8978
|
+
if (!$dara.isNull(request.description)) {
|
|
8979
|
+
query["Description"] = request.description;
|
|
8980
|
+
}
|
|
8981
|
+
if (!$dara.isNull(request.extend)) {
|
|
8982
|
+
query["Extend"] = request.extend;
|
|
8983
|
+
}
|
|
8984
|
+
if (!$dara.isNull(request.hooks)) {
|
|
8985
|
+
query["Hooks"] = request.hooks;
|
|
8986
|
+
}
|
|
8987
|
+
if (!$dara.isNull(request.icon)) {
|
|
8988
|
+
query["Icon"] = request.icon;
|
|
8989
|
+
}
|
|
8990
|
+
if (!$dara.isNull(request.pluginId)) {
|
|
8991
|
+
query["PluginId"] = request.pluginId;
|
|
8992
|
+
}
|
|
8993
|
+
if (!$dara.isNull(request.pluginName)) {
|
|
8994
|
+
query["PluginName"] = request.pluginName;
|
|
8995
|
+
}
|
|
8996
|
+
if (!$dara.isNull(request.pluginVersion)) {
|
|
8997
|
+
query["PluginVersion"] = request.pluginVersion;
|
|
8998
|
+
}
|
|
8999
|
+
if (!$dara.isNull(request.skillHeader)) {
|
|
9000
|
+
query["SkillHeader"] = request.skillHeader;
|
|
9001
|
+
}
|
|
9002
|
+
if (!$dara.isNull(request.tags)) {
|
|
9003
|
+
query["Tags"] = request.tags;
|
|
9004
|
+
}
|
|
9005
|
+
if (!$dara.isNull(request.visibility)) {
|
|
9006
|
+
query["Visibility"] = request.visibility;
|
|
9007
|
+
}
|
|
9008
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
9009
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
9010
|
+
});
|
|
9011
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
9012
|
+
action: "UpdateAppPlugin",
|
|
9013
|
+
version: "2025-04-29",
|
|
9014
|
+
protocol: "HTTPS",
|
|
9015
|
+
pathname: "/",
|
|
9016
|
+
method: "POST",
|
|
9017
|
+
authType: "AK",
|
|
9018
|
+
style: "RPC",
|
|
9019
|
+
reqBodyType: "formData",
|
|
9020
|
+
bodyType: "json",
|
|
9021
|
+
});
|
|
9022
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAppPluginResponse({}));
|
|
9023
|
+
}
|
|
9024
|
+
/**
|
|
9025
|
+
* Updates an application plug-in.
|
|
9026
|
+
*
|
|
9027
|
+
* @remarks
|
|
9028
|
+
* Retrieves the configuration information of a code generation plug-in.
|
|
9029
|
+
*
|
|
9030
|
+
* @param request - UpdateAppPluginRequest
|
|
9031
|
+
* @returns UpdateAppPluginResponse
|
|
9032
|
+
*/
|
|
9033
|
+
async updateAppPlugin(request) {
|
|
9034
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
9035
|
+
return await this.updateAppPluginWithOptions(request, runtime);
|
|
9036
|
+
}
|
|
7936
9037
|
/**
|
|
7937
9038
|
* Updates the SEO index status.
|
|
7938
9039
|
*
|
|
@@ -8144,10 +9245,61 @@ class Client extends openapi_core_1.default {
|
|
|
8144
9245
|
return await this.updateMiniAppBindingWithOptions(request, runtime);
|
|
8145
9246
|
}
|
|
8146
9247
|
/**
|
|
8147
|
-
*
|
|
9248
|
+
* Updates an organizational unit.
|
|
8148
9249
|
*
|
|
8149
9250
|
* @remarks
|
|
8150
|
-
*
|
|
9251
|
+
* Retrieves the configuration information of the code generation plug-in.
|
|
9252
|
+
*
|
|
9253
|
+
* @param request - UpdateRbacOrgUnitRequest
|
|
9254
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
9255
|
+
* @returns UpdateRbacOrgUnitResponse
|
|
9256
|
+
*/
|
|
9257
|
+
async updateRbacOrgUnitWithOptions(request, runtime) {
|
|
9258
|
+
request.validate();
|
|
9259
|
+
let query = {};
|
|
9260
|
+
if (!$dara.isNull(request.bizId)) {
|
|
9261
|
+
query["BizId"] = request.bizId;
|
|
9262
|
+
}
|
|
9263
|
+
if (!$dara.isNull(request.orgUnitData)) {
|
|
9264
|
+
query["OrgUnitData"] = request.orgUnitData;
|
|
9265
|
+
}
|
|
9266
|
+
if (!$dara.isNull(request.orgUnitId)) {
|
|
9267
|
+
query["OrgUnitId"] = request.orgUnitId;
|
|
9268
|
+
}
|
|
9269
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
9270
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
9271
|
+
});
|
|
9272
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
9273
|
+
action: "UpdateRbacOrgUnit",
|
|
9274
|
+
version: "2025-04-29",
|
|
9275
|
+
protocol: "HTTPS",
|
|
9276
|
+
pathname: "/",
|
|
9277
|
+
method: "POST",
|
|
9278
|
+
authType: "AK",
|
|
9279
|
+
style: "RPC",
|
|
9280
|
+
reqBodyType: "formData",
|
|
9281
|
+
bodyType: "json",
|
|
9282
|
+
});
|
|
9283
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateRbacOrgUnitResponse({}));
|
|
9284
|
+
}
|
|
9285
|
+
/**
|
|
9286
|
+
* Updates an organizational unit.
|
|
9287
|
+
*
|
|
9288
|
+
* @remarks
|
|
9289
|
+
* Retrieves the configuration information of the code generation plug-in.
|
|
9290
|
+
*
|
|
9291
|
+
* @param request - UpdateRbacOrgUnitRequest
|
|
9292
|
+
* @returns UpdateRbacOrgUnitResponse
|
|
9293
|
+
*/
|
|
9294
|
+
async updateRbacOrgUnit(request) {
|
|
9295
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
9296
|
+
return await this.updateRbacOrgUnitWithOptions(request, runtime);
|
|
9297
|
+
}
|
|
9298
|
+
/**
|
|
9299
|
+
* Updates an RBAC role.
|
|
9300
|
+
*
|
|
9301
|
+
* @remarks
|
|
9302
|
+
* Retrieves the configuration information of the code generation plug-in.
|
|
8151
9303
|
*
|
|
8152
9304
|
* @param request - UpdateRbacRoleRequest
|
|
8153
9305
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8182,10 +9334,10 @@ class Client extends openapi_core_1.default {
|
|
|
8182
9334
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateRbacRoleResponse({}));
|
|
8183
9335
|
}
|
|
8184
9336
|
/**
|
|
8185
|
-
*
|
|
9337
|
+
* Updates an RBAC role.
|
|
8186
9338
|
*
|
|
8187
9339
|
* @remarks
|
|
8188
|
-
*
|
|
9340
|
+
* Retrieves the configuration information of the code generation plug-in.
|
|
8189
9341
|
*
|
|
8190
9342
|
* @param request - UpdateRbacRoleRequest
|
|
8191
9343
|
* @returns UpdateRbacRoleResponse
|
|
@@ -8194,6 +9346,69 @@ class Client extends openapi_core_1.default {
|
|
|
8194
9346
|
let runtime = new $dara.RuntimeOptions({});
|
|
8195
9347
|
return await this.updateRbacRoleWithOptions(request, runtime);
|
|
8196
9348
|
}
|
|
9349
|
+
/**
|
|
9350
|
+
* Uploads a new version of an application plug-in.
|
|
9351
|
+
*
|
|
9352
|
+
* @remarks
|
|
9353
|
+
* Retrieves the code generation plug-in configuration information.
|
|
9354
|
+
*
|
|
9355
|
+
* @param request - UploadAppPluginVersionRequest
|
|
9356
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
9357
|
+
* @returns UploadAppPluginVersionResponse
|
|
9358
|
+
*/
|
|
9359
|
+
async uploadAppPluginVersionWithOptions(request, runtime) {
|
|
9360
|
+
request.validate();
|
|
9361
|
+
let query = {};
|
|
9362
|
+
if (!$dara.isNull(request.changelog)) {
|
|
9363
|
+
query["Changelog"] = request.changelog;
|
|
9364
|
+
}
|
|
9365
|
+
if (!$dara.isNull(request.description)) {
|
|
9366
|
+
query["Description"] = request.description;
|
|
9367
|
+
}
|
|
9368
|
+
if (!$dara.isNull(request.downloadUrl)) {
|
|
9369
|
+
query["DownloadUrl"] = request.downloadUrl;
|
|
9370
|
+
}
|
|
9371
|
+
if (!$dara.isNull(request.extend)) {
|
|
9372
|
+
query["Extend"] = request.extend;
|
|
9373
|
+
}
|
|
9374
|
+
if (!$dara.isNull(request.ossKey)) {
|
|
9375
|
+
query["OssKey"] = request.ossKey;
|
|
9376
|
+
}
|
|
9377
|
+
if (!$dara.isNull(request.pluginId)) {
|
|
9378
|
+
query["PluginId"] = request.pluginId;
|
|
9379
|
+
}
|
|
9380
|
+
if (!$dara.isNull(request.pluginVersion)) {
|
|
9381
|
+
query["PluginVersion"] = request.pluginVersion;
|
|
9382
|
+
}
|
|
9383
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
9384
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
9385
|
+
});
|
|
9386
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
9387
|
+
action: "UploadAppPluginVersion",
|
|
9388
|
+
version: "2025-04-29",
|
|
9389
|
+
protocol: "HTTPS",
|
|
9390
|
+
pathname: "/",
|
|
9391
|
+
method: "POST",
|
|
9392
|
+
authType: "AK",
|
|
9393
|
+
style: "RPC",
|
|
9394
|
+
reqBodyType: "formData",
|
|
9395
|
+
bodyType: "json",
|
|
9396
|
+
});
|
|
9397
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UploadAppPluginVersionResponse({}));
|
|
9398
|
+
}
|
|
9399
|
+
/**
|
|
9400
|
+
* Uploads a new version of an application plug-in.
|
|
9401
|
+
*
|
|
9402
|
+
* @remarks
|
|
9403
|
+
* Retrieves the code generation plug-in configuration information.
|
|
9404
|
+
*
|
|
9405
|
+
* @param request - UploadAppPluginVersionRequest
|
|
9406
|
+
* @returns UploadAppPluginVersionResponse
|
|
9407
|
+
*/
|
|
9408
|
+
async uploadAppPluginVersion(request) {
|
|
9409
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
9410
|
+
return await this.uploadAppPluginVersionWithOptions(request, runtime);
|
|
9411
|
+
}
|
|
8197
9412
|
/**
|
|
8198
9413
|
* Uploads a file to the root directory of a site.
|
|
8199
9414
|
*
|