Get account variable usage
Gets account workflows
Adds a link to an application
Adds a link to an infra
Adds a link to a workspace
Add stack to workspace. This fn is only used for permission purposes.
Gets all connection interfaces from a workspace
Gets all embedded links from an application
Gets all embedded links from a workspace
Gets all shared infra in a Workspace
Gets an application
Get available connection interface for an application by connection interface slug
Gets the dependencies of an application
Gets the detail of an application. This fn is only used for permission purposes.
Gets all applications in a Workspace
Checks the availability of a connection interface slug.
Gets a connection interface from a workspace
Create account variable
Creates an embedded link in an application
Creates an embedded link in a workspace
Creates an environment
Creates a workspace
Delete account variable
Removes account workflow
Deletes an application. This fn is only used for permission purposes.
Removes a connection interface
Removes connection interface attributes by environment
Deletes an embedded link from an application
Deletes an embedded link from a workspace
Deletes an infra. This fn is only used for permission purposes.
Deletes a workspace . This fn is only used for permission purposes.
Gets an embedded link from an application
Gets embedded link by id
Gets environment by Id
Gets all environments
Get an account variable by name
Get all workspaces without stack version and favorites filter
Get a workspace variable by name
Gets the detail of an infra. This fn is only used for permission purposes.
Gets application link
Gets shared infra link
Gets shared infra links
List account context inputs for a plugin or action in a stack. This fn is only used for permission purposes.
List workspace context inputs for a plugin or action in a stack. This fn is only used for permission purposes.
Deletes a link from an application
Deletes a link from an infra
Deletes a link from a workspace
Removes a stack from a workspace. This fn is only used for permission purposes.
Save workspace context inputs for a plugin or action in the account. This fn is only used for permission purposes.
Save workspace context inputs for a plugin or action in a stack. This fn is only used for permission purposes.
Gets a shared infra
Gets the dependencies of a shared infra
Gets a stack in a workspace . This fn is only used for permission purposes.
Gets stacks in a workspace. This fn is only used for permission purposes.
Gets workflows from a stack
Update account variable
Updates all embedded links in an application
Updates all embedded links from a workspace
Updates an application
Updates the attributes of a connection interface
Updates the visibility of a connection interface
Updates an embedded link in an application
Updates an embedded link from a workspace
Updates environment data
Updates a shared infra
Updates a link from an application
Updates a link from an infra
Updates application links visibility
Updates infra links visibility
Updates a workspace
Updates workspace variable based on existing account variable
Gets a workflow by stack id
Gets a workspace
Get available connection interface for a workspace by connection interface slug
Gets all workspaces
Get workspaces within user permission
Find all workspace variables
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.
Find all account variables