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
- Account Status
Hello! I'm a student and am in the GitHub Student Organization, and according to GitHub, I am recieving pro membership via the Student Dev Pack. However, when I...
- Refund Request - Just purchased 2 mins a...
Hello Appwrite Team! I am a student and like 2 minutes ago I purchased Appwrite Pro ($15) because I had reached a limit on the number of attributes in a collect...
- Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't gene...