@daocloud-proto/kant
Advanced tools
Comparing version 0.3.0-alpha3 to 0.3.0-alpha4
{ | ||
"name":"@daocloud-proto/kant", | ||
"version":"0.3.0-alpha3", | ||
"version":"0.3.0-alpha4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,2 +6,25 @@ /* eslint-disable */ | ||
*/ | ||
export enum PermissionCode { | ||
kant_edgeunit_get = "kant_edgeunit_get", | ||
kant_edgeunit_create = "kant_edgeunit_create", | ||
kant_edgeunit_update = "kant_edgeunit_update", | ||
kant_edgeunit_delete = "kant_edgeunit_delete", | ||
kant_edgenode_get = "kant_edgenode_get", | ||
kant_edgenode_create = "kant_edgenode_create", | ||
kant_edgenode_update = "kant_edgenode_update", | ||
kant_edgenode_delete = "kant_edgenode_delete", | ||
kant_edgerouter_get = "kant_edgerouter_get", | ||
kant_edgerouter_create = "kant_edgerouter_create", | ||
kant_edgerouter_delete = "kant_edgerouter_delete", | ||
kant_edgeapp_get = "kant_edgeapp_get", | ||
kant_edgeapp_create = "kant_edgeapp_create", | ||
kant_edgeapp_update = "kant_edgeapp_update", | ||
kant_edgeapp_delete = "kant_edgeapp_delete", | ||
kant_edgedevice_get = "kant_edgedevice_get", | ||
kant_edgedevice_create = "kant_edgedevice_create", | ||
kant_edgedevice_update = "kant_edgedevice_update", | ||
kant_edgedevice_delete = "kant_edgedevice_delete", | ||
} | ||
export type ConstsResponse = { | ||
@@ -21,3 +44,3 @@ defaultKubeEdgeImageRepo?: string | ||
admin?: boolean | ||
permissions?: string[] | ||
permissions?: PermissionCode[] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
153167
4883