• List plugins version

    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

    Returns Promise<PluginVersionResponse[]>