WhiteWalker72Original post
Rank 2: Process
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?
Summary
The user is asking about the lack of label permissions in the Node.js SDK. Another user suggests checking a GitHub pull request (link provided) that fixes a bug related to this issue. The user mentions that the latest version of the SDK (11.0.0) still does not have the label function exported in the index.d.ts file. The user asks for the version of the SDK the other user has. The original user mentions that they can only find certain functions in the SDK, and asks if they are missing something.
Solution: It is implied that the issue has been solved in a pull request on GitHub, but it has