- listPlugins1(
__namedParameters: {
$type?: "INFRA" | "APP";
accountOnly?: boolean;
filter?: string;
name?: string;
pluginVersionId?: string;
starterType?: "INFRA" | "APP";
status?: (
| "PENDING_APPROVAL"
| "PENDING_CREATOR_UPDATE"
| "PUBLICATION_APPROVED"
| "PUBLICATION_DECLINED"
)[];
studioSlug?: string;
technologies?: string[];
xWorkspaceId?: string;
},
opts?: RequestOpts,
): Promise<PluginVersionResponse[]> Parameters
- __namedParameters: {
$type?: "INFRA" | "APP";
accountOnly?: boolean;
filter?: string;
name?: string;
pluginVersionId?: string;
starterType?: "INFRA" | "APP";
status?: (
| "PENDING_APPROVAL"
| "PENDING_CREATOR_UPDATE"
| "PUBLICATION_APPROVED"
| "PUBLICATION_DECLINED"
)[];
studioSlug?: string;
technologies?: string[];
xWorkspaceId?: string;
} Optionalopts: RequestOpts
List plugins version