windmill_api

package
v1.136.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package windmill_api provides primitives to interact with the openapi HTTP API.

Code generated by github.com/deepmap/oapi-codegen version v1.11.0 DO NOT EDIT.

Index

Constants

View Source
const (
	BearerAuthScopes = "bearerAuth.Scopes"
	CookieAuthScopes = "cookieAuth.Scopes"
)

Variables

This section is empty.

Functions

func NewAcceptInviteRequest

func NewAcceptInviteRequest(server string, body AcceptInviteJSONRequestBody) (*http.Request, error)

NewAcceptInviteRequest calls the generic AcceptInvite builder with application/json body

func NewAcceptInviteRequestWithBody

func NewAcceptInviteRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAcceptInviteRequestWithBody generates requests for AcceptInvite with any type of body

func NewAddGranularAclsRequest

func NewAddGranularAclsRequest(server string, workspace WorkspaceId, kind AddGranularAclsParamsKind, path Path, body AddGranularAclsJSONRequestBody) (*http.Request, error)

NewAddGranularAclsRequest calls the generic AddGranularAcls builder with application/json body

func NewAddGranularAclsRequestWithBody

func NewAddGranularAclsRequestWithBody(server string, workspace WorkspaceId, kind AddGranularAclsParamsKind, path Path, contentType string, body io.Reader) (*http.Request, error)

NewAddGranularAclsRequestWithBody generates requests for AddGranularAcls with any type of body

func NewAddOwnerToFolderRequest added in v1.56.0

func NewAddOwnerToFolderRequest(server string, workspace WorkspaceId, name Name, body AddOwnerToFolderJSONRequestBody) (*http.Request, error)

NewAddOwnerToFolderRequest calls the generic AddOwnerToFolder builder with application/json body

func NewAddOwnerToFolderRequestWithBody added in v1.56.0

func NewAddOwnerToFolderRequestWithBody(server string, workspace WorkspaceId, name Name, contentType string, body io.Reader) (*http.Request, error)

NewAddOwnerToFolderRequestWithBody generates requests for AddOwnerToFolder with any type of body

func NewAddUserRequest added in v1.60.0

func NewAddUserRequest(server string, workspace WorkspaceId, body AddUserJSONRequestBody) (*http.Request, error)

NewAddUserRequest calls the generic AddUser builder with application/json body

func NewAddUserRequestWithBody added in v1.60.0

func NewAddUserRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewAddUserRequestWithBody generates requests for AddUser with any type of body

func NewAddUserToGroupRequest

func NewAddUserToGroupRequest(server string, workspace WorkspaceId, name Name, body AddUserToGroupJSONRequestBody) (*http.Request, error)

NewAddUserToGroupRequest calls the generic AddUserToGroup builder with application/json body

func NewAddUserToGroupRequestWithBody

func NewAddUserToGroupRequestWithBody(server string, workspace WorkspaceId, name Name, contentType string, body io.Reader) (*http.Request, error)

NewAddUserToGroupRequestWithBody generates requests for AddUserToGroup with any type of body

func NewArchiveFlowByPathRequest

func NewArchiveFlowByPathRequest(server string, workspace WorkspaceId, path ScriptPath, body ArchiveFlowByPathJSONRequestBody) (*http.Request, error)

NewArchiveFlowByPathRequest calls the generic ArchiveFlowByPath builder with application/json body

func NewArchiveFlowByPathRequestWithBody added in v1.88.0

func NewArchiveFlowByPathRequestWithBody(server string, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader) (*http.Request, error)

NewArchiveFlowByPathRequestWithBody generates requests for ArchiveFlowByPath with any type of body

func NewArchiveScriptByHashRequest

func NewArchiveScriptByHashRequest(server string, workspace WorkspaceId, hash ScriptHash) (*http.Request, error)

NewArchiveScriptByHashRequest generates requests for ArchiveScriptByHash

func NewArchiveScriptByPathRequest

func NewArchiveScriptByPathRequest(server string, workspace WorkspaceId, path ScriptPath) (*http.Request, error)

NewArchiveScriptByPathRequest generates requests for ArchiveScriptByPath

func NewArchiveWorkspaceRequest added in v1.58.0

func NewArchiveWorkspaceRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewArchiveWorkspaceRequest generates requests for ArchiveWorkspace

func NewBackendUptodateRequest added in v1.120.0

func NewBackendUptodateRequest(server string) (*http.Request, error)

NewBackendUptodateRequest generates requests for BackendUptodate

func NewBackendVersionRequest

func NewBackendVersionRequest(server string) (*http.Request, error)

NewBackendVersionRequest generates requests for BackendVersion

func NewCancelQueuedJobRequest

func NewCancelQueuedJobRequest(server string, workspace WorkspaceId, id JobId, body CancelQueuedJobJSONRequestBody) (*http.Request, error)

NewCancelQueuedJobRequest calls the generic CancelQueuedJob builder with application/json body

func NewCancelQueuedJobRequestWithBody

func NewCancelQueuedJobRequestWithBody(server string, workspace WorkspaceId, id JobId, contentType string, body io.Reader) (*http.Request, error)

NewCancelQueuedJobRequestWithBody generates requests for CancelQueuedJob with any type of body

func NewCancelSuspendedJobGetRequest

func NewCancelSuspendedJobGetRequest(server string, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobGetParams) (*http.Request, error)

NewCancelSuspendedJobGetRequest generates requests for CancelSuspendedJobGet

func NewCancelSuspendedJobPostRequest

func NewCancelSuspendedJobPostRequest(server string, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobPostParams, body CancelSuspendedJobPostJSONRequestBody) (*http.Request, error)

NewCancelSuspendedJobPostRequest calls the generic CancelSuspendedJobPost builder with application/json body

func NewCancelSuspendedJobPostRequestWithBody

func NewCancelSuspendedJobPostRequestWithBody(server string, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobPostParams, contentType string, body io.Reader) (*http.Request, error)

NewCancelSuspendedJobPostRequestWithBody generates requests for CancelSuspendedJobPost with any type of body

func NewConnectCallbackRequest

func NewConnectCallbackRequest(server string, clientName ClientName, body ConnectCallbackJSONRequestBody) (*http.Request, error)

NewConnectCallbackRequest calls the generic ConnectCallback builder with application/json body

func NewConnectCallbackRequestWithBody

func NewConnectCallbackRequestWithBody(server string, clientName ClientName, contentType string, body io.Reader) (*http.Request, error)

NewConnectCallbackRequestWithBody generates requests for ConnectCallback with any type of body

func NewConnectSlackCallbackRequest

func NewConnectSlackCallbackRequest(server string, workspace WorkspaceId, body ConnectSlackCallbackJSONRequestBody) (*http.Request, error)

NewConnectSlackCallbackRequest calls the generic ConnectSlackCallback builder with application/json body

func NewConnectSlackCallbackRequestWithBody

func NewConnectSlackCallbackRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewConnectSlackCallbackRequestWithBody generates requests for ConnectSlackCallback with any type of body

func NewCreateAccountRequest

func NewCreateAccountRequest(server string, workspace WorkspaceId, body CreateAccountJSONRequestBody) (*http.Request, error)

NewCreateAccountRequest calls the generic CreateAccount builder with application/json body

func NewCreateAccountRequestWithBody

func NewCreateAccountRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewCreateAccountRequestWithBody generates requests for CreateAccount with any type of body

func NewCreateAppRequest added in v1.46.1

func NewCreateAppRequest(server string, workspace WorkspaceId, body CreateAppJSONRequestBody) (*http.Request, error)

NewCreateAppRequest calls the generic CreateApp builder with application/json body

func NewCreateAppRequestWithBody added in v1.46.1

func NewCreateAppRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewCreateAppRequestWithBody generates requests for CreateApp with any type of body

func NewCreateCaptureRequest added in v1.43.0

func NewCreateCaptureRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewCreateCaptureRequest generates requests for CreateCapture

func NewCreateDraftRequest added in v1.92.2

func NewCreateDraftRequest(server string, workspace WorkspaceId, body CreateDraftJSONRequestBody) (*http.Request, error)

NewCreateDraftRequest calls the generic CreateDraft builder with application/json body

func NewCreateDraftRequestWithBody added in v1.92.2

func NewCreateDraftRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewCreateDraftRequestWithBody generates requests for CreateDraft with any type of body

func NewCreateFlowRequest

func NewCreateFlowRequest(server string, workspace WorkspaceId, body CreateFlowJSONRequestBody) (*http.Request, error)

NewCreateFlowRequest calls the generic CreateFlow builder with application/json body

func NewCreateFlowRequestWithBody

func NewCreateFlowRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewCreateFlowRequestWithBody generates requests for CreateFlow with any type of body

func NewCreateFolderRequest added in v1.56.0

func NewCreateFolderRequest(server string, workspace WorkspaceId, body CreateFolderJSONRequestBody) (*http.Request, error)

NewCreateFolderRequest calls the generic CreateFolder builder with application/json body

func NewCreateFolderRequestWithBody added in v1.56.0

func NewCreateFolderRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewCreateFolderRequestWithBody generates requests for CreateFolder with any type of body

func NewCreateGroupRequest

func NewCreateGroupRequest(server string, workspace WorkspaceId, body CreateGroupJSONRequestBody) (*http.Request, error)

NewCreateGroupRequest calls the generic CreateGroup builder with application/json body

func NewCreateGroupRequestWithBody

func NewCreateGroupRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewCreateGroupRequestWithBody generates requests for CreateGroup with any type of body

func NewCreateInputRequest added in v1.88.0

func NewCreateInputRequest(server string, workspace WorkspaceId, params *CreateInputParams, body CreateInputJSONRequestBody) (*http.Request, error)

NewCreateInputRequest calls the generic CreateInput builder with application/json body

func NewCreateInputRequestWithBody added in v1.88.0

func NewCreateInputRequestWithBody(server string, workspace WorkspaceId, params *CreateInputParams, contentType string, body io.Reader) (*http.Request, error)

NewCreateInputRequestWithBody generates requests for CreateInput with any type of body

func NewCreateJobSignatureRequest

func NewCreateJobSignatureRequest(server string, workspace WorkspaceId, id JobId, resumeId int, params *CreateJobSignatureParams) (*http.Request, error)

NewCreateJobSignatureRequest generates requests for CreateJobSignature

func NewCreateRawAppRequest added in v1.96.0

func NewCreateRawAppRequest(server string, workspace WorkspaceId, body CreateRawAppJSONRequestBody) (*http.Request, error)

NewCreateRawAppRequest calls the generic CreateRawApp builder with application/json body

func NewCreateRawAppRequestWithBody added in v1.96.0

func NewCreateRawAppRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewCreateRawAppRequestWithBody generates requests for CreateRawApp with any type of body

func NewCreateResourceRequest

func NewCreateResourceRequest(server string, workspace WorkspaceId, params *CreateResourceParams, body CreateResourceJSONRequestBody) (*http.Request, error)

NewCreateResourceRequest calls the generic CreateResource builder with application/json body

func NewCreateResourceRequestWithBody

func NewCreateResourceRequestWithBody(server string, workspace WorkspaceId, params *CreateResourceParams, contentType string, body io.Reader) (*http.Request, error)

NewCreateResourceRequestWithBody generates requests for CreateResource with any type of body

func NewCreateResourceTypeRequest

func NewCreateResourceTypeRequest(server string, workspace WorkspaceId, body CreateResourceTypeJSONRequestBody) (*http.Request, error)

NewCreateResourceTypeRequest calls the generic CreateResourceType builder with application/json body

func NewCreateResourceTypeRequestWithBody

func NewCreateResourceTypeRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewCreateResourceTypeRequestWithBody generates requests for CreateResourceType with any type of body

func NewCreateScheduleRequest

func NewCreateScheduleRequest(server string, workspace WorkspaceId, body CreateScheduleJSONRequestBody) (*http.Request, error)

NewCreateScheduleRequest calls the generic CreateSchedule builder with application/json body

func NewCreateScheduleRequestWithBody

func NewCreateScheduleRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewCreateScheduleRequestWithBody generates requests for CreateSchedule with any type of body

func NewCreateScriptRequest

func NewCreateScriptRequest(server string, workspace WorkspaceId, body CreateScriptJSONRequestBody) (*http.Request, error)

NewCreateScriptRequest calls the generic CreateScript builder with application/json body

func NewCreateScriptRequestWithBody

func NewCreateScriptRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewCreateScriptRequestWithBody generates requests for CreateScript with any type of body

func NewCreateTokenImpersonateRequest added in v1.86.0

func NewCreateTokenImpersonateRequest(server string, body CreateTokenImpersonateJSONRequestBody) (*http.Request, error)

NewCreateTokenImpersonateRequest calls the generic CreateTokenImpersonate builder with application/json body

func NewCreateTokenImpersonateRequestWithBody added in v1.86.0

func NewCreateTokenImpersonateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateTokenImpersonateRequestWithBody generates requests for CreateTokenImpersonate with any type of body

func NewCreateTokenRequest

func NewCreateTokenRequest(server string, body CreateTokenJSONRequestBody) (*http.Request, error)

NewCreateTokenRequest calls the generic CreateToken builder with application/json body

func NewCreateTokenRequestWithBody

func NewCreateTokenRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateTokenRequestWithBody generates requests for CreateToken with any type of body

func NewCreateUserGloballyRequest

func NewCreateUserGloballyRequest(server string, body CreateUserGloballyJSONRequestBody) (*http.Request, error)

NewCreateUserGloballyRequest calls the generic CreateUserGlobally builder with application/json body

func NewCreateUserGloballyRequestWithBody

func NewCreateUserGloballyRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateUserGloballyRequestWithBody generates requests for CreateUserGlobally with any type of body

func NewCreateUserRequest

func NewCreateUserRequest(server string, workspace WorkspaceId, body CreateUserJSONRequestBody) (*http.Request, error)

NewCreateUserRequest calls the generic CreateUser builder with application/json body

func NewCreateUserRequestWithBody

func NewCreateUserRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewCreateUserRequestWithBody generates requests for CreateUser with any type of body

func NewCreateVariableRequest

func NewCreateVariableRequest(server string, workspace WorkspaceId, params *CreateVariableParams, body CreateVariableJSONRequestBody) (*http.Request, error)

NewCreateVariableRequest calls the generic CreateVariable builder with application/json body

func NewCreateVariableRequestWithBody

func NewCreateVariableRequestWithBody(server string, workspace WorkspaceId, params *CreateVariableParams, contentType string, body io.Reader) (*http.Request, error)

NewCreateVariableRequestWithBody generates requests for CreateVariable with any type of body

func NewCreateWorkspaceRequest

func NewCreateWorkspaceRequest(server string, body CreateWorkspaceJSONRequestBody) (*http.Request, error)

NewCreateWorkspaceRequest calls the generic CreateWorkspace builder with application/json body

func NewCreateWorkspaceRequestWithBody

func NewCreateWorkspaceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateWorkspaceRequestWithBody generates requests for CreateWorkspace with any type of body

func NewDeclineInviteRequest

func NewDeclineInviteRequest(server string, body DeclineInviteJSONRequestBody) (*http.Request, error)

NewDeclineInviteRequest calls the generic DeclineInvite builder with application/json body

func NewDeclineInviteRequestWithBody

func NewDeclineInviteRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewDeclineInviteRequestWithBody generates requests for DeclineInvite with any type of body

func NewDeleteAppRequest added in v1.46.1

func NewDeleteAppRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewDeleteAppRequest generates requests for DeleteApp

func NewDeleteCompletedJobRequest

func NewDeleteCompletedJobRequest(server string, workspace WorkspaceId, id JobId) (*http.Request, error)

NewDeleteCompletedJobRequest generates requests for DeleteCompletedJob

func NewDeleteDraftRequest added in v1.116.0

func NewDeleteDraftRequest(server string, workspace WorkspaceId, kind DeleteDraftParamsKind, path ScriptPath) (*http.Request, error)

NewDeleteDraftRequest generates requests for DeleteDraft

func NewDeleteFlowByPathRequest added in v1.66.0

func NewDeleteFlowByPathRequest(server string, workspace WorkspaceId, path ScriptPath) (*http.Request, error)

NewDeleteFlowByPathRequest generates requests for DeleteFlowByPath

func NewDeleteFolderRequest added in v1.56.0

func NewDeleteFolderRequest(server string, workspace WorkspaceId, name Name) (*http.Request, error)

NewDeleteFolderRequest generates requests for DeleteFolder

func NewDeleteGroupRequest

func NewDeleteGroupRequest(server string, workspace WorkspaceId, name Name) (*http.Request, error)

NewDeleteGroupRequest generates requests for DeleteGroup

func NewDeleteInputRequest added in v1.88.0

func NewDeleteInputRequest(server string, workspace WorkspaceId, input InputId) (*http.Request, error)

NewDeleteInputRequest generates requests for DeleteInput

func NewDeleteInviteRequest

func NewDeleteInviteRequest(server string, workspace WorkspaceId, body DeleteInviteJSONRequestBody) (*http.Request, error)

NewDeleteInviteRequest calls the generic DeleteInvite builder with application/json body

func NewDeleteInviteRequestWithBody

func NewDeleteInviteRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewDeleteInviteRequestWithBody generates requests for DeleteInvite with any type of body

func NewDeleteRawAppRequest added in v1.96.0

func NewDeleteRawAppRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewDeleteRawAppRequest generates requests for DeleteRawApp

func NewDeleteResourceRequest

func NewDeleteResourceRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewDeleteResourceRequest generates requests for DeleteResource

func NewDeleteResourceTypeRequest

func NewDeleteResourceTypeRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewDeleteResourceTypeRequest generates requests for DeleteResourceType

func NewDeleteScheduleRequest

func NewDeleteScheduleRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewDeleteScheduleRequest generates requests for DeleteSchedule

func NewDeleteScriptByHashRequest

func NewDeleteScriptByHashRequest(server string, workspace WorkspaceId, hash ScriptHash) (*http.Request, error)

NewDeleteScriptByHashRequest generates requests for DeleteScriptByHash

func NewDeleteScriptByPathRequest added in v1.74.0

func NewDeleteScriptByPathRequest(server string, workspace WorkspaceId, path ScriptPath) (*http.Request, error)

NewDeleteScriptByPathRequest generates requests for DeleteScriptByPath

func NewDeleteTokenRequest

func NewDeleteTokenRequest(server string, tokenPrefix string) (*http.Request, error)

NewDeleteTokenRequest generates requests for DeleteToken

func NewDeleteUserRequest

func NewDeleteUserRequest(server string, workspace WorkspaceId, username string) (*http.Request, error)

NewDeleteUserRequest generates requests for DeleteUser

func NewDeleteVariableRequest

func NewDeleteVariableRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewDeleteVariableRequest generates requests for DeleteVariable

func NewDeleteWorkspaceRequest

func NewDeleteWorkspaceRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewDeleteWorkspaceRequest generates requests for DeleteWorkspace

func NewDisconnectAccountRequest

func NewDisconnectAccountRequest(server string, workspace WorkspaceId, id AccountId) (*http.Request, error)

NewDisconnectAccountRequest generates requests for DisconnectAccount

func NewDisconnectSlackRequest

func NewDisconnectSlackRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewDisconnectSlackRequest generates requests for DisconnectSlack

func NewEditAutoInviteRequest added in v1.56.0

func NewEditAutoInviteRequest(server string, workspace WorkspaceId, body EditAutoInviteJSONRequestBody) (*http.Request, error)

NewEditAutoInviteRequest calls the generic EditAutoInvite builder with application/json body

func NewEditAutoInviteRequestWithBody added in v1.56.0

func NewEditAutoInviteRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewEditAutoInviteRequestWithBody generates requests for EditAutoInvite with any type of body

func NewEditDeployToRequest added in v1.115.0

func NewEditDeployToRequest(server string, workspace WorkspaceId, body EditDeployToJSONRequestBody) (*http.Request, error)

NewEditDeployToRequest calls the generic EditDeployTo builder with application/json body

func NewEditDeployToRequestWithBody added in v1.115.0

func NewEditDeployToRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewEditDeployToRequestWithBody generates requests for EditDeployTo with any type of body

func NewEditErrorHandlerRequest added in v1.126.0

func NewEditErrorHandlerRequest(server string, workspace WorkspaceId, body EditErrorHandlerJSONRequestBody) (*http.Request, error)

NewEditErrorHandlerRequest calls the generic EditErrorHandler builder with application/json body

func NewEditErrorHandlerRequestWithBody added in v1.126.0

func NewEditErrorHandlerRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewEditErrorHandlerRequestWithBody generates requests for EditErrorHandler with any type of body

func NewEditOpenaiResourcePathRequest added in v1.134.0

func NewEditOpenaiResourcePathRequest(server string, workspace WorkspaceId, body EditOpenaiResourcePathJSONRequestBody) (*http.Request, error)

NewEditOpenaiResourcePathRequest calls the generic EditOpenaiResourcePath builder with application/json body

func NewEditOpenaiResourcePathRequestWithBody added in v1.134.0

func NewEditOpenaiResourcePathRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewEditOpenaiResourcePathRequestWithBody generates requests for EditOpenaiResourcePath with any type of body

func NewEditSlackCommandRequest

func NewEditSlackCommandRequest(server string, workspace WorkspaceId, body EditSlackCommandJSONRequestBody) (*http.Request, error)

NewEditSlackCommandRequest calls the generic EditSlackCommand builder with application/json body

func NewEditSlackCommandRequestWithBody

func NewEditSlackCommandRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewEditSlackCommandRequestWithBody generates requests for EditSlackCommand with any type of body

func NewEditWebhookRequest added in v1.62.0

func NewEditWebhookRequest(server string, workspace WorkspaceId, body EditWebhookJSONRequestBody) (*http.Request, error)

NewEditWebhookRequest calls the generic EditWebhook builder with application/json body

func NewEditWebhookRequestWithBody added in v1.62.0

func NewEditWebhookRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewEditWebhookRequestWithBody generates requests for EditWebhook with any type of body

func NewEncryptValueRequest added in v1.106.0

func NewEncryptValueRequest(server string, workspace WorkspaceId, body EncryptValueJSONRequestBody) (*http.Request, error)

NewEncryptValueRequest calls the generic EncryptValue builder with application/json body

func NewEncryptValueRequestWithBody added in v1.106.0

func NewEncryptValueRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewEncryptValueRequestWithBody generates requests for EncryptValue with any type of body

func NewExecuteComponentRequest added in v1.46.1

func NewExecuteComponentRequest(server string, workspace WorkspaceId, path ScriptPath, body ExecuteComponentJSONRequestBody) (*http.Request, error)

NewExecuteComponentRequest calls the generic ExecuteComponent builder with application/json body

func NewExecuteComponentRequestWithBody added in v1.46.1

func NewExecuteComponentRequestWithBody(server string, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader) (*http.Request, error)

NewExecuteComponentRequestWithBody generates requests for ExecuteComponent with any type of body

func NewExistsAppRequest added in v1.53.0

func NewExistsAppRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewExistsAppRequest generates requests for ExistsApp

func NewExistsEmailRequest added in v1.123.1

func NewExistsEmailRequest(server string, email string) (*http.Request, error)

NewExistsEmailRequest generates requests for ExistsEmail

func NewExistsFlowByPathRequest

func NewExistsFlowByPathRequest(server string, workspace WorkspaceId, path ScriptPath) (*http.Request, error)

NewExistsFlowByPathRequest generates requests for ExistsFlowByPath

func NewExistsOpenaiResourcePathRequest added in v1.134.0

func NewExistsOpenaiResourcePathRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewExistsOpenaiResourcePathRequest generates requests for ExistsOpenaiResourcePath

func NewExistsRawAppRequest added in v1.96.0

func NewExistsRawAppRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewExistsRawAppRequest generates requests for ExistsRawApp

func NewExistsResourceRequest

func NewExistsResourceRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewExistsResourceRequest generates requests for ExistsResource

func NewExistsResourceTypeRequest

func NewExistsResourceTypeRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewExistsResourceTypeRequest generates requests for ExistsResourceType

func NewExistsScheduleRequest

func NewExistsScheduleRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewExistsScheduleRequest generates requests for ExistsSchedule

func NewExistsScriptByPathRequest

func NewExistsScriptByPathRequest(server string, workspace WorkspaceId, path ScriptPath) (*http.Request, error)

NewExistsScriptByPathRequest generates requests for ExistsScriptByPath

func NewExistsUsernameRequest

func NewExistsUsernameRequest(server string, body ExistsUsernameJSONRequestBody) (*http.Request, error)

NewExistsUsernameRequest calls the generic ExistsUsername builder with application/json body

func NewExistsUsernameRequestWithBody

func NewExistsUsernameRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewExistsUsernameRequestWithBody generates requests for ExistsUsername with any type of body

func NewExistsVariableRequest

func NewExistsVariableRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewExistsVariableRequest generates requests for ExistsVariable

func NewExistsWorkspaceRequest

func NewExistsWorkspaceRequest(server string, body ExistsWorkspaceJSONRequestBody) (*http.Request, error)

NewExistsWorkspaceRequest calls the generic ExistsWorkspace builder with application/json body

func NewExistsWorkspaceRequestWithBody

func NewExistsWorkspaceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewExistsWorkspaceRequestWithBody generates requests for ExistsWorkspace with any type of body

func NewForceCancelQueuedJobRequest added in v1.84.0

func NewForceCancelQueuedJobRequest(server string, workspace WorkspaceId, id JobId, body ForceCancelQueuedJobJSONRequestBody) (*http.Request, error)

NewForceCancelQueuedJobRequest calls the generic ForceCancelQueuedJob builder with application/json body

func NewForceCancelQueuedJobRequestWithBody added in v1.84.0

func NewForceCancelQueuedJobRequestWithBody(server string, workspace WorkspaceId, id JobId, contentType string, body io.Reader) (*http.Request, error)

NewForceCancelQueuedJobRequestWithBody generates requests for ForceCancelQueuedJob with any type of body

func NewGetAppByPathRequest added in v1.46.1

func NewGetAppByPathRequest(server string, workspace WorkspaceId, path ScriptPath) (*http.Request, error)

NewGetAppByPathRequest generates requests for GetAppByPath

func NewGetAppByPathWithDraftRequest added in v1.92.2

func NewGetAppByPathWithDraftRequest(server string, workspace WorkspaceId, path ScriptPath) (*http.Request, error)

NewGetAppByPathWithDraftRequest generates requests for GetAppByPathWithDraft

func NewGetAppByVersionRequest added in v1.46.1

func NewGetAppByVersionRequest(server string, workspace WorkspaceId, id PathId) (*http.Request, error)

NewGetAppByVersionRequest generates requests for GetAppByVersion

func NewGetAuditLogRequest

func NewGetAuditLogRequest(server string, workspace WorkspaceId, id PathId) (*http.Request, error)

NewGetAuditLogRequest generates requests for GetAuditLog

func NewGetCaptureRequest added in v1.43.0

func NewGetCaptureRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewGetCaptureRequest generates requests for GetCapture

func NewGetCompletedJobRequest

func NewGetCompletedJobRequest(server string, workspace WorkspaceId, id JobId) (*http.Request, error)

NewGetCompletedJobRequest generates requests for GetCompletedJob

func NewGetCompletedJobResultMaybeRequest added in v1.100.0

func NewGetCompletedJobResultMaybeRequest(server string, workspace WorkspaceId, id JobId) (*http.Request, error)

NewGetCompletedJobResultMaybeRequest generates requests for GetCompletedJobResultMaybe

func NewGetCompletedJobResultRequest added in v1.72.0

func NewGetCompletedJobResultRequest(server string, workspace WorkspaceId, id JobId) (*http.Request, error)

NewGetCompletedJobResultRequest generates requests for GetCompletedJobResult

func NewGetCurrentEmailRequest

func NewGetCurrentEmailRequest(server string) (*http.Request, error)

NewGetCurrentEmailRequest generates requests for GetCurrentEmail

func NewGetCustomTagsRequest added in v1.89.0

func NewGetCustomTagsRequest(server string) (*http.Request, error)

NewGetCustomTagsRequest generates requests for GetCustomTags

func NewGetDeployToRequest added in v1.115.0

func NewGetDeployToRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewGetDeployToRequest generates requests for GetDeployTo

func NewGetFlowByPathRequest

func NewGetFlowByPathRequest(server string, workspace WorkspaceId, path ScriptPath) (*http.Request, error)

NewGetFlowByPathRequest generates requests for GetFlowByPath

func NewGetFlowByPathWithDraftRequest added in v1.92.2

func NewGetFlowByPathWithDraftRequest(server string, workspace WorkspaceId, path ScriptPath) (*http.Request, error)

NewGetFlowByPathWithDraftRequest generates requests for GetFlowByPathWithDraft

func NewGetFlowInputHistoryByPathRequest added in v1.88.0

func NewGetFlowInputHistoryByPathRequest(server string, workspace WorkspaceId, path ScriptPath, params *GetFlowInputHistoryByPathParams) (*http.Request, error)

NewGetFlowInputHistoryByPathRequest generates requests for GetFlowInputHistoryByPath

func NewGetFolderRequest added in v1.56.0

func NewGetFolderRequest(server string, workspace WorkspaceId, name Name) (*http.Request, error)

NewGetFolderRequest generates requests for GetFolder

func NewGetFolderUsageRequest added in v1.56.0

func NewGetFolderUsageRequest(server string, workspace WorkspaceId, name Name) (*http.Request, error)

NewGetFolderUsageRequest generates requests for GetFolderUsage

func NewGetGranularAclsRequest

func NewGetGranularAclsRequest(server string, workspace WorkspaceId, kind GetGranularAclsParamsKind, path Path) (*http.Request, error)

NewGetGranularAclsRequest generates requests for GetGranularAcls

func NewGetGroupRequest

func NewGetGroupRequest(server string, workspace WorkspaceId, name Name) (*http.Request, error)

NewGetGroupRequest generates requests for GetGroup

func NewGetHubAppByIdRequest added in v1.58.0

func NewGetHubAppByIdRequest(server string, id PathId) (*http.Request, error)

NewGetHubAppByIdRequest generates requests for GetHubAppById

func NewGetHubFlowByIdRequest

func NewGetHubFlowByIdRequest(server string, id PathId) (*http.Request, error)

NewGetHubFlowByIdRequest generates requests for GetHubFlowById

func NewGetHubScriptByPathRequest added in v1.40.0

func NewGetHubScriptByPathRequest(server string, path ScriptPath) (*http.Request, error)

NewGetHubScriptByPathRequest generates requests for GetHubScriptByPath

func NewGetHubScriptContentByPathRequest

func NewGetHubScriptContentByPathRequest(server string, path ScriptPath) (*http.Request, error)

NewGetHubScriptContentByPathRequest generates requests for GetHubScriptContentByPath

func NewGetInputHistoryRequest added in v1.88.0

func NewGetInputHistoryRequest(server string, workspace WorkspaceId, params *GetInputHistoryParams) (*http.Request, error)

NewGetInputHistoryRequest generates requests for GetInputHistory

func NewGetInstanceGroupRequest added in v1.136.0

func NewGetInstanceGroupRequest(server string, name Name) (*http.Request, error)

NewGetInstanceGroupRequest generates requests for GetInstanceGroup

func NewGetJobLogsRequest added in v1.121.0

func NewGetJobLogsRequest(server string, workspace WorkspaceId, id JobId) (*http.Request, error)

NewGetJobLogsRequest generates requests for GetJobLogs

func NewGetJobRequest

func NewGetJobRequest(server string, workspace WorkspaceId, id JobId) (*http.Request, error)

NewGetJobRequest generates requests for GetJob

func NewGetJobUpdatesRequest

func NewGetJobUpdatesRequest(server string, workspace WorkspaceId, id JobId, params *GetJobUpdatesParams) (*http.Request, error)

NewGetJobUpdatesRequest generates requests for GetJobUpdates

func NewGetLicenseIdRequest added in v1.104.0

func NewGetLicenseIdRequest(server string) (*http.Request, error)

NewGetLicenseIdRequest generates requests for GetLicenseId

func NewGetOpenApiYamlRequest

func NewGetOpenApiYamlRequest(server string) (*http.Request, error)

NewGetOpenApiYamlRequest generates requests for GetOpenApiYaml

func NewGetPremiumInfoRequest added in v1.56.0

func NewGetPremiumInfoRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewGetPremiumInfoRequest generates requests for GetPremiumInfo

func NewGetPublicAppBySecretRequest added in v1.57.0

func NewGetPublicAppBySecretRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewGetPublicAppBySecretRequest generates requests for GetPublicAppBySecret

func NewGetPublicSecretOfAppRequest added in v1.57.0

func NewGetPublicSecretOfAppRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewGetPublicSecretOfAppRequest generates requests for GetPublicSecretOfApp

func NewGetRawAppDataRequest added in v1.96.0

func NewGetRawAppDataRequest(server string, workspace WorkspaceId, version VersionId, path ScriptPath) (*http.Request, error)

NewGetRawAppDataRequest generates requests for GetRawAppData

func NewGetResourceRequest

func NewGetResourceRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewGetResourceRequest generates requests for GetResource

func NewGetResourceTypeRequest

func NewGetResourceTypeRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewGetResourceTypeRequest generates requests for GetResourceType

func NewGetResourceValueRequest added in v1.43.0

func NewGetResourceValueRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewGetResourceValueRequest generates requests for GetResourceValue

func NewGetResumeUrlsRequest added in v1.52.0

func NewGetResumeUrlsRequest(server string, workspace WorkspaceId, id JobId, resumeId int, params *GetResumeUrlsParams) (*http.Request, error)

NewGetResumeUrlsRequest generates requests for GetResumeUrls

func NewGetRunnableRequest added in v1.106.0

func NewGetRunnableRequest(server string) (*http.Request, error)

NewGetRunnableRequest generates requests for GetRunnable

func NewGetScheduleRequest

func NewGetScheduleRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewGetScheduleRequest generates requests for GetSchedule

func NewGetScriptByHashRequest

func NewGetScriptByHashRequest(server string, workspace WorkspaceId, hash ScriptHash) (*http.Request, error)

NewGetScriptByHashRequest generates requests for GetScriptByHash

func NewGetScriptByPathRequest

func NewGetScriptByPathRequest(server string, workspace WorkspaceId, path ScriptPath) (*http.Request, error)

NewGetScriptByPathRequest generates requests for GetScriptByPath

func NewGetScriptByPathWithDraftRequest added in v1.92.2

func NewGetScriptByPathWithDraftRequest(server string, workspace WorkspaceId, path ScriptPath) (*http.Request, error)

NewGetScriptByPathWithDraftRequest generates requests for GetScriptByPathWithDraft

func NewGetScriptDeploymentStatusRequest

func NewGetScriptDeploymentStatusRequest(server string, workspace WorkspaceId, hash ScriptHash) (*http.Request, error)

NewGetScriptDeploymentStatusRequest generates requests for GetScriptDeploymentStatus

func NewGetSettingsRequest

func NewGetSettingsRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewGetSettingsRequest generates requests for GetSettings

func NewGetSuspendedJobFlowRequest added in v1.40.0

func NewGetSuspendedJobFlowRequest(server string, workspace WorkspaceId, id JobId, resumeId int, signature string, params *GetSuspendedJobFlowParams) (*http.Request, error)

NewGetSuspendedJobFlowRequest generates requests for GetSuspendedJobFlow

func NewGetUsageRequest added in v1.56.0

func NewGetUsageRequest(server string) (*http.Request, error)

NewGetUsageRequest generates requests for GetUsage

func NewGetVariableRequest

func NewGetVariableRequest(server string, workspace WorkspaceId, path Path, params *GetVariableParams) (*http.Request, error)

NewGetVariableRequest generates requests for GetVariable

func NewGlobalUserDeleteRequest added in v1.46.0

func NewGlobalUserDeleteRequest(server string, email string) (*http.Request, error)

NewGlobalUserDeleteRequest generates requests for GlobalUserDelete

func NewGlobalUserUpdateRequest

func NewGlobalUserUpdateRequest(server string, email string, body GlobalUserUpdateJSONRequestBody) (*http.Request, error)

NewGlobalUserUpdateRequest calls the generic GlobalUserUpdate builder with application/json body

func NewGlobalUserUpdateRequestWithBody

func NewGlobalUserUpdateRequestWithBody(server string, email string, contentType string, body io.Reader) (*http.Request, error)

NewGlobalUserUpdateRequestWithBody generates requests for GlobalUserUpdate with any type of body

func NewGlobalWhoamiRequest

func NewGlobalWhoamiRequest(server string) (*http.Request, error)

NewGlobalWhoamiRequest generates requests for GlobalWhoami

func NewInviteUserRequest

func NewInviteUserRequest(server string, workspace WorkspaceId, body InviteUserJSONRequestBody) (*http.Request, error)

NewInviteUserRequest calls the generic InviteUser builder with application/json body

func NewInviteUserRequestWithBody

func NewInviteUserRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewInviteUserRequestWithBody generates requests for InviteUser with any type of body

func NewIsDomainAllowedRequest added in v1.56.0

func NewIsDomainAllowedRequest(server string) (*http.Request, error)

NewIsDomainAllowedRequest generates requests for IsDomainAllowed

func NewIsOwnerOfPathRequest added in v1.56.0

func NewIsOwnerOfPathRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewIsOwnerOfPathRequest generates requests for IsOwnerOfPath

func NewLeaveWorkspaceRequest

func NewLeaveWorkspaceRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewLeaveWorkspaceRequest generates requests for LeaveWorkspace

func NewListAppsRequest added in v1.46.1

func NewListAppsRequest(server string, workspace WorkspaceId, params *ListAppsParams) (*http.Request, error)

NewListAppsRequest generates requests for ListApps

func NewListAuditLogsRequest

func NewListAuditLogsRequest(server string, workspace WorkspaceId, params *ListAuditLogsParams) (*http.Request, error)

NewListAuditLogsRequest generates requests for ListAuditLogs

func NewListCompletedJobsRequest

func NewListCompletedJobsRequest(server string, workspace WorkspaceId, params *ListCompletedJobsParams) (*http.Request, error)

NewListCompletedJobsRequest generates requests for ListCompletedJobs

func NewListContextualVariablesRequest

func NewListContextualVariablesRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewListContextualVariablesRequest generates requests for ListContextualVariables

func NewListFlowPathsRequest added in v1.60.0

func NewListFlowPathsRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewListFlowPathsRequest generates requests for ListFlowPaths

func NewListFlowsRequest

func NewListFlowsRequest(server string, workspace WorkspaceId, params *ListFlowsParams) (*http.Request, error)

NewListFlowsRequest generates requests for ListFlows

func NewListFolderNamesRequest added in v1.56.0

func NewListFolderNamesRequest(server string, workspace WorkspaceId, params *ListFolderNamesParams) (*http.Request, error)

NewListFolderNamesRequest generates requests for ListFolderNames

func NewListFoldersRequest added in v1.56.0

func NewListFoldersRequest(server string, workspace WorkspaceId, params *ListFoldersParams) (*http.Request, error)

NewListFoldersRequest generates requests for ListFolders

func NewListGroupNamesRequest

func NewListGroupNamesRequest(server string, workspace WorkspaceId, params *ListGroupNamesParams) (*http.Request, error)

NewListGroupNamesRequest generates requests for ListGroupNames

func NewListGroupsRequest

func NewListGroupsRequest(server string, workspace WorkspaceId, params *ListGroupsParams) (*http.Request, error)

NewListGroupsRequest generates requests for ListGroups

func NewListHubAppsRequest added in v1.58.0

func NewListHubAppsRequest(server string) (*http.Request, error)

NewListHubAppsRequest generates requests for ListHubApps

func NewListHubFlowsRequest

func NewListHubFlowsRequest(server string) (*http.Request, error)

NewListHubFlowsRequest generates requests for ListHubFlows

func NewListHubScriptsRequest

func NewListHubScriptsRequest(server string) (*http.Request, error)

NewListHubScriptsRequest generates requests for ListHubScripts

func NewListInputsRequest added in v1.88.0

func NewListInputsRequest(server string, workspace WorkspaceId, params *ListInputsParams) (*http.Request, error)

NewListInputsRequest generates requests for ListInputs

func NewListInstanceGroupsRequest added in v1.136.0

func NewListInstanceGroupsRequest(server string) (*http.Request, error)

NewListInstanceGroupsRequest generates requests for ListInstanceGroups

func NewListJobsRequest

func NewListJobsRequest(server string, workspace WorkspaceId, params *ListJobsParams) (*http.Request, error)

NewListJobsRequest generates requests for ListJobs

func NewListOAuthConnectsRequest

func NewListOAuthConnectsRequest(server string) (*http.Request, error)

NewListOAuthConnectsRequest generates requests for ListOAuthConnects

func NewListOAuthLoginsRequest

func NewListOAuthLoginsRequest(server string) (*http.Request, error)

NewListOAuthLoginsRequest generates requests for ListOAuthLogins

func NewListPendingInvitesRequest

func NewListPendingInvitesRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewListPendingInvitesRequest generates requests for ListPendingInvites

func NewListQueueRequest

func NewListQueueRequest(server string, workspace WorkspaceId, params *ListQueueParams) (*http.Request, error)

NewListQueueRequest generates requests for ListQueue

func NewListRawAppsRequest added in v1.96.0

func NewListRawAppsRequest(server string, workspace WorkspaceId, params *ListRawAppsParams) (*http.Request, error)

NewListRawAppsRequest generates requests for ListRawApps

func NewListResourceRequest

func NewListResourceRequest(server string, workspace WorkspaceId, params *ListResourceParams) (*http.Request, error)

NewListResourceRequest generates requests for ListResource

func NewListResourceTypeNamesRequest

func NewListResourceTypeNamesRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewListResourceTypeNamesRequest generates requests for ListResourceTypeNames

func NewListResourceTypeRequest

func NewListResourceTypeRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewListResourceTypeRequest generates requests for ListResourceType

func NewListSchedulesRequest

func NewListSchedulesRequest(server string, workspace WorkspaceId, params *ListSchedulesParams) (*http.Request, error)

NewListSchedulesRequest generates requests for ListSchedules

func NewListSchedulesWithJobsRequest added in v1.113.0

func NewListSchedulesWithJobsRequest(server string, workspace WorkspaceId, params *ListSchedulesWithJobsParams) (*http.Request, error)

NewListSchedulesWithJobsRequest generates requests for ListSchedulesWithJobs

func NewListScriptPathsRequest added in v1.60.0

func NewListScriptPathsRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewListScriptPathsRequest generates requests for ListScriptPaths

func NewListScriptsRequest

func NewListScriptsRequest(server string, workspace WorkspaceId, params *ListScriptsParams) (*http.Request, error)

NewListScriptsRequest generates requests for ListScripts

func NewListTokensRequest

func NewListTokensRequest(server string) (*http.Request, error)

NewListTokensRequest generates requests for ListTokens

func NewListUserWorkspacesRequest

func NewListUserWorkspacesRequest(server string) (*http.Request, error)

NewListUserWorkspacesRequest generates requests for ListUserWorkspaces

func NewListUsernamesRequest

func NewListUsernamesRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewListUsernamesRequest generates requests for ListUsernames

func NewListUsersAsSuperAdminRequest

func NewListUsersAsSuperAdminRequest(server string, params *ListUsersAsSuperAdminParams) (*http.Request, error)

NewListUsersAsSuperAdminRequest generates requests for ListUsersAsSuperAdmin

func NewListUsersRequest

func NewListUsersRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewListUsersRequest generates requests for ListUsers

func NewListVariableRequest

func NewListVariableRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewListVariableRequest generates requests for ListVariable

func NewListWorkersRequest

func NewListWorkersRequest(server string, params *ListWorkersParams) (*http.Request, error)

NewListWorkersRequest generates requests for ListWorkers

func NewListWorkspaceInvitesRequest

func NewListWorkspaceInvitesRequest(server string) (*http.Request, error)

NewListWorkspaceInvitesRequest generates requests for ListWorkspaceInvites

func NewListWorkspacesAsSuperAdminRequest

func NewListWorkspacesAsSuperAdminRequest(server string, params *ListWorkspacesAsSuperAdminParams) (*http.Request, error)

NewListWorkspacesAsSuperAdminRequest generates requests for ListWorkspacesAsSuperAdmin

func NewListWorkspacesRequest

func NewListWorkspacesRequest(server string) (*http.Request, error)

NewListWorkspacesRequest generates requests for ListWorkspaces

func NewLoginRequest

func NewLoginRequest(server string, body LoginJSONRequestBody) (*http.Request, error)

NewLoginRequest calls the generic Login builder with application/json body

func NewLoginRequestWithBody

func NewLoginRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewLoginRequestWithBody generates requests for Login with any type of body

func NewLoginWithOauthRequest

func NewLoginWithOauthRequest(server string, clientName ClientName, body LoginWithOauthJSONRequestBody) (*http.Request, error)

NewLoginWithOauthRequest calls the generic LoginWithOauth builder with application/json body

func NewLoginWithOauthRequestWithBody

func NewLoginWithOauthRequestWithBody(server string, clientName ClientName, contentType string, body io.Reader) (*http.Request, error)

NewLoginWithOauthRequestWithBody generates requests for LoginWithOauth with any type of body

func NewLogoutRequest

func NewLogoutRequest(server string) (*http.Request, error)

NewLogoutRequest generates requests for Logout

func NewOpenaiSyncFlowByPathRequest added in v1.109.1

func NewOpenaiSyncFlowByPathRequest(server string, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncFlowByPathParams, body OpenaiSyncFlowByPathJSONRequestBody) (*http.Request, error)

NewOpenaiSyncFlowByPathRequest calls the generic OpenaiSyncFlowByPath builder with application/json body

func NewOpenaiSyncFlowByPathRequestWithBody added in v1.109.1

func NewOpenaiSyncFlowByPathRequestWithBody(server string, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncFlowByPathParams, contentType string, body io.Reader) (*http.Request, error)

NewOpenaiSyncFlowByPathRequestWithBody generates requests for OpenaiSyncFlowByPath with any type of body

func NewOpenaiSyncScriptByPathRequest added in v1.109.1

func NewOpenaiSyncScriptByPathRequest(server string, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncScriptByPathParams, body OpenaiSyncScriptByPathJSONRequestBody) (*http.Request, error)

NewOpenaiSyncScriptByPathRequest calls the generic OpenaiSyncScriptByPath builder with application/json body

func NewOpenaiSyncScriptByPathRequestWithBody added in v1.109.1

func NewOpenaiSyncScriptByPathRequestWithBody(server string, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncScriptByPathParams, contentType string, body io.Reader) (*http.Request, error)

NewOpenaiSyncScriptByPathRequestWithBody generates requests for OpenaiSyncScriptByPath with any type of body

func NewPreviewScheduleRequest

func NewPreviewScheduleRequest(server string, body PreviewScheduleJSONRequestBody) (*http.Request, error)

NewPreviewScheduleRequest calls the generic PreviewSchedule builder with application/json body

func NewPreviewScheduleRequestWithBody

func NewPreviewScheduleRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPreviewScheduleRequestWithBody generates requests for PreviewSchedule with any type of body

func NewRawScriptByHashRequest

func NewRawScriptByHashRequest(server string, workspace WorkspaceId, path ScriptPath) (*http.Request, error)

NewRawScriptByHashRequest generates requests for RawScriptByHash

func NewRawScriptByPathRequest

func NewRawScriptByPathRequest(server string, workspace WorkspaceId, path ScriptPath) (*http.Request, error)

NewRawScriptByPathRequest generates requests for RawScriptByPath

func NewRawScriptByPathTokenedRequest added in v1.86.0

func NewRawScriptByPathTokenedRequest(server string, workspace WorkspaceId, token Token, path ScriptPath) (*http.Request, error)

NewRawScriptByPathTokenedRequest generates requests for RawScriptByPathTokened

func NewRefreshTokenRequest

func NewRefreshTokenRequest(server string, workspace WorkspaceId, id AccountId, body RefreshTokenJSONRequestBody) (*http.Request, error)

NewRefreshTokenRequest calls the generic RefreshToken builder with application/json body

func NewRefreshTokenRequestWithBody

func NewRefreshTokenRequestWithBody(server string, workspace WorkspaceId, id AccountId, contentType string, body io.Reader) (*http.Request, error)

NewRefreshTokenRequestWithBody generates requests for RefreshToken with any type of body

func NewRemoveGranularAclsRequest

func NewRemoveGranularAclsRequest(server string, workspace WorkspaceId, kind RemoveGranularAclsParamsKind, path Path, body RemoveGranularAclsJSONRequestBody) (*http.Request, error)

NewRemoveGranularAclsRequest calls the generic RemoveGranularAcls builder with application/json body

func NewRemoveGranularAclsRequestWithBody

func NewRemoveGranularAclsRequestWithBody(server string, workspace WorkspaceId, kind RemoveGranularAclsParamsKind, path Path, contentType string, body io.Reader) (*http.Request, error)

NewRemoveGranularAclsRequestWithBody generates requests for RemoveGranularAcls with any type of body

func NewRemoveOwnerToFolderRequest added in v1.56.0

func NewRemoveOwnerToFolderRequest(server string, workspace WorkspaceId, name Name, body RemoveOwnerToFolderJSONRequestBody) (*http.Request, error)

NewRemoveOwnerToFolderRequest calls the generic RemoveOwnerToFolder builder with application/json body

func NewRemoveOwnerToFolderRequestWithBody added in v1.56.0

func NewRemoveOwnerToFolderRequestWithBody(server string, workspace WorkspaceId, name Name, contentType string, body io.Reader) (*http.Request, error)

NewRemoveOwnerToFolderRequestWithBody generates requests for RemoveOwnerToFolder with any type of body

func NewRemoveUserToGroupRequest

func NewRemoveUserToGroupRequest(server string, workspace WorkspaceId, name Name, body RemoveUserToGroupJSONRequestBody) (*http.Request, error)

NewRemoveUserToGroupRequest calls the generic RemoveUserToGroup builder with application/json body

func NewRemoveUserToGroupRequestWithBody

func NewRemoveUserToGroupRequestWithBody(server string, workspace WorkspaceId, name Name, contentType string, body io.Reader) (*http.Request, error)

NewRemoveUserToGroupRequestWithBody generates requests for RemoveUserToGroup with any type of body

func NewResultByIdRequest added in v1.43.0

func NewResultByIdRequest(server string, workspace WorkspaceId, flowJobId string, nodeId string) (*http.Request, error)

NewResultByIdRequest generates requests for ResultById

func NewResumeSuspendedFlowAsOwnerRequest added in v1.57.0

func NewResumeSuspendedFlowAsOwnerRequest(server string, workspace WorkspaceId, id JobId, body ResumeSuspendedFlowAsOwnerJSONRequestBody) (*http.Request, error)

NewResumeSuspendedFlowAsOwnerRequest calls the generic ResumeSuspendedFlowAsOwner builder with application/json body

func NewResumeSuspendedFlowAsOwnerRequestWithBody added in v1.57.0

func NewResumeSuspendedFlowAsOwnerRequestWithBody(server string, workspace WorkspaceId, id JobId, contentType string, body io.Reader) (*http.Request, error)

NewResumeSuspendedFlowAsOwnerRequestWithBody generates requests for ResumeSuspendedFlowAsOwner with any type of body

func NewResumeSuspendedJobGetRequest

func NewResumeSuspendedJobGetRequest(server string, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobGetParams) (*http.Request, error)

NewResumeSuspendedJobGetRequest generates requests for ResumeSuspendedJobGet

func NewResumeSuspendedJobPostRequest

func NewResumeSuspendedJobPostRequest(server string, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobPostParams, body ResumeSuspendedJobPostJSONRequestBody) (*http.Request, error)

NewResumeSuspendedJobPostRequest calls the generic ResumeSuspendedJobPost builder with application/json body

func NewResumeSuspendedJobPostRequestWithBody

func NewResumeSuspendedJobPostRequestWithBody(server string, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobPostParams, contentType string, body io.Reader) (*http.Request, error)

NewResumeSuspendedJobPostRequestWithBody generates requests for ResumeSuspendedJobPost with any type of body

func NewRunFlowByPathRequest

func NewRunFlowByPathRequest(server string, workspace WorkspaceId, path ScriptPath, params *RunFlowByPathParams, body RunFlowByPathJSONRequestBody) (*http.Request, error)

NewRunFlowByPathRequest calls the generic RunFlowByPath builder with application/json body

func NewRunFlowByPathRequestWithBody

func NewRunFlowByPathRequestWithBody(server string, workspace WorkspaceId, path ScriptPath, params *RunFlowByPathParams, contentType string, body io.Reader) (*http.Request, error)

NewRunFlowByPathRequestWithBody generates requests for RunFlowByPath with any type of body

func NewRunFlowPreviewRequest

func NewRunFlowPreviewRequest(server string, workspace WorkspaceId, params *RunFlowPreviewParams, body RunFlowPreviewJSONRequestBody) (*http.Request, error)

NewRunFlowPreviewRequest calls the generic RunFlowPreview builder with application/json body

func NewRunFlowPreviewRequestWithBody

func NewRunFlowPreviewRequestWithBody(server string, workspace WorkspaceId, params *RunFlowPreviewParams, contentType string, body io.Reader) (*http.Request, error)

NewRunFlowPreviewRequestWithBody generates requests for RunFlowPreview with any type of body

func NewRunScriptByHashRequest

func NewRunScriptByHashRequest(server string, workspace WorkspaceId, hash ScriptHash, params *RunScriptByHashParams, body RunScriptByHashJSONRequestBody) (*http.Request, error)

NewRunScriptByHashRequest calls the generic RunScriptByHash builder with application/json body

func NewRunScriptByHashRequestWithBody

func NewRunScriptByHashRequestWithBody(server string, workspace WorkspaceId, hash ScriptHash, params *RunScriptByHashParams, contentType string, body io.Reader) (*http.Request, error)

NewRunScriptByHashRequestWithBody generates requests for RunScriptByHash with any type of body

func NewRunScriptByPathRequest

func NewRunScriptByPathRequest(server string, workspace WorkspaceId, path ScriptPath, params *RunScriptByPathParams, body RunScriptByPathJSONRequestBody) (*http.Request, error)

NewRunScriptByPathRequest calls the generic RunScriptByPath builder with application/json body

func NewRunScriptByPathRequestWithBody

func NewRunScriptByPathRequestWithBody(server string, workspace WorkspaceId, path ScriptPath, params *RunScriptByPathParams, contentType string, body io.Reader) (*http.Request, error)

NewRunScriptByPathRequestWithBody generates requests for RunScriptByPath with any type of body

func NewRunScriptPreviewRequest

func NewRunScriptPreviewRequest(server string, workspace WorkspaceId, params *RunScriptPreviewParams, body RunScriptPreviewJSONRequestBody) (*http.Request, error)

NewRunScriptPreviewRequest calls the generic RunScriptPreview builder with application/json body

func NewRunScriptPreviewRequestWithBody

func NewRunScriptPreviewRequestWithBody(server string, workspace WorkspaceId, params *RunScriptPreviewParams, contentType string, body io.Reader) (*http.Request, error)

NewRunScriptPreviewRequestWithBody generates requests for RunScriptPreview with any type of body

func NewRunWaitResultFlowByPathRequest added in v1.61.0

func NewRunWaitResultFlowByPathRequest(server string, workspace WorkspaceId, path ScriptPath, params *RunWaitResultFlowByPathParams, body RunWaitResultFlowByPathJSONRequestBody) (*http.Request, error)

NewRunWaitResultFlowByPathRequest calls the generic RunWaitResultFlowByPath builder with application/json body

func NewRunWaitResultFlowByPathRequestWithBody added in v1.61.0

func NewRunWaitResultFlowByPathRequestWithBody(server string, workspace WorkspaceId, path ScriptPath, params *RunWaitResultFlowByPathParams, contentType string, body io.Reader) (*http.Request, error)

NewRunWaitResultFlowByPathRequestWithBody generates requests for RunWaitResultFlowByPath with any type of body

func NewRunWaitResultScriptByPathGetRequest added in v1.86.0

func NewRunWaitResultScriptByPathGetRequest(server string, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathGetParams) (*http.Request, error)

NewRunWaitResultScriptByPathGetRequest generates requests for RunWaitResultScriptByPathGet

func NewRunWaitResultScriptByPathRequest

func NewRunWaitResultScriptByPathRequest(server string, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathParams, body RunWaitResultScriptByPathJSONRequestBody) (*http.Request, error)

NewRunWaitResultScriptByPathRequest calls the generic RunWaitResultScriptByPath builder with application/json body

func NewRunWaitResultScriptByPathRequestWithBody

func NewRunWaitResultScriptByPathRequestWithBody(server string, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathParams, contentType string, body io.Reader) (*http.Request, error)

NewRunWaitResultScriptByPathRequestWithBody generates requests for RunWaitResultScriptByPath with any type of body

func NewSetPasswordRequest

func NewSetPasswordRequest(server string, body SetPasswordJSONRequestBody) (*http.Request, error)

NewSetPasswordRequest calls the generic SetPassword builder with application/json body

func NewSetPasswordRequestWithBody

func NewSetPasswordRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewSetPasswordRequestWithBody generates requests for SetPassword with any type of body

func NewSetScheduleEnabledRequest

func NewSetScheduleEnabledRequest(server string, workspace WorkspaceId, path Path, body SetScheduleEnabledJSONRequestBody) (*http.Request, error)

NewSetScheduleEnabledRequest calls the generic SetScheduleEnabled builder with application/json body

func NewSetScheduleEnabledRequestWithBody

func NewSetScheduleEnabledRequestWithBody(server string, workspace WorkspaceId, path Path, contentType string, body io.Reader) (*http.Request, error)

NewSetScheduleEnabledRequestWithBody generates requests for SetScheduleEnabled with any type of body

func NewStarRequest added in v1.52.0

func NewStarRequest(server string, workspace WorkspaceId, body StarJSONRequestBody) (*http.Request, error)

NewStarRequest calls the generic Star builder with application/json body

func NewStarRequestWithBody added in v1.52.0

func NewStarRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewStarRequestWithBody generates requests for Star with any type of body

func NewUnarchiveWorkspaceRequest added in v1.58.0

func NewUnarchiveWorkspaceRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewUnarchiveWorkspaceRequest generates requests for UnarchiveWorkspace

func NewUnstarRequest added in v1.52.0

func NewUnstarRequest(server string, workspace WorkspaceId, body UnstarJSONRequestBody) (*http.Request, error)

NewUnstarRequest calls the generic Unstar builder with application/json body

func NewUnstarRequestWithBody added in v1.52.0

func NewUnstarRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewUnstarRequestWithBody generates requests for Unstar with any type of body

func NewUpdateAppRequest added in v1.46.1

func NewUpdateAppRequest(server string, workspace WorkspaceId, path ScriptPath, body UpdateAppJSONRequestBody) (*http.Request, error)

NewUpdateAppRequest calls the generic UpdateApp builder with application/json body

func NewUpdateAppRequestWithBody added in v1.46.1

func NewUpdateAppRequestWithBody(server string, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader) (*http.Request, error)

NewUpdateAppRequestWithBody generates requests for UpdateApp with any type of body

func NewUpdateCaptureRequest added in v1.43.0

func NewUpdateCaptureRequest(server string, workspace WorkspaceId, path Path) (*http.Request, error)

NewUpdateCaptureRequest generates requests for UpdateCapture

func NewUpdateFlowRequest

func NewUpdateFlowRequest(server string, workspace WorkspaceId, path ScriptPath, body UpdateFlowJSONRequestBody) (*http.Request, error)

NewUpdateFlowRequest calls the generic UpdateFlow builder with application/json body

func NewUpdateFlowRequestWithBody

func NewUpdateFlowRequestWithBody(server string, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader) (*http.Request, error)

NewUpdateFlowRequestWithBody generates requests for UpdateFlow with any type of body

func NewUpdateFolderRequest added in v1.56.0

func NewUpdateFolderRequest(server string, workspace WorkspaceId, name Name, body UpdateFolderJSONRequestBody) (*http.Request, error)

NewUpdateFolderRequest calls the generic UpdateFolder builder with application/json body

func NewUpdateFolderRequestWithBody added in v1.56.0

func NewUpdateFolderRequestWithBody(server string, workspace WorkspaceId, name Name, contentType string, body io.Reader) (*http.Request, error)

NewUpdateFolderRequestWithBody generates requests for UpdateFolder with any type of body

func NewUpdateGroupRequest

func NewUpdateGroupRequest(server string, workspace WorkspaceId, name Name, body UpdateGroupJSONRequestBody) (*http.Request, error)

NewUpdateGroupRequest calls the generic UpdateGroup builder with application/json body

func NewUpdateGroupRequestWithBody

func NewUpdateGroupRequestWithBody(server string, workspace WorkspaceId, name Name, contentType string, body io.Reader) (*http.Request, error)

NewUpdateGroupRequestWithBody generates requests for UpdateGroup with any type of body

func NewUpdateInputRequest added in v1.88.0

func NewUpdateInputRequest(server string, workspace WorkspaceId, body UpdateInputJSONRequestBody) (*http.Request, error)

NewUpdateInputRequest calls the generic UpdateInput builder with application/json body

func NewUpdateInputRequestWithBody added in v1.88.0

func NewUpdateInputRequestWithBody(server string, workspace WorkspaceId, contentType string, body io.Reader) (*http.Request, error)

NewUpdateInputRequestWithBody generates requests for UpdateInput with any type of body

func NewUpdateRawAppRequest added in v1.96.0

func NewUpdateRawAppRequest(server string, workspace WorkspaceId, path ScriptPath, body UpdateRawAppJSONRequestBody) (*http.Request, error)

NewUpdateRawAppRequest calls the generic UpdateRawApp builder with application/json body

func NewUpdateRawAppRequestWithBody added in v1.96.0

func NewUpdateRawAppRequestWithBody(server string, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader) (*http.Request, error)

NewUpdateRawAppRequestWithBody generates requests for UpdateRawApp with any type of body

func NewUpdateResourceRequest

func NewUpdateResourceRequest(server string, workspace WorkspaceId, path Path, body UpdateResourceJSONRequestBody) (*http.Request, error)

NewUpdateResourceRequest calls the generic UpdateResource builder with application/json body

func NewUpdateResourceRequestWithBody

func NewUpdateResourceRequestWithBody(server string, workspace WorkspaceId, path Path, contentType string, body io.Reader) (*http.Request, error)

NewUpdateResourceRequestWithBody generates requests for UpdateResource with any type of body

func NewUpdateResourceTypeRequest

func NewUpdateResourceTypeRequest(server string, workspace WorkspaceId, path Path, body UpdateResourceTypeJSONRequestBody) (*http.Request, error)

NewUpdateResourceTypeRequest calls the generic UpdateResourceType builder with application/json body

func NewUpdateResourceTypeRequestWithBody

func NewUpdateResourceTypeRequestWithBody(server string, workspace WorkspaceId, path Path, contentType string, body io.Reader) (*http.Request, error)

NewUpdateResourceTypeRequestWithBody generates requests for UpdateResourceType with any type of body

func NewUpdateResourceValueRequest added in v1.57.0

func NewUpdateResourceValueRequest(server string, workspace WorkspaceId, path Path, body UpdateResourceValueJSONRequestBody) (*http.Request, error)

NewUpdateResourceValueRequest calls the generic UpdateResourceValue builder with application/json body

func NewUpdateResourceValueRequestWithBody added in v1.57.0

func NewUpdateResourceValueRequestWithBody(server string, workspace WorkspaceId, path Path, contentType string, body io.Reader) (*http.Request, error)

NewUpdateResourceValueRequestWithBody generates requests for UpdateResourceValue with any type of body

func NewUpdateScheduleRequest

func NewUpdateScheduleRequest(server string, workspace WorkspaceId, path Path, body UpdateScheduleJSONRequestBody) (*http.Request, error)

NewUpdateScheduleRequest calls the generic UpdateSchedule builder with application/json body

func NewUpdateScheduleRequestWithBody

func NewUpdateScheduleRequestWithBody(server string, workspace WorkspaceId, path Path, contentType string, body io.Reader) (*http.Request, error)

NewUpdateScheduleRequestWithBody generates requests for UpdateSchedule with any type of body

func NewUpdateUserRequest

func NewUpdateUserRequest(server string, workspace WorkspaceId, username string, body UpdateUserJSONRequestBody) (*http.Request, error)

NewUpdateUserRequest calls the generic UpdateUser builder with application/json body

func NewUpdateUserRequestWithBody

func NewUpdateUserRequestWithBody(server string, workspace WorkspaceId, username string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateUserRequestWithBody generates requests for UpdateUser with any type of body

func NewUpdateVariableRequest

func NewUpdateVariableRequest(server string, workspace WorkspaceId, path Path, params *UpdateVariableParams, body UpdateVariableJSONRequestBody) (*http.Request, error)

NewUpdateVariableRequest calls the generic UpdateVariable builder with application/json body

func NewUpdateVariableRequestWithBody

func NewUpdateVariableRequestWithBody(server string, workspace WorkspaceId, path Path, params *UpdateVariableParams, contentType string, body io.Reader) (*http.Request, error)

NewUpdateVariableRequestWithBody generates requests for UpdateVariable with any type of body

func NewWhoamiRequest

func NewWhoamiRequest(server string, workspace WorkspaceId) (*http.Request, error)

NewWhoamiRequest generates requests for Whoami

func NewWhoisRequest

func NewWhoisRequest(server string, workspace WorkspaceId, username string) (*http.Request, error)

NewWhoisRequest generates requests for Whois

Types

type AcceptInviteJSONBody

type AcceptInviteJSONBody struct {
	Username    string `json:"username"`
	WorkspaceId string `json:"workspace_id"`
}

AcceptInviteJSONBody defines parameters for AcceptInvite.

type AcceptInviteJSONRequestBody

type AcceptInviteJSONRequestBody AcceptInviteJSONBody

AcceptInviteJSONRequestBody defines body for AcceptInvite for application/json ContentType.

type AcceptInviteResponse

type AcceptInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseAcceptInviteResponse

func ParseAcceptInviteResponse(rsp *http.Response) (*AcceptInviteResponse, error)

ParseAcceptInviteResponse parses an HTTP response from a AcceptInviteWithResponse call

func (AcceptInviteResponse) Status

func (r AcceptInviteResponse) Status() string

Status returns HTTPResponse.Status

func (AcceptInviteResponse) StatusCode

func (r AcceptInviteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AccountId

type AccountId = int

AccountId defines model for AccountId.

type ActionKind

type ActionKind string

ActionKind defines model for ActionKind.

const (
	ActionKindCreate  ActionKind = "Create"
	ActionKindDelete  ActionKind = "Delete"
	ActionKindExecute ActionKind = "Execute"
	ActionKindUpdate  ActionKind = "Update"
)

Defines values for ActionKind.

type AddGranularAclsJSONBody

type AddGranularAclsJSONBody struct {
	Owner string `json:"owner"`
	Write *bool  `json:"write,omitempty"`
}

AddGranularAclsJSONBody defines parameters for AddGranularAcls.

type AddGranularAclsJSONRequestBody

type AddGranularAclsJSONRequestBody AddGranularAclsJSONBody

AddGranularAclsJSONRequestBody defines body for AddGranularAcls for application/json ContentType.

type AddGranularAclsParamsKind

type AddGranularAclsParamsKind string

AddGranularAclsParamsKind defines parameters for AddGranularAcls.

type AddGranularAclsResponse

type AddGranularAclsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseAddGranularAclsResponse

func ParseAddGranularAclsResponse(rsp *http.Response) (*AddGranularAclsResponse, error)

ParseAddGranularAclsResponse parses an HTTP response from a AddGranularAclsWithResponse call

func (AddGranularAclsResponse) Status

func (r AddGranularAclsResponse) Status() string

Status returns HTTPResponse.Status

func (AddGranularAclsResponse) StatusCode

func (r AddGranularAclsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AddOwnerToFolderJSONBody added in v1.56.0

type AddOwnerToFolderJSONBody struct {
	Owner *string `json:"owner,omitempty"`
}

AddOwnerToFolderJSONBody defines parameters for AddOwnerToFolder.

type AddOwnerToFolderJSONRequestBody added in v1.56.0

type AddOwnerToFolderJSONRequestBody AddOwnerToFolderJSONBody

AddOwnerToFolderJSONRequestBody defines body for AddOwnerToFolder for application/json ContentType.

type AddOwnerToFolderResponse added in v1.56.0

type AddOwnerToFolderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseAddOwnerToFolderResponse added in v1.56.0

func ParseAddOwnerToFolderResponse(rsp *http.Response) (*AddOwnerToFolderResponse, error)

ParseAddOwnerToFolderResponse parses an HTTP response from a AddOwnerToFolderWithResponse call

func (AddOwnerToFolderResponse) Status added in v1.56.0

func (r AddOwnerToFolderResponse) Status() string

Status returns HTTPResponse.Status

func (AddOwnerToFolderResponse) StatusCode added in v1.56.0

func (r AddOwnerToFolderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AddUserJSONBody added in v1.60.0

type AddUserJSONBody struct {
	Email    string `json:"email"`
	IsAdmin  bool   `json:"is_admin"`
	Operator bool   `json:"operator"`
	Username string `json:"username"`
}

AddUserJSONBody defines parameters for AddUser.

type AddUserJSONRequestBody added in v1.60.0

type AddUserJSONRequestBody AddUserJSONBody

AddUserJSONRequestBody defines body for AddUser for application/json ContentType.

type AddUserResponse added in v1.60.0

type AddUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseAddUserResponse added in v1.60.0

func ParseAddUserResponse(rsp *http.Response) (*AddUserResponse, error)

ParseAddUserResponse parses an HTTP response from a AddUserWithResponse call

func (AddUserResponse) Status added in v1.60.0

func (r AddUserResponse) Status() string

Status returns HTTPResponse.Status

func (AddUserResponse) StatusCode added in v1.60.0

func (r AddUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AddUserToGroupJSONBody

type AddUserToGroupJSONBody struct {
	Username *string `json:"username,omitempty"`
}

AddUserToGroupJSONBody defines parameters for AddUserToGroup.

type AddUserToGroupJSONRequestBody

type AddUserToGroupJSONRequestBody AddUserToGroupJSONBody

AddUserToGroupJSONRequestBody defines body for AddUserToGroup for application/json ContentType.

type AddUserToGroupResponse

type AddUserToGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseAddUserToGroupResponse

func ParseAddUserToGroupResponse(rsp *http.Response) (*AddUserToGroupResponse, error)

ParseAddUserToGroupResponse parses an HTTP response from a AddUserToGroupWithResponse call

func (AddUserToGroupResponse) Status

func (r AddUserToGroupResponse) Status() string

Status returns HTTPResponse.Status

func (AddUserToGroupResponse) StatusCode

func (r AddUserToGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type After

type After = time.Time

After defines model for After.

type AppWithLastVersion added in v1.46.1

type AppWithLastVersion struct {
	CreatedAt     time.Time                       `json:"created_at"`
	CreatedBy     string                          `json:"created_by"`
	ExecutionMode AppWithLastVersionExecutionMode `json:"execution_mode"`
	ExtraPerms    AppWithLastVersion_ExtraPerms   `json:"extra_perms"`
	Id            int                             `json:"id"`
	Path          string                          `json:"path"`
	Policy        Policy                          `json:"policy"`
	Summary       string                          `json:"summary"`
	Value         interface{}                     `json:"value"`
	Versions      []int                           `json:"versions"`
	WorkspaceId   string                          `json:"workspace_id"`
}

AppWithLastVersion defines model for AppWithLastVersion.

type AppWithLastVersionExecutionMode added in v1.46.1

type AppWithLastVersionExecutionMode string

AppWithLastVersionExecutionMode defines model for AppWithLastVersion.ExecutionMode.

const (
	AppWithLastVersionExecutionModeAnonymous AppWithLastVersionExecutionMode = "anonymous"
	AppWithLastVersionExecutionModePublisher AppWithLastVersionExecutionMode = "publisher"
	AppWithLastVersionExecutionModeViewer    AppWithLastVersionExecutionMode = "viewer"
)

Defines values for AppWithLastVersionExecutionMode.

type AppWithLastVersionWDraft added in v1.92.2

type AppWithLastVersionWDraft struct {
	CreatedAt     time.Time                             `json:"created_at"`
	CreatedBy     string                                `json:"created_by"`
	Draft         *interface{}                          `json:"draft,omitempty"`
	DraftOnly     *bool                                 `json:"draft_only,omitempty"`
	ExecutionMode AppWithLastVersionWDraftExecutionMode `json:"execution_mode"`
	ExtraPerms    AppWithLastVersionWDraft_ExtraPerms   `json:"extra_perms"`
	Id            int                                   `json:"id"`
	Path          string                                `json:"path"`
	Policy        Policy                                `json:"policy"`
	Summary       string                                `json:"summary"`
	Value         interface{}                           `json:"value"`
	Versions      []int                                 `json:"versions"`
	WorkspaceId   string                                `json:"workspace_id"`
}

AppWithLastVersionWDraft defines model for AppWithLastVersionWDraft.

type AppWithLastVersionWDraftExecutionMode added in v1.92.2

type AppWithLastVersionWDraftExecutionMode string

AppWithLastVersionWDraftExecutionMode defines model for AppWithLastVersionWDraft.ExecutionMode.

const (
	AppWithLastVersionWDraftExecutionModeAnonymous AppWithLastVersionWDraftExecutionMode = "anonymous"
	AppWithLastVersionWDraftExecutionModePublisher AppWithLastVersionWDraftExecutionMode = "publisher"
	AppWithLastVersionWDraftExecutionModeViewer    AppWithLastVersionWDraftExecutionMode = "viewer"
)

Defines values for AppWithLastVersionWDraftExecutionMode.

type AppWithLastVersionWDraft_ExtraPerms added in v1.92.2

type AppWithLastVersionWDraft_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

AppWithLastVersionWDraft_ExtraPerms defines model for AppWithLastVersionWDraft.ExtraPerms.

func (AppWithLastVersionWDraft_ExtraPerms) Get added in v1.92.2

func (a AppWithLastVersionWDraft_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for AppWithLastVersionWDraft_ExtraPerms. Returns the specified element and whether it was found

func (AppWithLastVersionWDraft_ExtraPerms) MarshalJSON added in v1.92.2

func (a AppWithLastVersionWDraft_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for AppWithLastVersionWDraft_ExtraPerms to handle AdditionalProperties

func (*AppWithLastVersionWDraft_ExtraPerms) Set added in v1.92.2

func (a *AppWithLastVersionWDraft_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for AppWithLastVersionWDraft_ExtraPerms

func (*AppWithLastVersionWDraft_ExtraPerms) UnmarshalJSON added in v1.92.2

func (a *AppWithLastVersionWDraft_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for AppWithLastVersionWDraft_ExtraPerms to handle AdditionalProperties

type AppWithLastVersion_ExtraPerms added in v1.46.1

type AppWithLastVersion_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

AppWithLastVersion_ExtraPerms defines model for AppWithLastVersion.ExtraPerms.

func (AppWithLastVersion_ExtraPerms) Get added in v1.46.1

func (a AppWithLastVersion_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for AppWithLastVersion_ExtraPerms. Returns the specified element and whether it was found

func (AppWithLastVersion_ExtraPerms) MarshalJSON added in v1.46.1

func (a AppWithLastVersion_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for AppWithLastVersion_ExtraPerms to handle AdditionalProperties

func (*AppWithLastVersion_ExtraPerms) Set added in v1.46.1

func (a *AppWithLastVersion_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for AppWithLastVersion_ExtraPerms

func (*AppWithLastVersion_ExtraPerms) UnmarshalJSON added in v1.46.1

func (a *AppWithLastVersion_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for AppWithLastVersion_ExtraPerms to handle AdditionalProperties

type ArchiveFlowByPathJSONBody added in v1.88.0

type ArchiveFlowByPathJSONBody struct {
	Archived *bool `json:"archived,omitempty"`
}

ArchiveFlowByPathJSONBody defines parameters for ArchiveFlowByPath.

type ArchiveFlowByPathJSONRequestBody added in v1.88.0

type ArchiveFlowByPathJSONRequestBody ArchiveFlowByPathJSONBody

ArchiveFlowByPathJSONRequestBody defines body for ArchiveFlowByPath for application/json ContentType.

type ArchiveFlowByPathResponse

type ArchiveFlowByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseArchiveFlowByPathResponse

func ParseArchiveFlowByPathResponse(rsp *http.Response) (*ArchiveFlowByPathResponse, error)

ParseArchiveFlowByPathResponse parses an HTTP response from a ArchiveFlowByPathWithResponse call

func (ArchiveFlowByPathResponse) Status

func (r ArchiveFlowByPathResponse) Status() string

Status returns HTTPResponse.Status

func (ArchiveFlowByPathResponse) StatusCode

func (r ArchiveFlowByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ArchiveScriptByHashResponse

type ArchiveScriptByHashResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Script
}

func ParseArchiveScriptByHashResponse

func ParseArchiveScriptByHashResponse(rsp *http.Response) (*ArchiveScriptByHashResponse, error)

ParseArchiveScriptByHashResponse parses an HTTP response from a ArchiveScriptByHashWithResponse call

func (ArchiveScriptByHashResponse) Status

Status returns HTTPResponse.Status

func (ArchiveScriptByHashResponse) StatusCode

func (r ArchiveScriptByHashResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ArchiveScriptByPathResponse

type ArchiveScriptByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseArchiveScriptByPathResponse

func ParseArchiveScriptByPathResponse(rsp *http.Response) (*ArchiveScriptByPathResponse, error)

ParseArchiveScriptByPathResponse parses an HTTP response from a ArchiveScriptByPathWithResponse call

func (ArchiveScriptByPathResponse) Status

Status returns HTTPResponse.Status

func (ArchiveScriptByPathResponse) StatusCode

func (r ArchiveScriptByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ArchiveWorkspaceResponse added in v1.58.0

type ArchiveWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseArchiveWorkspaceResponse added in v1.58.0

func ParseArchiveWorkspaceResponse(rsp *http.Response) (*ArchiveWorkspaceResponse, error)

ParseArchiveWorkspaceResponse parses an HTTP response from a ArchiveWorkspaceWithResponse call

func (ArchiveWorkspaceResponse) Status added in v1.58.0

func (r ArchiveWorkspaceResponse) Status() string

Status returns HTTPResponse.Status

func (ArchiveWorkspaceResponse) StatusCode added in v1.58.0

func (r ArchiveWorkspaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ArgsFilter added in v1.75.0

type ArgsFilter = string

ArgsFilter defines model for ArgsFilter.

type AuditLog

type AuditLog struct {
	ActionKind AuditLogActionKind      `json:"action_kind"`
	Id         int                     `json:"id"`
	Operation  AuditLogOperation       `json:"operation"`
	Parameters *map[string]interface{} `json:"parameters,omitempty"`
	Resource   *string                 `json:"resource,omitempty"`
	Timestamp  time.Time               `json:"timestamp"`
	Username   string                  `json:"username"`
}

AuditLog defines model for AuditLog.

type AuditLogActionKind

type AuditLogActionKind string

AuditLogActionKind defines model for AuditLog.ActionKind.

const (
	AuditLogActionKindCreated AuditLogActionKind = "Created"
	AuditLogActionKindDelete  AuditLogActionKind = "Delete"
	AuditLogActionKindExecute AuditLogActionKind = "Execute"
	AuditLogActionKindUpdated AuditLogActionKind = "Updated"
)

Defines values for AuditLogActionKind.

type AuditLogOperation

type AuditLogOperation string

AuditLogOperation defines model for AuditLog.Operation.

const (
	JobsRun          AuditLogOperation = "jobs.run"
	ScriptsCreate    AuditLogOperation = "scripts.create"
	ScriptsUpdate    AuditLogOperation = "scripts.update"
	UsersCreate      AuditLogOperation = "users.create"
	UsersDelete      AuditLogOperation = "users.delete"
	UsersLogin       AuditLogOperation = "users.login"
	UsersSetpassword AuditLogOperation = "users.setpassword"
	UsersTokenCreate AuditLogOperation = "users.token.create"
	UsersTokenDelete AuditLogOperation = "users.token.delete"
	UsersUpdate      AuditLogOperation = "users.update"
	VariablesCreate  AuditLogOperation = "variables.create"
	VariablesDelete  AuditLogOperation = "variables.delete"
	VariablesUpdate  AuditLogOperation = "variables.update"
)

Defines values for AuditLogOperation.

type BackendUptodateResponse added in v1.120.0

type BackendUptodateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseBackendUptodateResponse added in v1.120.0

func ParseBackendUptodateResponse(rsp *http.Response) (*BackendUptodateResponse, error)

ParseBackendUptodateResponse parses an HTTP response from a BackendUptodateWithResponse call

func (BackendUptodateResponse) Status added in v1.120.0

func (r BackendUptodateResponse) Status() string

Status returns HTTPResponse.Status

func (BackendUptodateResponse) StatusCode added in v1.120.0

func (r BackendUptodateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type BackendVersionResponse

type BackendVersionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseBackendVersionResponse

func ParseBackendVersionResponse(rsp *http.Response) (*BackendVersionResponse, error)

ParseBackendVersionResponse parses an HTTP response from a BackendVersionWithResponse call

func (BackendVersionResponse) Status

func (r BackendVersionResponse) Status() string

Status returns HTTPResponse.Status

func (BackendVersionResponse) StatusCode

func (r BackendVersionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Before

type Before = time.Time

Before defines model for Before.

type BranchAll

type BranchAll struct {
	Branches []struct {
		Modules     []FlowModule `json:"modules"`
		SkipFailure *bool        `json:"skip_failure,omitempty"`
		Summary     *string      `json:"summary,omitempty"`
	} `json:"branches"`
	Parallel *bool         `json:"parallel,omitempty"`
	Type     BranchAllType `json:"type"`
}

BranchAll defines model for BranchAll.

type BranchAllType

type BranchAllType string

BranchAllType defines model for BranchAll.Type.

const (
	Branchall BranchAllType = "branchall"
)

Defines values for BranchAllType.

type BranchOne

type BranchOne struct {
	Branches []struct {
		Expr    string       `json:"expr"`
		Modules []FlowModule `json:"modules"`
		Summary *string      `json:"summary,omitempty"`
	} `json:"branches"`
	Default []FlowModule  `json:"default"`
	Type    BranchOneType `json:"type"`
}

BranchOne defines model for BranchOne.

type BranchOneType

type BranchOneType string

BranchOneType defines model for BranchOne.Type.

const (
	Branchone BranchOneType = "branchone"
)

Defines values for BranchOneType.

type CancelQueuedJobJSONBody

type CancelQueuedJobJSONBody struct {
	Reason *string `json:"reason,omitempty"`
}

CancelQueuedJobJSONBody defines parameters for CancelQueuedJob.

type CancelQueuedJobJSONRequestBody

type CancelQueuedJobJSONRequestBody CancelQueuedJobJSONBody

CancelQueuedJobJSONRequestBody defines body for CancelQueuedJob for application/json ContentType.

type CancelQueuedJobResponse

type CancelQueuedJobResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCancelQueuedJobResponse

func ParseCancelQueuedJobResponse(rsp *http.Response) (*CancelQueuedJobResponse, error)

ParseCancelQueuedJobResponse parses an HTTP response from a CancelQueuedJobWithResponse call

func (CancelQueuedJobResponse) Status

func (r CancelQueuedJobResponse) Status() string

Status returns HTTPResponse.Status

func (CancelQueuedJobResponse) StatusCode

func (r CancelQueuedJobResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CancelSuspendedJobGetParams

type CancelSuspendedJobGetParams struct {
	Approver *string `form:"approver,omitempty" json:"approver,omitempty"`
}

CancelSuspendedJobGetParams defines parameters for CancelSuspendedJobGet.

type CancelSuspendedJobGetResponse

type CancelSuspendedJobGetResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCancelSuspendedJobGetResponse

func ParseCancelSuspendedJobGetResponse(rsp *http.Response) (*CancelSuspendedJobGetResponse, error)

ParseCancelSuspendedJobGetResponse parses an HTTP response from a CancelSuspendedJobGetWithResponse call

func (CancelSuspendedJobGetResponse) Status

Status returns HTTPResponse.Status

func (CancelSuspendedJobGetResponse) StatusCode

func (r CancelSuspendedJobGetResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CancelSuspendedJobPostJSONBody

type CancelSuspendedJobPostJSONBody = map[string]interface{}

CancelSuspendedJobPostJSONBody defines parameters for CancelSuspendedJobPost.

type CancelSuspendedJobPostJSONRequestBody

type CancelSuspendedJobPostJSONRequestBody = CancelSuspendedJobPostJSONBody

CancelSuspendedJobPostJSONRequestBody defines body for CancelSuspendedJobPost for application/json ContentType.

type CancelSuspendedJobPostParams added in v1.41.0

type CancelSuspendedJobPostParams struct {
	Approver *string `form:"approver,omitempty" json:"approver,omitempty"`
}

CancelSuspendedJobPostParams defines parameters for CancelSuspendedJobPost.

type CancelSuspendedJobPostResponse

type CancelSuspendedJobPostResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCancelSuspendedJobPostResponse

func ParseCancelSuspendedJobPostResponse(rsp *http.Response) (*CancelSuspendedJobPostResponse, error)

ParseCancelSuspendedJobPostResponse parses an HTTP response from a CancelSuspendedJobPostWithResponse call

func (CancelSuspendedJobPostResponse) Status

Status returns HTTPResponse.Status

func (CancelSuspendedJobPostResponse) StatusCode

func (r CancelSuspendedJobPostResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Client

type Client struct {
	// The endpoint of the server conforming to this interface, with scheme,
	// https://api.deepmap.com for example. This can contain a path relative
	// to the server, such as https://api.deepmap.com/dev-test, and all the
	// paths in the swagger spec will be appended to the server.
	Server string

	// Doer for performing requests, typically a *http.Client with any
	// customized settings, such as certificate chains.
	Client HttpRequestDoer

	// A list of callbacks for modifying requests which are generated before sending over
	// the network.
	RequestEditors []RequestEditorFn
}

Client which conforms to the OpenAPI3 specification for this service.

func NewClient

func NewClient(server string, opts ...ClientOption) (*Client, error)

Creates a new Client, with reasonable defaults

func (*Client) AcceptInvite

func (c *Client) AcceptInvite(ctx context.Context, body AcceptInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AcceptInviteWithBody

func (c *Client) AcceptInviteWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddGranularAcls

func (c *Client) AddGranularAcls(ctx context.Context, workspace WorkspaceId, kind AddGranularAclsParamsKind, path Path, body AddGranularAclsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddGranularAclsWithBody

func (c *Client) AddGranularAclsWithBody(ctx context.Context, workspace WorkspaceId, kind AddGranularAclsParamsKind, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddOwnerToFolder added in v1.56.0

func (c *Client) AddOwnerToFolder(ctx context.Context, workspace WorkspaceId, name Name, body AddOwnerToFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddOwnerToFolderWithBody added in v1.56.0

func (c *Client) AddOwnerToFolderWithBody(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddUser added in v1.60.0

func (c *Client) AddUser(ctx context.Context, workspace WorkspaceId, body AddUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddUserToGroup

func (c *Client) AddUserToGroup(ctx context.Context, workspace WorkspaceId, name Name, body AddUserToGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddUserToGroupWithBody

func (c *Client) AddUserToGroupWithBody(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddUserWithBody added in v1.60.0

func (c *Client) AddUserWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ArchiveFlowByPath

func (c *Client) ArchiveFlowByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ArchiveFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ArchiveFlowByPathWithBody added in v1.88.0

func (c *Client) ArchiveFlowByPathWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ArchiveScriptByHash

func (c *Client) ArchiveScriptByHash(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ArchiveScriptByPath

func (c *Client) ArchiveScriptByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ArchiveWorkspace added in v1.58.0

func (c *Client) ArchiveWorkspace(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) BackendUptodate added in v1.120.0

func (c *Client) BackendUptodate(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) BackendVersion

func (c *Client) BackendVersion(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CancelQueuedJob

func (c *Client) CancelQueuedJob(ctx context.Context, workspace WorkspaceId, id JobId, body CancelQueuedJobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CancelQueuedJobWithBody

func (c *Client) CancelQueuedJobWithBody(ctx context.Context, workspace WorkspaceId, id JobId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CancelSuspendedJobGet

func (c *Client) CancelSuspendedJobGet(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CancelSuspendedJobPost

func (c *Client) CancelSuspendedJobPost(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobPostParams, body CancelSuspendedJobPostJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CancelSuspendedJobPostWithBody

func (c *Client) CancelSuspendedJobPostWithBody(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobPostParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ConnectCallback

func (c *Client) ConnectCallback(ctx context.Context, clientName ClientName, body ConnectCallbackJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ConnectCallbackWithBody

func (c *Client) ConnectCallbackWithBody(ctx context.Context, clientName ClientName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ConnectSlackCallback

func (c *Client) ConnectSlackCallback(ctx context.Context, workspace WorkspaceId, body ConnectSlackCallbackJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ConnectSlackCallbackWithBody

func (c *Client) ConnectSlackCallbackWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateAccount

func (c *Client) CreateAccount(ctx context.Context, workspace WorkspaceId, body CreateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateAccountWithBody

func (c *Client) CreateAccountWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateApp added in v1.46.1

func (c *Client) CreateApp(ctx context.Context, workspace WorkspaceId, body CreateAppJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateAppWithBody added in v1.46.1

func (c *Client) CreateAppWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateCapture added in v1.43.0

func (c *Client) CreateCapture(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateDraft added in v1.92.2

func (c *Client) CreateDraft(ctx context.Context, workspace WorkspaceId, body CreateDraftJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateDraftWithBody added in v1.92.2

func (c *Client) CreateDraftWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateFlow

func (c *Client) CreateFlow(ctx context.Context, workspace WorkspaceId, body CreateFlowJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateFlowWithBody

func (c *Client) CreateFlowWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateFolder added in v1.56.0

func (c *Client) CreateFolder(ctx context.Context, workspace WorkspaceId, body CreateFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateFolderWithBody added in v1.56.0

func (c *Client) CreateFolderWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateGroup

func (c *Client) CreateGroup(ctx context.Context, workspace WorkspaceId, body CreateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateGroupWithBody

func (c *Client) CreateGroupWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateInput added in v1.88.0

func (c *Client) CreateInput(ctx context.Context, workspace WorkspaceId, params *CreateInputParams, body CreateInputJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateInputWithBody added in v1.88.0

func (c *Client) CreateInputWithBody(ctx context.Context, workspace WorkspaceId, params *CreateInputParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateJobSignature

func (c *Client) CreateJobSignature(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, params *CreateJobSignatureParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateRawApp added in v1.96.0

func (c *Client) CreateRawApp(ctx context.Context, workspace WorkspaceId, body CreateRawAppJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateRawAppWithBody added in v1.96.0

func (c *Client) CreateRawAppWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateResource

func (c *Client) CreateResource(ctx context.Context, workspace WorkspaceId, params *CreateResourceParams, body CreateResourceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateResourceType

func (c *Client) CreateResourceType(ctx context.Context, workspace WorkspaceId, body CreateResourceTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateResourceTypeWithBody

func (c *Client) CreateResourceTypeWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateResourceWithBody

func (c *Client) CreateResourceWithBody(ctx context.Context, workspace WorkspaceId, params *CreateResourceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateSchedule

func (c *Client) CreateSchedule(ctx context.Context, workspace WorkspaceId, body CreateScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateScheduleWithBody

func (c *Client) CreateScheduleWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateScript

func (c *Client) CreateScript(ctx context.Context, workspace WorkspaceId, body CreateScriptJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateScriptWithBody

func (c *Client) CreateScriptWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateToken

func (c *Client) CreateToken(ctx context.Context, body CreateTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateTokenImpersonate added in v1.86.0

func (c *Client) CreateTokenImpersonate(ctx context.Context, body CreateTokenImpersonateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateTokenImpersonateWithBody added in v1.86.0

func (c *Client) CreateTokenImpersonateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateTokenWithBody

func (c *Client) CreateTokenWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateUser

func (c *Client) CreateUser(ctx context.Context, workspace WorkspaceId, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateUserGlobally

func (c *Client) CreateUserGlobally(ctx context.Context, body CreateUserGloballyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateUserGloballyWithBody

func (c *Client) CreateUserGloballyWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateUserWithBody

func (c *Client) CreateUserWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateVariable

func (c *Client) CreateVariable(ctx context.Context, workspace WorkspaceId, params *CreateVariableParams, body CreateVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateVariableWithBody

func (c *Client) CreateVariableWithBody(ctx context.Context, workspace WorkspaceId, params *CreateVariableParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateWorkspace

func (c *Client) CreateWorkspace(ctx context.Context, body CreateWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateWorkspaceWithBody

func (c *Client) CreateWorkspaceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeclineInvite

func (c *Client) DeclineInvite(ctx context.Context, body DeclineInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeclineInviteWithBody

func (c *Client) DeclineInviteWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteApp added in v1.46.1

func (c *Client) DeleteApp(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteCompletedJob

func (c *Client) DeleteCompletedJob(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteDraft added in v1.116.0

func (c *Client) DeleteDraft(ctx context.Context, workspace WorkspaceId, kind DeleteDraftParamsKind, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteFlowByPath added in v1.66.0

func (c *Client) DeleteFlowByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteFolder added in v1.56.0

func (c *Client) DeleteFolder(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteGroup

func (c *Client) DeleteGroup(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteInput added in v1.88.0

func (c *Client) DeleteInput(ctx context.Context, workspace WorkspaceId, input InputId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteInvite

func (c *Client) DeleteInvite(ctx context.Context, workspace WorkspaceId, body DeleteInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteInviteWithBody

func (c *Client) DeleteInviteWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRawApp added in v1.96.0

func (c *Client) DeleteRawApp(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteResource

func (c *Client) DeleteResource(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteResourceType

func (c *Client) DeleteResourceType(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteSchedule

func (c *Client) DeleteSchedule(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteScriptByHash

func (c *Client) DeleteScriptByHash(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteScriptByPath added in v1.74.0

func (c *Client) DeleteScriptByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteToken

func (c *Client) DeleteToken(ctx context.Context, tokenPrefix string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteUser

func (c *Client) DeleteUser(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteVariable

func (c *Client) DeleteVariable(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteWorkspace

func (c *Client) DeleteWorkspace(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DisconnectAccount

func (c *Client) DisconnectAccount(ctx context.Context, workspace WorkspaceId, id AccountId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DisconnectSlack

func (c *Client) DisconnectSlack(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditAutoInvite added in v1.56.0

func (c *Client) EditAutoInvite(ctx context.Context, workspace WorkspaceId, body EditAutoInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditAutoInviteWithBody added in v1.56.0

func (c *Client) EditAutoInviteWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditDeployTo added in v1.115.0

func (c *Client) EditDeployTo(ctx context.Context, workspace WorkspaceId, body EditDeployToJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditDeployToWithBody added in v1.115.0

func (c *Client) EditDeployToWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditErrorHandler added in v1.126.0

func (c *Client) EditErrorHandler(ctx context.Context, workspace WorkspaceId, body EditErrorHandlerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditErrorHandlerWithBody added in v1.126.0

func (c *Client) EditErrorHandlerWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditOpenaiResourcePath added in v1.134.0

func (c *Client) EditOpenaiResourcePath(ctx context.Context, workspace WorkspaceId, body EditOpenaiResourcePathJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditOpenaiResourcePathWithBody added in v1.134.0

func (c *Client) EditOpenaiResourcePathWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditSlackCommand

func (c *Client) EditSlackCommand(ctx context.Context, workspace WorkspaceId, body EditSlackCommandJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditSlackCommandWithBody

func (c *Client) EditSlackCommandWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditWebhook added in v1.62.0

func (c *Client) EditWebhook(ctx context.Context, workspace WorkspaceId, body EditWebhookJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditWebhookWithBody added in v1.62.0

func (c *Client) EditWebhookWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EncryptValue added in v1.106.0

func (c *Client) EncryptValue(ctx context.Context, workspace WorkspaceId, body EncryptValueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EncryptValueWithBody added in v1.106.0

func (c *Client) EncryptValueWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExecuteComponent added in v1.46.1

func (c *Client) ExecuteComponent(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ExecuteComponentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExecuteComponentWithBody added in v1.46.1

func (c *Client) ExecuteComponentWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExistsApp added in v1.53.0

func (c *Client) ExistsApp(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExistsEmail added in v1.123.1

func (c *Client) ExistsEmail(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExistsFlowByPath

func (c *Client) ExistsFlowByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExistsOpenaiResourcePath added in v1.134.0

func (c *Client) ExistsOpenaiResourcePath(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExistsRawApp added in v1.96.0

func (c *Client) ExistsRawApp(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExistsResource

func (c *Client) ExistsResource(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExistsResourceType

func (c *Client) ExistsResourceType(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExistsSchedule

func (c *Client) ExistsSchedule(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExistsScriptByPath

func (c *Client) ExistsScriptByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExistsUsername

func (c *Client) ExistsUsername(ctx context.Context, body ExistsUsernameJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExistsUsernameWithBody

func (c *Client) ExistsUsernameWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExistsVariable

func (c *Client) ExistsVariable(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExistsWorkspace

func (c *Client) ExistsWorkspace(ctx context.Context, body ExistsWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExistsWorkspaceWithBody

func (c *Client) ExistsWorkspaceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ForceCancelQueuedJob added in v1.84.0

func (c *Client) ForceCancelQueuedJob(ctx context.Context, workspace WorkspaceId, id JobId, body ForceCancelQueuedJobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ForceCancelQueuedJobWithBody added in v1.84.0

func (c *Client) ForceCancelQueuedJobWithBody(ctx context.Context, workspace WorkspaceId, id JobId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAppByPath added in v1.46.1

func (c *Client) GetAppByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAppByPathWithDraft added in v1.92.2

func (c *Client) GetAppByPathWithDraft(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAppByVersion added in v1.46.1

func (c *Client) GetAppByVersion(ctx context.Context, workspace WorkspaceId, id PathId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAuditLog

func (c *Client) GetAuditLog(ctx context.Context, workspace WorkspaceId, id PathId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCapture added in v1.43.0

func (c *Client) GetCapture(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCompletedJob

func (c *Client) GetCompletedJob(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCompletedJobResult added in v1.72.0

func (c *Client) GetCompletedJobResult(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCompletedJobResultMaybe added in v1.100.0

func (c *Client) GetCompletedJobResultMaybe(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCurrentEmail

func (c *Client) GetCurrentEmail(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCustomTags added in v1.89.0

func (c *Client) GetCustomTags(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetDeployTo added in v1.115.0

func (c *Client) GetDeployTo(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetFlowByPath

func (c *Client) GetFlowByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetFlowByPathWithDraft added in v1.92.2

func (c *Client) GetFlowByPathWithDraft(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetFlowInputHistoryByPath added in v1.88.0

func (c *Client) GetFlowInputHistoryByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *GetFlowInputHistoryByPathParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetFolder added in v1.56.0

func (c *Client) GetFolder(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetFolderUsage added in v1.56.0

func (c *Client) GetFolderUsage(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetGranularAcls

func (c *Client) GetGranularAcls(ctx context.Context, workspace WorkspaceId, kind GetGranularAclsParamsKind, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetGroup

func (c *Client) GetGroup(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetHubAppById added in v1.58.0

func (c *Client) GetHubAppById(ctx context.Context, id PathId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetHubFlowById

func (c *Client) GetHubFlowById(ctx context.Context, id PathId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetHubScriptByPath added in v1.40.0

func (c *Client) GetHubScriptByPath(ctx context.Context, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetHubScriptContentByPath

func (c *Client) GetHubScriptContentByPath(ctx context.Context, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetInputHistory added in v1.88.0

func (c *Client) GetInputHistory(ctx context.Context, workspace WorkspaceId, params *GetInputHistoryParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetInstanceGroup added in v1.136.0

func (c *Client) GetInstanceGroup(ctx context.Context, name Name, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetJob

func (c *Client) GetJob(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetJobLogs added in v1.121.0

func (c *Client) GetJobLogs(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetJobUpdates

func (c *Client) GetJobUpdates(ctx context.Context, workspace WorkspaceId, id JobId, params *GetJobUpdatesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetLicenseId added in v1.104.0

func (c *Client) GetLicenseId(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOpenApiYaml

func (c *Client) GetOpenApiYaml(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPremiumInfo added in v1.56.0

func (c *Client) GetPremiumInfo(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPublicAppBySecret added in v1.57.0

func (c *Client) GetPublicAppBySecret(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPublicSecretOfApp added in v1.57.0

func (c *Client) GetPublicSecretOfApp(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRawAppData added in v1.96.0

func (c *Client) GetRawAppData(ctx context.Context, workspace WorkspaceId, version VersionId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetResource

func (c *Client) GetResource(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetResourceType

func (c *Client) GetResourceType(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetResourceValue added in v1.43.0

func (c *Client) GetResourceValue(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetResumeUrls added in v1.52.0

func (c *Client) GetResumeUrls(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, params *GetResumeUrlsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRunnable added in v1.106.0

func (c *Client) GetRunnable(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSchedule

func (c *Client) GetSchedule(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetScriptByHash

func (c *Client) GetScriptByHash(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetScriptByPath

func (c *Client) GetScriptByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetScriptByPathWithDraft added in v1.92.2

func (c *Client) GetScriptByPathWithDraft(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetScriptDeploymentStatus

func (c *Client) GetScriptDeploymentStatus(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSettings

func (c *Client) GetSettings(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSuspendedJobFlow added in v1.40.0

func (c *Client) GetSuspendedJobFlow(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *GetSuspendedJobFlowParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetUsage added in v1.56.0

func (c *Client) GetUsage(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVariable

func (c *Client) GetVariable(ctx context.Context, workspace WorkspaceId, path Path, params *GetVariableParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GlobalUserDelete added in v1.46.0

func (c *Client) GlobalUserDelete(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GlobalUserUpdate

func (c *Client) GlobalUserUpdate(ctx context.Context, email string, body GlobalUserUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GlobalUserUpdateWithBody

func (c *Client) GlobalUserUpdateWithBody(ctx context.Context, email string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GlobalWhoami

func (c *Client) GlobalWhoami(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) InviteUser

func (c *Client) InviteUser(ctx context.Context, workspace WorkspaceId, body InviteUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) InviteUserWithBody

func (c *Client) InviteUserWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) IsDomainAllowed added in v1.56.0

func (c *Client) IsDomainAllowed(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) IsOwnerOfPath added in v1.56.0

func (c *Client) IsOwnerOfPath(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) LeaveWorkspace

func (c *Client) LeaveWorkspace(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListApps added in v1.46.1

func (c *Client) ListApps(ctx context.Context, workspace WorkspaceId, params *ListAppsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListAuditLogs

func (c *Client) ListAuditLogs(ctx context.Context, workspace WorkspaceId, params *ListAuditLogsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListCompletedJobs

func (c *Client) ListCompletedJobs(ctx context.Context, workspace WorkspaceId, params *ListCompletedJobsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListContextualVariables

func (c *Client) ListContextualVariables(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListFlowPaths added in v1.60.0

func (c *Client) ListFlowPaths(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListFlows

func (c *Client) ListFlows(ctx context.Context, workspace WorkspaceId, params *ListFlowsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListFolderNames added in v1.56.0

func (c *Client) ListFolderNames(ctx context.Context, workspace WorkspaceId, params *ListFolderNamesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListFolders added in v1.56.0

func (c *Client) ListFolders(ctx context.Context, workspace WorkspaceId, params *ListFoldersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListGroupNames

func (c *Client) ListGroupNames(ctx context.Context, workspace WorkspaceId, params *ListGroupNamesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListGroups

func (c *Client) ListGroups(ctx context.Context, workspace WorkspaceId, params *ListGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListHubApps added in v1.58.0

func (c *Client) ListHubApps(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListHubFlows

func (c *Client) ListHubFlows(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListHubScripts

func (c *Client) ListHubScripts(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListInputs added in v1.88.0

func (c *Client) ListInputs(ctx context.Context, workspace WorkspaceId, params *ListInputsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListInstanceGroups added in v1.136.0

func (c *Client) ListInstanceGroups(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListJobs

func (c *Client) ListJobs(ctx context.Context, workspace WorkspaceId, params *ListJobsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListOAuthConnects

func (c *Client) ListOAuthConnects(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListOAuthLogins

func (c *Client) ListOAuthLogins(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListPendingInvites

func (c *Client) ListPendingInvites(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListQueue

func (c *Client) ListQueue(ctx context.Context, workspace WorkspaceId, params *ListQueueParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListRawApps added in v1.96.0

func (c *Client) ListRawApps(ctx context.Context, workspace WorkspaceId, params *ListRawAppsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListResource

func (c *Client) ListResource(ctx context.Context, workspace WorkspaceId, params *ListResourceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListResourceType

func (c *Client) ListResourceType(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListResourceTypeNames

func (c *Client) ListResourceTypeNames(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListSchedules

func (c *Client) ListSchedules(ctx context.Context, workspace WorkspaceId, params *ListSchedulesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListSchedulesWithJobs added in v1.113.0

func (c *Client) ListSchedulesWithJobs(ctx context.Context, workspace WorkspaceId, params *ListSchedulesWithJobsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListScriptPaths added in v1.60.0

func (c *Client) ListScriptPaths(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListScripts

func (c *Client) ListScripts(ctx context.Context, workspace WorkspaceId, params *ListScriptsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListTokens

func (c *Client) ListTokens(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListUserWorkspaces

func (c *Client) ListUserWorkspaces(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListUsernames

func (c *Client) ListUsernames(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListUsers

func (c *Client) ListUsers(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListUsersAsSuperAdmin

func (c *Client) ListUsersAsSuperAdmin(ctx context.Context, params *ListUsersAsSuperAdminParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListVariable

func (c *Client) ListVariable(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListWorkers

func (c *Client) ListWorkers(ctx context.Context, params *ListWorkersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListWorkspaceInvites

func (c *Client) ListWorkspaceInvites(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListWorkspaces

func (c *Client) ListWorkspaces(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListWorkspacesAsSuperAdmin

func (c *Client) ListWorkspacesAsSuperAdmin(ctx context.Context, params *ListWorkspacesAsSuperAdminParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Login

func (c *Client) Login(ctx context.Context, body LoginJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) LoginWithBody

func (c *Client) LoginWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) LoginWithOauth

func (c *Client) LoginWithOauth(ctx context.Context, clientName ClientName, body LoginWithOauthJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) LoginWithOauthWithBody

func (c *Client) LoginWithOauthWithBody(ctx context.Context, clientName ClientName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Logout

func (c *Client) Logout(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) OpenaiSyncFlowByPath added in v1.109.1

func (c *Client) OpenaiSyncFlowByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncFlowByPathParams, body OpenaiSyncFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) OpenaiSyncFlowByPathWithBody added in v1.109.1

func (c *Client) OpenaiSyncFlowByPathWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncFlowByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) OpenaiSyncScriptByPath added in v1.109.1

func (c *Client) OpenaiSyncScriptByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncScriptByPathParams, body OpenaiSyncScriptByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) OpenaiSyncScriptByPathWithBody added in v1.109.1

func (c *Client) OpenaiSyncScriptByPathWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncScriptByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PreviewSchedule

func (c *Client) PreviewSchedule(ctx context.Context, body PreviewScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PreviewScheduleWithBody

func (c *Client) PreviewScheduleWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RawScriptByHash

func (c *Client) RawScriptByHash(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RawScriptByPath

func (c *Client) RawScriptByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RawScriptByPathTokened added in v1.86.0

func (c *Client) RawScriptByPathTokened(ctx context.Context, workspace WorkspaceId, token Token, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RefreshToken

func (c *Client) RefreshToken(ctx context.Context, workspace WorkspaceId, id AccountId, body RefreshTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RefreshTokenWithBody

func (c *Client) RefreshTokenWithBody(ctx context.Context, workspace WorkspaceId, id AccountId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveGranularAcls

func (c *Client) RemoveGranularAcls(ctx context.Context, workspace WorkspaceId, kind RemoveGranularAclsParamsKind, path Path, body RemoveGranularAclsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveGranularAclsWithBody

func (c *Client) RemoveGranularAclsWithBody(ctx context.Context, workspace WorkspaceId, kind RemoveGranularAclsParamsKind, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveOwnerToFolder added in v1.56.0

func (c *Client) RemoveOwnerToFolder(ctx context.Context, workspace WorkspaceId, name Name, body RemoveOwnerToFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveOwnerToFolderWithBody added in v1.56.0

func (c *Client) RemoveOwnerToFolderWithBody(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveUserToGroup

func (c *Client) RemoveUserToGroup(ctx context.Context, workspace WorkspaceId, name Name, body RemoveUserToGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveUserToGroupWithBody

func (c *Client) RemoveUserToGroupWithBody(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ResultById added in v1.43.0

func (c *Client) ResultById(ctx context.Context, workspace WorkspaceId, flowJobId string, nodeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ResumeSuspendedFlowAsOwner added in v1.57.0

func (c *Client) ResumeSuspendedFlowAsOwner(ctx context.Context, workspace WorkspaceId, id JobId, body ResumeSuspendedFlowAsOwnerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ResumeSuspendedFlowAsOwnerWithBody added in v1.57.0

func (c *Client) ResumeSuspendedFlowAsOwnerWithBody(ctx context.Context, workspace WorkspaceId, id JobId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ResumeSuspendedJobGet

func (c *Client) ResumeSuspendedJobGet(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ResumeSuspendedJobPost

func (c *Client) ResumeSuspendedJobPost(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobPostParams, body ResumeSuspendedJobPostJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ResumeSuspendedJobPostWithBody

func (c *Client) ResumeSuspendedJobPostWithBody(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobPostParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RunFlowByPath

func (c *Client) RunFlowByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunFlowByPathParams, body RunFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RunFlowByPathWithBody

func (c *Client) RunFlowByPathWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunFlowByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RunFlowPreview

func (c *Client) RunFlowPreview(ctx context.Context, workspace WorkspaceId, params *RunFlowPreviewParams, body RunFlowPreviewJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RunFlowPreviewWithBody

func (c *Client) RunFlowPreviewWithBody(ctx context.Context, workspace WorkspaceId, params *RunFlowPreviewParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RunScriptByHash

func (c *Client) RunScriptByHash(ctx context.Context, workspace WorkspaceId, hash ScriptHash, params *RunScriptByHashParams, body RunScriptByHashJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RunScriptByHashWithBody

func (c *Client) RunScriptByHashWithBody(ctx context.Context, workspace WorkspaceId, hash ScriptHash, params *RunScriptByHashParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RunScriptByPath

func (c *Client) RunScriptByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunScriptByPathParams, body RunScriptByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RunScriptByPathWithBody

func (c *Client) RunScriptByPathWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunScriptByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RunScriptPreview

func (c *Client) RunScriptPreview(ctx context.Context, workspace WorkspaceId, params *RunScriptPreviewParams, body RunScriptPreviewJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RunScriptPreviewWithBody

func (c *Client) RunScriptPreviewWithBody(ctx context.Context, workspace WorkspaceId, params *RunScriptPreviewParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RunWaitResultFlowByPath added in v1.61.0

func (c *Client) RunWaitResultFlowByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultFlowByPathParams, body RunWaitResultFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RunWaitResultFlowByPathWithBody added in v1.61.0

func (c *Client) RunWaitResultFlowByPathWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultFlowByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RunWaitResultScriptByPath

func (c *Client) RunWaitResultScriptByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathParams, body RunWaitResultScriptByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RunWaitResultScriptByPathGet added in v1.86.0

func (c *Client) RunWaitResultScriptByPathGet(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RunWaitResultScriptByPathWithBody

func (c *Client) RunWaitResultScriptByPathWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPassword

func (c *Client) SetPassword(ctx context.Context, body SetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPasswordWithBody

func (c *Client) SetPasswordWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetScheduleEnabled

func (c *Client) SetScheduleEnabled(ctx context.Context, workspace WorkspaceId, path Path, body SetScheduleEnabledJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetScheduleEnabledWithBody

func (c *Client) SetScheduleEnabledWithBody(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Star added in v1.52.0

func (c *Client) Star(ctx context.Context, workspace WorkspaceId, body StarJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) StarWithBody added in v1.52.0

func (c *Client) StarWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UnarchiveWorkspace added in v1.58.0

func (c *Client) UnarchiveWorkspace(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Unstar added in v1.52.0

func (c *Client) Unstar(ctx context.Context, workspace WorkspaceId, body UnstarJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UnstarWithBody added in v1.52.0

func (c *Client) UnstarWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateApp added in v1.46.1

func (c *Client) UpdateApp(ctx context.Context, workspace WorkspaceId, path ScriptPath, body UpdateAppJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAppWithBody added in v1.46.1

func (c *Client) UpdateAppWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateCapture added in v1.43.0

func (c *Client) UpdateCapture(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateFlow

func (c *Client) UpdateFlow(ctx context.Context, workspace WorkspaceId, path ScriptPath, body UpdateFlowJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateFlowWithBody

func (c *Client) UpdateFlowWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateFolder added in v1.56.0

func (c *Client) UpdateFolder(ctx context.Context, workspace WorkspaceId, name Name, body UpdateFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateFolderWithBody added in v1.56.0

func (c *Client) UpdateFolderWithBody(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateGroup

func (c *Client) UpdateGroup(ctx context.Context, workspace WorkspaceId, name Name, body UpdateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateGroupWithBody

func (c *Client) UpdateGroupWithBody(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateInput added in v1.88.0

func (c *Client) UpdateInput(ctx context.Context, workspace WorkspaceId, body UpdateInputJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateInputWithBody added in v1.88.0

func (c *Client) UpdateInputWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRawApp added in v1.96.0

func (c *Client) UpdateRawApp(ctx context.Context, workspace WorkspaceId, path ScriptPath, body UpdateRawAppJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRawAppWithBody added in v1.96.0

func (c *Client) UpdateRawAppWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateResource

func (c *Client) UpdateResource(ctx context.Context, workspace WorkspaceId, path Path, body UpdateResourceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateResourceType

func (c *Client) UpdateResourceType(ctx context.Context, workspace WorkspaceId, path Path, body UpdateResourceTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateResourceTypeWithBody

func (c *Client) UpdateResourceTypeWithBody(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateResourceValue added in v1.57.0

func (c *Client) UpdateResourceValue(ctx context.Context, workspace WorkspaceId, path Path, body UpdateResourceValueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateResourceValueWithBody added in v1.57.0

func (c *Client) UpdateResourceValueWithBody(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateResourceWithBody

func (c *Client) UpdateResourceWithBody(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateSchedule

func (c *Client) UpdateSchedule(ctx context.Context, workspace WorkspaceId, path Path, body UpdateScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateScheduleWithBody

func (c *Client) UpdateScheduleWithBody(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateUser

func (c *Client) UpdateUser(ctx context.Context, workspace WorkspaceId, username string, body UpdateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateUserWithBody

func (c *Client) UpdateUserWithBody(ctx context.Context, workspace WorkspaceId, username string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateVariable

func (c *Client) UpdateVariable(ctx context.Context, workspace WorkspaceId, path Path, params *UpdateVariableParams, body UpdateVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateVariableWithBody

func (c *Client) UpdateVariableWithBody(ctx context.Context, workspace WorkspaceId, path Path, params *UpdateVariableParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Whoami

func (c *Client) Whoami(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Whois

func (c *Client) Whois(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*http.Response, error)

type ClientInterface

type ClientInterface interface {
	// GetHubAppById request
	GetHubAppById(ctx context.Context, id PathId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListHubApps request
	ListHubApps(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// Login request with any body
	LoginWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	Login(ctx context.Context, body LoginJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// Logout request
	Logout(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetLicenseId request
	GetLicenseId(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetHubFlowById request
	GetHubFlowById(ctx context.Context, id PathId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListHubFlows request
	ListHubFlows(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetInstanceGroup request
	GetInstanceGroup(ctx context.Context, name Name, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListInstanceGroups request
	ListInstanceGroups(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ConnectCallback request with any body
	ConnectCallbackWithBody(ctx context.Context, clientName ClientName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ConnectCallback(ctx context.Context, clientName ClientName, body ConnectCallbackJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListOAuthConnects request
	ListOAuthConnects(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListOAuthLogins request
	ListOAuthLogins(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// LoginWithOauth request with any body
	LoginWithOauthWithBody(ctx context.Context, clientName ClientName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	LoginWithOauth(ctx context.Context, clientName ClientName, body LoginWithOauthJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOpenApiYaml request
	GetOpenApiYaml(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PreviewSchedule request with any body
	PreviewScheduleWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PreviewSchedule(ctx context.Context, body PreviewScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetHubScriptContentByPath request
	GetHubScriptContentByPath(ctx context.Context, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetHubScriptByPath request
	GetHubScriptByPath(ctx context.Context, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListHubScripts request
	ListHubScripts(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RawScriptByPathTokened request
	RawScriptByPathTokened(ctx context.Context, workspace WorkspaceId, token Token, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// BackendUptodate request
	BackendUptodate(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AcceptInvite request with any body
	AcceptInviteWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AcceptInvite(ctx context.Context, body AcceptInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRunnable request
	GetRunnable(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateUserGlobally request with any body
	CreateUserGloballyWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateUserGlobally(ctx context.Context, body CreateUserGloballyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeclineInvite request with any body
	DeclineInviteWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeclineInvite(ctx context.Context, body DeclineInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GlobalUserDelete request
	GlobalUserDelete(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCurrentEmail request
	GetCurrentEmail(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExistsEmail request
	ExistsEmail(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListUsersAsSuperAdmin request
	ListUsersAsSuperAdmin(ctx context.Context, params *ListUsersAsSuperAdminParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListWorkspaceInvites request
	ListWorkspaceInvites(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPassword request with any body
	SetPasswordWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetPassword(ctx context.Context, body SetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateToken request with any body
	CreateTokenWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateToken(ctx context.Context, body CreateTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteToken request
	DeleteToken(ctx context.Context, tokenPrefix string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateTokenImpersonate request with any body
	CreateTokenImpersonateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateTokenImpersonate(ctx context.Context, body CreateTokenImpersonateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListTokens request
	ListTokens(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GlobalUserUpdate request with any body
	GlobalUserUpdateWithBody(ctx context.Context, email string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	GlobalUserUpdate(ctx context.Context, email string, body GlobalUserUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetUsage request
	GetUsage(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GlobalWhoami request
	GlobalWhoami(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// BackendVersion request
	BackendVersion(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddGranularAcls request with any body
	AddGranularAclsWithBody(ctx context.Context, workspace WorkspaceId, kind AddGranularAclsParamsKind, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AddGranularAcls(ctx context.Context, workspace WorkspaceId, kind AddGranularAclsParamsKind, path Path, body AddGranularAclsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetGranularAcls request
	GetGranularAcls(ctx context.Context, workspace WorkspaceId, kind GetGranularAclsParamsKind, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveGranularAcls request with any body
	RemoveGranularAclsWithBody(ctx context.Context, workspace WorkspaceId, kind RemoveGranularAclsParamsKind, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RemoveGranularAcls(ctx context.Context, workspace WorkspaceId, kind RemoveGranularAclsParamsKind, path Path, body RemoveGranularAclsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateApp request with any body
	CreateAppWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateApp(ctx context.Context, workspace WorkspaceId, body CreateAppJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteApp request
	DeleteApp(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExistsApp request
	ExistsApp(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAppByPathWithDraft request
	GetAppByPathWithDraft(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAppByPath request
	GetAppByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAppByVersion request
	GetAppByVersion(ctx context.Context, workspace WorkspaceId, id PathId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRawAppData request
	GetRawAppData(ctx context.Context, workspace WorkspaceId, version VersionId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListApps request
	ListApps(ctx context.Context, workspace WorkspaceId, params *ListAppsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPublicSecretOfApp request
	GetPublicSecretOfApp(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateApp request with any body
	UpdateAppWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateApp(ctx context.Context, workspace WorkspaceId, path ScriptPath, body UpdateAppJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExecuteComponent request with any body
	ExecuteComponentWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ExecuteComponent(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ExecuteComponentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPublicAppBySecret request
	GetPublicAppBySecret(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAuditLog request
	GetAuditLog(ctx context.Context, workspace WorkspaceId, id PathId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListAuditLogs request
	ListAuditLogs(ctx context.Context, workspace WorkspaceId, params *ListAuditLogsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCapture request
	GetCapture(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateCapture request
	CreateCapture(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateCapture request
	UpdateCapture(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateDraft request with any body
	CreateDraftWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateDraft(ctx context.Context, workspace WorkspaceId, body CreateDraftJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteDraft request
	DeleteDraft(ctx context.Context, workspace WorkspaceId, kind DeleteDraftParamsKind, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// Star request with any body
	StarWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	Star(ctx context.Context, workspace WorkspaceId, body StarJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// Unstar request with any body
	UnstarWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	Unstar(ctx context.Context, workspace WorkspaceId, body UnstarJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ArchiveFlowByPath request with any body
	ArchiveFlowByPathWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ArchiveFlowByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ArchiveFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateFlow request with any body
	CreateFlowWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateFlow(ctx context.Context, workspace WorkspaceId, body CreateFlowJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteFlowByPath request
	DeleteFlowByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExistsFlowByPath request
	ExistsFlowByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetFlowByPathWithDraft request
	GetFlowByPathWithDraft(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetFlowByPath request
	GetFlowByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetFlowInputHistoryByPath request
	GetFlowInputHistoryByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *GetFlowInputHistoryByPathParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListFlows request
	ListFlows(ctx context.Context, workspace WorkspaceId, params *ListFlowsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListFlowPaths request
	ListFlowPaths(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateFlow request with any body
	UpdateFlowWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateFlow(ctx context.Context, workspace WorkspaceId, path ScriptPath, body UpdateFlowJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddOwnerToFolder request with any body
	AddOwnerToFolderWithBody(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AddOwnerToFolder(ctx context.Context, workspace WorkspaceId, name Name, body AddOwnerToFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateFolder request with any body
	CreateFolderWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateFolder(ctx context.Context, workspace WorkspaceId, body CreateFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteFolder request
	DeleteFolder(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetFolder request
	GetFolder(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetFolderUsage request
	GetFolderUsage(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListFolders request
	ListFolders(ctx context.Context, workspace WorkspaceId, params *ListFoldersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListFolderNames request
	ListFolderNames(ctx context.Context, workspace WorkspaceId, params *ListFolderNamesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveOwnerToFolder request with any body
	RemoveOwnerToFolderWithBody(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RemoveOwnerToFolder(ctx context.Context, workspace WorkspaceId, name Name, body RemoveOwnerToFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateFolder request with any body
	UpdateFolderWithBody(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateFolder(ctx context.Context, workspace WorkspaceId, name Name, body UpdateFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddUserToGroup request with any body
	AddUserToGroupWithBody(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AddUserToGroup(ctx context.Context, workspace WorkspaceId, name Name, body AddUserToGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateGroup request with any body
	CreateGroupWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateGroup(ctx context.Context, workspace WorkspaceId, body CreateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteGroup request
	DeleteGroup(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetGroup request
	GetGroup(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListGroups request
	ListGroups(ctx context.Context, workspace WorkspaceId, params *ListGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListGroupNames request
	ListGroupNames(ctx context.Context, workspace WorkspaceId, params *ListGroupNamesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveUserToGroup request with any body
	RemoveUserToGroupWithBody(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RemoveUserToGroup(ctx context.Context, workspace WorkspaceId, name Name, body RemoveUserToGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateGroup request with any body
	UpdateGroupWithBody(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateGroup(ctx context.Context, workspace WorkspaceId, name Name, body UpdateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateInput request with any body
	CreateInputWithBody(ctx context.Context, workspace WorkspaceId, params *CreateInputParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateInput(ctx context.Context, workspace WorkspaceId, params *CreateInputParams, body CreateInputJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteInput request
	DeleteInput(ctx context.Context, workspace WorkspaceId, input InputId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetInputHistory request
	GetInputHistory(ctx context.Context, workspace WorkspaceId, params *GetInputHistoryParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListInputs request
	ListInputs(ctx context.Context, workspace WorkspaceId, params *ListInputsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateInput request with any body
	UpdateInputWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateInput(ctx context.Context, workspace WorkspaceId, body UpdateInputJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteCompletedJob request
	DeleteCompletedJob(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListCompletedJobs request
	ListCompletedJobs(ctx context.Context, workspace WorkspaceId, params *ListCompletedJobsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ResumeSuspendedFlowAsOwner request with any body
	ResumeSuspendedFlowAsOwnerWithBody(ctx context.Context, workspace WorkspaceId, id JobId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ResumeSuspendedFlowAsOwner(ctx context.Context, workspace WorkspaceId, id JobId, body ResumeSuspendedFlowAsOwnerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateJobSignature request
	CreateJobSignature(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, params *CreateJobSignatureParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListJobs request
	ListJobs(ctx context.Context, workspace WorkspaceId, params *ListJobsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// OpenaiSyncFlowByPath request with any body
	OpenaiSyncFlowByPathWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncFlowByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	OpenaiSyncFlowByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncFlowByPathParams, body OpenaiSyncFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// OpenaiSyncScriptByPath request with any body
	OpenaiSyncScriptByPathWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncScriptByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	OpenaiSyncScriptByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncScriptByPathParams, body OpenaiSyncScriptByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListQueue request
	ListQueue(ctx context.Context, workspace WorkspaceId, params *ListQueueParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ResultById request
	ResultById(ctx context.Context, workspace WorkspaceId, flowJobId string, nodeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetResumeUrls request
	GetResumeUrls(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, params *GetResumeUrlsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RunFlowByPath request with any body
	RunFlowByPathWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunFlowByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RunFlowByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunFlowByPathParams, body RunFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RunScriptByHash request with any body
	RunScriptByHashWithBody(ctx context.Context, workspace WorkspaceId, hash ScriptHash, params *RunScriptByHashParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RunScriptByHash(ctx context.Context, workspace WorkspaceId, hash ScriptHash, params *RunScriptByHashParams, body RunScriptByHashJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RunScriptByPath request with any body
	RunScriptByPathWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunScriptByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RunScriptByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunScriptByPathParams, body RunScriptByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RunScriptPreview request with any body
	RunScriptPreviewWithBody(ctx context.Context, workspace WorkspaceId, params *RunScriptPreviewParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RunScriptPreview(ctx context.Context, workspace WorkspaceId, params *RunScriptPreviewParams, body RunScriptPreviewJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RunFlowPreview request with any body
	RunFlowPreviewWithBody(ctx context.Context, workspace WorkspaceId, params *RunFlowPreviewParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RunFlowPreview(ctx context.Context, workspace WorkspaceId, params *RunFlowPreviewParams, body RunFlowPreviewJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RunWaitResultFlowByPath request with any body
	RunWaitResultFlowByPathWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultFlowByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RunWaitResultFlowByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultFlowByPathParams, body RunWaitResultFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RunWaitResultScriptByPathGet request
	RunWaitResultScriptByPathGet(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RunWaitResultScriptByPath request with any body
	RunWaitResultScriptByPathWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RunWaitResultScriptByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathParams, body RunWaitResultScriptByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CancelSuspendedJobGet request
	CancelSuspendedJobGet(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CancelSuspendedJobPost request with any body
	CancelSuspendedJobPostWithBody(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobPostParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CancelSuspendedJobPost(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobPostParams, body CancelSuspendedJobPostJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCompletedJob request
	GetCompletedJob(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCompletedJobResult request
	GetCompletedJobResult(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCompletedJobResultMaybe request
	GetCompletedJobResultMaybe(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetJob request
	GetJob(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSuspendedJobFlow request
	GetSuspendedJobFlow(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *GetSuspendedJobFlowParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetJobLogs request
	GetJobLogs(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetJobUpdates request
	GetJobUpdates(ctx context.Context, workspace WorkspaceId, id JobId, params *GetJobUpdatesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CancelQueuedJob request with any body
	CancelQueuedJobWithBody(ctx context.Context, workspace WorkspaceId, id JobId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CancelQueuedJob(ctx context.Context, workspace WorkspaceId, id JobId, body CancelQueuedJobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ForceCancelQueuedJob request with any body
	ForceCancelQueuedJobWithBody(ctx context.Context, workspace WorkspaceId, id JobId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ForceCancelQueuedJob(ctx context.Context, workspace WorkspaceId, id JobId, body ForceCancelQueuedJobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ResumeSuspendedJobGet request
	ResumeSuspendedJobGet(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ResumeSuspendedJobPost request with any body
	ResumeSuspendedJobPostWithBody(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobPostParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ResumeSuspendedJobPost(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobPostParams, body ResumeSuspendedJobPostJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ConnectSlackCallback request with any body
	ConnectSlackCallbackWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ConnectSlackCallback(ctx context.Context, workspace WorkspaceId, body ConnectSlackCallbackJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateAccount request with any body
	CreateAccountWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateAccount(ctx context.Context, workspace WorkspaceId, body CreateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DisconnectAccount request
	DisconnectAccount(ctx context.Context, workspace WorkspaceId, id AccountId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DisconnectSlack request
	DisconnectSlack(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RefreshToken request with any body
	RefreshTokenWithBody(ctx context.Context, workspace WorkspaceId, id AccountId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RefreshToken(ctx context.Context, workspace WorkspaceId, id AccountId, body RefreshTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateRawApp request with any body
	CreateRawAppWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateRawApp(ctx context.Context, workspace WorkspaceId, body CreateRawAppJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRawApp request
	DeleteRawApp(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExistsRawApp request
	ExistsRawApp(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListRawApps request
	ListRawApps(ctx context.Context, workspace WorkspaceId, params *ListRawAppsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateRawApp request with any body
	UpdateRawAppWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateRawApp(ctx context.Context, workspace WorkspaceId, path ScriptPath, body UpdateRawAppJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateResource request with any body
	CreateResourceWithBody(ctx context.Context, workspace WorkspaceId, params *CreateResourceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateResource(ctx context.Context, workspace WorkspaceId, params *CreateResourceParams, body CreateResourceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteResource request
	DeleteResource(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExistsResource request
	ExistsResource(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetResource request
	GetResource(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetResourceValue request
	GetResourceValue(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListResource request
	ListResource(ctx context.Context, workspace WorkspaceId, params *ListResourceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateResourceType request with any body
	CreateResourceTypeWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateResourceType(ctx context.Context, workspace WorkspaceId, body CreateResourceTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteResourceType request
	DeleteResourceType(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExistsResourceType request
	ExistsResourceType(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetResourceType request
	GetResourceType(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListResourceType request
	ListResourceType(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListResourceTypeNames request
	ListResourceTypeNames(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateResourceType request with any body
	UpdateResourceTypeWithBody(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateResourceType(ctx context.Context, workspace WorkspaceId, path Path, body UpdateResourceTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateResource request with any body
	UpdateResourceWithBody(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateResource(ctx context.Context, workspace WorkspaceId, path Path, body UpdateResourceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateResourceValue request with any body
	UpdateResourceValueWithBody(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateResourceValue(ctx context.Context, workspace WorkspaceId, path Path, body UpdateResourceValueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateSchedule request with any body
	CreateScheduleWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateSchedule(ctx context.Context, workspace WorkspaceId, body CreateScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteSchedule request
	DeleteSchedule(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExistsSchedule request
	ExistsSchedule(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSchedule request
	GetSchedule(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListSchedules request
	ListSchedules(ctx context.Context, workspace WorkspaceId, params *ListSchedulesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListSchedulesWithJobs request
	ListSchedulesWithJobs(ctx context.Context, workspace WorkspaceId, params *ListSchedulesWithJobsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetScheduleEnabled request with any body
	SetScheduleEnabledWithBody(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetScheduleEnabled(ctx context.Context, workspace WorkspaceId, path Path, body SetScheduleEnabledJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateSchedule request with any body
	UpdateScheduleWithBody(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateSchedule(ctx context.Context, workspace WorkspaceId, path Path, body UpdateScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ArchiveScriptByHash request
	ArchiveScriptByHash(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ArchiveScriptByPath request
	ArchiveScriptByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateScript request with any body
	CreateScriptWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateScript(ctx context.Context, workspace WorkspaceId, body CreateScriptJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteScriptByHash request
	DeleteScriptByHash(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteScriptByPath request
	DeleteScriptByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetScriptDeploymentStatus request
	GetScriptDeploymentStatus(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExistsScriptByPath request
	ExistsScriptByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetScriptByPathWithDraft request
	GetScriptByPathWithDraft(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetScriptByHash request
	GetScriptByHash(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetScriptByPath request
	GetScriptByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListScripts request
	ListScripts(ctx context.Context, workspace WorkspaceId, params *ListScriptsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListScriptPaths request
	ListScriptPaths(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RawScriptByHash request
	RawScriptByHash(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RawScriptByPath request
	RawScriptByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateUser request with any body
	CreateUserWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateUser(ctx context.Context, workspace WorkspaceId, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteUser request
	DeleteUser(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// IsOwnerOfPath request
	IsOwnerOfPath(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// LeaveWorkspace request
	LeaveWorkspace(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListUsers request
	ListUsers(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListUsernames request
	ListUsernames(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateUser request with any body
	UpdateUserWithBody(ctx context.Context, workspace WorkspaceId, username string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateUser(ctx context.Context, workspace WorkspaceId, username string, body UpdateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// Whoami request
	Whoami(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// Whois request
	Whois(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateVariable request with any body
	CreateVariableWithBody(ctx context.Context, workspace WorkspaceId, params *CreateVariableParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateVariable(ctx context.Context, workspace WorkspaceId, params *CreateVariableParams, body CreateVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteVariable request
	DeleteVariable(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EncryptValue request with any body
	EncryptValueWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EncryptValue(ctx context.Context, workspace WorkspaceId, body EncryptValueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExistsVariable request
	ExistsVariable(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVariable request
	GetVariable(ctx context.Context, workspace WorkspaceId, path Path, params *GetVariableParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListVariable request
	ListVariable(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListContextualVariables request
	ListContextualVariables(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateVariable request with any body
	UpdateVariableWithBody(ctx context.Context, workspace WorkspaceId, path Path, params *UpdateVariableParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateVariable(ctx context.Context, workspace WorkspaceId, path Path, params *UpdateVariableParams, body UpdateVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddUser request with any body
	AddUserWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AddUser(ctx context.Context, workspace WorkspaceId, body AddUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ArchiveWorkspace request
	ArchiveWorkspace(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteInvite request with any body
	DeleteInviteWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteInvite(ctx context.Context, workspace WorkspaceId, body DeleteInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EditAutoInvite request with any body
	EditAutoInviteWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EditAutoInvite(ctx context.Context, workspace WorkspaceId, body EditAutoInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EditDeployTo request with any body
	EditDeployToWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EditDeployTo(ctx context.Context, workspace WorkspaceId, body EditDeployToJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EditErrorHandler request with any body
	EditErrorHandlerWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EditErrorHandler(ctx context.Context, workspace WorkspaceId, body EditErrorHandlerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EditOpenaiResourcePath request with any body
	EditOpenaiResourcePathWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EditOpenaiResourcePath(ctx context.Context, workspace WorkspaceId, body EditOpenaiResourcePathJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EditSlackCommand request with any body
	EditSlackCommandWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EditSlackCommand(ctx context.Context, workspace WorkspaceId, body EditSlackCommandJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EditWebhook request with any body
	EditWebhookWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EditWebhook(ctx context.Context, workspace WorkspaceId, body EditWebhookJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExistsOpenaiResourcePath request
	ExistsOpenaiResourcePath(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetDeployTo request
	GetDeployTo(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSettings request
	GetSettings(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// InviteUser request with any body
	InviteUserWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	InviteUser(ctx context.Context, workspace WorkspaceId, body InviteUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListPendingInvites request
	ListPendingInvites(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPremiumInfo request
	GetPremiumInfo(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCustomTags request
	GetCustomTags(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListWorkers request
	ListWorkers(ctx context.Context, params *ListWorkersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// IsDomainAllowed request
	IsDomainAllowed(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateWorkspace request with any body
	CreateWorkspaceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateWorkspace(ctx context.Context, body CreateWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteWorkspace request
	DeleteWorkspace(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExistsWorkspace request with any body
	ExistsWorkspaceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ExistsWorkspace(ctx context.Context, body ExistsWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExistsUsername request with any body
	ExistsUsernameWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ExistsUsername(ctx context.Context, body ExistsUsernameJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListWorkspaces request
	ListWorkspaces(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListWorkspacesAsSuperAdmin request
	ListWorkspacesAsSuperAdmin(ctx context.Context, params *ListWorkspacesAsSuperAdminParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UnarchiveWorkspace request
	UnarchiveWorkspace(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListUserWorkspaces request
	ListUserWorkspaces(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
}

The interface specification for the client above.

type ClientName

type ClientName = string

ClientName defines model for ClientName.

type ClientOption

type ClientOption func(*Client) error

ClientOption allows setting custom parameters during construction

func WithBaseURL

func WithBaseURL(baseURL string) ClientOption

WithBaseURL overrides the baseURL.

func WithHTTPClient

func WithHTTPClient(doer HttpRequestDoer) ClientOption

WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.

func WithRequestEditorFn

func WithRequestEditorFn(fn RequestEditorFn) ClientOption

WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request. This can be used to mutate the request.

type ClientWithResponses

type ClientWithResponses struct {
	ClientInterface
}

ClientWithResponses builds on ClientInterface to offer response payloads

func NewClientWithResponses

func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)

NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling

func (*ClientWithResponses) AcceptInviteWithBodyWithResponse

func (c *ClientWithResponses) AcceptInviteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AcceptInviteResponse, error)

AcceptInviteWithBodyWithResponse request with arbitrary body returning *AcceptInviteResponse

func (*ClientWithResponses) AcceptInviteWithResponse

func (c *ClientWithResponses) AcceptInviteWithResponse(ctx context.Context, body AcceptInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*AcceptInviteResponse, error)

func (*ClientWithResponses) AddGranularAclsWithBodyWithResponse

func (c *ClientWithResponses) AddGranularAclsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, kind AddGranularAclsParamsKind, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddGranularAclsResponse, error)

AddGranularAclsWithBodyWithResponse request with arbitrary body returning *AddGranularAclsResponse

func (*ClientWithResponses) AddGranularAclsWithResponse

func (c *ClientWithResponses) AddGranularAclsWithResponse(ctx context.Context, workspace WorkspaceId, kind AddGranularAclsParamsKind, path Path, body AddGranularAclsJSONRequestBody, reqEditors ...RequestEditorFn) (*AddGranularAclsResponse, error)

func (*ClientWithResponses) AddOwnerToFolderWithBodyWithResponse added in v1.56.0

func (c *ClientWithResponses) AddOwnerToFolderWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddOwnerToFolderResponse, error)

AddOwnerToFolderWithBodyWithResponse request with arbitrary body returning *AddOwnerToFolderResponse

func (*ClientWithResponses) AddOwnerToFolderWithResponse added in v1.56.0

func (c *ClientWithResponses) AddOwnerToFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body AddOwnerToFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*AddOwnerToFolderResponse, error)

func (*ClientWithResponses) AddUserToGroupWithBodyWithResponse

func (c *ClientWithResponses) AddUserToGroupWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddUserToGroupResponse, error)

AddUserToGroupWithBodyWithResponse request with arbitrary body returning *AddUserToGroupResponse

func (*ClientWithResponses) AddUserToGroupWithResponse

func (c *ClientWithResponses) AddUserToGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body AddUserToGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*AddUserToGroupResponse, error)

func (*ClientWithResponses) AddUserWithBodyWithResponse added in v1.60.0

func (c *ClientWithResponses) AddUserWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddUserResponse, error)

AddUserWithBodyWithResponse request with arbitrary body returning *AddUserResponse

func (*ClientWithResponses) AddUserWithResponse added in v1.60.0

func (c *ClientWithResponses) AddUserWithResponse(ctx context.Context, workspace WorkspaceId, body AddUserJSONRequestBody, reqEditors ...RequestEditorFn) (*AddUserResponse, error)

func (*ClientWithResponses) ArchiveFlowByPathWithBodyWithResponse added in v1.88.0

func (c *ClientWithResponses) ArchiveFlowByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveFlowByPathResponse, error)

ArchiveFlowByPathWithBodyWithResponse request with arbitrary body returning *ArchiveFlowByPathResponse

func (*ClientWithResponses) ArchiveFlowByPathWithResponse

func (c *ClientWithResponses) ArchiveFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ArchiveFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveFlowByPathResponse, error)

func (*ClientWithResponses) ArchiveScriptByHashWithResponse

func (c *ClientWithResponses) ArchiveScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*ArchiveScriptByHashResponse, error)

ArchiveScriptByHashWithResponse request returning *ArchiveScriptByHashResponse

func (*ClientWithResponses) ArchiveScriptByPathWithResponse

func (c *ClientWithResponses) ArchiveScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*ArchiveScriptByPathResponse, error)

ArchiveScriptByPathWithResponse request returning *ArchiveScriptByPathResponse

func (*ClientWithResponses) ArchiveWorkspaceWithResponse added in v1.58.0

func (c *ClientWithResponses) ArchiveWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ArchiveWorkspaceResponse, error)

ArchiveWorkspaceWithResponse request returning *ArchiveWorkspaceResponse

func (*ClientWithResponses) BackendUptodateWithResponse added in v1.120.0

func (c *ClientWithResponses) BackendUptodateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*BackendUptodateResponse, error)

BackendUptodateWithResponse request returning *BackendUptodateResponse

func (*ClientWithResponses) BackendVersionWithResponse

func (c *ClientWithResponses) BackendVersionWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*BackendVersionResponse, error)

BackendVersionWithResponse request returning *BackendVersionResponse

func (*ClientWithResponses) CancelQueuedJobWithBodyWithResponse

func (c *ClientWithResponses) CancelQueuedJobWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CancelQueuedJobResponse, error)

CancelQueuedJobWithBodyWithResponse request with arbitrary body returning *CancelQueuedJobResponse

func (*ClientWithResponses) CancelQueuedJobWithResponse

func (c *ClientWithResponses) CancelQueuedJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, body CancelQueuedJobJSONRequestBody, reqEditors ...RequestEditorFn) (*CancelQueuedJobResponse, error)

func (*ClientWithResponses) CancelSuspendedJobGetWithResponse

func (c *ClientWithResponses) CancelSuspendedJobGetWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobGetParams, reqEditors ...RequestEditorFn) (*CancelSuspendedJobGetResponse, error)

CancelSuspendedJobGetWithResponse request returning *CancelSuspendedJobGetResponse

func (*ClientWithResponses) CancelSuspendedJobPostWithBodyWithResponse

func (c *ClientWithResponses) CancelSuspendedJobPostWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobPostParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CancelSuspendedJobPostResponse, error)

CancelSuspendedJobPostWithBodyWithResponse request with arbitrary body returning *CancelSuspendedJobPostResponse

func (*ClientWithResponses) CancelSuspendedJobPostWithResponse

func (c *ClientWithResponses) CancelSuspendedJobPostWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobPostParams, body CancelSuspendedJobPostJSONRequestBody, reqEditors ...RequestEditorFn) (*CancelSuspendedJobPostResponse, error)

func (*ClientWithResponses) ConnectCallbackWithBodyWithResponse

func (c *ClientWithResponses) ConnectCallbackWithBodyWithResponse(ctx context.Context, clientName ClientName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConnectCallbackResponse, error)

ConnectCallbackWithBodyWithResponse request with arbitrary body returning *ConnectCallbackResponse

func (*ClientWithResponses) ConnectCallbackWithResponse

func (c *ClientWithResponses) ConnectCallbackWithResponse(ctx context.Context, clientName ClientName, body ConnectCallbackJSONRequestBody, reqEditors ...RequestEditorFn) (*ConnectCallbackResponse, error)

func (*ClientWithResponses) ConnectSlackCallbackWithBodyWithResponse

func (c *ClientWithResponses) ConnectSlackCallbackWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConnectSlackCallbackResponse, error)

ConnectSlackCallbackWithBodyWithResponse request with arbitrary body returning *ConnectSlackCallbackResponse

func (*ClientWithResponses) ConnectSlackCallbackWithResponse

func (c *ClientWithResponses) ConnectSlackCallbackWithResponse(ctx context.Context, workspace WorkspaceId, body ConnectSlackCallbackJSONRequestBody, reqEditors ...RequestEditorFn) (*ConnectSlackCallbackResponse, error)

func (*ClientWithResponses) CreateAccountWithBodyWithResponse

func (c *ClientWithResponses) CreateAccountWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAccountResponse, error)

CreateAccountWithBodyWithResponse request with arbitrary body returning *CreateAccountResponse

func (*ClientWithResponses) CreateAccountWithResponse

func (c *ClientWithResponses) CreateAccountWithResponse(ctx context.Context, workspace WorkspaceId, body CreateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAccountResponse, error)

func (*ClientWithResponses) CreateAppWithBodyWithResponse added in v1.46.1

func (c *ClientWithResponses) CreateAppWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAppResponse, error)

CreateAppWithBodyWithResponse request with arbitrary body returning *CreateAppResponse

func (*ClientWithResponses) CreateAppWithResponse added in v1.46.1

func (c *ClientWithResponses) CreateAppWithResponse(ctx context.Context, workspace WorkspaceId, body CreateAppJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAppResponse, error)

func (*ClientWithResponses) CreateCaptureWithResponse added in v1.43.0

func (c *ClientWithResponses) CreateCaptureWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*CreateCaptureResponse, error)

CreateCaptureWithResponse request returning *CreateCaptureResponse

func (*ClientWithResponses) CreateDraftWithBodyWithResponse added in v1.92.2

func (c *ClientWithResponses) CreateDraftWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDraftResponse, error)

CreateDraftWithBodyWithResponse request with arbitrary body returning *CreateDraftResponse

func (*ClientWithResponses) CreateDraftWithResponse added in v1.92.2

func (c *ClientWithResponses) CreateDraftWithResponse(ctx context.Context, workspace WorkspaceId, body CreateDraftJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDraftResponse, error)

func (*ClientWithResponses) CreateFlowWithBodyWithResponse

func (c *ClientWithResponses) CreateFlowWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateFlowResponse, error)

CreateFlowWithBodyWithResponse request with arbitrary body returning *CreateFlowResponse

func (*ClientWithResponses) CreateFlowWithResponse

func (c *ClientWithResponses) CreateFlowWithResponse(ctx context.Context, workspace WorkspaceId, body CreateFlowJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateFlowResponse, error)

func (*ClientWithResponses) CreateFolderWithBodyWithResponse added in v1.56.0

func (c *ClientWithResponses) CreateFolderWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateFolderResponse, error)

CreateFolderWithBodyWithResponse request with arbitrary body returning *CreateFolderResponse

func (*ClientWithResponses) CreateFolderWithResponse added in v1.56.0

func (c *ClientWithResponses) CreateFolderWithResponse(ctx context.Context, workspace WorkspaceId, body CreateFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateFolderResponse, error)

func (*ClientWithResponses) CreateGroupWithBodyWithResponse

func (c *ClientWithResponses) CreateGroupWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateGroupResponse, error)

CreateGroupWithBodyWithResponse request with arbitrary body returning *CreateGroupResponse

func (*ClientWithResponses) CreateGroupWithResponse

func (c *ClientWithResponses) CreateGroupWithResponse(ctx context.Context, workspace WorkspaceId, body CreateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateGroupResponse, error)

func (*ClientWithResponses) CreateInputWithBodyWithResponse added in v1.88.0

func (c *ClientWithResponses) CreateInputWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateInputParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateInputResponse, error)

CreateInputWithBodyWithResponse request with arbitrary body returning *CreateInputResponse

func (*ClientWithResponses) CreateInputWithResponse added in v1.88.0

func (c *ClientWithResponses) CreateInputWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateInputParams, body CreateInputJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateInputResponse, error)

func (*ClientWithResponses) CreateJobSignatureWithResponse

func (c *ClientWithResponses) CreateJobSignatureWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, params *CreateJobSignatureParams, reqEditors ...RequestEditorFn) (*CreateJobSignatureResponse, error)

CreateJobSignatureWithResponse request returning *CreateJobSignatureResponse

func (*ClientWithResponses) CreateRawAppWithBodyWithResponse added in v1.96.0

func (c *ClientWithResponses) CreateRawAppWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRawAppResponse, error)

CreateRawAppWithBodyWithResponse request with arbitrary body returning *CreateRawAppResponse

func (*ClientWithResponses) CreateRawAppWithResponse added in v1.96.0

func (c *ClientWithResponses) CreateRawAppWithResponse(ctx context.Context, workspace WorkspaceId, body CreateRawAppJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRawAppResponse, error)

func (*ClientWithResponses) CreateResourceTypeWithBodyWithResponse

func (c *ClientWithResponses) CreateResourceTypeWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateResourceTypeResponse, error)

CreateResourceTypeWithBodyWithResponse request with arbitrary body returning *CreateResourceTypeResponse

func (*ClientWithResponses) CreateResourceTypeWithResponse

func (c *ClientWithResponses) CreateResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, body CreateResourceTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateResourceTypeResponse, error)

func (*ClientWithResponses) CreateResourceWithBodyWithResponse

func (c *ClientWithResponses) CreateResourceWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateResourceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateResourceResponse, error)

CreateResourceWithBodyWithResponse request with arbitrary body returning *CreateResourceResponse

func (*ClientWithResponses) CreateResourceWithResponse

func (c *ClientWithResponses) CreateResourceWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateResourceParams, body CreateResourceJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateResourceResponse, error)

func (*ClientWithResponses) CreateScheduleWithBodyWithResponse

func (c *ClientWithResponses) CreateScheduleWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateScheduleResponse, error)

CreateScheduleWithBodyWithResponse request with arbitrary body returning *CreateScheduleResponse

func (*ClientWithResponses) CreateScheduleWithResponse

func (c *ClientWithResponses) CreateScheduleWithResponse(ctx context.Context, workspace WorkspaceId, body CreateScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateScheduleResponse, error)

func (*ClientWithResponses) CreateScriptWithBodyWithResponse

func (c *ClientWithResponses) CreateScriptWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateScriptResponse, error)

CreateScriptWithBodyWithResponse request with arbitrary body returning *CreateScriptResponse

func (*ClientWithResponses) CreateScriptWithResponse

func (c *ClientWithResponses) CreateScriptWithResponse(ctx context.Context, workspace WorkspaceId, body CreateScriptJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateScriptResponse, error)

func (*ClientWithResponses) CreateTokenImpersonateWithBodyWithResponse added in v1.86.0

func (c *ClientWithResponses) CreateTokenImpersonateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTokenImpersonateResponse, error)

CreateTokenImpersonateWithBodyWithResponse request with arbitrary body returning *CreateTokenImpersonateResponse

func (*ClientWithResponses) CreateTokenImpersonateWithResponse added in v1.86.0

func (c *ClientWithResponses) CreateTokenImpersonateWithResponse(ctx context.Context, body CreateTokenImpersonateJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTokenImpersonateResponse, error)

func (*ClientWithResponses) CreateTokenWithBodyWithResponse

func (c *ClientWithResponses) CreateTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTokenResponse, error)

CreateTokenWithBodyWithResponse request with arbitrary body returning *CreateTokenResponse

func (*ClientWithResponses) CreateTokenWithResponse

func (c *ClientWithResponses) CreateTokenWithResponse(ctx context.Context, body CreateTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTokenResponse, error)

func (*ClientWithResponses) CreateUserGloballyWithBodyWithResponse

func (c *ClientWithResponses) CreateUserGloballyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserGloballyResponse, error)

CreateUserGloballyWithBodyWithResponse request with arbitrary body returning *CreateUserGloballyResponse

func (*ClientWithResponses) CreateUserGloballyWithResponse

func (c *ClientWithResponses) CreateUserGloballyWithResponse(ctx context.Context, body CreateUserGloballyJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserGloballyResponse, error)

func (*ClientWithResponses) CreateUserWithBodyWithResponse

func (c *ClientWithResponses) CreateUserWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)

CreateUserWithBodyWithResponse request with arbitrary body returning *CreateUserResponse

func (*ClientWithResponses) CreateUserWithResponse

func (c *ClientWithResponses) CreateUserWithResponse(ctx context.Context, workspace WorkspaceId, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)

func (*ClientWithResponses) CreateVariableWithBodyWithResponse

func (c *ClientWithResponses) CreateVariableWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateVariableParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateVariableResponse, error)

CreateVariableWithBodyWithResponse request with arbitrary body returning *CreateVariableResponse

func (*ClientWithResponses) CreateVariableWithResponse

func (c *ClientWithResponses) CreateVariableWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateVariableParams, body CreateVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateVariableResponse, error)

func (*ClientWithResponses) CreateWorkspaceWithBodyWithResponse

func (c *ClientWithResponses) CreateWorkspaceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWorkspaceResponse, error)

CreateWorkspaceWithBodyWithResponse request with arbitrary body returning *CreateWorkspaceResponse

func (*ClientWithResponses) CreateWorkspaceWithResponse

func (c *ClientWithResponses) CreateWorkspaceWithResponse(ctx context.Context, body CreateWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWorkspaceResponse, error)

func (*ClientWithResponses) DeclineInviteWithBodyWithResponse

func (c *ClientWithResponses) DeclineInviteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeclineInviteResponse, error)

DeclineInviteWithBodyWithResponse request with arbitrary body returning *DeclineInviteResponse

func (*ClientWithResponses) DeclineInviteWithResponse

func (c *ClientWithResponses) DeclineInviteWithResponse(ctx context.Context, body DeclineInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*DeclineInviteResponse, error)

func (*ClientWithResponses) DeleteAppWithResponse added in v1.46.1

func (c *ClientWithResponses) DeleteAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteAppResponse, error)

DeleteAppWithResponse request returning *DeleteAppResponse

func (*ClientWithResponses) DeleteCompletedJobWithResponse

func (c *ClientWithResponses) DeleteCompletedJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*DeleteCompletedJobResponse, error)

DeleteCompletedJobWithResponse request returning *DeleteCompletedJobResponse

func (*ClientWithResponses) DeleteDraftWithResponse added in v1.116.0

func (c *ClientWithResponses) DeleteDraftWithResponse(ctx context.Context, workspace WorkspaceId, kind DeleteDraftParamsKind, path ScriptPath, reqEditors ...RequestEditorFn) (*DeleteDraftResponse, error)

DeleteDraftWithResponse request returning *DeleteDraftResponse

func (*ClientWithResponses) DeleteFlowByPathWithResponse added in v1.66.0

func (c *ClientWithResponses) DeleteFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*DeleteFlowByPathResponse, error)

DeleteFlowByPathWithResponse request returning *DeleteFlowByPathResponse

func (*ClientWithResponses) DeleteFolderWithResponse added in v1.56.0

func (c *ClientWithResponses) DeleteFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*DeleteFolderResponse, error)

DeleteFolderWithResponse request returning *DeleteFolderResponse

func (*ClientWithResponses) DeleteGroupWithResponse

func (c *ClientWithResponses) DeleteGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*DeleteGroupResponse, error)

DeleteGroupWithResponse request returning *DeleteGroupResponse

func (*ClientWithResponses) DeleteInputWithResponse added in v1.88.0

func (c *ClientWithResponses) DeleteInputWithResponse(ctx context.Context, workspace WorkspaceId, input InputId, reqEditors ...RequestEditorFn) (*DeleteInputResponse, error)

DeleteInputWithResponse request returning *DeleteInputResponse

func (*ClientWithResponses) DeleteInviteWithBodyWithResponse

func (c *ClientWithResponses) DeleteInviteWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteInviteResponse, error)

DeleteInviteWithBodyWithResponse request with arbitrary body returning *DeleteInviteResponse

func (*ClientWithResponses) DeleteInviteWithResponse

func (c *ClientWithResponses) DeleteInviteWithResponse(ctx context.Context, workspace WorkspaceId, body DeleteInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteInviteResponse, error)

func (*ClientWithResponses) DeleteRawAppWithResponse added in v1.96.0

func (c *ClientWithResponses) DeleteRawAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteRawAppResponse, error)

DeleteRawAppWithResponse request returning *DeleteRawAppResponse

func (*ClientWithResponses) DeleteResourceTypeWithResponse

func (c *ClientWithResponses) DeleteResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteResourceTypeResponse, error)

DeleteResourceTypeWithResponse request returning *DeleteResourceTypeResponse

func (*ClientWithResponses) DeleteResourceWithResponse

func (c *ClientWithResponses) DeleteResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteResourceResponse, error)

DeleteResourceWithResponse request returning *DeleteResourceResponse

func (*ClientWithResponses) DeleteScheduleWithResponse

func (c *ClientWithResponses) DeleteScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteScheduleResponse, error)

DeleteScheduleWithResponse request returning *DeleteScheduleResponse

func (*ClientWithResponses) DeleteScriptByHashWithResponse

func (c *ClientWithResponses) DeleteScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*DeleteScriptByHashResponse, error)

DeleteScriptByHashWithResponse request returning *DeleteScriptByHashResponse

func (*ClientWithResponses) DeleteScriptByPathWithResponse added in v1.74.0

func (c *ClientWithResponses) DeleteScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*DeleteScriptByPathResponse, error)

DeleteScriptByPathWithResponse request returning *DeleteScriptByPathResponse

func (*ClientWithResponses) DeleteTokenWithResponse

func (c *ClientWithResponses) DeleteTokenWithResponse(ctx context.Context, tokenPrefix string, reqEditors ...RequestEditorFn) (*DeleteTokenResponse, error)

DeleteTokenWithResponse request returning *DeleteTokenResponse

func (*ClientWithResponses) DeleteUserWithResponse

func (c *ClientWithResponses) DeleteUserWithResponse(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*DeleteUserResponse, error)

DeleteUserWithResponse request returning *DeleteUserResponse

func (*ClientWithResponses) DeleteVariableWithResponse

func (c *ClientWithResponses) DeleteVariableWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteVariableResponse, error)

DeleteVariableWithResponse request returning *DeleteVariableResponse

func (*ClientWithResponses) DeleteWorkspaceWithResponse

func (c *ClientWithResponses) DeleteWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*DeleteWorkspaceResponse, error)

DeleteWorkspaceWithResponse request returning *DeleteWorkspaceResponse

func (*ClientWithResponses) DisconnectAccountWithResponse

func (c *ClientWithResponses) DisconnectAccountWithResponse(ctx context.Context, workspace WorkspaceId, id AccountId, reqEditors ...RequestEditorFn) (*DisconnectAccountResponse, error)

DisconnectAccountWithResponse request returning *DisconnectAccountResponse

func (*ClientWithResponses) DisconnectSlackWithResponse

func (c *ClientWithResponses) DisconnectSlackWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*DisconnectSlackResponse, error)

DisconnectSlackWithResponse request returning *DisconnectSlackResponse

func (*ClientWithResponses) EditAutoInviteWithBodyWithResponse added in v1.56.0

func (c *ClientWithResponses) EditAutoInviteWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditAutoInviteResponse, error)

EditAutoInviteWithBodyWithResponse request with arbitrary body returning *EditAutoInviteResponse

func (*ClientWithResponses) EditAutoInviteWithResponse added in v1.56.0

func (c *ClientWithResponses) EditAutoInviteWithResponse(ctx context.Context, workspace WorkspaceId, body EditAutoInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*EditAutoInviteResponse, error)

func (*ClientWithResponses) EditDeployToWithBodyWithResponse added in v1.115.0

func (c *ClientWithResponses) EditDeployToWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditDeployToResponse, error)

EditDeployToWithBodyWithResponse request with arbitrary body returning *EditDeployToResponse

func (*ClientWithResponses) EditDeployToWithResponse added in v1.115.0

func (c *ClientWithResponses) EditDeployToWithResponse(ctx context.Context, workspace WorkspaceId, body EditDeployToJSONRequestBody, reqEditors ...RequestEditorFn) (*EditDeployToResponse, error)

func (*ClientWithResponses) EditErrorHandlerWithBodyWithResponse added in v1.126.0

func (c *ClientWithResponses) EditErrorHandlerWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditErrorHandlerResponse, error)

EditErrorHandlerWithBodyWithResponse request with arbitrary body returning *EditErrorHandlerResponse

func (*ClientWithResponses) EditErrorHandlerWithResponse added in v1.126.0

func (c *ClientWithResponses) EditErrorHandlerWithResponse(ctx context.Context, workspace WorkspaceId, body EditErrorHandlerJSONRequestBody, reqEditors ...RequestEditorFn) (*EditErrorHandlerResponse, error)

func (*ClientWithResponses) EditOpenaiResourcePathWithBodyWithResponse added in v1.134.0

func (c *ClientWithResponses) EditOpenaiResourcePathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditOpenaiResourcePathResponse, error)

EditOpenaiResourcePathWithBodyWithResponse request with arbitrary body returning *EditOpenaiResourcePathResponse

func (*ClientWithResponses) EditOpenaiResourcePathWithResponse added in v1.134.0

func (c *ClientWithResponses) EditOpenaiResourcePathWithResponse(ctx context.Context, workspace WorkspaceId, body EditOpenaiResourcePathJSONRequestBody, reqEditors ...RequestEditorFn) (*EditOpenaiResourcePathResponse, error)

func (*ClientWithResponses) EditSlackCommandWithBodyWithResponse

func (c *ClientWithResponses) EditSlackCommandWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditSlackCommandResponse, error)

EditSlackCommandWithBodyWithResponse request with arbitrary body returning *EditSlackCommandResponse

func (*ClientWithResponses) EditSlackCommandWithResponse

func (c *ClientWithResponses) EditSlackCommandWithResponse(ctx context.Context, workspace WorkspaceId, body EditSlackCommandJSONRequestBody, reqEditors ...RequestEditorFn) (*EditSlackCommandResponse, error)

func (*ClientWithResponses) EditWebhookWithBodyWithResponse added in v1.62.0

func (c *ClientWithResponses) EditWebhookWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditWebhookResponse, error)

EditWebhookWithBodyWithResponse request with arbitrary body returning *EditWebhookResponse

func (*ClientWithResponses) EditWebhookWithResponse added in v1.62.0

func (c *ClientWithResponses) EditWebhookWithResponse(ctx context.Context, workspace WorkspaceId, body EditWebhookJSONRequestBody, reqEditors ...RequestEditorFn) (*EditWebhookResponse, error)

func (*ClientWithResponses) EncryptValueWithBodyWithResponse added in v1.106.0

func (c *ClientWithResponses) EncryptValueWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EncryptValueResponse, error)

EncryptValueWithBodyWithResponse request with arbitrary body returning *EncryptValueResponse

func (*ClientWithResponses) EncryptValueWithResponse added in v1.106.0

func (c *ClientWithResponses) EncryptValueWithResponse(ctx context.Context, workspace WorkspaceId, body EncryptValueJSONRequestBody, reqEditors ...RequestEditorFn) (*EncryptValueResponse, error)

func (*ClientWithResponses) ExecuteComponentWithBodyWithResponse added in v1.46.1

func (c *ClientWithResponses) ExecuteComponentWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExecuteComponentResponse, error)

ExecuteComponentWithBodyWithResponse request with arbitrary body returning *ExecuteComponentResponse

func (*ClientWithResponses) ExecuteComponentWithResponse added in v1.46.1

func (c *ClientWithResponses) ExecuteComponentWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ExecuteComponentJSONRequestBody, reqEditors ...RequestEditorFn) (*ExecuteComponentResponse, error)

func (*ClientWithResponses) ExistsAppWithResponse added in v1.53.0

func (c *ClientWithResponses) ExistsAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsAppResponse, error)

ExistsAppWithResponse request returning *ExistsAppResponse

func (*ClientWithResponses) ExistsEmailWithResponse added in v1.123.1

func (c *ClientWithResponses) ExistsEmailWithResponse(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*ExistsEmailResponse, error)

ExistsEmailWithResponse request returning *ExistsEmailResponse

func (*ClientWithResponses) ExistsFlowByPathWithResponse

func (c *ClientWithResponses) ExistsFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*ExistsFlowByPathResponse, error)

ExistsFlowByPathWithResponse request returning *ExistsFlowByPathResponse

func (*ClientWithResponses) ExistsOpenaiResourcePathWithResponse added in v1.134.0

func (c *ClientWithResponses) ExistsOpenaiResourcePathWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ExistsOpenaiResourcePathResponse, error)

ExistsOpenaiResourcePathWithResponse request returning *ExistsOpenaiResourcePathResponse

func (*ClientWithResponses) ExistsRawAppWithResponse added in v1.96.0

func (c *ClientWithResponses) ExistsRawAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsRawAppResponse, error)

ExistsRawAppWithResponse request returning *ExistsRawAppResponse

func (*ClientWithResponses) ExistsResourceTypeWithResponse

func (c *ClientWithResponses) ExistsResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsResourceTypeResponse, error)

ExistsResourceTypeWithResponse request returning *ExistsResourceTypeResponse

func (*ClientWithResponses) ExistsResourceWithResponse

func (c *ClientWithResponses) ExistsResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsResourceResponse, error)

ExistsResourceWithResponse request returning *ExistsResourceResponse

func (*ClientWithResponses) ExistsScheduleWithResponse

func (c *ClientWithResponses) ExistsScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsScheduleResponse, error)

ExistsScheduleWithResponse request returning *ExistsScheduleResponse

func (*ClientWithResponses) ExistsScriptByPathWithResponse

func (c *ClientWithResponses) ExistsScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*ExistsScriptByPathResponse, error)

ExistsScriptByPathWithResponse request returning *ExistsScriptByPathResponse

func (*ClientWithResponses) ExistsUsernameWithBodyWithResponse

func (c *ClientWithResponses) ExistsUsernameWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExistsUsernameResponse, error)

ExistsUsernameWithBodyWithResponse request with arbitrary body returning *ExistsUsernameResponse

func (*ClientWithResponses) ExistsUsernameWithResponse

func (c *ClientWithResponses) ExistsUsernameWithResponse(ctx context.Context, body ExistsUsernameJSONRequestBody, reqEditors ...RequestEditorFn) (*ExistsUsernameResponse, error)

func (*ClientWithResponses) ExistsVariableWithResponse

func (c *ClientWithResponses) ExistsVariableWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsVariableResponse, error)

ExistsVariableWithResponse request returning *ExistsVariableResponse

func (*ClientWithResponses) ExistsWorkspaceWithBodyWithResponse

func (c *ClientWithResponses) ExistsWorkspaceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExistsWorkspaceResponse, error)

ExistsWorkspaceWithBodyWithResponse request with arbitrary body returning *ExistsWorkspaceResponse

func (*ClientWithResponses) ExistsWorkspaceWithResponse

func (c *ClientWithResponses) ExistsWorkspaceWithResponse(ctx context.Context, body ExistsWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*ExistsWorkspaceResponse, error)

func (*ClientWithResponses) ForceCancelQueuedJobWithBodyWithResponse added in v1.84.0

func (c *ClientWithResponses) ForceCancelQueuedJobWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ForceCancelQueuedJobResponse, error)

ForceCancelQueuedJobWithBodyWithResponse request with arbitrary body returning *ForceCancelQueuedJobResponse

func (*ClientWithResponses) ForceCancelQueuedJobWithResponse added in v1.84.0

func (c *ClientWithResponses) ForceCancelQueuedJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, body ForceCancelQueuedJobJSONRequestBody, reqEditors ...RequestEditorFn) (*ForceCancelQueuedJobResponse, error)

func (*ClientWithResponses) GetAppByPathWithDraftWithResponse added in v1.92.2

func (c *ClientWithResponses) GetAppByPathWithDraftWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetAppByPathWithDraftResponse, error)

GetAppByPathWithDraftWithResponse request returning *GetAppByPathWithDraftResponse

func (*ClientWithResponses) GetAppByPathWithResponse added in v1.46.1

func (c *ClientWithResponses) GetAppByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetAppByPathResponse, error)

GetAppByPathWithResponse request returning *GetAppByPathResponse

func (*ClientWithResponses) GetAppByVersionWithResponse added in v1.46.1

func (c *ClientWithResponses) GetAppByVersionWithResponse(ctx context.Context, workspace WorkspaceId, id PathId, reqEditors ...RequestEditorFn) (*GetAppByVersionResponse, error)

GetAppByVersionWithResponse request returning *GetAppByVersionResponse

func (*ClientWithResponses) GetAuditLogWithResponse

func (c *ClientWithResponses) GetAuditLogWithResponse(ctx context.Context, workspace WorkspaceId, id PathId, reqEditors ...RequestEditorFn) (*GetAuditLogResponse, error)

GetAuditLogWithResponse request returning *GetAuditLogResponse

func (*ClientWithResponses) GetCaptureWithResponse added in v1.43.0

func (c *ClientWithResponses) GetCaptureWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetCaptureResponse, error)

GetCaptureWithResponse request returning *GetCaptureResponse

func (*ClientWithResponses) GetCompletedJobResultMaybeWithResponse added in v1.100.0

func (c *ClientWithResponses) GetCompletedJobResultMaybeWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetCompletedJobResultMaybeResponse, error)

GetCompletedJobResultMaybeWithResponse request returning *GetCompletedJobResultMaybeResponse

func (*ClientWithResponses) GetCompletedJobResultWithResponse added in v1.72.0

func (c *ClientWithResponses) GetCompletedJobResultWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetCompletedJobResultResponse, error)

GetCompletedJobResultWithResponse request returning *GetCompletedJobResultResponse

func (*ClientWithResponses) GetCompletedJobWithResponse

func (c *ClientWithResponses) GetCompletedJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetCompletedJobResponse, error)

GetCompletedJobWithResponse request returning *GetCompletedJobResponse

func (*ClientWithResponses) GetCurrentEmailWithResponse

func (c *ClientWithResponses) GetCurrentEmailWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCurrentEmailResponse, error)

GetCurrentEmailWithResponse request returning *GetCurrentEmailResponse

func (*ClientWithResponses) GetCustomTagsWithResponse added in v1.89.0

func (c *ClientWithResponses) GetCustomTagsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCustomTagsResponse, error)

GetCustomTagsWithResponse request returning *GetCustomTagsResponse

func (*ClientWithResponses) GetDeployToWithResponse added in v1.115.0

func (c *ClientWithResponses) GetDeployToWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetDeployToResponse, error)

GetDeployToWithResponse request returning *GetDeployToResponse

func (*ClientWithResponses) GetFlowByPathWithDraftWithResponse added in v1.92.2

func (c *ClientWithResponses) GetFlowByPathWithDraftWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetFlowByPathWithDraftResponse, error)

GetFlowByPathWithDraftWithResponse request returning *GetFlowByPathWithDraftResponse

func (*ClientWithResponses) GetFlowByPathWithResponse

func (c *ClientWithResponses) GetFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetFlowByPathResponse, error)

GetFlowByPathWithResponse request returning *GetFlowByPathResponse

func (*ClientWithResponses) GetFlowInputHistoryByPathWithResponse added in v1.88.0

func (c *ClientWithResponses) GetFlowInputHistoryByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *GetFlowInputHistoryByPathParams, reqEditors ...RequestEditorFn) (*GetFlowInputHistoryByPathResponse, error)

GetFlowInputHistoryByPathWithResponse request returning *GetFlowInputHistoryByPathResponse

func (*ClientWithResponses) GetFolderUsageWithResponse added in v1.56.0

func (c *ClientWithResponses) GetFolderUsageWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*GetFolderUsageResponse, error)

GetFolderUsageWithResponse request returning *GetFolderUsageResponse

func (*ClientWithResponses) GetFolderWithResponse added in v1.56.0

func (c *ClientWithResponses) GetFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*GetFolderResponse, error)

GetFolderWithResponse request returning *GetFolderResponse

func (*ClientWithResponses) GetGranularAclsWithResponse

func (c *ClientWithResponses) GetGranularAclsWithResponse(ctx context.Context, workspace WorkspaceId, kind GetGranularAclsParamsKind, path Path, reqEditors ...RequestEditorFn) (*GetGranularAclsResponse, error)

GetGranularAclsWithResponse request returning *GetGranularAclsResponse

func (*ClientWithResponses) GetGroupWithResponse

func (c *ClientWithResponses) GetGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*GetGroupResponse, error)

GetGroupWithResponse request returning *GetGroupResponse

func (*ClientWithResponses) GetHubAppByIdWithResponse added in v1.58.0

func (c *ClientWithResponses) GetHubAppByIdWithResponse(ctx context.Context, id PathId, reqEditors ...RequestEditorFn) (*GetHubAppByIdResponse, error)

GetHubAppByIdWithResponse request returning *GetHubAppByIdResponse

func (*ClientWithResponses) GetHubFlowByIdWithResponse

func (c *ClientWithResponses) GetHubFlowByIdWithResponse(ctx context.Context, id PathId, reqEditors ...RequestEditorFn) (*GetHubFlowByIdResponse, error)

GetHubFlowByIdWithResponse request returning *GetHubFlowByIdResponse

func (*ClientWithResponses) GetHubScriptByPathWithResponse added in v1.40.0

func (c *ClientWithResponses) GetHubScriptByPathWithResponse(ctx context.Context, path ScriptPath, reqEditors ...RequestEditorFn) (*GetHubScriptByPathResponse, error)

GetHubScriptByPathWithResponse request returning *GetHubScriptByPathResponse

func (*ClientWithResponses) GetHubScriptContentByPathWithResponse

func (c *ClientWithResponses) GetHubScriptContentByPathWithResponse(ctx context.Context, path ScriptPath, reqEditors ...RequestEditorFn) (*GetHubScriptContentByPathResponse, error)

GetHubScriptContentByPathWithResponse request returning *GetHubScriptContentByPathResponse

func (*ClientWithResponses) GetInputHistoryWithResponse added in v1.88.0

func (c *ClientWithResponses) GetInputHistoryWithResponse(ctx context.Context, workspace WorkspaceId, params *GetInputHistoryParams, reqEditors ...RequestEditorFn) (*GetInputHistoryResponse, error)

GetInputHistoryWithResponse request returning *GetInputHistoryResponse

func (*ClientWithResponses) GetInstanceGroupWithResponse added in v1.136.0

func (c *ClientWithResponses) GetInstanceGroupWithResponse(ctx context.Context, name Name, reqEditors ...RequestEditorFn) (*GetInstanceGroupResponse, error)

GetInstanceGroupWithResponse request returning *GetInstanceGroupResponse

func (*ClientWithResponses) GetJobLogsWithResponse added in v1.121.0

func (c *ClientWithResponses) GetJobLogsWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetJobLogsResponse, error)

GetJobLogsWithResponse request returning *GetJobLogsResponse

func (*ClientWithResponses) GetJobUpdatesWithResponse

func (c *ClientWithResponses) GetJobUpdatesWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, params *GetJobUpdatesParams, reqEditors ...RequestEditorFn) (*GetJobUpdatesResponse, error)

GetJobUpdatesWithResponse request returning *GetJobUpdatesResponse

func (*ClientWithResponses) GetJobWithResponse

func (c *ClientWithResponses) GetJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetJobResponse, error)

GetJobWithResponse request returning *GetJobResponse

func (*ClientWithResponses) GetLicenseIdWithResponse added in v1.104.0

func (c *ClientWithResponses) GetLicenseIdWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetLicenseIdResponse, error)

GetLicenseIdWithResponse request returning *GetLicenseIdResponse

func (*ClientWithResponses) GetOpenApiYamlWithResponse

func (c *ClientWithResponses) GetOpenApiYamlWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetOpenApiYamlResponse, error)

GetOpenApiYamlWithResponse request returning *GetOpenApiYamlResponse

func (*ClientWithResponses) GetPremiumInfoWithResponse added in v1.56.0

func (c *ClientWithResponses) GetPremiumInfoWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetPremiumInfoResponse, error)

GetPremiumInfoWithResponse request returning *GetPremiumInfoResponse

func (*ClientWithResponses) GetPublicAppBySecretWithResponse added in v1.57.0

func (c *ClientWithResponses) GetPublicAppBySecretWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetPublicAppBySecretResponse, error)

GetPublicAppBySecretWithResponse request returning *GetPublicAppBySecretResponse

func (*ClientWithResponses) GetPublicSecretOfAppWithResponse added in v1.57.0

func (c *ClientWithResponses) GetPublicSecretOfAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetPublicSecretOfAppResponse, error)

GetPublicSecretOfAppWithResponse request returning *GetPublicSecretOfAppResponse

func (*ClientWithResponses) GetRawAppDataWithResponse added in v1.96.0

func (c *ClientWithResponses) GetRawAppDataWithResponse(ctx context.Context, workspace WorkspaceId, version VersionId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetRawAppDataResponse, error)

GetRawAppDataWithResponse request returning *GetRawAppDataResponse

func (*ClientWithResponses) GetResourceTypeWithResponse

func (c *ClientWithResponses) GetResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetResourceTypeResponse, error)

GetResourceTypeWithResponse request returning *GetResourceTypeResponse

func (*ClientWithResponses) GetResourceValueWithResponse added in v1.43.0

func (c *ClientWithResponses) GetResourceValueWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetResourceValueResponse, error)

GetResourceValueWithResponse request returning *GetResourceValueResponse

func (*ClientWithResponses) GetResourceWithResponse

func (c *ClientWithResponses) GetResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetResourceResponse, error)

GetResourceWithResponse request returning *GetResourceResponse

func (*ClientWithResponses) GetResumeUrlsWithResponse added in v1.52.0

func (c *ClientWithResponses) GetResumeUrlsWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, params *GetResumeUrlsParams, reqEditors ...RequestEditorFn) (*GetResumeUrlsResponse, error)

GetResumeUrlsWithResponse request returning *GetResumeUrlsResponse

func (*ClientWithResponses) GetRunnableWithResponse added in v1.106.0

func (c *ClientWithResponses) GetRunnableWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetRunnableResponse, error)

GetRunnableWithResponse request returning *GetRunnableResponse

func (*ClientWithResponses) GetScheduleWithResponse

func (c *ClientWithResponses) GetScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetScheduleResponse, error)

GetScheduleWithResponse request returning *GetScheduleResponse

func (*ClientWithResponses) GetScriptByHashWithResponse

func (c *ClientWithResponses) GetScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*GetScriptByHashResponse, error)

GetScriptByHashWithResponse request returning *GetScriptByHashResponse

func (*ClientWithResponses) GetScriptByPathWithDraftWithResponse added in v1.92.2

func (c *ClientWithResponses) GetScriptByPathWithDraftWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetScriptByPathWithDraftResponse, error)

GetScriptByPathWithDraftWithResponse request returning *GetScriptByPathWithDraftResponse

func (*ClientWithResponses) GetScriptByPathWithResponse

func (c *ClientWithResponses) GetScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetScriptByPathResponse, error)

GetScriptByPathWithResponse request returning *GetScriptByPathResponse

func (*ClientWithResponses) GetScriptDeploymentStatusWithResponse

func (c *ClientWithResponses) GetScriptDeploymentStatusWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*GetScriptDeploymentStatusResponse, error)

GetScriptDeploymentStatusWithResponse request returning *GetScriptDeploymentStatusResponse

func (*ClientWithResponses) GetSettingsWithResponse

func (c *ClientWithResponses) GetSettingsWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetSettingsResponse, error)

GetSettingsWithResponse request returning *GetSettingsResponse

func (*ClientWithResponses) GetSuspendedJobFlowWithResponse added in v1.40.0

func (c *ClientWithResponses) GetSuspendedJobFlowWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *GetSuspendedJobFlowParams, reqEditors ...RequestEditorFn) (*GetSuspendedJobFlowResponse, error)

GetSuspendedJobFlowWithResponse request returning *GetSuspendedJobFlowResponse

func (*ClientWithResponses) GetUsageWithResponse added in v1.56.0

func (c *ClientWithResponses) GetUsageWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUsageResponse, error)

GetUsageWithResponse request returning *GetUsageResponse

func (*ClientWithResponses) GetVariableWithResponse

func (c *ClientWithResponses) GetVariableWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *GetVariableParams, reqEditors ...RequestEditorFn) (*GetVariableResponse, error)

GetVariableWithResponse request returning *GetVariableResponse

func (*ClientWithResponses) GlobalUserDeleteWithResponse added in v1.46.0

func (c *ClientWithResponses) GlobalUserDeleteWithResponse(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*GlobalUserDeleteResponse, error)

GlobalUserDeleteWithResponse request returning *GlobalUserDeleteResponse

func (*ClientWithResponses) GlobalUserUpdateWithBodyWithResponse

func (c *ClientWithResponses) GlobalUserUpdateWithBodyWithResponse(ctx context.Context, email string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GlobalUserUpdateResponse, error)

GlobalUserUpdateWithBodyWithResponse request with arbitrary body returning *GlobalUserUpdateResponse

func (*ClientWithResponses) GlobalUserUpdateWithResponse

func (c *ClientWithResponses) GlobalUserUpdateWithResponse(ctx context.Context, email string, body GlobalUserUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*GlobalUserUpdateResponse, error)

func (*ClientWithResponses) GlobalWhoamiWithResponse

func (c *ClientWithResponses) GlobalWhoamiWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GlobalWhoamiResponse, error)

GlobalWhoamiWithResponse request returning *GlobalWhoamiResponse

func (*ClientWithResponses) InviteUserWithBodyWithResponse

func (c *ClientWithResponses) InviteUserWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InviteUserResponse, error)

InviteUserWithBodyWithResponse request with arbitrary body returning *InviteUserResponse

func (*ClientWithResponses) InviteUserWithResponse

func (c *ClientWithResponses) InviteUserWithResponse(ctx context.Context, workspace WorkspaceId, body InviteUserJSONRequestBody, reqEditors ...RequestEditorFn) (*InviteUserResponse, error)

func (*ClientWithResponses) IsDomainAllowedWithResponse added in v1.56.0

func (c *ClientWithResponses) IsDomainAllowedWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*IsDomainAllowedResponse, error)

IsDomainAllowedWithResponse request returning *IsDomainAllowedResponse

func (*ClientWithResponses) IsOwnerOfPathWithResponse added in v1.56.0

func (c *ClientWithResponses) IsOwnerOfPathWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*IsOwnerOfPathResponse, error)

IsOwnerOfPathWithResponse request returning *IsOwnerOfPathResponse

func (*ClientWithResponses) LeaveWorkspaceWithResponse

func (c *ClientWithResponses) LeaveWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*LeaveWorkspaceResponse, error)

LeaveWorkspaceWithResponse request returning *LeaveWorkspaceResponse

func (*ClientWithResponses) ListAppsWithResponse added in v1.46.1

func (c *ClientWithResponses) ListAppsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListAppsParams, reqEditors ...RequestEditorFn) (*ListAppsResponse, error)

ListAppsWithResponse request returning *ListAppsResponse

func (*ClientWithResponses) ListAuditLogsWithResponse

func (c *ClientWithResponses) ListAuditLogsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListAuditLogsParams, reqEditors ...RequestEditorFn) (*ListAuditLogsResponse, error)

ListAuditLogsWithResponse request returning *ListAuditLogsResponse

func (*ClientWithResponses) ListCompletedJobsWithResponse

func (c *ClientWithResponses) ListCompletedJobsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListCompletedJobsParams, reqEditors ...RequestEditorFn) (*ListCompletedJobsResponse, error)

ListCompletedJobsWithResponse request returning *ListCompletedJobsResponse

func (*ClientWithResponses) ListContextualVariablesWithResponse

func (c *ClientWithResponses) ListContextualVariablesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListContextualVariablesResponse, error)

ListContextualVariablesWithResponse request returning *ListContextualVariablesResponse

func (*ClientWithResponses) ListFlowPathsWithResponse added in v1.60.0

func (c *ClientWithResponses) ListFlowPathsWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListFlowPathsResponse, error)

ListFlowPathsWithResponse request returning *ListFlowPathsResponse

func (*ClientWithResponses) ListFlowsWithResponse

func (c *ClientWithResponses) ListFlowsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListFlowsParams, reqEditors ...RequestEditorFn) (*ListFlowsResponse, error)

ListFlowsWithResponse request returning *ListFlowsResponse

func (*ClientWithResponses) ListFolderNamesWithResponse added in v1.56.0

func (c *ClientWithResponses) ListFolderNamesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListFolderNamesParams, reqEditors ...RequestEditorFn) (*ListFolderNamesResponse, error)

ListFolderNamesWithResponse request returning *ListFolderNamesResponse

func (*ClientWithResponses) ListFoldersWithResponse added in v1.56.0

func (c *ClientWithResponses) ListFoldersWithResponse(ctx context.Context, workspace WorkspaceId, params *ListFoldersParams, reqEditors ...RequestEditorFn) (*ListFoldersResponse, error)

ListFoldersWithResponse request returning *ListFoldersResponse

func (*ClientWithResponses) ListGroupNamesWithResponse

func (c *ClientWithResponses) ListGroupNamesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListGroupNamesParams, reqEditors ...RequestEditorFn) (*ListGroupNamesResponse, error)

ListGroupNamesWithResponse request returning *ListGroupNamesResponse

func (*ClientWithResponses) ListGroupsWithResponse

func (c *ClientWithResponses) ListGroupsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListGroupsParams, reqEditors ...RequestEditorFn) (*ListGroupsResponse, error)

ListGroupsWithResponse request returning *ListGroupsResponse

func (*ClientWithResponses) ListHubAppsWithResponse added in v1.58.0

func (c *ClientWithResponses) ListHubAppsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListHubAppsResponse, error)

ListHubAppsWithResponse request returning *ListHubAppsResponse

func (*ClientWithResponses) ListHubFlowsWithResponse

func (c *ClientWithResponses) ListHubFlowsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListHubFlowsResponse, error)

ListHubFlowsWithResponse request returning *ListHubFlowsResponse

func (*ClientWithResponses) ListHubScriptsWithResponse

func (c *ClientWithResponses) ListHubScriptsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListHubScriptsResponse, error)

ListHubScriptsWithResponse request returning *ListHubScriptsResponse

func (*ClientWithResponses) ListInputsWithResponse added in v1.88.0

func (c *ClientWithResponses) ListInputsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListInputsParams, reqEditors ...RequestEditorFn) (*ListInputsResponse, error)

ListInputsWithResponse request returning *ListInputsResponse

func (*ClientWithResponses) ListInstanceGroupsWithResponse added in v1.136.0

func (c *ClientWithResponses) ListInstanceGroupsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListInstanceGroupsResponse, error)

ListInstanceGroupsWithResponse request returning *ListInstanceGroupsResponse

func (*ClientWithResponses) ListJobsWithResponse

func (c *ClientWithResponses) ListJobsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListJobsParams, reqEditors ...RequestEditorFn) (*ListJobsResponse, error)

ListJobsWithResponse request returning *ListJobsResponse

func (*ClientWithResponses) ListOAuthConnectsWithResponse

func (c *ClientWithResponses) ListOAuthConnectsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListOAuthConnectsResponse, error)

ListOAuthConnectsWithResponse request returning *ListOAuthConnectsResponse

func (*ClientWithResponses) ListOAuthLoginsWithResponse

func (c *ClientWithResponses) ListOAuthLoginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListOAuthLoginsResponse, error)

ListOAuthLoginsWithResponse request returning *ListOAuthLoginsResponse

func (*ClientWithResponses) ListPendingInvitesWithResponse

func (c *ClientWithResponses) ListPendingInvitesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListPendingInvitesResponse, error)

ListPendingInvitesWithResponse request returning *ListPendingInvitesResponse

func (*ClientWithResponses) ListQueueWithResponse

func (c *ClientWithResponses) ListQueueWithResponse(ctx context.Context, workspace WorkspaceId, params *ListQueueParams, reqEditors ...RequestEditorFn) (*ListQueueResponse, error)

ListQueueWithResponse request returning *ListQueueResponse

func (*ClientWithResponses) ListRawAppsWithResponse added in v1.96.0

func (c *ClientWithResponses) ListRawAppsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListRawAppsParams, reqEditors ...RequestEditorFn) (*ListRawAppsResponse, error)

ListRawAppsWithResponse request returning *ListRawAppsResponse

func (*ClientWithResponses) ListResourceTypeNamesWithResponse

func (c *ClientWithResponses) ListResourceTypeNamesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListResourceTypeNamesResponse, error)

ListResourceTypeNamesWithResponse request returning *ListResourceTypeNamesResponse

func (*ClientWithResponses) ListResourceTypeWithResponse

func (c *ClientWithResponses) ListResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListResourceTypeResponse, error)

ListResourceTypeWithResponse request returning *ListResourceTypeResponse

func (*ClientWithResponses) ListResourceWithResponse

func (c *ClientWithResponses) ListResourceWithResponse(ctx context.Context, workspace WorkspaceId, params *ListResourceParams, reqEditors ...RequestEditorFn) (*ListResourceResponse, error)

ListResourceWithResponse request returning *ListResourceResponse

func (*ClientWithResponses) ListSchedulesWithJobsWithResponse added in v1.113.0

func (c *ClientWithResponses) ListSchedulesWithJobsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListSchedulesWithJobsParams, reqEditors ...RequestEditorFn) (*ListSchedulesWithJobsResponse, error)

ListSchedulesWithJobsWithResponse request returning *ListSchedulesWithJobsResponse

func (*ClientWithResponses) ListSchedulesWithResponse

func (c *ClientWithResponses) ListSchedulesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListSchedulesParams, reqEditors ...RequestEditorFn) (*ListSchedulesResponse, error)

ListSchedulesWithResponse request returning *ListSchedulesResponse

func (*ClientWithResponses) ListScriptPathsWithResponse added in v1.60.0

func (c *ClientWithResponses) ListScriptPathsWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListScriptPathsResponse, error)

ListScriptPathsWithResponse request returning *ListScriptPathsResponse

func (*ClientWithResponses) ListScriptsWithResponse

func (c *ClientWithResponses) ListScriptsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListScriptsParams, reqEditors ...RequestEditorFn) (*ListScriptsResponse, error)

ListScriptsWithResponse request returning *ListScriptsResponse

func (*ClientWithResponses) ListTokensWithResponse

func (c *ClientWithResponses) ListTokensWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListTokensResponse, error)

ListTokensWithResponse request returning *ListTokensResponse

func (*ClientWithResponses) ListUserWorkspacesWithResponse

func (c *ClientWithResponses) ListUserWorkspacesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListUserWorkspacesResponse, error)

ListUserWorkspacesWithResponse request returning *ListUserWorkspacesResponse

func (*ClientWithResponses) ListUsernamesWithResponse

func (c *ClientWithResponses) ListUsernamesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListUsernamesResponse, error)

ListUsernamesWithResponse request returning *ListUsernamesResponse

func (*ClientWithResponses) ListUsersAsSuperAdminWithResponse

func (c *ClientWithResponses) ListUsersAsSuperAdminWithResponse(ctx context.Context, params *ListUsersAsSuperAdminParams, reqEditors ...RequestEditorFn) (*ListUsersAsSuperAdminResponse, error)

ListUsersAsSuperAdminWithResponse request returning *ListUsersAsSuperAdminResponse

func (*ClientWithResponses) ListUsersWithResponse

func (c *ClientWithResponses) ListUsersWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListUsersResponse, error)

ListUsersWithResponse request returning *ListUsersResponse

func (*ClientWithResponses) ListVariableWithResponse

func (c *ClientWithResponses) ListVariableWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListVariableResponse, error)

ListVariableWithResponse request returning *ListVariableResponse

func (*ClientWithResponses) ListWorkersWithResponse

func (c *ClientWithResponses) ListWorkersWithResponse(ctx context.Context, params *ListWorkersParams, reqEditors ...RequestEditorFn) (*ListWorkersResponse, error)

ListWorkersWithResponse request returning *ListWorkersResponse

func (*ClientWithResponses) ListWorkspaceInvitesWithResponse

func (c *ClientWithResponses) ListWorkspaceInvitesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListWorkspaceInvitesResponse, error)

ListWorkspaceInvitesWithResponse request returning *ListWorkspaceInvitesResponse

func (*ClientWithResponses) ListWorkspacesAsSuperAdminWithResponse

func (c *ClientWithResponses) ListWorkspacesAsSuperAdminWithResponse(ctx context.Context, params *ListWorkspacesAsSuperAdminParams, reqEditors ...RequestEditorFn) (*ListWorkspacesAsSuperAdminResponse, error)

ListWorkspacesAsSuperAdminWithResponse request returning *ListWorkspacesAsSuperAdminResponse

func (*ClientWithResponses) ListWorkspacesWithResponse

func (c *ClientWithResponses) ListWorkspacesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListWorkspacesResponse, error)

ListWorkspacesWithResponse request returning *ListWorkspacesResponse

func (*ClientWithResponses) LoginWithBodyWithResponse

func (c *ClientWithResponses) LoginWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LoginResponse, error)

LoginWithBodyWithResponse request with arbitrary body returning *LoginResponse

func (*ClientWithResponses) LoginWithOauthWithBodyWithResponse

func (c *ClientWithResponses) LoginWithOauthWithBodyWithResponse(ctx context.Context, clientName ClientName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LoginWithOauthResponse, error)

LoginWithOauthWithBodyWithResponse request with arbitrary body returning *LoginWithOauthResponse

func (*ClientWithResponses) LoginWithOauthWithResponse

func (c *ClientWithResponses) LoginWithOauthWithResponse(ctx context.Context, clientName ClientName, body LoginWithOauthJSONRequestBody, reqEditors ...RequestEditorFn) (*LoginWithOauthResponse, error)

func (*ClientWithResponses) LoginWithResponse

func (c *ClientWithResponses) LoginWithResponse(ctx context.Context, body LoginJSONRequestBody, reqEditors ...RequestEditorFn) (*LoginResponse, error)

func (*ClientWithResponses) LogoutWithResponse

func (c *ClientWithResponses) LogoutWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LogoutResponse, error)

LogoutWithResponse request returning *LogoutResponse

func (*ClientWithResponses) OpenaiSyncFlowByPathWithBodyWithResponse added in v1.109.1

func (c *ClientWithResponses) OpenaiSyncFlowByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncFlowByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OpenaiSyncFlowByPathResponse, error)

OpenaiSyncFlowByPathWithBodyWithResponse request with arbitrary body returning *OpenaiSyncFlowByPathResponse

func (*ClientWithResponses) OpenaiSyncFlowByPathWithResponse added in v1.109.1

func (c *ClientWithResponses) OpenaiSyncFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncFlowByPathParams, body OpenaiSyncFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*OpenaiSyncFlowByPathResponse, error)

func (*ClientWithResponses) OpenaiSyncScriptByPathWithBodyWithResponse added in v1.109.1

func (c *ClientWithResponses) OpenaiSyncScriptByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncScriptByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OpenaiSyncScriptByPathResponse, error)

OpenaiSyncScriptByPathWithBodyWithResponse request with arbitrary body returning *OpenaiSyncScriptByPathResponse

func (*ClientWithResponses) OpenaiSyncScriptByPathWithResponse added in v1.109.1

func (*ClientWithResponses) PreviewScheduleWithBodyWithResponse

func (c *ClientWithResponses) PreviewScheduleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PreviewScheduleResponse, error)

PreviewScheduleWithBodyWithResponse request with arbitrary body returning *PreviewScheduleResponse

func (*ClientWithResponses) PreviewScheduleWithResponse

func (c *ClientWithResponses) PreviewScheduleWithResponse(ctx context.Context, body PreviewScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*PreviewScheduleResponse, error)

func (*ClientWithResponses) RawScriptByHashWithResponse

func (c *ClientWithResponses) RawScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*RawScriptByHashResponse, error)

RawScriptByHashWithResponse request returning *RawScriptByHashResponse

func (*ClientWithResponses) RawScriptByPathTokenedWithResponse added in v1.86.0

func (c *ClientWithResponses) RawScriptByPathTokenedWithResponse(ctx context.Context, workspace WorkspaceId, token Token, path ScriptPath, reqEditors ...RequestEditorFn) (*RawScriptByPathTokenedResponse, error)

RawScriptByPathTokenedWithResponse request returning *RawScriptByPathTokenedResponse

func (*ClientWithResponses) RawScriptByPathWithResponse

func (c *ClientWithResponses) RawScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*RawScriptByPathResponse, error)

RawScriptByPathWithResponse request returning *RawScriptByPathResponse

func (*ClientWithResponses) RefreshTokenWithBodyWithResponse

func (c *ClientWithResponses) RefreshTokenWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id AccountId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RefreshTokenResponse, error)

RefreshTokenWithBodyWithResponse request with arbitrary body returning *RefreshTokenResponse

func (*ClientWithResponses) RefreshTokenWithResponse

func (c *ClientWithResponses) RefreshTokenWithResponse(ctx context.Context, workspace WorkspaceId, id AccountId, body RefreshTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*RefreshTokenResponse, error)

func (*ClientWithResponses) RemoveGranularAclsWithBodyWithResponse

func (c *ClientWithResponses) RemoveGranularAclsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, kind RemoveGranularAclsParamsKind, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveGranularAclsResponse, error)

RemoveGranularAclsWithBodyWithResponse request with arbitrary body returning *RemoveGranularAclsResponse

func (*ClientWithResponses) RemoveGranularAclsWithResponse

func (c *ClientWithResponses) RemoveGranularAclsWithResponse(ctx context.Context, workspace WorkspaceId, kind RemoveGranularAclsParamsKind, path Path, body RemoveGranularAclsJSONRequestBody, reqEditors ...RequestEditorFn) (*RemoveGranularAclsResponse, error)

func (*ClientWithResponses) RemoveOwnerToFolderWithBodyWithResponse added in v1.56.0

func (c *ClientWithResponses) RemoveOwnerToFolderWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveOwnerToFolderResponse, error)

RemoveOwnerToFolderWithBodyWithResponse request with arbitrary body returning *RemoveOwnerToFolderResponse

func (*ClientWithResponses) RemoveOwnerToFolderWithResponse added in v1.56.0

func (c *ClientWithResponses) RemoveOwnerToFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body RemoveOwnerToFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*RemoveOwnerToFolderResponse, error)

func (*ClientWithResponses) RemoveUserToGroupWithBodyWithResponse

func (c *ClientWithResponses) RemoveUserToGroupWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveUserToGroupResponse, error)

RemoveUserToGroupWithBodyWithResponse request with arbitrary body returning *RemoveUserToGroupResponse

func (*ClientWithResponses) RemoveUserToGroupWithResponse

func (c *ClientWithResponses) RemoveUserToGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body RemoveUserToGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*RemoveUserToGroupResponse, error)

func (*ClientWithResponses) ResultByIdWithResponse added in v1.43.0

func (c *ClientWithResponses) ResultByIdWithResponse(ctx context.Context, workspace WorkspaceId, flowJobId string, nodeId string, reqEditors ...RequestEditorFn) (*ResultByIdResponse, error)

ResultByIdWithResponse request returning *ResultByIdResponse

func (*ClientWithResponses) ResumeSuspendedFlowAsOwnerWithBodyWithResponse added in v1.57.0

func (c *ClientWithResponses) ResumeSuspendedFlowAsOwnerWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ResumeSuspendedFlowAsOwnerResponse, error)

ResumeSuspendedFlowAsOwnerWithBodyWithResponse request with arbitrary body returning *ResumeSuspendedFlowAsOwnerResponse

func (*ClientWithResponses) ResumeSuspendedFlowAsOwnerWithResponse added in v1.57.0

func (c *ClientWithResponses) ResumeSuspendedFlowAsOwnerWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, body ResumeSuspendedFlowAsOwnerJSONRequestBody, reqEditors ...RequestEditorFn) (*ResumeSuspendedFlowAsOwnerResponse, error)

func (*ClientWithResponses) ResumeSuspendedJobGetWithResponse

func (c *ClientWithResponses) ResumeSuspendedJobGetWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobGetParams, reqEditors ...RequestEditorFn) (*ResumeSuspendedJobGetResponse, error)

ResumeSuspendedJobGetWithResponse request returning *ResumeSuspendedJobGetResponse

func (*ClientWithResponses) ResumeSuspendedJobPostWithBodyWithResponse

func (c *ClientWithResponses) ResumeSuspendedJobPostWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobPostParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ResumeSuspendedJobPostResponse, error)

ResumeSuspendedJobPostWithBodyWithResponse request with arbitrary body returning *ResumeSuspendedJobPostResponse

func (*ClientWithResponses) ResumeSuspendedJobPostWithResponse

func (c *ClientWithResponses) ResumeSuspendedJobPostWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobPostParams, body ResumeSuspendedJobPostJSONRequestBody, reqEditors ...RequestEditorFn) (*ResumeSuspendedJobPostResponse, error)

func (*ClientWithResponses) RunFlowByPathWithBodyWithResponse

func (c *ClientWithResponses) RunFlowByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunFlowByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunFlowByPathResponse, error)

RunFlowByPathWithBodyWithResponse request with arbitrary body returning *RunFlowByPathResponse

func (*ClientWithResponses) RunFlowByPathWithResponse

func (c *ClientWithResponses) RunFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunFlowByPathParams, body RunFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*RunFlowByPathResponse, error)

func (*ClientWithResponses) RunFlowPreviewWithBodyWithResponse

func (c *ClientWithResponses) RunFlowPreviewWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *RunFlowPreviewParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunFlowPreviewResponse, error)

RunFlowPreviewWithBodyWithResponse request with arbitrary body returning *RunFlowPreviewResponse

func (*ClientWithResponses) RunFlowPreviewWithResponse

func (c *ClientWithResponses) RunFlowPreviewWithResponse(ctx context.Context, workspace WorkspaceId, params *RunFlowPreviewParams, body RunFlowPreviewJSONRequestBody, reqEditors ...RequestEditorFn) (*RunFlowPreviewResponse, error)

func (*ClientWithResponses) RunScriptByHashWithBodyWithResponse

func (c *ClientWithResponses) RunScriptByHashWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, params *RunScriptByHashParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunScriptByHashResponse, error)

RunScriptByHashWithBodyWithResponse request with arbitrary body returning *RunScriptByHashResponse

func (*ClientWithResponses) RunScriptByHashWithResponse

func (c *ClientWithResponses) RunScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, params *RunScriptByHashParams, body RunScriptByHashJSONRequestBody, reqEditors ...RequestEditorFn) (*RunScriptByHashResponse, error)

func (*ClientWithResponses) RunScriptByPathWithBodyWithResponse

func (c *ClientWithResponses) RunScriptByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunScriptByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunScriptByPathResponse, error)

RunScriptByPathWithBodyWithResponse request with arbitrary body returning *RunScriptByPathResponse

func (*ClientWithResponses) RunScriptByPathWithResponse

func (c *ClientWithResponses) RunScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunScriptByPathParams, body RunScriptByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*RunScriptByPathResponse, error)

func (*ClientWithResponses) RunScriptPreviewWithBodyWithResponse

func (c *ClientWithResponses) RunScriptPreviewWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *RunScriptPreviewParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunScriptPreviewResponse, error)

RunScriptPreviewWithBodyWithResponse request with arbitrary body returning *RunScriptPreviewResponse

func (*ClientWithResponses) RunScriptPreviewWithResponse

func (c *ClientWithResponses) RunScriptPreviewWithResponse(ctx context.Context, workspace WorkspaceId, params *RunScriptPreviewParams, body RunScriptPreviewJSONRequestBody, reqEditors ...RequestEditorFn) (*RunScriptPreviewResponse, error)

func (*ClientWithResponses) RunWaitResultFlowByPathWithBodyWithResponse added in v1.61.0

func (c *ClientWithResponses) RunWaitResultFlowByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultFlowByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunWaitResultFlowByPathResponse, error)

RunWaitResultFlowByPathWithBodyWithResponse request with arbitrary body returning *RunWaitResultFlowByPathResponse

func (*ClientWithResponses) RunWaitResultFlowByPathWithResponse added in v1.61.0

func (*ClientWithResponses) RunWaitResultScriptByPathGetWithResponse added in v1.86.0

func (c *ClientWithResponses) RunWaitResultScriptByPathGetWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathGetParams, reqEditors ...RequestEditorFn) (*RunWaitResultScriptByPathGetResponse, error)

RunWaitResultScriptByPathGetWithResponse request returning *RunWaitResultScriptByPathGetResponse

func (*ClientWithResponses) RunWaitResultScriptByPathWithBodyWithResponse

func (c *ClientWithResponses) RunWaitResultScriptByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunWaitResultScriptByPathResponse, error)

RunWaitResultScriptByPathWithBodyWithResponse request with arbitrary body returning *RunWaitResultScriptByPathResponse

func (*ClientWithResponses) RunWaitResultScriptByPathWithResponse

func (*ClientWithResponses) SetPasswordWithBodyWithResponse

func (c *ClientWithResponses) SetPasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPasswordResponse, error)

SetPasswordWithBodyWithResponse request with arbitrary body returning *SetPasswordResponse

func (*ClientWithResponses) SetPasswordWithResponse

func (c *ClientWithResponses) SetPasswordWithResponse(ctx context.Context, body SetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*SetPasswordResponse, error)

func (*ClientWithResponses) SetScheduleEnabledWithBodyWithResponse

func (c *ClientWithResponses) SetScheduleEnabledWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetScheduleEnabledResponse, error)

SetScheduleEnabledWithBodyWithResponse request with arbitrary body returning *SetScheduleEnabledResponse

func (*ClientWithResponses) SetScheduleEnabledWithResponse

func (c *ClientWithResponses) SetScheduleEnabledWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body SetScheduleEnabledJSONRequestBody, reqEditors ...RequestEditorFn) (*SetScheduleEnabledResponse, error)

func (*ClientWithResponses) StarWithBodyWithResponse added in v1.52.0

func (c *ClientWithResponses) StarWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StarResponse, error)

StarWithBodyWithResponse request with arbitrary body returning *StarResponse

func (*ClientWithResponses) StarWithResponse added in v1.52.0

func (c *ClientWithResponses) StarWithResponse(ctx context.Context, workspace WorkspaceId, body StarJSONRequestBody, reqEditors ...RequestEditorFn) (*StarResponse, error)

func (*ClientWithResponses) UnarchiveWorkspaceWithResponse added in v1.58.0

func (c *ClientWithResponses) UnarchiveWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*UnarchiveWorkspaceResponse, error)

UnarchiveWorkspaceWithResponse request returning *UnarchiveWorkspaceResponse

func (*ClientWithResponses) UnstarWithBodyWithResponse added in v1.52.0

func (c *ClientWithResponses) UnstarWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnstarResponse, error)

UnstarWithBodyWithResponse request with arbitrary body returning *UnstarResponse

func (*ClientWithResponses) UnstarWithResponse added in v1.52.0

func (c *ClientWithResponses) UnstarWithResponse(ctx context.Context, workspace WorkspaceId, body UnstarJSONRequestBody, reqEditors ...RequestEditorFn) (*UnstarResponse, error)

func (*ClientWithResponses) UpdateAppWithBodyWithResponse added in v1.46.1

func (c *ClientWithResponses) UpdateAppWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAppResponse, error)

UpdateAppWithBodyWithResponse request with arbitrary body returning *UpdateAppResponse

func (*ClientWithResponses) UpdateAppWithResponse added in v1.46.1

func (c *ClientWithResponses) UpdateAppWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body UpdateAppJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAppResponse, error)

func (*ClientWithResponses) UpdateCaptureWithResponse added in v1.43.0

func (c *ClientWithResponses) UpdateCaptureWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*UpdateCaptureResponse, error)

UpdateCaptureWithResponse request returning *UpdateCaptureResponse

func (*ClientWithResponses) UpdateFlowWithBodyWithResponse

func (c *ClientWithResponses) UpdateFlowWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateFlowResponse, error)

UpdateFlowWithBodyWithResponse request with arbitrary body returning *UpdateFlowResponse

func (*ClientWithResponses) UpdateFlowWithResponse

func (c *ClientWithResponses) UpdateFlowWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body UpdateFlowJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateFlowResponse, error)

func (*ClientWithResponses) UpdateFolderWithBodyWithResponse added in v1.56.0

func (c *ClientWithResponses) UpdateFolderWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateFolderResponse, error)

UpdateFolderWithBodyWithResponse request with arbitrary body returning *UpdateFolderResponse

func (*ClientWithResponses) UpdateFolderWithResponse added in v1.56.0

func (c *ClientWithResponses) UpdateFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body UpdateFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateFolderResponse, error)

func (*ClientWithResponses) UpdateGroupWithBodyWithResponse

func (c *ClientWithResponses) UpdateGroupWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateGroupResponse, error)

UpdateGroupWithBodyWithResponse request with arbitrary body returning *UpdateGroupResponse

func (*ClientWithResponses) UpdateGroupWithResponse

func (c *ClientWithResponses) UpdateGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body UpdateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateGroupResponse, error)

func (*ClientWithResponses) UpdateInputWithBodyWithResponse added in v1.88.0

func (c *ClientWithResponses) UpdateInputWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateInputResponse, error)

UpdateInputWithBodyWithResponse request with arbitrary body returning *UpdateInputResponse

func (*ClientWithResponses) UpdateInputWithResponse added in v1.88.0

func (c *ClientWithResponses) UpdateInputWithResponse(ctx context.Context, workspace WorkspaceId, body UpdateInputJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateInputResponse, error)

func (*ClientWithResponses) UpdateRawAppWithBodyWithResponse added in v1.96.0

func (c *ClientWithResponses) UpdateRawAppWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRawAppResponse, error)

UpdateRawAppWithBodyWithResponse request with arbitrary body returning *UpdateRawAppResponse

func (*ClientWithResponses) UpdateRawAppWithResponse added in v1.96.0

func (c *ClientWithResponses) UpdateRawAppWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body UpdateRawAppJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRawAppResponse, error)

func (*ClientWithResponses) UpdateResourceTypeWithBodyWithResponse

func (c *ClientWithResponses) UpdateResourceTypeWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateResourceTypeResponse, error)

UpdateResourceTypeWithBodyWithResponse request with arbitrary body returning *UpdateResourceTypeResponse

func (*ClientWithResponses) UpdateResourceTypeWithResponse

func (c *ClientWithResponses) UpdateResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body UpdateResourceTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateResourceTypeResponse, error)

func (*ClientWithResponses) UpdateResourceValueWithBodyWithResponse added in v1.57.0

func (c *ClientWithResponses) UpdateResourceValueWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateResourceValueResponse, error)

UpdateResourceValueWithBodyWithResponse request with arbitrary body returning *UpdateResourceValueResponse

func (*ClientWithResponses) UpdateResourceValueWithResponse added in v1.57.0

func (c *ClientWithResponses) UpdateResourceValueWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body UpdateResourceValueJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateResourceValueResponse, error)

func (*ClientWithResponses) UpdateResourceWithBodyWithResponse

func (c *ClientWithResponses) UpdateResourceWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateResourceResponse, error)

UpdateResourceWithBodyWithResponse request with arbitrary body returning *UpdateResourceResponse

func (*ClientWithResponses) UpdateResourceWithResponse

func (c *ClientWithResponses) UpdateResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body UpdateResourceJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateResourceResponse, error)

func (*ClientWithResponses) UpdateScheduleWithBodyWithResponse

func (c *ClientWithResponses) UpdateScheduleWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateScheduleResponse, error)

UpdateScheduleWithBodyWithResponse request with arbitrary body returning *UpdateScheduleResponse

func (*ClientWithResponses) UpdateScheduleWithResponse

func (c *ClientWithResponses) UpdateScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body UpdateScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateScheduleResponse, error)

func (*ClientWithResponses) UpdateUserWithBodyWithResponse

func (c *ClientWithResponses) UpdateUserWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, username string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateUserResponse, error)

UpdateUserWithBodyWithResponse request with arbitrary body returning *UpdateUserResponse

func (*ClientWithResponses) UpdateUserWithResponse

func (c *ClientWithResponses) UpdateUserWithResponse(ctx context.Context, workspace WorkspaceId, username string, body UpdateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserResponse, error)

func (*ClientWithResponses) UpdateVariableWithBodyWithResponse

func (c *ClientWithResponses) UpdateVariableWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *UpdateVariableParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateVariableResponse, error)

UpdateVariableWithBodyWithResponse request with arbitrary body returning *UpdateVariableResponse

func (*ClientWithResponses) UpdateVariableWithResponse

func (c *ClientWithResponses) UpdateVariableWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *UpdateVariableParams, body UpdateVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateVariableResponse, error)

func (*ClientWithResponses) WhoamiWithResponse

func (c *ClientWithResponses) WhoamiWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*WhoamiResponse, error)

WhoamiWithResponse request returning *WhoamiResponse

func (*ClientWithResponses) WhoisWithResponse

func (c *ClientWithResponses) WhoisWithResponse(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*WhoisResponse, error)

WhoisWithResponse request returning *WhoisResponse

type ClientWithResponsesInterface

type ClientWithResponsesInterface interface {
	// GetHubAppById request
	GetHubAppByIdWithResponse(ctx context.Context, id PathId, reqEditors ...RequestEditorFn) (*GetHubAppByIdResponse, error)

	// ListHubApps request
	ListHubAppsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListHubAppsResponse, error)

	// Login request with any body
	LoginWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LoginResponse, error)

	LoginWithResponse(ctx context.Context, body LoginJSONRequestBody, reqEditors ...RequestEditorFn) (*LoginResponse, error)

	// Logout request
	LogoutWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LogoutResponse, error)

	// GetLicenseId request
	GetLicenseIdWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetLicenseIdResponse, error)

	// GetHubFlowById request
	GetHubFlowByIdWithResponse(ctx context.Context, id PathId, reqEditors ...RequestEditorFn) (*GetHubFlowByIdResponse, error)

	// ListHubFlows request
	ListHubFlowsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListHubFlowsResponse, error)

	// GetInstanceGroup request
	GetInstanceGroupWithResponse(ctx context.Context, name Name, reqEditors ...RequestEditorFn) (*GetInstanceGroupResponse, error)

	// ListInstanceGroups request
	ListInstanceGroupsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListInstanceGroupsResponse, error)

	// ConnectCallback request with any body
	ConnectCallbackWithBodyWithResponse(ctx context.Context, clientName ClientName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConnectCallbackResponse, error)

	ConnectCallbackWithResponse(ctx context.Context, clientName ClientName, body ConnectCallbackJSONRequestBody, reqEditors ...RequestEditorFn) (*ConnectCallbackResponse, error)

	// ListOAuthConnects request
	ListOAuthConnectsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListOAuthConnectsResponse, error)

	// ListOAuthLogins request
	ListOAuthLoginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListOAuthLoginsResponse, error)

	// LoginWithOauth request with any body
	LoginWithOauthWithBodyWithResponse(ctx context.Context, clientName ClientName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LoginWithOauthResponse, error)

	LoginWithOauthWithResponse(ctx context.Context, clientName ClientName, body LoginWithOauthJSONRequestBody, reqEditors ...RequestEditorFn) (*LoginWithOauthResponse, error)

	// GetOpenApiYaml request
	GetOpenApiYamlWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetOpenApiYamlResponse, error)

	// PreviewSchedule request with any body
	PreviewScheduleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PreviewScheduleResponse, error)

	PreviewScheduleWithResponse(ctx context.Context, body PreviewScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*PreviewScheduleResponse, error)

	// GetHubScriptContentByPath request
	GetHubScriptContentByPathWithResponse(ctx context.Context, path ScriptPath, reqEditors ...RequestEditorFn) (*GetHubScriptContentByPathResponse, error)

	// GetHubScriptByPath request
	GetHubScriptByPathWithResponse(ctx context.Context, path ScriptPath, reqEditors ...RequestEditorFn) (*GetHubScriptByPathResponse, error)

	// ListHubScripts request
	ListHubScriptsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListHubScriptsResponse, error)

	// RawScriptByPathTokened request
	RawScriptByPathTokenedWithResponse(ctx context.Context, workspace WorkspaceId, token Token, path ScriptPath, reqEditors ...RequestEditorFn) (*RawScriptByPathTokenedResponse, error)

	// BackendUptodate request
	BackendUptodateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*BackendUptodateResponse, error)

	// AcceptInvite request with any body
	AcceptInviteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AcceptInviteResponse, error)

	AcceptInviteWithResponse(ctx context.Context, body AcceptInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*AcceptInviteResponse, error)

	// GetRunnable request
	GetRunnableWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetRunnableResponse, error)

	// CreateUserGlobally request with any body
	CreateUserGloballyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserGloballyResponse, error)

	CreateUserGloballyWithResponse(ctx context.Context, body CreateUserGloballyJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserGloballyResponse, error)

	// DeclineInvite request with any body
	DeclineInviteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeclineInviteResponse, error)

	DeclineInviteWithResponse(ctx context.Context, body DeclineInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*DeclineInviteResponse, error)

	// GlobalUserDelete request
	GlobalUserDeleteWithResponse(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*GlobalUserDeleteResponse, error)

	// GetCurrentEmail request
	GetCurrentEmailWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCurrentEmailResponse, error)

	// ExistsEmail request
	ExistsEmailWithResponse(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*ExistsEmailResponse, error)

	// ListUsersAsSuperAdmin request
	ListUsersAsSuperAdminWithResponse(ctx context.Context, params *ListUsersAsSuperAdminParams, reqEditors ...RequestEditorFn) (*ListUsersAsSuperAdminResponse, error)

	// ListWorkspaceInvites request
	ListWorkspaceInvitesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListWorkspaceInvitesResponse, error)

	// SetPassword request with any body
	SetPasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPasswordResponse, error)

	SetPasswordWithResponse(ctx context.Context, body SetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*SetPasswordResponse, error)

	// CreateToken request with any body
	CreateTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTokenResponse, error)

	CreateTokenWithResponse(ctx context.Context, body CreateTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTokenResponse, error)

	// DeleteToken request
	DeleteTokenWithResponse(ctx context.Context, tokenPrefix string, reqEditors ...RequestEditorFn) (*DeleteTokenResponse, error)

	// CreateTokenImpersonate request with any body
	CreateTokenImpersonateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTokenImpersonateResponse, error)

	CreateTokenImpersonateWithResponse(ctx context.Context, body CreateTokenImpersonateJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTokenImpersonateResponse, error)

	// ListTokens request
	ListTokensWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListTokensResponse, error)

	// GlobalUserUpdate request with any body
	GlobalUserUpdateWithBodyWithResponse(ctx context.Context, email string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GlobalUserUpdateResponse, error)

	GlobalUserUpdateWithResponse(ctx context.Context, email string, body GlobalUserUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*GlobalUserUpdateResponse, error)

	// GetUsage request
	GetUsageWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUsageResponse, error)

	// GlobalWhoami request
	GlobalWhoamiWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GlobalWhoamiResponse, error)

	// BackendVersion request
	BackendVersionWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*BackendVersionResponse, error)

	// AddGranularAcls request with any body
	AddGranularAclsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, kind AddGranularAclsParamsKind, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddGranularAclsResponse, error)

	AddGranularAclsWithResponse(ctx context.Context, workspace WorkspaceId, kind AddGranularAclsParamsKind, path Path, body AddGranularAclsJSONRequestBody, reqEditors ...RequestEditorFn) (*AddGranularAclsResponse, error)

	// GetGranularAcls request
	GetGranularAclsWithResponse(ctx context.Context, workspace WorkspaceId, kind GetGranularAclsParamsKind, path Path, reqEditors ...RequestEditorFn) (*GetGranularAclsResponse, error)

	// RemoveGranularAcls request with any body
	RemoveGranularAclsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, kind RemoveGranularAclsParamsKind, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveGranularAclsResponse, error)

	RemoveGranularAclsWithResponse(ctx context.Context, workspace WorkspaceId, kind RemoveGranularAclsParamsKind, path Path, body RemoveGranularAclsJSONRequestBody, reqEditors ...RequestEditorFn) (*RemoveGranularAclsResponse, error)

	// CreateApp request with any body
	CreateAppWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAppResponse, error)

	CreateAppWithResponse(ctx context.Context, workspace WorkspaceId, body CreateAppJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAppResponse, error)

	// DeleteApp request
	DeleteAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteAppResponse, error)

	// ExistsApp request
	ExistsAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsAppResponse, error)

	// GetAppByPathWithDraft request
	GetAppByPathWithDraftWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetAppByPathWithDraftResponse, error)

	// GetAppByPath request
	GetAppByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetAppByPathResponse, error)

	// GetAppByVersion request
	GetAppByVersionWithResponse(ctx context.Context, workspace WorkspaceId, id PathId, reqEditors ...RequestEditorFn) (*GetAppByVersionResponse, error)

	// GetRawAppData request
	GetRawAppDataWithResponse(ctx context.Context, workspace WorkspaceId, version VersionId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetRawAppDataResponse, error)

	// ListApps request
	ListAppsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListAppsParams, reqEditors ...RequestEditorFn) (*ListAppsResponse, error)

	// GetPublicSecretOfApp request
	GetPublicSecretOfAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetPublicSecretOfAppResponse, error)

	// UpdateApp request with any body
	UpdateAppWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAppResponse, error)

	UpdateAppWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body UpdateAppJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAppResponse, error)

	// ExecuteComponent request with any body
	ExecuteComponentWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExecuteComponentResponse, error)

	ExecuteComponentWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ExecuteComponentJSONRequestBody, reqEditors ...RequestEditorFn) (*ExecuteComponentResponse, error)

	// GetPublicAppBySecret request
	GetPublicAppBySecretWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetPublicAppBySecretResponse, error)

	// GetAuditLog request
	GetAuditLogWithResponse(ctx context.Context, workspace WorkspaceId, id PathId, reqEditors ...RequestEditorFn) (*GetAuditLogResponse, error)

	// ListAuditLogs request
	ListAuditLogsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListAuditLogsParams, reqEditors ...RequestEditorFn) (*ListAuditLogsResponse, error)

	// GetCapture request
	GetCaptureWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetCaptureResponse, error)

	// CreateCapture request
	CreateCaptureWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*CreateCaptureResponse, error)

	// UpdateCapture request
	UpdateCaptureWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*UpdateCaptureResponse, error)

	// CreateDraft request with any body
	CreateDraftWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDraftResponse, error)

	CreateDraftWithResponse(ctx context.Context, workspace WorkspaceId, body CreateDraftJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDraftResponse, error)

	// DeleteDraft request
	DeleteDraftWithResponse(ctx context.Context, workspace WorkspaceId, kind DeleteDraftParamsKind, path ScriptPath, reqEditors ...RequestEditorFn) (*DeleteDraftResponse, error)

	// Star request with any body
	StarWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StarResponse, error)

	StarWithResponse(ctx context.Context, workspace WorkspaceId, body StarJSONRequestBody, reqEditors ...RequestEditorFn) (*StarResponse, error)

	// Unstar request with any body
	UnstarWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnstarResponse, error)

	UnstarWithResponse(ctx context.Context, workspace WorkspaceId, body UnstarJSONRequestBody, reqEditors ...RequestEditorFn) (*UnstarResponse, error)

	// ArchiveFlowByPath request with any body
	ArchiveFlowByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveFlowByPathResponse, error)

	ArchiveFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ArchiveFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveFlowByPathResponse, error)

	// CreateFlow request with any body
	CreateFlowWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateFlowResponse, error)

	CreateFlowWithResponse(ctx context.Context, workspace WorkspaceId, body CreateFlowJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateFlowResponse, error)

	// DeleteFlowByPath request
	DeleteFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*DeleteFlowByPathResponse, error)

	// ExistsFlowByPath request
	ExistsFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*ExistsFlowByPathResponse, error)

	// GetFlowByPathWithDraft request
	GetFlowByPathWithDraftWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetFlowByPathWithDraftResponse, error)

	// GetFlowByPath request
	GetFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetFlowByPathResponse, error)

	// GetFlowInputHistoryByPath request
	GetFlowInputHistoryByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *GetFlowInputHistoryByPathParams, reqEditors ...RequestEditorFn) (*GetFlowInputHistoryByPathResponse, error)

	// ListFlows request
	ListFlowsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListFlowsParams, reqEditors ...RequestEditorFn) (*ListFlowsResponse, error)

	// ListFlowPaths request
	ListFlowPathsWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListFlowPathsResponse, error)

	// UpdateFlow request with any body
	UpdateFlowWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateFlowResponse, error)

	UpdateFlowWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body UpdateFlowJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateFlowResponse, error)

	// AddOwnerToFolder request with any body
	AddOwnerToFolderWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddOwnerToFolderResponse, error)

	AddOwnerToFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body AddOwnerToFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*AddOwnerToFolderResponse, error)

	// CreateFolder request with any body
	CreateFolderWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateFolderResponse, error)

	CreateFolderWithResponse(ctx context.Context, workspace WorkspaceId, body CreateFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateFolderResponse, error)

	// DeleteFolder request
	DeleteFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*DeleteFolderResponse, error)

	// GetFolder request
	GetFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*GetFolderResponse, error)

	// GetFolderUsage request
	GetFolderUsageWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*GetFolderUsageResponse, error)

	// ListFolders request
	ListFoldersWithResponse(ctx context.Context, workspace WorkspaceId, params *ListFoldersParams, reqEditors ...RequestEditorFn) (*ListFoldersResponse, error)

	// ListFolderNames request
	ListFolderNamesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListFolderNamesParams, reqEditors ...RequestEditorFn) (*ListFolderNamesResponse, error)

	// RemoveOwnerToFolder request with any body
	RemoveOwnerToFolderWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveOwnerToFolderResponse, error)

	RemoveOwnerToFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body RemoveOwnerToFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*RemoveOwnerToFolderResponse, error)

	// UpdateFolder request with any body
	UpdateFolderWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateFolderResponse, error)

	UpdateFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body UpdateFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateFolderResponse, error)

	// AddUserToGroup request with any body
	AddUserToGroupWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddUserToGroupResponse, error)

	AddUserToGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body AddUserToGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*AddUserToGroupResponse, error)

	// CreateGroup request with any body
	CreateGroupWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateGroupResponse, error)

	CreateGroupWithResponse(ctx context.Context, workspace WorkspaceId, body CreateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateGroupResponse, error)

	// DeleteGroup request
	DeleteGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*DeleteGroupResponse, error)

	// GetGroup request
	GetGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*GetGroupResponse, error)

	// ListGroups request
	ListGroupsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListGroupsParams, reqEditors ...RequestEditorFn) (*ListGroupsResponse, error)

	// ListGroupNames request
	ListGroupNamesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListGroupNamesParams, reqEditors ...RequestEditorFn) (*ListGroupNamesResponse, error)

	// RemoveUserToGroup request with any body
	RemoveUserToGroupWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveUserToGroupResponse, error)

	RemoveUserToGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body RemoveUserToGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*RemoveUserToGroupResponse, error)

	// UpdateGroup request with any body
	UpdateGroupWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateGroupResponse, error)

	UpdateGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body UpdateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateGroupResponse, error)

	// CreateInput request with any body
	CreateInputWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateInputParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateInputResponse, error)

	CreateInputWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateInputParams, body CreateInputJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateInputResponse, error)

	// DeleteInput request
	DeleteInputWithResponse(ctx context.Context, workspace WorkspaceId, input InputId, reqEditors ...RequestEditorFn) (*DeleteInputResponse, error)

	// GetInputHistory request
	GetInputHistoryWithResponse(ctx context.Context, workspace WorkspaceId, params *GetInputHistoryParams, reqEditors ...RequestEditorFn) (*GetInputHistoryResponse, error)

	// ListInputs request
	ListInputsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListInputsParams, reqEditors ...RequestEditorFn) (*ListInputsResponse, error)

	// UpdateInput request with any body
	UpdateInputWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateInputResponse, error)

	UpdateInputWithResponse(ctx context.Context, workspace WorkspaceId, body UpdateInputJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateInputResponse, error)

	// DeleteCompletedJob request
	DeleteCompletedJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*DeleteCompletedJobResponse, error)

	// ListCompletedJobs request
	ListCompletedJobsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListCompletedJobsParams, reqEditors ...RequestEditorFn) (*ListCompletedJobsResponse, error)

	// ResumeSuspendedFlowAsOwner request with any body
	ResumeSuspendedFlowAsOwnerWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ResumeSuspendedFlowAsOwnerResponse, error)

	ResumeSuspendedFlowAsOwnerWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, body ResumeSuspendedFlowAsOwnerJSONRequestBody, reqEditors ...RequestEditorFn) (*ResumeSuspendedFlowAsOwnerResponse, error)

	// CreateJobSignature request
	CreateJobSignatureWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, params *CreateJobSignatureParams, reqEditors ...RequestEditorFn) (*CreateJobSignatureResponse, error)

	// ListJobs request
	ListJobsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListJobsParams, reqEditors ...RequestEditorFn) (*ListJobsResponse, error)

	// OpenaiSyncFlowByPath request with any body
	OpenaiSyncFlowByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncFlowByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OpenaiSyncFlowByPathResponse, error)

	OpenaiSyncFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncFlowByPathParams, body OpenaiSyncFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*OpenaiSyncFlowByPathResponse, error)

	// OpenaiSyncScriptByPath request with any body
	OpenaiSyncScriptByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncScriptByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OpenaiSyncScriptByPathResponse, error)

	OpenaiSyncScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncScriptByPathParams, body OpenaiSyncScriptByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*OpenaiSyncScriptByPathResponse, error)

	// ListQueue request
	ListQueueWithResponse(ctx context.Context, workspace WorkspaceId, params *ListQueueParams, reqEditors ...RequestEditorFn) (*ListQueueResponse, error)

	// ResultById request
	ResultByIdWithResponse(ctx context.Context, workspace WorkspaceId, flowJobId string, nodeId string, reqEditors ...RequestEditorFn) (*ResultByIdResponse, error)

	// GetResumeUrls request
	GetResumeUrlsWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, params *GetResumeUrlsParams, reqEditors ...RequestEditorFn) (*GetResumeUrlsResponse, error)

	// RunFlowByPath request with any body
	RunFlowByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunFlowByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunFlowByPathResponse, error)

	RunFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunFlowByPathParams, body RunFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*RunFlowByPathResponse, error)

	// RunScriptByHash request with any body
	RunScriptByHashWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, params *RunScriptByHashParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunScriptByHashResponse, error)

	RunScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, params *RunScriptByHashParams, body RunScriptByHashJSONRequestBody, reqEditors ...RequestEditorFn) (*RunScriptByHashResponse, error)

	// RunScriptByPath request with any body
	RunScriptByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunScriptByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunScriptByPathResponse, error)

	RunScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunScriptByPathParams, body RunScriptByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*RunScriptByPathResponse, error)

	// RunScriptPreview request with any body
	RunScriptPreviewWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *RunScriptPreviewParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunScriptPreviewResponse, error)

	RunScriptPreviewWithResponse(ctx context.Context, workspace WorkspaceId, params *RunScriptPreviewParams, body RunScriptPreviewJSONRequestBody, reqEditors ...RequestEditorFn) (*RunScriptPreviewResponse, error)

	// RunFlowPreview request with any body
	RunFlowPreviewWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *RunFlowPreviewParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunFlowPreviewResponse, error)

	RunFlowPreviewWithResponse(ctx context.Context, workspace WorkspaceId, params *RunFlowPreviewParams, body RunFlowPreviewJSONRequestBody, reqEditors ...RequestEditorFn) (*RunFlowPreviewResponse, error)

	// RunWaitResultFlowByPath request with any body
	RunWaitResultFlowByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultFlowByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunWaitResultFlowByPathResponse, error)

	RunWaitResultFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultFlowByPathParams, body RunWaitResultFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*RunWaitResultFlowByPathResponse, error)

	// RunWaitResultScriptByPathGet request
	RunWaitResultScriptByPathGetWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathGetParams, reqEditors ...RequestEditorFn) (*RunWaitResultScriptByPathGetResponse, error)

	// RunWaitResultScriptByPath request with any body
	RunWaitResultScriptByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunWaitResultScriptByPathResponse, error)

	RunWaitResultScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathParams, body RunWaitResultScriptByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*RunWaitResultScriptByPathResponse, error)

	// CancelSuspendedJobGet request
	CancelSuspendedJobGetWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobGetParams, reqEditors ...RequestEditorFn) (*CancelSuspendedJobGetResponse, error)

	// CancelSuspendedJobPost request with any body
	CancelSuspendedJobPostWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobPostParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CancelSuspendedJobPostResponse, error)

	CancelSuspendedJobPostWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobPostParams, body CancelSuspendedJobPostJSONRequestBody, reqEditors ...RequestEditorFn) (*CancelSuspendedJobPostResponse, error)

	// GetCompletedJob request
	GetCompletedJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetCompletedJobResponse, error)

	// GetCompletedJobResult request
	GetCompletedJobResultWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetCompletedJobResultResponse, error)

	// GetCompletedJobResultMaybe request
	GetCompletedJobResultMaybeWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetCompletedJobResultMaybeResponse, error)

	// GetJob request
	GetJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetJobResponse, error)

	// GetSuspendedJobFlow request
	GetSuspendedJobFlowWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *GetSuspendedJobFlowParams, reqEditors ...RequestEditorFn) (*GetSuspendedJobFlowResponse, error)

	// GetJobLogs request
	GetJobLogsWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetJobLogsResponse, error)

	// GetJobUpdates request
	GetJobUpdatesWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, params *GetJobUpdatesParams, reqEditors ...RequestEditorFn) (*GetJobUpdatesResponse, error)

	// CancelQueuedJob request with any body
	CancelQueuedJobWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CancelQueuedJobResponse, error)

	CancelQueuedJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, body CancelQueuedJobJSONRequestBody, reqEditors ...RequestEditorFn) (*CancelQueuedJobResponse, error)

	// ForceCancelQueuedJob request with any body
	ForceCancelQueuedJobWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ForceCancelQueuedJobResponse, error)

	ForceCancelQueuedJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, body ForceCancelQueuedJobJSONRequestBody, reqEditors ...RequestEditorFn) (*ForceCancelQueuedJobResponse, error)

	// ResumeSuspendedJobGet request
	ResumeSuspendedJobGetWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobGetParams, reqEditors ...RequestEditorFn) (*ResumeSuspendedJobGetResponse, error)

	// ResumeSuspendedJobPost request with any body
	ResumeSuspendedJobPostWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobPostParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ResumeSuspendedJobPostResponse, error)

	ResumeSuspendedJobPostWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobPostParams, body ResumeSuspendedJobPostJSONRequestBody, reqEditors ...RequestEditorFn) (*ResumeSuspendedJobPostResponse, error)

	// ConnectSlackCallback request with any body
	ConnectSlackCallbackWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConnectSlackCallbackResponse, error)

	ConnectSlackCallbackWithResponse(ctx context.Context, workspace WorkspaceId, body ConnectSlackCallbackJSONRequestBody, reqEditors ...RequestEditorFn) (*ConnectSlackCallbackResponse, error)

	// CreateAccount request with any body
	CreateAccountWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAccountResponse, error)

	CreateAccountWithResponse(ctx context.Context, workspace WorkspaceId, body CreateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAccountResponse, error)

	// DisconnectAccount request
	DisconnectAccountWithResponse(ctx context.Context, workspace WorkspaceId, id AccountId, reqEditors ...RequestEditorFn) (*DisconnectAccountResponse, error)

	// DisconnectSlack request
	DisconnectSlackWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*DisconnectSlackResponse, error)

	// RefreshToken request with any body
	RefreshTokenWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id AccountId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RefreshTokenResponse, error)

	RefreshTokenWithResponse(ctx context.Context, workspace WorkspaceId, id AccountId, body RefreshTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*RefreshTokenResponse, error)

	// CreateRawApp request with any body
	CreateRawAppWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRawAppResponse, error)

	CreateRawAppWithResponse(ctx context.Context, workspace WorkspaceId, body CreateRawAppJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRawAppResponse, error)

	// DeleteRawApp request
	DeleteRawAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteRawAppResponse, error)

	// ExistsRawApp request
	ExistsRawAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsRawAppResponse, error)

	// ListRawApps request
	ListRawAppsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListRawAppsParams, reqEditors ...RequestEditorFn) (*ListRawAppsResponse, error)

	// UpdateRawApp request with any body
	UpdateRawAppWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRawAppResponse, error)

	UpdateRawAppWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body UpdateRawAppJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRawAppResponse, error)

	// CreateResource request with any body
	CreateResourceWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateResourceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateResourceResponse, error)

	CreateResourceWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateResourceParams, body CreateResourceJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateResourceResponse, error)

	// DeleteResource request
	DeleteResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteResourceResponse, error)

	// ExistsResource request
	ExistsResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsResourceResponse, error)

	// GetResource request
	GetResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetResourceResponse, error)

	// GetResourceValue request
	GetResourceValueWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetResourceValueResponse, error)

	// ListResource request
	ListResourceWithResponse(ctx context.Context, workspace WorkspaceId, params *ListResourceParams, reqEditors ...RequestEditorFn) (*ListResourceResponse, error)

	// CreateResourceType request with any body
	CreateResourceTypeWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateResourceTypeResponse, error)

	CreateResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, body CreateResourceTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateResourceTypeResponse, error)

	// DeleteResourceType request
	DeleteResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteResourceTypeResponse, error)

	// ExistsResourceType request
	ExistsResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsResourceTypeResponse, error)

	// GetResourceType request
	GetResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetResourceTypeResponse, error)

	// ListResourceType request
	ListResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListResourceTypeResponse, error)

	// ListResourceTypeNames request
	ListResourceTypeNamesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListResourceTypeNamesResponse, error)

	// UpdateResourceType request with any body
	UpdateResourceTypeWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateResourceTypeResponse, error)

	UpdateResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body UpdateResourceTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateResourceTypeResponse, error)

	// UpdateResource request with any body
	UpdateResourceWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateResourceResponse, error)

	UpdateResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body UpdateResourceJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateResourceResponse, error)

	// UpdateResourceValue request with any body
	UpdateResourceValueWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateResourceValueResponse, error)

	UpdateResourceValueWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body UpdateResourceValueJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateResourceValueResponse, error)

	// CreateSchedule request with any body
	CreateScheduleWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateScheduleResponse, error)

	CreateScheduleWithResponse(ctx context.Context, workspace WorkspaceId, body CreateScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateScheduleResponse, error)

	// DeleteSchedule request
	DeleteScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteScheduleResponse, error)

	// ExistsSchedule request
	ExistsScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsScheduleResponse, error)

	// GetSchedule request
	GetScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetScheduleResponse, error)

	// ListSchedules request
	ListSchedulesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListSchedulesParams, reqEditors ...RequestEditorFn) (*ListSchedulesResponse, error)

	// ListSchedulesWithJobs request
	ListSchedulesWithJobsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListSchedulesWithJobsParams, reqEditors ...RequestEditorFn) (*ListSchedulesWithJobsResponse, error)

	// SetScheduleEnabled request with any body
	SetScheduleEnabledWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetScheduleEnabledResponse, error)

	SetScheduleEnabledWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body SetScheduleEnabledJSONRequestBody, reqEditors ...RequestEditorFn) (*SetScheduleEnabledResponse, error)

	// UpdateSchedule request with any body
	UpdateScheduleWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateScheduleResponse, error)

	UpdateScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body UpdateScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateScheduleResponse, error)

	// ArchiveScriptByHash request
	ArchiveScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*ArchiveScriptByHashResponse, error)

	// ArchiveScriptByPath request
	ArchiveScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*ArchiveScriptByPathResponse, error)

	// CreateScript request with any body
	CreateScriptWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateScriptResponse, error)

	CreateScriptWithResponse(ctx context.Context, workspace WorkspaceId, body CreateScriptJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateScriptResponse, error)

	// DeleteScriptByHash request
	DeleteScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*DeleteScriptByHashResponse, error)

	// DeleteScriptByPath request
	DeleteScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*DeleteScriptByPathResponse, error)

	// GetScriptDeploymentStatus request
	GetScriptDeploymentStatusWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*GetScriptDeploymentStatusResponse, error)

	// ExistsScriptByPath request
	ExistsScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*ExistsScriptByPathResponse, error)

	// GetScriptByPathWithDraft request
	GetScriptByPathWithDraftWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetScriptByPathWithDraftResponse, error)

	// GetScriptByHash request
	GetScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*GetScriptByHashResponse, error)

	// GetScriptByPath request
	GetScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetScriptByPathResponse, error)

	// ListScripts request
	ListScriptsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListScriptsParams, reqEditors ...RequestEditorFn) (*ListScriptsResponse, error)

	// ListScriptPaths request
	ListScriptPathsWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListScriptPathsResponse, error)

	// RawScriptByHash request
	RawScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*RawScriptByHashResponse, error)

	// RawScriptByPath request
	RawScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*RawScriptByPathResponse, error)

	// CreateUser request with any body
	CreateUserWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)

	CreateUserWithResponse(ctx context.Context, workspace WorkspaceId, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)

	// DeleteUser request
	DeleteUserWithResponse(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*DeleteUserResponse, error)

	// IsOwnerOfPath request
	IsOwnerOfPathWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*IsOwnerOfPathResponse, error)

	// LeaveWorkspace request
	LeaveWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*LeaveWorkspaceResponse, error)

	// ListUsers request
	ListUsersWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListUsersResponse, error)

	// ListUsernames request
	ListUsernamesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListUsernamesResponse, error)

	// UpdateUser request with any body
	UpdateUserWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, username string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateUserResponse, error)

	UpdateUserWithResponse(ctx context.Context, workspace WorkspaceId, username string, body UpdateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserResponse, error)

	// Whoami request
	WhoamiWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*WhoamiResponse, error)

	// Whois request
	WhoisWithResponse(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*WhoisResponse, error)

	// CreateVariable request with any body
	CreateVariableWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateVariableParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateVariableResponse, error)

	CreateVariableWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateVariableParams, body CreateVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateVariableResponse, error)

	// DeleteVariable request
	DeleteVariableWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteVariableResponse, error)

	// EncryptValue request with any body
	EncryptValueWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EncryptValueResponse, error)

	EncryptValueWithResponse(ctx context.Context, workspace WorkspaceId, body EncryptValueJSONRequestBody, reqEditors ...RequestEditorFn) (*EncryptValueResponse, error)

	// ExistsVariable request
	ExistsVariableWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsVariableResponse, error)

	// GetVariable request
	GetVariableWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *GetVariableParams, reqEditors ...RequestEditorFn) (*GetVariableResponse, error)

	// ListVariable request
	ListVariableWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListVariableResponse, error)

	// ListContextualVariables request
	ListContextualVariablesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListContextualVariablesResponse, error)

	// UpdateVariable request with any body
	UpdateVariableWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *UpdateVariableParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateVariableResponse, error)

	UpdateVariableWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *UpdateVariableParams, body UpdateVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateVariableResponse, error)

	// AddUser request with any body
	AddUserWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddUserResponse, error)

	AddUserWithResponse(ctx context.Context, workspace WorkspaceId, body AddUserJSONRequestBody, reqEditors ...RequestEditorFn) (*AddUserResponse, error)

	// ArchiveWorkspace request
	ArchiveWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ArchiveWorkspaceResponse, error)

	// DeleteInvite request with any body
	DeleteInviteWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteInviteResponse, error)

	DeleteInviteWithResponse(ctx context.Context, workspace WorkspaceId, body DeleteInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteInviteResponse, error)

	// EditAutoInvite request with any body
	EditAutoInviteWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditAutoInviteResponse, error)

	EditAutoInviteWithResponse(ctx context.Context, workspace WorkspaceId, body EditAutoInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*EditAutoInviteResponse, error)

	// EditDeployTo request with any body
	EditDeployToWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditDeployToResponse, error)

	EditDeployToWithResponse(ctx context.Context, workspace WorkspaceId, body EditDeployToJSONRequestBody, reqEditors ...RequestEditorFn) (*EditDeployToResponse, error)

	// EditErrorHandler request with any body
	EditErrorHandlerWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditErrorHandlerResponse, error)

	EditErrorHandlerWithResponse(ctx context.Context, workspace WorkspaceId, body EditErrorHandlerJSONRequestBody, reqEditors ...RequestEditorFn) (*EditErrorHandlerResponse, error)

	// EditOpenaiResourcePath request with any body
	EditOpenaiResourcePathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditOpenaiResourcePathResponse, error)

	EditOpenaiResourcePathWithResponse(ctx context.Context, workspace WorkspaceId, body EditOpenaiResourcePathJSONRequestBody, reqEditors ...RequestEditorFn) (*EditOpenaiResourcePathResponse, error)

	// EditSlackCommand request with any body
	EditSlackCommandWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditSlackCommandResponse, error)

	EditSlackCommandWithResponse(ctx context.Context, workspace WorkspaceId, body EditSlackCommandJSONRequestBody, reqEditors ...RequestEditorFn) (*EditSlackCommandResponse, error)

	// EditWebhook request with any body
	EditWebhookWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditWebhookResponse, error)

	EditWebhookWithResponse(ctx context.Context, workspace WorkspaceId, body EditWebhookJSONRequestBody, reqEditors ...RequestEditorFn) (*EditWebhookResponse, error)

	// ExistsOpenaiResourcePath request
	ExistsOpenaiResourcePathWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ExistsOpenaiResourcePathResponse, error)

	// GetDeployTo request
	GetDeployToWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetDeployToResponse, error)

	// GetSettings request
	GetSettingsWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetSettingsResponse, error)

	// InviteUser request with any body
	InviteUserWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InviteUserResponse, error)

	InviteUserWithResponse(ctx context.Context, workspace WorkspaceId, body InviteUserJSONRequestBody, reqEditors ...RequestEditorFn) (*InviteUserResponse, error)

	// ListPendingInvites request
	ListPendingInvitesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListPendingInvitesResponse, error)

	// GetPremiumInfo request
	GetPremiumInfoWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetPremiumInfoResponse, error)

	// GetCustomTags request
	GetCustomTagsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCustomTagsResponse, error)

	// ListWorkers request
	ListWorkersWithResponse(ctx context.Context, params *ListWorkersParams, reqEditors ...RequestEditorFn) (*ListWorkersResponse, error)

	// IsDomainAllowed request
	IsDomainAllowedWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*IsDomainAllowedResponse, error)

	// CreateWorkspace request with any body
	CreateWorkspaceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWorkspaceResponse, error)

	CreateWorkspaceWithResponse(ctx context.Context, body CreateWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWorkspaceResponse, error)

	// DeleteWorkspace request
	DeleteWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*DeleteWorkspaceResponse, error)

	// ExistsWorkspace request with any body
	ExistsWorkspaceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExistsWorkspaceResponse, error)

	ExistsWorkspaceWithResponse(ctx context.Context, body ExistsWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*ExistsWorkspaceResponse, error)

	// ExistsUsername request with any body
	ExistsUsernameWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExistsUsernameResponse, error)

	ExistsUsernameWithResponse(ctx context.Context, body ExistsUsernameJSONRequestBody, reqEditors ...RequestEditorFn) (*ExistsUsernameResponse, error)

	// ListWorkspaces request
	ListWorkspacesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListWorkspacesResponse, error)

	// ListWorkspacesAsSuperAdmin request
	ListWorkspacesAsSuperAdminWithResponse(ctx context.Context, params *ListWorkspacesAsSuperAdminParams, reqEditors ...RequestEditorFn) (*ListWorkspacesAsSuperAdminResponse, error)

	// UnarchiveWorkspace request
	UnarchiveWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*UnarchiveWorkspaceResponse, error)

	// ListUserWorkspaces request
	ListUserWorkspacesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListUserWorkspacesResponse, error)
}

ClientWithResponsesInterface is the interface specification for the client with responses above.

type CompletedJob

type CompletedJob struct {
	Args           *ScriptArgs           `json:"args,omitempty"`
	Canceled       bool                  `json:"canceled"`
	CanceledBy     *string               `json:"canceled_by,omitempty"`
	CanceledReason *string               `json:"canceled_reason,omitempty"`
	CreatedAt      time.Time             `json:"created_at"`
	CreatedBy      string                `json:"created_by"`
	Deleted        *bool                 `json:"deleted,omitempty"`
	DurationMs     int                   `json:"duration_ms"`
	Email          string                `json:"email"`
	FlowStatus     *FlowStatus           `json:"flow_status,omitempty"`
	Id             openapi_types.UUID    `json:"id"`
	IsFlowStep     bool                  `json:"is_flow_step"`
	IsSkipped      bool                  `json:"is_skipped"`
	JobKind        CompletedJobJobKind   `json:"job_kind"`
	Language       *CompletedJobLanguage `json:"language,omitempty"`
	Logs           *string               `json:"logs,omitempty"`
	MemPeak        *int                  `json:"mem_peak,omitempty"`
	ParentJob      *openapi_types.UUID   `json:"parent_job,omitempty"`

	// The user (u/userfoo) or group (g/groupfoo) whom
	// the execution of this script will be permissioned_as and by extension its DT_TOKEN.
	PermissionedAs string       `json:"permissioned_as"`
	RawCode        *string      `json:"raw_code,omitempty"`
	RawFlow        *FlowValue   `json:"raw_flow,omitempty"`
	Result         *interface{} `json:"result,omitempty"`
	SchedulePath   *string      `json:"schedule_path,omitempty"`
	ScriptHash     *string      `json:"script_hash,omitempty"`
	ScriptPath     *string      `json:"script_path,omitempty"`
	StartedAt      time.Time    `json:"started_at"`
	Success        bool         `json:"success"`
	Tag            string       `json:"tag"`
	VisibleToOwner bool         `json:"visible_to_owner"`
	WorkspaceId    *string      `json:"workspace_id,omitempty"`
}

CompletedJob defines model for CompletedJob.

type CompletedJobJobKind

type CompletedJobJobKind string

CompletedJobJobKind defines model for CompletedJob.JobKind.

const (
	CompletedJobJobKindDependencies CompletedJobJobKind = "dependencies"
	CompletedJobJobKindFlow         CompletedJobJobKind = "flow"
	CompletedJobJobKindFlowpreview  CompletedJobJobKind = "flowpreview"
	CompletedJobJobKindHttp         CompletedJobJobKind = "http"
	CompletedJobJobKindIdentity     CompletedJobJobKind = "identity"
	CompletedJobJobKindPreview      CompletedJobJobKind = "preview"
	CompletedJobJobKindScript       CompletedJobJobKind = "script"
	CompletedJobJobKindScriptHub    CompletedJobJobKind = "script_hub"
)

Defines values for CompletedJobJobKind.

type CompletedJobLanguage

type CompletedJobLanguage string

CompletedJobLanguage defines model for CompletedJob.Language.

const (
	CompletedJobLanguageBash       CompletedJobLanguage = "bash"
	CompletedJobLanguageBun        CompletedJobLanguage = "bun"
	CompletedJobLanguageDeno       CompletedJobLanguage = "deno"
	CompletedJobLanguageGo         CompletedJobLanguage = "go"
	CompletedJobLanguageGraphql    CompletedJobLanguage = "graphql"
	CompletedJobLanguageMysql      CompletedJobLanguage = "mysql"
	CompletedJobLanguageNativets   CompletedJobLanguage = "nativets"
	CompletedJobLanguagePostgresql CompletedJobLanguage = "postgresql"
	CompletedJobLanguagePython3    CompletedJobLanguage = "python3"
)

Defines values for CompletedJobLanguage.

type ConnectCallbackJSONBody

type ConnectCallbackJSONBody struct {
	Code  string `json:"code"`
	State string `json:"state"`
}

ConnectCallbackJSONBody defines parameters for ConnectCallback.

type ConnectCallbackJSONRequestBody

type ConnectCallbackJSONRequestBody ConnectCallbackJSONBody

ConnectCallbackJSONRequestBody defines body for ConnectCallback for application/json ContentType.

type ConnectCallbackResponse

type ConnectCallbackResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TokenResponse
}

func ParseConnectCallbackResponse

func ParseConnectCallbackResponse(rsp *http.Response) (*ConnectCallbackResponse, error)

ParseConnectCallbackResponse parses an HTTP response from a ConnectCallbackWithResponse call

func (ConnectCallbackResponse) Status

func (r ConnectCallbackResponse) Status() string

Status returns HTTPResponse.Status

func (ConnectCallbackResponse) StatusCode

func (r ConnectCallbackResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ConnectSlackCallbackJSONBody

type ConnectSlackCallbackJSONBody struct {
	Code  string `json:"code"`
	State string `json:"state"`
}

ConnectSlackCallbackJSONBody defines parameters for ConnectSlackCallback.

type ConnectSlackCallbackJSONRequestBody

type ConnectSlackCallbackJSONRequestBody ConnectSlackCallbackJSONBody

ConnectSlackCallbackJSONRequestBody defines body for ConnectSlackCallback for application/json ContentType.

type ConnectSlackCallbackResponse

type ConnectSlackCallbackResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseConnectSlackCallbackResponse

func ParseConnectSlackCallbackResponse(rsp *http.Response) (*ConnectSlackCallbackResponse, error)

ParseConnectSlackCallbackResponse parses an HTTP response from a ConnectSlackCallbackWithResponse call

func (ConnectSlackCallbackResponse) Status

Status returns HTTPResponse.Status

func (ConnectSlackCallbackResponse) StatusCode

func (r ConnectSlackCallbackResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ContextualVariable

type ContextualVariable struct {
	Description string `json:"description"`
	Name        string `json:"name"`
	Value       string `json:"value"`
}

ContextualVariable defines model for ContextualVariable.

type CreateAccountJSONBody

type CreateAccountJSONBody struct {
	Client       string  `json:"client"`
	ExpiresIn    int     `json:"expires_in"`
	Owner        string  `json:"owner"`
	RefreshToken *string `json:"refresh_token,omitempty"`
}

CreateAccountJSONBody defines parameters for CreateAccount.

type CreateAccountJSONRequestBody

type CreateAccountJSONRequestBody CreateAccountJSONBody

CreateAccountJSONRequestBody defines body for CreateAccount for application/json ContentType.

type CreateAccountResponse

type CreateAccountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateAccountResponse

func ParseCreateAccountResponse(rsp *http.Response) (*CreateAccountResponse, error)

ParseCreateAccountResponse parses an HTTP response from a CreateAccountWithResponse call

func (CreateAccountResponse) Status

func (r CreateAccountResponse) Status() string

Status returns HTTPResponse.Status

func (CreateAccountResponse) StatusCode

func (r CreateAccountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateAppJSONBody added in v1.46.1

type CreateAppJSONBody struct {
	DraftOnly *bool       `json:"draft_only,omitempty"`
	Path      string      `json:"path"`
	Policy    Policy      `json:"policy"`
	Summary   string      `json:"summary"`
	Value     interface{} `json:"value"`
}

CreateAppJSONBody defines parameters for CreateApp.

type CreateAppJSONRequestBody added in v1.46.1

type CreateAppJSONRequestBody CreateAppJSONBody

CreateAppJSONRequestBody defines body for CreateApp for application/json ContentType.

type CreateAppResponse added in v1.46.1

type CreateAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateAppResponse added in v1.46.1

func ParseCreateAppResponse(rsp *http.Response) (*CreateAppResponse, error)

ParseCreateAppResponse parses an HTTP response from a CreateAppWithResponse call

func (CreateAppResponse) Status added in v1.46.1

func (r CreateAppResponse) Status() string

Status returns HTTPResponse.Status

func (CreateAppResponse) StatusCode added in v1.46.1

func (r CreateAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateCaptureResponse added in v1.43.0

type CreateCaptureResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateCaptureResponse added in v1.43.0

func ParseCreateCaptureResponse(rsp *http.Response) (*CreateCaptureResponse, error)

ParseCreateCaptureResponse parses an HTTP response from a CreateCaptureWithResponse call

func (CreateCaptureResponse) Status added in v1.43.0

func (r CreateCaptureResponse) Status() string

Status returns HTTPResponse.Status

func (CreateCaptureResponse) StatusCode added in v1.43.0

func (r CreateCaptureResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateDraftJSONBody added in v1.92.2

type CreateDraftJSONBody struct {
	Path  string                 `json:"path"`
	Typ   CreateDraftJSONBodyTyp `json:"typ"`
	Value *interface{}           `json:"value,omitempty"`
}

CreateDraftJSONBody defines parameters for CreateDraft.

type CreateDraftJSONBodyTyp added in v1.92.2

type CreateDraftJSONBodyTyp string

CreateDraftJSONBodyTyp defines parameters for CreateDraft.

type CreateDraftJSONRequestBody added in v1.92.2

type CreateDraftJSONRequestBody CreateDraftJSONBody

CreateDraftJSONRequestBody defines body for CreateDraft for application/json ContentType.

type CreateDraftResponse added in v1.92.2

type CreateDraftResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateDraftResponse added in v1.92.2

func ParseCreateDraftResponse(rsp *http.Response) (*CreateDraftResponse, error)

ParseCreateDraftResponse parses an HTTP response from a CreateDraftWithResponse call

func (CreateDraftResponse) Status added in v1.92.2

func (r CreateDraftResponse) Status() string

Status returns HTTPResponse.Status

func (CreateDraftResponse) StatusCode added in v1.92.2

func (r CreateDraftResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateFlowJSONBody

type CreateFlowJSONBody struct {
	Description *string                 `json:"description,omitempty"`
	DraftOnly   *bool                   `json:"draft_only,omitempty"`
	Path        string                  `json:"path"`
	Schema      *map[string]interface{} `json:"schema,omitempty"`
	Summary     string                  `json:"summary"`
	Value       FlowValue               `json:"value"`
}

CreateFlowJSONBody defines parameters for CreateFlow.

type CreateFlowJSONRequestBody

type CreateFlowJSONRequestBody CreateFlowJSONBody

CreateFlowJSONRequestBody defines body for CreateFlow for application/json ContentType.

type CreateFlowResponse

type CreateFlowResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateFlowResponse

func ParseCreateFlowResponse(rsp *http.Response) (*CreateFlowResponse, error)

ParseCreateFlowResponse parses an HTTP response from a CreateFlowWithResponse call

func (CreateFlowResponse) Status

func (r CreateFlowResponse) Status() string

Status returns HTTPResponse.Status

func (CreateFlowResponse) StatusCode

func (r CreateFlowResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateFolderJSONBody added in v1.56.0

type CreateFolderJSONBody struct {
	ExtraPerms *CreateFolderJSONBody_ExtraPerms `json:"extra_perms,omitempty"`
	Name       string                           `json:"name"`
	Owners     *[]string                        `json:"owners,omitempty"`
}

CreateFolderJSONBody defines parameters for CreateFolder.

type CreateFolderJSONBody_ExtraPerms added in v1.56.0

type CreateFolderJSONBody_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

CreateFolderJSONBody_ExtraPerms defines parameters for CreateFolder.

func (CreateFolderJSONBody_ExtraPerms) Get added in v1.56.0

func (a CreateFolderJSONBody_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for CreateFolderJSONBody_ExtraPerms. Returns the specified element and whether it was found

func (CreateFolderJSONBody_ExtraPerms) MarshalJSON added in v1.56.0

func (a CreateFolderJSONBody_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for CreateFolderJSONBody_ExtraPerms to handle AdditionalProperties

func (*CreateFolderJSONBody_ExtraPerms) Set added in v1.56.0

func (a *CreateFolderJSONBody_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for CreateFolderJSONBody_ExtraPerms

func (*CreateFolderJSONBody_ExtraPerms) UnmarshalJSON added in v1.56.0

func (a *CreateFolderJSONBody_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for CreateFolderJSONBody_ExtraPerms to handle AdditionalProperties

type CreateFolderJSONRequestBody added in v1.56.0

type CreateFolderJSONRequestBody CreateFolderJSONBody

CreateFolderJSONRequestBody defines body for CreateFolder for application/json ContentType.

type CreateFolderResponse added in v1.56.0

type CreateFolderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateFolderResponse added in v1.56.0

func ParseCreateFolderResponse(rsp *http.Response) (*CreateFolderResponse, error)

ParseCreateFolderResponse parses an HTTP response from a CreateFolderWithResponse call

func (CreateFolderResponse) Status added in v1.56.0

func (r CreateFolderResponse) Status() string

Status returns HTTPResponse.Status

func (CreateFolderResponse) StatusCode added in v1.56.0

func (r CreateFolderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateGroupJSONBody

type CreateGroupJSONBody struct {
	Name    string  `json:"name"`
	Summary *string `json:"summary,omitempty"`
}

CreateGroupJSONBody defines parameters for CreateGroup.

type CreateGroupJSONRequestBody

type CreateGroupJSONRequestBody CreateGroupJSONBody

CreateGroupJSONRequestBody defines body for CreateGroup for application/json ContentType.

type CreateGroupResponse

type CreateGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateGroupResponse

func ParseCreateGroupResponse(rsp *http.Response) (*CreateGroupResponse, error)

ParseCreateGroupResponse parses an HTTP response from a CreateGroupWithResponse call

func (CreateGroupResponse) Status

func (r CreateGroupResponse) Status() string

Status returns HTTPResponse.Status

func (CreateGroupResponse) StatusCode

func (r CreateGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateInput added in v1.88.0

type CreateInput struct {
	Args map[string]interface{} `json:"args"`
	Name string                 `json:"name"`
}

CreateInput defines model for CreateInput.

type CreateInputJSONBody added in v1.88.0

type CreateInputJSONBody = CreateInput

CreateInputJSONBody defines parameters for CreateInput.

type CreateInputJSONRequestBody added in v1.88.0

type CreateInputJSONRequestBody = CreateInputJSONBody

CreateInputJSONRequestBody defines body for CreateInput for application/json ContentType.

type CreateInputParams added in v1.88.0

type CreateInputParams struct {
	RunnableId   *RunnableId        `form:"runnable_id,omitempty" json:"runnable_id,omitempty"`
	RunnableType *RunnableTypeQuery `form:"runnable_type,omitempty" json:"runnable_type,omitempty"`
}

CreateInputParams defines parameters for CreateInput.

type CreateInputResponse added in v1.88.0

type CreateInputResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateInputResponse added in v1.88.0

func ParseCreateInputResponse(rsp *http.Response) (*CreateInputResponse, error)

ParseCreateInputResponse parses an HTTP response from a CreateInputWithResponse call

func (CreateInputResponse) Status added in v1.88.0

func (r CreateInputResponse) Status() string

Status returns HTTPResponse.Status

func (CreateInputResponse) StatusCode added in v1.88.0

func (r CreateInputResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateJobSignatureParams added in v1.41.0

type CreateJobSignatureParams struct {
	Approver *string `form:"approver,omitempty" json:"approver,omitempty"`
}

CreateJobSignatureParams defines parameters for CreateJobSignature.

type CreateJobSignatureResponse

type CreateJobSignatureResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateJobSignatureResponse

func ParseCreateJobSignatureResponse(rsp *http.Response) (*CreateJobSignatureResponse, error)

ParseCreateJobSignatureResponse parses an HTTP response from a CreateJobSignatureWithResponse call

func (CreateJobSignatureResponse) Status

Status returns HTTPResponse.Status

func (CreateJobSignatureResponse) StatusCode

func (r CreateJobSignatureResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateRawAppJSONBody added in v1.96.0

type CreateRawAppJSONBody struct {
	Path    string `json:"path"`
	Summary string `json:"summary"`
	Value   string `json:"value"`
}

CreateRawAppJSONBody defines parameters for CreateRawApp.

type CreateRawAppJSONRequestBody added in v1.96.0

type CreateRawAppJSONRequestBody CreateRawAppJSONBody

CreateRawAppJSONRequestBody defines body for CreateRawApp for application/json ContentType.

type CreateRawAppResponse added in v1.96.0

type CreateRawAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateRawAppResponse added in v1.96.0

func ParseCreateRawAppResponse(rsp *http.Response) (*CreateRawAppResponse, error)

ParseCreateRawAppResponse parses an HTTP response from a CreateRawAppWithResponse call

func (CreateRawAppResponse) Status added in v1.96.0

func (r CreateRawAppResponse) Status() string

Status returns HTTPResponse.Status

func (CreateRawAppResponse) StatusCode added in v1.96.0

func (r CreateRawAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateResource

type CreateResource struct {
	Description  *string     `json:"description,omitempty"`
	Path         string      `json:"path"`
	ResourceType string      `json:"resource_type"`
	Value        interface{} `json:"value"`
}

CreateResource defines model for CreateResource.

type CreateResourceJSONBody

type CreateResourceJSONBody = CreateResource

CreateResourceJSONBody defines parameters for CreateResource.

type CreateResourceJSONRequestBody

type CreateResourceJSONRequestBody = CreateResourceJSONBody

CreateResourceJSONRequestBody defines body for CreateResource for application/json ContentType.

type CreateResourceParams added in v1.109.1

type CreateResourceParams struct {
	UpdateIfExists *bool `form:"update_if_exists,omitempty" json:"update_if_exists,omitempty"`
}

CreateResourceParams defines parameters for CreateResource.

type CreateResourceResponse

type CreateResourceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateResourceResponse

func ParseCreateResourceResponse(rsp *http.Response) (*CreateResourceResponse, error)

ParseCreateResourceResponse parses an HTTP response from a CreateResourceWithResponse call

func (CreateResourceResponse) Status

func (r CreateResourceResponse) Status() string

Status returns HTTPResponse.Status

func (CreateResourceResponse) StatusCode

func (r CreateResourceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateResourceTypeJSONBody

type CreateResourceTypeJSONBody = ResourceType

CreateResourceTypeJSONBody defines parameters for CreateResourceType.

type CreateResourceTypeJSONRequestBody

type CreateResourceTypeJSONRequestBody = CreateResourceTypeJSONBody

CreateResourceTypeJSONRequestBody defines body for CreateResourceType for application/json ContentType.

type CreateResourceTypeResponse

type CreateResourceTypeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateResourceTypeResponse

func ParseCreateResourceTypeResponse(rsp *http.Response) (*CreateResourceTypeResponse, error)

ParseCreateResourceTypeResponse parses an HTTP response from a CreateResourceTypeWithResponse call

func (CreateResourceTypeResponse) Status

Status returns HTTPResponse.Status

func (CreateResourceTypeResponse) StatusCode

func (r CreateResourceTypeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateScheduleJSONBody

type CreateScheduleJSONBody = NewSchedule

CreateScheduleJSONBody defines parameters for CreateSchedule.

type CreateScheduleJSONRequestBody

type CreateScheduleJSONRequestBody = CreateScheduleJSONBody

CreateScheduleJSONRequestBody defines body for CreateSchedule for application/json ContentType.

type CreateScheduleResponse

type CreateScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateScheduleResponse

func ParseCreateScheduleResponse(rsp *http.Response) (*CreateScheduleResponse, error)

ParseCreateScheduleResponse parses an HTTP response from a CreateScheduleWithResponse call

func (CreateScheduleResponse) Status

func (r CreateScheduleResponse) Status() string

Status returns HTTPResponse.Status

func (CreateScheduleResponse) StatusCode

func (r CreateScheduleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateScriptJSONBody

type CreateScriptJSONBody = NewScript

CreateScriptJSONBody defines parameters for CreateScript.

type CreateScriptJSONRequestBody

type CreateScriptJSONRequestBody = CreateScriptJSONBody

CreateScriptJSONRequestBody defines body for CreateScript for application/json ContentType.

type CreateScriptResponse

type CreateScriptResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateScriptResponse

func ParseCreateScriptResponse(rsp *http.Response) (*CreateScriptResponse, error)

ParseCreateScriptResponse parses an HTTP response from a CreateScriptWithResponse call

func (CreateScriptResponse) Status

func (r CreateScriptResponse) Status() string

Status returns HTTPResponse.Status

func (CreateScriptResponse) StatusCode

func (r CreateScriptResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateTokenImpersonateJSONBody added in v1.86.0

type CreateTokenImpersonateJSONBody = NewTokenImpersonate

CreateTokenImpersonateJSONBody defines parameters for CreateTokenImpersonate.

type CreateTokenImpersonateJSONRequestBody added in v1.86.0

type CreateTokenImpersonateJSONRequestBody = CreateTokenImpersonateJSONBody

CreateTokenImpersonateJSONRequestBody defines body for CreateTokenImpersonate for application/json ContentType.

type CreateTokenImpersonateResponse added in v1.86.0

type CreateTokenImpersonateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateTokenImpersonateResponse added in v1.86.0

func ParseCreateTokenImpersonateResponse(rsp *http.Response) (*CreateTokenImpersonateResponse, error)

ParseCreateTokenImpersonateResponse parses an HTTP response from a CreateTokenImpersonateWithResponse call

func (CreateTokenImpersonateResponse) Status added in v1.86.0

Status returns HTTPResponse.Status

func (CreateTokenImpersonateResponse) StatusCode added in v1.86.0

func (r CreateTokenImpersonateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateTokenJSONBody

type CreateTokenJSONBody = NewToken

CreateTokenJSONBody defines parameters for CreateToken.

type CreateTokenJSONRequestBody

type CreateTokenJSONRequestBody = CreateTokenJSONBody

CreateTokenJSONRequestBody defines body for CreateToken for application/json ContentType.

type CreateTokenResponse

type CreateTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateTokenResponse

func ParseCreateTokenResponse(rsp *http.Response) (*CreateTokenResponse, error)

ParseCreateTokenResponse parses an HTTP response from a CreateTokenWithResponse call

func (CreateTokenResponse) Status

func (r CreateTokenResponse) Status() string

Status returns HTTPResponse.Status

func (CreateTokenResponse) StatusCode

func (r CreateTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateUserGloballyJSONBody

type CreateUserGloballyJSONBody struct {
	Company    *string `json:"company,omitempty"`
	Email      string  `json:"email"`
	Name       *string `json:"name,omitempty"`
	Password   string  `json:"password"`
	SuperAdmin bool    `json:"super_admin"`
}

CreateUserGloballyJSONBody defines parameters for CreateUserGlobally.

type CreateUserGloballyJSONRequestBody

type CreateUserGloballyJSONRequestBody CreateUserGloballyJSONBody

CreateUserGloballyJSONRequestBody defines body for CreateUserGlobally for application/json ContentType.

type CreateUserGloballyResponse

type CreateUserGloballyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateUserGloballyResponse

func ParseCreateUserGloballyResponse(rsp *http.Response) (*CreateUserGloballyResponse, error)

ParseCreateUserGloballyResponse parses an HTTP response from a CreateUserGloballyWithResponse call

func (CreateUserGloballyResponse) Status

Status returns HTTPResponse.Status

func (CreateUserGloballyResponse) StatusCode

func (r CreateUserGloballyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateUserJSONBody

type CreateUserJSONBody = NewUser

CreateUserJSONBody defines parameters for CreateUser.

type CreateUserJSONRequestBody

type CreateUserJSONRequestBody = CreateUserJSONBody

CreateUserJSONRequestBody defines body for CreateUser for application/json ContentType.

type CreateUserResponse

type CreateUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateUserResponse

func ParseCreateUserResponse(rsp *http.Response) (*CreateUserResponse, error)

ParseCreateUserResponse parses an HTTP response from a CreateUserWithResponse call

func (CreateUserResponse) Status

func (r CreateUserResponse) Status() string

Status returns HTTPResponse.Status

func (CreateUserResponse) StatusCode

func (r CreateUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateVariable

type CreateVariable struct {
	Account     *int   `json:"account,omitempty"`
	Description string `json:"description"`
	IsOauth     *bool  `json:"is_oauth,omitempty"`
	IsSecret    bool   `json:"is_secret"`
	Path        string `json:"path"`
	Value       string `json:"value"`
}

CreateVariable defines model for CreateVariable.

type CreateVariableJSONBody

type CreateVariableJSONBody = CreateVariable

CreateVariableJSONBody defines parameters for CreateVariable.

type CreateVariableJSONRequestBody

type CreateVariableJSONRequestBody = CreateVariableJSONBody

CreateVariableJSONRequestBody defines body for CreateVariable for application/json ContentType.

type CreateVariableParams added in v1.66.0

type CreateVariableParams struct {
	AlreadyEncrypted *bool `form:"already_encrypted,omitempty" json:"already_encrypted,omitempty"`
}

CreateVariableParams defines parameters for CreateVariable.

type CreateVariableResponse

type CreateVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateVariableResponse

func ParseCreateVariableResponse(rsp *http.Response) (*CreateVariableResponse, error)

ParseCreateVariableResponse parses an HTTP response from a CreateVariableWithResponse call

func (CreateVariableResponse) Status

func (r CreateVariableResponse) Status() string

Status returns HTTPResponse.Status

func (CreateVariableResponse) StatusCode

func (r CreateVariableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateWorkspace

type CreateWorkspace struct {
	Id       string `json:"id"`
	Name     string `json:"name"`
	Username string `json:"username"`
}

CreateWorkspace defines model for CreateWorkspace.

type CreateWorkspaceJSONBody

type CreateWorkspaceJSONBody = CreateWorkspace

CreateWorkspaceJSONBody defines parameters for CreateWorkspace.

type CreateWorkspaceJSONRequestBody

type CreateWorkspaceJSONRequestBody = CreateWorkspaceJSONBody

CreateWorkspaceJSONRequestBody defines body for CreateWorkspace for application/json ContentType.

type CreateWorkspaceResponse

type CreateWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateWorkspaceResponse

func ParseCreateWorkspaceResponse(rsp *http.Response) (*CreateWorkspaceResponse, error)

ParseCreateWorkspaceResponse parses an HTTP response from a CreateWorkspaceWithResponse call

func (CreateWorkspaceResponse) Status

func (r CreateWorkspaceResponse) Status() string

Status returns HTTPResponse.Status

func (CreateWorkspaceResponse) StatusCode

func (r CreateWorkspaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreatedBy

type CreatedBy = string

CreatedBy defines model for CreatedBy.

type DeclineInviteJSONBody

type DeclineInviteJSONBody struct {
	WorkspaceId string `json:"workspace_id"`
}

DeclineInviteJSONBody defines parameters for DeclineInvite.

type DeclineInviteJSONRequestBody

type DeclineInviteJSONRequestBody DeclineInviteJSONBody

DeclineInviteJSONRequestBody defines body for DeclineInvite for application/json ContentType.

type DeclineInviteResponse

type DeclineInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeclineInviteResponse

func ParseDeclineInviteResponse(rsp *http.Response) (*DeclineInviteResponse, error)

ParseDeclineInviteResponse parses an HTTP response from a DeclineInviteWithResponse call

func (DeclineInviteResponse) Status

func (r DeclineInviteResponse) Status() string

Status returns HTTPResponse.Status

func (DeclineInviteResponse) StatusCode

func (r DeclineInviteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteAppResponse added in v1.46.1

type DeleteAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteAppResponse added in v1.46.1

func ParseDeleteAppResponse(rsp *http.Response) (*DeleteAppResponse, error)

ParseDeleteAppResponse parses an HTTP response from a DeleteAppWithResponse call

func (DeleteAppResponse) Status added in v1.46.1

func (r DeleteAppResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteAppResponse) StatusCode added in v1.46.1

func (r DeleteAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteCompletedJobResponse

type DeleteCompletedJobResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CompletedJob
}

func ParseDeleteCompletedJobResponse

func ParseDeleteCompletedJobResponse(rsp *http.Response) (*DeleteCompletedJobResponse, error)

ParseDeleteCompletedJobResponse parses an HTTP response from a DeleteCompletedJobWithResponse call

func (DeleteCompletedJobResponse) Status

Status returns HTTPResponse.Status

func (DeleteCompletedJobResponse) StatusCode

func (r DeleteCompletedJobResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteDraftParamsKind added in v1.116.0

type DeleteDraftParamsKind string

DeleteDraftParamsKind defines parameters for DeleteDraft.

type DeleteDraftResponse added in v1.116.0

type DeleteDraftResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteDraftResponse added in v1.116.0

func ParseDeleteDraftResponse(rsp *http.Response) (*DeleteDraftResponse, error)

ParseDeleteDraftResponse parses an HTTP response from a DeleteDraftWithResponse call

func (DeleteDraftResponse) Status added in v1.116.0

func (r DeleteDraftResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteDraftResponse) StatusCode added in v1.116.0

func (r DeleteDraftResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteFlowByPathResponse added in v1.66.0

type DeleteFlowByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteFlowByPathResponse added in v1.66.0

func ParseDeleteFlowByPathResponse(rsp *http.Response) (*DeleteFlowByPathResponse, error)

ParseDeleteFlowByPathResponse parses an HTTP response from a DeleteFlowByPathWithResponse call

func (DeleteFlowByPathResponse) Status added in v1.66.0

func (r DeleteFlowByPathResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteFlowByPathResponse) StatusCode added in v1.66.0

func (r DeleteFlowByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteFolderResponse added in v1.56.0

type DeleteFolderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteFolderResponse added in v1.56.0

func ParseDeleteFolderResponse(rsp *http.Response) (*DeleteFolderResponse, error)

ParseDeleteFolderResponse parses an HTTP response from a DeleteFolderWithResponse call

func (DeleteFolderResponse) Status added in v1.56.0

func (r DeleteFolderResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteFolderResponse) StatusCode added in v1.56.0

func (r DeleteFolderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteGroupResponse

type DeleteGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteGroupResponse

func ParseDeleteGroupResponse(rsp *http.Response) (*DeleteGroupResponse, error)

ParseDeleteGroupResponse parses an HTTP response from a DeleteGroupWithResponse call

func (DeleteGroupResponse) Status

func (r DeleteGroupResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteGroupResponse) StatusCode

func (r DeleteGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteInputResponse added in v1.88.0

type DeleteInputResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteInputResponse added in v1.88.0

func ParseDeleteInputResponse(rsp *http.Response) (*DeleteInputResponse, error)

ParseDeleteInputResponse parses an HTTP response from a DeleteInputWithResponse call

func (DeleteInputResponse) Status added in v1.88.0

func (r DeleteInputResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteInputResponse) StatusCode added in v1.88.0

func (r DeleteInputResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteInviteJSONBody

type DeleteInviteJSONBody struct {
	Email    string `json:"email"`
	IsAdmin  bool   `json:"is_admin"`
	Operator bool   `json:"operator"`
}

DeleteInviteJSONBody defines parameters for DeleteInvite.

type DeleteInviteJSONRequestBody

type DeleteInviteJSONRequestBody DeleteInviteJSONBody

DeleteInviteJSONRequestBody defines body for DeleteInvite for application/json ContentType.

type DeleteInviteResponse

type DeleteInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteInviteResponse

func ParseDeleteInviteResponse(rsp *http.Response) (*DeleteInviteResponse, error)

ParseDeleteInviteResponse parses an HTTP response from a DeleteInviteWithResponse call

func (DeleteInviteResponse) Status

func (r DeleteInviteResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteInviteResponse) StatusCode

func (r DeleteInviteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteRawAppResponse added in v1.96.0

type DeleteRawAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRawAppResponse added in v1.96.0

func ParseDeleteRawAppResponse(rsp *http.Response) (*DeleteRawAppResponse, error)

ParseDeleteRawAppResponse parses an HTTP response from a DeleteRawAppWithResponse call

func (DeleteRawAppResponse) Status added in v1.96.0

func (r DeleteRawAppResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteRawAppResponse) StatusCode added in v1.96.0

func (r DeleteRawAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteResourceResponse

type DeleteResourceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteResourceResponse

func ParseDeleteResourceResponse(rsp *http.Response) (*DeleteResourceResponse, error)

ParseDeleteResourceResponse parses an HTTP response from a DeleteResourceWithResponse call

func (DeleteResourceResponse) Status

func (r DeleteResourceResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteResourceResponse) StatusCode

func (r DeleteResourceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteResourceTypeResponse

type DeleteResourceTypeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteResourceTypeResponse

func ParseDeleteResourceTypeResponse(rsp *http.Response) (*DeleteResourceTypeResponse, error)

ParseDeleteResourceTypeResponse parses an HTTP response from a DeleteResourceTypeWithResponse call

func (DeleteResourceTypeResponse) Status

Status returns HTTPResponse.Status

func (DeleteResourceTypeResponse) StatusCode

func (r DeleteResourceTypeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteScheduleResponse

type DeleteScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteScheduleResponse

func ParseDeleteScheduleResponse(rsp *http.Response) (*DeleteScheduleResponse, error)

ParseDeleteScheduleResponse parses an HTTP response from a DeleteScheduleWithResponse call

func (DeleteScheduleResponse) Status

func (r DeleteScheduleResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteScheduleResponse) StatusCode

func (r DeleteScheduleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteScriptByHashResponse

type DeleteScriptByHashResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Script
}

func ParseDeleteScriptByHashResponse

func ParseDeleteScriptByHashResponse(rsp *http.Response) (*DeleteScriptByHashResponse, error)

ParseDeleteScriptByHashResponse parses an HTTP response from a DeleteScriptByHashWithResponse call

func (DeleteScriptByHashResponse) Status

Status returns HTTPResponse.Status

func (DeleteScriptByHashResponse) StatusCode

func (r DeleteScriptByHashResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteScriptByPathResponse added in v1.74.0

type DeleteScriptByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *string
}

func ParseDeleteScriptByPathResponse added in v1.74.0

func ParseDeleteScriptByPathResponse(rsp *http.Response) (*DeleteScriptByPathResponse, error)

ParseDeleteScriptByPathResponse parses an HTTP response from a DeleteScriptByPathWithResponse call

func (DeleteScriptByPathResponse) Status added in v1.74.0

Status returns HTTPResponse.Status

func (DeleteScriptByPathResponse) StatusCode added in v1.74.0

func (r DeleteScriptByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteTokenResponse

type DeleteTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteTokenResponse

func ParseDeleteTokenResponse(rsp *http.Response) (*DeleteTokenResponse, error)

ParseDeleteTokenResponse parses an HTTP response from a DeleteTokenWithResponse call

func (DeleteTokenResponse) Status

func (r DeleteTokenResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteTokenResponse) StatusCode

func (r DeleteTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteUserResponse

type DeleteUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteUserResponse

func ParseDeleteUserResponse(rsp *http.Response) (*DeleteUserResponse, error)

ParseDeleteUserResponse parses an HTTP response from a DeleteUserWithResponse call

func (DeleteUserResponse) Status

func (r DeleteUserResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteUserResponse) StatusCode

func (r DeleteUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteVariableResponse

type DeleteVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteVariableResponse

func ParseDeleteVariableResponse(rsp *http.Response) (*DeleteVariableResponse, error)

ParseDeleteVariableResponse parses an HTTP response from a DeleteVariableWithResponse call

func (DeleteVariableResponse) Status

func (r DeleteVariableResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteVariableResponse) StatusCode

func (r DeleteVariableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteWorkspaceResponse

type DeleteWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteWorkspaceResponse

func ParseDeleteWorkspaceResponse(rsp *http.Response) (*DeleteWorkspaceResponse, error)

ParseDeleteWorkspaceResponse parses an HTTP response from a DeleteWorkspaceWithResponse call

func (DeleteWorkspaceResponse) Status

func (r DeleteWorkspaceResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteWorkspaceResponse) StatusCode

func (r DeleteWorkspaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DisconnectAccountResponse

type DisconnectAccountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDisconnectAccountResponse

func ParseDisconnectAccountResponse(rsp *http.Response) (*DisconnectAccountResponse, error)

ParseDisconnectAccountResponse parses an HTTP response from a DisconnectAccountWithResponse call

func (DisconnectAccountResponse) Status

func (r DisconnectAccountResponse) Status() string

Status returns HTTPResponse.Status

func (DisconnectAccountResponse) StatusCode

func (r DisconnectAccountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DisconnectSlackResponse

type DisconnectSlackResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDisconnectSlackResponse

func ParseDisconnectSlackResponse(rsp *http.Response) (*DisconnectSlackResponse, error)

ParseDisconnectSlackResponse parses an HTTP response from a DisconnectSlackWithResponse call

func (DisconnectSlackResponse) Status

func (r DisconnectSlackResponse) Status() string

Status returns HTTPResponse.Status

func (DisconnectSlackResponse) StatusCode

func (r DisconnectSlackResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditAutoInviteJSONBody added in v1.56.0

type EditAutoInviteJSONBody struct {
	Operator *bool `json:"operator,omitempty"`
}

EditAutoInviteJSONBody defines parameters for EditAutoInvite.

type EditAutoInviteJSONRequestBody added in v1.56.0

type EditAutoInviteJSONRequestBody EditAutoInviteJSONBody

EditAutoInviteJSONRequestBody defines body for EditAutoInvite for application/json ContentType.

type EditAutoInviteResponse added in v1.56.0

type EditAutoInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseEditAutoInviteResponse added in v1.56.0

func ParseEditAutoInviteResponse(rsp *http.Response) (*EditAutoInviteResponse, error)

ParseEditAutoInviteResponse parses an HTTP response from a EditAutoInviteWithResponse call

func (EditAutoInviteResponse) Status added in v1.56.0

func (r EditAutoInviteResponse) Status() string

Status returns HTTPResponse.Status

func (EditAutoInviteResponse) StatusCode added in v1.56.0

func (r EditAutoInviteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditDeployToJSONBody added in v1.115.0

type EditDeployToJSONBody struct {
	DeployTo *string `json:"deploy_to,omitempty"`
}

EditDeployToJSONBody defines parameters for EditDeployTo.

type EditDeployToJSONRequestBody added in v1.115.0

type EditDeployToJSONRequestBody EditDeployToJSONBody

EditDeployToJSONRequestBody defines body for EditDeployTo for application/json ContentType.

type EditDeployToResponse added in v1.115.0

type EditDeployToResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseEditDeployToResponse added in v1.115.0

func ParseEditDeployToResponse(rsp *http.Response) (*EditDeployToResponse, error)

ParseEditDeployToResponse parses an HTTP response from a EditDeployToWithResponse call

func (EditDeployToResponse) Status added in v1.115.0

func (r EditDeployToResponse) Status() string

Status returns HTTPResponse.Status

func (EditDeployToResponse) StatusCode added in v1.115.0

func (r EditDeployToResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditErrorHandlerJSONBody added in v1.126.0

type EditErrorHandlerJSONBody struct {
	ErrorHandler *string `json:"error_handler,omitempty"`
}

EditErrorHandlerJSONBody defines parameters for EditErrorHandler.

type EditErrorHandlerJSONRequestBody added in v1.126.0

type EditErrorHandlerJSONRequestBody EditErrorHandlerJSONBody

EditErrorHandlerJSONRequestBody defines body for EditErrorHandler for application/json ContentType.

type EditErrorHandlerResponse added in v1.126.0

type EditErrorHandlerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseEditErrorHandlerResponse added in v1.126.0

func ParseEditErrorHandlerResponse(rsp *http.Response) (*EditErrorHandlerResponse, error)

ParseEditErrorHandlerResponse parses an HTTP response from a EditErrorHandlerWithResponse call

func (EditErrorHandlerResponse) Status added in v1.126.0

func (r EditErrorHandlerResponse) Status() string

Status returns HTTPResponse.Status

func (EditErrorHandlerResponse) StatusCode added in v1.126.0

func (r EditErrorHandlerResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditOpenaiResourcePathJSONBody added in v1.134.0

type EditOpenaiResourcePathJSONBody struct {
	OpenaiResourcePath *string `json:"openai_resource_path,omitempty"`
}

EditOpenaiResourcePathJSONBody defines parameters for EditOpenaiResourcePath.

type EditOpenaiResourcePathJSONRequestBody added in v1.134.0

type EditOpenaiResourcePathJSONRequestBody EditOpenaiResourcePathJSONBody

EditOpenaiResourcePathJSONRequestBody defines body for EditOpenaiResourcePath for application/json ContentType.

type EditOpenaiResourcePathResponse added in v1.134.0

type EditOpenaiResourcePathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseEditOpenaiResourcePathResponse added in v1.134.0

func ParseEditOpenaiResourcePathResponse(rsp *http.Response) (*EditOpenaiResourcePathResponse, error)

ParseEditOpenaiResourcePathResponse parses an HTTP response from a EditOpenaiResourcePathWithResponse call

func (EditOpenaiResourcePathResponse) Status added in v1.134.0

Status returns HTTPResponse.Status

func (EditOpenaiResourcePathResponse) StatusCode added in v1.134.0

func (r EditOpenaiResourcePathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditResource

type EditResource struct {
	Description *string      `json:"description,omitempty"`
	Path        *string      `json:"path,omitempty"`
	Value       *interface{} `json:"value,omitempty"`
}

EditResource defines model for EditResource.

type EditResourceType

type EditResourceType struct {
	Description *string      `json:"description,omitempty"`
	Schema      *interface{} `json:"schema,omitempty"`
}

EditResourceType defines model for EditResourceType.

type EditSchedule

type EditSchedule struct {
	Args      ScriptArgs `json:"args"`
	OnFailure *string    `json:"on_failure,omitempty"`
	Schedule  string     `json:"schedule"`
	Timezone  string     `json:"timezone"`
}

EditSchedule defines model for EditSchedule.

type EditSlackCommandJSONBody

type EditSlackCommandJSONBody struct {
	SlackCommandScript *string `json:"slack_command_script,omitempty"`
}

EditSlackCommandJSONBody defines parameters for EditSlackCommand.

type EditSlackCommandJSONRequestBody

type EditSlackCommandJSONRequestBody EditSlackCommandJSONBody

EditSlackCommandJSONRequestBody defines body for EditSlackCommand for application/json ContentType.

type EditSlackCommandResponse

type EditSlackCommandResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseEditSlackCommandResponse

func ParseEditSlackCommandResponse(rsp *http.Response) (*EditSlackCommandResponse, error)

ParseEditSlackCommandResponse parses an HTTP response from a EditSlackCommandWithResponse call

func (EditSlackCommandResponse) Status

func (r EditSlackCommandResponse) Status() string

Status returns HTTPResponse.Status

func (EditSlackCommandResponse) StatusCode

func (r EditSlackCommandResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditVariable

type EditVariable struct {
	Description *string `json:"description,omitempty"`
	IsSecret    *bool   `json:"is_secret,omitempty"`
	Path        *string `json:"path,omitempty"`
	Value       *string `json:"value,omitempty"`
}

EditVariable defines model for EditVariable.

type EditWebhookJSONBody added in v1.62.0

type EditWebhookJSONBody struct {
	Webhook *string `json:"webhook,omitempty"`
}

EditWebhookJSONBody defines parameters for EditWebhook.

type EditWebhookJSONRequestBody added in v1.62.0

type EditWebhookJSONRequestBody EditWebhookJSONBody

EditWebhookJSONRequestBody defines body for EditWebhook for application/json ContentType.

type EditWebhookResponse added in v1.62.0

type EditWebhookResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseEditWebhookResponse added in v1.62.0

func ParseEditWebhookResponse(rsp *http.Response) (*EditWebhookResponse, error)

ParseEditWebhookResponse parses an HTTP response from a EditWebhookWithResponse call

func (EditWebhookResponse) Status added in v1.62.0

func (r EditWebhookResponse) Status() string

Status returns HTTPResponse.Status

func (EditWebhookResponse) StatusCode added in v1.62.0

func (r EditWebhookResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditWorkspaceUser

type EditWorkspaceUser struct {
	Disabled *bool `json:"disabled,omitempty"`
	IsAdmin  *bool `json:"is_admin,omitempty"`
	Operator *bool `json:"operator,omitempty"`
}

EditWorkspaceUser defines model for EditWorkspaceUser.

type EncryptValueJSONBody added in v1.106.0

type EncryptValueJSONBody = string

EncryptValueJSONBody defines parameters for EncryptValue.

type EncryptValueJSONRequestBody added in v1.106.0

type EncryptValueJSONRequestBody = EncryptValueJSONBody

EncryptValueJSONRequestBody defines body for EncryptValue for application/json ContentType.

type EncryptValueResponse added in v1.106.0

type EncryptValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseEncryptValueResponse added in v1.106.0

func ParseEncryptValueResponse(rsp *http.Response) (*EncryptValueResponse, error)

ParseEncryptValueResponse parses an HTTP response from a EncryptValueWithResponse call

func (EncryptValueResponse) Status added in v1.106.0

func (r EncryptValueResponse) Status() string

Status returns HTTPResponse.Status

func (EncryptValueResponse) StatusCode added in v1.106.0

func (r EncryptValueResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExecuteComponentJSONBody added in v1.46.1

type ExecuteComponentJSONBody struct {
	Args                    interface{}             `json:"args"`
	Component               string                  `json:"component"`
	ForceViewerStaticFields *map[string]interface{} `json:"force_viewer_static_fields,omitempty"`
	Path                    *string                 `json:"path,omitempty"`
	RawCode                 *struct {
		Content  string  `json:"content"`
		Language string  `json:"language"`
		Path     *string `json:"path,omitempty"`
	} `json:"raw_code,omitempty"`
}

ExecuteComponentJSONBody defines parameters for ExecuteComponent.

type ExecuteComponentJSONRequestBody added in v1.46.1

type ExecuteComponentJSONRequestBody ExecuteComponentJSONBody

ExecuteComponentJSONRequestBody defines body for ExecuteComponent for application/json ContentType.

type ExecuteComponentResponse added in v1.46.1

type ExecuteComponentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseExecuteComponentResponse added in v1.46.1

func ParseExecuteComponentResponse(rsp *http.Response) (*ExecuteComponentResponse, error)

ParseExecuteComponentResponse parses an HTTP response from a ExecuteComponentWithResponse call

func (ExecuteComponentResponse) Status added in v1.46.1

func (r ExecuteComponentResponse) Status() string

Status returns HTTPResponse.Status

func (ExecuteComponentResponse) StatusCode added in v1.46.1

func (r ExecuteComponentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsAppResponse added in v1.53.0

type ExistsAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsAppResponse added in v1.53.0

func ParseExistsAppResponse(rsp *http.Response) (*ExistsAppResponse, error)

ParseExistsAppResponse parses an HTTP response from a ExistsAppWithResponse call

func (ExistsAppResponse) Status added in v1.53.0

func (r ExistsAppResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsAppResponse) StatusCode added in v1.53.0

func (r ExistsAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsEmailResponse added in v1.123.1

type ExistsEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsEmailResponse added in v1.123.1

func ParseExistsEmailResponse(rsp *http.Response) (*ExistsEmailResponse, error)

ParseExistsEmailResponse parses an HTTP response from a ExistsEmailWithResponse call

func (ExistsEmailResponse) Status added in v1.123.1

func (r ExistsEmailResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsEmailResponse) StatusCode added in v1.123.1

func (r ExistsEmailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsFlowByPathResponse

type ExistsFlowByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsFlowByPathResponse

func ParseExistsFlowByPathResponse(rsp *http.Response) (*ExistsFlowByPathResponse, error)

ParseExistsFlowByPathResponse parses an HTTP response from a ExistsFlowByPathWithResponse call

func (ExistsFlowByPathResponse) Status

func (r ExistsFlowByPathResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsFlowByPathResponse) StatusCode

func (r ExistsFlowByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsOpenaiResourcePathResponse added in v1.134.0

type ExistsOpenaiResourcePathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseExistsOpenaiResourcePathResponse added in v1.134.0

func ParseExistsOpenaiResourcePathResponse(rsp *http.Response) (*ExistsOpenaiResourcePathResponse, error)

ParseExistsOpenaiResourcePathResponse parses an HTTP response from a ExistsOpenaiResourcePathWithResponse call

func (ExistsOpenaiResourcePathResponse) Status added in v1.134.0

Status returns HTTPResponse.Status

func (ExistsOpenaiResourcePathResponse) StatusCode added in v1.134.0

func (r ExistsOpenaiResourcePathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsRawAppResponse added in v1.96.0

type ExistsRawAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsRawAppResponse added in v1.96.0

func ParseExistsRawAppResponse(rsp *http.Response) (*ExistsRawAppResponse, error)

ParseExistsRawAppResponse parses an HTTP response from a ExistsRawAppWithResponse call

func (ExistsRawAppResponse) Status added in v1.96.0

func (r ExistsRawAppResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsRawAppResponse) StatusCode added in v1.96.0

func (r ExistsRawAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsResourceResponse

type ExistsResourceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsResourceResponse

func ParseExistsResourceResponse(rsp *http.Response) (*ExistsResourceResponse, error)

ParseExistsResourceResponse parses an HTTP response from a ExistsResourceWithResponse call

func (ExistsResourceResponse) Status

func (r ExistsResourceResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsResourceResponse) StatusCode

func (r ExistsResourceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsResourceTypeResponse

type ExistsResourceTypeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsResourceTypeResponse

func ParseExistsResourceTypeResponse(rsp *http.Response) (*ExistsResourceTypeResponse, error)

ParseExistsResourceTypeResponse parses an HTTP response from a ExistsResourceTypeWithResponse call

func (ExistsResourceTypeResponse) Status

Status returns HTTPResponse.Status

func (ExistsResourceTypeResponse) StatusCode

func (r ExistsResourceTypeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsScheduleResponse

type ExistsScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsScheduleResponse

func ParseExistsScheduleResponse(rsp *http.Response) (*ExistsScheduleResponse, error)

ParseExistsScheduleResponse parses an HTTP response from a ExistsScheduleWithResponse call

func (ExistsScheduleResponse) Status

func (r ExistsScheduleResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsScheduleResponse) StatusCode

func (r ExistsScheduleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsScriptByPathResponse

type ExistsScriptByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsScriptByPathResponse

func ParseExistsScriptByPathResponse(rsp *http.Response) (*ExistsScriptByPathResponse, error)

ParseExistsScriptByPathResponse parses an HTTP response from a ExistsScriptByPathWithResponse call

func (ExistsScriptByPathResponse) Status

Status returns HTTPResponse.Status

func (ExistsScriptByPathResponse) StatusCode

func (r ExistsScriptByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsUsernameJSONBody

type ExistsUsernameJSONBody struct {
	Id       string `json:"id"`
	Username string `json:"username"`
}

ExistsUsernameJSONBody defines parameters for ExistsUsername.

type ExistsUsernameJSONRequestBody

type ExistsUsernameJSONRequestBody ExistsUsernameJSONBody

ExistsUsernameJSONRequestBody defines body for ExistsUsername for application/json ContentType.

type ExistsUsernameResponse

type ExistsUsernameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseExistsUsernameResponse

func ParseExistsUsernameResponse(rsp *http.Response) (*ExistsUsernameResponse, error)

ParseExistsUsernameResponse parses an HTTP response from a ExistsUsernameWithResponse call

func (ExistsUsernameResponse) Status

func (r ExistsUsernameResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsUsernameResponse) StatusCode

func (r ExistsUsernameResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsVariableResponse

type ExistsVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsVariableResponse

func ParseExistsVariableResponse(rsp *http.Response) (*ExistsVariableResponse, error)

ParseExistsVariableResponse parses an HTTP response from a ExistsVariableWithResponse call

func (ExistsVariableResponse) Status

func (r ExistsVariableResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsVariableResponse) StatusCode

func (r ExistsVariableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsWorkspaceJSONBody

type ExistsWorkspaceJSONBody struct {
	Id string `json:"id"`
}

ExistsWorkspaceJSONBody defines parameters for ExistsWorkspace.

type ExistsWorkspaceJSONRequestBody

type ExistsWorkspaceJSONRequestBody ExistsWorkspaceJSONBody

ExistsWorkspaceJSONRequestBody defines body for ExistsWorkspace for application/json ContentType.

type ExistsWorkspaceResponse

type ExistsWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseExistsWorkspaceResponse

func ParseExistsWorkspaceResponse(rsp *http.Response) (*ExistsWorkspaceResponse, error)

ParseExistsWorkspaceResponse parses an HTTP response from a ExistsWorkspaceWithResponse call

func (ExistsWorkspaceResponse) Status

func (r ExistsWorkspaceResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsWorkspaceResponse) StatusCode

func (r ExistsWorkspaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Flow

type Flow struct {
	AdditionalProperties *bool                   `json:"additionalProperties,omitempty"`
	Archived             bool                    `json:"archived"`
	Description          *string                 `json:"description,omitempty"`
	DraftOnly            *bool                   `json:"draft_only,omitempty"`
	EditedAt             time.Time               `json:"edited_at"`
	EditedBy             string                  `json:"edited_by"`
	ExtraPerms           map[string]interface{}  `json:"extra_perms"`
	Path                 string                  `json:"path"`
	Schema               *map[string]interface{} `json:"schema,omitempty"`
	Starred              *bool                   `json:"starred,omitempty"`
	Summary              string                  `json:"summary"`
	Value                FlowValue               `json:"value"`
	WorkspaceId          *string                 `json:"workspace_id,omitempty"`
}

Flow defines model for Flow.

type FlowMetadata

type FlowMetadata struct {
	AdditionalProperties *bool                  `json:"additionalProperties,omitempty"`
	Archived             bool                   `json:"archived"`
	DraftOnly            *bool                  `json:"draft_only,omitempty"`
	EditedAt             time.Time              `json:"edited_at"`
	EditedBy             string                 `json:"edited_by"`
	ExtraPerms           map[string]interface{} `json:"extra_perms"`
	Path                 string                 `json:"path"`
	Starred              *bool                  `json:"starred,omitempty"`
	WorkspaceId          *string                `json:"workspace_id,omitempty"`
}

FlowMetadata defines model for FlowMetadata.

type FlowModule

type FlowModule struct {
	CacheTtl *float32 `json:"cache_ttl,omitempty"`
	Id       string   `json:"id"`
	Mock     *struct {
		Enabled     *bool        `json:"enabled,omitempty"`
		ReturnValue *interface{} `json:"return_value,omitempty"`
	} `json:"mock,omitempty"`
	Retry       *Retry          `json:"retry,omitempty"`
	Sleep       *InputTransform `json:"sleep,omitempty"`
	StopAfterIf *struct {
		Expr          string `json:"expr"`
		SkipIfStopped *bool  `json:"skip_if_stopped,omitempty"`
	} `json:"stop_after_if,omitempty"`
	Summary *string `json:"summary,omitempty"`
	Suspend *struct {
		RequiredEvents *int `json:"required_events,omitempty"`
		ResumeForm     *struct {
			Schema *map[string]interface{} `json:"schema,omitempty"`
		} `json:"resume_form,omitempty"`
		Timeout *int `json:"timeout,omitempty"`
	} `json:"suspend,omitempty"`
	Value FlowModuleValue `json:"value"`
}

FlowModule defines model for FlowModule.

type FlowModuleValue

type FlowModuleValue interface{}

FlowModuleValue defines model for FlowModuleValue.

type FlowPreview

type FlowPreview struct {
	Args  ScriptArgs `json:"args"`
	Path  *string    `json:"path,omitempty"`
	Value FlowValue  `json:"value"`
}

FlowPreview defines model for FlowPreview.

type FlowStatus

type FlowStatus struct {
	FailureModule struct {
		Approvers *[]struct {
			Approver string `json:"approver"`
			ResumeId int    `json:"resume_id"`
		} `json:"approvers,omitempty"`
		BranchChosen *struct {
			Branch *int                                    `json:"branch,omitempty"`
			Type   FlowStatusFailureModuleBranchChosenType `json:"type"`
		} `json:"branch_chosen,omitempty"`
		Branchall *struct {
			Branch int `json:"branch"`
			Len    int `json:"len"`
		} `json:"branchall,omitempty"`
		Count    *int      `json:"count,omitempty"`
		FlowJobs *[]string `json:"flow_jobs,omitempty"`
		Id       *string   `json:"id,omitempty"`
		Iterator *struct {
			Args   *interface{}   `json:"args,omitempty"`
			Index  *int           `json:"index,omitempty"`
			Itered *[]interface{} `json:"itered,omitempty"`
		} `json:"iterator,omitempty"`
		Job          *openapi_types.UUID         `json:"job,omitempty"`
		ParentModule *string                     `json:"parent_module,omitempty"`
		Type         FlowStatusFailureModuleType `json:"type"`
	} `json:"failure_module"`
	Modules []FlowStatusModule `json:"modules"`
	Retry   *struct {
		FailCount  *int                  `json:"fail_count,omitempty"`
		FailedJobs *[]openapi_types.UUID `json:"failed_jobs,omitempty"`
	} `json:"retry,omitempty"`
	Step int `json:"step"`
}

FlowStatus defines model for FlowStatus.

type FlowStatusFailureModuleBranchChosenType added in v1.54.0

type FlowStatusFailureModuleBranchChosenType string

FlowStatusFailureModuleBranchChosenType defines model for FlowStatus.FailureModule.BranchChosen.Type.

const (
	FlowStatusFailureModuleBranchChosenTypeBranch  FlowStatusFailureModuleBranchChosenType = "branch"
	FlowStatusFailureModuleBranchChosenTypeDefault FlowStatusFailureModuleBranchChosenType = "default"
)

Defines values for FlowStatusFailureModuleBranchChosenType.

type FlowStatusFailureModuleType added in v1.54.0

type FlowStatusFailureModuleType string

FlowStatusFailureModuleType defines model for FlowStatus.FailureModule.Type.

const (
	FlowStatusFailureModuleTypeFailure              FlowStatusFailureModuleType = "Failure"
	FlowStatusFailureModuleTypeInProgress           FlowStatusFailureModuleType = "InProgress"
	FlowStatusFailureModuleTypeSuccess              FlowStatusFailureModuleType = "Success"
	FlowStatusFailureModuleTypeWaitingForEvents     FlowStatusFailureModuleType = "WaitingForEvents"
	FlowStatusFailureModuleTypeWaitingForExecutor   FlowStatusFailureModuleType = "WaitingForExecutor"
	FlowStatusFailureModuleTypeWaitingForPriorSteps FlowStatusFailureModuleType = "WaitingForPriorSteps"
)

Defines values for FlowStatusFailureModuleType.

type FlowStatusModule

type FlowStatusModule struct {
	Approvers *[]struct {
		Approver string `json:"approver"`
		ResumeId int    `json:"resume_id"`
	} `json:"approvers,omitempty"`
	BranchChosen *struct {
		Branch *int                             `json:"branch,omitempty"`
		Type   FlowStatusModuleBranchChosenType `json:"type"`
	} `json:"branch_chosen,omitempty"`
	Branchall *struct {
		Branch int `json:"branch"`
		Len    int `json:"len"`
	} `json:"branchall,omitempty"`
	Count    *int      `json:"count,omitempty"`
	FlowJobs *[]string `json:"flow_jobs,omitempty"`
	Id       *string   `json:"id,omitempty"`
	Iterator *struct {
		Args   *interface{}   `json:"args,omitempty"`
		Index  *int           `json:"index,omitempty"`
		Itered *[]interface{} `json:"itered,omitempty"`
	} `json:"iterator,omitempty"`
	Job  *openapi_types.UUID  `json:"job,omitempty"`
	Type FlowStatusModuleType `json:"type"`
}

FlowStatusModule defines model for FlowStatusModule.

type FlowStatusModuleBranchChosenType

type FlowStatusModuleBranchChosenType string

FlowStatusModuleBranchChosenType defines model for FlowStatusModule.BranchChosen.Type.

const (
	FlowStatusModuleBranchChosenTypeBranch  FlowStatusModuleBranchChosenType = "branch"
	FlowStatusModuleBranchChosenTypeDefault FlowStatusModuleBranchChosenType = "default"
)

Defines values for FlowStatusModuleBranchChosenType.

type FlowStatusModuleType

type FlowStatusModuleType string

FlowStatusModuleType defines model for FlowStatusModule.Type.

const (
	FlowStatusModuleTypeFailure              FlowStatusModuleType = "Failure"
	FlowStatusModuleTypeInProgress           FlowStatusModuleType = "InProgress"
	FlowStatusModuleTypeSuccess              FlowStatusModuleType = "Success"
	FlowStatusModuleTypeWaitingForEvents     FlowStatusModuleType = "WaitingForEvents"
	FlowStatusModuleTypeWaitingForExecutor   FlowStatusModuleType = "WaitingForExecutor"
	FlowStatusModuleTypeWaitingForPriorSteps FlowStatusModuleType = "WaitingForPriorSteps"
)

Defines values for FlowStatusModuleType.

type FlowValue

type FlowValue struct {
	FailureModule *FlowModule  `json:"failure_module,omitempty"`
	Modules       []FlowModule `json:"modules"`
	SameWorker    *bool        `json:"same_worker,omitempty"`
}

FlowValue defines model for FlowValue.

type Folder added in v1.56.0

type Folder struct {
	ExtraPerms Folder_ExtraPerms `json:"extra_perms"`
	Name       string            `json:"name"`
	Owners     []string          `json:"owners"`
}

Folder defines model for Folder.

type Folder_ExtraPerms added in v1.56.0

type Folder_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

Folder_ExtraPerms defines model for Folder.ExtraPerms.

func (Folder_ExtraPerms) Get added in v1.56.0

func (a Folder_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for Folder_ExtraPerms. Returns the specified element and whether it was found

func (Folder_ExtraPerms) MarshalJSON added in v1.56.0

func (a Folder_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for Folder_ExtraPerms to handle AdditionalProperties

func (*Folder_ExtraPerms) Set added in v1.56.0

func (a *Folder_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for Folder_ExtraPerms

func (*Folder_ExtraPerms) UnmarshalJSON added in v1.56.0

func (a *Folder_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for Folder_ExtraPerms to handle AdditionalProperties

type ForceCancelQueuedJobJSONBody added in v1.84.0

type ForceCancelQueuedJobJSONBody struct {
	Reason *string `json:"reason,omitempty"`
}

ForceCancelQueuedJobJSONBody defines parameters for ForceCancelQueuedJob.

type ForceCancelQueuedJobJSONRequestBody added in v1.84.0

type ForceCancelQueuedJobJSONRequestBody ForceCancelQueuedJobJSONBody

ForceCancelQueuedJobJSONRequestBody defines body for ForceCancelQueuedJob for application/json ContentType.

type ForceCancelQueuedJobResponse added in v1.84.0

type ForceCancelQueuedJobResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseForceCancelQueuedJobResponse added in v1.84.0

func ParseForceCancelQueuedJobResponse(rsp *http.Response) (*ForceCancelQueuedJobResponse, error)

ParseForceCancelQueuedJobResponse parses an HTTP response from a ForceCancelQueuedJobWithResponse call

func (ForceCancelQueuedJobResponse) Status added in v1.84.0

Status returns HTTPResponse.Status

func (ForceCancelQueuedJobResponse) StatusCode added in v1.84.0

func (r ForceCancelQueuedJobResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ForloopFlow

type ForloopFlow struct {
	Iterator     InputTransform  `json:"iterator"`
	Modules      []FlowModule    `json:"modules"`
	Parallel     *bool           `json:"parallel,omitempty"`
	SkipFailures bool            `json:"skip_failures"`
	Type         ForloopFlowType `json:"type"`
}

ForloopFlow defines model for ForloopFlow.

type ForloopFlowType

type ForloopFlowType string

ForloopFlowType defines model for ForloopFlow.Type.

const (
	Forloopflow ForloopFlowType = "forloopflow"
)

Defines values for ForloopFlowType.

type GetAppByPathResponse added in v1.46.1

type GetAppByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AppWithLastVersion
}

func ParseGetAppByPathResponse added in v1.46.1

func ParseGetAppByPathResponse(rsp *http.Response) (*GetAppByPathResponse, error)

ParseGetAppByPathResponse parses an HTTP response from a GetAppByPathWithResponse call

func (GetAppByPathResponse) Status added in v1.46.1

func (r GetAppByPathResponse) Status() string

Status returns HTTPResponse.Status

func (GetAppByPathResponse) StatusCode added in v1.46.1

func (r GetAppByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAppByPathWithDraftResponse added in v1.92.2

type GetAppByPathWithDraftResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AppWithLastVersionWDraft
}

func ParseGetAppByPathWithDraftResponse added in v1.92.2

func ParseGetAppByPathWithDraftResponse(rsp *http.Response) (*GetAppByPathWithDraftResponse, error)

ParseGetAppByPathWithDraftResponse parses an HTTP response from a GetAppByPathWithDraftWithResponse call

func (GetAppByPathWithDraftResponse) Status added in v1.92.2

Status returns HTTPResponse.Status

func (GetAppByPathWithDraftResponse) StatusCode added in v1.92.2

func (r GetAppByPathWithDraftResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAppByVersionResponse added in v1.46.1

type GetAppByVersionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AppWithLastVersion
}

func ParseGetAppByVersionResponse added in v1.46.1

func ParseGetAppByVersionResponse(rsp *http.Response) (*GetAppByVersionResponse, error)

ParseGetAppByVersionResponse parses an HTTP response from a GetAppByVersionWithResponse call

func (GetAppByVersionResponse) Status added in v1.46.1

func (r GetAppByVersionResponse) Status() string

Status returns HTTPResponse.Status

func (GetAppByVersionResponse) StatusCode added in v1.46.1

func (r GetAppByVersionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAuditLogResponse

type GetAuditLogResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AuditLog
}

func ParseGetAuditLogResponse

func ParseGetAuditLogResponse(rsp *http.Response) (*GetAuditLogResponse, error)

ParseGetAuditLogResponse parses an HTTP response from a GetAuditLogWithResponse call

func (GetAuditLogResponse) Status

func (r GetAuditLogResponse) Status() string

Status returns HTTPResponse.Status

func (GetAuditLogResponse) StatusCode

func (r GetAuditLogResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCaptureResponse added in v1.43.0

type GetCaptureResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetCaptureResponse added in v1.43.0

func ParseGetCaptureResponse(rsp *http.Response) (*GetCaptureResponse, error)

ParseGetCaptureResponse parses an HTTP response from a GetCaptureWithResponse call

func (GetCaptureResponse) Status added in v1.43.0

func (r GetCaptureResponse) Status() string

Status returns HTTPResponse.Status

func (GetCaptureResponse) StatusCode added in v1.43.0

func (r GetCaptureResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCompletedJobResponse

type GetCompletedJobResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CompletedJob
}

func ParseGetCompletedJobResponse

func ParseGetCompletedJobResponse(rsp *http.Response) (*GetCompletedJobResponse, error)

ParseGetCompletedJobResponse parses an HTTP response from a GetCompletedJobWithResponse call

func (GetCompletedJobResponse) Status

func (r GetCompletedJobResponse) Status() string

Status returns HTTPResponse.Status

func (GetCompletedJobResponse) StatusCode

func (r GetCompletedJobResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCompletedJobResultMaybeResponse added in v1.100.0

type GetCompletedJobResultMaybeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Completed bool        `json:"completed"`
		Result    interface{} `json:"result"`
	}
}

func ParseGetCompletedJobResultMaybeResponse added in v1.100.0

func ParseGetCompletedJobResultMaybeResponse(rsp *http.Response) (*GetCompletedJobResultMaybeResponse, error)

ParseGetCompletedJobResultMaybeResponse parses an HTTP response from a GetCompletedJobResultMaybeWithResponse call

func (GetCompletedJobResultMaybeResponse) Status added in v1.100.0

Status returns HTTPResponse.Status

func (GetCompletedJobResultMaybeResponse) StatusCode added in v1.100.0

func (r GetCompletedJobResultMaybeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCompletedJobResultResponse added in v1.72.0

type GetCompletedJobResultResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetCompletedJobResultResponse added in v1.72.0

func ParseGetCompletedJobResultResponse(rsp *http.Response) (*GetCompletedJobResultResponse, error)

ParseGetCompletedJobResultResponse parses an HTTP response from a GetCompletedJobResultWithResponse call

func (GetCompletedJobResultResponse) Status added in v1.72.0

Status returns HTTPResponse.Status

func (GetCompletedJobResultResponse) StatusCode added in v1.72.0

func (r GetCompletedJobResultResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCurrentEmailResponse

type GetCurrentEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetCurrentEmailResponse

func ParseGetCurrentEmailResponse(rsp *http.Response) (*GetCurrentEmailResponse, error)

ParseGetCurrentEmailResponse parses an HTTP response from a GetCurrentEmailWithResponse call

func (GetCurrentEmailResponse) Status

func (r GetCurrentEmailResponse) Status() string

Status returns HTTPResponse.Status

func (GetCurrentEmailResponse) StatusCode

func (r GetCurrentEmailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCustomTagsResponse added in v1.89.0

type GetCustomTagsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetCustomTagsResponse added in v1.89.0

func ParseGetCustomTagsResponse(rsp *http.Response) (*GetCustomTagsResponse, error)

ParseGetCustomTagsResponse parses an HTTP response from a GetCustomTagsWithResponse call

func (GetCustomTagsResponse) Status added in v1.89.0

func (r GetCustomTagsResponse) Status() string

Status returns HTTPResponse.Status

func (GetCustomTagsResponse) StatusCode added in v1.89.0

func (r GetCustomTagsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDeployToResponse added in v1.115.0

type GetDeployToResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		DeployTo *string `json:"deploy_to,omitempty"`
	}
}

func ParseGetDeployToResponse added in v1.115.0

func ParseGetDeployToResponse(rsp *http.Response) (*GetDeployToResponse, error)

ParseGetDeployToResponse parses an HTTP response from a GetDeployToWithResponse call

func (GetDeployToResponse) Status added in v1.115.0

func (r GetDeployToResponse) Status() string

Status returns HTTPResponse.Status

func (GetDeployToResponse) StatusCode added in v1.115.0

func (r GetDeployToResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFlowByPathResponse

type GetFlowByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Flow
}

func ParseGetFlowByPathResponse

func ParseGetFlowByPathResponse(rsp *http.Response) (*GetFlowByPathResponse, error)

ParseGetFlowByPathResponse parses an HTTP response from a GetFlowByPathWithResponse call

func (GetFlowByPathResponse) Status

func (r GetFlowByPathResponse) Status() string

Status returns HTTPResponse.Status

func (GetFlowByPathResponse) StatusCode

func (r GetFlowByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFlowByPathWithDraftResponse added in v1.92.2

type GetFlowByPathWithDraftResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		AdditionalProperties *bool                   `json:"additionalProperties,omitempty"`
		Archived             bool                    `json:"archived"`
		Description          *string                 `json:"description,omitempty"`
		Draft                *Flow                   `json:"draft,omitempty"`
		DraftOnly            *bool                   `json:"draft_only,omitempty"`
		EditedAt             time.Time               `json:"edited_at"`
		EditedBy             string                  `json:"edited_by"`
		ExtraPerms           map[string]interface{}  `json:"extra_perms"`
		Path                 string                  `json:"path"`
		Schema               *map[string]interface{} `json:"schema,omitempty"`
		Starred              *bool                   `json:"starred,omitempty"`
		Summary              string                  `json:"summary"`
		Value                FlowValue               `json:"value"`
		WorkspaceId          *string                 `json:"workspace_id,omitempty"`
	}
}

func ParseGetFlowByPathWithDraftResponse added in v1.92.2

func ParseGetFlowByPathWithDraftResponse(rsp *http.Response) (*GetFlowByPathWithDraftResponse, error)

ParseGetFlowByPathWithDraftResponse parses an HTTP response from a GetFlowByPathWithDraftWithResponse call

func (GetFlowByPathWithDraftResponse) Status added in v1.92.2

Status returns HTTPResponse.Status

func (GetFlowByPathWithDraftResponse) StatusCode added in v1.92.2

func (r GetFlowByPathWithDraftResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFlowInputHistoryByPathParams added in v1.88.0

type GetFlowInputHistoryByPathParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

GetFlowInputHistoryByPathParams defines parameters for GetFlowInputHistoryByPath.

type GetFlowInputHistoryByPathResponse added in v1.88.0

type GetFlowInputHistoryByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Input
}

func ParseGetFlowInputHistoryByPathResponse added in v1.88.0

func ParseGetFlowInputHistoryByPathResponse(rsp *http.Response) (*GetFlowInputHistoryByPathResponse, error)

ParseGetFlowInputHistoryByPathResponse parses an HTTP response from a GetFlowInputHistoryByPathWithResponse call

func (GetFlowInputHistoryByPathResponse) Status added in v1.88.0

Status returns HTTPResponse.Status

func (GetFlowInputHistoryByPathResponse) StatusCode added in v1.88.0

func (r GetFlowInputHistoryByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFolderResponse added in v1.56.0

type GetFolderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Folder
}

func ParseGetFolderResponse added in v1.56.0

func ParseGetFolderResponse(rsp *http.Response) (*GetFolderResponse, error)

ParseGetFolderResponse parses an HTTP response from a GetFolderWithResponse call

func (GetFolderResponse) Status added in v1.56.0

func (r GetFolderResponse) Status() string

Status returns HTTPResponse.Status

func (GetFolderResponse) StatusCode added in v1.56.0

func (r GetFolderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFolderUsageResponse added in v1.56.0

type GetFolderUsageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Apps      float32 `json:"apps"`
		Flows     float32 `json:"flows"`
		Resources float32 `json:"resources"`
		Schedules float32 `json:"schedules"`
		Scripts   float32 `json:"scripts"`
		Variables float32 `json:"variables"`
	}
}

func ParseGetFolderUsageResponse added in v1.56.0

func ParseGetFolderUsageResponse(rsp *http.Response) (*GetFolderUsageResponse, error)

ParseGetFolderUsageResponse parses an HTTP response from a GetFolderUsageWithResponse call

func (GetFolderUsageResponse) Status added in v1.56.0

func (r GetFolderUsageResponse) Status() string

Status returns HTTPResponse.Status

func (GetFolderUsageResponse) StatusCode added in v1.56.0

func (r GetFolderUsageResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetGranularAclsParamsKind

type GetGranularAclsParamsKind string

GetGranularAclsParamsKind defines parameters for GetGranularAcls.

type GetGranularAclsResponse

type GetGranularAclsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		AdditionalProperties map[string]bool `json:"-"`
	}
}

func ParseGetGranularAclsResponse

func ParseGetGranularAclsResponse(rsp *http.Response) (*GetGranularAclsResponse, error)

ParseGetGranularAclsResponse parses an HTTP response from a GetGranularAclsWithResponse call

func (GetGranularAclsResponse) Status

func (r GetGranularAclsResponse) Status() string

Status returns HTTPResponse.Status

func (GetGranularAclsResponse) StatusCode

func (r GetGranularAclsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetGroupResponse

type GetGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Group
}

func ParseGetGroupResponse

func ParseGetGroupResponse(rsp *http.Response) (*GetGroupResponse, error)

ParseGetGroupResponse parses an HTTP response from a GetGroupWithResponse call

func (GetGroupResponse) Status

func (r GetGroupResponse) Status() string

Status returns HTTPResponse.Status

func (GetGroupResponse) StatusCode

func (r GetGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetHubAppByIdResponse added in v1.58.0

type GetHubAppByIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		App struct {
			Summary string      `json:"summary"`
			Value   interface{} `json:"value"`
		} `json:"app"`
	}
}

func ParseGetHubAppByIdResponse added in v1.58.0

func ParseGetHubAppByIdResponse(rsp *http.Response) (*GetHubAppByIdResponse, error)

ParseGetHubAppByIdResponse parses an HTTP response from a GetHubAppByIdWithResponse call

func (GetHubAppByIdResponse) Status added in v1.58.0

func (r GetHubAppByIdResponse) Status() string

Status returns HTTPResponse.Status

func (GetHubAppByIdResponse) StatusCode added in v1.58.0

func (r GetHubAppByIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetHubFlowByIdResponse

type GetHubFlowByIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Flow *OpenFlow `json:"flow,omitempty"`
	}
}

func ParseGetHubFlowByIdResponse

func ParseGetHubFlowByIdResponse(rsp *http.Response) (*GetHubFlowByIdResponse, error)

ParseGetHubFlowByIdResponse parses an HTTP response from a GetHubFlowByIdWithResponse call

func (GetHubFlowByIdResponse) Status

func (r GetHubFlowByIdResponse) Status() string

Status returns HTTPResponse.Status

func (GetHubFlowByIdResponse) StatusCode

func (r GetHubFlowByIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetHubScriptByPathResponse added in v1.40.0

type GetHubScriptByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Content  string       `json:"content"`
		Language string       `json:"language"`
		Lockfile *string      `json:"lockfile,omitempty"`
		Schema   *interface{} `json:"schema,omitempty"`
		Summary  *string      `json:"summary,omitempty"`
	}
}

func ParseGetHubScriptByPathResponse added in v1.40.0

func ParseGetHubScriptByPathResponse(rsp *http.Response) (*GetHubScriptByPathResponse, error)

ParseGetHubScriptByPathResponse parses an HTTP response from a GetHubScriptByPathWithResponse call

func (GetHubScriptByPathResponse) Status added in v1.40.0

Status returns HTTPResponse.Status

func (GetHubScriptByPathResponse) StatusCode added in v1.40.0

func (r GetHubScriptByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetHubScriptContentByPathResponse

type GetHubScriptContentByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetHubScriptContentByPathResponse

func ParseGetHubScriptContentByPathResponse(rsp *http.Response) (*GetHubScriptContentByPathResponse, error)

ParseGetHubScriptContentByPathResponse parses an HTTP response from a GetHubScriptContentByPathWithResponse call

func (GetHubScriptContentByPathResponse) Status

Status returns HTTPResponse.Status

func (GetHubScriptContentByPathResponse) StatusCode

func (r GetHubScriptContentByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetInputHistoryParams added in v1.88.0

type GetInputHistoryParams struct {
	RunnableId   *RunnableId        `form:"runnable_id,omitempty" json:"runnable_id,omitempty"`
	RunnableType *RunnableTypeQuery `form:"runnable_type,omitempty" json:"runnable_type,omitempty"`

	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

GetInputHistoryParams defines parameters for GetInputHistory.

type GetInputHistoryResponse added in v1.88.0

type GetInputHistoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Input
}

func ParseGetInputHistoryResponse added in v1.88.0

func ParseGetInputHistoryResponse(rsp *http.Response) (*GetInputHistoryResponse, error)

ParseGetInputHistoryResponse parses an HTTP response from a GetInputHistoryWithResponse call

func (GetInputHistoryResponse) Status added in v1.88.0

func (r GetInputHistoryResponse) Status() string

Status returns HTTPResponse.Status

func (GetInputHistoryResponse) StatusCode added in v1.88.0

func (r GetInputHistoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetInstanceGroupResponse added in v1.136.0

type GetInstanceGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *InstanceGroup
}

func ParseGetInstanceGroupResponse added in v1.136.0

func ParseGetInstanceGroupResponse(rsp *http.Response) (*GetInstanceGroupResponse, error)

ParseGetInstanceGroupResponse parses an HTTP response from a GetInstanceGroupWithResponse call

func (GetInstanceGroupResponse) Status added in v1.136.0

func (r GetInstanceGroupResponse) Status() string

Status returns HTTPResponse.Status

func (GetInstanceGroupResponse) StatusCode added in v1.136.0

func (r GetInstanceGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetJobLogsResponse added in v1.121.0

type GetJobLogsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetJobLogsResponse added in v1.121.0

func ParseGetJobLogsResponse(rsp *http.Response) (*GetJobLogsResponse, error)

ParseGetJobLogsResponse parses an HTTP response from a GetJobLogsWithResponse call

func (GetJobLogsResponse) Status added in v1.121.0

func (r GetJobLogsResponse) Status() string

Status returns HTTPResponse.Status

func (GetJobLogsResponse) StatusCode added in v1.121.0

func (r GetJobLogsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetJobResponse

type GetJobResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Job
}

func ParseGetJobResponse

func ParseGetJobResponse(rsp *http.Response) (*GetJobResponse, error)

ParseGetJobResponse parses an HTTP response from a GetJobWithResponse call

func (GetJobResponse) Status

func (r GetJobResponse) Status() string

Status returns HTTPResponse.Status

func (GetJobResponse) StatusCode

func (r GetJobResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetJobUpdatesParams

type GetJobUpdatesParams struct {
	Running   *bool `form:"running,omitempty" json:"running,omitempty"`
	LogOffset *int  `form:"log_offset,omitempty" json:"log_offset,omitempty"`
}

GetJobUpdatesParams defines parameters for GetJobUpdates.

type GetJobUpdatesResponse

type GetJobUpdatesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Completed *bool   `json:"completed,omitempty"`
		MemPeak   *int    `json:"mem_peak,omitempty"`
		NewLogs   *string `json:"new_logs,omitempty"`
		Running   *bool   `json:"running,omitempty"`
	}
}

func ParseGetJobUpdatesResponse

func ParseGetJobUpdatesResponse(rsp *http.Response) (*GetJobUpdatesResponse, error)

ParseGetJobUpdatesResponse parses an HTTP response from a GetJobUpdatesWithResponse call

func (GetJobUpdatesResponse) Status

func (r GetJobUpdatesResponse) Status() string

Status returns HTTPResponse.Status

func (GetJobUpdatesResponse) StatusCode

func (r GetJobUpdatesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetLicenseIdResponse added in v1.104.0

type GetLicenseIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetLicenseIdResponse added in v1.104.0

func ParseGetLicenseIdResponse(rsp *http.Response) (*GetLicenseIdResponse, error)

ParseGetLicenseIdResponse parses an HTTP response from a GetLicenseIdWithResponse call

func (GetLicenseIdResponse) Status added in v1.104.0

func (r GetLicenseIdResponse) Status() string

Status returns HTTPResponse.Status

func (GetLicenseIdResponse) StatusCode added in v1.104.0

func (r GetLicenseIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOpenApiYamlResponse

type GetOpenApiYamlResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetOpenApiYamlResponse

func ParseGetOpenApiYamlResponse(rsp *http.Response) (*GetOpenApiYamlResponse, error)

ParseGetOpenApiYamlResponse parses an HTTP response from a GetOpenApiYamlWithResponse call

func (GetOpenApiYamlResponse) Status

func (r GetOpenApiYamlResponse) Status() string

Status returns HTTPResponse.Status

func (GetOpenApiYamlResponse) StatusCode

func (r GetOpenApiYamlResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPremiumInfoResponse added in v1.56.0

type GetPremiumInfoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Premium bool     `json:"premium"`
		Usage   *float32 `json:"usage,omitempty"`
	}
}

func ParseGetPremiumInfoResponse added in v1.56.0

func ParseGetPremiumInfoResponse(rsp *http.Response) (*GetPremiumInfoResponse, error)

ParseGetPremiumInfoResponse parses an HTTP response from a GetPremiumInfoWithResponse call

func (GetPremiumInfoResponse) Status added in v1.56.0

func (r GetPremiumInfoResponse) Status() string

Status returns HTTPResponse.Status

func (GetPremiumInfoResponse) StatusCode added in v1.56.0

func (r GetPremiumInfoResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPublicAppBySecretResponse added in v1.57.0

type GetPublicAppBySecretResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AppWithLastVersion
}

func ParseGetPublicAppBySecretResponse added in v1.57.0

func ParseGetPublicAppBySecretResponse(rsp *http.Response) (*GetPublicAppBySecretResponse, error)

ParseGetPublicAppBySecretResponse parses an HTTP response from a GetPublicAppBySecretWithResponse call

func (GetPublicAppBySecretResponse) Status added in v1.57.0

Status returns HTTPResponse.Status

func (GetPublicAppBySecretResponse) StatusCode added in v1.57.0

func (r GetPublicAppBySecretResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPublicSecretOfAppResponse added in v1.57.0

type GetPublicSecretOfAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPublicSecretOfAppResponse added in v1.57.0

func ParseGetPublicSecretOfAppResponse(rsp *http.Response) (*GetPublicSecretOfAppResponse, error)

ParseGetPublicSecretOfAppResponse parses an HTTP response from a GetPublicSecretOfAppWithResponse call

func (GetPublicSecretOfAppResponse) Status added in v1.57.0

Status returns HTTPResponse.Status

func (GetPublicSecretOfAppResponse) StatusCode added in v1.57.0

func (r GetPublicSecretOfAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRawAppDataResponse added in v1.96.0

type GetRawAppDataResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetRawAppDataResponse added in v1.96.0

func ParseGetRawAppDataResponse(rsp *http.Response) (*GetRawAppDataResponse, error)

ParseGetRawAppDataResponse parses an HTTP response from a GetRawAppDataWithResponse call

func (GetRawAppDataResponse) Status added in v1.96.0

func (r GetRawAppDataResponse) Status() string

Status returns HTTPResponse.Status

func (GetRawAppDataResponse) StatusCode added in v1.96.0

func (r GetRawAppDataResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetResourceResponse

type GetResourceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Resource
}

func ParseGetResourceResponse

func ParseGetResourceResponse(rsp *http.Response) (*GetResourceResponse, error)

ParseGetResourceResponse parses an HTTP response from a GetResourceWithResponse call

func (GetResourceResponse) Status

func (r GetResourceResponse) Status() string

Status returns HTTPResponse.Status

func (GetResourceResponse) StatusCode

func (r GetResourceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetResourceTypeResponse

type GetResourceTypeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ResourceType
}

func ParseGetResourceTypeResponse

func ParseGetResourceTypeResponse(rsp *http.Response) (*GetResourceTypeResponse, error)

ParseGetResourceTypeResponse parses an HTTP response from a GetResourceTypeWithResponse call

func (GetResourceTypeResponse) Status

func (r GetResourceTypeResponse) Status() string

Status returns HTTPResponse.Status

func (GetResourceTypeResponse) StatusCode

func (r GetResourceTypeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetResourceValueResponse added in v1.43.0

type GetResourceValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetResourceValueResponse added in v1.43.0

func ParseGetResourceValueResponse(rsp *http.Response) (*GetResourceValueResponse, error)

ParseGetResourceValueResponse parses an HTTP response from a GetResourceValueWithResponse call

func (GetResourceValueResponse) Status added in v1.43.0

func (r GetResourceValueResponse) Status() string

Status returns HTTPResponse.Status

func (GetResourceValueResponse) StatusCode added in v1.43.0

func (r GetResourceValueResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetResumeUrlsParams added in v1.52.0

type GetResumeUrlsParams struct {
	Approver *string `form:"approver,omitempty" json:"approver,omitempty"`
}

GetResumeUrlsParams defines parameters for GetResumeUrls.

type GetResumeUrlsResponse added in v1.52.0

type GetResumeUrlsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		ApprovalPage string `json:"approvalPage"`
		Cancel       string `json:"cancel"`
		Resume       string `json:"resume"`
	}
}

func ParseGetResumeUrlsResponse added in v1.52.0

func ParseGetResumeUrlsResponse(rsp *http.Response) (*GetResumeUrlsResponse, error)

ParseGetResumeUrlsResponse parses an HTTP response from a GetResumeUrlsWithResponse call

func (GetResumeUrlsResponse) Status added in v1.52.0

func (r GetResumeUrlsResponse) Status() string

Status returns HTTPResponse.Status

func (GetResumeUrlsResponse) StatusCode added in v1.52.0

func (r GetResumeUrlsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRunnableResponse added in v1.106.0

type GetRunnableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Description        *string `json:"description,omitempty"`
		EndpointAsync      string  `json:"endpoint_async"`
		EndpointOpenaiSync string  `json:"endpoint_openai_sync"`
		EndpointSync       string  `json:"endpoint_sync"`
		Kind               string  `json:"kind"`
		Summary            string  `json:"summary"`
		Workspace          string  `json:"workspace"`
	}
}

func ParseGetRunnableResponse added in v1.106.0

func ParseGetRunnableResponse(rsp *http.Response) (*GetRunnableResponse, error)

ParseGetRunnableResponse parses an HTTP response from a GetRunnableWithResponse call

func (GetRunnableResponse) Status added in v1.106.0

func (r GetRunnableResponse) Status() string

Status returns HTTPResponse.Status

func (GetRunnableResponse) StatusCode added in v1.106.0

func (r GetRunnableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetScheduleResponse

type GetScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Schedule
}

func ParseGetScheduleResponse

func ParseGetScheduleResponse(rsp *http.Response) (*GetScheduleResponse, error)

ParseGetScheduleResponse parses an HTTP response from a GetScheduleWithResponse call

func (GetScheduleResponse) Status

func (r GetScheduleResponse) Status() string

Status returns HTTPResponse.Status

func (GetScheduleResponse) StatusCode

func (r GetScheduleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetScriptByHashResponse

type GetScriptByHashResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Script
}

func ParseGetScriptByHashResponse

func ParseGetScriptByHashResponse(rsp *http.Response) (*GetScriptByHashResponse, error)

ParseGetScriptByHashResponse parses an HTTP response from a GetScriptByHashWithResponse call

func (GetScriptByHashResponse) Status

func (r GetScriptByHashResponse) Status() string

Status returns HTTPResponse.Status

func (GetScriptByHashResponse) StatusCode

func (r GetScriptByHashResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetScriptByPathResponse

type GetScriptByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Script
}

func ParseGetScriptByPathResponse

func ParseGetScriptByPathResponse(rsp *http.Response) (*GetScriptByPathResponse, error)

ParseGetScriptByPathResponse parses an HTTP response from a GetScriptByPathWithResponse call

func (GetScriptByPathResponse) Status

func (r GetScriptByPathResponse) Status() string

Status returns HTTPResponse.Status

func (GetScriptByPathResponse) StatusCode

func (r GetScriptByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetScriptByPathWithDraftResponse added in v1.92.2

type GetScriptByPathWithDraftResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NewScriptWithDraft
}

func ParseGetScriptByPathWithDraftResponse added in v1.92.2

func ParseGetScriptByPathWithDraftResponse(rsp *http.Response) (*GetScriptByPathWithDraftResponse, error)

ParseGetScriptByPathWithDraftResponse parses an HTTP response from a GetScriptByPathWithDraftWithResponse call

func (GetScriptByPathWithDraftResponse) Status added in v1.92.2

Status returns HTTPResponse.Status

func (GetScriptByPathWithDraftResponse) StatusCode added in v1.92.2

func (r GetScriptByPathWithDraftResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetScriptDeploymentStatusResponse

type GetScriptDeploymentStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Lock          *string `json:"lock,omitempty"`
		LockErrorLogs *string `json:"lock_error_logs,omitempty"`
	}
}

func ParseGetScriptDeploymentStatusResponse

func ParseGetScriptDeploymentStatusResponse(rsp *http.Response) (*GetScriptDeploymentStatusResponse, error)

ParseGetScriptDeploymentStatusResponse parses an HTTP response from a GetScriptDeploymentStatusWithResponse call

func (GetScriptDeploymentStatusResponse) Status

Status returns HTTPResponse.Status

func (GetScriptDeploymentStatusResponse) StatusCode

func (r GetScriptDeploymentStatusResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSettingsResponse

type GetSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		AutoInviteDomain   *string `json:"auto_invite_domain,omitempty"`
		AutoInviteOperator *bool   `json:"auto_invite_operator,omitempty"`
		CustomerId         *string `json:"customer_id,omitempty"`
		DeployTo           *string `json:"deploy_to,omitempty"`
		ErrorHandler       *string `json:"error_handler,omitempty"`
		OpenaiResourcePath *string `json:"openai_resource_path,omitempty"`
		Plan               *string `json:"plan,omitempty"`
		SlackCommandScript *string `json:"slack_command_script,omitempty"`
		SlackName          *string `json:"slack_name,omitempty"`
		SlackTeamId        *string `json:"slack_team_id,omitempty"`
		Webhook            *string `json:"webhook,omitempty"`
		WorkspaceId        *string `json:"workspace_id,omitempty"`
	}
}

func ParseGetSettingsResponse

func ParseGetSettingsResponse(rsp *http.Response) (*GetSettingsResponse, error)

ParseGetSettingsResponse parses an HTTP response from a GetSettingsWithResponse call

func (GetSettingsResponse) Status

func (r GetSettingsResponse) Status() string

Status returns HTTPResponse.Status

func (GetSettingsResponse) StatusCode

func (r GetSettingsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSuspendedJobFlowParams added in v1.41.0

type GetSuspendedJobFlowParams struct {
	Approver *string `form:"approver,omitempty" json:"approver,omitempty"`
}

GetSuspendedJobFlowParams defines parameters for GetSuspendedJobFlow.

type GetSuspendedJobFlowResponse added in v1.40.0

type GetSuspendedJobFlowResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Approvers []struct {
			Approver string `json:"approver"`
			ResumeId int    `json:"resume_id"`
		} `json:"approvers"`
		Job Job `json:"job"`
	}
}

func ParseGetSuspendedJobFlowResponse added in v1.40.0

func ParseGetSuspendedJobFlowResponse(rsp *http.Response) (*GetSuspendedJobFlowResponse, error)

ParseGetSuspendedJobFlowResponse parses an HTTP response from a GetSuspendedJobFlowWithResponse call

func (GetSuspendedJobFlowResponse) Status added in v1.40.0

Status returns HTTPResponse.Status

func (GetSuspendedJobFlowResponse) StatusCode added in v1.40.0

func (r GetSuspendedJobFlowResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetUsageResponse added in v1.56.0

type GetUsageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetUsageResponse added in v1.56.0

func ParseGetUsageResponse(rsp *http.Response) (*GetUsageResponse, error)

ParseGetUsageResponse parses an HTTP response from a GetUsageWithResponse call

func (GetUsageResponse) Status added in v1.56.0

func (r GetUsageResponse) Status() string

Status returns HTTPResponse.Status

func (GetUsageResponse) StatusCode added in v1.56.0

func (r GetUsageResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVariableParams

type GetVariableParams struct {
	// ask to decrypt secret if this variable is secret
	// (if not secret no effect, default: true)
	DecryptSecret *bool `form:"decrypt_secret,omitempty" json:"decrypt_secret,omitempty"`
}

GetVariableParams defines parameters for GetVariable.

type GetVariableResponse

type GetVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ListableVariable
}

func ParseGetVariableResponse

func ParseGetVariableResponse(rsp *http.Response) (*GetVariableResponse, error)

ParseGetVariableResponse parses an HTTP response from a GetVariableWithResponse call

func (GetVariableResponse) Status

func (r GetVariableResponse) Status() string

Status returns HTTPResponse.Status

func (GetVariableResponse) StatusCode

func (r GetVariableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GlobalUserDeleteResponse added in v1.46.0

type GlobalUserDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGlobalUserDeleteResponse added in v1.46.0

func ParseGlobalUserDeleteResponse(rsp *http.Response) (*GlobalUserDeleteResponse, error)

ParseGlobalUserDeleteResponse parses an HTTP response from a GlobalUserDeleteWithResponse call

func (GlobalUserDeleteResponse) Status added in v1.46.0

func (r GlobalUserDeleteResponse) Status() string

Status returns HTTPResponse.Status

func (GlobalUserDeleteResponse) StatusCode added in v1.46.0

func (r GlobalUserDeleteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GlobalUserInfo

type GlobalUserInfo struct {
	Company    *string                 `json:"company,omitempty"`
	Email      string                  `json:"email"`
	LoginType  GlobalUserInfoLoginType `json:"login_type"`
	Name       *string                 `json:"name,omitempty"`
	SuperAdmin bool                    `json:"super_admin"`
	Verified   bool                    `json:"verified"`
}

GlobalUserInfo defines model for GlobalUserInfo.

type GlobalUserInfoLoginType

type GlobalUserInfoLoginType string

GlobalUserInfoLoginType defines model for GlobalUserInfo.LoginType.

const (
	Github   GlobalUserInfoLoginType = "github"
	Password GlobalUserInfoLoginType = "password"
)

Defines values for GlobalUserInfoLoginType.

type GlobalUserUpdateJSONBody

type GlobalUserUpdateJSONBody struct {
	IsSuperAdmin *bool `json:"is_super_admin,omitempty"`
}

GlobalUserUpdateJSONBody defines parameters for GlobalUserUpdate.

type GlobalUserUpdateJSONRequestBody

type GlobalUserUpdateJSONRequestBody GlobalUserUpdateJSONBody

GlobalUserUpdateJSONRequestBody defines body for GlobalUserUpdate for application/json ContentType.

type GlobalUserUpdateResponse

type GlobalUserUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGlobalUserUpdateResponse

func ParseGlobalUserUpdateResponse(rsp *http.Response) (*GlobalUserUpdateResponse, error)

ParseGlobalUserUpdateResponse parses an HTTP response from a GlobalUserUpdateWithResponse call

func (GlobalUserUpdateResponse) Status

func (r GlobalUserUpdateResponse) Status() string

Status returns HTTPResponse.Status

func (GlobalUserUpdateResponse) StatusCode

func (r GlobalUserUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GlobalWhoamiResponse

type GlobalWhoamiResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *GlobalUserInfo
}

func ParseGlobalWhoamiResponse

func ParseGlobalWhoamiResponse(rsp *http.Response) (*GlobalWhoamiResponse, error)

ParseGlobalWhoamiResponse parses an HTTP response from a GlobalWhoamiWithResponse call

func (GlobalWhoamiResponse) Status

func (r GlobalWhoamiResponse) Status() string

Status returns HTTPResponse.Status

func (GlobalWhoamiResponse) StatusCode

func (r GlobalWhoamiResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Graphql added in v1.122.0

type Graphql struct {
	Type GraphqlType `json:"type"`
}

Graphql defines model for Graphql.

type GraphqlType added in v1.122.0

type GraphqlType string

GraphqlType defines model for Graphql.Type.

const (
	GraphqlTypeGraphql GraphqlType = "graphql"
)

Defines values for GraphqlType.

type Group

type Group struct {
	ExtraPerms *Group_ExtraPerms `json:"extra_perms,omitempty"`
	Members    *[]string         `json:"members,omitempty"`
	Name       string            `json:"name"`
	Summary    *string           `json:"summary,omitempty"`
}

Group defines model for Group.

type Group_ExtraPerms

type Group_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

Group_ExtraPerms defines model for Group.ExtraPerms.

func (Group_ExtraPerms) Get

func (a Group_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for Group_ExtraPerms. Returns the specified element and whether it was found

func (Group_ExtraPerms) MarshalJSON

func (a Group_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for Group_ExtraPerms to handle AdditionalProperties

func (*Group_ExtraPerms) Set

func (a *Group_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for Group_ExtraPerms

func (*Group_ExtraPerms) UnmarshalJSON

func (a *Group_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for Group_ExtraPerms to handle AdditionalProperties

type Http added in v1.122.0

type Http struct {
	Type HttpType `json:"type"`
}

Http defines model for Http.

type HttpRequestDoer

type HttpRequestDoer interface {
	Do(req *http.Request) (*http.Response, error)
}

Doer performs HTTP requests.

The standard http.Client implements this interface.

type HttpType added in v1.122.0

type HttpType string

HttpType defines model for Http.Type.

const (
	HttpTypeHttp HttpType = "http"
)

Defines values for HttpType.

type Identity added in v1.43.0

type Identity struct {
	Flow *bool        `json:"flow,omitempty"`
	Type IdentityType `json:"type"`
}

Identity defines model for Identity.

type IdentityType added in v1.43.0

type IdentityType string

IdentityType defines model for Identity.Type.

const (
	IdentityTypeIdentity IdentityType = "identity"
)

Defines values for IdentityType.

type IncludeHeader added in v1.54.0

type IncludeHeader = string

IncludeHeader defines model for IncludeHeader.

type Input added in v1.88.0

type Input struct {
	Args      map[string]interface{} `json:"args"`
	CreatedAt time.Time              `json:"created_at"`
	CreatedBy string                 `json:"created_by"`
	Id        string                 `json:"id"`
	IsPublic  bool                   `json:"is_public"`
	Name      string                 `json:"name"`
	Success   *bool                  `json:"success,omitempty"`
}

Input defines model for Input.

type InputId added in v1.88.0

type InputId = string

InputId defines model for InputId.

type InputTransform

type InputTransform interface{}

InputTransform defines model for InputTransform.

type InstanceGroup added in v1.136.0

type InstanceGroup struct {
	Emails *[]string `json:"emails,omitempty"`
	Name   string    `json:"name"`
}

InstanceGroup defines model for InstanceGroup.

type InviteUserJSONBody

type InviteUserJSONBody struct {
	Email    string `json:"email"`
	IsAdmin  bool   `json:"is_admin"`
	Operator bool   `json:"operator"`
}

InviteUserJSONBody defines parameters for InviteUser.

type InviteUserJSONRequestBody

type InviteUserJSONRequestBody InviteUserJSONBody

InviteUserJSONRequestBody defines body for InviteUser for application/json ContentType.

type InviteUserResponse

type InviteUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseInviteUserResponse

func ParseInviteUserResponse(rsp *http.Response) (*InviteUserResponse, error)

ParseInviteUserResponse parses an HTTP response from a InviteUserWithResponse call

func (InviteUserResponse) Status

func (r InviteUserResponse) Status() string

Status returns HTTPResponse.Status

func (InviteUserResponse) StatusCode

func (r InviteUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type IsDomainAllowedResponse added in v1.56.0

type IsDomainAllowedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseIsDomainAllowedResponse added in v1.56.0

func ParseIsDomainAllowedResponse(rsp *http.Response) (*IsDomainAllowedResponse, error)

ParseIsDomainAllowedResponse parses an HTTP response from a IsDomainAllowedWithResponse call

func (IsDomainAllowedResponse) Status added in v1.56.0

func (r IsDomainAllowedResponse) Status() string

Status returns HTTPResponse.Status

func (IsDomainAllowedResponse) StatusCode added in v1.56.0

func (r IsDomainAllowedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type IsOwnerOfPathResponse added in v1.56.0

type IsOwnerOfPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseIsOwnerOfPathResponse added in v1.56.0

func ParseIsOwnerOfPathResponse(rsp *http.Response) (*IsOwnerOfPathResponse, error)

ParseIsOwnerOfPathResponse parses an HTTP response from a IsOwnerOfPathWithResponse call

func (IsOwnerOfPathResponse) Status added in v1.56.0

func (r IsOwnerOfPathResponse) Status() string

Status returns HTTPResponse.Status

func (IsOwnerOfPathResponse) StatusCode added in v1.56.0

func (r IsOwnerOfPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type JavascriptTransform

type JavascriptTransform struct {
	Expr string                  `json:"expr"`
	Type JavascriptTransformType `json:"type"`
}

JavascriptTransform defines model for JavascriptTransform.

type JavascriptTransformType

type JavascriptTransformType string

JavascriptTransformType defines model for JavascriptTransform.Type.

const (
	JavascriptTransformTypeJavascript JavascriptTransformType = "javascript"
)

Defines values for JavascriptTransformType.

type Job

type Job interface{}

Job defines model for Job.

type JobId

type JobId = openapi_types.UUID

JobId defines model for JobId.

type JobKinds

type JobKinds = string

JobKinds defines model for JobKinds.

type LeaveWorkspaceResponse

type LeaveWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseLeaveWorkspaceResponse

func ParseLeaveWorkspaceResponse(rsp *http.Response) (*LeaveWorkspaceResponse, error)

ParseLeaveWorkspaceResponse parses an HTTP response from a LeaveWorkspaceWithResponse call

func (LeaveWorkspaceResponse) Status

func (r LeaveWorkspaceResponse) Status() string

Status returns HTTPResponse.Status

func (LeaveWorkspaceResponse) StatusCode

func (r LeaveWorkspaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListAppsParams added in v1.46.1

type ListAppsParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// mask to filter matching starting path
	PathStart *string `form:"path_start,omitempty" json:"path_start,omitempty"`

	// mask to filter exact matching path
	PathExact *string `form:"path_exact,omitempty" json:"path_exact,omitempty"`

	// (default false)
	// show only the starred items
	StarredOnly *bool `form:"starred_only,omitempty" json:"starred_only,omitempty"`
}

ListAppsParams defines parameters for ListApps.

type ListAppsResponse added in v1.46.1

type ListAppsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ListableApp
}

func ParseListAppsResponse added in v1.46.1

func ParseListAppsResponse(rsp *http.Response) (*ListAppsResponse, error)

ParseListAppsResponse parses an HTTP response from a ListAppsWithResponse call

func (ListAppsResponse) Status added in v1.46.1

func (r ListAppsResponse) Status() string

Status returns HTTPResponse.Status

func (ListAppsResponse) StatusCode added in v1.46.1

func (r ListAppsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListAuditLogsParams

type ListAuditLogsParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// filter on created before (exclusive) timestamp
	Before *Before `form:"before,omitempty" json:"before,omitempty"`

	// filter on created after (exclusive) timestamp
	After *After `form:"after,omitempty" json:"after,omitempty"`

	// filter on exact username of user
	Username *Username `form:"username,omitempty" json:"username,omitempty"`

	// filter on exact or prefix name of operation
	Operation *Operation `form:"operation,omitempty" json:"operation,omitempty"`

	// filter on exact or prefix name of resource
	Resource *ResourceName `form:"resource,omitempty" json:"resource,omitempty"`

	// filter on type of operation
	ActionKind *ListAuditLogsParamsActionKind `form:"action_kind,omitempty" json:"action_kind,omitempty"`
}

ListAuditLogsParams defines parameters for ListAuditLogs.

type ListAuditLogsParamsActionKind

type ListAuditLogsParamsActionKind string

ListAuditLogsParamsActionKind defines parameters for ListAuditLogs.

type ListAuditLogsResponse

type ListAuditLogsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]AuditLog
}

func ParseListAuditLogsResponse

func ParseListAuditLogsResponse(rsp *http.Response) (*ListAuditLogsResponse, error)

ParseListAuditLogsResponse parses an HTTP response from a ListAuditLogsWithResponse call

func (ListAuditLogsResponse) Status

func (r ListAuditLogsResponse) Status() string

Status returns HTTPResponse.Status

func (ListAuditLogsResponse) StatusCode

func (r ListAuditLogsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListCompletedJobsParams

type ListCompletedJobsParams struct {
	// order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// mask to filter exact matching path
	ScriptPathExact *ScriptExactPath `form:"script_path_exact,omitempty" json:"script_path_exact,omitempty"`

	// mask to filter matching starting path
	ScriptPathStart *ScriptStartPath `form:"script_path_start,omitempty" json:"script_path_start,omitempty"`

	// mask to filter by schedule path
	SchedulePath *SchedulePath `form:"schedule_path,omitempty" json:"schedule_path,omitempty"`

	// mask to filter exact matching path
	ScriptHash *ScriptExactHash `form:"script_hash,omitempty" json:"script_hash,omitempty"`

	// filter on created before (inclusive) timestamp
	StartedBefore *StartedBefore `form:"started_before,omitempty" json:"started_before,omitempty"`

	// filter on created after (exclusive) timestamp
	StartedAfter *StartedAfter `form:"started_after,omitempty" json:"started_after,omitempty"`

	// filter on successful jobs
	Success *Success `form:"success,omitempty" json:"success,omitempty"`

	// filter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
	JobKinds *JobKinds `form:"job_kinds,omitempty" json:"job_kinds,omitempty"`

	// filter on jobs containing those args as a json subset (@> in postgres)
	Args *ArgsFilter `form:"args,omitempty" json:"args,omitempty"`

	// filter on jobs containing those result as a json subset (@> in postgres)
	Result *ResultFilter `form:"result,omitempty" json:"result,omitempty"`

	// filter on jobs with a given tag/worker group
	Tag *Tag `form:"tag,omitempty" json:"tag,omitempty"`

	// is the job skipped
	IsSkipped *bool `form:"is_skipped,omitempty" json:"is_skipped,omitempty"`

	// is the job a flow step
	IsFlowStep *bool `form:"is_flow_step,omitempty" json:"is_flow_step,omitempty"`
}

ListCompletedJobsParams defines parameters for ListCompletedJobs.

type ListCompletedJobsResponse

type ListCompletedJobsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]CompletedJob
}

func ParseListCompletedJobsResponse

func ParseListCompletedJobsResponse(rsp *http.Response) (*ListCompletedJobsResponse, error)

ParseListCompletedJobsResponse parses an HTTP response from a ListCompletedJobsWithResponse call

func (ListCompletedJobsResponse) Status

func (r ListCompletedJobsResponse) Status() string

Status returns HTTPResponse.Status

func (ListCompletedJobsResponse) StatusCode

func (r ListCompletedJobsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListContextualVariablesResponse

type ListContextualVariablesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ContextualVariable
}

func ParseListContextualVariablesResponse

func ParseListContextualVariablesResponse(rsp *http.Response) (*ListContextualVariablesResponse, error)

ParseListContextualVariablesResponse parses an HTTP response from a ListContextualVariablesWithResponse call

func (ListContextualVariablesResponse) Status

Status returns HTTPResponse.Status

func (ListContextualVariablesResponse) StatusCode

func (r ListContextualVariablesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListFlowPathsResponse added in v1.60.0

type ListFlowPathsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseListFlowPathsResponse added in v1.60.0

func ParseListFlowPathsResponse(rsp *http.Response) (*ListFlowPathsResponse, error)

ParseListFlowPathsResponse parses an HTTP response from a ListFlowPathsWithResponse call

func (ListFlowPathsResponse) Status added in v1.60.0

func (r ListFlowPathsResponse) Status() string

Status returns HTTPResponse.Status

func (ListFlowPathsResponse) StatusCode added in v1.60.0

func (r ListFlowPathsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListFlowsParams

type ListFlowsParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// mask to filter matching starting path
	PathStart *string `form:"path_start,omitempty" json:"path_start,omitempty"`

	// mask to filter exact matching path
	PathExact *string `form:"path_exact,omitempty" json:"path_exact,omitempty"`

	// (default false)
	// show also the archived files.
	// when multiple archived hash share the same path, only the ones with the latest create_at
	// are displayed.
	ShowArchived *bool `form:"show_archived,omitempty" json:"show_archived,omitempty"`

	// (default false)
	// show only the starred items
	StarredOnly *bool `form:"starred_only,omitempty" json:"starred_only,omitempty"`
}

ListFlowsParams defines parameters for ListFlows.

type ListFlowsResponse

type ListFlowsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		AdditionalProperties *bool                   `json:"additionalProperties,omitempty"`
		Archived             bool                    `json:"archived"`
		Description          *string                 `json:"description,omitempty"`
		DraftOnly            *bool                   `json:"draft_only,omitempty"`
		EditedAt             time.Time               `json:"edited_at"`
		EditedBy             string                  `json:"edited_by"`
		ExtraPerms           map[string]interface{}  `json:"extra_perms"`
		HasDraft             *bool                   `json:"has_draft,omitempty"`
		Path                 string                  `json:"path"`
		Schema               *map[string]interface{} `json:"schema,omitempty"`
		Starred              *bool                   `json:"starred,omitempty"`
		Summary              string                  `json:"summary"`
		Value                FlowValue               `json:"value"`
		WorkspaceId          *string                 `json:"workspace_id,omitempty"`
	}
}

func ParseListFlowsResponse

func ParseListFlowsResponse(rsp *http.Response) (*ListFlowsResponse, error)

ParseListFlowsResponse parses an HTTP response from a ListFlowsWithResponse call

func (ListFlowsResponse) Status

func (r ListFlowsResponse) Status() string

Status returns HTTPResponse.Status

func (ListFlowsResponse) StatusCode

func (r ListFlowsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListFolderNamesParams added in v1.56.0

type ListFolderNamesParams struct {
	// only list the folders the user is member of (default false)
	OnlyMemberOf *bool `form:"only_member_of,omitempty" json:"only_member_of,omitempty"`
}

ListFolderNamesParams defines parameters for ListFolderNames.

type ListFolderNamesResponse added in v1.56.0

type ListFolderNamesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseListFolderNamesResponse added in v1.56.0

func ParseListFolderNamesResponse(rsp *http.Response) (*ListFolderNamesResponse, error)

ParseListFolderNamesResponse parses an HTTP response from a ListFolderNamesWithResponse call

func (ListFolderNamesResponse) Status added in v1.56.0

func (r ListFolderNamesResponse) Status() string

Status returns HTTPResponse.Status

func (ListFolderNamesResponse) StatusCode added in v1.56.0

func (r ListFolderNamesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListFoldersParams added in v1.56.0

type ListFoldersParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

ListFoldersParams defines parameters for ListFolders.

type ListFoldersResponse added in v1.56.0

type ListFoldersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Folder
}

func ParseListFoldersResponse added in v1.56.0

func ParseListFoldersResponse(rsp *http.Response) (*ListFoldersResponse, error)

ParseListFoldersResponse parses an HTTP response from a ListFoldersWithResponse call

func (ListFoldersResponse) Status added in v1.56.0

func (r ListFoldersResponse) Status() string

Status returns HTTPResponse.Status

func (ListFoldersResponse) StatusCode added in v1.56.0

func (r ListFoldersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListGroupNamesParams added in v1.56.0

type ListGroupNamesParams struct {
	// only list the groups the user is member of (default false)
	OnlyMemberOf *bool `form:"only_member_of,omitempty" json:"only_member_of,omitempty"`
}

ListGroupNamesParams defines parameters for ListGroupNames.

type ListGroupNamesResponse

type ListGroupNamesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseListGroupNamesResponse

func ParseListGroupNamesResponse(rsp *http.Response) (*ListGroupNamesResponse, error)

ParseListGroupNamesResponse parses an HTTP response from a ListGroupNamesWithResponse call

func (ListGroupNamesResponse) Status

func (r ListGroupNamesResponse) Status() string

Status returns HTTPResponse.Status

func (ListGroupNamesResponse) StatusCode

func (r ListGroupNamesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListGroupsParams

type ListGroupsParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

ListGroupsParams defines parameters for ListGroups.

type ListGroupsResponse

type ListGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Group
}

func ParseListGroupsResponse

func ParseListGroupsResponse(rsp *http.Response) (*ListGroupsResponse, error)

ParseListGroupsResponse parses an HTTP response from a ListGroupsWithResponse call

func (ListGroupsResponse) Status

func (r ListGroupsResponse) Status() string

Status returns HTTPResponse.Status

func (ListGroupsResponse) StatusCode

func (r ListGroupsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListHubAppsResponse added in v1.58.0

type ListHubAppsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Apps *[]struct {
			AppId    float32  `json:"app_id"`
			Approved bool     `json:"approved"`
			Apps     []string `json:"apps"`
			Id       float32  `json:"id"`
			Summary  string   `json:"summary"`
			Votes    float32  `json:"votes"`
		} `json:"apps,omitempty"`
	}
}

func ParseListHubAppsResponse added in v1.58.0

func ParseListHubAppsResponse(rsp *http.Response) (*ListHubAppsResponse, error)

ParseListHubAppsResponse parses an HTTP response from a ListHubAppsWithResponse call

func (ListHubAppsResponse) Status added in v1.58.0

func (r ListHubAppsResponse) Status() string

Status returns HTTPResponse.Status

func (ListHubAppsResponse) StatusCode added in v1.58.0

func (r ListHubAppsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListHubFlowsResponse

type ListHubFlowsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Flows *[]struct {
			Approved bool     `json:"approved"`
			Apps     []string `json:"apps"`
			FlowId   float32  `json:"flow_id"`
			Id       float32  `json:"id"`
			Summary  string   `json:"summary"`
			Votes    float32  `json:"votes"`
		} `json:"flows,omitempty"`
	}
}

func ParseListHubFlowsResponse

func ParseListHubFlowsResponse(rsp *http.Response) (*ListHubFlowsResponse, error)

ParseListHubFlowsResponse parses an HTTP response from a ListHubFlowsWithResponse call

func (ListHubFlowsResponse) Status

func (r ListHubFlowsResponse) Status() string

Status returns HTTPResponse.Status

func (ListHubFlowsResponse) StatusCode

func (r ListHubFlowsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListHubScriptsResponse

type ListHubScriptsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Asks *[]struct {
			App      string  `json:"app"`
			Approved bool    `json:"approved"`
			AskId    float32 `json:"ask_id"`
			Id       float32 `json:"id"`
			Kind     string  `json:"kind"`
			Summary  string  `json:"summary"`
			Views    float32 `json:"views"`
			Votes    float32 `json:"votes"`
		} `json:"asks,omitempty"`
	}
}

func ParseListHubScriptsResponse

func ParseListHubScriptsResponse(rsp *http.Response) (*ListHubScriptsResponse, error)

ParseListHubScriptsResponse parses an HTTP response from a ListHubScriptsWithResponse call

func (ListHubScriptsResponse) Status

func (r ListHubScriptsResponse) Status() string

Status returns HTTPResponse.Status

func (ListHubScriptsResponse) StatusCode

func (r ListHubScriptsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListInputsParams added in v1.88.0

type ListInputsParams struct {
	RunnableId   *RunnableId        `form:"runnable_id,omitempty" json:"runnable_id,omitempty"`
	RunnableType *RunnableTypeQuery `form:"runnable_type,omitempty" json:"runnable_type,omitempty"`

	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

ListInputsParams defines parameters for ListInputs.

type ListInputsResponse added in v1.88.0

type ListInputsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Input
}

func ParseListInputsResponse added in v1.88.0

func ParseListInputsResponse(rsp *http.Response) (*ListInputsResponse, error)

ParseListInputsResponse parses an HTTP response from a ListInputsWithResponse call

func (ListInputsResponse) Status added in v1.88.0

func (r ListInputsResponse) Status() string

Status returns HTTPResponse.Status

func (ListInputsResponse) StatusCode added in v1.88.0

func (r ListInputsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListInstanceGroupsResponse added in v1.136.0

type ListInstanceGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]InstanceGroup
}

func ParseListInstanceGroupsResponse added in v1.136.0

func ParseListInstanceGroupsResponse(rsp *http.Response) (*ListInstanceGroupsResponse, error)

ParseListInstanceGroupsResponse parses an HTTP response from a ListInstanceGroupsWithResponse call

func (ListInstanceGroupsResponse) Status added in v1.136.0

Status returns HTTPResponse.Status

func (ListInstanceGroupsResponse) StatusCode added in v1.136.0

func (r ListInstanceGroupsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListJobsParams

type ListJobsParams struct {
	// mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// mask to filter exact matching path
	ScriptPathExact *ScriptExactPath `form:"script_path_exact,omitempty" json:"script_path_exact,omitempty"`

	// mask to filter matching starting path
	ScriptPathStart *ScriptStartPath `form:"script_path_start,omitempty" json:"script_path_start,omitempty"`

	// mask to filter by schedule path
	SchedulePath *SchedulePath `form:"schedule_path,omitempty" json:"schedule_path,omitempty"`

	// mask to filter exact matching path
	ScriptHash *ScriptExactHash `form:"script_hash,omitempty" json:"script_hash,omitempty"`

	// filter on created before (inclusive) timestamp
	StartedBefore *StartedBefore `form:"started_before,omitempty" json:"started_before,omitempty"`

	// filter on created after (exclusive) timestamp
	StartedAfter *StartedAfter `form:"started_after,omitempty" json:"started_after,omitempty"`

	// filter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
	JobKinds *JobKinds `form:"job_kinds,omitempty" json:"job_kinds,omitempty"`

	// filter on jobs containing those args as a json subset (@> in postgres)
	Args *ArgsFilter `form:"args,omitempty" json:"args,omitempty"`

	// filter on jobs with a given tag/worker group
	Tag *Tag `form:"tag,omitempty" json:"tag,omitempty"`

	// filter on jobs containing those result as a json subset (@> in postgres)
	Result *ResultFilter `form:"result,omitempty" json:"result,omitempty"`

	// is the job skipped
	IsSkipped *bool `form:"is_skipped,omitempty" json:"is_skipped,omitempty"`

	// is the job a flow step
	IsFlowStep *bool `form:"is_flow_step,omitempty" json:"is_flow_step,omitempty"`

	// filter on successful jobs
	Success *bool `form:"success,omitempty" json:"success,omitempty"`
}

ListJobsParams defines parameters for ListJobs.

type ListJobsResponse

type ListJobsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Job
}

func ParseListJobsResponse

func ParseListJobsResponse(rsp *http.Response) (*ListJobsResponse, error)

ParseListJobsResponse parses an HTTP response from a ListJobsWithResponse call

func (ListJobsResponse) Status

func (r ListJobsResponse) Status() string

Status returns HTTPResponse.Status

func (ListJobsResponse) StatusCode

func (r ListJobsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListOAuthConnectsResponse

type ListOAuthConnectsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		AdditionalProperties map[string]struct {
			ExtraParams *interface{} `json:"extra_params,omitempty"`
			Scopes      *[]string    `json:"scopes,omitempty"`
		} `json:"-"`
	}
}

func ParseListOAuthConnectsResponse

func ParseListOAuthConnectsResponse(rsp *http.Response) (*ListOAuthConnectsResponse, error)

ParseListOAuthConnectsResponse parses an HTTP response from a ListOAuthConnectsWithResponse call

func (ListOAuthConnectsResponse) Status

func (r ListOAuthConnectsResponse) Status() string

Status returns HTTPResponse.Status

func (ListOAuthConnectsResponse) StatusCode

func (r ListOAuthConnectsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListOAuthLoginsResponse

type ListOAuthLoginsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Oauth []string `json:"oauth"`
		Saml  *string  `json:"saml,omitempty"`
	}
}

func ParseListOAuthLoginsResponse

func ParseListOAuthLoginsResponse(rsp *http.Response) (*ListOAuthLoginsResponse, error)

ParseListOAuthLoginsResponse parses an HTTP response from a ListOAuthLoginsWithResponse call

func (ListOAuthLoginsResponse) Status

func (r ListOAuthLoginsResponse) Status() string

Status returns HTTPResponse.Status

func (ListOAuthLoginsResponse) StatusCode

func (r ListOAuthLoginsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListPendingInvitesResponse

type ListPendingInvitesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]WorkspaceInvite
}

func ParseListPendingInvitesResponse

func ParseListPendingInvitesResponse(rsp *http.Response) (*ListPendingInvitesResponse, error)

ParseListPendingInvitesResponse parses an HTTP response from a ListPendingInvitesWithResponse call

func (ListPendingInvitesResponse) Status

Status returns HTTPResponse.Status

func (ListPendingInvitesResponse) StatusCode

func (r ListPendingInvitesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListQueueParams

type ListQueueParams struct {
	// order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// mask to filter exact matching path
	ScriptPathExact *ScriptExactPath `form:"script_path_exact,omitempty" json:"script_path_exact,omitempty"`

	// mask to filter matching starting path
	ScriptPathStart *ScriptStartPath `form:"script_path_start,omitempty" json:"script_path_start,omitempty"`

	// mask to filter by schedule path
	SchedulePath *SchedulePath `form:"schedule_path,omitempty" json:"schedule_path,omitempty"`

	// mask to filter exact matching path
	ScriptHash *ScriptExactHash `form:"script_hash,omitempty" json:"script_hash,omitempty"`

	// filter on created before (inclusive) timestamp
	StartedBefore *StartedBefore `form:"started_before,omitempty" json:"started_before,omitempty"`

	// filter on created after (exclusive) timestamp
	StartedAfter *StartedAfter `form:"started_after,omitempty" json:"started_after,omitempty"`

	// filter on successful jobs
	Success *Success `form:"success,omitempty" json:"success,omitempty"`

	// filter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
	JobKinds *JobKinds `form:"job_kinds,omitempty" json:"job_kinds,omitempty"`

	// filter on suspended jobs
	Suspended *Suspended `form:"suspended,omitempty" json:"suspended,omitempty"`

	// filter on running jobs
	Running *Running `form:"running,omitempty" json:"running,omitempty"`

	// filter on jobs containing those args as a json subset (@> in postgres)
	Args *ArgsFilter `form:"args,omitempty" json:"args,omitempty"`

	// filter on jobs containing those result as a json subset (@> in postgres)
	Result *ResultFilter `form:"result,omitempty" json:"result,omitempty"`

	// filter on jobs with a given tag/worker group
	Tag *Tag `form:"tag,omitempty" json:"tag,omitempty"`
}

ListQueueParams defines parameters for ListQueue.

type ListQueueResponse

type ListQueueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]QueuedJob
}

func ParseListQueueResponse

func ParseListQueueResponse(rsp *http.Response) (*ListQueueResponse, error)

ParseListQueueResponse parses an HTTP response from a ListQueueWithResponse call

func (ListQueueResponse) Status

func (r ListQueueResponse) Status() string

Status returns HTTPResponse.Status

func (ListQueueResponse) StatusCode

func (r ListQueueResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListRawAppsParams added in v1.96.0

type ListRawAppsParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// mask to filter matching starting path
	PathStart *string `form:"path_start,omitempty" json:"path_start,omitempty"`

	// mask to filter exact matching path
	PathExact *string `form:"path_exact,omitempty" json:"path_exact,omitempty"`

	// (default false)
	// show only the starred items
	StarredOnly *bool `form:"starred_only,omitempty" json:"starred_only,omitempty"`
}

ListRawAppsParams defines parameters for ListRawApps.

type ListRawAppsResponse added in v1.96.0

type ListRawAppsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ListableRawApp
}

func ParseListRawAppsResponse added in v1.96.0

func ParseListRawAppsResponse(rsp *http.Response) (*ListRawAppsResponse, error)

ParseListRawAppsResponse parses an HTTP response from a ListRawAppsWithResponse call

func (ListRawAppsResponse) Status added in v1.96.0

func (r ListRawAppsResponse) Status() string

Status returns HTTPResponse.Status

func (ListRawAppsResponse) StatusCode added in v1.96.0

func (r ListRawAppsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListResourceParams

type ListResourceParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// resource_types to list from, separated by ',',
	ResourceType *string `form:"resource_type,omitempty" json:"resource_type,omitempty"`

	// resource_types to not list from, separated by ',',
	ResourceTypeExclude *string `form:"resource_type_exclude,omitempty" json:"resource_type_exclude,omitempty"`
}

ListResourceParams defines parameters for ListResource.

type ListResourceResponse

type ListResourceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ListableResource
}

func ParseListResourceResponse

func ParseListResourceResponse(rsp *http.Response) (*ListResourceResponse, error)

ParseListResourceResponse parses an HTTP response from a ListResourceWithResponse call

func (ListResourceResponse) Status

func (r ListResourceResponse) Status() string

Status returns HTTPResponse.Status

func (ListResourceResponse) StatusCode

func (r ListResourceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListResourceTypeNamesResponse

type ListResourceTypeNamesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseListResourceTypeNamesResponse

func ParseListResourceTypeNamesResponse(rsp *http.Response) (*ListResourceTypeNamesResponse, error)

ParseListResourceTypeNamesResponse parses an HTTP response from a ListResourceTypeNamesWithResponse call

func (ListResourceTypeNamesResponse) Status

Status returns HTTPResponse.Status

func (ListResourceTypeNamesResponse) StatusCode

func (r ListResourceTypeNamesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListResourceTypeResponse

type ListResourceTypeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ResourceType
}

func ParseListResourceTypeResponse

func ParseListResourceTypeResponse(rsp *http.Response) (*ListResourceTypeResponse, error)

ParseListResourceTypeResponse parses an HTTP response from a ListResourceTypeWithResponse call

func (ListResourceTypeResponse) Status

func (r ListResourceTypeResponse) Status() string

Status returns HTTPResponse.Status

func (ListResourceTypeResponse) StatusCode

func (r ListResourceTypeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListSchedulesParams

type ListSchedulesParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// filter by path
	Path   *string `form:"path,omitempty" json:"path,omitempty"`
	IsFlow *bool   `form:"is_flow,omitempty" json:"is_flow,omitempty"`
}

ListSchedulesParams defines parameters for ListSchedules.

type ListSchedulesResponse

type ListSchedulesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Schedule
}

func ParseListSchedulesResponse

func ParseListSchedulesResponse(rsp *http.Response) (*ListSchedulesResponse, error)

ParseListSchedulesResponse parses an HTTP response from a ListSchedulesWithResponse call

func (ListSchedulesResponse) Status

func (r ListSchedulesResponse) Status() string

Status returns HTTPResponse.Status

func (ListSchedulesResponse) StatusCode

func (r ListSchedulesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListSchedulesWithJobsParams added in v1.113.0

type ListSchedulesWithJobsParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

ListSchedulesWithJobsParams defines parameters for ListSchedulesWithJobs.

type ListSchedulesWithJobsResponse added in v1.113.0

type ListSchedulesWithJobsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ScheduleWJobs
}

func ParseListSchedulesWithJobsResponse added in v1.113.0

func ParseListSchedulesWithJobsResponse(rsp *http.Response) (*ListSchedulesWithJobsResponse, error)

ParseListSchedulesWithJobsResponse parses an HTTP response from a ListSchedulesWithJobsWithResponse call

func (ListSchedulesWithJobsResponse) Status added in v1.113.0

Status returns HTTPResponse.Status

func (ListSchedulesWithJobsResponse) StatusCode added in v1.113.0

func (r ListSchedulesWithJobsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListScriptPathsResponse added in v1.60.0

type ListScriptPathsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseListScriptPathsResponse added in v1.60.0

func ParseListScriptPathsResponse(rsp *http.Response) (*ListScriptPathsResponse, error)

ParseListScriptPathsResponse parses an HTTP response from a ListScriptPathsWithResponse call

func (ListScriptPathsResponse) Status added in v1.60.0

func (r ListScriptPathsResponse) Status() string

Status returns HTTPResponse.Status

func (ListScriptPathsResponse) StatusCode added in v1.60.0

func (r ListScriptPathsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListScriptsParams

type ListScriptsParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// mask to filter matching starting path
	PathStart *string `form:"path_start,omitempty" json:"path_start,omitempty"`

	// mask to filter exact matching path
	PathExact *string `form:"path_exact,omitempty" json:"path_exact,omitempty"`

	// mask to filter scripts whom first direct parent has exact hash
	FirstParentHash *string `form:"first_parent_hash,omitempty" json:"first_parent_hash,omitempty"`

	// mask to filter scripts whom last parent in the chain has exact hash.
	// Beware that each script stores only a limited number of parents. Hence
	// the last parent hash for a script is not necessarily its top-most parent.
	// To find the top-most parent you will have to jump from last to last hash
	//  until finding the parent
	LastParentHash *string `form:"last_parent_hash,omitempty" json:"last_parent_hash,omitempty"`

	// is the hash present in the array of stored parent hashes for this script.
	// The same warning applies than for last_parent_hash. A script only store a
	// limited number of direct parent
	ParentHash *string `form:"parent_hash,omitempty" json:"parent_hash,omitempty"`

	// (default false)
	// show also the archived files.
	// when multiple archived hash share the same path, only the ones with the latest create_at
	// are
	// ed.
	ShowArchived *bool `form:"show_archived,omitempty" json:"show_archived,omitempty"`

	// (default regardless)
	// if true show only the templates
	// if false show only the non templates
	// if not defined, show all regardless of if the script is a template
	IsTemplate *bool `form:"is_template,omitempty" json:"is_template,omitempty"`

	// (default regardless)
	// script kind
	Kind *string `form:"kind,omitempty" json:"kind,omitempty"`

	// (default false)
	// show only the starred items
	StarredOnly *bool `form:"starred_only,omitempty" json:"starred_only,omitempty"`
}

ListScriptsParams defines parameters for ListScripts.

type ListScriptsResponse

type ListScriptsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Script
}

func ParseListScriptsResponse

func ParseListScriptsResponse(rsp *http.Response) (*ListScriptsResponse, error)

ParseListScriptsResponse parses an HTTP response from a ListScriptsWithResponse call

func (ListScriptsResponse) Status

func (r ListScriptsResponse) Status() string

Status returns HTTPResponse.Status

func (ListScriptsResponse) StatusCode

func (r ListScriptsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListTokensResponse

type ListTokensResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]TruncatedToken
}

func ParseListTokensResponse

func ParseListTokensResponse(rsp *http.Response) (*ListTokensResponse, error)

ParseListTokensResponse parses an HTTP response from a ListTokensWithResponse call

func (ListTokensResponse) Status

func (r ListTokensResponse) Status() string

Status returns HTTPResponse.Status

func (ListTokensResponse) StatusCode

func (r ListTokensResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListUserWorkspacesResponse

type ListUserWorkspacesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *UserWorkspaceList
}

func ParseListUserWorkspacesResponse

func ParseListUserWorkspacesResponse(rsp *http.Response) (*ListUserWorkspacesResponse, error)

ParseListUserWorkspacesResponse parses an HTTP response from a ListUserWorkspacesWithResponse call

func (ListUserWorkspacesResponse) Status

Status returns HTTPResponse.Status

func (ListUserWorkspacesResponse) StatusCode

func (r ListUserWorkspacesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListUsernamesResponse

type ListUsernamesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseListUsernamesResponse

func ParseListUsernamesResponse(rsp *http.Response) (*ListUsernamesResponse, error)

ParseListUsernamesResponse parses an HTTP response from a ListUsernamesWithResponse call

func (ListUsernamesResponse) Status

func (r ListUsernamesResponse) Status() string

Status returns HTTPResponse.Status

func (ListUsernamesResponse) StatusCode

func (r ListUsernamesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListUsersAsSuperAdminParams

type ListUsersAsSuperAdminParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

ListUsersAsSuperAdminParams defines parameters for ListUsersAsSuperAdmin.

type ListUsersAsSuperAdminResponse

type ListUsersAsSuperAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]GlobalUserInfo
}

func ParseListUsersAsSuperAdminResponse

func ParseListUsersAsSuperAdminResponse(rsp *http.Response) (*ListUsersAsSuperAdminResponse, error)

ParseListUsersAsSuperAdminResponse parses an HTTP response from a ListUsersAsSuperAdminWithResponse call

func (ListUsersAsSuperAdminResponse) Status

Status returns HTTPResponse.Status

func (ListUsersAsSuperAdminResponse) StatusCode

func (r ListUsersAsSuperAdminResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListUsersResponse

type ListUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]User
}

func ParseListUsersResponse

func ParseListUsersResponse(rsp *http.Response) (*ListUsersResponse, error)

ParseListUsersResponse parses an HTTP response from a ListUsersWithResponse call

func (ListUsersResponse) Status

func (r ListUsersResponse) Status() string

Status returns HTTPResponse.Status

func (ListUsersResponse) StatusCode

func (r ListUsersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListVariableResponse

type ListVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ListableVariable
}

func ParseListVariableResponse

func ParseListVariableResponse(rsp *http.Response) (*ListVariableResponse, error)

ParseListVariableResponse parses an HTTP response from a ListVariableWithResponse call

func (ListVariableResponse) Status

func (r ListVariableResponse) Status() string

Status returns HTTPResponse.Status

func (ListVariableResponse) StatusCode

func (r ListVariableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListWorkersParams

type ListWorkersParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

ListWorkersParams defines parameters for ListWorkers.

type ListWorkersResponse

type ListWorkersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]WorkerPing
}

func ParseListWorkersResponse

func ParseListWorkersResponse(rsp *http.Response) (*ListWorkersResponse, error)

ParseListWorkersResponse parses an HTTP response from a ListWorkersWithResponse call

func (ListWorkersResponse) Status

func (r ListWorkersResponse) Status() string

Status returns HTTPResponse.Status

func (ListWorkersResponse) StatusCode

func (r ListWorkersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListWorkspaceInvitesResponse

type ListWorkspaceInvitesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]WorkspaceInvite
}

func ParseListWorkspaceInvitesResponse

func ParseListWorkspaceInvitesResponse(rsp *http.Response) (*ListWorkspaceInvitesResponse, error)

ParseListWorkspaceInvitesResponse parses an HTTP response from a ListWorkspaceInvitesWithResponse call

func (ListWorkspaceInvitesResponse) Status

Status returns HTTPResponse.Status

func (ListWorkspaceInvitesResponse) StatusCode

func (r ListWorkspaceInvitesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListWorkspacesAsSuperAdminParams

type ListWorkspacesAsSuperAdminParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

ListWorkspacesAsSuperAdminParams defines parameters for ListWorkspacesAsSuperAdmin.

type ListWorkspacesAsSuperAdminResponse

type ListWorkspacesAsSuperAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Workspace
}

func ParseListWorkspacesAsSuperAdminResponse

func ParseListWorkspacesAsSuperAdminResponse(rsp *http.Response) (*ListWorkspacesAsSuperAdminResponse, error)

ParseListWorkspacesAsSuperAdminResponse parses an HTTP response from a ListWorkspacesAsSuperAdminWithResponse call

func (ListWorkspacesAsSuperAdminResponse) Status

Status returns HTTPResponse.Status

func (ListWorkspacesAsSuperAdminResponse) StatusCode

func (r ListWorkspacesAsSuperAdminResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListWorkspacesResponse

type ListWorkspacesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Workspace
}

func ParseListWorkspacesResponse

func ParseListWorkspacesResponse(rsp *http.Response) (*ListWorkspacesResponse, error)

ParseListWorkspacesResponse parses an HTTP response from a ListWorkspacesWithResponse call

func (ListWorkspacesResponse) Status

func (r ListWorkspacesResponse) Status() string

Status returns HTTPResponse.Status

func (ListWorkspacesResponse) StatusCode

func (r ListWorkspacesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListableApp added in v1.46.1

type ListableApp struct {
	EditedAt      time.Time                `json:"edited_at"`
	ExecutionMode ListableAppExecutionMode `json:"execution_mode"`
	ExtraPerms    ListableApp_ExtraPerms   `json:"extra_perms"`
	Id            int                      `json:"id"`
	Path          string                   `json:"path"`
	Starred       *bool                    `json:"starred,omitempty"`
	Summary       string                   `json:"summary"`
	Version       int                      `json:"version"`
	WorkspaceId   string                   `json:"workspace_id"`
}

ListableApp defines model for ListableApp.

type ListableAppExecutionMode added in v1.46.1

type ListableAppExecutionMode string

ListableAppExecutionMode defines model for ListableApp.ExecutionMode.

const (
	ListableAppExecutionModeAnonymous ListableAppExecutionMode = "anonymous"
	ListableAppExecutionModePublisher ListableAppExecutionMode = "publisher"
	ListableAppExecutionModeViewer    ListableAppExecutionMode = "viewer"
)

Defines values for ListableAppExecutionMode.

type ListableApp_ExtraPerms added in v1.46.1

type ListableApp_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

ListableApp_ExtraPerms defines model for ListableApp.ExtraPerms.

func (ListableApp_ExtraPerms) Get added in v1.46.1

func (a ListableApp_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for ListableApp_ExtraPerms. Returns the specified element and whether it was found

func (ListableApp_ExtraPerms) MarshalJSON added in v1.46.1

func (a ListableApp_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for ListableApp_ExtraPerms to handle AdditionalProperties

func (*ListableApp_ExtraPerms) Set added in v1.46.1

func (a *ListableApp_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for ListableApp_ExtraPerms

func (*ListableApp_ExtraPerms) UnmarshalJSON added in v1.46.1

func (a *ListableApp_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for ListableApp_ExtraPerms to handle AdditionalProperties

type ListableRawApp added in v1.96.0

type ListableRawApp struct {
	EditedAt    time.Time                 `json:"edited_at"`
	ExtraPerms  ListableRawApp_ExtraPerms `json:"extra_perms"`
	Path        string                    `json:"path"`
	Starred     *bool                     `json:"starred,omitempty"`
	Summary     string                    `json:"summary"`
	Version     float32                   `json:"version"`
	WorkspaceId string                    `json:"workspace_id"`
}

ListableRawApp defines model for ListableRawApp.

type ListableRawApp_ExtraPerms added in v1.96.0

type ListableRawApp_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

ListableRawApp_ExtraPerms defines model for ListableRawApp.ExtraPerms.

func (ListableRawApp_ExtraPerms) Get added in v1.96.0

func (a ListableRawApp_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for ListableRawApp_ExtraPerms. Returns the specified element and whether it was found

func (ListableRawApp_ExtraPerms) MarshalJSON added in v1.96.0

func (a ListableRawApp_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for ListableRawApp_ExtraPerms to handle AdditionalProperties

func (*ListableRawApp_ExtraPerms) Set added in v1.96.0

func (a *ListableRawApp_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for ListableRawApp_ExtraPerms

func (*ListableRawApp_ExtraPerms) UnmarshalJSON added in v1.96.0

func (a *ListableRawApp_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for ListableRawApp_ExtraPerms to handle AdditionalProperties

type ListableResource added in v1.52.0

type ListableResource struct {
	Account      *float32                     `json:"account,omitempty"`
	Description  *string                      `json:"description,omitempty"`
	ExtraPerms   *ListableResource_ExtraPerms `json:"extra_perms,omitempty"`
	IsExpired    *bool                        `json:"is_expired,omitempty"`
	IsLinked     bool                         `json:"is_linked"`
	IsOauth      bool                         `json:"is_oauth"`
	IsRefreshed  bool                         `json:"is_refreshed"`
	Path         string                       `json:"path"`
	RefreshError *string                      `json:"refresh_error,omitempty"`
	ResourceType string                       `json:"resource_type"`
	Value        *interface{}                 `json:"value,omitempty"`
	WorkspaceId  *string                      `json:"workspace_id,omitempty"`
}

ListableResource defines model for ListableResource.

type ListableResource_ExtraPerms added in v1.52.0

type ListableResource_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

ListableResource_ExtraPerms defines model for ListableResource.ExtraPerms.

func (ListableResource_ExtraPerms) Get added in v1.52.0

func (a ListableResource_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for ListableResource_ExtraPerms. Returns the specified element and whether it was found

func (ListableResource_ExtraPerms) MarshalJSON added in v1.52.0

func (a ListableResource_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for ListableResource_ExtraPerms to handle AdditionalProperties

func (*ListableResource_ExtraPerms) Set added in v1.52.0

func (a *ListableResource_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for ListableResource_ExtraPerms

func (*ListableResource_ExtraPerms) UnmarshalJSON added in v1.52.0

func (a *ListableResource_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for ListableResource_ExtraPerms to handle AdditionalProperties

type ListableVariable

type ListableVariable struct {
	Account      *int                        `json:"account,omitempty"`
	Description  *string                     `json:"description,omitempty"`
	ExtraPerms   ListableVariable_ExtraPerms `json:"extra_perms"`
	IsExpired    *bool                       `json:"is_expired,omitempty"`
	IsLinked     *bool                       `json:"is_linked,omitempty"`
	IsOauth      *bool                       `json:"is_oauth,omitempty"`
	IsRefreshed  *bool                       `json:"is_refreshed,omitempty"`
	IsSecret     bool                        `json:"is_secret"`
	Path         string                      `json:"path"`
	RefreshError *string                     `json:"refresh_error,omitempty"`
	Value        *string                     `json:"value,omitempty"`
	WorkspaceId  string                      `json:"workspace_id"`
}

ListableVariable defines model for ListableVariable.

type ListableVariable_ExtraPerms

type ListableVariable_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

ListableVariable_ExtraPerms defines model for ListableVariable.ExtraPerms.

func (ListableVariable_ExtraPerms) Get

func (a ListableVariable_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for ListableVariable_ExtraPerms. Returns the specified element and whether it was found

func (ListableVariable_ExtraPerms) MarshalJSON

func (a ListableVariable_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for ListableVariable_ExtraPerms to handle AdditionalProperties

func (*ListableVariable_ExtraPerms) Set

func (a *ListableVariable_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for ListableVariable_ExtraPerms

func (*ListableVariable_ExtraPerms) UnmarshalJSON

func (a *ListableVariable_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for ListableVariable_ExtraPerms to handle AdditionalProperties

type Login

type Login struct {
	Email    string `json:"email"`
	Password string `json:"password"`
}

Login defines model for Login.

type LoginJSONBody

type LoginJSONBody = Login

LoginJSONBody defines parameters for Login.

type LoginJSONRequestBody

type LoginJSONRequestBody = LoginJSONBody

LoginJSONRequestBody defines body for Login for application/json ContentType.

type LoginResponse

type LoginResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseLoginResponse

func ParseLoginResponse(rsp *http.Response) (*LoginResponse, error)

ParseLoginResponse parses an HTTP response from a LoginWithResponse call

func (LoginResponse) Status

func (r LoginResponse) Status() string

Status returns HTTPResponse.Status

func (LoginResponse) StatusCode

func (r LoginResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type LoginWithOauthJSONBody

type LoginWithOauthJSONBody struct {
	Code  *string `json:"code,omitempty"`
	State *string `json:"state,omitempty"`
}

LoginWithOauthJSONBody defines parameters for LoginWithOauth.

type LoginWithOauthJSONRequestBody

type LoginWithOauthJSONRequestBody LoginWithOauthJSONBody

LoginWithOauthJSONRequestBody defines body for LoginWithOauth for application/json ContentType.

type LoginWithOauthResponse

type LoginWithOauthResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseLoginWithOauthResponse

func ParseLoginWithOauthResponse(rsp *http.Response) (*LoginWithOauthResponse, error)

ParseLoginWithOauthResponse parses an HTTP response from a LoginWithOauthWithResponse call

func (LoginWithOauthResponse) Status

func (r LoginWithOauthResponse) Status() string

Status returns HTTPResponse.Status

func (LoginWithOauthResponse) StatusCode

func (r LoginWithOauthResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type LogoutResponse

type LogoutResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseLogoutResponse

func ParseLogoutResponse(rsp *http.Response) (*LogoutResponse, error)

ParseLogoutResponse parses an HTTP response from a LogoutWithResponse call

func (LogoutResponse) Status

func (r LogoutResponse) Status() string

Status returns HTTPResponse.Status

func (LogoutResponse) StatusCode

func (r LogoutResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Name

type Name = string

Name defines model for Name.

type NewJobId added in v1.101.0

type NewJobId = openapi_types.UUID

NewJobId defines model for NewJobId.

type NewSchedule

type NewSchedule struct {
	Args       ScriptArgs `json:"args"`
	Enabled    *bool      `json:"enabled,omitempty"`
	IsFlow     bool       `json:"is_flow"`
	OnFailure  *string    `json:"on_failure,omitempty"`
	Path       string     `json:"path"`
	Schedule   string     `json:"schedule"`
	ScriptPath string     `json:"script_path"`
	Timezone   string     `json:"timezone"`
}

NewSchedule defines model for NewSchedule.

type NewScript added in v1.92.2

type NewScript struct {
	ConcurrencyTimeWindowS *[]int                  `json:"concurrency_time_window_s,omitempty"`
	ConcurrentLimit        *[]int                  `json:"concurrent_limit,omitempty"`
	Content                string                  `json:"content"`
	Description            string                  `json:"description"`
	DraftOnly              *bool                   `json:"draft_only,omitempty"`
	Envs                   *[]string               `json:"envs,omitempty"`
	IsTemplate             *bool                   `json:"is_template,omitempty"`
	Kind                   *NewScriptKind          `json:"kind,omitempty"`
	Language               NewScriptLanguage       `json:"language"`
	Lock                   *[]string               `json:"lock,omitempty"`
	ParentHash             *string                 `json:"parent_hash,omitempty"`
	Path                   string                  `json:"path"`
	Schema                 *map[string]interface{} `json:"schema,omitempty"`
	Summary                string                  `json:"summary"`
	Tag                    *string                 `json:"tag,omitempty"`
}

NewScript defines model for NewScript.

type NewScriptKind added in v1.92.2

type NewScriptKind string

NewScriptKind defines model for NewScript.Kind.

const (
	NewScriptKindApproval NewScriptKind = "approval"
	NewScriptKindCommand  NewScriptKind = "command"
	NewScriptKindFailure  NewScriptKind = "failure"
	NewScriptKindScript   NewScriptKind = "script"
	NewScriptKindTrigger  NewScriptKind = "trigger"
)

Defines values for NewScriptKind.

type NewScriptLanguage added in v1.92.2

type NewScriptLanguage string

NewScriptLanguage defines model for NewScript.Language.

const (
	NewScriptLanguageBash       NewScriptLanguage = "bash"
	NewScriptLanguageBun        NewScriptLanguage = "bun"
	NewScriptLanguageDeno       NewScriptLanguage = "deno"
	NewScriptLanguageGo         NewScriptLanguage = "go"
	NewScriptLanguageGraphql    NewScriptLanguage = "graphql"
	NewScriptLanguageMysql      NewScriptLanguage = "mysql"
	NewScriptLanguageNativets   NewScriptLanguage = "nativets"
	NewScriptLanguagePostgresql NewScriptLanguage = "postgresql"
	NewScriptLanguagePython3    NewScriptLanguage = "python3"
)

Defines values for NewScriptLanguage.

type NewScriptWithDraft added in v1.92.2

type NewScriptWithDraft struct {
	ConcurrencyTimeWindowS *[]int                     `json:"concurrency_time_window_s,omitempty"`
	ConcurrentLimit        *[]int                     `json:"concurrent_limit,omitempty"`
	Content                string                     `json:"content"`
	Description            string                     `json:"description"`
	Draft                  *NewScript                 `json:"draft,omitempty"`
	DraftOnly              *bool                      `json:"draft_only,omitempty"`
	Envs                   *[]string                  `json:"envs,omitempty"`
	Hash                   string                     `json:"hash"`
	IsTemplate             *bool                      `json:"is_template,omitempty"`
	Kind                   *NewScriptWithDraftKind    `json:"kind,omitempty"`
	Language               NewScriptWithDraftLanguage `json:"language"`
	Lock                   *[]string                  `json:"lock,omitempty"`
	ParentHash             *string                    `json:"parent_hash,omitempty"`
	Path                   string                     `json:"path"`
	Schema                 *map[string]interface{}    `json:"schema,omitempty"`
	Summary                string                     `json:"summary"`
	Tag                    *string                    `json:"tag,omitempty"`
}

NewScriptWithDraft defines model for NewScriptWithDraft.

type NewScriptWithDraftKind added in v1.92.2

type NewScriptWithDraftKind string

NewScriptWithDraftKind defines model for NewScriptWithDraft.Kind.

const (
	NewScriptWithDraftKindApproval NewScriptWithDraftKind = "approval"
	NewScriptWithDraftKindCommand  NewScriptWithDraftKind = "command"
	NewScriptWithDraftKindFailure  NewScriptWithDraftKind = "failure"
	NewScriptWithDraftKindScript   NewScriptWithDraftKind = "script"
	NewScriptWithDraftKindTrigger  NewScriptWithDraftKind = "trigger"
)

Defines values for NewScriptWithDraftKind.

type NewScriptWithDraftLanguage added in v1.92.2

type NewScriptWithDraftLanguage string

NewScriptWithDraftLanguage defines model for NewScriptWithDraft.Language.

const (
	NewScriptWithDraftLanguageBash       NewScriptWithDraftLanguage = "bash"
	NewScriptWithDraftLanguageBun        NewScriptWithDraftLanguage = "bun"
	NewScriptWithDraftLanguageDeno       NewScriptWithDraftLanguage = "deno"
	NewScriptWithDraftLanguageGo         NewScriptWithDraftLanguage = "go"
	NewScriptWithDraftLanguageGraphql    NewScriptWithDraftLanguage = "graphql"
	NewScriptWithDraftLanguageMysql      NewScriptWithDraftLanguage = "mysql"
	NewScriptWithDraftLanguageNativets   NewScriptWithDraftLanguage = "nativets"
	NewScriptWithDraftLanguagePostgresql NewScriptWithDraftLanguage = "postgresql"
	NewScriptWithDraftLanguagePython3    NewScriptWithDraftLanguage = "python3"
)

Defines values for NewScriptWithDraftLanguage.

type NewToken

type NewToken struct {
	Expiration *time.Time `json:"expiration,omitempty"`
	Label      *string    `json:"label,omitempty"`
	Scopes     *[]string  `json:"scopes,omitempty"`
}

NewToken defines model for NewToken.

type NewTokenImpersonate added in v1.86.0

type NewTokenImpersonate struct {
	Expiration       *time.Time `json:"expiration,omitempty"`
	ImpersonateEmail string     `json:"impersonate_email"`
	Label            *string    `json:"label,omitempty"`
}

NewTokenImpersonate defines model for NewTokenImpersonate.

type NewUser

type NewUser struct {
	Email    string `json:"email"`
	IsAdmin  bool   `json:"is_admin"`
	Username string `json:"username"`
}

NewUser defines model for NewUser.

type OpenFlow

type OpenFlow struct {
	Description *string                 `json:"description,omitempty"`
	Schema      *map[string]interface{} `json:"schema,omitempty"`
	Summary     string                  `json:"summary"`
	Value       FlowValue               `json:"value"`
}

OpenFlow defines model for OpenFlow.

type OpenFlowWPath

type OpenFlowWPath struct {
	Description *string                 `json:"description,omitempty"`
	Path        string                  `json:"path"`
	Schema      *map[string]interface{} `json:"schema,omitempty"`
	Summary     string                  `json:"summary"`
	Value       FlowValue               `json:"value"`
}

OpenFlowWPath defines model for OpenFlowWPath.

type OpenaiSyncFlowByPathJSONBody added in v1.109.1

type OpenaiSyncFlowByPathJSONBody = ScriptArgs

OpenaiSyncFlowByPathJSONBody defines parameters for OpenaiSyncFlowByPath.

type OpenaiSyncFlowByPathJSONRequestBody added in v1.109.1

type OpenaiSyncFlowByPathJSONRequestBody = OpenaiSyncFlowByPathJSONBody

OpenaiSyncFlowByPathJSONRequestBody defines body for OpenaiSyncFlowByPath for application/json ContentType.

type OpenaiSyncFlowByPathParams added in v1.109.1

type OpenaiSyncFlowByPathParams struct {
	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// The maximum size of the queue for which the request would get rejected if that job would push it above that limit
	QueueLimit *QueueLimit `form:"queue_limit,omitempty" json:"queue_limit,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`
}

OpenaiSyncFlowByPathParams defines parameters for OpenaiSyncFlowByPath.

type OpenaiSyncFlowByPathResponse added in v1.109.1

type OpenaiSyncFlowByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseOpenaiSyncFlowByPathResponse added in v1.109.1

func ParseOpenaiSyncFlowByPathResponse(rsp *http.Response) (*OpenaiSyncFlowByPathResponse, error)

ParseOpenaiSyncFlowByPathResponse parses an HTTP response from a OpenaiSyncFlowByPathWithResponse call

func (OpenaiSyncFlowByPathResponse) Status added in v1.109.1

Status returns HTTPResponse.Status

func (OpenaiSyncFlowByPathResponse) StatusCode added in v1.109.1

func (r OpenaiSyncFlowByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type OpenaiSyncScriptByPathJSONBody added in v1.109.1

type OpenaiSyncScriptByPathJSONBody = ScriptArgs

OpenaiSyncScriptByPathJSONBody defines parameters for OpenaiSyncScriptByPath.

type OpenaiSyncScriptByPathJSONRequestBody added in v1.109.1

type OpenaiSyncScriptByPathJSONRequestBody = OpenaiSyncScriptByPathJSONBody

OpenaiSyncScriptByPathJSONRequestBody defines body for OpenaiSyncScriptByPath for application/json ContentType.

type OpenaiSyncScriptByPathParams added in v1.109.1

type OpenaiSyncScriptByPathParams struct {
	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`

	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// The maximum size of the queue for which the request would get rejected if that job would push it above that limit
	QueueLimit *QueueLimit `form:"queue_limit,omitempty" json:"queue_limit,omitempty"`
}

OpenaiSyncScriptByPathParams defines parameters for OpenaiSyncScriptByPath.

type OpenaiSyncScriptByPathResponse added in v1.109.1

type OpenaiSyncScriptByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseOpenaiSyncScriptByPathResponse added in v1.109.1

func ParseOpenaiSyncScriptByPathResponse(rsp *http.Response) (*OpenaiSyncScriptByPathResponse, error)

ParseOpenaiSyncScriptByPathResponse parses an HTTP response from a OpenaiSyncScriptByPathWithResponse call

func (OpenaiSyncScriptByPathResponse) Status added in v1.109.1

Status returns HTTPResponse.Status

func (OpenaiSyncScriptByPathResponse) StatusCode added in v1.109.1

func (r OpenaiSyncScriptByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Operation

type Operation = string

Operation defines model for Operation.

type OrderDesc

type OrderDesc = bool

OrderDesc defines model for OrderDesc.

type Page

type Page = int

Page defines model for Page.

type ParentJob

type ParentJob = openapi_types.UUID

ParentJob defines model for ParentJob.

type Path

type Path = string

Path defines model for Path.

type PathFlow added in v1.54.0

type PathFlow struct {
	InputTransforms PathFlow_InputTransforms `json:"input_transforms"`
	Path            string                   `json:"path"`
	Type            PathFlowType             `json:"type"`
}

PathFlow defines model for PathFlow.

type PathFlowType added in v1.54.0

type PathFlowType string

PathFlowType defines model for PathFlow.Type.

const (
	PathFlowTypeFlow PathFlowType = "flow"
)

Defines values for PathFlowType.

type PathFlow_InputTransforms added in v1.54.0

type PathFlow_InputTransforms struct {
	AdditionalProperties map[string]InputTransform `json:"-"`
}

PathFlow_InputTransforms defines model for PathFlow.InputTransforms.

func (PathFlow_InputTransforms) Get added in v1.54.0

func (a PathFlow_InputTransforms) Get(fieldName string) (value InputTransform, found bool)

Getter for additional properties for PathFlow_InputTransforms. Returns the specified element and whether it was found

func (PathFlow_InputTransforms) MarshalJSON added in v1.54.0

func (a PathFlow_InputTransforms) MarshalJSON() ([]byte, error)

Override default JSON handling for PathFlow_InputTransforms to handle AdditionalProperties

func (*PathFlow_InputTransforms) Set added in v1.54.0

func (a *PathFlow_InputTransforms) Set(fieldName string, value InputTransform)

Setter for additional properties for PathFlow_InputTransforms

func (*PathFlow_InputTransforms) UnmarshalJSON added in v1.54.0

func (a *PathFlow_InputTransforms) UnmarshalJSON(b []byte) error

Override default JSON handling for PathFlow_InputTransforms to handle AdditionalProperties

type PathId

type PathId = int

PathId defines model for PathId.

type PathScript

type PathScript struct {
	Hash            *string                    `json:"hash,omitempty"`
	InputTransforms PathScript_InputTransforms `json:"input_transforms"`
	Path            string                     `json:"path"`
	Type            PathScriptType             `json:"type"`
}

PathScript defines model for PathScript.

type PathScriptType

type PathScriptType string

PathScriptType defines model for PathScript.Type.

const (
	PathScriptTypeScript PathScriptType = "script"
)

Defines values for PathScriptType.

type PathScript_InputTransforms added in v1.39.0

type PathScript_InputTransforms struct {
	AdditionalProperties map[string]InputTransform `json:"-"`
}

PathScript_InputTransforms defines model for PathScript.InputTransforms.

func (PathScript_InputTransforms) Get added in v1.39.0

func (a PathScript_InputTransforms) Get(fieldName string) (value InputTransform, found bool)

Getter for additional properties for PathScript_InputTransforms. Returns the specified element and whether it was found

func (PathScript_InputTransforms) MarshalJSON added in v1.39.0

func (a PathScript_InputTransforms) MarshalJSON() ([]byte, error)

Override default JSON handling for PathScript_InputTransforms to handle AdditionalProperties

func (*PathScript_InputTransforms) Set added in v1.39.0

func (a *PathScript_InputTransforms) Set(fieldName string, value InputTransform)

Setter for additional properties for PathScript_InputTransforms

func (*PathScript_InputTransforms) UnmarshalJSON added in v1.39.0

func (a *PathScript_InputTransforms) UnmarshalJSON(b []byte) error

Override default JSON handling for PathScript_InputTransforms to handle AdditionalProperties

type Payload added in v1.86.0

type Payload = string

Payload defines model for Payload.

type PerPage

type PerPage = int

PerPage defines model for PerPage.

type Policy added in v1.46.1

type Policy struct {
	ExecutionMode   *PolicyExecutionMode `json:"execution_mode,omitempty"`
	OnBehalfOf      *string              `json:"on_behalf_of,omitempty"`
	OnBehalfOfEmail *string              `json:"on_behalf_of_email,omitempty"`
	Triggerables    *Policy_Triggerables `json:"triggerables,omitempty"`
}

Policy defines model for Policy.

type PolicyExecutionMode added in v1.46.1

type PolicyExecutionMode string

PolicyExecutionMode defines model for Policy.ExecutionMode.

const (
	PolicyExecutionModeAnonymous PolicyExecutionMode = "anonymous"
	PolicyExecutionModePublisher PolicyExecutionMode = "publisher"
	PolicyExecutionModeViewer    PolicyExecutionMode = "viewer"
)

Defines values for PolicyExecutionMode.

type Policy_Triggerables added in v1.46.1

type Policy_Triggerables struct {
	AdditionalProperties map[string]map[string]interface{} `json:"-"`
}

Policy_Triggerables defines model for Policy.Triggerables.

func (Policy_Triggerables) Get added in v1.46.1

func (a Policy_Triggerables) Get(fieldName string) (value map[string]interface{}, found bool)

Getter for additional properties for Policy_Triggerables. Returns the specified element and whether it was found

func (Policy_Triggerables) MarshalJSON added in v1.46.1

func (a Policy_Triggerables) MarshalJSON() ([]byte, error)

Override default JSON handling for Policy_Triggerables to handle AdditionalProperties

func (*Policy_Triggerables) Set added in v1.46.1

func (a *Policy_Triggerables) Set(fieldName string, value map[string]interface{})

Setter for additional properties for Policy_Triggerables

func (*Policy_Triggerables) UnmarshalJSON added in v1.46.1

func (a *Policy_Triggerables) UnmarshalJSON(b []byte) error

Override default JSON handling for Policy_Triggerables to handle AdditionalProperties

type Preview

type Preview struct {
	Args     ScriptArgs       `json:"args"`
	Content  *string          `json:"content,omitempty"`
	Kind     *PreviewKind     `json:"kind,omitempty"`
	Language *PreviewLanguage `json:"language,omitempty"`
	Path     *string          `json:"path,omitempty"`
	Tag      *string          `json:"tag,omitempty"`
}

Preview defines model for Preview.

type PreviewKind added in v1.123.1

type PreviewKind string

PreviewKind defines model for Preview.Kind.

const (
	PreviewKindCode     PreviewKind = "code"
	PreviewKindHttp     PreviewKind = "http"
	PreviewKindIdentity PreviewKind = "identity"
)

Defines values for PreviewKind.

type PreviewLanguage

type PreviewLanguage string

PreviewLanguage defines model for Preview.Language.

const (
	PreviewLanguageBash       PreviewLanguage = "bash"
	PreviewLanguageBun        PreviewLanguage = "bun"
	PreviewLanguageDeno       PreviewLanguage = "deno"
	PreviewLanguageGo         PreviewLanguage = "go"
	PreviewLanguageGraphql    PreviewLanguage = "graphql"
	PreviewLanguageMysql      PreviewLanguage = "mysql"
	PreviewLanguageNativets   PreviewLanguage = "nativets"
	PreviewLanguagePostgresql PreviewLanguage = "postgresql"
	PreviewLanguagePython3    PreviewLanguage = "python3"
)

Defines values for PreviewLanguage.

type PreviewScheduleJSONBody

type PreviewScheduleJSONBody struct {
	Schedule string `json:"schedule"`
	Timezone string `json:"timezone"`
}

PreviewScheduleJSONBody defines parameters for PreviewSchedule.

type PreviewScheduleJSONRequestBody

type PreviewScheduleJSONRequestBody PreviewScheduleJSONBody

PreviewScheduleJSONRequestBody defines body for PreviewSchedule for application/json ContentType.

type PreviewScheduleResponse

type PreviewScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]time.Time
}

func ParsePreviewScheduleResponse

func ParsePreviewScheduleResponse(rsp *http.Response) (*PreviewScheduleResponse, error)

ParsePreviewScheduleResponse parses an HTTP response from a PreviewScheduleWithResponse call

func (PreviewScheduleResponse) Status

func (r PreviewScheduleResponse) Status() string

Status returns HTTPResponse.Status

func (PreviewScheduleResponse) StatusCode

func (r PreviewScheduleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type QueueLimit added in v1.61.0

type QueueLimit = string

QueueLimit defines model for QueueLimit.

type QueuedJob

type QueuedJob struct {
	Args           *ScriptArgs         `json:"args,omitempty"`
	Canceled       bool                `json:"canceled"`
	CanceledBy     *string             `json:"canceled_by,omitempty"`
	CanceledReason *string             `json:"canceled_reason,omitempty"`
	CreatedAt      *time.Time          `json:"created_at,omitempty"`
	CreatedBy      *string             `json:"created_by,omitempty"`
	Email          string              `json:"email"`
	FlowStatus     *FlowStatus         `json:"flow_status,omitempty"`
	Id             openapi_types.UUID  `json:"id"`
	IsFlowStep     bool                `json:"is_flow_step"`
	JobKind        QueuedJobJobKind    `json:"job_kind"`
	Language       *QueuedJobLanguage  `json:"language,omitempty"`
	LastPing       *time.Time          `json:"last_ping,omitempty"`
	Logs           *string             `json:"logs,omitempty"`
	MemPeak        *int                `json:"mem_peak,omitempty"`
	ParentJob      *openapi_types.UUID `json:"parent_job,omitempty"`

	// The user (u/userfoo) or group (g/groupfoo) whom
	// the execution of this script will be permissioned_as and by extension its DT_TOKEN.
	PermissionedAs string     `json:"permissioned_as"`
	RawCode        *string    `json:"raw_code,omitempty"`
	RawFlow        *FlowValue `json:"raw_flow,omitempty"`
	Running        bool       `json:"running"`
	SchedulePath   *string    `json:"schedule_path,omitempty"`
	ScheduledFor   *time.Time `json:"scheduled_for,omitempty"`
	ScriptHash     *string    `json:"script_hash,omitempty"`
	ScriptPath     *string    `json:"script_path,omitempty"`
	StartedAt      *time.Time `json:"started_at,omitempty"`
	Tag            string     `json:"tag"`
	VisibleToOwner bool       `json:"visible_to_owner"`
	WorkspaceId    *string    `json:"workspace_id,omitempty"`
}

QueuedJob defines model for QueuedJob.

type QueuedJobJobKind

type QueuedJobJobKind string

QueuedJobJobKind defines model for QueuedJob.JobKind.

const (
	QueuedJobJobKindDependencies QueuedJobJobKind = "dependencies"
	QueuedJobJobKindFlow         QueuedJobJobKind = "flow"
	QueuedJobJobKindFlowpreview  QueuedJobJobKind = "flowpreview"
	QueuedJobJobKindHttp         QueuedJobJobKind = "http"
	QueuedJobJobKindIdentity     QueuedJobJobKind = "identity"
	QueuedJobJobKindPreview      QueuedJobJobKind = "preview"
	QueuedJobJobKindScript       QueuedJobJobKind = "script"
	QueuedJobJobKindScriptHub    QueuedJobJobKind = "script_hub"
)

Defines values for QueuedJobJobKind.

type QueuedJobLanguage

type QueuedJobLanguage string

QueuedJobLanguage defines model for QueuedJob.Language.

const (
	QueuedJobLanguageBash       QueuedJobLanguage = "bash"
	QueuedJobLanguageBun        QueuedJobLanguage = "bun"
	QueuedJobLanguageDeno       QueuedJobLanguage = "deno"
	QueuedJobLanguageGo         QueuedJobLanguage = "go"
	QueuedJobLanguageGraphql    QueuedJobLanguage = "graphql"
	QueuedJobLanguageMysql      QueuedJobLanguage = "mysql"
	QueuedJobLanguageNativets   QueuedJobLanguage = "nativets"
	QueuedJobLanguagePostgresql QueuedJobLanguage = "postgresql"
	QueuedJobLanguagePython3    QueuedJobLanguage = "python3"
)

Defines values for QueuedJobLanguage.

type RawScript

type RawScript struct {
	ConcurrencyTimeWindowS *float32                  `json:"concurrency_time_window_s,omitempty"`
	ConcurrentLimit        *float32                  `json:"concurrent_limit,omitempty"`
	Content                string                    `json:"content"`
	InputTransforms        RawScript_InputTransforms `json:"input_transforms"`
	Language               RawScriptLanguage         `json:"language"`
	Lock                   *string                   `json:"lock,omitempty"`
	Path                   *string                   `json:"path,omitempty"`
	Tag                    *string                   `json:"tag,omitempty"`
	Type                   RawScriptType             `json:"type"`
}

RawScript defines model for RawScript.

type RawScriptByHashResponse

type RawScriptByHashResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRawScriptByHashResponse

func ParseRawScriptByHashResponse(rsp *http.Response) (*RawScriptByHashResponse, error)

ParseRawScriptByHashResponse parses an HTTP response from a RawScriptByHashWithResponse call

func (RawScriptByHashResponse) Status

func (r RawScriptByHashResponse) Status() string

Status returns HTTPResponse.Status

func (RawScriptByHashResponse) StatusCode

func (r RawScriptByHashResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RawScriptByPathResponse

type RawScriptByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRawScriptByPathResponse

func ParseRawScriptByPathResponse(rsp *http.Response) (*RawScriptByPathResponse, error)

ParseRawScriptByPathResponse parses an HTTP response from a RawScriptByPathWithResponse call

func (RawScriptByPathResponse) Status

func (r RawScriptByPathResponse) Status() string

Status returns HTTPResponse.Status

func (RawScriptByPathResponse) StatusCode

func (r RawScriptByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RawScriptByPathTokenedResponse added in v1.86.0

type RawScriptByPathTokenedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRawScriptByPathTokenedResponse added in v1.86.0

func ParseRawScriptByPathTokenedResponse(rsp *http.Response) (*RawScriptByPathTokenedResponse, error)

ParseRawScriptByPathTokenedResponse parses an HTTP response from a RawScriptByPathTokenedWithResponse call

func (RawScriptByPathTokenedResponse) Status added in v1.86.0

Status returns HTTPResponse.Status

func (RawScriptByPathTokenedResponse) StatusCode added in v1.86.0

func (r RawScriptByPathTokenedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RawScriptLanguage

type RawScriptLanguage string

RawScriptLanguage defines model for RawScript.Language.

const (
	RawScriptLanguageBash       RawScriptLanguage = "bash"
	RawScriptLanguageDeno       RawScriptLanguage = "deno"
	RawScriptLanguageGo         RawScriptLanguage = "go"
	RawScriptLanguageGraphql    RawScriptLanguage = "graphql"
	RawScriptLanguageMysql      RawScriptLanguage = "mysql"
	RawScriptLanguageNativets   RawScriptLanguage = "nativets"
	RawScriptLanguagePostgresql RawScriptLanguage = "postgresql"
	RawScriptLanguagePython3    RawScriptLanguage = "python3"
)

Defines values for RawScriptLanguage.

type RawScriptType added in v1.38.4

type RawScriptType string

RawScriptType defines model for RawScript.Type.

const (
	Rawscript RawScriptType = "rawscript"
)

Defines values for RawScriptType.

type RawScript_InputTransforms added in v1.39.0

type RawScript_InputTransforms struct {
	AdditionalProperties map[string]InputTransform `json:"-"`
}

RawScript_InputTransforms defines model for RawScript.InputTransforms.

func (RawScript_InputTransforms) Get added in v1.39.0

func (a RawScript_InputTransforms) Get(fieldName string) (value InputTransform, found bool)

Getter for additional properties for RawScript_InputTransforms. Returns the specified element and whether it was found

func (RawScript_InputTransforms) MarshalJSON added in v1.39.0

func (a RawScript_InputTransforms) MarshalJSON() ([]byte, error)

Override default JSON handling for RawScript_InputTransforms to handle AdditionalProperties

func (*RawScript_InputTransforms) Set added in v1.39.0

func (a *RawScript_InputTransforms) Set(fieldName string, value InputTransform)

Setter for additional properties for RawScript_InputTransforms

func (*RawScript_InputTransforms) UnmarshalJSON added in v1.39.0

func (a *RawScript_InputTransforms) UnmarshalJSON(b []byte) error

Override default JSON handling for RawScript_InputTransforms to handle AdditionalProperties

type RefreshTokenJSONBody

type RefreshTokenJSONBody struct {
	Path string `json:"path"`
}

RefreshTokenJSONBody defines parameters for RefreshToken.

type RefreshTokenJSONRequestBody

type RefreshTokenJSONRequestBody RefreshTokenJSONBody

RefreshTokenJSONRequestBody defines body for RefreshToken for application/json ContentType.

type RefreshTokenResponse

type RefreshTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRefreshTokenResponse

func ParseRefreshTokenResponse(rsp *http.Response) (*RefreshTokenResponse, error)

ParseRefreshTokenResponse parses an HTTP response from a RefreshTokenWithResponse call

func (RefreshTokenResponse) Status

func (r RefreshTokenResponse) Status() string

Status returns HTTPResponse.Status

func (RefreshTokenResponse) StatusCode

func (r RefreshTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RemoveGranularAclsJSONBody

type RemoveGranularAclsJSONBody struct {
	Owner string `json:"owner"`
}

RemoveGranularAclsJSONBody defines parameters for RemoveGranularAcls.

type RemoveGranularAclsJSONRequestBody

type RemoveGranularAclsJSONRequestBody RemoveGranularAclsJSONBody

RemoveGranularAclsJSONRequestBody defines body for RemoveGranularAcls for application/json ContentType.

type RemoveGranularAclsParamsKind

type RemoveGranularAclsParamsKind string

RemoveGranularAclsParamsKind defines parameters for RemoveGranularAcls.

type RemoveGranularAclsResponse

type RemoveGranularAclsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveGranularAclsResponse

func ParseRemoveGranularAclsResponse(rsp *http.Response) (*RemoveGranularAclsResponse, error)

ParseRemoveGranularAclsResponse parses an HTTP response from a RemoveGranularAclsWithResponse call

func (RemoveGranularAclsResponse) Status

Status returns HTTPResponse.Status

func (RemoveGranularAclsResponse) StatusCode

func (r RemoveGranularAclsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RemoveOwnerToFolderJSONBody added in v1.56.0

type RemoveOwnerToFolderJSONBody struct {
	Owner *string `json:"owner,omitempty"`
}

RemoveOwnerToFolderJSONBody defines parameters for RemoveOwnerToFolder.

type RemoveOwnerToFolderJSONRequestBody added in v1.56.0

type RemoveOwnerToFolderJSONRequestBody RemoveOwnerToFolderJSONBody

RemoveOwnerToFolderJSONRequestBody defines body for RemoveOwnerToFolder for application/json ContentType.

type RemoveOwnerToFolderResponse added in v1.56.0

type RemoveOwnerToFolderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveOwnerToFolderResponse added in v1.56.0

func ParseRemoveOwnerToFolderResponse(rsp *http.Response) (*RemoveOwnerToFolderResponse, error)

ParseRemoveOwnerToFolderResponse parses an HTTP response from a RemoveOwnerToFolderWithResponse call

func (RemoveOwnerToFolderResponse) Status added in v1.56.0

Status returns HTTPResponse.Status

func (RemoveOwnerToFolderResponse) StatusCode added in v1.56.0

func (r RemoveOwnerToFolderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RemoveUserToGroupJSONBody

type RemoveUserToGroupJSONBody struct {
	Username *string `json:"username,omitempty"`
}

RemoveUserToGroupJSONBody defines parameters for RemoveUserToGroup.

type RemoveUserToGroupJSONRequestBody

type RemoveUserToGroupJSONRequestBody RemoveUserToGroupJSONBody

RemoveUserToGroupJSONRequestBody defines body for RemoveUserToGroup for application/json ContentType.

type RemoveUserToGroupResponse

type RemoveUserToGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveUserToGroupResponse

func ParseRemoveUserToGroupResponse(rsp *http.Response) (*RemoveUserToGroupResponse, error)

ParseRemoveUserToGroupResponse parses an HTTP response from a RemoveUserToGroupWithResponse call

func (RemoveUserToGroupResponse) Status

func (r RemoveUserToGroupResponse) Status() string

Status returns HTTPResponse.Status

func (RemoveUserToGroupResponse) StatusCode

func (r RemoveUserToGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RequestEditorFn

type RequestEditorFn func(ctx context.Context, req *http.Request) error

RequestEditorFn is the function signature for the RequestEditor callback function

type Resource

type Resource struct {
	Description  *string              `json:"description,omitempty"`
	ExtraPerms   *Resource_ExtraPerms `json:"extra_perms,omitempty"`
	IsOauth      bool                 `json:"is_oauth"`
	Path         string               `json:"path"`
	ResourceType string               `json:"resource_type"`
	Value        *interface{}         `json:"value,omitempty"`
	WorkspaceId  *string              `json:"workspace_id,omitempty"`
}

Resource defines model for Resource.

type ResourceName added in v1.43.0

type ResourceName = string

ResourceName defines model for ResourceName.

type ResourceType

type ResourceType struct {
	Description *string      `json:"description,omitempty"`
	Name        string       `json:"name"`
	Schema      *interface{} `json:"schema,omitempty"`
	WorkspaceId *string      `json:"workspace_id,omitempty"`
}

ResourceType defines model for ResourceType.

type Resource_ExtraPerms

type Resource_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

Resource_ExtraPerms defines model for Resource.ExtraPerms.

func (Resource_ExtraPerms) Get

func (a Resource_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for Resource_ExtraPerms. Returns the specified element and whether it was found

func (Resource_ExtraPerms) MarshalJSON

func (a Resource_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for Resource_ExtraPerms to handle AdditionalProperties

func (*Resource_ExtraPerms) Set

func (a *Resource_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for Resource_ExtraPerms

func (*Resource_ExtraPerms) UnmarshalJSON

func (a *Resource_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for Resource_ExtraPerms to handle AdditionalProperties

type ResultByIdResponse added in v1.43.0

type ResultByIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseResultByIdResponse added in v1.43.0

func ParseResultByIdResponse(rsp *http.Response) (*ResultByIdResponse, error)

ParseResultByIdResponse parses an HTTP response from a ResultByIdWithResponse call

func (ResultByIdResponse) Status added in v1.43.0

func (r ResultByIdResponse) Status() string

Status returns HTTPResponse.Status

func (ResultByIdResponse) StatusCode added in v1.43.0

func (r ResultByIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ResultFilter added in v1.75.0

type ResultFilter = string

ResultFilter defines model for ResultFilter.

type ResumeSuspendedFlowAsOwnerJSONBody added in v1.57.0

type ResumeSuspendedFlowAsOwnerJSONBody = map[string]interface{}

ResumeSuspendedFlowAsOwnerJSONBody defines parameters for ResumeSuspendedFlowAsOwner.

type ResumeSuspendedFlowAsOwnerJSONRequestBody added in v1.57.0

type ResumeSuspendedFlowAsOwnerJSONRequestBody = ResumeSuspendedFlowAsOwnerJSONBody

ResumeSuspendedFlowAsOwnerJSONRequestBody defines body for ResumeSuspendedFlowAsOwner for application/json ContentType.

type ResumeSuspendedFlowAsOwnerResponse added in v1.57.0

type ResumeSuspendedFlowAsOwnerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseResumeSuspendedFlowAsOwnerResponse added in v1.57.0

func ParseResumeSuspendedFlowAsOwnerResponse(rsp *http.Response) (*ResumeSuspendedFlowAsOwnerResponse, error)

ParseResumeSuspendedFlowAsOwnerResponse parses an HTTP response from a ResumeSuspendedFlowAsOwnerWithResponse call

func (ResumeSuspendedFlowAsOwnerResponse) Status added in v1.57.0

Status returns HTTPResponse.Status

func (ResumeSuspendedFlowAsOwnerResponse) StatusCode added in v1.57.0

func (r ResumeSuspendedFlowAsOwnerResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ResumeSuspendedJobGetParams

type ResumeSuspendedJobGetParams struct {
	// The base64 encoded payload that has been encoded as a JSON. e.g how to encode such payload encodeURIComponent
	// `encodeURIComponent(btoa(JSON.stringify({a: 2})))`
	Payload  *Payload `form:"payload,omitempty" json:"payload,omitempty"`
	Approver *string  `form:"approver,omitempty" json:"approver,omitempty"`
}

ResumeSuspendedJobGetParams defines parameters for ResumeSuspendedJobGet.

type ResumeSuspendedJobGetResponse

type ResumeSuspendedJobGetResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseResumeSuspendedJobGetResponse

func ParseResumeSuspendedJobGetResponse(rsp *http.Response) (*ResumeSuspendedJobGetResponse, error)

ParseResumeSuspendedJobGetResponse parses an HTTP response from a ResumeSuspendedJobGetWithResponse call

func (ResumeSuspendedJobGetResponse) Status

Status returns HTTPResponse.Status

func (ResumeSuspendedJobGetResponse) StatusCode

func (r ResumeSuspendedJobGetResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ResumeSuspendedJobPostJSONBody

type ResumeSuspendedJobPostJSONBody = map[string]interface{}

ResumeSuspendedJobPostJSONBody defines parameters for ResumeSuspendedJobPost.

type ResumeSuspendedJobPostJSONRequestBody

type ResumeSuspendedJobPostJSONRequestBody = ResumeSuspendedJobPostJSONBody

ResumeSuspendedJobPostJSONRequestBody defines body for ResumeSuspendedJobPost for application/json ContentType.

type ResumeSuspendedJobPostParams added in v1.41.0

type ResumeSuspendedJobPostParams struct {
	Approver *string `form:"approver,omitempty" json:"approver,omitempty"`
}

ResumeSuspendedJobPostParams defines parameters for ResumeSuspendedJobPost.

type ResumeSuspendedJobPostResponse

type ResumeSuspendedJobPostResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseResumeSuspendedJobPostResponse

func ParseResumeSuspendedJobPostResponse(rsp *http.Response) (*ResumeSuspendedJobPostResponse, error)

ParseResumeSuspendedJobPostResponse parses an HTTP response from a ResumeSuspendedJobPostWithResponse call

func (ResumeSuspendedJobPostResponse) Status

Status returns HTTPResponse.Status

func (ResumeSuspendedJobPostResponse) StatusCode

func (r ResumeSuspendedJobPostResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Retry

type Retry struct {
	Constant *struct {
		Attempts *int `json:"attempts,omitempty"`
		Seconds  *int `json:"seconds,omitempty"`
	} `json:"constant,omitempty"`
	Exponential *struct {
		Attempts   *int `json:"attempts,omitempty"`
		Multiplier *int `json:"multiplier,omitempty"`
		Seconds    *int `json:"seconds,omitempty"`
	} `json:"exponential,omitempty"`
}

Retry defines model for Retry.

type RunFlowByPathJSONBody

type RunFlowByPathJSONBody = ScriptArgs

RunFlowByPathJSONBody defines parameters for RunFlowByPath.

type RunFlowByPathJSONRequestBody

type RunFlowByPathJSONRequestBody = RunFlowByPathJSONBody

RunFlowByPathJSONRequestBody defines body for RunFlowByPath for application/json ContentType.

type RunFlowByPathParams

type RunFlowByPathParams struct {
	// when to schedule this job (leave empty for immediate run)
	ScheduledFor *time.Time `form:"scheduled_for,omitempty" json:"scheduled_for,omitempty"`

	// schedule the script to execute in the number of seconds starting now
	ScheduledInSecs *int `form:"scheduled_in_secs,omitempty" json:"scheduled_in_secs,omitempty"`

	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`

	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// make the run invisible to the the flow owner (default false)
	InvisibleToOwner *bool `form:"invisible_to_owner,omitempty" json:"invisible_to_owner,omitempty"`
}

RunFlowByPathParams defines parameters for RunFlowByPath.

type RunFlowByPathResponse

type RunFlowByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRunFlowByPathResponse

func ParseRunFlowByPathResponse(rsp *http.Response) (*RunFlowByPathResponse, error)

ParseRunFlowByPathResponse parses an HTTP response from a RunFlowByPathWithResponse call

func (RunFlowByPathResponse) Status

func (r RunFlowByPathResponse) Status() string

Status returns HTTPResponse.Status

func (RunFlowByPathResponse) StatusCode

func (r RunFlowByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RunFlowPreviewJSONBody

type RunFlowPreviewJSONBody = FlowPreview

RunFlowPreviewJSONBody defines parameters for RunFlowPreview.

type RunFlowPreviewJSONRequestBody

type RunFlowPreviewJSONRequestBody = RunFlowPreviewJSONBody

RunFlowPreviewJSONRequestBody defines body for RunFlowPreview for application/json ContentType.

type RunFlowPreviewParams added in v1.54.0

type RunFlowPreviewParams struct {
	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// make the run invisible to the the script owner (default false)
	InvisibleToOwner *bool `form:"invisible_to_owner,omitempty" json:"invisible_to_owner,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`
}

RunFlowPreviewParams defines parameters for RunFlowPreview.

type RunFlowPreviewResponse

type RunFlowPreviewResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRunFlowPreviewResponse

func ParseRunFlowPreviewResponse(rsp *http.Response) (*RunFlowPreviewResponse, error)

ParseRunFlowPreviewResponse parses an HTTP response from a RunFlowPreviewWithResponse call

func (RunFlowPreviewResponse) Status

func (r RunFlowPreviewResponse) Status() string

Status returns HTTPResponse.Status

func (RunFlowPreviewResponse) StatusCode

func (r RunFlowPreviewResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RunScriptByHashJSONBody

type RunScriptByHashJSONBody = map[string]interface{}

RunScriptByHashJSONBody defines parameters for RunScriptByHash.

type RunScriptByHashJSONRequestBody

type RunScriptByHashJSONRequestBody = RunScriptByHashJSONBody

RunScriptByHashJSONRequestBody defines body for RunScriptByHash for application/json ContentType.

type RunScriptByHashParams

type RunScriptByHashParams struct {
	// when to schedule this job (leave empty for immediate run)
	ScheduledFor *time.Time `form:"scheduled_for,omitempty" json:"scheduled_for,omitempty"`

	// schedule the script to execute in the number of seconds starting now
	ScheduledInSecs *int `form:"scheduled_in_secs,omitempty" json:"scheduled_in_secs,omitempty"`

	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`

	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// make the run invisible to the the script owner (default false)
	InvisibleToOwner *bool `form:"invisible_to_owner,omitempty" json:"invisible_to_owner,omitempty"`
}

RunScriptByHashParams defines parameters for RunScriptByHash.

type RunScriptByHashResponse

type RunScriptByHashResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRunScriptByHashResponse

func ParseRunScriptByHashResponse(rsp *http.Response) (*RunScriptByHashResponse, error)

ParseRunScriptByHashResponse parses an HTTP response from a RunScriptByHashWithResponse call

func (RunScriptByHashResponse) Status

func (r RunScriptByHashResponse) Status() string

Status returns HTTPResponse.Status

func (RunScriptByHashResponse) StatusCode

func (r RunScriptByHashResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RunScriptByPathJSONBody

type RunScriptByPathJSONBody = ScriptArgs

RunScriptByPathJSONBody defines parameters for RunScriptByPath.

type RunScriptByPathJSONRequestBody

type RunScriptByPathJSONRequestBody = RunScriptByPathJSONBody

RunScriptByPathJSONRequestBody defines body for RunScriptByPath for application/json ContentType.

type RunScriptByPathParams

type RunScriptByPathParams struct {
	// when to schedule this job (leave empty for immediate run)
	ScheduledFor *time.Time `form:"scheduled_for,omitempty" json:"scheduled_for,omitempty"`

	// schedule the script to execute in the number of seconds starting now
	ScheduledInSecs *int `form:"scheduled_in_secs,omitempty" json:"scheduled_in_secs,omitempty"`

	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`

	// make the run invisible to the the script owner (default false)
	InvisibleToOwner *bool `form:"invisible_to_owner,omitempty" json:"invisible_to_owner,omitempty"`
}

RunScriptByPathParams defines parameters for RunScriptByPath.

type RunScriptByPathResponse

type RunScriptByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRunScriptByPathResponse

func ParseRunScriptByPathResponse(rsp *http.Response) (*RunScriptByPathResponse, error)

ParseRunScriptByPathResponse parses an HTTP response from a RunScriptByPathWithResponse call

func (RunScriptByPathResponse) Status

func (r RunScriptByPathResponse) Status() string

Status returns HTTPResponse.Status

func (RunScriptByPathResponse) StatusCode

func (r RunScriptByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RunScriptPreviewJSONBody

type RunScriptPreviewJSONBody = Preview

RunScriptPreviewJSONBody defines parameters for RunScriptPreview.

type RunScriptPreviewJSONRequestBody

type RunScriptPreviewJSONRequestBody = RunScriptPreviewJSONBody

RunScriptPreviewJSONRequestBody defines body for RunScriptPreview for application/json ContentType.

type RunScriptPreviewParams added in v1.54.0

type RunScriptPreviewParams struct {
	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// make the run invisible to the the script owner (default false)
	InvisibleToOwner *bool `form:"invisible_to_owner,omitempty" json:"invisible_to_owner,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`
}

RunScriptPreviewParams defines parameters for RunScriptPreview.

type RunScriptPreviewResponse

type RunScriptPreviewResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRunScriptPreviewResponse

func ParseRunScriptPreviewResponse(rsp *http.Response) (*RunScriptPreviewResponse, error)

ParseRunScriptPreviewResponse parses an HTTP response from a RunScriptPreviewWithResponse call

func (RunScriptPreviewResponse) Status

func (r RunScriptPreviewResponse) Status() string

Status returns HTTPResponse.Status

func (RunScriptPreviewResponse) StatusCode

func (r RunScriptPreviewResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RunWaitResultFlowByPathJSONBody added in v1.61.0

type RunWaitResultFlowByPathJSONBody = ScriptArgs

RunWaitResultFlowByPathJSONBody defines parameters for RunWaitResultFlowByPath.

type RunWaitResultFlowByPathJSONRequestBody added in v1.61.0

type RunWaitResultFlowByPathJSONRequestBody = RunWaitResultFlowByPathJSONBody

RunWaitResultFlowByPathJSONRequestBody defines body for RunWaitResultFlowByPath for application/json ContentType.

type RunWaitResultFlowByPathParams added in v1.61.0

type RunWaitResultFlowByPathParams struct {
	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// The maximum size of the queue for which the request would get rejected if that job would push it above that limit
	QueueLimit *QueueLimit `form:"queue_limit,omitempty" json:"queue_limit,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`
}

RunWaitResultFlowByPathParams defines parameters for RunWaitResultFlowByPath.

type RunWaitResultFlowByPathResponse added in v1.61.0

type RunWaitResultFlowByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseRunWaitResultFlowByPathResponse added in v1.61.0

func ParseRunWaitResultFlowByPathResponse(rsp *http.Response) (*RunWaitResultFlowByPathResponse, error)

ParseRunWaitResultFlowByPathResponse parses an HTTP response from a RunWaitResultFlowByPathWithResponse call

func (RunWaitResultFlowByPathResponse) Status added in v1.61.0

Status returns HTTPResponse.Status

func (RunWaitResultFlowByPathResponse) StatusCode added in v1.61.0

func (r RunWaitResultFlowByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RunWaitResultScriptByPathGetParams added in v1.86.0

type RunWaitResultScriptByPathGetParams struct {
	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`

	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// The maximum size of the queue for which the request would get rejected if that job would push it above that limit
	QueueLimit *QueueLimit `form:"queue_limit,omitempty" json:"queue_limit,omitempty"`

	// The base64 encoded payload that has been encoded as a JSON. e.g how to encode such payload encodeURIComponent
	// `encodeURIComponent(btoa(JSON.stringify({a: 2})))`
	Payload *Payload `form:"payload,omitempty" json:"payload,omitempty"`
}

RunWaitResultScriptByPathGetParams defines parameters for RunWaitResultScriptByPathGet.

type RunWaitResultScriptByPathGetResponse added in v1.86.0

type RunWaitResultScriptByPathGetResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseRunWaitResultScriptByPathGetResponse added in v1.86.0

func ParseRunWaitResultScriptByPathGetResponse(rsp *http.Response) (*RunWaitResultScriptByPathGetResponse, error)

ParseRunWaitResultScriptByPathGetResponse parses an HTTP response from a RunWaitResultScriptByPathGetWithResponse call

func (RunWaitResultScriptByPathGetResponse) Status added in v1.86.0

Status returns HTTPResponse.Status

func (RunWaitResultScriptByPathGetResponse) StatusCode added in v1.86.0

StatusCode returns HTTPResponse.StatusCode

type RunWaitResultScriptByPathJSONBody

type RunWaitResultScriptByPathJSONBody = ScriptArgs

RunWaitResultScriptByPathJSONBody defines parameters for RunWaitResultScriptByPath.

type RunWaitResultScriptByPathJSONRequestBody

type RunWaitResultScriptByPathJSONRequestBody = RunWaitResultScriptByPathJSONBody

RunWaitResultScriptByPathJSONRequestBody defines body for RunWaitResultScriptByPath for application/json ContentType.

type RunWaitResultScriptByPathParams

type RunWaitResultScriptByPathParams struct {
	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`

	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// The maximum size of the queue for which the request would get rejected if that job would push it above that limit
	QueueLimit *QueueLimit `form:"queue_limit,omitempty" json:"queue_limit,omitempty"`
}

RunWaitResultScriptByPathParams defines parameters for RunWaitResultScriptByPath.

type RunWaitResultScriptByPathResponse

type RunWaitResultScriptByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseRunWaitResultScriptByPathResponse

func ParseRunWaitResultScriptByPathResponse(rsp *http.Response) (*RunWaitResultScriptByPathResponse, error)

ParseRunWaitResultScriptByPathResponse parses an HTTP response from a RunWaitResultScriptByPathWithResponse call

func (RunWaitResultScriptByPathResponse) Status

Status returns HTTPResponse.Status

func (RunWaitResultScriptByPathResponse) StatusCode

func (r RunWaitResultScriptByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RunnableId added in v1.88.0

type RunnableId = string

RunnableId defines model for RunnableId.

type RunnableType added in v1.88.0

type RunnableType string

RunnableType defines model for RunnableType.

const (
	RunnableTypeFlowPath   RunnableType = "FlowPath"
	RunnableTypeScriptHash RunnableType = "ScriptHash"
	RunnableTypeScriptPath RunnableType = "ScriptPath"
)

Defines values for RunnableType.

type RunnableTypeQuery added in v1.126.0

type RunnableTypeQuery = RunnableType

RunnableTypeQuery defines model for RunnableTypeQuery.

type Running added in v1.60.0

type Running = bool

Running defines model for Running.

type Schedule

type Schedule struct {
	Args       *ScriptArgs         `json:"args,omitempty"`
	EditedAt   time.Time           `json:"edited_at"`
	EditedBy   string              `json:"edited_by"`
	Email      string              `json:"email"`
	Enabled    bool                `json:"enabled"`
	Error      *string             `json:"error,omitempty"`
	ExtraPerms Schedule_ExtraPerms `json:"extra_perms"`
	IsFlow     bool                `json:"is_flow"`
	OnFailure  *string             `json:"on_failure,omitempty"`
	Path       string              `json:"path"`
	Schedule   string              `json:"schedule"`
	ScriptPath string              `json:"script_path"`
	Timezone   string              `json:"timezone"`
}

Schedule defines model for Schedule.

type SchedulePath added in v1.113.0

type SchedulePath = string

SchedulePath defines model for SchedulePath.

type ScheduleWJobs added in v1.113.0

type ScheduleWJobs struct {
	Args       *ScriptArgs              `json:"args,omitempty"`
	EditedAt   time.Time                `json:"edited_at"`
	EditedBy   string                   `json:"edited_by"`
	Email      string                   `json:"email"`
	Enabled    bool                     `json:"enabled"`
	Error      *string                  `json:"error,omitempty"`
	ExtraPerms ScheduleWJobs_ExtraPerms `json:"extra_perms"`
	IsFlow     bool                     `json:"is_flow"`
	Jobs       *[]struct {
		DurationMs float32 `json:"duration_ms"`
		Id         string  `json:"id"`
		Success    bool    `json:"success"`
	} `json:"jobs,omitempty"`
	OnFailure  *string `json:"on_failure,omitempty"`
	Path       string  `json:"path"`
	Schedule   string  `json:"schedule"`
	ScriptPath string  `json:"script_path"`
	Timezone   string  `json:"timezone"`
}

ScheduleWJobs defines model for ScheduleWJobs.

type ScheduleWJobs_ExtraPerms added in v1.113.0

type ScheduleWJobs_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

ScheduleWJobs_ExtraPerms defines model for ScheduleWJobs.ExtraPerms.

func (ScheduleWJobs_ExtraPerms) Get added in v1.113.0

func (a ScheduleWJobs_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for ScheduleWJobs_ExtraPerms. Returns the specified element and whether it was found

func (ScheduleWJobs_ExtraPerms) MarshalJSON added in v1.113.0

func (a ScheduleWJobs_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for ScheduleWJobs_ExtraPerms to handle AdditionalProperties

func (*ScheduleWJobs_ExtraPerms) Set added in v1.113.0

func (a *ScheduleWJobs_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for ScheduleWJobs_ExtraPerms

func (*ScheduleWJobs_ExtraPerms) UnmarshalJSON added in v1.113.0

func (a *ScheduleWJobs_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for ScheduleWJobs_ExtraPerms to handle AdditionalProperties

type Schedule_ExtraPerms

type Schedule_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

Schedule_ExtraPerms defines model for Schedule.ExtraPerms.

func (Schedule_ExtraPerms) Get

func (a Schedule_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for Schedule_ExtraPerms. Returns the specified element and whether it was found

func (Schedule_ExtraPerms) MarshalJSON

func (a Schedule_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for Schedule_ExtraPerms to handle AdditionalProperties

func (*Schedule_ExtraPerms) Set

func (a *Schedule_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for Schedule_ExtraPerms

func (*Schedule_ExtraPerms) UnmarshalJSON

func (a *Schedule_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for Schedule_ExtraPerms to handle AdditionalProperties

type Script

type Script struct {
	Archived               bool              `json:"archived"`
	ConcurrencyTimeWindowS *[]int            `json:"concurrency_time_window_s,omitempty"`
	ConcurrentLimit        *[]int            `json:"concurrent_limit,omitempty"`
	Content                string            `json:"content"`
	CreatedAt              time.Time         `json:"created_at"`
	CreatedBy              string            `json:"created_by"`
	Deleted                bool              `json:"deleted"`
	Description            string            `json:"description"`
	DraftOnly              *bool             `json:"draft_only,omitempty"`
	Envs                   *[]string         `json:"envs,omitempty"`
	ExtraPerms             Script_ExtraPerms `json:"extra_perms"`
	HasDraft               *bool             `json:"has_draft,omitempty"`
	Hash                   string            `json:"hash"`
	IsTemplate             bool              `json:"is_template"`
	Kind                   ScriptKind        `json:"kind"`
	Language               ScriptLanguage    `json:"language"`
	Lock                   *string           `json:"lock,omitempty"`
	LockErrorLogs          *string           `json:"lock_error_logs,omitempty"`

	// The first element is the direct parent of the script, the second is the parent of the first, etc
	ParentHashes *[]string               `json:"parent_hashes,omitempty"`
	Path         string                  `json:"path"`
	Schema       *map[string]interface{} `json:"schema,omitempty"`
	Starred      bool                    `json:"starred"`
	Summary      string                  `json:"summary"`
	Tag          *string                 `json:"tag,omitempty"`
	WorkspaceId  *string                 `json:"workspace_id,omitempty"`
}

Script defines model for Script.

type ScriptArgs

type ScriptArgs struct {
	AdditionalProperties map[string]interface{} `json:"-"`
}

ScriptArgs defines model for ScriptArgs.

func (ScriptArgs) Get

func (a ScriptArgs) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for ScriptArgs. Returns the specified element and whether it was found

func (ScriptArgs) MarshalJSON

func (a ScriptArgs) MarshalJSON() ([]byte, error)

Override default JSON handling for ScriptArgs to handle AdditionalProperties

func (*ScriptArgs) Set

func (a *ScriptArgs) Set(fieldName string, value interface{})

Setter for additional properties for ScriptArgs

func (*ScriptArgs) UnmarshalJSON

func (a *ScriptArgs) UnmarshalJSON(b []byte) error

Override default JSON handling for ScriptArgs to handle AdditionalProperties

type ScriptExactHash

type ScriptExactHash = string

ScriptExactHash defines model for ScriptExactHash.

type ScriptExactPath

type ScriptExactPath = string

ScriptExactPath defines model for ScriptExactPath.

type ScriptHash

type ScriptHash = string

ScriptHash defines model for ScriptHash.

type ScriptKind

type ScriptKind string

ScriptKind defines model for Script.Kind.

const (
	ScriptKindApproval ScriptKind = "approval"
	ScriptKindCommand  ScriptKind = "command"
	ScriptKindFailure  ScriptKind = "failure"
	ScriptKindScript   ScriptKind = "script"
	ScriptKindTrigger  ScriptKind = "trigger"
)

Defines values for ScriptKind.

type ScriptLanguage

type ScriptLanguage string

ScriptLanguage defines model for Script.Language.

const (
	ScriptLanguageBash       ScriptLanguage = "bash"
	ScriptLanguageBun        ScriptLanguage = "bun"
	ScriptLanguageDeno       ScriptLanguage = "deno"
	ScriptLanguageGo         ScriptLanguage = "go"
	ScriptLanguageGraphql    ScriptLanguage = "graphql"
	ScriptLanguageMysql      ScriptLanguage = "mysql"
	ScriptLanguageNativets   ScriptLanguage = "nativets"
	ScriptLanguagePostgresql ScriptLanguage = "postgresql"
	ScriptLanguagePython3    ScriptLanguage = "python3"
)

Defines values for ScriptLanguage.

type ScriptPath

type ScriptPath = string

ScriptPath defines model for ScriptPath.

type ScriptStartPath

type ScriptStartPath = string

ScriptStartPath defines model for ScriptStartPath.

type Script_ExtraPerms

type Script_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

Script_ExtraPerms defines model for Script.ExtraPerms.

func (Script_ExtraPerms) Get

func (a Script_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for Script_ExtraPerms. Returns the specified element and whether it was found

func (Script_ExtraPerms) MarshalJSON

func (a Script_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for Script_ExtraPerms to handle AdditionalProperties

func (*Script_ExtraPerms) Set

func (a *Script_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for Script_ExtraPerms

func (*Script_ExtraPerms) UnmarshalJSON

func (a *Script_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for Script_ExtraPerms to handle AdditionalProperties

type SetPasswordJSONBody

type SetPasswordJSONBody struct {
	Password string `json:"password"`
}

SetPasswordJSONBody defines parameters for SetPassword.

type SetPasswordJSONRequestBody

type SetPasswordJSONRequestBody SetPasswordJSONBody

SetPasswordJSONRequestBody defines body for SetPassword for application/json ContentType.

type SetPasswordResponse

type SetPasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPasswordResponse

func ParseSetPasswordResponse(rsp *http.Response) (*SetPasswordResponse, error)

ParseSetPasswordResponse parses an HTTP response from a SetPasswordWithResponse call

func (SetPasswordResponse) Status

func (r SetPasswordResponse) Status() string

Status returns HTTPResponse.Status

func (SetPasswordResponse) StatusCode

func (r SetPasswordResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetScheduleEnabledJSONBody

type SetScheduleEnabledJSONBody struct {
	Enabled bool `json:"enabled"`
}

SetScheduleEnabledJSONBody defines parameters for SetScheduleEnabled.

type SetScheduleEnabledJSONRequestBody

type SetScheduleEnabledJSONRequestBody SetScheduleEnabledJSONBody

SetScheduleEnabledJSONRequestBody defines body for SetScheduleEnabled for application/json ContentType.

type SetScheduleEnabledResponse

type SetScheduleEnabledResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetScheduleEnabledResponse

func ParseSetScheduleEnabledResponse(rsp *http.Response) (*SetScheduleEnabledResponse, error)

ParseSetScheduleEnabledResponse parses an HTTP response from a SetScheduleEnabledWithResponse call

func (SetScheduleEnabledResponse) Status

Status returns HTTPResponse.Status

func (SetScheduleEnabledResponse) StatusCode

func (r SetScheduleEnabledResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type StarJSONBody added in v1.52.0

type StarJSONBody struct {
	FavoriteKind *StarJSONBodyFavoriteKind `json:"favorite_kind,omitempty"`
	Path         *string                   `json:"path,omitempty"`
}

StarJSONBody defines parameters for Star.

type StarJSONBodyFavoriteKind added in v1.52.0

type StarJSONBodyFavoriteKind string

StarJSONBodyFavoriteKind defines parameters for Star.

type StarJSONRequestBody added in v1.52.0

type StarJSONRequestBody StarJSONBody

StarJSONRequestBody defines body for Star for application/json ContentType.

type StarResponse added in v1.52.0

type StarResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseStarResponse added in v1.52.0

func ParseStarResponse(rsp *http.Response) (*StarResponse, error)

ParseStarResponse parses an HTTP response from a StarWithResponse call

func (StarResponse) Status added in v1.52.0

func (r StarResponse) Status() string

Status returns HTTPResponse.Status

func (StarResponse) StatusCode added in v1.52.0

func (r StarResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type StartedAfter added in v1.75.0

type StartedAfter = time.Time

StartedAfter defines model for StartedAfter.

type StartedBefore added in v1.75.0

type StartedBefore = time.Time

StartedBefore defines model for StartedBefore.

type StaticTransform

type StaticTransform struct {
	Type  StaticTransformType `json:"type"`
	Value *interface{}        `json:"value,omitempty"`
}

StaticTransform defines model for StaticTransform.

type StaticTransformType

type StaticTransformType string

StaticTransformType defines model for StaticTransform.Type.

const (
	StaticTransformTypeJavascript StaticTransformType = "javascript"
)

Defines values for StaticTransformType.

type Success

type Success = bool

Success defines model for Success.

type Suspended added in v1.60.0

type Suspended = bool

Suspended defines model for Suspended.

type Tag added in v1.90.0

type Tag = string

Tag defines model for Tag.

type Token added in v1.86.0

type Token = string

Token defines model for Token.

type TokenResponse

type TokenResponse struct {
	AccessToken  string    `json:"access_token"`
	ExpiresIn    *int      `json:"expires_in,omitempty"`
	RefreshToken *string   `json:"refresh_token,omitempty"`
	Scope        *[]string `json:"scope,omitempty"`
}

TokenResponse defines model for TokenResponse.

type TruncatedToken

type TruncatedToken struct {
	CreatedAt   time.Time  `json:"created_at"`
	Expiration  *time.Time `json:"expiration,omitempty"`
	Label       *string    `json:"label,omitempty"`
	LastUsedAt  time.Time  `json:"last_used_at"`
	Scopes      *[]string  `json:"scopes,omitempty"`
	TokenPrefix string     `json:"token_prefix"`
}

TruncatedToken defines model for TruncatedToken.

type UnarchiveWorkspaceResponse added in v1.58.0

type UnarchiveWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUnarchiveWorkspaceResponse added in v1.58.0

func ParseUnarchiveWorkspaceResponse(rsp *http.Response) (*UnarchiveWorkspaceResponse, error)

ParseUnarchiveWorkspaceResponse parses an HTTP response from a UnarchiveWorkspaceWithResponse call

func (UnarchiveWorkspaceResponse) Status added in v1.58.0

Status returns HTTPResponse.Status

func (UnarchiveWorkspaceResponse) StatusCode added in v1.58.0

func (r UnarchiveWorkspaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UnstarJSONBody added in v1.52.0

type UnstarJSONBody struct {
	FavoriteKind *UnstarJSONBodyFavoriteKind `json:"favorite_kind,omitempty"`
	Path         *string                     `json:"path,omitempty"`
}

UnstarJSONBody defines parameters for Unstar.

type UnstarJSONBodyFavoriteKind added in v1.52.0

type UnstarJSONBodyFavoriteKind string

UnstarJSONBodyFavoriteKind defines parameters for Unstar.

type UnstarJSONRequestBody added in v1.52.0

type UnstarJSONRequestBody UnstarJSONBody

UnstarJSONRequestBody defines body for Unstar for application/json ContentType.

type UnstarResponse added in v1.52.0

type UnstarResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUnstarResponse added in v1.52.0

func ParseUnstarResponse(rsp *http.Response) (*UnstarResponse, error)

ParseUnstarResponse parses an HTTP response from a UnstarWithResponse call

func (UnstarResponse) Status added in v1.52.0

func (r UnstarResponse) Status() string

Status returns HTTPResponse.Status

func (UnstarResponse) StatusCode added in v1.52.0

func (r UnstarResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateAppJSONBody added in v1.46.1

type UpdateAppJSONBody struct {
	Path    *string      `json:"path,omitempty"`
	Policy  *Policy      `json:"policy,omitempty"`
	Summary *string      `json:"summary,omitempty"`
	Value   *interface{} `json:"value,omitempty"`
}

UpdateAppJSONBody defines parameters for UpdateApp.

type UpdateAppJSONRequestBody added in v1.46.1

type UpdateAppJSONRequestBody UpdateAppJSONBody

UpdateAppJSONRequestBody defines body for UpdateApp for application/json ContentType.

type UpdateAppResponse added in v1.46.1

type UpdateAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateAppResponse added in v1.46.1

func ParseUpdateAppResponse(rsp *http.Response) (*UpdateAppResponse, error)

ParseUpdateAppResponse parses an HTTP response from a UpdateAppWithResponse call

func (UpdateAppResponse) Status added in v1.46.1

func (r UpdateAppResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateAppResponse) StatusCode added in v1.46.1

func (r UpdateAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateCaptureResponse added in v1.43.0

type UpdateCaptureResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateCaptureResponse added in v1.43.0

func ParseUpdateCaptureResponse(rsp *http.Response) (*UpdateCaptureResponse, error)

ParseUpdateCaptureResponse parses an HTTP response from a UpdateCaptureWithResponse call

func (UpdateCaptureResponse) Status added in v1.43.0

func (r UpdateCaptureResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateCaptureResponse) StatusCode added in v1.43.0

func (r UpdateCaptureResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateFlowJSONBody

type UpdateFlowJSONBody = OpenFlowWPath

UpdateFlowJSONBody defines parameters for UpdateFlow.

type UpdateFlowJSONRequestBody

type UpdateFlowJSONRequestBody = UpdateFlowJSONBody

UpdateFlowJSONRequestBody defines body for UpdateFlow for application/json ContentType.

type UpdateFlowResponse

type UpdateFlowResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateFlowResponse

func ParseUpdateFlowResponse(rsp *http.Response) (*UpdateFlowResponse, error)

ParseUpdateFlowResponse parses an HTTP response from a UpdateFlowWithResponse call

func (UpdateFlowResponse) Status

func (r UpdateFlowResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateFlowResponse) StatusCode

func (r UpdateFlowResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateFolderJSONBody added in v1.56.0

type UpdateFolderJSONBody struct {
	ExtraPerms *UpdateFolderJSONBody_ExtraPerms `json:"extra_perms,omitempty"`
	Owners     *[]string                        `json:"owners,omitempty"`
}

UpdateFolderJSONBody defines parameters for UpdateFolder.

type UpdateFolderJSONBody_ExtraPerms added in v1.56.0

type UpdateFolderJSONBody_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

UpdateFolderJSONBody_ExtraPerms defines parameters for UpdateFolder.

func (UpdateFolderJSONBody_ExtraPerms) Get added in v1.56.0

func (a UpdateFolderJSONBody_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for UpdateFolderJSONBody_ExtraPerms. Returns the specified element and whether it was found

func (UpdateFolderJSONBody_ExtraPerms) MarshalJSON added in v1.56.0

func (a UpdateFolderJSONBody_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for UpdateFolderJSONBody_ExtraPerms to handle AdditionalProperties

func (*UpdateFolderJSONBody_ExtraPerms) Set added in v1.56.0

func (a *UpdateFolderJSONBody_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for UpdateFolderJSONBody_ExtraPerms

func (*UpdateFolderJSONBody_ExtraPerms) UnmarshalJSON added in v1.56.0

func (a *UpdateFolderJSONBody_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for UpdateFolderJSONBody_ExtraPerms to handle AdditionalProperties

type UpdateFolderJSONRequestBody added in v1.56.0

type UpdateFolderJSONRequestBody UpdateFolderJSONBody

UpdateFolderJSONRequestBody defines body for UpdateFolder for application/json ContentType.

type UpdateFolderResponse added in v1.56.0

type UpdateFolderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateFolderResponse added in v1.56.0

func ParseUpdateFolderResponse(rsp *http.Response) (*UpdateFolderResponse, error)

ParseUpdateFolderResponse parses an HTTP response from a UpdateFolderWithResponse call

func (UpdateFolderResponse) Status added in v1.56.0

func (r UpdateFolderResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateFolderResponse) StatusCode added in v1.56.0

func (r UpdateFolderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateGroupJSONBody

type UpdateGroupJSONBody struct {
	Summary *string `json:"summary,omitempty"`
}

UpdateGroupJSONBody defines parameters for UpdateGroup.

type UpdateGroupJSONRequestBody

type UpdateGroupJSONRequestBody UpdateGroupJSONBody

UpdateGroupJSONRequestBody defines body for UpdateGroup for application/json ContentType.

type UpdateGroupResponse

type UpdateGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateGroupResponse

func ParseUpdateGroupResponse(rsp *http.Response) (*UpdateGroupResponse, error)

ParseUpdateGroupResponse parses an HTTP response from a UpdateGroupWithResponse call

func (UpdateGroupResponse) Status

func (r UpdateGroupResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateGroupResponse) StatusCode

func (r UpdateGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateInput added in v1.88.0

type UpdateInput struct {
	Id       string `json:"id"`
	IsPublic bool   `json:"is_public"`
	Name     string `json:"name"`
}

UpdateInput defines model for UpdateInput.

type UpdateInputJSONBody added in v1.88.0

type UpdateInputJSONBody = UpdateInput

UpdateInputJSONBody defines parameters for UpdateInput.

type UpdateInputJSONRequestBody added in v1.88.0

type UpdateInputJSONRequestBody = UpdateInputJSONBody

UpdateInputJSONRequestBody defines body for UpdateInput for application/json ContentType.

type UpdateInputResponse added in v1.88.0

type UpdateInputResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateInputResponse added in v1.88.0

func ParseUpdateInputResponse(rsp *http.Response) (*UpdateInputResponse, error)

ParseUpdateInputResponse parses an HTTP response from a UpdateInputWithResponse call

func (UpdateInputResponse) Status added in v1.88.0

func (r UpdateInputResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateInputResponse) StatusCode added in v1.88.0

func (r UpdateInputResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateRawAppJSONBody added in v1.96.0

type UpdateRawAppJSONBody struct {
	Path    *string `json:"path,omitempty"`
	Summary *string `json:"summary,omitempty"`
	Value   *string `json:"value,omitempty"`
}

UpdateRawAppJSONBody defines parameters for UpdateRawApp.

type UpdateRawAppJSONRequestBody added in v1.96.0

type UpdateRawAppJSONRequestBody UpdateRawAppJSONBody

UpdateRawAppJSONRequestBody defines body for UpdateRawApp for application/json ContentType.

type UpdateRawAppResponse added in v1.96.0

type UpdateRawAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateRawAppResponse added in v1.96.0

func ParseUpdateRawAppResponse(rsp *http.Response) (*UpdateRawAppResponse, error)

ParseUpdateRawAppResponse parses an HTTP response from a UpdateRawAppWithResponse call

func (UpdateRawAppResponse) Status added in v1.96.0

func (r UpdateRawAppResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateRawAppResponse) StatusCode added in v1.96.0

func (r UpdateRawAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateResourceJSONBody

type UpdateResourceJSONBody = EditResource

UpdateResourceJSONBody defines parameters for UpdateResource.

type UpdateResourceJSONRequestBody

type UpdateResourceJSONRequestBody = UpdateResourceJSONBody

UpdateResourceJSONRequestBody defines body for UpdateResource for application/json ContentType.

type UpdateResourceResponse

type UpdateResourceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateResourceResponse

func ParseUpdateResourceResponse(rsp *http.Response) (*UpdateResourceResponse, error)

ParseUpdateResourceResponse parses an HTTP response from a UpdateResourceWithResponse call

func (UpdateResourceResponse) Status

func (r UpdateResourceResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateResourceResponse) StatusCode

func (r UpdateResourceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateResourceTypeJSONBody

type UpdateResourceTypeJSONBody = EditResourceType

UpdateResourceTypeJSONBody defines parameters for UpdateResourceType.

type UpdateResourceTypeJSONRequestBody

type UpdateResourceTypeJSONRequestBody = UpdateResourceTypeJSONBody

UpdateResourceTypeJSONRequestBody defines body for UpdateResourceType for application/json ContentType.

type UpdateResourceTypeResponse

type UpdateResourceTypeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateResourceTypeResponse

func ParseUpdateResourceTypeResponse(rsp *http.Response) (*UpdateResourceTypeResponse, error)

ParseUpdateResourceTypeResponse parses an HTTP response from a UpdateResourceTypeWithResponse call

func (UpdateResourceTypeResponse) Status

Status returns HTTPResponse.Status

func (UpdateResourceTypeResponse) StatusCode

func (r UpdateResourceTypeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateResourceValueJSONBody added in v1.57.0

type UpdateResourceValueJSONBody struct {
	Value *interface{} `json:"value,omitempty"`
}

UpdateResourceValueJSONBody defines parameters for UpdateResourceValue.

type UpdateResourceValueJSONRequestBody added in v1.57.0

type UpdateResourceValueJSONRequestBody UpdateResourceValueJSONBody

UpdateResourceValueJSONRequestBody defines body for UpdateResourceValue for application/json ContentType.

type UpdateResourceValueResponse added in v1.57.0

type UpdateResourceValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateResourceValueResponse added in v1.57.0

func ParseUpdateResourceValueResponse(rsp *http.Response) (*UpdateResourceValueResponse, error)

ParseUpdateResourceValueResponse parses an HTTP response from a UpdateResourceValueWithResponse call

func (UpdateResourceValueResponse) Status added in v1.57.0

Status returns HTTPResponse.Status

func (UpdateResourceValueResponse) StatusCode added in v1.57.0

func (r UpdateResourceValueResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateScheduleJSONBody

type UpdateScheduleJSONBody = EditSchedule

UpdateScheduleJSONBody defines parameters for UpdateSchedule.

type UpdateScheduleJSONRequestBody

type UpdateScheduleJSONRequestBody = UpdateScheduleJSONBody

UpdateScheduleJSONRequestBody defines body for UpdateSchedule for application/json ContentType.

type UpdateScheduleResponse

type UpdateScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateScheduleResponse

func ParseUpdateScheduleResponse(rsp *http.Response) (*UpdateScheduleResponse, error)

ParseUpdateScheduleResponse parses an HTTP response from a UpdateScheduleWithResponse call

func (UpdateScheduleResponse) Status

func (r UpdateScheduleResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateScheduleResponse) StatusCode

func (r UpdateScheduleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateUserJSONBody

type UpdateUserJSONBody = EditWorkspaceUser

UpdateUserJSONBody defines parameters for UpdateUser.

type UpdateUserJSONRequestBody

type UpdateUserJSONRequestBody = UpdateUserJSONBody

UpdateUserJSONRequestBody defines body for UpdateUser for application/json ContentType.

type UpdateUserResponse

type UpdateUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateUserResponse

func ParseUpdateUserResponse(rsp *http.Response) (*UpdateUserResponse, error)

ParseUpdateUserResponse parses an HTTP response from a UpdateUserWithResponse call

func (UpdateUserResponse) Status

func (r UpdateUserResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateUserResponse) StatusCode

func (r UpdateUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateVariableJSONBody

type UpdateVariableJSONBody = EditVariable

UpdateVariableJSONBody defines parameters for UpdateVariable.

type UpdateVariableJSONRequestBody

type UpdateVariableJSONRequestBody = UpdateVariableJSONBody

UpdateVariableJSONRequestBody defines body for UpdateVariable for application/json ContentType.

type UpdateVariableParams added in v1.66.0

type UpdateVariableParams struct {
	AlreadyEncrypted *bool `form:"already_encrypted,omitempty" json:"already_encrypted,omitempty"`
}

UpdateVariableParams defines parameters for UpdateVariable.

type UpdateVariableResponse

type UpdateVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateVariableResponse

func ParseUpdateVariableResponse(rsp *http.Response) (*UpdateVariableResponse, error)

ParseUpdateVariableResponse parses an HTTP response from a UpdateVariableWithResponse call

func (UpdateVariableResponse) Status

func (r UpdateVariableResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateVariableResponse) StatusCode

func (r UpdateVariableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Usage

type Usage struct {
	Executions *float32 `json:"executions,omitempty"`
}

Usage defines model for Usage.

type User

type User struct {
	CreatedAt     time.Time `json:"created_at"`
	Disabled      bool      `json:"disabled"`
	Email         string    `json:"email"`
	Folders       []string  `json:"folders"`
	FoldersOwners []string  `json:"folders_owners"`
	Groups        *[]string `json:"groups,omitempty"`
	IsAdmin       bool      `json:"is_admin"`
	IsSuperAdmin  bool      `json:"is_super_admin"`
	Operator      bool      `json:"operator"`
	Usage         *Usage    `json:"usage,omitempty"`
	Username      string    `json:"username"`
}

User defines model for User.

type UserWorkspaceList

type UserWorkspaceList struct {
	Email      string `json:"email"`
	Workspaces []struct {
		Id       string `json:"id"`
		Name     string `json:"name"`
		Username string `json:"username"`
	} `json:"workspaces"`
}

UserWorkspaceList defines model for UserWorkspaceList.

type Username

type Username = string

Username defines model for Username.

type VersionId added in v1.96.0

type VersionId = float32

VersionId defines model for VersionId.

type WhoamiResponse

type WhoamiResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *User
}

func ParseWhoamiResponse

func ParseWhoamiResponse(rsp *http.Response) (*WhoamiResponse, error)

ParseWhoamiResponse parses an HTTP response from a WhoamiWithResponse call

func (WhoamiResponse) Status

func (r WhoamiResponse) Status() string

Status returns HTTPResponse.Status

func (WhoamiResponse) StatusCode

func (r WhoamiResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type WhoisResponse

type WhoisResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *User
}

func ParseWhoisResponse

func ParseWhoisResponse(rsp *http.Response) (*WhoisResponse, error)

ParseWhoisResponse parses an HTTP response from a WhoisWithResponse call

func (WhoisResponse) Status

func (r WhoisResponse) Status() string

Status returns HTTPResponse.Status

func (WhoisResponse) StatusCode

func (r WhoisResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type WorkerPing

type WorkerPing struct {
	Ip             string    `json:"ip"`
	JobsExecuted   int       `json:"jobs_executed"`
	LastPing       *float32  `json:"last_ping,omitempty"`
	StartedAt      time.Time `json:"started_at"`
	Worker         string    `json:"worker"`
	WorkerInstance string    `json:"worker_instance"`
}

WorkerPing defines model for WorkerPing.

type Workspace

type Workspace struct {
	Domain *string `json:"domain,omitempty"`
	Id     string  `json:"id"`
	Name   string  `json:"name"`
	Owner  string  `json:"owner"`
}

Workspace defines model for Workspace.

type WorkspaceId

type WorkspaceId = string

WorkspaceId defines model for WorkspaceId.

type WorkspaceInvite

type WorkspaceInvite struct {
	Email       string `json:"email"`
	IsAdmin     bool   `json:"is_admin"`
	Operator    bool   `json:"operator"`
	WorkspaceId string `json:"workspace_id"`
}

WorkspaceInvite defines model for WorkspaceInvite.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL