windmill_api

package
v1.420.0 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2024 License: Apache-2.0 Imports: 12 Imported by: 1

Documentation

Overview

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

Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.4.1 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 NewAddUserToInstanceGroupRequest added in v1.241.0

func NewAddUserToInstanceGroupRequest(server string, name Name, body AddUserToInstanceGroupJSONRequestBody) (*http.Request, error)

NewAddUserToInstanceGroupRequest calls the generic AddUserToInstanceGroup builder with application/json body

func NewAddUserToInstanceGroupRequestWithBody added in v1.241.0

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

NewAddUserToInstanceGroupRequestWithBody generates requests for AddUserToInstanceGroup 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 NewCancelPersistentQueuedJobsRequest added in v1.227.0

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

NewCancelPersistentQueuedJobsRequest calls the generic CancelPersistentQueuedJobs builder with application/json body

func NewCancelPersistentQueuedJobsRequestWithBody added in v1.227.0

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

NewCancelPersistentQueuedJobsRequestWithBody generates requests for CancelPersistentQueuedJobs with any type of body

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 NewCancelSelectionRequest added in v1.344.1

func NewCancelSelectionRequest(server string, workspace WorkspaceId, body CancelSelectionJSONRequestBody) (*http.Request, error)

NewCancelSelectionRequest calls the generic CancelSelection builder with application/json body

func NewCancelSelectionRequestWithBody added in v1.344.1

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

NewCancelSelectionRequestWithBody generates requests for CancelSelection 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 NewChangeWorkspaceIdRequest added in v1.294.0

func NewChangeWorkspaceIdRequest(server string, workspace WorkspaceId, body ChangeWorkspaceIdJSONRequestBody) (*http.Request, error)

NewChangeWorkspaceIdRequest calls the generic ChangeWorkspaceId builder with application/json body

func NewChangeWorkspaceIdRequestWithBody added in v1.294.0

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

NewChangeWorkspaceIdRequestWithBody generates requests for ChangeWorkspaceId with any type of body

func NewChangeWorkspaceNameRequest added in v1.294.0

func NewChangeWorkspaceNameRequest(server string, workspace WorkspaceId, body ChangeWorkspaceNameJSONRequestBody) (*http.Request, error)

NewChangeWorkspaceNameRequest calls the generic ChangeWorkspaceName builder with application/json body

func NewChangeWorkspaceNameRequestWithBody added in v1.294.0

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

NewChangeWorkspaceNameRequestWithBody generates requests for ChangeWorkspaceName 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 NewConnectSlackCallbackInstanceRequest added in v1.391.0

func NewConnectSlackCallbackInstanceRequest(server string, body ConnectSlackCallbackInstanceJSONRequestBody) (*http.Request, error)

NewConnectSlackCallbackInstanceRequest calls the generic ConnectSlackCallbackInstance builder with application/json body

func NewConnectSlackCallbackInstanceRequestWithBody added in v1.391.0

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

NewConnectSlackCallbackInstanceRequestWithBody generates requests for ConnectSlackCallbackInstance 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 NewCountJobsByTagRequest added in v1.402.0

func NewCountJobsByTagRequest(server string, params *CountJobsByTagParams) (*http.Request, error)

NewCountJobsByTagRequest generates requests for CountJobsByTag

func NewCountSearchLogsIndexRequest added in v1.419.0

func NewCountSearchLogsIndexRequest(server string, params *CountSearchLogsIndexParams) (*http.Request, error)

NewCountSearchLogsIndexRequest generates requests for CountSearchLogsIndex

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 NewCreateCustomerPortalSessionRequest added in v1.344.1

func NewCreateCustomerPortalSessionRequest(server string, params *CreateCustomerPortalSessionParams) (*http.Request, error)

NewCreateCustomerPortalSessionRequest generates requests for CreateCustomerPortalSession

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 NewCreateHttpTriggerRequest added in v1.398.0

func NewCreateHttpTriggerRequest(server string, workspace WorkspaceId, body CreateHttpTriggerJSONRequestBody) (*http.Request, error)

NewCreateHttpTriggerRequest calls the generic CreateHttpTrigger builder with application/json body

func NewCreateHttpTriggerRequestWithBody added in v1.398.0

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

NewCreateHttpTriggerRequestWithBody generates requests for CreateHttpTrigger 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 NewCreateInstanceGroupRequest added in v1.241.0

func NewCreateInstanceGroupRequest(server string, body CreateInstanceGroupJSONRequestBody) (*http.Request, error)

NewCreateInstanceGroupRequest calls the generic CreateInstanceGroup builder with application/json body

func NewCreateInstanceGroupRequestWithBody added in v1.241.0

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

NewCreateInstanceGroupRequestWithBody generates requests for CreateInstanceGroup 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 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 NewCreateWebsocketTriggerRequest added in v1.410.0

func NewCreateWebsocketTriggerRequest(server string, workspace WorkspaceId, body CreateWebsocketTriggerJSONRequestBody) (*http.Request, error)

NewCreateWebsocketTriggerRequest calls the generic CreateWebsocketTrigger builder with application/json body

func NewCreateWebsocketTriggerRequestWithBody added in v1.410.0

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

NewCreateWebsocketTriggerRequestWithBody generates requests for CreateWebsocketTrigger 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 NewDatasetStorageTestConnectionRequest added in v1.208.0

func NewDatasetStorageTestConnectionRequest(server string, workspace WorkspaceId, params *DatasetStorageTestConnectionParams) (*http.Request, error)

NewDatasetStorageTestConnectionRequest generates requests for DatasetStorageTestConnection

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 NewDeleteConcurrencyGroupRequest added in v1.252.0

func NewDeleteConcurrencyGroupRequest(server string, concurrencyId ConcurrencyId) (*http.Request, error)

NewDeleteConcurrencyGroupRequest generates requests for DeleteConcurrencyGroup

func NewDeleteConfigRequest added in v1.176.0

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

NewDeleteConfigRequest generates requests for DeleteConfig

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 NewDeleteHttpTriggerRequest added in v1.398.0

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

NewDeleteHttpTriggerRequest generates requests for DeleteHttpTrigger

func NewDeleteInputRequest added in v1.88.0

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

NewDeleteInputRequest generates requests for DeleteInput

func NewDeleteInstanceGroupRequest added in v1.241.0

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

NewDeleteInstanceGroupRequest generates requests for DeleteInstanceGroup

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 NewDeleteS3FileRequest added in v1.230.0

func NewDeleteS3FileRequest(server string, workspace WorkspaceId, params *DeleteS3FileParams) (*http.Request, error)

NewDeleteS3FileRequest generates requests for DeleteS3File

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 NewDeleteWebsocketTriggerRequest added in v1.410.0

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

NewDeleteWebsocketTriggerRequest generates requests for DeleteWebsocketTrigger

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 NewDuckdbConnectionSettingsRequest added in v1.208.0

func NewDuckdbConnectionSettingsRequest(server string, workspace WorkspaceId, body DuckdbConnectionSettingsJSONRequestBody) (*http.Request, error)

NewDuckdbConnectionSettingsRequest calls the generic DuckdbConnectionSettings builder with application/json body

func NewDuckdbConnectionSettingsRequestWithBody added in v1.208.0

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

NewDuckdbConnectionSettingsRequestWithBody generates requests for DuckdbConnectionSettings with any type of body

func NewDuckdbConnectionSettingsV2Request added in v1.220.0

func NewDuckdbConnectionSettingsV2Request(server string, workspace WorkspaceId, body DuckdbConnectionSettingsV2JSONRequestBody) (*http.Request, error)

NewDuckdbConnectionSettingsV2Request calls the generic DuckdbConnectionSettingsV2 builder with application/json body

func NewDuckdbConnectionSettingsV2RequestWithBody added in v1.220.0

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

NewDuckdbConnectionSettingsV2RequestWithBody generates requests for DuckdbConnectionSettingsV2 with any type of body

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 NewEditCopilotConfigRequest added in v1.179.0

func NewEditCopilotConfigRequest(server string, workspace WorkspaceId, body EditCopilotConfigJSONRequestBody) (*http.Request, error)

NewEditCopilotConfigRequest calls the generic EditCopilotConfig builder with application/json body

func NewEditCopilotConfigRequestWithBody added in v1.179.0

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

NewEditCopilotConfigRequestWithBody generates requests for EditCopilotConfig with any type of body

func NewEditDefaultScriptsRequest added in v1.290.0

func NewEditDefaultScriptsRequest(server string, workspace WorkspaceId, body EditDefaultScriptsJSONRequestBody) (*http.Request, error)

NewEditDefaultScriptsRequest calls the generic EditDefaultScripts builder with application/json body

func NewEditDefaultScriptsRequestWithBody added in v1.290.0

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

NewEditDefaultScriptsRequestWithBody generates requests for EditDefaultScripts 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 NewEditLargeFileStorageConfigRequest added in v1.208.0

func NewEditLargeFileStorageConfigRequest(server string, workspace WorkspaceId, body EditLargeFileStorageConfigJSONRequestBody) (*http.Request, error)

NewEditLargeFileStorageConfigRequest calls the generic EditLargeFileStorageConfig builder with application/json body

func NewEditLargeFileStorageConfigRequestWithBody added in v1.208.0

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

NewEditLargeFileStorageConfigRequestWithBody generates requests for EditLargeFileStorageConfig 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 NewEditWorkspaceDefaultAppRequest added in v1.252.0

func NewEditWorkspaceDefaultAppRequest(server string, workspace WorkspaceId, body EditWorkspaceDefaultAppJSONRequestBody) (*http.Request, error)

NewEditWorkspaceDefaultAppRequest calls the generic EditWorkspaceDefaultApp builder with application/json body

func NewEditWorkspaceDefaultAppRequestWithBody added in v1.252.0

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

NewEditWorkspaceDefaultAppRequestWithBody generates requests for EditWorkspaceDefaultApp with any type of body

func NewEditWorkspaceDeployUISettingsRequest added in v1.375.0

func NewEditWorkspaceDeployUISettingsRequest(server string, workspace WorkspaceId, body EditWorkspaceDeployUISettingsJSONRequestBody) (*http.Request, error)

NewEditWorkspaceDeployUISettingsRequest calls the generic EditWorkspaceDeployUISettings builder with application/json body

func NewEditWorkspaceDeployUISettingsRequestWithBody added in v1.375.0

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

NewEditWorkspaceDeployUISettingsRequestWithBody generates requests for EditWorkspaceDeployUISettings with any type of body

func NewEditWorkspaceGitSyncConfigRequest added in v1.220.0

func NewEditWorkspaceGitSyncConfigRequest(server string, workspace WorkspaceId, body EditWorkspaceGitSyncConfigJSONRequestBody) (*http.Request, error)

NewEditWorkspaceGitSyncConfigRequest calls the generic EditWorkspaceGitSyncConfig builder with application/json body

func NewEditWorkspaceGitSyncConfigRequestWithBody added in v1.220.0

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

NewEditWorkspaceGitSyncConfigRequestWithBody generates requests for EditWorkspaceGitSyncConfig 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 NewExistsHttpTriggerRequest added in v1.398.0

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

NewExistsHttpTriggerRequest generates requests for ExistsHttpTrigger

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 NewExistsRouteRequest added in v1.398.0

func NewExistsRouteRequest(server string, workspace WorkspaceId, body ExistsRouteJSONRequestBody) (*http.Request, error)

NewExistsRouteRequest calls the generic ExistsRoute builder with application/json body

func NewExistsRouteRequestWithBody added in v1.398.0

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

NewExistsRouteRequestWithBody generates requests for ExistsRoute with any type of body

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 NewExistsWebsocketTriggerRequest added in v1.410.0

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

NewExistsWebsocketTriggerRequest generates requests for ExistsWebsocketTrigger

func NewExistsWorkerWithTagRequest added in v1.223.0

func NewExistsWorkerWithTagRequest(server string, params *ExistsWorkerWithTagParams) (*http.Request, error)

NewExistsWorkerWithTagRequest generates requests for ExistsWorkerWithTag

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 NewExportInstanceGroupsRequest added in v1.364.0

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

NewExportInstanceGroupsRequest generates requests for ExportInstanceGroups

func NewFileDownloadParquetAsCsvRequest added in v1.344.1

func NewFileDownloadParquetAsCsvRequest(server string, workspace WorkspaceId, params *FileDownloadParquetAsCsvParams) (*http.Request, error)

NewFileDownloadParquetAsCsvRequest generates requests for FileDownloadParquetAsCsv

func NewFileDownloadRequest added in v1.259.0

func NewFileDownloadRequest(server string, workspace WorkspaceId, params *FileDownloadParams) (*http.Request, error)

NewFileDownloadRequest generates requests for FileDownload

func NewFileResourceTypeToFileExtMapRequest added in v1.397.0

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

NewFileResourceTypeToFileExtMapRequest generates requests for FileResourceTypeToFileExtMap

func NewFileUploadRequestWithBody added in v1.259.0

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

NewFileUploadRequestWithBody generates requests for FileUpload 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 NewGeDefaultTagsRequest added in v1.267.0

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

NewGeDefaultTagsRequest generates requests for GeDefaultTags

func NewGetAppByPathRequest added in v1.46.1

func NewGetAppByPathRequest(server string, workspace WorkspaceId, path ScriptPath, params *GetAppByPathParams) (*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 NewGetAppHistoryByPathRequest added in v1.220.0

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

NewGetAppHistoryByPathRequest generates requests for GetAppHistoryByPath

func NewGetAppLatestVersionRequest added in v1.410.0

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

NewGetAppLatestVersionRequest generates requests for GetAppLatestVersion

func NewGetArgsFromHistoryOrSavedInputRequest added in v1.324.0

func NewGetArgsFromHistoryOrSavedInputRequest(server string, workspace WorkspaceId, jobOrInputId string, params *GetArgsFromHistoryOrSavedInputParams) (*http.Request, error)

NewGetArgsFromHistoryOrSavedInputRequest generates requests for GetArgsFromHistoryOrSavedInput

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 NewGetCompletedCountRequest added in v1.170.0

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

NewGetCompletedCountRequest generates requests for GetCompletedCount

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, params *GetCompletedJobResultMaybeParams) (*http.Request, error)

NewGetCompletedJobResultMaybeRequest generates requests for GetCompletedJobResultMaybe

func NewGetCompletedJobResultRequest added in v1.72.0

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

NewGetCompletedJobResultRequest generates requests for GetCompletedJobResult

func NewGetConcurrencyKeyRequest added in v1.331.0

func NewGetConcurrencyKeyRequest(server string, id JobId) (*http.Request, error)

NewGetConcurrencyKeyRequest generates requests for GetConcurrencyKey

func NewGetConfigRequest added in v1.176.0

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

NewGetConfigRequest generates requests for GetConfig

func NewGetCopilotInfoRequest added in v1.179.0

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

NewGetCopilotInfoRequest generates requests for GetCopilotInfo

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 NewGetDbClockRequest added in v1.152.0

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

NewGetDbClockRequest generates requests for GetDbClock

func NewGetDefaultScriptsRequest added in v1.290.0

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

NewGetDefaultScriptsRequest generates requests for GetDefaultScripts

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, params *GetFlowByPathParams) (*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 NewGetFlowDebugInfoRequest added in v1.261.0

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

NewGetFlowDebugInfoRequest generates requests for GetFlowDebugInfo

func NewGetFlowHistoryRequest added in v1.357.0

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

NewGetFlowHistoryRequest generates requests for GetFlowHistory

func NewGetFlowLatestVersionRequest added in v1.410.0

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

NewGetFlowLatestVersionRequest generates requests for GetFlowLatestVersion

func NewGetFlowUserStateRequest added in v1.296.0

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

NewGetFlowUserStateRequest generates requests for GetFlowUserState

func NewGetFlowVersionRequest added in v1.357.0

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

NewGetFlowVersionRequest generates requests for GetFlowVersion

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 NewGetGlobalRequest added in v1.163.0

func NewGetGlobalRequest(server string, key Key) (*http.Request, error)

NewGetGlobalRequest generates requests for GetGlobal

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 NewGetHttpTriggerRequest added in v1.398.0

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

NewGetHttpTriggerRequest generates requests for GetHttpTrigger

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 NewGetIsPremiumRequest added in v1.208.0

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

NewGetIsPremiumRequest generates requests for GetIsPremium

func NewGetJobArgsRequest added in v1.356.0

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

NewGetJobArgsRequest generates requests for GetJobArgs

func NewGetJobLogsRequest added in v1.121.0

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

NewGetJobLogsRequest generates requests for GetJobLogs

func NewGetJobMetricsRequest added in v1.234.0

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

NewGetJobMetricsRequest calls the generic GetJobMetrics builder with application/json body

func NewGetJobMetricsRequestWithBody added in v1.234.0

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

NewGetJobMetricsRequestWithBody generates requests for GetJobMetrics with any type of body

func NewGetJobProgressRequest added in v1.396.0

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

NewGetJobProgressRequest generates requests for GetJobProgress

func NewGetJobRequest

func NewGetJobRequest(server string, workspace WorkspaceId, id JobId, params *GetJobParams) (*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 NewGetLargeFileStorageConfigRequest added in v1.208.0

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

NewGetLargeFileStorageConfigRequest generates requests for GetLargeFileStorageConfig

func NewGetLatestKeyRenewalAttemptRequest added in v1.344.1

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

NewGetLatestKeyRenewalAttemptRequest generates requests for GetLatestKeyRenewalAttempt

func NewGetLicenseIdRequest added in v1.104.0

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

NewGetLicenseIdRequest generates requests for GetLicenseId

func NewGetLocalRequest added in v1.163.0

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

NewGetLocalRequest generates requests for GetLocal

func NewGetLogFileFromStoreRequest added in v1.309.2

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

NewGetLogFileFromStoreRequest generates requests for GetLogFileFromStore

func NewGetLogFileRequest added in v1.389.0

func NewGetLogFileRequest(server string, path Path) (*http.Request, error)

NewGetLogFileRequest generates requests for GetLogFile

func NewGetOAuthConnectRequest added in v1.344.1

func NewGetOAuthConnectRequest(server string, client string) (*http.Request, error)

NewGetOAuthConnectRequest generates requests for GetOAuthConnect

func NewGetOidcTokenRequest added in v1.246.0

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

NewGetOidcTokenRequest generates requests for GetOidcToken

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 NewGetPublicResourceRequest added in v1.174.0

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

NewGetPublicResourceRequest generates requests for GetPublicResource

func NewGetPublicSecretOfAppRequest added in v1.57.0

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

NewGetPublicSecretOfAppRequest generates requests for GetPublicSecretOfApp

func NewGetQueueCountRequest added in v1.152.0

func NewGetQueueCountRequest(server string, workspace WorkspaceId, params *GetQueueCountParams) (*http.Request, error)

NewGetQueueCountRequest generates requests for GetQueueCount

func NewGetQueueMetricsRequest added in v1.325.0

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

NewGetQueueMetricsRequest generates requests for GetQueueMetrics

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 NewGetResourceValueInterpolatedRequest added in v1.150.0

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

NewGetResourceValueInterpolatedRequest generates requests for GetResourceValueInterpolated

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 NewGetRootJobIdRequest added in v1.262.0

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

NewGetRootJobIdRequest generates requests for GetRootJobId

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, params *GetScriptByHashParams) (*http.Request, error)

NewGetScriptByHashRequest generates requests for GetScriptByHash

func NewGetScriptByPathRequest

func NewGetScriptByPathRequest(server string, workspace WorkspaceId, path ScriptPath, params *GetScriptByPathParams) (*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 NewGetScriptHistoryByPathRequest added in v1.220.0

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

NewGetScriptHistoryByPathRequest generates requests for GetScriptHistoryByPath

func NewGetScriptLatestVersionRequest added in v1.410.0

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

NewGetScriptLatestVersionRequest generates requests for GetScriptLatestVersion

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 NewGetTopHubScriptsRequest added in v1.189.0

func NewGetTopHubScriptsRequest(server string, params *GetTopHubScriptsParams) (*http.Request, error)

NewGetTopHubScriptsRequest generates requests for GetTopHubScripts

func NewGetTriggersCountOfFlowRequest added in v1.409.0

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

NewGetTriggersCountOfFlowRequest generates requests for GetTriggersCountOfFlow

func NewGetTriggersCountOfScriptRequest added in v1.409.0

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

NewGetTriggersCountOfScriptRequest generates requests for GetTriggersCountOfScript

func NewGetTutorialProgressRequest added in v1.179.0

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

NewGetTutorialProgressRequest generates requests for GetTutorialProgress

func NewGetUsageRequest added in v1.56.0

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

NewGetUsageRequest generates requests for GetUsage

func NewGetUsedTriggersRequest added in v1.410.0

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

NewGetUsedTriggersRequest generates requests for GetUsedTriggers

func NewGetUserRequest added in v1.283.0

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

NewGetUserRequest generates requests for GetUser

func NewGetVariableRequest

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

NewGetVariableRequest generates requests for GetVariable

func NewGetVariableValueRequest added in v1.150.0

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

NewGetVariableValueRequest generates requests for GetVariableValue

func NewGetWebsocketTriggerRequest added in v1.410.0

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

NewGetWebsocketTriggerRequest generates requests for GetWebsocketTrigger

func NewGetWorkspaceDefaultAppRequest added in v1.252.0

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

NewGetWorkspaceDefaultAppRequest generates requests for GetWorkspaceDefaultApp

func NewGetWorkspaceEncryptionKeyRequest added in v1.270.0

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

NewGetWorkspaceEncryptionKeyRequest generates requests for GetWorkspaceEncryptionKey

func NewGetWorkspaceNameRequest added in v1.294.0

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

NewGetWorkspaceNameRequest generates requests for GetWorkspaceName

func NewGetWorkspaceUsageRequest added in v1.299.0

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

NewGetWorkspaceUsageRequest generates requests for GetWorkspaceUsage

func NewGlobalUserDeleteRequest added in v1.46.0

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

NewGlobalUserDeleteRequest generates requests for GlobalUserDelete

func NewGlobalUserRenameRequest added in v1.290.0

func NewGlobalUserRenameRequest(server string, email string, body GlobalUserRenameJSONRequestBody) (*http.Request, error)

NewGlobalUserRenameRequest calls the generic GlobalUserRename builder with application/json body

func NewGlobalUserRenameRequestWithBody added in v1.290.0

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

NewGlobalUserRenameRequestWithBody generates requests for GlobalUserRename with any type of body

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 NewGlobalUsernameInfoRequest added in v1.290.0

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

NewGlobalUsernameInfoRequest generates requests for GlobalUsernameInfo

func NewGlobalUsersExportRequest added in v1.364.0

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

NewGlobalUsersExportRequest generates requests for GlobalUsersExport

func NewGlobalUsersOverwriteRequest added in v1.364.0

func NewGlobalUsersOverwriteRequest(server string, body GlobalUsersOverwriteJSONRequestBody) (*http.Request, error)

NewGlobalUsersOverwriteRequest calls the generic GlobalUsersOverwrite builder with application/json body

func NewGlobalUsersOverwriteRequestWithBody added in v1.364.0

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

NewGlobalUsersOverwriteRequestWithBody generates requests for GlobalUsersOverwrite 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 NewIsDefaultTagsPerWorkspaceRequest added in v1.267.0

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

NewIsDefaultTagsPerWorkspaceRequest generates requests for IsDefaultTagsPerWorkspace

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 NewLeaveInstanceRequest added in v1.210.1

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

NewLeaveInstanceRequest generates requests for LeaveInstance

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 NewListAutoscalingEventsRequest added in v1.413.0

func NewListAutoscalingEventsRequest(server string, workerGroup string) (*http.Request, error)

NewListAutoscalingEventsRequest generates requests for ListAutoscalingEvents

func NewListCompletedJobsRequest

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

NewListCompletedJobsRequest generates requests for ListCompletedJobs

func NewListConcurrencyGroupsRequest added in v1.252.0

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

NewListConcurrencyGroupsRequest generates requests for ListConcurrencyGroups

func NewListConfigsRequest added in v1.364.0

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

NewListConfigsRequest generates requests for ListConfigs

func NewListContextualVariablesRequest

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

NewListContextualVariablesRequest generates requests for ListContextualVariables

func NewListExtendedJobsRequest added in v1.333.5

func NewListExtendedJobsRequest(server string, workspace WorkspaceId, params *ListExtendedJobsParams) (*http.Request, error)

NewListExtendedJobsRequest generates requests for ListExtendedJobs

func NewListFilteredUuidsRequest added in v1.344.1

func NewListFilteredUuidsRequest(server string, workspace WorkspaceId, params *ListFilteredUuidsParams) (*http.Request, error)

NewListFilteredUuidsRequest generates requests for ListFilteredUuids

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 NewListGlobalSettingsRequest added in v1.364.0

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

NewListGlobalSettingsRequest generates requests for ListGlobalSettings

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 NewListHttpTriggersRequest added in v1.398.0

func NewListHttpTriggersRequest(server string, workspace WorkspaceId, params *ListHttpTriggersParams) (*http.Request, error)

NewListHttpTriggersRequest generates requests for ListHttpTriggers

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 NewListHubIntegrationsRequest added in v1.189.0

func NewListHubIntegrationsRequest(server string, params *ListHubIntegrationsParams) (*http.Request, error)

NewListHubIntegrationsRequest generates requests for ListHubIntegrations

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 NewListLogFilesRequest added in v1.389.0

func NewListLogFilesRequest(server string, params *ListLogFilesParams) (*http.Request, error)

NewListLogFilesRequest generates requests for ListLogFiles

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 NewListResourceNamesRequest added in v1.168.3

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

NewListResourceNamesRequest generates requests for ListResourceNames

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 NewListSearchAppRequest added in v1.180.0

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

NewListSearchAppRequest generates requests for ListSearchApp

func NewListSearchFlowRequest added in v1.180.0

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

NewListSearchFlowRequest generates requests for ListSearchFlow

func NewListSearchResourceRequest added in v1.180.0

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

NewListSearchResourceRequest generates requests for ListSearchResource

func NewListSearchScriptRequest added in v1.180.0

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

NewListSearchScriptRequest generates requests for ListSearchScript

func NewListStoredFilesRequest added in v1.212.0

func NewListStoredFilesRequest(server string, workspace WorkspaceId, params *ListStoredFilesParams) (*http.Request, error)

NewListStoredFilesRequest generates requests for ListStoredFiles

func NewListTokensOfFlowRequest added in v1.409.0

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

NewListTokensOfFlowRequest generates requests for ListTokensOfFlow

func NewListTokensOfScriptRequest added in v1.409.0

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

NewListTokensOfScriptRequest generates requests for ListTokensOfScript

func NewListTokensRequest

func NewListTokensRequest(server string, params *ListTokensParams) (*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 NewListUsersUsageRequest added in v1.277.0

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

NewListUsersUsageRequest generates requests for ListUsersUsage

func NewListVariableRequest

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

NewListVariableRequest generates requests for ListVariable

func NewListWebsocketTriggersRequest added in v1.410.0

func NewListWebsocketTriggersRequest(server string, workspace WorkspaceId, params *ListWebsocketTriggersParams) (*http.Request, error)

NewListWebsocketTriggersRequest generates requests for ListWebsocketTriggers

func NewListWorkerGroupsRequest added in v1.172.0

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

NewListWorkerGroupsRequest generates requests for ListWorkerGroups

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 NewLoadCsvPreviewRequest added in v1.344.1

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

NewLoadCsvPreviewRequest generates requests for LoadCsvPreview

func NewLoadFileMetadataRequest added in v1.213.0

func NewLoadFileMetadataRequest(server string, workspace WorkspaceId, params *LoadFileMetadataParams) (*http.Request, error)

NewLoadFileMetadataRequest generates requests for LoadFileMetadata

func NewLoadFilePreviewRequest added in v1.212.0

func NewLoadFilePreviewRequest(server string, workspace WorkspaceId, params *LoadFilePreviewParams) (*http.Request, error)

NewLoadFilePreviewRequest generates requests for LoadFilePreview

func NewLoadParquetPreviewRequest added in v1.253.5

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

NewLoadParquetPreviewRequest generates requests for LoadParquetPreview

func NewLoadTableRowCountRequest added in v1.394.5

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

NewLoadTableRowCountRequest generates requests for LoadTableRowCount

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 NewMoveS3FileRequest added in v1.230.0

func NewMoveS3FileRequest(server string, workspace WorkspaceId, params *MoveS3FileParams) (*http.Request, error)

NewMoveS3FileRequest generates requests for MoveS3File

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 NewOverwriteInstanceGroupsRequest added in v1.364.0

func NewOverwriteInstanceGroupsRequest(server string, body OverwriteInstanceGroupsJSONRequestBody) (*http.Request, error)

NewOverwriteInstanceGroupsRequest calls the generic OverwriteInstanceGroups builder with application/json body

func NewOverwriteInstanceGroupsRequestWithBody added in v1.364.0

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

NewOverwriteInstanceGroupsRequestWithBody generates requests for OverwriteInstanceGroups with any type of body

func NewPolarsConnectionSettingsRequest added in v1.208.0

func NewPolarsConnectionSettingsRequest(server string, workspace WorkspaceId, body PolarsConnectionSettingsJSONRequestBody) (*http.Request, error)

NewPolarsConnectionSettingsRequest calls the generic PolarsConnectionSettings builder with application/json body

func NewPolarsConnectionSettingsRequestWithBody added in v1.214.1

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

NewPolarsConnectionSettingsRequestWithBody generates requests for PolarsConnectionSettings with any type of body

func NewPolarsConnectionSettingsV2Request added in v1.220.0

func NewPolarsConnectionSettingsV2Request(server string, workspace WorkspaceId, body PolarsConnectionSettingsV2JSONRequestBody) (*http.Request, error)

NewPolarsConnectionSettingsV2Request calls the generic PolarsConnectionSettingsV2 builder with application/json body

func NewPolarsConnectionSettingsV2RequestWithBody added in v1.220.0

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

NewPolarsConnectionSettingsV2RequestWithBody generates requests for PolarsConnectionSettingsV2 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 NewQueryHubScriptsRequest added in v1.169.0

func NewQueryHubScriptsRequest(server string, params *QueryHubScriptsParams) (*http.Request, error)

NewQueryHubScriptsRequest generates requests for QueryHubScripts

func NewQueryResourceTypesRequest added in v1.189.0

func NewQueryResourceTypesRequest(server string, workspace WorkspaceId, params *QueryResourceTypesParams) (*http.Request, error)

NewQueryResourceTypesRequest generates requests for QueryResourceTypes

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 NewRefreshUserTokenRequest added in v1.142.0

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

NewRefreshUserTokenRequest generates requests for RefreshUserToken

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 NewRemoveUserFromInstanceGroupRequest added in v1.241.0

func NewRemoveUserFromInstanceGroupRequest(server string, name Name, body RemoveUserFromInstanceGroupJSONRequestBody) (*http.Request, error)

NewRemoveUserFromInstanceGroupRequest calls the generic RemoveUserFromInstanceGroup builder with application/json body

func NewRemoveUserFromInstanceGroupRequestWithBody added in v1.241.0

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

NewRemoveUserFromInstanceGroupRequestWithBody generates requests for RemoveUserFromInstanceGroup 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 NewRenewLicenseKeyRequest added in v1.344.1

func NewRenewLicenseKeyRequest(server string, params *RenewLicenseKeyParams) (*http.Request, error)

NewRenewLicenseKeyRequest generates requests for RenewLicenseKey

func NewRestartFlowAtStepRequest added in v1.194.0

func NewRestartFlowAtStepRequest(server string, workspace WorkspaceId, id JobId, stepId string, branchOrIterationN int, params *RestartFlowAtStepParams, body RestartFlowAtStepJSONRequestBody) (*http.Request, error)

NewRestartFlowAtStepRequest calls the generic RestartFlowAtStep builder with application/json body

func NewRestartFlowAtStepRequestWithBody added in v1.194.0

func NewRestartFlowAtStepRequestWithBody(server string, workspace WorkspaceId, id JobId, stepId string, branchOrIterationN int, params *RestartFlowAtStepParams, contentType string, body io.Reader) (*http.Request, error)

NewRestartFlowAtStepRequestWithBody generates requests for RestartFlowAtStep 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 NewRunCodeWorkflowTaskRequest added in v1.284.0

func NewRunCodeWorkflowTaskRequest(server string, workspace WorkspaceId, jobId string, entrypoint string, body RunCodeWorkflowTaskJSONRequestBody) (*http.Request, error)

NewRunCodeWorkflowTaskRequest calls the generic RunCodeWorkflowTask builder with application/json body

func NewRunCodeWorkflowTaskRequestWithBody added in v1.284.0

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

NewRunCodeWorkflowTaskRequestWithBody generates requests for RunCodeWorkflowTask 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 NewRunRawScriptDependenciesRequest added in v1.245.0

func NewRunRawScriptDependenciesRequest(server string, workspace WorkspaceId, body RunRawScriptDependenciesJSONRequestBody) (*http.Request, error)

NewRunRawScriptDependenciesRequest calls the generic RunRawScriptDependencies builder with application/json body

func NewRunRawScriptDependenciesRequestWithBody added in v1.245.0

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

NewRunRawScriptDependenciesRequestWithBody generates requests for RunRawScriptDependencies 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 NewRunSlackMessageTestJobRequest added in v1.185.0

func NewRunSlackMessageTestJobRequest(server string, workspace WorkspaceId, body RunSlackMessageTestJobJSONRequestBody) (*http.Request, error)

NewRunSlackMessageTestJobRequest calls the generic RunSlackMessageTestJob builder with application/json body

func NewRunSlackMessageTestJobRequestWithBody added in v1.185.0

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

NewRunSlackMessageTestJobRequestWithBody generates requests for RunSlackMessageTestJob 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 NewS3ResourceInfoRequest added in v1.228.0

func NewS3ResourceInfoRequest(server string, workspace WorkspaceId, body S3ResourceInfoJSONRequestBody) (*http.Request, error)

NewS3ResourceInfoRequest calls the generic S3ResourceInfo builder with application/json body

func NewS3ResourceInfoRequestWithBody added in v1.228.0

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

NewS3ResourceInfoRequestWithBody generates requests for S3ResourceInfo with any type of body

func NewSearchJobsIndexRequest added in v1.362.0

func NewSearchJobsIndexRequest(server string, workspace WorkspaceId, params *SearchJobsIndexParams) (*http.Request, error)

NewSearchJobsIndexRequest generates requests for SearchJobsIndex

func NewSearchLogsIndexRequest added in v1.419.0

func NewSearchLogsIndexRequest(server string, params *SearchLogsIndexParams) (*http.Request, error)

NewSearchLogsIndexRequest generates requests for SearchLogsIndex

func NewSendStatsRequest added in v1.201.0

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

NewSendStatsRequest generates requests for SendStats

func NewSetAutomaticBillingRequest added in v1.273.0

func NewSetAutomaticBillingRequest(server string, workspace WorkspaceId, body SetAutomaticBillingJSONRequestBody) (*http.Request, error)

NewSetAutomaticBillingRequest calls the generic SetAutomaticBilling builder with application/json body

func NewSetAutomaticBillingRequestWithBody added in v1.273.0

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

NewSetAutomaticBillingRequestWithBody generates requests for SetAutomaticBilling with any type of body

func NewSetDefaultErrorOrRecoveryHandlerRequest added in v1.202.0

func NewSetDefaultErrorOrRecoveryHandlerRequest(server string, workspace WorkspaceId, body SetDefaultErrorOrRecoveryHandlerJSONRequestBody) (*http.Request, error)

NewSetDefaultErrorOrRecoveryHandlerRequest calls the generic SetDefaultErrorOrRecoveryHandler builder with application/json body

func NewSetDefaultErrorOrRecoveryHandlerRequestWithBody added in v1.202.0

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

NewSetDefaultErrorOrRecoveryHandlerRequestWithBody generates requests for SetDefaultErrorOrRecoveryHandler with any type of body

func NewSetEnvironmentVariableRequest added in v1.295.0

func NewSetEnvironmentVariableRequest(server string, workspace WorkspaceId, body SetEnvironmentVariableJSONRequestBody) (*http.Request, error)

NewSetEnvironmentVariableRequest calls the generic SetEnvironmentVariable builder with application/json body

func NewSetEnvironmentVariableRequestWithBody added in v1.295.0

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

NewSetEnvironmentVariableRequestWithBody generates requests for SetEnvironmentVariable with any type of body

func NewSetFlowUserStateRequest added in v1.296.0

func NewSetFlowUserStateRequest(server string, workspace WorkspaceId, id JobId, key string, body SetFlowUserStateJSONRequestBody) (*http.Request, error)

NewSetFlowUserStateRequest calls the generic SetFlowUserState builder with application/json body

func NewSetFlowUserStateRequestWithBody added in v1.296.0

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

NewSetFlowUserStateRequestWithBody generates requests for SetFlowUserState with any type of body

func NewSetGlobalRequest added in v1.163.0

func NewSetGlobalRequest(server string, key Key, body SetGlobalJSONRequestBody) (*http.Request, error)

NewSetGlobalRequest calls the generic SetGlobal builder with application/json body

func NewSetGlobalRequestWithBody added in v1.163.0

func NewSetGlobalRequestWithBody(server string, key Key, contentType string, body io.Reader) (*http.Request, error)

NewSetGlobalRequestWithBody generates requests for SetGlobal with any type of body

func NewSetJobProgressRequest added in v1.396.0

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

NewSetJobProgressRequest calls the generic SetJobProgress builder with application/json body

func NewSetJobProgressRequestWithBody added in v1.396.0

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

NewSetJobProgressRequestWithBody generates requests for SetJobProgress 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 NewSetWebsocketTriggerEnabledRequest added in v1.410.0

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

NewSetWebsocketTriggerEnabledRequest calls the generic SetWebsocketTriggerEnabled builder with application/json body

func NewSetWebsocketTriggerEnabledRequestWithBody added in v1.410.0

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

NewSetWebsocketTriggerEnabledRequestWithBody generates requests for SetWebsocketTriggerEnabled with any type of body

func NewSetWorkspaceEncryptionKeyRequest added in v1.270.0

func NewSetWorkspaceEncryptionKeyRequest(server string, workspace WorkspaceId, body SetWorkspaceEncryptionKeyJSONRequestBody) (*http.Request, error)

NewSetWorkspaceEncryptionKeyRequest calls the generic SetWorkspaceEncryptionKey builder with application/json body

func NewSetWorkspaceEncryptionKeyRequestWithBody added in v1.270.0

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

NewSetWorkspaceEncryptionKeyRequestWithBody generates requests for SetWorkspaceEncryptionKey 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 NewTestCriticalChannelsRequest added in v1.398.0

func NewTestCriticalChannelsRequest(server string, body TestCriticalChannelsJSONRequestBody) (*http.Request, error)

NewTestCriticalChannelsRequest calls the generic TestCriticalChannels builder with application/json body

func NewTestCriticalChannelsRequestWithBody added in v1.398.0

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

NewTestCriticalChannelsRequestWithBody generates requests for TestCriticalChannels with any type of body

func NewTestLicenseKeyRequest added in v1.176.0

func NewTestLicenseKeyRequest(server string, body TestLicenseKeyJSONRequestBody) (*http.Request, error)

NewTestLicenseKeyRequest calls the generic TestLicenseKey builder with application/json body

func NewTestLicenseKeyRequestWithBody added in v1.176.0

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

NewTestLicenseKeyRequestWithBody generates requests for TestLicenseKey with any type of body

func NewTestMetadataRequest added in v1.271.0

func NewTestMetadataRequest(server string, body TestMetadataJSONRequestBody) (*http.Request, error)

NewTestMetadataRequest calls the generic TestMetadata builder with application/json body

func NewTestMetadataRequestWithBody added in v1.271.0

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

NewTestMetadataRequestWithBody generates requests for TestMetadata with any type of body

func NewTestObjectStorageConfigRequest added in v1.295.2

func NewTestObjectStorageConfigRequest(server string, body TestObjectStorageConfigJSONRequestBody) (*http.Request, error)

NewTestObjectStorageConfigRequest calls the generic TestObjectStorageConfig builder with application/json body

func NewTestObjectStorageConfigRequestWithBody added in v1.295.2

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

NewTestObjectStorageConfigRequestWithBody generates requests for TestObjectStorageConfig with any type of body

func NewTestSmtpRequest added in v1.176.0

func NewTestSmtpRequest(server string, body TestSmtpJSONRequestBody) (*http.Request, error)

NewTestSmtpRequest calls the generic TestSmtp builder with application/json body

func NewTestSmtpRequestWithBody added in v1.176.0

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

NewTestSmtpRequestWithBody generates requests for TestSmtp with any type of body

func NewToggleWorkspaceErrorHandlerForFlowRequest added in v1.185.0

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

NewToggleWorkspaceErrorHandlerForFlowRequest calls the generic ToggleWorkspaceErrorHandlerForFlow builder with application/json body

func NewToggleWorkspaceErrorHandlerForFlowRequestWithBody added in v1.185.0

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

NewToggleWorkspaceErrorHandlerForFlowRequestWithBody generates requests for ToggleWorkspaceErrorHandlerForFlow with any type of body

func NewToggleWorkspaceErrorHandlerForScriptRequest added in v1.185.0

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

NewToggleWorkspaceErrorHandlerForScriptRequest calls the generic ToggleWorkspaceErrorHandlerForScript builder with application/json body

func NewToggleWorkspaceErrorHandlerForScriptRequestWithBody added in v1.185.0

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

NewToggleWorkspaceErrorHandlerForScriptRequestWithBody generates requests for ToggleWorkspaceErrorHandlerForScript 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 NewUpdateAppHistoryRequest added in v1.220.0

func NewUpdateAppHistoryRequest(server string, workspace WorkspaceId, id PathId, version PathVersion, body UpdateAppHistoryJSONRequestBody) (*http.Request, error)

NewUpdateAppHistoryRequest calls the generic UpdateAppHistory builder with application/json body

func NewUpdateAppHistoryRequestWithBody added in v1.220.0

func NewUpdateAppHistoryRequestWithBody(server string, workspace WorkspaceId, id PathId, version PathVersion, contentType string, body io.Reader) (*http.Request, error)

NewUpdateAppHistoryRequestWithBody generates requests for UpdateAppHistory 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 NewUpdateConfigRequest added in v1.176.0

func NewUpdateConfigRequest(server string, name Name, body UpdateConfigJSONRequestBody) (*http.Request, error)

NewUpdateConfigRequest calls the generic UpdateConfig builder with application/json body

func NewUpdateConfigRequestWithBody added in v1.176.0

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

NewUpdateConfigRequestWithBody generates requests for UpdateConfig with any type of body

func NewUpdateFlowHistoryRequest added in v1.357.0

func NewUpdateFlowHistoryRequest(server string, workspace WorkspaceId, version float32, path ScriptPath, body UpdateFlowHistoryJSONRequestBody) (*http.Request, error)

NewUpdateFlowHistoryRequest calls the generic UpdateFlowHistory builder with application/json body

func NewUpdateFlowHistoryRequestWithBody added in v1.357.0

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

NewUpdateFlowHistoryRequestWithBody generates requests for UpdateFlowHistory with any type of body

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 NewUpdateHttpTriggerRequest added in v1.398.0

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

NewUpdateHttpTriggerRequest calls the generic UpdateHttpTrigger builder with application/json body

func NewUpdateHttpTriggerRequestWithBody added in v1.398.0

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

NewUpdateHttpTriggerRequestWithBody generates requests for UpdateHttpTrigger 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 NewUpdateInstanceGroupRequest added in v1.241.0

func NewUpdateInstanceGroupRequest(server string, name Name, body UpdateInstanceGroupJSONRequestBody) (*http.Request, error)

NewUpdateInstanceGroupRequest calls the generic UpdateInstanceGroup builder with application/json body

func NewUpdateInstanceGroupRequestWithBody added in v1.241.0

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

NewUpdateInstanceGroupRequestWithBody generates requests for UpdateInstanceGroup 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 NewUpdateScriptHistoryRequest added in v1.220.0

func NewUpdateScriptHistoryRequest(server string, workspace WorkspaceId, hash ScriptHash, path ScriptPath, body UpdateScriptHistoryJSONRequestBody) (*http.Request, error)

NewUpdateScriptHistoryRequest calls the generic UpdateScriptHistory builder with application/json body

func NewUpdateScriptHistoryRequestWithBody added in v1.220.0

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

NewUpdateScriptHistoryRequestWithBody generates requests for UpdateScriptHistory with any type of body

func NewUpdateTutorialProgressRequest added in v1.179.0

func NewUpdateTutorialProgressRequest(server string, body UpdateTutorialProgressJSONRequestBody) (*http.Request, error)

NewUpdateTutorialProgressRequest calls the generic UpdateTutorialProgress builder with application/json body

func NewUpdateTutorialProgressRequestWithBody added in v1.179.0

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

NewUpdateTutorialProgressRequestWithBody generates requests for UpdateTutorialProgress 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 NewUpdateWebsocketTriggerRequest added in v1.410.0

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

NewUpdateWebsocketTriggerRequest calls the generic UpdateWebsocketTrigger builder with application/json body

func NewUpdateWebsocketTriggerRequestWithBody added in v1.410.0

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

NewUpdateWebsocketTriggerRequestWithBody generates requests for UpdateWebsocketTrigger with any type of body

func NewUsernameToEmailRequest added in v1.336.0

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

NewUsernameToEmailRequest generates requests for UsernameToEmail

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,omitempty"`
	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.

const (
	AddGranularAclsParamsKindApp              AddGranularAclsParamsKind = "app"
	AddGranularAclsParamsKindFlow             AddGranularAclsParamsKind = "flow"
	AddGranularAclsParamsKindFolder           AddGranularAclsParamsKind = "folder"
	AddGranularAclsParamsKindGroup            AddGranularAclsParamsKind = "group_"
	AddGranularAclsParamsKindHttpTrigger      AddGranularAclsParamsKind = "http_trigger"
	AddGranularAclsParamsKindRawApp           AddGranularAclsParamsKind = "raw_app"
	AddGranularAclsParamsKindResource         AddGranularAclsParamsKind = "resource"
	AddGranularAclsParamsKindSchedule         AddGranularAclsParamsKind = "schedule"
	AddGranularAclsParamsKindScript           AddGranularAclsParamsKind = "script"
	AddGranularAclsParamsKindVariable         AddGranularAclsParamsKind = "variable"
	AddGranularAclsParamsKindWebsocketTrigger AddGranularAclsParamsKind = "websocket_trigger"
)

Defines values for AddGranularAclsParamsKind.

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"`
}

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,omitempty"`
}

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 AddUserToInstanceGroupJSONBody added in v1.241.0

type AddUserToInstanceGroupJSONBody struct {
	Email string `json:"email"`
}

AddUserToInstanceGroupJSONBody defines parameters for AddUserToInstanceGroup.

type AddUserToInstanceGroupJSONRequestBody added in v1.241.0

type AddUserToInstanceGroupJSONRequestBody AddUserToInstanceGroupJSONBody

AddUserToInstanceGroupJSONRequestBody defines body for AddUserToInstanceGroup for application/json ContentType.

type AddUserToInstanceGroupResponse added in v1.241.0

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

func ParseAddUserToInstanceGroupResponse added in v1.241.0

func ParseAddUserToInstanceGroupResponse(rsp *http.Response) (*AddUserToInstanceGroupResponse, error)

ParseAddUserToInstanceGroupResponse parses an HTTP response from a AddUserToInstanceGroupWithResponse call

func (AddUserToInstanceGroupResponse) Status added in v1.241.0

Status returns HTTPResponse.Status

func (AddUserToInstanceGroupResponse) StatusCode added in v1.241.0

func (r AddUserToInstanceGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type After

type After = time.Time

After defines model for After.

type AppHistory added in v1.220.0

type AppHistory struct {
	DeploymentMsg *string `json:"deployment_msg,omitempty"`
	Version       int     `json:"version"`
}

AppHistory defines model for AppHistory.

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    map[string]bool                 `json:"extra_perms"`
	Id            int                             `json:"id"`
	Path          string                          `json:"path"`
	Policy        Policy                          `json:"policy"`
	Summary       string                          `json:"summary"`
	Value         map[string]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    map[string]bool                       `json:"extra_perms"`
	Id            int                                   `json:"id"`
	Path          string                                `json:"path"`
	Policy        Policy                                `json:"policy"`
	Summary       string                                `json:"summary"`
	Value         map[string]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 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 (
	AccountDelete                  AuditLogOperation = "account.delete"
	AppsCreate                     AuditLogOperation = "apps.create"
	AppsDelete                     AuditLogOperation = "apps.delete"
	AppsUpdate                     AuditLogOperation = "apps.update"
	FlowsArchive                   AuditLogOperation = "flows.archive"
	FlowsCreate                    AuditLogOperation = "flows.create"
	FlowsDelete                    AuditLogOperation = "flows.delete"
	FlowsUpdate                    AuditLogOperation = "flows.update"
	FolderAddOwner                 AuditLogOperation = "folder.add_owner"
	FolderCreate                   AuditLogOperation = "folder.create"
	FolderDelete                   AuditLogOperation = "folder.delete"
	FolderRemoveOwner              AuditLogOperation = "folder.remove_owner"
	FolderUpdate                   AuditLogOperation = "folder.update"
	GroupAdduser                   AuditLogOperation = "group.adduser"
	GroupCreate                    AuditLogOperation = "group.create"
	GroupDelete                    AuditLogOperation = "group.delete"
	GroupEdit                      AuditLogOperation = "group.edit"
	GroupRemoveuser                AuditLogOperation = "group.removeuser"
	IgroupAdduser                  AuditLogOperation = "igroup.adduser"
	IgroupCreate                   AuditLogOperation = "igroup.create"
	IgroupDelete                   AuditLogOperation = "igroup.delete"
	IgroupRemoveuser               AuditLogOperation = "igroup.removeuser"
	Jobs                           AuditLogOperation = "jobs"
	JobsCancel                     AuditLogOperation = "jobs.cancel"
	JobsDelete                     AuditLogOperation = "jobs.delete"
	JobsDisapproval                AuditLogOperation = "jobs.disapproval"
	JobsFlowDependencies           AuditLogOperation = "jobs.flow_dependencies"
	JobsForceCancel                AuditLogOperation = "jobs.force_cancel"
	JobsRun                        AuditLogOperation = "jobs.run"
	JobsRunDependencies            AuditLogOperation = "jobs.run.dependencies"
	JobsRunFlow                    AuditLogOperation = "jobs.run.flow"
	JobsRunFlowPreview             AuditLogOperation = "jobs.run.flow_preview"
	JobsRunIdentity                AuditLogOperation = "jobs.run.identity"
	JobsRunNoop                    AuditLogOperation = "jobs.run.noop"
	JobsRunPreview                 AuditLogOperation = "jobs.run.preview"
	JobsRunScript                  AuditLogOperation = "jobs.run.script"
	JobsRunScriptHub               AuditLogOperation = "jobs.run.script_hub"
	OauthLogin                     AuditLogOperation = "oauth.login"
	OauthLoginFailure              AuditLogOperation = "oauth.login_failure"
	OauthSignup                    AuditLogOperation = "oauth.signup"
	OpenaiRequest                  AuditLogOperation = "openai.request"
	ResourceTypesCreate            AuditLogOperation = "resource_types.create"
	ResourceTypesDelete            AuditLogOperation = "resource_types.delete"
	ResourceTypesUpdate            AuditLogOperation = "resource_types.update"
	ResourcesCreate                AuditLogOperation = "resources.create"
	ResourcesDelete                AuditLogOperation = "resources.delete"
	ResourcesUpdate                AuditLogOperation = "resources.update"
	ScheduleCreate                 AuditLogOperation = "schedule.create"
	ScheduleDelete                 AuditLogOperation = "schedule.delete"
	ScheduleEdit                   AuditLogOperation = "schedule.edit"
	ScheduleSetenabled             AuditLogOperation = "schedule.setenabled"
	ScriptsArchive                 AuditLogOperation = "scripts.archive"
	ScriptsCreate                  AuditLogOperation = "scripts.create"
	ScriptsDelete                  AuditLogOperation = "scripts.delete"
	ScriptsUpdate                  AuditLogOperation = "scripts.update"
	UsersAcceptInvite              AuditLogOperation = "users.accept_invite"
	UsersAddGlobal                 AuditLogOperation = "users.add_global"
	UsersAddToWorkspace            AuditLogOperation = "users.add_to_workspace"
	UsersCreate                    AuditLogOperation = "users.create"
	UsersDeclineInvite             AuditLogOperation = "users.decline_invite"
	UsersDelete                    AuditLogOperation = "users.delete"
	UsersImpersonate               AuditLogOperation = "users.impersonate"
	UsersLeaveWorkspace            AuditLogOperation = "users.leave_workspace"
	UsersLogin                     AuditLogOperation = "users.login"
	UsersLoginFailure              AuditLogOperation = "users.login_failure"
	UsersLogout                    AuditLogOperation = "users.logout"
	UsersSetpassword               AuditLogOperation = "users.setpassword"
	UsersTokenCreate               AuditLogOperation = "users.token.create"
	UsersTokenDelete               AuditLogOperation = "users.token.delete"
	UsersUpdate                    AuditLogOperation = "users.update"
	VariablesCreate                AuditLogOperation = "variables.create"
	VariablesDecryptSecret         AuditLogOperation = "variables.decrypt_secret"
	VariablesDelete                AuditLogOperation = "variables.delete"
	VariablesUpdate                AuditLogOperation = "variables.update"
	WorkspacesArchive              AuditLogOperation = "workspaces.archive"
	WorkspacesCreate               AuditLogOperation = "workspaces.create"
	WorkspacesDelete               AuditLogOperation = "workspaces.delete"
	WorkspacesEditAutoInviteDomain AuditLogOperation = "workspaces.edit_auto_invite_domain"
	WorkspacesEditCommandScript    AuditLogOperation = "workspaces.edit_command_script"
	WorkspacesEditCopilotConfig    AuditLogOperation = "workspaces.edit_copilot_config"
	WorkspacesEditDeployTo         AuditLogOperation = "workspaces.edit_deploy_to"
	WorkspacesEditErrorHandler     AuditLogOperation = "workspaces.edit_error_handler"
	WorkspacesEditWebhook          AuditLogOperation = "workspaces.edit_webhook"
	WorkspacesUnarchive            AuditLogOperation = "workspaces.unarchive"
	WorkspacesUpdate               AuditLogOperation = "workspaces.update"
)

Defines values for AuditLogOperation.

type AutoscalingEvent added in v1.413.0

type AutoscalingEvent struct {
	AppliedAt      *time.Time `json:"applied_at,omitempty"`
	DesiredWorkers *int       `json:"desired_workers,omitempty"`
	EventType      *string    `json:"event_type,omitempty"`
	Id             *int64     `json:"id,omitempty"`
	Reason         *string    `json:"reason,omitempty"`
	WorkerGroup    *string    `json:"worker_group,omitempty"`
}

AutoscalingEvent defines model for AutoscalingEvent.

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 CacheTtl added in v1.304.0

type CacheTtl = string

CacheTtl defines model for CacheTtl.

type CancelPersistentQueuedJobsJSONBody added in v1.227.0

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

CancelPersistentQueuedJobsJSONBody defines parameters for CancelPersistentQueuedJobs.

type CancelPersistentQueuedJobsJSONRequestBody added in v1.227.0

type CancelPersistentQueuedJobsJSONRequestBody CancelPersistentQueuedJobsJSONBody

CancelPersistentQueuedJobsJSONRequestBody defines body for CancelPersistentQueuedJobs for application/json ContentType.

type CancelPersistentQueuedJobsResponse added in v1.227.0

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

func ParseCancelPersistentQueuedJobsResponse added in v1.227.0

func ParseCancelPersistentQueuedJobsResponse(rsp *http.Response) (*CancelPersistentQueuedJobsResponse, error)

ParseCancelPersistentQueuedJobsResponse parses an HTTP response from a CancelPersistentQueuedJobsWithResponse call

func (CancelPersistentQueuedJobsResponse) Status added in v1.227.0

Status returns HTTPResponse.Status

func (CancelPersistentQueuedJobsResponse) StatusCode added in v1.227.0

func (r CancelPersistentQueuedJobsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 CancelSelectionJSONBody added in v1.344.1

type CancelSelectionJSONBody = []string

CancelSelectionJSONBody defines parameters for CancelSelection.

type CancelSelectionJSONRequestBody added in v1.344.1

type CancelSelectionJSONRequestBody = CancelSelectionJSONBody

CancelSelectionJSONRequestBody defines body for CancelSelection for application/json ContentType.

type CancelSelectionResponse added in v1.344.1

type CancelSelectionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseCancelSelectionResponse added in v1.344.1

func ParseCancelSelectionResponse(rsp *http.Response) (*CancelSelectionResponse, error)

ParseCancelSelectionResponse parses an HTTP response from a CancelSelectionWithResponse call

func (CancelSelectionResponse) Status added in v1.344.1

func (r CancelSelectionResponse) Status() string

Status returns HTTPResponse.Status

func (CancelSelectionResponse) StatusCode added in v1.344.1

func (r CancelSelectionResponse) 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 ChangeWorkspaceIdJSONBody added in v1.294.0

type ChangeWorkspaceIdJSONBody struct {
	NewId   *string `json:"new_id,omitempty"`
	NewName *string `json:"new_name,omitempty"`
}

ChangeWorkspaceIdJSONBody defines parameters for ChangeWorkspaceId.

type ChangeWorkspaceIdJSONRequestBody added in v1.294.0

type ChangeWorkspaceIdJSONRequestBody ChangeWorkspaceIdJSONBody

ChangeWorkspaceIdJSONRequestBody defines body for ChangeWorkspaceId for application/json ContentType.

type ChangeWorkspaceIdResponse added in v1.294.0

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

func ParseChangeWorkspaceIdResponse added in v1.294.0

func ParseChangeWorkspaceIdResponse(rsp *http.Response) (*ChangeWorkspaceIdResponse, error)

ParseChangeWorkspaceIdResponse parses an HTTP response from a ChangeWorkspaceIdWithResponse call

func (ChangeWorkspaceIdResponse) Status added in v1.294.0

func (r ChangeWorkspaceIdResponse) Status() string

Status returns HTTPResponse.Status

func (ChangeWorkspaceIdResponse) StatusCode added in v1.294.0

func (r ChangeWorkspaceIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ChangeWorkspaceNameJSONBody added in v1.294.0

type ChangeWorkspaceNameJSONBody struct {
	NewName *string `json:"new_name,omitempty"`
}

ChangeWorkspaceNameJSONBody defines parameters for ChangeWorkspaceName.

type ChangeWorkspaceNameJSONRequestBody added in v1.294.0

type ChangeWorkspaceNameJSONRequestBody ChangeWorkspaceNameJSONBody

ChangeWorkspaceNameJSONRequestBody defines body for ChangeWorkspaceName for application/json ContentType.

type ChangeWorkspaceNameResponse added in v1.294.0

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

func ParseChangeWorkspaceNameResponse added in v1.294.0

func ParseChangeWorkspaceNameResponse(rsp *http.Response) (*ChangeWorkspaceNameResponse, error)

ParseChangeWorkspaceNameResponse parses an HTTP response from a ChangeWorkspaceNameWithResponse call

func (ChangeWorkspaceNameResponse) Status added in v1.294.0

Status returns HTTPResponse.Status

func (ChangeWorkspaceNameResponse) StatusCode added in v1.294.0

func (r ChangeWorkspaceNameResponse) 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) AddUserToInstanceGroup added in v1.241.0

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

func (*Client) AddUserToInstanceGroupWithBody added in v1.241.0

func (c *Client) AddUserToInstanceGroupWithBody(ctx context.Context, 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) CancelPersistentQueuedJobs added in v1.227.0

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

func (*Client) CancelPersistentQueuedJobsWithBody added in v1.227.0

func (c *Client) CancelPersistentQueuedJobsWithBody(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, 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) CancelSelection added in v1.344.1

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

func (*Client) CancelSelectionWithBody added in v1.344.1

func (c *Client) CancelSelectionWithBody(ctx context.Context, workspace WorkspaceId, 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) ChangeWorkspaceId added in v1.294.0

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

func (*Client) ChangeWorkspaceIdWithBody added in v1.294.0

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

func (*Client) ChangeWorkspaceName added in v1.294.0

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

func (*Client) ChangeWorkspaceNameWithBody added in v1.294.0

func (c *Client) ChangeWorkspaceNameWithBody(ctx context.Context, workspace WorkspaceId, 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) ConnectSlackCallbackInstance added in v1.391.0

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

func (*Client) ConnectSlackCallbackInstanceWithBody added in v1.391.0

func (c *Client) ConnectSlackCallbackInstanceWithBody(ctx context.Context, contentType string, body io.Reader, 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) CountJobsByTag added in v1.402.0

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

func (*Client) CountSearchLogsIndex added in v1.419.0

func (c *Client) CountSearchLogsIndex(ctx context.Context, params *CountSearchLogsIndexParams, 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) CreateCustomerPortalSession added in v1.344.1

func (c *Client) CreateCustomerPortalSession(ctx context.Context, params *CreateCustomerPortalSessionParams, 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) CreateHttpTrigger added in v1.398.0

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

func (*Client) CreateHttpTriggerWithBody added in v1.398.0

func (c *Client) CreateHttpTriggerWithBody(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) CreateInstanceGroup added in v1.241.0

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

func (*Client) CreateInstanceGroupWithBody added in v1.241.0

func (c *Client) CreateInstanceGroupWithBody(ctx context.Context, 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) 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) 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) CreateWebsocketTrigger added in v1.410.0

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

func (*Client) CreateWebsocketTriggerWithBody added in v1.410.0

func (c *Client) CreateWebsocketTriggerWithBody(ctx context.Context, workspace WorkspaceId, 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) DatasetStorageTestConnection added in v1.208.0

func (c *Client) DatasetStorageTestConnection(ctx context.Context, workspace WorkspaceId, params *DatasetStorageTestConnectionParams, 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) DeleteConcurrencyGroup added in v1.252.0

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

func (*Client) DeleteConfig added in v1.176.0

func (c *Client) DeleteConfig(ctx context.Context, name Name, 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) DeleteHttpTrigger added in v1.398.0

func (c *Client) DeleteHttpTrigger(ctx context.Context, workspace WorkspaceId, path Path, 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) DeleteInstanceGroup added in v1.241.0

func (c *Client) DeleteInstanceGroup(ctx context.Context, name Name, 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) DeleteS3File added in v1.230.0

func (c *Client) DeleteS3File(ctx context.Context, workspace WorkspaceId, params *DeleteS3FileParams, 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) DeleteWebsocketTrigger added in v1.410.0

func (c *Client) DeleteWebsocketTrigger(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) DuckdbConnectionSettings added in v1.208.0

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

func (*Client) DuckdbConnectionSettingsV2 added in v1.220.0

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

func (*Client) DuckdbConnectionSettingsV2WithBody added in v1.220.0

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

func (*Client) DuckdbConnectionSettingsWithBody added in v1.208.0

func (c *Client) DuckdbConnectionSettingsWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, 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) EditCopilotConfig added in v1.179.0

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

func (*Client) EditCopilotConfigWithBody added in v1.179.0

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

func (*Client) EditDefaultScripts added in v1.290.0

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

func (*Client) EditDefaultScriptsWithBody added in v1.290.0

func (c *Client) EditDefaultScriptsWithBody(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) EditLargeFileStorageConfig added in v1.208.0

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

func (*Client) EditLargeFileStorageConfigWithBody added in v1.208.0

func (c *Client) EditLargeFileStorageConfigWithBody(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) EditWorkspaceDefaultApp added in v1.252.0

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

func (*Client) EditWorkspaceDefaultAppWithBody added in v1.252.0

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

func (*Client) EditWorkspaceDeployUISettings added in v1.375.0

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

func (*Client) EditWorkspaceDeployUISettingsWithBody added in v1.375.0

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

func (*Client) EditWorkspaceGitSyncConfig added in v1.220.0

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

func (*Client) EditWorkspaceGitSyncConfigWithBody added in v1.220.0

func (c *Client) EditWorkspaceGitSyncConfigWithBody(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) ExistsHttpTrigger added in v1.398.0

func (c *Client) ExistsHttpTrigger(ctx context.Context, workspace WorkspaceId, path Path, 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) ExistsRoute added in v1.398.0

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

func (*Client) ExistsRouteWithBody added in v1.398.0

func (c *Client) ExistsRouteWithBody(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, 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) ExistsWebsocketTrigger added in v1.410.0

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

func (*Client) ExistsWorkerWithTag added in v1.223.0

func (c *Client) ExistsWorkerWithTag(ctx context.Context, params *ExistsWorkerWithTagParams, 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) ExportInstanceGroups added in v1.364.0

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

func (*Client) FileDownload added in v1.259.0

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

func (*Client) FileDownloadParquetAsCsv added in v1.344.1

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

func (*Client) FileResourceTypeToFileExtMap added in v1.397.0

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

func (*Client) FileUploadWithBody added in v1.259.0

func (c *Client) FileUploadWithBody(ctx context.Context, workspace WorkspaceId, params *FileUploadParams, 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) GeDefaultTags added in v1.267.0

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

func (*Client) GetAppByPath added in v1.46.1

func (c *Client) GetAppByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *GetAppByPathParams, 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) GetAppHistoryByPath added in v1.220.0

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

func (*Client) GetAppLatestVersion added in v1.410.0

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

func (*Client) GetArgsFromHistoryOrSavedInput added in v1.324.0

func (c *Client) GetArgsFromHistoryOrSavedInput(ctx context.Context, workspace WorkspaceId, jobOrInputId string, params *GetArgsFromHistoryOrSavedInputParams, 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) GetCompletedCount added in v1.170.0

func (c *Client) GetCompletedCount(ctx context.Context, workspace WorkspaceId, 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, params *GetCompletedJobResultParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCompletedJobResultMaybe added in v1.100.0

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

func (*Client) GetConcurrencyKey added in v1.331.0

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

func (*Client) GetConfig added in v1.176.0

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

func (*Client) GetCopilotInfo added in v1.179.0

func (c *Client) GetCopilotInfo(ctx context.Context, workspace WorkspaceId, 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) GetDbClock added in v1.152.0

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

func (*Client) GetDefaultScripts added in v1.290.0

func (c *Client) GetDefaultScripts(ctx context.Context, workspace WorkspaceId, 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, params *GetFlowByPathParams, 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) GetFlowDebugInfo added in v1.261.0

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

func (*Client) GetFlowHistory added in v1.357.0

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

func (*Client) GetFlowLatestVersion added in v1.410.0

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

func (*Client) GetFlowUserState added in v1.296.0

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

func (*Client) GetFlowVersion added in v1.357.0

func (c *Client) GetFlowVersion(ctx context.Context, workspace WorkspaceId, version float32, path ScriptPath, 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) GetGlobal added in v1.163.0

func (c *Client) GetGlobal(ctx context.Context, key Key, 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) GetHttpTrigger added in v1.398.0

func (c *Client) GetHttpTrigger(ctx context.Context, workspace WorkspaceId, path Path, 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) GetIsPremium added in v1.208.0

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

func (*Client) GetJob

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

func (*Client) GetJobArgs added in v1.356.0

func (c *Client) GetJobArgs(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) GetJobMetrics added in v1.234.0

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

func (*Client) GetJobMetricsWithBody added in v1.234.0

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

func (*Client) GetJobProgress added in v1.396.0

func (c *Client) GetJobProgress(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) GetLargeFileStorageConfig added in v1.208.0

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

func (*Client) GetLatestKeyRenewalAttempt added in v1.344.1

func (c *Client) GetLatestKeyRenewalAttempt(ctx context.Context, 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) GetLocal added in v1.163.0

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

func (*Client) GetLogFile added in v1.389.0

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

func (*Client) GetLogFileFromStore added in v1.309.2

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

func (*Client) GetOAuthConnect added in v1.344.1

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

func (*Client) GetOidcToken added in v1.246.0

func (c *Client) GetOidcToken(ctx context.Context, workspace WorkspaceId, audience string, 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) GetPublicResource added in v1.174.0

func (c *Client) GetPublicResource(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) GetQueueCount added in v1.152.0

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

func (*Client) GetQueueMetrics added in v1.325.0

func (c *Client) GetQueueMetrics(ctx context.Context, 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) GetResourceValueInterpolated added in v1.150.0

func (c *Client) GetResourceValueInterpolated(ctx context.Context, workspace WorkspaceId, path Path, params *GetResourceValueInterpolatedParams, 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) GetRootJobId added in v1.262.0

func (c *Client) GetRootJobId(ctx context.Context, workspace WorkspaceId, id JobId, 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, params *GetScriptByHashParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetScriptByPath

func (c *Client) GetScriptByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *GetScriptByPathParams, 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) GetScriptHistoryByPath added in v1.220.0

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

func (*Client) GetScriptLatestVersion added in v1.410.0

func (c *Client) GetScriptLatestVersion(ctx context.Context, workspace WorkspaceId, path ScriptPath, 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) GetTopHubScripts added in v1.189.0

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

func (*Client) GetTriggersCountOfFlow added in v1.409.0

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

func (*Client) GetTriggersCountOfScript added in v1.409.0

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

func (*Client) GetTutorialProgress added in v1.179.0

func (c *Client) GetTutorialProgress(ctx context.Context, 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) GetUsedTriggers added in v1.410.0

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

func (*Client) GetUser added in v1.283.0

func (c *Client) GetUser(ctx context.Context, workspace WorkspaceId, username string, 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) GetVariableValue added in v1.150.0

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

func (*Client) GetWebsocketTrigger added in v1.410.0

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

func (*Client) GetWorkspaceDefaultApp added in v1.252.0

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

func (*Client) GetWorkspaceEncryptionKey added in v1.270.0

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

func (*Client) GetWorkspaceName added in v1.294.0

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

func (*Client) GetWorkspaceUsage added in v1.299.0

func (c *Client) GetWorkspaceUsage(ctx context.Context, workspace WorkspaceId, 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) GlobalUserRename added in v1.290.0

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

func (*Client) GlobalUserRenameWithBody added in v1.290.0

func (c *Client) GlobalUserRenameWithBody(ctx context.Context, email string, contentType string, body io.Reader, 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) GlobalUsernameInfo added in v1.290.0

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

func (*Client) GlobalUsersExport added in v1.364.0

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

func (*Client) GlobalUsersOverwrite added in v1.364.0

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

func (*Client) GlobalUsersOverwriteWithBody added in v1.364.0

func (c *Client) GlobalUsersOverwriteWithBody(ctx context.Context, 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) IsDefaultTagsPerWorkspace added in v1.267.0

func (c *Client) IsDefaultTagsPerWorkspace(ctx context.Context, 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) LeaveInstance added in v1.210.1

func (c *Client) LeaveInstance(ctx context.Context, 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) ListAutoscalingEvents added in v1.413.0

func (c *Client) ListAutoscalingEvents(ctx context.Context, workerGroup string, 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) ListConcurrencyGroups added in v1.252.0

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

func (*Client) ListConfigs added in v1.364.0

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

func (*Client) ListContextualVariables

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

func (*Client) ListExtendedJobs added in v1.333.5

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

func (*Client) ListFilteredUuids added in v1.344.1

func (c *Client) ListFilteredUuids(ctx context.Context, workspace WorkspaceId, params *ListFilteredUuidsParams, 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) ListGlobalSettings added in v1.364.0

func (c *Client) ListGlobalSettings(ctx context.Context, 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) ListHttpTriggers added in v1.398.0

func (c *Client) ListHttpTriggers(ctx context.Context, workspace WorkspaceId, params *ListHttpTriggersParams, 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) ListHubIntegrations added in v1.189.0

func (c *Client) ListHubIntegrations(ctx context.Context, params *ListHubIntegrationsParams, 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) ListLogFiles added in v1.389.0

func (c *Client) ListLogFiles(ctx context.Context, params *ListLogFilesParams, 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) ListResourceNames added in v1.168.3

func (c *Client) ListResourceNames(ctx context.Context, workspace WorkspaceId, name Name, 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) ListSearchApp added in v1.180.0

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

func (*Client) ListSearchFlow added in v1.180.0

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

func (*Client) ListSearchResource added in v1.180.0

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

func (*Client) ListSearchScript added in v1.180.0

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

func (*Client) ListStoredFiles added in v1.212.0

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

func (*Client) ListTokens

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

func (*Client) ListTokensOfFlow added in v1.409.0

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

func (*Client) ListTokensOfScript added in v1.409.0

func (c *Client) ListTokensOfScript(ctx context.Context, workspace WorkspaceId, path ScriptPath, 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) ListUsersUsage added in v1.277.0

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

func (*Client) ListVariable

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

func (*Client) ListWebsocketTriggers added in v1.410.0

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

func (*Client) ListWorkerGroups added in v1.172.0

func (c *Client) ListWorkerGroups(ctx context.Context, 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) LoadCsvPreview added in v1.344.1

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

func (*Client) LoadFileMetadata added in v1.213.0

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

func (*Client) LoadFilePreview added in v1.212.0

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

func (*Client) LoadParquetPreview added in v1.253.5

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

func (*Client) LoadTableRowCount added in v1.394.5

func (c *Client) LoadTableRowCount(ctx context.Context, workspace WorkspaceId, path Path, params *LoadTableRowCountParams, 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) MoveS3File added in v1.230.0

func (c *Client) MoveS3File(ctx context.Context, workspace WorkspaceId, params *MoveS3FileParams, 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) OverwriteInstanceGroups added in v1.364.0

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

func (*Client) OverwriteInstanceGroupsWithBody added in v1.364.0

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

func (*Client) PolarsConnectionSettings added in v1.208.0

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

func (*Client) PolarsConnectionSettingsV2 added in v1.220.0

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

func (*Client) PolarsConnectionSettingsV2WithBody added in v1.220.0

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

func (*Client) PolarsConnectionSettingsWithBody added in v1.214.1

func (c *Client) PolarsConnectionSettingsWithBody(ctx context.Context, workspace WorkspaceId, 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) QueryHubScripts added in v1.169.0

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

func (*Client) QueryResourceTypes added in v1.189.0

func (c *Client) QueryResourceTypes(ctx context.Context, workspace WorkspaceId, params *QueryResourceTypesParams, 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) RefreshUserToken added in v1.142.0

func (c *Client) RefreshUserToken(ctx context.Context, 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) RemoveUserFromInstanceGroup added in v1.241.0

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

func (*Client) RemoveUserFromInstanceGroupWithBody added in v1.241.0

func (c *Client) RemoveUserFromInstanceGroupWithBody(ctx context.Context, 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) RenewLicenseKey added in v1.344.1

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

func (*Client) RestartFlowAtStep added in v1.194.0

func (c *Client) RestartFlowAtStep(ctx context.Context, workspace WorkspaceId, id JobId, stepId string, branchOrIterationN int, params *RestartFlowAtStepParams, body RestartFlowAtStepJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RestartFlowAtStepWithBody added in v1.194.0

func (c *Client) RestartFlowAtStepWithBody(ctx context.Context, workspace WorkspaceId, id JobId, stepId string, branchOrIterationN int, params *RestartFlowAtStepParams, 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) RunCodeWorkflowTask added in v1.284.0

func (c *Client) RunCodeWorkflowTask(ctx context.Context, workspace WorkspaceId, jobId string, entrypoint string, body RunCodeWorkflowTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RunCodeWorkflowTaskWithBody added in v1.284.0

func (c *Client) RunCodeWorkflowTaskWithBody(ctx context.Context, workspace WorkspaceId, jobId string, entrypoint string, 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) RunRawScriptDependencies added in v1.245.0

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

func (*Client) RunRawScriptDependenciesWithBody added in v1.245.0

func (c *Client) RunRawScriptDependenciesWithBody(ctx context.Context, workspace WorkspaceId, 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) RunSlackMessageTestJob added in v1.185.0

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

func (*Client) RunSlackMessageTestJobWithBody added in v1.185.0

func (c *Client) RunSlackMessageTestJobWithBody(ctx context.Context, workspace WorkspaceId, 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) S3ResourceInfo added in v1.228.0

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

func (*Client) S3ResourceInfoWithBody added in v1.228.0

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

func (*Client) SearchJobsIndex added in v1.362.0

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

func (*Client) SearchLogsIndex added in v1.419.0

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

func (*Client) SendStats added in v1.201.0

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

func (*Client) SetAutomaticBilling added in v1.273.0

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

func (*Client) SetAutomaticBillingWithBody added in v1.273.0

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

func (*Client) SetDefaultErrorOrRecoveryHandler added in v1.202.0

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

func (*Client) SetDefaultErrorOrRecoveryHandlerWithBody added in v1.202.0

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

func (*Client) SetEnvironmentVariable added in v1.295.0

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

func (*Client) SetEnvironmentVariableWithBody added in v1.295.0

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

func (*Client) SetFlowUserState added in v1.296.0

func (c *Client) SetFlowUserState(ctx context.Context, workspace WorkspaceId, id JobId, key string, body SetFlowUserStateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetFlowUserStateWithBody added in v1.296.0

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

func (*Client) SetGlobal added in v1.163.0

func (c *Client) SetGlobal(ctx context.Context, key Key, body SetGlobalJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetGlobalWithBody added in v1.163.0

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

func (*Client) SetJobProgress added in v1.396.0

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

func (*Client) SetJobProgressWithBody added in v1.396.0

func (c *Client) SetJobProgressWithBody(ctx context.Context, workspace WorkspaceId, id JobId, 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) SetWebsocketTriggerEnabled added in v1.410.0

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

func (*Client) SetWebsocketTriggerEnabledWithBody added in v1.410.0

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

func (*Client) SetWorkspaceEncryptionKey added in v1.270.0

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

func (*Client) SetWorkspaceEncryptionKeyWithBody added in v1.270.0

func (c *Client) SetWorkspaceEncryptionKeyWithBody(ctx context.Context, workspace WorkspaceId, 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) TestCriticalChannels added in v1.398.0

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

func (*Client) TestCriticalChannelsWithBody added in v1.398.0

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

func (*Client) TestLicenseKey added in v1.176.0

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

func (*Client) TestLicenseKeyWithBody added in v1.176.0

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

func (*Client) TestMetadata added in v1.271.0

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

func (*Client) TestMetadataWithBody added in v1.271.0

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

func (*Client) TestObjectStorageConfig added in v1.295.2

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

func (*Client) TestObjectStorageConfigWithBody added in v1.295.2

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

func (*Client) TestSmtp added in v1.176.0

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

func (*Client) TestSmtpWithBody added in v1.176.0

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

func (*Client) ToggleWorkspaceErrorHandlerForFlow added in v1.185.0

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

func (*Client) ToggleWorkspaceErrorHandlerForFlowWithBody added in v1.185.0

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

func (*Client) ToggleWorkspaceErrorHandlerForScript added in v1.185.0

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

func (*Client) ToggleWorkspaceErrorHandlerForScriptWithBody added in v1.185.0

func (c *Client) ToggleWorkspaceErrorHandlerForScriptWithBody(ctx context.Context, workspace WorkspaceId, path ScriptPath, 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) UpdateAppHistory added in v1.220.0

func (c *Client) UpdateAppHistory(ctx context.Context, workspace WorkspaceId, id PathId, version PathVersion, body UpdateAppHistoryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAppHistoryWithBody added in v1.220.0

func (c *Client) UpdateAppHistoryWithBody(ctx context.Context, workspace WorkspaceId, id PathId, version PathVersion, contentType string, body io.Reader, 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) UpdateConfig added in v1.176.0

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

func (*Client) UpdateConfigWithBody added in v1.176.0

func (c *Client) UpdateConfigWithBody(ctx context.Context, name Name, contentType string, body io.Reader, 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) UpdateFlowHistory added in v1.357.0

func (c *Client) UpdateFlowHistory(ctx context.Context, workspace WorkspaceId, version float32, path ScriptPath, body UpdateFlowHistoryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateFlowHistoryWithBody added in v1.357.0

func (c *Client) UpdateFlowHistoryWithBody(ctx context.Context, workspace WorkspaceId, version float32, path ScriptPath, contentType string, body io.Reader, 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) UpdateHttpTrigger added in v1.398.0

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

func (*Client) UpdateHttpTriggerWithBody added in v1.398.0

func (c *Client) UpdateHttpTriggerWithBody(ctx context.Context, workspace WorkspaceId, path Path, 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) UpdateInstanceGroup added in v1.241.0

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

func (*Client) UpdateInstanceGroupWithBody added in v1.241.0

func (c *Client) UpdateInstanceGroupWithBody(ctx context.Context, name Name, 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) UpdateScriptHistory added in v1.220.0

func (c *Client) UpdateScriptHistory(ctx context.Context, workspace WorkspaceId, hash ScriptHash, path ScriptPath, body UpdateScriptHistoryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateScriptHistoryWithBody added in v1.220.0

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

func (*Client) UpdateTutorialProgress added in v1.179.0

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

func (*Client) UpdateTutorialProgressWithBody added in v1.179.0

func (c *Client) UpdateTutorialProgressWithBody(ctx context.Context, 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) UpdateWebsocketTrigger added in v1.410.0

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

func (*Client) UpdateWebsocketTriggerWithBody added in v1.410.0

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

func (*Client) UsernameToEmail added in v1.336.0

func (c *Client) UsernameToEmail(ctx context.Context, workspace WorkspaceId, username string, 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)

	// LoginWithBody 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)

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

	// DeleteConcurrencyGroup request
	DeleteConcurrencyGroup(ctx context.Context, concurrencyId ConcurrencyId, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

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

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

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

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

	UpdateConfig(ctx context.Context, name Name, body UpdateConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// QueryHubScripts request
	QueryHubScripts(ctx context.Context, params *QueryHubScriptsParams, 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)

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

	AddUserToInstanceGroup(ctx context.Context, name Name, body AddUserToInstanceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	CreateInstanceGroup(ctx context.Context, body CreateInstanceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// ExportInstanceGroups request
	ExportInstanceGroups(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)

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

	OverwriteInstanceGroups(ctx context.Context, body OverwriteInstanceGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	RemoveUserFromInstanceGroup(ctx context.Context, name Name, body RemoveUserFromInstanceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UpdateInstanceGroup(ctx context.Context, name Name, body UpdateInstanceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

	// ConnectCallbackWithBody 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)

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

	ConnectSlackCallbackInstance(ctx context.Context, body ConnectSlackCallbackInstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	// LoginWithOauthWithBody 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)

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

	TestMetadata(ctx context.Context, body TestMetadataJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PreviewScheduleWithBody 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)

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

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

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

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

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

	// GetGlobal request
	GetGlobal(ctx context.Context, key Key, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	SetGlobal(ctx context.Context, key Key, body SetGlobalJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

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

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

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

	TestCriticalChannels(ctx context.Context, body TestCriticalChannelsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	TestLicenseKey(ctx context.Context, body TestLicenseKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	TestObjectStorageConfig(ctx context.Context, body TestObjectStorageConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	TestSmtp(ctx context.Context, body TestSmtpJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

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

	// AcceptInviteWithBody 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)

	// CreateUserGloballyWithBody 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)

	// DeclineInviteWithBody 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)

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

	// LeaveInstance request
	LeaveInstance(ctx context.Context, 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)

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

	GlobalUsersOverwrite(ctx context.Context, body GlobalUsersOverwriteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

	// SetPasswordWithBody 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)

	// CreateTokenWithBody 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)

	// CreateTokenImpersonateWithBody 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, params *ListTokensParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	UpdateTutorialProgress(ctx context.Context, body UpdateTutorialProgressJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GlobalUserUpdateWithBody 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)

	// GlobalUsernameInfo request
	GlobalUsernameInfo(ctx context.Context, email string, 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)

	// AddGranularAclsWithBody 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)

	// RemoveGranularAclsWithBody 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)

	// CreateAppWithBody 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, params *GetAppByPathParams, 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)

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

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

	// UpdateAppHistoryWithBody request with any body
	UpdateAppHistoryWithBody(ctx context.Context, workspace WorkspaceId, id PathId, version PathVersion, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateAppHistory(ctx context.Context, workspace WorkspaceId, id PathId, version PathVersion, body UpdateAppHistoryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

	// UpdateAppWithBody 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)

	// ExecuteComponentWithBody 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)

	// GetPublicResource request
	GetPublicResource(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)

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

	// CreateDraftWithBody 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)

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

	// StarWithBody 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)

	// UnstarWithBody 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)

	// ArchiveFlowByPathWithBody 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)

	// CreateFlowWithBody 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)

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

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

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

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

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

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

	UpdateFlowHistory(ctx context.Context, workspace WorkspaceId, version float32, path ScriptPath, body UpdateFlowHistoryJSONRequestBody, 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)

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

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

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

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

	// UpdateFlowWithBody 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)

	// AddOwnerToFolderWithBody 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)

	// CreateFolderWithBody 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)

	// RemoveOwnerToFolderWithBody 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)

	// UpdateFolderWithBody 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)

	// AddUserToGroupWithBody 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)

	// CreateGroupWithBody 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)

	// RemoveUserToGroupWithBody 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)

	// UpdateGroupWithBody 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)

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

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

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

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

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

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

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

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

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

	UpdateHttpTrigger(ctx context.Context, workspace WorkspaceId, path Path, body UpdateHttpTriggerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateInputWithBody 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)

	// UpdateInputWithBody 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)

	// GetArgsFromHistoryOrSavedInput request
	GetArgsFromHistoryOrSavedInput(ctx context.Context, workspace WorkspaceId, jobOrInputId string, params *GetArgsFromHistoryOrSavedInputParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	// GetCompletedCount request
	GetCompletedCount(ctx context.Context, workspace WorkspaceId, 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)

	// ResumeSuspendedFlowAsOwnerWithBody 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)

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

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

	SetFlowUserState(ctx context.Context, workspace WorkspaceId, id JobId, key string, body SetFlowUserStateJSONRequestBody, 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)

	// OpenaiSyncFlowByPathWithBody 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)

	// OpenaiSyncScriptByPathWithBody 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)

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

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

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

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

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

	// RestartFlowAtStepWithBody request with any body
	RestartFlowAtStepWithBody(ctx context.Context, workspace WorkspaceId, id JobId, stepId string, branchOrIterationN int, params *RestartFlowAtStepParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RestartFlowAtStep(ctx context.Context, workspace WorkspaceId, id JobId, stepId string, branchOrIterationN int, params *RestartFlowAtStepParams, body RestartFlowAtStepJSONRequestBody, 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)

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

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

	// RunFlowByPathWithBody 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)

	// RunScriptByHashWithBody 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)

	// RunScriptByPathWithBody 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)

	// RunScriptPreviewWithBody 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)

	// RunFlowPreviewWithBody 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)

	// RunWaitResultFlowByPathWithBody 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)

	// RunWaitResultScriptByPathWithBody 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)

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

	RunCodeWorkflowTask(ctx context.Context, workspace WorkspaceId, jobId string, entrypoint string, body RunCodeWorkflowTaskJSONRequestBody, 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)

	// CancelSuspendedJobPostWithBody 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, params *GetCompletedJobResultParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	// GetJobArgs request
	GetJobArgs(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)

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

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

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

	// GetRootJobId request
	GetRootJobId(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)

	// CancelQueuedJobWithBody 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)

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

	CancelPersistentQueuedJobs(ctx context.Context, workspace WorkspaceId, path Path, body CancelPersistentQueuedJobsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ForceCancelQueuedJobWithBody 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)

	// ResumeSuspendedJobPostWithBody 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)

	// ConnectSlackCallbackWithBody 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)

	// CreateAccountWithBody 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)

	// RefreshTokenWithBody 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)

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

	// CreateRawAppWithBody 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)

	// UpdateRawAppWithBody 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)

	// CreateResourceWithBody 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)

	// FileResourceTypeToFileExtMap request
	FileResourceTypeToFileExtMap(ctx context.Context, workspace WorkspaceId, 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)

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

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

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

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

	// CreateResourceTypeWithBody 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)

	// UpdateResourceTypeWithBody 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)

	// UpdateResourceWithBody 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)

	// UpdateResourceValueWithBody 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)

	// CreateScheduleWithBody 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)

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

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

	// SetScheduleEnabledWithBody 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)

	// UpdateScheduleWithBody 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)

	// CreateScriptWithBody 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, params *GetScriptByHashParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

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

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

	UpdateScriptHistory(ctx context.Context, workspace WorkspaceId, hash ScriptHash, path ScriptPath, body UpdateScriptHistoryJSONRequestBody, 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)

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

	// ListTokensOfScript request
	ListTokensOfScript(ctx context.Context, workspace WorkspaceId, path ScriptPath, 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)

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

	ToggleWorkspaceErrorHandlerForScript(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ToggleWorkspaceErrorHandlerForScriptJSONRequestBody, 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)

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

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

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

	// UpdateUserWithBody 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)

	// UsernameToEmail request
	UsernameToEmail(ctx context.Context, workspace WorkspaceId, username string, 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)

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

	// CreateVariableWithBody 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)

	// EncryptValueWithBody 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)

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

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

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

	// UpdateVariableWithBody 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)

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

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

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

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

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

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

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

	SetWebsocketTriggerEnabled(ctx context.Context, workspace WorkspaceId, path Path, body SetWebsocketTriggerEnabledJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UpdateWebsocketTrigger(ctx context.Context, workspace WorkspaceId, path Path, body UpdateWebsocketTriggerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddUserWithBody 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)

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

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

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

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

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

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

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

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

	// DeleteInviteWithBody 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)

	// EditAutoInviteWithBody 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)

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

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

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

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

	// EditDeployToWithBody 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)

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

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

	// EditErrorHandlerWithBody 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)

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

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

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

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

	// EditSlackCommandWithBody 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)

	// EditWebhookWithBody 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)

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

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

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

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

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

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

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

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

	// InviteUserWithBody 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)

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

	// LeaveWorkspace request
	LeaveWorkspace(ctx context.Context, workspace WorkspaceId, 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)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	// CreateWorkspaceWithBody 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)

	// ExistsWorkspaceWithBody 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)

	// ExistsUsernameWithBody 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) AddUserToInstanceGroupWithBodyWithResponse added in v1.241.0

func (c *ClientWithResponses) AddUserToInstanceGroupWithBodyWithResponse(ctx context.Context, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddUserToInstanceGroupResponse, error)

AddUserToInstanceGroupWithBodyWithResponse request with arbitrary body returning *AddUserToInstanceGroupResponse

func (*ClientWithResponses) AddUserToInstanceGroupWithResponse added in v1.241.0

func (c *ClientWithResponses) AddUserToInstanceGroupWithResponse(ctx context.Context, name Name, body AddUserToInstanceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*AddUserToInstanceGroupResponse, 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) CancelPersistentQueuedJobsWithBodyWithResponse added in v1.227.0

func (c *ClientWithResponses) CancelPersistentQueuedJobsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CancelPersistentQueuedJobsResponse, error)

CancelPersistentQueuedJobsWithBodyWithResponse request with arbitrary body returning *CancelPersistentQueuedJobsResponse

func (*ClientWithResponses) CancelPersistentQueuedJobsWithResponse added in v1.227.0

func (c *ClientWithResponses) CancelPersistentQueuedJobsWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body CancelPersistentQueuedJobsJSONRequestBody, reqEditors ...RequestEditorFn) (*CancelPersistentQueuedJobsResponse, error)

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) CancelSelectionWithBodyWithResponse added in v1.344.1

func (c *ClientWithResponses) CancelSelectionWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CancelSelectionResponse, error)

CancelSelectionWithBodyWithResponse request with arbitrary body returning *CancelSelectionResponse

func (*ClientWithResponses) CancelSelectionWithResponse added in v1.344.1

func (c *ClientWithResponses) CancelSelectionWithResponse(ctx context.Context, workspace WorkspaceId, body CancelSelectionJSONRequestBody, reqEditors ...RequestEditorFn) (*CancelSelectionResponse, 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) ChangeWorkspaceIdWithBodyWithResponse added in v1.294.0

func (c *ClientWithResponses) ChangeWorkspaceIdWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ChangeWorkspaceIdResponse, error)

ChangeWorkspaceIdWithBodyWithResponse request with arbitrary body returning *ChangeWorkspaceIdResponse

func (*ClientWithResponses) ChangeWorkspaceIdWithResponse added in v1.294.0

func (c *ClientWithResponses) ChangeWorkspaceIdWithResponse(ctx context.Context, workspace WorkspaceId, body ChangeWorkspaceIdJSONRequestBody, reqEditors ...RequestEditorFn) (*ChangeWorkspaceIdResponse, error)

func (*ClientWithResponses) ChangeWorkspaceNameWithBodyWithResponse added in v1.294.0

func (c *ClientWithResponses) ChangeWorkspaceNameWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ChangeWorkspaceNameResponse, error)

ChangeWorkspaceNameWithBodyWithResponse request with arbitrary body returning *ChangeWorkspaceNameResponse

func (*ClientWithResponses) ChangeWorkspaceNameWithResponse added in v1.294.0

func (c *ClientWithResponses) ChangeWorkspaceNameWithResponse(ctx context.Context, workspace WorkspaceId, body ChangeWorkspaceNameJSONRequestBody, reqEditors ...RequestEditorFn) (*ChangeWorkspaceNameResponse, 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) ConnectSlackCallbackInstanceWithBodyWithResponse added in v1.391.0

func (c *ClientWithResponses) ConnectSlackCallbackInstanceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConnectSlackCallbackInstanceResponse, error)

ConnectSlackCallbackInstanceWithBodyWithResponse request with arbitrary body returning *ConnectSlackCallbackInstanceResponse

func (*ClientWithResponses) ConnectSlackCallbackInstanceWithResponse added in v1.391.0

func (c *ClientWithResponses) ConnectSlackCallbackInstanceWithResponse(ctx context.Context, body ConnectSlackCallbackInstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*ConnectSlackCallbackInstanceResponse, 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) CountJobsByTagWithResponse added in v1.402.0

func (c *ClientWithResponses) CountJobsByTagWithResponse(ctx context.Context, params *CountJobsByTagParams, reqEditors ...RequestEditorFn) (*CountJobsByTagResponse, error)

CountJobsByTagWithResponse request returning *CountJobsByTagResponse

func (*ClientWithResponses) CountSearchLogsIndexWithResponse added in v1.419.0

func (c *ClientWithResponses) CountSearchLogsIndexWithResponse(ctx context.Context, params *CountSearchLogsIndexParams, reqEditors ...RequestEditorFn) (*CountSearchLogsIndexResponse, error)

CountSearchLogsIndexWithResponse request returning *CountSearchLogsIndexResponse

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) CreateCustomerPortalSessionWithResponse added in v1.344.1

func (c *ClientWithResponses) CreateCustomerPortalSessionWithResponse(ctx context.Context, params *CreateCustomerPortalSessionParams, reqEditors ...RequestEditorFn) (*CreateCustomerPortalSessionResponse, error)

CreateCustomerPortalSessionWithResponse request returning *CreateCustomerPortalSessionResponse

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) CreateHttpTriggerWithBodyWithResponse added in v1.398.0

func (c *ClientWithResponses) CreateHttpTriggerWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateHttpTriggerResponse, error)

CreateHttpTriggerWithBodyWithResponse request with arbitrary body returning *CreateHttpTriggerResponse

func (*ClientWithResponses) CreateHttpTriggerWithResponse added in v1.398.0

func (c *ClientWithResponses) CreateHttpTriggerWithResponse(ctx context.Context, workspace WorkspaceId, body CreateHttpTriggerJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateHttpTriggerResponse, 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) CreateInstanceGroupWithBodyWithResponse added in v1.241.0

func (c *ClientWithResponses) CreateInstanceGroupWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateInstanceGroupResponse, error)

CreateInstanceGroupWithBodyWithResponse request with arbitrary body returning *CreateInstanceGroupResponse

func (*ClientWithResponses) CreateInstanceGroupWithResponse added in v1.241.0

func (c *ClientWithResponses) CreateInstanceGroupWithResponse(ctx context.Context, body CreateInstanceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateInstanceGroupResponse, 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) 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) CreateWebsocketTriggerWithBodyWithResponse added in v1.410.0

func (c *ClientWithResponses) CreateWebsocketTriggerWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWebsocketTriggerResponse, error)

CreateWebsocketTriggerWithBodyWithResponse request with arbitrary body returning *CreateWebsocketTriggerResponse

func (*ClientWithResponses) CreateWebsocketTriggerWithResponse added in v1.410.0

func (c *ClientWithResponses) CreateWebsocketTriggerWithResponse(ctx context.Context, workspace WorkspaceId, body CreateWebsocketTriggerJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWebsocketTriggerResponse, 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) DatasetStorageTestConnectionWithResponse added in v1.208.0

func (c *ClientWithResponses) DatasetStorageTestConnectionWithResponse(ctx context.Context, workspace WorkspaceId, params *DatasetStorageTestConnectionParams, reqEditors ...RequestEditorFn) (*DatasetStorageTestConnectionResponse, error)

DatasetStorageTestConnectionWithResponse request returning *DatasetStorageTestConnectionResponse

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) DeleteConcurrencyGroupWithResponse added in v1.252.0

func (c *ClientWithResponses) DeleteConcurrencyGroupWithResponse(ctx context.Context, concurrencyId ConcurrencyId, reqEditors ...RequestEditorFn) (*DeleteConcurrencyGroupResponse, error)

DeleteConcurrencyGroupWithResponse request returning *DeleteConcurrencyGroupResponse

func (*ClientWithResponses) DeleteConfigWithResponse added in v1.176.0

func (c *ClientWithResponses) DeleteConfigWithResponse(ctx context.Context, name Name, reqEditors ...RequestEditorFn) (*DeleteConfigResponse, error)

DeleteConfigWithResponse request returning *DeleteConfigResponse

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) DeleteHttpTriggerWithResponse added in v1.398.0

func (c *ClientWithResponses) DeleteHttpTriggerWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteHttpTriggerResponse, error)

DeleteHttpTriggerWithResponse request returning *DeleteHttpTriggerResponse

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) DeleteInstanceGroupWithResponse added in v1.241.0

func (c *ClientWithResponses) DeleteInstanceGroupWithResponse(ctx context.Context, name Name, reqEditors ...RequestEditorFn) (*DeleteInstanceGroupResponse, error)

DeleteInstanceGroupWithResponse request returning *DeleteInstanceGroupResponse

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) DeleteS3FileWithResponse added in v1.230.0

func (c *ClientWithResponses) DeleteS3FileWithResponse(ctx context.Context, workspace WorkspaceId, params *DeleteS3FileParams, reqEditors ...RequestEditorFn) (*DeleteS3FileResponse, error)

DeleteS3FileWithResponse request returning *DeleteS3FileResponse

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) DeleteWebsocketTriggerWithResponse added in v1.410.0

func (c *ClientWithResponses) DeleteWebsocketTriggerWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteWebsocketTriggerResponse, error)

DeleteWebsocketTriggerWithResponse request returning *DeleteWebsocketTriggerResponse

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) DuckdbConnectionSettingsV2WithBodyWithResponse added in v1.220.0

func (c *ClientWithResponses) DuckdbConnectionSettingsV2WithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DuckdbConnectionSettingsV2Response, error)

DuckdbConnectionSettingsV2WithBodyWithResponse request with arbitrary body returning *DuckdbConnectionSettingsV2Response

func (*ClientWithResponses) DuckdbConnectionSettingsV2WithResponse added in v1.220.0

func (c *ClientWithResponses) DuckdbConnectionSettingsV2WithResponse(ctx context.Context, workspace WorkspaceId, body DuckdbConnectionSettingsV2JSONRequestBody, reqEditors ...RequestEditorFn) (*DuckdbConnectionSettingsV2Response, error)

func (*ClientWithResponses) DuckdbConnectionSettingsWithBodyWithResponse added in v1.208.0

func (c *ClientWithResponses) DuckdbConnectionSettingsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DuckdbConnectionSettingsResponse, error)

DuckdbConnectionSettingsWithBodyWithResponse request with arbitrary body returning *DuckdbConnectionSettingsResponse

func (*ClientWithResponses) DuckdbConnectionSettingsWithResponse added in v1.208.0

func (c *ClientWithResponses) DuckdbConnectionSettingsWithResponse(ctx context.Context, workspace WorkspaceId, body DuckdbConnectionSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*DuckdbConnectionSettingsResponse, error)

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) EditCopilotConfigWithBodyWithResponse added in v1.179.0

func (c *ClientWithResponses) EditCopilotConfigWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditCopilotConfigResponse, error)

EditCopilotConfigWithBodyWithResponse request with arbitrary body returning *EditCopilotConfigResponse

func (*ClientWithResponses) EditCopilotConfigWithResponse added in v1.179.0

func (c *ClientWithResponses) EditCopilotConfigWithResponse(ctx context.Context, workspace WorkspaceId, body EditCopilotConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*EditCopilotConfigResponse, error)

func (*ClientWithResponses) EditDefaultScriptsWithBodyWithResponse added in v1.290.0

func (c *ClientWithResponses) EditDefaultScriptsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditDefaultScriptsResponse, error)

EditDefaultScriptsWithBodyWithResponse request with arbitrary body returning *EditDefaultScriptsResponse

func (*ClientWithResponses) EditDefaultScriptsWithResponse added in v1.290.0

func (c *ClientWithResponses) EditDefaultScriptsWithResponse(ctx context.Context, workspace WorkspaceId, body EditDefaultScriptsJSONRequestBody, reqEditors ...RequestEditorFn) (*EditDefaultScriptsResponse, 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) EditLargeFileStorageConfigWithBodyWithResponse added in v1.208.0

func (c *ClientWithResponses) EditLargeFileStorageConfigWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditLargeFileStorageConfigResponse, error)

EditLargeFileStorageConfigWithBodyWithResponse request with arbitrary body returning *EditLargeFileStorageConfigResponse

func (*ClientWithResponses) EditLargeFileStorageConfigWithResponse added in v1.208.0

func (c *ClientWithResponses) EditLargeFileStorageConfigWithResponse(ctx context.Context, workspace WorkspaceId, body EditLargeFileStorageConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*EditLargeFileStorageConfigResponse, 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) EditWorkspaceDefaultAppWithBodyWithResponse added in v1.252.0

func (c *ClientWithResponses) EditWorkspaceDefaultAppWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditWorkspaceDefaultAppResponse, error)

EditWorkspaceDefaultAppWithBodyWithResponse request with arbitrary body returning *EditWorkspaceDefaultAppResponse

func (*ClientWithResponses) EditWorkspaceDefaultAppWithResponse added in v1.252.0

func (c *ClientWithResponses) EditWorkspaceDefaultAppWithResponse(ctx context.Context, workspace WorkspaceId, body EditWorkspaceDefaultAppJSONRequestBody, reqEditors ...RequestEditorFn) (*EditWorkspaceDefaultAppResponse, error)

func (*ClientWithResponses) EditWorkspaceDeployUISettingsWithBodyWithResponse added in v1.375.0

func (c *ClientWithResponses) EditWorkspaceDeployUISettingsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditWorkspaceDeployUISettingsResponse, error)

EditWorkspaceDeployUISettingsWithBodyWithResponse request with arbitrary body returning *EditWorkspaceDeployUISettingsResponse

func (*ClientWithResponses) EditWorkspaceDeployUISettingsWithResponse added in v1.375.0

func (c *ClientWithResponses) EditWorkspaceDeployUISettingsWithResponse(ctx context.Context, workspace WorkspaceId, body EditWorkspaceDeployUISettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*EditWorkspaceDeployUISettingsResponse, error)

func (*ClientWithResponses) EditWorkspaceGitSyncConfigWithBodyWithResponse added in v1.220.0

func (c *ClientWithResponses) EditWorkspaceGitSyncConfigWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditWorkspaceGitSyncConfigResponse, error)

EditWorkspaceGitSyncConfigWithBodyWithResponse request with arbitrary body returning *EditWorkspaceGitSyncConfigResponse

func (*ClientWithResponses) EditWorkspaceGitSyncConfigWithResponse added in v1.220.0

func (c *ClientWithResponses) EditWorkspaceGitSyncConfigWithResponse(ctx context.Context, workspace WorkspaceId, body EditWorkspaceGitSyncConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*EditWorkspaceGitSyncConfigResponse, 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) ExistsHttpTriggerWithResponse added in v1.398.0

func (c *ClientWithResponses) ExistsHttpTriggerWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsHttpTriggerResponse, error)

ExistsHttpTriggerWithResponse request returning *ExistsHttpTriggerResponse

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) ExistsRouteWithBodyWithResponse added in v1.398.0

func (c *ClientWithResponses) ExistsRouteWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExistsRouteResponse, error)

ExistsRouteWithBodyWithResponse request with arbitrary body returning *ExistsRouteResponse

func (*ClientWithResponses) ExistsRouteWithResponse added in v1.398.0

func (c *ClientWithResponses) ExistsRouteWithResponse(ctx context.Context, workspace WorkspaceId, body ExistsRouteJSONRequestBody, reqEditors ...RequestEditorFn) (*ExistsRouteResponse, error)

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) ExistsWebsocketTriggerWithResponse added in v1.410.0

func (c *ClientWithResponses) ExistsWebsocketTriggerWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsWebsocketTriggerResponse, error)

ExistsWebsocketTriggerWithResponse request returning *ExistsWebsocketTriggerResponse

func (*ClientWithResponses) ExistsWorkerWithTagWithResponse added in v1.223.0

func (c *ClientWithResponses) ExistsWorkerWithTagWithResponse(ctx context.Context, params *ExistsWorkerWithTagParams, reqEditors ...RequestEditorFn) (*ExistsWorkerWithTagResponse, error)

ExistsWorkerWithTagWithResponse request returning *ExistsWorkerWithTagResponse

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) ExportInstanceGroupsWithResponse added in v1.364.0

func (c *ClientWithResponses) ExportInstanceGroupsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ExportInstanceGroupsResponse, error)

ExportInstanceGroupsWithResponse request returning *ExportInstanceGroupsResponse

func (*ClientWithResponses) FileDownloadParquetAsCsvWithResponse added in v1.344.1

func (c *ClientWithResponses) FileDownloadParquetAsCsvWithResponse(ctx context.Context, workspace WorkspaceId, params *FileDownloadParquetAsCsvParams, reqEditors ...RequestEditorFn) (*FileDownloadParquetAsCsvResponse, error)

FileDownloadParquetAsCsvWithResponse request returning *FileDownloadParquetAsCsvResponse

func (*ClientWithResponses) FileDownloadWithResponse added in v1.259.0

func (c *ClientWithResponses) FileDownloadWithResponse(ctx context.Context, workspace WorkspaceId, params *FileDownloadParams, reqEditors ...RequestEditorFn) (*FileDownloadResponse, error)

FileDownloadWithResponse request returning *FileDownloadResponse

func (*ClientWithResponses) FileResourceTypeToFileExtMapWithResponse added in v1.397.0

func (c *ClientWithResponses) FileResourceTypeToFileExtMapWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*FileResourceTypeToFileExtMapResponse, error)

FileResourceTypeToFileExtMapWithResponse request returning *FileResourceTypeToFileExtMapResponse

func (*ClientWithResponses) FileUploadWithBodyWithResponse added in v1.259.0

func (c *ClientWithResponses) FileUploadWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *FileUploadParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FileUploadResponse, error)

FileUploadWithBodyWithResponse request with arbitrary body returning *FileUploadResponse

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) GeDefaultTagsWithResponse added in v1.267.0

func (c *ClientWithResponses) GeDefaultTagsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GeDefaultTagsResponse, error)

GeDefaultTagsWithResponse request returning *GeDefaultTagsResponse

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, params *GetAppByPathParams, 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) GetAppHistoryByPathWithResponse added in v1.220.0

func (c *ClientWithResponses) GetAppHistoryByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetAppHistoryByPathResponse, error)

GetAppHistoryByPathWithResponse request returning *GetAppHistoryByPathResponse

func (*ClientWithResponses) GetAppLatestVersionWithResponse added in v1.410.0

func (c *ClientWithResponses) GetAppLatestVersionWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetAppLatestVersionResponse, error)

GetAppLatestVersionWithResponse request returning *GetAppLatestVersionResponse

func (*ClientWithResponses) GetArgsFromHistoryOrSavedInputWithResponse added in v1.324.0

func (c *ClientWithResponses) GetArgsFromHistoryOrSavedInputWithResponse(ctx context.Context, workspace WorkspaceId, jobOrInputId string, params *GetArgsFromHistoryOrSavedInputParams, reqEditors ...RequestEditorFn) (*GetArgsFromHistoryOrSavedInputResponse, error)

GetArgsFromHistoryOrSavedInputWithResponse request returning *GetArgsFromHistoryOrSavedInputResponse

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) GetCompletedCountWithResponse added in v1.170.0

func (c *ClientWithResponses) GetCompletedCountWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetCompletedCountResponse, error)

GetCompletedCountWithResponse request returning *GetCompletedCountResponse

func (*ClientWithResponses) GetCompletedJobResultMaybeWithResponse added in v1.100.0

func (c *ClientWithResponses) GetCompletedJobResultMaybeWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, params *GetCompletedJobResultMaybeParams, 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, params *GetCompletedJobResultParams, 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) GetConcurrencyKeyWithResponse added in v1.331.0

func (c *ClientWithResponses) GetConcurrencyKeyWithResponse(ctx context.Context, id JobId, reqEditors ...RequestEditorFn) (*GetConcurrencyKeyResponse, error)

GetConcurrencyKeyWithResponse request returning *GetConcurrencyKeyResponse

func (*ClientWithResponses) GetConfigWithResponse added in v1.176.0

func (c *ClientWithResponses) GetConfigWithResponse(ctx context.Context, name Name, reqEditors ...RequestEditorFn) (*GetConfigResponse, error)

GetConfigWithResponse request returning *GetConfigResponse

func (*ClientWithResponses) GetCopilotInfoWithResponse added in v1.179.0

func (c *ClientWithResponses) GetCopilotInfoWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetCopilotInfoResponse, error)

GetCopilotInfoWithResponse request returning *GetCopilotInfoResponse

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) GetDbClockWithResponse added in v1.152.0

func (c *ClientWithResponses) GetDbClockWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetDbClockResponse, error)

GetDbClockWithResponse request returning *GetDbClockResponse

func (*ClientWithResponses) GetDefaultScriptsWithResponse added in v1.290.0

func (c *ClientWithResponses) GetDefaultScriptsWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetDefaultScriptsResponse, error)

GetDefaultScriptsWithResponse request returning *GetDefaultScriptsResponse

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, params *GetFlowByPathParams, reqEditors ...RequestEditorFn) (*GetFlowByPathResponse, error)

GetFlowByPathWithResponse request returning *GetFlowByPathResponse

func (*ClientWithResponses) GetFlowDebugInfoWithResponse added in v1.261.0

func (c *ClientWithResponses) GetFlowDebugInfoWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetFlowDebugInfoResponse, error)

GetFlowDebugInfoWithResponse request returning *GetFlowDebugInfoResponse

func (*ClientWithResponses) GetFlowHistoryWithResponse added in v1.357.0

func (c *ClientWithResponses) GetFlowHistoryWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetFlowHistoryResponse, error)

GetFlowHistoryWithResponse request returning *GetFlowHistoryResponse

func (*ClientWithResponses) GetFlowLatestVersionWithResponse added in v1.410.0

func (c *ClientWithResponses) GetFlowLatestVersionWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetFlowLatestVersionResponse, error)

GetFlowLatestVersionWithResponse request returning *GetFlowLatestVersionResponse

func (*ClientWithResponses) GetFlowUserStateWithResponse added in v1.296.0

func (c *ClientWithResponses) GetFlowUserStateWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, key string, reqEditors ...RequestEditorFn) (*GetFlowUserStateResponse, error)

GetFlowUserStateWithResponse request returning *GetFlowUserStateResponse

func (*ClientWithResponses) GetFlowVersionWithResponse added in v1.357.0

func (c *ClientWithResponses) GetFlowVersionWithResponse(ctx context.Context, workspace WorkspaceId, version float32, path ScriptPath, reqEditors ...RequestEditorFn) (*GetFlowVersionResponse, error)

GetFlowVersionWithResponse request returning *GetFlowVersionResponse

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) GetGlobalWithResponse added in v1.163.0

func (c *ClientWithResponses) GetGlobalWithResponse(ctx context.Context, key Key, reqEditors ...RequestEditorFn) (*GetGlobalResponse, error)

GetGlobalWithResponse request returning *GetGlobalResponse

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) GetHttpTriggerWithResponse added in v1.398.0

func (c *ClientWithResponses) GetHttpTriggerWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetHttpTriggerResponse, error)

GetHttpTriggerWithResponse request returning *GetHttpTriggerResponse

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) GetIsPremiumWithResponse added in v1.208.0

func (c *ClientWithResponses) GetIsPremiumWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetIsPremiumResponse, error)

GetIsPremiumWithResponse request returning *GetIsPremiumResponse

func (*ClientWithResponses) GetJobArgsWithResponse added in v1.356.0

func (c *ClientWithResponses) GetJobArgsWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetJobArgsResponse, error)

GetJobArgsWithResponse request returning *GetJobArgsResponse

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) GetJobMetricsWithBodyWithResponse added in v1.234.0

func (c *ClientWithResponses) GetJobMetricsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GetJobMetricsResponse, error)

GetJobMetricsWithBodyWithResponse request with arbitrary body returning *GetJobMetricsResponse

func (*ClientWithResponses) GetJobMetricsWithResponse added in v1.234.0

func (c *ClientWithResponses) GetJobMetricsWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, body GetJobMetricsJSONRequestBody, reqEditors ...RequestEditorFn) (*GetJobMetricsResponse, error)

func (*ClientWithResponses) GetJobProgressWithResponse added in v1.396.0

func (c *ClientWithResponses) GetJobProgressWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetJobProgressResponse, error)

GetJobProgressWithResponse request returning *GetJobProgressResponse

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, params *GetJobParams, reqEditors ...RequestEditorFn) (*GetJobResponse, error)

GetJobWithResponse request returning *GetJobResponse

func (*ClientWithResponses) GetLargeFileStorageConfigWithResponse added in v1.208.0

func (c *ClientWithResponses) GetLargeFileStorageConfigWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetLargeFileStorageConfigResponse, error)

GetLargeFileStorageConfigWithResponse request returning *GetLargeFileStorageConfigResponse

func (*ClientWithResponses) GetLatestKeyRenewalAttemptWithResponse added in v1.344.1

func (c *ClientWithResponses) GetLatestKeyRenewalAttemptWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetLatestKeyRenewalAttemptResponse, error)

GetLatestKeyRenewalAttemptWithResponse request returning *GetLatestKeyRenewalAttemptResponse

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) GetLocalWithResponse added in v1.163.0

func (c *ClientWithResponses) GetLocalWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetLocalResponse, error)

GetLocalWithResponse request returning *GetLocalResponse

func (*ClientWithResponses) GetLogFileFromStoreWithResponse added in v1.309.2

func (c *ClientWithResponses) GetLogFileFromStoreWithResponse(ctx context.Context, workspace WorkspaceId, path string, reqEditors ...RequestEditorFn) (*GetLogFileFromStoreResponse, error)

GetLogFileFromStoreWithResponse request returning *GetLogFileFromStoreResponse

func (*ClientWithResponses) GetLogFileWithResponse added in v1.389.0

func (c *ClientWithResponses) GetLogFileWithResponse(ctx context.Context, path Path, reqEditors ...RequestEditorFn) (*GetLogFileResponse, error)

GetLogFileWithResponse request returning *GetLogFileResponse

func (*ClientWithResponses) GetOAuthConnectWithResponse added in v1.344.1

func (c *ClientWithResponses) GetOAuthConnectWithResponse(ctx context.Context, client string, reqEditors ...RequestEditorFn) (*GetOAuthConnectResponse, error)

GetOAuthConnectWithResponse request returning *GetOAuthConnectResponse

func (*ClientWithResponses) GetOidcTokenWithResponse added in v1.246.0

func (c *ClientWithResponses) GetOidcTokenWithResponse(ctx context.Context, workspace WorkspaceId, audience string, reqEditors ...RequestEditorFn) (*GetOidcTokenResponse, error)

GetOidcTokenWithResponse request returning *GetOidcTokenResponse

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) GetPublicResourceWithResponse added in v1.174.0

func (c *ClientWithResponses) GetPublicResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetPublicResourceResponse, error)

GetPublicResourceWithResponse request returning *GetPublicResourceResponse

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) GetQueueCountWithResponse added in v1.152.0

func (c *ClientWithResponses) GetQueueCountWithResponse(ctx context.Context, workspace WorkspaceId, params *GetQueueCountParams, reqEditors ...RequestEditorFn) (*GetQueueCountResponse, error)

GetQueueCountWithResponse request returning *GetQueueCountResponse

func (*ClientWithResponses) GetQueueMetricsWithResponse added in v1.325.0

func (c *ClientWithResponses) GetQueueMetricsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetQueueMetricsResponse, error)

GetQueueMetricsWithResponse request returning *GetQueueMetricsResponse

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) GetResourceValueInterpolatedWithResponse added in v1.150.0

func (c *ClientWithResponses) GetResourceValueInterpolatedWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *GetResourceValueInterpolatedParams, reqEditors ...RequestEditorFn) (*GetResourceValueInterpolatedResponse, error)

GetResourceValueInterpolatedWithResponse request returning *GetResourceValueInterpolatedResponse

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) GetRootJobIdWithResponse added in v1.262.0

func (c *ClientWithResponses) GetRootJobIdWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetRootJobIdResponse, error)

GetRootJobIdWithResponse request returning *GetRootJobIdResponse

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, params *GetScriptByHashParams, 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, params *GetScriptByPathParams, 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) GetScriptHistoryByPathWithResponse added in v1.220.0

func (c *ClientWithResponses) GetScriptHistoryByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetScriptHistoryByPathResponse, error)

GetScriptHistoryByPathWithResponse request returning *GetScriptHistoryByPathResponse

func (*ClientWithResponses) GetScriptLatestVersionWithResponse added in v1.410.0

func (c *ClientWithResponses) GetScriptLatestVersionWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetScriptLatestVersionResponse, error)

GetScriptLatestVersionWithResponse request returning *GetScriptLatestVersionResponse

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) GetTopHubScriptsWithResponse added in v1.189.0

func (c *ClientWithResponses) GetTopHubScriptsWithResponse(ctx context.Context, params *GetTopHubScriptsParams, reqEditors ...RequestEditorFn) (*GetTopHubScriptsResponse, error)

GetTopHubScriptsWithResponse request returning *GetTopHubScriptsResponse

func (*ClientWithResponses) GetTriggersCountOfFlowWithResponse added in v1.409.0

func (c *ClientWithResponses) GetTriggersCountOfFlowWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetTriggersCountOfFlowResponse, error)

GetTriggersCountOfFlowWithResponse request returning *GetTriggersCountOfFlowResponse

func (*ClientWithResponses) GetTriggersCountOfScriptWithResponse added in v1.409.0

func (c *ClientWithResponses) GetTriggersCountOfScriptWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetTriggersCountOfScriptResponse, error)

GetTriggersCountOfScriptWithResponse request returning *GetTriggersCountOfScriptResponse

func (*ClientWithResponses) GetTutorialProgressWithResponse added in v1.179.0

func (c *ClientWithResponses) GetTutorialProgressWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTutorialProgressResponse, error)

GetTutorialProgressWithResponse request returning *GetTutorialProgressResponse

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) GetUsedTriggersWithResponse added in v1.410.0

func (c *ClientWithResponses) GetUsedTriggersWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetUsedTriggersResponse, error)

GetUsedTriggersWithResponse request returning *GetUsedTriggersResponse

func (*ClientWithResponses) GetUserWithResponse added in v1.283.0

func (c *ClientWithResponses) GetUserWithResponse(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*GetUserResponse, error)

GetUserWithResponse request returning *GetUserResponse

func (*ClientWithResponses) GetVariableValueWithResponse added in v1.150.0

func (c *ClientWithResponses) GetVariableValueWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetVariableValueResponse, error)

GetVariableValueWithResponse request returning *GetVariableValueResponse

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) GetWebsocketTriggerWithResponse added in v1.410.0

func (c *ClientWithResponses) GetWebsocketTriggerWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetWebsocketTriggerResponse, error)

GetWebsocketTriggerWithResponse request returning *GetWebsocketTriggerResponse

func (*ClientWithResponses) GetWorkspaceDefaultAppWithResponse added in v1.252.0

func (c *ClientWithResponses) GetWorkspaceDefaultAppWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetWorkspaceDefaultAppResponse, error)

GetWorkspaceDefaultAppWithResponse request returning *GetWorkspaceDefaultAppResponse

func (*ClientWithResponses) GetWorkspaceEncryptionKeyWithResponse added in v1.270.0

func (c *ClientWithResponses) GetWorkspaceEncryptionKeyWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetWorkspaceEncryptionKeyResponse, error)

GetWorkspaceEncryptionKeyWithResponse request returning *GetWorkspaceEncryptionKeyResponse

func (*ClientWithResponses) GetWorkspaceNameWithResponse added in v1.294.0

func (c *ClientWithResponses) GetWorkspaceNameWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetWorkspaceNameResponse, error)

GetWorkspaceNameWithResponse request returning *GetWorkspaceNameResponse

func (*ClientWithResponses) GetWorkspaceUsageWithResponse added in v1.299.0

func (c *ClientWithResponses) GetWorkspaceUsageWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetWorkspaceUsageResponse, error)

GetWorkspaceUsageWithResponse request returning *GetWorkspaceUsageResponse

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) GlobalUserRenameWithBodyWithResponse added in v1.290.0

func (c *ClientWithResponses) GlobalUserRenameWithBodyWithResponse(ctx context.Context, email string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GlobalUserRenameResponse, error)

GlobalUserRenameWithBodyWithResponse request with arbitrary body returning *GlobalUserRenameResponse

func (*ClientWithResponses) GlobalUserRenameWithResponse added in v1.290.0

func (c *ClientWithResponses) GlobalUserRenameWithResponse(ctx context.Context, email string, body GlobalUserRenameJSONRequestBody, reqEditors ...RequestEditorFn) (*GlobalUserRenameResponse, error)

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) GlobalUsernameInfoWithResponse added in v1.290.0

func (c *ClientWithResponses) GlobalUsernameInfoWithResponse(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*GlobalUsernameInfoResponse, error)

GlobalUsernameInfoWithResponse request returning *GlobalUsernameInfoResponse

func (*ClientWithResponses) GlobalUsersExportWithResponse added in v1.364.0

func (c *ClientWithResponses) GlobalUsersExportWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GlobalUsersExportResponse, error)

GlobalUsersExportWithResponse request returning *GlobalUsersExportResponse

func (*ClientWithResponses) GlobalUsersOverwriteWithBodyWithResponse added in v1.364.0

func (c *ClientWithResponses) GlobalUsersOverwriteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GlobalUsersOverwriteResponse, error)

GlobalUsersOverwriteWithBodyWithResponse request with arbitrary body returning *GlobalUsersOverwriteResponse

func (*ClientWithResponses) GlobalUsersOverwriteWithResponse added in v1.364.0

func (c *ClientWithResponses) GlobalUsersOverwriteWithResponse(ctx context.Context, body GlobalUsersOverwriteJSONRequestBody, reqEditors ...RequestEditorFn) (*GlobalUsersOverwriteResponse, 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) IsDefaultTagsPerWorkspaceWithResponse added in v1.267.0

func (c *ClientWithResponses) IsDefaultTagsPerWorkspaceWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*IsDefaultTagsPerWorkspaceResponse, error)

IsDefaultTagsPerWorkspaceWithResponse request returning *IsDefaultTagsPerWorkspaceResponse

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) LeaveInstanceWithResponse added in v1.210.1

func (c *ClientWithResponses) LeaveInstanceWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LeaveInstanceResponse, error)

LeaveInstanceWithResponse request returning *LeaveInstanceResponse

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) ListAutoscalingEventsWithResponse added in v1.413.0

func (c *ClientWithResponses) ListAutoscalingEventsWithResponse(ctx context.Context, workerGroup string, reqEditors ...RequestEditorFn) (*ListAutoscalingEventsResponse, error)

ListAutoscalingEventsWithResponse request returning *ListAutoscalingEventsResponse

func (*ClientWithResponses) ListCompletedJobsWithResponse

func (c *ClientWithResponses) ListCompletedJobsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListCompletedJobsParams, reqEditors ...RequestEditorFn) (*ListCompletedJobsResponse, error)

ListCompletedJobsWithResponse request returning *ListCompletedJobsResponse

func (*ClientWithResponses) ListConcurrencyGroupsWithResponse added in v1.252.0

func (c *ClientWithResponses) ListConcurrencyGroupsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListConcurrencyGroupsResponse, error)

ListConcurrencyGroupsWithResponse request returning *ListConcurrencyGroupsResponse

func (*ClientWithResponses) ListConfigsWithResponse added in v1.364.0

func (c *ClientWithResponses) ListConfigsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListConfigsResponse, error)

ListConfigsWithResponse request returning *ListConfigsResponse

func (*ClientWithResponses) ListContextualVariablesWithResponse

func (c *ClientWithResponses) ListContextualVariablesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListContextualVariablesResponse, error)

ListContextualVariablesWithResponse request returning *ListContextualVariablesResponse

func (*ClientWithResponses) ListExtendedJobsWithResponse added in v1.333.5

func (c *ClientWithResponses) ListExtendedJobsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListExtendedJobsParams, reqEditors ...RequestEditorFn) (*ListExtendedJobsResponse, error)

ListExtendedJobsWithResponse request returning *ListExtendedJobsResponse

func (*ClientWithResponses) ListFilteredUuidsWithResponse added in v1.344.1

func (c *ClientWithResponses) ListFilteredUuidsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListFilteredUuidsParams, reqEditors ...RequestEditorFn) (*ListFilteredUuidsResponse, error)

ListFilteredUuidsWithResponse request returning *ListFilteredUuidsResponse

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) ListGlobalSettingsWithResponse added in v1.364.0

func (c *ClientWithResponses) ListGlobalSettingsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListGlobalSettingsResponse, error)

ListGlobalSettingsWithResponse request returning *ListGlobalSettingsResponse

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) ListHttpTriggersWithResponse added in v1.398.0

func (c *ClientWithResponses) ListHttpTriggersWithResponse(ctx context.Context, workspace WorkspaceId, params *ListHttpTriggersParams, reqEditors ...RequestEditorFn) (*ListHttpTriggersResponse, error)

ListHttpTriggersWithResponse request returning *ListHttpTriggersResponse

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) ListHubIntegrationsWithResponse added in v1.189.0

func (c *ClientWithResponses) ListHubIntegrationsWithResponse(ctx context.Context, params *ListHubIntegrationsParams, reqEditors ...RequestEditorFn) (*ListHubIntegrationsResponse, error)

ListHubIntegrationsWithResponse request returning *ListHubIntegrationsResponse

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) ListLogFilesWithResponse added in v1.389.0

func (c *ClientWithResponses) ListLogFilesWithResponse(ctx context.Context, params *ListLogFilesParams, reqEditors ...RequestEditorFn) (*ListLogFilesResponse, error)

ListLogFilesWithResponse request returning *ListLogFilesResponse

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) ListResourceNamesWithResponse added in v1.168.3

func (c *ClientWithResponses) ListResourceNamesWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*ListResourceNamesResponse, error)

ListResourceNamesWithResponse request returning *ListResourceNamesResponse

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) ListSearchAppWithResponse added in v1.180.0

func (c *ClientWithResponses) ListSearchAppWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListSearchAppResponse, error)

ListSearchAppWithResponse request returning *ListSearchAppResponse

func (*ClientWithResponses) ListSearchFlowWithResponse added in v1.180.0

func (c *ClientWithResponses) ListSearchFlowWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListSearchFlowResponse, error)

ListSearchFlowWithResponse request returning *ListSearchFlowResponse

func (*ClientWithResponses) ListSearchResourceWithResponse added in v1.180.0

func (c *ClientWithResponses) ListSearchResourceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListSearchResourceResponse, error)

ListSearchResourceWithResponse request returning *ListSearchResourceResponse

func (*ClientWithResponses) ListSearchScriptWithResponse added in v1.180.0

func (c *ClientWithResponses) ListSearchScriptWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListSearchScriptResponse, error)

ListSearchScriptWithResponse request returning *ListSearchScriptResponse

func (*ClientWithResponses) ListStoredFilesWithResponse added in v1.212.0

func (c *ClientWithResponses) ListStoredFilesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListStoredFilesParams, reqEditors ...RequestEditorFn) (*ListStoredFilesResponse, error)

ListStoredFilesWithResponse request returning *ListStoredFilesResponse

func (*ClientWithResponses) ListTokensOfFlowWithResponse added in v1.409.0

func (c *ClientWithResponses) ListTokensOfFlowWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*ListTokensOfFlowResponse, error)

ListTokensOfFlowWithResponse request returning *ListTokensOfFlowResponse

func (*ClientWithResponses) ListTokensOfScriptWithResponse added in v1.409.0

func (c *ClientWithResponses) ListTokensOfScriptWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*ListTokensOfScriptResponse, error)

ListTokensOfScriptWithResponse request returning *ListTokensOfScriptResponse

func (*ClientWithResponses) ListTokensWithResponse

func (c *ClientWithResponses) ListTokensWithResponse(ctx context.Context, params *ListTokensParams, 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) ListUsersUsageWithResponse added in v1.277.0

func (c *ClientWithResponses) ListUsersUsageWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListUsersUsageResponse, error)

ListUsersUsageWithResponse request returning *ListUsersUsageResponse

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, params *ListVariableParams, reqEditors ...RequestEditorFn) (*ListVariableResponse, error)

ListVariableWithResponse request returning *ListVariableResponse

func (*ClientWithResponses) ListWebsocketTriggersWithResponse added in v1.410.0

func (c *ClientWithResponses) ListWebsocketTriggersWithResponse(ctx context.Context, workspace WorkspaceId, params *ListWebsocketTriggersParams, reqEditors ...RequestEditorFn) (*ListWebsocketTriggersResponse, error)

ListWebsocketTriggersWithResponse request returning *ListWebsocketTriggersResponse

func (*ClientWithResponses) ListWorkerGroupsWithResponse added in v1.172.0

func (c *ClientWithResponses) ListWorkerGroupsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListWorkerGroupsResponse, error)

ListWorkerGroupsWithResponse request returning *ListWorkerGroupsResponse

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) LoadCsvPreviewWithResponse added in v1.344.1

func (c *ClientWithResponses) LoadCsvPreviewWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *LoadCsvPreviewParams, reqEditors ...RequestEditorFn) (*LoadCsvPreviewResponse, error)

LoadCsvPreviewWithResponse request returning *LoadCsvPreviewResponse

func (*ClientWithResponses) LoadFileMetadataWithResponse added in v1.213.0

func (c *ClientWithResponses) LoadFileMetadataWithResponse(ctx context.Context, workspace WorkspaceId, params *LoadFileMetadataParams, reqEditors ...RequestEditorFn) (*LoadFileMetadataResponse, error)

LoadFileMetadataWithResponse request returning *LoadFileMetadataResponse

func (*ClientWithResponses) LoadFilePreviewWithResponse added in v1.212.0

func (c *ClientWithResponses) LoadFilePreviewWithResponse(ctx context.Context, workspace WorkspaceId, params *LoadFilePreviewParams, reqEditors ...RequestEditorFn) (*LoadFilePreviewResponse, error)

LoadFilePreviewWithResponse request returning *LoadFilePreviewResponse

func (*ClientWithResponses) LoadParquetPreviewWithResponse added in v1.253.5

func (c *ClientWithResponses) LoadParquetPreviewWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *LoadParquetPreviewParams, reqEditors ...RequestEditorFn) (*LoadParquetPreviewResponse, error)

LoadParquetPreviewWithResponse request returning *LoadParquetPreviewResponse

func (*ClientWithResponses) LoadTableRowCountWithResponse added in v1.394.5

func (c *ClientWithResponses) LoadTableRowCountWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *LoadTableRowCountParams, reqEditors ...RequestEditorFn) (*LoadTableRowCountResponse, error)

LoadTableRowCountWithResponse request returning *LoadTableRowCountResponse

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) MoveS3FileWithResponse added in v1.230.0

func (c *ClientWithResponses) MoveS3FileWithResponse(ctx context.Context, workspace WorkspaceId, params *MoveS3FileParams, reqEditors ...RequestEditorFn) (*MoveS3FileResponse, error)

MoveS3FileWithResponse request returning *MoveS3FileResponse

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) OverwriteInstanceGroupsWithBodyWithResponse added in v1.364.0

func (c *ClientWithResponses) OverwriteInstanceGroupsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OverwriteInstanceGroupsResponse, error)

OverwriteInstanceGroupsWithBodyWithResponse request with arbitrary body returning *OverwriteInstanceGroupsResponse

func (*ClientWithResponses) OverwriteInstanceGroupsWithResponse added in v1.364.0

func (c *ClientWithResponses) OverwriteInstanceGroupsWithResponse(ctx context.Context, body OverwriteInstanceGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*OverwriteInstanceGroupsResponse, error)

func (*ClientWithResponses) PolarsConnectionSettingsV2WithBodyWithResponse added in v1.220.0

func (c *ClientWithResponses) PolarsConnectionSettingsV2WithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PolarsConnectionSettingsV2Response, error)

PolarsConnectionSettingsV2WithBodyWithResponse request with arbitrary body returning *PolarsConnectionSettingsV2Response

func (*ClientWithResponses) PolarsConnectionSettingsV2WithResponse added in v1.220.0

func (c *ClientWithResponses) PolarsConnectionSettingsV2WithResponse(ctx context.Context, workspace WorkspaceId, body PolarsConnectionSettingsV2JSONRequestBody, reqEditors ...RequestEditorFn) (*PolarsConnectionSettingsV2Response, error)

func (*ClientWithResponses) PolarsConnectionSettingsWithBodyWithResponse added in v1.214.1

func (c *ClientWithResponses) PolarsConnectionSettingsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PolarsConnectionSettingsResponse, error)

PolarsConnectionSettingsWithBodyWithResponse request with arbitrary body returning *PolarsConnectionSettingsResponse

func (*ClientWithResponses) PolarsConnectionSettingsWithResponse added in v1.208.0

func (c *ClientWithResponses) PolarsConnectionSettingsWithResponse(ctx context.Context, workspace WorkspaceId, body PolarsConnectionSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*PolarsConnectionSettingsResponse, error)

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) QueryHubScriptsWithResponse added in v1.169.0

func (c *ClientWithResponses) QueryHubScriptsWithResponse(ctx context.Context, params *QueryHubScriptsParams, reqEditors ...RequestEditorFn) (*QueryHubScriptsResponse, error)

QueryHubScriptsWithResponse request returning *QueryHubScriptsResponse

func (*ClientWithResponses) QueryResourceTypesWithResponse added in v1.189.0

func (c *ClientWithResponses) QueryResourceTypesWithResponse(ctx context.Context, workspace WorkspaceId, params *QueryResourceTypesParams, reqEditors ...RequestEditorFn) (*QueryResourceTypesResponse, error)

QueryResourceTypesWithResponse request returning *QueryResourceTypesResponse

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) RefreshUserTokenWithResponse added in v1.142.0

func (c *ClientWithResponses) RefreshUserTokenWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*RefreshUserTokenResponse, error)

RefreshUserTokenWithResponse request returning *RefreshUserTokenResponse

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) RemoveUserFromInstanceGroupWithBodyWithResponse added in v1.241.0

func (c *ClientWithResponses) RemoveUserFromInstanceGroupWithBodyWithResponse(ctx context.Context, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveUserFromInstanceGroupResponse, error)

RemoveUserFromInstanceGroupWithBodyWithResponse request with arbitrary body returning *RemoveUserFromInstanceGroupResponse

func (*ClientWithResponses) RemoveUserFromInstanceGroupWithResponse added in v1.241.0

func (c *ClientWithResponses) RemoveUserFromInstanceGroupWithResponse(ctx context.Context, name Name, body RemoveUserFromInstanceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*RemoveUserFromInstanceGroupResponse, 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) RenewLicenseKeyWithResponse added in v1.344.1

func (c *ClientWithResponses) RenewLicenseKeyWithResponse(ctx context.Context, params *RenewLicenseKeyParams, reqEditors ...RequestEditorFn) (*RenewLicenseKeyResponse, error)

RenewLicenseKeyWithResponse request returning *RenewLicenseKeyResponse

func (*ClientWithResponses) RestartFlowAtStepWithBodyWithResponse added in v1.194.0

func (c *ClientWithResponses) RestartFlowAtStepWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, stepId string, branchOrIterationN int, params *RestartFlowAtStepParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RestartFlowAtStepResponse, error)

RestartFlowAtStepWithBodyWithResponse request with arbitrary body returning *RestartFlowAtStepResponse

func (*ClientWithResponses) RestartFlowAtStepWithResponse added in v1.194.0

func (c *ClientWithResponses) RestartFlowAtStepWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, stepId string, branchOrIterationN int, params *RestartFlowAtStepParams, body RestartFlowAtStepJSONRequestBody, reqEditors ...RequestEditorFn) (*RestartFlowAtStepResponse, 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) RunCodeWorkflowTaskWithBodyWithResponse added in v1.284.0

func (c *ClientWithResponses) RunCodeWorkflowTaskWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, jobId string, entrypoint string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunCodeWorkflowTaskResponse, error)

RunCodeWorkflowTaskWithBodyWithResponse request with arbitrary body returning *RunCodeWorkflowTaskResponse

func (*ClientWithResponses) RunCodeWorkflowTaskWithResponse added in v1.284.0

func (c *ClientWithResponses) RunCodeWorkflowTaskWithResponse(ctx context.Context, workspace WorkspaceId, jobId string, entrypoint string, body RunCodeWorkflowTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*RunCodeWorkflowTaskResponse, 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) RunRawScriptDependenciesWithBodyWithResponse added in v1.245.0

func (c *ClientWithResponses) RunRawScriptDependenciesWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunRawScriptDependenciesResponse, error)

RunRawScriptDependenciesWithBodyWithResponse request with arbitrary body returning *RunRawScriptDependenciesResponse

func (*ClientWithResponses) RunRawScriptDependenciesWithResponse added in v1.245.0

func (c *ClientWithResponses) RunRawScriptDependenciesWithResponse(ctx context.Context, workspace WorkspaceId, body RunRawScriptDependenciesJSONRequestBody, reqEditors ...RequestEditorFn) (*RunRawScriptDependenciesResponse, 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) RunSlackMessageTestJobWithBodyWithResponse added in v1.185.0

func (c *ClientWithResponses) RunSlackMessageTestJobWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunSlackMessageTestJobResponse, error)

RunSlackMessageTestJobWithBodyWithResponse request with arbitrary body returning *RunSlackMessageTestJobResponse

func (*ClientWithResponses) RunSlackMessageTestJobWithResponse added in v1.185.0

func (c *ClientWithResponses) RunSlackMessageTestJobWithResponse(ctx context.Context, workspace WorkspaceId, body RunSlackMessageTestJobJSONRequestBody, reqEditors ...RequestEditorFn) (*RunSlackMessageTestJobResponse, 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) S3ResourceInfoWithBodyWithResponse added in v1.228.0

func (c *ClientWithResponses) S3ResourceInfoWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*S3ResourceInfoResponse, error)

S3ResourceInfoWithBodyWithResponse request with arbitrary body returning *S3ResourceInfoResponse

func (*ClientWithResponses) S3ResourceInfoWithResponse added in v1.228.0

func (c *ClientWithResponses) S3ResourceInfoWithResponse(ctx context.Context, workspace WorkspaceId, body S3ResourceInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*S3ResourceInfoResponse, error)

func (*ClientWithResponses) SearchJobsIndexWithResponse added in v1.362.0

func (c *ClientWithResponses) SearchJobsIndexWithResponse(ctx context.Context, workspace WorkspaceId, params *SearchJobsIndexParams, reqEditors ...RequestEditorFn) (*SearchJobsIndexResponse, error)

SearchJobsIndexWithResponse request returning *SearchJobsIndexResponse

func (*ClientWithResponses) SearchLogsIndexWithResponse added in v1.419.0

func (c *ClientWithResponses) SearchLogsIndexWithResponse(ctx context.Context, params *SearchLogsIndexParams, reqEditors ...RequestEditorFn) (*SearchLogsIndexResponse, error)

SearchLogsIndexWithResponse request returning *SearchLogsIndexResponse

func (*ClientWithResponses) SendStatsWithResponse added in v1.201.0

func (c *ClientWithResponses) SendStatsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*SendStatsResponse, error)

SendStatsWithResponse request returning *SendStatsResponse

func (*ClientWithResponses) SetAutomaticBillingWithBodyWithResponse added in v1.273.0

func (c *ClientWithResponses) SetAutomaticBillingWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetAutomaticBillingResponse, error)

SetAutomaticBillingWithBodyWithResponse request with arbitrary body returning *SetAutomaticBillingResponse

func (*ClientWithResponses) SetAutomaticBillingWithResponse added in v1.273.0

func (c *ClientWithResponses) SetAutomaticBillingWithResponse(ctx context.Context, workspace WorkspaceId, body SetAutomaticBillingJSONRequestBody, reqEditors ...RequestEditorFn) (*SetAutomaticBillingResponse, error)

func (*ClientWithResponses) SetDefaultErrorOrRecoveryHandlerWithBodyWithResponse added in v1.202.0

func (c *ClientWithResponses) SetDefaultErrorOrRecoveryHandlerWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetDefaultErrorOrRecoveryHandlerResponse, error)

SetDefaultErrorOrRecoveryHandlerWithBodyWithResponse request with arbitrary body returning *SetDefaultErrorOrRecoveryHandlerResponse

func (*ClientWithResponses) SetDefaultErrorOrRecoveryHandlerWithResponse added in v1.202.0

func (c *ClientWithResponses) SetDefaultErrorOrRecoveryHandlerWithResponse(ctx context.Context, workspace WorkspaceId, body SetDefaultErrorOrRecoveryHandlerJSONRequestBody, reqEditors ...RequestEditorFn) (*SetDefaultErrorOrRecoveryHandlerResponse, error)

func (*ClientWithResponses) SetEnvironmentVariableWithBodyWithResponse added in v1.295.0

func (c *ClientWithResponses) SetEnvironmentVariableWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetEnvironmentVariableResponse, error)

SetEnvironmentVariableWithBodyWithResponse request with arbitrary body returning *SetEnvironmentVariableResponse

func (*ClientWithResponses) SetEnvironmentVariableWithResponse added in v1.295.0

func (c *ClientWithResponses) SetEnvironmentVariableWithResponse(ctx context.Context, workspace WorkspaceId, body SetEnvironmentVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*SetEnvironmentVariableResponse, error)

func (*ClientWithResponses) SetFlowUserStateWithBodyWithResponse added in v1.296.0

func (c *ClientWithResponses) SetFlowUserStateWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, key string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetFlowUserStateResponse, error)

SetFlowUserStateWithBodyWithResponse request with arbitrary body returning *SetFlowUserStateResponse

func (*ClientWithResponses) SetFlowUserStateWithResponse added in v1.296.0

func (c *ClientWithResponses) SetFlowUserStateWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, key string, body SetFlowUserStateJSONRequestBody, reqEditors ...RequestEditorFn) (*SetFlowUserStateResponse, error)

func (*ClientWithResponses) SetGlobalWithBodyWithResponse added in v1.163.0

func (c *ClientWithResponses) SetGlobalWithBodyWithResponse(ctx context.Context, key Key, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetGlobalResponse, error)

SetGlobalWithBodyWithResponse request with arbitrary body returning *SetGlobalResponse

func (*ClientWithResponses) SetGlobalWithResponse added in v1.163.0

func (c *ClientWithResponses) SetGlobalWithResponse(ctx context.Context, key Key, body SetGlobalJSONRequestBody, reqEditors ...RequestEditorFn) (*SetGlobalResponse, error)

func (*ClientWithResponses) SetJobProgressWithBodyWithResponse added in v1.396.0

func (c *ClientWithResponses) SetJobProgressWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetJobProgressResponse, error)

SetJobProgressWithBodyWithResponse request with arbitrary body returning *SetJobProgressResponse

func (*ClientWithResponses) SetJobProgressWithResponse added in v1.396.0

func (c *ClientWithResponses) SetJobProgressWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, body SetJobProgressJSONRequestBody, reqEditors ...RequestEditorFn) (*SetJobProgressResponse, error)

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) SetWebsocketTriggerEnabledWithBodyWithResponse added in v1.410.0

func (c *ClientWithResponses) SetWebsocketTriggerEnabledWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetWebsocketTriggerEnabledResponse, error)

SetWebsocketTriggerEnabledWithBodyWithResponse request with arbitrary body returning *SetWebsocketTriggerEnabledResponse

func (*ClientWithResponses) SetWebsocketTriggerEnabledWithResponse added in v1.410.0

func (c *ClientWithResponses) SetWebsocketTriggerEnabledWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body SetWebsocketTriggerEnabledJSONRequestBody, reqEditors ...RequestEditorFn) (*SetWebsocketTriggerEnabledResponse, error)

func (*ClientWithResponses) SetWorkspaceEncryptionKeyWithBodyWithResponse added in v1.270.0

func (c *ClientWithResponses) SetWorkspaceEncryptionKeyWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetWorkspaceEncryptionKeyResponse, error)

SetWorkspaceEncryptionKeyWithBodyWithResponse request with arbitrary body returning *SetWorkspaceEncryptionKeyResponse

func (*ClientWithResponses) SetWorkspaceEncryptionKeyWithResponse added in v1.270.0

func (c *ClientWithResponses) SetWorkspaceEncryptionKeyWithResponse(ctx context.Context, workspace WorkspaceId, body SetWorkspaceEncryptionKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*SetWorkspaceEncryptionKeyResponse, 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) TestCriticalChannelsWithBodyWithResponse added in v1.398.0

func (c *ClientWithResponses) TestCriticalChannelsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TestCriticalChannelsResponse, error)

TestCriticalChannelsWithBodyWithResponse request with arbitrary body returning *TestCriticalChannelsResponse

func (*ClientWithResponses) TestCriticalChannelsWithResponse added in v1.398.0

func (c *ClientWithResponses) TestCriticalChannelsWithResponse(ctx context.Context, body TestCriticalChannelsJSONRequestBody, reqEditors ...RequestEditorFn) (*TestCriticalChannelsResponse, error)

func (*ClientWithResponses) TestLicenseKeyWithBodyWithResponse added in v1.176.0

func (c *ClientWithResponses) TestLicenseKeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TestLicenseKeyResponse, error)

TestLicenseKeyWithBodyWithResponse request with arbitrary body returning *TestLicenseKeyResponse

func (*ClientWithResponses) TestLicenseKeyWithResponse added in v1.176.0

func (c *ClientWithResponses) TestLicenseKeyWithResponse(ctx context.Context, body TestLicenseKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*TestLicenseKeyResponse, error)

func (*ClientWithResponses) TestMetadataWithBodyWithResponse added in v1.271.0

func (c *ClientWithResponses) TestMetadataWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TestMetadataResponse, error)

TestMetadataWithBodyWithResponse request with arbitrary body returning *TestMetadataResponse

func (*ClientWithResponses) TestMetadataWithResponse added in v1.271.0

func (c *ClientWithResponses) TestMetadataWithResponse(ctx context.Context, body TestMetadataJSONRequestBody, reqEditors ...RequestEditorFn) (*TestMetadataResponse, error)

func (*ClientWithResponses) TestObjectStorageConfigWithBodyWithResponse added in v1.295.2

func (c *ClientWithResponses) TestObjectStorageConfigWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TestObjectStorageConfigResponse, error)

TestObjectStorageConfigWithBodyWithResponse request with arbitrary body returning *TestObjectStorageConfigResponse

func (*ClientWithResponses) TestObjectStorageConfigWithResponse added in v1.295.2

func (c *ClientWithResponses) TestObjectStorageConfigWithResponse(ctx context.Context, body TestObjectStorageConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*TestObjectStorageConfigResponse, error)

func (*ClientWithResponses) TestSmtpWithBodyWithResponse added in v1.176.0

func (c *ClientWithResponses) TestSmtpWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TestSmtpResponse, error)

TestSmtpWithBodyWithResponse request with arbitrary body returning *TestSmtpResponse

func (*ClientWithResponses) TestSmtpWithResponse added in v1.176.0

func (c *ClientWithResponses) TestSmtpWithResponse(ctx context.Context, body TestSmtpJSONRequestBody, reqEditors ...RequestEditorFn) (*TestSmtpResponse, error)

func (*ClientWithResponses) ToggleWorkspaceErrorHandlerForFlowWithBodyWithResponse added in v1.185.0

func (c *ClientWithResponses) ToggleWorkspaceErrorHandlerForFlowWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ToggleWorkspaceErrorHandlerForFlowResponse, error)

ToggleWorkspaceErrorHandlerForFlowWithBodyWithResponse request with arbitrary body returning *ToggleWorkspaceErrorHandlerForFlowResponse

func (*ClientWithResponses) ToggleWorkspaceErrorHandlerForFlowWithResponse added in v1.185.0

func (c *ClientWithResponses) ToggleWorkspaceErrorHandlerForFlowWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ToggleWorkspaceErrorHandlerForFlowJSONRequestBody, reqEditors ...RequestEditorFn) (*ToggleWorkspaceErrorHandlerForFlowResponse, error)

func (*ClientWithResponses) ToggleWorkspaceErrorHandlerForScriptWithBodyWithResponse added in v1.185.0

func (c *ClientWithResponses) ToggleWorkspaceErrorHandlerForScriptWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ToggleWorkspaceErrorHandlerForScriptResponse, error)

ToggleWorkspaceErrorHandlerForScriptWithBodyWithResponse request with arbitrary body returning *ToggleWorkspaceErrorHandlerForScriptResponse

func (*ClientWithResponses) ToggleWorkspaceErrorHandlerForScriptWithResponse added in v1.185.0

func (c *ClientWithResponses) ToggleWorkspaceErrorHandlerForScriptWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ToggleWorkspaceErrorHandlerForScriptJSONRequestBody, reqEditors ...RequestEditorFn) (*ToggleWorkspaceErrorHandlerForScriptResponse, 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) UpdateAppHistoryWithBodyWithResponse added in v1.220.0

func (c *ClientWithResponses) UpdateAppHistoryWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id PathId, version PathVersion, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAppHistoryResponse, error)

UpdateAppHistoryWithBodyWithResponse request with arbitrary body returning *UpdateAppHistoryResponse

func (*ClientWithResponses) UpdateAppHistoryWithResponse added in v1.220.0

func (c *ClientWithResponses) UpdateAppHistoryWithResponse(ctx context.Context, workspace WorkspaceId, id PathId, version PathVersion, body UpdateAppHistoryJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAppHistoryResponse, 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) UpdateConfigWithBodyWithResponse added in v1.176.0

func (c *ClientWithResponses) UpdateConfigWithBodyWithResponse(ctx context.Context, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateConfigResponse, error)

UpdateConfigWithBodyWithResponse request with arbitrary body returning *UpdateConfigResponse

func (*ClientWithResponses) UpdateConfigWithResponse added in v1.176.0

func (c *ClientWithResponses) UpdateConfigWithResponse(ctx context.Context, name Name, body UpdateConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateConfigResponse, error)

func (*ClientWithResponses) UpdateFlowHistoryWithBodyWithResponse added in v1.357.0

func (c *ClientWithResponses) UpdateFlowHistoryWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, version float32, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateFlowHistoryResponse, error)

UpdateFlowHistoryWithBodyWithResponse request with arbitrary body returning *UpdateFlowHistoryResponse

func (*ClientWithResponses) UpdateFlowHistoryWithResponse added in v1.357.0

func (c *ClientWithResponses) UpdateFlowHistoryWithResponse(ctx context.Context, workspace WorkspaceId, version float32, path ScriptPath, body UpdateFlowHistoryJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateFlowHistoryResponse, error)

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) UpdateHttpTriggerWithBodyWithResponse added in v1.398.0

func (c *ClientWithResponses) UpdateHttpTriggerWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateHttpTriggerResponse, error)

UpdateHttpTriggerWithBodyWithResponse request with arbitrary body returning *UpdateHttpTriggerResponse

func (*ClientWithResponses) UpdateHttpTriggerWithResponse added in v1.398.0

func (c *ClientWithResponses) UpdateHttpTriggerWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body UpdateHttpTriggerJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateHttpTriggerResponse, 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) UpdateInstanceGroupWithBodyWithResponse added in v1.241.0

func (c *ClientWithResponses) UpdateInstanceGroupWithBodyWithResponse(ctx context.Context, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateInstanceGroupResponse, error)

UpdateInstanceGroupWithBodyWithResponse request with arbitrary body returning *UpdateInstanceGroupResponse

func (*ClientWithResponses) UpdateInstanceGroupWithResponse added in v1.241.0

func (c *ClientWithResponses) UpdateInstanceGroupWithResponse(ctx context.Context, name Name, body UpdateInstanceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateInstanceGroupResponse, 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) UpdateScriptHistoryWithBodyWithResponse added in v1.220.0

func (c *ClientWithResponses) UpdateScriptHistoryWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateScriptHistoryResponse, error)

UpdateScriptHistoryWithBodyWithResponse request with arbitrary body returning *UpdateScriptHistoryResponse

func (*ClientWithResponses) UpdateScriptHistoryWithResponse added in v1.220.0

func (c *ClientWithResponses) UpdateScriptHistoryWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, path ScriptPath, body UpdateScriptHistoryJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateScriptHistoryResponse, error)

func (*ClientWithResponses) UpdateTutorialProgressWithBodyWithResponse added in v1.179.0

func (c *ClientWithResponses) UpdateTutorialProgressWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTutorialProgressResponse, error)

UpdateTutorialProgressWithBodyWithResponse request with arbitrary body returning *UpdateTutorialProgressResponse

func (*ClientWithResponses) UpdateTutorialProgressWithResponse added in v1.179.0

func (c *ClientWithResponses) UpdateTutorialProgressWithResponse(ctx context.Context, body UpdateTutorialProgressJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateTutorialProgressResponse, 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) UpdateWebsocketTriggerWithBodyWithResponse added in v1.410.0

func (c *ClientWithResponses) UpdateWebsocketTriggerWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWebsocketTriggerResponse, error)

UpdateWebsocketTriggerWithBodyWithResponse request with arbitrary body returning *UpdateWebsocketTriggerResponse

func (*ClientWithResponses) UpdateWebsocketTriggerWithResponse added in v1.410.0

func (c *ClientWithResponses) UpdateWebsocketTriggerWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body UpdateWebsocketTriggerJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateWebsocketTriggerResponse, error)

func (*ClientWithResponses) UsernameToEmailWithResponse added in v1.336.0

func (c *ClientWithResponses) UsernameToEmailWithResponse(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*UsernameToEmailResponse, error)

UsernameToEmailWithResponse request returning *UsernameToEmailResponse

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 {
	// GetHubAppByIdWithResponse request
	GetHubAppByIdWithResponse(ctx context.Context, id PathId, reqEditors ...RequestEditorFn) (*GetHubAppByIdResponse, error)

	// ListHubAppsWithResponse request
	ListHubAppsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListHubAppsResponse, error)

	// LoginWithBodyWithResponse 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)

	// LogoutWithResponse request
	LogoutWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LogoutResponse, error)

	// ListConcurrencyGroupsWithResponse request
	ListConcurrencyGroupsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListConcurrencyGroupsResponse, error)

	// DeleteConcurrencyGroupWithResponse request
	DeleteConcurrencyGroupWithResponse(ctx context.Context, concurrencyId ConcurrencyId, reqEditors ...RequestEditorFn) (*DeleteConcurrencyGroupResponse, error)

	// GetConcurrencyKeyWithResponse request
	GetConcurrencyKeyWithResponse(ctx context.Context, id JobId, reqEditors ...RequestEditorFn) (*GetConcurrencyKeyResponse, error)

	// GetConfigWithResponse request
	GetConfigWithResponse(ctx context.Context, name Name, reqEditors ...RequestEditorFn) (*GetConfigResponse, error)

	// ListConfigsWithResponse request
	ListConfigsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListConfigsResponse, error)

	// ListAutoscalingEventsWithResponse request
	ListAutoscalingEventsWithResponse(ctx context.Context, workerGroup string, reqEditors ...RequestEditorFn) (*ListAutoscalingEventsResponse, error)

	// ListWorkerGroupsWithResponse request
	ListWorkerGroupsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListWorkerGroupsResponse, error)

	// DeleteConfigWithResponse request
	DeleteConfigWithResponse(ctx context.Context, name Name, reqEditors ...RequestEditorFn) (*DeleteConfigResponse, error)

	// UpdateConfigWithBodyWithResponse request with any body
	UpdateConfigWithBodyWithResponse(ctx context.Context, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateConfigResponse, error)

	UpdateConfigWithResponse(ctx context.Context, name Name, body UpdateConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateConfigResponse, error)

	// GetLicenseIdWithResponse request
	GetLicenseIdWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetLicenseIdResponse, error)

	// QueryHubScriptsWithResponse request
	QueryHubScriptsWithResponse(ctx context.Context, params *QueryHubScriptsParams, reqEditors ...RequestEditorFn) (*QueryHubScriptsResponse, error)

	// GetHubFlowByIdWithResponse request
	GetHubFlowByIdWithResponse(ctx context.Context, id PathId, reqEditors ...RequestEditorFn) (*GetHubFlowByIdResponse, error)

	// ListHubFlowsWithResponse request
	ListHubFlowsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListHubFlowsResponse, error)

	// AddUserToInstanceGroupWithBodyWithResponse request with any body
	AddUserToInstanceGroupWithBodyWithResponse(ctx context.Context, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddUserToInstanceGroupResponse, error)

	AddUserToInstanceGroupWithResponse(ctx context.Context, name Name, body AddUserToInstanceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*AddUserToInstanceGroupResponse, error)

	// CreateInstanceGroupWithBodyWithResponse request with any body
	CreateInstanceGroupWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateInstanceGroupResponse, error)

	CreateInstanceGroupWithResponse(ctx context.Context, body CreateInstanceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateInstanceGroupResponse, error)

	// DeleteInstanceGroupWithResponse request
	DeleteInstanceGroupWithResponse(ctx context.Context, name Name, reqEditors ...RequestEditorFn) (*DeleteInstanceGroupResponse, error)

	// ExportInstanceGroupsWithResponse request
	ExportInstanceGroupsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ExportInstanceGroupsResponse, error)

	// GetInstanceGroupWithResponse request
	GetInstanceGroupWithResponse(ctx context.Context, name Name, reqEditors ...RequestEditorFn) (*GetInstanceGroupResponse, error)

	// ListInstanceGroupsWithResponse request
	ListInstanceGroupsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListInstanceGroupsResponse, error)

	// OverwriteInstanceGroupsWithBodyWithResponse request with any body
	OverwriteInstanceGroupsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OverwriteInstanceGroupsResponse, error)

	OverwriteInstanceGroupsWithResponse(ctx context.Context, body OverwriteInstanceGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*OverwriteInstanceGroupsResponse, error)

	// RemoveUserFromInstanceGroupWithBodyWithResponse request with any body
	RemoveUserFromInstanceGroupWithBodyWithResponse(ctx context.Context, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveUserFromInstanceGroupResponse, error)

	RemoveUserFromInstanceGroupWithResponse(ctx context.Context, name Name, body RemoveUserFromInstanceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*RemoveUserFromInstanceGroupResponse, error)

	// UpdateInstanceGroupWithBodyWithResponse request with any body
	UpdateInstanceGroupWithBodyWithResponse(ctx context.Context, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateInstanceGroupResponse, error)

	UpdateInstanceGroupWithResponse(ctx context.Context, name Name, body UpdateInstanceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateInstanceGroupResponse, error)

	// ListHubIntegrationsWithResponse request
	ListHubIntegrationsWithResponse(ctx context.Context, params *ListHubIntegrationsParams, reqEditors ...RequestEditorFn) (*ListHubIntegrationsResponse, error)

	// CountJobsByTagWithResponse request
	CountJobsByTagWithResponse(ctx context.Context, params *CountJobsByTagParams, reqEditors ...RequestEditorFn) (*CountJobsByTagResponse, error)

	// GetDbClockWithResponse request
	GetDbClockWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetDbClockResponse, error)

	// ConnectCallbackWithBodyWithResponse 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)

	// ConnectSlackCallbackInstanceWithBodyWithResponse request with any body
	ConnectSlackCallbackInstanceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConnectSlackCallbackInstanceResponse, error)

	ConnectSlackCallbackInstanceWithResponse(ctx context.Context, body ConnectSlackCallbackInstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*ConnectSlackCallbackInstanceResponse, error)

	// GetOAuthConnectWithResponse request
	GetOAuthConnectWithResponse(ctx context.Context, client string, reqEditors ...RequestEditorFn) (*GetOAuthConnectResponse, error)

	// ListOAuthLoginsWithResponse request
	ListOAuthLoginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListOAuthLoginsResponse, error)

	// LoginWithOauthWithBodyWithResponse 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)

	// GetOpenApiYamlWithResponse request
	GetOpenApiYamlWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetOpenApiYamlResponse, error)

	// TestMetadataWithBodyWithResponse request with any body
	TestMetadataWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TestMetadataResponse, error)

	TestMetadataWithResponse(ctx context.Context, body TestMetadataJSONRequestBody, reqEditors ...RequestEditorFn) (*TestMetadataResponse, error)

	// PreviewScheduleWithBodyWithResponse 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)

	// GetHubScriptContentByPathWithResponse request
	GetHubScriptContentByPathWithResponse(ctx context.Context, path ScriptPath, reqEditors ...RequestEditorFn) (*GetHubScriptContentByPathResponse, error)

	// GetHubScriptByPathWithResponse request
	GetHubScriptByPathWithResponse(ctx context.Context, path ScriptPath, reqEditors ...RequestEditorFn) (*GetHubScriptByPathResponse, error)

	// GetTopHubScriptsWithResponse request
	GetTopHubScriptsWithResponse(ctx context.Context, params *GetTopHubScriptsParams, reqEditors ...RequestEditorFn) (*GetTopHubScriptsResponse, error)

	// RawScriptByPathTokenedWithResponse request
	RawScriptByPathTokenedWithResponse(ctx context.Context, workspace WorkspaceId, token Token, path ScriptPath, reqEditors ...RequestEditorFn) (*RawScriptByPathTokenedResponse, error)

	// GetLogFileWithResponse request
	GetLogFileWithResponse(ctx context.Context, path Path, reqEditors ...RequestEditorFn) (*GetLogFileResponse, error)

	// ListLogFilesWithResponse request
	ListLogFilesWithResponse(ctx context.Context, params *ListLogFilesParams, reqEditors ...RequestEditorFn) (*ListLogFilesResponse, error)

	// CreateCustomerPortalSessionWithResponse request
	CreateCustomerPortalSessionWithResponse(ctx context.Context, params *CreateCustomerPortalSessionParams, reqEditors ...RequestEditorFn) (*CreateCustomerPortalSessionResponse, error)

	// GetGlobalWithResponse request
	GetGlobalWithResponse(ctx context.Context, key Key, reqEditors ...RequestEditorFn) (*GetGlobalResponse, error)

	// SetGlobalWithBodyWithResponse request with any body
	SetGlobalWithBodyWithResponse(ctx context.Context, key Key, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetGlobalResponse, error)

	SetGlobalWithResponse(ctx context.Context, key Key, body SetGlobalJSONRequestBody, reqEditors ...RequestEditorFn) (*SetGlobalResponse, error)

	// GetLatestKeyRenewalAttemptWithResponse request
	GetLatestKeyRenewalAttemptWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetLatestKeyRenewalAttemptResponse, error)

	// ListGlobalSettingsWithResponse request
	ListGlobalSettingsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListGlobalSettingsResponse, error)

	// GetLocalWithResponse request
	GetLocalWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetLocalResponse, error)

	// RenewLicenseKeyWithResponse request
	RenewLicenseKeyWithResponse(ctx context.Context, params *RenewLicenseKeyParams, reqEditors ...RequestEditorFn) (*RenewLicenseKeyResponse, error)

	// SendStatsWithResponse request
	SendStatsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*SendStatsResponse, error)

	// TestCriticalChannelsWithBodyWithResponse request with any body
	TestCriticalChannelsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TestCriticalChannelsResponse, error)

	TestCriticalChannelsWithResponse(ctx context.Context, body TestCriticalChannelsJSONRequestBody, reqEditors ...RequestEditorFn) (*TestCriticalChannelsResponse, error)

	// TestLicenseKeyWithBodyWithResponse request with any body
	TestLicenseKeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TestLicenseKeyResponse, error)

	TestLicenseKeyWithResponse(ctx context.Context, body TestLicenseKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*TestLicenseKeyResponse, error)

	// TestObjectStorageConfigWithBodyWithResponse request with any body
	TestObjectStorageConfigWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TestObjectStorageConfigResponse, error)

	TestObjectStorageConfigWithResponse(ctx context.Context, body TestObjectStorageConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*TestObjectStorageConfigResponse, error)

	// TestSmtpWithBodyWithResponse request with any body
	TestSmtpWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TestSmtpResponse, error)

	TestSmtpWithResponse(ctx context.Context, body TestSmtpJSONRequestBody, reqEditors ...RequestEditorFn) (*TestSmtpResponse, error)

	// CountSearchLogsIndexWithResponse request
	CountSearchLogsIndexWithResponse(ctx context.Context, params *CountSearchLogsIndexParams, reqEditors ...RequestEditorFn) (*CountSearchLogsIndexResponse, error)

	// SearchLogsIndexWithResponse request
	SearchLogsIndexWithResponse(ctx context.Context, params *SearchLogsIndexParams, reqEditors ...RequestEditorFn) (*SearchLogsIndexResponse, error)

	// SearchJobsIndexWithResponse request
	SearchJobsIndexWithResponse(ctx context.Context, workspace WorkspaceId, params *SearchJobsIndexParams, reqEditors ...RequestEditorFn) (*SearchJobsIndexResponse, error)

	// BackendUptodateWithResponse request
	BackendUptodateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*BackendUptodateResponse, error)

	// AcceptInviteWithBodyWithResponse 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)

	// GetRunnableWithResponse request
	GetRunnableWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetRunnableResponse, error)

	// CreateUserGloballyWithBodyWithResponse 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)

	// DeclineInviteWithBodyWithResponse 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)

	// GlobalUserDeleteWithResponse request
	GlobalUserDeleteWithResponse(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*GlobalUserDeleteResponse, error)

	// GetCurrentEmailWithResponse request
	GetCurrentEmailWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCurrentEmailResponse, error)

	// ExistsEmailWithResponse request
	ExistsEmailWithResponse(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*ExistsEmailResponse, error)

	// GlobalUsersExportWithResponse request
	GlobalUsersExportWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GlobalUsersExportResponse, error)

	// LeaveInstanceWithResponse request
	LeaveInstanceWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LeaveInstanceResponse, error)

	// ListUsersAsSuperAdminWithResponse request
	ListUsersAsSuperAdminWithResponse(ctx context.Context, params *ListUsersAsSuperAdminParams, reqEditors ...RequestEditorFn) (*ListUsersAsSuperAdminResponse, error)

	// ListWorkspaceInvitesWithResponse request
	ListWorkspaceInvitesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListWorkspaceInvitesResponse, error)

	// GlobalUsersOverwriteWithBodyWithResponse request with any body
	GlobalUsersOverwriteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GlobalUsersOverwriteResponse, error)

	GlobalUsersOverwriteWithResponse(ctx context.Context, body GlobalUsersOverwriteJSONRequestBody, reqEditors ...RequestEditorFn) (*GlobalUsersOverwriteResponse, error)

	// RefreshUserTokenWithResponse request
	RefreshUserTokenWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*RefreshUserTokenResponse, error)

	// GlobalUserRenameWithBodyWithResponse request with any body
	GlobalUserRenameWithBodyWithResponse(ctx context.Context, email string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GlobalUserRenameResponse, error)

	GlobalUserRenameWithResponse(ctx context.Context, email string, body GlobalUserRenameJSONRequestBody, reqEditors ...RequestEditorFn) (*GlobalUserRenameResponse, error)

	// SetPasswordWithBodyWithResponse 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)

	// CreateTokenWithBodyWithResponse 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)

	// DeleteTokenWithResponse request
	DeleteTokenWithResponse(ctx context.Context, tokenPrefix string, reqEditors ...RequestEditorFn) (*DeleteTokenResponse, error)

	// CreateTokenImpersonateWithBodyWithResponse 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)

	// ListTokensWithResponse request
	ListTokensWithResponse(ctx context.Context, params *ListTokensParams, reqEditors ...RequestEditorFn) (*ListTokensResponse, error)

	// GetTutorialProgressWithResponse request
	GetTutorialProgressWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTutorialProgressResponse, error)

	// UpdateTutorialProgressWithBodyWithResponse request with any body
	UpdateTutorialProgressWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTutorialProgressResponse, error)

	UpdateTutorialProgressWithResponse(ctx context.Context, body UpdateTutorialProgressJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateTutorialProgressResponse, error)

	// GlobalUserUpdateWithBodyWithResponse 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)

	// GetUsageWithResponse request
	GetUsageWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUsageResponse, error)

	// GlobalUsernameInfoWithResponse request
	GlobalUsernameInfoWithResponse(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*GlobalUsernameInfoResponse, error)

	// GlobalWhoamiWithResponse request
	GlobalWhoamiWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GlobalWhoamiResponse, error)

	// BackendVersionWithResponse request
	BackendVersionWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*BackendVersionResponse, error)

	// AddGranularAclsWithBodyWithResponse 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)

	// GetGranularAclsWithResponse request
	GetGranularAclsWithResponse(ctx context.Context, workspace WorkspaceId, kind GetGranularAclsParamsKind, path Path, reqEditors ...RequestEditorFn) (*GetGranularAclsResponse, error)

	// RemoveGranularAclsWithBodyWithResponse 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)

	// CreateAppWithBodyWithResponse 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)

	// DeleteAppWithResponse request
	DeleteAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteAppResponse, error)

	// ExistsAppWithResponse request
	ExistsAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsAppResponse, error)

	// GetAppByPathWithDraftWithResponse request
	GetAppByPathWithDraftWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetAppByPathWithDraftResponse, error)

	// GetAppByPathWithResponse request
	GetAppByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *GetAppByPathParams, reqEditors ...RequestEditorFn) (*GetAppByPathResponse, error)

	// GetAppByVersionWithResponse request
	GetAppByVersionWithResponse(ctx context.Context, workspace WorkspaceId, id PathId, reqEditors ...RequestEditorFn) (*GetAppByVersionResponse, error)

	// GetRawAppDataWithResponse request
	GetRawAppDataWithResponse(ctx context.Context, workspace WorkspaceId, version VersionId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetRawAppDataResponse, error)

	// GetAppLatestVersionWithResponse request
	GetAppLatestVersionWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetAppLatestVersionResponse, error)

	// GetAppHistoryByPathWithResponse request
	GetAppHistoryByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetAppHistoryByPathResponse, error)

	// UpdateAppHistoryWithBodyWithResponse request with any body
	UpdateAppHistoryWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id PathId, version PathVersion, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAppHistoryResponse, error)

	UpdateAppHistoryWithResponse(ctx context.Context, workspace WorkspaceId, id PathId, version PathVersion, body UpdateAppHistoryJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAppHistoryResponse, error)

	// ListAppsWithResponse request
	ListAppsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListAppsParams, reqEditors ...RequestEditorFn) (*ListAppsResponse, error)

	// ListSearchAppWithResponse request
	ListSearchAppWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListSearchAppResponse, error)

	// GetPublicSecretOfAppWithResponse request
	GetPublicSecretOfAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetPublicSecretOfAppResponse, error)

	// UpdateAppWithBodyWithResponse 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)

	// ExecuteComponentWithBodyWithResponse 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)

	// GetPublicAppBySecretWithResponse request
	GetPublicAppBySecretWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetPublicAppBySecretResponse, error)

	// GetPublicResourceWithResponse request
	GetPublicResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetPublicResourceResponse, error)

	// GetAuditLogWithResponse request
	GetAuditLogWithResponse(ctx context.Context, workspace WorkspaceId, id PathId, reqEditors ...RequestEditorFn) (*GetAuditLogResponse, error)

	// ListAuditLogsWithResponse request
	ListAuditLogsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListAuditLogsParams, reqEditors ...RequestEditorFn) (*ListAuditLogsResponse, error)

	// GetCaptureWithResponse request
	GetCaptureWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetCaptureResponse, error)

	// CreateCaptureWithResponse request
	CreateCaptureWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*CreateCaptureResponse, error)

	// UpdateCaptureWithResponse request
	UpdateCaptureWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*UpdateCaptureResponse, error)

	// ListExtendedJobsWithResponse request
	ListExtendedJobsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListExtendedJobsParams, reqEditors ...RequestEditorFn) (*ListExtendedJobsResponse, error)

	// CreateDraftWithBodyWithResponse 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)

	// DeleteDraftWithResponse request
	DeleteDraftWithResponse(ctx context.Context, workspace WorkspaceId, kind DeleteDraftParamsKind, path ScriptPath, reqEditors ...RequestEditorFn) (*DeleteDraftResponse, error)

	// QueryResourceTypesWithResponse request
	QueryResourceTypesWithResponse(ctx context.Context, workspace WorkspaceId, params *QueryResourceTypesParams, reqEditors ...RequestEditorFn) (*QueryResourceTypesResponse, error)

	// StarWithBodyWithResponse 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)

	// UnstarWithBodyWithResponse 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)

	// ArchiveFlowByPathWithBodyWithResponse 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)

	// CreateFlowWithBodyWithResponse 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)

	// DeleteFlowByPathWithResponse request
	DeleteFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*DeleteFlowByPathResponse, error)

	// ExistsFlowByPathWithResponse request
	ExistsFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*ExistsFlowByPathResponse, error)

	// GetFlowByPathWithDraftWithResponse request
	GetFlowByPathWithDraftWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetFlowByPathWithDraftResponse, error)

	// GetFlowVersionWithResponse request
	GetFlowVersionWithResponse(ctx context.Context, workspace WorkspaceId, version float32, path ScriptPath, reqEditors ...RequestEditorFn) (*GetFlowVersionResponse, error)

	// GetFlowByPathWithResponse request
	GetFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *GetFlowByPathParams, reqEditors ...RequestEditorFn) (*GetFlowByPathResponse, error)

	// GetFlowLatestVersionWithResponse request
	GetFlowLatestVersionWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetFlowLatestVersionResponse, error)

	// GetTriggersCountOfFlowWithResponse request
	GetTriggersCountOfFlowWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetTriggersCountOfFlowResponse, error)

	// GetFlowHistoryWithResponse request
	GetFlowHistoryWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetFlowHistoryResponse, error)

	// UpdateFlowHistoryWithBodyWithResponse request with any body
	UpdateFlowHistoryWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, version float32, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateFlowHistoryResponse, error)

	UpdateFlowHistoryWithResponse(ctx context.Context, workspace WorkspaceId, version float32, path ScriptPath, body UpdateFlowHistoryJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateFlowHistoryResponse, error)

	// ListFlowsWithResponse request
	ListFlowsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListFlowsParams, reqEditors ...RequestEditorFn) (*ListFlowsResponse, error)

	// ListFlowPathsWithResponse request
	ListFlowPathsWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListFlowPathsResponse, error)

	// ListSearchFlowWithResponse request
	ListSearchFlowWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListSearchFlowResponse, error)

	// ListTokensOfFlowWithResponse request
	ListTokensOfFlowWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*ListTokensOfFlowResponse, error)

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

	ToggleWorkspaceErrorHandlerForFlowWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ToggleWorkspaceErrorHandlerForFlowJSONRequestBody, reqEditors ...RequestEditorFn) (*ToggleWorkspaceErrorHandlerForFlowResponse, error)

	// UpdateFlowWithBodyWithResponse 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)

	// AddOwnerToFolderWithBodyWithResponse 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)

	// CreateFolderWithBodyWithResponse 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)

	// DeleteFolderWithResponse request
	DeleteFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*DeleteFolderResponse, error)

	// GetFolderWithResponse request
	GetFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*GetFolderResponse, error)

	// GetFolderUsageWithResponse request
	GetFolderUsageWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*GetFolderUsageResponse, error)

	// ListFoldersWithResponse request
	ListFoldersWithResponse(ctx context.Context, workspace WorkspaceId, params *ListFoldersParams, reqEditors ...RequestEditorFn) (*ListFoldersResponse, error)

	// ListFolderNamesWithResponse request
	ListFolderNamesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListFolderNamesParams, reqEditors ...RequestEditorFn) (*ListFolderNamesResponse, error)

	// RemoveOwnerToFolderWithBodyWithResponse 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)

	// UpdateFolderWithBodyWithResponse 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)

	// AddUserToGroupWithBodyWithResponse 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)

	// CreateGroupWithBodyWithResponse 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)

	// DeleteGroupWithResponse request
	DeleteGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*DeleteGroupResponse, error)

	// GetGroupWithResponse request
	GetGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*GetGroupResponse, error)

	// ListGroupsWithResponse request
	ListGroupsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListGroupsParams, reqEditors ...RequestEditorFn) (*ListGroupsResponse, error)

	// ListGroupNamesWithResponse request
	ListGroupNamesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListGroupNamesParams, reqEditors ...RequestEditorFn) (*ListGroupNamesResponse, error)

	// RemoveUserToGroupWithBodyWithResponse 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)

	// UpdateGroupWithBodyWithResponse 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)

	// CreateHttpTriggerWithBodyWithResponse request with any body
	CreateHttpTriggerWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateHttpTriggerResponse, error)

	CreateHttpTriggerWithResponse(ctx context.Context, workspace WorkspaceId, body CreateHttpTriggerJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateHttpTriggerResponse, error)

	// DeleteHttpTriggerWithResponse request
	DeleteHttpTriggerWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteHttpTriggerResponse, error)

	// ExistsHttpTriggerWithResponse request
	ExistsHttpTriggerWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsHttpTriggerResponse, error)

	// GetHttpTriggerWithResponse request
	GetHttpTriggerWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetHttpTriggerResponse, error)

	// ListHttpTriggersWithResponse request
	ListHttpTriggersWithResponse(ctx context.Context, workspace WorkspaceId, params *ListHttpTriggersParams, reqEditors ...RequestEditorFn) (*ListHttpTriggersResponse, error)

	// ExistsRouteWithBodyWithResponse request with any body
	ExistsRouteWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExistsRouteResponse, error)

	ExistsRouteWithResponse(ctx context.Context, workspace WorkspaceId, body ExistsRouteJSONRequestBody, reqEditors ...RequestEditorFn) (*ExistsRouteResponse, error)

	// UpdateHttpTriggerWithBodyWithResponse request with any body
	UpdateHttpTriggerWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateHttpTriggerResponse, error)

	UpdateHttpTriggerWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body UpdateHttpTriggerJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateHttpTriggerResponse, error)

	// CreateInputWithBodyWithResponse 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)

	// DeleteInputWithResponse request
	DeleteInputWithResponse(ctx context.Context, workspace WorkspaceId, input InputId, reqEditors ...RequestEditorFn) (*DeleteInputResponse, error)

	// GetInputHistoryWithResponse request
	GetInputHistoryWithResponse(ctx context.Context, workspace WorkspaceId, params *GetInputHistoryParams, reqEditors ...RequestEditorFn) (*GetInputHistoryResponse, error)

	// ListInputsWithResponse request
	ListInputsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListInputsParams, reqEditors ...RequestEditorFn) (*ListInputsResponse, error)

	// UpdateInputWithBodyWithResponse 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)

	// GetArgsFromHistoryOrSavedInputWithResponse request
	GetArgsFromHistoryOrSavedInputWithResponse(ctx context.Context, workspace WorkspaceId, jobOrInputId string, params *GetArgsFromHistoryOrSavedInputParams, reqEditors ...RequestEditorFn) (*GetArgsFromHistoryOrSavedInputResponse, error)

	// DeleteS3FileWithResponse request
	DeleteS3FileWithResponse(ctx context.Context, workspace WorkspaceId, params *DeleteS3FileParams, reqEditors ...RequestEditorFn) (*DeleteS3FileResponse, error)

	// FileDownloadWithResponse request
	FileDownloadWithResponse(ctx context.Context, workspace WorkspaceId, params *FileDownloadParams, reqEditors ...RequestEditorFn) (*FileDownloadResponse, error)

	// FileDownloadParquetAsCsvWithResponse request
	FileDownloadParquetAsCsvWithResponse(ctx context.Context, workspace WorkspaceId, params *FileDownloadParquetAsCsvParams, reqEditors ...RequestEditorFn) (*FileDownloadParquetAsCsvResponse, error)

	// DuckdbConnectionSettingsWithBodyWithResponse request with any body
	DuckdbConnectionSettingsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DuckdbConnectionSettingsResponse, error)

	DuckdbConnectionSettingsWithResponse(ctx context.Context, workspace WorkspaceId, body DuckdbConnectionSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*DuckdbConnectionSettingsResponse, error)

	// ListStoredFilesWithResponse request
	ListStoredFilesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListStoredFilesParams, reqEditors ...RequestEditorFn) (*ListStoredFilesResponse, error)

	// LoadCsvPreviewWithResponse request
	LoadCsvPreviewWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *LoadCsvPreviewParams, reqEditors ...RequestEditorFn) (*LoadCsvPreviewResponse, error)

	// LoadFileMetadataWithResponse request
	LoadFileMetadataWithResponse(ctx context.Context, workspace WorkspaceId, params *LoadFileMetadataParams, reqEditors ...RequestEditorFn) (*LoadFileMetadataResponse, error)

	// LoadFilePreviewWithResponse request
	LoadFilePreviewWithResponse(ctx context.Context, workspace WorkspaceId, params *LoadFilePreviewParams, reqEditors ...RequestEditorFn) (*LoadFilePreviewResponse, error)

	// LoadParquetPreviewWithResponse request
	LoadParquetPreviewWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *LoadParquetPreviewParams, reqEditors ...RequestEditorFn) (*LoadParquetPreviewResponse, error)

	// LoadTableRowCountWithResponse request
	LoadTableRowCountWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *LoadTableRowCountParams, reqEditors ...RequestEditorFn) (*LoadTableRowCountResponse, error)

	// MoveS3FileWithResponse request
	MoveS3FileWithResponse(ctx context.Context, workspace WorkspaceId, params *MoveS3FileParams, reqEditors ...RequestEditorFn) (*MoveS3FileResponse, error)

	// PolarsConnectionSettingsWithBodyWithResponse request with any body
	PolarsConnectionSettingsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PolarsConnectionSettingsResponse, error)

	PolarsConnectionSettingsWithResponse(ctx context.Context, workspace WorkspaceId, body PolarsConnectionSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*PolarsConnectionSettingsResponse, error)

	// DatasetStorageTestConnectionWithResponse request
	DatasetStorageTestConnectionWithResponse(ctx context.Context, workspace WorkspaceId, params *DatasetStorageTestConnectionParams, reqEditors ...RequestEditorFn) (*DatasetStorageTestConnectionResponse, error)

	// FileUploadWithBodyWithResponse request with any body
	FileUploadWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *FileUploadParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FileUploadResponse, error)

	// DuckdbConnectionSettingsV2WithBodyWithResponse request with any body
	DuckdbConnectionSettingsV2WithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DuckdbConnectionSettingsV2Response, error)

	DuckdbConnectionSettingsV2WithResponse(ctx context.Context, workspace WorkspaceId, body DuckdbConnectionSettingsV2JSONRequestBody, reqEditors ...RequestEditorFn) (*DuckdbConnectionSettingsV2Response, error)

	// PolarsConnectionSettingsV2WithBodyWithResponse request with any body
	PolarsConnectionSettingsV2WithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PolarsConnectionSettingsV2Response, error)

	PolarsConnectionSettingsV2WithResponse(ctx context.Context, workspace WorkspaceId, body PolarsConnectionSettingsV2JSONRequestBody, reqEditors ...RequestEditorFn) (*PolarsConnectionSettingsV2Response, error)

	// S3ResourceInfoWithBodyWithResponse request with any body
	S3ResourceInfoWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*S3ResourceInfoResponse, error)

	S3ResourceInfoWithResponse(ctx context.Context, workspace WorkspaceId, body S3ResourceInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*S3ResourceInfoResponse, error)

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

	GetJobMetricsWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, body GetJobMetricsJSONRequestBody, reqEditors ...RequestEditorFn) (*GetJobMetricsResponse, error)

	// GetJobProgressWithResponse request
	GetJobProgressWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetJobProgressResponse, error)

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

	SetJobProgressWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, body SetJobProgressJSONRequestBody, reqEditors ...RequestEditorFn) (*SetJobProgressResponse, error)

	// GetCompletedCountWithResponse request
	GetCompletedCountWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetCompletedCountResponse, error)

	// DeleteCompletedJobWithResponse request
	DeleteCompletedJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*DeleteCompletedJobResponse, error)

	// ListCompletedJobsWithResponse request
	ListCompletedJobsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListCompletedJobsParams, reqEditors ...RequestEditorFn) (*ListCompletedJobsResponse, error)

	// ResumeSuspendedFlowAsOwnerWithBodyWithResponse 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)

	// GetFlowUserStateWithResponse request
	GetFlowUserStateWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, key string, reqEditors ...RequestEditorFn) (*GetFlowUserStateResponse, error)

	// SetFlowUserStateWithBodyWithResponse request with any body
	SetFlowUserStateWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, key string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetFlowUserStateResponse, error)

	SetFlowUserStateWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, key string, body SetFlowUserStateJSONRequestBody, reqEditors ...RequestEditorFn) (*SetFlowUserStateResponse, error)

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

	// ListJobsWithResponse request
	ListJobsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListJobsParams, reqEditors ...RequestEditorFn) (*ListJobsResponse, error)

	// OpenaiSyncFlowByPathWithBodyWithResponse 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)

	// OpenaiSyncScriptByPathWithBodyWithResponse 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)

	// CancelSelectionWithBodyWithResponse request with any body
	CancelSelectionWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CancelSelectionResponse, error)

	CancelSelectionWithResponse(ctx context.Context, workspace WorkspaceId, body CancelSelectionJSONRequestBody, reqEditors ...RequestEditorFn) (*CancelSelectionResponse, error)

	// GetQueueCountWithResponse request
	GetQueueCountWithResponse(ctx context.Context, workspace WorkspaceId, params *GetQueueCountParams, reqEditors ...RequestEditorFn) (*GetQueueCountResponse, error)

	// ListQueueWithResponse request
	ListQueueWithResponse(ctx context.Context, workspace WorkspaceId, params *ListQueueParams, reqEditors ...RequestEditorFn) (*ListQueueResponse, error)

	// ListFilteredUuidsWithResponse request
	ListFilteredUuidsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListFilteredUuidsParams, reqEditors ...RequestEditorFn) (*ListFilteredUuidsResponse, error)

	// RestartFlowAtStepWithBodyWithResponse request with any body
	RestartFlowAtStepWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, stepId string, branchOrIterationN int, params *RestartFlowAtStepParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RestartFlowAtStepResponse, error)

	RestartFlowAtStepWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, stepId string, branchOrIterationN int, params *RestartFlowAtStepParams, body RestartFlowAtStepJSONRequestBody, reqEditors ...RequestEditorFn) (*RestartFlowAtStepResponse, error)

	// ResultByIdWithResponse request
	ResultByIdWithResponse(ctx context.Context, workspace WorkspaceId, flowJobId string, nodeId string, reqEditors ...RequestEditorFn) (*ResultByIdResponse, error)

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

	// RunRawScriptDependenciesWithBodyWithResponse request with any body
	RunRawScriptDependenciesWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunRawScriptDependenciesResponse, error)

	RunRawScriptDependenciesWithResponse(ctx context.Context, workspace WorkspaceId, body RunRawScriptDependenciesJSONRequestBody, reqEditors ...RequestEditorFn) (*RunRawScriptDependenciesResponse, error)

	// RunFlowByPathWithBodyWithResponse 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)

	// RunScriptByHashWithBodyWithResponse 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)

	// RunScriptByPathWithBodyWithResponse 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)

	// RunScriptPreviewWithBodyWithResponse 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)

	// RunFlowPreviewWithBodyWithResponse 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)

	// RunWaitResultFlowByPathWithBodyWithResponse 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)

	// RunWaitResultScriptByPathGetWithResponse request
	RunWaitResultScriptByPathGetWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathGetParams, reqEditors ...RequestEditorFn) (*RunWaitResultScriptByPathGetResponse, error)

	// RunWaitResultScriptByPathWithBodyWithResponse 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)

	// RunCodeWorkflowTaskWithBodyWithResponse request with any body
	RunCodeWorkflowTaskWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, jobId string, entrypoint string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunCodeWorkflowTaskResponse, error)

	RunCodeWorkflowTaskWithResponse(ctx context.Context, workspace WorkspaceId, jobId string, entrypoint string, body RunCodeWorkflowTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*RunCodeWorkflowTaskResponse, error)

	// CancelSuspendedJobGetWithResponse request
	CancelSuspendedJobGetWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobGetParams, reqEditors ...RequestEditorFn) (*CancelSuspendedJobGetResponse, error)

	// CancelSuspendedJobPostWithBodyWithResponse 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)

	// GetCompletedJobWithResponse request
	GetCompletedJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetCompletedJobResponse, error)

	// GetCompletedJobResultWithResponse request
	GetCompletedJobResultWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, params *GetCompletedJobResultParams, reqEditors ...RequestEditorFn) (*GetCompletedJobResultResponse, error)

	// GetCompletedJobResultMaybeWithResponse request
	GetCompletedJobResultMaybeWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, params *GetCompletedJobResultMaybeParams, reqEditors ...RequestEditorFn) (*GetCompletedJobResultMaybeResponse, error)

	// GetJobWithResponse request
	GetJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, params *GetJobParams, reqEditors ...RequestEditorFn) (*GetJobResponse, error)

	// GetJobArgsWithResponse request
	GetJobArgsWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetJobArgsResponse, error)

	// GetSuspendedJobFlowWithResponse request
	GetSuspendedJobFlowWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *GetSuspendedJobFlowParams, reqEditors ...RequestEditorFn) (*GetSuspendedJobFlowResponse, error)

	// GetFlowDebugInfoWithResponse request
	GetFlowDebugInfoWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetFlowDebugInfoResponse, error)

	// GetLogFileFromStoreWithResponse request
	GetLogFileFromStoreWithResponse(ctx context.Context, workspace WorkspaceId, path string, reqEditors ...RequestEditorFn) (*GetLogFileFromStoreResponse, error)

	// GetJobLogsWithResponse request
	GetJobLogsWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetJobLogsResponse, error)

	// GetRootJobIdWithResponse request
	GetRootJobIdWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetRootJobIdResponse, error)

	// GetJobUpdatesWithResponse request
	GetJobUpdatesWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, params *GetJobUpdatesParams, reqEditors ...RequestEditorFn) (*GetJobUpdatesResponse, error)

	// CancelQueuedJobWithBodyWithResponse 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)

	// CancelPersistentQueuedJobsWithBodyWithResponse request with any body
	CancelPersistentQueuedJobsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CancelPersistentQueuedJobsResponse, error)

	CancelPersistentQueuedJobsWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body CancelPersistentQueuedJobsJSONRequestBody, reqEditors ...RequestEditorFn) (*CancelPersistentQueuedJobsResponse, error)

	// ForceCancelQueuedJobWithBodyWithResponse 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)

	// ResumeSuspendedJobGetWithResponse request
	ResumeSuspendedJobGetWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobGetParams, reqEditors ...RequestEditorFn) (*ResumeSuspendedJobGetResponse, error)

	// ResumeSuspendedJobPostWithBodyWithResponse 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)

	// ConnectSlackCallbackWithBodyWithResponse 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)

	// CreateAccountWithBodyWithResponse 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)

	// DisconnectAccountWithResponse request
	DisconnectAccountWithResponse(ctx context.Context, workspace WorkspaceId, id AccountId, reqEditors ...RequestEditorFn) (*DisconnectAccountResponse, error)

	// DisconnectSlackWithResponse request
	DisconnectSlackWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*DisconnectSlackResponse, error)

	// RefreshTokenWithBodyWithResponse 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)

	// GetOidcTokenWithResponse request
	GetOidcTokenWithResponse(ctx context.Context, workspace WorkspaceId, audience string, reqEditors ...RequestEditorFn) (*GetOidcTokenResponse, error)

	// CreateRawAppWithBodyWithResponse 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)

	// DeleteRawAppWithResponse request
	DeleteRawAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteRawAppResponse, error)

	// ExistsRawAppWithResponse request
	ExistsRawAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsRawAppResponse, error)

	// ListRawAppsWithResponse request
	ListRawAppsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListRawAppsParams, reqEditors ...RequestEditorFn) (*ListRawAppsResponse, error)

	// UpdateRawAppWithBodyWithResponse 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)

	// CreateResourceWithBodyWithResponse 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)

	// DeleteResourceWithResponse request
	DeleteResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteResourceResponse, error)

	// ExistsResourceWithResponse request
	ExistsResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsResourceResponse, error)

	// FileResourceTypeToFileExtMapWithResponse request
	FileResourceTypeToFileExtMapWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*FileResourceTypeToFileExtMapResponse, error)

	// GetResourceWithResponse request
	GetResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetResourceResponse, error)

	// GetResourceValueWithResponse request
	GetResourceValueWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetResourceValueResponse, error)

	// GetResourceValueInterpolatedWithResponse request
	GetResourceValueInterpolatedWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *GetResourceValueInterpolatedParams, reqEditors ...RequestEditorFn) (*GetResourceValueInterpolatedResponse, error)

	// ListResourceWithResponse request
	ListResourceWithResponse(ctx context.Context, workspace WorkspaceId, params *ListResourceParams, reqEditors ...RequestEditorFn) (*ListResourceResponse, error)

	// ListResourceNamesWithResponse request
	ListResourceNamesWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*ListResourceNamesResponse, error)

	// ListSearchResourceWithResponse request
	ListSearchResourceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListSearchResourceResponse, error)

	// CreateResourceTypeWithBodyWithResponse 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)

	// DeleteResourceTypeWithResponse request
	DeleteResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteResourceTypeResponse, error)

	// ExistsResourceTypeWithResponse request
	ExistsResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsResourceTypeResponse, error)

	// GetResourceTypeWithResponse request
	GetResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetResourceTypeResponse, error)

	// ListResourceTypeWithResponse request
	ListResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListResourceTypeResponse, error)

	// ListResourceTypeNamesWithResponse request
	ListResourceTypeNamesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListResourceTypeNamesResponse, error)

	// UpdateResourceTypeWithBodyWithResponse 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)

	// UpdateResourceWithBodyWithResponse 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)

	// UpdateResourceValueWithBodyWithResponse 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)

	// CreateScheduleWithBodyWithResponse 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)

	// DeleteScheduleWithResponse request
	DeleteScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteScheduleResponse, error)

	// ExistsScheduleWithResponse request
	ExistsScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsScheduleResponse, error)

	// GetScheduleWithResponse request
	GetScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetScheduleResponse, error)

	// ListSchedulesWithResponse request
	ListSchedulesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListSchedulesParams, reqEditors ...RequestEditorFn) (*ListSchedulesResponse, error)

	// ListSchedulesWithJobsWithResponse request
	ListSchedulesWithJobsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListSchedulesWithJobsParams, reqEditors ...RequestEditorFn) (*ListSchedulesWithJobsResponse, error)

	// SetDefaultErrorOrRecoveryHandlerWithBodyWithResponse request with any body
	SetDefaultErrorOrRecoveryHandlerWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetDefaultErrorOrRecoveryHandlerResponse, error)

	SetDefaultErrorOrRecoveryHandlerWithResponse(ctx context.Context, workspace WorkspaceId, body SetDefaultErrorOrRecoveryHandlerJSONRequestBody, reqEditors ...RequestEditorFn) (*SetDefaultErrorOrRecoveryHandlerResponse, error)

	// SetScheduleEnabledWithBodyWithResponse 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)

	// UpdateScheduleWithBodyWithResponse 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)

	// ArchiveScriptByHashWithResponse request
	ArchiveScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*ArchiveScriptByHashResponse, error)

	// ArchiveScriptByPathWithResponse request
	ArchiveScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*ArchiveScriptByPathResponse, error)

	// CreateScriptWithBodyWithResponse 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)

	// DeleteScriptByHashWithResponse request
	DeleteScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*DeleteScriptByHashResponse, error)

	// DeleteScriptByPathWithResponse request
	DeleteScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*DeleteScriptByPathResponse, error)

	// GetScriptDeploymentStatusWithResponse request
	GetScriptDeploymentStatusWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*GetScriptDeploymentStatusResponse, error)

	// ExistsScriptByPathWithResponse request
	ExistsScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*ExistsScriptByPathResponse, error)

	// GetScriptByPathWithDraftWithResponse request
	GetScriptByPathWithDraftWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetScriptByPathWithDraftResponse, error)

	// GetScriptByHashWithResponse request
	GetScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, params *GetScriptByHashParams, reqEditors ...RequestEditorFn) (*GetScriptByHashResponse, error)

	// GetScriptByPathWithResponse request
	GetScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *GetScriptByPathParams, reqEditors ...RequestEditorFn) (*GetScriptByPathResponse, error)

	// GetScriptLatestVersionWithResponse request
	GetScriptLatestVersionWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetScriptLatestVersionResponse, error)

	// GetTriggersCountOfScriptWithResponse request
	GetTriggersCountOfScriptWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetTriggersCountOfScriptResponse, error)

	// GetScriptHistoryByPathWithResponse request
	GetScriptHistoryByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetScriptHistoryByPathResponse, error)

	// UpdateScriptHistoryWithBodyWithResponse request with any body
	UpdateScriptHistoryWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateScriptHistoryResponse, error)

	UpdateScriptHistoryWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, path ScriptPath, body UpdateScriptHistoryJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateScriptHistoryResponse, error)

	// ListScriptsWithResponse request
	ListScriptsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListScriptsParams, reqEditors ...RequestEditorFn) (*ListScriptsResponse, error)

	// ListScriptPathsWithResponse request
	ListScriptPathsWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListScriptPathsResponse, error)

	// ListSearchScriptWithResponse request
	ListSearchScriptWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListSearchScriptResponse, error)

	// ListTokensOfScriptWithResponse request
	ListTokensOfScriptWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*ListTokensOfScriptResponse, error)

	// RawScriptByHashWithResponse request
	RawScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*RawScriptByHashResponse, error)

	// RawScriptByPathWithResponse request
	RawScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*RawScriptByPathResponse, error)

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

	ToggleWorkspaceErrorHandlerForScriptWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ToggleWorkspaceErrorHandlerForScriptJSONRequestBody, reqEditors ...RequestEditorFn) (*ToggleWorkspaceErrorHandlerForScriptResponse, error)

	// DeleteUserWithResponse request
	DeleteUserWithResponse(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*DeleteUserResponse, error)

	// IsOwnerOfPathWithResponse request
	IsOwnerOfPathWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*IsOwnerOfPathResponse, error)

	// ListUsersWithResponse request
	ListUsersWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListUsersResponse, error)

	// ListUsersUsageWithResponse request
	ListUsersUsageWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListUsersUsageResponse, error)

	// ListUsernamesWithResponse request
	ListUsernamesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListUsernamesResponse, error)

	// UpdateUserWithBodyWithResponse 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)

	// UsernameToEmailWithResponse request
	UsernameToEmailWithResponse(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*UsernameToEmailResponse, error)

	// WhoamiWithResponse request
	WhoamiWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*WhoamiResponse, error)

	// WhoisWithResponse request
	WhoisWithResponse(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*WhoisResponse, error)

	// GetUserWithResponse request
	GetUserWithResponse(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*GetUserResponse, error)

	// CreateVariableWithBodyWithResponse 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)

	// DeleteVariableWithResponse request
	DeleteVariableWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteVariableResponse, error)

	// EncryptValueWithBodyWithResponse 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)

	// ExistsVariableWithResponse request
	ExistsVariableWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsVariableResponse, error)

	// GetVariableWithResponse request
	GetVariableWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *GetVariableParams, reqEditors ...RequestEditorFn) (*GetVariableResponse, error)

	// GetVariableValueWithResponse request
	GetVariableValueWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetVariableValueResponse, error)

	// ListVariableWithResponse request
	ListVariableWithResponse(ctx context.Context, workspace WorkspaceId, params *ListVariableParams, reqEditors ...RequestEditorFn) (*ListVariableResponse, error)

	// ListContextualVariablesWithResponse request
	ListContextualVariablesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListContextualVariablesResponse, error)

	// UpdateVariableWithBodyWithResponse 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)

	// CreateWebsocketTriggerWithBodyWithResponse request with any body
	CreateWebsocketTriggerWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWebsocketTriggerResponse, error)

	CreateWebsocketTriggerWithResponse(ctx context.Context, workspace WorkspaceId, body CreateWebsocketTriggerJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWebsocketTriggerResponse, error)

	// DeleteWebsocketTriggerWithResponse request
	DeleteWebsocketTriggerWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteWebsocketTriggerResponse, error)

	// ExistsWebsocketTriggerWithResponse request
	ExistsWebsocketTriggerWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsWebsocketTriggerResponse, error)

	// GetWebsocketTriggerWithResponse request
	GetWebsocketTriggerWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetWebsocketTriggerResponse, error)

	// ListWebsocketTriggersWithResponse request
	ListWebsocketTriggersWithResponse(ctx context.Context, workspace WorkspaceId, params *ListWebsocketTriggersParams, reqEditors ...RequestEditorFn) (*ListWebsocketTriggersResponse, error)

	// SetWebsocketTriggerEnabledWithBodyWithResponse request with any body
	SetWebsocketTriggerEnabledWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetWebsocketTriggerEnabledResponse, error)

	SetWebsocketTriggerEnabledWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body SetWebsocketTriggerEnabledJSONRequestBody, reqEditors ...RequestEditorFn) (*SetWebsocketTriggerEnabledResponse, error)

	// UpdateWebsocketTriggerWithBodyWithResponse request with any body
	UpdateWebsocketTriggerWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWebsocketTriggerResponse, error)

	UpdateWebsocketTriggerWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body UpdateWebsocketTriggerJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateWebsocketTriggerResponse, error)

	// AddUserWithBodyWithResponse 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)

	// ArchiveWorkspaceWithResponse request
	ArchiveWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ArchiveWorkspaceResponse, error)

	// ChangeWorkspaceIdWithBodyWithResponse request with any body
	ChangeWorkspaceIdWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ChangeWorkspaceIdResponse, error)

	ChangeWorkspaceIdWithResponse(ctx context.Context, workspace WorkspaceId, body ChangeWorkspaceIdJSONRequestBody, reqEditors ...RequestEditorFn) (*ChangeWorkspaceIdResponse, error)

	// ChangeWorkspaceNameWithBodyWithResponse request with any body
	ChangeWorkspaceNameWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ChangeWorkspaceNameResponse, error)

	ChangeWorkspaceNameWithResponse(ctx context.Context, workspace WorkspaceId, body ChangeWorkspaceNameJSONRequestBody, reqEditors ...RequestEditorFn) (*ChangeWorkspaceNameResponse, error)

	// GetWorkspaceDefaultAppWithResponse request
	GetWorkspaceDefaultAppWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetWorkspaceDefaultAppResponse, error)

	// GetDefaultScriptsWithResponse request
	GetDefaultScriptsWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetDefaultScriptsResponse, error)

	// EditDefaultScriptsWithBodyWithResponse request with any body
	EditDefaultScriptsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditDefaultScriptsResponse, error)

	EditDefaultScriptsWithResponse(ctx context.Context, workspace WorkspaceId, body EditDefaultScriptsJSONRequestBody, reqEditors ...RequestEditorFn) (*EditDefaultScriptsResponse, error)

	// DeleteInviteWithBodyWithResponse 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)

	// EditAutoInviteWithBodyWithResponse 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)

	// EditCopilotConfigWithBodyWithResponse request with any body
	EditCopilotConfigWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditCopilotConfigResponse, error)

	EditCopilotConfigWithResponse(ctx context.Context, workspace WorkspaceId, body EditCopilotConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*EditCopilotConfigResponse, error)

	// EditWorkspaceDefaultAppWithBodyWithResponse request with any body
	EditWorkspaceDefaultAppWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditWorkspaceDefaultAppResponse, error)

	EditWorkspaceDefaultAppWithResponse(ctx context.Context, workspace WorkspaceId, body EditWorkspaceDefaultAppJSONRequestBody, reqEditors ...RequestEditorFn) (*EditWorkspaceDefaultAppResponse, error)

	// EditDeployToWithBodyWithResponse 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)

	// EditWorkspaceDeployUISettingsWithBodyWithResponse request with any body
	EditWorkspaceDeployUISettingsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditWorkspaceDeployUISettingsResponse, error)

	EditWorkspaceDeployUISettingsWithResponse(ctx context.Context, workspace WorkspaceId, body EditWorkspaceDeployUISettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*EditWorkspaceDeployUISettingsResponse, error)

	// EditErrorHandlerWithBodyWithResponse 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)

	// EditWorkspaceGitSyncConfigWithBodyWithResponse request with any body
	EditWorkspaceGitSyncConfigWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditWorkspaceGitSyncConfigResponse, error)

	EditWorkspaceGitSyncConfigWithResponse(ctx context.Context, workspace WorkspaceId, body EditWorkspaceGitSyncConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*EditWorkspaceGitSyncConfigResponse, error)

	// EditLargeFileStorageConfigWithBodyWithResponse request with any body
	EditLargeFileStorageConfigWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditLargeFileStorageConfigResponse, error)

	EditLargeFileStorageConfigWithResponse(ctx context.Context, workspace WorkspaceId, body EditLargeFileStorageConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*EditLargeFileStorageConfigResponse, error)

	// EditSlackCommandWithBodyWithResponse 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)

	// EditWebhookWithBodyWithResponse 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)

	// GetWorkspaceEncryptionKeyWithResponse request
	GetWorkspaceEncryptionKeyWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetWorkspaceEncryptionKeyResponse, error)

	// SetWorkspaceEncryptionKeyWithBodyWithResponse request with any body
	SetWorkspaceEncryptionKeyWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetWorkspaceEncryptionKeyResponse, error)

	SetWorkspaceEncryptionKeyWithResponse(ctx context.Context, workspace WorkspaceId, body SetWorkspaceEncryptionKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*SetWorkspaceEncryptionKeyResponse, error)

	// GetCopilotInfoWithResponse request
	GetCopilotInfoWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetCopilotInfoResponse, error)

	// GetDeployToWithResponse request
	GetDeployToWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetDeployToResponse, error)

	// GetLargeFileStorageConfigWithResponse request
	GetLargeFileStorageConfigWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetLargeFileStorageConfigResponse, error)

	// GetSettingsWithResponse request
	GetSettingsWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetSettingsResponse, error)

	// GetWorkspaceNameWithResponse request
	GetWorkspaceNameWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetWorkspaceNameResponse, error)

	// InviteUserWithBodyWithResponse 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)

	// GetIsPremiumWithResponse request
	GetIsPremiumWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetIsPremiumResponse, error)

	// LeaveWorkspaceWithResponse request
	LeaveWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*LeaveWorkspaceResponse, error)

	// ListPendingInvitesWithResponse request
	ListPendingInvitesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListPendingInvitesResponse, error)

	// GetPremiumInfoWithResponse request
	GetPremiumInfoWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetPremiumInfoResponse, error)

	// RunSlackMessageTestJobWithBodyWithResponse request with any body
	RunSlackMessageTestJobWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunSlackMessageTestJobResponse, error)

	RunSlackMessageTestJobWithResponse(ctx context.Context, workspace WorkspaceId, body RunSlackMessageTestJobJSONRequestBody, reqEditors ...RequestEditorFn) (*RunSlackMessageTestJobResponse, error)

	// SetAutomaticBillingWithBodyWithResponse request with any body
	SetAutomaticBillingWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetAutomaticBillingResponse, error)

	SetAutomaticBillingWithResponse(ctx context.Context, workspace WorkspaceId, body SetAutomaticBillingJSONRequestBody, reqEditors ...RequestEditorFn) (*SetAutomaticBillingResponse, error)

	// SetEnvironmentVariableWithBodyWithResponse request with any body
	SetEnvironmentVariableWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetEnvironmentVariableResponse, error)

	SetEnvironmentVariableWithResponse(ctx context.Context, workspace WorkspaceId, body SetEnvironmentVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*SetEnvironmentVariableResponse, error)

	// GetWorkspaceUsageWithResponse request
	GetWorkspaceUsageWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetWorkspaceUsageResponse, error)

	// GetUsedTriggersWithResponse request
	GetUsedTriggersWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetUsedTriggersResponse, error)

	// GetCustomTagsWithResponse request
	GetCustomTagsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCustomTagsResponse, error)

	// ExistsWorkerWithTagWithResponse request
	ExistsWorkerWithTagWithResponse(ctx context.Context, params *ExistsWorkerWithTagParams, reqEditors ...RequestEditorFn) (*ExistsWorkerWithTagResponse, error)

	// GeDefaultTagsWithResponse request
	GeDefaultTagsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GeDefaultTagsResponse, error)

	// IsDefaultTagsPerWorkspaceWithResponse request
	IsDefaultTagsPerWorkspaceWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*IsDefaultTagsPerWorkspaceResponse, error)

	// ListWorkersWithResponse request
	ListWorkersWithResponse(ctx context.Context, params *ListWorkersParams, reqEditors ...RequestEditorFn) (*ListWorkersResponse, error)

	// GetQueueMetricsWithResponse request
	GetQueueMetricsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetQueueMetricsResponse, error)

	// IsDomainAllowedWithResponse request
	IsDomainAllowedWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*IsDomainAllowedResponse, error)

	// CreateWorkspaceWithBodyWithResponse 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)

	// DeleteWorkspaceWithResponse request
	DeleteWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*DeleteWorkspaceResponse, error)

	// ExistsWorkspaceWithBodyWithResponse 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)

	// ExistsUsernameWithBodyWithResponse 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)

	// ListWorkspacesWithResponse request
	ListWorkspacesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListWorkspacesResponse, error)

	// ListWorkspacesAsSuperAdminWithResponse request
	ListWorkspacesAsSuperAdminWithResponse(ctx context.Context, params *ListWorkspacesAsSuperAdminParams, reqEditors ...RequestEditorFn) (*ListWorkspacesAsSuperAdminResponse, error)

	// UnarchiveWorkspaceWithResponse request
	UnarchiveWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*UnarchiveWorkspaceResponse, error)

	// ListUserWorkspacesWithResponse 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 {
	AggregateWaitTimeMs *float32              `json:"aggregate_wait_time_ms,omitempty"`
	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"`
	Labels              *[]string             `json:"labels,omitempty"`
	Language            *CompletedJobLanguage `json:"language,omitempty"`
	Logs                *string               `json:"logs,omitempty"`
	MemPeak             *int                  `json:"mem_peak,omitempty"`
	ParentJob           *openapi_types.UUID   `json:"parent_job,omitempty"`

	// PermissionedAs 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"`
	Priority       *int         `json:"priority,omitempty"`
	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"`
	SelfWaitTimeMs *float32     `json:"self_wait_time_ms,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 (
	CompletedJobJobKindAppdependencies    CompletedJobJobKind = "appdependencies"
	CompletedJobJobKindDependencies       CompletedJobJobKind = "dependencies"
	CompletedJobJobKindDeploymentcallback CompletedJobJobKind = "deploymentcallback"
	CompletedJobJobKindFlow               CompletedJobJobKind = "flow"
	CompletedJobJobKindFlowdependencies   CompletedJobJobKind = "flowdependencies"
	CompletedJobJobKindFlowpreview        CompletedJobJobKind = "flowpreview"
	CompletedJobJobKindIdentity           CompletedJobJobKind = "identity"
	CompletedJobJobKindPreview            CompletedJobJobKind = "preview"
	CompletedJobJobKindScript             CompletedJobJobKind = "script"
	CompletedJobJobKindScriptHub          CompletedJobJobKind = "script_hub"
	CompletedJobJobKindSinglescriptflow   CompletedJobJobKind = "singlescriptflow"
)

Defines values for CompletedJobJobKind.

type CompletedJobLanguage

type CompletedJobLanguage string

CompletedJobLanguage defines model for CompletedJob.Language.

const (
	CompletedJobLanguageAnsible    CompletedJobLanguage = "ansible"
	CompletedJobLanguageBash       CompletedJobLanguage = "bash"
	CompletedJobLanguageBigquery   CompletedJobLanguage = "bigquery"
	CompletedJobLanguageBun        CompletedJobLanguage = "bun"
	CompletedJobLanguageDeno       CompletedJobLanguage = "deno"
	CompletedJobLanguageGo         CompletedJobLanguage = "go"
	CompletedJobLanguageGraphql    CompletedJobLanguage = "graphql"
	CompletedJobLanguageMssql      CompletedJobLanguage = "mssql"
	CompletedJobLanguageMysql      CompletedJobLanguage = "mysql"
	CompletedJobLanguageNativets   CompletedJobLanguage = "nativets"
	CompletedJobLanguagePhp        CompletedJobLanguage = "php"
	CompletedJobLanguagePostgresql CompletedJobLanguage = "postgresql"
	CompletedJobLanguagePowershell CompletedJobLanguage = "powershell"
	CompletedJobLanguagePython3    CompletedJobLanguage = "python3"
	CompletedJobLanguageRust       CompletedJobLanguage = "rust"
	CompletedJobLanguageSnowflake  CompletedJobLanguage = "snowflake"
)

Defines values for CompletedJobLanguage.

type ConcurrencyGroup added in v1.252.0

type ConcurrencyGroup struct {
	ConcurrencyKey string  `json:"concurrency_key"`
	TotalRunning   float32 `json:"total_running"`
}

ConcurrencyGroup defines model for ConcurrencyGroup.

type ConcurrencyId added in v1.252.0

type ConcurrencyId = string

ConcurrencyId defines model for ConcurrencyId.

type Config added in v1.364.0

type Config struct {
	Config *map[string]interface{} `json:"config,omitempty"`
	Name   string                  `json:"name"`
}

Config defines model for Config.

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 ConnectSlackCallbackInstanceJSONBody added in v1.391.0

type ConnectSlackCallbackInstanceJSONBody struct {
	Code  string `json:"code"`
	State string `json:"state"`
}

ConnectSlackCallbackInstanceJSONBody defines parameters for ConnectSlackCallbackInstance.

type ConnectSlackCallbackInstanceJSONRequestBody added in v1.391.0

type ConnectSlackCallbackInstanceJSONRequestBody ConnectSlackCallbackInstanceJSONBody

ConnectSlackCallbackInstanceJSONRequestBody defines body for ConnectSlackCallbackInstance for application/json ContentType.

type ConnectSlackCallbackInstanceResponse added in v1.391.0

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

func ParseConnectSlackCallbackInstanceResponse added in v1.391.0

func ParseConnectSlackCallbackInstanceResponse(rsp *http.Response) (*ConnectSlackCallbackInstanceResponse, error)

ParseConnectSlackCallbackInstanceResponse parses an HTTP response from a ConnectSlackCallbackInstanceWithResponse call

func (ConnectSlackCallbackInstanceResponse) Status added in v1.391.0

Status returns HTTPResponse.Status

func (ConnectSlackCallbackInstanceResponse) StatusCode added in v1.391.0

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"`
	IsCustom    bool   `json:"is_custom"`
	Name        string `json:"name"`
	Value       string `json:"value"`
}

ContextualVariable defines model for ContextualVariable.

type CountJobsByTagParams added in v1.402.0

type CountJobsByTagParams struct {
	// HorizonSecs Past Time horizon in seconds (when to start the count = now - horizon) (default is 3600)
	HorizonSecs *int `form:"horizon_secs,omitempty" json:"horizon_secs,omitempty"`

	// WorkspaceId Specific workspace ID to filter results (optional)
	WorkspaceId *string `form:"workspace_id,omitempty" json:"workspace_id,omitempty"`
}

CountJobsByTagParams defines parameters for CountJobsByTag.

type CountJobsByTagResponse added in v1.402.0

type CountJobsByTagResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Count int    `json:"count"`
		Tag   string `json:"tag"`
	}
}

func ParseCountJobsByTagResponse added in v1.402.0

func ParseCountJobsByTagResponse(rsp *http.Response) (*CountJobsByTagResponse, error)

ParseCountJobsByTagResponse parses an HTTP response from a CountJobsByTagWithResponse call

func (CountJobsByTagResponse) Status added in v1.402.0

func (r CountJobsByTagResponse) Status() string

Status returns HTTPResponse.Status

func (CountJobsByTagResponse) StatusCode added in v1.402.0

func (r CountJobsByTagResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CountSearchLogsIndexParams added in v1.419.0

type CountSearchLogsIndexParams struct {
	SearchQuery string     `form:"search_query" json:"search_query"`
	Hosts       string     `form:"hosts" json:"hosts"`
	MinTs       *time.Time `form:"min_ts,omitempty" json:"min_ts,omitempty"`
	MaxTs       *time.Time `form:"max_ts,omitempty" json:"max_ts,omitempty"`
}

CountSearchLogsIndexParams defines parameters for CountSearchLogsIndex.

type CountSearchLogsIndexResponse added in v1.419.0

type CountSearchLogsIndexResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// CountPerHost count of log lines that matched the query per hostname
		CountPerHost *map[string]interface{} `json:"count_per_host,omitempty"`

		// QueryParseErrors a list of the terms that couldn't be parsed (and thus ignored)
		QueryParseErrors *[]string `json:"query_parse_errors,omitempty"`
	}
}

func ParseCountSearchLogsIndexResponse added in v1.419.0

func ParseCountSearchLogsIndexResponse(rsp *http.Response) (*CountSearchLogsIndexResponse, error)

ParseCountSearchLogsIndexResponse parses an HTTP response from a CountSearchLogsIndexWithResponse call

func (CountSearchLogsIndexResponse) Status added in v1.419.0

Status returns HTTPResponse.Status

func (CountSearchLogsIndexResponse) StatusCode added in v1.419.0

func (r CountSearchLogsIndexResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateAccountJSONBody

type CreateAccountJSONBody struct {
	Client       string  `json:"client"`
	ExpiresIn    int     `json:"expires_in"`
	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 {
	DeploymentMessage *string     `json:"deployment_message,omitempty"`
	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 CreateCustomerPortalSessionParams added in v1.378.0

type CreateCustomerPortalSessionParams struct {
	LicenseKey *string `form:"license_key,omitempty" json:"license_key,omitempty"`
}

CreateCustomerPortalSessionParams defines parameters for CreateCustomerPortalSession.

type CreateCustomerPortalSessionResponse added in v1.344.1

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

func ParseCreateCustomerPortalSessionResponse added in v1.344.1

func ParseCreateCustomerPortalSessionResponse(rsp *http.Response) (*CreateCustomerPortalSessionResponse, error)

ParseCreateCustomerPortalSessionResponse parses an HTTP response from a CreateCustomerPortalSessionWithResponse call

func (CreateCustomerPortalSessionResponse) Status added in v1.344.1

Status returns HTTPResponse.Status

func (CreateCustomerPortalSessionResponse) StatusCode added in v1.344.1

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.

const (
	CreateDraftJSONBodyTypApp    CreateDraftJSONBodyTyp = "app"
	CreateDraftJSONBodyTypFlow   CreateDraftJSONBodyTyp = "flow"
	CreateDraftJSONBodyTypScript CreateDraftJSONBodyTyp = "script"
)

Defines values for CreateDraftJSONBodyTyp.

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 {
	DedicatedWorker     *bool                   `json:"dedicated_worker,omitempty"`
	DeploymentMessage   *string                 `json:"deployment_message,omitempty"`
	Description         *string                 `json:"description,omitempty"`
	DraftOnly           *bool                   `json:"draft_only,omitempty"`
	Path                string                  `json:"path"`
	Priority            *int                    `json:"priority,omitempty"`
	Schema              *map[string]interface{} `json:"schema,omitempty"`
	Summary             string                  `json:"summary"`
	Tag                 *string                 `json:"tag,omitempty"`
	Timeout             *float32                `json:"timeout,omitempty"`
	Value               FlowValue               `json:"value"`
	VisibleToRunnerOnly *bool                   `json:"visible_to_runner_only,omitempty"`
	WsErrorHandlerMuted *bool                   `json:"ws_error_handler_muted,omitempty"`
}

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 *map[string]bool `json:"extra_perms,omitempty"`
	Name       string           `json:"name"`
	Owners     *[]string        `json:"owners,omitempty"`
	Summary    *string          `json:"summary,omitempty"`
}

CreateFolderJSONBody defines parameters for CreateFolder.

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 CreateHttpTriggerJSONRequestBody added in v1.398.0

type CreateHttpTriggerJSONRequestBody = NewHttpTrigger

CreateHttpTriggerJSONRequestBody defines body for CreateHttpTrigger for application/json ContentType.

type CreateHttpTriggerResponse added in v1.398.0

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

func ParseCreateHttpTriggerResponse added in v1.398.0

func ParseCreateHttpTriggerResponse(rsp *http.Response) (*CreateHttpTriggerResponse, error)

ParseCreateHttpTriggerResponse parses an HTTP response from a CreateHttpTriggerWithResponse call

func (CreateHttpTriggerResponse) Status added in v1.398.0

func (r CreateHttpTriggerResponse) Status() string

Status returns HTTPResponse.Status

func (CreateHttpTriggerResponse) StatusCode added in v1.398.0

func (r CreateHttpTriggerResponse) 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 CreateInputJSONRequestBody added in v1.88.0

type CreateInputJSONRequestBody = CreateInput

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 CreateInstanceGroupJSONBody added in v1.241.0

type CreateInstanceGroupJSONBody struct {
	Name    string  `json:"name"`
	Summary *string `json:"summary,omitempty"`
}

CreateInstanceGroupJSONBody defines parameters for CreateInstanceGroup.

type CreateInstanceGroupJSONRequestBody added in v1.241.0

type CreateInstanceGroupJSONRequestBody CreateInstanceGroupJSONBody

CreateInstanceGroupJSONRequestBody defines body for CreateInstanceGroup for application/json ContentType.

type CreateInstanceGroupResponse added in v1.241.0

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

func ParseCreateInstanceGroupResponse added in v1.241.0

func ParseCreateInstanceGroupResponse(rsp *http.Response) (*CreateInstanceGroupResponse, error)

ParseCreateInstanceGroupResponse parses an HTTP response from a CreateInstanceGroupWithResponse call

func (CreateInstanceGroupResponse) Status added in v1.241.0

Status returns HTTPResponse.Status

func (CreateInstanceGroupResponse) StatusCode added in v1.241.0

func (r CreateInstanceGroupResponse) 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 CreateResourceJSONRequestBody

type CreateResourceJSONRequestBody = CreateResource

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 CreateResourceTypeJSONRequestBody

type CreateResourceTypeJSONRequestBody = ResourceType

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 CreateScheduleJSONRequestBody

type CreateScheduleJSONRequestBody = NewSchedule

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 CreateScriptJSONRequestBody

type CreateScriptJSONRequestBody = NewScript

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 CreateTokenImpersonateJSONRequestBody added in v1.86.0

type CreateTokenImpersonateJSONRequestBody = NewTokenImpersonate

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 CreateTokenJSONRequestBody

type CreateTokenJSONRequestBody = NewToken

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 CreateVariable

type CreateVariable struct {
	Account     *int       `json:"account,omitempty"`
	Description string     `json:"description"`
	ExpiresAt   *time.Time `json:"expires_at,omitempty"`
	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 CreateVariableJSONRequestBody

type CreateVariableJSONRequestBody = CreateVariable

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 CreateWebsocketTriggerJSONRequestBody added in v1.410.0

type CreateWebsocketTriggerJSONRequestBody = NewWebsocketTrigger

CreateWebsocketTriggerJSONRequestBody defines body for CreateWebsocketTrigger for application/json ContentType.

type CreateWebsocketTriggerResponse added in v1.410.0

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

func ParseCreateWebsocketTriggerResponse added in v1.410.0

func ParseCreateWebsocketTriggerResponse(rsp *http.Response) (*CreateWebsocketTriggerResponse, error)

ParseCreateWebsocketTriggerResponse parses an HTTP response from a CreateWebsocketTriggerWithResponse call

func (CreateWebsocketTriggerResponse) Status added in v1.410.0

Status returns HTTPResponse.Status

func (CreateWebsocketTriggerResponse) StatusCode added in v1.410.0

func (r CreateWebsocketTriggerResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateWorkspace

type CreateWorkspace struct {
	Id       string  `json:"id"`
	Name     string  `json:"name"`
	Username *string `json:"username,omitempty"`
}

CreateWorkspace defines model for CreateWorkspace.

type CreateWorkspaceJSONRequestBody

type CreateWorkspaceJSONRequestBody = CreateWorkspace

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 CreatedAfter

type CreatedAfter = time.Time

CreatedAfter defines model for CreatedAfter.

type CreatedBefore

type CreatedBefore = time.Time

CreatedBefore defines model for CreatedBefore.

type CreatedBy

type CreatedBy = string

CreatedBy defines model for CreatedBy.

type CreatedOrStartedAfter added in v1.152.0

type CreatedOrStartedAfter = time.Time

CreatedOrStartedAfter defines model for CreatedOrStartedAfter.

type CreatedOrStartedAfterCompletedJob added in v1.355.4

type CreatedOrStartedAfterCompletedJob = time.Time

CreatedOrStartedAfterCompletedJob defines model for CreatedOrStartedAfterCompletedJob.

type CreatedOrStartedBefore added in v1.152.0

type CreatedOrStartedBefore = time.Time

CreatedOrStartedBefore defines model for CreatedOrStartedBefore.

type DatasetStorageTestConnectionParams added in v1.344.1

type DatasetStorageTestConnectionParams struct {
	Storage *string `form:"storage,omitempty" json:"storage,omitempty"`
}

DatasetStorageTestConnectionParams defines parameters for DatasetStorageTestConnection.

type DatasetStorageTestConnectionResponse added in v1.208.0

type DatasetStorageTestConnectionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseDatasetStorageTestConnectionResponse added in v1.208.0

func ParseDatasetStorageTestConnectionResponse(rsp *http.Response) (*DatasetStorageTestConnectionResponse, error)

ParseDatasetStorageTestConnectionResponse parses an HTTP response from a DatasetStorageTestConnectionWithResponse call

func (DatasetStorageTestConnectionResponse) Status added in v1.208.0

Status returns HTTPResponse.Status

func (DatasetStorageTestConnectionResponse) StatusCode added in v1.208.0

StatusCode returns HTTPResponse.StatusCode

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 DeleteConcurrencyGroupResponse added in v1.252.0

type DeleteConcurrencyGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]interface{}
}

func ParseDeleteConcurrencyGroupResponse added in v1.252.0

func ParseDeleteConcurrencyGroupResponse(rsp *http.Response) (*DeleteConcurrencyGroupResponse, error)

ParseDeleteConcurrencyGroupResponse parses an HTTP response from a DeleteConcurrencyGroupWithResponse call

func (DeleteConcurrencyGroupResponse) Status added in v1.252.0

Status returns HTTPResponse.Status

func (DeleteConcurrencyGroupResponse) StatusCode added in v1.252.0

func (r DeleteConcurrencyGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteConfigResponse added in v1.176.0

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

func ParseDeleteConfigResponse added in v1.176.0

func ParseDeleteConfigResponse(rsp *http.Response) (*DeleteConfigResponse, error)

ParseDeleteConfigResponse parses an HTTP response from a DeleteConfigWithResponse call

func (DeleteConfigResponse) Status added in v1.176.0

func (r DeleteConfigResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteConfigResponse) StatusCode added in v1.176.0

func (r DeleteConfigResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteDraftParamsKind added in v1.116.0

type DeleteDraftParamsKind string

DeleteDraftParamsKind defines parameters for DeleteDraft.

const (
	DeleteDraftParamsKindApp    DeleteDraftParamsKind = "app"
	DeleteDraftParamsKindFlow   DeleteDraftParamsKind = "flow"
	DeleteDraftParamsKindScript DeleteDraftParamsKind = "script"
)

Defines values for DeleteDraftParamsKind.

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 DeleteHttpTriggerResponse added in v1.398.0

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

func ParseDeleteHttpTriggerResponse added in v1.398.0

func ParseDeleteHttpTriggerResponse(rsp *http.Response) (*DeleteHttpTriggerResponse, error)

ParseDeleteHttpTriggerResponse parses an HTTP response from a DeleteHttpTriggerWithResponse call

func (DeleteHttpTriggerResponse) Status added in v1.398.0

func (r DeleteHttpTriggerResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteHttpTriggerResponse) StatusCode added in v1.398.0

func (r DeleteHttpTriggerResponse) 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 DeleteInstanceGroupResponse added in v1.241.0

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

func ParseDeleteInstanceGroupResponse added in v1.241.0

func ParseDeleteInstanceGroupResponse(rsp *http.Response) (*DeleteInstanceGroupResponse, error)

ParseDeleteInstanceGroupResponse parses an HTTP response from a DeleteInstanceGroupWithResponse call

func (DeleteInstanceGroupResponse) Status added in v1.241.0

Status returns HTTPResponse.Status

func (DeleteInstanceGroupResponse) StatusCode added in v1.241.0

func (r DeleteInstanceGroupResponse) 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 DeleteS3FileParams added in v1.230.0

type DeleteS3FileParams struct {
	FileKey string  `form:"file_key" json:"file_key"`
	Storage *string `form:"storage,omitempty" json:"storage,omitempty"`
}

DeleteS3FileParams defines parameters for DeleteS3File.

type DeleteS3FileResponse added in v1.230.0

type DeleteS3FileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseDeleteS3FileResponse added in v1.230.0

func ParseDeleteS3FileResponse(rsp *http.Response) (*DeleteS3FileResponse, error)

ParseDeleteS3FileResponse parses an HTTP response from a DeleteS3FileWithResponse call

func (DeleteS3FileResponse) Status added in v1.230.0

func (r DeleteS3FileResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteS3FileResponse) StatusCode added in v1.230.0

func (r DeleteS3FileResponse) 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 DeleteWebsocketTriggerResponse added in v1.410.0

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

func ParseDeleteWebsocketTriggerResponse added in v1.410.0

func ParseDeleteWebsocketTriggerResponse(rsp *http.Response) (*DeleteWebsocketTriggerResponse, error)

ParseDeleteWebsocketTriggerResponse parses an HTTP response from a DeleteWebsocketTriggerWithResponse call

func (DeleteWebsocketTriggerResponse) Status added in v1.410.0

Status returns HTTPResponse.Status

func (DeleteWebsocketTriggerResponse) StatusCode added in v1.410.0

func (r DeleteWebsocketTriggerResponse) 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 DuckdbConnectionSettingsJSONBody added in v1.208.0

type DuckdbConnectionSettingsJSONBody struct {
	S3Resource *S3Resource `json:"s3_resource,omitempty"`
}

DuckdbConnectionSettingsJSONBody defines parameters for DuckdbConnectionSettings.

type DuckdbConnectionSettingsJSONRequestBody added in v1.208.0

type DuckdbConnectionSettingsJSONRequestBody DuckdbConnectionSettingsJSONBody

DuckdbConnectionSettingsJSONRequestBody defines body for DuckdbConnectionSettings for application/json ContentType.

type DuckdbConnectionSettingsResponse added in v1.208.0

type DuckdbConnectionSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		ConnectionSettingsStr *string `json:"connection_settings_str,omitempty"`
	}
}

func ParseDuckdbConnectionSettingsResponse added in v1.208.0

func ParseDuckdbConnectionSettingsResponse(rsp *http.Response) (*DuckdbConnectionSettingsResponse, error)

ParseDuckdbConnectionSettingsResponse parses an HTTP response from a DuckdbConnectionSettingsWithResponse call

func (DuckdbConnectionSettingsResponse) Status added in v1.208.0

Status returns HTTPResponse.Status

func (DuckdbConnectionSettingsResponse) StatusCode added in v1.208.0

func (r DuckdbConnectionSettingsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DuckdbConnectionSettingsV2JSONBody added in v1.220.0

type DuckdbConnectionSettingsV2JSONBody struct {
	S3ResourcePath *string `json:"s3_resource_path,omitempty"`
}

DuckdbConnectionSettingsV2JSONBody defines parameters for DuckdbConnectionSettingsV2.

type DuckdbConnectionSettingsV2JSONRequestBody added in v1.220.0

type DuckdbConnectionSettingsV2JSONRequestBody DuckdbConnectionSettingsV2JSONBody

DuckdbConnectionSettingsV2JSONRequestBody defines body for DuckdbConnectionSettingsV2 for application/json ContentType.

type DuckdbConnectionSettingsV2Response added in v1.220.0

type DuckdbConnectionSettingsV2Response struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		ConnectionSettingsStr string `json:"connection_settings_str"`
	}
}

func ParseDuckdbConnectionSettingsV2Response added in v1.220.0

func ParseDuckdbConnectionSettingsV2Response(rsp *http.Response) (*DuckdbConnectionSettingsV2Response, error)

ParseDuckdbConnectionSettingsV2Response parses an HTTP response from a DuckdbConnectionSettingsV2WithResponse call

func (DuckdbConnectionSettingsV2Response) Status added in v1.220.0

Status returns HTTPResponse.Status

func (DuckdbConnectionSettingsV2Response) StatusCode added in v1.220.0

func (r DuckdbConnectionSettingsV2Response) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditAutoInviteJSONBody added in v1.56.0

type EditAutoInviteJSONBody struct {
	AutoAdd   *bool `json:"auto_add,omitempty"`
	InviteAll *bool `json:"invite_all,omitempty"`
	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 EditCopilotConfigJSONBody added in v1.179.0

type EditCopilotConfigJSONBody struct {
	CodeCompletionEnabled bool    `json:"code_completion_enabled"`
	OpenaiResourcePath    *string `json:"openai_resource_path,omitempty"`
}

EditCopilotConfigJSONBody defines parameters for EditCopilotConfig.

type EditCopilotConfigJSONRequestBody added in v1.179.0

type EditCopilotConfigJSONRequestBody EditCopilotConfigJSONBody

EditCopilotConfigJSONRequestBody defines body for EditCopilotConfig for application/json ContentType.

type EditCopilotConfigResponse added in v1.179.0

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

func ParseEditCopilotConfigResponse added in v1.179.0

func ParseEditCopilotConfigResponse(rsp *http.Response) (*EditCopilotConfigResponse, error)

ParseEditCopilotConfigResponse parses an HTTP response from a EditCopilotConfigWithResponse call

func (EditCopilotConfigResponse) Status added in v1.179.0

func (r EditCopilotConfigResponse) Status() string

Status returns HTTPResponse.Status

func (EditCopilotConfigResponse) StatusCode added in v1.179.0

func (r EditCopilotConfigResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditDefaultScriptsJSONRequestBody added in v1.290.0

type EditDefaultScriptsJSONRequestBody = WorkspaceDefaultScripts

EditDefaultScriptsJSONRequestBody defines body for EditDefaultScripts for application/json ContentType.

type EditDefaultScriptsResponse added in v1.290.0

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

func ParseEditDefaultScriptsResponse added in v1.290.0

func ParseEditDefaultScriptsResponse(rsp *http.Response) (*EditDefaultScriptsResponse, error)

ParseEditDefaultScriptsResponse parses an HTTP response from a EditDefaultScriptsWithResponse call

func (EditDefaultScriptsResponse) Status added in v1.290.0

Status returns HTTPResponse.Status

func (EditDefaultScriptsResponse) StatusCode added in v1.290.0

func (r EditDefaultScriptsResponse) 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"`
	ErrorHandlerExtraArgs     *ScriptArgs `json:"error_handler_extra_args,omitempty"`
	ErrorHandlerMutedOnCancel *bool       `json:"error_handler_muted_on_cancel,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 EditHttpTrigger added in v1.398.0

type EditHttpTrigger struct {
	HttpMethod   EditHttpTriggerHttpMethod `json:"http_method"`
	IsAsync      bool                      `json:"is_async"`
	IsFlow       bool                      `json:"is_flow"`
	Path         string                    `json:"path"`
	RequiresAuth bool                      `json:"requires_auth"`
	RoutePath    *string                   `json:"route_path,omitempty"`
	ScriptPath   string                    `json:"script_path"`
}

EditHttpTrigger defines model for EditHttpTrigger.

type EditHttpTriggerHttpMethod added in v1.398.0

type EditHttpTriggerHttpMethod string

EditHttpTriggerHttpMethod defines model for EditHttpTrigger.HttpMethod.

const (
	EditHttpTriggerHttpMethodDelete EditHttpTriggerHttpMethod = "delete"
	EditHttpTriggerHttpMethodGet    EditHttpTriggerHttpMethod = "get"
	EditHttpTriggerHttpMethodPatch  EditHttpTriggerHttpMethod = "patch"
	EditHttpTriggerHttpMethodPost   EditHttpTriggerHttpMethod = "post"
	EditHttpTriggerHttpMethodPut    EditHttpTriggerHttpMethod = "put"
)

Defines values for EditHttpTriggerHttpMethod.

type EditLargeFileStorageConfigJSONBody added in v1.208.0

type EditLargeFileStorageConfigJSONBody struct {
	LargeFileStorage *LargeFileStorage `json:"large_file_storage,omitempty"`
}

EditLargeFileStorageConfigJSONBody defines parameters for EditLargeFileStorageConfig.

type EditLargeFileStorageConfigJSONRequestBody added in v1.208.0

type EditLargeFileStorageConfigJSONRequestBody EditLargeFileStorageConfigJSONBody

EditLargeFileStorageConfigJSONRequestBody defines body for EditLargeFileStorageConfig for application/json ContentType.

type EditLargeFileStorageConfigResponse added in v1.208.0

type EditLargeFileStorageConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseEditLargeFileStorageConfigResponse added in v1.208.0

func ParseEditLargeFileStorageConfigResponse(rsp *http.Response) (*EditLargeFileStorageConfigResponse, error)

ParseEditLargeFileStorageConfigResponse parses an HTTP response from a EditLargeFileStorageConfigWithResponse call

func (EditLargeFileStorageConfigResponse) Status added in v1.208.0

Status returns HTTPResponse.Status

func (EditLargeFileStorageConfigResponse) StatusCode added in v1.208.0

func (r EditLargeFileStorageConfigResponse) 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"`
	NoFlowOverlap       *bool       `json:"no_flow_overlap,omitempty"`
	OnFailure           *string     `json:"on_failure,omitempty"`
	OnFailureExact      *bool       `json:"on_failure_exact,omitempty"`
	OnFailureExtraArgs  *ScriptArgs `json:"on_failure_extra_args,omitempty"`
	OnFailureTimes      *float32    `json:"on_failure_times,omitempty"`
	OnRecovery          *string     `json:"on_recovery,omitempty"`
	OnRecoveryExtraArgs *ScriptArgs `json:"on_recovery_extra_args,omitempty"`
	OnRecoveryTimes     *float32    `json:"on_recovery_times,omitempty"`
	OnSuccess           *string     `json:"on_success,omitempty"`
	OnSuccessExtraArgs  *ScriptArgs `json:"on_success_extra_args,omitempty"`
	PausedUntil         *time.Time  `json:"paused_until,omitempty"`
	Retry               *Retry      `json:"retry,omitempty"`
	Schedule            string      `json:"schedule"`
	Summary             *string     `json:"summary,omitempty"`
	Tag                 *string     `json:"tag,omitempty"`
	Timezone            string      `json:"timezone"`
	WsErrorHandlerMuted *bool       `json:"ws_error_handler_muted,omitempty"`
}

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 EditWebsocketTrigger added in v1.410.0

type EditWebsocketTrigger struct {
	Filters []struct {
		Key   string      `json:"key"`
		Value interface{} `json:"value"`
	} `json:"filters"`
	InitialMessages []WebsocketTriggerInitialMessage `json:"initial_messages"`
	IsFlow          bool                             `json:"is_flow"`
	Path            string                           `json:"path"`
	ScriptPath      string                           `json:"script_path"`
	Url             string                           `json:"url"`
	UrlRunnableArgs ScriptArgs                       `json:"url_runnable_args"`
}

EditWebsocketTrigger defines model for EditWebsocketTrigger.

type EditWorkspaceDefaultAppJSONBody added in v1.252.0

type EditWorkspaceDefaultAppJSONBody struct {
	DefaultAppPath *string `json:"default_app_path,omitempty"`
}

EditWorkspaceDefaultAppJSONBody defines parameters for EditWorkspaceDefaultApp.

type EditWorkspaceDefaultAppJSONRequestBody added in v1.252.0

type EditWorkspaceDefaultAppJSONRequestBody EditWorkspaceDefaultAppJSONBody

EditWorkspaceDefaultAppJSONRequestBody defines body for EditWorkspaceDefaultApp for application/json ContentType.

type EditWorkspaceDefaultAppResponse added in v1.252.0

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

func ParseEditWorkspaceDefaultAppResponse added in v1.252.0

func ParseEditWorkspaceDefaultAppResponse(rsp *http.Response) (*EditWorkspaceDefaultAppResponse, error)

ParseEditWorkspaceDefaultAppResponse parses an HTTP response from a EditWorkspaceDefaultAppWithResponse call

func (EditWorkspaceDefaultAppResponse) Status added in v1.252.0

Status returns HTTPResponse.Status

func (EditWorkspaceDefaultAppResponse) StatusCode added in v1.252.0

func (r EditWorkspaceDefaultAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditWorkspaceDeployUISettingsJSONBody added in v1.375.0

type EditWorkspaceDeployUISettingsJSONBody struct {
	DeployUiSettings *WorkspaceDeployUISettings `json:"deploy_ui_settings,omitempty"`
}

EditWorkspaceDeployUISettingsJSONBody defines parameters for EditWorkspaceDeployUISettings.

type EditWorkspaceDeployUISettingsJSONRequestBody added in v1.375.0

type EditWorkspaceDeployUISettingsJSONRequestBody EditWorkspaceDeployUISettingsJSONBody

EditWorkspaceDeployUISettingsJSONRequestBody defines body for EditWorkspaceDeployUISettings for application/json ContentType.

type EditWorkspaceDeployUISettingsResponse added in v1.375.0

type EditWorkspaceDeployUISettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseEditWorkspaceDeployUISettingsResponse added in v1.375.0

func ParseEditWorkspaceDeployUISettingsResponse(rsp *http.Response) (*EditWorkspaceDeployUISettingsResponse, error)

ParseEditWorkspaceDeployUISettingsResponse parses an HTTP response from a EditWorkspaceDeployUISettingsWithResponse call

func (EditWorkspaceDeployUISettingsResponse) Status added in v1.375.0

Status returns HTTPResponse.Status

func (EditWorkspaceDeployUISettingsResponse) StatusCode added in v1.375.0

StatusCode returns HTTPResponse.StatusCode

type EditWorkspaceGitSyncConfigJSONBody added in v1.220.0

type EditWorkspaceGitSyncConfigJSONBody struct {
	GitSyncSettings *WorkspaceGitSyncSettings `json:"git_sync_settings,omitempty"`
}

EditWorkspaceGitSyncConfigJSONBody defines parameters for EditWorkspaceGitSyncConfig.

type EditWorkspaceGitSyncConfigJSONRequestBody added in v1.220.0

type EditWorkspaceGitSyncConfigJSONRequestBody EditWorkspaceGitSyncConfigJSONBody

EditWorkspaceGitSyncConfigJSONRequestBody defines body for EditWorkspaceGitSyncConfig for application/json ContentType.

type EditWorkspaceGitSyncConfigResponse added in v1.220.0

type EditWorkspaceGitSyncConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseEditWorkspaceGitSyncConfigResponse added in v1.220.0

func ParseEditWorkspaceGitSyncConfigResponse(rsp *http.Response) (*EditWorkspaceGitSyncConfigResponse, error)

ParseEditWorkspaceGitSyncConfigResponse parses an HTTP response from a EditWorkspaceGitSyncConfigWithResponse call

func (EditWorkspaceGitSyncConfigResponse) Status added in v1.220.0

Status returns HTTPResponse.Status

func (EditWorkspaceGitSyncConfigResponse) StatusCode added in v1.220.0

func (r EditWorkspaceGitSyncConfigResponse) 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"`
	ForceViewerAllowUserResources *[]string               `json:"force_viewer_allow_user_resources,omitempty"`
	ForceViewerOneOfFields        *map[string]interface{} `json:"force_viewer_one_of_fields,omitempty"`
	ForceViewerStaticFields       *map[string]interface{} `json:"force_viewer_static_fields,omitempty"`
	Path                          *string                 `json:"path,omitempty"`
	RawCode                       *struct {
		CacheTtl *int    `json:"cache_ttl,omitempty"`
		Content  string  `json:"content"`
		Language string  `json:"language"`
		Lock     *string `json:"lock,omitempty"`
		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 ExistsHttpTriggerResponse added in v1.398.0

type ExistsHttpTriggerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsHttpTriggerResponse added in v1.398.0

func ParseExistsHttpTriggerResponse(rsp *http.Response) (*ExistsHttpTriggerResponse, error)

ParseExistsHttpTriggerResponse parses an HTTP response from a ExistsHttpTriggerWithResponse call

func (ExistsHttpTriggerResponse) Status added in v1.398.0

func (r ExistsHttpTriggerResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsHttpTriggerResponse) StatusCode added in v1.398.0

func (r ExistsHttpTriggerResponse) 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 ExistsRouteJSONBody added in v1.398.0

type ExistsRouteJSONBody struct {
	HttpMethod ExistsRouteJSONBodyHttpMethod `json:"http_method"`
	RoutePath  string                        `json:"route_path"`
}

ExistsRouteJSONBody defines parameters for ExistsRoute.

type ExistsRouteJSONBodyHttpMethod added in v1.398.0

type ExistsRouteJSONBodyHttpMethod string

ExistsRouteJSONBodyHttpMethod defines parameters for ExistsRoute.

Defines values for ExistsRouteJSONBodyHttpMethod.

type ExistsRouteJSONRequestBody added in v1.398.0

type ExistsRouteJSONRequestBody ExistsRouteJSONBody

ExistsRouteJSONRequestBody defines body for ExistsRoute for application/json ContentType.

type ExistsRouteResponse added in v1.398.0

type ExistsRouteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsRouteResponse added in v1.398.0

func ParseExistsRouteResponse(rsp *http.Response) (*ExistsRouteResponse, error)

ParseExistsRouteResponse parses an HTTP response from a ExistsRouteWithResponse call

func (ExistsRouteResponse) Status added in v1.398.0

func (r ExistsRouteResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsRouteResponse) StatusCode added in v1.398.0

func (r ExistsRouteResponse) 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 ExistsWebsocketTriggerResponse added in v1.410.0

type ExistsWebsocketTriggerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsWebsocketTriggerResponse added in v1.410.0

func ParseExistsWebsocketTriggerResponse(rsp *http.Response) (*ExistsWebsocketTriggerResponse, error)

ParseExistsWebsocketTriggerResponse parses an HTTP response from a ExistsWebsocketTriggerWithResponse call

func (ExistsWebsocketTriggerResponse) Status added in v1.410.0

Status returns HTTPResponse.Status

func (ExistsWebsocketTriggerResponse) StatusCode added in v1.410.0

func (r ExistsWebsocketTriggerResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsWorkerWithTagParams added in v1.223.0

type ExistsWorkerWithTagParams struct {
	Tag string `form:"tag" json:"tag"`
}

ExistsWorkerWithTagParams defines parameters for ExistsWorkerWithTag.

type ExistsWorkerWithTagResponse added in v1.223.0

type ExistsWorkerWithTagResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsWorkerWithTagResponse added in v1.223.0

func ParseExistsWorkerWithTagResponse(rsp *http.Response) (*ExistsWorkerWithTagResponse, error)

ParseExistsWorkerWithTagResponse parses an HTTP response from a ExistsWorkerWithTagWithResponse call

func (ExistsWorkerWithTagResponse) Status added in v1.223.0

Status returns HTTPResponse.Status

func (ExistsWorkerWithTagResponse) StatusCode added in v1.223.0

func (r ExistsWorkerWithTagResponse) 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 ExportInstanceGroupsResponse added in v1.364.0

type ExportInstanceGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ExportedInstanceGroup
}

func ParseExportInstanceGroupsResponse added in v1.364.0

func ParseExportInstanceGroupsResponse(rsp *http.Response) (*ExportInstanceGroupsResponse, error)

ParseExportInstanceGroupsResponse parses an HTTP response from a ExportInstanceGroupsWithResponse call

func (ExportInstanceGroupsResponse) Status added in v1.364.0

Status returns HTTPResponse.Status

func (ExportInstanceGroupsResponse) StatusCode added in v1.364.0

func (r ExportInstanceGroupsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExportedInstanceGroup added in v1.364.0

type ExportedInstanceGroup struct {
	Emails          *[]string `json:"emails,omitempty"`
	ExternalId      *string   `json:"external_id,omitempty"`
	Id              *string   `json:"id,omitempty"`
	Name            string    `json:"name"`
	ScimDisplayName *string   `json:"scim_display_name,omitempty"`
	Summary         *string   `json:"summary,omitempty"`
}

ExportedInstanceGroup defines model for ExportedInstanceGroup.

type ExportedUser added in v1.364.0

type ExportedUser struct {
	Company       *string `json:"company,omitempty"`
	Email         string  `json:"email"`
	FirstTimeUser bool    `json:"first_time_user"`
	Name          *string `json:"name,omitempty"`
	PasswordHash  *string `json:"password_hash,omitempty"`
	SuperAdmin    bool    `json:"super_admin"`
	Username      *string `json:"username,omitempty"`
	Verified      bool    `json:"verified"`
}

ExportedUser defines model for ExportedUser.

type ExtendedJobs added in v1.333.5

type ExtendedJobs struct {
	Jobs         []Job         `json:"jobs"`
	ObscuredJobs []ObscuredJob `json:"obscured_jobs"`

	// OmittedObscuredJobs Obscured jobs omitted for security because of too specific filtering
	OmittedObscuredJobs *bool `json:"omitted_obscured_jobs,omitempty"`
}

ExtendedJobs defines model for ExtendedJobs.

type ExtraPerms added in v1.309.2

type ExtraPerms map[string]bool

ExtraPerms defines model for ExtraPerms.

type FileDownloadParams added in v1.259.0

type FileDownloadParams struct {
	FileKey        string  `form:"file_key" json:"file_key"`
	S3ResourcePath *string `form:"s3_resource_path,omitempty" json:"s3_resource_path,omitempty"`
	ResourceType   *string `form:"resource_type,omitempty" json:"resource_type,omitempty"`
	Storage        *string `form:"storage,omitempty" json:"storage,omitempty"`
}

FileDownloadParams defines parameters for FileDownload.

type FileDownloadParquetAsCsvParams added in v1.344.1

type FileDownloadParquetAsCsvParams struct {
	FileKey        string  `form:"file_key" json:"file_key"`
	S3ResourcePath *string `form:"s3_resource_path,omitempty" json:"s3_resource_path,omitempty"`
	ResourceType   *string `form:"resource_type,omitempty" json:"resource_type,omitempty"`
}

FileDownloadParquetAsCsvParams defines parameters for FileDownloadParquetAsCsv.

type FileDownloadParquetAsCsvResponse added in v1.344.1

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

func ParseFileDownloadParquetAsCsvResponse added in v1.344.1

func ParseFileDownloadParquetAsCsvResponse(rsp *http.Response) (*FileDownloadParquetAsCsvResponse, error)

ParseFileDownloadParquetAsCsvResponse parses an HTTP response from a FileDownloadParquetAsCsvWithResponse call

func (FileDownloadParquetAsCsvResponse) Status added in v1.344.1

Status returns HTTPResponse.Status

func (FileDownloadParquetAsCsvResponse) StatusCode added in v1.344.1

func (r FileDownloadParquetAsCsvResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type FileDownloadResponse added in v1.259.0

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

func ParseFileDownloadResponse added in v1.259.0

func ParseFileDownloadResponse(rsp *http.Response) (*FileDownloadResponse, error)

ParseFileDownloadResponse parses an HTTP response from a FileDownloadWithResponse call

func (FileDownloadResponse) Status added in v1.259.0

func (r FileDownloadResponse) Status() string

Status returns HTTPResponse.Status

func (FileDownloadResponse) StatusCode added in v1.259.0

func (r FileDownloadResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type FileResourceTypeToFileExtMapResponse added in v1.397.0

type FileResourceTypeToFileExtMapResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseFileResourceTypeToFileExtMapResponse added in v1.397.0

func ParseFileResourceTypeToFileExtMapResponse(rsp *http.Response) (*FileResourceTypeToFileExtMapResponse, error)

ParseFileResourceTypeToFileExtMapResponse parses an HTTP response from a FileResourceTypeToFileExtMapWithResponse call

func (FileResourceTypeToFileExtMapResponse) Status added in v1.397.0

Status returns HTTPResponse.Status

func (FileResourceTypeToFileExtMapResponse) StatusCode added in v1.397.0

StatusCode returns HTTPResponse.StatusCode

type FileUploadParams added in v1.259.0

type FileUploadParams struct {
	FileKey        *string `form:"file_key,omitempty" json:"file_key,omitempty"`
	FileExtension  *string `form:"file_extension,omitempty" json:"file_extension,omitempty"`
	S3ResourcePath *string `form:"s3_resource_path,omitempty" json:"s3_resource_path,omitempty"`
	ResourceType   *string `form:"resource_type,omitempty" json:"resource_type,omitempty"`
	Storage        *string `form:"storage,omitempty" json:"storage,omitempty"`
}

FileUploadParams defines parameters for FileUpload.

type FileUploadResponse added in v1.259.0

type FileUploadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		FileKey string `json:"file_key"`
	}
}

func ParseFileUploadResponse added in v1.259.0

func ParseFileUploadResponse(rsp *http.Response) (*FileUploadResponse, error)

ParseFileUploadResponse parses an HTTP response from a FileUploadWithResponse call

func (FileUploadResponse) Status added in v1.259.0

func (r FileUploadResponse) Status() string

Status returns HTTPResponse.Status

func (FileUploadResponse) StatusCode added in v1.259.0

func (r FileUploadResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Flow

type Flow struct {
	Archived            bool                    `json:"archived"`
	DedicatedWorker     *bool                   `json:"dedicated_worker,omitempty"`
	Description         *string                 `json:"description,omitempty"`
	DraftOnly           *bool                   `json:"draft_only,omitempty"`
	EditedAt            time.Time               `json:"edited_at"`
	EditedBy            string                  `json:"edited_by"`
	ExtraPerms          ExtraPerms              `json:"extra_perms"`
	Path                string                  `json:"path"`
	Priority            *int                    `json:"priority,omitempty"`
	Schema              *map[string]interface{} `json:"schema,omitempty"`
	Starred             *bool                   `json:"starred,omitempty"`
	Summary             string                  `json:"summary"`
	Tag                 *string                 `json:"tag,omitempty"`
	Timeout             *float32                `json:"timeout,omitempty"`
	Value               FlowValue               `json:"value"`
	VisibleToRunnerOnly *bool                   `json:"visible_to_runner_only,omitempty"`
	WorkspaceId         *string                 `json:"workspace_id,omitempty"`
	WsErrorHandlerMuted *bool                   `json:"ws_error_handler_muted,omitempty"`
}

Flow defines model for Flow.

type FlowMetadata

type FlowMetadata struct {
	Archived            bool       `json:"archived"`
	DedicatedWorker     *bool      `json:"dedicated_worker,omitempty"`
	DraftOnly           *bool      `json:"draft_only,omitempty"`
	EditedAt            time.Time  `json:"edited_at"`
	EditedBy            string     `json:"edited_by"`
	ExtraPerms          ExtraPerms `json:"extra_perms"`
	Path                string     `json:"path"`
	Priority            *int       `json:"priority,omitempty"`
	Starred             *bool      `json:"starred,omitempty"`
	Tag                 *string    `json:"tag,omitempty"`
	Timeout             *float32   `json:"timeout,omitempty"`
	VisibleToRunnerOnly *bool      `json:"visible_to_runner_only,omitempty"`
	WorkspaceId         *string    `json:"workspace_id,omitempty"`
	WsErrorHandlerMuted *bool      `json:"ws_error_handler_muted,omitempty"`
}

FlowMetadata defines model for FlowMetadata.

type FlowModule

type FlowModule struct {
	CacheTtl        *float32 `json:"cache_ttl,omitempty"`
	ContinueOnError *bool    `json:"continue_on_error,omitempty"`
	DeleteAfterUse  *bool    `json:"delete_after_use,omitempty"`
	Id              string   `json:"id"`
	Mock            *struct {
		Enabled     *bool        `json:"enabled,omitempty"`
		ReturnValue *interface{} `json:"return_value,omitempty"`
	} `json:"mock,omitempty"`
	Priority *float32 `json:"priority,omitempty"`
	Retry    *Retry   `json:"retry,omitempty"`
	SkipIf   *struct {
		Expr string `json:"expr"`
	} `json:"skip_if,omitempty"`
	Sleep               *InputTransform `json:"sleep,omitempty"`
	StopAfterAllItersIf *struct {
		Expr          string `json:"expr"`
		SkipIfStopped *bool  `json:"skip_if_stopped,omitempty"`
	} `json:"stop_after_all_iters_if,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 {
		ContinueOnDisapproveTimeout *bool `json:"continue_on_disapprove_timeout,omitempty"`
		HideCancel                  *bool `json:"hide_cancel,omitempty"`
		RequiredEvents              *int  `json:"required_events,omitempty"`
		ResumeForm                  *struct {
			Schema *map[string]interface{} `json:"schema,omitempty"`
		} `json:"resume_form,omitempty"`
		SelfApprovalDisabled *bool           `json:"self_approval_disabled,omitempty"`
		Timeout              *int            `json:"timeout,omitempty"`
		UserAuthRequired     *bool           `json:"user_auth_required,omitempty"`
		UserGroupsRequired   *InputTransform `json:"user_groups_required,omitempty"`
	} `json:"suspend,omitempty"`
	Timeout *float32        `json:"timeout,omitempty"`
	Value   FlowModuleValue `json:"value"`
}

FlowModule defines model for FlowModule.

type FlowModuleValue

type FlowModuleValue struct {
	// contains filtered or unexported fields
}

FlowModuleValue defines model for FlowModuleValue.

func (FlowModuleValue) AsBranchAll added in v1.43.0

func (t FlowModuleValue) AsBranchAll() (BranchAll, error)

AsBranchAll returns the union data inside the FlowModuleValue as a BranchAll

func (FlowModuleValue) AsBranchOne added in v1.43.0

func (t FlowModuleValue) AsBranchOne() (BranchOne, error)

AsBranchOne returns the union data inside the FlowModuleValue as a BranchOne

func (FlowModuleValue) AsForloopFlow added in v1.43.0

func (t FlowModuleValue) AsForloopFlow() (ForloopFlow, error)

AsForloopFlow returns the union data inside the FlowModuleValue as a ForloopFlow

func (FlowModuleValue) AsIdentity added in v1.43.0

func (t FlowModuleValue) AsIdentity() (Identity, error)

AsIdentity returns the union data inside the FlowModuleValue as a Identity

func (FlowModuleValue) AsPathFlow added in v1.410.3

func (t FlowModuleValue) AsPathFlow() (PathFlow, error)

AsPathFlow returns the union data inside the FlowModuleValue as a PathFlow

func (FlowModuleValue) AsPathScript added in v1.43.0

func (t FlowModuleValue) AsPathScript() (PathScript, error)

AsPathScript returns the union data inside the FlowModuleValue as a PathScript

func (FlowModuleValue) AsRawScript added in v1.43.0

func (t FlowModuleValue) AsRawScript() (RawScript, error)

AsRawScript returns the union data inside the FlowModuleValue as a RawScript

func (FlowModuleValue) AsWhileloopFlow added in v1.410.3

func (t FlowModuleValue) AsWhileloopFlow() (WhileloopFlow, error)

AsWhileloopFlow returns the union data inside the FlowModuleValue as a WhileloopFlow

func (FlowModuleValue) Discriminator added in v1.43.0

func (t FlowModuleValue) Discriminator() (string, error)

func (*FlowModuleValue) FromBranchAll added in v1.43.0

func (t *FlowModuleValue) FromBranchAll(v BranchAll) error

FromBranchAll overwrites any union data inside the FlowModuleValue as the provided BranchAll

func (*FlowModuleValue) FromBranchOne added in v1.43.0

func (t *FlowModuleValue) FromBranchOne(v BranchOne) error

FromBranchOne overwrites any union data inside the FlowModuleValue as the provided BranchOne

func (*FlowModuleValue) FromForloopFlow added in v1.43.0

func (t *FlowModuleValue) FromForloopFlow(v ForloopFlow) error

FromForloopFlow overwrites any union data inside the FlowModuleValue as the provided ForloopFlow

func (*FlowModuleValue) FromIdentity added in v1.43.0

func (t *FlowModuleValue) FromIdentity(v Identity) error

FromIdentity overwrites any union data inside the FlowModuleValue as the provided Identity

func (*FlowModuleValue) FromPathFlow added in v1.410.3

func (t *FlowModuleValue) FromPathFlow(v PathFlow) error

FromPathFlow overwrites any union data inside the FlowModuleValue as the provided PathFlow

func (*FlowModuleValue) FromPathScript added in v1.43.0

func (t *FlowModuleValue) FromPathScript(v PathScript) error

FromPathScript overwrites any union data inside the FlowModuleValue as the provided PathScript

func (*FlowModuleValue) FromRawScript added in v1.43.0

func (t *FlowModuleValue) FromRawScript(v RawScript) error

FromRawScript overwrites any union data inside the FlowModuleValue as the provided RawScript

func (*FlowModuleValue) FromWhileloopFlow added in v1.410.3

func (t *FlowModuleValue) FromWhileloopFlow(v WhileloopFlow) error

FromWhileloopFlow overwrites any union data inside the FlowModuleValue as the provided WhileloopFlow

func (FlowModuleValue) MarshalJSON added in v1.43.0

func (t FlowModuleValue) MarshalJSON() ([]byte, error)

func (*FlowModuleValue) MergeBranchAll added in v1.43.0

func (t *FlowModuleValue) MergeBranchAll(v BranchAll) error

MergeBranchAll performs a merge with any union data inside the FlowModuleValue, using the provided BranchAll

func (*FlowModuleValue) MergeBranchOne added in v1.43.0

func (t *FlowModuleValue) MergeBranchOne(v BranchOne) error

MergeBranchOne performs a merge with any union data inside the FlowModuleValue, using the provided BranchOne

func (*FlowModuleValue) MergeForloopFlow added in v1.43.0

func (t *FlowModuleValue) MergeForloopFlow(v ForloopFlow) error

MergeForloopFlow performs a merge with any union data inside the FlowModuleValue, using the provided ForloopFlow

func (*FlowModuleValue) MergeIdentity added in v1.43.0

func (t *FlowModuleValue) MergeIdentity(v Identity) error

MergeIdentity performs a merge with any union data inside the FlowModuleValue, using the provided Identity

func (*FlowModuleValue) MergePathFlow added in v1.410.3

func (t *FlowModuleValue) MergePathFlow(v PathFlow) error

MergePathFlow performs a merge with any union data inside the FlowModuleValue, using the provided PathFlow

func (*FlowModuleValue) MergePathScript added in v1.43.0

func (t *FlowModuleValue) MergePathScript(v PathScript) error

MergePathScript performs a merge with any union data inside the FlowModuleValue, using the provided PathScript

func (*FlowModuleValue) MergeRawScript added in v1.43.0

func (t *FlowModuleValue) MergeRawScript(v RawScript) error

MergeRawScript performs a merge with any union data inside the FlowModuleValue, using the provided RawScript

func (*FlowModuleValue) MergeWhileloopFlow added in v1.410.3

func (t *FlowModuleValue) MergeWhileloopFlow(v WhileloopFlow) error

MergeWhileloopFlow performs a merge with any union data inside the FlowModuleValue, using the provided WhileloopFlow

func (*FlowModuleValue) UnmarshalJSON added in v1.43.0

func (t *FlowModuleValue) UnmarshalJSON(b []byte) error

func (FlowModuleValue) ValueByDiscriminator added in v1.43.0

func (t FlowModuleValue) ValueByDiscriminator() (interface{}, error)

type FlowPreview

type FlowPreview struct {
	Args          ScriptArgs     `json:"args"`
	Path          *string        `json:"path,omitempty"`
	RestartedFrom *RestartedFrom `json:"restarted_from,omitempty"`
	Tag           *string        `json:"tag,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"`
		FailedRetries   *[]openapi_types.UUID `json:"failed_retries,omitempty"`
		FlowJobs        *[]string             `json:"flow_jobs,omitempty"`
		FlowJobsSuccess *[]bool               `json:"flow_jobs_success,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"`
		Progress     *int                        `json:"progress,omitempty"`
		Skipped      *bool                       `json:"skipped,omitempty"`
		Type         FlowStatusFailureModuleType `json:"type"`
	} `json:"failure_module"`
	Modules            []FlowStatusModule `json:"modules"`
	PreprocessorModule *FlowStatusModule  `json:"preprocessor_module,omitempty"`
	Retry              *struct {
		FailCount  *int                  `json:"fail_count,omitempty"`
		FailedJobs *[]openapi_types.UUID `json:"failed_jobs,omitempty"`
	} `json:"retry,omitempty"`
	Step       int                     `json:"step"`
	UserStates *map[string]interface{} `json:"user_states,omitempty"`
}

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"`
	FailedRetries   *[]openapi_types.UUID `json:"failed_retries,omitempty"`
	FlowJobs        *[]string             `json:"flow_jobs,omitempty"`
	FlowJobsSuccess *[]bool               `json:"flow_jobs_success,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"`
	Progress *int                 `json:"progress,omitempty"`
	Skipped  *bool                `json:"skipped,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 {
	CacheTtl               *float32     `json:"cache_ttl,omitempty"`
	ConcurrencyKey         *string      `json:"concurrency_key,omitempty"`
	ConcurrencyTimeWindowS *float32     `json:"concurrency_time_window_s,omitempty"`
	ConcurrentLimit        *float32     `json:"concurrent_limit,omitempty"`
	EarlyReturn            *string      `json:"early_return,omitempty"`
	FailureModule          *FlowModule  `json:"failure_module,omitempty"`
	Modules                []FlowModule `json:"modules"`
	PreprocessorModule     *FlowModule  `json:"preprocessor_module,omitempty"`
	Priority               *float32     `json:"priority,omitempty"`
	SameWorker             *bool        `json:"same_worker,omitempty"`
	SkipExpr               *string      `json:"skip_expr,omitempty"`
}

FlowValue defines model for FlowValue.

type FlowVersion added in v1.357.0

type FlowVersion struct {
	CreatedAt     time.Time `json:"created_at"`
	DeploymentMsg *string   `json:"deployment_msg,omitempty"`
	Id            int       `json:"id"`
}

FlowVersion defines model for FlowVersion.

type Folder added in v1.56.0

type Folder struct {
	CreatedBy  *string         `json:"created_by,omitempty"`
	EditedAt   *time.Time      `json:"edited_at,omitempty"`
	ExtraPerms map[string]bool `json:"extra_perms"`
	Name       string          `json:"name"`
	Owners     []string        `json:"owners"`
	Summary    *string         `json:"summary,omitempty"`
}

Folder defines model for Folder.

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"`
	Parallelism  *int            `json:"parallelism,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 (
	ForloopFlowTypeForloopflow ForloopFlowType = "forloopflow"
)

Defines values for ForloopFlowType.

type GeDefaultTagsResponse added in v1.267.0

type GeDefaultTagsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGeDefaultTagsResponse added in v1.267.0

func ParseGeDefaultTagsResponse(rsp *http.Response) (*GeDefaultTagsResponse, error)

ParseGeDefaultTagsResponse parses an HTTP response from a GeDefaultTagsWithResponse call

func (GeDefaultTagsResponse) Status added in v1.267.0

func (r GeDefaultTagsResponse) Status() string

Status returns HTTPResponse.Status

func (GeDefaultTagsResponse) StatusCode added in v1.267.0

func (r GeDefaultTagsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAppByPathParams added in v1.386.0

type GetAppByPathParams struct {
	WithStarredInfo *bool `form:"with_starred_info,omitempty" json:"with_starred_info,omitempty"`
}

GetAppByPathParams defines parameters for GetAppByPath.

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 GetAppHistoryByPathResponse added in v1.220.0

type GetAppHistoryByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]AppHistory
}

func ParseGetAppHistoryByPathResponse added in v1.220.0

func ParseGetAppHistoryByPathResponse(rsp *http.Response) (*GetAppHistoryByPathResponse, error)

ParseGetAppHistoryByPathResponse parses an HTTP response from a GetAppHistoryByPathWithResponse call

func (GetAppHistoryByPathResponse) Status added in v1.220.0

Status returns HTTPResponse.Status

func (GetAppHistoryByPathResponse) StatusCode added in v1.220.0

func (r GetAppHistoryByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAppLatestVersionResponse added in v1.410.0

type GetAppLatestVersionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AppHistory
}

func ParseGetAppLatestVersionResponse added in v1.410.0

func ParseGetAppLatestVersionResponse(rsp *http.Response) (*GetAppLatestVersionResponse, error)

ParseGetAppLatestVersionResponse parses an HTTP response from a GetAppLatestVersionWithResponse call

func (GetAppLatestVersionResponse) Status added in v1.410.0

Status returns HTTPResponse.Status

func (GetAppLatestVersionResponse) StatusCode added in v1.410.0

func (r GetAppLatestVersionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetArgsFromHistoryOrSavedInputParams added in v1.359.0

type GetArgsFromHistoryOrSavedInputParams struct {
	Input      *bool `form:"input,omitempty" json:"input,omitempty"`
	AllowLarge *bool `form:"allow_large,omitempty" json:"allow_large,omitempty"`
}

GetArgsFromHistoryOrSavedInputParams defines parameters for GetArgsFromHistoryOrSavedInput.

type GetArgsFromHistoryOrSavedInputResponse added in v1.324.0

type GetArgsFromHistoryOrSavedInputResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetArgsFromHistoryOrSavedInputResponse added in v1.324.0

func ParseGetArgsFromHistoryOrSavedInputResponse(rsp *http.Response) (*GetArgsFromHistoryOrSavedInputResponse, error)

ParseGetArgsFromHistoryOrSavedInputResponse parses an HTTP response from a GetArgsFromHistoryOrSavedInputWithResponse call

func (GetArgsFromHistoryOrSavedInputResponse) Status added in v1.324.0

Status returns HTTPResponse.Status

func (GetArgsFromHistoryOrSavedInputResponse) StatusCode added in v1.324.0

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 GetCompletedCountResponse added in v1.170.0

type GetCompletedCountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		DatabaseLength int `json:"database_length"`
	}
}

func ParseGetCompletedCountResponse added in v1.170.0

func ParseGetCompletedCountResponse(rsp *http.Response) (*GetCompletedCountResponse, error)

ParseGetCompletedCountResponse parses an HTTP response from a GetCompletedCountWithResponse call

func (GetCompletedCountResponse) Status added in v1.170.0

func (r GetCompletedCountResponse) Status() string

Status returns HTTPResponse.Status

func (GetCompletedCountResponse) StatusCode added in v1.170.0

func (r GetCompletedCountResponse) 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 GetCompletedJobResultMaybeParams added in v1.189.0

type GetCompletedJobResultMaybeParams struct {
	GetStarted *GetStarted `form:"get_started,omitempty" json:"get_started,omitempty"`
}

GetCompletedJobResultMaybeParams defines parameters for GetCompletedJobResultMaybe.

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"`
		Started   *bool       `json:"started,omitempty"`
		Success   *bool       `json:"success,omitempty"`
	}
}

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 GetCompletedJobResultParams added in v1.344.1

type GetCompletedJobResultParams struct {
	SuspendedJob *string `form:"suspended_job,omitempty" json:"suspended_job,omitempty"`
	ResumeId     *int    `form:"resume_id,omitempty" json:"resume_id,omitempty"`
	Secret       *string `form:"secret,omitempty" json:"secret,omitempty"`
	Approver     *string `form:"approver,omitempty" json:"approver,omitempty"`
}

GetCompletedJobResultParams defines parameters for GetCompletedJobResult.

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 GetConcurrencyKeyResponse added in v1.331.0

type GetConcurrencyKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *string
}

func ParseGetConcurrencyKeyResponse added in v1.331.0

func ParseGetConcurrencyKeyResponse(rsp *http.Response) (*GetConcurrencyKeyResponse, error)

ParseGetConcurrencyKeyResponse parses an HTTP response from a GetConcurrencyKeyWithResponse call

func (GetConcurrencyKeyResponse) Status added in v1.331.0

func (r GetConcurrencyKeyResponse) Status() string

Status returns HTTPResponse.Status

func (GetConcurrencyKeyResponse) StatusCode added in v1.331.0

func (r GetConcurrencyKeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetConfigResponse added in v1.176.0

type GetConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetConfigResponse added in v1.176.0

func ParseGetConfigResponse(rsp *http.Response) (*GetConfigResponse, error)

ParseGetConfigResponse parses an HTTP response from a GetConfigWithResponse call

func (GetConfigResponse) Status added in v1.176.0

func (r GetConfigResponse) Status() string

Status returns HTTPResponse.Status

func (GetConfigResponse) StatusCode added in v1.176.0

func (r GetConfigResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCopilotInfoResponse added in v1.179.0

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

func ParseGetCopilotInfoResponse added in v1.179.0

func ParseGetCopilotInfoResponse(rsp *http.Response) (*GetCopilotInfoResponse, error)

ParseGetCopilotInfoResponse parses an HTTP response from a GetCopilotInfoWithResponse call

func (GetCopilotInfoResponse) Status added in v1.179.0

func (r GetCopilotInfoResponse) Status() string

Status returns HTTPResponse.Status

func (GetCopilotInfoResponse) StatusCode added in v1.179.0

func (r GetCopilotInfoResponse) 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 GetDbClockResponse added in v1.152.0

type GetDbClockResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *int
}

func ParseGetDbClockResponse added in v1.152.0

func ParseGetDbClockResponse(rsp *http.Response) (*GetDbClockResponse, error)

ParseGetDbClockResponse parses an HTTP response from a GetDbClockWithResponse call

func (GetDbClockResponse) Status added in v1.152.0

func (r GetDbClockResponse) Status() string

Status returns HTTPResponse.Status

func (GetDbClockResponse) StatusCode added in v1.152.0

func (r GetDbClockResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDefaultScriptsResponse added in v1.290.0

type GetDefaultScriptsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *WorkspaceDefaultScripts
}

func ParseGetDefaultScriptsResponse added in v1.290.0

func ParseGetDefaultScriptsResponse(rsp *http.Response) (*GetDefaultScriptsResponse, error)

ParseGetDefaultScriptsResponse parses an HTTP response from a GetDefaultScriptsWithResponse call

func (GetDefaultScriptsResponse) Status added in v1.290.0

func (r GetDefaultScriptsResponse) Status() string

Status returns HTTPResponse.Status

func (GetDefaultScriptsResponse) StatusCode added in v1.290.0

func (r GetDefaultScriptsResponse) 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 GetFlowByPathParams added in v1.386.0

type GetFlowByPathParams struct {
	WithStarredInfo *bool `form:"with_starred_info,omitempty" json:"with_starred_info,omitempty"`
}

GetFlowByPathParams defines parameters for GetFlowByPath.

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 {
		Archived            bool                    `json:"archived"`
		DedicatedWorker     *bool                   `json:"dedicated_worker,omitempty"`
		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          ExtraPerms              `json:"extra_perms"`
		Path                string                  `json:"path"`
		Priority            *int                    `json:"priority,omitempty"`
		Schema              *map[string]interface{} `json:"schema,omitempty"`
		Starred             *bool                   `json:"starred,omitempty"`
		Summary             string                  `json:"summary"`
		Tag                 *string                 `json:"tag,omitempty"`
		Timeout             *float32                `json:"timeout,omitempty"`
		Value               FlowValue               `json:"value"`
		VisibleToRunnerOnly *bool                   `json:"visible_to_runner_only,omitempty"`
		WorkspaceId         *string                 `json:"workspace_id,omitempty"`
		WsErrorHandlerMuted *bool                   `json:"ws_error_handler_muted,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 GetFlowDebugInfoResponse added in v1.261.0

type GetFlowDebugInfoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetFlowDebugInfoResponse added in v1.261.0

func ParseGetFlowDebugInfoResponse(rsp *http.Response) (*GetFlowDebugInfoResponse, error)

ParseGetFlowDebugInfoResponse parses an HTTP response from a GetFlowDebugInfoWithResponse call

func (GetFlowDebugInfoResponse) Status added in v1.261.0

func (r GetFlowDebugInfoResponse) Status() string

Status returns HTTPResponse.Status

func (GetFlowDebugInfoResponse) StatusCode added in v1.261.0

func (r GetFlowDebugInfoResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFlowHistoryResponse added in v1.357.0

type GetFlowHistoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]FlowVersion
}

func ParseGetFlowHistoryResponse added in v1.357.0

func ParseGetFlowHistoryResponse(rsp *http.Response) (*GetFlowHistoryResponse, error)

ParseGetFlowHistoryResponse parses an HTTP response from a GetFlowHistoryWithResponse call

func (GetFlowHistoryResponse) Status added in v1.357.0

func (r GetFlowHistoryResponse) Status() string

Status returns HTTPResponse.Status

func (GetFlowHistoryResponse) StatusCode added in v1.357.0

func (r GetFlowHistoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFlowLatestVersionResponse added in v1.410.0

type GetFlowLatestVersionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *FlowVersion
}

func ParseGetFlowLatestVersionResponse added in v1.410.0

func ParseGetFlowLatestVersionResponse(rsp *http.Response) (*GetFlowLatestVersionResponse, error)

ParseGetFlowLatestVersionResponse parses an HTTP response from a GetFlowLatestVersionWithResponse call

func (GetFlowLatestVersionResponse) Status added in v1.410.0

Status returns HTTPResponse.Status

func (GetFlowLatestVersionResponse) StatusCode added in v1.410.0

func (r GetFlowLatestVersionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFlowUserStateResponse added in v1.296.0

type GetFlowUserStateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetFlowUserStateResponse added in v1.296.0

func ParseGetFlowUserStateResponse(rsp *http.Response) (*GetFlowUserStateResponse, error)

ParseGetFlowUserStateResponse parses an HTTP response from a GetFlowUserStateWithResponse call

func (GetFlowUserStateResponse) Status added in v1.296.0

func (r GetFlowUserStateResponse) Status() string

Status returns HTTPResponse.Status

func (GetFlowUserStateResponse) StatusCode added in v1.296.0

func (r GetFlowUserStateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFlowVersionResponse added in v1.357.0

type GetFlowVersionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Flow
}

func ParseGetFlowVersionResponse added in v1.357.0

func ParseGetFlowVersionResponse(rsp *http.Response) (*GetFlowVersionResponse, error)

ParseGetFlowVersionResponse parses an HTTP response from a GetFlowVersionWithResponse call

func (GetFlowVersionResponse) Status added in v1.357.0

func (r GetFlowVersionResponse) Status() string

Status returns HTTPResponse.Status

func (GetFlowVersionResponse) StatusCode added in v1.357.0

func (r GetFlowVersionResponse) 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 GetGlobalResponse added in v1.163.0

type GetGlobalResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetGlobalResponse added in v1.163.0

func ParseGetGlobalResponse(rsp *http.Response) (*GetGlobalResponse, error)

ParseGetGlobalResponse parses an HTTP response from a GetGlobalWithResponse call

func (GetGlobalResponse) Status added in v1.163.0

func (r GetGlobalResponse) Status() string

Status returns HTTPResponse.Status

func (GetGlobalResponse) StatusCode added in v1.163.0

func (r GetGlobalResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetGranularAclsParamsKind

type GetGranularAclsParamsKind string

GetGranularAclsParamsKind defines parameters for GetGranularAcls.

const (
	GetGranularAclsParamsKindApp              GetGranularAclsParamsKind = "app"
	GetGranularAclsParamsKindFlow             GetGranularAclsParamsKind = "flow"
	GetGranularAclsParamsKindFolder           GetGranularAclsParamsKind = "folder"
	GetGranularAclsParamsKindGroup            GetGranularAclsParamsKind = "group_"
	GetGranularAclsParamsKindHttpTrigger      GetGranularAclsParamsKind = "http_trigger"
	GetGranularAclsParamsKindRawApp           GetGranularAclsParamsKind = "raw_app"
	GetGranularAclsParamsKindResource         GetGranularAclsParamsKind = "resource"
	GetGranularAclsParamsKindSchedule         GetGranularAclsParamsKind = "schedule"
	GetGranularAclsParamsKindScript           GetGranularAclsParamsKind = "script"
	GetGranularAclsParamsKindVariable         GetGranularAclsParamsKind = "variable"
	GetGranularAclsParamsKindWebsocketTrigger GetGranularAclsParamsKind = "websocket_trigger"
)

Defines values for GetGranularAclsParamsKind.

type GetGranularAclsResponse

type GetGranularAclsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]bool
}

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 GetHttpTriggerResponse added in v1.398.0

type GetHttpTriggerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *HttpTrigger
}

func ParseGetHttpTriggerResponse added in v1.398.0

func ParseGetHttpTriggerResponse(rsp *http.Response) (*GetHttpTriggerResponse, error)

ParseGetHttpTriggerResponse parses an HTTP response from a GetHttpTriggerWithResponse call

func (GetHttpTriggerResponse) Status added in v1.398.0

func (r GetHttpTriggerResponse) Status() string

Status returns HTTPResponse.Status

func (GetHttpTriggerResponse) StatusCode added in v1.398.0

func (r GetHttpTriggerResponse) 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"`

	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage 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 GetIsPremiumResponse added in v1.208.0

type GetIsPremiumResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseGetIsPremiumResponse added in v1.208.0

func ParseGetIsPremiumResponse(rsp *http.Response) (*GetIsPremiumResponse, error)

ParseGetIsPremiumResponse parses an HTTP response from a GetIsPremiumWithResponse call

func (GetIsPremiumResponse) Status added in v1.208.0

func (r GetIsPremiumResponse) Status() string

Status returns HTTPResponse.Status

func (GetIsPremiumResponse) StatusCode added in v1.208.0

func (r GetIsPremiumResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetJobArgsResponse added in v1.356.0

type GetJobArgsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetJobArgsResponse added in v1.356.0

func ParseGetJobArgsResponse(rsp *http.Response) (*GetJobArgsResponse, error)

ParseGetJobArgsResponse parses an HTTP response from a GetJobArgsWithResponse call

func (GetJobArgsResponse) Status added in v1.356.0

func (r GetJobArgsResponse) Status() string

Status returns HTTPResponse.Status

func (GetJobArgsResponse) StatusCode added in v1.356.0

func (r GetJobArgsResponse) 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 GetJobMetricsJSONBody added in v1.234.0

type GetJobMetricsJSONBody struct {
	FromTimestamp           *time.Time `json:"from_timestamp,omitempty"`
	TimeseriesMaxDatapoints *int       `json:"timeseries_max_datapoints,omitempty"`
	ToTimestamp             *time.Time `json:"to_timestamp,omitempty"`
}

GetJobMetricsJSONBody defines parameters for GetJobMetrics.

type GetJobMetricsJSONRequestBody added in v1.234.0

type GetJobMetricsJSONRequestBody GetJobMetricsJSONBody

GetJobMetricsJSONRequestBody defines body for GetJobMetrics for application/json ContentType.

type GetJobMetricsResponse added in v1.234.0

type GetJobMetricsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		MetricsMetadata   *[]MetricMetadata   `json:"metrics_metadata,omitempty"`
		ScalarMetrics     *[]ScalarMetric     `json:"scalar_metrics,omitempty"`
		TimeseriesMetrics *[]TimeseriesMetric `json:"timeseries_metrics,omitempty"`
	}
}

func ParseGetJobMetricsResponse added in v1.234.0

func ParseGetJobMetricsResponse(rsp *http.Response) (*GetJobMetricsResponse, error)

ParseGetJobMetricsResponse parses an HTTP response from a GetJobMetricsWithResponse call

func (GetJobMetricsResponse) Status added in v1.234.0

func (r GetJobMetricsResponse) Status() string

Status returns HTTPResponse.Status

func (GetJobMetricsResponse) StatusCode added in v1.234.0

func (r GetJobMetricsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetJobParams added in v1.295.0

type GetJobParams struct {
	NoLogs *bool `form:"no_logs,omitempty" json:"no_logs,omitempty"`
}

GetJobParams defines parameters for GetJob.

type GetJobProgressResponse added in v1.396.0

type GetJobProgressResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *int
}

func ParseGetJobProgressResponse added in v1.396.0

func ParseGetJobProgressResponse(rsp *http.Response) (*GetJobProgressResponse, error)

ParseGetJobProgressResponse parses an HTTP response from a GetJobProgressWithResponse call

func (GetJobProgressResponse) Status added in v1.396.0

func (r GetJobProgressResponse) Status() string

Status returns HTTPResponse.Status

func (GetJobProgressResponse) StatusCode added in v1.396.0

func (r GetJobProgressResponse) 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"`
	GetProgress *bool `form:"get_progress,omitempty" json:"get_progress,omitempty"`
}

GetJobUpdatesParams defines parameters for GetJobUpdates.

type GetJobUpdatesResponse

type GetJobUpdatesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Completed  *bool                 `json:"completed,omitempty"`
		FlowStatus *WorkflowStatusRecord `json:"flow_status,omitempty"`
		LogOffset  *int                  `json:"log_offset,omitempty"`
		MemPeak    *int                  `json:"mem_peak,omitempty"`
		NewLogs    *string               `json:"new_logs,omitempty"`
		Progress   *int                  `json:"progress,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 GetLargeFileStorageConfigResponse added in v1.208.0

type GetLargeFileStorageConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *LargeFileStorage
}

func ParseGetLargeFileStorageConfigResponse added in v1.208.0

func ParseGetLargeFileStorageConfigResponse(rsp *http.Response) (*GetLargeFileStorageConfigResponse, error)

ParseGetLargeFileStorageConfigResponse parses an HTTP response from a GetLargeFileStorageConfigWithResponse call

func (GetLargeFileStorageConfigResponse) Status added in v1.208.0

Status returns HTTPResponse.Status

func (GetLargeFileStorageConfigResponse) StatusCode added in v1.208.0

func (r GetLargeFileStorageConfigResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetLatestKeyRenewalAttemptResponse added in v1.344.1

type GetLatestKeyRenewalAttemptResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		AttemptedAt time.Time `json:"attempted_at"`
		Result      string    `json:"result"`
	}
}

func ParseGetLatestKeyRenewalAttemptResponse added in v1.344.1

func ParseGetLatestKeyRenewalAttemptResponse(rsp *http.Response) (*GetLatestKeyRenewalAttemptResponse, error)

ParseGetLatestKeyRenewalAttemptResponse parses an HTTP response from a GetLatestKeyRenewalAttemptWithResponse call

func (GetLatestKeyRenewalAttemptResponse) Status added in v1.344.1

Status returns HTTPResponse.Status

func (GetLatestKeyRenewalAttemptResponse) StatusCode added in v1.344.1

func (r GetLatestKeyRenewalAttemptResponse) 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 GetLocalResponse added in v1.163.0

type GetLocalResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetLocalResponse added in v1.163.0

func ParseGetLocalResponse(rsp *http.Response) (*GetLocalResponse, error)

ParseGetLocalResponse parses an HTTP response from a GetLocalWithResponse call

func (GetLocalResponse) Status added in v1.163.0

func (r GetLocalResponse) Status() string

Status returns HTTPResponse.Status

func (GetLocalResponse) StatusCode added in v1.163.0

func (r GetLocalResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetLogFileFromStoreResponse added in v1.309.2

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

func ParseGetLogFileFromStoreResponse added in v1.309.2

func ParseGetLogFileFromStoreResponse(rsp *http.Response) (*GetLogFileFromStoreResponse, error)

ParseGetLogFileFromStoreResponse parses an HTTP response from a GetLogFileFromStoreWithResponse call

func (GetLogFileFromStoreResponse) Status added in v1.309.2

Status returns HTTPResponse.Status

func (GetLogFileFromStoreResponse) StatusCode added in v1.309.2

func (r GetLogFileFromStoreResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetLogFileResponse added in v1.389.0

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

func ParseGetLogFileResponse added in v1.389.0

func ParseGetLogFileResponse(rsp *http.Response) (*GetLogFileResponse, error)

ParseGetLogFileResponse parses an HTTP response from a GetLogFileWithResponse call

func (GetLogFileResponse) Status added in v1.389.0

func (r GetLogFileResponse) Status() string

Status returns HTTPResponse.Status

func (GetLogFileResponse) StatusCode added in v1.389.0

func (r GetLogFileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOAuthConnectResponse added in v1.344.1

type GetOAuthConnectResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		ExtraParams *map[string]interface{} `json:"extra_params,omitempty"`
		Scopes      *[]string               `json:"scopes,omitempty"`
	}
}

func ParseGetOAuthConnectResponse added in v1.344.1

func ParseGetOAuthConnectResponse(rsp *http.Response) (*GetOAuthConnectResponse, error)

ParseGetOAuthConnectResponse parses an HTTP response from a GetOAuthConnectWithResponse call

func (GetOAuthConnectResponse) Status added in v1.344.1

func (r GetOAuthConnectResponse) Status() string

Status returns HTTPResponse.Status

func (GetOAuthConnectResponse) StatusCode added in v1.344.1

func (r GetOAuthConnectResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOidcTokenResponse added in v1.246.0

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

func ParseGetOidcTokenResponse added in v1.246.0

func ParseGetOidcTokenResponse(rsp *http.Response) (*GetOidcTokenResponse, error)

ParseGetOidcTokenResponse parses an HTTP response from a GetOidcTokenWithResponse call

func (GetOidcTokenResponse) Status added in v1.246.0

func (r GetOidcTokenResponse) Status() string

Status returns HTTPResponse.Status

func (GetOidcTokenResponse) StatusCode added in v1.246.0

func (r GetOidcTokenResponse) 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 {
		AutomaticBilling bool     `json:"automatic_billing"`
		Premium          bool     `json:"premium"`
		Seats            *float32 `json:"seats,omitempty"`
		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 GetPublicResourceResponse added in v1.174.0

type GetPublicResourceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetPublicResourceResponse added in v1.174.0

func ParseGetPublicResourceResponse(rsp *http.Response) (*GetPublicResourceResponse, error)

ParseGetPublicResourceResponse parses an HTTP response from a GetPublicResourceWithResponse call

func (GetPublicResourceResponse) Status added in v1.174.0

func (r GetPublicResourceResponse) Status() string

Status returns HTTPResponse.Status

func (GetPublicResourceResponse) StatusCode added in v1.174.0

func (r GetPublicResourceResponse) 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 GetQueueCountParams added in v1.269.0

type GetQueueCountParams struct {
	// AllWorkspaces get jobs from all workspaces (only valid if request come from the `admins` workspace)
	AllWorkspaces *bool `form:"all_workspaces,omitempty" json:"all_workspaces,omitempty"`
}

GetQueueCountParams defines parameters for GetQueueCount.

type GetQueueCountResponse added in v1.152.0

type GetQueueCountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		DatabaseLength int  `json:"database_length"`
		Suspended      *int `json:"suspended,omitempty"`
	}
}

func ParseGetQueueCountResponse added in v1.152.0

func ParseGetQueueCountResponse(rsp *http.Response) (*GetQueueCountResponse, error)

ParseGetQueueCountResponse parses an HTTP response from a GetQueueCountWithResponse call

func (GetQueueCountResponse) Status added in v1.152.0

func (r GetQueueCountResponse) Status() string

Status returns HTTPResponse.Status

func (GetQueueCountResponse) StatusCode added in v1.152.0

func (r GetQueueCountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetQueueMetricsResponse added in v1.325.0

type GetQueueMetricsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id     string `json:"id"`
		Values []struct {
			CreatedAt string  `json:"created_at"`
			Value     float32 `json:"value"`
		} `json:"values"`
	}
}

func ParseGetQueueMetricsResponse added in v1.325.0

func ParseGetQueueMetricsResponse(rsp *http.Response) (*GetQueueMetricsResponse, error)

ParseGetQueueMetricsResponse parses an HTTP response from a GetQueueMetricsWithResponse call

func (GetQueueMetricsResponse) Status added in v1.325.0

func (r GetQueueMetricsResponse) Status() string

Status returns HTTPResponse.Status

func (GetQueueMetricsResponse) StatusCode added in v1.325.0

func (r GetQueueMetricsResponse) 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 GetResourceValueInterpolatedParams added in v1.185.0

type GetResourceValueInterpolatedParams struct {
	// JobId job id
	JobId *openapi_types.UUID `form:"job_id,omitempty" json:"job_id,omitempty"`
}

GetResourceValueInterpolatedParams defines parameters for GetResourceValueInterpolated.

type GetResourceValueInterpolatedResponse added in v1.150.0

type GetResourceValueInterpolatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetResourceValueInterpolatedResponse added in v1.150.0

func ParseGetResourceValueInterpolatedResponse(rsp *http.Response) (*GetResourceValueInterpolatedResponse, error)

ParseGetResourceValueInterpolatedResponse parses an HTTP response from a GetResourceValueInterpolatedWithResponse call

func (GetResourceValueInterpolatedResponse) Status added in v1.150.0

Status returns HTTPResponse.Status

func (GetResourceValueInterpolatedResponse) StatusCode added in v1.150.0

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 GetRootJobIdResponse added in v1.262.0

type GetRootJobIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *string
}

func ParseGetRootJobIdResponse added in v1.262.0

func ParseGetRootJobIdResponse(rsp *http.Response) (*GetRootJobIdResponse, error)

ParseGetRootJobIdResponse parses an HTTP response from a GetRootJobIdWithResponse call

func (GetRootJobIdResponse) Status added in v1.262.0

func (r GetRootJobIdResponse) Status() string

Status returns HTTPResponse.Status

func (GetRootJobIdResponse) StatusCode added in v1.262.0

func (r GetRootJobIdResponse) 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 GetScriptByHashParams added in v1.386.0

type GetScriptByHashParams struct {
	WithStarredInfo *bool `form:"with_starred_info,omitempty" json:"with_starred_info,omitempty"`
}

GetScriptByHashParams defines parameters for GetScriptByHash.

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 GetScriptByPathParams added in v1.386.0

type GetScriptByPathParams struct {
	WithStarredInfo *bool `form:"with_starred_info,omitempty" json:"with_starred_info,omitempty"`
}

GetScriptByPathParams defines parameters for GetScriptByPath.

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 GetScriptHistoryByPathResponse added in v1.220.0

type GetScriptHistoryByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ScriptHistory
}

func ParseGetScriptHistoryByPathResponse added in v1.220.0

func ParseGetScriptHistoryByPathResponse(rsp *http.Response) (*GetScriptHistoryByPathResponse, error)

ParseGetScriptHistoryByPathResponse parses an HTTP response from a GetScriptHistoryByPathWithResponse call

func (GetScriptHistoryByPathResponse) Status added in v1.220.0

Status returns HTTPResponse.Status

func (GetScriptHistoryByPathResponse) StatusCode added in v1.220.0

func (r GetScriptHistoryByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetScriptLatestVersionResponse added in v1.410.0

type GetScriptLatestVersionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ScriptHistory
}

func ParseGetScriptLatestVersionResponse added in v1.410.0

func ParseGetScriptLatestVersionResponse(rsp *http.Response) (*GetScriptLatestVersionResponse, error)

ParseGetScriptLatestVersionResponse parses an HTTP response from a GetScriptLatestVersionWithResponse call

func (GetScriptLatestVersionResponse) Status added in v1.410.0

Status returns HTTPResponse.Status

func (GetScriptLatestVersionResponse) StatusCode added in v1.410.0

func (r GetScriptLatestVersionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSettingsResponse

type GetSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		AutoAdd                   *bool                      `json:"auto_add,omitempty"`
		AutoInviteDomain          *string                    `json:"auto_invite_domain,omitempty"`
		AutoInviteOperator        *bool                      `json:"auto_invite_operator,omitempty"`
		AutomaticBilling          bool                       `json:"automatic_billing"`
		CodeCompletionEnabled     bool                       `json:"code_completion_enabled"`
		CustomerId                *string                    `json:"customer_id,omitempty"`
		DefaultApp                *string                    `json:"default_app,omitempty"`
		DefaultScripts            *WorkspaceDefaultScripts   `json:"default_scripts,omitempty"`
		DeployTo                  *string                    `json:"deploy_to,omitempty"`
		DeployUi                  *WorkspaceDeployUISettings `json:"deploy_ui,omitempty"`
		ErrorHandler              *string                    `json:"error_handler,omitempty"`
		ErrorHandlerExtraArgs     *ScriptArgs                `json:"error_handler_extra_args,omitempty"`
		ErrorHandlerMutedOnCancel bool                       `json:"error_handler_muted_on_cancel"`
		GitSync                   *WorkspaceGitSyncSettings  `json:"git_sync,omitempty"`
		LargeFileStorage          *LargeFileStorage          `json:"large_file_storage,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 GetStarted added in v1.189.0

type GetStarted = bool

GetStarted defines model for GetStarted.

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 GetTopHubScriptsParams added in v1.189.0

type GetTopHubScriptsParams struct {
	// Limit query limit
	Limit *float32 `form:"limit,omitempty" json:"limit,omitempty"`

	// App query scripts app
	App *string `form:"app,omitempty" json:"app,omitempty"`

	// Kind query scripts kind
	Kind *string `form:"kind,omitempty" json:"kind,omitempty"`
}

GetTopHubScriptsParams defines parameters for GetTopHubScripts.

type GetTopHubScriptsResponse added in v1.189.0

type GetTopHubScriptsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Asks *[]struct {
			App       string        `json:"app"`
			AskId     float32       `json:"ask_id"`
			Id        float32       `json:"id"`
			Kind      HubScriptKind `json:"kind"`
			Summary   string        `json:"summary"`
			VersionId float32       `json:"version_id"`
			Views     float32       `json:"views"`
			Votes     float32       `json:"votes"`
		} `json:"asks,omitempty"`
	}
}

func ParseGetTopHubScriptsResponse added in v1.189.0

func ParseGetTopHubScriptsResponse(rsp *http.Response) (*GetTopHubScriptsResponse, error)

ParseGetTopHubScriptsResponse parses an HTTP response from a GetTopHubScriptsWithResponse call

func (GetTopHubScriptsResponse) Status added in v1.189.0

func (r GetTopHubScriptsResponse) Status() string

Status returns HTTPResponse.Status

func (GetTopHubScriptsResponse) StatusCode added in v1.189.0

func (r GetTopHubScriptsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTriggersCountOfFlowResponse added in v1.409.0

type GetTriggersCountOfFlowResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TriggersCount
}

func ParseGetTriggersCountOfFlowResponse added in v1.409.0

func ParseGetTriggersCountOfFlowResponse(rsp *http.Response) (*GetTriggersCountOfFlowResponse, error)

ParseGetTriggersCountOfFlowResponse parses an HTTP response from a GetTriggersCountOfFlowWithResponse call

func (GetTriggersCountOfFlowResponse) Status added in v1.409.0

Status returns HTTPResponse.Status

func (GetTriggersCountOfFlowResponse) StatusCode added in v1.409.0

func (r GetTriggersCountOfFlowResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTriggersCountOfScriptResponse added in v1.409.0

type GetTriggersCountOfScriptResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TriggersCount
}

func ParseGetTriggersCountOfScriptResponse added in v1.409.0

func ParseGetTriggersCountOfScriptResponse(rsp *http.Response) (*GetTriggersCountOfScriptResponse, error)

ParseGetTriggersCountOfScriptResponse parses an HTTP response from a GetTriggersCountOfScriptWithResponse call

func (GetTriggersCountOfScriptResponse) Status added in v1.409.0

Status returns HTTPResponse.Status

func (GetTriggersCountOfScriptResponse) StatusCode added in v1.409.0

func (r GetTriggersCountOfScriptResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTutorialProgressResponse added in v1.179.0

type GetTutorialProgressResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Progress *int `json:"progress,omitempty"`
	}
}

func ParseGetTutorialProgressResponse added in v1.179.0

func ParseGetTutorialProgressResponse(rsp *http.Response) (*GetTutorialProgressResponse, error)

ParseGetTutorialProgressResponse parses an HTTP response from a GetTutorialProgressWithResponse call

func (GetTutorialProgressResponse) Status added in v1.179.0

Status returns HTTPResponse.Status

func (GetTutorialProgressResponse) StatusCode added in v1.179.0

func (r GetTutorialProgressResponse) 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 GetUsedTriggersResponse added in v1.410.0

type GetUsedTriggersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		HttpRoutesUsed bool `json:"http_routes_used"`
		WebsocketUsed  bool `json:"websocket_used"`
	}
}

func ParseGetUsedTriggersResponse added in v1.410.0

func ParseGetUsedTriggersResponse(rsp *http.Response) (*GetUsedTriggersResponse, error)

ParseGetUsedTriggersResponse parses an HTTP response from a GetUsedTriggersWithResponse call

func (GetUsedTriggersResponse) Status added in v1.410.0

func (r GetUsedTriggersResponse) Status() string

Status returns HTTPResponse.Status

func (GetUsedTriggersResponse) StatusCode added in v1.410.0

func (r GetUsedTriggersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetUserResponse added in v1.283.0

type GetUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *User
}

func ParseGetUserResponse added in v1.283.0

func ParseGetUserResponse(rsp *http.Response) (*GetUserResponse, error)

ParseGetUserResponse parses an HTTP response from a GetUserWithResponse call

func (GetUserResponse) Status added in v1.283.0

func (r GetUserResponse) Status() string

Status returns HTTPResponse.Status

func (GetUserResponse) StatusCode added in v1.283.0

func (r GetUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVariableParams

type GetVariableParams struct {
	// DecryptSecret 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"`

	// IncludeEncrypted ask to include the encrypted value if secret and decrypt secret is not true (default: false)
	IncludeEncrypted *bool `form:"include_encrypted,omitempty" json:"include_encrypted,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 GetVariableValueResponse added in v1.150.0

type GetVariableValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *string
}

func ParseGetVariableValueResponse added in v1.150.0

func ParseGetVariableValueResponse(rsp *http.Response) (*GetVariableValueResponse, error)

ParseGetVariableValueResponse parses an HTTP response from a GetVariableValueWithResponse call

func (GetVariableValueResponse) Status added in v1.150.0

func (r GetVariableValueResponse) Status() string

Status returns HTTPResponse.Status

func (GetVariableValueResponse) StatusCode added in v1.150.0

func (r GetVariableValueResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetWebsocketTriggerResponse added in v1.410.0

type GetWebsocketTriggerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *WebsocketTrigger
}

func ParseGetWebsocketTriggerResponse added in v1.410.0

func ParseGetWebsocketTriggerResponse(rsp *http.Response) (*GetWebsocketTriggerResponse, error)

ParseGetWebsocketTriggerResponse parses an HTTP response from a GetWebsocketTriggerWithResponse call

func (GetWebsocketTriggerResponse) Status added in v1.410.0

Status returns HTTPResponse.Status

func (GetWebsocketTriggerResponse) StatusCode added in v1.410.0

func (r GetWebsocketTriggerResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetWorkspaceDefaultAppResponse added in v1.252.0

type GetWorkspaceDefaultAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		DefaultAppPath *string `json:"default_app_path,omitempty"`
	}
}

func ParseGetWorkspaceDefaultAppResponse added in v1.252.0

func ParseGetWorkspaceDefaultAppResponse(rsp *http.Response) (*GetWorkspaceDefaultAppResponse, error)

ParseGetWorkspaceDefaultAppResponse parses an HTTP response from a GetWorkspaceDefaultAppWithResponse call

func (GetWorkspaceDefaultAppResponse) Status added in v1.252.0

Status returns HTTPResponse.Status

func (GetWorkspaceDefaultAppResponse) StatusCode added in v1.252.0

func (r GetWorkspaceDefaultAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetWorkspaceEncryptionKeyResponse added in v1.270.0

type GetWorkspaceEncryptionKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Key string `json:"key"`
	}
}

func ParseGetWorkspaceEncryptionKeyResponse added in v1.270.0

func ParseGetWorkspaceEncryptionKeyResponse(rsp *http.Response) (*GetWorkspaceEncryptionKeyResponse, error)

ParseGetWorkspaceEncryptionKeyResponse parses an HTTP response from a GetWorkspaceEncryptionKeyWithResponse call

func (GetWorkspaceEncryptionKeyResponse) Status added in v1.270.0

Status returns HTTPResponse.Status

func (GetWorkspaceEncryptionKeyResponse) StatusCode added in v1.270.0

func (r GetWorkspaceEncryptionKeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetWorkspaceNameResponse added in v1.294.0

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

func ParseGetWorkspaceNameResponse added in v1.294.0

func ParseGetWorkspaceNameResponse(rsp *http.Response) (*GetWorkspaceNameResponse, error)

ParseGetWorkspaceNameResponse parses an HTTP response from a GetWorkspaceNameWithResponse call

func (GetWorkspaceNameResponse) Status added in v1.294.0

func (r GetWorkspaceNameResponse) Status() string

Status returns HTTPResponse.Status

func (GetWorkspaceNameResponse) StatusCode added in v1.294.0

func (r GetWorkspaceNameResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetWorkspaceUsageResponse added in v1.299.0

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

func ParseGetWorkspaceUsageResponse added in v1.299.0

func ParseGetWorkspaceUsageResponse(rsp *http.Response) (*GetWorkspaceUsageResponse, error)

ParseGetWorkspaceUsageResponse parses an HTTP response from a GetWorkspaceUsageWithResponse call

func (GetWorkspaceUsageResponse) Status added in v1.299.0

func (r GetWorkspaceUsageResponse) Status() string

Status returns HTTPResponse.Status

func (GetWorkspaceUsageResponse) StatusCode added in v1.299.0

func (r GetWorkspaceUsageResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GitRepositorySettings added in v1.266.0

type GitRepositorySettings struct {
	ExcludeTypesOverride *[]GitRepositorySettingsExcludeTypesOverride `json:"exclude_types_override,omitempty"`
	GitRepoResourcePath  string                                       `json:"git_repo_resource_path"`
	GroupByFolder        *bool                                        `json:"group_by_folder,omitempty"`
	ScriptPath           string                                       `json:"script_path"`
	UseIndividualBranch  *bool                                        `json:"use_individual_branch,omitempty"`
}

GitRepositorySettings defines model for GitRepositorySettings.

type GitRepositorySettingsExcludeTypesOverride added in v1.270.0

type GitRepositorySettingsExcludeTypesOverride string

GitRepositorySettingsExcludeTypesOverride defines model for GitRepositorySettings.ExcludeTypesOverride.

const (
	GitRepositorySettingsExcludeTypesOverrideApp          GitRepositorySettingsExcludeTypesOverride = "app"
	GitRepositorySettingsExcludeTypesOverrideFlow         GitRepositorySettingsExcludeTypesOverride = "flow"
	GitRepositorySettingsExcludeTypesOverrideFolder       GitRepositorySettingsExcludeTypesOverride = "folder"
	GitRepositorySettingsExcludeTypesOverrideGroup        GitRepositorySettingsExcludeTypesOverride = "group"
	GitRepositorySettingsExcludeTypesOverrideResource     GitRepositorySettingsExcludeTypesOverride = "resource"
	GitRepositorySettingsExcludeTypesOverrideResourcetype GitRepositorySettingsExcludeTypesOverride = "resourcetype"
	GitRepositorySettingsExcludeTypesOverrideSchedule     GitRepositorySettingsExcludeTypesOverride = "schedule"
	GitRepositorySettingsExcludeTypesOverrideScript       GitRepositorySettingsExcludeTypesOverride = "script"
	GitRepositorySettingsExcludeTypesOverrideSecret       GitRepositorySettingsExcludeTypesOverride = "secret"
	GitRepositorySettingsExcludeTypesOverrideUser         GitRepositorySettingsExcludeTypesOverride = "user"
	GitRepositorySettingsExcludeTypesOverrideVariable     GitRepositorySettingsExcludeTypesOverride = "variable"
)

Defines values for GitRepositorySettingsExcludeTypesOverride.

type GlobalSetting added in v1.364.0

type GlobalSetting struct {
	Name  string                 `json:"name"`
	Value map[string]interface{} `json:"value"`
}

GlobalSetting defines model for GlobalSetting.

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"`
	OperatorOnly *bool                   `json:"operator_only,omitempty"`
	SuperAdmin   bool                    `json:"super_admin"`
	Username     *string                 `json:"username,omitempty"`
	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 GlobalUserRenameJSONBody added in v1.290.0

type GlobalUserRenameJSONBody struct {
	NewUsername string `json:"new_username"`
}

GlobalUserRenameJSONBody defines parameters for GlobalUserRename.

type GlobalUserRenameJSONRequestBody added in v1.290.0

type GlobalUserRenameJSONRequestBody GlobalUserRenameJSONBody

GlobalUserRenameJSONRequestBody defines body for GlobalUserRename for application/json ContentType.

type GlobalUserRenameResponse added in v1.290.0

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

func ParseGlobalUserRenameResponse added in v1.290.0

func ParseGlobalUserRenameResponse(rsp *http.Response) (*GlobalUserRenameResponse, error)

ParseGlobalUserRenameResponse parses an HTTP response from a GlobalUserRenameWithResponse call

func (GlobalUserRenameResponse) Status added in v1.290.0

func (r GlobalUserRenameResponse) Status() string

Status returns HTTPResponse.Status

func (GlobalUserRenameResponse) StatusCode added in v1.290.0

func (r GlobalUserRenameResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GlobalUserUpdateJSONBody

type GlobalUserUpdateJSONBody struct {
	IsSuperAdmin *bool   `json:"is_super_admin,omitempty"`
	Name         *string `json:"name,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 GlobalUsernameInfoResponse added in v1.290.0

type GlobalUsernameInfoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Username           string `json:"username"`
		WorkspaceUsernames []struct {
			Username    string `json:"username"`
			WorkspaceId string `json:"workspace_id"`
		} `json:"workspace_usernames"`
	}
}

func ParseGlobalUsernameInfoResponse added in v1.290.0

func ParseGlobalUsernameInfoResponse(rsp *http.Response) (*GlobalUsernameInfoResponse, error)

ParseGlobalUsernameInfoResponse parses an HTTP response from a GlobalUsernameInfoWithResponse call

func (GlobalUsernameInfoResponse) Status added in v1.290.0

Status returns HTTPResponse.Status

func (GlobalUsernameInfoResponse) StatusCode added in v1.290.0

func (r GlobalUsernameInfoResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GlobalUsersExportResponse added in v1.364.0

type GlobalUsersExportResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ExportedUser
}

func ParseGlobalUsersExportResponse added in v1.364.0

func ParseGlobalUsersExportResponse(rsp *http.Response) (*GlobalUsersExportResponse, error)

ParseGlobalUsersExportResponse parses an HTTP response from a GlobalUsersExportWithResponse call

func (GlobalUsersExportResponse) Status added in v1.364.0

func (r GlobalUsersExportResponse) Status() string

Status returns HTTPResponse.Status

func (GlobalUsersExportResponse) StatusCode added in v1.364.0

func (r GlobalUsersExportResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GlobalUsersOverwriteJSONBody added in v1.364.0

type GlobalUsersOverwriteJSONBody = []ExportedUser

GlobalUsersOverwriteJSONBody defines parameters for GlobalUsersOverwrite.

type GlobalUsersOverwriteJSONRequestBody added in v1.364.0

type GlobalUsersOverwriteJSONRequestBody = GlobalUsersOverwriteJSONBody

GlobalUsersOverwriteJSONRequestBody defines body for GlobalUsersOverwrite for application/json ContentType.

type GlobalUsersOverwriteResponse added in v1.364.0

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

func ParseGlobalUsersOverwriteResponse added in v1.364.0

func ParseGlobalUsersOverwriteResponse(rsp *http.Response) (*GlobalUsersOverwriteResponse, error)

ParseGlobalUsersOverwriteResponse parses an HTTP response from a GlobalUsersOverwriteWithResponse call

func (GlobalUsersOverwriteResponse) Status added in v1.364.0

Status returns HTTPResponse.Status

func (GlobalUsersOverwriteResponse) StatusCode added in v1.364.0

func (r GlobalUsersOverwriteResponse) 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 Group

type Group struct {
	ExtraPerms *map[string]bool `json:"extra_perms,omitempty"`
	Members    *[]string        `json:"members,omitempty"`
	Name       string           `json:"name"`
	Summary    *string          `json:"summary,omitempty"`
}

Group defines model for Group.

type HttpRequestDoer

type HttpRequestDoer interface {
	Do(req *http.Request) (*http.Response, error)
}

Doer performs HTTP requests.

The standard http.Client implements this interface.

type HttpTrigger added in v1.398.0

type HttpTrigger struct {
	EditedAt     time.Time             `json:"edited_at"`
	EditedBy     string                `json:"edited_by"`
	Email        string                `json:"email"`
	ExtraPerms   map[string]bool       `json:"extra_perms"`
	HttpMethod   HttpTriggerHttpMethod `json:"http_method"`
	IsAsync      bool                  `json:"is_async"`
	IsFlow       bool                  `json:"is_flow"`
	Path         string                `json:"path"`
	RequiresAuth bool                  `json:"requires_auth"`
	RoutePath    string                `json:"route_path"`
	ScriptPath   string                `json:"script_path"`
	WorkspaceId  string                `json:"workspace_id"`
}

HttpTrigger defines model for HttpTrigger.

type HttpTriggerHttpMethod added in v1.398.0

type HttpTriggerHttpMethod string

HttpTriggerHttpMethod defines model for HttpTrigger.HttpMethod.

const (
	HttpTriggerHttpMethodDelete HttpTriggerHttpMethod = "delete"
	HttpTriggerHttpMethodGet    HttpTriggerHttpMethod = "get"
	HttpTriggerHttpMethodPatch  HttpTriggerHttpMethod = "patch"
	HttpTriggerHttpMethodPost   HttpTriggerHttpMethod = "post"
	HttpTriggerHttpMethodPut    HttpTriggerHttpMethod = "put"
)

Defines values for HttpTriggerHttpMethod.

type HubScriptKind added in v1.189.0

type HubScriptKind = interface{}

HubScriptKind defines model for HubScriptKind.

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 {
	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 struct {
	// contains filtered or unexported fields
}

InputTransform defines model for InputTransform.

func (InputTransform) AsJavascriptTransform added in v1.43.0

func (t InputTransform) AsJavascriptTransform() (JavascriptTransform, error)

AsJavascriptTransform returns the union data inside the InputTransform as a JavascriptTransform

func (InputTransform) AsStaticTransform added in v1.43.0

func (t InputTransform) AsStaticTransform() (StaticTransform, error)

AsStaticTransform returns the union data inside the InputTransform as a StaticTransform

func (InputTransform) Discriminator added in v1.43.0

func (t InputTransform) Discriminator() (string, error)

func (*InputTransform) FromJavascriptTransform added in v1.43.0

func (t *InputTransform) FromJavascriptTransform(v JavascriptTransform) error

FromJavascriptTransform overwrites any union data inside the InputTransform as the provided JavascriptTransform

func (*InputTransform) FromStaticTransform added in v1.43.0

func (t *InputTransform) FromStaticTransform(v StaticTransform) error

FromStaticTransform overwrites any union data inside the InputTransform as the provided StaticTransform

func (InputTransform) MarshalJSON added in v1.43.0

func (t InputTransform) MarshalJSON() ([]byte, error)

func (*InputTransform) MergeJavascriptTransform added in v1.43.0

func (t *InputTransform) MergeJavascriptTransform(v JavascriptTransform) error

MergeJavascriptTransform performs a merge with any union data inside the InputTransform, using the provided JavascriptTransform

func (*InputTransform) MergeStaticTransform added in v1.43.0

func (t *InputTransform) MergeStaticTransform(v StaticTransform) error

MergeStaticTransform performs a merge with any union data inside the InputTransform, using the provided StaticTransform

func (*InputTransform) UnmarshalJSON added in v1.43.0

func (t *InputTransform) UnmarshalJSON(b []byte) error

func (InputTransform) ValueByDiscriminator added in v1.43.0

func (t InputTransform) ValueByDiscriminator() (interface{}, error)

type InstanceGroup added in v1.136.0

type InstanceGroup struct {
	Emails  *[]string `json:"emails,omitempty"`
	Name    string    `json:"name"`
	Summary *string   `json:"summary,omitempty"`
}

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 IsDefaultTagsPerWorkspaceResponse added in v1.267.0

type IsDefaultTagsPerWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseIsDefaultTagsPerWorkspaceResponse added in v1.267.0

func ParseIsDefaultTagsPerWorkspaceResponse(rsp *http.Response) (*IsDefaultTagsPerWorkspaceResponse, error)

ParseIsDefaultTagsPerWorkspaceResponse parses an HTTP response from a IsDefaultTagsPerWorkspaceWithResponse call

func (IsDefaultTagsPerWorkspaceResponse) Status added in v1.267.0

Status returns HTTPResponse.Status

func (IsDefaultTagsPerWorkspaceResponse) StatusCode added in v1.267.0

func (r IsDefaultTagsPerWorkspaceResponse) 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 struct {
	// contains filtered or unexported fields
}

Job defines model for Job.

func (Job) AsJob0 added in v1.410.3

func (t Job) AsJob0() (Job0, error)

AsJob0 returns the union data inside the Job as a Job0

func (Job) AsJob1 added in v1.410.3

func (t Job) AsJob1() (Job1, error)

AsJob1 returns the union data inside the Job as a Job1

func (*Job) FromJob0 added in v1.410.3

func (t *Job) FromJob0(v Job0) error

FromJob0 overwrites any union data inside the Job as the provided Job0

func (*Job) FromJob1 added in v1.410.3

func (t *Job) FromJob1(v Job1) error

FromJob1 overwrites any union data inside the Job as the provided Job1

func (Job) MarshalJSON added in v1.43.0

func (t Job) MarshalJSON() ([]byte, error)

func (*Job) MergeJob0 added in v1.410.3

func (t *Job) MergeJob0(v Job0) error

MergeJob0 performs a merge with any union data inside the Job, using the provided Job0

func (*Job) MergeJob1 added in v1.410.3

func (t *Job) MergeJob1(v Job1) error

MergeJob1 performs a merge with any union data inside the Job, using the provided Job1

func (*Job) UnmarshalJSON added in v1.43.0

func (t *Job) UnmarshalJSON(b []byte) error

type Job0 added in v1.410.3

type Job0 struct {
	AggregateWaitTimeMs *float32            `json:"aggregate_wait_time_ms,omitempty"`
	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             Job0JobKind         `json:"job_kind"`
	Labels              *[]string           `json:"labels,omitempty"`
	Language            *Job0Language       `json:"language,omitempty"`
	Logs                *string             `json:"logs,omitempty"`
	MemPeak             *int                `json:"mem_peak,omitempty"`
	ParentJob           *openapi_types.UUID `json:"parent_job,omitempty"`

	// PermissionedAs 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"`
	Priority       *int         `json:"priority,omitempty"`
	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"`
	SelfWaitTimeMs *float32     `json:"self_wait_time_ms,omitempty"`
	StartedAt      time.Time    `json:"started_at"`
	Success        bool         `json:"success"`
	Tag            string       `json:"tag"`
	Type           *Job0Type    `json:"type,omitempty"`
	VisibleToOwner bool         `json:"visible_to_owner"`
	WorkspaceId    *string      `json:"workspace_id,omitempty"`
}

Job0 defines model for .

type Job0JobKind added in v1.410.3

type Job0JobKind string

Job0JobKind defines model for Job.0.JobKind.

const (
	Job0JobKindAppdependencies    Job0JobKind = "appdependencies"
	Job0JobKindDependencies       Job0JobKind = "dependencies"
	Job0JobKindDeploymentcallback Job0JobKind = "deploymentcallback"
	Job0JobKindFlow               Job0JobKind = "flow"
	Job0JobKindFlowdependencies   Job0JobKind = "flowdependencies"
	Job0JobKindFlowpreview        Job0JobKind = "flowpreview"
	Job0JobKindIdentity           Job0JobKind = "identity"
	Job0JobKindPreview            Job0JobKind = "preview"
	Job0JobKindScript             Job0JobKind = "script"
	Job0JobKindScriptHub          Job0JobKind = "script_hub"
	Job0JobKindSinglescriptflow   Job0JobKind = "singlescriptflow"
)

Defines values for Job0JobKind.

type Job0Language added in v1.410.3

type Job0Language string

Job0Language defines model for Job.0.Language.

const (
	Job0LanguageAnsible    Job0Language = "ansible"
	Job0LanguageBash       Job0Language = "bash"
	Job0LanguageBigquery   Job0Language = "bigquery"
	Job0LanguageBun        Job0Language = "bun"
	Job0LanguageDeno       Job0Language = "deno"
	Job0LanguageGo         Job0Language = "go"
	Job0LanguageGraphql    Job0Language = "graphql"
	Job0LanguageMssql      Job0Language = "mssql"
	Job0LanguageMysql      Job0Language = "mysql"
	Job0LanguageNativets   Job0Language = "nativets"
	Job0LanguagePhp        Job0Language = "php"
	Job0LanguagePostgresql Job0Language = "postgresql"
	Job0LanguagePowershell Job0Language = "powershell"
	Job0LanguagePython3    Job0Language = "python3"
	Job0LanguageRust       Job0Language = "rust"
	Job0LanguageSnowflake  Job0Language = "snowflake"
)

Defines values for Job0Language.

type Job0Type added in v1.410.3

type Job0Type string

Job0Type defines model for Job.0.Type.

const (
	Job0TypeCompletedJob Job0Type = "CompletedJob"
)

Defines values for Job0Type.

type Job1 added in v1.410.3

type Job1 struct {
	AggregateWaitTimeMs *float32            `json:"aggregate_wait_time_ms,omitempty"`
	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             Job1JobKind         `json:"job_kind"`
	Language            *Job1Language       `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"`

	// PermissionedAs 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"`
	Priority       *int       `json:"priority,omitempty"`
	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"`
	SelfWaitTimeMs *float32   `json:"self_wait_time_ms,omitempty"`
	StartedAt      *time.Time `json:"started_at,omitempty"`
	Suspend        *float32   `json:"suspend,omitempty"`
	Tag            string     `json:"tag"`
	Type           *Job1Type  `json:"type,omitempty"`
	VisibleToOwner bool       `json:"visible_to_owner"`
	WorkspaceId    *string    `json:"workspace_id,omitempty"`
}

Job1 defines model for .

type Job1JobKind added in v1.410.3

type Job1JobKind string

Job1JobKind defines model for Job.1.JobKind.

const (
	Job1JobKindAppdependencies    Job1JobKind = "appdependencies"
	Job1JobKindDependencies       Job1JobKind = "dependencies"
	Job1JobKindDeploymentcallback Job1JobKind = "deploymentcallback"
	Job1JobKindFlow               Job1JobKind = "flow"
	Job1JobKindFlowdependencies   Job1JobKind = "flowdependencies"
	Job1JobKindFlowpreview        Job1JobKind = "flowpreview"
	Job1JobKindIdentity           Job1JobKind = "identity"
	Job1JobKindPreview            Job1JobKind = "preview"
	Job1JobKindScript             Job1JobKind = "script"
	Job1JobKindScriptHub          Job1JobKind = "script_hub"
	Job1JobKindSinglescriptflow   Job1JobKind = "singlescriptflow"
)

Defines values for Job1JobKind.

type Job1Language added in v1.410.3

type Job1Language string

Job1Language defines model for Job.1.Language.

const (
	Job1LanguageAnsible    Job1Language = "ansible"
	Job1LanguageBash       Job1Language = "bash"
	Job1LanguageBigquery   Job1Language = "bigquery"
	Job1LanguageBun        Job1Language = "bun"
	Job1LanguageDeno       Job1Language = "deno"
	Job1LanguageGo         Job1Language = "go"
	Job1LanguageGraphql    Job1Language = "graphql"
	Job1LanguageMssql      Job1Language = "mssql"
	Job1LanguageMysql      Job1Language = "mysql"
	Job1LanguageNativets   Job1Language = "nativets"
	Job1LanguagePhp        Job1Language = "php"
	Job1LanguagePostgresql Job1Language = "postgresql"
	Job1LanguagePowershell Job1Language = "powershell"
	Job1LanguagePython3    Job1Language = "python3"
	Job1LanguageRust       Job1Language = "rust"
	Job1LanguageSnowflake  Job1Language = "snowflake"
)

Defines values for Job1Language.

type Job1Type added in v1.410.3

type Job1Type string

Job1Type defines model for Job.1.Type.

const (
	Job1TypeQueuedJob Job1Type = "QueuedJob"
)

Defines values for Job1Type.

type JobId

type JobId = openapi_types.UUID

JobId defines model for JobId.

type JobKinds

type JobKinds = string

JobKinds defines model for JobKinds.

type JobSearchHit added in v1.362.0

type JobSearchHit struct {
	Dancer *string `json:"dancer,omitempty"`
}

JobSearchHit defines model for JobSearchHit.

type Key added in v1.163.0

type Key = string

Key defines model for Key.

type Label added in v1.314.0

type Label = string

Label defines model for Label.

type LargeFileStorage added in v1.208.0

type LargeFileStorage struct {
	AzureBlobResourcePath *string `json:"azure_blob_resource_path,omitempty"`
	PublicResource        *bool   `json:"public_resource,omitempty"`
	S3ResourcePath        *string `json:"s3_resource_path,omitempty"`
	SecondaryStorage      *map[string]struct {
		AzureBlobResourcePath *string                               `json:"azure_blob_resource_path,omitempty"`
		PublicResource        *bool                                 `json:"public_resource,omitempty"`
		S3ResourcePath        *string                               `json:"s3_resource_path,omitempty"`
		Type                  *LargeFileStorageSecondaryStorageType `json:"type,omitempty"`
	} `json:"secondary_storage,omitempty"`
	Type *LargeFileStorageType `json:"type,omitempty"`
}

LargeFileStorage defines model for LargeFileStorage.

type LargeFileStorageSecondaryStorageType added in v1.410.3

type LargeFileStorageSecondaryStorageType string

LargeFileStorageSecondaryStorageType defines model for LargeFileStorage.SecondaryStorage.Type.

const (
	LargeFileStorageSecondaryStorageTypeAzureBlobStorage      LargeFileStorageSecondaryStorageType = "AzureBlobStorage"
	LargeFileStorageSecondaryStorageTypeAzureWorkloadIdentity LargeFileStorageSecondaryStorageType = "AzureWorkloadIdentity"
	LargeFileStorageSecondaryStorageTypeS3AwsOidc             LargeFileStorageSecondaryStorageType = "S3AwsOidc"
	LargeFileStorageSecondaryStorageTypeS3Storage             LargeFileStorageSecondaryStorageType = "S3Storage"
)

Defines values for LargeFileStorageSecondaryStorageType.

type LargeFileStorageType added in v1.208.0

type LargeFileStorageType string

LargeFileStorageType defines model for LargeFileStorage.Type.

const (
	LargeFileStorageTypeAzureBlobStorage      LargeFileStorageType = "AzureBlobStorage"
	LargeFileStorageTypeAzureWorkloadIdentity LargeFileStorageType = "AzureWorkloadIdentity"
	LargeFileStorageTypeS3AwsOidc             LargeFileStorageType = "S3AwsOidc"
	LargeFileStorageTypeS3Storage             LargeFileStorageType = "S3Storage"
)

Defines values for LargeFileStorageType.

type LeaveInstanceResponse added in v1.210.1

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

func ParseLeaveInstanceResponse added in v1.210.1

func ParseLeaveInstanceResponse(rsp *http.Response) (*LeaveInstanceResponse, error)

ParseLeaveInstanceResponse parses an HTTP response from a LeaveInstanceWithResponse call

func (LeaveInstanceResponse) Status added in v1.210.1

func (r LeaveInstanceResponse) Status() string

Status returns HTTPResponse.Status

func (LeaveInstanceResponse) StatusCode added in v1.210.1

func (r LeaveInstanceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 {
	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// OrderDesc order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// CreatedBy mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// PathStart mask to filter matching starting path
	PathStart *string `form:"path_start,omitempty" json:"path_start,omitempty"`

	// PathExact mask to filter exact matching path
	PathExact *string `form:"path_exact,omitempty" json:"path_exact,omitempty"`

	// StarredOnly (default false)
	// show only the starred items
	StarredOnly *bool `form:"starred_only,omitempty" json:"starred_only,omitempty"`

	// IncludeDraftOnly (default false)
	// include items that have no deployed version
	IncludeDraftOnly *bool `form:"include_draft_only,omitempty" json:"include_draft_only,omitempty"`

	// WithDeploymentMsg (default false)
	// include deployment message
	WithDeploymentMsg *bool `form:"with_deployment_msg,omitempty" json:"with_deployment_msg,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 {
	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// Before filter on started before (inclusive) timestamp
	Before *Before `form:"before,omitempty" json:"before,omitempty"`

	// After filter on created after (exclusive) timestamp
	After *After `form:"after,omitempty" json:"after,omitempty"`

	// Username filter on exact username of user
	Username *Username `form:"username,omitempty" json:"username,omitempty"`

	// Operation filter on exact or prefix name of operation
	Operation *Operation `form:"operation,omitempty" json:"operation,omitempty"`

	// Operations comma separated list of exact operations to include
	Operations *string `form:"operations,omitempty" json:"operations,omitempty"`

	// ExcludeOperations comma separated list of operations to exclude
	ExcludeOperations *string `form:"exclude_operations,omitempty" json:"exclude_operations,omitempty"`

	// Resource filter on exact or prefix name of resource
	Resource *ResourceName `form:"resource,omitempty" json:"resource,omitempty"`

	// ActionKind 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.

const (
	ListAuditLogsParamsActionKindCreate  ListAuditLogsParamsActionKind = "Create"
	ListAuditLogsParamsActionKindDelete  ListAuditLogsParamsActionKind = "Delete"
	ListAuditLogsParamsActionKindExecute ListAuditLogsParamsActionKind = "Execute"
	ListAuditLogsParamsActionKindUpdate  ListAuditLogsParamsActionKind = "Update"
)

Defines values for ListAuditLogsParamsActionKind.

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 ListAutoscalingEventsResponse added in v1.413.0

type ListAutoscalingEventsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]AutoscalingEvent
}

func ParseListAutoscalingEventsResponse added in v1.413.0

func ParseListAutoscalingEventsResponse(rsp *http.Response) (*ListAutoscalingEventsResponse, error)

ParseListAutoscalingEventsResponse parses an HTTP response from a ListAutoscalingEventsWithResponse call

func (ListAutoscalingEventsResponse) Status added in v1.413.0

Status returns HTTPResponse.Status

func (ListAutoscalingEventsResponse) StatusCode added in v1.413.0

func (r ListAutoscalingEventsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListCompletedJobsParams

type ListCompletedJobsParams struct {
	// OrderDesc order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// CreatedBy mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// Label mask to filter exact matching job's label (job labels are completed jobs with as a result an object containing a string in the array at key 'wm_labels')
	Label *Label `form:"label,omitempty" json:"label,omitempty"`

	// ParentJob 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"`

	// ScriptPathExact mask to filter exact matching path
	ScriptPathExact *ScriptExactPath `form:"script_path_exact,omitempty" json:"script_path_exact,omitempty"`

	// ScriptPathStart mask to filter matching starting path
	ScriptPathStart *ScriptStartPath `form:"script_path_start,omitempty" json:"script_path_start,omitempty"`

	// SchedulePath mask to filter by schedule path
	SchedulePath *SchedulePath `form:"schedule_path,omitempty" json:"schedule_path,omitempty"`

	// ScriptHash mask to filter exact matching path
	ScriptHash *ScriptExactHash `form:"script_hash,omitempty" json:"script_hash,omitempty"`

	// StartedBefore filter on started before (inclusive) timestamp
	StartedBefore *StartedBefore `form:"started_before,omitempty" json:"started_before,omitempty"`

	// StartedAfter filter on started after (exclusive) timestamp
	StartedAfter *StartedAfter `form:"started_after,omitempty" json:"started_after,omitempty"`

	// Success filter on successful jobs
	Success *Success `form:"success,omitempty" json:"success,omitempty"`

	// JobKinds filter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
	JobKinds *JobKinds `form:"job_kinds,omitempty" json:"job_kinds,omitempty"`

	// Args filter on jobs containing those args as a json subset (@> in postgres)
	Args *ArgsFilter `form:"args,omitempty" json:"args,omitempty"`

	// Result filter on jobs containing those result as a json subset (@> in postgres)
	Result *ResultFilter `form:"result,omitempty" json:"result,omitempty"`

	// Tag filter on jobs with a given tag/worker group
	Tag *Tag `form:"tag,omitempty" json:"tag,omitempty"`

	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// IsSkipped is the job skipped
	IsSkipped *bool `form:"is_skipped,omitempty" json:"is_skipped,omitempty"`

	// IsFlowStep is the job a flow step
	IsFlowStep *bool `form:"is_flow_step,omitempty" json:"is_flow_step,omitempty"`

	// HasNullParent has null parent
	HasNullParent *bool `form:"has_null_parent,omitempty" json:"has_null_parent,omitempty"`

	// IsNotSchedule is not a scheduled job
	IsNotSchedule *bool `form:"is_not_schedule,omitempty" json:"is_not_schedule,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 ListConcurrencyGroupsResponse added in v1.252.0

type ListConcurrencyGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ConcurrencyGroup
}

func ParseListConcurrencyGroupsResponse added in v1.252.0

func ParseListConcurrencyGroupsResponse(rsp *http.Response) (*ListConcurrencyGroupsResponse, error)

ParseListConcurrencyGroupsResponse parses an HTTP response from a ListConcurrencyGroupsWithResponse call

func (ListConcurrencyGroupsResponse) Status added in v1.252.0

Status returns HTTPResponse.Status

func (ListConcurrencyGroupsResponse) StatusCode added in v1.252.0

func (r ListConcurrencyGroupsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListConfigsResponse added in v1.364.0

type ListConfigsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Config
}

func ParseListConfigsResponse added in v1.364.0

func ParseListConfigsResponse(rsp *http.Response) (*ListConfigsResponse, error)

ParseListConfigsResponse parses an HTTP response from a ListConfigsWithResponse call

func (ListConfigsResponse) Status added in v1.364.0

func (r ListConfigsResponse) Status() string

Status returns HTTPResponse.Status

func (ListConfigsResponse) StatusCode added in v1.364.0

func (r ListConfigsResponse) 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 ListExtendedJobsParams added in v1.333.5

type ListExtendedJobsParams struct {
	ConcurrencyKey *string  `form:"concurrency_key,omitempty" json:"concurrency_key,omitempty"`
	RowLimit       *float32 `form:"row_limit,omitempty" json:"row_limit,omitempty"`

	// CreatedBy mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// Label mask to filter exact matching job's label (job labels are completed jobs with as a result an object containing a string in the array at key 'wm_labels')
	Label *Label `form:"label,omitempty" json:"label,omitempty"`

	// ParentJob 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"`

	// ScriptPathExact mask to filter exact matching path
	ScriptPathExact *ScriptExactPath `form:"script_path_exact,omitempty" json:"script_path_exact,omitempty"`

	// ScriptPathStart mask to filter matching starting path
	ScriptPathStart *ScriptStartPath `form:"script_path_start,omitempty" json:"script_path_start,omitempty"`

	// SchedulePath mask to filter by schedule path
	SchedulePath *SchedulePath `form:"schedule_path,omitempty" json:"schedule_path,omitempty"`

	// ScriptHash mask to filter exact matching path
	ScriptHash *ScriptExactHash `form:"script_hash,omitempty" json:"script_hash,omitempty"`

	// StartedBefore filter on started before (inclusive) timestamp
	StartedBefore *StartedBefore `form:"started_before,omitempty" json:"started_before,omitempty"`

	// StartedAfter filter on started after (exclusive) timestamp
	StartedAfter *StartedAfter `form:"started_after,omitempty" json:"started_after,omitempty"`

	// CreatedOrStartedBefore filter on created_at for non non started job and started_at otherwise before (inclusive) timestamp
	CreatedOrStartedBefore *CreatedOrStartedBefore `form:"created_or_started_before,omitempty" json:"created_or_started_before,omitempty"`

	// Running filter on running jobs
	Running *Running `form:"running,omitempty" json:"running,omitempty"`

	// ScheduledForBeforeNow filter on jobs scheduled_for before now (hence waitinf for a worker)
	ScheduledForBeforeNow *ScheduledForBeforeNow `form:"scheduled_for_before_now,omitempty" json:"scheduled_for_before_now,omitempty"`

	// CreatedOrStartedAfter filter on created_at for non non started job and started_at otherwise after (exclusive) timestamp
	CreatedOrStartedAfter *CreatedOrStartedAfter `form:"created_or_started_after,omitempty" json:"created_or_started_after,omitempty"`

	// CreatedOrStartedAfterCompletedJobs filter on created_at for non non started job and started_at otherwise after (exclusive) timestamp but only for the completed jobs
	CreatedOrStartedAfterCompletedJobs *CreatedOrStartedAfterCompletedJob `form:"created_or_started_after_completed_jobs,omitempty" json:"created_or_started_after_completed_jobs,omitempty"`

	// JobKinds filter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
	JobKinds *JobKinds `form:"job_kinds,omitempty" json:"job_kinds,omitempty"`

	// Args filter on jobs containing those args as a json subset (@> in postgres)
	Args *ArgsFilter `form:"args,omitempty" json:"args,omitempty"`

	// Tag filter on jobs with a given tag/worker group
	Tag *Tag `form:"tag,omitempty" json:"tag,omitempty"`

	// Result filter on jobs containing those result as a json subset (@> in postgres)
	Result *ResultFilter `form:"result,omitempty" json:"result,omitempty"`

	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// IsSkipped is the job skipped
	IsSkipped *bool `form:"is_skipped,omitempty" json:"is_skipped,omitempty"`

	// IsFlowStep is the job a flow step
	IsFlowStep *bool `form:"is_flow_step,omitempty" json:"is_flow_step,omitempty"`

	// HasNullParent has null parent
	HasNullParent *bool `form:"has_null_parent,omitempty" json:"has_null_parent,omitempty"`

	// Success filter on successful jobs
	Success *bool `form:"success,omitempty" json:"success,omitempty"`

	// AllWorkspaces get jobs from all workspaces (only valid if request come from the `admins` workspace)
	AllWorkspaces *bool `form:"all_workspaces,omitempty" json:"all_workspaces,omitempty"`

	// IsNotSchedule is not a scheduled job
	IsNotSchedule *bool `form:"is_not_schedule,omitempty" json:"is_not_schedule,omitempty"`
}

ListExtendedJobsParams defines parameters for ListExtendedJobs.

type ListExtendedJobsResponse added in v1.333.5

type ListExtendedJobsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ExtendedJobs
}

func ParseListExtendedJobsResponse added in v1.333.5

func ParseListExtendedJobsResponse(rsp *http.Response) (*ListExtendedJobsResponse, error)

ParseListExtendedJobsResponse parses an HTTP response from a ListExtendedJobsWithResponse call

func (ListExtendedJobsResponse) Status added in v1.333.5

func (r ListExtendedJobsResponse) Status() string

Status returns HTTPResponse.Status

func (ListExtendedJobsResponse) StatusCode added in v1.333.5

func (r ListExtendedJobsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListFilteredUuidsParams added in v1.344.1

type ListFilteredUuidsParams struct {
	// OrderDesc order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// CreatedBy mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// ParentJob 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"`

	// ScriptPathExact mask to filter exact matching path
	ScriptPathExact *ScriptExactPath `form:"script_path_exact,omitempty" json:"script_path_exact,omitempty"`

	// ScriptPathStart mask to filter matching starting path
	ScriptPathStart *ScriptStartPath `form:"script_path_start,omitempty" json:"script_path_start,omitempty"`

	// SchedulePath mask to filter by schedule path
	SchedulePath *SchedulePath `form:"schedule_path,omitempty" json:"schedule_path,omitempty"`

	// ScriptHash mask to filter exact matching path
	ScriptHash *ScriptExactHash `form:"script_hash,omitempty" json:"script_hash,omitempty"`

	// StartedBefore filter on started before (inclusive) timestamp
	StartedBefore *StartedBefore `form:"started_before,omitempty" json:"started_before,omitempty"`

	// StartedAfter filter on started after (exclusive) timestamp
	StartedAfter *StartedAfter `form:"started_after,omitempty" json:"started_after,omitempty"`

	// Success filter on successful jobs
	Success *Success `form:"success,omitempty" json:"success,omitempty"`

	// ScheduledForBeforeNow filter on jobs scheduled_for before now (hence waitinf for a worker)
	ScheduledForBeforeNow *ScheduledForBeforeNow `form:"scheduled_for_before_now,omitempty" json:"scheduled_for_before_now,omitempty"`

	// JobKinds filter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
	JobKinds *JobKinds `form:"job_kinds,omitempty" json:"job_kinds,omitempty"`

	// Suspended filter on suspended jobs
	Suspended *Suspended `form:"suspended,omitempty" json:"suspended,omitempty"`

	// Running filter on running jobs
	Running *Running `form:"running,omitempty" json:"running,omitempty"`

	// Args filter on jobs containing those args as a json subset (@> in postgres)
	Args *ArgsFilter `form:"args,omitempty" json:"args,omitempty"`

	// Result filter on jobs containing those result as a json subset (@> in postgres)
	Result *ResultFilter `form:"result,omitempty" json:"result,omitempty"`

	// Tag filter on jobs with a given tag/worker group
	Tag *Tag `form:"tag,omitempty" json:"tag,omitempty"`

	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage        *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
	ConcurrencyKey *string  `form:"concurrency_key,omitempty" json:"concurrency_key,omitempty"`

	// AllWorkspaces get jobs from all workspaces (only valid if request come from the `admins` workspace)
	AllWorkspaces *bool `form:"all_workspaces,omitempty" json:"all_workspaces,omitempty"`

	// IsNotSchedule is not a scheduled job
	IsNotSchedule *bool `form:"is_not_schedule,omitempty" json:"is_not_schedule,omitempty"`
}

ListFilteredUuidsParams defines parameters for ListFilteredUuids.

type ListFilteredUuidsResponse added in v1.344.1

type ListFilteredUuidsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseListFilteredUuidsResponse added in v1.344.1

func ParseListFilteredUuidsResponse(rsp *http.Response) (*ListFilteredUuidsResponse, error)

ParseListFilteredUuidsResponse parses an HTTP response from a ListFilteredUuidsWithResponse call

func (ListFilteredUuidsResponse) Status added in v1.344.1

func (r ListFilteredUuidsResponse) Status() string

Status returns HTTPResponse.Status

func (ListFilteredUuidsResponse) StatusCode added in v1.344.1

func (r ListFilteredUuidsResponse) 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 {
	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// OrderDesc order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// CreatedBy mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// PathStart mask to filter matching starting path
	PathStart *string `form:"path_start,omitempty" json:"path_start,omitempty"`

	// PathExact mask to filter exact matching path
	PathExact *string `form:"path_exact,omitempty" json:"path_exact,omitempty"`

	// ShowArchived (default false)
	// show only 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"`

	// StarredOnly (default false)
	// show only the starred items
	StarredOnly *bool `form:"starred_only,omitempty" json:"starred_only,omitempty"`

	// IncludeDraftOnly (default false)
	// include items that have no deployed version
	IncludeDraftOnly *bool `form:"include_draft_only,omitempty" json:"include_draft_only,omitempty"`

	// WithDeploymentMsg (default false)
	// include deployment message
	WithDeploymentMsg *bool `form:"with_deployment_msg,omitempty" json:"with_deployment_msg,omitempty"`
}

ListFlowsParams defines parameters for ListFlows.

type ListFlowsResponse

type ListFlowsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Archived            bool                    `json:"archived"`
		DedicatedWorker     *bool                   `json:"dedicated_worker,omitempty"`
		Description         *string                 `json:"description,omitempty"`
		DraftOnly           *bool                   `json:"draft_only,omitempty"`
		EditedAt            time.Time               `json:"edited_at"`
		EditedBy            string                  `json:"edited_by"`
		ExtraPerms          ExtraPerms              `json:"extra_perms"`
		HasDraft            *bool                   `json:"has_draft,omitempty"`
		Path                string                  `json:"path"`
		Priority            *int                    `json:"priority,omitempty"`
		Schema              *map[string]interface{} `json:"schema,omitempty"`
		Starred             *bool                   `json:"starred,omitempty"`
		Summary             string                  `json:"summary"`
		Tag                 *string                 `json:"tag,omitempty"`
		Timeout             *float32                `json:"timeout,omitempty"`
		Value               FlowValue               `json:"value"`
		VisibleToRunnerOnly *bool                   `json:"visible_to_runner_only,omitempty"`
		WorkspaceId         *string                 `json:"workspace_id,omitempty"`
		WsErrorHandlerMuted *bool                   `json:"ws_error_handler_muted,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 {
	// OnlyMemberOf 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 {
	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage 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 ListGlobalSettingsResponse added in v1.364.0

type ListGlobalSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]GlobalSetting
}

func ParseListGlobalSettingsResponse added in v1.364.0

func ParseListGlobalSettingsResponse(rsp *http.Response) (*ListGlobalSettingsResponse, error)

ParseListGlobalSettingsResponse parses an HTTP response from a ListGlobalSettingsWithResponse call

func (ListGlobalSettingsResponse) Status added in v1.364.0

Status returns HTTPResponse.Status

func (ListGlobalSettingsResponse) StatusCode added in v1.364.0

func (r ListGlobalSettingsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListGroupNamesParams added in v1.56.0

type ListGroupNamesParams struct {
	// OnlyMemberOf 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 {
	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage 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 ListHttpTriggersParams added in v1.398.0

type ListHttpTriggersParams struct {
	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// Path filter by path
	Path      *string `form:"path,omitempty" json:"path,omitempty"`
	IsFlow    *bool   `form:"is_flow,omitempty" json:"is_flow,omitempty"`
	PathStart *string `form:"path_start,omitempty" json:"path_start,omitempty"`
}

ListHttpTriggersParams defines parameters for ListHttpTriggers.

type ListHttpTriggersResponse added in v1.398.0

type ListHttpTriggersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]HttpTrigger
}

func ParseListHttpTriggersResponse added in v1.398.0

func ParseListHttpTriggersResponse(rsp *http.Response) (*ListHttpTriggersResponse, error)

ParseListHttpTriggersResponse parses an HTTP response from a ListHttpTriggersWithResponse call

func (ListHttpTriggersResponse) Status added in v1.398.0

func (r ListHttpTriggersResponse) Status() string

Status returns HTTPResponse.Status

func (ListHttpTriggersResponse) StatusCode added in v1.398.0

func (r ListHttpTriggersResponse) 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 ListHubIntegrationsParams added in v1.189.0

type ListHubIntegrationsParams struct {
	// Kind query integrations kind
	Kind *string `form:"kind,omitempty" json:"kind,omitempty"`
}

ListHubIntegrationsParams defines parameters for ListHubIntegrations.

type ListHubIntegrationsResponse added in v1.189.0

type ListHubIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Name string `json:"name"`
	}
}

func ParseListHubIntegrationsResponse added in v1.189.0

func ParseListHubIntegrationsResponse(rsp *http.Response) (*ListHubIntegrationsResponse, error)

ParseListHubIntegrationsResponse parses an HTTP response from a ListHubIntegrationsWithResponse call

func (ListHubIntegrationsResponse) Status added in v1.189.0

Status returns HTTPResponse.Status

func (ListHubIntegrationsResponse) StatusCode added in v1.189.0

func (r ListHubIntegrationsResponse) 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"`

	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage 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 {
	// CreatedBy mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// Label mask to filter exact matching job's label (job labels are completed jobs with as a result an object containing a string in the array at key 'wm_labels')
	Label *Label `form:"label,omitempty" json:"label,omitempty"`

	// ParentJob 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"`

	// ScriptPathExact mask to filter exact matching path
	ScriptPathExact *ScriptExactPath `form:"script_path_exact,omitempty" json:"script_path_exact,omitempty"`

	// ScriptPathStart mask to filter matching starting path
	ScriptPathStart *ScriptStartPath `form:"script_path_start,omitempty" json:"script_path_start,omitempty"`

	// SchedulePath mask to filter by schedule path
	SchedulePath *SchedulePath `form:"schedule_path,omitempty" json:"schedule_path,omitempty"`

	// ScriptHash mask to filter exact matching path
	ScriptHash *ScriptExactHash `form:"script_hash,omitempty" json:"script_hash,omitempty"`

	// StartedBefore filter on started before (inclusive) timestamp
	StartedBefore *StartedBefore `form:"started_before,omitempty" json:"started_before,omitempty"`

	// StartedAfter filter on started after (exclusive) timestamp
	StartedAfter *StartedAfter `form:"started_after,omitempty" json:"started_after,omitempty"`

	// CreatedBefore filter on created before (inclusive) timestamp
	CreatedBefore *CreatedBefore `form:"created_before,omitempty" json:"created_before,omitempty"`

	// CreatedAfter filter on created after (exclusive) timestamp
	CreatedAfter *CreatedAfter `form:"created_after,omitempty" json:"created_after,omitempty"`

	// CreatedOrStartedBefore filter on created_at for non non started job and started_at otherwise before (inclusive) timestamp
	CreatedOrStartedBefore *CreatedOrStartedBefore `form:"created_or_started_before,omitempty" json:"created_or_started_before,omitempty"`

	// Running filter on running jobs
	Running *Running `form:"running,omitempty" json:"running,omitempty"`

	// ScheduledForBeforeNow filter on jobs scheduled_for before now (hence waitinf for a worker)
	ScheduledForBeforeNow *ScheduledForBeforeNow `form:"scheduled_for_before_now,omitempty" json:"scheduled_for_before_now,omitempty"`

	// CreatedOrStartedAfter filter on created_at for non non started job and started_at otherwise after (exclusive) timestamp
	CreatedOrStartedAfter *CreatedOrStartedAfter `form:"created_or_started_after,omitempty" json:"created_or_started_after,omitempty"`

	// CreatedOrStartedAfterCompletedJobs filter on created_at for non non started job and started_at otherwise after (exclusive) timestamp but only for the completed jobs
	CreatedOrStartedAfterCompletedJobs *CreatedOrStartedAfterCompletedJob `form:"created_or_started_after_completed_jobs,omitempty" json:"created_or_started_after_completed_jobs,omitempty"`

	// JobKinds filter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
	JobKinds *JobKinds `form:"job_kinds,omitempty" json:"job_kinds,omitempty"`

	// Suspended filter on suspended jobs
	Suspended *Suspended `form:"suspended,omitempty" json:"suspended,omitempty"`

	// Args filter on jobs containing those args as a json subset (@> in postgres)
	Args *ArgsFilter `form:"args,omitempty" json:"args,omitempty"`

	// Tag filter on jobs with a given tag/worker group
	Tag *Tag `form:"tag,omitempty" json:"tag,omitempty"`

	// Result filter on jobs containing those result as a json subset (@> in postgres)
	Result *ResultFilter `form:"result,omitempty" json:"result,omitempty"`

	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// IsSkipped is the job skipped
	IsSkipped *bool `form:"is_skipped,omitempty" json:"is_skipped,omitempty"`

	// IsFlowStep is the job a flow step
	IsFlowStep *bool `form:"is_flow_step,omitempty" json:"is_flow_step,omitempty"`

	// HasNullParent has null parent
	HasNullParent *bool `form:"has_null_parent,omitempty" json:"has_null_parent,omitempty"`

	// Success filter on successful jobs
	Success *bool `form:"success,omitempty" json:"success,omitempty"`

	// AllWorkspaces get jobs from all workspaces (only valid if request come from the `admins` workspace)
	AllWorkspaces *bool `form:"all_workspaces,omitempty" json:"all_workspaces,omitempty"`

	// IsNotSchedule is not a scheduled job
	IsNotSchedule *bool `form:"is_not_schedule,omitempty" json:"is_not_schedule,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 ListLogFilesParams added in v1.389.0

type ListLogFilesParams struct {
	// Before filter on started before (inclusive) timestamp
	Before *Before `form:"before,omitempty" json:"before,omitempty"`

	// After filter on created after (exclusive) timestamp
	After     *After `form:"after,omitempty" json:"after,omitempty"`
	WithError *bool  `form:"with_error,omitempty" json:"with_error,omitempty"`
}

ListLogFilesParams defines parameters for ListLogFiles.

type ListLogFilesResponse added in v1.389.0

type ListLogFilesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		ErrLines    *int      `json:"err_lines,omitempty"`
		FilePath    string    `json:"file_path"`
		Hostname    string    `json:"hostname"`
		JsonFmt     bool      `json:"json_fmt"`
		LogTs       time.Time `json:"log_ts"`
		Mode        string    `json:"mode"`
		OkLines     *int      `json:"ok_lines,omitempty"`
		WorkerGroup *string   `json:"worker_group,omitempty"`
	}
}

func ParseListLogFilesResponse added in v1.389.0

func ParseListLogFilesResponse(rsp *http.Response) (*ListLogFilesResponse, error)

ParseListLogFilesResponse parses an HTTP response from a ListLogFilesWithResponse call

func (ListLogFilesResponse) Status added in v1.389.0

func (r ListLogFilesResponse) Status() string

Status returns HTTPResponse.Status

func (ListLogFilesResponse) StatusCode added in v1.389.0

func (r ListLogFilesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListOAuthLoginsResponse

type ListOAuthLoginsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Oauth []struct {
			DisplayName *string `json:"display_name,omitempty"`
			Type        string  `json:"type"`
		} `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 {
	// OrderDesc order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// CreatedBy mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// ParentJob 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"`

	// ScriptPathExact mask to filter exact matching path
	ScriptPathExact *ScriptExactPath `form:"script_path_exact,omitempty" json:"script_path_exact,omitempty"`

	// ScriptPathStart mask to filter matching starting path
	ScriptPathStart *ScriptStartPath `form:"script_path_start,omitempty" json:"script_path_start,omitempty"`

	// SchedulePath mask to filter by schedule path
	SchedulePath *SchedulePath `form:"schedule_path,omitempty" json:"schedule_path,omitempty"`

	// ScriptHash mask to filter exact matching path
	ScriptHash *ScriptExactHash `form:"script_hash,omitempty" json:"script_hash,omitempty"`

	// StartedBefore filter on started before (inclusive) timestamp
	StartedBefore *StartedBefore `form:"started_before,omitempty" json:"started_before,omitempty"`

	// StartedAfter filter on started after (exclusive) timestamp
	StartedAfter *StartedAfter `form:"started_after,omitempty" json:"started_after,omitempty"`

	// Success filter on successful jobs
	Success *Success `form:"success,omitempty" json:"success,omitempty"`

	// ScheduledForBeforeNow filter on jobs scheduled_for before now (hence waitinf for a worker)
	ScheduledForBeforeNow *ScheduledForBeforeNow `form:"scheduled_for_before_now,omitempty" json:"scheduled_for_before_now,omitempty"`

	// JobKinds filter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
	JobKinds *JobKinds `form:"job_kinds,omitempty" json:"job_kinds,omitempty"`

	// Suspended filter on suspended jobs
	Suspended *Suspended `form:"suspended,omitempty" json:"suspended,omitempty"`

	// Running filter on running jobs
	Running *Running `form:"running,omitempty" json:"running,omitempty"`

	// Args filter on jobs containing those args as a json subset (@> in postgres)
	Args *ArgsFilter `form:"args,omitempty" json:"args,omitempty"`

	// Result filter on jobs containing those result as a json subset (@> in postgres)
	Result *ResultFilter `form:"result,omitempty" json:"result,omitempty"`

	// Tag filter on jobs with a given tag/worker group
	Tag *Tag `form:"tag,omitempty" json:"tag,omitempty"`

	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// AllWorkspaces get jobs from all workspaces (only valid if request come from the `admins` workspace)
	AllWorkspaces *bool `form:"all_workspaces,omitempty" json:"all_workspaces,omitempty"`

	// IsNotSchedule is not a scheduled job
	IsNotSchedule *bool `form:"is_not_schedule,omitempty" json:"is_not_schedule,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 {
	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// OrderDesc order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// CreatedBy mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// PathStart mask to filter matching starting path
	PathStart *string `form:"path_start,omitempty" json:"path_start,omitempty"`

	// PathExact mask to filter exact matching path
	PathExact *string `form:"path_exact,omitempty" json:"path_exact,omitempty"`

	// StarredOnly (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 ListResourceNamesResponse added in v1.168.3

type ListResourceNamesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Name string `json:"name"`
		Path string `json:"path"`
	}
}

func ParseListResourceNamesResponse added in v1.168.3

func ParseListResourceNamesResponse(rsp *http.Response) (*ListResourceNamesResponse, error)

ParseListResourceNamesResponse parses an HTTP response from a ListResourceNamesWithResponse call

func (ListResourceNamesResponse) Status added in v1.168.3

func (r ListResourceNamesResponse) Status() string

Status returns HTTPResponse.Status

func (ListResourceNamesResponse) StatusCode added in v1.168.3

func (r ListResourceNamesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListResourceParams

type ListResourceParams struct {
	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// ResourceType resource_types to list from, separated by ',',
	ResourceType *string `form:"resource_type,omitempty" json:"resource_type,omitempty"`

	// ResourceTypeExclude resource_types to not list from, separated by ',',
	ResourceTypeExclude *string `form:"resource_type_exclude,omitempty" json:"resource_type_exclude,omitempty"`
	PathStart           *string `form:"path_start,omitempty" json:"path_start,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 {
	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// Args filter on jobs containing those args as a json subset (@> in postgres)
	Args *ArgsFilter `form:"args,omitempty" json:"args,omitempty"`

	// Path filter by path
	Path      *string `form:"path,omitempty" json:"path,omitempty"`
	IsFlow    *bool   `form:"is_flow,omitempty" json:"is_flow,omitempty"`
	PathStart *string `form:"path_start,omitempty" json:"path_start,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 {
	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage 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 {
	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// OrderDesc order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// CreatedBy mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// PathStart mask to filter matching starting path
	PathStart *string `form:"path_start,omitempty" json:"path_start,omitempty"`

	// PathExact mask to filter exact matching path
	PathExact *string `form:"path_exact,omitempty" json:"path_exact,omitempty"`

	// FirstParentHash mask to filter scripts whom first direct parent has exact hash
	FirstParentHash *string `form:"first_parent_hash,omitempty" json:"first_parent_hash,omitempty"`

	// LastParentHash 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"`

	// ParentHash 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"`

	// ShowArchived (default false)
	// show only 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"`

	// IncludeWithoutMain (default false)
	// include scripts without an exported main function
	IncludeWithoutMain *bool `form:"include_without_main,omitempty" json:"include_without_main,omitempty"`

	// IncludeDraftOnly (default false)
	// include scripts that have no deployed version
	IncludeDraftOnly *bool `form:"include_draft_only,omitempty" json:"include_draft_only,omitempty"`

	// IsTemplate (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"`

	// Kinds (default regardless)
	// script kinds to filter, split by comma
	Kinds *string `form:"kinds,omitempty" json:"kinds,omitempty"`

	// StarredOnly (default false)
	// show only the starred items
	StarredOnly *bool `form:"starred_only,omitempty" json:"starred_only,omitempty"`

	// WithDeploymentMsg (default false)
	// include deployment message
	WithDeploymentMsg *bool `form:"with_deployment_msg,omitempty" json:"with_deployment_msg,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 ListSearchAppResponse added in v1.180.0

type ListSearchAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Path  string      `json:"path"`
		Value interface{} `json:"value"`
	}
}

func ParseListSearchAppResponse added in v1.180.0

func ParseListSearchAppResponse(rsp *http.Response) (*ListSearchAppResponse, error)

ParseListSearchAppResponse parses an HTTP response from a ListSearchAppWithResponse call

func (ListSearchAppResponse) Status added in v1.180.0

func (r ListSearchAppResponse) Status() string

Status returns HTTPResponse.Status

func (ListSearchAppResponse) StatusCode added in v1.180.0

func (r ListSearchAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListSearchFlowResponse added in v1.180.0

type ListSearchFlowResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Path  string      `json:"path"`
		Value interface{} `json:"value"`
	}
}

func ParseListSearchFlowResponse added in v1.180.0

func ParseListSearchFlowResponse(rsp *http.Response) (*ListSearchFlowResponse, error)

ParseListSearchFlowResponse parses an HTTP response from a ListSearchFlowWithResponse call

func (ListSearchFlowResponse) Status added in v1.180.0

func (r ListSearchFlowResponse) Status() string

Status returns HTTPResponse.Status

func (ListSearchFlowResponse) StatusCode added in v1.180.0

func (r ListSearchFlowResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListSearchResourceResponse added in v1.180.0

type ListSearchResourceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Path  string      `json:"path"`
		Value interface{} `json:"value"`
	}
}

func ParseListSearchResourceResponse added in v1.180.0

func ParseListSearchResourceResponse(rsp *http.Response) (*ListSearchResourceResponse, error)

ParseListSearchResourceResponse parses an HTTP response from a ListSearchResourceWithResponse call

func (ListSearchResourceResponse) Status added in v1.180.0

Status returns HTTPResponse.Status

func (ListSearchResourceResponse) StatusCode added in v1.180.0

func (r ListSearchResourceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListSearchScriptResponse added in v1.180.0

type ListSearchScriptResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Content string `json:"content"`
		Path    string `json:"path"`
	}
}

func ParseListSearchScriptResponse added in v1.180.0

func ParseListSearchScriptResponse(rsp *http.Response) (*ListSearchScriptResponse, error)

ParseListSearchScriptResponse parses an HTTP response from a ListSearchScriptWithResponse call

func (ListSearchScriptResponse) Status added in v1.180.0

func (r ListSearchScriptResponse) Status() string

Status returns HTTPResponse.Status

func (ListSearchScriptResponse) StatusCode added in v1.180.0

func (r ListSearchScriptResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListStoredFilesParams added in v1.213.0

type ListStoredFilesParams struct {
	MaxKeys int     `form:"max_keys" json:"max_keys"`
	Marker  *string `form:"marker,omitempty" json:"marker,omitempty"`
	Prefix  *string `form:"prefix,omitempty" json:"prefix,omitempty"`
	Storage *string `form:"storage,omitempty" json:"storage,omitempty"`
}

ListStoredFilesParams defines parameters for ListStoredFiles.

type ListStoredFilesResponse added in v1.212.0

type ListStoredFilesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		NextMarker         *string             `json:"next_marker,omitempty"`
		RestrictedAccess   *bool               `json:"restricted_access,omitempty"`
		WindmillLargeFiles []WindmillLargeFile `json:"windmill_large_files"`
	}
}

func ParseListStoredFilesResponse added in v1.212.0

func ParseListStoredFilesResponse(rsp *http.Response) (*ListStoredFilesResponse, error)

ParseListStoredFilesResponse parses an HTTP response from a ListStoredFilesWithResponse call

func (ListStoredFilesResponse) Status added in v1.212.0

func (r ListStoredFilesResponse) Status() string

Status returns HTTPResponse.Status

func (ListStoredFilesResponse) StatusCode added in v1.212.0

func (r ListStoredFilesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListTokensOfFlowResponse added in v1.409.0

type ListTokensOfFlowResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]TruncatedToken
}

func ParseListTokensOfFlowResponse added in v1.409.0

func ParseListTokensOfFlowResponse(rsp *http.Response) (*ListTokensOfFlowResponse, error)

ParseListTokensOfFlowResponse parses an HTTP response from a ListTokensOfFlowWithResponse call

func (ListTokensOfFlowResponse) Status added in v1.409.0

func (r ListTokensOfFlowResponse) Status() string

Status returns HTTPResponse.Status

func (ListTokensOfFlowResponse) StatusCode added in v1.409.0

func (r ListTokensOfFlowResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListTokensOfScriptResponse added in v1.409.0

type ListTokensOfScriptResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]TruncatedToken
}

func ParseListTokensOfScriptResponse added in v1.409.0

func ParseListTokensOfScriptResponse(rsp *http.Response) (*ListTokensOfScriptResponse, error)

ParseListTokensOfScriptResponse parses an HTTP response from a ListTokensOfScriptWithResponse call

func (ListTokensOfScriptResponse) Status added in v1.409.0

Status returns HTTPResponse.Status

func (ListTokensOfScriptResponse) StatusCode added in v1.409.0

func (r ListTokensOfScriptResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListTokensParams added in v1.217.0

type ListTokensParams struct {
	ExcludeEphemeral *bool `form:"exclude_ephemeral,omitempty" json:"exclude_ephemeral,omitempty"`

	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

ListTokensParams defines parameters for ListTokens.

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 {
	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// ActiveOnly filter only active users
	ActiveOnly *bool `form:"active_only,omitempty" json:"active_only,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 ListUsersUsageResponse added in v1.277.0

type ListUsersUsageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]UserUsage
}

func ParseListUsersUsageResponse added in v1.277.0

func ParseListUsersUsageResponse(rsp *http.Response) (*ListUsersUsageResponse, error)

ParseListUsersUsageResponse parses an HTTP response from a ListUsersUsageWithResponse call

func (ListUsersUsageResponse) Status added in v1.277.0

func (r ListUsersUsageResponse) Status() string

Status returns HTTPResponse.Status

func (ListUsersUsageResponse) StatusCode added in v1.277.0

func (r ListUsersUsageResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListVariableParams added in v1.352.0

type ListVariableParams struct {
	PathStart *string `form:"path_start,omitempty" json:"path_start,omitempty"`

	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

ListVariableParams defines parameters for ListVariable.

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 ListWebsocketTriggersParams added in v1.410.0

type ListWebsocketTriggersParams struct {
	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// Path filter by path
	Path      *string `form:"path,omitempty" json:"path,omitempty"`
	IsFlow    *bool   `form:"is_flow,omitempty" json:"is_flow,omitempty"`
	PathStart *string `form:"path_start,omitempty" json:"path_start,omitempty"`
}

ListWebsocketTriggersParams defines parameters for ListWebsocketTriggers.

type ListWebsocketTriggersResponse added in v1.410.0

type ListWebsocketTriggersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]WebsocketTrigger
}

func ParseListWebsocketTriggersResponse added in v1.410.0

func ParseListWebsocketTriggersResponse(rsp *http.Response) (*ListWebsocketTriggersResponse, error)

ParseListWebsocketTriggersResponse parses an HTTP response from a ListWebsocketTriggersWithResponse call

func (ListWebsocketTriggersResponse) Status added in v1.410.0

Status returns HTTPResponse.Status

func (ListWebsocketTriggersResponse) StatusCode added in v1.410.0

func (r ListWebsocketTriggersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListWorkerGroupsResponse added in v1.172.0

type ListWorkerGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Config interface{} `json:"config"`
		Name   string      `json:"name"`
	}
}

func ParseListWorkerGroupsResponse added in v1.172.0

func ParseListWorkerGroupsResponse(rsp *http.Response) (*ListWorkerGroupsResponse, error)

ParseListWorkerGroupsResponse parses an HTTP response from a ListWorkerGroupsWithResponse call

func (ListWorkerGroupsResponse) Status added in v1.172.0

func (r ListWorkerGroupsResponse) Status() string

Status returns HTTPResponse.Status

func (ListWorkerGroupsResponse) StatusCode added in v1.172.0

func (r ListWorkerGroupsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListWorkersParams

type ListWorkersParams struct {
	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// PingSince number of seconds the worker must have had a last ping more recent of (default to 300)
	PingSince *int `form:"ping_since,omitempty" json:"ping_since,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 {
	// Page which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// PerPage 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    map[string]bool          `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 ListableRawApp added in v1.96.0

type ListableRawApp struct {
	EditedAt    time.Time       `json:"edited_at"`
	ExtraPerms  map[string]bool `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 ListableResource added in v1.52.0

type ListableResource struct {
	Account      *float32         `json:"account,omitempty"`
	CreatedBy    *string          `json:"created_by,omitempty"`
	Description  *string          `json:"description,omitempty"`
	EditedAt     *time.Time       `json:"edited_at,omitempty"`
	ExtraPerms   *map[string]bool `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 ListableVariable

type ListableVariable struct {
	Account      *int            `json:"account,omitempty"`
	Description  *string         `json:"description,omitempty"`
	ExpiresAt    *time.Time      `json:"expires_at,omitempty"`
	ExtraPerms   map[string]bool `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 LoadCsvPreviewParams added in v1.344.1

type LoadCsvPreviewParams struct {
	Offset       *float32 `form:"offset,omitempty" json:"offset,omitempty"`
	Limit        *float32 `form:"limit,omitempty" json:"limit,omitempty"`
	SortCol      *string  `form:"sort_col,omitempty" json:"sort_col,omitempty"`
	SortDesc     *bool    `form:"sort_desc,omitempty" json:"sort_desc,omitempty"`
	SearchCol    *string  `form:"search_col,omitempty" json:"search_col,omitempty"`
	SearchTerm   *string  `form:"search_term,omitempty" json:"search_term,omitempty"`
	Storage      *string  `form:"storage,omitempty" json:"storage,omitempty"`
	CsvSeparator *string  `form:"csv_separator,omitempty" json:"csv_separator,omitempty"`
}

LoadCsvPreviewParams defines parameters for LoadCsvPreview.

type LoadCsvPreviewResponse added in v1.344.1

type LoadCsvPreviewResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseLoadCsvPreviewResponse added in v1.344.1

func ParseLoadCsvPreviewResponse(rsp *http.Response) (*LoadCsvPreviewResponse, error)

ParseLoadCsvPreviewResponse parses an HTTP response from a LoadCsvPreviewWithResponse call

func (LoadCsvPreviewResponse) Status added in v1.344.1

func (r LoadCsvPreviewResponse) Status() string

Status returns HTTPResponse.Status

func (LoadCsvPreviewResponse) StatusCode added in v1.344.1

func (r LoadCsvPreviewResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type LoadFileMetadataParams added in v1.213.0

type LoadFileMetadataParams struct {
	FileKey string  `form:"file_key" json:"file_key"`
	Storage *string `form:"storage,omitempty" json:"storage,omitempty"`
}

LoadFileMetadataParams defines parameters for LoadFileMetadata.

type LoadFileMetadataResponse added in v1.213.0

type LoadFileMetadataResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *WindmillFileMetadata
}

func ParseLoadFileMetadataResponse added in v1.213.0

func ParseLoadFileMetadataResponse(rsp *http.Response) (*LoadFileMetadataResponse, error)

ParseLoadFileMetadataResponse parses an HTTP response from a LoadFileMetadataWithResponse call

func (LoadFileMetadataResponse) Status added in v1.213.0

func (r LoadFileMetadataResponse) Status() string

Status returns HTTPResponse.Status

func (LoadFileMetadataResponse) StatusCode added in v1.213.0

func (r LoadFileMetadataResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type LoadFilePreviewParams added in v1.212.0

type LoadFilePreviewParams struct {
	FileKey         string  `form:"file_key" json:"file_key"`
	FileSizeInBytes *int    `form:"file_size_in_bytes,omitempty" json:"file_size_in_bytes,omitempty"`
	FileMimeType    *string `form:"file_mime_type,omitempty" json:"file_mime_type,omitempty"`
	CsvSeparator    *string `form:"csv_separator,omitempty" json:"csv_separator,omitempty"`
	CsvHasHeader    *bool   `form:"csv_has_header,omitempty" json:"csv_has_header,omitempty"`
	ReadBytesFrom   *int    `form:"read_bytes_from,omitempty" json:"read_bytes_from,omitempty"`
	ReadBytesLength *int    `form:"read_bytes_length,omitempty" json:"read_bytes_length,omitempty"`
	Storage         *string `form:"storage,omitempty" json:"storage,omitempty"`
}

LoadFilePreviewParams defines parameters for LoadFilePreview.

type LoadFilePreviewResponse added in v1.212.0

type LoadFilePreviewResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *WindmillFilePreview
}

func ParseLoadFilePreviewResponse added in v1.212.0

func ParseLoadFilePreviewResponse(rsp *http.Response) (*LoadFilePreviewResponse, error)

ParseLoadFilePreviewResponse parses an HTTP response from a LoadFilePreviewWithResponse call

func (LoadFilePreviewResponse) Status added in v1.212.0

func (r LoadFilePreviewResponse) Status() string

Status returns HTTPResponse.Status

func (LoadFilePreviewResponse) StatusCode added in v1.212.0

func (r LoadFilePreviewResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type LoadParquetPreviewParams added in v1.253.5

type LoadParquetPreviewParams struct {
	Offset     *float32 `form:"offset,omitempty" json:"offset,omitempty"`
	Limit      *float32 `form:"limit,omitempty" json:"limit,omitempty"`
	SortCol    *string  `form:"sort_col,omitempty" json:"sort_col,omitempty"`
	SortDesc   *bool    `form:"sort_desc,omitempty" json:"sort_desc,omitempty"`
	SearchCol  *string  `form:"search_col,omitempty" json:"search_col,omitempty"`
	SearchTerm *string  `form:"search_term,omitempty" json:"search_term,omitempty"`
	Storage    *string  `form:"storage,omitempty" json:"storage,omitempty"`
}

LoadParquetPreviewParams defines parameters for LoadParquetPreview.

type LoadParquetPreviewResponse added in v1.253.5

type LoadParquetPreviewResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseLoadParquetPreviewResponse added in v1.253.5

func ParseLoadParquetPreviewResponse(rsp *http.Response) (*LoadParquetPreviewResponse, error)

ParseLoadParquetPreviewResponse parses an HTTP response from a LoadParquetPreviewWithResponse call

func (LoadParquetPreviewResponse) Status added in v1.253.5

Status returns HTTPResponse.Status

func (LoadParquetPreviewResponse) StatusCode added in v1.253.5

func (r LoadParquetPreviewResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type LoadTableRowCountParams added in v1.394.5

type LoadTableRowCountParams struct {
	SearchCol  *string `form:"search_col,omitempty" json:"search_col,omitempty"`
	SearchTerm *string `form:"search_term,omitempty" json:"search_term,omitempty"`
	Storage    *string `form:"storage,omitempty" json:"storage,omitempty"`
}

LoadTableRowCountParams defines parameters for LoadTableRowCount.

type LoadTableRowCountResponse added in v1.394.5

type LoadTableRowCountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Count *float32 `json:"count,omitempty"`
	}
}

func ParseLoadTableRowCountResponse added in v1.394.5

func ParseLoadTableRowCountResponse(rsp *http.Response) (*LoadTableRowCountResponse, error)

ParseLoadTableRowCountResponse parses an HTTP response from a LoadTableRowCountWithResponse call

func (LoadTableRowCountResponse) Status added in v1.394.5

func (r LoadTableRowCountResponse) Status() string

Status returns HTTPResponse.Status

func (LoadTableRowCountResponse) StatusCode added in v1.394.5

func (r LoadTableRowCountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type LogSearchHit added in v1.419.0

type LogSearchHit struct {
	Dancer *string `json:"dancer,omitempty"`
}

LogSearchHit defines model for LogSearchHit.

type Login

type Login struct {
	Email    string `json:"email"`
	Password string `json:"password"`
}

Login defines model for Login.

type LoginJSONRequestBody

type LoginJSONRequestBody = Login

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 MetricDataPoint added in v1.234.0

type MetricDataPoint struct {
	Timestamp time.Time `json:"timestamp"`
	Value     float32   `json:"value"`
}

MetricDataPoint defines model for MetricDataPoint.

type MetricMetadata added in v1.234.0

type MetricMetadata struct {
	Id   string  `json:"id"`
	Name *string `json:"name,omitempty"`
}

MetricMetadata defines model for MetricMetadata.

type MoveS3FileParams added in v1.230.0

type MoveS3FileParams struct {
	SrcFileKey  string  `form:"src_file_key" json:"src_file_key"`
	DestFileKey string  `form:"dest_file_key" json:"dest_file_key"`
	Storage     *string `form:"storage,omitempty" json:"storage,omitempty"`
}

MoveS3FileParams defines parameters for MoveS3File.

type MoveS3FileResponse added in v1.230.0

type MoveS3FileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseMoveS3FileResponse added in v1.230.0

func ParseMoveS3FileResponse(rsp *http.Response) (*MoveS3FileResponse, error)

ParseMoveS3FileResponse parses an HTTP response from a MoveS3FileWithResponse call

func (MoveS3FileResponse) Status added in v1.230.0

func (r MoveS3FileResponse) Status() string

Status returns HTTPResponse.Status

func (MoveS3FileResponse) StatusCode added in v1.230.0

func (r MoveS3FileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Name

type Name = string

Name defines model for Name.

type NewHttpTrigger added in v1.398.0

type NewHttpTrigger struct {
	HttpMethod   NewHttpTriggerHttpMethod `json:"http_method"`
	IsAsync      bool                     `json:"is_async"`
	IsFlow       bool                     `json:"is_flow"`
	Path         string                   `json:"path"`
	RequiresAuth bool                     `json:"requires_auth"`
	RoutePath    string                   `json:"route_path"`
	ScriptPath   string                   `json:"script_path"`
}

NewHttpTrigger defines model for NewHttpTrigger.

type NewHttpTriggerHttpMethod added in v1.398.0

type NewHttpTriggerHttpMethod string

NewHttpTriggerHttpMethod defines model for NewHttpTrigger.HttpMethod.

const (
	NewHttpTriggerHttpMethodDelete NewHttpTriggerHttpMethod = "delete"
	NewHttpTriggerHttpMethodGet    NewHttpTriggerHttpMethod = "get"
	NewHttpTriggerHttpMethodPatch  NewHttpTriggerHttpMethod = "patch"
	NewHttpTriggerHttpMethodPost   NewHttpTriggerHttpMethod = "post"
	NewHttpTriggerHttpMethodPut    NewHttpTriggerHttpMethod = "put"
)

Defines values for NewHttpTriggerHttpMethod.

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"`
	NoFlowOverlap       *bool       `json:"no_flow_overlap,omitempty"`
	OnFailure           *string     `json:"on_failure,omitempty"`
	OnFailureExact      *bool       `json:"on_failure_exact,omitempty"`
	OnFailureExtraArgs  *ScriptArgs `json:"on_failure_extra_args,omitempty"`
	OnFailureTimes      *float32    `json:"on_failure_times,omitempty"`
	OnRecovery          *string     `json:"on_recovery,omitempty"`
	OnRecoveryExtraArgs *ScriptArgs `json:"on_recovery_extra_args,omitempty"`
	OnRecoveryTimes     *float32    `json:"on_recovery_times,omitempty"`
	OnSuccess           *string     `json:"on_success,omitempty"`
	OnSuccessExtraArgs  *ScriptArgs `json:"on_success_extra_args,omitempty"`
	Path                string      `json:"path"`
	PausedUntil         *time.Time  `json:"paused_until,omitempty"`
	Retry               *Retry      `json:"retry,omitempty"`
	Schedule            string      `json:"schedule"`
	ScriptPath          string      `json:"script_path"`
	Summary             *string     `json:"summary,omitempty"`
	Tag                 *string     `json:"tag,omitempty"`
	Timezone            string      `json:"timezone"`
	WsErrorHandlerMuted *bool       `json:"ws_error_handler_muted,omitempty"`
}

NewSchedule defines model for NewSchedule.

type NewScript added in v1.92.2

type NewScript struct {
	CacheTtl               *float32                `json:"cache_ttl,omitempty"`
	Codebase               *string                 `json:"codebase,omitempty"`
	ConcurrencyKey         *string                 `json:"concurrency_key,omitempty"`
	ConcurrencyTimeWindowS *int                    `json:"concurrency_time_window_s,omitempty"`
	ConcurrentLimit        *int                    `json:"concurrent_limit,omitempty"`
	Content                string                  `json:"content"`
	DedicatedWorker        *bool                   `json:"dedicated_worker,omitempty"`
	DeleteAfterUse         *bool                   `json:"delete_after_use,omitempty"`
	DeploymentMessage      *string                 `json:"deployment_message,omitempty"`
	Description            string                  `json:"description"`
	DraftOnly              *bool                   `json:"draft_only,omitempty"`
	Envs                   *[]string               `json:"envs,omitempty"`
	HasPreprocessor        *bool                   `json:"has_preprocessor,omitempty"`
	IsTemplate             *bool                   `json:"is_template,omitempty"`
	Kind                   *NewScriptKind          `json:"kind,omitempty"`
	Language               NewScriptLanguage       `json:"language"`
	Lock                   *string                 `json:"lock,omitempty"`
	NoMainFunc             *bool                   `json:"no_main_func,omitempty"`
	ParentHash             *string                 `json:"parent_hash,omitempty"`
	Path                   string                  `json:"path"`
	Priority               *int                    `json:"priority,omitempty"`
	RestartUnlessCancelled *bool                   `json:"restart_unless_cancelled,omitempty"`
	Schema                 *map[string]interface{} `json:"schema,omitempty"`
	Summary                string                  `json:"summary"`
	Tag                    *string                 `json:"tag,omitempty"`
	Timeout                *int                    `json:"timeout,omitempty"`
	VisibleToRunnerOnly    *bool                   `json:"visible_to_runner_only,omitempty"`
	WsErrorHandlerMuted    *bool                   `json:"ws_error_handler_muted,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 (
	NewScriptLanguageAnsible    NewScriptLanguage = "ansible"
	NewScriptLanguageBash       NewScriptLanguage = "bash"
	NewScriptLanguageBigquery   NewScriptLanguage = "bigquery"
	NewScriptLanguageBun        NewScriptLanguage = "bun"
	NewScriptLanguageDeno       NewScriptLanguage = "deno"
	NewScriptLanguageGo         NewScriptLanguage = "go"
	NewScriptLanguageGraphql    NewScriptLanguage = "graphql"
	NewScriptLanguageMssql      NewScriptLanguage = "mssql"
	NewScriptLanguageMysql      NewScriptLanguage = "mysql"
	NewScriptLanguageNativets   NewScriptLanguage = "nativets"
	NewScriptLanguagePhp        NewScriptLanguage = "php"
	NewScriptLanguagePostgresql NewScriptLanguage = "postgresql"
	NewScriptLanguagePowershell NewScriptLanguage = "powershell"
	NewScriptLanguagePython3    NewScriptLanguage = "python3"
	NewScriptLanguageRust       NewScriptLanguage = "rust"
	NewScriptLanguageSnowflake  NewScriptLanguage = "snowflake"
)

Defines values for NewScriptLanguage.

type NewScriptWithDraft added in v1.92.2

type NewScriptWithDraft struct {
	CacheTtl               *float32                   `json:"cache_ttl,omitempty"`
	Codebase               *string                    `json:"codebase,omitempty"`
	ConcurrencyKey         *string                    `json:"concurrency_key,omitempty"`
	ConcurrencyTimeWindowS *int                       `json:"concurrency_time_window_s,omitempty"`
	ConcurrentLimit        *int                       `json:"concurrent_limit,omitempty"`
	Content                string                     `json:"content"`
	DedicatedWorker        *bool                      `json:"dedicated_worker,omitempty"`
	DeleteAfterUse         *bool                      `json:"delete_after_use,omitempty"`
	DeploymentMessage      *string                    `json:"deployment_message,omitempty"`
	Description            string                     `json:"description"`
	Draft                  *NewScript                 `json:"draft,omitempty"`
	DraftOnly              *bool                      `json:"draft_only,omitempty"`
	Envs                   *[]string                  `json:"envs,omitempty"`
	HasPreprocessor        *bool                      `json:"has_preprocessor,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"`
	NoMainFunc             *bool                      `json:"no_main_func,omitempty"`
	ParentHash             *string                    `json:"parent_hash,omitempty"`
	Path                   string                     `json:"path"`
	Priority               *int                       `json:"priority,omitempty"`
	RestartUnlessCancelled *bool                      `json:"restart_unless_cancelled,omitempty"`
	Schema                 *map[string]interface{}    `json:"schema,omitempty"`
	Summary                string                     `json:"summary"`
	Tag                    *string                    `json:"tag,omitempty"`
	Timeout                *int                       `json:"timeout,omitempty"`
	VisibleToRunnerOnly    *bool                      `json:"visible_to_runner_only,omitempty"`
	WsErrorHandlerMuted    *bool                      `json:"ws_error_handler_muted,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 (
	NewScriptWithDraftLanguageAnsible    NewScriptWithDraftLanguage = "ansible"
	NewScriptWithDraftLanguageBash       NewScriptWithDraftLanguage = "bash"
	NewScriptWithDraftLanguageBigquery   NewScriptWithDraftLanguage = "bigquery"
	NewScriptWithDraftLanguageBun        NewScriptWithDraftLanguage = "bun"
	NewScriptWithDraftLanguageDeno       NewScriptWithDraftLanguage = "deno"
	NewScriptWithDraftLanguageGo         NewScriptWithDraftLanguage = "go"
	NewScriptWithDraftLanguageGraphql    NewScriptWithDraftLanguage = "graphql"
	NewScriptWithDraftLanguageMssql      NewScriptWithDraftLanguage = "mssql"
	NewScriptWithDraftLanguageMysql      NewScriptWithDraftLanguage = "mysql"
	NewScriptWithDraftLanguageNativets   NewScriptWithDraftLanguage = "nativets"
	NewScriptWithDraftLanguagePhp        NewScriptWithDraftLanguage = "php"
	NewScriptWithDraftLanguagePostgresql NewScriptWithDraftLanguage = "postgresql"
	NewScriptWithDraftLanguagePowershell NewScriptWithDraftLanguage = "powershell"
	NewScriptWithDraftLanguagePython3    NewScriptWithDraftLanguage = "python3"
	NewScriptWithDraftLanguageRust       NewScriptWithDraftLanguage = "rust"
	NewScriptWithDraftLanguageSnowflake  NewScriptWithDraftLanguage = "snowflake"
)

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"`
	WorkspaceId *string    `json:"workspace_id,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"`
	WorkspaceId      *string    `json:"workspace_id,omitempty"`
}

NewTokenImpersonate defines model for NewTokenImpersonate.

type NewWebsocketTrigger added in v1.410.0

type NewWebsocketTrigger struct {
	Enabled *bool `json:"enabled,omitempty"`
	Filters []struct {
		Key   string      `json:"key"`
		Value interface{} `json:"value"`
	} `json:"filters"`
	InitialMessages []WebsocketTriggerInitialMessage `json:"initial_messages"`
	IsFlow          bool                             `json:"is_flow"`
	Path            string                           `json:"path"`
	ScriptPath      string                           `json:"script_path"`
	Url             string                           `json:"url"`
	UrlRunnableArgs ScriptArgs                       `json:"url_runnable_args"`
}

NewWebsocketTrigger defines model for NewWebsocketTrigger.

type ObscuredJob added in v1.333.5

type ObscuredJob struct {
	DurationMs *float32   `json:"duration_ms,omitempty"`
	StartedAt  *time.Time `json:"started_at,omitempty"`
	Typ        *string    `json:"typ,omitempty"`
}

ObscuredJob defines model for ObscuredJob.

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 {
	DedicatedWorker     *bool                   `json:"dedicated_worker,omitempty"`
	Description         *string                 `json:"description,omitempty"`
	Path                string                  `json:"path"`
	Priority            *int                    `json:"priority,omitempty"`
	Schema              *map[string]interface{} `json:"schema,omitempty"`
	Summary             string                  `json:"summary"`
	Tag                 *string                 `json:"tag,omitempty"`
	Timeout             *float32                `json:"timeout,omitempty"`
	Value               FlowValue               `json:"value"`
	VisibleToRunnerOnly *bool                   `json:"visible_to_runner_only,omitempty"`
	WsErrorHandlerMuted *bool                   `json:"ws_error_handler_muted,omitempty"`
}

OpenFlowWPath defines model for OpenFlowWPath.

type OpenaiSyncFlowByPathJSONRequestBody added in v1.109.1

type OpenaiSyncFlowByPathJSONRequestBody = ScriptArgs

OpenaiSyncFlowByPathJSONRequestBody defines body for OpenaiSyncFlowByPath for application/json ContentType.

type OpenaiSyncFlowByPathParams added in v1.109.1

type OpenaiSyncFlowByPathParams struct {
	// IncludeHeader 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"`

	// QueueLimit 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"`

	// JobId 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 OpenaiSyncScriptByPathJSONRequestBody added in v1.109.1

type OpenaiSyncScriptByPathJSONRequestBody = ScriptArgs

OpenaiSyncScriptByPathJSONRequestBody defines body for OpenaiSyncScriptByPath for application/json ContentType.

type OpenaiSyncScriptByPathParams added in v1.109.1

type OpenaiSyncScriptByPathParams struct {
	// ParentJob 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"`

	// JobId 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"`

	// IncludeHeader 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"`

	// QueueLimit 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 OverwriteInstanceGroupsJSONBody added in v1.364.0

type OverwriteInstanceGroupsJSONBody = []ExportedInstanceGroup

OverwriteInstanceGroupsJSONBody defines parameters for OverwriteInstanceGroups.

type OverwriteInstanceGroupsJSONRequestBody added in v1.364.0

type OverwriteInstanceGroupsJSONRequestBody = OverwriteInstanceGroupsJSONBody

OverwriteInstanceGroupsJSONRequestBody defines body for OverwriteInstanceGroups for application/json ContentType.

type OverwriteInstanceGroupsResponse added in v1.364.0

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

func ParseOverwriteInstanceGroupsResponse added in v1.364.0

func ParseOverwriteInstanceGroupsResponse(rsp *http.Response) (*OverwriteInstanceGroupsResponse, error)

ParseOverwriteInstanceGroupsResponse parses an HTTP response from a OverwriteInstanceGroupsWithResponse call

func (OverwriteInstanceGroupsResponse) Status added in v1.364.0

Status returns HTTPResponse.Status

func (OverwriteInstanceGroupsResponse) StatusCode added in v1.364.0

func (r OverwriteInstanceGroupsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 map[string]InputTransform `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 PathId

type PathId = int

PathId defines model for PathId.

type PathScript

type PathScript struct {
	Hash            *string                   `json:"hash,omitempty"`
	InputTransforms map[string]InputTransform `json:"input_transforms"`
	IsTrigger       *bool                     `json:"is_trigger,omitempty"`
	Path            string                    `json:"path"`
	TagOverride     *string                   `json:"tag_override,omitempty"`
	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 PathVersion added in v1.220.0

type PathVersion = int

PathVersion defines model for PathVersion.

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 PolarsClientKwargs added in v1.214.1

type PolarsClientKwargs struct {
	RegionName string `json:"region_name"`
}

PolarsClientKwargs defines model for PolarsClientKwargs.

type PolarsConnectionSettingsJSONBody added in v1.214.1

type PolarsConnectionSettingsJSONBody struct {
	S3Resource *S3Resource `json:"s3_resource,omitempty"`
}

PolarsConnectionSettingsJSONBody defines parameters for PolarsConnectionSettings.

type PolarsConnectionSettingsJSONRequestBody added in v1.214.1

type PolarsConnectionSettingsJSONRequestBody PolarsConnectionSettingsJSONBody

PolarsConnectionSettingsJSONRequestBody defines body for PolarsConnectionSettings for application/json ContentType.

type PolarsConnectionSettingsResponse added in v1.208.0

type PolarsConnectionSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		CacheRegions bool               `json:"cache_regions"`
		ClientKwargs PolarsClientKwargs `json:"client_kwargs"`
		EndpointUrl  string             `json:"endpoint_url"`
		Key          *string            `json:"key,omitempty"`
		Secret       *string            `json:"secret,omitempty"`
		UseSsl       bool               `json:"use_ssl"`
	}
}

func ParsePolarsConnectionSettingsResponse added in v1.208.0

func ParsePolarsConnectionSettingsResponse(rsp *http.Response) (*PolarsConnectionSettingsResponse, error)

ParsePolarsConnectionSettingsResponse parses an HTTP response from a PolarsConnectionSettingsWithResponse call

func (PolarsConnectionSettingsResponse) Status added in v1.208.0

Status returns HTTPResponse.Status

func (PolarsConnectionSettingsResponse) StatusCode added in v1.208.0

func (r PolarsConnectionSettingsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PolarsConnectionSettingsV2JSONBody added in v1.220.0

type PolarsConnectionSettingsV2JSONBody struct {
	S3ResourcePath *string `json:"s3_resource_path,omitempty"`
}

PolarsConnectionSettingsV2JSONBody defines parameters for PolarsConnectionSettingsV2.

type PolarsConnectionSettingsV2JSONRequestBody added in v1.220.0

type PolarsConnectionSettingsV2JSONRequestBody PolarsConnectionSettingsV2JSONBody

PolarsConnectionSettingsV2JSONRequestBody defines body for PolarsConnectionSettingsV2 for application/json ContentType.

type PolarsConnectionSettingsV2Response added in v1.220.0

type PolarsConnectionSettingsV2Response struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		S3fsArgs struct {
			CacheRegions bool               `json:"cache_regions"`
			ClientKwargs PolarsClientKwargs `json:"client_kwargs"`
			EndpointUrl  string             `json:"endpoint_url"`
			Key          *string            `json:"key,omitempty"`
			Secret       *string            `json:"secret,omitempty"`
			UseSsl       bool               `json:"use_ssl"`
		} `json:"s3fs_args"`
		StorageOptions struct {
			AwsAccessKeyId     *string `json:"aws_access_key_id,omitempty"`
			AwsAllowHttp       string  `json:"aws_allow_http"`
			AwsEndpointUrl     string  `json:"aws_endpoint_url"`
			AwsRegion          string  `json:"aws_region"`
			AwsSecretAccessKey *string `json:"aws_secret_access_key,omitempty"`
		} `json:"storage_options"`
	}
}

func ParsePolarsConnectionSettingsV2Response added in v1.220.0

func ParsePolarsConnectionSettingsV2Response(rsp *http.Response) (*PolarsConnectionSettingsV2Response, error)

ParsePolarsConnectionSettingsV2Response parses an HTTP response from a PolarsConnectionSettingsV2WithResponse call

func (PolarsConnectionSettingsV2Response) Status added in v1.220.0

Status returns HTTPResponse.Status

func (PolarsConnectionSettingsV2Response) StatusCode added in v1.220.0

func (r PolarsConnectionSettingsV2Response) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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    *map[string]map[string]interface{} `json:"triggerables,omitempty"`
	TriggerablesV2  *map[string]map[string]interface{} `json:"triggerables_v2,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 Preview

type Preview struct {
	Args            ScriptArgs       `json:"args"`
	Content         *string          `json:"content,omitempty"`
	DedicatedWorker *bool            `json:"dedicated_worker,omitempty"`
	Kind            *PreviewKind     `json:"kind,omitempty"`
	Language        *PreviewLanguage `json:"language,omitempty"`
	Lock            *string          `json:"lock,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 (
	PreviewLanguageAnsible    PreviewLanguage = "ansible"
	PreviewLanguageBash       PreviewLanguage = "bash"
	PreviewLanguageBigquery   PreviewLanguage = "bigquery"
	PreviewLanguageBun        PreviewLanguage = "bun"
	PreviewLanguageDeno       PreviewLanguage = "deno"
	PreviewLanguageGo         PreviewLanguage = "go"
	PreviewLanguageGraphql    PreviewLanguage = "graphql"
	PreviewLanguageMssql      PreviewLanguage = "mssql"
	PreviewLanguageMysql      PreviewLanguage = "mysql"
	PreviewLanguageNativets   PreviewLanguage = "nativets"
	PreviewLanguagePhp        PreviewLanguage = "php"
	PreviewLanguagePostgresql PreviewLanguage = "postgresql"
	PreviewLanguagePowershell PreviewLanguage = "powershell"
	PreviewLanguagePython3    PreviewLanguage = "python3"
	PreviewLanguageRust       PreviewLanguage = "rust"
	PreviewLanguageSnowflake  PreviewLanguage = "snowflake"
)

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 QueryHubScriptsParams added in v1.169.0

type QueryHubScriptsParams struct {
	// Text query text
	Text string `form:"text" json:"text"`

	// Kind query scripts kind
	Kind *string `form:"kind,omitempty" json:"kind,omitempty"`

	// Limit query limit
	Limit *float32 `form:"limit,omitempty" json:"limit,omitempty"`

	// App query scripts app
	App *string `form:"app,omitempty" json:"app,omitempty"`
}

QueryHubScriptsParams defines parameters for QueryHubScripts.

type QueryHubScriptsResponse added in v1.169.0

type QueryHubScriptsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		App       string        `json:"app"`
		AskId     float32       `json:"ask_id"`
		Id        float32       `json:"id"`
		Kind      HubScriptKind `json:"kind"`
		Score     float32       `json:"score"`
		Summary   string        `json:"summary"`
		VersionId float32       `json:"version_id"`
	}
}

func ParseQueryHubScriptsResponse added in v1.169.0

func ParseQueryHubScriptsResponse(rsp *http.Response) (*QueryHubScriptsResponse, error)

ParseQueryHubScriptsResponse parses an HTTP response from a QueryHubScriptsWithResponse call

func (QueryHubScriptsResponse) Status added in v1.169.0

func (r QueryHubScriptsResponse) Status() string

Status returns HTTPResponse.Status

func (QueryHubScriptsResponse) StatusCode added in v1.169.0

func (r QueryHubScriptsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type QueryResourceTypesParams added in v1.189.0

type QueryResourceTypesParams struct {
	// Text query text
	Text string `form:"text" json:"text"`

	// Limit query limit
	Limit *float32 `form:"limit,omitempty" json:"limit,omitempty"`
}

QueryResourceTypesParams defines parameters for QueryResourceTypes.

type QueryResourceTypesResponse added in v1.189.0

type QueryResourceTypesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Name   string       `json:"name"`
		Schema *interface{} `json:"schema,omitempty"`
		Score  float32      `json:"score"`
	}
}

func ParseQueryResourceTypesResponse added in v1.189.0

func ParseQueryResourceTypesResponse(rsp *http.Response) (*QueryResourceTypesResponse, error)

ParseQueryResourceTypesResponse parses an HTTP response from a QueryResourceTypesWithResponse call

func (QueryResourceTypesResponse) Status added in v1.189.0

Status returns HTTPResponse.Status

func (QueryResourceTypesResponse) StatusCode added in v1.189.0

func (r QueryResourceTypesResponse) 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 {
	AggregateWaitTimeMs *float32            `json:"aggregate_wait_time_ms,omitempty"`
	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"`

	// PermissionedAs 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"`
	Priority       *int       `json:"priority,omitempty"`
	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"`
	SelfWaitTimeMs *float32   `json:"self_wait_time_ms,omitempty"`
	StartedAt      *time.Time `json:"started_at,omitempty"`
	Suspend        *float32   `json:"suspend,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 (
	QueuedJobJobKindAppdependencies    QueuedJobJobKind = "appdependencies"
	QueuedJobJobKindDependencies       QueuedJobJobKind = "dependencies"
	QueuedJobJobKindDeploymentcallback QueuedJobJobKind = "deploymentcallback"
	QueuedJobJobKindFlow               QueuedJobJobKind = "flow"
	QueuedJobJobKindFlowdependencies   QueuedJobJobKind = "flowdependencies"
	QueuedJobJobKindFlowpreview        QueuedJobJobKind = "flowpreview"
	QueuedJobJobKindIdentity           QueuedJobJobKind = "identity"
	QueuedJobJobKindPreview            QueuedJobJobKind = "preview"
	QueuedJobJobKindScript             QueuedJobJobKind = "script"
	QueuedJobJobKindScriptHub          QueuedJobJobKind = "script_hub"
	QueuedJobJobKindSinglescriptflow   QueuedJobJobKind = "singlescriptflow"
)

Defines values for QueuedJobJobKind.

type QueuedJobLanguage

type QueuedJobLanguage string

QueuedJobLanguage defines model for QueuedJob.Language.

const (
	QueuedJobLanguageAnsible    QueuedJobLanguage = "ansible"
	QueuedJobLanguageBash       QueuedJobLanguage = "bash"
	QueuedJobLanguageBigquery   QueuedJobLanguage = "bigquery"
	QueuedJobLanguageBun        QueuedJobLanguage = "bun"
	QueuedJobLanguageDeno       QueuedJobLanguage = "deno"
	QueuedJobLanguageGo         QueuedJobLanguage = "go"
	QueuedJobLanguageGraphql    QueuedJobLanguage = "graphql"
	QueuedJobLanguageMssql      QueuedJobLanguage = "mssql"
	QueuedJobLanguageMysql      QueuedJobLanguage = "mysql"
	QueuedJobLanguageNativets   QueuedJobLanguage = "nativets"
	QueuedJobLanguagePhp        QueuedJobLanguage = "php"
	QueuedJobLanguagePostgresql QueuedJobLanguage = "postgresql"
	QueuedJobLanguagePowershell QueuedJobLanguage = "powershell"
	QueuedJobLanguagePython3    QueuedJobLanguage = "python3"
	QueuedJobLanguageRust       QueuedJobLanguage = "rust"
	QueuedJobLanguageSnowflake  QueuedJobLanguage = "snowflake"
)

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"`
	CustomConcurrencyKey   *string                   `json:"custom_concurrency_key,omitempty"`
	InputTransforms        map[string]InputTransform `json:"input_transforms"`
	IsTrigger              *bool                     `json:"is_trigger,omitempty"`
	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 RawScriptForDependencies added in v1.245.0

type RawScriptForDependencies struct {
	Language RawScriptForDependenciesLanguage `json:"language"`
	Path     string                           `json:"path"`
	RawCode  string                           `json:"raw_code"`
}

RawScriptForDependencies defines model for RawScriptForDependencies.

type RawScriptForDependenciesLanguage added in v1.245.0

type RawScriptForDependenciesLanguage string

RawScriptForDependenciesLanguage defines model for RawScriptForDependencies.Language.

const (
	RawScriptForDependenciesLanguageAnsible    RawScriptForDependenciesLanguage = "ansible"
	RawScriptForDependenciesLanguageBash       RawScriptForDependenciesLanguage = "bash"
	RawScriptForDependenciesLanguageBigquery   RawScriptForDependenciesLanguage = "bigquery"
	RawScriptForDependenciesLanguageBun        RawScriptForDependenciesLanguage = "bun"
	RawScriptForDependenciesLanguageDeno       RawScriptForDependenciesLanguage = "deno"
	RawScriptForDependenciesLanguageGo         RawScriptForDependenciesLanguage = "go"
	RawScriptForDependenciesLanguageGraphql    RawScriptForDependenciesLanguage = "graphql"
	RawScriptForDependenciesLanguageMssql      RawScriptForDependenciesLanguage = "mssql"
	RawScriptForDependenciesLanguageMysql      RawScriptForDependenciesLanguage = "mysql"
	RawScriptForDependenciesLanguageNativets   RawScriptForDependenciesLanguage = "nativets"
	RawScriptForDependenciesLanguagePhp        RawScriptForDependenciesLanguage = "php"
	RawScriptForDependenciesLanguagePostgresql RawScriptForDependenciesLanguage = "postgresql"
	RawScriptForDependenciesLanguagePowershell RawScriptForDependenciesLanguage = "powershell"
	RawScriptForDependenciesLanguagePython3    RawScriptForDependenciesLanguage = "python3"
	RawScriptForDependenciesLanguageRust       RawScriptForDependenciesLanguage = "rust"
	RawScriptForDependenciesLanguageSnowflake  RawScriptForDependenciesLanguage = "snowflake"
)

Defines values for RawScriptForDependenciesLanguage.

type RawScriptLanguage

type RawScriptLanguage string

RawScriptLanguage defines model for RawScript.Language.

const (
	RawScriptLanguageBash       RawScriptLanguage = "bash"
	RawScriptLanguageBigquery   RawScriptLanguage = "bigquery"
	RawScriptLanguageBun        RawScriptLanguage = "bun"
	RawScriptLanguageDeno       RawScriptLanguage = "deno"
	RawScriptLanguageGo         RawScriptLanguage = "go"
	RawScriptLanguageGraphql    RawScriptLanguage = "graphql"
	RawScriptLanguageMssql      RawScriptLanguage = "mssql"
	RawScriptLanguageMysql      RawScriptLanguage = "mysql"
	RawScriptLanguageNativets   RawScriptLanguage = "nativets"
	RawScriptLanguagePhp        RawScriptLanguage = "php"
	RawScriptLanguagePostgresql RawScriptLanguage = "postgresql"
	RawScriptLanguagePowershell RawScriptLanguage = "powershell"
	RawScriptLanguagePython3    RawScriptLanguage = "python3"
	RawScriptLanguageSnowflake  RawScriptLanguage = "snowflake"
)

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 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 RefreshUserTokenResponse added in v1.142.0

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

func ParseRefreshUserTokenResponse added in v1.142.0

func ParseRefreshUserTokenResponse(rsp *http.Response) (*RefreshUserTokenResponse, error)

ParseRefreshUserTokenResponse parses an HTTP response from a RefreshUserTokenWithResponse call

func (RefreshUserTokenResponse) Status added in v1.142.0

func (r RefreshUserTokenResponse) Status() string

Status returns HTTPResponse.Status

func (RefreshUserTokenResponse) StatusCode added in v1.142.0

func (r RefreshUserTokenResponse) 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.

const (
	RemoveGranularAclsParamsKindApp              RemoveGranularAclsParamsKind = "app"
	RemoveGranularAclsParamsKindFlow             RemoveGranularAclsParamsKind = "flow"
	RemoveGranularAclsParamsKindFolder           RemoveGranularAclsParamsKind = "folder"
	RemoveGranularAclsParamsKindGroup            RemoveGranularAclsParamsKind = "group_"
	RemoveGranularAclsParamsKindHttpTrigger      RemoveGranularAclsParamsKind = "http_trigger"
	RemoveGranularAclsParamsKindRawApp           RemoveGranularAclsParamsKind = "raw_app"
	RemoveGranularAclsParamsKindResource         RemoveGranularAclsParamsKind = "resource"
	RemoveGranularAclsParamsKindSchedule         RemoveGranularAclsParamsKind = "schedule"
	RemoveGranularAclsParamsKindScript           RemoveGranularAclsParamsKind = "script"
	RemoveGranularAclsParamsKindVariable         RemoveGranularAclsParamsKind = "variable"
	RemoveGranularAclsParamsKindWebsocketTrigger RemoveGranularAclsParamsKind = "websocket_trigger"
)

Defines values for RemoveGranularAclsParamsKind.

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"`
	Write *bool  `json:"write,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 RemoveUserFromInstanceGroupJSONBody added in v1.241.0

type RemoveUserFromInstanceGroupJSONBody struct {
	Email string `json:"email"`
}

RemoveUserFromInstanceGroupJSONBody defines parameters for RemoveUserFromInstanceGroup.

type RemoveUserFromInstanceGroupJSONRequestBody added in v1.241.0

type RemoveUserFromInstanceGroupJSONRequestBody RemoveUserFromInstanceGroupJSONBody

RemoveUserFromInstanceGroupJSONRequestBody defines body for RemoveUserFromInstanceGroup for application/json ContentType.

type RemoveUserFromInstanceGroupResponse added in v1.241.0

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

func ParseRemoveUserFromInstanceGroupResponse added in v1.241.0

func ParseRemoveUserFromInstanceGroupResponse(rsp *http.Response) (*RemoveUserFromInstanceGroupResponse, error)

ParseRemoveUserFromInstanceGroupResponse parses an HTTP response from a RemoveUserFromInstanceGroupWithResponse call

func (RemoveUserFromInstanceGroupResponse) Status added in v1.241.0

Status returns HTTPResponse.Status

func (RemoveUserFromInstanceGroupResponse) StatusCode added in v1.241.0

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 RenewLicenseKeyParams added in v1.378.0

type RenewLicenseKeyParams struct {
	LicenseKey *string `form:"license_key,omitempty" json:"license_key,omitempty"`
}

RenewLicenseKeyParams defines parameters for RenewLicenseKey.

type RenewLicenseKeyResponse added in v1.344.1

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

func ParseRenewLicenseKeyResponse added in v1.344.1

func ParseRenewLicenseKeyResponse(rsp *http.Response) (*RenewLicenseKeyResponse, error)

ParseRenewLicenseKeyResponse parses an HTTP response from a RenewLicenseKeyWithResponse call

func (RenewLicenseKeyResponse) Status added in v1.344.1

func (r RenewLicenseKeyResponse) Status() string

Status returns HTTPResponse.Status

func (RenewLicenseKeyResponse) StatusCode added in v1.344.1

func (r RenewLicenseKeyResponse) 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 {
	CreatedBy    *string          `json:"created_by,omitempty"`
	Description  *string          `json:"description,omitempty"`
	EditedAt     *time.Time       `json:"edited_at,omitempty"`
	ExtraPerms   *map[string]bool `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 {
	CreatedBy       *string      `json:"created_by,omitempty"`
	Description     *string      `json:"description,omitempty"`
	EditedAt        *time.Time   `json:"edited_at,omitempty"`
	FormatExtension *string      `json:"format_extension,omitempty"`
	Name            string       `json:"name"`
	Schema          *interface{} `json:"schema,omitempty"`
	WorkspaceId     *string      `json:"workspace_id,omitempty"`
}

ResourceType defines model for ResourceType.

type RestartFlowAtStepJSONRequestBody added in v1.194.0

type RestartFlowAtStepJSONRequestBody = ScriptArgs

RestartFlowAtStepJSONRequestBody defines body for RestartFlowAtStep for application/json ContentType.

type RestartFlowAtStepParams added in v1.194.0

type RestartFlowAtStepParams struct {
	// ScheduledFor when to schedule this job (leave empty for immediate run)
	ScheduledFor *time.Time `form:"scheduled_for,omitempty" json:"scheduled_for,omitempty"`

	// ScheduledInSecs schedule the script to execute in the number of seconds starting now
	ScheduledInSecs *int `form:"scheduled_in_secs,omitempty" json:"scheduled_in_secs,omitempty"`

	// ParentJob 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"`

	// Tag Override the tag to use
	Tag *WorkerTag `form:"tag,omitempty" json:"tag,omitempty"`

	// JobId 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"`

	// IncludeHeader 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"`

	// InvisibleToOwner make the run invisible to the the flow owner (default false)
	InvisibleToOwner *bool `form:"invisible_to_owner,omitempty" json:"invisible_to_owner,omitempty"`
}

RestartFlowAtStepParams defines parameters for RestartFlowAtStep.

type RestartFlowAtStepResponse added in v1.194.0

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

func ParseRestartFlowAtStepResponse added in v1.194.0

func ParseRestartFlowAtStepResponse(rsp *http.Response) (*RestartFlowAtStepResponse, error)

ParseRestartFlowAtStepResponse parses an HTTP response from a RestartFlowAtStepWithResponse call

func (RestartFlowAtStepResponse) Status added in v1.194.0

func (r RestartFlowAtStepResponse) Status() string

Status returns HTTPResponse.Status

func (RestartFlowAtStepResponse) StatusCode added in v1.194.0

func (r RestartFlowAtStepResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RestartedFrom added in v1.194.0

type RestartedFrom struct {
	BranchOrIterationN *int                `json:"branch_or_iteration_n,omitempty"`
	FlowJobId          *openapi_types.UUID `json:"flow_job_id,omitempty"`
	StepId             *string             `json:"step_id,omitempty"`
}

RestartedFrom defines model for RestartedFrom.

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 {
	// Payload 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"`
		RandomFactor *int `json:"random_factor,omitempty"`
		Seconds      *int `json:"seconds,omitempty"`
	} `json:"exponential,omitempty"`
}

Retry defines model for Retry.

type RunCodeWorkflowTaskJSONRequestBody added in v1.284.0

type RunCodeWorkflowTaskJSONRequestBody = WorkflowTask

RunCodeWorkflowTaskJSONRequestBody defines body for RunCodeWorkflowTask for application/json ContentType.

type RunCodeWorkflowTaskResponse added in v1.284.0

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

func ParseRunCodeWorkflowTaskResponse added in v1.284.0

func ParseRunCodeWorkflowTaskResponse(rsp *http.Response) (*RunCodeWorkflowTaskResponse, error)

ParseRunCodeWorkflowTaskResponse parses an HTTP response from a RunCodeWorkflowTaskWithResponse call

func (RunCodeWorkflowTaskResponse) Status added in v1.284.0

Status returns HTTPResponse.Status

func (RunCodeWorkflowTaskResponse) StatusCode added in v1.284.0

func (r RunCodeWorkflowTaskResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RunFlowByPathJSONRequestBody

type RunFlowByPathJSONRequestBody = ScriptArgs

RunFlowByPathJSONRequestBody defines body for RunFlowByPath for application/json ContentType.

type RunFlowByPathParams

type RunFlowByPathParams struct {
	// ScheduledFor when to schedule this job (leave empty for immediate run)
	ScheduledFor *time.Time `form:"scheduled_for,omitempty" json:"scheduled_for,omitempty"`

	// ScheduledInSecs schedule the script to execute in the number of seconds starting now
	ScheduledInSecs *int `form:"scheduled_in_secs,omitempty" json:"scheduled_in_secs,omitempty"`

	// SkipPreprocessor skip the preprocessor
	SkipPreprocessor *bool `form:"skip_preprocessor,omitempty" json:"skip_preprocessor,omitempty"`

	// ParentJob 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"`

	// Tag Override the tag to use
	Tag *WorkerTag `form:"tag,omitempty" json:"tag,omitempty"`

	// JobId 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"`

	// IncludeHeader 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"`

	// InvisibleToOwner 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 RunFlowPreviewJSONRequestBody

type RunFlowPreviewJSONRequestBody = FlowPreview

RunFlowPreviewJSONRequestBody defines body for RunFlowPreview for application/json ContentType.

type RunFlowPreviewParams added in v1.54.0

type RunFlowPreviewParams struct {
	// IncludeHeader 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"`

	// InvisibleToOwner make the run invisible to the the script owner (default false)
	InvisibleToOwner *bool `form:"invisible_to_owner,omitempty" json:"invisible_to_owner,omitempty"`

	// JobId 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 RunRawScriptDependenciesJSONBody added in v1.245.0

type RunRawScriptDependenciesJSONBody struct {
	Entrypoint string                     `json:"entrypoint"`
	RawScripts []RawScriptForDependencies `json:"raw_scripts"`
}

RunRawScriptDependenciesJSONBody defines parameters for RunRawScriptDependencies.

type RunRawScriptDependenciesJSONRequestBody added in v1.245.0

type RunRawScriptDependenciesJSONRequestBody RunRawScriptDependenciesJSONBody

RunRawScriptDependenciesJSONRequestBody defines body for RunRawScriptDependencies for application/json ContentType.

type RunRawScriptDependenciesResponse added in v1.245.0

type RunRawScriptDependenciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		Lock string `json:"lock"`
	}
}

func ParseRunRawScriptDependenciesResponse added in v1.245.0

func ParseRunRawScriptDependenciesResponse(rsp *http.Response) (*RunRawScriptDependenciesResponse, error)

ParseRunRawScriptDependenciesResponse parses an HTTP response from a RunRawScriptDependenciesWithResponse call

func (RunRawScriptDependenciesResponse) Status added in v1.245.0

Status returns HTTPResponse.Status

func (RunRawScriptDependenciesResponse) StatusCode added in v1.245.0

func (r RunRawScriptDependenciesResponse) 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 {
	// ScheduledFor when to schedule this job (leave empty for immediate run)
	ScheduledFor *time.Time `form:"scheduled_for,omitempty" json:"scheduled_for,omitempty"`

	// ScheduledInSecs schedule the script to execute in the number of seconds starting now
	ScheduledInSecs *int `form:"scheduled_in_secs,omitempty" json:"scheduled_in_secs,omitempty"`

	// SkipPreprocessor skip the preprocessor
	SkipPreprocessor *bool `form:"skip_preprocessor,omitempty" json:"skip_preprocessor,omitempty"`

	// ParentJob 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"`

	// Tag Override the tag to use
	Tag *WorkerTag `form:"tag,omitempty" json:"tag,omitempty"`

	// CacheTtl Override the cache time to live (in seconds). Can not be used to disable caching, only override with a new cache ttl
	CacheTtl *CacheTtl `form:"cache_ttl,omitempty" json:"cache_ttl,omitempty"`

	// JobId 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"`

	// IncludeHeader 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"`

	// InvisibleToOwner 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 RunScriptByPathJSONRequestBody

type RunScriptByPathJSONRequestBody = ScriptArgs

RunScriptByPathJSONRequestBody defines body for RunScriptByPath for application/json ContentType.

type RunScriptByPathParams

type RunScriptByPathParams struct {
	// ScheduledFor when to schedule this job (leave empty for immediate run)
	ScheduledFor *time.Time `form:"scheduled_for,omitempty" json:"scheduled_for,omitempty"`

	// ScheduledInSecs schedule the script to execute in the number of seconds starting now
	ScheduledInSecs *int `form:"scheduled_in_secs,omitempty" json:"scheduled_in_secs,omitempty"`

	// SkipPreprocessor skip the preprocessor
	SkipPreprocessor *bool `form:"skip_preprocessor,omitempty" json:"skip_preprocessor,omitempty"`

	// ParentJob 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"`

	// Tag Override the tag to use
	Tag *WorkerTag `form:"tag,omitempty" json:"tag,omitempty"`

	// CacheTtl Override the cache time to live (in seconds). Can not be used to disable caching, only override with a new cache ttl
	CacheTtl *CacheTtl `form:"cache_ttl,omitempty" json:"cache_ttl,omitempty"`

	// JobId 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"`

	// InvisibleToOwner 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 RunScriptPreviewJSONRequestBody

type RunScriptPreviewJSONRequestBody = Preview

RunScriptPreviewJSONRequestBody defines body for RunScriptPreview for application/json ContentType.

type RunScriptPreviewParams added in v1.54.0

type RunScriptPreviewParams struct {
	// IncludeHeader 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"`

	// InvisibleToOwner make the run invisible to the the script owner (default false)
	InvisibleToOwner *bool `form:"invisible_to_owner,omitempty" json:"invisible_to_owner,omitempty"`

	// JobId 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 RunSlackMessageTestJobJSONBody added in v1.185.0

type RunSlackMessageTestJobJSONBody struct {
	Channel       *string `json:"channel,omitempty"`
	HubScriptPath *string `json:"hub_script_path,omitempty"`
	TestMsg       *string `json:"test_msg,omitempty"`
}

RunSlackMessageTestJobJSONBody defines parameters for RunSlackMessageTestJob.

type RunSlackMessageTestJobJSONRequestBody added in v1.185.0

type RunSlackMessageTestJobJSONRequestBody RunSlackMessageTestJobJSONBody

RunSlackMessageTestJobJSONRequestBody defines body for RunSlackMessageTestJob for application/json ContentType.

type RunSlackMessageTestJobResponse added in v1.185.0

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

func ParseRunSlackMessageTestJobResponse added in v1.185.0

func ParseRunSlackMessageTestJobResponse(rsp *http.Response) (*RunSlackMessageTestJobResponse, error)

ParseRunSlackMessageTestJobResponse parses an HTTP response from a RunSlackMessageTestJobWithResponse call

func (RunSlackMessageTestJobResponse) Status added in v1.185.0

Status returns HTTPResponse.Status

func (RunSlackMessageTestJobResponse) StatusCode added in v1.185.0

func (r RunSlackMessageTestJobResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RunWaitResultFlowByPathJSONRequestBody added in v1.61.0

type RunWaitResultFlowByPathJSONRequestBody = ScriptArgs

RunWaitResultFlowByPathJSONRequestBody defines body for RunWaitResultFlowByPath for application/json ContentType.

type RunWaitResultFlowByPathParams added in v1.61.0

type RunWaitResultFlowByPathParams struct {
	// IncludeHeader 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"`

	// QueueLimit 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"`

	// JobId 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 {
	// ParentJob 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"`

	// Tag Override the tag to use
	Tag *WorkerTag `form:"tag,omitempty" json:"tag,omitempty"`

	// CacheTtl Override the cache time to live (in seconds). Can not be used to disable caching, only override with a new cache ttl
	CacheTtl *CacheTtl `form:"cache_ttl,omitempty" json:"cache_ttl,omitempty"`

	// JobId 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"`

	// IncludeHeader 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"`

	// QueueLimit 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"`

	// Payload 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 RunWaitResultScriptByPathJSONRequestBody

type RunWaitResultScriptByPathJSONRequestBody = ScriptArgs

RunWaitResultScriptByPathJSONRequestBody defines body for RunWaitResultScriptByPath for application/json ContentType.

type RunWaitResultScriptByPathParams

type RunWaitResultScriptByPathParams struct {
	// ParentJob 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"`

	// Tag Override the tag to use
	Tag *WorkerTag `form:"tag,omitempty" json:"tag,omitempty"`

	// CacheTtl Override the cache time to live (in seconds). Can not be used to disable caching, only override with a new cache ttl
	CacheTtl *CacheTtl `form:"cache_ttl,omitempty" json:"cache_ttl,omitempty"`

	// JobId 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"`

	// IncludeHeader 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"`

	// QueueLimit 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 S3Resource added in v1.218.0

type S3Resource struct {
	AccessKey *string `json:"accessKey,omitempty"`
	Bucket    string  `json:"bucket"`
	EndPoint  string  `json:"endPoint"`
	PathStyle bool    `json:"pathStyle"`
	Region    string  `json:"region"`
	SecretKey *string `json:"secretKey,omitempty"`
	UseSSL    bool    `json:"useSSL"`
}

S3Resource defines model for S3Resource.

type S3ResourceInfoJSONBody added in v1.228.0

type S3ResourceInfoJSONBody struct {
	S3ResourcePath *string `json:"s3_resource_path,omitempty"`
}

S3ResourceInfoJSONBody defines parameters for S3ResourceInfo.

type S3ResourceInfoJSONRequestBody added in v1.228.0

type S3ResourceInfoJSONRequestBody S3ResourceInfoJSONBody

S3ResourceInfoJSONRequestBody defines body for S3ResourceInfo for application/json ContentType.

type S3ResourceInfoResponse added in v1.228.0

type S3ResourceInfoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *S3Resource
}

func ParseS3ResourceInfoResponse added in v1.228.0

func ParseS3ResourceInfoResponse(rsp *http.Response) (*S3ResourceInfoResponse, error)

ParseS3ResourceInfoResponse parses an HTTP response from a S3ResourceInfoWithResponse call

func (S3ResourceInfoResponse) Status added in v1.228.0

func (r S3ResourceInfoResponse) Status() string

Status returns HTTPResponse.Status

func (S3ResourceInfoResponse) StatusCode added in v1.228.0

func (r S3ResourceInfoResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ScalarMetric added in v1.234.0

type ScalarMetric struct {
	MetricId *string `json:"metric_id,omitempty"`
	Value    float32 `json:"value"`
}

ScalarMetric defines model for ScalarMetric.

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          map[string]bool `json:"extra_perms"`
	IsFlow              bool            `json:"is_flow"`
	NoFlowOverlap       *bool           `json:"no_flow_overlap,omitempty"`
	OnFailure           *string         `json:"on_failure,omitempty"`
	OnFailureExact      *bool           `json:"on_failure_exact,omitempty"`
	OnFailureExtraArgs  *ScriptArgs     `json:"on_failure_extra_args,omitempty"`
	OnFailureTimes      *float32        `json:"on_failure_times,omitempty"`
	OnRecovery          *string         `json:"on_recovery,omitempty"`
	OnRecoveryExtraArgs *ScriptArgs     `json:"on_recovery_extra_args,omitempty"`
	OnRecoveryTimes     *float32        `json:"on_recovery_times,omitempty"`
	OnSuccess           *string         `json:"on_success,omitempty"`
	OnSuccessExtraArgs  *ScriptArgs     `json:"on_success_extra_args,omitempty"`
	Path                string          `json:"path"`
	PausedUntil         *time.Time      `json:"paused_until,omitempty"`
	Retry               *Retry          `json:"retry,omitempty"`
	Schedule            string          `json:"schedule"`
	ScriptPath          string          `json:"script_path"`
	Summary             *string         `json:"summary,omitempty"`
	Tag                 *string         `json:"tag,omitempty"`
	Timezone            string          `json:"timezone"`
	WsErrorHandlerMuted *bool           `json:"ws_error_handler_muted,omitempty"`
}

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 map[string]bool `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"`
	NoFlowOverlap       *bool       `json:"no_flow_overlap,omitempty"`
	OnFailure           *string     `json:"on_failure,omitempty"`
	OnFailureExact      *bool       `json:"on_failure_exact,omitempty"`
	OnFailureExtraArgs  *ScriptArgs `json:"on_failure_extra_args,omitempty"`
	OnFailureTimes      *float32    `json:"on_failure_times,omitempty"`
	OnRecovery          *string     `json:"on_recovery,omitempty"`
	OnRecoveryExtraArgs *ScriptArgs `json:"on_recovery_extra_args,omitempty"`
	OnRecoveryTimes     *float32    `json:"on_recovery_times,omitempty"`
	OnSuccess           *string     `json:"on_success,omitempty"`
	OnSuccessExtraArgs  *ScriptArgs `json:"on_success_extra_args,omitempty"`
	Path                string      `json:"path"`
	PausedUntil         *time.Time  `json:"paused_until,omitempty"`
	Retry               *Retry      `json:"retry,omitempty"`
	Schedule            string      `json:"schedule"`
	ScriptPath          string      `json:"script_path"`
	Summary             *string     `json:"summary,omitempty"`
	Tag                 *string     `json:"tag,omitempty"`
	Timezone            string      `json:"timezone"`
	WsErrorHandlerMuted *bool       `json:"ws_error_handler_muted,omitempty"`
}

ScheduleWJobs defines model for ScheduleWJobs.

type ScheduledForBeforeNow added in v1.227.0

type ScheduledForBeforeNow = bool

ScheduledForBeforeNow defines model for ScheduledForBeforeNow.

type Script

type Script struct {
	Archived               bool            `json:"archived"`
	CacheTtl               *float32        `json:"cache_ttl,omitempty"`
	Codebase               *string         `json:"codebase,omitempty"`
	ConcurrencyKey         *string         `json:"concurrency_key,omitempty"`
	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"`
	DedicatedWorker        *bool           `json:"dedicated_worker,omitempty"`
	DeleteAfterUse         *bool           `json:"delete_after_use,omitempty"`
	Deleted                bool            `json:"deleted"`
	Description            string          `json:"description"`
	DraftOnly              *bool           `json:"draft_only,omitempty"`
	Envs                   *[]string       `json:"envs,omitempty"`
	ExtraPerms             map[string]bool `json:"extra_perms"`
	HasDraft               *bool           `json:"has_draft,omitempty"`
	HasPreprocessor        bool            `json:"has_preprocessor"`
	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"`
	NoMainFunc             bool            `json:"no_main_func"`

	// ParentHashes 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"`
	Priority               *int                    `json:"priority,omitempty"`
	RestartUnlessCancelled *bool                   `json:"restart_unless_cancelled,omitempty"`
	Schema                 *map[string]interface{} `json:"schema,omitempty"`
	Starred                bool                    `json:"starred"`
	Summary                string                  `json:"summary"`
	Tag                    *string                 `json:"tag,omitempty"`
	Timeout                *int                    `json:"timeout,omitempty"`
	VisibleToRunnerOnly    *bool                   `json:"visible_to_runner_only,omitempty"`
	WorkspaceId            *string                 `json:"workspace_id,omitempty"`
	WsErrorHandlerMuted    *bool                   `json:"ws_error_handler_muted,omitempty"`
}

Script defines model for Script.

type ScriptArgs

type ScriptArgs map[string]interface{}

ScriptArgs defines model for ScriptArgs.

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 ScriptHistory added in v1.220.0

type ScriptHistory struct {
	DeploymentMsg *string `json:"deployment_msg,omitempty"`
	ScriptHash    string  `json:"script_hash"`
}

ScriptHistory defines model for ScriptHistory.

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 (
	ScriptLanguageAnsible    ScriptLanguage = "ansible"
	ScriptLanguageBash       ScriptLanguage = "bash"
	ScriptLanguageBigquery   ScriptLanguage = "bigquery"
	ScriptLanguageBun        ScriptLanguage = "bun"
	ScriptLanguageDeno       ScriptLanguage = "deno"
	ScriptLanguageGo         ScriptLanguage = "go"
	ScriptLanguageGraphql    ScriptLanguage = "graphql"
	ScriptLanguageMssql      ScriptLanguage = "mssql"
	ScriptLanguageMysql      ScriptLanguage = "mysql"
	ScriptLanguageNativets   ScriptLanguage = "nativets"
	ScriptLanguagePhp        ScriptLanguage = "php"
	ScriptLanguagePostgresql ScriptLanguage = "postgresql"
	ScriptLanguagePowershell ScriptLanguage = "powershell"
	ScriptLanguagePython3    ScriptLanguage = "python3"
	ScriptLanguageRust       ScriptLanguage = "rust"
	ScriptLanguageSnowflake  ScriptLanguage = "snowflake"
)

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 SearchJobsIndexParams added in v1.362.0

type SearchJobsIndexParams struct {
	SearchQuery string `form:"search_query" json:"search_query"`
}

SearchJobsIndexParams defines parameters for SearchJobsIndex.

type SearchJobsIndexResponse added in v1.362.0

type SearchJobsIndexResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// Hits the jobs that matched the query
		Hits *[]JobSearchHit `json:"hits,omitempty"`

		// QueryParseErrors a list of the terms that couldn't be parsed (and thus ignored)
		QueryParseErrors *[]struct {
			Dancer *string `json:"dancer,omitempty"`
		} `json:"query_parse_errors,omitempty"`
	}
}

func ParseSearchJobsIndexResponse added in v1.362.0

func ParseSearchJobsIndexResponse(rsp *http.Response) (*SearchJobsIndexResponse, error)

ParseSearchJobsIndexResponse parses an HTTP response from a SearchJobsIndexWithResponse call

func (SearchJobsIndexResponse) Status added in v1.362.0

func (r SearchJobsIndexResponse) Status() string

Status returns HTTPResponse.Status

func (SearchJobsIndexResponse) StatusCode added in v1.362.0

func (r SearchJobsIndexResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SearchLogsIndexParams added in v1.419.0

type SearchLogsIndexParams struct {
	SearchQuery string     `form:"search_query" json:"search_query"`
	Mode        string     `form:"mode" json:"mode"`
	WorkerGroup *string    `form:"worker_group,omitempty" json:"worker_group,omitempty"`
	Hostname    string     `form:"hostname" json:"hostname"`
	MinTs       *time.Time `form:"min_ts,omitempty" json:"min_ts,omitempty"`
	MaxTs       *time.Time `form:"max_ts,omitempty" json:"max_ts,omitempty"`
}

SearchLogsIndexParams defines parameters for SearchLogsIndex.

type SearchLogsIndexResponse added in v1.419.0

type SearchLogsIndexResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// Hits log files that matched the query
		Hits *[]LogSearchHit `json:"hits,omitempty"`

		// QueryParseErrors a list of the terms that couldn't be parsed (and thus ignored)
		QueryParseErrors *[]string `json:"query_parse_errors,omitempty"`
	}
}

func ParseSearchLogsIndexResponse added in v1.419.0

func ParseSearchLogsIndexResponse(rsp *http.Response) (*SearchLogsIndexResponse, error)

ParseSearchLogsIndexResponse parses an HTTP response from a SearchLogsIndexWithResponse call

func (SearchLogsIndexResponse) Status added in v1.419.0

func (r SearchLogsIndexResponse) Status() string

Status returns HTTPResponse.Status

func (SearchLogsIndexResponse) StatusCode added in v1.419.0

func (r SearchLogsIndexResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SendStatsResponse added in v1.201.0

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

func ParseSendStatsResponse added in v1.201.0

func ParseSendStatsResponse(rsp *http.Response) (*SendStatsResponse, error)

ParseSendStatsResponse parses an HTTP response from a SendStatsWithResponse call

func (SendStatsResponse) Status added in v1.201.0

func (r SendStatsResponse) Status() string

Status returns HTTPResponse.Status

func (SendStatsResponse) StatusCode added in v1.201.0

func (r SendStatsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetAutomaticBillingJSONBody added in v1.273.0

type SetAutomaticBillingJSONBody struct {
	AutomaticBilling bool     `json:"automatic_billing"`
	Seats            *float32 `json:"seats,omitempty"`
}

SetAutomaticBillingJSONBody defines parameters for SetAutomaticBilling.

type SetAutomaticBillingJSONRequestBody added in v1.273.0

type SetAutomaticBillingJSONRequestBody SetAutomaticBillingJSONBody

SetAutomaticBillingJSONRequestBody defines body for SetAutomaticBilling for application/json ContentType.

type SetAutomaticBillingResponse added in v1.273.0

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

func ParseSetAutomaticBillingResponse added in v1.273.0

func ParseSetAutomaticBillingResponse(rsp *http.Response) (*SetAutomaticBillingResponse, error)

ParseSetAutomaticBillingResponse parses an HTTP response from a SetAutomaticBillingWithResponse call

func (SetAutomaticBillingResponse) Status added in v1.273.0

Status returns HTTPResponse.Status

func (SetAutomaticBillingResponse) StatusCode added in v1.273.0

func (r SetAutomaticBillingResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetDefaultErrorOrRecoveryHandlerJSONBody added in v1.202.0

type SetDefaultErrorOrRecoveryHandlerJSONBody struct {
	ExtraArgs              *map[string]interface{}                             `json:"extra_args,omitempty"`
	HandlerType            SetDefaultErrorOrRecoveryHandlerJSONBodyHandlerType `json:"handler_type"`
	NumberOfOccurence      *int                                                `json:"number_of_occurence,omitempty"`
	NumberOfOccurenceExact *bool                                               `json:"number_of_occurence_exact,omitempty"`
	OverrideExisting       bool                                                `json:"override_existing"`
	Path                   *string                                             `json:"path,omitempty"`
	WorkspaceHandlerMuted  *bool                                               `json:"workspace_handler_muted,omitempty"`
}

SetDefaultErrorOrRecoveryHandlerJSONBody defines parameters for SetDefaultErrorOrRecoveryHandler.

type SetDefaultErrorOrRecoveryHandlerJSONBodyHandlerType added in v1.202.0

type SetDefaultErrorOrRecoveryHandlerJSONBodyHandlerType string

SetDefaultErrorOrRecoveryHandlerJSONBodyHandlerType defines parameters for SetDefaultErrorOrRecoveryHandler.

const (
	SetDefaultErrorOrRecoveryHandlerJSONBodyHandlerTypeError    SetDefaultErrorOrRecoveryHandlerJSONBodyHandlerType = "error"
	SetDefaultErrorOrRecoveryHandlerJSONBodyHandlerTypeRecovery SetDefaultErrorOrRecoveryHandlerJSONBodyHandlerType = "recovery"
	SetDefaultErrorOrRecoveryHandlerJSONBodyHandlerTypeSuccess  SetDefaultErrorOrRecoveryHandlerJSONBodyHandlerType = "success"
)

Defines values for SetDefaultErrorOrRecoveryHandlerJSONBodyHandlerType.

type SetDefaultErrorOrRecoveryHandlerJSONRequestBody added in v1.202.0

type SetDefaultErrorOrRecoveryHandlerJSONRequestBody SetDefaultErrorOrRecoveryHandlerJSONBody

SetDefaultErrorOrRecoveryHandlerJSONRequestBody defines body for SetDefaultErrorOrRecoveryHandler for application/json ContentType.

type SetDefaultErrorOrRecoveryHandlerResponse added in v1.202.0

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

func ParseSetDefaultErrorOrRecoveryHandlerResponse added in v1.202.0

func ParseSetDefaultErrorOrRecoveryHandlerResponse(rsp *http.Response) (*SetDefaultErrorOrRecoveryHandlerResponse, error)

ParseSetDefaultErrorOrRecoveryHandlerResponse parses an HTTP response from a SetDefaultErrorOrRecoveryHandlerWithResponse call

func (SetDefaultErrorOrRecoveryHandlerResponse) Status added in v1.202.0

Status returns HTTPResponse.Status

func (SetDefaultErrorOrRecoveryHandlerResponse) StatusCode added in v1.202.0

StatusCode returns HTTPResponse.StatusCode

type SetEnvironmentVariableJSONBody added in v1.295.0

type SetEnvironmentVariableJSONBody struct {
	Name  string  `json:"name"`
	Value *string `json:"value,omitempty"`
}

SetEnvironmentVariableJSONBody defines parameters for SetEnvironmentVariable.

type SetEnvironmentVariableJSONRequestBody added in v1.295.0

type SetEnvironmentVariableJSONRequestBody SetEnvironmentVariableJSONBody

SetEnvironmentVariableJSONRequestBody defines body for SetEnvironmentVariable for application/json ContentType.

type SetEnvironmentVariableResponse added in v1.295.0

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

func ParseSetEnvironmentVariableResponse added in v1.295.0

func ParseSetEnvironmentVariableResponse(rsp *http.Response) (*SetEnvironmentVariableResponse, error)

ParseSetEnvironmentVariableResponse parses an HTTP response from a SetEnvironmentVariableWithResponse call

func (SetEnvironmentVariableResponse) Status added in v1.295.0

Status returns HTTPResponse.Status

func (SetEnvironmentVariableResponse) StatusCode added in v1.295.0

func (r SetEnvironmentVariableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetFlowUserStateJSONBody added in v1.296.0

type SetFlowUserStateJSONBody = interface{}

SetFlowUserStateJSONBody defines parameters for SetFlowUserState.

type SetFlowUserStateJSONRequestBody added in v1.296.0

type SetFlowUserStateJSONRequestBody = SetFlowUserStateJSONBody

SetFlowUserStateJSONRequestBody defines body for SetFlowUserState for application/json ContentType.

type SetFlowUserStateResponse added in v1.296.0

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

func ParseSetFlowUserStateResponse added in v1.296.0

func ParseSetFlowUserStateResponse(rsp *http.Response) (*SetFlowUserStateResponse, error)

ParseSetFlowUserStateResponse parses an HTTP response from a SetFlowUserStateWithResponse call

func (SetFlowUserStateResponse) Status added in v1.296.0

func (r SetFlowUserStateResponse) Status() string

Status returns HTTPResponse.Status

func (SetFlowUserStateResponse) StatusCode added in v1.296.0

func (r SetFlowUserStateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetGlobalJSONBody added in v1.163.0

type SetGlobalJSONBody struct {
	Value *interface{} `json:"value,omitempty"`
}

SetGlobalJSONBody defines parameters for SetGlobal.

type SetGlobalJSONRequestBody added in v1.163.0

type SetGlobalJSONRequestBody SetGlobalJSONBody

SetGlobalJSONRequestBody defines body for SetGlobal for application/json ContentType.

type SetGlobalResponse added in v1.163.0

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

func ParseSetGlobalResponse added in v1.163.0

func ParseSetGlobalResponse(rsp *http.Response) (*SetGlobalResponse, error)

ParseSetGlobalResponse parses an HTTP response from a SetGlobalWithResponse call

func (SetGlobalResponse) Status added in v1.163.0

func (r SetGlobalResponse) Status() string

Status returns HTTPResponse.Status

func (SetGlobalResponse) StatusCode added in v1.163.0

func (r SetGlobalResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetJobProgressJSONBody added in v1.396.0

type SetJobProgressJSONBody struct {
	FlowJobId *openapi_types.UUID `json:"flow_job_id,omitempty"`
	Percent   *int                `json:"percent,omitempty"`
}

SetJobProgressJSONBody defines parameters for SetJobProgress.

type SetJobProgressJSONRequestBody added in v1.396.0

type SetJobProgressJSONRequestBody SetJobProgressJSONBody

SetJobProgressJSONRequestBody defines body for SetJobProgress for application/json ContentType.

type SetJobProgressResponse added in v1.396.0

type SetJobProgressResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseSetJobProgressResponse added in v1.396.0

func ParseSetJobProgressResponse(rsp *http.Response) (*SetJobProgressResponse, error)

ParseSetJobProgressResponse parses an HTTP response from a SetJobProgressWithResponse call

func (SetJobProgressResponse) Status added in v1.396.0

func (r SetJobProgressResponse) Status() string

Status returns HTTPResponse.Status

func (SetJobProgressResponse) StatusCode added in v1.396.0

func (r SetJobProgressResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 SetWebsocketTriggerEnabledJSONBody added in v1.410.0

type SetWebsocketTriggerEnabledJSONBody struct {
	Enabled bool `json:"enabled"`
}

SetWebsocketTriggerEnabledJSONBody defines parameters for SetWebsocketTriggerEnabled.

type SetWebsocketTriggerEnabledJSONRequestBody added in v1.410.0

type SetWebsocketTriggerEnabledJSONRequestBody SetWebsocketTriggerEnabledJSONBody

SetWebsocketTriggerEnabledJSONRequestBody defines body for SetWebsocketTriggerEnabled for application/json ContentType.

type SetWebsocketTriggerEnabledResponse added in v1.410.0

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

func ParseSetWebsocketTriggerEnabledResponse added in v1.410.0

func ParseSetWebsocketTriggerEnabledResponse(rsp *http.Response) (*SetWebsocketTriggerEnabledResponse, error)

ParseSetWebsocketTriggerEnabledResponse parses an HTTP response from a SetWebsocketTriggerEnabledWithResponse call

func (SetWebsocketTriggerEnabledResponse) Status added in v1.410.0

Status returns HTTPResponse.Status

func (SetWebsocketTriggerEnabledResponse) StatusCode added in v1.410.0

func (r SetWebsocketTriggerEnabledResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetWorkspaceEncryptionKeyJSONBody added in v1.270.0

type SetWorkspaceEncryptionKeyJSONBody struct {
	NewKey        string `json:"new_key"`
	SkipReencrypt *bool  `json:"skip_reencrypt,omitempty"`
}

SetWorkspaceEncryptionKeyJSONBody defines parameters for SetWorkspaceEncryptionKey.

type SetWorkspaceEncryptionKeyJSONRequestBody added in v1.270.0

type SetWorkspaceEncryptionKeyJSONRequestBody SetWorkspaceEncryptionKeyJSONBody

SetWorkspaceEncryptionKeyJSONRequestBody defines body for SetWorkspaceEncryptionKey for application/json ContentType.

type SetWorkspaceEncryptionKeyResponse added in v1.270.0

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

func ParseSetWorkspaceEncryptionKeyResponse added in v1.270.0

func ParseSetWorkspaceEncryptionKeyResponse(rsp *http.Response) (*SetWorkspaceEncryptionKeyResponse, error)

ParseSetWorkspaceEncryptionKeyResponse parses an HTTP response from a SetWorkspaceEncryptionKeyWithResponse call

func (SetWorkspaceEncryptionKeyResponse) Status added in v1.270.0

Status returns HTTPResponse.Status

func (SetWorkspaceEncryptionKeyResponse) StatusCode added in v1.270.0

func (r SetWorkspaceEncryptionKeyResponse) 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.

const (
	StarJSONBodyFavoriteKindApp    StarJSONBodyFavoriteKind = "app"
	StarJSONBodyFavoriteKindFlow   StarJSONBodyFavoriteKind = "flow"
	StarJSONBodyFavoriteKindRawApp StarJSONBodyFavoriteKind = "raw_app"
	StarJSONBodyFavoriteKindScript StarJSONBodyFavoriteKind = "script"
)

Defines values for StarJSONBodyFavoriteKind.

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 TestCriticalChannelsJSONBody added in v1.398.0

type TestCriticalChannelsJSONBody = []struct {
	Email        *string `json:"email,omitempty"`
	SlackChannel *string `json:"slack_channel,omitempty"`
}

TestCriticalChannelsJSONBody defines parameters for TestCriticalChannels.

type TestCriticalChannelsJSONRequestBody added in v1.398.0

type TestCriticalChannelsJSONRequestBody = TestCriticalChannelsJSONBody

TestCriticalChannelsJSONRequestBody defines body for TestCriticalChannels for application/json ContentType.

type TestCriticalChannelsResponse added in v1.398.0

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

func ParseTestCriticalChannelsResponse added in v1.398.0

func ParseTestCriticalChannelsResponse(rsp *http.Response) (*TestCriticalChannelsResponse, error)

ParseTestCriticalChannelsResponse parses an HTTP response from a TestCriticalChannelsWithResponse call

func (TestCriticalChannelsResponse) Status added in v1.398.0

Status returns HTTPResponse.Status

func (TestCriticalChannelsResponse) StatusCode added in v1.398.0

func (r TestCriticalChannelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TestLicenseKeyJSONBody added in v1.176.0

type TestLicenseKeyJSONBody struct {
	LicenseKey string `json:"license_key"`
}

TestLicenseKeyJSONBody defines parameters for TestLicenseKey.

type TestLicenseKeyJSONRequestBody added in v1.176.0

type TestLicenseKeyJSONRequestBody TestLicenseKeyJSONBody

TestLicenseKeyJSONRequestBody defines body for TestLicenseKey for application/json ContentType.

type TestLicenseKeyResponse added in v1.176.0

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

func ParseTestLicenseKeyResponse added in v1.176.0

func ParseTestLicenseKeyResponse(rsp *http.Response) (*TestLicenseKeyResponse, error)

ParseTestLicenseKeyResponse parses an HTTP response from a TestLicenseKeyWithResponse call

func (TestLicenseKeyResponse) Status added in v1.176.0

func (r TestLicenseKeyResponse) Status() string

Status returns HTTPResponse.Status

func (TestLicenseKeyResponse) StatusCode added in v1.176.0

func (r TestLicenseKeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TestMetadataJSONBody added in v1.271.0

type TestMetadataJSONBody = string

TestMetadataJSONBody defines parameters for TestMetadata.

type TestMetadataJSONRequestBody added in v1.271.0

type TestMetadataJSONRequestBody = TestMetadataJSONBody

TestMetadataJSONRequestBody defines body for TestMetadata for application/json ContentType.

type TestMetadataResponse added in v1.271.0

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

func ParseTestMetadataResponse added in v1.271.0

func ParseTestMetadataResponse(rsp *http.Response) (*TestMetadataResponse, error)

ParseTestMetadataResponse parses an HTTP response from a TestMetadataWithResponse call

func (TestMetadataResponse) Status added in v1.271.0

func (r TestMetadataResponse) Status() string

Status returns HTTPResponse.Status

func (TestMetadataResponse) StatusCode added in v1.271.0

func (r TestMetadataResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TestObjectStorageConfigJSONBody added in v1.295.2

type TestObjectStorageConfigJSONBody map[string]interface{}

TestObjectStorageConfigJSONBody defines parameters for TestObjectStorageConfig.

type TestObjectStorageConfigJSONRequestBody added in v1.295.2

type TestObjectStorageConfigJSONRequestBody TestObjectStorageConfigJSONBody

TestObjectStorageConfigJSONRequestBody defines body for TestObjectStorageConfig for application/json ContentType.

type TestObjectStorageConfigResponse added in v1.295.2

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

func ParseTestObjectStorageConfigResponse added in v1.295.2

func ParseTestObjectStorageConfigResponse(rsp *http.Response) (*TestObjectStorageConfigResponse, error)

ParseTestObjectStorageConfigResponse parses an HTTP response from a TestObjectStorageConfigWithResponse call

func (TestObjectStorageConfigResponse) Status added in v1.295.2

Status returns HTTPResponse.Status

func (TestObjectStorageConfigResponse) StatusCode added in v1.295.2

func (r TestObjectStorageConfigResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TestSmtpJSONBody added in v1.176.0

type TestSmtpJSONBody struct {
	Smtp struct {
		DisableTls  bool   `json:"disable_tls"`
		From        string `json:"from"`
		Host        string `json:"host"`
		Password    string `json:"password"`
		Port        int    `json:"port"`
		TlsImplicit bool   `json:"tls_implicit"`
		Username    string `json:"username"`
	} `json:"smtp"`
	To string `json:"to"`
}

TestSmtpJSONBody defines parameters for TestSmtp.

type TestSmtpJSONRequestBody added in v1.176.0

type TestSmtpJSONRequestBody TestSmtpJSONBody

TestSmtpJSONRequestBody defines body for TestSmtp for application/json ContentType.

type TestSmtpResponse added in v1.176.0

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

func ParseTestSmtpResponse added in v1.176.0

func ParseTestSmtpResponse(rsp *http.Response) (*TestSmtpResponse, error)

ParseTestSmtpResponse parses an HTTP response from a TestSmtpWithResponse call

func (TestSmtpResponse) Status added in v1.176.0

func (r TestSmtpResponse) Status() string

Status returns HTTPResponse.Status

func (TestSmtpResponse) StatusCode added in v1.176.0

func (r TestSmtpResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TimeseriesMetric added in v1.234.0

type TimeseriesMetric struct {
	MetricId *string           `json:"metric_id,omitempty"`
	Values   []MetricDataPoint `json:"values"`
}

TimeseriesMetric defines model for TimeseriesMetric.

type ToggleWorkspaceErrorHandlerForFlowJSONBody added in v1.185.0

type ToggleWorkspaceErrorHandlerForFlowJSONBody struct {
	Muted *bool `json:"muted,omitempty"`
}

ToggleWorkspaceErrorHandlerForFlowJSONBody defines parameters for ToggleWorkspaceErrorHandlerForFlow.

type ToggleWorkspaceErrorHandlerForFlowJSONRequestBody added in v1.185.0

type ToggleWorkspaceErrorHandlerForFlowJSONRequestBody ToggleWorkspaceErrorHandlerForFlowJSONBody

ToggleWorkspaceErrorHandlerForFlowJSONRequestBody defines body for ToggleWorkspaceErrorHandlerForFlow for application/json ContentType.

type ToggleWorkspaceErrorHandlerForFlowResponse added in v1.185.0

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

func ParseToggleWorkspaceErrorHandlerForFlowResponse added in v1.185.0

func ParseToggleWorkspaceErrorHandlerForFlowResponse(rsp *http.Response) (*ToggleWorkspaceErrorHandlerForFlowResponse, error)

ParseToggleWorkspaceErrorHandlerForFlowResponse parses an HTTP response from a ToggleWorkspaceErrorHandlerForFlowWithResponse call

func (ToggleWorkspaceErrorHandlerForFlowResponse) Status added in v1.185.0

Status returns HTTPResponse.Status

func (ToggleWorkspaceErrorHandlerForFlowResponse) StatusCode added in v1.185.0

StatusCode returns HTTPResponse.StatusCode

type ToggleWorkspaceErrorHandlerForScriptJSONBody added in v1.185.0

type ToggleWorkspaceErrorHandlerForScriptJSONBody struct {
	Muted *bool `json:"muted,omitempty"`
}

ToggleWorkspaceErrorHandlerForScriptJSONBody defines parameters for ToggleWorkspaceErrorHandlerForScript.

type ToggleWorkspaceErrorHandlerForScriptJSONRequestBody added in v1.185.0

type ToggleWorkspaceErrorHandlerForScriptJSONRequestBody ToggleWorkspaceErrorHandlerForScriptJSONBody

ToggleWorkspaceErrorHandlerForScriptJSONRequestBody defines body for ToggleWorkspaceErrorHandlerForScript for application/json ContentType.

type ToggleWorkspaceErrorHandlerForScriptResponse added in v1.185.0

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

func ParseToggleWorkspaceErrorHandlerForScriptResponse added in v1.185.0

func ParseToggleWorkspaceErrorHandlerForScriptResponse(rsp *http.Response) (*ToggleWorkspaceErrorHandlerForScriptResponse, error)

ParseToggleWorkspaceErrorHandlerForScriptResponse parses an HTTP response from a ToggleWorkspaceErrorHandlerForScriptWithResponse call

func (ToggleWorkspaceErrorHandlerForScriptResponse) Status added in v1.185.0

Status returns HTTPResponse.Status

func (ToggleWorkspaceErrorHandlerForScriptResponse) StatusCode added in v1.185.0

StatusCode returns HTTPResponse.StatusCode

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 TriggersCount added in v1.409.0

type TriggersCount struct {
	EmailCount      *float32 `json:"email_count,omitempty"`
	HttpRoutesCount *float32 `json:"http_routes_count,omitempty"`
	PrimarySchedule *struct {
		Schedule *string `json:"schedule,omitempty"`
	} `json:"primary_schedule,omitempty"`
	ScheduleCount  *float32 `json:"schedule_count,omitempty"`
	WebhookCount   *float32 `json:"webhook_count,omitempty"`
	WebsocketCount *float32 `json:"websocket_count,omitempty"`
}

TriggersCount defines model for TriggersCount.

type TruncatedToken

type TruncatedToken struct {
	CreatedAt   time.Time  `json:"created_at"`
	Email       *string    `json:"email,omitempty"`
	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.

const (
	UnstarJSONBodyFavoriteKindApp    UnstarJSONBodyFavoriteKind = "app"
	UnstarJSONBodyFavoriteKindFlow   UnstarJSONBodyFavoriteKind = "flow"
	UnstarJSONBodyFavoriteKindRawApp UnstarJSONBodyFavoriteKind = "raw_app"
	UnstarJSONBodyFavoriteKindScript UnstarJSONBodyFavoriteKind = "script"
)

Defines values for UnstarJSONBodyFavoriteKind.

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 UpdateAppHistoryJSONBody added in v1.220.0

type UpdateAppHistoryJSONBody struct {
	DeploymentMsg *string `json:"deployment_msg,omitempty"`
}

UpdateAppHistoryJSONBody defines parameters for UpdateAppHistory.

type UpdateAppHistoryJSONRequestBody added in v1.220.0

type UpdateAppHistoryJSONRequestBody UpdateAppHistoryJSONBody

UpdateAppHistoryJSONRequestBody defines body for UpdateAppHistory for application/json ContentType.

type UpdateAppHistoryResponse added in v1.220.0

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

func ParseUpdateAppHistoryResponse added in v1.220.0

func ParseUpdateAppHistoryResponse(rsp *http.Response) (*UpdateAppHistoryResponse, error)

ParseUpdateAppHistoryResponse parses an HTTP response from a UpdateAppHistoryWithResponse call

func (UpdateAppHistoryResponse) Status added in v1.220.0

func (r UpdateAppHistoryResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateAppHistoryResponse) StatusCode added in v1.220.0

func (r UpdateAppHistoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateAppJSONBody added in v1.46.1

type UpdateAppJSONBody struct {
	DeploymentMessage *string      `json:"deployment_message,omitempty"`
	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 UpdateConfigJSONBody added in v1.176.0

type UpdateConfigJSONBody = interface{}

UpdateConfigJSONBody defines parameters for UpdateConfig.

type UpdateConfigJSONRequestBody added in v1.176.0

type UpdateConfigJSONRequestBody = UpdateConfigJSONBody

UpdateConfigJSONRequestBody defines body for UpdateConfig for application/json ContentType.

type UpdateConfigResponse added in v1.176.0

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

func ParseUpdateConfigResponse added in v1.176.0

func ParseUpdateConfigResponse(rsp *http.Response) (*UpdateConfigResponse, error)

ParseUpdateConfigResponse parses an HTTP response from a UpdateConfigWithResponse call

func (UpdateConfigResponse) Status added in v1.176.0

func (r UpdateConfigResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateConfigResponse) StatusCode added in v1.176.0

func (r UpdateConfigResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateFlowHistoryJSONBody added in v1.357.0

type UpdateFlowHistoryJSONBody struct {
	DeploymentMsg string `json:"deployment_msg"`
}

UpdateFlowHistoryJSONBody defines parameters for UpdateFlowHistory.

type UpdateFlowHistoryJSONRequestBody added in v1.357.0

type UpdateFlowHistoryJSONRequestBody UpdateFlowHistoryJSONBody

UpdateFlowHistoryJSONRequestBody defines body for UpdateFlowHistory for application/json ContentType.

type UpdateFlowHistoryResponse added in v1.357.0

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

func ParseUpdateFlowHistoryResponse added in v1.357.0

func ParseUpdateFlowHistoryResponse(rsp *http.Response) (*UpdateFlowHistoryResponse, error)

ParseUpdateFlowHistoryResponse parses an HTTP response from a UpdateFlowHistoryWithResponse call

func (UpdateFlowHistoryResponse) Status added in v1.357.0

func (r UpdateFlowHistoryResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateFlowHistoryResponse) StatusCode added in v1.357.0

func (r UpdateFlowHistoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateFlowJSONBody

type UpdateFlowJSONBody struct {
	DedicatedWorker     *bool                   `json:"dedicated_worker,omitempty"`
	DeploymentMessage   *string                 `json:"deployment_message,omitempty"`
	Description         *string                 `json:"description,omitempty"`
	Path                string                  `json:"path"`
	Priority            *int                    `json:"priority,omitempty"`
	Schema              *map[string]interface{} `json:"schema,omitempty"`
	Summary             string                  `json:"summary"`
	Tag                 *string                 `json:"tag,omitempty"`
	Timeout             *float32                `json:"timeout,omitempty"`
	Value               FlowValue               `json:"value"`
	VisibleToRunnerOnly *bool                   `json:"visible_to_runner_only,omitempty"`
	WsErrorHandlerMuted *bool                   `json:"ws_error_handler_muted,omitempty"`
}

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 *map[string]bool `json:"extra_perms,omitempty"`
	Owners     *[]string        `json:"owners,omitempty"`
	Summary    *string          `json:"summary,omitempty"`
}

UpdateFolderJSONBody defines parameters for UpdateFolder.

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 UpdateHttpTriggerJSONRequestBody added in v1.398.0

type UpdateHttpTriggerJSONRequestBody = EditHttpTrigger

UpdateHttpTriggerJSONRequestBody defines body for UpdateHttpTrigger for application/json ContentType.

type UpdateHttpTriggerResponse added in v1.398.0

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

func ParseUpdateHttpTriggerResponse added in v1.398.0

func ParseUpdateHttpTriggerResponse(rsp *http.Response) (*UpdateHttpTriggerResponse, error)

ParseUpdateHttpTriggerResponse parses an HTTP response from a UpdateHttpTriggerWithResponse call

func (UpdateHttpTriggerResponse) Status added in v1.398.0

func (r UpdateHttpTriggerResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateHttpTriggerResponse) StatusCode added in v1.398.0

func (r UpdateHttpTriggerResponse) 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 UpdateInputJSONRequestBody added in v1.88.0

type UpdateInputJSONRequestBody = UpdateInput

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 UpdateInstanceGroupJSONBody added in v1.241.0

type UpdateInstanceGroupJSONBody struct {
	NewSummary string `json:"new_summary"`
}

UpdateInstanceGroupJSONBody defines parameters for UpdateInstanceGroup.

type UpdateInstanceGroupJSONRequestBody added in v1.241.0

type UpdateInstanceGroupJSONRequestBody UpdateInstanceGroupJSONBody

UpdateInstanceGroupJSONRequestBody defines body for UpdateInstanceGroup for application/json ContentType.

type UpdateInstanceGroupResponse added in v1.241.0

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

func ParseUpdateInstanceGroupResponse added in v1.241.0

func ParseUpdateInstanceGroupResponse(rsp *http.Response) (*UpdateInstanceGroupResponse, error)

ParseUpdateInstanceGroupResponse parses an HTTP response from a UpdateInstanceGroupWithResponse call

func (UpdateInstanceGroupResponse) Status added in v1.241.0

Status returns HTTPResponse.Status

func (UpdateInstanceGroupResponse) StatusCode added in v1.241.0

func (r UpdateInstanceGroupResponse) 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 UpdateResourceJSONRequestBody

type UpdateResourceJSONRequestBody = EditResource

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 UpdateResourceTypeJSONRequestBody

type UpdateResourceTypeJSONRequestBody = EditResourceType

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 UpdateScheduleJSONRequestBody

type UpdateScheduleJSONRequestBody = EditSchedule

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 UpdateScriptHistoryJSONBody added in v1.220.0

type UpdateScriptHistoryJSONBody struct {
	DeploymentMsg *string `json:"deployment_msg,omitempty"`
}

UpdateScriptHistoryJSONBody defines parameters for UpdateScriptHistory.

type UpdateScriptHistoryJSONRequestBody added in v1.220.0

type UpdateScriptHistoryJSONRequestBody UpdateScriptHistoryJSONBody

UpdateScriptHistoryJSONRequestBody defines body for UpdateScriptHistory for application/json ContentType.

type UpdateScriptHistoryResponse added in v1.220.0

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

func ParseUpdateScriptHistoryResponse added in v1.220.0

func ParseUpdateScriptHistoryResponse(rsp *http.Response) (*UpdateScriptHistoryResponse, error)

ParseUpdateScriptHistoryResponse parses an HTTP response from a UpdateScriptHistoryWithResponse call

func (UpdateScriptHistoryResponse) Status added in v1.220.0

Status returns HTTPResponse.Status

func (UpdateScriptHistoryResponse) StatusCode added in v1.220.0

func (r UpdateScriptHistoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateTutorialProgressJSONBody added in v1.179.0

type UpdateTutorialProgressJSONBody struct {
	Progress *int `json:"progress,omitempty"`
}

UpdateTutorialProgressJSONBody defines parameters for UpdateTutorialProgress.

type UpdateTutorialProgressJSONRequestBody added in v1.179.0

type UpdateTutorialProgressJSONRequestBody UpdateTutorialProgressJSONBody

UpdateTutorialProgressJSONRequestBody defines body for UpdateTutorialProgress for application/json ContentType.

type UpdateTutorialProgressResponse added in v1.179.0

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

func ParseUpdateTutorialProgressResponse added in v1.179.0

func ParseUpdateTutorialProgressResponse(rsp *http.Response) (*UpdateTutorialProgressResponse, error)

ParseUpdateTutorialProgressResponse parses an HTTP response from a UpdateTutorialProgressWithResponse call

func (UpdateTutorialProgressResponse) Status added in v1.179.0

Status returns HTTPResponse.Status

func (UpdateTutorialProgressResponse) StatusCode added in v1.179.0

func (r UpdateTutorialProgressResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateUserJSONRequestBody

type UpdateUserJSONRequestBody = EditWorkspaceUser

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 UpdateVariableJSONRequestBody

type UpdateVariableJSONRequestBody = EditVariable

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 UpdateWebsocketTriggerJSONRequestBody added in v1.410.0

type UpdateWebsocketTriggerJSONRequestBody = EditWebsocketTrigger

UpdateWebsocketTriggerJSONRequestBody defines body for UpdateWebsocketTrigger for application/json ContentType.

type UpdateWebsocketTriggerResponse added in v1.410.0

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

func ParseUpdateWebsocketTriggerResponse added in v1.410.0

func ParseUpdateWebsocketTriggerResponse(rsp *http.Response) (*UpdateWebsocketTriggerResponse, error)

ParseUpdateWebsocketTriggerResponse parses an HTTP response from a UpdateWebsocketTriggerWithResponse call

func (UpdateWebsocketTriggerResponse) Status added in v1.410.0

Status returns HTTPResponse.Status

func (UpdateWebsocketTriggerResponse) StatusCode added in v1.410.0

func (r UpdateWebsocketTriggerResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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"`
	Username      string    `json:"username"`
}

User defines model for User.

type UserUsage added in v1.277.0

type UserUsage struct {
	Email      *string  `json:"email,omitempty"`
	Executions *float32 `json:"executions,omitempty"`
}

UserUsage defines model for UserUsage.

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 UsernameToEmailResponse added in v1.336.0

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

func ParseUsernameToEmailResponse added in v1.336.0

func ParseUsernameToEmailResponse(rsp *http.Response) (*UsernameToEmailResponse, error)

ParseUsernameToEmailResponse parses an HTTP response from a UsernameToEmailWithResponse call

func (UsernameToEmailResponse) Status added in v1.336.0

func (r UsernameToEmailResponse) Status() string

Status returns HTTPResponse.Status

func (UsernameToEmailResponse) StatusCode added in v1.336.0

func (r UsernameToEmailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type VersionId added in v1.96.0

type VersionId = float32

VersionId defines model for VersionId.

type WebsocketTrigger added in v1.410.0

type WebsocketTrigger struct {
	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 map[string]bool `json:"extra_perms"`
	Filters    []struct {
		Key   string      `json:"key"`
		Value interface{} `json:"value"`
	} `json:"filters"`
	InitialMessages []WebsocketTriggerInitialMessage `json:"initial_messages"`
	IsFlow          bool                             `json:"is_flow"`
	LastServerPing  *time.Time                       `json:"last_server_ping,omitempty"`
	Path            string                           `json:"path"`
	ScriptPath      string                           `json:"script_path"`
	ServerId        *string                          `json:"server_id,omitempty"`
	Url             string                           `json:"url"`
	UrlRunnableArgs ScriptArgs                       `json:"url_runnable_args"`
	WorkspaceId     string                           `json:"workspace_id"`
}

WebsocketTrigger defines model for WebsocketTrigger.

type WebsocketTriggerInitialMessage added in v1.419.0

type WebsocketTriggerInitialMessage struct {
	// contains filtered or unexported fields
}

WebsocketTriggerInitialMessage defines model for WebsocketTriggerInitialMessage.

func (WebsocketTriggerInitialMessage) AsWebsocketTriggerInitialMessage0 added in v1.419.0

func (t WebsocketTriggerInitialMessage) AsWebsocketTriggerInitialMessage0() (WebsocketTriggerInitialMessage0, error)

AsWebsocketTriggerInitialMessage0 returns the union data inside the WebsocketTriggerInitialMessage as a WebsocketTriggerInitialMessage0

func (WebsocketTriggerInitialMessage) AsWebsocketTriggerInitialMessage1 added in v1.419.0

func (t WebsocketTriggerInitialMessage) AsWebsocketTriggerInitialMessage1() (WebsocketTriggerInitialMessage1, error)

AsWebsocketTriggerInitialMessage1 returns the union data inside the WebsocketTriggerInitialMessage as a WebsocketTriggerInitialMessage1

func (*WebsocketTriggerInitialMessage) FromWebsocketTriggerInitialMessage0 added in v1.419.0

func (t *WebsocketTriggerInitialMessage) FromWebsocketTriggerInitialMessage0(v WebsocketTriggerInitialMessage0) error

FromWebsocketTriggerInitialMessage0 overwrites any union data inside the WebsocketTriggerInitialMessage as the provided WebsocketTriggerInitialMessage0

func (*WebsocketTriggerInitialMessage) FromWebsocketTriggerInitialMessage1 added in v1.419.0

func (t *WebsocketTriggerInitialMessage) FromWebsocketTriggerInitialMessage1(v WebsocketTriggerInitialMessage1) error

FromWebsocketTriggerInitialMessage1 overwrites any union data inside the WebsocketTriggerInitialMessage as the provided WebsocketTriggerInitialMessage1

func (WebsocketTriggerInitialMessage) MarshalJSON added in v1.419.0

func (t WebsocketTriggerInitialMessage) MarshalJSON() ([]byte, error)

func (*WebsocketTriggerInitialMessage) MergeWebsocketTriggerInitialMessage0 added in v1.419.0

func (t *WebsocketTriggerInitialMessage) MergeWebsocketTriggerInitialMessage0(v WebsocketTriggerInitialMessage0) error

MergeWebsocketTriggerInitialMessage0 performs a merge with any union data inside the WebsocketTriggerInitialMessage, using the provided WebsocketTriggerInitialMessage0

func (*WebsocketTriggerInitialMessage) MergeWebsocketTriggerInitialMessage1 added in v1.419.0

func (t *WebsocketTriggerInitialMessage) MergeWebsocketTriggerInitialMessage1(v WebsocketTriggerInitialMessage1) error

MergeWebsocketTriggerInitialMessage1 performs a merge with any union data inside the WebsocketTriggerInitialMessage, using the provided WebsocketTriggerInitialMessage1

func (*WebsocketTriggerInitialMessage) UnmarshalJSON added in v1.419.0

func (t *WebsocketTriggerInitialMessage) UnmarshalJSON(b []byte) error

type WebsocketTriggerInitialMessage0 added in v1.419.0

type WebsocketTriggerInitialMessage0 struct {
	RawMessage string `json:"raw_message"`
}

WebsocketTriggerInitialMessage0 defines model for .

type WebsocketTriggerInitialMessage1 added in v1.419.0

type WebsocketTriggerInitialMessage1 struct {
	RunnableResult struct {
		Args   ScriptArgs `json:"args"`
		IsFlow bool       `json:"is_flow"`
		Path   string     `json:"path"`
	} `json:"runnable_result"`
}

WebsocketTriggerInitialMessage1 defines model for .

type WhileloopFlow added in v1.301.0

type WhileloopFlow struct {
	Modules      []FlowModule      `json:"modules"`
	Parallel     *bool             `json:"parallel,omitempty"`
	Parallelism  *int              `json:"parallelism,omitempty"`
	SkipFailures bool              `json:"skip_failures"`
	Type         WhileloopFlowType `json:"type"`
}

WhileloopFlow defines model for WhileloopFlow.

type WhileloopFlowType added in v1.301.0

type WhileloopFlowType string

WhileloopFlowType defines model for WhileloopFlow.Type.

const (
	WhileloopFlowTypeForloopflow WhileloopFlowType = "forloopflow"
)

Defines values for WhileloopFlowType.

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 WindmillFileMetadata added in v1.213.0

type WindmillFileMetadata struct {
	Expires      *time.Time `json:"expires,omitempty"`
	LastModified *time.Time `json:"last_modified,omitempty"`
	MimeType     *string    `json:"mime_type,omitempty"`
	SizeInBytes  *int       `json:"size_in_bytes,omitempty"`
	VersionId    *string    `json:"version_id,omitempty"`
}

WindmillFileMetadata defines model for WindmillFileMetadata.

type WindmillFilePreview added in v1.212.0

type WindmillFilePreview struct {
	Content     *string                        `json:"content,omitempty"`
	ContentType WindmillFilePreviewContentType `json:"content_type"`
	Msg         *string                        `json:"msg,omitempty"`
}

WindmillFilePreview defines model for WindmillFilePreview.

type WindmillFilePreviewContentType added in v1.213.0

type WindmillFilePreviewContentType string

WindmillFilePreviewContentType defines model for WindmillFilePreview.ContentType.

const (
	Csv     WindmillFilePreviewContentType = "Csv"
	Parquet WindmillFilePreviewContentType = "Parquet"
	RawText WindmillFilePreviewContentType = "RawText"
	Unknown WindmillFilePreviewContentType = "Unknown"
)

Defines values for WindmillFilePreviewContentType.

type WindmillLargeFile added in v1.208.0

type WindmillLargeFile struct {
	S3 string `json:"s3"`
}

WindmillLargeFile defines model for WindmillLargeFile.

type WorkerPing

type WorkerPing struct {
	CustomTags         *[]string `json:"custom_tags,omitempty"`
	Ip                 string    `json:"ip"`
	JobsExecuted       int       `json:"jobs_executed"`
	LastJobId          *string   `json:"last_job_id,omitempty"`
	LastJobWorkspaceId *string   `json:"last_job_workspace_id,omitempty"`
	LastPing           *float32  `json:"last_ping,omitempty"`
	Memory             *float32  `json:"memory,omitempty"`
	MemoryUsage        *float32  `json:"memory_usage,omitempty"`
	OccupancyRate      *float32  `json:"occupancy_rate,omitempty"`
	OccupancyRate15s   *float32  `json:"occupancy_rate_15s,omitempty"`
	OccupancyRate30m   *float32  `json:"occupancy_rate_30m,omitempty"`
	OccupancyRate5m    *float32  `json:"occupancy_rate_5m,omitempty"`
	StartedAt          time.Time `json:"started_at"`
	Vcpus              *float32  `json:"vcpus,omitempty"`
	WmMemoryUsage      *float32  `json:"wm_memory_usage,omitempty"`
	WmVersion          string    `json:"wm_version"`
	Worker             string    `json:"worker"`
	WorkerGroup        string    `json:"worker_group"`
	WorkerInstance     string    `json:"worker_instance"`
}

WorkerPing defines model for WorkerPing.

type WorkerTag added in v1.227.0

type WorkerTag = string

WorkerTag defines model for WorkerTag.

type WorkflowStatus added in v1.285.3

type WorkflowStatus struct {
	DurationMs   *float32   `json:"duration_ms,omitempty"`
	Name         *string    `json:"name,omitempty"`
	ScheduledFor *time.Time `json:"scheduled_for,omitempty"`
	StartedAt    *time.Time `json:"started_at,omitempty"`
}

WorkflowStatus defines model for WorkflowStatus.

type WorkflowStatusRecord added in v1.285.3

type WorkflowStatusRecord map[string]WorkflowStatus

WorkflowStatusRecord defines model for WorkflowStatusRecord.

type WorkflowTask added in v1.284.0

type WorkflowTask struct {
	Args ScriptArgs `json:"args"`
}

WorkflowTask defines model for WorkflowTask.

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 WorkspaceDefaultScripts added in v1.290.0

type WorkspaceDefaultScripts struct {
	DefaultScriptContent *map[string]string `json:"default_script_content,omitempty"`
	Hidden               *[]string          `json:"hidden,omitempty"`
	Order                *[]string          `json:"order,omitempty"`
}

WorkspaceDefaultScripts defines model for WorkspaceDefaultScripts.

type WorkspaceDeployUISettings added in v1.375.0

type WorkspaceDeployUISettings struct {
	IncludePath *[]string                               `json:"include_path,omitempty"`
	IncludeType *[]WorkspaceDeployUISettingsIncludeType `json:"include_type,omitempty"`
}

WorkspaceDeployUISettings defines model for WorkspaceDeployUISettings.

type WorkspaceDeployUISettingsIncludeType added in v1.375.0

type WorkspaceDeployUISettingsIncludeType string

WorkspaceDeployUISettingsIncludeType defines model for WorkspaceDeployUISettings.IncludeType.

const (
	WorkspaceDeployUISettingsIncludeTypeApp      WorkspaceDeployUISettingsIncludeType = "app"
	WorkspaceDeployUISettingsIncludeTypeFlow     WorkspaceDeployUISettingsIncludeType = "flow"
	WorkspaceDeployUISettingsIncludeTypeResource WorkspaceDeployUISettingsIncludeType = "resource"
	WorkspaceDeployUISettingsIncludeTypeScript   WorkspaceDeployUISettingsIncludeType = "script"
	WorkspaceDeployUISettingsIncludeTypeSecret   WorkspaceDeployUISettingsIncludeType = "secret"
	WorkspaceDeployUISettingsIncludeTypeVariable WorkspaceDeployUISettingsIncludeType = "variable"
)

Defines values for WorkspaceDeployUISettingsIncludeType.

type WorkspaceGitSyncSettings added in v1.266.0

type WorkspaceGitSyncSettings struct {
	IncludePath  *[]string                              `json:"include_path,omitempty"`
	IncludeType  *[]WorkspaceGitSyncSettingsIncludeType `json:"include_type,omitempty"`
	Repositories *[]GitRepositorySettings               `json:"repositories,omitempty"`
}

WorkspaceGitSyncSettings defines model for WorkspaceGitSyncSettings.

type WorkspaceGitSyncSettingsIncludeType added in v1.266.0

type WorkspaceGitSyncSettingsIncludeType string

WorkspaceGitSyncSettingsIncludeType defines model for WorkspaceGitSyncSettings.IncludeType.

const (
	WorkspaceGitSyncSettingsIncludeTypeApp          WorkspaceGitSyncSettingsIncludeType = "app"
	WorkspaceGitSyncSettingsIncludeTypeFlow         WorkspaceGitSyncSettingsIncludeType = "flow"
	WorkspaceGitSyncSettingsIncludeTypeFolder       WorkspaceGitSyncSettingsIncludeType = "folder"
	WorkspaceGitSyncSettingsIncludeTypeGroup        WorkspaceGitSyncSettingsIncludeType = "group"
	WorkspaceGitSyncSettingsIncludeTypeResource     WorkspaceGitSyncSettingsIncludeType = "resource"
	WorkspaceGitSyncSettingsIncludeTypeResourcetype WorkspaceGitSyncSettingsIncludeType = "resourcetype"
	WorkspaceGitSyncSettingsIncludeTypeSchedule     WorkspaceGitSyncSettingsIncludeType = "schedule"
	WorkspaceGitSyncSettingsIncludeTypeScript       WorkspaceGitSyncSettingsIncludeType = "script"
	WorkspaceGitSyncSettingsIncludeTypeSecret       WorkspaceGitSyncSettingsIncludeType = "secret"
	WorkspaceGitSyncSettingsIncludeTypeUser         WorkspaceGitSyncSettingsIncludeType = "user"
	WorkspaceGitSyncSettingsIncludeTypeVariable     WorkspaceGitSyncSettingsIncludeType = "variable"
)

Defines values for WorkspaceGitSyncSettingsIncludeType.

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