Gets Action by Slug and Studio
Gets Action by Action Version Id
Gets the inputs of a specific Action. This fn is only used for permission purposes.
Gets list of Actions V1
Get Actions from Stack
Get list of Actions in Stack
Gets list of Actions V2
Gets action versions by ids
Get Action Version range by Action Slug
Gets all Versions of Action
Add Action to Plugin Version
Add Action to Stack Version
Adds a link in a stack
Adds a workflow from a stack version
Adds a workspace to a studio
Gets all stack version by a list of ids
Gets list of Application using the plugin
Gets workflow doc
Changes studio visibility
Gets connection interface types
Creates a studio
Delete Action Version
Adds a link in a stack
Delete a Plugin version of type draft or unpublish
Delete a stack version of type draft or unpublish
Deletes a studio
Deprecate Action Version
Deprecate a plugin version
Deprecate a stack version
Gets content deprecation reasons
Download Action Version
View all stacks by account
View all stacks V3 by account
Gets a stack from a stack version id
Gets list of Infrastructure using the plugin
Gets links in a stack
List most used stack versions
Gets plugins from a stack version
Gets list of Plugin that requires the plugin
Get usage summary of plugin
Gets a list of plugin versions from list of ids.
Gets list of PluginVersions not used by any Content
Gets list of PluginVersions used by Applications
Gets list of PluginVersions used by Infrastructure
Gets list of PluginVersions used by Plugin
Gets list of PluginVersions used by Stack
Gets list of PluginVersions used by Starter
Get Plugin Version Usage Summary
Remove Action Version from Plugin
Remove Action Version from Stack
Removes a workflow from a stack version
Removes a given workspace from a studio
Gets stacks from a given studio
Gets list of Stacks using the plugin
Gets usage summary of stack
Gets list of StackVersions not used by any Content
Get Stack Version Usage Summary
Gets list StackVersions used by Workspace
Gets all starters from a stack version id
Gets list of Starter using the plugin
Gets a studio
Gets all studios
Gets all studios
Gets all studios
Gets studio tabs
Updates a studio
Updates studio tabs
Gets a workflow by slug
Gets workflow doc
Gets workflows of a stack version
Gets workflows from a given studio
Gets all the versions of a workflow
Gets all workspaces associated with a given studio
Gets list of Workspaces using the Stack
ProtectedbuildProtectedcreateCreates a function that checks the permission for a request generated by an oazapfts function.
This is intended to help creating a manual operation.
the function generated by oazapfts.
a function that receives the variables of fn (if any) and returns a promise that resolves to true if the request is allowed
and false otherwise.
ProtectedcreateCreates a function that runs a oazapfts function with an abort signal.
This is intended to help creating a manual operation.
a function that receives a signal and the variables of fn (if any) and returns the same as fn.
ProtectedfetchMakes a request (same signature as globalThis.fetch). This request will prepend the base url to the url and, if there's an active
session, include authentication headers.
the url or request object.
Optionalinit: RequestInitthe fetch options.
a promise with the Response.
ProtectedinfiniteBuilds a query manually by using a configuration object.
the configuration object containing the name, a request function and a permission function.
Builds a query manually by using a configuration object.
the configuration object containing the name and a request function.
Builds a query automatically by using a function generated by oazapfts.
the oazapfts function.
the configuration for the infinite query.
Builds a query automatically by using a function generated by oazapfts with the variables page and size.
the oazapfts function that returns an array.
Optionaloptions: Partial<InfiniteQueryOptions<Variables, Result, PageParamName, Accumulator>>optional configuration for the infinite query. By default, it will use the variables page and size of the function passed in the first parameter.
Builds a query automatically by using a function generated by oazapfts in which the variables pageParamName is a string
which can be used for dynamic indexing.
the oazapfts function that returns an array.
optional configuration for the infinite query. By default, it will use the variables page and size of the function passed in the first parameter.
ProtectedisProtectedmutationBuilds a mutation manually by using a configuration object.
Builds a mutation manually by using a configuration object.
Builds a mutation automatically by using a function generated by oazapfts.
ProtectedqueryBuilds a query manually by using a configuration object.
Builds a query manually by using a configuration object.
Builds a query automatically by using a function generated by oazapfts.
ProtectedrequestVerifies if the current user is allowed to send the given request.
the request's method.
the path to the resource.
Optionalbody: string | objectthe request's body.
a promise that resolves to true if it's allowed or false otherwise.
ProtectedresolveURLProtectedstreamReads an EventSource from the endpoint. Differently than the original specification, this allows common HTTP requests with method and body to be made.
the url or request object.
Optionalinit: RequestInitthe fetch options.
a promise with a FetchEventStream, which is an AsyncGenerator.
StaticsetupSets up all network clients. Must be called before attempting to make any request.
An object with functions capable of checking, retrieving and ending the current session.
The environment to send the requests to.
Gets all account workflows