windmill_api

package
v1.9.2 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

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

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

Index

Constants

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

Variables

This section is empty.

Functions

func NewAcceptInviteRequest

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

NewAcceptInviteRequest calls the generic AcceptInvite builder with application/json body

func NewAcceptInviteRequestWithBody

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

NewAcceptInviteRequestWithBody generates requests for AcceptInvite with any type of body

func NewAddGranularAclsRequest

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

NewAddGranularAclsRequest calls the generic AddGranularAcls builder with application/json body

func NewAddGranularAclsRequestWithBody

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

NewAddGranularAclsRequestWithBody generates requests for AddGranularAcls with any type of body

func NewAddOwnerToFolderRequest

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

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

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

NewAddUserRequest calls the generic AddUser builder with application/json body

func NewAddUserRequestWithBody

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

NewAddUserRequestWithBody generates requests for AddUser with any type of body

func NewAddUserToGroupRequest

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

NewAddUserToGroupRequest calls the generic AddUserToGroup builder with application/json body

func NewAddUserToGroupRequestWithBody

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

NewAddUserToGroupRequestWithBody generates requests for AddUserToGroup with any type of body

func NewArchiveFlowByPathRequest

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

NewArchiveFlowByPathRequest calls the generic ArchiveFlowByPath builder with application/json body

func NewArchiveFlowByPathRequestWithBody

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

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

NewArchiveWorkspaceRequest generates requests for ArchiveWorkspace

func NewBackendUptodateRequest

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 NewBoto3ConnectionSettingsV2Request

func NewBoto3ConnectionSettingsV2Request(server string, workspace WorkspaceId, body Boto3ConnectionSettingsV2JSONRequestBody) (*http.Request, error)

NewBoto3ConnectionSettingsV2Request calls the generic Boto3ConnectionSettingsV2 builder with application/json body

func NewBoto3ConnectionSettingsV2RequestWithBody

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

NewBoto3ConnectionSettingsV2RequestWithBody generates requests for Boto3ConnectionSettingsV2 with any type of body

func NewCancelAllRequest

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

NewCancelAllRequest generates requests for CancelAll

func NewCancelPersistentQueuedJobsRequest

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

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 NewCancelSuspendedJobGetRequest

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

NewCancelSuspendedJobGetRequest generates requests for CancelSuspendedJobGet

func NewCancelSuspendedJobPostRequest

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

NewCancelSuspendedJobPostRequest calls the generic CancelSuspendedJobPost builder with application/json body

func NewCancelSuspendedJobPostRequestWithBody

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

NewCancelSuspendedJobPostRequestWithBody generates requests for CancelSuspendedJobPost with any type of body

func NewConnectCallbackRequest

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

NewConnectCallbackRequest calls the generic ConnectCallback builder with application/json body

func NewConnectCallbackRequestWithBody

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

NewConnectCallbackRequestWithBody generates requests for ConnectCallback with any type of body

func NewConnectSlackCallbackRequest

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

NewConnectSlackCallbackRequest calls the generic ConnectSlackCallback builder with application/json body

func NewConnectSlackCallbackRequestWithBody

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

NewConnectSlackCallbackRequestWithBody generates requests for ConnectSlackCallback with any type of body

func NewCreateAccountRequest

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

NewCreateAccountRequest calls the generic CreateAccount builder with application/json body

func NewCreateAccountRequestWithBody

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

NewCreateAccountRequestWithBody generates requests for CreateAccount with any type of body

func NewCreateAppRequest

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

NewCreateAppRequest calls the generic CreateApp builder with application/json body

func NewCreateAppRequestWithBody

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

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

NewCreateCaptureRequest generates requests for CreateCapture

func NewCreateDraftRequest

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

NewCreateDraftRequest calls the generic CreateDraft builder with application/json body

func NewCreateDraftRequestWithBody

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

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

NewCreateFolderRequest calls the generic CreateFolder builder with application/json body

func NewCreateFolderRequestWithBody

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

NewCreateFolderRequestWithBody generates requests for CreateFolder with any type of body

func NewCreateGroupRequest

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

NewCreateGroupRequest calls the generic CreateGroup builder with application/json body

func NewCreateGroupRequestWithBody

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

NewCreateGroupRequestWithBody generates requests for CreateGroup with any type of body

func NewCreateInputRequest

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

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

NewCreateInputRequestWithBody generates requests for CreateInput with any type of body

func NewCreateJobSignatureRequest

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

NewCreateJobSignatureRequest generates requests for CreateJobSignature

func NewCreateRawAppRequest

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

NewCreateRawAppRequest calls the generic CreateRawApp builder with application/json body

func NewCreateRawAppRequestWithBody

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

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

NewCreateTokenImpersonateRequest calls the generic CreateTokenImpersonate builder with application/json body

func NewCreateTokenImpersonateRequestWithBody

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

NewCreateTokenImpersonateRequestWithBody generates requests for CreateTokenImpersonate with any type of body

func NewCreateTokenRequest

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

NewCreateTokenRequest calls the generic CreateToken builder with application/json body

func NewCreateTokenRequestWithBody

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

NewCreateTokenRequestWithBody generates requests for CreateToken with any type of body

func NewCreateUserGloballyRequest

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

NewCreateUserGloballyRequest calls the generic CreateUserGlobally builder with application/json body

func NewCreateUserGloballyRequestWithBody

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

NewCreateUserGloballyRequestWithBody generates requests for CreateUserGlobally with any type of body

func NewCreateUserRequest

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

NewCreateUserRequest calls the generic CreateUser builder with application/json body

func NewCreateUserRequestWithBody

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

NewCreateUserRequestWithBody generates requests for CreateUser with any type of body

func NewCreateVariableRequest

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

NewCreateVariableRequest calls the generic CreateVariable builder with application/json body

func NewCreateVariableRequestWithBody

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

NewCreateVariableRequestWithBody generates requests for CreateVariable with any type of body

func NewCreateWorkspaceRequest

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

NewCreateWorkspaceRequest calls the generic CreateWorkspace builder with application/json body

func NewCreateWorkspaceRequestWithBody

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

NewCreateWorkspaceRequestWithBody generates requests for CreateWorkspace with any type of body

func NewDatasetStorageTestConnectionRequest

func NewDatasetStorageTestConnectionRequest(server string, workspace WorkspaceId) (*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

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 NewDeleteConfigRequest

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

NewDeleteConfigRequest generates requests for DeleteConfig

func NewDeleteDraftRequest

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

NewDeleteDraftRequest generates requests for DeleteDraft

func NewDeleteFlowByPathRequest

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

NewDeleteFlowByPathRequest generates requests for DeleteFlowByPath

func NewDeleteFolderRequest

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

NewDeleteFolderRequest generates requests for DeleteFolder

func NewDeleteGroupRequest

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

NewDeleteGroupRequest generates requests for DeleteGroup

func NewDeleteInputRequest

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

NewDeleteInputRequest generates requests for DeleteInput

func NewDeleteInviteRequest

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

NewDeleteInviteRequest calls the generic DeleteInvite builder with application/json body

func NewDeleteInviteRequestWithBody

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

NewDeleteInviteRequestWithBody generates requests for DeleteInvite with any type of body

func NewDeleteRawAppRequest

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

NewDeleteRawAppRequest generates requests for DeleteRawApp

func NewDeleteResourceRequest

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

NewDeleteResourceRequest generates requests for DeleteResource

func NewDeleteResourceTypeRequest

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

NewDeleteResourceTypeRequest generates requests for DeleteResourceType

func NewDeleteScheduleRequest

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

NewDeleteScheduleRequest generates requests for DeleteSchedule

func NewDeleteScriptByHashRequest

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

NewDeleteScriptByHashRequest generates requests for DeleteScriptByHash

func NewDeleteScriptByPathRequest

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

NewDeleteScriptByPathRequest generates requests for DeleteScriptByPath

func NewDeleteTokenRequest

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

NewDeleteTokenRequest generates requests for DeleteToken

func NewDeleteUserRequest

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

NewDeleteUserRequest generates requests for DeleteUser

func NewDeleteVariableRequest

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

NewDeleteVariableRequest generates requests for DeleteVariable

func NewDeleteWorkspaceRequest

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

NewDeleteWorkspaceRequest generates requests for DeleteWorkspace

func NewDisconnectAccountRequest

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

NewDisconnectAccountRequest generates requests for DisconnectAccount

func NewDisconnectSlackRequest

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

NewDisconnectSlackRequest generates requests for DisconnectSlack

func NewDuckdbConnectionSettingsRequest

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

NewDuckdbConnectionSettingsRequest calls the generic DuckdbConnectionSettings builder with application/json body

func NewDuckdbConnectionSettingsRequestWithBody

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

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

NewDuckdbConnectionSettingsV2Request calls the generic DuckdbConnectionSettingsV2 builder with application/json body

func NewDuckdbConnectionSettingsV2RequestWithBody

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

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

NewEditAutoInviteRequest calls the generic EditAutoInvite builder with application/json body

func NewEditAutoInviteRequestWithBody

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

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

NewEditCopilotConfigRequest calls the generic EditCopilotConfig builder with application/json body

func NewEditCopilotConfigRequestWithBody

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 NewEditDeployToRequest

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

NewEditDeployToRequest calls the generic EditDeployTo builder with application/json body

func NewEditDeployToRequestWithBody

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

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

NewEditErrorHandlerRequest calls the generic EditErrorHandler builder with application/json body

func NewEditErrorHandlerRequestWithBody

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

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

NewEditLargeFileStorageConfigRequest calls the generic EditLargeFileStorageConfig builder with application/json body

func NewEditLargeFileStorageConfigRequestWithBody

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

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

NewEditWebhookRequest calls the generic EditWebhook builder with application/json body

func NewEditWebhookRequestWithBody

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 NewEditWorkspaceGitSyncConfigRequest

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

NewEditWorkspaceGitSyncConfigRequest calls the generic EditWorkspaceGitSyncConfig builder with application/json body

func NewEditWorkspaceGitSyncConfigRequestWithBody

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

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

NewEncryptValueRequest calls the generic EncryptValue builder with application/json body

func NewEncryptValueRequestWithBody

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

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

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

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

NewExistsAppRequest generates requests for ExistsApp

func NewExistsEmailRequest

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 NewExistsRawAppRequest

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

NewExistsRawAppRequest generates requests for ExistsRawApp

func NewExistsResourceRequest

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

NewExistsResourceRequest generates requests for ExistsResource

func NewExistsResourceTypeRequest

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

NewExistsResourceTypeRequest generates requests for ExistsResourceType

func NewExistsScheduleRequest

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

NewExistsScheduleRequest generates requests for ExistsSchedule

func NewExistsScriptByPathRequest

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

NewExistsScriptByPathRequest generates requests for ExistsScriptByPath

func NewExistsUsernameRequest

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

NewExistsUsernameRequest calls the generic ExistsUsername builder with application/json body

func NewExistsUsernameRequestWithBody

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

NewExistsUsernameRequestWithBody generates requests for ExistsUsername with any type of body

func NewExistsVariableRequest

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

NewExistsVariableRequest generates requests for ExistsVariable

func NewExistsWorkerWithTagRequest

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 NewForceCancelQueuedJobRequest

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

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

NewForceCancelQueuedJobRequestWithBody generates requests for ForceCancelQueuedJob with any type of body

func NewGetAppByPathRequest

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

NewGetAppByPathRequest generates requests for GetAppByPath

func NewGetAppByPathWithDraftRequest

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

NewGetAppByPathWithDraftRequest generates requests for GetAppByPathWithDraft

func NewGetAppByVersionRequest

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

NewGetAppByVersionRequest generates requests for GetAppByVersion

func NewGetAppHistoryByPathRequest

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

NewGetAppHistoryByPathRequest generates requests for GetAppHistoryByPath

func NewGetAuditLogRequest

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

NewGetAuditLogRequest generates requests for GetAuditLog

func NewGetCaptureRequest

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

NewGetCaptureRequest generates requests for GetCapture

func NewGetCompletedCountRequest

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

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

NewGetCompletedJobResultMaybeRequest generates requests for GetCompletedJobResultMaybe

func NewGetCompletedJobResultRequest

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

NewGetCompletedJobResultRequest generates requests for GetCompletedJobResult

func NewGetConfigRequest

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

NewGetConfigRequest generates requests for GetConfig

func NewGetCopilotInfoRequest

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

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

NewGetCustomTagsRequest generates requests for GetCustomTags

func NewGetDbClockRequest

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

NewGetDbClockRequest generates requests for GetDbClock

func NewGetDeployToRequest

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

NewGetDeployToRequest generates requests for GetDeployTo

func NewGetFlowByPathRequest

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

NewGetFlowByPathRequest generates requests for GetFlowByPath

func NewGetFlowByPathWithDraftRequest

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

NewGetFlowByPathWithDraftRequest generates requests for GetFlowByPathWithDraft

func NewGetFlowInputHistoryByPathRequest

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

NewGetFlowInputHistoryByPathRequest generates requests for GetFlowInputHistoryByPath

func NewGetFolderRequest

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

NewGetFolderRequest generates requests for GetFolder

func NewGetFolderUsageRequest

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

NewGetFolderUsageRequest generates requests for GetFolderUsage

func NewGetGlobalRequest

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 NewGetHubAppByIdRequest

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

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

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

NewGetInputHistoryRequest generates requests for GetInputHistory

func NewGetInstanceGroupRequest

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

NewGetInstanceGroupRequest generates requests for GetInstanceGroup

func NewGetIsPremiumRequest

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

NewGetIsPremiumRequest generates requests for GetIsPremium

func NewGetJobLogsRequest

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

NewGetJobLogsRequest generates requests for GetJobLogs

func NewGetJobRequest

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

NewGetJobRequest generates requests for GetJob

func NewGetJobUpdatesRequest

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

NewGetJobUpdatesRequest generates requests for GetJobUpdates

func NewGetLargeFileStorageConfigRequest

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

NewGetLargeFileStorageConfigRequest generates requests for GetLargeFileStorageConfig

func NewGetLicenseIdRequest

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

NewGetLicenseIdRequest generates requests for GetLicenseId

func NewGetLocalRequest

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

NewGetLocalRequest generates requests for GetLocal

func NewGetOpenApiYamlRequest

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

NewGetOpenApiYamlRequest generates requests for GetOpenApiYaml

func NewGetPremiumInfoRequest

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

NewGetPremiumInfoRequest generates requests for GetPremiumInfo

func NewGetPublicAppBySecretRequest

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

NewGetPublicAppBySecretRequest generates requests for GetPublicAppBySecret

func NewGetPublicResourceRequest

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

NewGetPublicResourceRequest generates requests for GetPublicResource

func NewGetPublicSecretOfAppRequest

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

NewGetPublicSecretOfAppRequest generates requests for GetPublicSecretOfApp

func NewGetQueueCountRequest

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

NewGetQueueCountRequest generates requests for GetQueueCount

func NewGetRawAppDataRequest

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

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

NewGetResourceValueInterpolatedRequest generates requests for GetResourceValueInterpolated

func NewGetResourceValueRequest

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

NewGetResourceValueRequest generates requests for GetResourceValue

func NewGetResumeUrlsRequest

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

NewGetResumeUrlsRequest generates requests for GetResumeUrls

func NewGetRunnableRequest

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

NewGetRunnableRequest generates requests for GetRunnable

func NewGetScheduleRequest

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

NewGetScheduleRequest generates requests for GetSchedule

func NewGetScriptByHashRequest

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

NewGetScriptByHashRequest generates requests for GetScriptByHash

func NewGetScriptByPathRequest

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

NewGetScriptByPathRequest generates requests for GetScriptByPath

func NewGetScriptByPathWithDraftRequest

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

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

NewGetScriptHistoryByPathRequest generates requests for GetScriptHistoryByPath

func NewGetSettingsRequest

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

NewGetSettingsRequest generates requests for GetSettings

func NewGetSuspendedJobFlowRequest

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

NewGetSuspendedJobFlowRequest generates requests for GetSuspendedJobFlow

func NewGetTopHubScriptsRequest

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

NewGetTopHubScriptsRequest generates requests for GetTopHubScripts

func NewGetTutorialProgressRequest

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

NewGetTutorialProgressRequest generates requests for GetTutorialProgress

func NewGetUsageRequest

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

NewGetUsageRequest generates requests for GetUsage

func NewGetVariableRequest

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

NewGetVariableRequest generates requests for GetVariable

func NewGetVariableValueRequest

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

NewGetVariableValueRequest generates requests for GetVariableValue

func NewGlobalUserDeleteRequest

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

NewGlobalUserDeleteRequest generates requests for GlobalUserDelete

func NewGlobalUserUpdateRequest

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

NewGlobalUserUpdateRequest calls the generic GlobalUserUpdate builder with application/json body

func NewGlobalUserUpdateRequestWithBody

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

NewGlobalUserUpdateRequestWithBody generates requests for GlobalUserUpdate with any type of body

func NewGlobalWhoamiRequest

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

NewGlobalWhoamiRequest generates requests for GlobalWhoami

func NewInviteUserRequest

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

NewInviteUserRequest calls the generic InviteUser builder with application/json body

func NewInviteUserRequestWithBody

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

NewInviteUserRequestWithBody generates requests for InviteUser with any type of body

func NewIsDomainAllowedRequest

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

NewIsDomainAllowedRequest generates requests for IsDomainAllowed

func NewIsOwnerOfPathRequest

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

NewIsOwnerOfPathRequest generates requests for IsOwnerOfPath

func NewLeaveInstanceRequest

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

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

NewListAppsRequest generates requests for ListApps

func NewListAuditLogsRequest

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

NewListAuditLogsRequest generates requests for ListAuditLogs

func NewListCompletedJobsRequest

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

NewListCompletedJobsRequest generates requests for ListCompletedJobs

func NewListContextualVariablesRequest

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

NewListContextualVariablesRequest generates requests for ListContextualVariables

func NewListFlowPathsRequest

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

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

NewListFolderNamesRequest generates requests for ListFolderNames

func NewListFoldersRequest

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

NewListFoldersRequest generates requests for ListFolders

func NewListGroupNamesRequest

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

NewListGroupNamesRequest generates requests for ListGroupNames

func NewListGroupsRequest

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

NewListGroupsRequest generates requests for ListGroups

func NewListHubAppsRequest

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

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

NewListHubIntegrationsRequest generates requests for ListHubIntegrations

func NewListInputsRequest

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

NewListInputsRequest generates requests for ListInputs

func NewListInstanceGroupsRequest

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 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

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

NewListRawAppsRequest generates requests for ListRawApps

func NewListResourceNamesRequest

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

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

NewListSchedulesWithJobsRequest generates requests for ListSchedulesWithJobs

func NewListScriptPathsRequest

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

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

NewListSearchAppRequest generates requests for ListSearchApp

func NewListSearchFlowRequest

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

NewListSearchFlowRequest generates requests for ListSearchFlow

func NewListSearchResourceRequest

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

NewListSearchResourceRequest generates requests for ListSearchResource

func NewListSearchScriptRequest

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

NewListSearchScriptRequest generates requests for ListSearchScript

func NewListStoredFilesRequest

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

NewListStoredFilesRequest generates requests for ListStoredFiles

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 NewListVariableRequest

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

NewListVariableRequest generates requests for ListVariable

func NewListWorkerGroupsRequest

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 NewLoadFileMetadataRequest

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

NewLoadFileMetadataRequest generates requests for LoadFileMetadata

func NewLoadFilePreviewRequest

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

NewLoadFilePreviewRequest generates requests for LoadFilePreview

func NewLoginRequest

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

NewLoginRequest calls the generic Login builder with application/json body

func NewLoginRequestWithBody

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

NewLoginRequestWithBody generates requests for Login with any type of body

func NewLoginWithOauthRequest

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

NewLoginWithOauthRequest calls the generic LoginWithOauth builder with application/json body

func NewLoginWithOauthRequestWithBody

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

NewLoginWithOauthRequestWithBody generates requests for LoginWithOauth with any type of body

func NewLogoutRequest

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

NewLogoutRequest generates requests for Logout

func NewOpenaiSyncFlowByPathRequest

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

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

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

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 NewPolarsConnectionSettingsRequest

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

NewPolarsConnectionSettingsRequest calls the generic PolarsConnectionSettings builder with application/json body

func NewPolarsConnectionSettingsRequestWithBody

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

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

NewPolarsConnectionSettingsV2Request calls the generic PolarsConnectionSettingsV2 builder with application/json body

func NewPolarsConnectionSettingsV2RequestWithBody

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

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

NewQueryHubScriptsRequest generates requests for QueryHubScripts

func NewQueryResourceTypesRequest

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

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

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

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

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

NewRemoveOwnerToFolderRequestWithBody generates requests for RemoveOwnerToFolder with any type of body

func NewRemoveUserToGroupRequest

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

NewRemoveUserToGroupRequest calls the generic RemoveUserToGroup builder with application/json body

func NewRemoveUserToGroupRequestWithBody

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

NewRemoveUserToGroupRequestWithBody generates requests for RemoveUserToGroup with any type of body

func NewRestartFlowAtStepRequest

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

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

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

NewResultByIdRequest generates requests for ResultById

func NewResumeSuspendedFlowAsOwnerRequest

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

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

NewResumeSuspendedFlowAsOwnerRequestWithBody generates requests for ResumeSuspendedFlowAsOwner with any type of body

func NewResumeSuspendedJobGetRequest

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

NewResumeSuspendedJobGetRequest generates requests for ResumeSuspendedJobGet

func NewResumeSuspendedJobPostRequest

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

NewResumeSuspendedJobPostRequest calls the generic ResumeSuspendedJobPost builder with application/json body

func NewResumeSuspendedJobPostRequestWithBody

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

NewResumeSuspendedJobPostRequestWithBody generates requests for ResumeSuspendedJobPost with any type of body

func NewRunFlowByPathRequest

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

NewRunFlowByPathRequest calls the generic RunFlowByPath builder with application/json body

func NewRunFlowByPathRequestWithBody

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

NewRunFlowByPathRequestWithBody generates requests for RunFlowByPath with any type of body

func NewRunFlowPreviewRequest

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

NewRunFlowPreviewRequest calls the generic RunFlowPreview builder with application/json body

func NewRunFlowPreviewRequestWithBody

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

NewRunFlowPreviewRequestWithBody generates requests for RunFlowPreview with any type of body

func NewRunScriptByHashRequest

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

NewRunScriptByHashRequest calls the generic RunScriptByHash builder with application/json body

func NewRunScriptByHashRequestWithBody

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

NewRunScriptByHashRequestWithBody generates requests for RunScriptByHash with any type of body

func NewRunScriptByPathRequest

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

NewRunScriptByPathRequest calls the generic RunScriptByPath builder with application/json body

func NewRunScriptByPathRequestWithBody

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

NewRunScriptByPathRequestWithBody generates requests for RunScriptByPath with any type of body

func NewRunScriptPreviewRequest

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

NewRunScriptPreviewRequest calls the generic RunScriptPreview builder with application/json body

func NewRunScriptPreviewRequestWithBody

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

NewRunScriptPreviewRequestWithBody generates requests for RunScriptPreview with any type of body

func NewRunSlackMessageTestJobRequest

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

NewRunSlackMessageTestJobRequest calls the generic RunSlackMessageTestJob builder with application/json body

func NewRunSlackMessageTestJobRequestWithBody

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

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

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

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 NewSendStatsRequest

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

NewSendStatsRequest generates requests for SendStats

func NewSetDefaultErrorOrRecoveryHandlerRequest

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

NewSetDefaultErrorOrRecoveryHandlerRequest calls the generic SetDefaultErrorOrRecoveryHandler builder with application/json body

func NewSetDefaultErrorOrRecoveryHandlerRequestWithBody

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 NewSetGlobalRequest

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

NewSetGlobalRequest calls the generic SetGlobal builder with application/json body

func NewSetGlobalRequestWithBody

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 NewSetPasswordRequest

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

NewSetPasswordRequest calls the generic SetPassword builder with application/json body

func NewSetPasswordRequestWithBody

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

NewSetPasswordRequestWithBody generates requests for SetPassword with any type of body

func NewSetScheduleEnabledRequest

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

NewSetScheduleEnabledRequest calls the generic SetScheduleEnabled builder with application/json body

func NewSetScheduleEnabledRequestWithBody

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

NewSetScheduleEnabledRequestWithBody generates requests for SetScheduleEnabled with any type of body

func NewStarRequest

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

NewStarRequest calls the generic Star builder with application/json body

func NewStarRequestWithBody

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 NewTestLicenseKeyRequest

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

NewTestLicenseKeyRequest calls the generic TestLicenseKey builder with application/json body

func NewTestLicenseKeyRequestWithBody

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

NewTestLicenseKeyRequestWithBody generates requests for TestLicenseKey with any type of body

func NewTestSmtpRequest

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

NewTestSmtpRequest calls the generic TestSmtp builder with application/json body

func NewTestSmtpRequestWithBody

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

NewTestSmtpRequestWithBody generates requests for TestSmtp with any type of body

func NewToggleWorkspaceErrorHandlerForFlowRequest

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

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

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

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

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

NewUnarchiveWorkspaceRequest generates requests for UnarchiveWorkspace

func NewUnstarRequest

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

NewUnstarRequest calls the generic Unstar builder with application/json body

func NewUnstarRequestWithBody

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

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

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

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

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

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

NewUpdateCaptureRequest generates requests for UpdateCapture

func NewUpdateConfigRequest

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

NewUpdateConfigRequest calls the generic UpdateConfig builder with application/json body

func NewUpdateConfigRequestWithBody

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 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

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

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

NewUpdateFolderRequestWithBody generates requests for UpdateFolder with any type of body

func NewUpdateGroupRequest

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

NewUpdateGroupRequest calls the generic UpdateGroup builder with application/json body

func NewUpdateGroupRequestWithBody

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

NewUpdateGroupRequestWithBody generates requests for UpdateGroup with any type of body

func NewUpdateInputRequest

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

NewUpdateInputRequest calls the generic UpdateInput builder with application/json body

func NewUpdateInputRequestWithBody

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

NewUpdateInputRequestWithBody generates requests for UpdateInput with any type of body

func NewUpdateRawAppRequest

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

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

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

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

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

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

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

NewUpdateTutorialProgressRequest calls the generic UpdateTutorialProgress builder with application/json body

func NewUpdateTutorialProgressRequestWithBody

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 NewWhoamiRequest

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

NewWhoamiRequest generates requests for Whoami

func NewWhoisRequest

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

NewWhoisRequest generates requests for Whois

Types

type AcceptInviteJSONBody

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

AcceptInviteJSONBody defines parameters for AcceptInvite.

type AcceptInviteJSONRequestBody

type AcceptInviteJSONRequestBody AcceptInviteJSONBody

AcceptInviteJSONRequestBody defines body for AcceptInvite for application/json ContentType.

type AcceptInviteResponse

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

func ParseAcceptInviteResponse

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

ParseAcceptInviteResponse parses an HTTP response from a AcceptInviteWithResponse call

func (AcceptInviteResponse) Status

func (r AcceptInviteResponse) Status() string

Status returns HTTPResponse.Status

func (AcceptInviteResponse) StatusCode

func (r AcceptInviteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AccountId

type AccountId = int

AccountId defines model for AccountId.

type ActionKind

type ActionKind string

ActionKind defines model for ActionKind.

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

Defines values for ActionKind.

type AddGranularAclsJSONBody

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

AddGranularAclsJSONBody defines parameters for AddGranularAcls.

type AddGranularAclsJSONRequestBody

type AddGranularAclsJSONRequestBody AddGranularAclsJSONBody

AddGranularAclsJSONRequestBody defines body for AddGranularAcls for application/json ContentType.

type AddGranularAclsParamsKind

type AddGranularAclsParamsKind string

AddGranularAclsParamsKind defines parameters for AddGranularAcls.

type AddGranularAclsResponse

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

func ParseAddGranularAclsResponse

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

ParseAddGranularAclsResponse parses an HTTP response from a AddGranularAclsWithResponse call

func (AddGranularAclsResponse) Status

func (r AddGranularAclsResponse) Status() string

Status returns HTTPResponse.Status

func (AddGranularAclsResponse) StatusCode

func (r AddGranularAclsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AddOwnerToFolderJSONBody

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

AddOwnerToFolderJSONBody defines parameters for AddOwnerToFolder.

type AddOwnerToFolderJSONRequestBody

type AddOwnerToFolderJSONRequestBody AddOwnerToFolderJSONBody

AddOwnerToFolderJSONRequestBody defines body for AddOwnerToFolder for application/json ContentType.

type AddOwnerToFolderResponse

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

func ParseAddOwnerToFolderResponse

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

ParseAddOwnerToFolderResponse parses an HTTP response from a AddOwnerToFolderWithResponse call

func (AddOwnerToFolderResponse) Status

func (r AddOwnerToFolderResponse) Status() string

Status returns HTTPResponse.Status

func (AddOwnerToFolderResponse) StatusCode

func (r AddOwnerToFolderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AddUserJSONBody

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

AddUserJSONBody defines parameters for AddUser.

type AddUserJSONRequestBody

type AddUserJSONRequestBody AddUserJSONBody

AddUserJSONRequestBody defines body for AddUser for application/json ContentType.

type AddUserResponse

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

func ParseAddUserResponse

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

ParseAddUserResponse parses an HTTP response from a AddUserWithResponse call

func (AddUserResponse) Status

func (r AddUserResponse) Status() string

Status returns HTTPResponse.Status

func (AddUserResponse) StatusCode

func (r AddUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AddUserToGroupJSONBody

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

AddUserToGroupJSONBody defines parameters for AddUserToGroup.

type AddUserToGroupJSONRequestBody

type AddUserToGroupJSONRequestBody AddUserToGroupJSONBody

AddUserToGroupJSONRequestBody defines body for AddUserToGroup for application/json ContentType.

type AddUserToGroupResponse

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

func ParseAddUserToGroupResponse

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

ParseAddUserToGroupResponse parses an HTTP response from a AddUserToGroupWithResponse call

func (AddUserToGroupResponse) Status

func (r AddUserToGroupResponse) Status() string

Status returns HTTPResponse.Status

func (AddUserToGroupResponse) StatusCode

func (r AddUserToGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type After

type After = time.Time

After defines model for After.

type AppHistory

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

AppHistory defines model for AppHistory.

type AppWithLastVersion

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

AppWithLastVersion defines model for AppWithLastVersion.

type AppWithLastVersionExecutionMode

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

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

AppWithLastVersionWDraft defines model for AppWithLastVersionWDraft.

type AppWithLastVersionWDraftExecutionMode

type AppWithLastVersionWDraftExecutionMode string

AppWithLastVersionWDraftExecutionMode defines model for AppWithLastVersionWDraft.ExecutionMode.

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

Defines values for AppWithLastVersionWDraftExecutionMode.

type AppWithLastVersionWDraft_ExtraPerms

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

AppWithLastVersionWDraft_ExtraPerms defines model for AppWithLastVersionWDraft.ExtraPerms.

func (AppWithLastVersionWDraft_ExtraPerms) Get

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

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

func (AppWithLastVersionWDraft_ExtraPerms) MarshalJSON

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

Override default JSON handling for AppWithLastVersionWDraft_ExtraPerms to handle AdditionalProperties

func (*AppWithLastVersionWDraft_ExtraPerms) Set

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

Setter for additional properties for AppWithLastVersionWDraft_ExtraPerms

func (*AppWithLastVersionWDraft_ExtraPerms) UnmarshalJSON

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

Override default JSON handling for AppWithLastVersionWDraft_ExtraPerms to handle AdditionalProperties

type AppWithLastVersion_ExtraPerms

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

AppWithLastVersion_ExtraPerms defines model for AppWithLastVersion.ExtraPerms.

func (AppWithLastVersion_ExtraPerms) Get

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

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

func (AppWithLastVersion_ExtraPerms) MarshalJSON

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

Override default JSON handling for AppWithLastVersion_ExtraPerms to handle AdditionalProperties

func (*AppWithLastVersion_ExtraPerms) Set

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

Setter for additional properties for AppWithLastVersion_ExtraPerms

func (*AppWithLastVersion_ExtraPerms) UnmarshalJSON

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

Override default JSON handling for AppWithLastVersion_ExtraPerms to handle AdditionalProperties

type ArchiveFlowByPathJSONBody

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

ArchiveFlowByPathJSONBody defines parameters for ArchiveFlowByPath.

type ArchiveFlowByPathJSONRequestBody

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

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

func ParseArchiveWorkspaceResponse

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

ParseArchiveWorkspaceResponse parses an HTTP response from a ArchiveWorkspaceWithResponse call

func (ArchiveWorkspaceResponse) Status

func (r ArchiveWorkspaceResponse) Status() string

Status returns HTTPResponse.Status

func (ArchiveWorkspaceResponse) StatusCode

func (r ArchiveWorkspaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ArgsFilter

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"
	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"
	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 BackendUptodateResponse

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

func ParseBackendUptodateResponse

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

ParseBackendUptodateResponse parses an HTTP response from a BackendUptodateWithResponse call

func (BackendUptodateResponse) Status

func (r BackendUptodateResponse) Status() string

Status returns HTTPResponse.Status

func (BackendUptodateResponse) StatusCode

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 Boto3ConnectionSettingsV2JSONBody

type Boto3ConnectionSettingsV2JSONBody struct {
	S3ResourcePath *string `json:"s3_resource_path,omitempty"`
}

Boto3ConnectionSettingsV2JSONBody defines parameters for Boto3ConnectionSettingsV2.

type Boto3ConnectionSettingsV2JSONRequestBody

type Boto3ConnectionSettingsV2JSONRequestBody Boto3ConnectionSettingsV2JSONBody

Boto3ConnectionSettingsV2JSONRequestBody defines body for Boto3ConnectionSettingsV2 for application/json ContentType.

type Boto3ConnectionSettingsV2Response

type Boto3ConnectionSettingsV2Response struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		AwsAccessKeyId     *string `json:"aws_access_key_id,omitempty"`
		AwsSecretAccessKey *string `json:"aws_secret_access_key,omitempty"`
		EndpointUrl        string  `json:"endpoint_url"`
		RegionName         string  `json:"region_name"`
		UseSsl             bool    `json:"use_ssl"`
	}
}

func ParseBoto3ConnectionSettingsV2Response

func ParseBoto3ConnectionSettingsV2Response(rsp *http.Response) (*Boto3ConnectionSettingsV2Response, error)

ParseBoto3ConnectionSettingsV2Response parses an HTTP response from a Boto3ConnectionSettingsV2WithResponse call

func (Boto3ConnectionSettingsV2Response) Status

Status returns HTTPResponse.Status

func (Boto3ConnectionSettingsV2Response) StatusCode

func (r Boto3ConnectionSettingsV2Response) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 CancelAllResponse

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

func ParseCancelAllResponse

func ParseCancelAllResponse(rsp *http.Response) (*CancelAllResponse, error)

ParseCancelAllResponse parses an HTTP response from a CancelAllWithResponse call

func (CancelAllResponse) Status

func (r CancelAllResponse) Status() string

Status returns HTTPResponse.Status

func (CancelAllResponse) StatusCode

func (r CancelAllResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CancelPersistentQueuedJobsJSONBody

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

CancelPersistentQueuedJobsJSONBody defines parameters for CancelPersistentQueuedJobs.

type CancelPersistentQueuedJobsJSONRequestBody

type CancelPersistentQueuedJobsJSONRequestBody CancelPersistentQueuedJobsJSONBody

CancelPersistentQueuedJobsJSONRequestBody defines body for CancelPersistentQueuedJobs for application/json ContentType.

type CancelPersistentQueuedJobsResponse

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

func ParseCancelPersistentQueuedJobsResponse

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

ParseCancelPersistentQueuedJobsResponse parses an HTTP response from a CancelPersistentQueuedJobsWithResponse call

func (CancelPersistentQueuedJobsResponse) Status

Status returns HTTPResponse.Status

func (CancelPersistentQueuedJobsResponse) StatusCode

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 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

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

CancelSuspendedJobPostParams defines parameters for CancelSuspendedJobPost.

type CancelSuspendedJobPostResponse

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

func ParseCancelSuspendedJobPostResponse

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

ParseCancelSuspendedJobPostResponse parses an HTTP response from a CancelSuspendedJobPostWithResponse call

func (CancelSuspendedJobPostResponse) Status

Status returns HTTPResponse.Status

func (CancelSuspendedJobPostResponse) StatusCode

func (r CancelSuspendedJobPostResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Client

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

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

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

Client which conforms to the OpenAPI3 specification for this service.

func NewClient

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

Creates a new Client, with reasonable defaults

func (*Client) AcceptInvite

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

func (*Client) AcceptInviteWithBody

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

func (*Client) AddGranularAcls

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

func (*Client) AddGranularAclsWithBody

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

func (*Client) AddOwnerToFolder

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

func (*Client) AddOwnerToFolderWithBody

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

func (*Client) AddUser

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

func (*Client) AddUserToGroup

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

func (*Client) AddUserToGroupWithBody

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

func (*Client) AddUserWithBody

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

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

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

func (*Client) BackendUptodate

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) Boto3ConnectionSettingsV2

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

func (*Client) Boto3ConnectionSettingsV2WithBody

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

func (*Client) CancelAll

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

func (*Client) CancelPersistentQueuedJobs

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

func (*Client) CancelPersistentQueuedJobsWithBody

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) CancelSuspendedJobGet

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

func (*Client) CancelSuspendedJobPost

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

func (*Client) CancelSuspendedJobPostWithBody

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

func (*Client) ConnectCallback

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

func (*Client) ConnectCallbackWithBody

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

func (*Client) ConnectSlackCallback

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

func (*Client) ConnectSlackCallbackWithBody

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

func (*Client) CreateAccount

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

func (*Client) CreateAccountWithBody

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

func (*Client) CreateApp

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

func (*Client) CreateAppWithBody

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

func (*Client) CreateCapture

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

func (*Client) CreateDraft

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

func (*Client) CreateDraftWithBody

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

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

func (*Client) CreateFolderWithBody

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

func (*Client) CreateGroup

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

func (*Client) CreateGroupWithBody

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

func (*Client) CreateInput

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

func (*Client) CreateInputWithBody

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

func (*Client) CreateJobSignature

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

func (*Client) CreateRawApp

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

func (*Client) CreateRawAppWithBody

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

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

func (*Client) CreateTokenImpersonateWithBody

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

func (*Client) CreateTokenWithBody

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

func (*Client) CreateUser

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

func (*Client) CreateUserGlobally

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

func (*Client) CreateUserGloballyWithBody

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

func (*Client) CreateUserWithBody

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

func (*Client) CreateVariable

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

func (*Client) CreateVariableWithBody

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

func (*Client) CreateWorkspace

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

func (*Client) CreateWorkspaceWithBody

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

func (*Client) DatasetStorageTestConnection

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

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) DeleteConfig

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

func (*Client) DeleteDraft

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

func (*Client) DeleteFlowByPath

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

func (*Client) DeleteFolder

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

func (*Client) DeleteGroup

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

func (*Client) DeleteInput

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

func (*Client) DeleteInvite

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

func (*Client) DeleteInviteWithBody

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

func (*Client) DeleteRawApp

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

func (*Client) DeleteResource

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

func (*Client) DeleteResourceType

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

func (*Client) DeleteSchedule

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

func (*Client) DeleteScriptByHash

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

func (*Client) DeleteScriptByPath

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

func (*Client) DeleteToken

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

func (*Client) DeleteUser

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

func (*Client) DeleteVariable

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

func (*Client) DeleteWorkspace

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

func (*Client) DisconnectAccount

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

func (*Client) DisconnectSlack

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

func (*Client) DuckdbConnectionSettings

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

func (*Client) DuckdbConnectionSettingsV2

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

func (*Client) DuckdbConnectionSettingsV2WithBody

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

func (*Client) DuckdbConnectionSettingsWithBody

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

func (*Client) EditAutoInvite

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

func (*Client) EditAutoInviteWithBody

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

func (*Client) EditCopilotConfig

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

func (*Client) EditCopilotConfigWithBody

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

func (*Client) EditDeployTo

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

func (*Client) EditDeployToWithBody

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

func (*Client) EditErrorHandler

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

func (*Client) EditErrorHandlerWithBody

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

func (*Client) EditLargeFileStorageConfig

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

func (*Client) EditLargeFileStorageConfigWithBody

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

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

func (*Client) EditWebhookWithBody

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

func (*Client) EditWorkspaceGitSyncConfig

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

func (*Client) EditWorkspaceGitSyncConfigWithBody

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

func (*Client) EncryptValue

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

func (*Client) EncryptValueWithBody

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

func (*Client) ExecuteComponent

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

func (*Client) ExecuteComponentWithBody

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

func (*Client) ExistsApp

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

func (*Client) ExistsEmail

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) ExistsRawApp

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

func (*Client) ExistsResource

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

func (*Client) ExistsResourceType

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

func (*Client) ExistsSchedule

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

func (*Client) ExistsScriptByPath

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

func (*Client) ExistsUsername

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

func (*Client) ExistsUsernameWithBody

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

func (*Client) ExistsVariable

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

func (*Client) ExistsWorkerWithTag

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) ForceCancelQueuedJob

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

func (*Client) ForceCancelQueuedJobWithBody

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

func (*Client) GetAppByPath

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

func (*Client) GetAppByPathWithDraft

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

func (*Client) GetAppByVersion

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

func (*Client) GetAppHistoryByPath

func (c *Client) GetAppHistoryByPath(ctx context.Context, workspace WorkspaceId, path ScriptPath, 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

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

func (*Client) GetCompletedCount

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

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

func (*Client) GetCompletedJobResultMaybe

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

func (*Client) GetConfig

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

func (*Client) GetCopilotInfo

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

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

func (*Client) GetDbClock

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

func (*Client) GetDeployTo

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

func (*Client) GetFlowByPath

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

func (*Client) GetFlowByPathWithDraft

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

func (*Client) GetFlowInputHistoryByPath

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

func (*Client) GetFolder

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

func (*Client) GetFolderUsage

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

func (*Client) GetGlobal

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) GetHubAppById

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

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

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

func (*Client) GetInstanceGroup

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

func (*Client) GetIsPremium

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

func (*Client) GetJobLogs

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

func (*Client) GetJobUpdates

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

func (*Client) GetLargeFileStorageConfig

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

func (*Client) GetLicenseId

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

func (*Client) GetLocal

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

func (*Client) GetOpenApiYaml

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

func (*Client) GetPremiumInfo

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

func (*Client) GetPublicAppBySecret

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

func (*Client) GetPublicResource

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

func (*Client) GetPublicSecretOfApp

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

func (*Client) GetQueueCount

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

func (*Client) GetRawAppData

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

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

func (*Client) GetResourceValueInterpolated

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

func (*Client) GetResumeUrls

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

func (*Client) GetRunnable

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

func (*Client) GetSchedule

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

func (*Client) GetScriptByHash

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

func (*Client) GetScriptByPath

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

func (*Client) GetScriptByPathWithDraft

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

func (c *Client) GetScriptHistoryByPath(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

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

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

func (*Client) GetTutorialProgress

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

func (*Client) GetUsage

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

func (*Client) GetVariable

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

func (*Client) GetVariableValue

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

func (*Client) GlobalUserDelete

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

func (*Client) GlobalUserUpdate

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

func (*Client) GlobalUserUpdateWithBody

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

func (*Client) GlobalWhoami

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

func (*Client) InviteUser

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

func (*Client) InviteUserWithBody

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

func (*Client) IsDomainAllowed

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

func (*Client) IsOwnerOfPath

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

func (*Client) LeaveInstance

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

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

func (*Client) ListAuditLogs

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

func (*Client) ListCompletedJobs

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

func (*Client) ListContextualVariables

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

func (*Client) ListFlowPaths

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

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

func (*Client) ListFolders

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

func (*Client) ListGroupNames

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

func (*Client) ListGroups

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

func (*Client) ListHubApps

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

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

func (*Client) ListInputs

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

func (*Client) ListInstanceGroups

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

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

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

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

func (*Client) ListScriptPaths

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

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

func (*Client) ListSearchFlow

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

func (*Client) ListSearchResource

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

func (*Client) ListSearchScript

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

func (*Client) ListStoredFiles

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) ListUserWorkspaces

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

func (*Client) ListUsernames

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

func (*Client) ListUsers

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

func (*Client) ListUsersAsSuperAdmin

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

func (*Client) ListVariable

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

func (*Client) ListWorkerGroups

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) LoadFileMetadata

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

func (*Client) LoadFilePreview

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

func (*Client) Login

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

func (*Client) LoginWithBody

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

func (*Client) LoginWithOauth

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

func (*Client) LoginWithOauthWithBody

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

func (*Client) Logout

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

func (*Client) OpenaiSyncFlowByPath

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

func (*Client) OpenaiSyncFlowByPathWithBody

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

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

func (*Client) OpenaiSyncScriptByPathWithBody

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) PolarsConnectionSettings

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

func (*Client) PolarsConnectionSettingsV2

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

func (*Client) PolarsConnectionSettingsV2WithBody

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

func (*Client) PolarsConnectionSettingsWithBody

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

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

func (*Client) QueryResourceTypes

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

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

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

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

func (*Client) RemoveOwnerToFolderWithBody

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

func (*Client) RemoveUserToGroup

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

func (*Client) RemoveUserToGroupWithBody

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

func (*Client) RestartFlowAtStep

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

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

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

func (*Client) ResumeSuspendedFlowAsOwner

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

func (*Client) ResumeSuspendedFlowAsOwnerWithBody

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

func (*Client) ResumeSuspendedJobGet

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

func (*Client) ResumeSuspendedJobPost

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

func (*Client) ResumeSuspendedJobPostWithBody

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

func (*Client) RunFlowByPath

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

func (*Client) RunFlowByPathWithBody

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

func (*Client) RunFlowPreview

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

func (*Client) RunFlowPreviewWithBody

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

func (*Client) RunScriptByHash

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

func (*Client) RunScriptByHashWithBody

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

func (*Client) RunScriptByPath

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

func (*Client) RunScriptByPathWithBody

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

func (*Client) RunScriptPreview

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

func (*Client) RunScriptPreviewWithBody

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

func (*Client) RunSlackMessageTestJob

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

func (*Client) RunSlackMessageTestJobWithBody

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

func (*Client) RunWaitResultFlowByPath

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

func (*Client) RunWaitResultFlowByPathWithBody

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

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) SendStats

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

func (*Client) SetDefaultErrorOrRecoveryHandler

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

func (*Client) SetDefaultErrorOrRecoveryHandlerWithBody

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

func (*Client) SetGlobal

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

func (*Client) SetGlobalWithBody

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

func (*Client) SetPassword

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

func (*Client) SetPasswordWithBody

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

func (*Client) SetScheduleEnabled

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

func (*Client) SetScheduleEnabledWithBody

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

func (*Client) Star

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

func (*Client) StarWithBody

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

func (*Client) TestLicenseKey

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

func (*Client) TestLicenseKeyWithBody

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

func (*Client) TestSmtp

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

func (*Client) TestSmtpWithBody

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

func (*Client) ToggleWorkspaceErrorHandlerForFlow

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

func (*Client) ToggleWorkspaceErrorHandlerForFlowWithBody

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

func (*Client) ToggleWorkspaceErrorHandlerForScript

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

func (*Client) ToggleWorkspaceErrorHandlerForScriptWithBody

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

func (*Client) UnarchiveWorkspace

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

func (*Client) Unstar

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

func (*Client) UnstarWithBody

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

func (*Client) UpdateApp

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

func (*Client) UpdateAppHistory

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

func (*Client) UpdateAppHistoryWithBody

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

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

func (*Client) UpdateCapture

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

func (*Client) UpdateConfig

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

func (*Client) UpdateConfigWithBody

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

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

func (*Client) UpdateFolderWithBody

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

func (*Client) UpdateGroup

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

func (*Client) UpdateGroupWithBody

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

func (*Client) UpdateInput

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

func (*Client) UpdateInputWithBody

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

func (*Client) UpdateRawApp

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

func (*Client) UpdateRawAppWithBody

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

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

func (*Client) UpdateResourceValueWithBody

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

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

func (*Client) UpdateScriptHistoryWithBody

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

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

func (*Client) UpdateTutorialProgressWithBody

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) Whoami

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

func (*Client) Whois

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

type ClientInterface

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	// CancelSuspendedJobPost request with any body
	CancelSuspendedJobPostWithBody(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobPostParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	// ResumeSuspendedJobPost request with any body
	ResumeSuspendedJobPostWithBody(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobPostParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	// CreateWorkspace request with any body
	CreateWorkspaceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateWorkspace(ctx context.Context, body CreateWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteWorkspace request
	DeleteWorkspace(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExistsWorkspace request with any body
	ExistsWorkspaceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ExistsWorkspace(ctx context.Context, body ExistsWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExistsUsername request with any body
	ExistsUsernameWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ExistsUsername(ctx context.Context, body ExistsUsernameJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListWorkspaces request
	ListWorkspaces(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListWorkspacesAsSuperAdmin request
	ListWorkspacesAsSuperAdmin(ctx context.Context, params *ListWorkspacesAsSuperAdminParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UnarchiveWorkspace request
	UnarchiveWorkspace(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListUserWorkspaces request
	ListUserWorkspaces(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
}

The interface specification for the client above.

type ClientName

type ClientName = string

ClientName defines model for ClientName.

type ClientOption

type ClientOption func(*Client) error

ClientOption allows setting custom parameters during construction

func WithBaseURL

func WithBaseURL(baseURL string) ClientOption

WithBaseURL overrides the baseURL.

func WithHTTPClient

func WithHTTPClient(doer HttpRequestDoer) ClientOption

WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.

func WithRequestEditorFn

func WithRequestEditorFn(fn RequestEditorFn) ClientOption

WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request. This can be used to mutate the request.

type ClientWithResponses

type ClientWithResponses struct {
	ClientInterface
}

ClientWithResponses builds on ClientInterface to offer response payloads

func NewClientWithResponses

func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)

NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling

func (*ClientWithResponses) AcceptInviteWithBodyWithResponse

func (c *ClientWithResponses) AcceptInviteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AcceptInviteResponse, error)

AcceptInviteWithBodyWithResponse request with arbitrary body returning *AcceptInviteResponse

func (*ClientWithResponses) AcceptInviteWithResponse

func (c *ClientWithResponses) AcceptInviteWithResponse(ctx context.Context, body AcceptInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*AcceptInviteResponse, error)

func (*ClientWithResponses) AddGranularAclsWithBodyWithResponse

func (c *ClientWithResponses) AddGranularAclsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, kind AddGranularAclsParamsKind, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddGranularAclsResponse, error)

AddGranularAclsWithBodyWithResponse request with arbitrary body returning *AddGranularAclsResponse

func (*ClientWithResponses) AddGranularAclsWithResponse

func (c *ClientWithResponses) AddGranularAclsWithResponse(ctx context.Context, workspace WorkspaceId, kind AddGranularAclsParamsKind, path Path, body AddGranularAclsJSONRequestBody, reqEditors ...RequestEditorFn) (*AddGranularAclsResponse, error)

func (*ClientWithResponses) AddOwnerToFolderWithBodyWithResponse

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

func (c *ClientWithResponses) AddOwnerToFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body AddOwnerToFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*AddOwnerToFolderResponse, error)

func (*ClientWithResponses) AddUserToGroupWithBodyWithResponse

func (c *ClientWithResponses) AddUserToGroupWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddUserToGroupResponse, error)

AddUserToGroupWithBodyWithResponse request with arbitrary body returning *AddUserToGroupResponse

func (*ClientWithResponses) AddUserToGroupWithResponse

func (c *ClientWithResponses) AddUserToGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body AddUserToGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*AddUserToGroupResponse, error)

func (*ClientWithResponses) AddUserWithBodyWithResponse

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

func (c *ClientWithResponses) AddUserWithResponse(ctx context.Context, workspace WorkspaceId, body AddUserJSONRequestBody, reqEditors ...RequestEditorFn) (*AddUserResponse, error)

func (*ClientWithResponses) ArchiveFlowByPathWithBodyWithResponse

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

func (c *ClientWithResponses) ArchiveWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ArchiveWorkspaceResponse, error)

ArchiveWorkspaceWithResponse request returning *ArchiveWorkspaceResponse

func (*ClientWithResponses) BackendUptodateWithResponse

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) Boto3ConnectionSettingsV2WithBodyWithResponse

func (c *ClientWithResponses) Boto3ConnectionSettingsV2WithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*Boto3ConnectionSettingsV2Response, error)

Boto3ConnectionSettingsV2WithBodyWithResponse request with arbitrary body returning *Boto3ConnectionSettingsV2Response

func (*ClientWithResponses) Boto3ConnectionSettingsV2WithResponse

func (c *ClientWithResponses) Boto3ConnectionSettingsV2WithResponse(ctx context.Context, workspace WorkspaceId, body Boto3ConnectionSettingsV2JSONRequestBody, reqEditors ...RequestEditorFn) (*Boto3ConnectionSettingsV2Response, error)

func (*ClientWithResponses) CancelAllWithResponse

func (c *ClientWithResponses) CancelAllWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*CancelAllResponse, error)

CancelAllWithResponse request returning *CancelAllResponse

func (*ClientWithResponses) CancelPersistentQueuedJobsWithBodyWithResponse

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

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) CancelSuspendedJobGetWithResponse

func (c *ClientWithResponses) CancelSuspendedJobGetWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobGetParams, reqEditors ...RequestEditorFn) (*CancelSuspendedJobGetResponse, error)

CancelSuspendedJobGetWithResponse request returning *CancelSuspendedJobGetResponse

func (*ClientWithResponses) CancelSuspendedJobPostWithBodyWithResponse

func (c *ClientWithResponses) CancelSuspendedJobPostWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobPostParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CancelSuspendedJobPostResponse, error)

CancelSuspendedJobPostWithBodyWithResponse request with arbitrary body returning *CancelSuspendedJobPostResponse

func (*ClientWithResponses) CancelSuspendedJobPostWithResponse

func (c *ClientWithResponses) CancelSuspendedJobPostWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobPostParams, body CancelSuspendedJobPostJSONRequestBody, reqEditors ...RequestEditorFn) (*CancelSuspendedJobPostResponse, error)

func (*ClientWithResponses) ConnectCallbackWithBodyWithResponse

func (c *ClientWithResponses) ConnectCallbackWithBodyWithResponse(ctx context.Context, clientName ClientName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConnectCallbackResponse, error)

ConnectCallbackWithBodyWithResponse request with arbitrary body returning *ConnectCallbackResponse

func (*ClientWithResponses) ConnectCallbackWithResponse

func (c *ClientWithResponses) ConnectCallbackWithResponse(ctx context.Context, clientName ClientName, body ConnectCallbackJSONRequestBody, reqEditors ...RequestEditorFn) (*ConnectCallbackResponse, error)

func (*ClientWithResponses) ConnectSlackCallbackWithBodyWithResponse

func (c *ClientWithResponses) ConnectSlackCallbackWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConnectSlackCallbackResponse, error)

ConnectSlackCallbackWithBodyWithResponse request with arbitrary body returning *ConnectSlackCallbackResponse

func (*ClientWithResponses) ConnectSlackCallbackWithResponse

func (c *ClientWithResponses) ConnectSlackCallbackWithResponse(ctx context.Context, workspace WorkspaceId, body ConnectSlackCallbackJSONRequestBody, reqEditors ...RequestEditorFn) (*ConnectSlackCallbackResponse, error)

func (*ClientWithResponses) CreateAccountWithBodyWithResponse

func (c *ClientWithResponses) CreateAccountWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAccountResponse, error)

CreateAccountWithBodyWithResponse request with arbitrary body returning *CreateAccountResponse

func (*ClientWithResponses) CreateAccountWithResponse

func (c *ClientWithResponses) CreateAccountWithResponse(ctx context.Context, workspace WorkspaceId, body CreateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAccountResponse, error)

func (*ClientWithResponses) CreateAppWithBodyWithResponse

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

func (c *ClientWithResponses) CreateAppWithResponse(ctx context.Context, workspace WorkspaceId, body CreateAppJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAppResponse, error)

func (*ClientWithResponses) CreateCaptureWithResponse

func (c *ClientWithResponses) CreateCaptureWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*CreateCaptureResponse, error)

CreateCaptureWithResponse request returning *CreateCaptureResponse

func (*ClientWithResponses) CreateDraftWithBodyWithResponse

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

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

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

func (c *ClientWithResponses) CreateFolderWithResponse(ctx context.Context, workspace WorkspaceId, body CreateFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateFolderResponse, error)

func (*ClientWithResponses) CreateGroupWithBodyWithResponse

func (c *ClientWithResponses) CreateGroupWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateGroupResponse, error)

CreateGroupWithBodyWithResponse request with arbitrary body returning *CreateGroupResponse

func (*ClientWithResponses) CreateGroupWithResponse

func (c *ClientWithResponses) CreateGroupWithResponse(ctx context.Context, workspace WorkspaceId, body CreateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateGroupResponse, error)

func (*ClientWithResponses) CreateInputWithBodyWithResponse

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

func (c *ClientWithResponses) CreateInputWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateInputParams, body CreateInputJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateInputResponse, error)

func (*ClientWithResponses) CreateJobSignatureWithResponse

func (c *ClientWithResponses) CreateJobSignatureWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, params *CreateJobSignatureParams, reqEditors ...RequestEditorFn) (*CreateJobSignatureResponse, error)

CreateJobSignatureWithResponse request returning *CreateJobSignatureResponse

func (*ClientWithResponses) CreateRawAppWithBodyWithResponse

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

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

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

func (c *ClientWithResponses) CreateTokenImpersonateWithResponse(ctx context.Context, body CreateTokenImpersonateJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTokenImpersonateResponse, error)

func (*ClientWithResponses) CreateTokenWithBodyWithResponse

func (c *ClientWithResponses) CreateTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTokenResponse, error)

CreateTokenWithBodyWithResponse request with arbitrary body returning *CreateTokenResponse

func (*ClientWithResponses) CreateTokenWithResponse

func (c *ClientWithResponses) CreateTokenWithResponse(ctx context.Context, body CreateTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTokenResponse, error)

func (*ClientWithResponses) CreateUserGloballyWithBodyWithResponse

func (c *ClientWithResponses) CreateUserGloballyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserGloballyResponse, error)

CreateUserGloballyWithBodyWithResponse request with arbitrary body returning *CreateUserGloballyResponse

func (*ClientWithResponses) CreateUserGloballyWithResponse

func (c *ClientWithResponses) CreateUserGloballyWithResponse(ctx context.Context, body CreateUserGloballyJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserGloballyResponse, error)

func (*ClientWithResponses) CreateUserWithBodyWithResponse

func (c *ClientWithResponses) CreateUserWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)

CreateUserWithBodyWithResponse request with arbitrary body returning *CreateUserResponse

func (*ClientWithResponses) CreateUserWithResponse

func (c *ClientWithResponses) CreateUserWithResponse(ctx context.Context, workspace WorkspaceId, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)

func (*ClientWithResponses) CreateVariableWithBodyWithResponse

func (c *ClientWithResponses) CreateVariableWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateVariableParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateVariableResponse, error)

CreateVariableWithBodyWithResponse request with arbitrary body returning *CreateVariableResponse

func (*ClientWithResponses) CreateVariableWithResponse

func (c *ClientWithResponses) CreateVariableWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateVariableParams, body CreateVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateVariableResponse, error)

func (*ClientWithResponses) CreateWorkspaceWithBodyWithResponse

func (c *ClientWithResponses) CreateWorkspaceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWorkspaceResponse, error)

CreateWorkspaceWithBodyWithResponse request with arbitrary body returning *CreateWorkspaceResponse

func (*ClientWithResponses) CreateWorkspaceWithResponse

func (c *ClientWithResponses) CreateWorkspaceWithResponse(ctx context.Context, body CreateWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWorkspaceResponse, error)

func (*ClientWithResponses) DatasetStorageTestConnectionWithResponse

func (c *ClientWithResponses) DatasetStorageTestConnectionWithResponse(ctx context.Context, workspace WorkspaceId, 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

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) DeleteConfigWithResponse

func (c *ClientWithResponses) DeleteConfigWithResponse(ctx context.Context, name Name, reqEditors ...RequestEditorFn) (*DeleteConfigResponse, error)

DeleteConfigWithResponse request returning *DeleteConfigResponse

func (*ClientWithResponses) DeleteDraftWithResponse

func (c *ClientWithResponses) DeleteDraftWithResponse(ctx context.Context, workspace WorkspaceId, kind DeleteDraftParamsKind, path ScriptPath, reqEditors ...RequestEditorFn) (*DeleteDraftResponse, error)

DeleteDraftWithResponse request returning *DeleteDraftResponse

func (*ClientWithResponses) DeleteFlowByPathWithResponse

func (c *ClientWithResponses) DeleteFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*DeleteFlowByPathResponse, error)

DeleteFlowByPathWithResponse request returning *DeleteFlowByPathResponse

func (*ClientWithResponses) DeleteFolderWithResponse

func (c *ClientWithResponses) DeleteFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*DeleteFolderResponse, error)

DeleteFolderWithResponse request returning *DeleteFolderResponse

func (*ClientWithResponses) DeleteGroupWithResponse

func (c *ClientWithResponses) DeleteGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*DeleteGroupResponse, error)

DeleteGroupWithResponse request returning *DeleteGroupResponse

func (*ClientWithResponses) DeleteInputWithResponse

func (c *ClientWithResponses) DeleteInputWithResponse(ctx context.Context, workspace WorkspaceId, input InputId, reqEditors ...RequestEditorFn) (*DeleteInputResponse, error)

DeleteInputWithResponse request returning *DeleteInputResponse

func (*ClientWithResponses) DeleteInviteWithBodyWithResponse

func (c *ClientWithResponses) DeleteInviteWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteInviteResponse, error)

DeleteInviteWithBodyWithResponse request with arbitrary body returning *DeleteInviteResponse

func (*ClientWithResponses) DeleteInviteWithResponse

func (c *ClientWithResponses) DeleteInviteWithResponse(ctx context.Context, workspace WorkspaceId, body DeleteInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteInviteResponse, error)

func (*ClientWithResponses) DeleteRawAppWithResponse

func (c *ClientWithResponses) DeleteRawAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteRawAppResponse, error)

DeleteRawAppWithResponse request returning *DeleteRawAppResponse

func (*ClientWithResponses) DeleteResourceTypeWithResponse

func (c *ClientWithResponses) DeleteResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteResourceTypeResponse, error)

DeleteResourceTypeWithResponse request returning *DeleteResourceTypeResponse

func (*ClientWithResponses) DeleteResourceWithResponse

func (c *ClientWithResponses) DeleteResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteResourceResponse, error)

DeleteResourceWithResponse request returning *DeleteResourceResponse

func (*ClientWithResponses) DeleteScheduleWithResponse

func (c *ClientWithResponses) DeleteScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteScheduleResponse, error)

DeleteScheduleWithResponse request returning *DeleteScheduleResponse

func (*ClientWithResponses) DeleteScriptByHashWithResponse

func (c *ClientWithResponses) DeleteScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*DeleteScriptByHashResponse, error)

DeleteScriptByHashWithResponse request returning *DeleteScriptByHashResponse

func (*ClientWithResponses) DeleteScriptByPathWithResponse

func (c *ClientWithResponses) DeleteScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*DeleteScriptByPathResponse, error)

DeleteScriptByPathWithResponse request returning *DeleteScriptByPathResponse

func (*ClientWithResponses) DeleteTokenWithResponse

func (c *ClientWithResponses) DeleteTokenWithResponse(ctx context.Context, tokenPrefix string, reqEditors ...RequestEditorFn) (*DeleteTokenResponse, error)

DeleteTokenWithResponse request returning *DeleteTokenResponse

func (*ClientWithResponses) DeleteUserWithResponse

func (c *ClientWithResponses) DeleteUserWithResponse(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*DeleteUserResponse, error)

DeleteUserWithResponse request returning *DeleteUserResponse

func (*ClientWithResponses) DeleteVariableWithResponse

func (c *ClientWithResponses) DeleteVariableWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteVariableResponse, error)

DeleteVariableWithResponse request returning *DeleteVariableResponse

func (*ClientWithResponses) DeleteWorkspaceWithResponse

func (c *ClientWithResponses) DeleteWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*DeleteWorkspaceResponse, error)

DeleteWorkspaceWithResponse request returning *DeleteWorkspaceResponse

func (*ClientWithResponses) DisconnectAccountWithResponse

func (c *ClientWithResponses) DisconnectAccountWithResponse(ctx context.Context, workspace WorkspaceId, id AccountId, reqEditors ...RequestEditorFn) (*DisconnectAccountResponse, error)

DisconnectAccountWithResponse request returning *DisconnectAccountResponse

func (*ClientWithResponses) DisconnectSlackWithResponse

func (c *ClientWithResponses) DisconnectSlackWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*DisconnectSlackResponse, error)

DisconnectSlackWithResponse request returning *DisconnectSlackResponse

func (*ClientWithResponses) DuckdbConnectionSettingsV2WithBodyWithResponse

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

func (c *ClientWithResponses) DuckdbConnectionSettingsV2WithResponse(ctx context.Context, workspace WorkspaceId, body DuckdbConnectionSettingsV2JSONRequestBody, reqEditors ...RequestEditorFn) (*DuckdbConnectionSettingsV2Response, error)

func (*ClientWithResponses) DuckdbConnectionSettingsWithBodyWithResponse

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

func (c *ClientWithResponses) DuckdbConnectionSettingsWithResponse(ctx context.Context, workspace WorkspaceId, body DuckdbConnectionSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*DuckdbConnectionSettingsResponse, error)

func (*ClientWithResponses) EditAutoInviteWithBodyWithResponse

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

func (c *ClientWithResponses) EditAutoInviteWithResponse(ctx context.Context, workspace WorkspaceId, body EditAutoInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*EditAutoInviteResponse, error)

func (*ClientWithResponses) EditCopilotConfigWithBodyWithResponse

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

func (c *ClientWithResponses) EditCopilotConfigWithResponse(ctx context.Context, workspace WorkspaceId, body EditCopilotConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*EditCopilotConfigResponse, error)

func (*ClientWithResponses) EditDeployToWithBodyWithResponse

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

func (c *ClientWithResponses) EditDeployToWithResponse(ctx context.Context, workspace WorkspaceId, body EditDeployToJSONRequestBody, reqEditors ...RequestEditorFn) (*EditDeployToResponse, error)

func (*ClientWithResponses) EditErrorHandlerWithBodyWithResponse

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

func (c *ClientWithResponses) EditErrorHandlerWithResponse(ctx context.Context, workspace WorkspaceId, body EditErrorHandlerJSONRequestBody, reqEditors ...RequestEditorFn) (*EditErrorHandlerResponse, error)

func (*ClientWithResponses) EditLargeFileStorageConfigWithBodyWithResponse

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

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

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

func (c *ClientWithResponses) EditWebhookWithResponse(ctx context.Context, workspace WorkspaceId, body EditWebhookJSONRequestBody, reqEditors ...RequestEditorFn) (*EditWebhookResponse, error)

func (*ClientWithResponses) EditWorkspaceGitSyncConfigWithBodyWithResponse

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

func (c *ClientWithResponses) EditWorkspaceGitSyncConfigWithResponse(ctx context.Context, workspace WorkspaceId, body EditWorkspaceGitSyncConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*EditWorkspaceGitSyncConfigResponse, error)

func (*ClientWithResponses) EncryptValueWithBodyWithResponse

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

func (c *ClientWithResponses) EncryptValueWithResponse(ctx context.Context, workspace WorkspaceId, body EncryptValueJSONRequestBody, reqEditors ...RequestEditorFn) (*EncryptValueResponse, error)

func (*ClientWithResponses) ExecuteComponentWithBodyWithResponse

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

func (c *ClientWithResponses) ExecuteComponentWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ExecuteComponentJSONRequestBody, reqEditors ...RequestEditorFn) (*ExecuteComponentResponse, error)

func (*ClientWithResponses) ExistsAppWithResponse

func (c *ClientWithResponses) ExistsAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsAppResponse, error)

ExistsAppWithResponse request returning *ExistsAppResponse

func (*ClientWithResponses) ExistsEmailWithResponse

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) ExistsRawAppWithResponse

func (c *ClientWithResponses) ExistsRawAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsRawAppResponse, error)

ExistsRawAppWithResponse request returning *ExistsRawAppResponse

func (*ClientWithResponses) ExistsResourceTypeWithResponse

func (c *ClientWithResponses) ExistsResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsResourceTypeResponse, error)

ExistsResourceTypeWithResponse request returning *ExistsResourceTypeResponse

func (*ClientWithResponses) ExistsResourceWithResponse

func (c *ClientWithResponses) ExistsResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsResourceResponse, error)

ExistsResourceWithResponse request returning *ExistsResourceResponse

func (*ClientWithResponses) ExistsScheduleWithResponse

func (c *ClientWithResponses) ExistsScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsScheduleResponse, error)

ExistsScheduleWithResponse request returning *ExistsScheduleResponse

func (*ClientWithResponses) ExistsScriptByPathWithResponse

func (c *ClientWithResponses) ExistsScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*ExistsScriptByPathResponse, error)

ExistsScriptByPathWithResponse request returning *ExistsScriptByPathResponse

func (*ClientWithResponses) ExistsUsernameWithBodyWithResponse

func (c *ClientWithResponses) ExistsUsernameWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExistsUsernameResponse, error)

ExistsUsernameWithBodyWithResponse request with arbitrary body returning *ExistsUsernameResponse

func (*ClientWithResponses) ExistsUsernameWithResponse

func (c *ClientWithResponses) ExistsUsernameWithResponse(ctx context.Context, body ExistsUsernameJSONRequestBody, reqEditors ...RequestEditorFn) (*ExistsUsernameResponse, error)

func (*ClientWithResponses) ExistsVariableWithResponse

func (c *ClientWithResponses) ExistsVariableWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsVariableResponse, error)

ExistsVariableWithResponse request returning *ExistsVariableResponse

func (*ClientWithResponses) ExistsWorkerWithTagWithResponse

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) ForceCancelQueuedJobWithBodyWithResponse

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

func (c *ClientWithResponses) ForceCancelQueuedJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, body ForceCancelQueuedJobJSONRequestBody, reqEditors ...RequestEditorFn) (*ForceCancelQueuedJobResponse, error)

func (*ClientWithResponses) GetAppByPathWithDraftWithResponse

func (c *ClientWithResponses) GetAppByPathWithDraftWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetAppByPathWithDraftResponse, error)

GetAppByPathWithDraftWithResponse request returning *GetAppByPathWithDraftResponse

func (*ClientWithResponses) GetAppByPathWithResponse

func (c *ClientWithResponses) GetAppByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetAppByPathResponse, error)

GetAppByPathWithResponse request returning *GetAppByPathResponse

func (*ClientWithResponses) GetAppByVersionWithResponse

func (c *ClientWithResponses) GetAppByVersionWithResponse(ctx context.Context, workspace WorkspaceId, id PathId, reqEditors ...RequestEditorFn) (*GetAppByVersionResponse, error)

GetAppByVersionWithResponse request returning *GetAppByVersionResponse

func (*ClientWithResponses) GetAppHistoryByPathWithResponse

func (c *ClientWithResponses) GetAppHistoryByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetAppHistoryByPathResponse, error)

GetAppHistoryByPathWithResponse request returning *GetAppHistoryByPathResponse

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

func (c *ClientWithResponses) GetCaptureWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetCaptureResponse, error)

GetCaptureWithResponse request returning *GetCaptureResponse

func (*ClientWithResponses) GetCompletedCountWithResponse

func (c *ClientWithResponses) GetCompletedCountWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetCompletedCountResponse, error)

GetCompletedCountWithResponse request returning *GetCompletedCountResponse

func (*ClientWithResponses) GetCompletedJobResultMaybeWithResponse

func (c *ClientWithResponses) GetCompletedJobResultMaybeWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, params *GetCompletedJobResultMaybeParams, reqEditors ...RequestEditorFn) (*GetCompletedJobResultMaybeResponse, error)

GetCompletedJobResultMaybeWithResponse request returning *GetCompletedJobResultMaybeResponse

func (*ClientWithResponses) GetCompletedJobResultWithResponse

func (c *ClientWithResponses) GetCompletedJobResultWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetCompletedJobResultResponse, error)

GetCompletedJobResultWithResponse request returning *GetCompletedJobResultResponse

func (*ClientWithResponses) GetCompletedJobWithResponse

func (c *ClientWithResponses) GetCompletedJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetCompletedJobResponse, error)

GetCompletedJobWithResponse request returning *GetCompletedJobResponse

func (*ClientWithResponses) GetConfigWithResponse

func (c *ClientWithResponses) GetConfigWithResponse(ctx context.Context, name Name, reqEditors ...RequestEditorFn) (*GetConfigResponse, error)

GetConfigWithResponse request returning *GetConfigResponse

func (*ClientWithResponses) GetCopilotInfoWithResponse

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

func (c *ClientWithResponses) GetCustomTagsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCustomTagsResponse, error)

GetCustomTagsWithResponse request returning *GetCustomTagsResponse

func (*ClientWithResponses) GetDbClockWithResponse

func (c *ClientWithResponses) GetDbClockWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetDbClockResponse, error)

GetDbClockWithResponse request returning *GetDbClockResponse

func (*ClientWithResponses) GetDeployToWithResponse

func (c *ClientWithResponses) GetDeployToWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetDeployToResponse, error)

GetDeployToWithResponse request returning *GetDeployToResponse

func (*ClientWithResponses) GetFlowByPathWithDraftWithResponse

func (c *ClientWithResponses) GetFlowByPathWithDraftWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetFlowByPathWithDraftResponse, error)

GetFlowByPathWithDraftWithResponse request returning *GetFlowByPathWithDraftResponse

func (*ClientWithResponses) GetFlowByPathWithResponse

func (c *ClientWithResponses) GetFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetFlowByPathResponse, error)

GetFlowByPathWithResponse request returning *GetFlowByPathResponse

func (*ClientWithResponses) GetFlowInputHistoryByPathWithResponse

func (c *ClientWithResponses) GetFlowInputHistoryByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *GetFlowInputHistoryByPathParams, reqEditors ...RequestEditorFn) (*GetFlowInputHistoryByPathResponse, error)

GetFlowInputHistoryByPathWithResponse request returning *GetFlowInputHistoryByPathResponse

func (*ClientWithResponses) GetFolderUsageWithResponse

func (c *ClientWithResponses) GetFolderUsageWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*GetFolderUsageResponse, error)

GetFolderUsageWithResponse request returning *GetFolderUsageResponse

func (*ClientWithResponses) GetFolderWithResponse

func (c *ClientWithResponses) GetFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*GetFolderResponse, error)

GetFolderWithResponse request returning *GetFolderResponse

func (*ClientWithResponses) GetGlobalWithResponse

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) GetHubAppByIdWithResponse

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

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

func (c *ClientWithResponses) GetInputHistoryWithResponse(ctx context.Context, workspace WorkspaceId, params *GetInputHistoryParams, reqEditors ...RequestEditorFn) (*GetInputHistoryResponse, error)

GetInputHistoryWithResponse request returning *GetInputHistoryResponse

func (*ClientWithResponses) GetInstanceGroupWithResponse

func (c *ClientWithResponses) GetInstanceGroupWithResponse(ctx context.Context, name Name, reqEditors ...RequestEditorFn) (*GetInstanceGroupResponse, error)

GetInstanceGroupWithResponse request returning *GetInstanceGroupResponse

func (*ClientWithResponses) GetIsPremiumWithResponse

func (c *ClientWithResponses) GetIsPremiumWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetIsPremiumResponse, error)

GetIsPremiumWithResponse request returning *GetIsPremiumResponse

func (*ClientWithResponses) GetJobLogsWithResponse

func (c *ClientWithResponses) GetJobLogsWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetJobLogsResponse, error)

GetJobLogsWithResponse request returning *GetJobLogsResponse

func (*ClientWithResponses) GetJobUpdatesWithResponse

func (c *ClientWithResponses) GetJobUpdatesWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, params *GetJobUpdatesParams, reqEditors ...RequestEditorFn) (*GetJobUpdatesResponse, error)

GetJobUpdatesWithResponse request returning *GetJobUpdatesResponse

func (*ClientWithResponses) GetJobWithResponse

func (c *ClientWithResponses) GetJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetJobResponse, error)

GetJobWithResponse request returning *GetJobResponse

func (*ClientWithResponses) GetLargeFileStorageConfigWithResponse

func (c *ClientWithResponses) GetLargeFileStorageConfigWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetLargeFileStorageConfigResponse, error)

GetLargeFileStorageConfigWithResponse request returning *GetLargeFileStorageConfigResponse

func (*ClientWithResponses) GetLicenseIdWithResponse

func (c *ClientWithResponses) GetLicenseIdWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetLicenseIdResponse, error)

GetLicenseIdWithResponse request returning *GetLicenseIdResponse

func (*ClientWithResponses) GetLocalWithResponse

func (c *ClientWithResponses) GetLocalWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetLocalResponse, error)

GetLocalWithResponse request returning *GetLocalResponse

func (*ClientWithResponses) GetOpenApiYamlWithResponse

func (c *ClientWithResponses) GetOpenApiYamlWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetOpenApiYamlResponse, error)

GetOpenApiYamlWithResponse request returning *GetOpenApiYamlResponse

func (*ClientWithResponses) GetPremiumInfoWithResponse

func (c *ClientWithResponses) GetPremiumInfoWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetPremiumInfoResponse, error)

GetPremiumInfoWithResponse request returning *GetPremiumInfoResponse

func (*ClientWithResponses) GetPublicAppBySecretWithResponse

func (c *ClientWithResponses) GetPublicAppBySecretWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetPublicAppBySecretResponse, error)

GetPublicAppBySecretWithResponse request returning *GetPublicAppBySecretResponse

func (*ClientWithResponses) GetPublicResourceWithResponse

func (c *ClientWithResponses) GetPublicResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetPublicResourceResponse, error)

GetPublicResourceWithResponse request returning *GetPublicResourceResponse

func (*ClientWithResponses) GetPublicSecretOfAppWithResponse

func (c *ClientWithResponses) GetPublicSecretOfAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetPublicSecretOfAppResponse, error)

GetPublicSecretOfAppWithResponse request returning *GetPublicSecretOfAppResponse

func (*ClientWithResponses) GetQueueCountWithResponse

func (c *ClientWithResponses) GetQueueCountWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetQueueCountResponse, error)

GetQueueCountWithResponse request returning *GetQueueCountResponse

func (*ClientWithResponses) GetRawAppDataWithResponse

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

func (c *ClientWithResponses) GetResourceValueInterpolatedWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *GetResourceValueInterpolatedParams, reqEditors ...RequestEditorFn) (*GetResourceValueInterpolatedResponse, error)

GetResourceValueInterpolatedWithResponse request returning *GetResourceValueInterpolatedResponse

func (*ClientWithResponses) GetResourceValueWithResponse

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

func (c *ClientWithResponses) GetResumeUrlsWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, params *GetResumeUrlsParams, reqEditors ...RequestEditorFn) (*GetResumeUrlsResponse, error)

GetResumeUrlsWithResponse request returning *GetResumeUrlsResponse

func (*ClientWithResponses) GetRunnableWithResponse

func (c *ClientWithResponses) GetRunnableWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetRunnableResponse, error)

GetRunnableWithResponse request returning *GetRunnableResponse

func (*ClientWithResponses) GetScheduleWithResponse

func (c *ClientWithResponses) GetScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetScheduleResponse, error)

GetScheduleWithResponse request returning *GetScheduleResponse

func (*ClientWithResponses) GetScriptByHashWithResponse

func (c *ClientWithResponses) GetScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*GetScriptByHashResponse, error)

GetScriptByHashWithResponse request returning *GetScriptByHashResponse

func (*ClientWithResponses) GetScriptByPathWithDraftWithResponse

func (c *ClientWithResponses) GetScriptByPathWithDraftWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetScriptByPathWithDraftResponse, error)

GetScriptByPathWithDraftWithResponse request returning *GetScriptByPathWithDraftResponse

func (*ClientWithResponses) GetScriptByPathWithResponse

func (c *ClientWithResponses) GetScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetScriptByPathResponse, error)

GetScriptByPathWithResponse request returning *GetScriptByPathResponse

func (*ClientWithResponses) GetScriptDeploymentStatusWithResponse

func (c *ClientWithResponses) GetScriptDeploymentStatusWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*GetScriptDeploymentStatusResponse, error)

GetScriptDeploymentStatusWithResponse request returning *GetScriptDeploymentStatusResponse

func (*ClientWithResponses) GetScriptHistoryByPathWithResponse

func (c *ClientWithResponses) GetScriptHistoryByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetScriptHistoryByPathResponse, error)

GetScriptHistoryByPathWithResponse request returning *GetScriptHistoryByPathResponse

func (*ClientWithResponses) GetSettingsWithResponse

func (c *ClientWithResponses) GetSettingsWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetSettingsResponse, error)

GetSettingsWithResponse request returning *GetSettingsResponse

func (*ClientWithResponses) GetSuspendedJobFlowWithResponse

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

func (c *ClientWithResponses) GetTopHubScriptsWithResponse(ctx context.Context, params *GetTopHubScriptsParams, reqEditors ...RequestEditorFn) (*GetTopHubScriptsResponse, error)

GetTopHubScriptsWithResponse request returning *GetTopHubScriptsResponse

func (*ClientWithResponses) GetTutorialProgressWithResponse

func (c *ClientWithResponses) GetTutorialProgressWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTutorialProgressResponse, error)

GetTutorialProgressWithResponse request returning *GetTutorialProgressResponse

func (*ClientWithResponses) GetUsageWithResponse

func (c *ClientWithResponses) GetUsageWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUsageResponse, error)

GetUsageWithResponse request returning *GetUsageResponse

func (*ClientWithResponses) GetVariableValueWithResponse

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) GlobalUserDeleteWithResponse

func (c *ClientWithResponses) GlobalUserDeleteWithResponse(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*GlobalUserDeleteResponse, error)

GlobalUserDeleteWithResponse request returning *GlobalUserDeleteResponse

func (*ClientWithResponses) GlobalUserUpdateWithBodyWithResponse

func (c *ClientWithResponses) GlobalUserUpdateWithBodyWithResponse(ctx context.Context, email string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GlobalUserUpdateResponse, error)

GlobalUserUpdateWithBodyWithResponse request with arbitrary body returning *GlobalUserUpdateResponse

func (*ClientWithResponses) GlobalUserUpdateWithResponse

func (c *ClientWithResponses) GlobalUserUpdateWithResponse(ctx context.Context, email string, body GlobalUserUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*GlobalUserUpdateResponse, error)

func (*ClientWithResponses) GlobalWhoamiWithResponse

func (c *ClientWithResponses) GlobalWhoamiWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GlobalWhoamiResponse, error)

GlobalWhoamiWithResponse request returning *GlobalWhoamiResponse

func (*ClientWithResponses) InviteUserWithBodyWithResponse

func (c *ClientWithResponses) InviteUserWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InviteUserResponse, error)

InviteUserWithBodyWithResponse request with arbitrary body returning *InviteUserResponse

func (*ClientWithResponses) InviteUserWithResponse

func (c *ClientWithResponses) InviteUserWithResponse(ctx context.Context, workspace WorkspaceId, body InviteUserJSONRequestBody, reqEditors ...RequestEditorFn) (*InviteUserResponse, error)

func (*ClientWithResponses) IsDomainAllowedWithResponse

func (c *ClientWithResponses) IsDomainAllowedWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*IsDomainAllowedResponse, error)

IsDomainAllowedWithResponse request returning *IsDomainAllowedResponse

func (*ClientWithResponses) IsOwnerOfPathWithResponse

func (c *ClientWithResponses) IsOwnerOfPathWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*IsOwnerOfPathResponse, error)

IsOwnerOfPathWithResponse request returning *IsOwnerOfPathResponse

func (*ClientWithResponses) LeaveInstanceWithResponse

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

func (c *ClientWithResponses) ListAppsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListAppsParams, reqEditors ...RequestEditorFn) (*ListAppsResponse, error)

ListAppsWithResponse request returning *ListAppsResponse

func (*ClientWithResponses) ListAuditLogsWithResponse

func (c *ClientWithResponses) ListAuditLogsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListAuditLogsParams, reqEditors ...RequestEditorFn) (*ListAuditLogsResponse, error)

ListAuditLogsWithResponse request returning *ListAuditLogsResponse

func (*ClientWithResponses) ListCompletedJobsWithResponse

func (c *ClientWithResponses) ListCompletedJobsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListCompletedJobsParams, reqEditors ...RequestEditorFn) (*ListCompletedJobsResponse, error)

ListCompletedJobsWithResponse request returning *ListCompletedJobsResponse

func (*ClientWithResponses) ListContextualVariablesWithResponse

func (c *ClientWithResponses) ListContextualVariablesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListContextualVariablesResponse, error)

ListContextualVariablesWithResponse request returning *ListContextualVariablesResponse

func (*ClientWithResponses) ListFlowPathsWithResponse

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

func (c *ClientWithResponses) ListFolderNamesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListFolderNamesParams, reqEditors ...RequestEditorFn) (*ListFolderNamesResponse, error)

ListFolderNamesWithResponse request returning *ListFolderNamesResponse

func (*ClientWithResponses) ListFoldersWithResponse

func (c *ClientWithResponses) ListFoldersWithResponse(ctx context.Context, workspace WorkspaceId, params *ListFoldersParams, reqEditors ...RequestEditorFn) (*ListFoldersResponse, error)

ListFoldersWithResponse request returning *ListFoldersResponse

func (*ClientWithResponses) ListGroupNamesWithResponse

func (c *ClientWithResponses) ListGroupNamesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListGroupNamesParams, reqEditors ...RequestEditorFn) (*ListGroupNamesResponse, error)

ListGroupNamesWithResponse request returning *ListGroupNamesResponse

func (*ClientWithResponses) ListGroupsWithResponse

func (c *ClientWithResponses) ListGroupsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListGroupsParams, reqEditors ...RequestEditorFn) (*ListGroupsResponse, error)

ListGroupsWithResponse request returning *ListGroupsResponse

func (*ClientWithResponses) ListHubAppsWithResponse

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

func (c *ClientWithResponses) ListHubIntegrationsWithResponse(ctx context.Context, params *ListHubIntegrationsParams, reqEditors ...RequestEditorFn) (*ListHubIntegrationsResponse, error)

ListHubIntegrationsWithResponse request returning *ListHubIntegrationsResponse

func (*ClientWithResponses) ListInputsWithResponse

func (c *ClientWithResponses) ListInputsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListInputsParams, reqEditors ...RequestEditorFn) (*ListInputsResponse, error)

ListInputsWithResponse request returning *ListInputsResponse

func (*ClientWithResponses) ListInstanceGroupsWithResponse

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) 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

func (c *ClientWithResponses) ListRawAppsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListRawAppsParams, reqEditors ...RequestEditorFn) (*ListRawAppsResponse, error)

ListRawAppsWithResponse request returning *ListRawAppsResponse

func (*ClientWithResponses) ListResourceNamesWithResponse

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

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

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

func (c *ClientWithResponses) ListSearchAppWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListSearchAppResponse, error)

ListSearchAppWithResponse request returning *ListSearchAppResponse

func (*ClientWithResponses) ListSearchFlowWithResponse

func (c *ClientWithResponses) ListSearchFlowWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListSearchFlowResponse, error)

ListSearchFlowWithResponse request returning *ListSearchFlowResponse

func (*ClientWithResponses) ListSearchResourceWithResponse

func (c *ClientWithResponses) ListSearchResourceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListSearchResourceResponse, error)

ListSearchResourceWithResponse request returning *ListSearchResourceResponse

func (*ClientWithResponses) ListSearchScriptWithResponse

func (c *ClientWithResponses) ListSearchScriptWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListSearchScriptResponse, error)

ListSearchScriptWithResponse request returning *ListSearchScriptResponse

func (*ClientWithResponses) ListStoredFilesWithResponse

func (c *ClientWithResponses) ListStoredFilesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListStoredFilesParams, reqEditors ...RequestEditorFn) (*ListStoredFilesResponse, error)

ListStoredFilesWithResponse request returning *ListStoredFilesResponse

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) ListUsersWithResponse

func (c *ClientWithResponses) ListUsersWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListUsersResponse, error)

ListUsersWithResponse request returning *ListUsersResponse

func (*ClientWithResponses) ListVariableWithResponse

func (c *ClientWithResponses) ListVariableWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListVariableResponse, error)

ListVariableWithResponse request returning *ListVariableResponse

func (*ClientWithResponses) ListWorkerGroupsWithResponse

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) LoadFileMetadataWithResponse

func (c *ClientWithResponses) LoadFileMetadataWithResponse(ctx context.Context, workspace WorkspaceId, params *LoadFileMetadataParams, reqEditors ...RequestEditorFn) (*LoadFileMetadataResponse, error)

LoadFileMetadataWithResponse request returning *LoadFileMetadataResponse

func (*ClientWithResponses) LoadFilePreviewWithResponse

func (c *ClientWithResponses) LoadFilePreviewWithResponse(ctx context.Context, workspace WorkspaceId, params *LoadFilePreviewParams, reqEditors ...RequestEditorFn) (*LoadFilePreviewResponse, error)

LoadFilePreviewWithResponse request returning *LoadFilePreviewResponse

func (*ClientWithResponses) LoginWithBodyWithResponse

func (c *ClientWithResponses) LoginWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LoginResponse, error)

LoginWithBodyWithResponse request with arbitrary body returning *LoginResponse

func (*ClientWithResponses) LoginWithOauthWithBodyWithResponse

func (c *ClientWithResponses) LoginWithOauthWithBodyWithResponse(ctx context.Context, clientName ClientName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LoginWithOauthResponse, error)

LoginWithOauthWithBodyWithResponse request with arbitrary body returning *LoginWithOauthResponse

func (*ClientWithResponses) LoginWithOauthWithResponse

func (c *ClientWithResponses) LoginWithOauthWithResponse(ctx context.Context, clientName ClientName, body LoginWithOauthJSONRequestBody, reqEditors ...RequestEditorFn) (*LoginWithOauthResponse, error)

func (*ClientWithResponses) LoginWithResponse

func (c *ClientWithResponses) LoginWithResponse(ctx context.Context, body LoginJSONRequestBody, reqEditors ...RequestEditorFn) (*LoginResponse, error)

func (*ClientWithResponses) LogoutWithResponse

func (c *ClientWithResponses) LogoutWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LogoutResponse, error)

LogoutWithResponse request returning *LogoutResponse

func (*ClientWithResponses) OpenaiSyncFlowByPathWithBodyWithResponse

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

func (c *ClientWithResponses) OpenaiSyncFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncFlowByPathParams, body OpenaiSyncFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*OpenaiSyncFlowByPathResponse, error)

func (*ClientWithResponses) OpenaiSyncScriptByPathWithBodyWithResponse

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

func (*ClientWithResponses) PolarsConnectionSettingsV2WithBodyWithResponse

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

func (c *ClientWithResponses) PolarsConnectionSettingsV2WithResponse(ctx context.Context, workspace WorkspaceId, body PolarsConnectionSettingsV2JSONRequestBody, reqEditors ...RequestEditorFn) (*PolarsConnectionSettingsV2Response, error)

func (*ClientWithResponses) PolarsConnectionSettingsWithBodyWithResponse

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

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

func (c *ClientWithResponses) QueryHubScriptsWithResponse(ctx context.Context, params *QueryHubScriptsParams, reqEditors ...RequestEditorFn) (*QueryHubScriptsResponse, error)

QueryHubScriptsWithResponse request returning *QueryHubScriptsResponse

func (*ClientWithResponses) QueryResourceTypesWithResponse

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

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

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

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

func (c *ClientWithResponses) RemoveOwnerToFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body RemoveOwnerToFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*RemoveOwnerToFolderResponse, error)

func (*ClientWithResponses) RemoveUserToGroupWithBodyWithResponse

func (c *ClientWithResponses) RemoveUserToGroupWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveUserToGroupResponse, error)

RemoveUserToGroupWithBodyWithResponse request with arbitrary body returning *RemoveUserToGroupResponse

func (*ClientWithResponses) RemoveUserToGroupWithResponse

func (c *ClientWithResponses) RemoveUserToGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body RemoveUserToGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*RemoveUserToGroupResponse, error)

func (*ClientWithResponses) RestartFlowAtStepWithBodyWithResponse

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

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

func (c *ClientWithResponses) ResultByIdWithResponse(ctx context.Context, workspace WorkspaceId, flowJobId string, nodeId string, reqEditors ...RequestEditorFn) (*ResultByIdResponse, error)

ResultByIdWithResponse request returning *ResultByIdResponse

func (*ClientWithResponses) ResumeSuspendedFlowAsOwnerWithBodyWithResponse

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

func (c *ClientWithResponses) ResumeSuspendedFlowAsOwnerWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, body ResumeSuspendedFlowAsOwnerJSONRequestBody, reqEditors ...RequestEditorFn) (*ResumeSuspendedFlowAsOwnerResponse, error)

func (*ClientWithResponses) ResumeSuspendedJobGetWithResponse

func (c *ClientWithResponses) ResumeSuspendedJobGetWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobGetParams, reqEditors ...RequestEditorFn) (*ResumeSuspendedJobGetResponse, error)

ResumeSuspendedJobGetWithResponse request returning *ResumeSuspendedJobGetResponse

func (*ClientWithResponses) ResumeSuspendedJobPostWithBodyWithResponse

func (c *ClientWithResponses) ResumeSuspendedJobPostWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobPostParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ResumeSuspendedJobPostResponse, error)

ResumeSuspendedJobPostWithBodyWithResponse request with arbitrary body returning *ResumeSuspendedJobPostResponse

func (*ClientWithResponses) ResumeSuspendedJobPostWithResponse

func (c *ClientWithResponses) ResumeSuspendedJobPostWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobPostParams, body ResumeSuspendedJobPostJSONRequestBody, reqEditors ...RequestEditorFn) (*ResumeSuspendedJobPostResponse, error)

func (*ClientWithResponses) RunFlowByPathWithBodyWithResponse

func (c *ClientWithResponses) RunFlowByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunFlowByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunFlowByPathResponse, error)

RunFlowByPathWithBodyWithResponse request with arbitrary body returning *RunFlowByPathResponse

func (*ClientWithResponses) RunFlowByPathWithResponse

func (c *ClientWithResponses) RunFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunFlowByPathParams, body RunFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*RunFlowByPathResponse, error)

func (*ClientWithResponses) RunFlowPreviewWithBodyWithResponse

func (c *ClientWithResponses) RunFlowPreviewWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *RunFlowPreviewParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunFlowPreviewResponse, error)

RunFlowPreviewWithBodyWithResponse request with arbitrary body returning *RunFlowPreviewResponse

func (*ClientWithResponses) RunFlowPreviewWithResponse

func (c *ClientWithResponses) RunFlowPreviewWithResponse(ctx context.Context, workspace WorkspaceId, params *RunFlowPreviewParams, body RunFlowPreviewJSONRequestBody, reqEditors ...RequestEditorFn) (*RunFlowPreviewResponse, error)

func (*ClientWithResponses) RunScriptByHashWithBodyWithResponse

func (c *ClientWithResponses) RunScriptByHashWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, params *RunScriptByHashParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunScriptByHashResponse, error)

RunScriptByHashWithBodyWithResponse request with arbitrary body returning *RunScriptByHashResponse

func (*ClientWithResponses) RunScriptByHashWithResponse

func (c *ClientWithResponses) RunScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, params *RunScriptByHashParams, body RunScriptByHashJSONRequestBody, reqEditors ...RequestEditorFn) (*RunScriptByHashResponse, error)

func (*ClientWithResponses) RunScriptByPathWithBodyWithResponse

func (c *ClientWithResponses) RunScriptByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunScriptByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunScriptByPathResponse, error)

RunScriptByPathWithBodyWithResponse request with arbitrary body returning *RunScriptByPathResponse

func (*ClientWithResponses) RunScriptByPathWithResponse

func (c *ClientWithResponses) RunScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunScriptByPathParams, body RunScriptByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*RunScriptByPathResponse, error)

func (*ClientWithResponses) RunScriptPreviewWithBodyWithResponse

func (c *ClientWithResponses) RunScriptPreviewWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *RunScriptPreviewParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunScriptPreviewResponse, error)

RunScriptPreviewWithBodyWithResponse request with arbitrary body returning *RunScriptPreviewResponse

func (*ClientWithResponses) RunScriptPreviewWithResponse

func (c *ClientWithResponses) RunScriptPreviewWithResponse(ctx context.Context, workspace WorkspaceId, params *RunScriptPreviewParams, body RunScriptPreviewJSONRequestBody, reqEditors ...RequestEditorFn) (*RunScriptPreviewResponse, error)

func (*ClientWithResponses) RunSlackMessageTestJobWithBodyWithResponse

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

func (c *ClientWithResponses) RunSlackMessageTestJobWithResponse(ctx context.Context, workspace WorkspaceId, body RunSlackMessageTestJobJSONRequestBody, reqEditors ...RequestEditorFn) (*RunSlackMessageTestJobResponse, error)

func (*ClientWithResponses) RunWaitResultFlowByPathWithBodyWithResponse

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

func (*ClientWithResponses) RunWaitResultScriptByPathGetWithResponse

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) SendStatsWithResponse

func (c *ClientWithResponses) SendStatsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*SendStatsResponse, error)

SendStatsWithResponse request returning *SendStatsResponse

func (*ClientWithResponses) SetDefaultErrorOrRecoveryHandlerWithBodyWithResponse

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

func (c *ClientWithResponses) SetDefaultErrorOrRecoveryHandlerWithResponse(ctx context.Context, workspace WorkspaceId, body SetDefaultErrorOrRecoveryHandlerJSONRequestBody, reqEditors ...RequestEditorFn) (*SetDefaultErrorOrRecoveryHandlerResponse, error)

func (*ClientWithResponses) SetGlobalWithBodyWithResponse

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

func (c *ClientWithResponses) SetGlobalWithResponse(ctx context.Context, key Key, body SetGlobalJSONRequestBody, reqEditors ...RequestEditorFn) (*SetGlobalResponse, 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) StarWithBodyWithResponse

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

func (c *ClientWithResponses) StarWithResponse(ctx context.Context, workspace WorkspaceId, body StarJSONRequestBody, reqEditors ...RequestEditorFn) (*StarResponse, error)

func (*ClientWithResponses) TestLicenseKeyWithBodyWithResponse

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

func (c *ClientWithResponses) TestLicenseKeyWithResponse(ctx context.Context, body TestLicenseKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*TestLicenseKeyResponse, error)

func (*ClientWithResponses) TestSmtpWithBodyWithResponse

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

func (c *ClientWithResponses) TestSmtpWithResponse(ctx context.Context, body TestSmtpJSONRequestBody, reqEditors ...RequestEditorFn) (*TestSmtpResponse, error)

func (*ClientWithResponses) ToggleWorkspaceErrorHandlerForFlowWithBodyWithResponse

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

func (c *ClientWithResponses) ToggleWorkspaceErrorHandlerForFlowWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ToggleWorkspaceErrorHandlerForFlowJSONRequestBody, reqEditors ...RequestEditorFn) (*ToggleWorkspaceErrorHandlerForFlowResponse, error)

func (*ClientWithResponses) ToggleWorkspaceErrorHandlerForScriptWithBodyWithResponse

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

func (c *ClientWithResponses) ToggleWorkspaceErrorHandlerForScriptWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ToggleWorkspaceErrorHandlerForScriptJSONRequestBody, reqEditors ...RequestEditorFn) (*ToggleWorkspaceErrorHandlerForScriptResponse, error)

func (*ClientWithResponses) UnarchiveWorkspaceWithResponse

func (c *ClientWithResponses) UnarchiveWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*UnarchiveWorkspaceResponse, error)

UnarchiveWorkspaceWithResponse request returning *UnarchiveWorkspaceResponse

func (*ClientWithResponses) UnstarWithBodyWithResponse

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

func (c *ClientWithResponses) UnstarWithResponse(ctx context.Context, workspace WorkspaceId, body UnstarJSONRequestBody, reqEditors ...RequestEditorFn) (*UnstarResponse, error)

func (*ClientWithResponses) UpdateAppHistoryWithBodyWithResponse

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

func (c *ClientWithResponses) UpdateAppHistoryWithResponse(ctx context.Context, workspace WorkspaceId, id PathId, version PathVersion, body UpdateAppHistoryJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAppHistoryResponse, error)

func (*ClientWithResponses) UpdateAppWithBodyWithResponse

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

func (c *ClientWithResponses) UpdateAppWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body UpdateAppJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAppResponse, error)

func (*ClientWithResponses) UpdateCaptureWithResponse

func (c *ClientWithResponses) UpdateCaptureWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*UpdateCaptureResponse, error)

UpdateCaptureWithResponse request returning *UpdateCaptureResponse

func (*ClientWithResponses) UpdateConfigWithBodyWithResponse

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

func (c *ClientWithResponses) UpdateConfigWithResponse(ctx context.Context, name Name, body UpdateConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateConfigResponse, 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

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

func (c *ClientWithResponses) UpdateFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body UpdateFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateFolderResponse, error)

func (*ClientWithResponses) UpdateGroupWithBodyWithResponse

func (c *ClientWithResponses) UpdateGroupWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateGroupResponse, error)

UpdateGroupWithBodyWithResponse request with arbitrary body returning *UpdateGroupResponse

func (*ClientWithResponses) UpdateGroupWithResponse

func (c *ClientWithResponses) UpdateGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body UpdateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateGroupResponse, error)

func (*ClientWithResponses) UpdateInputWithBodyWithResponse

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

func (c *ClientWithResponses) UpdateInputWithResponse(ctx context.Context, workspace WorkspaceId, body UpdateInputJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateInputResponse, error)

func (*ClientWithResponses) UpdateRawAppWithBodyWithResponse

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

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

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

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

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

func (c *ClientWithResponses) UpdateScriptHistoryWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, path ScriptPath, body UpdateScriptHistoryJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateScriptHistoryResponse, error)

func (*ClientWithResponses) UpdateTutorialProgressWithBodyWithResponse

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

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) WhoamiWithResponse

func (c *ClientWithResponses) WhoamiWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*WhoamiResponse, error)

WhoamiWithResponse request returning *WhoamiResponse

func (*ClientWithResponses) WhoisWithResponse

func (c *ClientWithResponses) WhoisWithResponse(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*WhoisResponse, error)

WhoisWithResponse request returning *WhoisResponse

type ClientWithResponsesInterface

type ClientWithResponsesInterface interface {
	// GetHubAppById request
	GetHubAppByIdWithResponse(ctx context.Context, id PathId, reqEditors ...RequestEditorFn) (*GetHubAppByIdResponse, error)

	// ListHubApps request
	ListHubAppsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListHubAppsResponse, error)

	// Login request with any body
	LoginWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LoginResponse, error)

	LoginWithResponse(ctx context.Context, body LoginJSONRequestBody, reqEditors ...RequestEditorFn) (*LoginResponse, error)

	// Logout request
	LogoutWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LogoutResponse, error)

	// GetConfig request
	GetConfigWithResponse(ctx context.Context, name Name, reqEditors ...RequestEditorFn) (*GetConfigResponse, error)

	// ListWorkerGroups request
	ListWorkerGroupsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListWorkerGroupsResponse, error)

	// DeleteConfig request
	DeleteConfigWithResponse(ctx context.Context, name Name, reqEditors ...RequestEditorFn) (*DeleteConfigResponse, error)

	// UpdateConfig 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)

	// GetLicenseId request
	GetLicenseIdWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetLicenseIdResponse, error)

	// QueryHubScripts request
	QueryHubScriptsWithResponse(ctx context.Context, params *QueryHubScriptsParams, reqEditors ...RequestEditorFn) (*QueryHubScriptsResponse, error)

	// GetHubFlowById request
	GetHubFlowByIdWithResponse(ctx context.Context, id PathId, reqEditors ...RequestEditorFn) (*GetHubFlowByIdResponse, error)

	// ListHubFlows request
	ListHubFlowsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListHubFlowsResponse, error)

	// GetInstanceGroup request
	GetInstanceGroupWithResponse(ctx context.Context, name Name, reqEditors ...RequestEditorFn) (*GetInstanceGroupResponse, error)

	// ListInstanceGroups request
	ListInstanceGroupsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListInstanceGroupsResponse, error)

	// ListHubIntegrations request
	ListHubIntegrationsWithResponse(ctx context.Context, params *ListHubIntegrationsParams, reqEditors ...RequestEditorFn) (*ListHubIntegrationsResponse, error)

	// GetDbClock request
	GetDbClockWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetDbClockResponse, error)

	// ConnectCallback request with any body
	ConnectCallbackWithBodyWithResponse(ctx context.Context, clientName ClientName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConnectCallbackResponse, error)

	ConnectCallbackWithResponse(ctx context.Context, clientName ClientName, body ConnectCallbackJSONRequestBody, reqEditors ...RequestEditorFn) (*ConnectCallbackResponse, error)

	// ListOAuthLogins request
	ListOAuthLoginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListOAuthLoginsResponse, error)

	// LoginWithOauth request with any body
	LoginWithOauthWithBodyWithResponse(ctx context.Context, clientName ClientName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LoginWithOauthResponse, error)

	LoginWithOauthWithResponse(ctx context.Context, clientName ClientName, body LoginWithOauthJSONRequestBody, reqEditors ...RequestEditorFn) (*LoginWithOauthResponse, error)

	// GetOpenApiYaml request
	GetOpenApiYamlWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetOpenApiYamlResponse, error)

	// PreviewSchedule request with any body
	PreviewScheduleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PreviewScheduleResponse, error)

	PreviewScheduleWithResponse(ctx context.Context, body PreviewScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*PreviewScheduleResponse, error)

	// GetHubScriptContentByPath request
	GetHubScriptContentByPathWithResponse(ctx context.Context, path ScriptPath, reqEditors ...RequestEditorFn) (*GetHubScriptContentByPathResponse, error)

	// GetHubScriptByPath request
	GetHubScriptByPathWithResponse(ctx context.Context, path ScriptPath, reqEditors ...RequestEditorFn) (*GetHubScriptByPathResponse, error)

	// GetTopHubScripts request
	GetTopHubScriptsWithResponse(ctx context.Context, params *GetTopHubScriptsParams, reqEditors ...RequestEditorFn) (*GetTopHubScriptsResponse, error)

	// RawScriptByPathTokened request
	RawScriptByPathTokenedWithResponse(ctx context.Context, workspace WorkspaceId, token Token, path ScriptPath, reqEditors ...RequestEditorFn) (*RawScriptByPathTokenedResponse, error)

	// GetGlobal request
	GetGlobalWithResponse(ctx context.Context, key Key, reqEditors ...RequestEditorFn) (*GetGlobalResponse, error)

	// SetGlobal 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)

	// GetLocal request
	GetLocalWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetLocalResponse, error)

	// SendStats request
	SendStatsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*SendStatsResponse, error)

	// TestLicenseKey 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)

	// TestSmtp 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)

	// BackendUptodate request
	BackendUptodateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*BackendUptodateResponse, error)

	// AcceptInvite request with any body
	AcceptInviteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AcceptInviteResponse, error)

	AcceptInviteWithResponse(ctx context.Context, body AcceptInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*AcceptInviteResponse, error)

	// GetRunnable request
	GetRunnableWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetRunnableResponse, error)

	// CreateUserGlobally request with any body
	CreateUserGloballyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserGloballyResponse, error)

	CreateUserGloballyWithResponse(ctx context.Context, body CreateUserGloballyJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserGloballyResponse, error)

	// DeclineInvite request with any body
	DeclineInviteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeclineInviteResponse, error)

	DeclineInviteWithResponse(ctx context.Context, body DeclineInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*DeclineInviteResponse, error)

	// GlobalUserDelete request
	GlobalUserDeleteWithResponse(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*GlobalUserDeleteResponse, error)

	// GetCurrentEmail request
	GetCurrentEmailWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCurrentEmailResponse, error)

	// ExistsEmail request
	ExistsEmailWithResponse(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*ExistsEmailResponse, error)

	// LeaveInstance request
	LeaveInstanceWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LeaveInstanceResponse, error)

	// ListUsersAsSuperAdmin request
	ListUsersAsSuperAdminWithResponse(ctx context.Context, params *ListUsersAsSuperAdminParams, reqEditors ...RequestEditorFn) (*ListUsersAsSuperAdminResponse, error)

	// ListWorkspaceInvites request
	ListWorkspaceInvitesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListWorkspaceInvitesResponse, error)

	// RefreshUserToken request
	RefreshUserTokenWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*RefreshUserTokenResponse, error)

	// SetPassword request with any body
	SetPasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPasswordResponse, error)

	SetPasswordWithResponse(ctx context.Context, body SetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*SetPasswordResponse, error)

	// CreateToken request with any body
	CreateTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTokenResponse, error)

	CreateTokenWithResponse(ctx context.Context, body CreateTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTokenResponse, error)

	// DeleteToken request
	DeleteTokenWithResponse(ctx context.Context, tokenPrefix string, reqEditors ...RequestEditorFn) (*DeleteTokenResponse, error)

	// CreateTokenImpersonate request with any body
	CreateTokenImpersonateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTokenImpersonateResponse, error)

	CreateTokenImpersonateWithResponse(ctx context.Context, body CreateTokenImpersonateJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTokenImpersonateResponse, error)

	// ListTokens request
	ListTokensWithResponse(ctx context.Context, params *ListTokensParams, reqEditors ...RequestEditorFn) (*ListTokensResponse, error)

	// GetTutorialProgress request
	GetTutorialProgressWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTutorialProgressResponse, error)

	// UpdateTutorialProgress 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)

	// GlobalUserUpdate request with any body
	GlobalUserUpdateWithBodyWithResponse(ctx context.Context, email string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GlobalUserUpdateResponse, error)

	GlobalUserUpdateWithResponse(ctx context.Context, email string, body GlobalUserUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*GlobalUserUpdateResponse, error)

	// GetUsage request
	GetUsageWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUsageResponse, error)

	// GlobalWhoami request
	GlobalWhoamiWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GlobalWhoamiResponse, error)

	// BackendVersion request
	BackendVersionWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*BackendVersionResponse, error)

	// AddGranularAcls request with any body
	AddGranularAclsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, kind AddGranularAclsParamsKind, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddGranularAclsResponse, error)

	AddGranularAclsWithResponse(ctx context.Context, workspace WorkspaceId, kind AddGranularAclsParamsKind, path Path, body AddGranularAclsJSONRequestBody, reqEditors ...RequestEditorFn) (*AddGranularAclsResponse, error)

	// GetGranularAcls request
	GetGranularAclsWithResponse(ctx context.Context, workspace WorkspaceId, kind GetGranularAclsParamsKind, path Path, reqEditors ...RequestEditorFn) (*GetGranularAclsResponse, error)

	// RemoveGranularAcls request with any body
	RemoveGranularAclsWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, kind RemoveGranularAclsParamsKind, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveGranularAclsResponse, error)

	RemoveGranularAclsWithResponse(ctx context.Context, workspace WorkspaceId, kind RemoveGranularAclsParamsKind, path Path, body RemoveGranularAclsJSONRequestBody, reqEditors ...RequestEditorFn) (*RemoveGranularAclsResponse, error)

	// CreateApp request with any body
	CreateAppWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAppResponse, error)

	CreateAppWithResponse(ctx context.Context, workspace WorkspaceId, body CreateAppJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAppResponse, error)

	// DeleteApp request
	DeleteAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteAppResponse, error)

	// ExistsApp request
	ExistsAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsAppResponse, error)

	// GetAppByPathWithDraft request
	GetAppByPathWithDraftWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetAppByPathWithDraftResponse, error)

	// GetAppByPath request
	GetAppByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetAppByPathResponse, error)

	// GetAppByVersion request
	GetAppByVersionWithResponse(ctx context.Context, workspace WorkspaceId, id PathId, reqEditors ...RequestEditorFn) (*GetAppByVersionResponse, error)

	// GetRawAppData request
	GetRawAppDataWithResponse(ctx context.Context, workspace WorkspaceId, version VersionId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetRawAppDataResponse, error)

	// GetAppHistoryByPath request
	GetAppHistoryByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetAppHistoryByPathResponse, error)

	// UpdateAppHistory 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)

	// ListApps request
	ListAppsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListAppsParams, reqEditors ...RequestEditorFn) (*ListAppsResponse, error)

	// ListSearchApp request
	ListSearchAppWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListSearchAppResponse, error)

	// GetPublicSecretOfApp request
	GetPublicSecretOfAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetPublicSecretOfAppResponse, error)

	// UpdateApp request with any body
	UpdateAppWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAppResponse, error)

	UpdateAppWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body UpdateAppJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAppResponse, error)

	// ExecuteComponent request with any body
	ExecuteComponentWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExecuteComponentResponse, error)

	ExecuteComponentWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ExecuteComponentJSONRequestBody, reqEditors ...RequestEditorFn) (*ExecuteComponentResponse, error)

	// GetPublicAppBySecret request
	GetPublicAppBySecretWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetPublicAppBySecretResponse, error)

	// GetPublicResource request
	GetPublicResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetPublicResourceResponse, error)

	// GetAuditLog request
	GetAuditLogWithResponse(ctx context.Context, workspace WorkspaceId, id PathId, reqEditors ...RequestEditorFn) (*GetAuditLogResponse, error)

	// ListAuditLogs request
	ListAuditLogsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListAuditLogsParams, reqEditors ...RequestEditorFn) (*ListAuditLogsResponse, error)

	// GetCapture request
	GetCaptureWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetCaptureResponse, error)

	// CreateCapture request
	CreateCaptureWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*CreateCaptureResponse, error)

	// UpdateCapture request
	UpdateCaptureWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*UpdateCaptureResponse, error)

	// CreateDraft request with any body
	CreateDraftWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDraftResponse, error)

	CreateDraftWithResponse(ctx context.Context, workspace WorkspaceId, body CreateDraftJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDraftResponse, error)

	// DeleteDraft request
	DeleteDraftWithResponse(ctx context.Context, workspace WorkspaceId, kind DeleteDraftParamsKind, path ScriptPath, reqEditors ...RequestEditorFn) (*DeleteDraftResponse, error)

	// QueryResourceTypes request
	QueryResourceTypesWithResponse(ctx context.Context, workspace WorkspaceId, params *QueryResourceTypesParams, reqEditors ...RequestEditorFn) (*QueryResourceTypesResponse, error)

	// Star request with any body
	StarWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StarResponse, error)

	StarWithResponse(ctx context.Context, workspace WorkspaceId, body StarJSONRequestBody, reqEditors ...RequestEditorFn) (*StarResponse, error)

	// Unstar request with any body
	UnstarWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnstarResponse, error)

	UnstarWithResponse(ctx context.Context, workspace WorkspaceId, body UnstarJSONRequestBody, reqEditors ...RequestEditorFn) (*UnstarResponse, error)

	// ArchiveFlowByPath request with any body
	ArchiveFlowByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveFlowByPathResponse, error)

	ArchiveFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body ArchiveFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveFlowByPathResponse, error)

	// CreateFlow request with any body
	CreateFlowWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateFlowResponse, error)

	CreateFlowWithResponse(ctx context.Context, workspace WorkspaceId, body CreateFlowJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateFlowResponse, error)

	// DeleteFlowByPath request
	DeleteFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*DeleteFlowByPathResponse, error)

	// ExistsFlowByPath request
	ExistsFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*ExistsFlowByPathResponse, error)

	// GetFlowByPathWithDraft request
	GetFlowByPathWithDraftWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetFlowByPathWithDraftResponse, error)

	// GetFlowByPath request
	GetFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetFlowByPathResponse, error)

	// GetFlowInputHistoryByPath request
	GetFlowInputHistoryByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *GetFlowInputHistoryByPathParams, reqEditors ...RequestEditorFn) (*GetFlowInputHistoryByPathResponse, error)

	// ListFlows request
	ListFlowsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListFlowsParams, reqEditors ...RequestEditorFn) (*ListFlowsResponse, error)

	// ListFlowPaths request
	ListFlowPathsWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListFlowPathsResponse, error)

	// ListSearchFlow request
	ListSearchFlowWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListSearchFlowResponse, error)

	// ToggleWorkspaceErrorHandlerForFlow 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)

	// UpdateFlow request with any body
	UpdateFlowWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateFlowResponse, error)

	UpdateFlowWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body UpdateFlowJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateFlowResponse, error)

	// AddOwnerToFolder request with any body
	AddOwnerToFolderWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddOwnerToFolderResponse, error)

	AddOwnerToFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body AddOwnerToFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*AddOwnerToFolderResponse, error)

	// CreateFolder request with any body
	CreateFolderWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateFolderResponse, error)

	CreateFolderWithResponse(ctx context.Context, workspace WorkspaceId, body CreateFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateFolderResponse, error)

	// DeleteFolder request
	DeleteFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*DeleteFolderResponse, error)

	// GetFolder request
	GetFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*GetFolderResponse, error)

	// GetFolderUsage request
	GetFolderUsageWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*GetFolderUsageResponse, error)

	// ListFolders request
	ListFoldersWithResponse(ctx context.Context, workspace WorkspaceId, params *ListFoldersParams, reqEditors ...RequestEditorFn) (*ListFoldersResponse, error)

	// ListFolderNames request
	ListFolderNamesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListFolderNamesParams, reqEditors ...RequestEditorFn) (*ListFolderNamesResponse, error)

	// RemoveOwnerToFolder request with any body
	RemoveOwnerToFolderWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveOwnerToFolderResponse, error)

	RemoveOwnerToFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body RemoveOwnerToFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*RemoveOwnerToFolderResponse, error)

	// UpdateFolder request with any body
	UpdateFolderWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateFolderResponse, error)

	UpdateFolderWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body UpdateFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateFolderResponse, error)

	// AddUserToGroup request with any body
	AddUserToGroupWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddUserToGroupResponse, error)

	AddUserToGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body AddUserToGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*AddUserToGroupResponse, error)

	// CreateGroup request with any body
	CreateGroupWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateGroupResponse, error)

	CreateGroupWithResponse(ctx context.Context, workspace WorkspaceId, body CreateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateGroupResponse, error)

	// DeleteGroup request
	DeleteGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*DeleteGroupResponse, error)

	// GetGroup request
	GetGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*GetGroupResponse, error)

	// ListGroups request
	ListGroupsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListGroupsParams, reqEditors ...RequestEditorFn) (*ListGroupsResponse, error)

	// ListGroupNames request
	ListGroupNamesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListGroupNamesParams, reqEditors ...RequestEditorFn) (*ListGroupNamesResponse, error)

	// RemoveUserToGroup request with any body
	RemoveUserToGroupWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveUserToGroupResponse, error)

	RemoveUserToGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body RemoveUserToGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*RemoveUserToGroupResponse, error)

	// UpdateGroup request with any body
	UpdateGroupWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, name Name, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateGroupResponse, error)

	UpdateGroupWithResponse(ctx context.Context, workspace WorkspaceId, name Name, body UpdateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateGroupResponse, error)

	// CreateInput request with any body
	CreateInputWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateInputParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateInputResponse, error)

	CreateInputWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateInputParams, body CreateInputJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateInputResponse, error)

	// DeleteInput request
	DeleteInputWithResponse(ctx context.Context, workspace WorkspaceId, input InputId, reqEditors ...RequestEditorFn) (*DeleteInputResponse, error)

	// GetInputHistory request
	GetInputHistoryWithResponse(ctx context.Context, workspace WorkspaceId, params *GetInputHistoryParams, reqEditors ...RequestEditorFn) (*GetInputHistoryResponse, error)

	// ListInputs request
	ListInputsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListInputsParams, reqEditors ...RequestEditorFn) (*ListInputsResponse, error)

	// UpdateInput request with any body
	UpdateInputWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateInputResponse, error)

	UpdateInputWithResponse(ctx context.Context, workspace WorkspaceId, body UpdateInputJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateInputResponse, error)

	// DuckdbConnectionSettings 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)

	// ListStoredFiles request
	ListStoredFilesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListStoredFilesParams, reqEditors ...RequestEditorFn) (*ListStoredFilesResponse, error)

	// LoadFileMetadata request
	LoadFileMetadataWithResponse(ctx context.Context, workspace WorkspaceId, params *LoadFileMetadataParams, reqEditors ...RequestEditorFn) (*LoadFileMetadataResponse, error)

	// LoadFilePreview request
	LoadFilePreviewWithResponse(ctx context.Context, workspace WorkspaceId, params *LoadFilePreviewParams, reqEditors ...RequestEditorFn) (*LoadFilePreviewResponse, error)

	// PolarsConnectionSettings 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)

	// DatasetStorageTestConnection request
	DatasetStorageTestConnectionWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*DatasetStorageTestConnectionResponse, error)

	// Boto3ConnectionSettingsV2 request with any body
	Boto3ConnectionSettingsV2WithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*Boto3ConnectionSettingsV2Response, error)

	Boto3ConnectionSettingsV2WithResponse(ctx context.Context, workspace WorkspaceId, body Boto3ConnectionSettingsV2JSONRequestBody, reqEditors ...RequestEditorFn) (*Boto3ConnectionSettingsV2Response, error)

	// DuckdbConnectionSettingsV2 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)

	// PolarsConnectionSettingsV2 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)

	// GetCompletedCount request
	GetCompletedCountWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetCompletedCountResponse, error)

	// DeleteCompletedJob request
	DeleteCompletedJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*DeleteCompletedJobResponse, error)

	// ListCompletedJobs request
	ListCompletedJobsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListCompletedJobsParams, reqEditors ...RequestEditorFn) (*ListCompletedJobsResponse, error)

	// ResumeSuspendedFlowAsOwner request with any body
	ResumeSuspendedFlowAsOwnerWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ResumeSuspendedFlowAsOwnerResponse, error)

	ResumeSuspendedFlowAsOwnerWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, body ResumeSuspendedFlowAsOwnerJSONRequestBody, reqEditors ...RequestEditorFn) (*ResumeSuspendedFlowAsOwnerResponse, error)

	// CreateJobSignature request
	CreateJobSignatureWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, params *CreateJobSignatureParams, reqEditors ...RequestEditorFn) (*CreateJobSignatureResponse, error)

	// ListJobs request
	ListJobsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListJobsParams, reqEditors ...RequestEditorFn) (*ListJobsResponse, error)

	// OpenaiSyncFlowByPath request with any body
	OpenaiSyncFlowByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncFlowByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OpenaiSyncFlowByPathResponse, error)

	OpenaiSyncFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncFlowByPathParams, body OpenaiSyncFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*OpenaiSyncFlowByPathResponse, error)

	// OpenaiSyncScriptByPath request with any body
	OpenaiSyncScriptByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncScriptByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OpenaiSyncScriptByPathResponse, error)

	OpenaiSyncScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *OpenaiSyncScriptByPathParams, body OpenaiSyncScriptByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*OpenaiSyncScriptByPathResponse, error)

	// CancelAll request
	CancelAllWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*CancelAllResponse, error)

	// GetQueueCount request
	GetQueueCountWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetQueueCountResponse, error)

	// ListQueue request
	ListQueueWithResponse(ctx context.Context, workspace WorkspaceId, params *ListQueueParams, reqEditors ...RequestEditorFn) (*ListQueueResponse, error)

	// RestartFlowAtStep 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)

	// ResultById request
	ResultByIdWithResponse(ctx context.Context, workspace WorkspaceId, flowJobId string, nodeId string, reqEditors ...RequestEditorFn) (*ResultByIdResponse, error)

	// GetResumeUrls request
	GetResumeUrlsWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, params *GetResumeUrlsParams, reqEditors ...RequestEditorFn) (*GetResumeUrlsResponse, error)

	// RunFlowByPath request with any body
	RunFlowByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunFlowByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunFlowByPathResponse, error)

	RunFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunFlowByPathParams, body RunFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*RunFlowByPathResponse, error)

	// RunScriptByHash request with any body
	RunScriptByHashWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, params *RunScriptByHashParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunScriptByHashResponse, error)

	RunScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, params *RunScriptByHashParams, body RunScriptByHashJSONRequestBody, reqEditors ...RequestEditorFn) (*RunScriptByHashResponse, error)

	// RunScriptByPath request with any body
	RunScriptByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunScriptByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunScriptByPathResponse, error)

	RunScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunScriptByPathParams, body RunScriptByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*RunScriptByPathResponse, error)

	// RunScriptPreview request with any body
	RunScriptPreviewWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *RunScriptPreviewParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunScriptPreviewResponse, error)

	RunScriptPreviewWithResponse(ctx context.Context, workspace WorkspaceId, params *RunScriptPreviewParams, body RunScriptPreviewJSONRequestBody, reqEditors ...RequestEditorFn) (*RunScriptPreviewResponse, error)

	// RunFlowPreview request with any body
	RunFlowPreviewWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *RunFlowPreviewParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunFlowPreviewResponse, error)

	RunFlowPreviewWithResponse(ctx context.Context, workspace WorkspaceId, params *RunFlowPreviewParams, body RunFlowPreviewJSONRequestBody, reqEditors ...RequestEditorFn) (*RunFlowPreviewResponse, error)

	// RunWaitResultFlowByPath request with any body
	RunWaitResultFlowByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultFlowByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunWaitResultFlowByPathResponse, error)

	RunWaitResultFlowByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultFlowByPathParams, body RunWaitResultFlowByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*RunWaitResultFlowByPathResponse, error)

	// RunWaitResultScriptByPathGet request
	RunWaitResultScriptByPathGetWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathGetParams, reqEditors ...RequestEditorFn) (*RunWaitResultScriptByPathGetResponse, error)

	// RunWaitResultScriptByPath request with any body
	RunWaitResultScriptByPathWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RunWaitResultScriptByPathResponse, error)

	RunWaitResultScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, params *RunWaitResultScriptByPathParams, body RunWaitResultScriptByPathJSONRequestBody, reqEditors ...RequestEditorFn) (*RunWaitResultScriptByPathResponse, error)

	// CancelSuspendedJobGet request
	CancelSuspendedJobGetWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobGetParams, reqEditors ...RequestEditorFn) (*CancelSuspendedJobGetResponse, error)

	// CancelSuspendedJobPost request with any body
	CancelSuspendedJobPostWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobPostParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CancelSuspendedJobPostResponse, error)

	CancelSuspendedJobPostWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *CancelSuspendedJobPostParams, body CancelSuspendedJobPostJSONRequestBody, reqEditors ...RequestEditorFn) (*CancelSuspendedJobPostResponse, error)

	// GetCompletedJob request
	GetCompletedJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetCompletedJobResponse, error)

	// GetCompletedJobResult request
	GetCompletedJobResultWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetCompletedJobResultResponse, error)

	// GetCompletedJobResultMaybe request
	GetCompletedJobResultMaybeWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, params *GetCompletedJobResultMaybeParams, reqEditors ...RequestEditorFn) (*GetCompletedJobResultMaybeResponse, error)

	// GetJob request
	GetJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetJobResponse, error)

	// GetSuspendedJobFlow request
	GetSuspendedJobFlowWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *GetSuspendedJobFlowParams, reqEditors ...RequestEditorFn) (*GetSuspendedJobFlowResponse, error)

	// GetJobLogs request
	GetJobLogsWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, reqEditors ...RequestEditorFn) (*GetJobLogsResponse, error)

	// GetJobUpdates request
	GetJobUpdatesWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, params *GetJobUpdatesParams, reqEditors ...RequestEditorFn) (*GetJobUpdatesResponse, error)

	// CancelQueuedJob request with any body
	CancelQueuedJobWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CancelQueuedJobResponse, error)

	CancelQueuedJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, body CancelQueuedJobJSONRequestBody, reqEditors ...RequestEditorFn) (*CancelQueuedJobResponse, error)

	// CancelPersistentQueuedJobs 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)

	// ForceCancelQueuedJob request with any body
	ForceCancelQueuedJobWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ForceCancelQueuedJobResponse, error)

	ForceCancelQueuedJobWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, body ForceCancelQueuedJobJSONRequestBody, reqEditors ...RequestEditorFn) (*ForceCancelQueuedJobResponse, error)

	// ResumeSuspendedJobGet request
	ResumeSuspendedJobGetWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobGetParams, reqEditors ...RequestEditorFn) (*ResumeSuspendedJobGetResponse, error)

	// ResumeSuspendedJobPost request with any body
	ResumeSuspendedJobPostWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobPostParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ResumeSuspendedJobPostResponse, error)

	ResumeSuspendedJobPostWithResponse(ctx context.Context, workspace WorkspaceId, id JobId, resumeId int, signature string, params *ResumeSuspendedJobPostParams, body ResumeSuspendedJobPostJSONRequestBody, reqEditors ...RequestEditorFn) (*ResumeSuspendedJobPostResponse, error)

	// ConnectSlackCallback request with any body
	ConnectSlackCallbackWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConnectSlackCallbackResponse, error)

	ConnectSlackCallbackWithResponse(ctx context.Context, workspace WorkspaceId, body ConnectSlackCallbackJSONRequestBody, reqEditors ...RequestEditorFn) (*ConnectSlackCallbackResponse, error)

	// CreateAccount request with any body
	CreateAccountWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAccountResponse, error)

	CreateAccountWithResponse(ctx context.Context, workspace WorkspaceId, body CreateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAccountResponse, error)

	// DisconnectAccount request
	DisconnectAccountWithResponse(ctx context.Context, workspace WorkspaceId, id AccountId, reqEditors ...RequestEditorFn) (*DisconnectAccountResponse, error)

	// DisconnectSlack request
	DisconnectSlackWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*DisconnectSlackResponse, error)

	// RefreshToken request with any body
	RefreshTokenWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, id AccountId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RefreshTokenResponse, error)

	RefreshTokenWithResponse(ctx context.Context, workspace WorkspaceId, id AccountId, body RefreshTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*RefreshTokenResponse, error)

	// CreateRawApp request with any body
	CreateRawAppWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRawAppResponse, error)

	CreateRawAppWithResponse(ctx context.Context, workspace WorkspaceId, body CreateRawAppJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRawAppResponse, error)

	// DeleteRawApp request
	DeleteRawAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteRawAppResponse, error)

	// ExistsRawApp request
	ExistsRawAppWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsRawAppResponse, error)

	// ListRawApps request
	ListRawAppsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListRawAppsParams, reqEditors ...RequestEditorFn) (*ListRawAppsResponse, error)

	// UpdateRawApp request with any body
	UpdateRawAppWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRawAppResponse, error)

	UpdateRawAppWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, body UpdateRawAppJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRawAppResponse, error)

	// CreateResource request with any body
	CreateResourceWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateResourceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateResourceResponse, error)

	CreateResourceWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateResourceParams, body CreateResourceJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateResourceResponse, error)

	// DeleteResource request
	DeleteResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteResourceResponse, error)

	// ExistsResource request
	ExistsResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsResourceResponse, error)

	// GetResource request
	GetResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetResourceResponse, error)

	// GetResourceValue request
	GetResourceValueWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetResourceValueResponse, error)

	// GetResourceValueInterpolated request
	GetResourceValueInterpolatedWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *GetResourceValueInterpolatedParams, reqEditors ...RequestEditorFn) (*GetResourceValueInterpolatedResponse, error)

	// ListResource request
	ListResourceWithResponse(ctx context.Context, workspace WorkspaceId, params *ListResourceParams, reqEditors ...RequestEditorFn) (*ListResourceResponse, error)

	// ListResourceNames request
	ListResourceNamesWithResponse(ctx context.Context, workspace WorkspaceId, name Name, reqEditors ...RequestEditorFn) (*ListResourceNamesResponse, error)

	// ListSearchResource request
	ListSearchResourceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListSearchResourceResponse, error)

	// CreateResourceType request with any body
	CreateResourceTypeWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateResourceTypeResponse, error)

	CreateResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, body CreateResourceTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateResourceTypeResponse, error)

	// DeleteResourceType request
	DeleteResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteResourceTypeResponse, error)

	// ExistsResourceType request
	ExistsResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsResourceTypeResponse, error)

	// GetResourceType request
	GetResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetResourceTypeResponse, error)

	// ListResourceType request
	ListResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListResourceTypeResponse, error)

	// ListResourceTypeNames request
	ListResourceTypeNamesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListResourceTypeNamesResponse, error)

	// UpdateResourceType request with any body
	UpdateResourceTypeWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateResourceTypeResponse, error)

	UpdateResourceTypeWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body UpdateResourceTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateResourceTypeResponse, error)

	// UpdateResource request with any body
	UpdateResourceWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateResourceResponse, error)

	UpdateResourceWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body UpdateResourceJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateResourceResponse, error)

	// UpdateResourceValue request with any body
	UpdateResourceValueWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateResourceValueResponse, error)

	UpdateResourceValueWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body UpdateResourceValueJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateResourceValueResponse, error)

	// CreateSchedule request with any body
	CreateScheduleWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateScheduleResponse, error)

	CreateScheduleWithResponse(ctx context.Context, workspace WorkspaceId, body CreateScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateScheduleResponse, error)

	// DeleteSchedule request
	DeleteScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteScheduleResponse, error)

	// ExistsSchedule request
	ExistsScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsScheduleResponse, error)

	// GetSchedule request
	GetScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetScheduleResponse, error)

	// ListSchedules request
	ListSchedulesWithResponse(ctx context.Context, workspace WorkspaceId, params *ListSchedulesParams, reqEditors ...RequestEditorFn) (*ListSchedulesResponse, error)

	// ListSchedulesWithJobs request
	ListSchedulesWithJobsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListSchedulesWithJobsParams, reqEditors ...RequestEditorFn) (*ListSchedulesWithJobsResponse, error)

	// SetDefaultErrorOrRecoveryHandler 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)

	// SetScheduleEnabled request with any body
	SetScheduleEnabledWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetScheduleEnabledResponse, error)

	SetScheduleEnabledWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body SetScheduleEnabledJSONRequestBody, reqEditors ...RequestEditorFn) (*SetScheduleEnabledResponse, error)

	// UpdateSchedule request with any body
	UpdateScheduleWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateScheduleResponse, error)

	UpdateScheduleWithResponse(ctx context.Context, workspace WorkspaceId, path Path, body UpdateScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateScheduleResponse, error)

	// ArchiveScriptByHash request
	ArchiveScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*ArchiveScriptByHashResponse, error)

	// ArchiveScriptByPath request
	ArchiveScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*ArchiveScriptByPathResponse, error)

	// CreateScript request with any body
	CreateScriptWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateScriptResponse, error)

	CreateScriptWithResponse(ctx context.Context, workspace WorkspaceId, body CreateScriptJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateScriptResponse, error)

	// DeleteScriptByHash request
	DeleteScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*DeleteScriptByHashResponse, error)

	// DeleteScriptByPath request
	DeleteScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*DeleteScriptByPathResponse, error)

	// GetScriptDeploymentStatus request
	GetScriptDeploymentStatusWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*GetScriptDeploymentStatusResponse, error)

	// ExistsScriptByPath request
	ExistsScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*ExistsScriptByPathResponse, error)

	// GetScriptByPathWithDraft request
	GetScriptByPathWithDraftWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetScriptByPathWithDraftResponse, error)

	// GetScriptByHash request
	GetScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, hash ScriptHash, reqEditors ...RequestEditorFn) (*GetScriptByHashResponse, error)

	// GetScriptByPath request
	GetScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetScriptByPathResponse, error)

	// GetScriptHistoryByPath request
	GetScriptHistoryByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*GetScriptHistoryByPathResponse, error)

	// UpdateScriptHistory 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)

	// ListScripts request
	ListScriptsWithResponse(ctx context.Context, workspace WorkspaceId, params *ListScriptsParams, reqEditors ...RequestEditorFn) (*ListScriptsResponse, error)

	// ListScriptPaths request
	ListScriptPathsWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListScriptPathsResponse, error)

	// ListSearchScript request
	ListSearchScriptWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListSearchScriptResponse, error)

	// RawScriptByHash request
	RawScriptByHashWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*RawScriptByHashResponse, error)

	// RawScriptByPath request
	RawScriptByPathWithResponse(ctx context.Context, workspace WorkspaceId, path ScriptPath, reqEditors ...RequestEditorFn) (*RawScriptByPathResponse, error)

	// ToggleWorkspaceErrorHandlerForScript 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)

	// CreateUser request with any body
	CreateUserWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)

	CreateUserWithResponse(ctx context.Context, workspace WorkspaceId, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)

	// DeleteUser request
	DeleteUserWithResponse(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*DeleteUserResponse, error)

	// IsOwnerOfPath request
	IsOwnerOfPathWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*IsOwnerOfPathResponse, error)

	// ListUsers request
	ListUsersWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListUsersResponse, error)

	// ListUsernames request
	ListUsernamesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListUsernamesResponse, error)

	// UpdateUser request with any body
	UpdateUserWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, username string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateUserResponse, error)

	UpdateUserWithResponse(ctx context.Context, workspace WorkspaceId, username string, body UpdateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserResponse, error)

	// Whoami request
	WhoamiWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*WhoamiResponse, error)

	// Whois request
	WhoisWithResponse(ctx context.Context, workspace WorkspaceId, username string, reqEditors ...RequestEditorFn) (*WhoisResponse, error)

	// CreateVariable request with any body
	CreateVariableWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateVariableParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateVariableResponse, error)

	CreateVariableWithResponse(ctx context.Context, workspace WorkspaceId, params *CreateVariableParams, body CreateVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateVariableResponse, error)

	// DeleteVariable request
	DeleteVariableWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*DeleteVariableResponse, error)

	// EncryptValue request with any body
	EncryptValueWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EncryptValueResponse, error)

	EncryptValueWithResponse(ctx context.Context, workspace WorkspaceId, body EncryptValueJSONRequestBody, reqEditors ...RequestEditorFn) (*EncryptValueResponse, error)

	// ExistsVariable request
	ExistsVariableWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*ExistsVariableResponse, error)

	// GetVariable request
	GetVariableWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *GetVariableParams, reqEditors ...RequestEditorFn) (*GetVariableResponse, error)

	// GetVariableValue request
	GetVariableValueWithResponse(ctx context.Context, workspace WorkspaceId, path Path, reqEditors ...RequestEditorFn) (*GetVariableValueResponse, error)

	// ListVariable request
	ListVariableWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListVariableResponse, error)

	// ListContextualVariables request
	ListContextualVariablesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListContextualVariablesResponse, error)

	// UpdateVariable request with any body
	UpdateVariableWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *UpdateVariableParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateVariableResponse, error)

	UpdateVariableWithResponse(ctx context.Context, workspace WorkspaceId, path Path, params *UpdateVariableParams, body UpdateVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateVariableResponse, error)

	// AddUser request with any body
	AddUserWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddUserResponse, error)

	AddUserWithResponse(ctx context.Context, workspace WorkspaceId, body AddUserJSONRequestBody, reqEditors ...RequestEditorFn) (*AddUserResponse, error)

	// ArchiveWorkspace request
	ArchiveWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ArchiveWorkspaceResponse, error)

	// DeleteInvite request with any body
	DeleteInviteWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteInviteResponse, error)

	DeleteInviteWithResponse(ctx context.Context, workspace WorkspaceId, body DeleteInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteInviteResponse, error)

	// EditAutoInvite request with any body
	EditAutoInviteWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditAutoInviteResponse, error)

	EditAutoInviteWithResponse(ctx context.Context, workspace WorkspaceId, body EditAutoInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*EditAutoInviteResponse, error)

	// EditCopilotConfig 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)

	// EditDeployTo request with any body
	EditDeployToWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditDeployToResponse, error)

	EditDeployToWithResponse(ctx context.Context, workspace WorkspaceId, body EditDeployToJSONRequestBody, reqEditors ...RequestEditorFn) (*EditDeployToResponse, error)

	// EditErrorHandler request with any body
	EditErrorHandlerWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditErrorHandlerResponse, error)

	EditErrorHandlerWithResponse(ctx context.Context, workspace WorkspaceId, body EditErrorHandlerJSONRequestBody, reqEditors ...RequestEditorFn) (*EditErrorHandlerResponse, error)

	// EditWorkspaceGitSyncConfig 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)

	// EditLargeFileStorageConfig 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)

	// EditSlackCommand request with any body
	EditSlackCommandWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditSlackCommandResponse, error)

	EditSlackCommandWithResponse(ctx context.Context, workspace WorkspaceId, body EditSlackCommandJSONRequestBody, reqEditors ...RequestEditorFn) (*EditSlackCommandResponse, error)

	// EditWebhook request with any body
	EditWebhookWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditWebhookResponse, error)

	EditWebhookWithResponse(ctx context.Context, workspace WorkspaceId, body EditWebhookJSONRequestBody, reqEditors ...RequestEditorFn) (*EditWebhookResponse, error)

	// GetCopilotInfo request
	GetCopilotInfoWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetCopilotInfoResponse, error)

	// GetDeployTo request
	GetDeployToWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetDeployToResponse, error)

	// GetLargeFileStorageConfig request
	GetLargeFileStorageConfigWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetLargeFileStorageConfigResponse, error)

	// GetSettings request
	GetSettingsWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetSettingsResponse, error)

	// InviteUser request with any body
	InviteUserWithBodyWithResponse(ctx context.Context, workspace WorkspaceId, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InviteUserResponse, error)

	InviteUserWithResponse(ctx context.Context, workspace WorkspaceId, body InviteUserJSONRequestBody, reqEditors ...RequestEditorFn) (*InviteUserResponse, error)

	// GetIsPremium request
	GetIsPremiumWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetIsPremiumResponse, error)

	// LeaveWorkspace request
	LeaveWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*LeaveWorkspaceResponse, error)

	// ListPendingInvites request
	ListPendingInvitesWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*ListPendingInvitesResponse, error)

	// GetPremiumInfo request
	GetPremiumInfoWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*GetPremiumInfoResponse, error)

	// RunSlackMessageTestJob 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)

	// GetCustomTags request
	GetCustomTagsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCustomTagsResponse, error)

	// ExistsWorkerWithTag request
	ExistsWorkerWithTagWithResponse(ctx context.Context, params *ExistsWorkerWithTagParams, reqEditors ...RequestEditorFn) (*ExistsWorkerWithTagResponse, error)

	// ListWorkers request
	ListWorkersWithResponse(ctx context.Context, params *ListWorkersParams, reqEditors ...RequestEditorFn) (*ListWorkersResponse, error)

	// IsDomainAllowed request
	IsDomainAllowedWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*IsDomainAllowedResponse, error)

	// CreateWorkspace request with any body
	CreateWorkspaceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWorkspaceResponse, error)

	CreateWorkspaceWithResponse(ctx context.Context, body CreateWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWorkspaceResponse, error)

	// DeleteWorkspace request
	DeleteWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*DeleteWorkspaceResponse, error)

	// ExistsWorkspace request with any body
	ExistsWorkspaceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExistsWorkspaceResponse, error)

	ExistsWorkspaceWithResponse(ctx context.Context, body ExistsWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*ExistsWorkspaceResponse, error)

	// ExistsUsername request with any body
	ExistsUsernameWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExistsUsernameResponse, error)

	ExistsUsernameWithResponse(ctx context.Context, body ExistsUsernameJSONRequestBody, reqEditors ...RequestEditorFn) (*ExistsUsernameResponse, error)

	// ListWorkspaces request
	ListWorkspacesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListWorkspacesResponse, error)

	// ListWorkspacesAsSuperAdmin request
	ListWorkspacesAsSuperAdminWithResponse(ctx context.Context, params *ListWorkspacesAsSuperAdminParams, reqEditors ...RequestEditorFn) (*ListWorkspacesAsSuperAdminResponse, error)

	// UnarchiveWorkspace request
	UnarchiveWorkspaceWithResponse(ctx context.Context, workspace WorkspaceId, reqEditors ...RequestEditorFn) (*UnarchiveWorkspaceResponse, error)

	// ListUserWorkspaces request
	ListUserWorkspacesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListUserWorkspacesResponse, error)
}

ClientWithResponsesInterface is the interface specification for the client with responses above.

type CompletedJob

type CompletedJob struct {
	Args           *ScriptArgs           `json:"args,omitempty"`
	Canceled       bool                  `json:"canceled"`
	CanceledBy     *string               `json:"canceled_by,omitempty"`
	CanceledReason *string               `json:"canceled_reason,omitempty"`
	CreatedAt      time.Time             `json:"created_at"`
	CreatedBy      string                `json:"created_by"`
	Deleted        *bool                 `json:"deleted,omitempty"`
	DurationMs     int                   `json:"duration_ms"`
	Email          string                `json:"email"`
	FlowStatus     *FlowStatus           `json:"flow_status,omitempty"`
	Id             openapi_types.UUID    `json:"id"`
	IsFlowStep     bool                  `json:"is_flow_step"`
	IsSkipped      bool                  `json:"is_skipped"`
	JobKind        CompletedJobJobKind   `json:"job_kind"`
	Language       *CompletedJobLanguage `json:"language,omitempty"`
	Logs           *string               `json:"logs,omitempty"`
	MemPeak        *int                  `json:"mem_peak,omitempty"`
	ParentJob      *openapi_types.UUID   `json:"parent_job,omitempty"`

	// The user (u/userfoo) or group (g/groupfoo) whom
	// the execution of this script will be permissioned_as and by extension its DT_TOKEN.
	PermissionedAs string       `json:"permissioned_as"`
	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"`
	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"
)

Defines values for CompletedJobJobKind.

type CompletedJobLanguage

type CompletedJobLanguage string

CompletedJobLanguage defines model for CompletedJob.Language.

const (
	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"
	CompletedJobLanguagePostgresql CompletedJobLanguage = "postgresql"
	CompletedJobLanguagePowershell CompletedJobLanguage = "powershell"
	CompletedJobLanguagePython3    CompletedJobLanguage = "python3"
	CompletedJobLanguageSnowflake  CompletedJobLanguage = "snowflake"
)

Defines values for CompletedJobLanguage.

type ConnectCallbackJSONBody

type ConnectCallbackJSONBody struct {
	Code  string `json:"code"`
	State string `json:"state"`
}

ConnectCallbackJSONBody defines parameters for ConnectCallback.

type ConnectCallbackJSONRequestBody

type ConnectCallbackJSONRequestBody ConnectCallbackJSONBody

ConnectCallbackJSONRequestBody defines body for ConnectCallback for application/json ContentType.

type ConnectCallbackResponse

type ConnectCallbackResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TokenResponse
}

func ParseConnectCallbackResponse

func ParseConnectCallbackResponse(rsp *http.Response) (*ConnectCallbackResponse, error)

ParseConnectCallbackResponse parses an HTTP response from a ConnectCallbackWithResponse call

func (ConnectCallbackResponse) Status

func (r ConnectCallbackResponse) Status() string

Status returns HTTPResponse.Status

func (ConnectCallbackResponse) StatusCode

func (r ConnectCallbackResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ConnectSlackCallbackJSONBody

type ConnectSlackCallbackJSONBody struct {
	Code  string `json:"code"`
	State string `json:"state"`
}

ConnectSlackCallbackJSONBody defines parameters for ConnectSlackCallback.

type ConnectSlackCallbackJSONRequestBody

type ConnectSlackCallbackJSONRequestBody ConnectSlackCallbackJSONBody

ConnectSlackCallbackJSONRequestBody defines body for ConnectSlackCallback for application/json ContentType.

type ConnectSlackCallbackResponse

type ConnectSlackCallbackResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseConnectSlackCallbackResponse

func ParseConnectSlackCallbackResponse(rsp *http.Response) (*ConnectSlackCallbackResponse, error)

ParseConnectSlackCallbackResponse parses an HTTP response from a ConnectSlackCallbackWithResponse call

func (ConnectSlackCallbackResponse) Status

Status returns HTTPResponse.Status

func (ConnectSlackCallbackResponse) StatusCode

func (r ConnectSlackCallbackResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ContextualVariable

type ContextualVariable struct {
	Description string `json:"description"`
	Name        string `json:"name"`
	Value       string `json:"value"`
}

ContextualVariable defines model for ContextualVariable.

type CreateAccountJSONBody

type CreateAccountJSONBody struct {
	Client       string  `json:"client"`
	ExpiresIn    int     `json:"expires_in"`
	Owner        string  `json:"owner"`
	RefreshToken *string `json:"refresh_token,omitempty"`
}

CreateAccountJSONBody defines parameters for CreateAccount.

type CreateAccountJSONRequestBody

type CreateAccountJSONRequestBody CreateAccountJSONBody

CreateAccountJSONRequestBody defines body for CreateAccount for application/json ContentType.

type CreateAccountResponse

type CreateAccountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateAccountResponse

func ParseCreateAccountResponse(rsp *http.Response) (*CreateAccountResponse, error)

ParseCreateAccountResponse parses an HTTP response from a CreateAccountWithResponse call

func (CreateAccountResponse) Status

func (r CreateAccountResponse) Status() string

Status returns HTTPResponse.Status

func (CreateAccountResponse) StatusCode

func (r CreateAccountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateAppJSONBody

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

type CreateAppJSONRequestBody CreateAppJSONBody

CreateAppJSONRequestBody defines body for CreateApp for application/json ContentType.

type CreateAppResponse

type CreateAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateAppResponse

func ParseCreateAppResponse(rsp *http.Response) (*CreateAppResponse, error)

ParseCreateAppResponse parses an HTTP response from a CreateAppWithResponse call

func (CreateAppResponse) Status

func (r CreateAppResponse) Status() string

Status returns HTTPResponse.Status

func (CreateAppResponse) StatusCode

func (r CreateAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateCaptureResponse

type CreateCaptureResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateCaptureResponse

func ParseCreateCaptureResponse(rsp *http.Response) (*CreateCaptureResponse, error)

ParseCreateCaptureResponse parses an HTTP response from a CreateCaptureWithResponse call

func (CreateCaptureResponse) Status

func (r CreateCaptureResponse) Status() string

Status returns HTTPResponse.Status

func (CreateCaptureResponse) StatusCode

func (r CreateCaptureResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateDraftJSONBody

type CreateDraftJSONBody struct {
	Path  string                 `json:"path"`
	Typ   CreateDraftJSONBodyTyp `json:"typ"`
	Value *interface{}           `json:"value,omitempty"`
}

CreateDraftJSONBody defines parameters for CreateDraft.

type CreateDraftJSONBodyTyp

type CreateDraftJSONBodyTyp string

CreateDraftJSONBodyTyp defines parameters for CreateDraft.

type CreateDraftJSONRequestBody

type CreateDraftJSONRequestBody CreateDraftJSONBody

CreateDraftJSONRequestBody defines body for CreateDraft for application/json ContentType.

type CreateDraftResponse

type CreateDraftResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateDraftResponse

func ParseCreateDraftResponse(rsp *http.Response) (*CreateDraftResponse, error)

ParseCreateDraftResponse parses an HTTP response from a CreateDraftWithResponse call

func (CreateDraftResponse) Status

func (r CreateDraftResponse) Status() string

Status returns HTTPResponse.Status

func (CreateDraftResponse) StatusCode

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"`
	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

type CreateFolderJSONBody struct {
	ExtraPerms *CreateFolderJSONBody_ExtraPerms `json:"extra_perms,omitempty"`
	Name       string                           `json:"name"`
	Owners     *[]string                        `json:"owners,omitempty"`
}

CreateFolderJSONBody defines parameters for CreateFolder.

type CreateFolderJSONBody_ExtraPerms

type CreateFolderJSONBody_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

CreateFolderJSONBody_ExtraPerms defines parameters for CreateFolder.

func (CreateFolderJSONBody_ExtraPerms) Get

func (a CreateFolderJSONBody_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for CreateFolderJSONBody_ExtraPerms. Returns the specified element and whether it was found

func (CreateFolderJSONBody_ExtraPerms) MarshalJSON

func (a CreateFolderJSONBody_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for CreateFolderJSONBody_ExtraPerms to handle AdditionalProperties

func (*CreateFolderJSONBody_ExtraPerms) Set

func (a *CreateFolderJSONBody_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for CreateFolderJSONBody_ExtraPerms

func (*CreateFolderJSONBody_ExtraPerms) UnmarshalJSON

func (a *CreateFolderJSONBody_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for CreateFolderJSONBody_ExtraPerms to handle AdditionalProperties

type CreateFolderJSONRequestBody

type CreateFolderJSONRequestBody CreateFolderJSONBody

CreateFolderJSONRequestBody defines body for CreateFolder for application/json ContentType.

type CreateFolderResponse

type CreateFolderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateFolderResponse

func ParseCreateFolderResponse(rsp *http.Response) (*CreateFolderResponse, error)

ParseCreateFolderResponse parses an HTTP response from a CreateFolderWithResponse call

func (CreateFolderResponse) Status

func (r CreateFolderResponse) Status() string

Status returns HTTPResponse.Status

func (CreateFolderResponse) StatusCode

func (r CreateFolderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateGroupJSONBody

type CreateGroupJSONBody struct {
	Name    string  `json:"name"`
	Summary *string `json:"summary,omitempty"`
}

CreateGroupJSONBody defines parameters for CreateGroup.

type CreateGroupJSONRequestBody

type CreateGroupJSONRequestBody CreateGroupJSONBody

CreateGroupJSONRequestBody defines body for CreateGroup for application/json ContentType.

type CreateGroupResponse

type CreateGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateGroupResponse

func ParseCreateGroupResponse(rsp *http.Response) (*CreateGroupResponse, error)

ParseCreateGroupResponse parses an HTTP response from a CreateGroupWithResponse call

func (CreateGroupResponse) Status

func (r CreateGroupResponse) Status() string

Status returns HTTPResponse.Status

func (CreateGroupResponse) StatusCode

func (r CreateGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateInput

type CreateInput struct {
	Args map[string]interface{} `json:"args"`
	Name string                 `json:"name"`
}

CreateInput defines model for CreateInput.

type CreateInputJSONBody

type CreateInputJSONBody = CreateInput

CreateInputJSONBody defines parameters for CreateInput.

type CreateInputJSONRequestBody

type CreateInputJSONRequestBody = CreateInputJSONBody

CreateInputJSONRequestBody defines body for CreateInput for application/json ContentType.

type CreateInputParams

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

type CreateInputResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateInputResponse

func ParseCreateInputResponse(rsp *http.Response) (*CreateInputResponse, error)

ParseCreateInputResponse parses an HTTP response from a CreateInputWithResponse call

func (CreateInputResponse) Status

func (r CreateInputResponse) Status() string

Status returns HTTPResponse.Status

func (CreateInputResponse) StatusCode

func (r CreateInputResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateJobSignatureParams

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

type CreateRawAppJSONBody struct {
	Path    string `json:"path"`
	Summary string `json:"summary"`
	Value   string `json:"value"`
}

CreateRawAppJSONBody defines parameters for CreateRawApp.

type CreateRawAppJSONRequestBody

type CreateRawAppJSONRequestBody CreateRawAppJSONBody

CreateRawAppJSONRequestBody defines body for CreateRawApp for application/json ContentType.

type CreateRawAppResponse

type CreateRawAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateRawAppResponse

func ParseCreateRawAppResponse(rsp *http.Response) (*CreateRawAppResponse, error)

ParseCreateRawAppResponse parses an HTTP response from a CreateRawAppWithResponse call

func (CreateRawAppResponse) Status

func (r CreateRawAppResponse) Status() string

Status returns HTTPResponse.Status

func (CreateRawAppResponse) StatusCode

func (r CreateRawAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateResource

type CreateResource struct {
	Description  *string     `json:"description,omitempty"`
	Path         string      `json:"path"`
	ResourceType string      `json:"resource_type"`
	Value        interface{} `json:"value"`
}

CreateResource defines model for CreateResource.

type CreateResourceJSONBody

type CreateResourceJSONBody = CreateResource

CreateResourceJSONBody defines parameters for CreateResource.

type CreateResourceJSONRequestBody

type CreateResourceJSONRequestBody = CreateResourceJSONBody

CreateResourceJSONRequestBody defines body for CreateResource for application/json ContentType.

type CreateResourceParams

type CreateResourceParams struct {
	UpdateIfExists *bool `form:"update_if_exists,omitempty" json:"update_if_exists,omitempty"`
}

CreateResourceParams defines parameters for CreateResource.

type CreateResourceResponse

type CreateResourceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateResourceResponse

func ParseCreateResourceResponse(rsp *http.Response) (*CreateResourceResponse, error)

ParseCreateResourceResponse parses an HTTP response from a CreateResourceWithResponse call

func (CreateResourceResponse) Status

func (r CreateResourceResponse) Status() string

Status returns HTTPResponse.Status

func (CreateResourceResponse) StatusCode

func (r CreateResourceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateResourceTypeJSONBody

type CreateResourceTypeJSONBody = ResourceType

CreateResourceTypeJSONBody defines parameters for CreateResourceType.

type CreateResourceTypeJSONRequestBody

type CreateResourceTypeJSONRequestBody = CreateResourceTypeJSONBody

CreateResourceTypeJSONRequestBody defines body for CreateResourceType for application/json ContentType.

type CreateResourceTypeResponse

type CreateResourceTypeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateResourceTypeResponse

func ParseCreateResourceTypeResponse(rsp *http.Response) (*CreateResourceTypeResponse, error)

ParseCreateResourceTypeResponse parses an HTTP response from a CreateResourceTypeWithResponse call

func (CreateResourceTypeResponse) Status

Status returns HTTPResponse.Status

func (CreateResourceTypeResponse) StatusCode

func (r CreateResourceTypeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateScheduleJSONBody

type CreateScheduleJSONBody = NewSchedule

CreateScheduleJSONBody defines parameters for CreateSchedule.

type CreateScheduleJSONRequestBody

type CreateScheduleJSONRequestBody = CreateScheduleJSONBody

CreateScheduleJSONRequestBody defines body for CreateSchedule for application/json ContentType.

type CreateScheduleResponse

type CreateScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateScheduleResponse

func ParseCreateScheduleResponse(rsp *http.Response) (*CreateScheduleResponse, error)

ParseCreateScheduleResponse parses an HTTP response from a CreateScheduleWithResponse call

func (CreateScheduleResponse) Status

func (r CreateScheduleResponse) Status() string

Status returns HTTPResponse.Status

func (CreateScheduleResponse) StatusCode

func (r CreateScheduleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateScriptJSONBody

type CreateScriptJSONBody = NewScript

CreateScriptJSONBody defines parameters for CreateScript.

type CreateScriptJSONRequestBody

type CreateScriptJSONRequestBody = CreateScriptJSONBody

CreateScriptJSONRequestBody defines body for CreateScript for application/json ContentType.

type CreateScriptResponse

type CreateScriptResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateScriptResponse

func ParseCreateScriptResponse(rsp *http.Response) (*CreateScriptResponse, error)

ParseCreateScriptResponse parses an HTTP response from a CreateScriptWithResponse call

func (CreateScriptResponse) Status

func (r CreateScriptResponse) Status() string

Status returns HTTPResponse.Status

func (CreateScriptResponse) StatusCode

func (r CreateScriptResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateTokenImpersonateJSONBody

type CreateTokenImpersonateJSONBody = NewTokenImpersonate

CreateTokenImpersonateJSONBody defines parameters for CreateTokenImpersonate.

type CreateTokenImpersonateJSONRequestBody

type CreateTokenImpersonateJSONRequestBody = CreateTokenImpersonateJSONBody

CreateTokenImpersonateJSONRequestBody defines body for CreateTokenImpersonate for application/json ContentType.

type CreateTokenImpersonateResponse

type CreateTokenImpersonateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateTokenImpersonateResponse

func ParseCreateTokenImpersonateResponse(rsp *http.Response) (*CreateTokenImpersonateResponse, error)

ParseCreateTokenImpersonateResponse parses an HTTP response from a CreateTokenImpersonateWithResponse call

func (CreateTokenImpersonateResponse) Status

Status returns HTTPResponse.Status

func (CreateTokenImpersonateResponse) StatusCode

func (r CreateTokenImpersonateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateTokenJSONBody

type CreateTokenJSONBody = NewToken

CreateTokenJSONBody defines parameters for CreateToken.

type CreateTokenJSONRequestBody

type CreateTokenJSONRequestBody = CreateTokenJSONBody

CreateTokenJSONRequestBody defines body for CreateToken for application/json ContentType.

type CreateTokenResponse

type CreateTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateTokenResponse

func ParseCreateTokenResponse(rsp *http.Response) (*CreateTokenResponse, error)

ParseCreateTokenResponse parses an HTTP response from a CreateTokenWithResponse call

func (CreateTokenResponse) Status

func (r CreateTokenResponse) Status() string

Status returns HTTPResponse.Status

func (CreateTokenResponse) StatusCode

func (r CreateTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateUserGloballyJSONBody

type CreateUserGloballyJSONBody struct {
	Company    *string `json:"company,omitempty"`
	Email      string  `json:"email"`
	Name       *string `json:"name,omitempty"`
	Password   string  `json:"password"`
	SuperAdmin bool    `json:"super_admin"`
}

CreateUserGloballyJSONBody defines parameters for CreateUserGlobally.

type CreateUserGloballyJSONRequestBody

type CreateUserGloballyJSONRequestBody CreateUserGloballyJSONBody

CreateUserGloballyJSONRequestBody defines body for CreateUserGlobally for application/json ContentType.

type CreateUserGloballyResponse

type CreateUserGloballyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateUserGloballyResponse

func ParseCreateUserGloballyResponse(rsp *http.Response) (*CreateUserGloballyResponse, error)

ParseCreateUserGloballyResponse parses an HTTP response from a CreateUserGloballyWithResponse call

func (CreateUserGloballyResponse) Status

Status returns HTTPResponse.Status

func (CreateUserGloballyResponse) StatusCode

func (r CreateUserGloballyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateUserJSONBody

type CreateUserJSONBody = NewUser

CreateUserJSONBody defines parameters for CreateUser.

type CreateUserJSONRequestBody

type CreateUserJSONRequestBody = CreateUserJSONBody

CreateUserJSONRequestBody defines body for CreateUser for application/json ContentType.

type CreateUserResponse

type CreateUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateUserResponse

func ParseCreateUserResponse(rsp *http.Response) (*CreateUserResponse, error)

ParseCreateUserResponse parses an HTTP response from a CreateUserWithResponse call

func (CreateUserResponse) Status

func (r CreateUserResponse) Status() string

Status returns HTTPResponse.Status

func (CreateUserResponse) StatusCode

func (r CreateUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateVariable

type CreateVariable struct {
	Account     *int   `json:"account,omitempty"`
	Description string `json:"description"`
	IsOauth     *bool  `json:"is_oauth,omitempty"`
	IsSecret    bool   `json:"is_secret"`
	Path        string `json:"path"`
	Value       string `json:"value"`
}

CreateVariable defines model for CreateVariable.

type CreateVariableJSONBody

type CreateVariableJSONBody = CreateVariable

CreateVariableJSONBody defines parameters for CreateVariable.

type CreateVariableJSONRequestBody

type CreateVariableJSONRequestBody = CreateVariableJSONBody

CreateVariableJSONRequestBody defines body for CreateVariable for application/json ContentType.

type CreateVariableParams

type CreateVariableParams struct {
	AlreadyEncrypted *bool `form:"already_encrypted,omitempty" json:"already_encrypted,omitempty"`
}

CreateVariableParams defines parameters for CreateVariable.

type CreateVariableResponse

type CreateVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateVariableResponse

func ParseCreateVariableResponse(rsp *http.Response) (*CreateVariableResponse, error)

ParseCreateVariableResponse parses an HTTP response from a CreateVariableWithResponse call

func (CreateVariableResponse) Status

func (r CreateVariableResponse) Status() string

Status returns HTTPResponse.Status

func (CreateVariableResponse) StatusCode

func (r CreateVariableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateWorkspace

type CreateWorkspace struct {
	Id       string `json:"id"`
	Name     string `json:"name"`
	Username string `json:"username"`
}

CreateWorkspace defines model for CreateWorkspace.

type CreateWorkspaceJSONBody

type CreateWorkspaceJSONBody = CreateWorkspace

CreateWorkspaceJSONBody defines parameters for CreateWorkspace.

type CreateWorkspaceJSONRequestBody

type CreateWorkspaceJSONRequestBody = CreateWorkspaceJSONBody

CreateWorkspaceJSONRequestBody defines body for CreateWorkspace for application/json ContentType.

type CreateWorkspaceResponse

type CreateWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateWorkspaceResponse

func ParseCreateWorkspaceResponse(rsp *http.Response) (*CreateWorkspaceResponse, error)

ParseCreateWorkspaceResponse parses an HTTP response from a CreateWorkspaceWithResponse call

func (CreateWorkspaceResponse) Status

func (r CreateWorkspaceResponse) Status() string

Status returns HTTPResponse.Status

func (CreateWorkspaceResponse) StatusCode

func (r CreateWorkspaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreatedBy

type CreatedBy = string

CreatedBy defines model for CreatedBy.

type CreatedOrStartedAfter

type CreatedOrStartedAfter = time.Time

CreatedOrStartedAfter defines model for CreatedOrStartedAfter.

type CreatedOrStartedBefore

type CreatedOrStartedBefore = time.Time

CreatedOrStartedBefore defines model for CreatedOrStartedBefore.

type DatasetStorageTestConnectionResponse

type DatasetStorageTestConnectionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseDatasetStorageTestConnectionResponse

func ParseDatasetStorageTestConnectionResponse(rsp *http.Response) (*DatasetStorageTestConnectionResponse, error)

ParseDatasetStorageTestConnectionResponse parses an HTTP response from a DatasetStorageTestConnectionWithResponse call

func (DatasetStorageTestConnectionResponse) Status

Status returns HTTPResponse.Status

func (DatasetStorageTestConnectionResponse) StatusCode

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

type DeleteAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteAppResponse

func ParseDeleteAppResponse(rsp *http.Response) (*DeleteAppResponse, error)

ParseDeleteAppResponse parses an HTTP response from a DeleteAppWithResponse call

func (DeleteAppResponse) Status

func (r DeleteAppResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteAppResponse) StatusCode

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 DeleteConfigResponse

type DeleteConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteConfigResponse

func ParseDeleteConfigResponse(rsp *http.Response) (*DeleteConfigResponse, error)

ParseDeleteConfigResponse parses an HTTP response from a DeleteConfigWithResponse call

func (DeleteConfigResponse) Status

func (r DeleteConfigResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteConfigResponse) StatusCode

func (r DeleteConfigResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteDraftParamsKind

type DeleteDraftParamsKind string

DeleteDraftParamsKind defines parameters for DeleteDraft.

type DeleteDraftResponse

type DeleteDraftResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteDraftResponse

func ParseDeleteDraftResponse(rsp *http.Response) (*DeleteDraftResponse, error)

ParseDeleteDraftResponse parses an HTTP response from a DeleteDraftWithResponse call

func (DeleteDraftResponse) Status

func (r DeleteDraftResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteDraftResponse) StatusCode

func (r DeleteDraftResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteFlowByPathResponse

type DeleteFlowByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteFlowByPathResponse

func ParseDeleteFlowByPathResponse(rsp *http.Response) (*DeleteFlowByPathResponse, error)

ParseDeleteFlowByPathResponse parses an HTTP response from a DeleteFlowByPathWithResponse call

func (DeleteFlowByPathResponse) Status

func (r DeleteFlowByPathResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteFlowByPathResponse) StatusCode

func (r DeleteFlowByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteFolderResponse

type DeleteFolderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteFolderResponse

func ParseDeleteFolderResponse(rsp *http.Response) (*DeleteFolderResponse, error)

ParseDeleteFolderResponse parses an HTTP response from a DeleteFolderWithResponse call

func (DeleteFolderResponse) Status

func (r DeleteFolderResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteFolderResponse) StatusCode

func (r DeleteFolderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteGroupResponse

type DeleteGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteGroupResponse

func ParseDeleteGroupResponse(rsp *http.Response) (*DeleteGroupResponse, error)

ParseDeleteGroupResponse parses an HTTP response from a DeleteGroupWithResponse call

func (DeleteGroupResponse) Status

func (r DeleteGroupResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteGroupResponse) StatusCode

func (r DeleteGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteInputResponse

type DeleteInputResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteInputResponse

func ParseDeleteInputResponse(rsp *http.Response) (*DeleteInputResponse, error)

ParseDeleteInputResponse parses an HTTP response from a DeleteInputWithResponse call

func (DeleteInputResponse) Status

func (r DeleteInputResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteInputResponse) StatusCode

func (r DeleteInputResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteInviteJSONBody

type DeleteInviteJSONBody struct {
	Email    string `json:"email"`
	IsAdmin  bool   `json:"is_admin"`
	Operator bool   `json:"operator"`
}

DeleteInviteJSONBody defines parameters for DeleteInvite.

type DeleteInviteJSONRequestBody

type DeleteInviteJSONRequestBody DeleteInviteJSONBody

DeleteInviteJSONRequestBody defines body for DeleteInvite for application/json ContentType.

type DeleteInviteResponse

type DeleteInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteInviteResponse

func ParseDeleteInviteResponse(rsp *http.Response) (*DeleteInviteResponse, error)

ParseDeleteInviteResponse parses an HTTP response from a DeleteInviteWithResponse call

func (DeleteInviteResponse) Status

func (r DeleteInviteResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteInviteResponse) StatusCode

func (r DeleteInviteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteRawAppResponse

type DeleteRawAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRawAppResponse

func ParseDeleteRawAppResponse(rsp *http.Response) (*DeleteRawAppResponse, error)

ParseDeleteRawAppResponse parses an HTTP response from a DeleteRawAppWithResponse call

func (DeleteRawAppResponse) Status

func (r DeleteRawAppResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteRawAppResponse) StatusCode

func (r DeleteRawAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteResourceResponse

type DeleteResourceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteResourceResponse

func ParseDeleteResourceResponse(rsp *http.Response) (*DeleteResourceResponse, error)

ParseDeleteResourceResponse parses an HTTP response from a DeleteResourceWithResponse call

func (DeleteResourceResponse) Status

func (r DeleteResourceResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteResourceResponse) StatusCode

func (r DeleteResourceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteResourceTypeResponse

type DeleteResourceTypeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteResourceTypeResponse

func ParseDeleteResourceTypeResponse(rsp *http.Response) (*DeleteResourceTypeResponse, error)

ParseDeleteResourceTypeResponse parses an HTTP response from a DeleteResourceTypeWithResponse call

func (DeleteResourceTypeResponse) Status

Status returns HTTPResponse.Status

func (DeleteResourceTypeResponse) StatusCode

func (r DeleteResourceTypeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteScheduleResponse

type DeleteScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteScheduleResponse

func ParseDeleteScheduleResponse(rsp *http.Response) (*DeleteScheduleResponse, error)

ParseDeleteScheduleResponse parses an HTTP response from a DeleteScheduleWithResponse call

func (DeleteScheduleResponse) Status

func (r DeleteScheduleResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteScheduleResponse) StatusCode

func (r DeleteScheduleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteScriptByHashResponse

type DeleteScriptByHashResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Script
}

func ParseDeleteScriptByHashResponse

func ParseDeleteScriptByHashResponse(rsp *http.Response) (*DeleteScriptByHashResponse, error)

ParseDeleteScriptByHashResponse parses an HTTP response from a DeleteScriptByHashWithResponse call

func (DeleteScriptByHashResponse) Status

Status returns HTTPResponse.Status

func (DeleteScriptByHashResponse) StatusCode

func (r DeleteScriptByHashResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteScriptByPathResponse

type DeleteScriptByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *string
}

func ParseDeleteScriptByPathResponse

func ParseDeleteScriptByPathResponse(rsp *http.Response) (*DeleteScriptByPathResponse, error)

ParseDeleteScriptByPathResponse parses an HTTP response from a DeleteScriptByPathWithResponse call

func (DeleteScriptByPathResponse) Status

Status returns HTTPResponse.Status

func (DeleteScriptByPathResponse) StatusCode

func (r DeleteScriptByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteTokenResponse

type DeleteTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteTokenResponse

func ParseDeleteTokenResponse(rsp *http.Response) (*DeleteTokenResponse, error)

ParseDeleteTokenResponse parses an HTTP response from a DeleteTokenWithResponse call

func (DeleteTokenResponse) Status

func (r DeleteTokenResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteTokenResponse) StatusCode

func (r DeleteTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteUserResponse

type DeleteUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteUserResponse

func ParseDeleteUserResponse(rsp *http.Response) (*DeleteUserResponse, error)

ParseDeleteUserResponse parses an HTTP response from a DeleteUserWithResponse call

func (DeleteUserResponse) Status

func (r DeleteUserResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteUserResponse) StatusCode

func (r DeleteUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteVariableResponse

type DeleteVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteVariableResponse

func ParseDeleteVariableResponse(rsp *http.Response) (*DeleteVariableResponse, error)

ParseDeleteVariableResponse parses an HTTP response from a DeleteVariableWithResponse call

func (DeleteVariableResponse) Status

func (r DeleteVariableResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteVariableResponse) StatusCode

func (r DeleteVariableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteWorkspaceResponse

type DeleteWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteWorkspaceResponse

func ParseDeleteWorkspaceResponse(rsp *http.Response) (*DeleteWorkspaceResponse, error)

ParseDeleteWorkspaceResponse parses an HTTP response from a DeleteWorkspaceWithResponse call

func (DeleteWorkspaceResponse) Status

func (r DeleteWorkspaceResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteWorkspaceResponse) StatusCode

func (r DeleteWorkspaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DisconnectAccountResponse

type DisconnectAccountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDisconnectAccountResponse

func ParseDisconnectAccountResponse(rsp *http.Response) (*DisconnectAccountResponse, error)

ParseDisconnectAccountResponse parses an HTTP response from a DisconnectAccountWithResponse call

func (DisconnectAccountResponse) Status

func (r DisconnectAccountResponse) Status() string

Status returns HTTPResponse.Status

func (DisconnectAccountResponse) StatusCode

func (r DisconnectAccountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DisconnectSlackResponse

type DisconnectSlackResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDisconnectSlackResponse

func ParseDisconnectSlackResponse(rsp *http.Response) (*DisconnectSlackResponse, error)

ParseDisconnectSlackResponse parses an HTTP response from a DisconnectSlackWithResponse call

func (DisconnectSlackResponse) Status

func (r DisconnectSlackResponse) Status() string

Status returns HTTPResponse.Status

func (DisconnectSlackResponse) StatusCode

func (r DisconnectSlackResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DuckdbConnectionSettingsJSONBody

type DuckdbConnectionSettingsJSONBody struct {
	S3Resource *S3Resource `json:"s3_resource,omitempty"`
}

DuckdbConnectionSettingsJSONBody defines parameters for DuckdbConnectionSettings.

type DuckdbConnectionSettingsJSONRequestBody

type DuckdbConnectionSettingsJSONRequestBody DuckdbConnectionSettingsJSONBody

DuckdbConnectionSettingsJSONRequestBody defines body for DuckdbConnectionSettings for application/json ContentType.

type DuckdbConnectionSettingsResponse

type DuckdbConnectionSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		ConnectionSettingsStr *string `json:"connection_settings_str,omitempty"`
	}
}

func ParseDuckdbConnectionSettingsResponse

func ParseDuckdbConnectionSettingsResponse(rsp *http.Response) (*DuckdbConnectionSettingsResponse, error)

ParseDuckdbConnectionSettingsResponse parses an HTTP response from a DuckdbConnectionSettingsWithResponse call

func (DuckdbConnectionSettingsResponse) Status

Status returns HTTPResponse.Status

func (DuckdbConnectionSettingsResponse) StatusCode

func (r DuckdbConnectionSettingsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DuckdbConnectionSettingsV2JSONBody

type DuckdbConnectionSettingsV2JSONBody struct {
	S3ResourcePath *string `json:"s3_resource_path,omitempty"`
}

DuckdbConnectionSettingsV2JSONBody defines parameters for DuckdbConnectionSettingsV2.

type DuckdbConnectionSettingsV2JSONRequestBody

type DuckdbConnectionSettingsV2JSONRequestBody DuckdbConnectionSettingsV2JSONBody

DuckdbConnectionSettingsV2JSONRequestBody defines body for DuckdbConnectionSettingsV2 for application/json ContentType.

type DuckdbConnectionSettingsV2Response

type DuckdbConnectionSettingsV2Response struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		ConnectionSettingsStr string `json:"connection_settings_str"`
	}
}

func ParseDuckdbConnectionSettingsV2Response

func ParseDuckdbConnectionSettingsV2Response(rsp *http.Response) (*DuckdbConnectionSettingsV2Response, error)

ParseDuckdbConnectionSettingsV2Response parses an HTTP response from a DuckdbConnectionSettingsV2WithResponse call

func (DuckdbConnectionSettingsV2Response) Status

Status returns HTTPResponse.Status

func (DuckdbConnectionSettingsV2Response) StatusCode

func (r DuckdbConnectionSettingsV2Response) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditAutoInviteJSONBody

type EditAutoInviteJSONBody struct {
	InviteAll *bool `json:"invite_all,omitempty"`
	Operator  *bool `json:"operator,omitempty"`
}

EditAutoInviteJSONBody defines parameters for EditAutoInvite.

type EditAutoInviteJSONRequestBody

type EditAutoInviteJSONRequestBody EditAutoInviteJSONBody

EditAutoInviteJSONRequestBody defines body for EditAutoInvite for application/json ContentType.

type EditAutoInviteResponse

type EditAutoInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseEditAutoInviteResponse

func ParseEditAutoInviteResponse(rsp *http.Response) (*EditAutoInviteResponse, error)

ParseEditAutoInviteResponse parses an HTTP response from a EditAutoInviteWithResponse call

func (EditAutoInviteResponse) Status

func (r EditAutoInviteResponse) Status() string

Status returns HTTPResponse.Status

func (EditAutoInviteResponse) StatusCode

func (r EditAutoInviteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditCopilotConfigJSONBody

type EditCopilotConfigJSONBody struct {
	CodeCompletionEnabled bool    `json:"code_completion_enabled"`
	OpenaiResourcePath    *string `json:"openai_resource_path,omitempty"`
}

EditCopilotConfigJSONBody defines parameters for EditCopilotConfig.

type EditCopilotConfigJSONRequestBody

type EditCopilotConfigJSONRequestBody EditCopilotConfigJSONBody

EditCopilotConfigJSONRequestBody defines body for EditCopilotConfig for application/json ContentType.

type EditCopilotConfigResponse

type EditCopilotConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseEditCopilotConfigResponse

func ParseEditCopilotConfigResponse(rsp *http.Response) (*EditCopilotConfigResponse, error)

ParseEditCopilotConfigResponse parses an HTTP response from a EditCopilotConfigWithResponse call

func (EditCopilotConfigResponse) Status

func (r EditCopilotConfigResponse) Status() string

Status returns HTTPResponse.Status

func (EditCopilotConfigResponse) StatusCode

func (r EditCopilotConfigResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditDeployToJSONBody

type EditDeployToJSONBody struct {
	DeployTo *string `json:"deploy_to,omitempty"`
}

EditDeployToJSONBody defines parameters for EditDeployTo.

type EditDeployToJSONRequestBody

type EditDeployToJSONRequestBody EditDeployToJSONBody

EditDeployToJSONRequestBody defines body for EditDeployTo for application/json ContentType.

type EditDeployToResponse

type EditDeployToResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseEditDeployToResponse

func ParseEditDeployToResponse(rsp *http.Response) (*EditDeployToResponse, error)

ParseEditDeployToResponse parses an HTTP response from a EditDeployToWithResponse call

func (EditDeployToResponse) Status

func (r EditDeployToResponse) Status() string

Status returns HTTPResponse.Status

func (EditDeployToResponse) StatusCode

func (r EditDeployToResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditErrorHandlerJSONBody

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

type EditErrorHandlerJSONRequestBody EditErrorHandlerJSONBody

EditErrorHandlerJSONRequestBody defines body for EditErrorHandler for application/json ContentType.

type EditErrorHandlerResponse

type EditErrorHandlerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseEditErrorHandlerResponse

func ParseEditErrorHandlerResponse(rsp *http.Response) (*EditErrorHandlerResponse, error)

ParseEditErrorHandlerResponse parses an HTTP response from a EditErrorHandlerWithResponse call

func (EditErrorHandlerResponse) Status

func (r EditErrorHandlerResponse) Status() string

Status returns HTTPResponse.Status

func (EditErrorHandlerResponse) StatusCode

func (r EditErrorHandlerResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditLargeFileStorageConfigJSONBody

type EditLargeFileStorageConfigJSONBody struct {
	LargeFileStorage *LargeFileStorage `json:"large_file_storage,omitempty"`
}

EditLargeFileStorageConfigJSONBody defines parameters for EditLargeFileStorageConfig.

type EditLargeFileStorageConfigJSONRequestBody

type EditLargeFileStorageConfigJSONRequestBody EditLargeFileStorageConfigJSONBody

EditLargeFileStorageConfigJSONRequestBody defines body for EditLargeFileStorageConfig for application/json ContentType.

type EditLargeFileStorageConfigResponse

type EditLargeFileStorageConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseEditLargeFileStorageConfigResponse

func ParseEditLargeFileStorageConfigResponse(rsp *http.Response) (*EditLargeFileStorageConfigResponse, error)

ParseEditLargeFileStorageConfigResponse parses an HTTP response from a EditLargeFileStorageConfigWithResponse call

func (EditLargeFileStorageConfigResponse) Status

Status returns HTTPResponse.Status

func (EditLargeFileStorageConfigResponse) StatusCode

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"`
	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"`
	Schedule            string      `json:"schedule"`
	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

type EditWebhookJSONBody struct {
	Webhook *string `json:"webhook,omitempty"`
}

EditWebhookJSONBody defines parameters for EditWebhook.

type EditWebhookJSONRequestBody

type EditWebhookJSONRequestBody EditWebhookJSONBody

EditWebhookJSONRequestBody defines body for EditWebhook for application/json ContentType.

type EditWebhookResponse

type EditWebhookResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseEditWebhookResponse

func ParseEditWebhookResponse(rsp *http.Response) (*EditWebhookResponse, error)

ParseEditWebhookResponse parses an HTTP response from a EditWebhookWithResponse call

func (EditWebhookResponse) Status

func (r EditWebhookResponse) Status() string

Status returns HTTPResponse.Status

func (EditWebhookResponse) StatusCode

func (r EditWebhookResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditWorkspaceGitSyncConfigJSONBody

type EditWorkspaceGitSyncConfigJSONBody struct {
	GitSyncSettings *WorkspaceGitSync `json:"git_sync_settings,omitempty"`
}

EditWorkspaceGitSyncConfigJSONBody defines parameters for EditWorkspaceGitSyncConfig.

type EditWorkspaceGitSyncConfigJSONRequestBody

type EditWorkspaceGitSyncConfigJSONRequestBody EditWorkspaceGitSyncConfigJSONBody

EditWorkspaceGitSyncConfigJSONRequestBody defines body for EditWorkspaceGitSyncConfig for application/json ContentType.

type EditWorkspaceGitSyncConfigResponse

type EditWorkspaceGitSyncConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseEditWorkspaceGitSyncConfigResponse

func ParseEditWorkspaceGitSyncConfigResponse(rsp *http.Response) (*EditWorkspaceGitSyncConfigResponse, error)

ParseEditWorkspaceGitSyncConfigResponse parses an HTTP response from a EditWorkspaceGitSyncConfigWithResponse call

func (EditWorkspaceGitSyncConfigResponse) Status

Status returns HTTPResponse.Status

func (EditWorkspaceGitSyncConfigResponse) StatusCode

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

type EncryptValueJSONBody = string

EncryptValueJSONBody defines parameters for EncryptValue.

type EncryptValueJSONRequestBody

type EncryptValueJSONRequestBody = EncryptValueJSONBody

EncryptValueJSONRequestBody defines body for EncryptValue for application/json ContentType.

type EncryptValueResponse

type EncryptValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseEncryptValueResponse

func ParseEncryptValueResponse(rsp *http.Response) (*EncryptValueResponse, error)

ParseEncryptValueResponse parses an HTTP response from a EncryptValueWithResponse call

func (EncryptValueResponse) Status

func (r EncryptValueResponse) Status() string

Status returns HTTPResponse.Status

func (EncryptValueResponse) StatusCode

func (r EncryptValueResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExecuteComponentJSONBody

type ExecuteComponentJSONBody struct {
	Args                    interface{}             `json:"args"`
	Component               string                  `json:"component"`
	ForceViewerStaticFields *map[string]interface{} `json:"force_viewer_static_fields,omitempty"`
	Path                    *string                 `json:"path,omitempty"`
	RawCode                 *struct {
		CacheTtl *int    `json:"cache_ttl,omitempty"`
		Content  string  `json:"content"`
		Language string  `json:"language"`
		Path     *string `json:"path,omitempty"`
	} `json:"raw_code,omitempty"`
}

ExecuteComponentJSONBody defines parameters for ExecuteComponent.

type ExecuteComponentJSONRequestBody

type ExecuteComponentJSONRequestBody ExecuteComponentJSONBody

ExecuteComponentJSONRequestBody defines body for ExecuteComponent for application/json ContentType.

type ExecuteComponentResponse

type ExecuteComponentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseExecuteComponentResponse

func ParseExecuteComponentResponse(rsp *http.Response) (*ExecuteComponentResponse, error)

ParseExecuteComponentResponse parses an HTTP response from a ExecuteComponentWithResponse call

func (ExecuteComponentResponse) Status

func (r ExecuteComponentResponse) Status() string

Status returns HTTPResponse.Status

func (ExecuteComponentResponse) StatusCode

func (r ExecuteComponentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsAppResponse

type ExistsAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsAppResponse

func ParseExistsAppResponse(rsp *http.Response) (*ExistsAppResponse, error)

ParseExistsAppResponse parses an HTTP response from a ExistsAppWithResponse call

func (ExistsAppResponse) Status

func (r ExistsAppResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsAppResponse) StatusCode

func (r ExistsAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsEmailResponse

type ExistsEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsEmailResponse

func ParseExistsEmailResponse(rsp *http.Response) (*ExistsEmailResponse, error)

ParseExistsEmailResponse parses an HTTP response from a ExistsEmailWithResponse call

func (ExistsEmailResponse) Status

func (r ExistsEmailResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsEmailResponse) StatusCode

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 ExistsRawAppResponse

type ExistsRawAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsRawAppResponse

func ParseExistsRawAppResponse(rsp *http.Response) (*ExistsRawAppResponse, error)

ParseExistsRawAppResponse parses an HTTP response from a ExistsRawAppWithResponse call

func (ExistsRawAppResponse) Status

func (r ExistsRawAppResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsRawAppResponse) StatusCode

func (r ExistsRawAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsResourceResponse

type ExistsResourceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsResourceResponse

func ParseExistsResourceResponse(rsp *http.Response) (*ExistsResourceResponse, error)

ParseExistsResourceResponse parses an HTTP response from a ExistsResourceWithResponse call

func (ExistsResourceResponse) Status

func (r ExistsResourceResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsResourceResponse) StatusCode

func (r ExistsResourceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsResourceTypeResponse

type ExistsResourceTypeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsResourceTypeResponse

func ParseExistsResourceTypeResponse(rsp *http.Response) (*ExistsResourceTypeResponse, error)

ParseExistsResourceTypeResponse parses an HTTP response from a ExistsResourceTypeWithResponse call

func (ExistsResourceTypeResponse) Status

Status returns HTTPResponse.Status

func (ExistsResourceTypeResponse) StatusCode

func (r ExistsResourceTypeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsScheduleResponse

type ExistsScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsScheduleResponse

func ParseExistsScheduleResponse(rsp *http.Response) (*ExistsScheduleResponse, error)

ParseExistsScheduleResponse parses an HTTP response from a ExistsScheduleWithResponse call

func (ExistsScheduleResponse) Status

func (r ExistsScheduleResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsScheduleResponse) StatusCode

func (r ExistsScheduleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsScriptByPathResponse

type ExistsScriptByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsScriptByPathResponse

func ParseExistsScriptByPathResponse(rsp *http.Response) (*ExistsScriptByPathResponse, error)

ParseExistsScriptByPathResponse parses an HTTP response from a ExistsScriptByPathWithResponse call

func (ExistsScriptByPathResponse) Status

Status returns HTTPResponse.Status

func (ExistsScriptByPathResponse) StatusCode

func (r ExistsScriptByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsUsernameJSONBody

type ExistsUsernameJSONBody struct {
	Id       string `json:"id"`
	Username string `json:"username"`
}

ExistsUsernameJSONBody defines parameters for ExistsUsername.

type ExistsUsernameJSONRequestBody

type ExistsUsernameJSONRequestBody ExistsUsernameJSONBody

ExistsUsernameJSONRequestBody defines body for ExistsUsername for application/json ContentType.

type ExistsUsernameResponse

type ExistsUsernameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseExistsUsernameResponse

func ParseExistsUsernameResponse(rsp *http.Response) (*ExistsUsernameResponse, error)

ParseExistsUsernameResponse parses an HTTP response from a ExistsUsernameWithResponse call

func (ExistsUsernameResponse) Status

func (r ExistsUsernameResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsUsernameResponse) StatusCode

func (r ExistsUsernameResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsVariableResponse

type ExistsVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsVariableResponse

func ParseExistsVariableResponse(rsp *http.Response) (*ExistsVariableResponse, error)

ParseExistsVariableResponse parses an HTTP response from a ExistsVariableWithResponse call

func (ExistsVariableResponse) Status

func (r ExistsVariableResponse) Status() string

Status returns HTTPResponse.Status

func (ExistsVariableResponse) StatusCode

func (r ExistsVariableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExistsWorkerWithTagParams

type ExistsWorkerWithTagParams struct {
	Tag string `form:"tag" json:"tag"`
}

ExistsWorkerWithTagParams defines parameters for ExistsWorkerWithTag.

type ExistsWorkerWithTagResponse

type ExistsWorkerWithTagResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseExistsWorkerWithTagResponse

func ParseExistsWorkerWithTagResponse(rsp *http.Response) (*ExistsWorkerWithTagResponse, error)

ParseExistsWorkerWithTagResponse parses an HTTP response from a ExistsWorkerWithTagWithResponse call

func (ExistsWorkerWithTagResponse) Status

Status returns HTTPResponse.Status

func (ExistsWorkerWithTagResponse) StatusCode

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 Flow

type Flow struct {
	AdditionalProperties *bool                   `json:"additionalProperties,omitempty"`
	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           map[string]interface{}  `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"`
	WorkspaceId          *string                 `json:"workspace_id,omitempty"`
	WsErrorHandlerMuted  *bool                   `json:"ws_error_handler_muted,omitempty"`
}

Flow defines model for Flow.

type FlowMetadata

type FlowMetadata struct {
	AdditionalProperties *bool                  `json:"additionalProperties,omitempty"`
	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           map[string]interface{} `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"`
	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"`
	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"`
	Sleep       *InputTransform `json:"sleep,omitempty"`
	StopAfterIf *struct {
		Expr          string `json:"expr"`
		SkipIfStopped *bool  `json:"skip_if_stopped,omitempty"`
	} `json:"stop_after_if,omitempty"`
	Summary *string `json:"summary,omitempty"`
	Suspend *struct {
		RequiredEvents *int `json:"required_events,omitempty"`
		ResumeForm     *struct {
			Schema *map[string]interface{} `json:"schema,omitempty"`
		} `json:"resume_form,omitempty"`
		Timeout            *int            `json:"timeout,omitempty"`
		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 interface{}

FlowModuleValue defines model for FlowModuleValue.

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"`
		FlowJobs *[]string `json:"flow_jobs,omitempty"`
		Id       *string   `json:"id,omitempty"`
		Iterator *struct {
			Args   *interface{}   `json:"args,omitempty"`
			Index  *int           `json:"index,omitempty"`
			Itered *[]interface{} `json:"itered,omitempty"`
		} `json:"iterator,omitempty"`
		Job          *openapi_types.UUID         `json:"job,omitempty"`
		ParentModule *string                     `json:"parent_module,omitempty"`
		Type         FlowStatusFailureModuleType `json:"type"`
	} `json:"failure_module"`
	Modules []FlowStatusModule `json:"modules"`
	Retry   *struct {
		FailCount  *int                  `json:"fail_count,omitempty"`
		FailedJobs *[]openapi_types.UUID `json:"failed_jobs,omitempty"`
	} `json:"retry,omitempty"`
	Step int `json:"step"`
}

FlowStatus defines model for FlowStatus.

type FlowStatusFailureModuleBranchChosenType

type FlowStatusFailureModuleBranchChosenType string

FlowStatusFailureModuleBranchChosenType defines model for FlowStatus.FailureModule.BranchChosen.Type.

const (
	FlowStatusFailureModuleBranchChosenTypeBranch  FlowStatusFailureModuleBranchChosenType = "branch"
	FlowStatusFailureModuleBranchChosenTypeDefault FlowStatusFailureModuleBranchChosenType = "default"
)

Defines values for FlowStatusFailureModuleBranchChosenType.

type FlowStatusFailureModuleType

type FlowStatusFailureModuleType string

FlowStatusFailureModuleType defines model for FlowStatus.FailureModule.Type.

const (
	FlowStatusFailureModuleTypeFailure              FlowStatusFailureModuleType = "Failure"
	FlowStatusFailureModuleTypeInProgress           FlowStatusFailureModuleType = "InProgress"
	FlowStatusFailureModuleTypeSuccess              FlowStatusFailureModuleType = "Success"
	FlowStatusFailureModuleTypeWaitingForEvents     FlowStatusFailureModuleType = "WaitingForEvents"
	FlowStatusFailureModuleTypeWaitingForExecutor   FlowStatusFailureModuleType = "WaitingForExecutor"
	FlowStatusFailureModuleTypeWaitingForPriorSteps FlowStatusFailureModuleType = "WaitingForPriorSteps"
)

Defines values for FlowStatusFailureModuleType.

type FlowStatusModule

type FlowStatusModule struct {
	Approvers *[]struct {
		Approver string `json:"approver"`
		ResumeId int    `json:"resume_id"`
	} `json:"approvers,omitempty"`
	BranchChosen *struct {
		Branch *int                             `json:"branch,omitempty"`
		Type   FlowStatusModuleBranchChosenType `json:"type"`
	} `json:"branch_chosen,omitempty"`
	Branchall *struct {
		Branch int `json:"branch"`
		Len    int `json:"len"`
	} `json:"branchall,omitempty"`
	Count    *int      `json:"count,omitempty"`
	FlowJobs *[]string `json:"flow_jobs,omitempty"`
	Id       *string   `json:"id,omitempty"`
	Iterator *struct {
		Args   *interface{}   `json:"args,omitempty"`
		Index  *int           `json:"index,omitempty"`
		Itered *[]interface{} `json:"itered,omitempty"`
	} `json:"iterator,omitempty"`
	Job  *openapi_types.UUID  `json:"job,omitempty"`
	Type FlowStatusModuleType `json:"type"`
}

FlowStatusModule defines model for FlowStatusModule.

type FlowStatusModuleBranchChosenType

type FlowStatusModuleBranchChosenType string

FlowStatusModuleBranchChosenType defines model for FlowStatusModule.BranchChosen.Type.

const (
	FlowStatusModuleBranchChosenTypeBranch  FlowStatusModuleBranchChosenType = "branch"
	FlowStatusModuleBranchChosenTypeDefault FlowStatusModuleBranchChosenType = "default"
)

Defines values for FlowStatusModuleBranchChosenType.

type FlowStatusModuleType

type FlowStatusModuleType string

FlowStatusModuleType defines model for FlowStatusModule.Type.

const (
	FlowStatusModuleTypeFailure              FlowStatusModuleType = "Failure"
	FlowStatusModuleTypeInProgress           FlowStatusModuleType = "InProgress"
	FlowStatusModuleTypeSuccess              FlowStatusModuleType = "Success"
	FlowStatusModuleTypeWaitingForEvents     FlowStatusModuleType = "WaitingForEvents"
	FlowStatusModuleTypeWaitingForExecutor   FlowStatusModuleType = "WaitingForExecutor"
	FlowStatusModuleTypeWaitingForPriorSteps FlowStatusModuleType = "WaitingForPriorSteps"
)

Defines values for FlowStatusModuleType.

type FlowValue

type FlowValue struct {
	CacheTtl               *float32     `json:"cache_ttl,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"`
	Priority               *float32     `json:"priority,omitempty"`
	SameWorker             *bool        `json:"same_worker,omitempty"`
	SkipExpr               *string      `json:"skip_expr,omitempty"`
}

FlowValue defines model for FlowValue.

type Folder

type Folder struct {
	ExtraPerms Folder_ExtraPerms `json:"extra_perms"`
	Name       string            `json:"name"`
	Owners     []string          `json:"owners"`
}

Folder defines model for Folder.

type Folder_ExtraPerms

type Folder_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

Folder_ExtraPerms defines model for Folder.ExtraPerms.

func (Folder_ExtraPerms) Get

func (a Folder_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for Folder_ExtraPerms. Returns the specified element and whether it was found

func (Folder_ExtraPerms) MarshalJSON

func (a Folder_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for Folder_ExtraPerms to handle AdditionalProperties

func (*Folder_ExtraPerms) Set

func (a *Folder_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for Folder_ExtraPerms

func (*Folder_ExtraPerms) UnmarshalJSON

func (a *Folder_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for Folder_ExtraPerms to handle AdditionalProperties

type ForceCancelQueuedJobJSONBody

type ForceCancelQueuedJobJSONBody struct {
	Reason *string `json:"reason,omitempty"`
}

ForceCancelQueuedJobJSONBody defines parameters for ForceCancelQueuedJob.

type ForceCancelQueuedJobJSONRequestBody

type ForceCancelQueuedJobJSONRequestBody ForceCancelQueuedJobJSONBody

ForceCancelQueuedJobJSONRequestBody defines body for ForceCancelQueuedJob for application/json ContentType.

type ForceCancelQueuedJobResponse

type ForceCancelQueuedJobResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseForceCancelQueuedJobResponse

func ParseForceCancelQueuedJobResponse(rsp *http.Response) (*ForceCancelQueuedJobResponse, error)

ParseForceCancelQueuedJobResponse parses an HTTP response from a ForceCancelQueuedJobWithResponse call

func (ForceCancelQueuedJobResponse) Status

Status returns HTTPResponse.Status

func (ForceCancelQueuedJobResponse) StatusCode

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 (
	Forloopflow ForloopFlowType = "forloopflow"
)

Defines values for ForloopFlowType.

type GetAppByPathResponse

type GetAppByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AppWithLastVersion
}

func ParseGetAppByPathResponse

func ParseGetAppByPathResponse(rsp *http.Response) (*GetAppByPathResponse, error)

ParseGetAppByPathResponse parses an HTTP response from a GetAppByPathWithResponse call

func (GetAppByPathResponse) Status

func (r GetAppByPathResponse) Status() string

Status returns HTTPResponse.Status

func (GetAppByPathResponse) StatusCode

func (r GetAppByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAppByPathWithDraftResponse

type GetAppByPathWithDraftResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AppWithLastVersionWDraft
}

func ParseGetAppByPathWithDraftResponse

func ParseGetAppByPathWithDraftResponse(rsp *http.Response) (*GetAppByPathWithDraftResponse, error)

ParseGetAppByPathWithDraftResponse parses an HTTP response from a GetAppByPathWithDraftWithResponse call

func (GetAppByPathWithDraftResponse) Status

Status returns HTTPResponse.Status

func (GetAppByPathWithDraftResponse) StatusCode

func (r GetAppByPathWithDraftResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAppByVersionResponse

type GetAppByVersionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AppWithLastVersion
}

func ParseGetAppByVersionResponse

func ParseGetAppByVersionResponse(rsp *http.Response) (*GetAppByVersionResponse, error)

ParseGetAppByVersionResponse parses an HTTP response from a GetAppByVersionWithResponse call

func (GetAppByVersionResponse) Status

func (r GetAppByVersionResponse) Status() string

Status returns HTTPResponse.Status

func (GetAppByVersionResponse) StatusCode

func (r GetAppByVersionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAppHistoryByPathResponse

type GetAppHistoryByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]AppHistory
}

func ParseGetAppHistoryByPathResponse

func ParseGetAppHistoryByPathResponse(rsp *http.Response) (*GetAppHistoryByPathResponse, error)

ParseGetAppHistoryByPathResponse parses an HTTP response from a GetAppHistoryByPathWithResponse call

func (GetAppHistoryByPathResponse) Status

Status returns HTTPResponse.Status

func (GetAppHistoryByPathResponse) StatusCode

func (r GetAppHistoryByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAuditLogResponse

type GetAuditLogResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AuditLog
}

func ParseGetAuditLogResponse

func ParseGetAuditLogResponse(rsp *http.Response) (*GetAuditLogResponse, error)

ParseGetAuditLogResponse parses an HTTP response from a GetAuditLogWithResponse call

func (GetAuditLogResponse) Status

func (r GetAuditLogResponse) Status() string

Status returns HTTPResponse.Status

func (GetAuditLogResponse) StatusCode

func (r GetAuditLogResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCaptureResponse

type GetCaptureResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetCaptureResponse

func ParseGetCaptureResponse(rsp *http.Response) (*GetCaptureResponse, error)

ParseGetCaptureResponse parses an HTTP response from a GetCaptureWithResponse call

func (GetCaptureResponse) Status

func (r GetCaptureResponse) Status() string

Status returns HTTPResponse.Status

func (GetCaptureResponse) StatusCode

func (r GetCaptureResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCompletedCountResponse

type GetCompletedCountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		DatabaseLength int `json:"database_length"`
	}
}

func ParseGetCompletedCountResponse

func ParseGetCompletedCountResponse(rsp *http.Response) (*GetCompletedCountResponse, error)

ParseGetCompletedCountResponse parses an HTTP response from a GetCompletedCountWithResponse call

func (GetCompletedCountResponse) Status

func (r GetCompletedCountResponse) Status() string

Status returns HTTPResponse.Status

func (GetCompletedCountResponse) StatusCode

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

type GetCompletedJobResultMaybeParams struct {
	GetStarted *GetStarted `form:"get_started,omitempty" json:"get_started,omitempty"`
}

GetCompletedJobResultMaybeParams defines parameters for GetCompletedJobResultMaybe.

type GetCompletedJobResultMaybeResponse

type GetCompletedJobResultMaybeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Completed bool        `json:"completed"`
		Result    interface{} `json:"result"`
		Started   *bool       `json:"started,omitempty"`
	}
}

func ParseGetCompletedJobResultMaybeResponse

func ParseGetCompletedJobResultMaybeResponse(rsp *http.Response) (*GetCompletedJobResultMaybeResponse, error)

ParseGetCompletedJobResultMaybeResponse parses an HTTP response from a GetCompletedJobResultMaybeWithResponse call

func (GetCompletedJobResultMaybeResponse) Status

Status returns HTTPResponse.Status

func (GetCompletedJobResultMaybeResponse) StatusCode

func (r GetCompletedJobResultMaybeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCompletedJobResultResponse

type GetCompletedJobResultResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetCompletedJobResultResponse

func ParseGetCompletedJobResultResponse(rsp *http.Response) (*GetCompletedJobResultResponse, error)

ParseGetCompletedJobResultResponse parses an HTTP response from a GetCompletedJobResultWithResponse call

func (GetCompletedJobResultResponse) Status

Status returns HTTPResponse.Status

func (GetCompletedJobResultResponse) StatusCode

func (r GetCompletedJobResultResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetConfigResponse

type GetConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetConfigResponse

func ParseGetConfigResponse(rsp *http.Response) (*GetConfigResponse, error)

ParseGetConfigResponse parses an HTTP response from a GetConfigWithResponse call

func (GetConfigResponse) Status

func (r GetConfigResponse) Status() string

Status returns HTTPResponse.Status

func (GetConfigResponse) StatusCode

func (r GetConfigResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCopilotInfoResponse

type GetCopilotInfoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetCopilotInfoResponse

func ParseGetCopilotInfoResponse(rsp *http.Response) (*GetCopilotInfoResponse, error)

ParseGetCopilotInfoResponse parses an HTTP response from a GetCopilotInfoWithResponse call

func (GetCopilotInfoResponse) Status

func (r GetCopilotInfoResponse) Status() string

Status returns HTTPResponse.Status

func (GetCopilotInfoResponse) StatusCode

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

type GetCustomTagsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetCustomTagsResponse

func ParseGetCustomTagsResponse(rsp *http.Response) (*GetCustomTagsResponse, error)

ParseGetCustomTagsResponse parses an HTTP response from a GetCustomTagsWithResponse call

func (GetCustomTagsResponse) Status

func (r GetCustomTagsResponse) Status() string

Status returns HTTPResponse.Status

func (GetCustomTagsResponse) StatusCode

func (r GetCustomTagsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDbClockResponse

type GetDbClockResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *int
}

func ParseGetDbClockResponse

func ParseGetDbClockResponse(rsp *http.Response) (*GetDbClockResponse, error)

ParseGetDbClockResponse parses an HTTP response from a GetDbClockWithResponse call

func (GetDbClockResponse) Status

func (r GetDbClockResponse) Status() string

Status returns HTTPResponse.Status

func (GetDbClockResponse) StatusCode

func (r GetDbClockResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDeployToResponse

type GetDeployToResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		DeployTo *string `json:"deploy_to,omitempty"`
	}
}

func ParseGetDeployToResponse

func ParseGetDeployToResponse(rsp *http.Response) (*GetDeployToResponse, error)

ParseGetDeployToResponse parses an HTTP response from a GetDeployToWithResponse call

func (GetDeployToResponse) Status

func (r GetDeployToResponse) Status() string

Status returns HTTPResponse.Status

func (GetDeployToResponse) StatusCode

func (r GetDeployToResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFlowByPathResponse

type GetFlowByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Flow
}

func ParseGetFlowByPathResponse

func ParseGetFlowByPathResponse(rsp *http.Response) (*GetFlowByPathResponse, error)

ParseGetFlowByPathResponse parses an HTTP response from a GetFlowByPathWithResponse call

func (GetFlowByPathResponse) Status

func (r GetFlowByPathResponse) Status() string

Status returns HTTPResponse.Status

func (GetFlowByPathResponse) StatusCode

func (r GetFlowByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFlowByPathWithDraftResponse

type GetFlowByPathWithDraftResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		AdditionalProperties *bool                   `json:"additionalProperties,omitempty"`
		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           map[string]interface{}  `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"`
		WorkspaceId          *string                 `json:"workspace_id,omitempty"`
		WsErrorHandlerMuted  *bool                   `json:"ws_error_handler_muted,omitempty"`
	}
}

func ParseGetFlowByPathWithDraftResponse

func ParseGetFlowByPathWithDraftResponse(rsp *http.Response) (*GetFlowByPathWithDraftResponse, error)

ParseGetFlowByPathWithDraftResponse parses an HTTP response from a GetFlowByPathWithDraftWithResponse call

func (GetFlowByPathWithDraftResponse) Status

Status returns HTTPResponse.Status

func (GetFlowByPathWithDraftResponse) StatusCode

func (r GetFlowByPathWithDraftResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFlowInputHistoryByPathParams

type GetFlowInputHistoryByPathParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

GetFlowInputHistoryByPathParams defines parameters for GetFlowInputHistoryByPath.

type GetFlowInputHistoryByPathResponse

type GetFlowInputHistoryByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Input
}

func ParseGetFlowInputHistoryByPathResponse

func ParseGetFlowInputHistoryByPathResponse(rsp *http.Response) (*GetFlowInputHistoryByPathResponse, error)

ParseGetFlowInputHistoryByPathResponse parses an HTTP response from a GetFlowInputHistoryByPathWithResponse call

func (GetFlowInputHistoryByPathResponse) Status

Status returns HTTPResponse.Status

func (GetFlowInputHistoryByPathResponse) StatusCode

func (r GetFlowInputHistoryByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFolderResponse

type GetFolderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Folder
}

func ParseGetFolderResponse

func ParseGetFolderResponse(rsp *http.Response) (*GetFolderResponse, error)

ParseGetFolderResponse parses an HTTP response from a GetFolderWithResponse call

func (GetFolderResponse) Status

func (r GetFolderResponse) Status() string

Status returns HTTPResponse.Status

func (GetFolderResponse) StatusCode

func (r GetFolderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFolderUsageResponse

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

func ParseGetFolderUsageResponse(rsp *http.Response) (*GetFolderUsageResponse, error)

ParseGetFolderUsageResponse parses an HTTP response from a GetFolderUsageWithResponse call

func (GetFolderUsageResponse) Status

func (r GetFolderUsageResponse) Status() string

Status returns HTTPResponse.Status

func (GetFolderUsageResponse) StatusCode

func (r GetFolderUsageResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetGlobalResponse

type GetGlobalResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetGlobalResponse

func ParseGetGlobalResponse(rsp *http.Response) (*GetGlobalResponse, error)

ParseGetGlobalResponse parses an HTTP response from a GetGlobalWithResponse call

func (GetGlobalResponse) Status

func (r GetGlobalResponse) Status() string

Status returns HTTPResponse.Status

func (GetGlobalResponse) StatusCode

func (r GetGlobalResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetGranularAclsParamsKind

type GetGranularAclsParamsKind string

GetGranularAclsParamsKind defines parameters for GetGranularAcls.

type GetGranularAclsResponse

type GetGranularAclsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		AdditionalProperties map[string]bool `json:"-"`
	}
}

func ParseGetGranularAclsResponse

func ParseGetGranularAclsResponse(rsp *http.Response) (*GetGranularAclsResponse, error)

ParseGetGranularAclsResponse parses an HTTP response from a GetGranularAclsWithResponse call

func (GetGranularAclsResponse) Status

func (r GetGranularAclsResponse) Status() string

Status returns HTTPResponse.Status

func (GetGranularAclsResponse) StatusCode

func (r GetGranularAclsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetGroupResponse

type GetGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Group
}

func ParseGetGroupResponse

func ParseGetGroupResponse(rsp *http.Response) (*GetGroupResponse, error)

ParseGetGroupResponse parses an HTTP response from a GetGroupWithResponse call

func (GetGroupResponse) Status

func (r GetGroupResponse) Status() string

Status returns HTTPResponse.Status

func (GetGroupResponse) StatusCode

func (r GetGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetHubAppByIdResponse

type GetHubAppByIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		App struct {
			Summary string      `json:"summary"`
			Value   interface{} `json:"value"`
		} `json:"app"`
	}
}

func ParseGetHubAppByIdResponse

func ParseGetHubAppByIdResponse(rsp *http.Response) (*GetHubAppByIdResponse, error)

ParseGetHubAppByIdResponse parses an HTTP response from a GetHubAppByIdWithResponse call

func (GetHubAppByIdResponse) Status

func (r GetHubAppByIdResponse) Status() string

Status returns HTTPResponse.Status

func (GetHubAppByIdResponse) StatusCode

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

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

func ParseGetHubScriptByPathResponse(rsp *http.Response) (*GetHubScriptByPathResponse, error)

ParseGetHubScriptByPathResponse parses an HTTP response from a GetHubScriptByPathWithResponse call

func (GetHubScriptByPathResponse) Status

Status returns HTTPResponse.Status

func (GetHubScriptByPathResponse) StatusCode

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

type GetInputHistoryParams struct {
	RunnableId   *RunnableId        `form:"runnable_id,omitempty" json:"runnable_id,omitempty"`
	RunnableType *RunnableTypeQuery `form:"runnable_type,omitempty" json:"runnable_type,omitempty"`

	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

GetInputHistoryParams defines parameters for GetInputHistory.

type GetInputHistoryResponse

type GetInputHistoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Input
}

func ParseGetInputHistoryResponse

func ParseGetInputHistoryResponse(rsp *http.Response) (*GetInputHistoryResponse, error)

ParseGetInputHistoryResponse parses an HTTP response from a GetInputHistoryWithResponse call

func (GetInputHistoryResponse) Status

func (r GetInputHistoryResponse) Status() string

Status returns HTTPResponse.Status

func (GetInputHistoryResponse) StatusCode

func (r GetInputHistoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetInstanceGroupResponse

type GetInstanceGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *InstanceGroup
}

func ParseGetInstanceGroupResponse

func ParseGetInstanceGroupResponse(rsp *http.Response) (*GetInstanceGroupResponse, error)

ParseGetInstanceGroupResponse parses an HTTP response from a GetInstanceGroupWithResponse call

func (GetInstanceGroupResponse) Status

func (r GetInstanceGroupResponse) Status() string

Status returns HTTPResponse.Status

func (GetInstanceGroupResponse) StatusCode

func (r GetInstanceGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetIsPremiumResponse

type GetIsPremiumResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseGetIsPremiumResponse

func ParseGetIsPremiumResponse(rsp *http.Response) (*GetIsPremiumResponse, error)

ParseGetIsPremiumResponse parses an HTTP response from a GetIsPremiumWithResponse call

func (GetIsPremiumResponse) Status

func (r GetIsPremiumResponse) Status() string

Status returns HTTPResponse.Status

func (GetIsPremiumResponse) StatusCode

func (r GetIsPremiumResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetJobLogsResponse

type GetJobLogsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetJobLogsResponse

func ParseGetJobLogsResponse(rsp *http.Response) (*GetJobLogsResponse, error)

ParseGetJobLogsResponse parses an HTTP response from a GetJobLogsWithResponse call

func (GetJobLogsResponse) Status

func (r GetJobLogsResponse) Status() string

Status returns HTTPResponse.Status

func (GetJobLogsResponse) StatusCode

func (r GetJobLogsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetJobResponse

type GetJobResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Job
}

func ParseGetJobResponse

func ParseGetJobResponse(rsp *http.Response) (*GetJobResponse, error)

ParseGetJobResponse parses an HTTP response from a GetJobWithResponse call

func (GetJobResponse) Status

func (r GetJobResponse) Status() string

Status returns HTTPResponse.Status

func (GetJobResponse) StatusCode

func (r GetJobResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetJobUpdatesParams

type GetJobUpdatesParams struct {
	Running   *bool `form:"running,omitempty" json:"running,omitempty"`
	LogOffset *int  `form:"log_offset,omitempty" json:"log_offset,omitempty"`
}

GetJobUpdatesParams defines parameters for GetJobUpdates.

type GetJobUpdatesResponse

type GetJobUpdatesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Completed *bool   `json:"completed,omitempty"`
		MemPeak   *int    `json:"mem_peak,omitempty"`
		NewLogs   *string `json:"new_logs,omitempty"`
		Running   *bool   `json:"running,omitempty"`
	}
}

func ParseGetJobUpdatesResponse

func ParseGetJobUpdatesResponse(rsp *http.Response) (*GetJobUpdatesResponse, error)

ParseGetJobUpdatesResponse parses an HTTP response from a GetJobUpdatesWithResponse call

func (GetJobUpdatesResponse) Status

func (r GetJobUpdatesResponse) Status() string

Status returns HTTPResponse.Status

func (GetJobUpdatesResponse) StatusCode

func (r GetJobUpdatesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetLargeFileStorageConfigResponse

type GetLargeFileStorageConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *LargeFileStorage
}

func ParseGetLargeFileStorageConfigResponse

func ParseGetLargeFileStorageConfigResponse(rsp *http.Response) (*GetLargeFileStorageConfigResponse, error)

ParseGetLargeFileStorageConfigResponse parses an HTTP response from a GetLargeFileStorageConfigWithResponse call

func (GetLargeFileStorageConfigResponse) Status

Status returns HTTPResponse.Status

func (GetLargeFileStorageConfigResponse) StatusCode

func (r GetLargeFileStorageConfigResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetLicenseIdResponse

type GetLicenseIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetLicenseIdResponse

func ParseGetLicenseIdResponse(rsp *http.Response) (*GetLicenseIdResponse, error)

ParseGetLicenseIdResponse parses an HTTP response from a GetLicenseIdWithResponse call

func (GetLicenseIdResponse) Status

func (r GetLicenseIdResponse) Status() string

Status returns HTTPResponse.Status

func (GetLicenseIdResponse) StatusCode

func (r GetLicenseIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetLocalResponse

type GetLocalResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetLocalResponse

func ParseGetLocalResponse(rsp *http.Response) (*GetLocalResponse, error)

ParseGetLocalResponse parses an HTTP response from a GetLocalWithResponse call

func (GetLocalResponse) Status

func (r GetLocalResponse) Status() string

Status returns HTTPResponse.Status

func (GetLocalResponse) StatusCode

func (r GetLocalResponse) 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

type GetPremiumInfoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Premium bool     `json:"premium"`
		Seats   *float32 `json:"seats,omitempty"`
		Usage   *float32 `json:"usage,omitempty"`
	}
}

func ParseGetPremiumInfoResponse

func ParseGetPremiumInfoResponse(rsp *http.Response) (*GetPremiumInfoResponse, error)

ParseGetPremiumInfoResponse parses an HTTP response from a GetPremiumInfoWithResponse call

func (GetPremiumInfoResponse) Status

func (r GetPremiumInfoResponse) Status() string

Status returns HTTPResponse.Status

func (GetPremiumInfoResponse) StatusCode

func (r GetPremiumInfoResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPublicAppBySecretResponse

type GetPublicAppBySecretResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AppWithLastVersion
}

func ParseGetPublicAppBySecretResponse

func ParseGetPublicAppBySecretResponse(rsp *http.Response) (*GetPublicAppBySecretResponse, error)

ParseGetPublicAppBySecretResponse parses an HTTP response from a GetPublicAppBySecretWithResponse call

func (GetPublicAppBySecretResponse) Status

Status returns HTTPResponse.Status

func (GetPublicAppBySecretResponse) StatusCode

func (r GetPublicAppBySecretResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPublicResourceResponse

type GetPublicResourceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetPublicResourceResponse

func ParseGetPublicResourceResponse(rsp *http.Response) (*GetPublicResourceResponse, error)

ParseGetPublicResourceResponse parses an HTTP response from a GetPublicResourceWithResponse call

func (GetPublicResourceResponse) Status

func (r GetPublicResourceResponse) Status() string

Status returns HTTPResponse.Status

func (GetPublicResourceResponse) StatusCode

func (r GetPublicResourceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPublicSecretOfAppResponse

type GetPublicSecretOfAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPublicSecretOfAppResponse

func ParseGetPublicSecretOfAppResponse(rsp *http.Response) (*GetPublicSecretOfAppResponse, error)

ParseGetPublicSecretOfAppResponse parses an HTTP response from a GetPublicSecretOfAppWithResponse call

func (GetPublicSecretOfAppResponse) Status

Status returns HTTPResponse.Status

func (GetPublicSecretOfAppResponse) StatusCode

func (r GetPublicSecretOfAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetQueueCountResponse

type GetQueueCountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		DatabaseLength int `json:"database_length"`
	}
}

func ParseGetQueueCountResponse

func ParseGetQueueCountResponse(rsp *http.Response) (*GetQueueCountResponse, error)

ParseGetQueueCountResponse parses an HTTP response from a GetQueueCountWithResponse call

func (GetQueueCountResponse) Status

func (r GetQueueCountResponse) Status() string

Status returns HTTPResponse.Status

func (GetQueueCountResponse) StatusCode

func (r GetQueueCountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRawAppDataResponse

type GetRawAppDataResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetRawAppDataResponse

func ParseGetRawAppDataResponse(rsp *http.Response) (*GetRawAppDataResponse, error)

ParseGetRawAppDataResponse parses an HTTP response from a GetRawAppDataWithResponse call

func (GetRawAppDataResponse) Status

func (r GetRawAppDataResponse) Status() string

Status returns HTTPResponse.Status

func (GetRawAppDataResponse) StatusCode

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

type GetResourceValueInterpolatedParams struct {
	// job id
	JobId *openapi_types.UUID `form:"job_id,omitempty" json:"job_id,omitempty"`
}

GetResourceValueInterpolatedParams defines parameters for GetResourceValueInterpolated.

type GetResourceValueInterpolatedResponse

type GetResourceValueInterpolatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetResourceValueInterpolatedResponse

func ParseGetResourceValueInterpolatedResponse(rsp *http.Response) (*GetResourceValueInterpolatedResponse, error)

ParseGetResourceValueInterpolatedResponse parses an HTTP response from a GetResourceValueInterpolatedWithResponse call

func (GetResourceValueInterpolatedResponse) Status

Status returns HTTPResponse.Status

func (GetResourceValueInterpolatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetResourceValueResponse

type GetResourceValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseGetResourceValueResponse

func ParseGetResourceValueResponse(rsp *http.Response) (*GetResourceValueResponse, error)

ParseGetResourceValueResponse parses an HTTP response from a GetResourceValueWithResponse call

func (GetResourceValueResponse) Status

func (r GetResourceValueResponse) Status() string

Status returns HTTPResponse.Status

func (GetResourceValueResponse) StatusCode

func (r GetResourceValueResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetResumeUrlsParams

type GetResumeUrlsParams struct {
	Approver *string `form:"approver,omitempty" json:"approver,omitempty"`
}

GetResumeUrlsParams defines parameters for GetResumeUrls.

type GetResumeUrlsResponse

type GetResumeUrlsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		ApprovalPage string `json:"approvalPage"`
		Cancel       string `json:"cancel"`
		Resume       string `json:"resume"`
	}
}

func ParseGetResumeUrlsResponse

func ParseGetResumeUrlsResponse(rsp *http.Response) (*GetResumeUrlsResponse, error)

ParseGetResumeUrlsResponse parses an HTTP response from a GetResumeUrlsWithResponse call

func (GetResumeUrlsResponse) Status

func (r GetResumeUrlsResponse) Status() string

Status returns HTTPResponse.Status

func (GetResumeUrlsResponse) StatusCode

func (r GetResumeUrlsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRunnableResponse

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

func ParseGetRunnableResponse(rsp *http.Response) (*GetRunnableResponse, error)

ParseGetRunnableResponse parses an HTTP response from a GetRunnableWithResponse call

func (GetRunnableResponse) Status

func (r GetRunnableResponse) Status() string

Status returns HTTPResponse.Status

func (GetRunnableResponse) StatusCode

func (r GetRunnableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetScheduleResponse

type GetScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Schedule
}

func ParseGetScheduleResponse

func ParseGetScheduleResponse(rsp *http.Response) (*GetScheduleResponse, error)

ParseGetScheduleResponse parses an HTTP response from a GetScheduleWithResponse call

func (GetScheduleResponse) Status

func (r GetScheduleResponse) Status() string

Status returns HTTPResponse.Status

func (GetScheduleResponse) StatusCode

func (r GetScheduleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetScriptByHashResponse

type GetScriptByHashResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Script
}

func ParseGetScriptByHashResponse

func ParseGetScriptByHashResponse(rsp *http.Response) (*GetScriptByHashResponse, error)

ParseGetScriptByHashResponse parses an HTTP response from a GetScriptByHashWithResponse call

func (GetScriptByHashResponse) Status

func (r GetScriptByHashResponse) Status() string

Status returns HTTPResponse.Status

func (GetScriptByHashResponse) StatusCode

func (r GetScriptByHashResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetScriptByPathResponse

type GetScriptByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Script
}

func ParseGetScriptByPathResponse

func ParseGetScriptByPathResponse(rsp *http.Response) (*GetScriptByPathResponse, error)

ParseGetScriptByPathResponse parses an HTTP response from a GetScriptByPathWithResponse call

func (GetScriptByPathResponse) Status

func (r GetScriptByPathResponse) Status() string

Status returns HTTPResponse.Status

func (GetScriptByPathResponse) StatusCode

func (r GetScriptByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetScriptByPathWithDraftResponse

type GetScriptByPathWithDraftResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NewScriptWithDraft
}

func ParseGetScriptByPathWithDraftResponse

func ParseGetScriptByPathWithDraftResponse(rsp *http.Response) (*GetScriptByPathWithDraftResponse, error)

ParseGetScriptByPathWithDraftResponse parses an HTTP response from a GetScriptByPathWithDraftWithResponse call

func (GetScriptByPathWithDraftResponse) Status

Status returns HTTPResponse.Status

func (GetScriptByPathWithDraftResponse) StatusCode

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

type GetScriptHistoryByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ScriptHistory
}

func ParseGetScriptHistoryByPathResponse

func ParseGetScriptHistoryByPathResponse(rsp *http.Response) (*GetScriptHistoryByPathResponse, error)

ParseGetScriptHistoryByPathResponse parses an HTTP response from a GetScriptHistoryByPathWithResponse call

func (GetScriptHistoryByPathResponse) Status

Status returns HTTPResponse.Status

func (GetScriptHistoryByPathResponse) StatusCode

func (r GetScriptHistoryByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSettingsResponse

type GetSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		AutoInviteDomain          *string           `json:"auto_invite_domain,omitempty"`
		AutoInviteOperator        *bool             `json:"auto_invite_operator,omitempty"`
		CodeCompletionEnabled     bool              `json:"code_completion_enabled"`
		CustomerId                *string           `json:"customer_id,omitempty"`
		DeployTo                  *string           `json:"deploy_to,omitempty"`
		ErrorHandler              *string           `json:"error_handler,omitempty"`
		ErrorHandlerExtraArgs     *ScriptArgs       `json:"error_handler_extra_args,omitempty"`
		ErrorHandlerMutedOnCancel *bool             `json:"error_handler_muted_on_cancel,omitempty"`
		GitSync                   *WorkspaceGitSync `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

type GetStarted = bool

GetStarted defines model for GetStarted.

type GetSuspendedJobFlowParams

type GetSuspendedJobFlowParams struct {
	Approver *string `form:"approver,omitempty" json:"approver,omitempty"`
}

GetSuspendedJobFlowParams defines parameters for GetSuspendedJobFlow.

type GetSuspendedJobFlowResponse

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

func ParseGetSuspendedJobFlowResponse(rsp *http.Response) (*GetSuspendedJobFlowResponse, error)

ParseGetSuspendedJobFlowResponse parses an HTTP response from a GetSuspendedJobFlowWithResponse call

func (GetSuspendedJobFlowResponse) Status

Status returns HTTPResponse.Status

func (GetSuspendedJobFlowResponse) StatusCode

func (r GetSuspendedJobFlowResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTopHubScriptsParams

type GetTopHubScriptsParams struct {
	// query limit
	Limit *float32 `form:"limit,omitempty" json:"limit,omitempty"`

	// query scripts app
	App *string `form:"app,omitempty" json:"app,omitempty"`

	// query scripts kind
	Kind *string `form:"kind,omitempty" json:"kind,omitempty"`
}

GetTopHubScriptsParams defines parameters for GetTopHubScripts.

type GetTopHubScriptsResponse

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

func ParseGetTopHubScriptsResponse(rsp *http.Response) (*GetTopHubScriptsResponse, error)

ParseGetTopHubScriptsResponse parses an HTTP response from a GetTopHubScriptsWithResponse call

func (GetTopHubScriptsResponse) Status

func (r GetTopHubScriptsResponse) Status() string

Status returns HTTPResponse.Status

func (GetTopHubScriptsResponse) StatusCode

func (r GetTopHubScriptsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTutorialProgressResponse

type GetTutorialProgressResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Progress *int `json:"progress,omitempty"`
	}
}

func ParseGetTutorialProgressResponse

func ParseGetTutorialProgressResponse(rsp *http.Response) (*GetTutorialProgressResponse, error)

ParseGetTutorialProgressResponse parses an HTTP response from a GetTutorialProgressWithResponse call

func (GetTutorialProgressResponse) Status

Status returns HTTPResponse.Status

func (GetTutorialProgressResponse) StatusCode

func (r GetTutorialProgressResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetUsageResponse

type GetUsageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetUsageResponse

func ParseGetUsageResponse(rsp *http.Response) (*GetUsageResponse, error)

ParseGetUsageResponse parses an HTTP response from a GetUsageWithResponse call

func (GetUsageResponse) Status

func (r GetUsageResponse) Status() string

Status returns HTTPResponse.Status

func (GetUsageResponse) StatusCode

func (r GetUsageResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVariableParams

type GetVariableParams struct {
	// ask to decrypt secret if this variable is secret
	// (if not secret no effect, default: true)
	DecryptSecret *bool `form:"decrypt_secret,omitempty" json:"decrypt_secret,omitempty"`

	// 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

type GetVariableValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *string
}

func ParseGetVariableValueResponse

func ParseGetVariableValueResponse(rsp *http.Response) (*GetVariableValueResponse, error)

ParseGetVariableValueResponse parses an HTTP response from a GetVariableValueWithResponse call

func (GetVariableValueResponse) Status

func (r GetVariableValueResponse) Status() string

Status returns HTTPResponse.Status

func (GetVariableValueResponse) StatusCode

func (r GetVariableValueResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GlobalUserDeleteResponse

type GlobalUserDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGlobalUserDeleteResponse

func ParseGlobalUserDeleteResponse(rsp *http.Response) (*GlobalUserDeleteResponse, error)

ParseGlobalUserDeleteResponse parses an HTTP response from a GlobalUserDeleteWithResponse call

func (GlobalUserDeleteResponse) Status

func (r GlobalUserDeleteResponse) Status() string

Status returns HTTPResponse.Status

func (GlobalUserDeleteResponse) StatusCode

func (r GlobalUserDeleteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GlobalUserInfo

type GlobalUserInfo struct {
	Company    *string                 `json:"company,omitempty"`
	Email      string                  `json:"email"`
	LoginType  GlobalUserInfoLoginType `json:"login_type"`
	Name       *string                 `json:"name,omitempty"`
	SuperAdmin bool                    `json:"super_admin"`
	Verified   bool                    `json:"verified"`
}

GlobalUserInfo defines model for GlobalUserInfo.

type GlobalUserInfoLoginType

type GlobalUserInfoLoginType string

GlobalUserInfoLoginType defines model for GlobalUserInfo.LoginType.

const (
	Github   GlobalUserInfoLoginType = "github"
	Password GlobalUserInfoLoginType = "password"
)

Defines values for GlobalUserInfoLoginType.

type GlobalUserUpdateJSONBody

type GlobalUserUpdateJSONBody struct {
	IsSuperAdmin *bool `json:"is_super_admin,omitempty"`
}

GlobalUserUpdateJSONBody defines parameters for GlobalUserUpdate.

type GlobalUserUpdateJSONRequestBody

type GlobalUserUpdateJSONRequestBody GlobalUserUpdateJSONBody

GlobalUserUpdateJSONRequestBody defines body for GlobalUserUpdate for application/json ContentType.

type GlobalUserUpdateResponse

type GlobalUserUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGlobalUserUpdateResponse

func ParseGlobalUserUpdateResponse(rsp *http.Response) (*GlobalUserUpdateResponse, error)

ParseGlobalUserUpdateResponse parses an HTTP response from a GlobalUserUpdateWithResponse call

func (GlobalUserUpdateResponse) Status

func (r GlobalUserUpdateResponse) Status() string

Status returns HTTPResponse.Status

func (GlobalUserUpdateResponse) StatusCode

func (r GlobalUserUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GlobalWhoamiResponse

type GlobalWhoamiResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *GlobalUserInfo
}

func ParseGlobalWhoamiResponse

func ParseGlobalWhoamiResponse(rsp *http.Response) (*GlobalWhoamiResponse, error)

ParseGlobalWhoamiResponse parses an HTTP response from a GlobalWhoamiWithResponse call

func (GlobalWhoamiResponse) Status

func (r GlobalWhoamiResponse) Status() string

Status returns HTTPResponse.Status

func (GlobalWhoamiResponse) StatusCode

func (r GlobalWhoamiResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Graphql

type Graphql struct {
	Type GraphqlType `json:"type"`
}

Graphql defines model for Graphql.

type GraphqlType

type GraphqlType string

GraphqlType defines model for Graphql.Type.

const (
	GraphqlTypeGraphql GraphqlType = "graphql"
)

Defines values for GraphqlType.

type Group

type Group struct {
	ExtraPerms *Group_ExtraPerms `json:"extra_perms,omitempty"`
	Members    *[]string         `json:"members,omitempty"`
	Name       string            `json:"name"`
	Summary    *string           `json:"summary,omitempty"`
}

Group defines model for Group.

type Group_ExtraPerms

type Group_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

Group_ExtraPerms defines model for Group.ExtraPerms.

func (Group_ExtraPerms) Get

func (a Group_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for Group_ExtraPerms. Returns the specified element and whether it was found

func (Group_ExtraPerms) MarshalJSON

func (a Group_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for Group_ExtraPerms to handle AdditionalProperties

func (*Group_ExtraPerms) Set

func (a *Group_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for Group_ExtraPerms

func (*Group_ExtraPerms) UnmarshalJSON

func (a *Group_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for Group_ExtraPerms to handle AdditionalProperties

type HttpRequestDoer

type HttpRequestDoer interface {
	Do(req *http.Request) (*http.Response, error)
}

Doer performs HTTP requests.

The standard http.Client implements this interface.

type HubScriptKind

type HubScriptKind = interface{}

HubScriptKind defines model for HubScriptKind.

type Identity

type Identity struct {
	Flow *bool        `json:"flow,omitempty"`
	Type IdentityType `json:"type"`
}

Identity defines model for Identity.

type IdentityType

type IdentityType string

IdentityType defines model for Identity.Type.

const (
	IdentityTypeIdentity IdentityType = "identity"
)

Defines values for IdentityType.

type IncludeHeader

type IncludeHeader = string

IncludeHeader defines model for IncludeHeader.

type Input

type Input struct {
	Args      map[string]interface{} `json:"args"`
	CreatedAt time.Time              `json:"created_at"`
	CreatedBy string                 `json:"created_by"`
	Id        string                 `json:"id"`
	IsPublic  bool                   `json:"is_public"`
	Name      string                 `json:"name"`
	Success   *bool                  `json:"success,omitempty"`
}

Input defines model for Input.

type InputId

type InputId = string

InputId defines model for InputId.

type InputTransform

type InputTransform interface{}

InputTransform defines model for InputTransform.

type InstanceGroup

type InstanceGroup struct {
	Emails *[]string `json:"emails,omitempty"`
	Name   string    `json:"name"`
}

InstanceGroup defines model for InstanceGroup.

type InviteUserJSONBody

type InviteUserJSONBody struct {
	Email    string `json:"email"`
	IsAdmin  bool   `json:"is_admin"`
	Operator bool   `json:"operator"`
}

InviteUserJSONBody defines parameters for InviteUser.

type InviteUserJSONRequestBody

type InviteUserJSONRequestBody InviteUserJSONBody

InviteUserJSONRequestBody defines body for InviteUser for application/json ContentType.

type InviteUserResponse

type InviteUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseInviteUserResponse

func ParseInviteUserResponse(rsp *http.Response) (*InviteUserResponse, error)

ParseInviteUserResponse parses an HTTP response from a InviteUserWithResponse call

func (InviteUserResponse) Status

func (r InviteUserResponse) Status() string

Status returns HTTPResponse.Status

func (InviteUserResponse) StatusCode

func (r InviteUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type IsDomainAllowedResponse

type IsDomainAllowedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseIsDomainAllowedResponse

func ParseIsDomainAllowedResponse(rsp *http.Response) (*IsDomainAllowedResponse, error)

ParseIsDomainAllowedResponse parses an HTTP response from a IsDomainAllowedWithResponse call

func (IsDomainAllowedResponse) Status

func (r IsDomainAllowedResponse) Status() string

Status returns HTTPResponse.Status

func (IsDomainAllowedResponse) StatusCode

func (r IsDomainAllowedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type IsOwnerOfPathResponse

type IsOwnerOfPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *bool
}

func ParseIsOwnerOfPathResponse

func ParseIsOwnerOfPathResponse(rsp *http.Response) (*IsOwnerOfPathResponse, error)

ParseIsOwnerOfPathResponse parses an HTTP response from a IsOwnerOfPathWithResponse call

func (IsOwnerOfPathResponse) Status

func (r IsOwnerOfPathResponse) Status() string

Status returns HTTPResponse.Status

func (IsOwnerOfPathResponse) StatusCode

func (r IsOwnerOfPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type JavascriptTransform

type JavascriptTransform struct {
	Expr string                  `json:"expr"`
	Type JavascriptTransformType `json:"type"`
}

JavascriptTransform defines model for JavascriptTransform.

type JavascriptTransformType

type JavascriptTransformType string

JavascriptTransformType defines model for JavascriptTransform.Type.

const (
	JavascriptTransformTypeJavascript JavascriptTransformType = "javascript"
)

Defines values for JavascriptTransformType.

type Job

type Job interface{}

Job defines model for Job.

type JobId

type JobId = openapi_types.UUID

JobId defines model for JobId.

type JobKinds

type JobKinds = string

JobKinds defines model for JobKinds.

type Key

type Key = string

Key defines model for Key.

type LargeFileStorage

type LargeFileStorage struct {
	S3ResourcePath *string               `json:"s3_resource_path,omitempty"`
	Type           *LargeFileStorageType `json:"type,omitempty"`
}

LargeFileStorage defines model for LargeFileStorage.

type LargeFileStorageType

type LargeFileStorageType string

LargeFileStorageType defines model for LargeFileStorage.Type.

const (
	S3Storage LargeFileStorageType = "S3Storage"
)

Defines values for LargeFileStorageType.

type LeaveInstanceResponse

type LeaveInstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseLeaveInstanceResponse

func ParseLeaveInstanceResponse(rsp *http.Response) (*LeaveInstanceResponse, error)

ParseLeaveInstanceResponse parses an HTTP response from a LeaveInstanceWithResponse call

func (LeaveInstanceResponse) Status

func (r LeaveInstanceResponse) Status() string

Status returns HTTPResponse.Status

func (LeaveInstanceResponse) StatusCode

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

type ListAppsParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// mask to filter matching starting path
	PathStart *string `form:"path_start,omitempty" json:"path_start,omitempty"`

	// mask to filter exact matching path
	PathExact *string `form:"path_exact,omitempty" json:"path_exact,omitempty"`

	// (default false)
	// show only the starred items
	StarredOnly *bool `form:"starred_only,omitempty" json:"starred_only,omitempty"`
}

ListAppsParams defines parameters for ListApps.

type ListAppsResponse

type ListAppsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ListableApp
}

func ParseListAppsResponse

func ParseListAppsResponse(rsp *http.Response) (*ListAppsResponse, error)

ParseListAppsResponse parses an HTTP response from a ListAppsWithResponse call

func (ListAppsResponse) Status

func (r ListAppsResponse) Status() string

Status returns HTTPResponse.Status

func (ListAppsResponse) StatusCode

func (r ListAppsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListAuditLogsParams

type ListAuditLogsParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// filter on created before (exclusive) timestamp
	Before *Before `form:"before,omitempty" json:"before,omitempty"`

	// filter on created after (exclusive) timestamp
	After *After `form:"after,omitempty" json:"after,omitempty"`

	// filter on exact username of user
	Username *Username `form:"username,omitempty" json:"username,omitempty"`

	// filter on exact or prefix name of operation
	Operation *Operation `form:"operation,omitempty" json:"operation,omitempty"`

	// filter on exact or prefix name of resource
	Resource *ResourceName `form:"resource,omitempty" json:"resource,omitempty"`

	// filter on type of operation
	ActionKind *ListAuditLogsParamsActionKind `form:"action_kind,omitempty" json:"action_kind,omitempty"`
}

ListAuditLogsParams defines parameters for ListAuditLogs.

type ListAuditLogsParamsActionKind

type ListAuditLogsParamsActionKind string

ListAuditLogsParamsActionKind defines parameters for ListAuditLogs.

type ListAuditLogsResponse

type ListAuditLogsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]AuditLog
}

func ParseListAuditLogsResponse

func ParseListAuditLogsResponse(rsp *http.Response) (*ListAuditLogsResponse, error)

ParseListAuditLogsResponse parses an HTTP response from a ListAuditLogsWithResponse call

func (ListAuditLogsResponse) Status

func (r ListAuditLogsResponse) Status() string

Status returns HTTPResponse.Status

func (ListAuditLogsResponse) StatusCode

func (r ListAuditLogsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListCompletedJobsParams

type ListCompletedJobsParams struct {
	// order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// mask to filter exact matching path
	ScriptPathExact *ScriptExactPath `form:"script_path_exact,omitempty" json:"script_path_exact,omitempty"`

	// mask to filter matching starting path
	ScriptPathStart *ScriptStartPath `form:"script_path_start,omitempty" json:"script_path_start,omitempty"`

	// mask to filter by schedule path
	SchedulePath *SchedulePath `form:"schedule_path,omitempty" json:"schedule_path,omitempty"`

	// mask to filter exact matching path
	ScriptHash *ScriptExactHash `form:"script_hash,omitempty" json:"script_hash,omitempty"`

	// filter on started before (inclusive) timestamp
	StartedBefore *StartedBefore `form:"started_before,omitempty" json:"started_before,omitempty"`

	// filter on started after (exclusive) timestamp
	StartedAfter *StartedAfter `form:"started_after,omitempty" json:"started_after,omitempty"`

	// filter on successful jobs
	Success *Success `form:"success,omitempty" json:"success,omitempty"`

	// filter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
	JobKinds *JobKinds `form:"job_kinds,omitempty" json:"job_kinds,omitempty"`

	// filter on jobs containing those args as a json subset (@> in postgres)
	Args *ArgsFilter `form:"args,omitempty" json:"args,omitempty"`

	// filter on jobs containing those result as a json subset (@> in postgres)
	Result *ResultFilter `form:"result,omitempty" json:"result,omitempty"`

	// filter on jobs with a given tag/worker group
	Tag *Tag `form:"tag,omitempty" json:"tag,omitempty"`

	// is the job skipped
	IsSkipped *bool `form:"is_skipped,omitempty" json:"is_skipped,omitempty"`

	// is the job a flow step
	IsFlowStep *bool `form:"is_flow_step,omitempty" json:"is_flow_step,omitempty"`
}

ListCompletedJobsParams defines parameters for ListCompletedJobs.

type ListCompletedJobsResponse

type ListCompletedJobsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]CompletedJob
}

func ParseListCompletedJobsResponse

func ParseListCompletedJobsResponse(rsp *http.Response) (*ListCompletedJobsResponse, error)

ParseListCompletedJobsResponse parses an HTTP response from a ListCompletedJobsWithResponse call

func (ListCompletedJobsResponse) Status

func (r ListCompletedJobsResponse) Status() string

Status returns HTTPResponse.Status

func (ListCompletedJobsResponse) StatusCode

func (r ListCompletedJobsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListContextualVariablesResponse

type ListContextualVariablesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ContextualVariable
}

func ParseListContextualVariablesResponse

func ParseListContextualVariablesResponse(rsp *http.Response) (*ListContextualVariablesResponse, error)

ParseListContextualVariablesResponse parses an HTTP response from a ListContextualVariablesWithResponse call

func (ListContextualVariablesResponse) Status

Status returns HTTPResponse.Status

func (ListContextualVariablesResponse) StatusCode

func (r ListContextualVariablesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListFlowPathsResponse

type ListFlowPathsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseListFlowPathsResponse

func ParseListFlowPathsResponse(rsp *http.Response) (*ListFlowPathsResponse, error)

ParseListFlowPathsResponse parses an HTTP response from a ListFlowPathsWithResponse call

func (ListFlowPathsResponse) Status

func (r ListFlowPathsResponse) Status() string

Status returns HTTPResponse.Status

func (ListFlowPathsResponse) StatusCode

func (r ListFlowPathsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListFlowsParams

type ListFlowsParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// mask to filter matching starting path
	PathStart *string `form:"path_start,omitempty" json:"path_start,omitempty"`

	// mask to filter exact matching path
	PathExact *string `form:"path_exact,omitempty" json:"path_exact,omitempty"`

	// (default false)
	// show also the archived files.
	// when multiple archived hash share the same path, only the ones with the latest create_at
	// are displayed.
	ShowArchived *bool `form:"show_archived,omitempty" json:"show_archived,omitempty"`

	// (default false)
	// show only the starred items
	StarredOnly *bool `form:"starred_only,omitempty" json:"starred_only,omitempty"`
}

ListFlowsParams defines parameters for ListFlows.

type ListFlowsResponse

type ListFlowsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		AdditionalProperties *bool                   `json:"additionalProperties,omitempty"`
		Archived             bool                    `json:"archived"`
		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           map[string]interface{}  `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"`
		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

type ListFolderNamesParams struct {
	// only list the folders the user is member of (default false)
	OnlyMemberOf *bool `form:"only_member_of,omitempty" json:"only_member_of,omitempty"`
}

ListFolderNamesParams defines parameters for ListFolderNames.

type ListFolderNamesResponse

type ListFolderNamesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseListFolderNamesResponse

func ParseListFolderNamesResponse(rsp *http.Response) (*ListFolderNamesResponse, error)

ParseListFolderNamesResponse parses an HTTP response from a ListFolderNamesWithResponse call

func (ListFolderNamesResponse) Status

func (r ListFolderNamesResponse) Status() string

Status returns HTTPResponse.Status

func (ListFolderNamesResponse) StatusCode

func (r ListFolderNamesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListFoldersParams

type ListFoldersParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

ListFoldersParams defines parameters for ListFolders.

type ListFoldersResponse

type ListFoldersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Folder
}

func ParseListFoldersResponse

func ParseListFoldersResponse(rsp *http.Response) (*ListFoldersResponse, error)

ParseListFoldersResponse parses an HTTP response from a ListFoldersWithResponse call

func (ListFoldersResponse) Status

func (r ListFoldersResponse) Status() string

Status returns HTTPResponse.Status

func (ListFoldersResponse) StatusCode

func (r ListFoldersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListGroupNamesParams

type ListGroupNamesParams struct {
	// only list the groups the user is member of (default false)
	OnlyMemberOf *bool `form:"only_member_of,omitempty" json:"only_member_of,omitempty"`
}

ListGroupNamesParams defines parameters for ListGroupNames.

type ListGroupNamesResponse

type ListGroupNamesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseListGroupNamesResponse

func ParseListGroupNamesResponse(rsp *http.Response) (*ListGroupNamesResponse, error)

ParseListGroupNamesResponse parses an HTTP response from a ListGroupNamesWithResponse call

func (ListGroupNamesResponse) Status

func (r ListGroupNamesResponse) Status() string

Status returns HTTPResponse.Status

func (ListGroupNamesResponse) StatusCode

func (r ListGroupNamesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListGroupsParams

type ListGroupsParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

ListGroupsParams defines parameters for ListGroups.

type ListGroupsResponse

type ListGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Group
}

func ParseListGroupsResponse

func ParseListGroupsResponse(rsp *http.Response) (*ListGroupsResponse, error)

ParseListGroupsResponse parses an HTTP response from a ListGroupsWithResponse call

func (ListGroupsResponse) Status

func (r ListGroupsResponse) Status() string

Status returns HTTPResponse.Status

func (ListGroupsResponse) StatusCode

func (r ListGroupsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListHubAppsResponse

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

func ParseListHubAppsResponse(rsp *http.Response) (*ListHubAppsResponse, error)

ParseListHubAppsResponse parses an HTTP response from a ListHubAppsWithResponse call

func (ListHubAppsResponse) Status

func (r ListHubAppsResponse) Status() string

Status returns HTTPResponse.Status

func (ListHubAppsResponse) StatusCode

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

type ListHubIntegrationsParams struct {
	// query integrations kind
	Kind *string `form:"kind,omitempty" json:"kind,omitempty"`
}

ListHubIntegrationsParams defines parameters for ListHubIntegrations.

type ListHubIntegrationsResponse

type ListHubIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Name string `json:"name"`
	}
}

func ParseListHubIntegrationsResponse

func ParseListHubIntegrationsResponse(rsp *http.Response) (*ListHubIntegrationsResponse, error)

ParseListHubIntegrationsResponse parses an HTTP response from a ListHubIntegrationsWithResponse call

func (ListHubIntegrationsResponse) Status

Status returns HTTPResponse.Status

func (ListHubIntegrationsResponse) StatusCode

func (r ListHubIntegrationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListInputsParams

type ListInputsParams struct {
	RunnableId   *RunnableId        `form:"runnable_id,omitempty" json:"runnable_id,omitempty"`
	RunnableType *RunnableTypeQuery `form:"runnable_type,omitempty" json:"runnable_type,omitempty"`

	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

ListInputsParams defines parameters for ListInputs.

type ListInputsResponse

type ListInputsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Input
}

func ParseListInputsResponse

func ParseListInputsResponse(rsp *http.Response) (*ListInputsResponse, error)

ParseListInputsResponse parses an HTTP response from a ListInputsWithResponse call

func (ListInputsResponse) Status

func (r ListInputsResponse) Status() string

Status returns HTTPResponse.Status

func (ListInputsResponse) StatusCode

func (r ListInputsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListInstanceGroupsResponse

type ListInstanceGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]InstanceGroup
}

func ParseListInstanceGroupsResponse

func ParseListInstanceGroupsResponse(rsp *http.Response) (*ListInstanceGroupsResponse, error)

ParseListInstanceGroupsResponse parses an HTTP response from a ListInstanceGroupsWithResponse call

func (ListInstanceGroupsResponse) Status

Status returns HTTPResponse.Status

func (ListInstanceGroupsResponse) StatusCode

func (r ListInstanceGroupsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListJobsParams

type ListJobsParams struct {
	// mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// mask to filter exact matching path
	ScriptPathExact *ScriptExactPath `form:"script_path_exact,omitempty" json:"script_path_exact,omitempty"`

	// mask to filter matching starting path
	ScriptPathStart *ScriptStartPath `form:"script_path_start,omitempty" json:"script_path_start,omitempty"`

	// mask to filter by schedule path
	SchedulePath *SchedulePath `form:"schedule_path,omitempty" json:"schedule_path,omitempty"`

	// mask to filter exact matching path
	ScriptHash *ScriptExactHash `form:"script_hash,omitempty" json:"script_hash,omitempty"`

	// filter on started before (inclusive) timestamp
	StartedBefore *StartedBefore `form:"started_before,omitempty" json:"started_before,omitempty"`

	// filter on started after (exclusive) timestamp
	StartedAfter *StartedAfter `form:"started_after,omitempty" json:"started_after,omitempty"`

	// 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"`

	// filter on running jobs
	Running *Running `form:"running,omitempty" json:"running,omitempty"`

	// 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"`

	// 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"`

	// filter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
	JobKinds *JobKinds `form:"job_kinds,omitempty" json:"job_kinds,omitempty"`

	// filter on jobs containing those args as a json subset (@> in postgres)
	Args *ArgsFilter `form:"args,omitempty" json:"args,omitempty"`

	// filter on jobs with a given tag/worker group
	Tag *Tag `form:"tag,omitempty" json:"tag,omitempty"`

	// filter on jobs containing those result as a json subset (@> in postgres)
	Result *ResultFilter `form:"result,omitempty" json:"result,omitempty"`

	// is the job skipped
	IsSkipped *bool `form:"is_skipped,omitempty" json:"is_skipped,omitempty"`

	// is the job a flow step
	IsFlowStep *bool `form:"is_flow_step,omitempty" json:"is_flow_step,omitempty"`

	// filter on successful jobs
	Success *bool `form:"success,omitempty" json:"success,omitempty"`
}

ListJobsParams defines parameters for ListJobs.

type ListJobsResponse

type ListJobsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Job
}

func ParseListJobsResponse

func ParseListJobsResponse(rsp *http.Response) (*ListJobsResponse, error)

ParseListJobsResponse parses an HTTP response from a ListJobsWithResponse call

func (ListJobsResponse) Status

func (r ListJobsResponse) Status() string

Status returns HTTPResponse.Status

func (ListJobsResponse) StatusCode

func (r ListJobsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListOAuthLoginsResponse

type ListOAuthLoginsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Oauth []string `json:"oauth"`
		Saml  *string  `json:"saml,omitempty"`
	}
}

func ParseListOAuthLoginsResponse

func ParseListOAuthLoginsResponse(rsp *http.Response) (*ListOAuthLoginsResponse, error)

ParseListOAuthLoginsResponse parses an HTTP response from a ListOAuthLoginsWithResponse call

func (ListOAuthLoginsResponse) Status

func (r ListOAuthLoginsResponse) Status() string

Status returns HTTPResponse.Status

func (ListOAuthLoginsResponse) StatusCode

func (r ListOAuthLoginsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListPendingInvitesResponse

type ListPendingInvitesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]WorkspaceInvite
}

func ParseListPendingInvitesResponse

func ParseListPendingInvitesResponse(rsp *http.Response) (*ListPendingInvitesResponse, error)

ParseListPendingInvitesResponse parses an HTTP response from a ListPendingInvitesWithResponse call

func (ListPendingInvitesResponse) Status

Status returns HTTPResponse.Status

func (ListPendingInvitesResponse) StatusCode

func (r ListPendingInvitesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListQueueParams

type ListQueueParams struct {
	// order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// mask to filter exact matching path
	ScriptPathExact *ScriptExactPath `form:"script_path_exact,omitempty" json:"script_path_exact,omitempty"`

	// mask to filter matching starting path
	ScriptPathStart *ScriptStartPath `form:"script_path_start,omitempty" json:"script_path_start,omitempty"`

	// mask to filter by schedule path
	SchedulePath *SchedulePath `form:"schedule_path,omitempty" json:"schedule_path,omitempty"`

	// mask to filter exact matching path
	ScriptHash *ScriptExactHash `form:"script_hash,omitempty" json:"script_hash,omitempty"`

	// filter on started before (inclusive) timestamp
	StartedBefore *StartedBefore `form:"started_before,omitempty" json:"started_before,omitempty"`

	// filter on started after (exclusive) timestamp
	StartedAfter *StartedAfter `form:"started_after,omitempty" json:"started_after,omitempty"`

	// filter on successful jobs
	Success *Success `form:"success,omitempty" json:"success,omitempty"`

	// filter on jobs scheduled_for before now (hence waitinf for a worker)
	ScheduledForBeforeNow *ScheduledForBeforeNow `form:"scheduled_for_before_now,omitempty" json:"scheduled_for_before_now,omitempty"`

	// filter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
	JobKinds *JobKinds `form:"job_kinds,omitempty" json:"job_kinds,omitempty"`

	// filter on suspended jobs
	Suspended *Suspended `form:"suspended,omitempty" json:"suspended,omitempty"`

	// filter on running jobs
	Running *Running `form:"running,omitempty" json:"running,omitempty"`

	// filter on jobs containing those args as a json subset (@> in postgres)
	Args *ArgsFilter `form:"args,omitempty" json:"args,omitempty"`

	// filter on jobs containing those result as a json subset (@> in postgres)
	Result *ResultFilter `form:"result,omitempty" json:"result,omitempty"`

	// filter on jobs with a given tag/worker group
	Tag *Tag `form:"tag,omitempty" json:"tag,omitempty"`
}

ListQueueParams defines parameters for ListQueue.

type ListQueueResponse

type ListQueueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]QueuedJob
}

func ParseListQueueResponse

func ParseListQueueResponse(rsp *http.Response) (*ListQueueResponse, error)

ParseListQueueResponse parses an HTTP response from a ListQueueWithResponse call

func (ListQueueResponse) Status

func (r ListQueueResponse) Status() string

Status returns HTTPResponse.Status

func (ListQueueResponse) StatusCode

func (r ListQueueResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListRawAppsParams

type ListRawAppsParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// mask to filter matching starting path
	PathStart *string `form:"path_start,omitempty" json:"path_start,omitempty"`

	// mask to filter exact matching path
	PathExact *string `form:"path_exact,omitempty" json:"path_exact,omitempty"`

	// (default false)
	// show only the starred items
	StarredOnly *bool `form:"starred_only,omitempty" json:"starred_only,omitempty"`
}

ListRawAppsParams defines parameters for ListRawApps.

type ListRawAppsResponse

type ListRawAppsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ListableRawApp
}

func ParseListRawAppsResponse

func ParseListRawAppsResponse(rsp *http.Response) (*ListRawAppsResponse, error)

ParseListRawAppsResponse parses an HTTP response from a ListRawAppsWithResponse call

func (ListRawAppsResponse) Status

func (r ListRawAppsResponse) Status() string

Status returns HTTPResponse.Status

func (ListRawAppsResponse) StatusCode

func (r ListRawAppsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListResourceNamesResponse

type ListResourceNamesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Name string `json:"name"`
		Path string `json:"path"`
	}
}

func ParseListResourceNamesResponse

func ParseListResourceNamesResponse(rsp *http.Response) (*ListResourceNamesResponse, error)

ParseListResourceNamesResponse parses an HTTP response from a ListResourceNamesWithResponse call

func (ListResourceNamesResponse) Status

func (r ListResourceNamesResponse) Status() string

Status returns HTTPResponse.Status

func (ListResourceNamesResponse) StatusCode

func (r ListResourceNamesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListResourceParams

type ListResourceParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// resource_types to list from, separated by ',',
	ResourceType *string `form:"resource_type,omitempty" json:"resource_type,omitempty"`

	// resource_types to not list from, separated by ',',
	ResourceTypeExclude *string `form:"resource_type_exclude,omitempty" json:"resource_type_exclude,omitempty"`
}

ListResourceParams defines parameters for ListResource.

type ListResourceResponse

type ListResourceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ListableResource
}

func ParseListResourceResponse

func ParseListResourceResponse(rsp *http.Response) (*ListResourceResponse, error)

ParseListResourceResponse parses an HTTP response from a ListResourceWithResponse call

func (ListResourceResponse) Status

func (r ListResourceResponse) Status() string

Status returns HTTPResponse.Status

func (ListResourceResponse) StatusCode

func (r ListResourceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListResourceTypeNamesResponse

type ListResourceTypeNamesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseListResourceTypeNamesResponse

func ParseListResourceTypeNamesResponse(rsp *http.Response) (*ListResourceTypeNamesResponse, error)

ParseListResourceTypeNamesResponse parses an HTTP response from a ListResourceTypeNamesWithResponse call

func (ListResourceTypeNamesResponse) Status

Status returns HTTPResponse.Status

func (ListResourceTypeNamesResponse) StatusCode

func (r ListResourceTypeNamesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListResourceTypeResponse

type ListResourceTypeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ResourceType
}

func ParseListResourceTypeResponse

func ParseListResourceTypeResponse(rsp *http.Response) (*ListResourceTypeResponse, error)

ParseListResourceTypeResponse parses an HTTP response from a ListResourceTypeWithResponse call

func (ListResourceTypeResponse) Status

func (r ListResourceTypeResponse) Status() string

Status returns HTTPResponse.Status

func (ListResourceTypeResponse) StatusCode

func (r ListResourceTypeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListSchedulesParams

type ListSchedulesParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// filter by path
	Path   *string `form:"path,omitempty" json:"path,omitempty"`
	IsFlow *bool   `form:"is_flow,omitempty" json:"is_flow,omitempty"`
}

ListSchedulesParams defines parameters for ListSchedules.

type ListSchedulesResponse

type ListSchedulesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Schedule
}

func ParseListSchedulesResponse

func ParseListSchedulesResponse(rsp *http.Response) (*ListSchedulesResponse, error)

ParseListSchedulesResponse parses an HTTP response from a ListSchedulesWithResponse call

func (ListSchedulesResponse) Status

func (r ListSchedulesResponse) Status() string

Status returns HTTPResponse.Status

func (ListSchedulesResponse) StatusCode

func (r ListSchedulesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListSchedulesWithJobsParams

type ListSchedulesWithJobsParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

ListSchedulesWithJobsParams defines parameters for ListSchedulesWithJobs.

type ListSchedulesWithJobsResponse

type ListSchedulesWithJobsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ScheduleWJobs
}

func ParseListSchedulesWithJobsResponse

func ParseListSchedulesWithJobsResponse(rsp *http.Response) (*ListSchedulesWithJobsResponse, error)

ParseListSchedulesWithJobsResponse parses an HTTP response from a ListSchedulesWithJobsWithResponse call

func (ListSchedulesWithJobsResponse) Status

Status returns HTTPResponse.Status

func (ListSchedulesWithJobsResponse) StatusCode

func (r ListSchedulesWithJobsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListScriptPathsResponse

type ListScriptPathsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseListScriptPathsResponse

func ParseListScriptPathsResponse(rsp *http.Response) (*ListScriptPathsResponse, error)

ParseListScriptPathsResponse parses an HTTP response from a ListScriptPathsWithResponse call

func (ListScriptPathsResponse) Status

func (r ListScriptPathsResponse) Status() string

Status returns HTTPResponse.Status

func (ListScriptPathsResponse) StatusCode

func (r ListScriptPathsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListScriptsParams

type ListScriptsParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`

	// order by desc order (default true)
	OrderDesc *OrderDesc `form:"order_desc,omitempty" json:"order_desc,omitempty"`

	// mask to filter exact matching user creator
	CreatedBy *CreatedBy `form:"created_by,omitempty" json:"created_by,omitempty"`

	// mask to filter matching starting path
	PathStart *string `form:"path_start,omitempty" json:"path_start,omitempty"`

	// mask to filter exact matching path
	PathExact *string `form:"path_exact,omitempty" json:"path_exact,omitempty"`

	// mask to filter scripts whom first direct parent has exact hash
	FirstParentHash *string `form:"first_parent_hash,omitempty" json:"first_parent_hash,omitempty"`

	// mask to filter scripts whom last parent in the chain has exact hash.
	// Beware that each script stores only a limited number of parents. Hence
	// the last parent hash for a script is not necessarily its top-most parent.
	// To find the top-most parent you will have to jump from last to last hash
	//  until finding the parent
	LastParentHash *string `form:"last_parent_hash,omitempty" json:"last_parent_hash,omitempty"`

	// is the hash present in the array of stored parent hashes for this script.
	// The same warning applies than for last_parent_hash. A script only store a
	// limited number of direct parent
	ParentHash *string `form:"parent_hash,omitempty" json:"parent_hash,omitempty"`

	// (default false)
	// show also the archived files.
	// when multiple archived hash share the same path, only the ones with the latest create_at
	// are
	// ed.
	ShowArchived *bool `form:"show_archived,omitempty" json:"show_archived,omitempty"`

	// (default regardless)
	// if true show only the templates
	// if false show only the non templates
	// if not defined, show all regardless of if the script is a template
	IsTemplate *bool `form:"is_template,omitempty" json:"is_template,omitempty"`

	// (default regardless)
	// script kinds to filter, split by comma
	Kinds *string `form:"kinds,omitempty" json:"kinds,omitempty"`

	// (default false)
	// show only the starred items
	StarredOnly *bool `form:"starred_only,omitempty" json:"starred_only,omitempty"`
}

ListScriptsParams defines parameters for ListScripts.

type ListScriptsResponse

type ListScriptsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Script
}

func ParseListScriptsResponse

func ParseListScriptsResponse(rsp *http.Response) (*ListScriptsResponse, error)

ParseListScriptsResponse parses an HTTP response from a ListScriptsWithResponse call

func (ListScriptsResponse) Status

func (r ListScriptsResponse) Status() string

Status returns HTTPResponse.Status

func (ListScriptsResponse) StatusCode

func (r ListScriptsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListSearchAppResponse

type ListSearchAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Path  string      `json:"path"`
		Value interface{} `json:"value"`
	}
}

func ParseListSearchAppResponse

func ParseListSearchAppResponse(rsp *http.Response) (*ListSearchAppResponse, error)

ParseListSearchAppResponse parses an HTTP response from a ListSearchAppWithResponse call

func (ListSearchAppResponse) Status

func (r ListSearchAppResponse) Status() string

Status returns HTTPResponse.Status

func (ListSearchAppResponse) StatusCode

func (r ListSearchAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListSearchFlowResponse

type ListSearchFlowResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Path  string      `json:"path"`
		Value interface{} `json:"value"`
	}
}

func ParseListSearchFlowResponse

func ParseListSearchFlowResponse(rsp *http.Response) (*ListSearchFlowResponse, error)

ParseListSearchFlowResponse parses an HTTP response from a ListSearchFlowWithResponse call

func (ListSearchFlowResponse) Status

func (r ListSearchFlowResponse) Status() string

Status returns HTTPResponse.Status

func (ListSearchFlowResponse) StatusCode

func (r ListSearchFlowResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListSearchResourceResponse

type ListSearchResourceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Path  string      `json:"path"`
		Value interface{} `json:"value"`
	}
}

func ParseListSearchResourceResponse

func ParseListSearchResourceResponse(rsp *http.Response) (*ListSearchResourceResponse, error)

ParseListSearchResourceResponse parses an HTTP response from a ListSearchResourceWithResponse call

func (ListSearchResourceResponse) Status

Status returns HTTPResponse.Status

func (ListSearchResourceResponse) StatusCode

func (r ListSearchResourceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListSearchScriptResponse

type ListSearchScriptResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Content string `json:"content"`
		Path    string `json:"path"`
	}
}

func ParseListSearchScriptResponse

func ParseListSearchScriptResponse(rsp *http.Response) (*ListSearchScriptResponse, error)

ParseListSearchScriptResponse parses an HTTP response from a ListSearchScriptWithResponse call

func (ListSearchScriptResponse) Status

func (r ListSearchScriptResponse) Status() string

Status returns HTTPResponse.Status

func (ListSearchScriptResponse) StatusCode

func (r ListSearchScriptResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListStoredFilesParams

type ListStoredFilesParams struct {
	MaxKeys int     `form:"max_keys" json:"max_keys"`
	Marker  *string `form:"marker,omitempty" json:"marker,omitempty"`
}

ListStoredFilesParams defines parameters for ListStoredFiles.

type ListStoredFilesResponse

type ListStoredFilesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		NextMarker         *string             `json:"next_marker,omitempty"`
		WindmillLargeFiles []WindmillLargeFile `json:"windmill_large_files"`
	}
}

func ParseListStoredFilesResponse

func ParseListStoredFilesResponse(rsp *http.Response) (*ListStoredFilesResponse, error)

ParseListStoredFilesResponse parses an HTTP response from a ListStoredFilesWithResponse call

func (ListStoredFilesResponse) Status

func (r ListStoredFilesResponse) Status() string

Status returns HTTPResponse.Status

func (ListStoredFilesResponse) StatusCode

func (r ListStoredFilesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListTokensParams

type ListTokensParams struct {
	ExcludeEphemeral *bool `form:"exclude_ephemeral,omitempty" json:"exclude_ephemeral,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 {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

ListUsersAsSuperAdminParams defines parameters for ListUsersAsSuperAdmin.

type ListUsersAsSuperAdminResponse

type ListUsersAsSuperAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]GlobalUserInfo
}

func ParseListUsersAsSuperAdminResponse

func ParseListUsersAsSuperAdminResponse(rsp *http.Response) (*ListUsersAsSuperAdminResponse, error)

ParseListUsersAsSuperAdminResponse parses an HTTP response from a ListUsersAsSuperAdminWithResponse call

func (ListUsersAsSuperAdminResponse) Status

Status returns HTTPResponse.Status

func (ListUsersAsSuperAdminResponse) StatusCode

func (r ListUsersAsSuperAdminResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListUsersResponse

type ListUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]User
}

func ParseListUsersResponse

func ParseListUsersResponse(rsp *http.Response) (*ListUsersResponse, error)

ParseListUsersResponse parses an HTTP response from a ListUsersWithResponse call

func (ListUsersResponse) Status

func (r ListUsersResponse) Status() string

Status returns HTTPResponse.Status

func (ListUsersResponse) StatusCode

func (r ListUsersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListVariableResponse

type ListVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ListableVariable
}

func ParseListVariableResponse

func ParseListVariableResponse(rsp *http.Response) (*ListVariableResponse, error)

ParseListVariableResponse parses an HTTP response from a ListVariableWithResponse call

func (ListVariableResponse) Status

func (r ListVariableResponse) Status() string

Status returns HTTPResponse.Status

func (ListVariableResponse) StatusCode

func (r ListVariableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListWorkerGroupsResponse

type ListWorkerGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Config interface{} `json:"config"`
		Name   string      `json:"name"`
	}
}

func ParseListWorkerGroupsResponse

func ParseListWorkerGroupsResponse(rsp *http.Response) (*ListWorkerGroupsResponse, error)

ParseListWorkerGroupsResponse parses an HTTP response from a ListWorkerGroupsWithResponse call

func (ListWorkerGroupsResponse) Status

func (r ListWorkerGroupsResponse) Status() string

Status returns HTTPResponse.Status

func (ListWorkerGroupsResponse) StatusCode

func (r ListWorkerGroupsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListWorkersParams

type ListWorkersParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

ListWorkersParams defines parameters for ListWorkers.

type ListWorkersResponse

type ListWorkersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]WorkerPing
}

func ParseListWorkersResponse

func ParseListWorkersResponse(rsp *http.Response) (*ListWorkersResponse, error)

ParseListWorkersResponse parses an HTTP response from a ListWorkersWithResponse call

func (ListWorkersResponse) Status

func (r ListWorkersResponse) Status() string

Status returns HTTPResponse.Status

func (ListWorkersResponse) StatusCode

func (r ListWorkersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListWorkspaceInvitesResponse

type ListWorkspaceInvitesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]WorkspaceInvite
}

func ParseListWorkspaceInvitesResponse

func ParseListWorkspaceInvitesResponse(rsp *http.Response) (*ListWorkspaceInvitesResponse, error)

ParseListWorkspaceInvitesResponse parses an HTTP response from a ListWorkspaceInvitesWithResponse call

func (ListWorkspaceInvitesResponse) Status

Status returns HTTPResponse.Status

func (ListWorkspaceInvitesResponse) StatusCode

func (r ListWorkspaceInvitesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListWorkspacesAsSuperAdminParams

type ListWorkspacesAsSuperAdminParams struct {
	// which page to return (start at 1, default 1)
	Page *Page `form:"page,omitempty" json:"page,omitempty"`

	// number of items to return for a given page (default 30, max 100)
	PerPage *PerPage `form:"per_page,omitempty" json:"per_page,omitempty"`
}

ListWorkspacesAsSuperAdminParams defines parameters for ListWorkspacesAsSuperAdmin.

type ListWorkspacesAsSuperAdminResponse

type ListWorkspacesAsSuperAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Workspace
}

func ParseListWorkspacesAsSuperAdminResponse

func ParseListWorkspacesAsSuperAdminResponse(rsp *http.Response) (*ListWorkspacesAsSuperAdminResponse, error)

ParseListWorkspacesAsSuperAdminResponse parses an HTTP response from a ListWorkspacesAsSuperAdminWithResponse call

func (ListWorkspacesAsSuperAdminResponse) Status

Status returns HTTPResponse.Status

func (ListWorkspacesAsSuperAdminResponse) StatusCode

func (r ListWorkspacesAsSuperAdminResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListWorkspacesResponse

type ListWorkspacesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Workspace
}

func ParseListWorkspacesResponse

func ParseListWorkspacesResponse(rsp *http.Response) (*ListWorkspacesResponse, error)

ParseListWorkspacesResponse parses an HTTP response from a ListWorkspacesWithResponse call

func (ListWorkspacesResponse) Status

func (r ListWorkspacesResponse) Status() string

Status returns HTTPResponse.Status

func (ListWorkspacesResponse) StatusCode

func (r ListWorkspacesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListableApp

type ListableApp struct {
	EditedAt      time.Time                `json:"edited_at"`
	ExecutionMode ListableAppExecutionMode `json:"execution_mode"`
	ExtraPerms    ListableApp_ExtraPerms   `json:"extra_perms"`
	Id            int                      `json:"id"`
	Path          string                   `json:"path"`
	Starred       *bool                    `json:"starred,omitempty"`
	Summary       string                   `json:"summary"`
	Version       int                      `json:"version"`
	WorkspaceId   string                   `json:"workspace_id"`
}

ListableApp defines model for ListableApp.

type ListableAppExecutionMode

type ListableAppExecutionMode string

ListableAppExecutionMode defines model for ListableApp.ExecutionMode.

const (
	ListableAppExecutionModeAnonymous ListableAppExecutionMode = "anonymous"
	ListableAppExecutionModePublisher ListableAppExecutionMode = "publisher"
	ListableAppExecutionModeViewer    ListableAppExecutionMode = "viewer"
)

Defines values for ListableAppExecutionMode.

type ListableApp_ExtraPerms

type ListableApp_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

ListableApp_ExtraPerms defines model for ListableApp.ExtraPerms.

func (ListableApp_ExtraPerms) Get

func (a ListableApp_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for ListableApp_ExtraPerms. Returns the specified element and whether it was found

func (ListableApp_ExtraPerms) MarshalJSON

func (a ListableApp_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for ListableApp_ExtraPerms to handle AdditionalProperties

func (*ListableApp_ExtraPerms) Set

func (a *ListableApp_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for ListableApp_ExtraPerms

func (*ListableApp_ExtraPerms) UnmarshalJSON

func (a *ListableApp_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for ListableApp_ExtraPerms to handle AdditionalProperties

type ListableRawApp

type ListableRawApp struct {
	EditedAt    time.Time                 `json:"edited_at"`
	ExtraPerms  ListableRawApp_ExtraPerms `json:"extra_perms"`
	Path        string                    `json:"path"`
	Starred     *bool                     `json:"starred,omitempty"`
	Summary     string                    `json:"summary"`
	Version     float32                   `json:"version"`
	WorkspaceId string                    `json:"workspace_id"`
}

ListableRawApp defines model for ListableRawApp.

type ListableRawApp_ExtraPerms

type ListableRawApp_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

ListableRawApp_ExtraPerms defines model for ListableRawApp.ExtraPerms.

func (ListableRawApp_ExtraPerms) Get

func (a ListableRawApp_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for ListableRawApp_ExtraPerms. Returns the specified element and whether it was found

func (ListableRawApp_ExtraPerms) MarshalJSON

func (a ListableRawApp_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for ListableRawApp_ExtraPerms to handle AdditionalProperties

func (*ListableRawApp_ExtraPerms) Set

func (a *ListableRawApp_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for ListableRawApp_ExtraPerms

func (*ListableRawApp_ExtraPerms) UnmarshalJSON

func (a *ListableRawApp_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for ListableRawApp_ExtraPerms to handle AdditionalProperties

type ListableResource

type ListableResource struct {
	Account      *float32                     `json:"account,omitempty"`
	Description  *string                      `json:"description,omitempty"`
	ExtraPerms   *ListableResource_ExtraPerms `json:"extra_perms,omitempty"`
	IsExpired    *bool                        `json:"is_expired,omitempty"`
	IsLinked     bool                         `json:"is_linked"`
	IsOauth      bool                         `json:"is_oauth"`
	IsRefreshed  bool                         `json:"is_refreshed"`
	Path         string                       `json:"path"`
	RefreshError *string                      `json:"refresh_error,omitempty"`
	ResourceType string                       `json:"resource_type"`
	Value        *interface{}                 `json:"value,omitempty"`
	WorkspaceId  *string                      `json:"workspace_id,omitempty"`
}

ListableResource defines model for ListableResource.

type ListableResource_ExtraPerms

type ListableResource_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

ListableResource_ExtraPerms defines model for ListableResource.ExtraPerms.

func (ListableResource_ExtraPerms) Get

func (a ListableResource_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for ListableResource_ExtraPerms. Returns the specified element and whether it was found

func (ListableResource_ExtraPerms) MarshalJSON

func (a ListableResource_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for ListableResource_ExtraPerms to handle AdditionalProperties

func (*ListableResource_ExtraPerms) Set

func (a *ListableResource_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for ListableResource_ExtraPerms

func (*ListableResource_ExtraPerms) UnmarshalJSON

func (a *ListableResource_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for ListableResource_ExtraPerms to handle AdditionalProperties

type ListableVariable

type ListableVariable struct {
	Account      *int                        `json:"account,omitempty"`
	Description  *string                     `json:"description,omitempty"`
	ExtraPerms   ListableVariable_ExtraPerms `json:"extra_perms"`
	IsExpired    *bool                       `json:"is_expired,omitempty"`
	IsLinked     *bool                       `json:"is_linked,omitempty"`
	IsOauth      *bool                       `json:"is_oauth,omitempty"`
	IsRefreshed  *bool                       `json:"is_refreshed,omitempty"`
	IsSecret     bool                        `json:"is_secret"`
	Path         string                      `json:"path"`
	RefreshError *string                     `json:"refresh_error,omitempty"`
	Value        *string                     `json:"value,omitempty"`
	WorkspaceId  string                      `json:"workspace_id"`
}

ListableVariable defines model for ListableVariable.

type ListableVariable_ExtraPerms

type ListableVariable_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

ListableVariable_ExtraPerms defines model for ListableVariable.ExtraPerms.

func (ListableVariable_ExtraPerms) Get

func (a ListableVariable_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for ListableVariable_ExtraPerms. Returns the specified element and whether it was found

func (ListableVariable_ExtraPerms) MarshalJSON

func (a ListableVariable_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for ListableVariable_ExtraPerms to handle AdditionalProperties

func (*ListableVariable_ExtraPerms) Set

func (a *ListableVariable_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for ListableVariable_ExtraPerms

func (*ListableVariable_ExtraPerms) UnmarshalJSON

func (a *ListableVariable_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for ListableVariable_ExtraPerms to handle AdditionalProperties

type LoadFileMetadataParams

type LoadFileMetadataParams struct {
	FileKey string `form:"file_key" json:"file_key"`
}

LoadFileMetadataParams defines parameters for LoadFileMetadata.

type LoadFileMetadataResponse

type LoadFileMetadataResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *WindmillFileMetadata
}

func ParseLoadFileMetadataResponse

func ParseLoadFileMetadataResponse(rsp *http.Response) (*LoadFileMetadataResponse, error)

ParseLoadFileMetadataResponse parses an HTTP response from a LoadFileMetadataWithResponse call

func (LoadFileMetadataResponse) Status

func (r LoadFileMetadataResponse) Status() string

Status returns HTTPResponse.Status

func (LoadFileMetadataResponse) StatusCode

func (r LoadFileMetadataResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type LoadFilePreviewParams

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"`
}

LoadFilePreviewParams defines parameters for LoadFilePreview.

type LoadFilePreviewResponse

type LoadFilePreviewResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *WindmillFilePreview
}

func ParseLoadFilePreviewResponse

func ParseLoadFilePreviewResponse(rsp *http.Response) (*LoadFilePreviewResponse, error)

ParseLoadFilePreviewResponse parses an HTTP response from a LoadFilePreviewWithResponse call

func (LoadFilePreviewResponse) Status

func (r LoadFilePreviewResponse) Status() string

Status returns HTTPResponse.Status

func (LoadFilePreviewResponse) StatusCode

func (r LoadFilePreviewResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Login

type Login struct {
	Email    string `json:"email"`
	Password string `json:"password"`
}

Login defines model for Login.

type LoginJSONBody

type LoginJSONBody = Login

LoginJSONBody defines parameters for Login.

type LoginJSONRequestBody

type LoginJSONRequestBody = LoginJSONBody

LoginJSONRequestBody defines body for Login for application/json ContentType.

type LoginResponse

type LoginResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseLoginResponse

func ParseLoginResponse(rsp *http.Response) (*LoginResponse, error)

ParseLoginResponse parses an HTTP response from a LoginWithResponse call

func (LoginResponse) Status

func (r LoginResponse) Status() string

Status returns HTTPResponse.Status

func (LoginResponse) StatusCode

func (r LoginResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type LoginWithOauthJSONBody

type LoginWithOauthJSONBody struct {
	Code  *string `json:"code,omitempty"`
	State *string `json:"state,omitempty"`
}

LoginWithOauthJSONBody defines parameters for LoginWithOauth.

type LoginWithOauthJSONRequestBody

type LoginWithOauthJSONRequestBody LoginWithOauthJSONBody

LoginWithOauthJSONRequestBody defines body for LoginWithOauth for application/json ContentType.

type LoginWithOauthResponse

type LoginWithOauthResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseLoginWithOauthResponse

func ParseLoginWithOauthResponse(rsp *http.Response) (*LoginWithOauthResponse, error)

ParseLoginWithOauthResponse parses an HTTP response from a LoginWithOauthWithResponse call

func (LoginWithOauthResponse) Status

func (r LoginWithOauthResponse) Status() string

Status returns HTTPResponse.Status

func (LoginWithOauthResponse) StatusCode

func (r LoginWithOauthResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type LogoutResponse

type LogoutResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseLogoutResponse

func ParseLogoutResponse(rsp *http.Response) (*LogoutResponse, error)

ParseLogoutResponse parses an HTTP response from a LogoutWithResponse call

func (LogoutResponse) Status

func (r LogoutResponse) Status() string

Status returns HTTPResponse.Status

func (LogoutResponse) StatusCode

func (r LogoutResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Name

type Name = string

Name defines model for Name.

type NewJobId

type NewJobId = openapi_types.UUID

NewJobId defines model for NewJobId.

type NewSchedule

type NewSchedule struct {
	Args                ScriptArgs  `json:"args"`
	Enabled             *bool       `json:"enabled,omitempty"`
	IsFlow              bool        `json:"is_flow"`
	OnFailure           *string     `json:"on_failure,omitempty"`
	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"`
	Path                string      `json:"path"`
	Schedule            string      `json:"schedule"`
	ScriptPath          string      `json:"script_path"`
	Timezone            string      `json:"timezone"`
	WsErrorHandlerMuted *bool       `json:"ws_error_handler_muted,omitempty"`
}

NewSchedule defines model for NewSchedule.

type NewScript

type NewScript struct {
	CacheTtl               *float32                `json:"cache_ttl,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"`
	IsTemplate             *bool                   `json:"is_template,omitempty"`
	Kind                   *NewScriptKind          `json:"kind,omitempty"`
	Language               NewScriptLanguage       `json:"language"`
	Lock                   *[]string               `json:"lock,omitempty"`
	ParentHash             *string                 `json:"parent_hash,omitempty"`
	Path                   string                  `json:"path"`
	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"`
	WsErrorHandlerMuted    *bool                   `json:"ws_error_handler_muted,omitempty"`
}

NewScript defines model for NewScript.

type NewScriptKind

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

type NewScriptLanguage string

NewScriptLanguage defines model for NewScript.Language.

const (
	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"
	NewScriptLanguagePostgresql NewScriptLanguage = "postgresql"
	NewScriptLanguagePowershell NewScriptLanguage = "powershell"
	NewScriptLanguagePython3    NewScriptLanguage = "python3"
	NewScriptLanguageSnowflake  NewScriptLanguage = "snowflake"
)

Defines values for NewScriptLanguage.

type NewScriptWithDraft

type NewScriptWithDraft struct {
	CacheTtl               *float32                   `json:"cache_ttl,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"`
	Hash                   string                     `json:"hash"`
	IsTemplate             *bool                      `json:"is_template,omitempty"`
	Kind                   *NewScriptWithDraftKind    `json:"kind,omitempty"`
	Language               NewScriptWithDraftLanguage `json:"language"`
	Lock                   *[]string                  `json:"lock,omitempty"`
	ParentHash             *string                    `json:"parent_hash,omitempty"`
	Path                   string                     `json:"path"`
	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"`
	WsErrorHandlerMuted    *bool                      `json:"ws_error_handler_muted,omitempty"`
}

NewScriptWithDraft defines model for NewScriptWithDraft.

type NewScriptWithDraftKind

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

type NewScriptWithDraftLanguage string

NewScriptWithDraftLanguage defines model for NewScriptWithDraft.Language.

const (
	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"
	NewScriptWithDraftLanguagePostgresql NewScriptWithDraftLanguage = "postgresql"
	NewScriptWithDraftLanguagePowershell NewScriptWithDraftLanguage = "powershell"
	NewScriptWithDraftLanguagePython3    NewScriptWithDraftLanguage = "python3"
	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"`
}

NewToken defines model for NewToken.

type NewTokenImpersonate

type NewTokenImpersonate struct {
	Expiration       *time.Time `json:"expiration,omitempty"`
	ImpersonateEmail string     `json:"impersonate_email"`
	Label            *string    `json:"label,omitempty"`
}

NewTokenImpersonate defines model for NewTokenImpersonate.

type NewUser

type NewUser struct {
	Email    string `json:"email"`
	IsAdmin  bool   `json:"is_admin"`
	Username string `json:"username"`
}

NewUser defines model for NewUser.

type OpenFlow

type OpenFlow struct {
	Description *string                 `json:"description,omitempty"`
	Schema      *map[string]interface{} `json:"schema,omitempty"`
	Summary     string                  `json:"summary"`
	Value       FlowValue               `json:"value"`
}

OpenFlow defines model for OpenFlow.

type OpenFlowWPath

type OpenFlowWPath struct {
	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"`
	WsErrorHandlerMuted *bool                   `json:"ws_error_handler_muted,omitempty"`
}

OpenFlowWPath defines model for OpenFlowWPath.

type OpenaiSyncFlowByPathJSONBody

type OpenaiSyncFlowByPathJSONBody = ScriptArgs

OpenaiSyncFlowByPathJSONBody defines parameters for OpenaiSyncFlowByPath.

type OpenaiSyncFlowByPathJSONRequestBody

type OpenaiSyncFlowByPathJSONRequestBody = OpenaiSyncFlowByPathJSONBody

OpenaiSyncFlowByPathJSONRequestBody defines body for OpenaiSyncFlowByPath for application/json ContentType.

type OpenaiSyncFlowByPathParams

type OpenaiSyncFlowByPathParams struct {
	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// The maximum size of the queue for which the request would get rejected if that job would push it above that limit
	QueueLimit *QueueLimit `form:"queue_limit,omitempty" json:"queue_limit,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`
}

OpenaiSyncFlowByPathParams defines parameters for OpenaiSyncFlowByPath.

type OpenaiSyncFlowByPathResponse

type OpenaiSyncFlowByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseOpenaiSyncFlowByPathResponse

func ParseOpenaiSyncFlowByPathResponse(rsp *http.Response) (*OpenaiSyncFlowByPathResponse, error)

ParseOpenaiSyncFlowByPathResponse parses an HTTP response from a OpenaiSyncFlowByPathWithResponse call

func (OpenaiSyncFlowByPathResponse) Status

Status returns HTTPResponse.Status

func (OpenaiSyncFlowByPathResponse) StatusCode

func (r OpenaiSyncFlowByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type OpenaiSyncScriptByPathJSONBody

type OpenaiSyncScriptByPathJSONBody = ScriptArgs

OpenaiSyncScriptByPathJSONBody defines parameters for OpenaiSyncScriptByPath.

type OpenaiSyncScriptByPathJSONRequestBody

type OpenaiSyncScriptByPathJSONRequestBody = OpenaiSyncScriptByPathJSONBody

OpenaiSyncScriptByPathJSONRequestBody defines body for OpenaiSyncScriptByPath for application/json ContentType.

type OpenaiSyncScriptByPathParams

type OpenaiSyncScriptByPathParams struct {
	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`

	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// The maximum size of the queue for which the request would get rejected if that job would push it above that limit
	QueueLimit *QueueLimit `form:"queue_limit,omitempty" json:"queue_limit,omitempty"`
}

OpenaiSyncScriptByPathParams defines parameters for OpenaiSyncScriptByPath.

type OpenaiSyncScriptByPathResponse

type OpenaiSyncScriptByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseOpenaiSyncScriptByPathResponse

func ParseOpenaiSyncScriptByPathResponse(rsp *http.Response) (*OpenaiSyncScriptByPathResponse, error)

ParseOpenaiSyncScriptByPathResponse parses an HTTP response from a OpenaiSyncScriptByPathWithResponse call

func (OpenaiSyncScriptByPathResponse) Status

Status returns HTTPResponse.Status

func (OpenaiSyncScriptByPathResponse) StatusCode

func (r OpenaiSyncScriptByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Operation

type Operation = string

Operation defines model for Operation.

type OrderDesc

type OrderDesc = bool

OrderDesc defines model for OrderDesc.

type Page

type Page = int

Page defines model for Page.

type ParentJob

type ParentJob = openapi_types.UUID

ParentJob defines model for ParentJob.

type Path

type Path = string

Path defines model for Path.

type PathFlow

type PathFlow struct {
	InputTransforms PathFlow_InputTransforms `json:"input_transforms"`
	Path            string                   `json:"path"`
	Type            PathFlowType             `json:"type"`
}

PathFlow defines model for PathFlow.

type PathFlowType

type PathFlowType string

PathFlowType defines model for PathFlow.Type.

const (
	PathFlowTypeFlow PathFlowType = "flow"
)

Defines values for PathFlowType.

type PathFlow_InputTransforms

type PathFlow_InputTransforms struct {
	AdditionalProperties map[string]InputTransform `json:"-"`
}

PathFlow_InputTransforms defines model for PathFlow.InputTransforms.

func (PathFlow_InputTransforms) Get

func (a PathFlow_InputTransforms) Get(fieldName string) (value InputTransform, found bool)

Getter for additional properties for PathFlow_InputTransforms. Returns the specified element and whether it was found

func (PathFlow_InputTransforms) MarshalJSON

func (a PathFlow_InputTransforms) MarshalJSON() ([]byte, error)

Override default JSON handling for PathFlow_InputTransforms to handle AdditionalProperties

func (*PathFlow_InputTransforms) Set

func (a *PathFlow_InputTransforms) Set(fieldName string, value InputTransform)

Setter for additional properties for PathFlow_InputTransforms

func (*PathFlow_InputTransforms) UnmarshalJSON

func (a *PathFlow_InputTransforms) UnmarshalJSON(b []byte) error

Override default JSON handling for PathFlow_InputTransforms to handle AdditionalProperties

type PathId

type PathId = int

PathId defines model for PathId.

type PathScript

type PathScript struct {
	Hash            *string                    `json:"hash,omitempty"`
	InputTransforms PathScript_InputTransforms `json:"input_transforms"`
	Path            string                     `json:"path"`
	Type            PathScriptType             `json:"type"`
}

PathScript defines model for PathScript.

type PathScriptType

type PathScriptType string

PathScriptType defines model for PathScript.Type.

const (
	PathScriptTypeScript PathScriptType = "script"
)

Defines values for PathScriptType.

type PathScript_InputTransforms

type PathScript_InputTransforms struct {
	AdditionalProperties map[string]InputTransform `json:"-"`
}

PathScript_InputTransforms defines model for PathScript.InputTransforms.

func (PathScript_InputTransforms) Get

func (a PathScript_InputTransforms) Get(fieldName string) (value InputTransform, found bool)

Getter for additional properties for PathScript_InputTransforms. Returns the specified element and whether it was found

func (PathScript_InputTransforms) MarshalJSON

func (a PathScript_InputTransforms) MarshalJSON() ([]byte, error)

Override default JSON handling for PathScript_InputTransforms to handle AdditionalProperties

func (*PathScript_InputTransforms) Set

func (a *PathScript_InputTransforms) Set(fieldName string, value InputTransform)

Setter for additional properties for PathScript_InputTransforms

func (*PathScript_InputTransforms) UnmarshalJSON

func (a *PathScript_InputTransforms) UnmarshalJSON(b []byte) error

Override default JSON handling for PathScript_InputTransforms to handle AdditionalProperties

type PathVersion

type PathVersion = int

PathVersion defines model for PathVersion.

type Payload

type Payload = string

Payload defines model for Payload.

type PerPage

type PerPage = int

PerPage defines model for PerPage.

type PolarsClientKwargs

type PolarsClientKwargs struct {
	RegionName string `json:"region_name"`
}

PolarsClientKwargs defines model for PolarsClientKwargs.

type PolarsConnectionSettingsJSONBody

type PolarsConnectionSettingsJSONBody struct {
	S3Resource *S3Resource `json:"s3_resource,omitempty"`
}

PolarsConnectionSettingsJSONBody defines parameters for PolarsConnectionSettings.

type PolarsConnectionSettingsJSONRequestBody

type PolarsConnectionSettingsJSONRequestBody PolarsConnectionSettingsJSONBody

PolarsConnectionSettingsJSONRequestBody defines body for PolarsConnectionSettings for application/json ContentType.

type PolarsConnectionSettingsResponse

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

func ParsePolarsConnectionSettingsResponse(rsp *http.Response) (*PolarsConnectionSettingsResponse, error)

ParsePolarsConnectionSettingsResponse parses an HTTP response from a PolarsConnectionSettingsWithResponse call

func (PolarsConnectionSettingsResponse) Status

Status returns HTTPResponse.Status

func (PolarsConnectionSettingsResponse) StatusCode

func (r PolarsConnectionSettingsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PolarsConnectionSettingsV2JSONBody

type PolarsConnectionSettingsV2JSONBody struct {
	S3ResourcePath *string `json:"s3_resource_path,omitempty"`
}

PolarsConnectionSettingsV2JSONBody defines parameters for PolarsConnectionSettingsV2.

type PolarsConnectionSettingsV2JSONRequestBody

type PolarsConnectionSettingsV2JSONRequestBody PolarsConnectionSettingsV2JSONBody

PolarsConnectionSettingsV2JSONRequestBody defines body for PolarsConnectionSettingsV2 for application/json ContentType.

type PolarsConnectionSettingsV2Response

type PolarsConnectionSettingsV2Response struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		PolarsCloudOptions struct {
			AwsAccessKeyId     *string `json:"aws_access_key_id,omitempty"`
			AwsAllowHttp       bool    `json:"aws_allow_http"`
			AwsEndpointUrl     string  `json:"aws_endpoint_url"`
			AwsRegion          string  `json:"aws_region"`
			AwsSecretAccessKey *string `json:"aws_secret_access_key,omitempty"`
		} `json:"polars_cloud_options"`
		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"`
	}
}

func ParsePolarsConnectionSettingsV2Response

func ParsePolarsConnectionSettingsV2Response(rsp *http.Response) (*PolarsConnectionSettingsV2Response, error)

ParsePolarsConnectionSettingsV2Response parses an HTTP response from a PolarsConnectionSettingsV2WithResponse call

func (PolarsConnectionSettingsV2Response) Status

Status returns HTTPResponse.Status

func (PolarsConnectionSettingsV2Response) StatusCode

func (r PolarsConnectionSettingsV2Response) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Policy

type Policy struct {
	ExecutionMode   *PolicyExecutionMode `json:"execution_mode,omitempty"`
	OnBehalfOf      *string              `json:"on_behalf_of,omitempty"`
	OnBehalfOfEmail *string              `json:"on_behalf_of_email,omitempty"`
	Triggerables    *Policy_Triggerables `json:"triggerables,omitempty"`
}

Policy defines model for Policy.

type PolicyExecutionMode

type PolicyExecutionMode string

PolicyExecutionMode defines model for Policy.ExecutionMode.

const (
	PolicyExecutionModeAnonymous PolicyExecutionMode = "anonymous"
	PolicyExecutionModePublisher PolicyExecutionMode = "publisher"
	PolicyExecutionModeViewer    PolicyExecutionMode = "viewer"
)

Defines values for PolicyExecutionMode.

type Policy_Triggerables

type Policy_Triggerables struct {
	AdditionalProperties map[string]map[string]interface{} `json:"-"`
}

Policy_Triggerables defines model for Policy.Triggerables.

func (Policy_Triggerables) Get

func (a Policy_Triggerables) Get(fieldName string) (value map[string]interface{}, found bool)

Getter for additional properties for Policy_Triggerables. Returns the specified element and whether it was found

func (Policy_Triggerables) MarshalJSON

func (a Policy_Triggerables) MarshalJSON() ([]byte, error)

Override default JSON handling for Policy_Triggerables to handle AdditionalProperties

func (*Policy_Triggerables) Set

func (a *Policy_Triggerables) Set(fieldName string, value map[string]interface{})

Setter for additional properties for Policy_Triggerables

func (*Policy_Triggerables) UnmarshalJSON

func (a *Policy_Triggerables) UnmarshalJSON(b []byte) error

Override default JSON handling for Policy_Triggerables to handle AdditionalProperties

type Preview

type Preview struct {
	Args            ScriptArgs       `json:"args"`
	Content         *string          `json:"content,omitempty"`
	DedicatedWorker *bool            `json:"dedicated_worker,omitempty"`
	Kind            *PreviewKind     `json:"kind,omitempty"`
	Language        *PreviewLanguage `json:"language,omitempty"`
	Path            *string          `json:"path,omitempty"`
	Tag             *string          `json:"tag,omitempty"`
}

Preview defines model for Preview.

type PreviewKind

type PreviewKind string

PreviewKind defines model for Preview.Kind.

const (
	PreviewKindCode     PreviewKind = "code"
	PreviewKindHttp     PreviewKind = "http"
	PreviewKindIdentity PreviewKind = "identity"
)

Defines values for PreviewKind.

type PreviewLanguage

type PreviewLanguage string

PreviewLanguage defines model for Preview.Language.

const (
	PreviewLanguageBash       PreviewLanguage = "bash"
	PreviewLanguageBigquery   PreviewLanguage = "bigquery"
	PreviewLanguageBun        PreviewLanguage = "bun"
	PreviewLanguageDeno       PreviewLanguage = "deno"
	PreviewLanguageGo         PreviewLanguage = "go"
	PreviewLanguageGraphql    PreviewLanguage = "graphql"
	PreviewLanguageMssql      PreviewLanguage = "mssql"
	PreviewLanguageMysql      PreviewLanguage = "mysql"
	PreviewLanguageNativets   PreviewLanguage = "nativets"
	PreviewLanguagePostgresql PreviewLanguage = "postgresql"
	PreviewLanguagePowershell PreviewLanguage = "powershell"
	PreviewLanguagePython3    PreviewLanguage = "python3"
	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

type QueryHubScriptsParams struct {
	// query text
	Text string `form:"text" json:"text"`

	// query scripts kind
	Kind *string `form:"kind,omitempty" json:"kind,omitempty"`

	// query limit
	Limit *float32 `form:"limit,omitempty" json:"limit,omitempty"`

	// query scripts app
	App *string `form:"app,omitempty" json:"app,omitempty"`
}

QueryHubScriptsParams defines parameters for QueryHubScripts.

type QueryHubScriptsResponse

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

func ParseQueryHubScriptsResponse(rsp *http.Response) (*QueryHubScriptsResponse, error)

ParseQueryHubScriptsResponse parses an HTTP response from a QueryHubScriptsWithResponse call

func (QueryHubScriptsResponse) Status

func (r QueryHubScriptsResponse) Status() string

Status returns HTTPResponse.Status

func (QueryHubScriptsResponse) StatusCode

func (r QueryHubScriptsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type QueryResourceTypesParams

type QueryResourceTypesParams struct {
	// query text
	Text string `form:"text" json:"text"`

	// query limit
	Limit *float32 `form:"limit,omitempty" json:"limit,omitempty"`
}

QueryResourceTypesParams defines parameters for QueryResourceTypes.

type QueryResourceTypesResponse

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

func ParseQueryResourceTypesResponse(rsp *http.Response) (*QueryResourceTypesResponse, error)

ParseQueryResourceTypesResponse parses an HTTP response from a QueryResourceTypesWithResponse call

func (QueryResourceTypesResponse) Status

Status returns HTTPResponse.Status

func (QueryResourceTypesResponse) StatusCode

func (r QueryResourceTypesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type QueueLimit

type QueueLimit = string

QueueLimit defines model for QueueLimit.

type QueuedJob

type QueuedJob struct {
	Args           *ScriptArgs         `json:"args,omitempty"`
	Canceled       bool                `json:"canceled"`
	CanceledBy     *string             `json:"canceled_by,omitempty"`
	CanceledReason *string             `json:"canceled_reason,omitempty"`
	CreatedAt      *time.Time          `json:"created_at,omitempty"`
	CreatedBy      *string             `json:"created_by,omitempty"`
	Email          string              `json:"email"`
	FlowStatus     *FlowStatus         `json:"flow_status,omitempty"`
	Id             openapi_types.UUID  `json:"id"`
	IsFlowStep     bool                `json:"is_flow_step"`
	JobKind        QueuedJobJobKind    `json:"job_kind"`
	Language       *QueuedJobLanguage  `json:"language,omitempty"`
	LastPing       *time.Time          `json:"last_ping,omitempty"`
	Logs           *string             `json:"logs,omitempty"`
	MemPeak        *int                `json:"mem_peak,omitempty"`
	ParentJob      *openapi_types.UUID `json:"parent_job,omitempty"`

	// The user (u/userfoo) or group (g/groupfoo) whom
	// the execution of this script will be permissioned_as and by extension its DT_TOKEN.
	PermissionedAs string     `json:"permissioned_as"`
	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"`
	StartedAt      *time.Time `json:"started_at,omitempty"`
	Tag            string     `json:"tag"`
	VisibleToOwner bool       `json:"visible_to_owner"`
	WorkspaceId    *string    `json:"workspace_id,omitempty"`
}

QueuedJob defines model for QueuedJob.

type QueuedJobJobKind

type QueuedJobJobKind string

QueuedJobJobKind defines model for QueuedJob.JobKind.

const (
	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"
)

Defines values for QueuedJobJobKind.

type QueuedJobLanguage

type QueuedJobLanguage string

QueuedJobLanguage defines model for QueuedJob.Language.

const (
	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"
	QueuedJobLanguagePostgresql QueuedJobLanguage = "postgresql"
	QueuedJobLanguagePowershell QueuedJobLanguage = "powershell"
	QueuedJobLanguagePython3    QueuedJobLanguage = "python3"
	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"`
	InputTransforms        RawScript_InputTransforms `json:"input_transforms"`
	Language               RawScriptLanguage         `json:"language"`
	Lock                   *string                   `json:"lock,omitempty"`
	Path                   *string                   `json:"path,omitempty"`
	Tag                    *string                   `json:"tag,omitempty"`
	Type                   RawScriptType             `json:"type"`
}

RawScript defines model for RawScript.

type RawScriptByHashResponse

type RawScriptByHashResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRawScriptByHashResponse

func ParseRawScriptByHashResponse(rsp *http.Response) (*RawScriptByHashResponse, error)

ParseRawScriptByHashResponse parses an HTTP response from a RawScriptByHashWithResponse call

func (RawScriptByHashResponse) Status

func (r RawScriptByHashResponse) Status() string

Status returns HTTPResponse.Status

func (RawScriptByHashResponse) StatusCode

func (r RawScriptByHashResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RawScriptByPathResponse

type RawScriptByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRawScriptByPathResponse

func ParseRawScriptByPathResponse(rsp *http.Response) (*RawScriptByPathResponse, error)

ParseRawScriptByPathResponse parses an HTTP response from a RawScriptByPathWithResponse call

func (RawScriptByPathResponse) Status

func (r RawScriptByPathResponse) Status() string

Status returns HTTPResponse.Status

func (RawScriptByPathResponse) StatusCode

func (r RawScriptByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RawScriptByPathTokenedResponse

type RawScriptByPathTokenedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRawScriptByPathTokenedResponse

func ParseRawScriptByPathTokenedResponse(rsp *http.Response) (*RawScriptByPathTokenedResponse, error)

ParseRawScriptByPathTokenedResponse parses an HTTP response from a RawScriptByPathTokenedWithResponse call

func (RawScriptByPathTokenedResponse) Status

Status returns HTTPResponse.Status

func (RawScriptByPathTokenedResponse) StatusCode

func (r RawScriptByPathTokenedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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"
	RawScriptLanguagePostgresql RawScriptLanguage = "postgresql"
	RawScriptLanguagePowershell RawScriptLanguage = "powershell"
	RawScriptLanguagePython3    RawScriptLanguage = "python3"
	RawScriptLanguageSnowflake  RawScriptLanguage = "snowflake"
)

Defines values for RawScriptLanguage.

type RawScriptType

type RawScriptType string

RawScriptType defines model for RawScript.Type.

const (
	Rawscript RawScriptType = "rawscript"
)

Defines values for RawScriptType.

type RawScript_InputTransforms

type RawScript_InputTransforms struct {
	AdditionalProperties map[string]InputTransform `json:"-"`
}

RawScript_InputTransforms defines model for RawScript.InputTransforms.

func (RawScript_InputTransforms) Get

func (a RawScript_InputTransforms) Get(fieldName string) (value InputTransform, found bool)

Getter for additional properties for RawScript_InputTransforms. Returns the specified element and whether it was found

func (RawScript_InputTransforms) MarshalJSON

func (a RawScript_InputTransforms) MarshalJSON() ([]byte, error)

Override default JSON handling for RawScript_InputTransforms to handle AdditionalProperties

func (*RawScript_InputTransforms) Set

func (a *RawScript_InputTransforms) Set(fieldName string, value InputTransform)

Setter for additional properties for RawScript_InputTransforms

func (*RawScript_InputTransforms) UnmarshalJSON

func (a *RawScript_InputTransforms) UnmarshalJSON(b []byte) error

Override default JSON handling for RawScript_InputTransforms to handle AdditionalProperties

type RefreshTokenJSONBody

type RefreshTokenJSONBody struct {
	Path string `json:"path"`
}

RefreshTokenJSONBody defines parameters for RefreshToken.

type RefreshTokenJSONRequestBody

type RefreshTokenJSONRequestBody RefreshTokenJSONBody

RefreshTokenJSONRequestBody defines body for RefreshToken for application/json ContentType.

type RefreshTokenResponse

type RefreshTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRefreshTokenResponse

func ParseRefreshTokenResponse(rsp *http.Response) (*RefreshTokenResponse, error)

ParseRefreshTokenResponse parses an HTTP response from a RefreshTokenWithResponse call

func (RefreshTokenResponse) Status

func (r RefreshTokenResponse) Status() string

Status returns HTTPResponse.Status

func (RefreshTokenResponse) StatusCode

func (r RefreshTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RefreshUserTokenResponse

type RefreshUserTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRefreshUserTokenResponse

func ParseRefreshUserTokenResponse(rsp *http.Response) (*RefreshUserTokenResponse, error)

ParseRefreshUserTokenResponse parses an HTTP response from a RefreshUserTokenWithResponse call

func (RefreshUserTokenResponse) Status

func (r RefreshUserTokenResponse) Status() string

Status returns HTTPResponse.Status

func (RefreshUserTokenResponse) StatusCode

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.

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

type RemoveOwnerToFolderJSONBody struct {
	Owner *string `json:"owner,omitempty"`
}

RemoveOwnerToFolderJSONBody defines parameters for RemoveOwnerToFolder.

type RemoveOwnerToFolderJSONRequestBody

type RemoveOwnerToFolderJSONRequestBody RemoveOwnerToFolderJSONBody

RemoveOwnerToFolderJSONRequestBody defines body for RemoveOwnerToFolder for application/json ContentType.

type RemoveOwnerToFolderResponse

type RemoveOwnerToFolderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveOwnerToFolderResponse

func ParseRemoveOwnerToFolderResponse(rsp *http.Response) (*RemoveOwnerToFolderResponse, error)

ParseRemoveOwnerToFolderResponse parses an HTTP response from a RemoveOwnerToFolderWithResponse call

func (RemoveOwnerToFolderResponse) Status

Status returns HTTPResponse.Status

func (RemoveOwnerToFolderResponse) StatusCode

func (r RemoveOwnerToFolderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RemoveUserToGroupJSONBody

type RemoveUserToGroupJSONBody struct {
	Username *string `json:"username,omitempty"`
}

RemoveUserToGroupJSONBody defines parameters for RemoveUserToGroup.

type RemoveUserToGroupJSONRequestBody

type RemoveUserToGroupJSONRequestBody RemoveUserToGroupJSONBody

RemoveUserToGroupJSONRequestBody defines body for RemoveUserToGroup for application/json ContentType.

type RemoveUserToGroupResponse

type RemoveUserToGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveUserToGroupResponse

func ParseRemoveUserToGroupResponse(rsp *http.Response) (*RemoveUserToGroupResponse, error)

ParseRemoveUserToGroupResponse parses an HTTP response from a RemoveUserToGroupWithResponse call

func (RemoveUserToGroupResponse) Status

func (r RemoveUserToGroupResponse) Status() string

Status returns HTTPResponse.Status

func (RemoveUserToGroupResponse) StatusCode

func (r RemoveUserToGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RequestEditorFn

type RequestEditorFn func(ctx context.Context, req *http.Request) error

RequestEditorFn is the function signature for the RequestEditor callback function

type Resource

type Resource struct {
	Description  *string              `json:"description,omitempty"`
	ExtraPerms   *Resource_ExtraPerms `json:"extra_perms,omitempty"`
	IsOauth      bool                 `json:"is_oauth"`
	Path         string               `json:"path"`
	ResourceType string               `json:"resource_type"`
	Value        *interface{}         `json:"value,omitempty"`
	WorkspaceId  *string              `json:"workspace_id,omitempty"`
}

Resource defines model for Resource.

type ResourceName

type ResourceName = string

ResourceName defines model for ResourceName.

type ResourceType

type ResourceType struct {
	Description *string      `json:"description,omitempty"`
	Name        string       `json:"name"`
	Schema      *interface{} `json:"schema,omitempty"`
	WorkspaceId *string      `json:"workspace_id,omitempty"`
}

ResourceType defines model for ResourceType.

type Resource_ExtraPerms

type Resource_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

Resource_ExtraPerms defines model for Resource.ExtraPerms.

func (Resource_ExtraPerms) Get

func (a Resource_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for Resource_ExtraPerms. Returns the specified element and whether it was found

func (Resource_ExtraPerms) MarshalJSON

func (a Resource_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for Resource_ExtraPerms to handle AdditionalProperties

func (*Resource_ExtraPerms) Set

func (a *Resource_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for Resource_ExtraPerms

func (*Resource_ExtraPerms) UnmarshalJSON

func (a *Resource_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for Resource_ExtraPerms to handle AdditionalProperties

type RestartFlowAtStepJSONBody

type RestartFlowAtStepJSONBody = ScriptArgs

RestartFlowAtStepJSONBody defines parameters for RestartFlowAtStep.

type RestartFlowAtStepJSONRequestBody

type RestartFlowAtStepJSONRequestBody = RestartFlowAtStepJSONBody

RestartFlowAtStepJSONRequestBody defines body for RestartFlowAtStep for application/json ContentType.

type RestartFlowAtStepParams

type RestartFlowAtStepParams struct {
	// when to schedule this job (leave empty for immediate run)
	ScheduledFor *time.Time `form:"scheduled_for,omitempty" json:"scheduled_for,omitempty"`

	// schedule the script to execute in the number of seconds starting now
	ScheduledInSecs *int `form:"scheduled_in_secs,omitempty" json:"scheduled_in_secs,omitempty"`

	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// Override the tag to use
	Tag *WorkerTag `form:"tag,omitempty" json:"tag,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`

	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// make the run invisible to the the flow owner (default false)
	InvisibleToOwner *bool `form:"invisible_to_owner,omitempty" json:"invisible_to_owner,omitempty"`
}

RestartFlowAtStepParams defines parameters for RestartFlowAtStep.

type RestartFlowAtStepResponse

type RestartFlowAtStepResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRestartFlowAtStepResponse

func ParseRestartFlowAtStepResponse(rsp *http.Response) (*RestartFlowAtStepResponse, error)

ParseRestartFlowAtStepResponse parses an HTTP response from a RestartFlowAtStepWithResponse call

func (RestartFlowAtStepResponse) Status

func (r RestartFlowAtStepResponse) Status() string

Status returns HTTPResponse.Status

func (RestartFlowAtStepResponse) StatusCode

func (r RestartFlowAtStepResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RestartedFrom

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

type ResultByIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseResultByIdResponse

func ParseResultByIdResponse(rsp *http.Response) (*ResultByIdResponse, error)

ParseResultByIdResponse parses an HTTP response from a ResultByIdWithResponse call

func (ResultByIdResponse) Status

func (r ResultByIdResponse) Status() string

Status returns HTTPResponse.Status

func (ResultByIdResponse) StatusCode

func (r ResultByIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ResultFilter

type ResultFilter = string

ResultFilter defines model for ResultFilter.

type ResumeSuspendedFlowAsOwnerJSONBody

type ResumeSuspendedFlowAsOwnerJSONBody = map[string]interface{}

ResumeSuspendedFlowAsOwnerJSONBody defines parameters for ResumeSuspendedFlowAsOwner.

type ResumeSuspendedFlowAsOwnerJSONRequestBody

type ResumeSuspendedFlowAsOwnerJSONRequestBody = ResumeSuspendedFlowAsOwnerJSONBody

ResumeSuspendedFlowAsOwnerJSONRequestBody defines body for ResumeSuspendedFlowAsOwner for application/json ContentType.

type ResumeSuspendedFlowAsOwnerResponse

type ResumeSuspendedFlowAsOwnerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseResumeSuspendedFlowAsOwnerResponse

func ParseResumeSuspendedFlowAsOwnerResponse(rsp *http.Response) (*ResumeSuspendedFlowAsOwnerResponse, error)

ParseResumeSuspendedFlowAsOwnerResponse parses an HTTP response from a ResumeSuspendedFlowAsOwnerWithResponse call

func (ResumeSuspendedFlowAsOwnerResponse) Status

Status returns HTTPResponse.Status

func (ResumeSuspendedFlowAsOwnerResponse) StatusCode

func (r ResumeSuspendedFlowAsOwnerResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ResumeSuspendedJobGetParams

type ResumeSuspendedJobGetParams struct {
	// The base64 encoded payload that has been encoded as a JSON. e.g how to encode such payload encodeURIComponent
	// `encodeURIComponent(btoa(JSON.stringify({a: 2})))`
	Payload  *Payload `form:"payload,omitempty" json:"payload,omitempty"`
	Approver *string  `form:"approver,omitempty" json:"approver,omitempty"`
}

ResumeSuspendedJobGetParams defines parameters for ResumeSuspendedJobGet.

type ResumeSuspendedJobGetResponse

type ResumeSuspendedJobGetResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseResumeSuspendedJobGetResponse

func ParseResumeSuspendedJobGetResponse(rsp *http.Response) (*ResumeSuspendedJobGetResponse, error)

ParseResumeSuspendedJobGetResponse parses an HTTP response from a ResumeSuspendedJobGetWithResponse call

func (ResumeSuspendedJobGetResponse) Status

Status returns HTTPResponse.Status

func (ResumeSuspendedJobGetResponse) StatusCode

func (r ResumeSuspendedJobGetResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ResumeSuspendedJobPostJSONBody

type ResumeSuspendedJobPostJSONBody = map[string]interface{}

ResumeSuspendedJobPostJSONBody defines parameters for ResumeSuspendedJobPost.

type ResumeSuspendedJobPostJSONRequestBody

type ResumeSuspendedJobPostJSONRequestBody = ResumeSuspendedJobPostJSONBody

ResumeSuspendedJobPostJSONRequestBody defines body for ResumeSuspendedJobPost for application/json ContentType.

type ResumeSuspendedJobPostParams

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 RunFlowByPathJSONBody

type RunFlowByPathJSONBody = ScriptArgs

RunFlowByPathJSONBody defines parameters for RunFlowByPath.

type RunFlowByPathJSONRequestBody

type RunFlowByPathJSONRequestBody = RunFlowByPathJSONBody

RunFlowByPathJSONRequestBody defines body for RunFlowByPath for application/json ContentType.

type RunFlowByPathParams

type RunFlowByPathParams struct {
	// when to schedule this job (leave empty for immediate run)
	ScheduledFor *time.Time `form:"scheduled_for,omitempty" json:"scheduled_for,omitempty"`

	// schedule the script to execute in the number of seconds starting now
	ScheduledInSecs *int `form:"scheduled_in_secs,omitempty" json:"scheduled_in_secs,omitempty"`

	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// Override the tag to use
	Tag *WorkerTag `form:"tag,omitempty" json:"tag,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`

	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// make the run invisible to the the flow owner (default false)
	InvisibleToOwner *bool `form:"invisible_to_owner,omitempty" json:"invisible_to_owner,omitempty"`
}

RunFlowByPathParams defines parameters for RunFlowByPath.

type RunFlowByPathResponse

type RunFlowByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRunFlowByPathResponse

func ParseRunFlowByPathResponse(rsp *http.Response) (*RunFlowByPathResponse, error)

ParseRunFlowByPathResponse parses an HTTP response from a RunFlowByPathWithResponse call

func (RunFlowByPathResponse) Status

func (r RunFlowByPathResponse) Status() string

Status returns HTTPResponse.Status

func (RunFlowByPathResponse) StatusCode

func (r RunFlowByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RunFlowPreviewJSONBody

type RunFlowPreviewJSONBody = FlowPreview

RunFlowPreviewJSONBody defines parameters for RunFlowPreview.

type RunFlowPreviewJSONRequestBody

type RunFlowPreviewJSONRequestBody = RunFlowPreviewJSONBody

RunFlowPreviewJSONRequestBody defines body for RunFlowPreview for application/json ContentType.

type RunFlowPreviewParams

type RunFlowPreviewParams struct {
	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// make the run invisible to the the script owner (default false)
	InvisibleToOwner *bool `form:"invisible_to_owner,omitempty" json:"invisible_to_owner,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`
}

RunFlowPreviewParams defines parameters for RunFlowPreview.

type RunFlowPreviewResponse

type RunFlowPreviewResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRunFlowPreviewResponse

func ParseRunFlowPreviewResponse(rsp *http.Response) (*RunFlowPreviewResponse, error)

ParseRunFlowPreviewResponse parses an HTTP response from a RunFlowPreviewWithResponse call

func (RunFlowPreviewResponse) Status

func (r RunFlowPreviewResponse) Status() string

Status returns HTTPResponse.Status

func (RunFlowPreviewResponse) StatusCode

func (r RunFlowPreviewResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RunScriptByHashJSONBody

type RunScriptByHashJSONBody = map[string]interface{}

RunScriptByHashJSONBody defines parameters for RunScriptByHash.

type RunScriptByHashJSONRequestBody

type RunScriptByHashJSONRequestBody = RunScriptByHashJSONBody

RunScriptByHashJSONRequestBody defines body for RunScriptByHash for application/json ContentType.

type RunScriptByHashParams

type RunScriptByHashParams struct {
	// when to schedule this job (leave empty for immediate run)
	ScheduledFor *time.Time `form:"scheduled_for,omitempty" json:"scheduled_for,omitempty"`

	// schedule the script to execute in the number of seconds starting now
	ScheduledInSecs *int `form:"scheduled_in_secs,omitempty" json:"scheduled_in_secs,omitempty"`

	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// Override the tag to use
	Tag *WorkerTag `form:"tag,omitempty" json:"tag,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`

	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// make the run invisible to the the script owner (default false)
	InvisibleToOwner *bool `form:"invisible_to_owner,omitempty" json:"invisible_to_owner,omitempty"`
}

RunScriptByHashParams defines parameters for RunScriptByHash.

type RunScriptByHashResponse

type RunScriptByHashResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRunScriptByHashResponse

func ParseRunScriptByHashResponse(rsp *http.Response) (*RunScriptByHashResponse, error)

ParseRunScriptByHashResponse parses an HTTP response from a RunScriptByHashWithResponse call

func (RunScriptByHashResponse) Status

func (r RunScriptByHashResponse) Status() string

Status returns HTTPResponse.Status

func (RunScriptByHashResponse) StatusCode

func (r RunScriptByHashResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RunScriptByPathJSONBody

type RunScriptByPathJSONBody = ScriptArgs

RunScriptByPathJSONBody defines parameters for RunScriptByPath.

type RunScriptByPathJSONRequestBody

type RunScriptByPathJSONRequestBody = RunScriptByPathJSONBody

RunScriptByPathJSONRequestBody defines body for RunScriptByPath for application/json ContentType.

type RunScriptByPathParams

type RunScriptByPathParams struct {
	// when to schedule this job (leave empty for immediate run)
	ScheduledFor *time.Time `form:"scheduled_for,omitempty" json:"scheduled_for,omitempty"`

	// schedule the script to execute in the number of seconds starting now
	ScheduledInSecs *int `form:"scheduled_in_secs,omitempty" json:"scheduled_in_secs,omitempty"`

	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// Override the tag to use
	Tag *WorkerTag `form:"tag,omitempty" json:"tag,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`

	// make the run invisible to the the script owner (default false)
	InvisibleToOwner *bool `form:"invisible_to_owner,omitempty" json:"invisible_to_owner,omitempty"`
}

RunScriptByPathParams defines parameters for RunScriptByPath.

type RunScriptByPathResponse

type RunScriptByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRunScriptByPathResponse

func ParseRunScriptByPathResponse(rsp *http.Response) (*RunScriptByPathResponse, error)

ParseRunScriptByPathResponse parses an HTTP response from a RunScriptByPathWithResponse call

func (RunScriptByPathResponse) Status

func (r RunScriptByPathResponse) Status() string

Status returns HTTPResponse.Status

func (RunScriptByPathResponse) StatusCode

func (r RunScriptByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RunScriptPreviewJSONBody

type RunScriptPreviewJSONBody = Preview

RunScriptPreviewJSONBody defines parameters for RunScriptPreview.

type RunScriptPreviewJSONRequestBody

type RunScriptPreviewJSONRequestBody = RunScriptPreviewJSONBody

RunScriptPreviewJSONRequestBody defines body for RunScriptPreview for application/json ContentType.

type RunScriptPreviewParams

type RunScriptPreviewParams struct {
	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// make the run invisible to the the script owner (default false)
	InvisibleToOwner *bool `form:"invisible_to_owner,omitempty" json:"invisible_to_owner,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`
}

RunScriptPreviewParams defines parameters for RunScriptPreview.

type RunScriptPreviewResponse

type RunScriptPreviewResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRunScriptPreviewResponse

func ParseRunScriptPreviewResponse(rsp *http.Response) (*RunScriptPreviewResponse, error)

ParseRunScriptPreviewResponse parses an HTTP response from a RunScriptPreviewWithResponse call

func (RunScriptPreviewResponse) Status

func (r RunScriptPreviewResponse) Status() string

Status returns HTTPResponse.Status

func (RunScriptPreviewResponse) StatusCode

func (r RunScriptPreviewResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RunSlackMessageTestJobJSONBody

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

type RunSlackMessageTestJobJSONRequestBody RunSlackMessageTestJobJSONBody

RunSlackMessageTestJobJSONRequestBody defines body for RunSlackMessageTestJob for application/json ContentType.

type RunSlackMessageTestJobResponse

type RunSlackMessageTestJobResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRunSlackMessageTestJobResponse

func ParseRunSlackMessageTestJobResponse(rsp *http.Response) (*RunSlackMessageTestJobResponse, error)

ParseRunSlackMessageTestJobResponse parses an HTTP response from a RunSlackMessageTestJobWithResponse call

func (RunSlackMessageTestJobResponse) Status

Status returns HTTPResponse.Status

func (RunSlackMessageTestJobResponse) StatusCode

func (r RunSlackMessageTestJobResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RunWaitResultFlowByPathJSONBody

type RunWaitResultFlowByPathJSONBody = ScriptArgs

RunWaitResultFlowByPathJSONBody defines parameters for RunWaitResultFlowByPath.

type RunWaitResultFlowByPathJSONRequestBody

type RunWaitResultFlowByPathJSONRequestBody = RunWaitResultFlowByPathJSONBody

RunWaitResultFlowByPathJSONRequestBody defines body for RunWaitResultFlowByPath for application/json ContentType.

type RunWaitResultFlowByPathParams

type RunWaitResultFlowByPathParams struct {
	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// The maximum size of the queue for which the request would get rejected if that job would push it above that limit
	QueueLimit *QueueLimit `form:"queue_limit,omitempty" json:"queue_limit,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`
}

RunWaitResultFlowByPathParams defines parameters for RunWaitResultFlowByPath.

type RunWaitResultFlowByPathResponse

type RunWaitResultFlowByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseRunWaitResultFlowByPathResponse

func ParseRunWaitResultFlowByPathResponse(rsp *http.Response) (*RunWaitResultFlowByPathResponse, error)

ParseRunWaitResultFlowByPathResponse parses an HTTP response from a RunWaitResultFlowByPathWithResponse call

func (RunWaitResultFlowByPathResponse) Status

Status returns HTTPResponse.Status

func (RunWaitResultFlowByPathResponse) StatusCode

func (r RunWaitResultFlowByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RunWaitResultScriptByPathGetParams

type RunWaitResultScriptByPathGetParams struct {
	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// Override the tag to use
	Tag *WorkerTag `form:"tag,omitempty" json:"tag,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`

	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// The maximum size of the queue for which the request would get rejected if that job would push it above that limit
	QueueLimit *QueueLimit `form:"queue_limit,omitempty" json:"queue_limit,omitempty"`

	// The base64 encoded payload that has been encoded as a JSON. e.g how to encode such payload encodeURIComponent
	// `encodeURIComponent(btoa(JSON.stringify({a: 2})))`
	Payload *Payload `form:"payload,omitempty" json:"payload,omitempty"`
}

RunWaitResultScriptByPathGetParams defines parameters for RunWaitResultScriptByPathGet.

type RunWaitResultScriptByPathGetResponse

type RunWaitResultScriptByPathGetResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseRunWaitResultScriptByPathGetResponse

func ParseRunWaitResultScriptByPathGetResponse(rsp *http.Response) (*RunWaitResultScriptByPathGetResponse, error)

ParseRunWaitResultScriptByPathGetResponse parses an HTTP response from a RunWaitResultScriptByPathGetWithResponse call

func (RunWaitResultScriptByPathGetResponse) Status

Status returns HTTPResponse.Status

func (RunWaitResultScriptByPathGetResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RunWaitResultScriptByPathJSONBody

type RunWaitResultScriptByPathJSONBody = ScriptArgs

RunWaitResultScriptByPathJSONBody defines parameters for RunWaitResultScriptByPath.

type RunWaitResultScriptByPathJSONRequestBody

type RunWaitResultScriptByPathJSONRequestBody = RunWaitResultScriptByPathJSONBody

RunWaitResultScriptByPathJSONRequestBody defines body for RunWaitResultScriptByPath for application/json ContentType.

type RunWaitResultScriptByPathParams

type RunWaitResultScriptByPathParams struct {
	// The parent job that is at the origin and responsible for the execution of this script if any
	ParentJob *ParentJob `form:"parent_job,omitempty" json:"parent_job,omitempty"`

	// Override the tag to use
	Tag *WorkerTag `form:"tag,omitempty" json:"tag,omitempty"`

	// The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
	JobId *NewJobId `form:"job_id,omitempty" json:"job_id,omitempty"`

	// List of headers's keys (separated with ',') whove value are added to the args
	// Header's key lowercased and '-” replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
	IncludeHeader *IncludeHeader `form:"include_header,omitempty" json:"include_header,omitempty"`

	// The maximum size of the queue for which the request would get rejected if that job would push it above that limit
	QueueLimit *QueueLimit `form:"queue_limit,omitempty" json:"queue_limit,omitempty"`
}

RunWaitResultScriptByPathParams defines parameters for RunWaitResultScriptByPath.

type RunWaitResultScriptByPathResponse

type RunWaitResultScriptByPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
}

func ParseRunWaitResultScriptByPathResponse

func ParseRunWaitResultScriptByPathResponse(rsp *http.Response) (*RunWaitResultScriptByPathResponse, error)

ParseRunWaitResultScriptByPathResponse parses an HTTP response from a RunWaitResultScriptByPathWithResponse call

func (RunWaitResultScriptByPathResponse) Status

Status returns HTTPResponse.Status

func (RunWaitResultScriptByPathResponse) StatusCode

func (r RunWaitResultScriptByPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RunnableId

type RunnableId = string

RunnableId defines model for RunnableId.

type RunnableType

type RunnableType string

RunnableType defines model for RunnableType.

const (
	RunnableTypeFlowPath   RunnableType = "FlowPath"
	RunnableTypeScriptHash RunnableType = "ScriptHash"
	RunnableTypeScriptPath RunnableType = "ScriptPath"
)

Defines values for RunnableType.

type RunnableTypeQuery

type RunnableTypeQuery = RunnableType

RunnableTypeQuery defines model for RunnableTypeQuery.

type Running

type Running = bool

Running defines model for Running.

type S3Resource

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 Schedule

type Schedule struct {
	Args                *ScriptArgs         `json:"args,omitempty"`
	EditedAt            time.Time           `json:"edited_at"`
	EditedBy            string              `json:"edited_by"`
	Email               string              `json:"email"`
	Enabled             bool                `json:"enabled"`
	Error               *string             `json:"error,omitempty"`
	ExtraPerms          Schedule_ExtraPerms `json:"extra_perms"`
	IsFlow              bool                `json:"is_flow"`
	OnFailure           *string             `json:"on_failure,omitempty"`
	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"`
	Path                string              `json:"path"`
	Schedule            string              `json:"schedule"`
	ScriptPath          string              `json:"script_path"`
	Timezone            string              `json:"timezone"`
	WsErrorHandlerMuted *bool               `json:"ws_error_handler_muted,omitempty"`
}

Schedule defines model for Schedule.

type SchedulePath

type SchedulePath = string

SchedulePath defines model for SchedulePath.

type ScheduleWJobs

type ScheduleWJobs struct {
	Args       *ScriptArgs              `json:"args,omitempty"`
	EditedAt   time.Time                `json:"edited_at"`
	EditedBy   string                   `json:"edited_by"`
	Email      string                   `json:"email"`
	Enabled    bool                     `json:"enabled"`
	Error      *string                  `json:"error,omitempty"`
	ExtraPerms ScheduleWJobs_ExtraPerms `json:"extra_perms"`
	IsFlow     bool                     `json:"is_flow"`
	Jobs       *[]struct {
		DurationMs float32 `json:"duration_ms"`
		Id         string  `json:"id"`
		Success    bool    `json:"success"`
	} `json:"jobs,omitempty"`
	OnFailure           *string     `json:"on_failure,omitempty"`
	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"`
	Path                string      `json:"path"`
	Schedule            string      `json:"schedule"`
	ScriptPath          string      `json:"script_path"`
	Timezone            string      `json:"timezone"`
	WsErrorHandlerMuted *bool       `json:"ws_error_handler_muted,omitempty"`
}

ScheduleWJobs defines model for ScheduleWJobs.

type ScheduleWJobs_ExtraPerms

type ScheduleWJobs_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

ScheduleWJobs_ExtraPerms defines model for ScheduleWJobs.ExtraPerms.

func (ScheduleWJobs_ExtraPerms) Get

func (a ScheduleWJobs_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for ScheduleWJobs_ExtraPerms. Returns the specified element and whether it was found

func (ScheduleWJobs_ExtraPerms) MarshalJSON

func (a ScheduleWJobs_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for ScheduleWJobs_ExtraPerms to handle AdditionalProperties

func (*ScheduleWJobs_ExtraPerms) Set

func (a *ScheduleWJobs_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for ScheduleWJobs_ExtraPerms

func (*ScheduleWJobs_ExtraPerms) UnmarshalJSON

func (a *ScheduleWJobs_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for ScheduleWJobs_ExtraPerms to handle AdditionalProperties

type Schedule_ExtraPerms

type Schedule_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

Schedule_ExtraPerms defines model for Schedule.ExtraPerms.

func (Schedule_ExtraPerms) Get

func (a Schedule_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for Schedule_ExtraPerms. Returns the specified element and whether it was found

func (Schedule_ExtraPerms) MarshalJSON

func (a Schedule_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for Schedule_ExtraPerms to handle AdditionalProperties

func (*Schedule_ExtraPerms) Set

func (a *Schedule_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for Schedule_ExtraPerms

func (*Schedule_ExtraPerms) UnmarshalJSON

func (a *Schedule_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for Schedule_ExtraPerms to handle AdditionalProperties

type ScheduledForBeforeNow

type ScheduledForBeforeNow = bool

ScheduledForBeforeNow defines model for ScheduledForBeforeNow.

type Script

type Script struct {
	Archived               bool              `json:"archived"`
	CacheTtl               *float32          `json:"cache_ttl,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             Script_ExtraPerms `json:"extra_perms"`
	HasDraft               *bool             `json:"has_draft,omitempty"`
	Hash                   string            `json:"hash"`
	IsTemplate             bool              `json:"is_template"`
	Kind                   ScriptKind        `json:"kind"`
	Language               ScriptLanguage    `json:"language"`
	Lock                   *string           `json:"lock,omitempty"`
	LockErrorLogs          *string           `json:"lock_error_logs,omitempty"`

	// The first element is the direct parent of the script, the second is the parent of the first, etc
	ParentHashes           *[]string               `json:"parent_hashes,omitempty"`
	Path                   string                  `json:"path"`
	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"`
	WorkspaceId            *string                 `json:"workspace_id,omitempty"`
	WsErrorHandlerMuted    *bool                   `json:"ws_error_handler_muted,omitempty"`
}

Script defines model for Script.

type ScriptArgs

type ScriptArgs struct {
	AdditionalProperties map[string]interface{} `json:"-"`
}

ScriptArgs defines model for ScriptArgs.

func (ScriptArgs) Get

func (a ScriptArgs) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for ScriptArgs. Returns the specified element and whether it was found

func (ScriptArgs) MarshalJSON

func (a ScriptArgs) MarshalJSON() ([]byte, error)

Override default JSON handling for ScriptArgs to handle AdditionalProperties

func (*ScriptArgs) Set

func (a *ScriptArgs) Set(fieldName string, value interface{})

Setter for additional properties for ScriptArgs

func (*ScriptArgs) UnmarshalJSON

func (a *ScriptArgs) UnmarshalJSON(b []byte) error

Override default JSON handling for ScriptArgs to handle AdditionalProperties

type ScriptExactHash

type ScriptExactHash = string

ScriptExactHash defines model for ScriptExactHash.

type ScriptExactPath

type ScriptExactPath = string

ScriptExactPath defines model for ScriptExactPath.

type ScriptHash

type ScriptHash = string

ScriptHash defines model for ScriptHash.

type ScriptHistory

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 (
	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"
	ScriptLanguagePostgresql ScriptLanguage = "postgresql"
	ScriptLanguagePowershell ScriptLanguage = "powershell"
	ScriptLanguagePython3    ScriptLanguage = "python3"
	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 Script_ExtraPerms

type Script_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

Script_ExtraPerms defines model for Script.ExtraPerms.

func (Script_ExtraPerms) Get

func (a Script_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for Script_ExtraPerms. Returns the specified element and whether it was found

func (Script_ExtraPerms) MarshalJSON

func (a Script_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for Script_ExtraPerms to handle AdditionalProperties

func (*Script_ExtraPerms) Set

func (a *Script_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for Script_ExtraPerms

func (*Script_ExtraPerms) UnmarshalJSON

func (a *Script_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for Script_ExtraPerms to handle AdditionalProperties

type SendStatsResponse

type SendStatsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSendStatsResponse

func ParseSendStatsResponse(rsp *http.Response) (*SendStatsResponse, error)

ParseSendStatsResponse parses an HTTP response from a SendStatsWithResponse call

func (SendStatsResponse) Status

func (r SendStatsResponse) Status() string

Status returns HTTPResponse.Status

func (SendStatsResponse) StatusCode

func (r SendStatsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetDefaultErrorOrRecoveryHandlerJSONBody

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

type SetDefaultErrorOrRecoveryHandlerJSONBodyHandlerType string

SetDefaultErrorOrRecoveryHandlerJSONBodyHandlerType defines parameters for SetDefaultErrorOrRecoveryHandler.

type SetDefaultErrorOrRecoveryHandlerJSONRequestBody

type SetDefaultErrorOrRecoveryHandlerJSONRequestBody SetDefaultErrorOrRecoveryHandlerJSONBody

SetDefaultErrorOrRecoveryHandlerJSONRequestBody defines body for SetDefaultErrorOrRecoveryHandler for application/json ContentType.

type SetDefaultErrorOrRecoveryHandlerResponse

type SetDefaultErrorOrRecoveryHandlerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetDefaultErrorOrRecoveryHandlerResponse

func ParseSetDefaultErrorOrRecoveryHandlerResponse(rsp *http.Response) (*SetDefaultErrorOrRecoveryHandlerResponse, error)

ParseSetDefaultErrorOrRecoveryHandlerResponse parses an HTTP response from a SetDefaultErrorOrRecoveryHandlerWithResponse call

func (SetDefaultErrorOrRecoveryHandlerResponse) Status

Status returns HTTPResponse.Status

func (SetDefaultErrorOrRecoveryHandlerResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetGlobalJSONBody

type SetGlobalJSONBody struct {
	Value *interface{} `json:"value,omitempty"`
}

SetGlobalJSONBody defines parameters for SetGlobal.

type SetGlobalJSONRequestBody

type SetGlobalJSONRequestBody SetGlobalJSONBody

SetGlobalJSONRequestBody defines body for SetGlobal for application/json ContentType.

type SetGlobalResponse

type SetGlobalResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetGlobalResponse

func ParseSetGlobalResponse(rsp *http.Response) (*SetGlobalResponse, error)

ParseSetGlobalResponse parses an HTTP response from a SetGlobalWithResponse call

func (SetGlobalResponse) Status

func (r SetGlobalResponse) Status() string

Status returns HTTPResponse.Status

func (SetGlobalResponse) StatusCode

func (r SetGlobalResponse) 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 StarJSONBody

type StarJSONBody struct {
	FavoriteKind *StarJSONBodyFavoriteKind `json:"favorite_kind,omitempty"`
	Path         *string                   `json:"path,omitempty"`
}

StarJSONBody defines parameters for Star.

type StarJSONBodyFavoriteKind

type StarJSONBodyFavoriteKind string

StarJSONBodyFavoriteKind defines parameters for Star.

type StarJSONRequestBody

type StarJSONRequestBody StarJSONBody

StarJSONRequestBody defines body for Star for application/json ContentType.

type StarResponse

type StarResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseStarResponse

func ParseStarResponse(rsp *http.Response) (*StarResponse, error)

ParseStarResponse parses an HTTP response from a StarWithResponse call

func (StarResponse) Status

func (r StarResponse) Status() string

Status returns HTTPResponse.Status

func (StarResponse) StatusCode

func (r StarResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type StartedAfter

type StartedAfter = time.Time

StartedAfter defines model for StartedAfter.

type StartedBefore

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

type Suspended = bool

Suspended defines model for Suspended.

type Tag

type Tag = string

Tag defines model for Tag.

type TestLicenseKeyJSONBody

type TestLicenseKeyJSONBody struct {
	LicenseKey string `json:"license_key"`
}

TestLicenseKeyJSONBody defines parameters for TestLicenseKey.

type TestLicenseKeyJSONRequestBody

type TestLicenseKeyJSONRequestBody TestLicenseKeyJSONBody

TestLicenseKeyJSONRequestBody defines body for TestLicenseKey for application/json ContentType.

type TestLicenseKeyResponse

type TestLicenseKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseTestLicenseKeyResponse

func ParseTestLicenseKeyResponse(rsp *http.Response) (*TestLicenseKeyResponse, error)

ParseTestLicenseKeyResponse parses an HTTP response from a TestLicenseKeyWithResponse call

func (TestLicenseKeyResponse) Status

func (r TestLicenseKeyResponse) Status() string

Status returns HTTPResponse.Status

func (TestLicenseKeyResponse) StatusCode

func (r TestLicenseKeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TestSmtpJSONBody

type TestSmtpJSONBody struct {
	Smtp struct {
		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

type TestSmtpJSONRequestBody TestSmtpJSONBody

TestSmtpJSONRequestBody defines body for TestSmtp for application/json ContentType.

type TestSmtpResponse

type TestSmtpResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseTestSmtpResponse

func ParseTestSmtpResponse(rsp *http.Response) (*TestSmtpResponse, error)

ParseTestSmtpResponse parses an HTTP response from a TestSmtpWithResponse call

func (TestSmtpResponse) Status

func (r TestSmtpResponse) Status() string

Status returns HTTPResponse.Status

func (TestSmtpResponse) StatusCode

func (r TestSmtpResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ToggleWorkspaceErrorHandlerForFlowJSONBody

type ToggleWorkspaceErrorHandlerForFlowJSONBody struct {
	Muted *bool `json:"muted,omitempty"`
}

ToggleWorkspaceErrorHandlerForFlowJSONBody defines parameters for ToggleWorkspaceErrorHandlerForFlow.

type ToggleWorkspaceErrorHandlerForFlowJSONRequestBody

type ToggleWorkspaceErrorHandlerForFlowJSONRequestBody ToggleWorkspaceErrorHandlerForFlowJSONBody

ToggleWorkspaceErrorHandlerForFlowJSONRequestBody defines body for ToggleWorkspaceErrorHandlerForFlow for application/json ContentType.

type ToggleWorkspaceErrorHandlerForFlowResponse

type ToggleWorkspaceErrorHandlerForFlowResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseToggleWorkspaceErrorHandlerForFlowResponse

func ParseToggleWorkspaceErrorHandlerForFlowResponse(rsp *http.Response) (*ToggleWorkspaceErrorHandlerForFlowResponse, error)

ParseToggleWorkspaceErrorHandlerForFlowResponse parses an HTTP response from a ToggleWorkspaceErrorHandlerForFlowWithResponse call

func (ToggleWorkspaceErrorHandlerForFlowResponse) Status

Status returns HTTPResponse.Status

func (ToggleWorkspaceErrorHandlerForFlowResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ToggleWorkspaceErrorHandlerForScriptJSONBody

type ToggleWorkspaceErrorHandlerForScriptJSONBody struct {
	Muted *bool `json:"muted,omitempty"`
}

ToggleWorkspaceErrorHandlerForScriptJSONBody defines parameters for ToggleWorkspaceErrorHandlerForScript.

type ToggleWorkspaceErrorHandlerForScriptJSONRequestBody

type ToggleWorkspaceErrorHandlerForScriptJSONRequestBody ToggleWorkspaceErrorHandlerForScriptJSONBody

ToggleWorkspaceErrorHandlerForScriptJSONRequestBody defines body for ToggleWorkspaceErrorHandlerForScript for application/json ContentType.

type ToggleWorkspaceErrorHandlerForScriptResponse

type ToggleWorkspaceErrorHandlerForScriptResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseToggleWorkspaceErrorHandlerForScriptResponse

func ParseToggleWorkspaceErrorHandlerForScriptResponse(rsp *http.Response) (*ToggleWorkspaceErrorHandlerForScriptResponse, error)

ParseToggleWorkspaceErrorHandlerForScriptResponse parses an HTTP response from a ToggleWorkspaceErrorHandlerForScriptWithResponse call

func (ToggleWorkspaceErrorHandlerForScriptResponse) Status

Status returns HTTPResponse.Status

func (ToggleWorkspaceErrorHandlerForScriptResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type Token

type Token = string

Token defines model for Token.

type TokenResponse

type TokenResponse struct {
	AccessToken  string    `json:"access_token"`
	ExpiresIn    *int      `json:"expires_in,omitempty"`
	RefreshToken *string   `json:"refresh_token,omitempty"`
	Scope        *[]string `json:"scope,omitempty"`
}

TokenResponse defines model for TokenResponse.

type TruncatedToken

type TruncatedToken struct {
	CreatedAt   time.Time  `json:"created_at"`
	Expiration  *time.Time `json:"expiration,omitempty"`
	Label       *string    `json:"label,omitempty"`
	LastUsedAt  time.Time  `json:"last_used_at"`
	Scopes      *[]string  `json:"scopes,omitempty"`
	TokenPrefix string     `json:"token_prefix"`
}

TruncatedToken defines model for TruncatedToken.

type UnarchiveWorkspaceResponse

type UnarchiveWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUnarchiveWorkspaceResponse

func ParseUnarchiveWorkspaceResponse(rsp *http.Response) (*UnarchiveWorkspaceResponse, error)

ParseUnarchiveWorkspaceResponse parses an HTTP response from a UnarchiveWorkspaceWithResponse call

func (UnarchiveWorkspaceResponse) Status

Status returns HTTPResponse.Status

func (UnarchiveWorkspaceResponse) StatusCode

func (r UnarchiveWorkspaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UnstarJSONBody

type UnstarJSONBody struct {
	FavoriteKind *UnstarJSONBodyFavoriteKind `json:"favorite_kind,omitempty"`
	Path         *string                     `json:"path,omitempty"`
}

UnstarJSONBody defines parameters for Unstar.

type UnstarJSONBodyFavoriteKind

type UnstarJSONBodyFavoriteKind string

UnstarJSONBodyFavoriteKind defines parameters for Unstar.

type UnstarJSONRequestBody

type UnstarJSONRequestBody UnstarJSONBody

UnstarJSONRequestBody defines body for Unstar for application/json ContentType.

type UnstarResponse

type UnstarResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUnstarResponse

func ParseUnstarResponse(rsp *http.Response) (*UnstarResponse, error)

ParseUnstarResponse parses an HTTP response from a UnstarWithResponse call

func (UnstarResponse) Status

func (r UnstarResponse) Status() string

Status returns HTTPResponse.Status

func (UnstarResponse) StatusCode

func (r UnstarResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateAppHistoryJSONBody

type UpdateAppHistoryJSONBody struct {
	DeploymentMsg *string `json:"deployment_msg,omitempty"`
}

UpdateAppHistoryJSONBody defines parameters for UpdateAppHistory.

type UpdateAppHistoryJSONRequestBody

type UpdateAppHistoryJSONRequestBody UpdateAppHistoryJSONBody

UpdateAppHistoryJSONRequestBody defines body for UpdateAppHistory for application/json ContentType.

type UpdateAppHistoryResponse

type UpdateAppHistoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateAppHistoryResponse

func ParseUpdateAppHistoryResponse(rsp *http.Response) (*UpdateAppHistoryResponse, error)

ParseUpdateAppHistoryResponse parses an HTTP response from a UpdateAppHistoryWithResponse call

func (UpdateAppHistoryResponse) Status

func (r UpdateAppHistoryResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateAppHistoryResponse) StatusCode

func (r UpdateAppHistoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateAppJSONBody

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

type UpdateAppJSONRequestBody UpdateAppJSONBody

UpdateAppJSONRequestBody defines body for UpdateApp for application/json ContentType.

type UpdateAppResponse

type UpdateAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateAppResponse

func ParseUpdateAppResponse(rsp *http.Response) (*UpdateAppResponse, error)

ParseUpdateAppResponse parses an HTTP response from a UpdateAppWithResponse call

func (UpdateAppResponse) Status

func (r UpdateAppResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateAppResponse) StatusCode

func (r UpdateAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateCaptureResponse

type UpdateCaptureResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateCaptureResponse

func ParseUpdateCaptureResponse(rsp *http.Response) (*UpdateCaptureResponse, error)

ParseUpdateCaptureResponse parses an HTTP response from a UpdateCaptureWithResponse call

func (UpdateCaptureResponse) Status

func (r UpdateCaptureResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateCaptureResponse) StatusCode

func (r UpdateCaptureResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateConfigJSONBody

type UpdateConfigJSONBody = interface{}

UpdateConfigJSONBody defines parameters for UpdateConfig.

type UpdateConfigJSONRequestBody

type UpdateConfigJSONRequestBody = UpdateConfigJSONBody

UpdateConfigJSONRequestBody defines body for UpdateConfig for application/json ContentType.

type UpdateConfigResponse

type UpdateConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateConfigResponse

func ParseUpdateConfigResponse(rsp *http.Response) (*UpdateConfigResponse, error)

ParseUpdateConfigResponse parses an HTTP response from a UpdateConfigWithResponse call

func (UpdateConfigResponse) Status

func (r UpdateConfigResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateConfigResponse) StatusCode

func (r UpdateConfigResponse) 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"`
	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

type UpdateFolderJSONBody struct {
	ExtraPerms *UpdateFolderJSONBody_ExtraPerms `json:"extra_perms,omitempty"`
	Owners     *[]string                        `json:"owners,omitempty"`
}

UpdateFolderJSONBody defines parameters for UpdateFolder.

type UpdateFolderJSONBody_ExtraPerms

type UpdateFolderJSONBody_ExtraPerms struct {
	AdditionalProperties map[string]bool `json:"-"`
}

UpdateFolderJSONBody_ExtraPerms defines parameters for UpdateFolder.

func (UpdateFolderJSONBody_ExtraPerms) Get

func (a UpdateFolderJSONBody_ExtraPerms) Get(fieldName string) (value bool, found bool)

Getter for additional properties for UpdateFolderJSONBody_ExtraPerms. Returns the specified element and whether it was found

func (UpdateFolderJSONBody_ExtraPerms) MarshalJSON

func (a UpdateFolderJSONBody_ExtraPerms) MarshalJSON() ([]byte, error)

Override default JSON handling for UpdateFolderJSONBody_ExtraPerms to handle AdditionalProperties

func (*UpdateFolderJSONBody_ExtraPerms) Set

func (a *UpdateFolderJSONBody_ExtraPerms) Set(fieldName string, value bool)

Setter for additional properties for UpdateFolderJSONBody_ExtraPerms

func (*UpdateFolderJSONBody_ExtraPerms) UnmarshalJSON

func (a *UpdateFolderJSONBody_ExtraPerms) UnmarshalJSON(b []byte) error

Override default JSON handling for UpdateFolderJSONBody_ExtraPerms to handle AdditionalProperties

type UpdateFolderJSONRequestBody

type UpdateFolderJSONRequestBody UpdateFolderJSONBody

UpdateFolderJSONRequestBody defines body for UpdateFolder for application/json ContentType.

type UpdateFolderResponse

type UpdateFolderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateFolderResponse

func ParseUpdateFolderResponse(rsp *http.Response) (*UpdateFolderResponse, error)

ParseUpdateFolderResponse parses an HTTP response from a UpdateFolderWithResponse call

func (UpdateFolderResponse) Status

func (r UpdateFolderResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateFolderResponse) StatusCode

func (r UpdateFolderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateGroupJSONBody

type UpdateGroupJSONBody struct {
	Summary *string `json:"summary,omitempty"`
}

UpdateGroupJSONBody defines parameters for UpdateGroup.

type UpdateGroupJSONRequestBody

type UpdateGroupJSONRequestBody UpdateGroupJSONBody

UpdateGroupJSONRequestBody defines body for UpdateGroup for application/json ContentType.

type UpdateGroupResponse

type UpdateGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateGroupResponse

func ParseUpdateGroupResponse(rsp *http.Response) (*UpdateGroupResponse, error)

ParseUpdateGroupResponse parses an HTTP response from a UpdateGroupWithResponse call

func (UpdateGroupResponse) Status

func (r UpdateGroupResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateGroupResponse) StatusCode

func (r UpdateGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateInput

type UpdateInput struct {
	Id       string `json:"id"`
	IsPublic bool   `json:"is_public"`
	Name     string `json:"name"`
}

UpdateInput defines model for UpdateInput.

type UpdateInputJSONBody

type UpdateInputJSONBody = UpdateInput

UpdateInputJSONBody defines parameters for UpdateInput.

type UpdateInputJSONRequestBody

type UpdateInputJSONRequestBody = UpdateInputJSONBody

UpdateInputJSONRequestBody defines body for UpdateInput for application/json ContentType.

type UpdateInputResponse

type UpdateInputResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateInputResponse

func ParseUpdateInputResponse(rsp *http.Response) (*UpdateInputResponse, error)

ParseUpdateInputResponse parses an HTTP response from a UpdateInputWithResponse call

func (UpdateInputResponse) Status

func (r UpdateInputResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateInputResponse) StatusCode

func (r UpdateInputResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateRawAppJSONBody

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

type UpdateRawAppJSONRequestBody UpdateRawAppJSONBody

UpdateRawAppJSONRequestBody defines body for UpdateRawApp for application/json ContentType.

type UpdateRawAppResponse

type UpdateRawAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateRawAppResponse

func ParseUpdateRawAppResponse(rsp *http.Response) (*UpdateRawAppResponse, error)

ParseUpdateRawAppResponse parses an HTTP response from a UpdateRawAppWithResponse call

func (UpdateRawAppResponse) Status

func (r UpdateRawAppResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateRawAppResponse) StatusCode

func (r UpdateRawAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateResourceJSONBody

type UpdateResourceJSONBody = EditResource

UpdateResourceJSONBody defines parameters for UpdateResource.

type UpdateResourceJSONRequestBody

type UpdateResourceJSONRequestBody = UpdateResourceJSONBody

UpdateResourceJSONRequestBody defines body for UpdateResource for application/json ContentType.

type UpdateResourceResponse

type UpdateResourceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateResourceResponse

func ParseUpdateResourceResponse(rsp *http.Response) (*UpdateResourceResponse, error)

ParseUpdateResourceResponse parses an HTTP response from a UpdateResourceWithResponse call

func (UpdateResourceResponse) Status

func (r UpdateResourceResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateResourceResponse) StatusCode

func (r UpdateResourceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateResourceTypeJSONBody

type UpdateResourceTypeJSONBody = EditResourceType

UpdateResourceTypeJSONBody defines parameters for UpdateResourceType.

type UpdateResourceTypeJSONRequestBody

type UpdateResourceTypeJSONRequestBody = UpdateResourceTypeJSONBody

UpdateResourceTypeJSONRequestBody defines body for UpdateResourceType for application/json ContentType.

type UpdateResourceTypeResponse

type UpdateResourceTypeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateResourceTypeResponse

func ParseUpdateResourceTypeResponse(rsp *http.Response) (*UpdateResourceTypeResponse, error)

ParseUpdateResourceTypeResponse parses an HTTP response from a UpdateResourceTypeWithResponse call

func (UpdateResourceTypeResponse) Status

Status returns HTTPResponse.Status

func (UpdateResourceTypeResponse) StatusCode

func (r UpdateResourceTypeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateResourceValueJSONBody

type UpdateResourceValueJSONBody struct {
	Value *interface{} `json:"value,omitempty"`
}

UpdateResourceValueJSONBody defines parameters for UpdateResourceValue.

type UpdateResourceValueJSONRequestBody

type UpdateResourceValueJSONRequestBody UpdateResourceValueJSONBody

UpdateResourceValueJSONRequestBody defines body for UpdateResourceValue for application/json ContentType.

type UpdateResourceValueResponse

type UpdateResourceValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateResourceValueResponse

func ParseUpdateResourceValueResponse(rsp *http.Response) (*UpdateResourceValueResponse, error)

ParseUpdateResourceValueResponse parses an HTTP response from a UpdateResourceValueWithResponse call

func (UpdateResourceValueResponse) Status

Status returns HTTPResponse.Status

func (UpdateResourceValueResponse) StatusCode

func (r UpdateResourceValueResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateScheduleJSONBody

type UpdateScheduleJSONBody = EditSchedule

UpdateScheduleJSONBody defines parameters for UpdateSchedule.

type UpdateScheduleJSONRequestBody

type UpdateScheduleJSONRequestBody = UpdateScheduleJSONBody

UpdateScheduleJSONRequestBody defines body for UpdateSchedule for application/json ContentType.

type UpdateScheduleResponse

type UpdateScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateScheduleResponse

func ParseUpdateScheduleResponse(rsp *http.Response) (*UpdateScheduleResponse, error)

ParseUpdateScheduleResponse parses an HTTP response from a UpdateScheduleWithResponse call

func (UpdateScheduleResponse) Status

func (r UpdateScheduleResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateScheduleResponse) StatusCode

func (r UpdateScheduleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateScriptHistoryJSONBody

type UpdateScriptHistoryJSONBody struct {
	DeploymentMsg *string `json:"deployment_msg,omitempty"`
}

UpdateScriptHistoryJSONBody defines parameters for UpdateScriptHistory.

type UpdateScriptHistoryJSONRequestBody

type UpdateScriptHistoryJSONRequestBody UpdateScriptHistoryJSONBody

UpdateScriptHistoryJSONRequestBody defines body for UpdateScriptHistory for application/json ContentType.

type UpdateScriptHistoryResponse

type UpdateScriptHistoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateScriptHistoryResponse

func ParseUpdateScriptHistoryResponse(rsp *http.Response) (*UpdateScriptHistoryResponse, error)

ParseUpdateScriptHistoryResponse parses an HTTP response from a UpdateScriptHistoryWithResponse call

func (UpdateScriptHistoryResponse) Status

Status returns HTTPResponse.Status

func (UpdateScriptHistoryResponse) StatusCode

func (r UpdateScriptHistoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateTutorialProgressJSONBody

type UpdateTutorialProgressJSONBody struct {
	Progress *int `json:"progress,omitempty"`
}

UpdateTutorialProgressJSONBody defines parameters for UpdateTutorialProgress.

type UpdateTutorialProgressJSONRequestBody

type UpdateTutorialProgressJSONRequestBody UpdateTutorialProgressJSONBody

UpdateTutorialProgressJSONRequestBody defines body for UpdateTutorialProgress for application/json ContentType.

type UpdateTutorialProgressResponse

type UpdateTutorialProgressResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateTutorialProgressResponse

func ParseUpdateTutorialProgressResponse(rsp *http.Response) (*UpdateTutorialProgressResponse, error)

ParseUpdateTutorialProgressResponse parses an HTTP response from a UpdateTutorialProgressWithResponse call

func (UpdateTutorialProgressResponse) Status

Status returns HTTPResponse.Status

func (UpdateTutorialProgressResponse) StatusCode

func (r UpdateTutorialProgressResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateUserJSONBody

type UpdateUserJSONBody = EditWorkspaceUser

UpdateUserJSONBody defines parameters for UpdateUser.

type UpdateUserJSONRequestBody

type UpdateUserJSONRequestBody = UpdateUserJSONBody

UpdateUserJSONRequestBody defines body for UpdateUser for application/json ContentType.

type UpdateUserResponse

type UpdateUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateUserResponse

func ParseUpdateUserResponse(rsp *http.Response) (*UpdateUserResponse, error)

ParseUpdateUserResponse parses an HTTP response from a UpdateUserWithResponse call

func (UpdateUserResponse) Status

func (r UpdateUserResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateUserResponse) StatusCode

func (r UpdateUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateVariableJSONBody

type UpdateVariableJSONBody = EditVariable

UpdateVariableJSONBody defines parameters for UpdateVariable.

type UpdateVariableJSONRequestBody

type UpdateVariableJSONRequestBody = UpdateVariableJSONBody

UpdateVariableJSONRequestBody defines body for UpdateVariable for application/json ContentType.

type UpdateVariableParams

type UpdateVariableParams struct {
	AlreadyEncrypted *bool `form:"already_encrypted,omitempty" json:"already_encrypted,omitempty"`
}

UpdateVariableParams defines parameters for UpdateVariable.

type UpdateVariableResponse

type UpdateVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateVariableResponse

func ParseUpdateVariableResponse(rsp *http.Response) (*UpdateVariableResponse, error)

ParseUpdateVariableResponse parses an HTTP response from a UpdateVariableWithResponse call

func (UpdateVariableResponse) Status

func (r UpdateVariableResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateVariableResponse) StatusCode

func (r UpdateVariableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Usage

type Usage struct {
	Executions *float32 `json:"executions,omitempty"`
}

Usage defines model for Usage.

type User

type User struct {
	CreatedAt     time.Time `json:"created_at"`
	Disabled      bool      `json:"disabled"`
	Email         string    `json:"email"`
	Folders       []string  `json:"folders"`
	FoldersOwners []string  `json:"folders_owners"`
	Groups        *[]string `json:"groups,omitempty"`
	IsAdmin       bool      `json:"is_admin"`
	IsSuperAdmin  bool      `json:"is_super_admin"`
	Operator      bool      `json:"operator"`
	Usage         *Usage    `json:"usage,omitempty"`
	Username      string    `json:"username"`
}

User defines model for User.

type UserWorkspaceList

type UserWorkspaceList struct {
	Email      string `json:"email"`
	Workspaces []struct {
		Id       string `json:"id"`
		Name     string `json:"name"`
		Username string `json:"username"`
	} `json:"workspaces"`
}

UserWorkspaceList defines model for UserWorkspaceList.

type Username

type Username = string

Username defines model for Username.

type VersionId

type VersionId = float32

VersionId defines model for VersionId.

type WhoamiResponse

type WhoamiResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *User
}

func ParseWhoamiResponse

func ParseWhoamiResponse(rsp *http.Response) (*WhoamiResponse, error)

ParseWhoamiResponse parses an HTTP response from a WhoamiWithResponse call

func (WhoamiResponse) Status

func (r WhoamiResponse) Status() string

Status returns HTTPResponse.Status

func (WhoamiResponse) StatusCode

func (r WhoamiResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type WhoisResponse

type WhoisResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *User
}

func ParseWhoisResponse

func ParseWhoisResponse(rsp *http.Response) (*WhoisResponse, error)

ParseWhoisResponse parses an HTTP response from a WhoisWithResponse call

func (WhoisResponse) Status

func (r WhoisResponse) Status() string

Status returns HTTPResponse.Status

func (WhoisResponse) StatusCode

func (r WhoisResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type WindmillFileMetadata

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

type WindmillFilePreview struct {
	Content     *string                        `json:"content,omitempty"`
	ContentType WindmillFilePreviewContentType `json:"content_type"`
	DownloadUrl *string                        `json:"download_url,omitempty"`
	Msg         *string                        `json:"msg,omitempty"`
}

WindmillFilePreview defines model for WindmillFilePreview.

type WindmillFilePreviewContentType

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

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"`
	LastPing       *float32  `json:"last_ping,omitempty"`
	StartedAt      time.Time `json:"started_at"`
	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

type WorkerTag = string

WorkerTag defines model for WorkerTag.

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 WorkspaceGitSync

type WorkspaceGitSync struct {
	GitRepoResourcePath string `json:"git_repo_resource_path"`
	ScriptPath          string `json:"script_path"`
}

WorkspaceGitSync defines model for WorkspaceGitSync.

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