@lcap/asl
Version:
NetEase Application Specific Language
265 lines (264 loc) • 8.46 kB
TypeScript
declare namespace _default {
namespace login {
namespace url {
export const method: string;
export { path };
export namespace query {
export const Action: string;
export { Version };
}
}
}
namespace getResources {
export namespace url_1 {
const method_1: string;
export { method_1 as method };
export { path };
export namespace query_1 {
const Action_1: string;
export { Action_1 as Action };
export { Version };
}
export { query_1 as query };
}
export { url_1 as url };
}
namespace createResources {
export namespace url_2 {
const method_2: string;
export { method_2 as method };
export { path };
export namespace query_2 {
const Action_2: string;
export { Action_2 as Action };
export { Version };
}
export { query_2 as query };
}
export { url_2 as url };
}
namespace editResources {
export namespace url_3 {
const method_3: string;
export { method_3 as method };
export { path };
export namespace query_3 {
const Action_3: string;
export { Action_3 as Action };
export { Version };
}
export { query_3 as query };
}
export { url_3 as url };
}
namespace deleteResources {
export namespace url_4 {
const method_4: string;
export { method_4 as method };
export { path };
export namespace query_4 {
const Action_4: string;
export { Action_4 as Action };
export { Version };
}
export { query_4 as query };
}
export { url_4 as url };
}
namespace getPermissionDetail {
export namespace url_5 {
const method_5: string;
export { method_5 as method };
export { path };
export namespace query_5 {
const Action_5: string;
export { Action_5 as Action };
export { Version };
}
export { query_5 as query };
}
export { url_5 as url };
}
namespace attachPermissionResourceAction {
export namespace url_6 {
const method_6: string;
export { method_6 as method };
export { path };
export namespace query_6 {
const Action_6: string;
export { Action_6 as Action };
export { Version };
}
export { query_6 as query };
}
export { url_6 as url };
}
namespace detachPermissionResourceAction {
export namespace url_7 {
const method_7: string;
export { method_7 as method };
export { path };
export namespace query_7 {
const Action_7: string;
export { Action_7 as Action };
export { Version };
}
export { query_7 as query };
}
export { url_7 as url };
}
namespace getRoles {
export namespace url_8 {
const method_8: string;
export { method_8 as method };
export { path };
export namespace query_8 {
const Action_8: string;
export { Action_8 as Action };
export { Version };
export const Limit: number;
export const Offset: number;
}
export { query_8 as query };
}
export { url_8 as url };
}
namespace createRole {
export namespace url_9 {
const method_9: string;
export { method_9 as method };
export { path };
export namespace query_9 {
const Action_9: string;
export { Action_9 as Action };
export { Version };
}
export { query_9 as query };
}
export { url_9 as url };
}
namespace createPermission {
export namespace url_10 {
const method_10: string;
export { method_10 as method };
export { path };
export namespace query_10 {
const Action_10: string;
export { Action_10 as Action };
export { Version };
}
export { query_10 as query };
}
export { url_10 as url };
}
namespace bindRolesAndPermissions {
export namespace url_11 {
const method_11: string;
export { method_11 as method };
export { path };
export namespace query_11 {
const Action_11: string;
export { Action_11 as Action };
export { Version };
}
export { query_11 as query };
}
export { url_11 as url };
}
namespace getPermissionsForRole {
export namespace url_12 {
const method_12: string;
export { method_12 as method };
export { path };
export namespace query_12 {
const Action_12: string;
export { Action_12 as Action };
export { Version };
}
export { query_12 as query };
}
export { url_12 as url };
}
namespace getPermissions {
export namespace url_13 {
const method_13: string;
export { method_13 as method };
export { path };
export namespace query_13 {
const Action_13: string;
export { Action_13 as Action };
export { Version };
}
export { query_13 as query };
}
export { url_13 as url };
}
namespace getPermissionResources {
export namespace url_14 {
const method_14: string;
export { method_14 as method };
export { path };
export namespace query_14 {
const Action_14: string;
export { Action_14 as Action };
export { Version };
}
export { query_14 as query };
}
export { url_14 as url };
}
namespace getUserList {
export namespace url_15 {
const method_15: string;
export { method_15 as method };
export { path };
export namespace query_15 {
const Action_15: string;
export { Action_15 as Action };
export { Version };
const Limit_1: number;
export { Limit_1 as Limit };
const Offset_1: number;
export { Offset_1 as Offset };
}
export { query_15 as query };
}
export { url_15 as url };
}
namespace getUserListInDomain {
export namespace url_16 {
const method_16: string;
export { method_16 as method };
export { path };
export namespace query_16 {
const Action_16: string;
export { Action_16 as Action };
export { Version };
const Limit_2: number;
export { Limit_2 as Limit };
const Offset_2: number;
export { Offset_2 as Offset };
export const UserName: string;
}
export { query_16 as query };
}
export { url_16 as url };
}
namespace getOrganizations {
export namespace url_17 {
const method_17: string;
export { method_17 as method };
export { path };
export namespace query_17 {
const Action_17: string;
export { Action_17 as Action };
export { Version };
}
export { query_17 as query };
}
export { url_17 as url };
}
}
export default _default;
declare const path: "/proxy/nuims/gateway/nuims/nuims";
declare const Version: "2020-06-01";