In the docs I read about label permissions but in the SDK I can only find these:
export class Role {
static any(): string;
static user(id: string, status?: string): string;
static users(status?: string): string;
static guests(): string;
static team(id: string, role?: string): string;
static member(id: string): string;
}
Am I missing something?
What version of the node SDK do you have?
Latest version (11.0.0). I looked more into the library and I can see that the role.js file does have label as a function but the index.d.ts file does not export it
Oooh yes that is a bug that was fixed recently but we still need to deploy it
Ah I see, thank you π
[SOLVED] No label permissions in Node.js SDK?
Recommended threads
- Self-Hosted and Multi Region support
Hey Appwrite Team, As a test and to expand self-hosted capabilities even more, i was thinking of understanding and testing how to deploy a multi-region instanc...
- Urgent Help
Hello Appwrite team, I urgently need your help. I am the founder of OnBuch, an EdTech application used by around 10,000 users in Cameroon. In the last two day...
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...