mittwaldv2

package
v1.0.0-alpha5 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 22 Imported by: 0

Documentation

Overview

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

Code generated by github.com/deepmap/oapi-codegen/v2 version (devel) DO NOT EDIT.

Index

Constants

View Source
const (
	De_mittwald_v1_commons_AccessTokenScopes = "de_mittwald_v1_commons_AccessToken.Scopes"
)

Variables

This section is empty.

Functions

func GetSwagger

func GetSwagger() (swagger *openapi3.T, err error)

GetSwagger returns the Swagger specification corresponding to the generated code in this file. The external references of Swagger specification are resolved. The logic of resolving external references is tightly connected to "import-mapping" feature. Externally referenced files must be embedded in the corresponding golang packages. Urls can be supported but this task was out of the scope.

func IsNotFound

func IsNotFound(err error) bool

func NewAppExecuteActionRequest

func NewAppExecuteActionRequest(server string, appInstallationId string, action DeMittwaldV1AppAction, body AppExecuteActionJSONRequestBody) (*http.Request, error)

NewAppExecuteActionRequest calls the generic AppExecuteAction builder with application/json body

func NewAppExecuteActionRequestWithBody

func NewAppExecuteActionRequestWithBody(server string, appInstallationId string, action DeMittwaldV1AppAction, contentType string, body io.Reader) (*http.Request, error)

NewAppExecuteActionRequestWithBody generates requests for AppExecuteAction with any type of body

func NewAppGetAppRequest

func NewAppGetAppRequest(server string, appId openapi_types.UUID) (*http.Request, error)

NewAppGetAppRequest generates requests for AppGetApp

func NewAppGetAppinstallationRequest

func NewAppGetAppinstallationRequest(server string, appInstallationId openapi_types.UUID) (*http.Request, error)

NewAppGetAppinstallationRequest generates requests for AppGetAppinstallation

func NewAppGetAppversionRequest

func NewAppGetAppversionRequest(server string, appId openapi_types.UUID, appVersionId openapi_types.UUID) (*http.Request, error)

NewAppGetAppversionRequest generates requests for AppGetAppversion

func NewAppGetInstalledSystemsoftwareForAppinstallationRequest

func NewAppGetInstalledSystemsoftwareForAppinstallationRequest(server string, appInstallationId openapi_types.UUID, params *AppGetInstalledSystemsoftwareForAppinstallationParams) (*http.Request, error)

NewAppGetInstalledSystemsoftwareForAppinstallationRequest generates requests for AppGetInstalledSystemsoftwareForAppinstallation

func NewAppGetMissingDependenciesForAppinstallationRequest

func NewAppGetMissingDependenciesForAppinstallationRequest(server string, appInstallationId openapi_types.UUID, params *AppGetMissingDependenciesForAppinstallationParams) (*http.Request, error)

NewAppGetMissingDependenciesForAppinstallationRequest generates requests for AppGetMissingDependenciesForAppinstallation

func NewAppGetSystemsoftwareRequest

func NewAppGetSystemsoftwareRequest(server string, systemSoftwareId openapi_types.UUID) (*http.Request, error)

NewAppGetSystemsoftwareRequest generates requests for AppGetSystemsoftware

func NewAppGetSystemsoftwareversionRequest

func NewAppGetSystemsoftwareversionRequest(server string, systemSoftwareId openapi_types.UUID, systemSoftwareVersionId openapi_types.UUID) (*http.Request, error)

NewAppGetSystemsoftwareversionRequest generates requests for AppGetSystemsoftwareversion

func NewAppLinkDatabaseRequest

func NewAppLinkDatabaseRequest(server string, appInstallationId openapi_types.UUID, body AppLinkDatabaseJSONRequestBody) (*http.Request, error)

NewAppLinkDatabaseRequest calls the generic AppLinkDatabase builder with application/json body

func NewAppLinkDatabaseRequestWithBody

func NewAppLinkDatabaseRequestWithBody(server string, appInstallationId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewAppLinkDatabaseRequestWithBody generates requests for AppLinkDatabase with any type of body

func NewAppListAppinstallationsRequest

func NewAppListAppinstallationsRequest(server string, projectId openapi_types.UUID, params *AppListAppinstallationsParams) (*http.Request, error)

NewAppListAppinstallationsRequest generates requests for AppListAppinstallations

func NewAppListAppsRequest

func NewAppListAppsRequest(server string, params *AppListAppsParams) (*http.Request, error)

NewAppListAppsRequest generates requests for AppListApps

func NewAppListAppversionsRequest

func NewAppListAppversionsRequest(server string, appId openapi_types.UUID, params *AppListAppversionsParams) (*http.Request, error)

NewAppListAppversionsRequest generates requests for AppListAppversions

func NewAppListSystemsoftwaresRequest

func NewAppListSystemsoftwaresRequest(server string, params *AppListSystemsoftwaresParams) (*http.Request, error)

NewAppListSystemsoftwaresRequest generates requests for AppListSystemsoftwares

func NewAppListSystemsoftwareversionsRequest

func NewAppListSystemsoftwareversionsRequest(server string, systemSoftwareId openapi_types.UUID, params *AppListSystemsoftwareversionsParams) (*http.Request, error)

NewAppListSystemsoftwareversionsRequest generates requests for AppListSystemsoftwareversions

func NewAppListUpdateCandidatesForAppversionRequest

func NewAppListUpdateCandidatesForAppversionRequest(server string, appId openapi_types.UUID, baseAppVersionId openapi_types.UUID) (*http.Request, error)

NewAppListUpdateCandidatesForAppversionRequest generates requests for AppListUpdateCandidatesForAppversion

func NewAppPatchAppinstallationRequest

func NewAppPatchAppinstallationRequest(server string, appInstallationId openapi_types.UUID, body AppPatchAppinstallationJSONRequestBody) (*http.Request, error)

NewAppPatchAppinstallationRequest calls the generic AppPatchAppinstallation builder with application/json body

func NewAppPatchAppinstallationRequestWithBody

func NewAppPatchAppinstallationRequestWithBody(server string, appInstallationId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewAppPatchAppinstallationRequestWithBody generates requests for AppPatchAppinstallation with any type of body

func NewAppRequestAppinstallationCopyRequest

func NewAppRequestAppinstallationCopyRequest(server string, appInstallationId openapi_types.UUID, body AppRequestAppinstallationCopyJSONRequestBody) (*http.Request, error)

NewAppRequestAppinstallationCopyRequest calls the generic AppRequestAppinstallationCopy builder with application/json body

func NewAppRequestAppinstallationCopyRequestWithBody

func NewAppRequestAppinstallationCopyRequestWithBody(server string, appInstallationId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewAppRequestAppinstallationCopyRequestWithBody generates requests for AppRequestAppinstallationCopy with any type of body

func NewAppRequestAppinstallationRequest

func NewAppRequestAppinstallationRequest(server string, projectId openapi_types.UUID, body AppRequestAppinstallationJSONRequestBody) (*http.Request, error)

NewAppRequestAppinstallationRequest calls the generic AppRequestAppinstallation builder with application/json body

func NewAppRequestAppinstallationRequestWithBody

func NewAppRequestAppinstallationRequestWithBody(server string, projectId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewAppRequestAppinstallationRequestWithBody generates requests for AppRequestAppinstallation with any type of body

func NewAppRetrieveStatusRequest

func NewAppRetrieveStatusRequest(server string, appInstallationId string) (*http.Request, error)

NewAppRetrieveStatusRequest generates requests for AppRetrieveStatus

func NewAppSetDatabaseUsersRequest

func NewAppSetDatabaseUsersRequest(server string, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, body AppSetDatabaseUsersJSONRequestBody) (*http.Request, error)

NewAppSetDatabaseUsersRequest calls the generic AppSetDatabaseUsers builder with application/json body

func NewAppSetDatabaseUsersRequestWithBody

func NewAppSetDatabaseUsersRequestWithBody(server string, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewAppSetDatabaseUsersRequestWithBody generates requests for AppSetDatabaseUsers with any type of body

func NewAppUninstallAppinstallationRequest

func NewAppUninstallAppinstallationRequest(server string, appInstallationId openapi_types.UUID) (*http.Request, error)

NewAppUninstallAppinstallationRequest generates requests for AppUninstallAppinstallation

func NewAppUnlinkDatabaseRequest

func NewAppUnlinkDatabaseRequest(server string, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID) (*http.Request, error)

NewAppUnlinkDatabaseRequest generates requests for AppUnlinkDatabase

func NewArticleGetArticleRequest

func NewArticleGetArticleRequest(server string, articleId string, params *ArticleGetArticleParams) (*http.Request, error)

NewArticleGetArticleRequest generates requests for ArticleGetArticle

func NewArticleListArticlesRequest

func NewArticleListArticlesRequest(server string, params *ArticleListArticlesParams) (*http.Request, error)

NewArticleListArticlesRequest generates requests for ArticleListArticles

func NewBackupCreateProjectBackupExportRequest

func NewBackupCreateProjectBackupExportRequest(server string, projectBackupId openapi_types.UUID, body BackupCreateProjectBackupExportJSONRequestBody) (*http.Request, error)

NewBackupCreateProjectBackupExportRequest calls the generic BackupCreateProjectBackupExport builder with application/json body

func NewBackupCreateProjectBackupExportRequestWithBody

func NewBackupCreateProjectBackupExportRequestWithBody(server string, projectBackupId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewBackupCreateProjectBackupExportRequestWithBody generates requests for BackupCreateProjectBackupExport with any type of body

func NewBackupCreateProjectBackupRequest

func NewBackupCreateProjectBackupRequest(server string, projectId openapi_types.UUID, body BackupCreateProjectBackupJSONRequestBody) (*http.Request, error)

NewBackupCreateProjectBackupRequest calls the generic BackupCreateProjectBackup builder with application/json body

func NewBackupCreateProjectBackupRequestWithBody

func NewBackupCreateProjectBackupRequestWithBody(server string, projectId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewBackupCreateProjectBackupRequestWithBody generates requests for BackupCreateProjectBackup with any type of body

func NewBackupCreateProjectBackupScheduleRequest

func NewBackupCreateProjectBackupScheduleRequest(server string, projectId openapi_types.UUID, body BackupCreateProjectBackupScheduleJSONRequestBody) (*http.Request, error)

NewBackupCreateProjectBackupScheduleRequest calls the generic BackupCreateProjectBackupSchedule builder with application/json body

func NewBackupCreateProjectBackupScheduleRequestWithBody

func NewBackupCreateProjectBackupScheduleRequestWithBody(server string, projectId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewBackupCreateProjectBackupScheduleRequestWithBody generates requests for BackupCreateProjectBackupSchedule with any type of body

func NewBackupDeleteProjectBackupExportRequest

func NewBackupDeleteProjectBackupExportRequest(server string, projectBackupId openapi_types.UUID) (*http.Request, error)

NewBackupDeleteProjectBackupExportRequest generates requests for BackupDeleteProjectBackupExport

func NewBackupDeleteProjectBackupRequest

func NewBackupDeleteProjectBackupRequest(server string, projectBackupId openapi_types.UUID) (*http.Request, error)

NewBackupDeleteProjectBackupRequest generates requests for BackupDeleteProjectBackup

func NewBackupDeleteProjectBackupScheduleRequest

func NewBackupDeleteProjectBackupScheduleRequest(server string, projectBackupScheduleId openapi_types.UUID) (*http.Request, error)

NewBackupDeleteProjectBackupScheduleRequest generates requests for BackupDeleteProjectBackupSchedule

func NewBackupGetProjectBackupRequest

func NewBackupGetProjectBackupRequest(server string, projectBackupId openapi_types.UUID) (*http.Request, error)

NewBackupGetProjectBackupRequest generates requests for BackupGetProjectBackup

func NewBackupGetProjectBackupScheduleRequest

func NewBackupGetProjectBackupScheduleRequest(server string, projectBackupScheduleId openapi_types.UUID) (*http.Request, error)

NewBackupGetProjectBackupScheduleRequest generates requests for BackupGetProjectBackupSchedule

func NewBackupListProjectBackupSchedulesRequest

func NewBackupListProjectBackupSchedulesRequest(server string, projectId openapi_types.UUID) (*http.Request, error)

NewBackupListProjectBackupSchedulesRequest generates requests for BackupListProjectBackupSchedules

func NewBackupListProjectBackupsRequest

func NewBackupListProjectBackupsRequest(server string, projectId openapi_types.UUID) (*http.Request, error)

NewBackupListProjectBackupsRequest generates requests for BackupListProjectBackups

func NewBackupUpdateProjectBackupDescriptionRequest

func NewBackupUpdateProjectBackupDescriptionRequest(server string, projectBackupId openapi_types.UUID, body BackupUpdateProjectBackupDescriptionJSONRequestBody) (*http.Request, error)

NewBackupUpdateProjectBackupDescriptionRequest calls the generic BackupUpdateProjectBackupDescription builder with application/json body

func NewBackupUpdateProjectBackupDescriptionRequestWithBody

func NewBackupUpdateProjectBackupDescriptionRequestWithBody(server string, projectBackupId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewBackupUpdateProjectBackupDescriptionRequestWithBody generates requests for BackupUpdateProjectBackupDescription with any type of body

func NewBackupUpdateProjectBackupScheduleRequest

func NewBackupUpdateProjectBackupScheduleRequest(server string, projectBackupScheduleId openapi_types.UUID, body BackupUpdateProjectBackupScheduleJSONRequestBody) (*http.Request, error)

NewBackupUpdateProjectBackupScheduleRequest calls the generic BackupUpdateProjectBackupSchedule builder with application/json body

func NewBackupUpdateProjectBackupScheduleRequestWithBody

func NewBackupUpdateProjectBackupScheduleRequestWithBody(server string, projectBackupScheduleId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewBackupUpdateProjectBackupScheduleRequestWithBody generates requests for BackupUpdateProjectBackupSchedule with any type of body

func NewContractCancelContractItemTerminationRequest

func NewContractCancelContractItemTerminationRequest(server string, contractId openapi_types.UUID, contractItemId openapi_types.UUID) (*http.Request, error)

NewContractCancelContractItemTerminationRequest generates requests for ContractCancelContractItemTermination

func NewContractCancelContractTariffChangeRequest

func NewContractCancelContractTariffChangeRequest(server string, contractId openapi_types.UUID, contractItemId openapi_types.UUID) (*http.Request, error)

NewContractCancelContractTariffChangeRequest generates requests for ContractCancelContractTariffChange

func NewContractCancelContractTerminationRequest

func NewContractCancelContractTerminationRequest(server string, contractId openapi_types.UUID) (*http.Request, error)

NewContractCancelContractTerminationRequest generates requests for ContractCancelContractTermination

func NewContractGetBaseItemOfContractRequest

func NewContractGetBaseItemOfContractRequest(server string, contractId openapi_types.UUID) (*http.Request, error)

NewContractGetBaseItemOfContractRequest generates requests for ContractGetBaseItemOfContract

func NewContractGetDetailOfContractByDomainRequest

func NewContractGetDetailOfContractByDomainRequest(server string, domainId openapi_types.UUID) (*http.Request, error)

NewContractGetDetailOfContractByDomainRequest generates requests for ContractGetDetailOfContractByDomain

func NewContractGetDetailOfContractByProjectRequest

func NewContractGetDetailOfContractByProjectRequest(server string, projectId openapi_types.UUID) (*http.Request, error)

NewContractGetDetailOfContractByProjectRequest generates requests for ContractGetDetailOfContractByProject

func NewContractGetDetailOfContractByServerRequest

func NewContractGetDetailOfContractByServerRequest(server string, serverId openapi_types.UUID) (*http.Request, error)

NewContractGetDetailOfContractByServerRequest generates requests for ContractGetDetailOfContractByServer

func NewContractGetDetailOfContractItemRequest

func NewContractGetDetailOfContractItemRequest(server string, contractId openapi_types.UUID, contractItemId openapi_types.UUID) (*http.Request, error)

NewContractGetDetailOfContractItemRequest generates requests for ContractGetDetailOfContractItem

func NewContractGetDetailOfContractRequest

func NewContractGetDetailOfContractRequest(server string, contractId openapi_types.UUID) (*http.Request, error)

NewContractGetDetailOfContractRequest generates requests for ContractGetDetailOfContract

func NewContractGetNextTerminationDateForItemRequest

func NewContractGetNextTerminationDateForItemRequest(server string, contractId openapi_types.UUID, contractItemId openapi_types.UUID) (*http.Request, error)

NewContractGetNextTerminationDateForItemRequest generates requests for ContractGetNextTerminationDateForItem

func NewContractListContractsRequest

func NewContractListContractsRequest(server string, customerId openapi_types.UUID, params *ContractListContractsParams) (*http.Request, error)

NewContractListContractsRequest generates requests for ContractListContracts

func NewContractTerminateContractItemRequest

func NewContractTerminateContractItemRequest(server string, contractId openapi_types.UUID, contractItemId openapi_types.UUID, body ContractTerminateContractItemJSONRequestBody) (*http.Request, error)

NewContractTerminateContractItemRequest calls the generic ContractTerminateContractItem builder with application/json body

func NewContractTerminateContractItemRequestWithBody

func NewContractTerminateContractItemRequestWithBody(server string, contractId openapi_types.UUID, contractItemId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewContractTerminateContractItemRequestWithBody generates requests for ContractTerminateContractItem with any type of body

func NewContractTerminateContractRequest

func NewContractTerminateContractRequest(server string, contractId openapi_types.UUID, body ContractTerminateContractJSONRequestBody) (*http.Request, error)

NewContractTerminateContractRequest calls the generic ContractTerminateContract builder with application/json body

func NewContractTerminateContractRequestWithBody

func NewContractTerminateContractRequestWithBody(server string, contractId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewContractTerminateContractRequestWithBody generates requests for ContractTerminateContract with any type of body

func NewConversationCreateConversationRequest

func NewConversationCreateConversationRequest(server string, body ConversationCreateConversationJSONRequestBody) (*http.Request, error)

NewConversationCreateConversationRequest calls the generic ConversationCreateConversation builder with application/json body

func NewConversationCreateConversationRequestWithBody

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

NewConversationCreateConversationRequestWithBody generates requests for ConversationCreateConversation with any type of body

func NewConversationCreateMessageRequest

func NewConversationCreateMessageRequest(server string, conversationId openapi_types.UUID, body ConversationCreateMessageJSONRequestBody) (*http.Request, error)

NewConversationCreateMessageRequest calls the generic ConversationCreateMessage builder with application/json body

func NewConversationCreateMessageRequestWithBody

func NewConversationCreateMessageRequestWithBody(server string, conversationId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewConversationCreateMessageRequestWithBody generates requests for ConversationCreateMessage with any type of body

func NewConversationGetCategoryRequest

func NewConversationGetCategoryRequest(server string, categoryId openapi_types.UUID) (*http.Request, error)

NewConversationGetCategoryRequest generates requests for ConversationGetCategory

func NewConversationGetConversationMembersRequest

func NewConversationGetConversationMembersRequest(server string, conversationId openapi_types.UUID) (*http.Request, error)

NewConversationGetConversationMembersRequest generates requests for ConversationGetConversationMembers

func NewConversationGetConversationRequest

func NewConversationGetConversationRequest(server string, conversationId openapi_types.UUID) (*http.Request, error)

NewConversationGetConversationRequest generates requests for ConversationGetConversation

func NewConversationGetFileAccessTokenRequest

func NewConversationGetFileAccessTokenRequest(server string, conversationId openapi_types.UUID, fileId openapi_types.UUID) (*http.Request, error)

NewConversationGetFileAccessTokenRequest generates requests for ConversationGetFileAccessToken

func NewConversationListCategoriesRequest

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

NewConversationListCategoriesRequest generates requests for ConversationListCategories

func NewConversationListConversationsRequest

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

NewConversationListConversationsRequest generates requests for ConversationListConversations

func NewConversationListMessagesByConversationRequest

func NewConversationListMessagesByConversationRequest(server string, conversationId openapi_types.UUID) (*http.Request, error)

NewConversationListMessagesByConversationRequest generates requests for ConversationListMessagesByConversation

func NewConversationRequestFileUploadRequest

func NewConversationRequestFileUploadRequest(server string, conversationId openapi_types.UUID, body ConversationRequestFileUploadJSONRequestBody) (*http.Request, error)

NewConversationRequestFileUploadRequest calls the generic ConversationRequestFileUpload builder with application/json body

func NewConversationRequestFileUploadRequestWithBody

func NewConversationRequestFileUploadRequestWithBody(server string, conversationId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewConversationRequestFileUploadRequestWithBody generates requests for ConversationRequestFileUpload with any type of body

func NewConversationSetConversationStatusRequest

func NewConversationSetConversationStatusRequest(server string, conversationId openapi_types.UUID, body ConversationSetConversationStatusJSONRequestBody) (*http.Request, error)

NewConversationSetConversationStatusRequest calls the generic ConversationSetConversationStatus builder with application/json body

func NewConversationSetConversationStatusRequestWithBody

func NewConversationSetConversationStatusRequestWithBody(server string, conversationId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewConversationSetConversationStatusRequestWithBody generates requests for ConversationSetConversationStatus with any type of body

func NewConversationUpdateConversationRequest

func NewConversationUpdateConversationRequest(server string, conversationId openapi_types.UUID, body ConversationUpdateConversationJSONRequestBody) (*http.Request, error)

NewConversationUpdateConversationRequest calls the generic ConversationUpdateConversation builder with application/json body

func NewConversationUpdateConversationRequestWithBody

func NewConversationUpdateConversationRequestWithBody(server string, conversationId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewConversationUpdateConversationRequestWithBody generates requests for ConversationUpdateConversation with any type of body

func NewConversationUpdateMessageRequest

func NewConversationUpdateMessageRequest(server string, conversationId openapi_types.UUID, messageId openapi_types.UUID, body ConversationUpdateMessageJSONRequestBody) (*http.Request, error)

NewConversationUpdateMessageRequest calls the generic ConversationUpdateMessage builder with application/json body

func NewConversationUpdateMessageRequestWithBody

func NewConversationUpdateMessageRequestWithBody(server string, conversationId openapi_types.UUID, messageId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewConversationUpdateMessageRequestWithBody generates requests for ConversationUpdateMessage with any type of body

func NewCronjobAbortExecutionRequest

func NewCronjobAbortExecutionRequest(server string, cronjobId openapi_types.UUID, executionId string, body CronjobAbortExecutionJSONRequestBody) (*http.Request, error)

NewCronjobAbortExecutionRequest calls the generic CronjobAbortExecution builder with application/json body

func NewCronjobAbortExecutionRequestWithBody

func NewCronjobAbortExecutionRequestWithBody(server string, cronjobId openapi_types.UUID, executionId string, contentType string, body io.Reader) (*http.Request, error)

NewCronjobAbortExecutionRequestWithBody generates requests for CronjobAbortExecution with any type of body

func NewCronjobCreateCronjobRequest

func NewCronjobCreateCronjobRequest(server string, projectId openapi_types.UUID, body CronjobCreateCronjobJSONRequestBody) (*http.Request, error)

NewCronjobCreateCronjobRequest calls the generic CronjobCreateCronjob builder with application/json body

func NewCronjobCreateCronjobRequestWithBody

func NewCronjobCreateCronjobRequestWithBody(server string, projectId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewCronjobCreateCronjobRequestWithBody generates requests for CronjobCreateCronjob with any type of body

func NewCronjobCreateExecutionRequest

func NewCronjobCreateExecutionRequest(server string, cronjobId openapi_types.UUID, body CronjobCreateExecutionJSONRequestBody) (*http.Request, error)

NewCronjobCreateExecutionRequest calls the generic CronjobCreateExecution builder with application/json body

func NewCronjobCreateExecutionRequestWithBody

func NewCronjobCreateExecutionRequestWithBody(server string, cronjobId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewCronjobCreateExecutionRequestWithBody generates requests for CronjobCreateExecution with any type of body

func NewCronjobDeleteCronjobRequest

func NewCronjobDeleteCronjobRequest(server string, cronjobId openapi_types.UUID) (*http.Request, error)

NewCronjobDeleteCronjobRequest generates requests for CronjobDeleteCronjob

func NewCronjobGetCronjobRequest

func NewCronjobGetCronjobRequest(server string, cronjobId openapi_types.UUID) (*http.Request, error)

NewCronjobGetCronjobRequest generates requests for CronjobGetCronjob

func NewCronjobGetExecutionRequest

func NewCronjobGetExecutionRequest(server string, cronjobId openapi_types.UUID, executionId string) (*http.Request, error)

NewCronjobGetExecutionRequest generates requests for CronjobGetExecution

func NewCronjobListCronjobsRequest

func NewCronjobListCronjobsRequest(server string, projectId openapi_types.UUID, params *CronjobListCronjobsParams) (*http.Request, error)

NewCronjobListCronjobsRequest generates requests for CronjobListCronjobs

func NewCronjobListExecutionsRequest

func NewCronjobListExecutionsRequest(server string, cronjobId openapi_types.UUID, params *CronjobListExecutionsParams) (*http.Request, error)

NewCronjobListExecutionsRequest generates requests for CronjobListExecutions

func NewCronjobUpdateCronjobAppIdRequest

func NewCronjobUpdateCronjobAppIdRequest(server string, cronjobId openapi_types.UUID, body CronjobUpdateCronjobAppIdJSONRequestBody) (*http.Request, error)

NewCronjobUpdateCronjobAppIdRequest calls the generic CronjobUpdateCronjobAppId builder with application/json body

func NewCronjobUpdateCronjobAppIdRequestWithBody

func NewCronjobUpdateCronjobAppIdRequestWithBody(server string, cronjobId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewCronjobUpdateCronjobAppIdRequestWithBody generates requests for CronjobUpdateCronjobAppId with any type of body

func NewCronjobUpdateCronjobRequest

func NewCronjobUpdateCronjobRequest(server string, cronjobId openapi_types.UUID, body CronjobUpdateCronjobJSONRequestBody) (*http.Request, error)

NewCronjobUpdateCronjobRequest calls the generic CronjobUpdateCronjob builder with application/json body

func NewCronjobUpdateCronjobRequestWithBody

func NewCronjobUpdateCronjobRequestWithBody(server string, cronjobId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewCronjobUpdateCronjobRequestWithBody generates requests for CronjobUpdateCronjob with any type of body

func NewCustomerAcceptCustomerInviteRequest

func NewCustomerAcceptCustomerInviteRequest(server string, customerInviteId openapi_types.UUID, body CustomerAcceptCustomerInviteJSONRequestBody) (*http.Request, error)

NewCustomerAcceptCustomerInviteRequest calls the generic CustomerAcceptCustomerInvite builder with application/json body

func NewCustomerAcceptCustomerInviteRequestWithBody

func NewCustomerAcceptCustomerInviteRequestWithBody(server string, customerInviteId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewCustomerAcceptCustomerInviteRequestWithBody generates requests for CustomerAcceptCustomerInvite with any type of body

func NewCustomerCreateCategoryRequest

func NewCustomerCreateCategoryRequest(server string, body CustomerCreateCategoryJSONRequestBody) (*http.Request, error)

NewCustomerCreateCategoryRequest calls the generic CustomerCreateCategory builder with application/json body

func NewCustomerCreateCategoryRequestWithBody

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

NewCustomerCreateCategoryRequestWithBody generates requests for CustomerCreateCategory with any type of body

func NewCustomerCreateCustomerInviteRequest

func NewCustomerCreateCustomerInviteRequest(server string, customerId openapi_types.UUID, body CustomerCreateCustomerInviteJSONRequestBody) (*http.Request, error)

NewCustomerCreateCustomerInviteRequest calls the generic CustomerCreateCustomerInvite builder with application/json body

func NewCustomerCreateCustomerInviteRequestWithBody

func NewCustomerCreateCustomerInviteRequestWithBody(server string, customerId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewCustomerCreateCustomerInviteRequestWithBody generates requests for CustomerCreateCustomerInvite with any type of body

func NewCustomerCreateCustomerRequest

func NewCustomerCreateCustomerRequest(server string, body CustomerCreateCustomerJSONRequestBody) (*http.Request, error)

NewCustomerCreateCustomerRequest calls the generic CustomerCreateCustomer builder with application/json body

func NewCustomerCreateCustomerRequestWithBody

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

NewCustomerCreateCustomerRequestWithBody generates requests for CustomerCreateCustomer with any type of body

func NewCustomerDeclineCustomerInviteRequest

func NewCustomerDeclineCustomerInviteRequest(server string, customerInviteId openapi_types.UUID, body CustomerDeclineCustomerInviteJSONRequestBody) (*http.Request, error)

NewCustomerDeclineCustomerInviteRequest calls the generic CustomerDeclineCustomerInvite builder with application/json body

func NewCustomerDeclineCustomerInviteRequestWithBody

func NewCustomerDeclineCustomerInviteRequestWithBody(server string, customerInviteId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewCustomerDeclineCustomerInviteRequestWithBody generates requests for CustomerDeclineCustomerInvite with any type of body

func NewCustomerDeleteCategoryRequest

func NewCustomerDeleteCategoryRequest(server string, categoryId string) (*http.Request, error)

NewCustomerDeleteCategoryRequest generates requests for CustomerDeleteCategory

func NewCustomerDeleteCustomerInviteRequest

func NewCustomerDeleteCustomerInviteRequest(server string, customerInviteId openapi_types.UUID) (*http.Request, error)

NewCustomerDeleteCustomerInviteRequest generates requests for CustomerDeleteCustomerInvite

func NewCustomerDeleteCustomerMembershipRequest

func NewCustomerDeleteCustomerMembershipRequest(server string, customerMembershipId openapi_types.UUID) (*http.Request, error)

NewCustomerDeleteCustomerMembershipRequest generates requests for CustomerDeleteCustomerMembership

func NewCustomerDeleteCustomerRequest

func NewCustomerDeleteCustomerRequest(server string, customerId string) (*http.Request, error)

NewCustomerDeleteCustomerRequest generates requests for CustomerDeleteCustomer

func NewCustomerGetCustomerCategoryRequest

func NewCustomerGetCustomerCategoryRequest(server string, categoryId string) (*http.Request, error)

NewCustomerGetCustomerCategoryRequest generates requests for CustomerGetCustomerCategory

func NewCustomerGetCustomerInviteRequest

func NewCustomerGetCustomerInviteRequest(server string, customerInviteId string) (*http.Request, error)

NewCustomerGetCustomerInviteRequest generates requests for CustomerGetCustomerInvite

func NewCustomerGetCustomerMembershipRequest

func NewCustomerGetCustomerMembershipRequest(server string, customerMembershipId string) (*http.Request, error)

NewCustomerGetCustomerMembershipRequest generates requests for CustomerGetCustomerMembership

func NewCustomerGetCustomerRequest

func NewCustomerGetCustomerRequest(server string, customerId string) (*http.Request, error)

NewCustomerGetCustomerRequest generates requests for CustomerGetCustomer

func NewCustomerGetCustomerTokenInviteRequest

func NewCustomerGetCustomerTokenInviteRequest(server string, params *CustomerGetCustomerTokenInviteParams) (*http.Request, error)

NewCustomerGetCustomerTokenInviteRequest generates requests for CustomerGetCustomerTokenInvite

func NewCustomerIsCustomerLegallyCompetentRequest

func NewCustomerIsCustomerLegallyCompetentRequest(server string, customerId string) (*http.Request, error)

NewCustomerIsCustomerLegallyCompetentRequest generates requests for CustomerIsCustomerLegallyCompetent

func NewCustomerLeaveCustomerRequest

func NewCustomerLeaveCustomerRequest(server string, customerId openapi_types.UUID, body CustomerLeaveCustomerJSONRequestBody) (*http.Request, error)

NewCustomerLeaveCustomerRequest calls the generic CustomerLeaveCustomer builder with application/json body

func NewCustomerLeaveCustomerRequestWithBody

func NewCustomerLeaveCustomerRequestWithBody(server string, customerId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewCustomerLeaveCustomerRequestWithBody generates requests for CustomerLeaveCustomer with any type of body

func NewCustomerListCustomerInvitesRequest

func NewCustomerListCustomerInvitesRequest(server string, params *CustomerListCustomerInvitesParams) (*http.Request, error)

NewCustomerListCustomerInvitesRequest generates requests for CustomerListCustomerInvites

func NewCustomerListCustomerMembershipsRequest

func NewCustomerListCustomerMembershipsRequest(server string, params *CustomerListCustomerMembershipsParams) (*http.Request, error)

NewCustomerListCustomerMembershipsRequest generates requests for CustomerListCustomerMemberships

func NewCustomerListCustomersRequest

func NewCustomerListCustomersRequest(server string, params *CustomerListCustomersParams) (*http.Request, error)

NewCustomerListCustomersRequest generates requests for CustomerListCustomers

func NewCustomerListInvitesForCustomerRequest

func NewCustomerListInvitesForCustomerRequest(server string, customerId string, params *CustomerListInvitesForCustomerParams) (*http.Request, error)

NewCustomerListInvitesForCustomerRequest generates requests for CustomerListInvitesForCustomer

func NewCustomerListMembershipsForCustomerRequest

func NewCustomerListMembershipsForCustomerRequest(server string, customerId string, params *CustomerListMembershipsForCustomerParams) (*http.Request, error)

NewCustomerListMembershipsForCustomerRequest generates requests for CustomerListMembershipsForCustomer

func NewCustomerListOfCustomerCategoriesRequest

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

NewCustomerListOfCustomerCategoriesRequest generates requests for CustomerListOfCustomerCategories

func NewCustomerRemoveAvatarRequest

func NewCustomerRemoveAvatarRequest(server string, customerId string) (*http.Request, error)

NewCustomerRemoveAvatarRequest generates requests for CustomerRemoveAvatar

func NewCustomerRequestAvatarUploadRequest

func NewCustomerRequestAvatarUploadRequest(server string, customerId string, body CustomerRequestAvatarUploadJSONRequestBody) (*http.Request, error)

NewCustomerRequestAvatarUploadRequest calls the generic CustomerRequestAvatarUpload builder with application/json body

func NewCustomerRequestAvatarUploadRequestWithBody

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

NewCustomerRequestAvatarUploadRequestWithBody generates requests for CustomerRequestAvatarUpload with any type of body

func NewCustomerResendCustomerInviteMailRequest

func NewCustomerResendCustomerInviteMailRequest(server string, customerInviteId openapi_types.UUID, body CustomerResendCustomerInviteMailJSONRequestBody) (*http.Request, error)

NewCustomerResendCustomerInviteMailRequest calls the generic CustomerResendCustomerInviteMail builder with application/json body

func NewCustomerResendCustomerInviteMailRequestWithBody

func NewCustomerResendCustomerInviteMailRequestWithBody(server string, customerInviteId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewCustomerResendCustomerInviteMailRequestWithBody generates requests for CustomerResendCustomerInviteMail with any type of body

func NewCustomerUpdateCategoryRequest

func NewCustomerUpdateCategoryRequest(server string, categoryId string, body CustomerUpdateCategoryJSONRequestBody) (*http.Request, error)

NewCustomerUpdateCategoryRequest calls the generic CustomerUpdateCategory builder with application/json body

func NewCustomerUpdateCategoryRequestWithBody

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

NewCustomerUpdateCategoryRequestWithBody generates requests for CustomerUpdateCategory with any type of body

func NewCustomerUpdateCustomerMembershipRequest

func NewCustomerUpdateCustomerMembershipRequest(server string, customerMembershipId openapi_types.UUID, body CustomerUpdateCustomerMembershipJSONRequestBody) (*http.Request, error)

NewCustomerUpdateCustomerMembershipRequest calls the generic CustomerUpdateCustomerMembership builder with application/json body

func NewCustomerUpdateCustomerMembershipRequestWithBody

func NewCustomerUpdateCustomerMembershipRequestWithBody(server string, customerMembershipId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewCustomerUpdateCustomerMembershipRequestWithBody generates requests for CustomerUpdateCustomerMembership with any type of body

func NewCustomerUpdateCustomerRequest

func NewCustomerUpdateCustomerRequest(server string, customerId string, body CustomerUpdateCustomerJSONRequestBody) (*http.Request, error)

NewCustomerUpdateCustomerRequest calls the generic CustomerUpdateCustomer builder with application/json body

func NewCustomerUpdateCustomerRequestWithBody

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

NewCustomerUpdateCustomerRequestWithBody generates requests for CustomerUpdateCustomer with any type of body

func NewDatabaseCreateMysqlDatabaseRequest

func NewDatabaseCreateMysqlDatabaseRequest(server string, projectId openapi_types.UUID, body DatabaseCreateMysqlDatabaseJSONRequestBody) (*http.Request, error)

NewDatabaseCreateMysqlDatabaseRequest calls the generic DatabaseCreateMysqlDatabase builder with application/json body

func NewDatabaseCreateMysqlDatabaseRequestWithBody

func NewDatabaseCreateMysqlDatabaseRequestWithBody(server string, projectId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDatabaseCreateMysqlDatabaseRequestWithBody generates requests for DatabaseCreateMysqlDatabase with any type of body

func NewDatabaseCreateMysqlUserRequest

func NewDatabaseCreateMysqlUserRequest(server string, mysqlDatabaseId openapi_types.UUID, body DatabaseCreateMysqlUserJSONRequestBody) (*http.Request, error)

NewDatabaseCreateMysqlUserRequest calls the generic DatabaseCreateMysqlUser builder with application/json body

func NewDatabaseCreateMysqlUserRequestWithBody

func NewDatabaseCreateMysqlUserRequestWithBody(server string, mysqlDatabaseId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDatabaseCreateMysqlUserRequestWithBody generates requests for DatabaseCreateMysqlUser with any type of body

func NewDatabaseCreateRedisDatabaseRequest

func NewDatabaseCreateRedisDatabaseRequest(server string, projectId openapi_types.UUID, body DatabaseCreateRedisDatabaseJSONRequestBody) (*http.Request, error)

NewDatabaseCreateRedisDatabaseRequest calls the generic DatabaseCreateRedisDatabase builder with application/json body

func NewDatabaseCreateRedisDatabaseRequestWithBody

func NewDatabaseCreateRedisDatabaseRequestWithBody(server string, projectId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDatabaseCreateRedisDatabaseRequestWithBody generates requests for DatabaseCreateRedisDatabase with any type of body

func NewDatabaseDeleteMysqlDatabaseRequest

func NewDatabaseDeleteMysqlDatabaseRequest(server string, mysqlDatabaseId openapi_types.UUID) (*http.Request, error)

NewDatabaseDeleteMysqlDatabaseRequest generates requests for DatabaseDeleteMysqlDatabase

func NewDatabaseDeleteMysqlUserRequest

func NewDatabaseDeleteMysqlUserRequest(server string, mysqlUserId openapi_types.UUID) (*http.Request, error)

NewDatabaseDeleteMysqlUserRequest generates requests for DatabaseDeleteMysqlUser

func NewDatabaseDeleteRedisDatabaseRequest

func NewDatabaseDeleteRedisDatabaseRequest(server string, redisDatabaseId openapi_types.UUID) (*http.Request, error)

NewDatabaseDeleteRedisDatabaseRequest generates requests for DatabaseDeleteRedisDatabase

func NewDatabaseDisableMysqlUserRequest

func NewDatabaseDisableMysqlUserRequest(server string, mysqlUserId openapi_types.UUID, body DatabaseDisableMysqlUserJSONRequestBody) (*http.Request, error)

NewDatabaseDisableMysqlUserRequest calls the generic DatabaseDisableMysqlUser builder with application/json body

func NewDatabaseDisableMysqlUserRequestWithBody

func NewDatabaseDisableMysqlUserRequestWithBody(server string, mysqlUserId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDatabaseDisableMysqlUserRequestWithBody generates requests for DatabaseDisableMysqlUser with any type of body

func NewDatabaseEnableMysqlUserRequest

func NewDatabaseEnableMysqlUserRequest(server string, mysqlUserId openapi_types.UUID, body DatabaseEnableMysqlUserJSONRequestBody) (*http.Request, error)

NewDatabaseEnableMysqlUserRequest calls the generic DatabaseEnableMysqlUser builder with application/json body

func NewDatabaseEnableMysqlUserRequestWithBody

func NewDatabaseEnableMysqlUserRequestWithBody(server string, mysqlUserId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDatabaseEnableMysqlUserRequestWithBody generates requests for DatabaseEnableMysqlUser with any type of body

func NewDatabaseGetMysqlDatabaseRequest

func NewDatabaseGetMysqlDatabaseRequest(server string, mysqlDatabaseId openapi_types.UUID) (*http.Request, error)

NewDatabaseGetMysqlDatabaseRequest generates requests for DatabaseGetMysqlDatabase

func NewDatabaseGetMysqlUserPhpMyAdminUrlRequest

func NewDatabaseGetMysqlUserPhpMyAdminUrlRequest(server string, mysqlUserId openapi_types.UUID) (*http.Request, error)

NewDatabaseGetMysqlUserPhpMyAdminUrlRequest generates requests for DatabaseGetMysqlUserPhpMyAdminUrl

func NewDatabaseGetMysqlUserRequest

func NewDatabaseGetMysqlUserRequest(server string, mysqlUserId openapi_types.UUID) (*http.Request, error)

NewDatabaseGetMysqlUserRequest generates requests for DatabaseGetMysqlUser

func NewDatabaseGetRedisDatabaseRequest

func NewDatabaseGetRedisDatabaseRequest(server string, redisDatabaseId openapi_types.UUID) (*http.Request, error)

NewDatabaseGetRedisDatabaseRequest generates requests for DatabaseGetRedisDatabase

func NewDatabaseListMysqlCharsetsRequest

func NewDatabaseListMysqlCharsetsRequest(server string, params *DatabaseListMysqlCharsetsParams) (*http.Request, error)

NewDatabaseListMysqlCharsetsRequest generates requests for DatabaseListMysqlCharsets

func NewDatabaseListMysqlDatabasesRequest

func NewDatabaseListMysqlDatabasesRequest(server string, projectId openapi_types.UUID) (*http.Request, error)

NewDatabaseListMysqlDatabasesRequest generates requests for DatabaseListMysqlDatabases

func NewDatabaseListMysqlUsersRequest

func NewDatabaseListMysqlUsersRequest(server string, mysqlDatabaseId openapi_types.UUID) (*http.Request, error)

NewDatabaseListMysqlUsersRequest generates requests for DatabaseListMysqlUsers

func NewDatabaseListMysqlVersionsRequest

func NewDatabaseListMysqlVersionsRequest(server string, params *DatabaseListMysqlVersionsParams) (*http.Request, error)

NewDatabaseListMysqlVersionsRequest generates requests for DatabaseListMysqlVersions

func NewDatabaseListRedisDatabasesRequest

func NewDatabaseListRedisDatabasesRequest(server string, projectId openapi_types.UUID) (*http.Request, error)

NewDatabaseListRedisDatabasesRequest generates requests for DatabaseListRedisDatabases

func NewDatabaseListRedisVersionsRequest

func NewDatabaseListRedisVersionsRequest(server string, params *DatabaseListRedisVersionsParams) (*http.Request, error)

NewDatabaseListRedisVersionsRequest generates requests for DatabaseListRedisVersions

func NewDatabaseUpdateMysqlDatabaseDefaultCharsetRequest

func NewDatabaseUpdateMysqlDatabaseDefaultCharsetRequest(server string, mysqlDatabaseId openapi_types.UUID, body DatabaseUpdateMysqlDatabaseDefaultCharsetJSONRequestBody) (*http.Request, error)

NewDatabaseUpdateMysqlDatabaseDefaultCharsetRequest calls the generic DatabaseUpdateMysqlDatabaseDefaultCharset builder with application/json body

func NewDatabaseUpdateMysqlDatabaseDefaultCharsetRequestWithBody

func NewDatabaseUpdateMysqlDatabaseDefaultCharsetRequestWithBody(server string, mysqlDatabaseId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDatabaseUpdateMysqlDatabaseDefaultCharsetRequestWithBody generates requests for DatabaseUpdateMysqlDatabaseDefaultCharset with any type of body

func NewDatabaseUpdateMysqlDatabaseDescriptionRequest

func NewDatabaseUpdateMysqlDatabaseDescriptionRequest(server string, mysqlDatabaseId openapi_types.UUID, body DatabaseUpdateMysqlDatabaseDescriptionJSONRequestBody) (*http.Request, error)

NewDatabaseUpdateMysqlDatabaseDescriptionRequest calls the generic DatabaseUpdateMysqlDatabaseDescription builder with application/json body

func NewDatabaseUpdateMysqlDatabaseDescriptionRequestWithBody

func NewDatabaseUpdateMysqlDatabaseDescriptionRequestWithBody(server string, mysqlDatabaseId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDatabaseUpdateMysqlDatabaseDescriptionRequestWithBody generates requests for DatabaseUpdateMysqlDatabaseDescription with any type of body

func NewDatabaseUpdateMysqlUserPasswordRequest

func NewDatabaseUpdateMysqlUserPasswordRequest(server string, mysqlUserId openapi_types.UUID, body DatabaseUpdateMysqlUserPasswordJSONRequestBody) (*http.Request, error)

NewDatabaseUpdateMysqlUserPasswordRequest calls the generic DatabaseUpdateMysqlUserPassword builder with application/json body

func NewDatabaseUpdateMysqlUserPasswordRequestWithBody

func NewDatabaseUpdateMysqlUserPasswordRequestWithBody(server string, mysqlUserId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDatabaseUpdateMysqlUserPasswordRequestWithBody generates requests for DatabaseUpdateMysqlUserPassword with any type of body

func NewDatabaseUpdateMysqlUserRequest

func NewDatabaseUpdateMysqlUserRequest(server string, mysqlUserId openapi_types.UUID, body DatabaseUpdateMysqlUserJSONRequestBody) (*http.Request, error)

NewDatabaseUpdateMysqlUserRequest calls the generic DatabaseUpdateMysqlUser builder with application/json body

func NewDatabaseUpdateMysqlUserRequestWithBody

func NewDatabaseUpdateMysqlUserRequestWithBody(server string, mysqlUserId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDatabaseUpdateMysqlUserRequestWithBody generates requests for DatabaseUpdateMysqlUser with any type of body

func NewDatabaseUpdateRedisDatabaseConfigurationRequest

func NewDatabaseUpdateRedisDatabaseConfigurationRequest(server string, redisDatabaseId openapi_types.UUID, body DatabaseUpdateRedisDatabaseConfigurationJSONRequestBody) (*http.Request, error)

NewDatabaseUpdateRedisDatabaseConfigurationRequest calls the generic DatabaseUpdateRedisDatabaseConfiguration builder with application/json body

func NewDatabaseUpdateRedisDatabaseConfigurationRequestWithBody

func NewDatabaseUpdateRedisDatabaseConfigurationRequestWithBody(server string, redisDatabaseId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDatabaseUpdateRedisDatabaseConfigurationRequestWithBody generates requests for DatabaseUpdateRedisDatabaseConfiguration with any type of body

func NewDatabaseUpdateRedisDatabaseDescriptionRequest

func NewDatabaseUpdateRedisDatabaseDescriptionRequest(server string, redisDatabaseId openapi_types.UUID, body DatabaseUpdateRedisDatabaseDescriptionJSONRequestBody) (*http.Request, error)

NewDatabaseUpdateRedisDatabaseDescriptionRequest calls the generic DatabaseUpdateRedisDatabaseDescription builder with application/json body

func NewDatabaseUpdateRedisDatabaseDescriptionRequestWithBody

func NewDatabaseUpdateRedisDatabaseDescriptionRequestWithBody(server string, redisDatabaseId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDatabaseUpdateRedisDatabaseDescriptionRequestWithBody generates requests for DatabaseUpdateRedisDatabaseDescription with any type of body

func NewDeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdRequest

func NewDeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdRequest(server string, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID) (*http.Request, error)

NewDeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdRequest generates requests for DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseId

func NewDeleteV2AppinstallationsAppInstallationIdRequest

func NewDeleteV2AppinstallationsAppInstallationIdRequest(server string, appInstallationId openapi_types.UUID) (*http.Request, error)

NewDeleteV2AppinstallationsAppInstallationIdRequest generates requests for DeleteV2AppinstallationsAppInstallationId

func NewDeleteV2DeliveryboxesDeliveryBoxIdRequest

func NewDeleteV2DeliveryboxesDeliveryBoxIdRequest(server string, deliveryBoxId openapi_types.UUID) (*http.Request, error)

NewDeleteV2DeliveryboxesDeliveryBoxIdRequest generates requests for DeleteV2DeliveryboxesDeliveryBoxId

func NewDeleteV2DnsZonesDnsZoneIdRequest

func NewDeleteV2DnsZonesDnsZoneIdRequest(server string, dnsZoneId openapi_types.UUID) (*http.Request, error)

NewDeleteV2DnsZonesDnsZoneIdRequest generates requests for DeleteV2DnsZonesDnsZoneId

func NewDeleteV2DomainsDomainIdDeclarationsRequest

func NewDeleteV2DomainsDomainIdDeclarationsRequest(server string, domainId openapi_types.UUID) (*http.Request, error)

NewDeleteV2DomainsDomainIdDeclarationsRequest generates requests for DeleteV2DomainsDomainIdDeclarations

func NewDeleteV2MailaddressesMailAddressIdRequest

func NewDeleteV2MailaddressesMailAddressIdRequest(server string, mailAddressId openapi_types.UUID) (*http.Request, error)

NewDeleteV2MailaddressesMailAddressIdRequest generates requests for DeleteV2MailaddressesMailAddressId

func NewDeleteV2SignupProfileRequest

func NewDeleteV2SignupProfileRequest(server string, body DeleteV2SignupProfileJSONRequestBody) (*http.Request, error)

NewDeleteV2SignupProfileRequest calls the generic DeleteV2SignupProfile builder with application/json body

func NewDeleteV2SignupProfileRequestWithBody

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

NewDeleteV2SignupProfileRequestWithBody generates requests for DeleteV2SignupProfile with any type of body

func NewDeprecatedAppLinkDatabaseRequest

func NewDeprecatedAppLinkDatabaseRequest(server string, appInstallationId openapi_types.UUID, body DeprecatedAppLinkDatabaseJSONRequestBody) (*http.Request, error)

NewDeprecatedAppLinkDatabaseRequest calls the generic DeprecatedAppLinkDatabase builder with application/json body

func NewDeprecatedAppLinkDatabaseRequestWithBody

func NewDeprecatedAppLinkDatabaseRequestWithBody(server string, appInstallationId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDeprecatedAppLinkDatabaseRequestWithBody generates requests for DeprecatedAppLinkDatabase with any type of body

func NewDeprecatedDomainGetScreenshotForDomainRequest

func NewDeprecatedDomainGetScreenshotForDomainRequest(server string, domainId openapi_types.UUID, body DeprecatedDomainGetScreenshotForDomainJSONRequestBody) (*http.Request, error)

NewDeprecatedDomainGetScreenshotForDomainRequest calls the generic DeprecatedDomainGetScreenshotForDomain builder with application/json body

func NewDeprecatedDomainGetScreenshotForDomainRequestWithBody

func NewDeprecatedDomainGetScreenshotForDomainRequestWithBody(server string, domainId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDeprecatedDomainGetScreenshotForDomainRequestWithBody generates requests for DeprecatedDomainGetScreenshotForDomain with any type of body

func NewDeprecatedFileGetFileTokenRulesRequest

func NewDeprecatedFileGetFileTokenRulesRequest(server string, token openapi_types.UUID) (*http.Request, error)

NewDeprecatedFileGetFileTokenRulesRequest generates requests for DeprecatedFileGetFileTokenRules

func NewDeprecatedFileGetFileTypeRulesRequest

func NewDeprecatedFileGetFileTypeRulesRequest(server string, name DeprecatedFileGetFileTypeRulesParamsName) (*http.Request, error)

NewDeprecatedFileGetFileTypeRulesRequest generates requests for DeprecatedFileGetFileTypeRules

func NewDeprecatedInvoiceDetailOfInvoiceRequest

func NewDeprecatedInvoiceDetailOfInvoiceRequest(server string, customerId string, invoiceId openapi_types.UUID) (*http.Request, error)

NewDeprecatedInvoiceDetailOfInvoiceRequest generates requests for DeprecatedInvoiceDetailOfInvoice

func NewDeprecatedUserChangeEmailRequest

func NewDeprecatedUserChangeEmailRequest(server string, body DeprecatedUserChangeEmailJSONRequestBody) (*http.Request, error)

NewDeprecatedUserChangeEmailRequest calls the generic DeprecatedUserChangeEmail builder with application/json body

func NewDeprecatedUserChangeEmailRequestWithBody

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

NewDeprecatedUserChangeEmailRequestWithBody generates requests for DeprecatedUserChangeEmail with any type of body

func NewDeprecatedUserConfirmPasswordResetRequest

func NewDeprecatedUserConfirmPasswordResetRequest(server string, body DeprecatedUserConfirmPasswordResetJSONRequestBody) (*http.Request, error)

NewDeprecatedUserConfirmPasswordResetRequest calls the generic DeprecatedUserConfirmPasswordReset builder with application/json body

func NewDeprecatedUserConfirmPasswordResetRequestWithBody

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

NewDeprecatedUserConfirmPasswordResetRequestWithBody generates requests for DeprecatedUserConfirmPasswordReset with any type of body

func NewDeprecatedUserCreateIssueRequest

func NewDeprecatedUserCreateIssueRequest(server string, body DeprecatedUserCreateIssueJSONRequestBody) (*http.Request, error)

NewDeprecatedUserCreateIssueRequest calls the generic DeprecatedUserCreateIssue builder with application/json body

func NewDeprecatedUserCreateIssueRequestWithBody

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

NewDeprecatedUserCreateIssueRequestWithBody generates requests for DeprecatedUserCreateIssue with any type of body

func NewDeprecatedUserDeleteApiTokenRequest

func NewDeprecatedUserDeleteApiTokenRequest(server string, apiTokenId openapi_types.UUID) (*http.Request, error)

NewDeprecatedUserDeleteApiTokenRequest generates requests for DeprecatedUserDeleteApiToken

func NewDeprecatedUserDeleteSshKeyRequest

func NewDeprecatedUserDeleteSshKeyRequest(server string, sshKeyId openapi_types.UUID) (*http.Request, error)

NewDeprecatedUserDeleteSshKeyRequest generates requests for DeprecatedUserDeleteSshKey

func NewDeprecatedUserDisableMfaRequest

func NewDeprecatedUserDisableMfaRequest(server string, body DeprecatedUserDisableMfaJSONRequestBody) (*http.Request, error)

NewDeprecatedUserDisableMfaRequest calls the generic DeprecatedUserDisableMfa builder with application/json body

func NewDeprecatedUserDisableMfaRequestWithBody

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

NewDeprecatedUserDisableMfaRequestWithBody generates requests for DeprecatedUserDisableMfa with any type of body

func NewDeprecatedUserEditApiTokenRequest

func NewDeprecatedUserEditApiTokenRequest(server string, apiTokenId openapi_types.UUID, body DeprecatedUserEditApiTokenJSONRequestBody) (*http.Request, error)

NewDeprecatedUserEditApiTokenRequest calls the generic DeprecatedUserEditApiToken builder with application/json body

func NewDeprecatedUserEditApiTokenRequestWithBody

func NewDeprecatedUserEditApiTokenRequestWithBody(server string, apiTokenId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDeprecatedUserEditApiTokenRequestWithBody generates requests for DeprecatedUserEditApiToken with any type of body

func NewDeprecatedUserEditSshKeyRequest

func NewDeprecatedUserEditSshKeyRequest(server string, sshKeyId openapi_types.UUID, body DeprecatedUserEditSshKeyJSONRequestBody) (*http.Request, error)

NewDeprecatedUserEditSshKeyRequest calls the generic DeprecatedUserEditSshKey builder with application/json body

func NewDeprecatedUserEditSshKeyRequestWithBody

func NewDeprecatedUserEditSshKeyRequestWithBody(server string, sshKeyId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDeprecatedUserEditSshKeyRequestWithBody generates requests for DeprecatedUserEditSshKey with any type of body

func NewDeprecatedUserInitPasswordResetRequest

func NewDeprecatedUserInitPasswordResetRequest(server string, body DeprecatedUserInitPasswordResetJSONRequestBody) (*http.Request, error)

NewDeprecatedUserInitPasswordResetRequest calls the generic DeprecatedUserInitPasswordReset builder with application/json body

func NewDeprecatedUserInitPasswordResetRequestWithBody

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

NewDeprecatedUserInitPasswordResetRequestWithBody generates requests for DeprecatedUserInitPasswordReset with any type of body

func NewDeprecatedUserLogoutRequest

func NewDeprecatedUserLogoutRequest(server string, body DeprecatedUserLogoutJSONRequestBody) (*http.Request, error)

NewDeprecatedUserLogoutRequest calls the generic DeprecatedUserLogout builder with application/json body

func NewDeprecatedUserLogoutRequestWithBody

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

NewDeprecatedUserLogoutRequestWithBody generates requests for DeprecatedUserLogout with any type of body

func NewDeprecatedUserResendVerificationEmailRequest

func NewDeprecatedUserResendVerificationEmailRequest(server string, body DeprecatedUserResendVerificationEmailJSONRequestBody) (*http.Request, error)

NewDeprecatedUserResendVerificationEmailRequest calls the generic DeprecatedUserResendVerificationEmail builder with application/json body

func NewDeprecatedUserResendVerificationEmailRequestWithBody

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

NewDeprecatedUserResendVerificationEmailRequestWithBody generates requests for DeprecatedUserResendVerificationEmail with any type of body

func NewDeprecatedUserServiceAvatarRemoveRequest

func NewDeprecatedUserServiceAvatarRemoveRequest(server string, userId openapi_types.UUID) (*http.Request, error)

NewDeprecatedUserServiceAvatarRemoveRequest generates requests for DeprecatedUserServiceAvatarRemove

func NewDeprecatedUserServiceAvatarRequestUploadRequest

func NewDeprecatedUserServiceAvatarRequestUploadRequest(server string, userId openapi_types.UUID, body DeprecatedUserServiceAvatarRequestUploadJSONRequestBody) (*http.Request, error)

NewDeprecatedUserServiceAvatarRequestUploadRequest calls the generic DeprecatedUserServiceAvatarRequestUpload builder with application/json body

func NewDeprecatedUserServiceAvatarRequestUploadRequestWithBody

func NewDeprecatedUserServiceAvatarRequestUploadRequestWithBody(server string, userId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDeprecatedUserServiceAvatarRequestUploadRequestWithBody generates requests for DeprecatedUserServiceAvatarRequestUpload with any type of body

func NewDeprecatedUserServiceFeedbackCreateRequest

func NewDeprecatedUserServiceFeedbackCreateRequest(server string, body DeprecatedUserServiceFeedbackCreateJSONRequestBody) (*http.Request, error)

NewDeprecatedUserServiceFeedbackCreateRequest calls the generic DeprecatedUserServiceFeedbackCreate builder with application/json body

func NewDeprecatedUserServiceFeedbackCreateRequestWithBody

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

NewDeprecatedUserServiceFeedbackCreateRequestWithBody generates requests for DeprecatedUserServiceFeedbackCreate with any type of body

func NewDeprecatedUserServiceFeedbackListRequest

func NewDeprecatedUserServiceFeedbackListRequest(server string, params *DeprecatedUserServiceFeedbackListParams) (*http.Request, error)

NewDeprecatedUserServiceFeedbackListRequest generates requests for DeprecatedUserServiceFeedbackList

func NewDeprecatedUserServiceIssueNewRequest

func NewDeprecatedUserServiceIssueNewRequest(server string, body DeprecatedUserServiceIssueNewJSONRequestBody) (*http.Request, error)

NewDeprecatedUserServiceIssueNewRequest calls the generic DeprecatedUserServiceIssueNew builder with application/json body

func NewDeprecatedUserServiceIssueNewRequestWithBody

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

NewDeprecatedUserServiceIssueNewRequestWithBody generates requests for DeprecatedUserServiceIssueNew with any type of body

func NewDeprecatedUserServicePersonalInformationUpdateRequest

func NewDeprecatedUserServicePersonalInformationUpdateRequest(server string, userId openapi_types.UUID, body DeprecatedUserServicePersonalInformationUpdateJSONRequestBody) (*http.Request, error)

NewDeprecatedUserServicePersonalInformationUpdateRequest calls the generic DeprecatedUserServicePersonalInformationUpdate builder with application/json body

func NewDeprecatedUserServicePersonalInformationUpdateRequestWithBody

func NewDeprecatedUserServicePersonalInformationUpdateRequestWithBody(server string, userId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDeprecatedUserServicePersonalInformationUpdateRequestWithBody generates requests for DeprecatedUserServicePersonalInformationUpdate with any type of body

func NewDeprecatedUserServicePersonalizedSettingsGetRequest

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

NewDeprecatedUserServicePersonalizedSettingsGetRequest generates requests for DeprecatedUserServicePersonalizedSettingsGet

func NewDeprecatedUserServicePersonalizedSettingsUpdateRequest

func NewDeprecatedUserServicePersonalizedSettingsUpdateRequest(server string, body DeprecatedUserServicePersonalizedSettingsUpdateJSONRequestBody) (*http.Request, error)

NewDeprecatedUserServicePersonalizedSettingsUpdateRequest calls the generic DeprecatedUserServicePersonalizedSettingsUpdate builder with application/json body

func NewDeprecatedUserServicePersonalizedSettingsUpdateRequestWithBody

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

NewDeprecatedUserServicePersonalizedSettingsUpdateRequestWithBody generates requests for DeprecatedUserServicePersonalizedSettingsUpdate with any type of body

func NewDeprecatedUserServicePhoneNumberAddRequest

func NewDeprecatedUserServicePhoneNumberAddRequest(server string, userId openapi_types.UUID, body DeprecatedUserServicePhoneNumberAddJSONRequestBody) (*http.Request, error)

NewDeprecatedUserServicePhoneNumberAddRequest calls the generic DeprecatedUserServicePhoneNumberAdd builder with application/json body

func NewDeprecatedUserServicePhoneNumberAddRequestWithBody

func NewDeprecatedUserServicePhoneNumberAddRequestWithBody(server string, userId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDeprecatedUserServicePhoneNumberAddRequestWithBody generates requests for DeprecatedUserServicePhoneNumberAdd with any type of body

func NewDeprecatedUserServicePhoneNumberRemoveRequest

func NewDeprecatedUserServicePhoneNumberRemoveRequest(server string, userId openapi_types.UUID) (*http.Request, error)

NewDeprecatedUserServicePhoneNumberRemoveRequest generates requests for DeprecatedUserServicePhoneNumberRemove

func NewDeprecatedUserServicePhoneNumberVerifyRequest

func NewDeprecatedUserServicePhoneNumberVerifyRequest(server string, userId openapi_types.UUID, body DeprecatedUserServicePhoneNumberVerifyJSONRequestBody) (*http.Request, error)

NewDeprecatedUserServicePhoneNumberVerifyRequest calls the generic DeprecatedUserServicePhoneNumberVerify builder with application/json body

func NewDeprecatedUserServicePhoneNumberVerifyRequestWithBody

func NewDeprecatedUserServicePhoneNumberVerifyRequestWithBody(server string, userId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDeprecatedUserServicePhoneNumberVerifyRequestWithBody generates requests for DeprecatedUserServicePhoneNumberVerify with any type of body

func NewDeprecatedUserServiceUserGetOwnRequest

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

NewDeprecatedUserServiceUserGetOwnRequest generates requests for DeprecatedUserServiceUserGetOwn

func NewDeprecatedUserServiceUserGetRequest

func NewDeprecatedUserServiceUserGetRequest(server string, userId string) (*http.Request, error)

NewDeprecatedUserServiceUserGetRequest generates requests for DeprecatedUserServiceUserGet

func NewDeprecatedUserTerminateAllSessionsRequest

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

NewDeprecatedUserTerminateAllSessionsRequest generates requests for DeprecatedUserTerminateAllSessions

func NewDeprecatedUserTerminateSessionRequest

func NewDeprecatedUserTerminateSessionRequest(server string, tokenId string) (*http.Request, error)

NewDeprecatedUserTerminateSessionRequest generates requests for DeprecatedUserTerminateSession

func NewDeprecatedUserUpdateAccountRequest

func NewDeprecatedUserUpdateAccountRequest(server string, body DeprecatedUserUpdateAccountJSONRequestBody) (*http.Request, error)

NewDeprecatedUserUpdateAccountRequest calls the generic DeprecatedUserUpdateAccount builder with application/json body

func NewDeprecatedUserUpdateAccountRequestWithBody

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

NewDeprecatedUserUpdateAccountRequestWithBody generates requests for DeprecatedUserUpdateAccount with any type of body

func NewDeprecatedUserVerifyEmailRequest

func NewDeprecatedUserVerifyEmailRequest(server string, body DeprecatedUserVerifyEmailJSONRequestBody) (*http.Request, error)

NewDeprecatedUserVerifyEmailRequest calls the generic DeprecatedUserVerifyEmail builder with application/json body

func NewDeprecatedUserVerifyEmailRequestWithBody

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

NewDeprecatedUserVerifyEmailRequestWithBody generates requests for DeprecatedUserVerifyEmail with any type of body

func NewDnsCreateDnsZoneRequest

func NewDnsCreateDnsZoneRequest(server string, body DnsCreateDnsZoneJSONRequestBody) (*http.Request, error)

NewDnsCreateDnsZoneRequest calls the generic DnsCreateDnsZone builder with application/json body

func NewDnsCreateDnsZoneRequestWithBody

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

NewDnsCreateDnsZoneRequestWithBody generates requests for DnsCreateDnsZone with any type of body

func NewDnsDeleteDnsZoneRequest

func NewDnsDeleteDnsZoneRequest(server string, dnsZoneId openapi_types.UUID) (*http.Request, error)

NewDnsDeleteDnsZoneRequest generates requests for DnsDeleteDnsZone

func NewDnsGetDnsZoneRequest

func NewDnsGetDnsZoneRequest(server string, dnsZoneId openapi_types.UUID) (*http.Request, error)

NewDnsGetDnsZoneRequest generates requests for DnsGetDnsZone

func NewDnsListDnsZonesRequest

func NewDnsListDnsZonesRequest(server string, projectId openapi_types.UUID) (*http.Request, error)

NewDnsListDnsZonesRequest generates requests for DnsListDnsZones

func NewDnsRecordASetCustomDeprecatedRequest

func NewDnsRecordASetCustomDeprecatedRequest(server string, zoneId openapi_types.UUID, body DnsRecordASetCustomDeprecatedJSONRequestBody) (*http.Request, error)

NewDnsRecordASetCustomDeprecatedRequest calls the generic DnsRecordASetCustomDeprecated builder with application/json body

func NewDnsRecordASetCustomDeprecatedRequestWithBody

func NewDnsRecordASetCustomDeprecatedRequestWithBody(server string, zoneId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDnsRecordASetCustomDeprecatedRequestWithBody generates requests for DnsRecordASetCustomDeprecated with any type of body

func NewDnsRecordASetManagedByIngressDeprecatedRequest

func NewDnsRecordASetManagedByIngressDeprecatedRequest(server string, zoneId openapi_types.UUID, body DnsRecordASetManagedByIngressDeprecatedJSONRequestBody) (*http.Request, error)

NewDnsRecordASetManagedByIngressDeprecatedRequest calls the generic DnsRecordASetManagedByIngressDeprecated builder with application/json body

func NewDnsRecordASetManagedByIngressDeprecatedRequestWithBody

func NewDnsRecordASetManagedByIngressDeprecatedRequestWithBody(server string, zoneId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDnsRecordASetManagedByIngressDeprecatedRequestWithBody generates requests for DnsRecordASetManagedByIngressDeprecated with any type of body

func NewDnsRecordCnameSetDeprecatedRequest

func NewDnsRecordCnameSetDeprecatedRequest(server string, zoneId openapi_types.UUID, body DnsRecordCnameSetDeprecatedJSONRequestBody) (*http.Request, error)

NewDnsRecordCnameSetDeprecatedRequest calls the generic DnsRecordCnameSetDeprecated builder with application/json body

func NewDnsRecordCnameSetDeprecatedRequestWithBody

func NewDnsRecordCnameSetDeprecatedRequestWithBody(server string, zoneId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDnsRecordCnameSetDeprecatedRequestWithBody generates requests for DnsRecordCnameSetDeprecated with any type of body

func NewDnsRecordMxSetCustomDeprecatedRequest

func NewDnsRecordMxSetCustomDeprecatedRequest(server string, zoneId openapi_types.UUID, body DnsRecordMxSetCustomDeprecatedJSONRequestBody) (*http.Request, error)

NewDnsRecordMxSetCustomDeprecatedRequest calls the generic DnsRecordMxSetCustomDeprecated builder with application/json body

func NewDnsRecordMxSetCustomDeprecatedRequestWithBody

func NewDnsRecordMxSetCustomDeprecatedRequestWithBody(server string, zoneId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDnsRecordMxSetCustomDeprecatedRequestWithBody generates requests for DnsRecordMxSetCustomDeprecated with any type of body

func NewDnsRecordMxSetManagedDeprecatedRequest

func NewDnsRecordMxSetManagedDeprecatedRequest(server string, zoneId openapi_types.UUID, body DnsRecordMxSetManagedDeprecatedJSONRequestBody) (*http.Request, error)

NewDnsRecordMxSetManagedDeprecatedRequest calls the generic DnsRecordMxSetManagedDeprecated builder with application/json body

func NewDnsRecordMxSetManagedDeprecatedRequestWithBody

func NewDnsRecordMxSetManagedDeprecatedRequestWithBody(server string, zoneId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDnsRecordMxSetManagedDeprecatedRequestWithBody generates requests for DnsRecordMxSetManagedDeprecated with any type of body

func NewDnsRecordSrvSetDeprecatedRequest

func NewDnsRecordSrvSetDeprecatedRequest(server string, zoneId openapi_types.UUID, body DnsRecordSrvSetDeprecatedJSONRequestBody) (*http.Request, error)

NewDnsRecordSrvSetDeprecatedRequest calls the generic DnsRecordSrvSetDeprecated builder with application/json body

func NewDnsRecordSrvSetDeprecatedRequestWithBody

func NewDnsRecordSrvSetDeprecatedRequestWithBody(server string, zoneId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDnsRecordSrvSetDeprecatedRequestWithBody generates requests for DnsRecordSrvSetDeprecated with any type of body

func NewDnsRecordTxtSetDeprecatedRequest

func NewDnsRecordTxtSetDeprecatedRequest(server string, zoneId openapi_types.UUID, body DnsRecordTxtSetDeprecatedJSONRequestBody) (*http.Request, error)

NewDnsRecordTxtSetDeprecatedRequest calls the generic DnsRecordTxtSetDeprecated builder with application/json body

func NewDnsRecordTxtSetDeprecatedRequestWithBody

func NewDnsRecordTxtSetDeprecatedRequestWithBody(server string, zoneId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDnsRecordTxtSetDeprecatedRequestWithBody generates requests for DnsRecordTxtSetDeprecated with any type of body

func NewDnsSetRecordSetManagedRequest

func NewDnsSetRecordSetManagedRequest(server string, dnsZoneId openapi_types.UUID, recordSet DnsSetRecordSetManagedParamsRecordSet, body DnsSetRecordSetManagedJSONRequestBody) (*http.Request, error)

NewDnsSetRecordSetManagedRequest calls the generic DnsSetRecordSetManaged builder with application/json body

func NewDnsSetRecordSetManagedRequestWithBody

func NewDnsSetRecordSetManagedRequestWithBody(server string, dnsZoneId openapi_types.UUID, recordSet DnsSetRecordSetManagedParamsRecordSet, contentType string, body io.Reader) (*http.Request, error)

NewDnsSetRecordSetManagedRequestWithBody generates requests for DnsSetRecordSetManaged with any type of body

func NewDnsUpdateRecordSetRequest

func NewDnsUpdateRecordSetRequest(server string, dnsZoneId openapi_types.UUID, recordSet DnsUpdateRecordSetParamsRecordSet, body DnsUpdateRecordSetJSONRequestBody) (*http.Request, error)

NewDnsUpdateRecordSetRequest calls the generic DnsUpdateRecordSet builder with application/json body

func NewDnsUpdateRecordSetRequestWithBody

func NewDnsUpdateRecordSetRequestWithBody(server string, dnsZoneId openapi_types.UUID, recordSet DnsUpdateRecordSetParamsRecordSet, contentType string, body io.Reader) (*http.Request, error)

NewDnsUpdateRecordSetRequestWithBody generates requests for DnsUpdateRecordSet with any type of body

func NewDomainAbortDomainDeclarationRequest

func NewDomainAbortDomainDeclarationRequest(server string, domainId openapi_types.UUID) (*http.Request, error)

NewDomainAbortDomainDeclarationRequest generates requests for DomainAbortDomainDeclaration

func NewDomainChangeOwnercOfDomainV2DeprecatedRequest

func NewDomainChangeOwnercOfDomainV2DeprecatedRequest(server string, domainId openapi_types.UUID, body DomainChangeOwnercOfDomainV2DeprecatedJSONRequestBody) (*http.Request, error)

NewDomainChangeOwnercOfDomainV2DeprecatedRequest calls the generic DomainChangeOwnercOfDomainV2Deprecated builder with application/json body

func NewDomainChangeOwnercOfDomainV2DeprecatedRequestWithBody

func NewDomainChangeOwnercOfDomainV2DeprecatedRequestWithBody(server string, domainId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDomainChangeOwnercOfDomainV2DeprecatedRequestWithBody generates requests for DomainChangeOwnercOfDomainV2Deprecated with any type of body

func NewDomainChangeProjectOfDomainV2DeprecatedRequest

func NewDomainChangeProjectOfDomainV2DeprecatedRequest(server string, domainId openapi_types.UUID, body DomainChangeProjectOfDomainV2DeprecatedJSONRequestBody) (*http.Request, error)

NewDomainChangeProjectOfDomainV2DeprecatedRequest calls the generic DomainChangeProjectOfDomainV2Deprecated builder with application/json body

func NewDomainChangeProjectOfDomainV2DeprecatedRequestWithBody

func NewDomainChangeProjectOfDomainV2DeprecatedRequestWithBody(server string, domainId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDomainChangeProjectOfDomainV2DeprecatedRequestWithBody generates requests for DomainChangeProjectOfDomainV2Deprecated with any type of body

func NewDomainCheckDomainRegistrabilityRequest

func NewDomainCheckDomainRegistrabilityRequest(server string, body DomainCheckDomainRegistrabilityJSONRequestBody) (*http.Request, error)

NewDomainCheckDomainRegistrabilityRequest calls the generic DomainCheckDomainRegistrability builder with application/json body

func NewDomainCheckDomainRegistrabilityRequestWithBody

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

NewDomainCheckDomainRegistrabilityRequestWithBody generates requests for DomainCheckDomainRegistrability with any type of body

func NewDomainCheckDomainRegistrabilityV2DeprecatedRequest

func NewDomainCheckDomainRegistrabilityV2DeprecatedRequest(server string, body DomainCheckDomainRegistrabilityV2DeprecatedJSONRequestBody) (*http.Request, error)

NewDomainCheckDomainRegistrabilityV2DeprecatedRequest calls the generic DomainCheckDomainRegistrabilityV2Deprecated builder with application/json body

func NewDomainCheckDomainRegistrabilityV2DeprecatedRequestWithBody

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

NewDomainCheckDomainRegistrabilityV2DeprecatedRequestWithBody generates requests for DomainCheckDomainRegistrabilityV2Deprecated with any type of body

func NewDomainCheckDomainTransferabilityRequest

func NewDomainCheckDomainTransferabilityRequest(server string, body DomainCheckDomainTransferabilityJSONRequestBody) (*http.Request, error)

NewDomainCheckDomainTransferabilityRequest calls the generic DomainCheckDomainTransferability builder with application/json body

func NewDomainCheckDomainTransferabilityRequestWithBody

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

NewDomainCheckDomainTransferabilityRequestWithBody generates requests for DomainCheckDomainTransferability with any type of body

func NewDomainCreateDomainAuthCodeRequest

func NewDomainCreateDomainAuthCodeRequest(server string, domainId openapi_types.UUID) (*http.Request, error)

NewDomainCreateDomainAuthCodeRequest generates requests for DomainCreateDomainAuthCode

func NewDomainDeclareNameserversV2DeprecatedRequest

func NewDomainDeclareNameserversV2DeprecatedRequest(server string, domainId openapi_types.UUID, body DomainDeclareNameserversV2DeprecatedJSONRequestBody) (*http.Request, error)

NewDomainDeclareNameserversV2DeprecatedRequest calls the generic DomainDeclareNameserversV2Deprecated builder with application/json body

func NewDomainDeclareNameserversV2DeprecatedRequestWithBody

func NewDomainDeclareNameserversV2DeprecatedRequestWithBody(server string, domainId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDomainDeclareNameserversV2DeprecatedRequestWithBody generates requests for DomainDeclareNameserversV2Deprecated with any type of body

func NewDomainDeclareProcessChangeAuthcodeV2DeprecatedRequest

func NewDomainDeclareProcessChangeAuthcodeV2DeprecatedRequest(server string, domainId openapi_types.UUID, body DomainDeclareProcessChangeAuthcodeV2DeprecatedJSONRequestBody) (*http.Request, error)

NewDomainDeclareProcessChangeAuthcodeV2DeprecatedRequest calls the generic DomainDeclareProcessChangeAuthcodeV2Deprecated builder with application/json body

func NewDomainDeclareProcessChangeAuthcodeV2DeprecatedRequestWithBody

func NewDomainDeclareProcessChangeAuthcodeV2DeprecatedRequestWithBody(server string, domainId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDomainDeclareProcessChangeAuthcodeV2DeprecatedRequestWithBody generates requests for DomainDeclareProcessChangeAuthcodeV2Deprecated with any type of body

func NewDomainDeclareProcessChangeHandlesV2DeprecatedRequest

func NewDomainDeclareProcessChangeHandlesV2DeprecatedRequest(server string, domainId openapi_types.UUID, body DomainDeclareProcessChangeHandlesV2DeprecatedJSONRequestBody) (*http.Request, error)

NewDomainDeclareProcessChangeHandlesV2DeprecatedRequest calls the generic DomainDeclareProcessChangeHandlesV2Deprecated builder with application/json body

func NewDomainDeclareProcessChangeHandlesV2DeprecatedRequestWithBody

func NewDomainDeclareProcessChangeHandlesV2DeprecatedRequestWithBody(server string, domainId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDomainDeclareProcessChangeHandlesV2DeprecatedRequestWithBody generates requests for DomainDeclareProcessChangeHandlesV2Deprecated with any type of body

func NewDomainDeleteDomainRequest

func NewDomainDeleteDomainRequest(server string, domainId openapi_types.UUID, params *DomainDeleteDomainParams) (*http.Request, error)

NewDomainDeleteDomainRequest generates requests for DomainDeleteDomain

func NewDomainGetDomainRequest

func NewDomainGetDomainRequest(server string, domainId openapi_types.UUID) (*http.Request, error)

NewDomainGetDomainRequest generates requests for DomainGetDomain

func NewDomainGetHandleFieldsV2DeprecatedRequest

func NewDomainGetHandleFieldsV2DeprecatedRequest(server string, domainName string) (*http.Request, error)

NewDomainGetHandleFieldsV2DeprecatedRequest generates requests for DomainGetHandleFieldsV2Deprecated

func NewDomainGetLatestScreenshotRequest

func NewDomainGetLatestScreenshotRequest(server string, domainId openapi_types.UUID, body DomainGetLatestScreenshotJSONRequestBody) (*http.Request, error)

NewDomainGetLatestScreenshotRequest calls the generic DomainGetLatestScreenshot builder with application/json body

func NewDomainGetLatestScreenshotRequestWithBody

func NewDomainGetLatestScreenshotRequestWithBody(server string, domainId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDomainGetLatestScreenshotRequestWithBody generates requests for DomainGetLatestScreenshot with any type of body

func NewDomainListDomainsRequest

func NewDomainListDomainsRequest(server string, params *DomainListDomainsParams) (*http.Request, error)

NewDomainListDomainsRequest generates requests for DomainListDomains

func NewDomainListDomainsV2DeprecatedRequest

func NewDomainListDomainsV2DeprecatedRequest(server string, projectId openapi_types.UUID, params *DomainListDomainsV2DeprecatedParams) (*http.Request, error)

NewDomainListDomainsV2DeprecatedRequest generates requests for DomainListDomainsV2Deprecated

func NewDomainListTldContactSchemasRequest

func NewDomainListTldContactSchemasRequest(server string, tld string) (*http.Request, error)

NewDomainListTldContactSchemasRequest generates requests for DomainListTldContactSchemas

func NewDomainListTldsRequest

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

NewDomainListTldsRequest generates requests for DomainListTlds

func NewDomainResendDomainEmailRequest

func NewDomainResendDomainEmailRequest(server string, domainId openapi_types.UUID) (*http.Request, error)

NewDomainResendDomainEmailRequest generates requests for DomainResendDomainEmail

func NewDomainUpdateDomainAuthCodeRequest

func NewDomainUpdateDomainAuthCodeRequest(server string, domainId openapi_types.UUID, body DomainUpdateDomainAuthCodeJSONRequestBody) (*http.Request, error)

NewDomainUpdateDomainAuthCodeRequest calls the generic DomainUpdateDomainAuthCode builder with application/json body

func NewDomainUpdateDomainAuthCodeRequestWithBody

func NewDomainUpdateDomainAuthCodeRequestWithBody(server string, domainId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDomainUpdateDomainAuthCodeRequestWithBody generates requests for DomainUpdateDomainAuthCode with any type of body

func NewDomainUpdateDomainContactRequest

func NewDomainUpdateDomainContactRequest(server string, domainId openapi_types.UUID, contact DomainUpdateDomainContactParamsContact, body DomainUpdateDomainContactJSONRequestBody) (*http.Request, error)

NewDomainUpdateDomainContactRequest calls the generic DomainUpdateDomainContact builder with application/json body

func NewDomainUpdateDomainContactRequestWithBody

func NewDomainUpdateDomainContactRequestWithBody(server string, domainId openapi_types.UUID, contact DomainUpdateDomainContactParamsContact, contentType string, body io.Reader) (*http.Request, error)

NewDomainUpdateDomainContactRequestWithBody generates requests for DomainUpdateDomainContact with any type of body

func NewDomainUpdateDomainNameserversRequest

func NewDomainUpdateDomainNameserversRequest(server string, domainId openapi_types.UUID, body DomainUpdateDomainNameserversJSONRequestBody) (*http.Request, error)

NewDomainUpdateDomainNameserversRequest calls the generic DomainUpdateDomainNameservers builder with application/json body

func NewDomainUpdateDomainNameserversRequestWithBody

func NewDomainUpdateDomainNameserversRequestWithBody(server string, domainId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDomainUpdateDomainNameserversRequestWithBody generates requests for DomainUpdateDomainNameservers with any type of body

func NewDomainUpdateDomainProjectIdRequest

func NewDomainUpdateDomainProjectIdRequest(server string, domainId openapi_types.UUID, body DomainUpdateDomainProjectIdJSONRequestBody) (*http.Request, error)

NewDomainUpdateDomainProjectIdRequest calls the generic DomainUpdateDomainProjectId builder with application/json body

func NewDomainUpdateDomainProjectIdRequestWithBody

func NewDomainUpdateDomainProjectIdRequestWithBody(server string, domainId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDomainUpdateDomainProjectIdRequestWithBody generates requests for DomainUpdateDomainProjectId with any type of body

func NewExtensionAuthenticateInstanceRequest

func NewExtensionAuthenticateInstanceRequest(server string, extensionInstanceId openapi_types.UUID, body ExtensionAuthenticateInstanceJSONRequestBody) (*http.Request, error)

NewExtensionAuthenticateInstanceRequest calls the generic ExtensionAuthenticateInstance builder with application/json body

func NewExtensionAuthenticateInstanceRequestWithBody

func NewExtensionAuthenticateInstanceRequestWithBody(server string, extensionInstanceId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewExtensionAuthenticateInstanceRequestWithBody generates requests for ExtensionAuthenticateInstance with any type of body

func NewExtensionConsentToExtensionScopesRequest

func NewExtensionConsentToExtensionScopesRequest(server string, extensionInstanceId openapi_types.UUID, body ExtensionConsentToExtensionScopesJSONRequestBody) (*http.Request, error)

NewExtensionConsentToExtensionScopesRequest calls the generic ExtensionConsentToExtensionScopes builder with application/json body

func NewExtensionConsentToExtensionScopesRequestWithBody

func NewExtensionConsentToExtensionScopesRequestWithBody(server string, extensionInstanceId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewExtensionConsentToExtensionScopesRequestWithBody generates requests for ExtensionConsentToExtensionScopes with any type of body

func NewExtensionCreateExtensionInstanceRequest

func NewExtensionCreateExtensionInstanceRequest(server string, body ExtensionCreateExtensionInstanceJSONRequestBody) (*http.Request, error)

NewExtensionCreateExtensionInstanceRequest calls the generic ExtensionCreateExtensionInstance builder with application/json body

func NewExtensionCreateExtensionInstanceRequestWithBody

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

NewExtensionCreateExtensionInstanceRequestWithBody generates requests for ExtensionCreateExtensionInstance with any type of body

func NewExtensionDeleteExtensionInstanceRequest

func NewExtensionDeleteExtensionInstanceRequest(server string, extensionInstanceId openapi_types.UUID) (*http.Request, error)

NewExtensionDeleteExtensionInstanceRequest generates requests for ExtensionDeleteExtensionInstance

func NewExtensionDisableExtensionInstanceRequest

func NewExtensionDisableExtensionInstanceRequest(server string, extensionInstanceId openapi_types.UUID) (*http.Request, error)

NewExtensionDisableExtensionInstanceRequest generates requests for ExtensionDisableExtensionInstance

func NewExtensionEnableExtensionInstanceRequest

func NewExtensionEnableExtensionInstanceRequest(server string, extensionInstanceId openapi_types.UUID) (*http.Request, error)

NewExtensionEnableExtensionInstanceRequest generates requests for ExtensionEnableExtensionInstance

func NewExtensionGetContributorRequest

func NewExtensionGetContributorRequest(server string, contributorId openapi_types.UUID) (*http.Request, error)

NewExtensionGetContributorRequest generates requests for ExtensionGetContributor

func NewExtensionGetExtensionInstanceRequest

func NewExtensionGetExtensionInstanceRequest(server string, extensionInstanceId openapi_types.UUID) (*http.Request, error)

NewExtensionGetExtensionInstanceRequest generates requests for ExtensionGetExtensionInstance

func NewExtensionGetExtensionRequest

func NewExtensionGetExtensionRequest(server string, extensionId openapi_types.UUID) (*http.Request, error)

NewExtensionGetExtensionRequest generates requests for ExtensionGetExtension

func NewExtensionGetPublicKeyRequest

func NewExtensionGetPublicKeyRequest(server string, serial string) (*http.Request, error)

NewExtensionGetPublicKeyRequest generates requests for ExtensionGetPublicKey

func NewExtensionListContributorsRequest

func NewExtensionListContributorsRequest(server string, params *ExtensionListContributorsParams) (*http.Request, error)

NewExtensionListContributorsRequest generates requests for ExtensionListContributors

func NewExtensionListExtensionInstancesRequest

func NewExtensionListExtensionInstancesRequest(server string, params *ExtensionListExtensionInstancesParams) (*http.Request, error)

NewExtensionListExtensionInstancesRequest generates requests for ExtensionListExtensionInstances

func NewExtensionListExtensionsRequest

func NewExtensionListExtensionsRequest(server string, params *ExtensionListExtensionsParams) (*http.Request, error)

NewExtensionListExtensionsRequest generates requests for ExtensionListExtensions

func NewFileCreateFileRequestWithBody

func NewFileCreateFileRequestWithBody(server string, params *FileCreateFileParams, contentType string, body io.Reader) (*http.Request, error)

NewFileCreateFileRequestWithBody generates requests for FileCreateFile with any type of body

func NewFileGetFileMetaRequest

func NewFileGetFileMetaRequest(server string, fileId openapi_types.UUID) (*http.Request, error)

NewFileGetFileMetaRequest generates requests for FileGetFileMeta

func NewFileGetFileRequest

func NewFileGetFileRequest(server string, fileId openapi_types.UUID, params *FileGetFileParams) (*http.Request, error)

NewFileGetFileRequest generates requests for FileGetFile

func NewFileGetFileUploadTokenRulesRequest

func NewFileGetFileUploadTokenRulesRequest(server string, fileUploadToken openapi_types.UUID) (*http.Request, error)

NewFileGetFileUploadTokenRulesRequest generates requests for FileGetFileUploadTokenRules

func NewFileGetFileUploadTypeRulesRequest

func NewFileGetFileUploadTypeRulesRequest(server string, fileUploadType FileGetFileUploadTypeRulesParamsFileUploadType) (*http.Request, error)

NewFileGetFileUploadTypeRulesRequest generates requests for FileGetFileUploadTypeRules

func NewFileGetFileWithNameRequest

func NewFileGetFileWithNameRequest(server string, fileId openapi_types.UUID, fileName string, params *FileGetFileWithNameParams) (*http.Request, error)

NewFileGetFileWithNameRequest generates requests for FileGetFileWithName

func NewGetV2AppinstallationsAppInstallationIdMissingDependenciesRequest

func NewGetV2AppinstallationsAppInstallationIdMissingDependenciesRequest(server string, appInstallationId openapi_types.UUID, params *GetV2AppinstallationsAppInstallationIdMissingDependenciesParams) (*http.Request, error)

NewGetV2AppinstallationsAppInstallationIdMissingDependenciesRequest generates requests for GetV2AppinstallationsAppInstallationIdMissingDependencies

func NewGetV2AppinstallationsAppInstallationIdRequest

func NewGetV2AppinstallationsAppInstallationIdRequest(server string, appInstallationId openapi_types.UUID) (*http.Request, error)

NewGetV2AppinstallationsAppInstallationIdRequest generates requests for GetV2AppinstallationsAppInstallationId

func NewGetV2AppinstallationsAppInstallationIdStatusRequest

func NewGetV2AppinstallationsAppInstallationIdStatusRequest(server string, appInstallationId string) (*http.Request, error)

NewGetV2AppinstallationsAppInstallationIdStatusRequest generates requests for GetV2AppinstallationsAppInstallationIdStatus

func NewGetV2DeliveryboxesDeliveryBoxIdRequest

func NewGetV2DeliveryboxesDeliveryBoxIdRequest(server string, deliveryBoxId openapi_types.UUID) (*http.Request, error)

NewGetV2DeliveryboxesDeliveryBoxIdRequest generates requests for GetV2DeliveryboxesDeliveryBoxId

func NewGetV2DnsZonesDnsZoneIdRequest

func NewGetV2DnsZonesDnsZoneIdRequest(server string, dnsZoneId openapi_types.UUID) (*http.Request, error)

NewGetV2DnsZonesDnsZoneIdRequest generates requests for GetV2DnsZonesDnsZoneId

func NewGetV2DomainsSupportedTldsRequest

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

NewGetV2DomainsSupportedTldsRequest generates requests for GetV2DomainsSupportedTlds

func NewGetV2MailaddressesMailAddressIdRequest

func NewGetV2MailaddressesMailAddressIdRequest(server string, mailAddressId openapi_types.UUID) (*http.Request, error)

NewGetV2MailaddressesMailAddressIdRequest generates requests for GetV2MailaddressesMailAddressId

func NewGetV2NotificationsUnreadCountsRequest

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

NewGetV2NotificationsUnreadCountsRequest generates requests for GetV2NotificationsUnreadCounts

func NewGetV2PageinsightsRequest

func NewGetV2PageinsightsRequest(server string, params *GetV2PageinsightsParams) (*http.Request, error)

NewGetV2PageinsightsRequest generates requests for GetV2Pageinsights

func NewGetV2ProjectProjectIdSftpUsersRequest

func NewGetV2ProjectProjectIdSftpUsersRequest(server string, projectId string, params *GetV2ProjectProjectIdSftpUsersParams) (*http.Request, error)

NewGetV2ProjectProjectIdSftpUsersRequest generates requests for GetV2ProjectProjectIdSftpUsers

func NewGetV2ProjectsProjectIdAppinstallationsRequest

func NewGetV2ProjectsProjectIdAppinstallationsRequest(server string, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdAppinstallationsParams) (*http.Request, error)

NewGetV2ProjectsProjectIdAppinstallationsRequest generates requests for GetV2ProjectsProjectIdAppinstallations

func NewGetV2ProjectsProjectIdDeliveryboxesRequest

func NewGetV2ProjectsProjectIdDeliveryboxesRequest(server string, projectId string) (*http.Request, error)

NewGetV2ProjectsProjectIdDeliveryboxesRequest generates requests for GetV2ProjectsProjectIdDeliveryboxes

func NewGetV2ProjectsProjectIdDnsZonesRequest

func NewGetV2ProjectsProjectIdDnsZonesRequest(server string, projectId openapi_types.UUID) (*http.Request, error)

NewGetV2ProjectsProjectIdDnsZonesRequest generates requests for GetV2ProjectsProjectIdDnsZones

func NewGetV2ProjectsProjectIdFilesystemDirectoriesRequest

func NewGetV2ProjectsProjectIdFilesystemDirectoriesRequest(server string, projectId string, params *GetV2ProjectsProjectIdFilesystemDirectoriesParams) (*http.Request, error)

NewGetV2ProjectsProjectIdFilesystemDirectoriesRequest generates requests for GetV2ProjectsProjectIdFilesystemDirectories

func NewGetV2ProjectsProjectIdFilesystemFilesRawRequest

func NewGetV2ProjectsProjectIdFilesystemFilesRawRequest(server string, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdFilesystemFilesRawParams) (*http.Request, error)

NewGetV2ProjectsProjectIdFilesystemFilesRawRequest generates requests for GetV2ProjectsProjectIdFilesystemFilesRaw

func NewGetV2ProjectsProjectIdFilesystemFilesRequest

func NewGetV2ProjectsProjectIdFilesystemFilesRequest(server string, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdFilesystemFilesParams) (*http.Request, error)

NewGetV2ProjectsProjectIdFilesystemFilesRequest generates requests for GetV2ProjectsProjectIdFilesystemFiles

func NewGetV2ProjectsProjectIdFilesystemUsagesDiskRequest

func NewGetV2ProjectsProjectIdFilesystemUsagesDiskRequest(server string, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdFilesystemUsagesDiskParams) (*http.Request, error)

NewGetV2ProjectsProjectIdFilesystemUsagesDiskRequest generates requests for GetV2ProjectsProjectIdFilesystemUsagesDisk

func NewGetV2ProjectsProjectIdMailaddressesRequest

func NewGetV2ProjectsProjectIdMailaddressesRequest(server string, projectId string) (*http.Request, error)

NewGetV2ProjectsProjectIdMailaddressesRequest generates requests for GetV2ProjectsProjectIdMailaddresses

func NewGetV2ProjectsProjectIdMailsettingsRequest

func NewGetV2ProjectsProjectIdMailsettingsRequest(server string, projectId string) (*http.Request, error)

NewGetV2ProjectsProjectIdMailsettingsRequest generates requests for GetV2ProjectsProjectIdMailsettings

func NewGetV2ProjectsProjectIdPageinsightsRequest

func NewGetV2ProjectsProjectIdPageinsightsRequest(server string, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdPageinsightsParams) (*http.Request, error)

NewGetV2ProjectsProjectIdPageinsightsRequest generates requests for GetV2ProjectsProjectIdPageinsights

func NewGetV2SignupEmailRequest

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

NewGetV2SignupEmailRequest generates requests for GetV2SignupEmail

func NewGetV2SignupMfaRequest

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

NewGetV2SignupMfaRequest generates requests for GetV2SignupMfa

func NewGetV2SignupPasswordRequest

func NewGetV2SignupPasswordRequest(server string, body GetV2SignupPasswordJSONRequestBody) (*http.Request, error)

NewGetV2SignupPasswordRequest calls the generic GetV2SignupPassword builder with application/json body

func NewGetV2SignupPasswordRequestWithBody

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

NewGetV2SignupPasswordRequestWithBody generates requests for GetV2SignupPassword with any type of body

func NewGetV2SignupProfileRequest

func NewGetV2SignupProfileRequest(server string, body GetV2SignupProfileJSONRequestBody) (*http.Request, error)

NewGetV2SignupProfileRequest calls the generic GetV2SignupProfile builder with application/json body

func NewGetV2SignupProfileRequestWithBody

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

NewGetV2SignupProfileRequestWithBody generates requests for GetV2SignupProfile with any type of body

func NewGetV2SignupSessionsRequest

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

NewGetV2SignupSessionsRequest generates requests for GetV2SignupSessions

func NewGetV2SignupSessionsTokenIdRequest

func NewGetV2SignupSessionsTokenIdRequest(server string, tokenId string) (*http.Request, error)

NewGetV2SignupSessionsTokenIdRequest generates requests for GetV2SignupSessionsTokenId

func NewGetV2SignupSshRequest

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

NewGetV2SignupSshRequest generates requests for GetV2SignupSsh

func NewGetV2SignupSshSshKeyIdRequest

func NewGetV2SignupSshSshKeyIdRequest(server string, sshKeyId openapi_types.UUID) (*http.Request, error)

NewGetV2SignupSshSshKeyIdRequest generates requests for GetV2SignupSshSshKeyId

func NewGetV2SignupSupportcodeRequest

func NewGetV2SignupSupportcodeRequest(server string, params *GetV2SignupSupportcodeParams) (*http.Request, error)

NewGetV2SignupSupportcodeRequest generates requests for GetV2SignupSupportcode

func NewGetV2SignupSupportcodesRequest

func NewGetV2SignupSupportcodesRequest(server string, params *GetV2SignupSupportcodesParams) (*http.Request, error)

NewGetV2SignupSupportcodesRequest generates requests for GetV2SignupSupportcodes

func NewGetV2SignupTokenApiApiTokenIdRequest

func NewGetV2SignupTokenApiApiTokenIdRequest(server string, apiTokenId openapi_types.UUID) (*http.Request, error)

NewGetV2SignupTokenApiApiTokenIdRequest generates requests for GetV2SignupTokenApiApiTokenId

func NewGetV2SignupTokenApiRequest

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

NewGetV2SignupTokenApiRequest generates requests for GetV2SignupTokenApi

func NewGetV2SystemsoftwareSystemSoftwareIdVersionsRequest

func NewGetV2SystemsoftwareSystemSoftwareIdVersionsRequest(server string, systemSoftwareId openapi_types.UUID, params *GetV2SystemsoftwareSystemSoftwareIdVersionsParams) (*http.Request, error)

NewGetV2SystemsoftwareSystemSoftwareIdVersionsRequest generates requests for GetV2SystemsoftwareSystemSoftwareIdVersions

func NewGetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdRequest

func NewGetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdRequest(server string, systemSoftwareId openapi_types.UUID, systemSoftwareVersionId openapi_types.UUID) (*http.Request, error)

NewGetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdRequest generates requests for GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId

func NewGetV2SystemsoftwaresRequest

func NewGetV2SystemsoftwaresRequest(server string, params *GetV2SystemsoftwaresParams) (*http.Request, error)

NewGetV2SystemsoftwaresRequest generates requests for GetV2Systemsoftwares

func NewGetV2SystemsoftwaresSystemSoftwareIdRequest

func NewGetV2SystemsoftwaresSystemSoftwareIdRequest(server string, systemSoftwareId openapi_types.UUID) (*http.Request, error)

NewGetV2SystemsoftwaresSystemSoftwareIdRequest generates requests for GetV2SystemsoftwaresSystemSoftwareId

func NewIngressCreateIngressRequest

func NewIngressCreateIngressRequest(server string, body IngressCreateIngressJSONRequestBody) (*http.Request, error)

NewIngressCreateIngressRequest calls the generic IngressCreateIngress builder with application/json body

func NewIngressCreateIngressRequestWithBody

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

NewIngressCreateIngressRequestWithBody generates requests for IngressCreateIngress with any type of body

func NewIngressDeleteIngressRequest

func NewIngressDeleteIngressRequest(server string, ingressId openapi_types.UUID) (*http.Request, error)

NewIngressDeleteIngressRequest generates requests for IngressDeleteIngress

func NewIngressGetIngressRequest

func NewIngressGetIngressRequest(server string, ingressId openapi_types.UUID) (*http.Request, error)

NewIngressGetIngressRequest generates requests for IngressGetIngress

func NewIngressIngressVerifyOwnershipRequest

func NewIngressIngressVerifyOwnershipRequest(server string, ingressId openapi_types.UUID) (*http.Request, error)

NewIngressIngressVerifyOwnershipRequest generates requests for IngressIngressVerifyOwnership

func NewIngressListIngressesRequest

func NewIngressListIngressesRequest(server string, params *IngressListIngressesParams) (*http.Request, error)

NewIngressListIngressesRequest generates requests for IngressListIngresses

func NewIngressListIngressesV2DeprecatedRequest

func NewIngressListIngressesV2DeprecatedRequest(server string, projectId openapi_types.UUID) (*http.Request, error)

NewIngressListIngressesV2DeprecatedRequest generates requests for IngressListIngressesV2Deprecated

func NewIngressPathsDeprecatedRequest

func NewIngressPathsDeprecatedRequest(server string, ingressId openapi_types.UUID, body IngressPathsDeprecatedJSONRequestBody) (*http.Request, error)

NewIngressPathsDeprecatedRequest calls the generic IngressPathsDeprecated builder with application/json body

func NewIngressPathsDeprecatedRequestWithBody

func NewIngressPathsDeprecatedRequestWithBody(server string, ingressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewIngressPathsDeprecatedRequestWithBody generates requests for IngressPathsDeprecated with any type of body

func NewIngressRequestIngressAcmeCertificateIssuanceRequest

func NewIngressRequestIngressAcmeCertificateIssuanceRequest(server string, ingressId openapi_types.UUID) (*http.Request, error)

NewIngressRequestIngressAcmeCertificateIssuanceRequest generates requests for IngressRequestIngressAcmeCertificateIssuance

func NewIngressTlsDeprecatedRequest

func NewIngressTlsDeprecatedRequest(server string, ingressId openapi_types.UUID, body IngressTlsDeprecatedJSONRequestBody) (*http.Request, error)

NewIngressTlsDeprecatedRequest calls the generic IngressTlsDeprecated builder with application/json body

func NewIngressTlsDeprecatedRequestWithBody

func NewIngressTlsDeprecatedRequestWithBody(server string, ingressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewIngressTlsDeprecatedRequestWithBody generates requests for IngressTlsDeprecated with any type of body

func NewIngressUpdateIngressPathsRequest

func NewIngressUpdateIngressPathsRequest(server string, ingressId openapi_types.UUID, body IngressUpdateIngressPathsJSONRequestBody) (*http.Request, error)

NewIngressUpdateIngressPathsRequest calls the generic IngressUpdateIngressPaths builder with application/json body

func NewIngressUpdateIngressPathsRequestWithBody

func NewIngressUpdateIngressPathsRequestWithBody(server string, ingressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewIngressUpdateIngressPathsRequestWithBody generates requests for IngressUpdateIngressPaths with any type of body

func NewIngressUpdateIngressTlsRequest

func NewIngressUpdateIngressTlsRequest(server string, ingressId openapi_types.UUID, body IngressUpdateIngressTlsJSONRequestBody) (*http.Request, error)

NewIngressUpdateIngressTlsRequest calls the generic IngressUpdateIngressTls builder with application/json body

func NewIngressUpdateIngressTlsRequestWithBody

func NewIngressUpdateIngressTlsRequestWithBody(server string, ingressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewIngressUpdateIngressTlsRequestWithBody generates requests for IngressUpdateIngressTls with any type of body

func NewInvoiceDetailRequest

func NewInvoiceDetailRequest(server string, invoiceId openapi_types.UUID) (*http.Request, error)

NewInvoiceDetailRequest generates requests for InvoiceDetail

func NewInvoiceGetDetailOfInvoiceSettingsRequest

func NewInvoiceGetDetailOfInvoiceSettingsRequest(server string, customerId string) (*http.Request, error)

NewInvoiceGetDetailOfInvoiceSettingsRequest generates requests for InvoiceGetDetailOfInvoiceSettings

func NewInvoiceGetFileAccessTokenRequest

func NewInvoiceGetFileAccessTokenRequest(server string, customerId string, invoiceId openapi_types.UUID) (*http.Request, error)

NewInvoiceGetFileAccessTokenRequest generates requests for InvoiceGetFileAccessToken

func NewInvoiceListCustomerInvoicesRequest

func NewInvoiceListCustomerInvoicesRequest(server string, customerId string, params *InvoiceListCustomerInvoicesParams) (*http.Request, error)

NewInvoiceListCustomerInvoicesRequest generates requests for InvoiceListCustomerInvoices

func NewInvoiceUpdateInvoiceSettingsRequest

func NewInvoiceUpdateInvoiceSettingsRequest(server string, customerId string, body InvoiceUpdateInvoiceSettingsJSONRequestBody) (*http.Request, error)

NewInvoiceUpdateInvoiceSettingsRequest calls the generic InvoiceUpdateInvoiceSettings builder with application/json body

func NewInvoiceUpdateInvoiceSettingsRequestWithBody

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

NewInvoiceUpdateInvoiceSettingsRequestWithBody generates requests for InvoiceUpdateInvoiceSettings with any type of body

func NewMailCreateDeliveryboxRequest

func NewMailCreateDeliveryboxRequest(server string, projectId string, body MailCreateDeliveryboxJSONRequestBody) (*http.Request, error)

NewMailCreateDeliveryboxRequest calls the generic MailCreateDeliverybox builder with application/json body

func NewMailCreateDeliveryboxRequestWithBody

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

NewMailCreateDeliveryboxRequestWithBody generates requests for MailCreateDeliverybox with any type of body

func NewMailCreateMailAddressRequest

func NewMailCreateMailAddressRequest(server string, projectId string, body MailCreateMailAddressJSONRequestBody) (*http.Request, error)

NewMailCreateMailAddressRequest calls the generic MailCreateMailAddress builder with application/json body

func NewMailCreateMailAddressRequestWithBody

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

NewMailCreateMailAddressRequestWithBody generates requests for MailCreateMailAddress with any type of body

func NewMailDeleteDeliveryBoxRequest

func NewMailDeleteDeliveryBoxRequest(server string, deliveryBoxId openapi_types.UUID) (*http.Request, error)

NewMailDeleteDeliveryBoxRequest generates requests for MailDeleteDeliveryBox

func NewMailDeleteMailAddressRequest

func NewMailDeleteMailAddressRequest(server string, mailAddressId openapi_types.UUID) (*http.Request, error)

NewMailDeleteMailAddressRequest generates requests for MailDeleteMailAddress

func NewMailDeliveryboxUpdateDescriptionDeprecatedRequest

func NewMailDeliveryboxUpdateDescriptionDeprecatedRequest(server string, id openapi_types.UUID, body MailDeliveryboxUpdateDescriptionDeprecatedJSONRequestBody) (*http.Request, error)

NewMailDeliveryboxUpdateDescriptionDeprecatedRequest calls the generic MailDeliveryboxUpdateDescriptionDeprecated builder with application/json body

func NewMailDeliveryboxUpdateDescriptionDeprecatedRequestWithBody

func NewMailDeliveryboxUpdateDescriptionDeprecatedRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailDeliveryboxUpdateDescriptionDeprecatedRequestWithBody generates requests for MailDeliveryboxUpdateDescriptionDeprecated with any type of body

func NewMailDeliveryboxUpdatePasswordDeprecatedRequest

func NewMailDeliveryboxUpdatePasswordDeprecatedRequest(server string, id openapi_types.UUID, body MailDeliveryboxUpdatePasswordDeprecatedJSONRequestBody) (*http.Request, error)

NewMailDeliveryboxUpdatePasswordDeprecatedRequest calls the generic MailDeliveryboxUpdatePasswordDeprecated builder with application/json body

func NewMailDeliveryboxUpdatePasswordDeprecatedRequestWithBody

func NewMailDeliveryboxUpdatePasswordDeprecatedRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailDeliveryboxUpdatePasswordDeprecatedRequestWithBody generates requests for MailDeliveryboxUpdatePasswordDeprecated with any type of body

func NewMailGetDeliveryBoxRequest

func NewMailGetDeliveryBoxRequest(server string, deliveryBoxId openapi_types.UUID) (*http.Request, error)

NewMailGetDeliveryBoxRequest generates requests for MailGetDeliveryBox

func NewMailGetMailAddressRequest

func NewMailGetMailAddressRequest(server string, mailAddressId openapi_types.UUID) (*http.Request, error)

NewMailGetMailAddressRequest generates requests for MailGetMailAddress

func NewMailListDeliveryBoxesRequest

func NewMailListDeliveryBoxesRequest(server string, projectId string) (*http.Request, error)

NewMailListDeliveryBoxesRequest generates requests for MailListDeliveryBoxes

func NewMailListMailAddressesRequest

func NewMailListMailAddressesRequest(server string, projectId string) (*http.Request, error)

NewMailListMailAddressesRequest generates requests for MailListMailAddresses

func NewMailListProjectMailSettingsRequest

func NewMailListProjectMailSettingsRequest(server string, projectId string) (*http.Request, error)

NewMailListProjectMailSettingsRequest generates requests for MailListProjectMailSettings

func NewMailMailaddressUpdateAddressDeprecatedRequest

func NewMailMailaddressUpdateAddressDeprecatedRequest(server string, id openapi_types.UUID, body MailMailaddressUpdateAddressDeprecatedJSONRequestBody) (*http.Request, error)

NewMailMailaddressUpdateAddressDeprecatedRequest calls the generic MailMailaddressUpdateAddressDeprecated builder with application/json body

func NewMailMailaddressUpdateAddressDeprecatedRequestWithBody

func NewMailMailaddressUpdateAddressDeprecatedRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailMailaddressUpdateAddressDeprecatedRequestWithBody generates requests for MailMailaddressUpdateAddressDeprecated with any type of body

func NewMailProjectsettingUpdateBlacklistDeprecatedRequest

func NewMailProjectsettingUpdateBlacklistDeprecatedRequest(server string, projectId string, body MailProjectsettingUpdateBlacklistDeprecatedJSONRequestBody) (*http.Request, error)

NewMailProjectsettingUpdateBlacklistDeprecatedRequest calls the generic MailProjectsettingUpdateBlacklistDeprecated builder with application/json body

func NewMailProjectsettingUpdateBlacklistDeprecatedRequestWithBody

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

NewMailProjectsettingUpdateBlacklistDeprecatedRequestWithBody generates requests for MailProjectsettingUpdateBlacklistDeprecated with any type of body

func NewMailProjectsettingUpdateWhitelistDeprecatedRequest

func NewMailProjectsettingUpdateWhitelistDeprecatedRequest(server string, projectId string, body MailProjectsettingUpdateWhitelistDeprecatedJSONRequestBody) (*http.Request, error)

NewMailProjectsettingUpdateWhitelistDeprecatedRequest calls the generic MailProjectsettingUpdateWhitelistDeprecated builder with application/json body

func NewMailProjectsettingUpdateWhitelistDeprecatedRequestWithBody

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

NewMailProjectsettingUpdateWhitelistDeprecatedRequestWithBody generates requests for MailProjectsettingUpdateWhitelistDeprecated with any type of body

func NewMailUpdateDeliveryBoxDescriptionRequest

func NewMailUpdateDeliveryBoxDescriptionRequest(server string, deliveryBoxId openapi_types.UUID, body MailUpdateDeliveryBoxDescriptionJSONRequestBody) (*http.Request, error)

NewMailUpdateDeliveryBoxDescriptionRequest calls the generic MailUpdateDeliveryBoxDescription builder with application/json body

func NewMailUpdateDeliveryBoxDescriptionRequestWithBody

func NewMailUpdateDeliveryBoxDescriptionRequestWithBody(server string, deliveryBoxId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailUpdateDeliveryBoxDescriptionRequestWithBody generates requests for MailUpdateDeliveryBoxDescription with any type of body

func NewMailUpdateDeliveryBoxPasswordRequest

func NewMailUpdateDeliveryBoxPasswordRequest(server string, deliveryBoxId openapi_types.UUID, body MailUpdateDeliveryBoxPasswordJSONRequestBody) (*http.Request, error)

NewMailUpdateDeliveryBoxPasswordRequest calls the generic MailUpdateDeliveryBoxPassword builder with application/json body

func NewMailUpdateDeliveryBoxPasswordRequestWithBody

func NewMailUpdateDeliveryBoxPasswordRequestWithBody(server string, deliveryBoxId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailUpdateDeliveryBoxPasswordRequestWithBody generates requests for MailUpdateDeliveryBoxPassword with any type of body

func NewMailUpdateMailAddressAddressRequest

func NewMailUpdateMailAddressAddressRequest(server string, mailAddressId openapi_types.UUID, body MailUpdateMailAddressAddressJSONRequestBody) (*http.Request, error)

NewMailUpdateMailAddressAddressRequest calls the generic MailUpdateMailAddressAddress builder with application/json body

func NewMailUpdateMailAddressAddressRequestWithBody

func NewMailUpdateMailAddressAddressRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailUpdateMailAddressAddressRequestWithBody generates requests for MailUpdateMailAddressAddress with any type of body

func NewMailUpdateMailAddressAutoresponderRequest

func NewMailUpdateMailAddressAutoresponderRequest(server string, mailAddressId openapi_types.UUID, body MailUpdateMailAddressAutoresponderJSONRequestBody) (*http.Request, error)

NewMailUpdateMailAddressAutoresponderRequest calls the generic MailUpdateMailAddressAutoresponder builder with application/json body

func NewMailUpdateMailAddressAutoresponderRequestWithBody

func NewMailUpdateMailAddressAutoresponderRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailUpdateMailAddressAutoresponderRequestWithBody generates requests for MailUpdateMailAddressAutoresponder with any type of body

func NewMailUpdateMailAddressAutoresponderV2DeprecatedRequest

func NewMailUpdateMailAddressAutoresponderV2DeprecatedRequest(server string, mailAddressId openapi_types.UUID, body MailUpdateMailAddressAutoresponderV2DeprecatedJSONRequestBody) (*http.Request, error)

NewMailUpdateMailAddressAutoresponderV2DeprecatedRequest calls the generic MailUpdateMailAddressAutoresponderV2Deprecated builder with application/json body

func NewMailUpdateMailAddressAutoresponderV2DeprecatedRequestWithBody

func NewMailUpdateMailAddressAutoresponderV2DeprecatedRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailUpdateMailAddressAutoresponderV2DeprecatedRequestWithBody generates requests for MailUpdateMailAddressAutoresponderV2Deprecated with any type of body

func NewMailUpdateMailAddressCatchAllRequest

func NewMailUpdateMailAddressCatchAllRequest(server string, mailAddressId openapi_types.UUID, body MailUpdateMailAddressCatchAllJSONRequestBody) (*http.Request, error)

NewMailUpdateMailAddressCatchAllRequest calls the generic MailUpdateMailAddressCatchAll builder with application/json body

func NewMailUpdateMailAddressCatchAllRequestWithBody

func NewMailUpdateMailAddressCatchAllRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailUpdateMailAddressCatchAllRequestWithBody generates requests for MailUpdateMailAddressCatchAll with any type of body

func NewMailUpdateMailAddressCatchallV2DeprecatedRequest

func NewMailUpdateMailAddressCatchallV2DeprecatedRequest(server string, mailAddressId openapi_types.UUID, body MailUpdateMailAddressCatchallV2DeprecatedJSONRequestBody) (*http.Request, error)

NewMailUpdateMailAddressCatchallV2DeprecatedRequest calls the generic MailUpdateMailAddressCatchallV2Deprecated builder with application/json body

func NewMailUpdateMailAddressCatchallV2DeprecatedRequestWithBody

func NewMailUpdateMailAddressCatchallV2DeprecatedRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailUpdateMailAddressCatchallV2DeprecatedRequestWithBody generates requests for MailUpdateMailAddressCatchallV2Deprecated with any type of body

func NewMailUpdateMailAddressForwardAddressesRequest

func NewMailUpdateMailAddressForwardAddressesRequest(server string, mailAddressId openapi_types.UUID, body MailUpdateMailAddressForwardAddressesJSONRequestBody) (*http.Request, error)

NewMailUpdateMailAddressForwardAddressesRequest calls the generic MailUpdateMailAddressForwardAddresses builder with application/json body

func NewMailUpdateMailAddressForwardAddressesRequestWithBody

func NewMailUpdateMailAddressForwardAddressesRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailUpdateMailAddressForwardAddressesRequestWithBody generates requests for MailUpdateMailAddressForwardAddresses with any type of body

func NewMailUpdateMailAddressForwardAddressesV2DeprecatedRequest

func NewMailUpdateMailAddressForwardAddressesV2DeprecatedRequest(server string, mailAddressId openapi_types.UUID, body MailUpdateMailAddressForwardAddressesV2DeprecatedJSONRequestBody) (*http.Request, error)

NewMailUpdateMailAddressForwardAddressesV2DeprecatedRequest calls the generic MailUpdateMailAddressForwardAddressesV2Deprecated builder with application/json body

func NewMailUpdateMailAddressForwardAddressesV2DeprecatedRequestWithBody

func NewMailUpdateMailAddressForwardAddressesV2DeprecatedRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailUpdateMailAddressForwardAddressesV2DeprecatedRequestWithBody generates requests for MailUpdateMailAddressForwardAddressesV2Deprecated with any type of body

func NewMailUpdateMailAddressPasswordRequest

func NewMailUpdateMailAddressPasswordRequest(server string, mailAddressId openapi_types.UUID, body MailUpdateMailAddressPasswordJSONRequestBody) (*http.Request, error)

NewMailUpdateMailAddressPasswordRequest calls the generic MailUpdateMailAddressPassword builder with application/json body

func NewMailUpdateMailAddressPasswordRequestWithBody

func NewMailUpdateMailAddressPasswordRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailUpdateMailAddressPasswordRequestWithBody generates requests for MailUpdateMailAddressPassword with any type of body

func NewMailUpdateMailAddressPasswordV2DeprecatedRequest

func NewMailUpdateMailAddressPasswordV2DeprecatedRequest(server string, mailAddressId openapi_types.UUID, body MailUpdateMailAddressPasswordV2DeprecatedJSONRequestBody) (*http.Request, error)

NewMailUpdateMailAddressPasswordV2DeprecatedRequest calls the generic MailUpdateMailAddressPasswordV2Deprecated builder with application/json body

func NewMailUpdateMailAddressPasswordV2DeprecatedRequestWithBody

func NewMailUpdateMailAddressPasswordV2DeprecatedRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailUpdateMailAddressPasswordV2DeprecatedRequestWithBody generates requests for MailUpdateMailAddressPasswordV2Deprecated with any type of body

func NewMailUpdateMailAddressQuotaRequest

func NewMailUpdateMailAddressQuotaRequest(server string, mailAddressId openapi_types.UUID, body MailUpdateMailAddressQuotaJSONRequestBody) (*http.Request, error)

NewMailUpdateMailAddressQuotaRequest calls the generic MailUpdateMailAddressQuota builder with application/json body

func NewMailUpdateMailAddressQuotaRequestWithBody

func NewMailUpdateMailAddressQuotaRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailUpdateMailAddressQuotaRequestWithBody generates requests for MailUpdateMailAddressQuota with any type of body

func NewMailUpdateMailAddressQuotaV2DeprecatedRequest

func NewMailUpdateMailAddressQuotaV2DeprecatedRequest(server string, mailAddressId openapi_types.UUID, body MailUpdateMailAddressQuotaV2DeprecatedJSONRequestBody) (*http.Request, error)

NewMailUpdateMailAddressQuotaV2DeprecatedRequest calls the generic MailUpdateMailAddressQuotaV2Deprecated builder with application/json body

func NewMailUpdateMailAddressQuotaV2DeprecatedRequestWithBody

func NewMailUpdateMailAddressQuotaV2DeprecatedRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailUpdateMailAddressQuotaV2DeprecatedRequestWithBody generates requests for MailUpdateMailAddressQuotaV2Deprecated with any type of body

func NewMailUpdateMailAddressSpamProtectionRequest

func NewMailUpdateMailAddressSpamProtectionRequest(server string, mailAddressId openapi_types.UUID, body MailUpdateMailAddressSpamProtectionJSONRequestBody) (*http.Request, error)

NewMailUpdateMailAddressSpamProtectionRequest calls the generic MailUpdateMailAddressSpamProtection builder with application/json body

func NewMailUpdateMailAddressSpamProtectionRequestWithBody

func NewMailUpdateMailAddressSpamProtectionRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailUpdateMailAddressSpamProtectionRequestWithBody generates requests for MailUpdateMailAddressSpamProtection with any type of body

func NewMailUpdateMailAddressSpamProtectionV2DeprecatedRequest

func NewMailUpdateMailAddressSpamProtectionV2DeprecatedRequest(server string, mailAddressId openapi_types.UUID, body MailUpdateMailAddressSpamProtectionV2DeprecatedJSONRequestBody) (*http.Request, error)

NewMailUpdateMailAddressSpamProtectionV2DeprecatedRequest calls the generic MailUpdateMailAddressSpamProtectionV2Deprecated builder with application/json body

func NewMailUpdateMailAddressSpamProtectionV2DeprecatedRequestWithBody

func NewMailUpdateMailAddressSpamProtectionV2DeprecatedRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewMailUpdateMailAddressSpamProtectionV2DeprecatedRequestWithBody generates requests for MailUpdateMailAddressSpamProtectionV2Deprecated with any type of body

func NewMailUpdateProjectMailSettingRequest

func NewMailUpdateProjectMailSettingRequest(server string, projectId string, mailSetting MailUpdateProjectMailSettingParamsMailSetting, body MailUpdateProjectMailSettingJSONRequestBody) (*http.Request, error)

NewMailUpdateProjectMailSettingRequest calls the generic MailUpdateProjectMailSetting builder with application/json body

func NewMailUpdateProjectMailSettingRequestWithBody

func NewMailUpdateProjectMailSettingRequestWithBody(server string, projectId string, mailSetting MailUpdateProjectMailSettingParamsMailSetting, contentType string, body io.Reader) (*http.Request, error)

NewMailUpdateProjectMailSettingRequestWithBody generates requests for MailUpdateProjectMailSetting with any type of body

func NewMailUpdateProjectMailSettingV2DeprecatedRequest

func NewMailUpdateProjectMailSettingV2DeprecatedRequest(server string, projectId string, setting MailUpdateProjectMailSettingV2DeprecatedParamsSetting, body MailUpdateProjectMailSettingV2DeprecatedJSONRequestBody) (*http.Request, error)

NewMailUpdateProjectMailSettingV2DeprecatedRequest calls the generic MailUpdateProjectMailSettingV2Deprecated builder with application/json body

func NewMailUpdateProjectMailSettingV2DeprecatedRequestWithBody

func NewMailUpdateProjectMailSettingV2DeprecatedRequestWithBody(server string, projectId string, setting MailUpdateProjectMailSettingV2DeprecatedParamsSetting, contentType string, body io.Reader) (*http.Request, error)

NewMailUpdateProjectMailSettingV2DeprecatedRequestWithBody generates requests for MailUpdateProjectMailSettingV2Deprecated with any type of body

func NewNewsletterGetInfoRequest

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

NewNewsletterGetInfoRequest generates requests for NewsletterGetInfo

func NewNewsletterSubscribeUserRequest

func NewNewsletterSubscribeUserRequest(server string, body NewsletterSubscribeUserJSONRequestBody) (*http.Request, error)

NewNewsletterSubscribeUserRequest calls the generic NewsletterSubscribeUser builder with application/json body

func NewNewsletterSubscribeUserRequestWithBody

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

NewNewsletterSubscribeUserRequestWithBody generates requests for NewsletterSubscribeUser with any type of body

func NewNewsletterUnsubscribeUserRequest

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

NewNewsletterUnsubscribeUserRequest generates requests for NewsletterUnsubscribeUser

func NewNotificationsCountUnreadNotificationsRequest

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

NewNotificationsCountUnreadNotificationsRequest generates requests for NotificationsCountUnreadNotifications

func NewNotificationsListNotificationsRequest

func NewNotificationsListNotificationsRequest(server string, params *NotificationsListNotificationsParams) (*http.Request, error)

NewNotificationsListNotificationsRequest generates requests for NotificationsListNotifications

func NewNotificationsReadAllNotificationsDeprecatedRequest

func NewNotificationsReadAllNotificationsDeprecatedRequest(server string, body NotificationsReadAllNotificationsDeprecatedJSONRequestBody) (*http.Request, error)

NewNotificationsReadAllNotificationsDeprecatedRequest calls the generic NotificationsReadAllNotificationsDeprecated builder with application/json body

func NewNotificationsReadAllNotificationsDeprecatedRequestWithBody

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

NewNotificationsReadAllNotificationsDeprecatedRequestWithBody generates requests for NotificationsReadAllNotificationsDeprecated with any type of body

func NewNotificationsReadAllNotificationsRequest

func NewNotificationsReadAllNotificationsRequest(server string, body NotificationsReadAllNotificationsJSONRequestBody) (*http.Request, error)

NewNotificationsReadAllNotificationsRequest calls the generic NotificationsReadAllNotifications builder with application/json body

func NewNotificationsReadAllNotificationsRequestWithBody

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

NewNotificationsReadAllNotificationsRequestWithBody generates requests for NotificationsReadAllNotifications with any type of body

func NewNotificationsReadNotificationRequest

func NewNotificationsReadNotificationRequest(server string, notificationId openapi_types.UUID, body NotificationsReadNotificationJSONRequestBody) (*http.Request, error)

NewNotificationsReadNotificationRequest calls the generic NotificationsReadNotification builder with application/json body

func NewNotificationsReadNotificationRequestWithBody

func NewNotificationsReadNotificationRequestWithBody(server string, notificationId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewNotificationsReadNotificationRequestWithBody generates requests for NotificationsReadNotification with any type of body

func NewOrderCreateOrderRequest

func NewOrderCreateOrderRequest(server string, body OrderCreateOrderJSONRequestBody) (*http.Request, error)

NewOrderCreateOrderRequest calls the generic OrderCreateOrder builder with application/json body

func NewOrderCreateOrderRequestWithBody

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

NewOrderCreateOrderRequestWithBody generates requests for OrderCreateOrder with any type of body

func NewOrderCreateTariffChangeRequest

func NewOrderCreateTariffChangeRequest(server string, body OrderCreateTariffChangeJSONRequestBody) (*http.Request, error)

NewOrderCreateTariffChangeRequest calls the generic OrderCreateTariffChange builder with application/json body

func NewOrderCreateTariffChangeRequestWithBody

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

NewOrderCreateTariffChangeRequestWithBody generates requests for OrderCreateTariffChange with any type of body

func NewOrderGetOrderRequest

func NewOrderGetOrderRequest(server string, orderId openapi_types.UUID) (*http.Request, error)

NewOrderGetOrderRequest generates requests for OrderGetOrder

func NewOrderListCustomerOrdersRequest

func NewOrderListCustomerOrdersRequest(server string, customerId string, params *OrderListCustomerOrdersParams) (*http.Request, error)

NewOrderListCustomerOrdersRequest generates requests for OrderListCustomerOrders

func NewOrderListProjectOrdersRequest

func NewOrderListProjectOrdersRequest(server string, projectId openapi_types.UUID, params *OrderListProjectOrdersParams) (*http.Request, error)

NewOrderListProjectOrdersRequest generates requests for OrderListProjectOrders

func NewOrderPreviewOrderRequest

func NewOrderPreviewOrderRequest(server string, body OrderPreviewOrderJSONRequestBody) (*http.Request, error)

NewOrderPreviewOrderRequest calls the generic OrderPreviewOrder builder with application/json body

func NewOrderPreviewOrderRequestWithBody

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

NewOrderPreviewOrderRequestWithBody generates requests for OrderPreviewOrder with any type of body

func NewOrderPreviewTariffChangeRequest

func NewOrderPreviewTariffChangeRequest(server string, body OrderPreviewTariffChangeJSONRequestBody) (*http.Request, error)

NewOrderPreviewTariffChangeRequest calls the generic OrderPreviewTariffChange builder with application/json body

func NewOrderPreviewTariffChangeRequestWithBody

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

NewOrderPreviewTariffChangeRequestWithBody generates requests for OrderPreviewTariffChange with any type of body

func NewPageinsightsGetPerformanceDataRequest

func NewPageinsightsGetPerformanceDataRequest(server string, params *PageinsightsGetPerformanceDataParams) (*http.Request, error)

NewPageinsightsGetPerformanceDataRequest generates requests for PageinsightsGetPerformanceData

func NewPageinsightsGetStraceDataRequest

func NewPageinsightsGetStraceDataRequest(server string, projectId openapi_types.UUID, straceId openapi_types.UUID) (*http.Request, error)

NewPageinsightsGetStraceDataRequest generates requests for PageinsightsGetStraceData

func NewPageinsightsListPerformanceDataForProjectRequest

func NewPageinsightsListPerformanceDataForProjectRequest(server string, projectId openapi_types.UUID, params *PageinsightsListPerformanceDataForProjectParams) (*http.Request, error)

NewPageinsightsListPerformanceDataForProjectRequest generates requests for PageinsightsListPerformanceDataForProject

func NewPageinsightsScheduleStraceRequest

func NewPageinsightsScheduleStraceRequest(server string, projectId openapi_types.UUID, body PageinsightsScheduleStraceJSONRequestBody) (*http.Request, error)

NewPageinsightsScheduleStraceRequest calls the generic PageinsightsScheduleStrace builder with application/json body

func NewPageinsightsScheduleStraceRequestWithBody

func NewPageinsightsScheduleStraceRequestWithBody(server string, projectId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewPageinsightsScheduleStraceRequestWithBody generates requests for PageinsightsScheduleStrace with any type of body

func NewPasswordValidationGetPasswordPolicyRequest

func NewPasswordValidationGetPasswordPolicyRequest(server string, passwordPolicy string) (*http.Request, error)

NewPasswordValidationGetPasswordPolicyRequest generates requests for PasswordValidationGetPasswordPolicy

func NewPasswordValidationGetPasswordPolicyV2DeprecatedRequest

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

NewPasswordValidationGetPasswordPolicyV2DeprecatedRequest generates requests for PasswordValidationGetPasswordPolicyV2Deprecated

func NewPatchV2AppinstallationsAppInstallationIdRequest

func NewPatchV2AppinstallationsAppInstallationIdRequest(server string, appInstallationId openapi_types.UUID, body PatchV2AppinstallationsAppInstallationIdJSONRequestBody) (*http.Request, error)

NewPatchV2AppinstallationsAppInstallationIdRequest calls the generic PatchV2AppinstallationsAppInstallationId builder with application/json body

func NewPatchV2AppinstallationsAppInstallationIdRequestWithBody

func NewPatchV2AppinstallationsAppInstallationIdRequestWithBody(server string, appInstallationId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewPatchV2AppinstallationsAppInstallationIdRequestWithBody generates requests for PatchV2AppinstallationsAppInstallationId with any type of body

func NewPatchV2DomainsDomainIdAuthcodeRequest

func NewPatchV2DomainsDomainIdAuthcodeRequest(server string, domainId openapi_types.UUID, body PatchV2DomainsDomainIdAuthcodeJSONRequestBody) (*http.Request, error)

NewPatchV2DomainsDomainIdAuthcodeRequest calls the generic PatchV2DomainsDomainIdAuthcode builder with application/json body

func NewPatchV2DomainsDomainIdAuthcodeRequestWithBody

func NewPatchV2DomainsDomainIdAuthcodeRequestWithBody(server string, domainId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewPatchV2DomainsDomainIdAuthcodeRequestWithBody generates requests for PatchV2DomainsDomainIdAuthcode with any type of body

func NewPatchV2SshusersSshUserIdRequest

func NewPatchV2SshusersSshUserIdRequest(server string, sshUserId string, body PatchV2SshusersSshUserIdJSONRequestBody) (*http.Request, error)

NewPatchV2SshusersSshUserIdRequest calls the generic PatchV2SshusersSshUserId builder with application/json body

func NewPatchV2SshusersSshUserIdRequestWithBody

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

NewPatchV2SshusersSshUserIdRequestWithBody generates requests for PatchV2SshusersSshUserId with any type of body

func NewPostInternalV2ServicesAccessKeyIdActionsAuthenticateRequest

func NewPostInternalV2ServicesAccessKeyIdActionsAuthenticateRequest(server string, accessKeyId string, body PostInternalV2ServicesAccessKeyIdActionsAuthenticateJSONRequestBody) (*http.Request, error)

NewPostInternalV2ServicesAccessKeyIdActionsAuthenticateRequest calls the generic PostInternalV2ServicesAccessKeyIdActionsAuthenticate builder with application/json body

func NewPostInternalV2ServicesAccessKeyIdActionsAuthenticateRequestWithBody

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

NewPostInternalV2ServicesAccessKeyIdActionsAuthenticateRequestWithBody generates requests for PostInternalV2ServicesAccessKeyIdActionsAuthenticate with any type of body

func NewPostV2AppinstallationsAppInstallationIdActionsActionRequest

func NewPostV2AppinstallationsAppInstallationIdActionsActionRequest(server string, appInstallationId string, action DeMittwaldV1AppAction, body PostV2AppinstallationsAppInstallationIdActionsActionJSONRequestBody) (*http.Request, error)

NewPostV2AppinstallationsAppInstallationIdActionsActionRequest calls the generic PostV2AppinstallationsAppInstallationIdActionsAction builder with application/json body

func NewPostV2AppinstallationsAppInstallationIdActionsActionRequestWithBody

func NewPostV2AppinstallationsAppInstallationIdActionsActionRequestWithBody(server string, appInstallationId string, action DeMittwaldV1AppAction, contentType string, body io.Reader) (*http.Request, error)

NewPostV2AppinstallationsAppInstallationIdActionsActionRequestWithBody generates requests for PostV2AppinstallationsAppInstallationIdActionsAction with any type of body

func NewPostV2AppinstallationsAppInstallationIdActionsCopyRequest

func NewPostV2AppinstallationsAppInstallationIdActionsCopyRequest(server string, appInstallationId openapi_types.UUID, body PostV2AppinstallationsAppInstallationIdActionsCopyJSONRequestBody) (*http.Request, error)

NewPostV2AppinstallationsAppInstallationIdActionsCopyRequest calls the generic PostV2AppinstallationsAppInstallationIdActionsCopy builder with application/json body

func NewPostV2AppinstallationsAppInstallationIdActionsCopyRequestWithBody

func NewPostV2AppinstallationsAppInstallationIdActionsCopyRequestWithBody(server string, appInstallationId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewPostV2AppinstallationsAppInstallationIdActionsCopyRequestWithBody generates requests for PostV2AppinstallationsAppInstallationIdActionsCopy with any type of body

func NewPostV2DnsZonesRequest

func NewPostV2DnsZonesRequest(server string, body PostV2DnsZonesJSONRequestBody) (*http.Request, error)

NewPostV2DnsZonesRequest calls the generic PostV2DnsZones builder with application/json body

func NewPostV2DnsZonesRequestWithBody

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

NewPostV2DnsZonesRequestWithBody generates requests for PostV2DnsZones with any type of body

func NewPostV2DomainsDomainIdActionsCreateAuthcodeRequest

func NewPostV2DomainsDomainIdActionsCreateAuthcodeRequest(server string, domainId openapi_types.UUID) (*http.Request, error)

NewPostV2DomainsDomainIdActionsCreateAuthcodeRequest generates requests for PostV2DomainsDomainIdActionsCreateAuthcode

func NewPostV2ProjectProjectIdInvitesRequest

func NewPostV2ProjectProjectIdInvitesRequest(server string, projectId openapi_types.UUID, body PostV2ProjectProjectIdInvitesJSONRequestBody) (*http.Request, error)

NewPostV2ProjectProjectIdInvitesRequest calls the generic PostV2ProjectProjectIdInvites builder with application/json body

func NewPostV2ProjectProjectIdInvitesRequestWithBody

func NewPostV2ProjectProjectIdInvitesRequestWithBody(server string, projectId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewPostV2ProjectProjectIdInvitesRequestWithBody generates requests for PostV2ProjectProjectIdInvites with any type of body

func NewPostV2ProjectsProjectIdAppinstallationsRequest

func NewPostV2ProjectsProjectIdAppinstallationsRequest(server string, projectId openapi_types.UUID, body PostV2ProjectsProjectIdAppinstallationsJSONRequestBody) (*http.Request, error)

NewPostV2ProjectsProjectIdAppinstallationsRequest calls the generic PostV2ProjectsProjectIdAppinstallations builder with application/json body

func NewPostV2ProjectsProjectIdAppinstallationsRequestWithBody

func NewPostV2ProjectsProjectIdAppinstallationsRequestWithBody(server string, projectId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewPostV2ProjectsProjectIdAppinstallationsRequestWithBody generates requests for PostV2ProjectsProjectIdAppinstallations with any type of body

func NewPostV2ProjectsProjectIdDeliveryboxesRequest

func NewPostV2ProjectsProjectIdDeliveryboxesRequest(server string, projectId string, body PostV2ProjectsProjectIdDeliveryboxesJSONRequestBody) (*http.Request, error)

NewPostV2ProjectsProjectIdDeliveryboxesRequest calls the generic PostV2ProjectsProjectIdDeliveryboxes builder with application/json body

func NewPostV2ProjectsProjectIdDeliveryboxesRequestWithBody

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

NewPostV2ProjectsProjectIdDeliveryboxesRequestWithBody generates requests for PostV2ProjectsProjectIdDeliveryboxes with any type of body

func NewPostV2ProjectsProjectIdMailaddressesRequest

func NewPostV2ProjectsProjectIdMailaddressesRequest(server string, projectId string, body PostV2ProjectsProjectIdMailaddressesJSONRequestBody) (*http.Request, error)

NewPostV2ProjectsProjectIdMailaddressesRequest calls the generic PostV2ProjectsProjectIdMailaddresses builder with application/json body

func NewPostV2ProjectsProjectIdMailaddressesRequestWithBody

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

NewPostV2ProjectsProjectIdMailaddressesRequestWithBody generates requests for PostV2ProjectsProjectIdMailaddresses with any type of body

func NewPostV2ServiceAccessKeyIdActionsAuthenticateRequest

func NewPostV2ServiceAccessKeyIdActionsAuthenticateRequest(server string, accessKeyId string, body PostV2ServiceAccessKeyIdActionsAuthenticateJSONRequestBody) (*http.Request, error)

NewPostV2ServiceAccessKeyIdActionsAuthenticateRequest calls the generic PostV2ServiceAccessKeyIdActionsAuthenticate builder with application/json body

func NewPostV2ServiceAccessKeyIdActionsAuthenticateRequestWithBody

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

NewPostV2ServiceAccessKeyIdActionsAuthenticateRequestWithBody generates requests for PostV2ServiceAccessKeyIdActionsAuthenticate with any type of body

func NewPostV2SignupAuthenticationMfaRequest

func NewPostV2SignupAuthenticationMfaRequest(server string, body PostV2SignupAuthenticationMfaJSONRequestBody) (*http.Request, error)

NewPostV2SignupAuthenticationMfaRequest calls the generic PostV2SignupAuthenticationMfa builder with application/json body

func NewPostV2SignupAuthenticationMfaRequestWithBody

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

NewPostV2SignupAuthenticationMfaRequestWithBody generates requests for PostV2SignupAuthenticationMfa with any type of body

func NewPostV2SignupAuthenticationRequest

func NewPostV2SignupAuthenticationRequest(server string, body PostV2SignupAuthenticationJSONRequestBody) (*http.Request, error)

NewPostV2SignupAuthenticationRequest calls the generic PostV2SignupAuthentication builder with application/json body

func NewPostV2SignupAuthenticationRequestWithBody

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

NewPostV2SignupAuthenticationRequestWithBody generates requests for PostV2SignupAuthentication with any type of body

func NewPostV2SignupMfaConfirmRequest

func NewPostV2SignupMfaConfirmRequest(server string, body PostV2SignupMfaConfirmJSONRequestBody) (*http.Request, error)

NewPostV2SignupMfaConfirmRequest calls the generic PostV2SignupMfaConfirm builder with application/json body

func NewPostV2SignupMfaConfirmRequestWithBody

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

NewPostV2SignupMfaConfirmRequestWithBody generates requests for PostV2SignupMfaConfirm with any type of body

func NewPostV2SignupMfaRequest

func NewPostV2SignupMfaRequest(server string, body PostV2SignupMfaJSONRequestBody) (*http.Request, error)

NewPostV2SignupMfaRequest calls the generic PostV2SignupMfa builder with application/json body

func NewPostV2SignupMfaRequestWithBody

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

NewPostV2SignupMfaRequestWithBody generates requests for PostV2SignupMfa with any type of body

func NewPostV2SignupRegistrationRequest

func NewPostV2SignupRegistrationRequest(server string, body PostV2SignupRegistrationJSONRequestBody) (*http.Request, error)

NewPostV2SignupRegistrationRequest calls the generic PostV2SignupRegistration builder with application/json body

func NewPostV2SignupRegistrationRequestWithBody

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

NewPostV2SignupRegistrationRequestWithBody generates requests for PostV2SignupRegistration with any type of body

func NewPostV2SignupRegistrationVerificationRequest

func NewPostV2SignupRegistrationVerificationRequest(server string, body PostV2SignupRegistrationVerificationJSONRequestBody) (*http.Request, error)

NewPostV2SignupRegistrationVerificationRequest calls the generic PostV2SignupRegistrationVerification builder with application/json body

func NewPostV2SignupRegistrationVerificationRequestWithBody

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

NewPostV2SignupRegistrationVerificationRequestWithBody generates requests for PostV2SignupRegistrationVerification with any type of body

func NewPostV2SignupSshRequest

func NewPostV2SignupSshRequest(server string, body PostV2SignupSshJSONRequestBody) (*http.Request, error)

NewPostV2SignupSshRequest calls the generic PostV2SignupSsh builder with application/json body

func NewPostV2SignupSshRequestWithBody

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

NewPostV2SignupSshRequestWithBody generates requests for PostV2SignupSsh with any type of body

func NewPostV2SignupTokenApiRequest

func NewPostV2SignupTokenApiRequest(server string, body PostV2SignupTokenApiJSONRequestBody) (*http.Request, error)

NewPostV2SignupTokenApiRequest calls the generic PostV2SignupTokenApi builder with application/json body

func NewPostV2SignupTokenApiRequestWithBody

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

NewPostV2SignupTokenApiRequestWithBody generates requests for PostV2SignupTokenApi with any type of body

func NewPostV2SignupTokenCheckRequest

func NewPostV2SignupTokenCheckRequest(server string, body PostV2SignupTokenCheckJSONRequestBody) (*http.Request, error)

NewPostV2SignupTokenCheckRequest calls the generic PostV2SignupTokenCheck builder with application/json body

func NewPostV2SignupTokenCheckRequestWithBody

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

NewPostV2SignupTokenCheckRequestWithBody generates requests for PostV2SignupTokenCheck with any type of body

func NewPostV2UsersUserIdPhoneVerifyRequest

func NewPostV2UsersUserIdPhoneVerifyRequest(server string, userId struct {
	union json.RawMessage
}, body PostV2UsersUserIdPhoneVerifyJSONRequestBody) (*http.Request, error)

NewPostV2UsersUserIdPhoneVerifyRequest calls the generic PostV2UsersUserIdPhoneVerify builder with application/json body

func NewPostV2UsersUserIdPhoneVerifyRequestWithBody

func NewPostV2UsersUserIdPhoneVerifyRequestWithBody(server string, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader) (*http.Request, error)

NewPostV2UsersUserIdPhoneVerifyRequestWithBody generates requests for PostV2UsersUserIdPhoneVerify with any type of body

func NewProjectAcceptProjectInviteRequest

func NewProjectAcceptProjectInviteRequest(server string, projectInviteId openapi_types.UUID, body ProjectAcceptProjectInviteJSONRequestBody) (*http.Request, error)

NewProjectAcceptProjectInviteRequest calls the generic ProjectAcceptProjectInvite builder with application/json body

func NewProjectAcceptProjectInviteRequestWithBody

func NewProjectAcceptProjectInviteRequestWithBody(server string, projectInviteId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewProjectAcceptProjectInviteRequestWithBody generates requests for ProjectAcceptProjectInvite with any type of body

func NewProjectCreateProjectInviteRequest

func NewProjectCreateProjectInviteRequest(server string, projectId openapi_types.UUID, body ProjectCreateProjectInviteJSONRequestBody) (*http.Request, error)

NewProjectCreateProjectInviteRequest calls the generic ProjectCreateProjectInvite builder with application/json body

func NewProjectCreateProjectInviteRequestWithBody

func NewProjectCreateProjectInviteRequestWithBody(server string, projectId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewProjectCreateProjectInviteRequestWithBody generates requests for ProjectCreateProjectInvite with any type of body

func NewProjectCreateProjectRequest

func NewProjectCreateProjectRequest(server string, serverId openapi_types.UUID, body ProjectCreateProjectJSONRequestBody) (*http.Request, error)

NewProjectCreateProjectRequest calls the generic ProjectCreateProject builder with application/json body

func NewProjectCreateProjectRequestWithBody

func NewProjectCreateProjectRequestWithBody(server string, serverId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewProjectCreateProjectRequestWithBody generates requests for ProjectCreateProject with any type of body

func NewProjectDeclineProjectInviteRequest

func NewProjectDeclineProjectInviteRequest(server string, projectInviteId openapi_types.UUID, body ProjectDeclineProjectInviteJSONRequestBody) (*http.Request, error)

NewProjectDeclineProjectInviteRequest calls the generic ProjectDeclineProjectInvite builder with application/json body

func NewProjectDeclineProjectInviteRequestWithBody

func NewProjectDeclineProjectInviteRequestWithBody(server string, projectInviteId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewProjectDeclineProjectInviteRequestWithBody generates requests for ProjectDeclineProjectInvite with any type of body

func NewProjectDeleteProjectAvatarRequest

func NewProjectDeleteProjectAvatarRequest(server string, projectId openapi_types.UUID) (*http.Request, error)

NewProjectDeleteProjectAvatarRequest generates requests for ProjectDeleteProjectAvatar

func NewProjectDeleteProjectInviteRequest

func NewProjectDeleteProjectInviteRequest(server string, projectInviteId openapi_types.UUID) (*http.Request, error)

NewProjectDeleteProjectInviteRequest generates requests for ProjectDeleteProjectInvite

func NewProjectDeleteProjectMembershipRequest

func NewProjectDeleteProjectMembershipRequest(server string, projectMembershipId openapi_types.UUID) (*http.Request, error)

NewProjectDeleteProjectMembershipRequest generates requests for ProjectDeleteProjectMembership

func NewProjectDeleteProjectRequest

func NewProjectDeleteProjectRequest(server string, projectId string) (*http.Request, error)

NewProjectDeleteProjectRequest generates requests for ProjectDeleteProject

func NewProjectDeleteServerAvatarRequest

func NewProjectDeleteServerAvatarRequest(server string, serverId openapi_types.UUID) (*http.Request, error)

NewProjectDeleteServerAvatarRequest generates requests for ProjectDeleteServerAvatar

func NewProjectFileSystemGetDirectoriesRequest

func NewProjectFileSystemGetDirectoriesRequest(server string, projectId string, params *ProjectFileSystemGetDirectoriesParams) (*http.Request, error)

NewProjectFileSystemGetDirectoriesRequest generates requests for ProjectFileSystemGetDirectories

func NewProjectFileSystemGetDiskUsageRequest

func NewProjectFileSystemGetDiskUsageRequest(server string, projectId openapi_types.UUID, params *ProjectFileSystemGetDiskUsageParams) (*http.Request, error)

NewProjectFileSystemGetDiskUsageRequest generates requests for ProjectFileSystemGetDiskUsage

func NewProjectFileSystemGetFileContentRequest

func NewProjectFileSystemGetFileContentRequest(server string, projectId openapi_types.UUID, params *ProjectFileSystemGetFileContentParams) (*http.Request, error)

NewProjectFileSystemGetFileContentRequest generates requests for ProjectFileSystemGetFileContent

func NewProjectFileSystemGetJwtRequest

func NewProjectFileSystemGetJwtRequest(server string, projectId string) (*http.Request, error)

NewProjectFileSystemGetJwtRequest generates requests for ProjectFileSystemGetJwt

func NewProjectFileSystemListFilesRequest

func NewProjectFileSystemListFilesRequest(server string, projectId openapi_types.UUID, params *ProjectFileSystemListFilesParams) (*http.Request, error)

NewProjectFileSystemListFilesRequest generates requests for ProjectFileSystemListFiles

func NewProjectGetProjectInviteRequest

func NewProjectGetProjectInviteRequest(server string, projectInviteId string) (*http.Request, error)

NewProjectGetProjectInviteRequest generates requests for ProjectGetProjectInvite

func NewProjectGetProjectMembershipRequest

func NewProjectGetProjectMembershipRequest(server string, projectMembershipId string) (*http.Request, error)

NewProjectGetProjectMembershipRequest generates requests for ProjectGetProjectMembership

func NewProjectGetProjectRequest

func NewProjectGetProjectRequest(server string, projectId openapi_types.UUID) (*http.Request, error)

NewProjectGetProjectRequest generates requests for ProjectGetProject

func NewProjectGetProjectTokenInviteRequest

func NewProjectGetProjectTokenInviteRequest(server string, params *ProjectGetProjectTokenInviteParams) (*http.Request, error)

NewProjectGetProjectTokenInviteRequest generates requests for ProjectGetProjectTokenInvite

func NewProjectGetSelfMembershipForProjectRequest

func NewProjectGetSelfMembershipForProjectRequest(server string, projectId string) (*http.Request, error)

NewProjectGetSelfMembershipForProjectRequest generates requests for ProjectGetSelfMembershipForProject

func NewProjectGetServerRequest

func NewProjectGetServerRequest(server string, serverId string) (*http.Request, error)

NewProjectGetServerRequest generates requests for ProjectGetServer

func NewProjectLeaveProjectRequest

func NewProjectLeaveProjectRequest(server string, projectId openapi_types.UUID, body ProjectLeaveProjectJSONRequestBody) (*http.Request, error)

NewProjectLeaveProjectRequest calls the generic ProjectLeaveProject builder with application/json body

func NewProjectLeaveProjectRequestWithBody

func NewProjectLeaveProjectRequestWithBody(server string, projectId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewProjectLeaveProjectRequestWithBody generates requests for ProjectLeaveProject with any type of body

func NewProjectListInvitesForProjectRequest

func NewProjectListInvitesForProjectRequest(server string, projectId string, params *ProjectListInvitesForProjectParams) (*http.Request, error)

NewProjectListInvitesForProjectRequest generates requests for ProjectListInvitesForProject

func NewProjectListMembershipsForProjectRequest

func NewProjectListMembershipsForProjectRequest(server string, projectId string, params *ProjectListMembershipsForProjectParams) (*http.Request, error)

NewProjectListMembershipsForProjectRequest generates requests for ProjectListMembershipsForProject

func NewProjectListProjectInvitesRequest

func NewProjectListProjectInvitesRequest(server string, params *ProjectListProjectInvitesParams) (*http.Request, error)

NewProjectListProjectInvitesRequest generates requests for ProjectListProjectInvites

func NewProjectListProjectMembershipsRequest

func NewProjectListProjectMembershipsRequest(server string, params *ProjectListProjectMembershipsParams) (*http.Request, error)

NewProjectListProjectMembershipsRequest generates requests for ProjectListProjectMemberships

func NewProjectListProjectsRequest

func NewProjectListProjectsRequest(server string, params *ProjectListProjectsParams) (*http.Request, error)

NewProjectListProjectsRequest generates requests for ProjectListProjects

func NewProjectListServersRequest

func NewProjectListServersRequest(server string, params *ProjectListServersParams) (*http.Request, error)

NewProjectListServersRequest generates requests for ProjectListServers

func NewProjectRequestProjectAvatarUploadRequest

func NewProjectRequestProjectAvatarUploadRequest(server string, projectId openapi_types.UUID) (*http.Request, error)

NewProjectRequestProjectAvatarUploadRequest generates requests for ProjectRequestProjectAvatarUpload

func NewProjectRequestServerAvatarUploadRequest

func NewProjectRequestServerAvatarUploadRequest(server string, serverId openapi_types.UUID) (*http.Request, error)

NewProjectRequestServerAvatarUploadRequest generates requests for ProjectRequestServerAvatarUpload

func NewProjectResendProjectInviteMailRequest

func NewProjectResendProjectInviteMailRequest(server string, projectInviteId openapi_types.UUID, body ProjectResendProjectInviteMailJSONRequestBody) (*http.Request, error)

NewProjectResendProjectInviteMailRequest calls the generic ProjectResendProjectInviteMail builder with application/json body

func NewProjectResendProjectInviteMailRequestWithBody

func NewProjectResendProjectInviteMailRequestWithBody(server string, projectInviteId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewProjectResendProjectInviteMailRequestWithBody generates requests for ProjectResendProjectInviteMail with any type of body

func NewProjectUpdateProjectDescriptionRequest

func NewProjectUpdateProjectDescriptionRequest(server string, projectId openapi_types.UUID, body ProjectUpdateProjectDescriptionJSONRequestBody) (*http.Request, error)

NewProjectUpdateProjectDescriptionRequest calls the generic ProjectUpdateProjectDescription builder with application/json body

func NewProjectUpdateProjectDescriptionRequestWithBody

func NewProjectUpdateProjectDescriptionRequestWithBody(server string, projectId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewProjectUpdateProjectDescriptionRequestWithBody generates requests for ProjectUpdateProjectDescription with any type of body

func NewProjectUpdateProjectMembershipRequest

func NewProjectUpdateProjectMembershipRequest(server string, projectMembershipId openapi_types.UUID, body ProjectUpdateProjectMembershipJSONRequestBody) (*http.Request, error)

NewProjectUpdateProjectMembershipRequest calls the generic ProjectUpdateProjectMembership builder with application/json body

func NewProjectUpdateProjectMembershipRequestWithBody

func NewProjectUpdateProjectMembershipRequestWithBody(server string, projectMembershipId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewProjectUpdateProjectMembershipRequestWithBody generates requests for ProjectUpdateProjectMembership with any type of body

func NewProjectUpdateServerDescriptionRequest

func NewProjectUpdateServerDescriptionRequest(server string, serverId openapi_types.UUID, body ProjectUpdateServerDescriptionJSONRequestBody) (*http.Request, error)

NewProjectUpdateServerDescriptionRequest calls the generic ProjectUpdateServerDescription builder with application/json body

func NewProjectUpdateServerDescriptionRequestWithBody

func NewProjectUpdateServerDescriptionRequestWithBody(server string, serverId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewProjectUpdateServerDescriptionRequestWithBody generates requests for ProjectUpdateServerDescription with any type of body

func NewPutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdRequest

func NewPutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdRequest(server string, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, body PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdJSONRequestBody) (*http.Request, error)

NewPutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdRequest calls the generic PutV2AppInstallationsAppInstallationIdDatabasesDatabaseId builder with application/json body

func NewPutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdRequestWithBody

func NewPutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdRequestWithBody(server string, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewPutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdRequestWithBody generates requests for PutV2AppInstallationsAppInstallationIdDatabasesDatabaseId with any type of body

func NewPutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdRequest

func NewPutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdRequest(server string, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, body PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdJSONRequestBody) (*http.Request, error)

NewPutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdRequest calls the generic PutV2AppinstallationsAppInstallationIdDatabasesDatabaseId builder with application/json body

func NewPutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdRequestWithBody

func NewPutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdRequestWithBody(server string, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewPutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdRequestWithBody generates requests for PutV2AppinstallationsAppInstallationIdDatabasesDatabaseId with any type of body

func NewPutV2MailaddressesMailAddressIdAutoResponderRequest

func NewPutV2MailaddressesMailAddressIdAutoResponderRequest(server string, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdAutoResponderJSONRequestBody) (*http.Request, error)

NewPutV2MailaddressesMailAddressIdAutoResponderRequest calls the generic PutV2MailaddressesMailAddressIdAutoResponder builder with application/json body

func NewPutV2MailaddressesMailAddressIdAutoResponderRequestWithBody

func NewPutV2MailaddressesMailAddressIdAutoResponderRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewPutV2MailaddressesMailAddressIdAutoResponderRequestWithBody generates requests for PutV2MailaddressesMailAddressIdAutoResponder with any type of body

func NewPutV2MailaddressesMailAddressIdCatchAllRequest

func NewPutV2MailaddressesMailAddressIdCatchAllRequest(server string, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdCatchAllJSONRequestBody) (*http.Request, error)

NewPutV2MailaddressesMailAddressIdCatchAllRequest calls the generic PutV2MailaddressesMailAddressIdCatchAll builder with application/json body

func NewPutV2MailaddressesMailAddressIdCatchAllRequestWithBody

func NewPutV2MailaddressesMailAddressIdCatchAllRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewPutV2MailaddressesMailAddressIdCatchAllRequestWithBody generates requests for PutV2MailaddressesMailAddressIdCatchAll with any type of body

func NewPutV2MailaddressesMailAddressIdForwardaddressesRequest

func NewPutV2MailaddressesMailAddressIdForwardaddressesRequest(server string, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdForwardaddressesJSONRequestBody) (*http.Request, error)

NewPutV2MailaddressesMailAddressIdForwardaddressesRequest calls the generic PutV2MailaddressesMailAddressIdForwardaddresses builder with application/json body

func NewPutV2MailaddressesMailAddressIdForwardaddressesRequestWithBody

func NewPutV2MailaddressesMailAddressIdForwardaddressesRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewPutV2MailaddressesMailAddressIdForwardaddressesRequestWithBody generates requests for PutV2MailaddressesMailAddressIdForwardaddresses with any type of body

func NewPutV2MailaddressesMailAddressIdPasswordRequest

func NewPutV2MailaddressesMailAddressIdPasswordRequest(server string, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdPasswordJSONRequestBody) (*http.Request, error)

NewPutV2MailaddressesMailAddressIdPasswordRequest calls the generic PutV2MailaddressesMailAddressIdPassword builder with application/json body

func NewPutV2MailaddressesMailAddressIdPasswordRequestWithBody

func NewPutV2MailaddressesMailAddressIdPasswordRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewPutV2MailaddressesMailAddressIdPasswordRequestWithBody generates requests for PutV2MailaddressesMailAddressIdPassword with any type of body

func NewPutV2MailaddressesMailAddressIdQuotaRequest

func NewPutV2MailaddressesMailAddressIdQuotaRequest(server string, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdQuotaJSONRequestBody) (*http.Request, error)

NewPutV2MailaddressesMailAddressIdQuotaRequest calls the generic PutV2MailaddressesMailAddressIdQuota builder with application/json body

func NewPutV2MailaddressesMailAddressIdQuotaRequestWithBody

func NewPutV2MailaddressesMailAddressIdQuotaRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewPutV2MailaddressesMailAddressIdQuotaRequestWithBody generates requests for PutV2MailaddressesMailAddressIdQuota with any type of body

func NewPutV2MailaddressesMailAddressIdSpamprotectionRequest

func NewPutV2MailaddressesMailAddressIdSpamprotectionRequest(server string, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdSpamprotectionJSONRequestBody) (*http.Request, error)

NewPutV2MailaddressesMailAddressIdSpamprotectionRequest calls the generic PutV2MailaddressesMailAddressIdSpamprotection builder with application/json body

func NewPutV2MailaddressesMailAddressIdSpamprotectionRequestWithBody

func NewPutV2MailaddressesMailAddressIdSpamprotectionRequestWithBody(server string, mailAddressId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewPutV2MailaddressesMailAddressIdSpamprotectionRequestWithBody generates requests for PutV2MailaddressesMailAddressIdSpamprotection with any type of body

func NewPutV2SignupMfaResetRecoverycodesRequest

func NewPutV2SignupMfaResetRecoverycodesRequest(server string, body PutV2SignupMfaResetRecoverycodesJSONRequestBody) (*http.Request, error)

NewPutV2SignupMfaResetRecoverycodesRequest calls the generic PutV2SignupMfaResetRecoverycodes builder with application/json body

func NewPutV2SignupMfaResetRecoverycodesRequestWithBody

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

NewPutV2SignupMfaResetRecoverycodesRequestWithBody generates requests for PutV2SignupMfaResetRecoverycodes with any type of body

func NewPutV2SignupPasswordRequest

func NewPutV2SignupPasswordRequest(server string, body PutV2SignupPasswordJSONRequestBody) (*http.Request, error)

NewPutV2SignupPasswordRequest calls the generic PutV2SignupPassword builder with application/json body

func NewPutV2SignupPasswordRequestWithBody

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

NewPutV2SignupPasswordRequestWithBody generates requests for PutV2SignupPassword with any type of body

func NewRelocationCreateLegacyTariffChangeRequest

func NewRelocationCreateLegacyTariffChangeRequest(server string, body RelocationCreateLegacyTariffChangeJSONRequestBody) (*http.Request, error)

NewRelocationCreateLegacyTariffChangeRequest calls the generic RelocationCreateLegacyTariffChange builder with application/json body

func NewRelocationCreateLegacyTariffChangeRequestWithBody

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

NewRelocationCreateLegacyTariffChangeRequestWithBody generates requests for RelocationCreateLegacyTariffChange with any type of body

func NewRelocationCreateRelocationRequest

func NewRelocationCreateRelocationRequest(server string, body RelocationCreateRelocationJSONRequestBody) (*http.Request, error)

NewRelocationCreateRelocationRequest calls the generic RelocationCreateRelocation builder with application/json body

func NewRelocationCreateRelocationRequestWithBody

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

NewRelocationCreateRelocationRequestWithBody generates requests for RelocationCreateRelocation with any type of body

func NewServicetokenAuthenticateServiceRequest

func NewServicetokenAuthenticateServiceRequest(server string, accessKeyId string, body ServicetokenAuthenticateServiceJSONRequestBody) (*http.Request, error)

NewServicetokenAuthenticateServiceRequest calls the generic ServicetokenAuthenticateService builder with application/json body

func NewServicetokenAuthenticateServiceRequestWithBody

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

NewServicetokenAuthenticateServiceRequestWithBody generates requests for ServicetokenAuthenticateService with any type of body

func NewSftpUserCreateSftpUserRequest

func NewSftpUserCreateSftpUserRequest(server string, projectId string, body SftpUserCreateSftpUserJSONRequestBody) (*http.Request, error)

NewSftpUserCreateSftpUserRequest calls the generic SftpUserCreateSftpUser builder with application/json body

func NewSftpUserCreateSftpUserRequestWithBody

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

NewSftpUserCreateSftpUserRequestWithBody generates requests for SftpUserCreateSftpUser with any type of body

func NewSftpUserDeleteSftpUserRequest

func NewSftpUserDeleteSftpUserRequest(server string, sftpUserId string) (*http.Request, error)

NewSftpUserDeleteSftpUserRequest generates requests for SftpUserDeleteSftpUser

func NewSftpUserGetSftpUserRequest

func NewSftpUserGetSftpUserRequest(server string, sftpUserId string) (*http.Request, error)

NewSftpUserGetSftpUserRequest generates requests for SftpUserGetSftpUser

func NewSftpUserListSftpUsersRequest

func NewSftpUserListSftpUsersRequest(server string, projectId string, params *SftpUserListSftpUsersParams) (*http.Request, error)

NewSftpUserListSftpUsersRequest generates requests for SftpUserListSftpUsers

func NewSftpUserUpdateSftpUserRequest

func NewSftpUserUpdateSftpUserRequest(server string, sftpUserId string, body SftpUserUpdateSftpUserJSONRequestBody) (*http.Request, error)

NewSftpUserUpdateSftpUserRequest calls the generic SftpUserUpdateSftpUser builder with application/json body

func NewSftpUserUpdateSftpUserRequestWithBody

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

NewSftpUserUpdateSftpUserRequestWithBody generates requests for SftpUserUpdateSftpUser with any type of body

func NewSshUserCreateSshUserRequest

func NewSshUserCreateSshUserRequest(server string, projectId string, body SshUserCreateSshUserJSONRequestBody) (*http.Request, error)

NewSshUserCreateSshUserRequest calls the generic SshUserCreateSshUser builder with application/json body

func NewSshUserCreateSshUserRequestWithBody

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

NewSshUserCreateSshUserRequestWithBody generates requests for SshUserCreateSshUser with any type of body

func NewSshUserDeleteSshUserRequest

func NewSshUserDeleteSshUserRequest(server string, sshUserId string) (*http.Request, error)

NewSshUserDeleteSshUserRequest generates requests for SshUserDeleteSshUser

func NewSshUserGetSshUserRequest

func NewSshUserGetSshUserRequest(server string, sshUserId string) (*http.Request, error)

NewSshUserGetSshUserRequest generates requests for SshUserGetSshUser

func NewSshUserListSshUsersRequest

func NewSshUserListSshUsersRequest(server string, projectId string, params *SshUserListSshUsersParams) (*http.Request, error)

NewSshUserListSshUsersRequest generates requests for SshUserListSshUsers

func NewSshUserUpdateSshUserRequest

func NewSshUserUpdateSshUserRequest(server string, sshUserId string, body SshUserUpdateSshUserJSONRequestBody) (*http.Request, error)

NewSshUserUpdateSshUserRequest calls the generic SshUserUpdateSshUser builder with application/json body

func NewSshUserUpdateSshUserRequestWithBody

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

NewSshUserUpdateSshUserRequestWithBody generates requests for SshUserUpdateSshUser with any type of body

func NewUserAddPhoneNumberRequest

func NewUserAddPhoneNumberRequest(server string, userId struct {
	union json.RawMessage
}, body UserAddPhoneNumberJSONRequestBody) (*http.Request, error)

NewUserAddPhoneNumberRequest calls the generic UserAddPhoneNumber builder with application/json body

func NewUserAddPhoneNumberRequestWithBody

func NewUserAddPhoneNumberRequestWithBody(server string, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader) (*http.Request, error)

NewUserAddPhoneNumberRequestWithBody generates requests for UserAddPhoneNumber with any type of body

func NewUserAuthenticateMfaRequest

func NewUserAuthenticateMfaRequest(server string, body UserAuthenticateMfaJSONRequestBody) (*http.Request, error)

NewUserAuthenticateMfaRequest calls the generic UserAuthenticateMfa builder with application/json body

func NewUserAuthenticateMfaRequestWithBody

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

NewUserAuthenticateMfaRequestWithBody generates requests for UserAuthenticateMfa with any type of body

func NewUserAuthenticateRequest

func NewUserAuthenticateRequest(server string, body UserAuthenticateJSONRequestBody) (*http.Request, error)

NewUserAuthenticateRequest calls the generic UserAuthenticate builder with application/json body

func NewUserAuthenticateRequestWithBody

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

NewUserAuthenticateRequestWithBody generates requests for UserAuthenticate with any type of body

func NewUserAuthenticateWithAccessTokenRetrievalKeyRequest

func NewUserAuthenticateWithAccessTokenRetrievalKeyRequest(server string, body UserAuthenticateWithAccessTokenRetrievalKeyJSONRequestBody) (*http.Request, error)

NewUserAuthenticateWithAccessTokenRetrievalKeyRequest calls the generic UserAuthenticateWithAccessTokenRetrievalKey builder with application/json body

func NewUserAuthenticateWithAccessTokenRetrievalKeyRequestWithBody

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

NewUserAuthenticateWithAccessTokenRetrievalKeyRequestWithBody generates requests for UserAuthenticateWithAccessTokenRetrievalKey with any type of body

func NewUserChangeEmailRequest

func NewUserChangeEmailRequest(server string, body UserChangeEmailJSONRequestBody) (*http.Request, error)

NewUserChangeEmailRequest calls the generic UserChangeEmail builder with application/json body

func NewUserChangeEmailRequestWithBody

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

NewUserChangeEmailRequestWithBody generates requests for UserChangeEmail with any type of body

func NewUserChangePasswordRequest

func NewUserChangePasswordRequest(server string, body UserChangePasswordJSONRequestBody) (*http.Request, error)

NewUserChangePasswordRequest calls the generic UserChangePassword builder with application/json body

func NewUserChangePasswordRequestWithBody

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

NewUserChangePasswordRequestWithBody generates requests for UserChangePassword with any type of body

func NewUserCheckTokenRequest

func NewUserCheckTokenRequest(server string, body UserCheckTokenJSONRequestBody) (*http.Request, error)

NewUserCheckTokenRequest calls the generic UserCheckToken builder with application/json body

func NewUserCheckTokenRequestWithBody

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

NewUserCheckTokenRequestWithBody generates requests for UserCheckToken with any type of body

func NewUserConfirmMfaRequest

func NewUserConfirmMfaRequest(server string, body UserConfirmMfaJSONRequestBody) (*http.Request, error)

NewUserConfirmMfaRequest calls the generic UserConfirmMfa builder with application/json body

func NewUserConfirmMfaRequestWithBody

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

NewUserConfirmMfaRequestWithBody generates requests for UserConfirmMfa with any type of body

func NewUserConfirmPasswordResetRequest

func NewUserConfirmPasswordResetRequest(server string, body UserConfirmPasswordResetJSONRequestBody) (*http.Request, error)

NewUserConfirmPasswordResetRequest calls the generic UserConfirmPasswordReset builder with application/json body

func NewUserConfirmPasswordResetRequestWithBody

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

NewUserConfirmPasswordResetRequestWithBody generates requests for UserConfirmPasswordReset with any type of body

func NewUserCreateAccessTokenRetrievalKeyRequest

func NewUserCreateAccessTokenRetrievalKeyRequest(server string, body UserCreateAccessTokenRetrievalKeyJSONRequestBody) (*http.Request, error)

NewUserCreateAccessTokenRetrievalKeyRequest calls the generic UserCreateAccessTokenRetrievalKey builder with application/json body

func NewUserCreateAccessTokenRetrievalKeyRequestWithBody

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

NewUserCreateAccessTokenRetrievalKeyRequestWithBody generates requests for UserCreateAccessTokenRetrievalKey with any type of body

func NewUserCreateApiTokenRequest

func NewUserCreateApiTokenRequest(server string, body UserCreateApiTokenJSONRequestBody) (*http.Request, error)

NewUserCreateApiTokenRequest calls the generic UserCreateApiToken builder with application/json body

func NewUserCreateApiTokenRequestWithBody

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

NewUserCreateApiTokenRequestWithBody generates requests for UserCreateApiToken with any type of body

func NewUserCreateFeedbackRequest

func NewUserCreateFeedbackRequest(server string, body UserCreateFeedbackJSONRequestBody) (*http.Request, error)

NewUserCreateFeedbackRequest calls the generic UserCreateFeedback builder with application/json body

func NewUserCreateFeedbackRequestWithBody

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

NewUserCreateFeedbackRequestWithBody generates requests for UserCreateFeedback with any type of body

func NewUserCreateSshKeyRequest

func NewUserCreateSshKeyRequest(server string, body UserCreateSshKeyJSONRequestBody) (*http.Request, error)

NewUserCreateSshKeyRequest calls the generic UserCreateSshKey builder with application/json body

func NewUserCreateSshKeyRequestWithBody

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

NewUserCreateSshKeyRequestWithBody generates requests for UserCreateSshKey with any type of body

func NewUserDeleteApiTokenRequest

func NewUserDeleteApiTokenRequest(server string, apiTokenId openapi_types.UUID) (*http.Request, error)

NewUserDeleteApiTokenRequest generates requests for UserDeleteApiToken

func NewUserDeleteSshKeyRequest

func NewUserDeleteSshKeyRequest(server string, sshKeyId openapi_types.UUID) (*http.Request, error)

NewUserDeleteSshKeyRequest generates requests for UserDeleteSshKey

func NewUserDeleteUserRequest

func NewUserDeleteUserRequest(server string, body UserDeleteUserJSONRequestBody) (*http.Request, error)

NewUserDeleteUserRequest calls the generic UserDeleteUser builder with application/json body

func NewUserDeleteUserRequestWithBody

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

NewUserDeleteUserRequestWithBody generates requests for UserDeleteUser with any type of body

func NewUserDisableMfaRequest

func NewUserDisableMfaRequest(server string, body UserDisableMfaJSONRequestBody) (*http.Request, error)

NewUserDisableMfaRequest calls the generic UserDisableMfa builder with application/json body

func NewUserDisableMfaRequestWithBody

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

NewUserDisableMfaRequestWithBody generates requests for UserDisableMfa with any type of body

func NewUserEditApiTokenRequest

func NewUserEditApiTokenRequest(server string, apiTokenId openapi_types.UUID, body UserEditApiTokenJSONRequestBody) (*http.Request, error)

NewUserEditApiTokenRequest calls the generic UserEditApiToken builder with application/json body

func NewUserEditApiTokenRequestWithBody

func NewUserEditApiTokenRequestWithBody(server string, apiTokenId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUserEditApiTokenRequestWithBody generates requests for UserEditApiToken with any type of body

func NewUserEditSshKeyRequest

func NewUserEditSshKeyRequest(server string, sshKeyId openapi_types.UUID, body UserEditSshKeyJSONRequestBody) (*http.Request, error)

NewUserEditSshKeyRequest calls the generic UserEditSshKey builder with application/json body

func NewUserEditSshKeyRequestWithBody

func NewUserEditSshKeyRequestWithBody(server string, sshKeyId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUserEditSshKeyRequestWithBody generates requests for UserEditSshKey with any type of body

func NewUserGetApiTokenRequest

func NewUserGetApiTokenRequest(server string, apiTokenId openapi_types.UUID) (*http.Request, error)

NewUserGetApiTokenRequest generates requests for UserGetApiToken

func NewUserGetMfaStatusRequest

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

NewUserGetMfaStatusRequest generates requests for UserGetMfaStatus

func NewUserGetOwnAccountRequest

func NewUserGetOwnAccountRequest(server string, body UserGetOwnAccountJSONRequestBody) (*http.Request, error)

NewUserGetOwnAccountRequest calls the generic UserGetOwnAccount builder with application/json body

func NewUserGetOwnAccountRequestWithBody

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

NewUserGetOwnAccountRequestWithBody generates requests for UserGetOwnAccount with any type of body

func NewUserGetOwnEmailRequest

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

NewUserGetOwnEmailRequest generates requests for UserGetOwnEmail

func NewUserGetPasswordUpdatedAtRequest

func NewUserGetPasswordUpdatedAtRequest(server string, body UserGetPasswordUpdatedAtJSONRequestBody) (*http.Request, error)

NewUserGetPasswordUpdatedAtRequest calls the generic UserGetPasswordUpdatedAt builder with application/json body

func NewUserGetPasswordUpdatedAtRequestWithBody

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

NewUserGetPasswordUpdatedAtRequestWithBody generates requests for UserGetPasswordUpdatedAt with any type of body

func NewUserGetPersonalizedSettingsRequest

func NewUserGetPersonalizedSettingsRequest(server string, userId struct {
	union json.RawMessage
}) (*http.Request, error)

NewUserGetPersonalizedSettingsRequest generates requests for UserGetPersonalizedSettings

func NewUserGetPollStatusRequest

func NewUserGetPollStatusRequest(server string, userId string) (*http.Request, error)

NewUserGetPollStatusRequest generates requests for UserGetPollStatus

func NewUserGetSessionRequest

func NewUserGetSessionRequest(server string, tokenId string) (*http.Request, error)

NewUserGetSessionRequest generates requests for UserGetSession

func NewUserGetSshKeyRequest

func NewUserGetSshKeyRequest(server string, sshKeyId openapi_types.UUID) (*http.Request, error)

NewUserGetSshKeyRequest generates requests for UserGetSshKey

func NewUserGetUserRequest

func NewUserGetUserRequest(server string, userId struct {
	union json.RawMessage
}) (*http.Request, error)

NewUserGetUserRequest generates requests for UserGetUser

func NewUserInitMfaRequest

func NewUserInitMfaRequest(server string, body UserInitMfaJSONRequestBody) (*http.Request, error)

NewUserInitMfaRequest calls the generic UserInitMfa builder with application/json body

func NewUserInitMfaRequestWithBody

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

NewUserInitMfaRequestWithBody generates requests for UserInitMfa with any type of body

func NewUserInitPasswordResetRequest

func NewUserInitPasswordResetRequest(server string, body UserInitPasswordResetJSONRequestBody) (*http.Request, error)

NewUserInitPasswordResetRequest calls the generic UserInitPasswordReset builder with application/json body

func NewUserInitPasswordResetRequestWithBody

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

NewUserInitPasswordResetRequestWithBody generates requests for UserInitPasswordReset with any type of body

func NewUserListApiTokensRequest

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

NewUserListApiTokensRequest generates requests for UserListApiTokens

func NewUserListFeedbackRequest

func NewUserListFeedbackRequest(server string, userId struct {
	union json.RawMessage
}, params *UserListFeedbackParams) (*http.Request, error)

NewUserListFeedbackRequest generates requests for UserListFeedback

func NewUserListSessionsRequest

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

NewUserListSessionsRequest generates requests for UserListSessions

func NewUserListSshKeysRequest

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

NewUserListSshKeysRequest generates requests for UserListSshKeys

func NewUserLogoutRequest

func NewUserLogoutRequest(server string, body UserLogoutJSONRequestBody) (*http.Request, error)

NewUserLogoutRequest calls the generic UserLogout builder with application/json body

func NewUserLogoutRequestWithBody

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

NewUserLogoutRequestWithBody generates requests for UserLogout with any type of body

func NewUserOauthGetAuthorizationRequest

func NewUserOauthGetAuthorizationRequest(server string, params *UserOauthGetAuthorizationParams) (*http.Request, error)

NewUserOauthGetAuthorizationRequest generates requests for UserOauthGetAuthorization

func NewUserOauthRetrieveAccessTokenRequestWithBody

func NewUserOauthRetrieveAccessTokenRequestWithBody(server string, params *UserOauthRetrieveAccessTokenParams, contentType string, body io.Reader) (*http.Request, error)

NewUserOauthRetrieveAccessTokenRequestWithBody generates requests for UserOauthRetrieveAccessToken with any type of body

func NewUserOauthRetrieveAccessTokenRequestWithFormdataBody

func NewUserOauthRetrieveAccessTokenRequestWithFormdataBody(server string, params *UserOauthRetrieveAccessTokenParams, body UserOauthRetrieveAccessTokenFormdataRequestBody) (*http.Request, error)

NewUserOauthRetrieveAccessTokenRequestWithFormdataBody calls the generic UserOauthRetrieveAccessToken builder with application/x-www-form-urlencoded body

func NewUserPostPollStatusRequest

func NewUserPostPollStatusRequest(server string, userId string, body UserPostPollStatusJSONRequestBody) (*http.Request, error)

NewUserPostPollStatusRequest calls the generic UserPostPollStatus builder with application/json body

func NewUserPostPollStatusRequestWithBody

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

NewUserPostPollStatusRequestWithBody generates requests for UserPostPollStatus with any type of body

func NewUserRegisterRequest

func NewUserRegisterRequest(server string, body UserRegisterJSONRequestBody) (*http.Request, error)

NewUserRegisterRequest calls the generic UserRegister builder with application/json body

func NewUserRegisterRequestWithBody

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

NewUserRegisterRequestWithBody generates requests for UserRegister with any type of body

func NewUserRemoveAvatarRequest

func NewUserRemoveAvatarRequest(server string, userId struct {
	union json.RawMessage
}) (*http.Request, error)

NewUserRemoveAvatarRequest generates requests for UserRemoveAvatar

func NewUserRemovePhoneNumberRequest

func NewUserRemovePhoneNumberRequest(server string, userId struct {
	union json.RawMessage
}) (*http.Request, error)

NewUserRemovePhoneNumberRequest generates requests for UserRemovePhoneNumber

func NewUserRequestAvatarUploadRequest

func NewUserRequestAvatarUploadRequest(server string, userId struct {
	union json.RawMessage
}, body UserRequestAvatarUploadJSONRequestBody) (*http.Request, error)

NewUserRequestAvatarUploadRequest calls the generic UserRequestAvatarUpload builder with application/json body

func NewUserRequestAvatarUploadRequestWithBody

func NewUserRequestAvatarUploadRequestWithBody(server string, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader) (*http.Request, error)

NewUserRequestAvatarUploadRequestWithBody generates requests for UserRequestAvatarUpload with any type of body

func NewUserResendVerificationEmailRequest

func NewUserResendVerificationEmailRequest(server string, body UserResendVerificationEmailJSONRequestBody) (*http.Request, error)

NewUserResendVerificationEmailRequest calls the generic UserResendVerificationEmail builder with application/json body

func NewUserResendVerificationEmailRequestWithBody

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

NewUserResendVerificationEmailRequestWithBody generates requests for UserResendVerificationEmail with any type of body

func NewUserResetRecoverycodesRequest

func NewUserResetRecoverycodesRequest(server string, body UserResetRecoverycodesJSONRequestBody) (*http.Request, error)

NewUserResetRecoverycodesRequest calls the generic UserResetRecoverycodes builder with application/json body

func NewUserResetRecoverycodesRequestWithBody

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

NewUserResetRecoverycodesRequestWithBody generates requests for UserResetRecoverycodes with any type of body

func NewUserSupportCodeRequestRequest

func NewUserSupportCodeRequestRequest(server string, params *UserSupportCodeRequestParams) (*http.Request, error)

NewUserSupportCodeRequestRequest generates requests for UserSupportCodeRequest

func NewUserTerminateAllSessionsRequest

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

NewUserTerminateAllSessionsRequest generates requests for UserTerminateAllSessions

func NewUserTerminateSessionRequest

func NewUserTerminateSessionRequest(server string, tokenId string) (*http.Request, error)

NewUserTerminateSessionRequest generates requests for UserTerminateSession

func NewUserUpdateAccountRequest

func NewUserUpdateAccountRequest(server string, body UserUpdateAccountJSONRequestBody) (*http.Request, error)

NewUserUpdateAccountRequest calls the generic UserUpdateAccount builder with application/json body

func NewUserUpdateAccountRequestWithBody

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

NewUserUpdateAccountRequestWithBody generates requests for UserUpdateAccount with any type of body

func NewUserUpdatePersonalInformationRequest

func NewUserUpdatePersonalInformationRequest(server string, userId struct {
	union json.RawMessage
}, body UserUpdatePersonalInformationJSONRequestBody) (*http.Request, error)

NewUserUpdatePersonalInformationRequest calls the generic UserUpdatePersonalInformation builder with application/json body

func NewUserUpdatePersonalInformationRequestWithBody

func NewUserUpdatePersonalInformationRequestWithBody(server string, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader) (*http.Request, error)

NewUserUpdatePersonalInformationRequestWithBody generates requests for UserUpdatePersonalInformation with any type of body

func NewUserUpdatePersonalizedSettingsRequest

func NewUserUpdatePersonalizedSettingsRequest(server string, userId struct {
	union json.RawMessage
}, body UserUpdatePersonalizedSettingsJSONRequestBody) (*http.Request, error)

NewUserUpdatePersonalizedSettingsRequest calls the generic UserUpdatePersonalizedSettings builder with application/json body

func NewUserUpdatePersonalizedSettingsRequestWithBody

func NewUserUpdatePersonalizedSettingsRequestWithBody(server string, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader) (*http.Request, error)

NewUserUpdatePersonalizedSettingsRequestWithBody generates requests for UserUpdatePersonalizedSettings with any type of body

func NewUserVerifyEmailRequest

func NewUserVerifyEmailRequest(server string, body UserVerifyEmailJSONRequestBody) (*http.Request, error)

NewUserVerifyEmailRequest calls the generic UserVerifyEmail builder with application/json body

func NewUserVerifyEmailRequestWithBody

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

NewUserVerifyEmailRequestWithBody generates requests for UserVerifyEmail with any type of body

func NewUserVerifyPhoneNumberRequest

func NewUserVerifyPhoneNumberRequest(server string, userId struct {
	union json.RawMessage
}, body UserVerifyPhoneNumberJSONRequestBody) (*http.Request, error)

NewUserVerifyPhoneNumberRequest calls the generic UserVerifyPhoneNumber builder with application/json body

func NewUserVerifyPhoneNumberRequestWithBody

func NewUserVerifyPhoneNumberRequestWithBody(server string, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader) (*http.Request, error)

NewUserVerifyPhoneNumberRequestWithBody generates requests for UserVerifyPhoneNumber with any type of body

func NewUserVerifyRegistrationRequest

func NewUserVerifyRegistrationRequest(server string, body UserVerifyRegistrationJSONRequestBody) (*http.Request, error)

NewUserVerifyRegistrationRequest calls the generic UserVerifyRegistration builder with application/json body

func NewUserVerifyRegistrationRequestWithBody

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

NewUserVerifyRegistrationRequestWithBody generates requests for UserVerifyRegistration with any type of body

func PathToRawSpec

func PathToRawSpec(pathToFile string) map[string]func() ([]byte, error)

Constructs a synthetic filesystem for resolving external references when loading openapi specifications.

func RegisterHandlers

func RegisterHandlers(router EchoRouter, si ServerInterface)

RegisterHandlers adds each server route to the EchoRouter.

func RegisterHandlersWithBaseURL

func RegisterHandlersWithBaseURL(router EchoRouter, si ServerInterface, baseURL string)

Registers handlers, and prepends BaseURL to the paths, so that the paths can be served under a prefix.

Types

type AppClient

type AppClient interface {
	GetAppVersion(ctx context.Context, appID string, versionID string) (*DeMittwaldV1AppAppVersion, error)
	ListAppVersions(ctx context.Context, appID string) ([]DeMittwaldV1AppAppVersion, error)
	ListApps(ctx context.Context) ([]DeMittwaldV1AppApp, error)
	RequestAppInstallation(ctx context.Context, projectID string, body AppRequestAppinstallationJSONRequestBody) (string, error)
	GetAppInstallation(ctx context.Context, appInstallationID string) (*DeMittwaldV1AppAppInstallation, error)
	WaitUntilAppInstallationIsReady(ctx context.Context, appID string) error
	UninstallApp(ctx context.Context, appInstallationID string) error
	LinkAppInstallationToDatabase(ctx context.Context, appInstallationID string, databaseID string, userID string, purpose AppLinkDatabaseJSONBodyPurpose) error
	UnlinkAppInstallationFromDatabase(ctx context.Context, appInstallationID string, databaseID string) error
	GetSystemSoftwareByName(ctx context.Context, name string) (*DeMittwaldV1AppSystemSoftware, bool, error)
	SelectSystemSoftwareVersion(ctx context.Context, systemSoftwareID, versionSelector string) (DeMittwaldV1AppSystemSoftwareVersionSet, error)
	GetSystemSoftwareAndVersion(ctx context.Context, systemSoftwareID, systemSoftwareVersionID string) (*DeMittwaldV1AppSystemSoftware, *DeMittwaldV1AppSystemSoftwareVersion, error)
	UpdateAppInstallation(ctx context.Context, appInstallationID string, updater ...AppInstallationUpdater) error
}

type AppExecuteActionJSONBody

type AppExecuteActionJSONBody = map[string]interface{}

AppExecuteActionJSONBody defines parameters for AppExecuteAction.

type AppExecuteActionJSONRequestBody

type AppExecuteActionJSONRequestBody = AppExecuteActionJSONBody

AppExecuteActionJSONRequestBody defines body for AppExecuteAction for application/json ContentType.

type AppExecuteActionResponse

type AppExecuteActionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppExecuteActionResponse

func ParseAppExecuteActionResponse(rsp *http.Response) (*AppExecuteActionResponse, error)

ParseAppExecuteActionResponse parses an HTTP response from a AppExecuteActionWithResponse call

func (AppExecuteActionResponse) Status

func (r AppExecuteActionResponse) Status() string

Status returns HTTPResponse.Status

func (AppExecuteActionResponse) StatusCode

func (r AppExecuteActionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AppGetAppResponse

type AppGetAppResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1AppApp
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppGetAppResponse

func ParseAppGetAppResponse(rsp *http.Response) (*AppGetAppResponse, error)

ParseAppGetAppResponse parses an HTTP response from a AppGetAppWithResponse call

func (AppGetAppResponse) Status

func (r AppGetAppResponse) Status() string

Status returns HTTPResponse.Status

func (AppGetAppResponse) StatusCode

func (r AppGetAppResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AppGetAppinstallationResponse

type AppGetAppinstallationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1AppAppInstallation
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppGetAppinstallationResponse

func ParseAppGetAppinstallationResponse(rsp *http.Response) (*AppGetAppinstallationResponse, error)

ParseAppGetAppinstallationResponse parses an HTTP response from a AppGetAppinstallationWithResponse call

func (AppGetAppinstallationResponse) Status

Status returns HTTPResponse.Status

func (AppGetAppinstallationResponse) StatusCode

func (r AppGetAppinstallationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AppGetAppversionResponse

type AppGetAppversionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1AppAppVersion
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppGetAppversionResponse

func ParseAppGetAppversionResponse(rsp *http.Response) (*AppGetAppversionResponse, error)

ParseAppGetAppversionResponse parses an HTTP response from a AppGetAppversionWithResponse call

func (AppGetAppversionResponse) Status

func (r AppGetAppversionResponse) Status() string

Status returns HTTPResponse.Status

func (AppGetAppversionResponse) StatusCode

func (r AppGetAppversionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AppGetInstalledSystemsoftwareForAppinstallationParams

type AppGetInstalledSystemsoftwareForAppinstallationParams struct {
	TagFilter *string `form:"tagFilter,omitempty" json:"tagFilter,omitempty"`
}

AppGetInstalledSystemsoftwareForAppinstallationParams defines parameters for AppGetInstalledSystemsoftwareForAppinstallation.

type AppGetInstalledSystemsoftwareForAppinstallationResponse

type AppGetInstalledSystemsoftwareForAppinstallationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1AppSystemSoftware
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppGetInstalledSystemsoftwareForAppinstallationResponse

func ParseAppGetInstalledSystemsoftwareForAppinstallationResponse(rsp *http.Response) (*AppGetInstalledSystemsoftwareForAppinstallationResponse, error)

ParseAppGetInstalledSystemsoftwareForAppinstallationResponse parses an HTTP response from a AppGetInstalledSystemsoftwareForAppinstallationWithResponse call

func (AppGetInstalledSystemsoftwareForAppinstallationResponse) Status

Status returns HTTPResponse.Status

func (AppGetInstalledSystemsoftwareForAppinstallationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type AppGetMissingDependenciesForAppinstallationParams

type AppGetMissingDependenciesForAppinstallationParams struct {
	TargetAppVersionID openapi_types.UUID `form:"targetAppVersionID" json:"targetAppVersionID"`
}

AppGetMissingDependenciesForAppinstallationParams defines parameters for AppGetMissingDependenciesForAppinstallation.

type AppGetMissingDependenciesForAppinstallationResponse

type AppGetMissingDependenciesForAppinstallationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		MissingSystemSoftwareDependencies *[]DeMittwaldV1AppSystemSoftwareDependency `json:"missingSystemSoftwareDependencies,omitempty"`
		MissingUserInputs                 *[]DeMittwaldV1AppUserInput                `json:"missingUserInputs,omitempty"`
	}
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseAppGetMissingDependenciesForAppinstallationResponse

func ParseAppGetMissingDependenciesForAppinstallationResponse(rsp *http.Response) (*AppGetMissingDependenciesForAppinstallationResponse, error)

ParseAppGetMissingDependenciesForAppinstallationResponse parses an HTTP response from a AppGetMissingDependenciesForAppinstallationWithResponse call

func (AppGetMissingDependenciesForAppinstallationResponse) Status

Status returns HTTPResponse.Status

func (AppGetMissingDependenciesForAppinstallationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type AppGetSystemsoftwareResponse

type AppGetSystemsoftwareResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1AppSystemSoftware
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppGetSystemsoftwareResponse

func ParseAppGetSystemsoftwareResponse(rsp *http.Response) (*AppGetSystemsoftwareResponse, error)

ParseAppGetSystemsoftwareResponse parses an HTTP response from a AppGetSystemsoftwareWithResponse call

func (AppGetSystemsoftwareResponse) Status

Status returns HTTPResponse.Status

func (AppGetSystemsoftwareResponse) StatusCode

func (r AppGetSystemsoftwareResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AppGetSystemsoftwareversionResponse

type AppGetSystemsoftwareversionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1AppSystemSoftwareVersion
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppGetSystemsoftwareversionResponse

func ParseAppGetSystemsoftwareversionResponse(rsp *http.Response) (*AppGetSystemsoftwareversionResponse, error)

ParseAppGetSystemsoftwareversionResponse parses an HTTP response from a AppGetSystemsoftwareversionWithResponse call

func (AppGetSystemsoftwareversionResponse) Status

Status returns HTTPResponse.Status

func (AppGetSystemsoftwareversionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type AppInstallationUpdater

type AppInstallationUpdater interface {
	Apply(b *AppPatchAppinstallationJSONRequestBody)
}

func RemoveAppInstallationSystemSoftware

func RemoveAppInstallationSystemSoftware(systemSoftwareID string) AppInstallationUpdater

func UpdateAppInstallationDescription

func UpdateAppInstallationDescription(description string) AppInstallationUpdater

func UpdateAppInstallationDocumentRoot

func UpdateAppInstallationDocumentRoot(documentRoot string) AppInstallationUpdater

func UpdateAppInstallationSystemSoftware

func UpdateAppInstallationSystemSoftware(systemSoftwareID, systemSoftwareVersionID string, updatePolicy DeMittwaldV1AppSystemSoftwareUpdatePolicy) AppInstallationUpdater

func UpdateAppInstallationUpdatePolicy

func UpdateAppInstallationUpdatePolicy(updatePolicy DeMittwaldV1AppAppUpdatePolicy) AppInstallationUpdater

type AppInstallationUpdaterChain

type AppInstallationUpdaterChain []AppInstallationUpdater

func (AppInstallationUpdaterChain) Apply

type AppInstallationUpdaterFunc

type AppInstallationUpdaterFunc func(b *AppPatchAppinstallationJSONRequestBody)

func (AppInstallationUpdaterFunc) Apply

type AppLinkDatabaseJSONBody

type AppLinkDatabaseJSONBody struct {
	DatabaseId      openapi_types.UUID             `json:"databaseId"`
	DatabaseUserIds *map[string]string             `json:"databaseUserIds,omitempty"`
	Purpose         AppLinkDatabaseJSONBodyPurpose `json:"purpose"`
}

AppLinkDatabaseJSONBody defines parameters for AppLinkDatabase.

type AppLinkDatabaseJSONBodyPurpose

type AppLinkDatabaseJSONBodyPurpose string

AppLinkDatabaseJSONBodyPurpose defines parameters for AppLinkDatabase.

const (
	AppLinkDatabaseJSONBodyPurposeCache   AppLinkDatabaseJSONBodyPurpose = "cache"
	AppLinkDatabaseJSONBodyPurposeCustom  AppLinkDatabaseJSONBodyPurpose = "custom"
	AppLinkDatabaseJSONBodyPurposePrimary AppLinkDatabaseJSONBodyPurpose = "primary"
)

Defines values for AppLinkDatabaseJSONBodyPurpose.

type AppLinkDatabaseJSONRequestBody

type AppLinkDatabaseJSONRequestBody AppLinkDatabaseJSONBody

AppLinkDatabaseJSONRequestBody defines body for AppLinkDatabase for application/json ContentType.

type AppLinkDatabaseResponse

type AppLinkDatabaseResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppLinkDatabaseResponse

func ParseAppLinkDatabaseResponse(rsp *http.Response) (*AppLinkDatabaseResponse, error)

ParseAppLinkDatabaseResponse parses an HTTP response from a AppLinkDatabaseWithResponse call

func (AppLinkDatabaseResponse) Status

func (r AppLinkDatabaseResponse) Status() string

Status returns HTTPResponse.Status

func (AppLinkDatabaseResponse) StatusCode

func (r AppLinkDatabaseResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AppListAppinstallationsParams

type AppListAppinstallationsParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Page  *int `form:"page,omitempty" json:"page,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
}

AppListAppinstallationsParams defines parameters for AppListAppinstallations.

type AppListAppinstallationsResponse

type AppListAppinstallationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1AppAppInstallation
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppListAppinstallationsResponse

func ParseAppListAppinstallationsResponse(rsp *http.Response) (*AppListAppinstallationsResponse, error)

ParseAppListAppinstallationsResponse parses an HTTP response from a AppListAppinstallationsWithResponse call

func (AppListAppinstallationsResponse) Status

Status returns HTTPResponse.Status

func (AppListAppinstallationsResponse) StatusCode

func (r AppListAppinstallationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AppListAppsParams

type AppListAppsParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Page  *int `form:"page,omitempty" json:"page,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
}

AppListAppsParams defines parameters for AppListApps.

type AppListAppsResponse

type AppListAppsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1AppApp
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppListAppsResponse

func ParseAppListAppsResponse(rsp *http.Response) (*AppListAppsResponse, error)

ParseAppListAppsResponse parses an HTTP response from a AppListAppsWithResponse call

func (AppListAppsResponse) Status

func (r AppListAppsResponse) Status() string

Status returns HTTPResponse.Status

func (AppListAppsResponse) StatusCode

func (r AppListAppsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AppListAppversionsParams

type AppListAppversionsParams struct {
	Recommended *bool `form:"recommended,omitempty" json:"recommended,omitempty"`
}

AppListAppversionsParams defines parameters for AppListAppversions.

type AppListAppversionsResponse

type AppListAppversionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1AppAppVersion
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppListAppversionsResponse

func ParseAppListAppversionsResponse(rsp *http.Response) (*AppListAppversionsResponse, error)

ParseAppListAppversionsResponse parses an HTTP response from a AppListAppversionsWithResponse call

func (AppListAppversionsResponse) Status

Status returns HTTPResponse.Status

func (AppListAppversionsResponse) StatusCode

func (r AppListAppversionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AppListSystemsoftwaresParams

type AppListSystemsoftwaresParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Page  *int `form:"page,omitempty" json:"page,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
}

AppListSystemsoftwaresParams defines parameters for AppListSystemsoftwares.

type AppListSystemsoftwaresResponse

type AppListSystemsoftwaresResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1AppSystemSoftware
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppListSystemsoftwaresResponse

func ParseAppListSystemsoftwaresResponse(rsp *http.Response) (*AppListSystemsoftwaresResponse, error)

ParseAppListSystemsoftwaresResponse parses an HTTP response from a AppListSystemsoftwaresWithResponse call

func (AppListSystemsoftwaresResponse) Status

Status returns HTTPResponse.Status

func (AppListSystemsoftwaresResponse) StatusCode

func (r AppListSystemsoftwaresResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AppListSystemsoftwareversionsParams

type AppListSystemsoftwareversionsParams struct {
	VersionRange *string `form:"versionRange,omitempty" json:"versionRange,omitempty"`
	Recommended  *bool   `form:"recommended,omitempty" json:"recommended,omitempty"`
}

AppListSystemsoftwareversionsParams defines parameters for AppListSystemsoftwareversions.

type AppListSystemsoftwareversionsResponse

type AppListSystemsoftwareversionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1AppSystemSoftwareVersion
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppListSystemsoftwareversionsResponse

func ParseAppListSystemsoftwareversionsResponse(rsp *http.Response) (*AppListSystemsoftwareversionsResponse, error)

ParseAppListSystemsoftwareversionsResponse parses an HTTP response from a AppListSystemsoftwareversionsWithResponse call

func (AppListSystemsoftwareversionsResponse) Status

Status returns HTTPResponse.Status

func (AppListSystemsoftwareversionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type AppListUpdateCandidatesForAppversionResponse

type AppListUpdateCandidatesForAppversionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1AppAppVersion
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppListUpdateCandidatesForAppversionResponse

func ParseAppListUpdateCandidatesForAppversionResponse(rsp *http.Response) (*AppListUpdateCandidatesForAppversionResponse, error)

ParseAppListUpdateCandidatesForAppversionResponse parses an HTTP response from a AppListUpdateCandidatesForAppversionWithResponse call

func (AppListUpdateCandidatesForAppversionResponse) Status

Status returns HTTPResponse.Status

func (AppListUpdateCandidatesForAppversionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type AppPatchAppinstallationJSONBody

type AppPatchAppinstallationJSONBody struct {
	AppVersionId       *openapi_types.UUID `json:"appVersionId,omitempty"`
	CustomDocumentRoot *string             `json:"customDocumentRoot,omitempty"`
	Description        *string             `json:"description,omitempty"`
	SystemSoftware     *map[string]struct {
		SystemSoftwareVersion *string `json:"systemSoftwareVersion,omitempty"`

		// UpdatePolicy SystemSoftwareUpdatePolicy describes which updates should be applied automatically by our systems.
		UpdatePolicy *DeMittwaldV1AppSystemSoftwareUpdatePolicy `json:"updatePolicy,omitempty"`
	} `json:"systemSoftware,omitempty"`

	// UpdatePolicy AppUpdatePolicy describes which updates should be applied automatically by our systems.
	UpdatePolicy *DeMittwaldV1AppAppUpdatePolicy  `json:"updatePolicy,omitempty"`
	UserInputs   *[]DeMittwaldV1AppSavedUserInput `json:"userInputs,omitempty"`
}

AppPatchAppinstallationJSONBody defines parameters for AppPatchAppinstallation.

type AppPatchAppinstallationJSONRequestBody

type AppPatchAppinstallationJSONRequestBody AppPatchAppinstallationJSONBody

AppPatchAppinstallationJSONRequestBody defines body for AppPatchAppinstallation for application/json ContentType.

type AppPatchAppinstallationResponse

type AppPatchAppinstallationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppPatchAppinstallationResponse

func ParseAppPatchAppinstallationResponse(rsp *http.Response) (*AppPatchAppinstallationResponse, error)

ParseAppPatchAppinstallationResponse parses an HTTP response from a AppPatchAppinstallationWithResponse call

func (AppPatchAppinstallationResponse) Status

Status returns HTTPResponse.Status

func (AppPatchAppinstallationResponse) StatusCode

func (r AppPatchAppinstallationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AppPatchInstallationSystemSoftware

type AppPatchInstallationSystemSoftware = map[string]AppPatchInstallationSystemSoftwareItem

type AppPatchInstallationSystemSoftwareItem

type AppPatchInstallationSystemSoftwareItem = struct {
	SystemSoftwareVersion *string                                    `json:"systemSoftwareVersion,omitempty"`
	UpdatePolicy          *DeMittwaldV1AppSystemSoftwareUpdatePolicy `json:"updatePolicy,omitempty"`
}

type AppRequestAppinstallationCopyJSONBody

type AppRequestAppinstallationCopyJSONBody struct {
	Description     string              `json:"description"`
	TargetProjectId *openapi_types.UUID `json:"targetProjectId,omitempty"`
}

AppRequestAppinstallationCopyJSONBody defines parameters for AppRequestAppinstallationCopy.

type AppRequestAppinstallationCopyJSONRequestBody

type AppRequestAppinstallationCopyJSONRequestBody AppRequestAppinstallationCopyJSONBody

AppRequestAppinstallationCopyJSONRequestBody defines body for AppRequestAppinstallationCopy for application/json ContentType.

type AppRequestAppinstallationCopyResponse

type AppRequestAppinstallationCopyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		Id openapi_types.UUID `json:"id"`
	}
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseAppRequestAppinstallationCopyResponse

func ParseAppRequestAppinstallationCopyResponse(rsp *http.Response) (*AppRequestAppinstallationCopyResponse, error)

ParseAppRequestAppinstallationCopyResponse parses an HTTP response from a AppRequestAppinstallationCopyWithResponse call

func (AppRequestAppinstallationCopyResponse) Status

Status returns HTTPResponse.Status

func (AppRequestAppinstallationCopyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type AppRequestAppinstallationJSONBody

type AppRequestAppinstallationJSONBody struct {
	AppVersionId openapi_types.UUID `json:"appVersionId"`
	Description  string             `json:"description"`

	// UpdatePolicy AppUpdatePolicy describes which updates should be applied automatically by our systems.
	UpdatePolicy DeMittwaldV1AppAppUpdatePolicy  `json:"updatePolicy"`
	UserInputs   []DeMittwaldV1AppSavedUserInput `json:"userInputs"`
}

AppRequestAppinstallationJSONBody defines parameters for AppRequestAppinstallation.

type AppRequestAppinstallationJSONRequestBody

type AppRequestAppinstallationJSONRequestBody AppRequestAppinstallationJSONBody

AppRequestAppinstallationJSONRequestBody defines body for AppRequestAppinstallation for application/json ContentType.

type AppRequestAppinstallationResponse

type AppRequestAppinstallationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		Id openapi_types.UUID `json:"id"`
	}
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseAppRequestAppinstallationResponse

func ParseAppRequestAppinstallationResponse(rsp *http.Response) (*AppRequestAppinstallationResponse, error)

ParseAppRequestAppinstallationResponse parses an HTTP response from a AppRequestAppinstallationWithResponse call

func (AppRequestAppinstallationResponse) Status

Status returns HTTPResponse.Status

func (AppRequestAppinstallationResponse) StatusCode

func (r AppRequestAppinstallationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AppRetrieveStatusResponse

type AppRetrieveStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1AppAppInstallationStatus
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppRetrieveStatusResponse

func ParseAppRetrieveStatusResponse(rsp *http.Response) (*AppRetrieveStatusResponse, error)

ParseAppRetrieveStatusResponse parses an HTTP response from a AppRetrieveStatusWithResponse call

func (AppRetrieveStatusResponse) Status

func (r AppRetrieveStatusResponse) Status() string

Status returns HTTPResponse.Status

func (AppRetrieveStatusResponse) StatusCode

func (r AppRetrieveStatusResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AppSetDatabaseUsersJSONBody

type AppSetDatabaseUsersJSONBody struct {
	DatabaseUserIds map[string]string `json:"databaseUserIds"`
}

AppSetDatabaseUsersJSONBody defines parameters for AppSetDatabaseUsers.

type AppSetDatabaseUsersJSONRequestBody

type AppSetDatabaseUsersJSONRequestBody AppSetDatabaseUsersJSONBody

AppSetDatabaseUsersJSONRequestBody defines body for AppSetDatabaseUsers for application/json ContentType.

type AppSetDatabaseUsersResponse

type AppSetDatabaseUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppSetDatabaseUsersResponse

func ParseAppSetDatabaseUsersResponse(rsp *http.Response) (*AppSetDatabaseUsersResponse, error)

ParseAppSetDatabaseUsersResponse parses an HTTP response from a AppSetDatabaseUsersWithResponse call

func (AppSetDatabaseUsersResponse) Status

Status returns HTTPResponse.Status

func (AppSetDatabaseUsersResponse) StatusCode

func (r AppSetDatabaseUsersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AppUninstallAppinstallationResponse

type AppUninstallAppinstallationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppUninstallAppinstallationResponse

func ParseAppUninstallAppinstallationResponse(rsp *http.Response) (*AppUninstallAppinstallationResponse, error)

ParseAppUninstallAppinstallationResponse parses an HTTP response from a AppUninstallAppinstallationWithResponse call

func (AppUninstallAppinstallationResponse) Status

Status returns HTTPResponse.Status

func (AppUninstallAppinstallationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type AppUnlinkDatabaseResponse

type AppUnlinkDatabaseResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseAppUnlinkDatabaseResponse

func ParseAppUnlinkDatabaseResponse(rsp *http.Response) (*AppUnlinkDatabaseResponse, error)

ParseAppUnlinkDatabaseResponse parses an HTTP response from a AppUnlinkDatabaseWithResponse call

func (AppUnlinkDatabaseResponse) Status

func (r AppUnlinkDatabaseResponse) Status() string

Status returns HTTPResponse.Status

func (AppUnlinkDatabaseResponse) StatusCode

func (r AppUnlinkDatabaseResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ArticleGetArticleParams

type ArticleGetArticleParams struct {
	// CustomerId Use customerId for custom customer prices.
	CustomerId *string `form:"customerId,omitempty" json:"customerId,omitempty"`
}

ArticleGetArticleParams defines parameters for ArticleGetArticle.

type ArticleGetArticleResponse

type ArticleGetArticleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1ArticleReadableArticle
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseArticleGetArticleResponse

func ParseArticleGetArticleResponse(rsp *http.Response) (*ArticleGetArticleResponse, error)

ParseArticleGetArticleResponse parses an HTTP response from a ArticleGetArticleWithResponse call

func (ArticleGetArticleResponse) Status

func (r ArticleGetArticleResponse) Status() string

Status returns HTTPResponse.Status

func (ArticleGetArticleResponse) StatusCode

func (r ArticleGetArticleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ArticleListArticlesParams

type ArticleListArticlesParams struct {
	// CustomerId Use customerId for custom customer prices.
	CustomerId    *string                               `form:"customerId,omitempty" json:"customerId,omitempty"`
	Limit         *int                                  `form:"limit,omitempty" json:"limit,omitempty"`
	Skip          *int                                  `form:"skip,omitempty" json:"skip,omitempty"`
	Page          *int                                  `form:"page,omitempty" json:"page,omitempty"`
	Tags          *[]string                             `form:"tags,omitempty" json:"tags,omitempty"`
	TemplateNames *[]string                             `form:"templateNames,omitempty" json:"templateNames,omitempty"`
	ArticleIds    *[]string                             `form:"articleIds,omitempty" json:"articleIds,omitempty"`
	Orderable     *[]ArticleListArticlesParamsOrderable `form:"orderable,omitempty" json:"orderable,omitempty"`
	Name          *string                               `form:"name,omitempty" json:"name,omitempty"`
}

ArticleListArticlesParams defines parameters for ArticleListArticles.

type ArticleListArticlesParamsOrderable

type ArticleListArticlesParamsOrderable string

ArticleListArticlesParamsOrderable defines parameters for ArticleListArticles.

const (
	ArticleListArticlesParamsOrderableBetaTesting ArticleListArticlesParamsOrderable = "beta_testing"
	ArticleListArticlesParamsOrderableDeprecated  ArticleListArticlesParamsOrderable = "deprecated"
	ArticleListArticlesParamsOrderableForbidden   ArticleListArticlesParamsOrderable = "forbidden"
	ArticleListArticlesParamsOrderableFull        ArticleListArticlesParamsOrderable = "full"
	ArticleListArticlesParamsOrderableInternal    ArticleListArticlesParamsOrderable = "internal"
)

Defines values for ArticleListArticlesParamsOrderable.

type ArticleListArticlesResponse

type ArticleListArticlesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1ArticleReadableArticle
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseArticleListArticlesResponse

func ParseArticleListArticlesResponse(rsp *http.Response) (*ArticleListArticlesResponse, error)

ParseArticleListArticlesResponse parses an HTTP response from a ArticleListArticlesWithResponse call

func (ArticleListArticlesResponse) Status

Status returns HTTPResponse.Status

func (ArticleListArticlesResponse) StatusCode

func (r ArticleListArticlesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type BackupCreateProjectBackupExportJSONBody

type BackupCreateProjectBackupExportJSONBody struct {
	// Format The desired format to export the ProjectBackup in.
	Format BackupCreateProjectBackupExportJSONBodyFormat `json:"format"`

	// Password Password to use to protect the archive.
	Password *string `json:"password,omitempty"`
}

BackupCreateProjectBackupExportJSONBody defines parameters for BackupCreateProjectBackupExport.

type BackupCreateProjectBackupExportJSONBodyFormat

type BackupCreateProjectBackupExportJSONBodyFormat string

BackupCreateProjectBackupExportJSONBodyFormat defines parameters for BackupCreateProjectBackupExport.

Defines values for BackupCreateProjectBackupExportJSONBodyFormat.

type BackupCreateProjectBackupExportJSONRequestBody

type BackupCreateProjectBackupExportJSONRequestBody BackupCreateProjectBackupExportJSONBody

BackupCreateProjectBackupExportJSONRequestBody defines body for BackupCreateProjectBackupExport for application/json ContentType.

type BackupCreateProjectBackupExportResponse

type BackupCreateProjectBackupExportResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseBackupCreateProjectBackupExportResponse

func ParseBackupCreateProjectBackupExportResponse(rsp *http.Response) (*BackupCreateProjectBackupExportResponse, error)

ParseBackupCreateProjectBackupExportResponse parses an HTTP response from a BackupCreateProjectBackupExportWithResponse call

func (BackupCreateProjectBackupExportResponse) Status

Status returns HTTPResponse.Status

func (BackupCreateProjectBackupExportResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type BackupCreateProjectBackupJSONBody

type BackupCreateProjectBackupJSONBody struct {
	// Description Description of the Backup.
	Description *string `json:"description,omitempty"`

	// ExpirationTime Time when to expire the Backup.
	ExpirationTime time.Time `json:"expirationTime"`
}

BackupCreateProjectBackupJSONBody defines parameters for BackupCreateProjectBackup.

type BackupCreateProjectBackupJSONRequestBody

type BackupCreateProjectBackupJSONRequestBody BackupCreateProjectBackupJSONBody

BackupCreateProjectBackupJSONRequestBody defines body for BackupCreateProjectBackup for application/json ContentType.

type BackupCreateProjectBackupResponse

type BackupCreateProjectBackupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *DeMittwaldV1BackupProjectBackup
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseBackupCreateProjectBackupResponse

func ParseBackupCreateProjectBackupResponse(rsp *http.Response) (*BackupCreateProjectBackupResponse, error)

ParseBackupCreateProjectBackupResponse parses an HTTP response from a BackupCreateProjectBackupWithResponse call

func (BackupCreateProjectBackupResponse) Status

Status returns HTTPResponse.Status

func (BackupCreateProjectBackupResponse) StatusCode

func (r BackupCreateProjectBackupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type BackupCreateProjectBackupScheduleJSONBody

type BackupCreateProjectBackupScheduleJSONBody struct {
	// Description Description of the BackupSchedule.
	Description *string `json:"description,omitempty"`

	// Schedule Execution schedule in crontab notation.
	Schedule string `json:"schedule"`

	// Ttl TTL of the BackupSchedule as time string.
	Ttl string `json:"ttl"`
}

BackupCreateProjectBackupScheduleJSONBody defines parameters for BackupCreateProjectBackupSchedule.

type BackupCreateProjectBackupScheduleJSONRequestBody

type BackupCreateProjectBackupScheduleJSONRequestBody BackupCreateProjectBackupScheduleJSONBody

BackupCreateProjectBackupScheduleJSONRequestBody defines body for BackupCreateProjectBackupSchedule for application/json ContentType.

type BackupCreateProjectBackupScheduleResponse

type BackupCreateProjectBackupScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *DeMittwaldV1BackupProjectBackupSchedule
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseBackupCreateProjectBackupScheduleResponse

func ParseBackupCreateProjectBackupScheduleResponse(rsp *http.Response) (*BackupCreateProjectBackupScheduleResponse, error)

ParseBackupCreateProjectBackupScheduleResponse parses an HTTP response from a BackupCreateProjectBackupScheduleWithResponse call

func (BackupCreateProjectBackupScheduleResponse) Status

Status returns HTTPResponse.Status

func (BackupCreateProjectBackupScheduleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type BackupDeleteProjectBackupExportResponse

type BackupDeleteProjectBackupExportResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseBackupDeleteProjectBackupExportResponse

func ParseBackupDeleteProjectBackupExportResponse(rsp *http.Response) (*BackupDeleteProjectBackupExportResponse, error)

ParseBackupDeleteProjectBackupExportResponse parses an HTTP response from a BackupDeleteProjectBackupExportWithResponse call

func (BackupDeleteProjectBackupExportResponse) Status

Status returns HTTPResponse.Status

func (BackupDeleteProjectBackupExportResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type BackupDeleteProjectBackupResponse

type BackupDeleteProjectBackupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseBackupDeleteProjectBackupResponse

func ParseBackupDeleteProjectBackupResponse(rsp *http.Response) (*BackupDeleteProjectBackupResponse, error)

ParseBackupDeleteProjectBackupResponse parses an HTTP response from a BackupDeleteProjectBackupWithResponse call

func (BackupDeleteProjectBackupResponse) Status

Status returns HTTPResponse.Status

func (BackupDeleteProjectBackupResponse) StatusCode

func (r BackupDeleteProjectBackupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type BackupDeleteProjectBackupScheduleResponse

type BackupDeleteProjectBackupScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseBackupDeleteProjectBackupScheduleResponse

func ParseBackupDeleteProjectBackupScheduleResponse(rsp *http.Response) (*BackupDeleteProjectBackupScheduleResponse, error)

ParseBackupDeleteProjectBackupScheduleResponse parses an HTTP response from a BackupDeleteProjectBackupScheduleWithResponse call

func (BackupDeleteProjectBackupScheduleResponse) Status

Status returns HTTPResponse.Status

func (BackupDeleteProjectBackupScheduleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type BackupGetProjectBackupResponse

type BackupGetProjectBackupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1BackupProjectBackup
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseBackupGetProjectBackupResponse

func ParseBackupGetProjectBackupResponse(rsp *http.Response) (*BackupGetProjectBackupResponse, error)

ParseBackupGetProjectBackupResponse parses an HTTP response from a BackupGetProjectBackupWithResponse call

func (BackupGetProjectBackupResponse) Status

Status returns HTTPResponse.Status

func (BackupGetProjectBackupResponse) StatusCode

func (r BackupGetProjectBackupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type BackupGetProjectBackupScheduleResponse

type BackupGetProjectBackupScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1BackupProjectBackupSchedule
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseBackupGetProjectBackupScheduleResponse

func ParseBackupGetProjectBackupScheduleResponse(rsp *http.Response) (*BackupGetProjectBackupScheduleResponse, error)

ParseBackupGetProjectBackupScheduleResponse parses an HTTP response from a BackupGetProjectBackupScheduleWithResponse call

func (BackupGetProjectBackupScheduleResponse) Status

Status returns HTTPResponse.Status

func (BackupGetProjectBackupScheduleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type BackupListProjectBackupSchedulesResponse

type BackupListProjectBackupSchedulesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1BackupProjectBackupSchedule
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseBackupListProjectBackupSchedulesResponse

func ParseBackupListProjectBackupSchedulesResponse(rsp *http.Response) (*BackupListProjectBackupSchedulesResponse, error)

ParseBackupListProjectBackupSchedulesResponse parses an HTTP response from a BackupListProjectBackupSchedulesWithResponse call

func (BackupListProjectBackupSchedulesResponse) Status

Status returns HTTPResponse.Status

func (BackupListProjectBackupSchedulesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type BackupListProjectBackupsResponse

type BackupListProjectBackupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1BackupProjectBackup
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseBackupListProjectBackupsResponse

func ParseBackupListProjectBackupsResponse(rsp *http.Response) (*BackupListProjectBackupsResponse, error)

ParseBackupListProjectBackupsResponse parses an HTTP response from a BackupListProjectBackupsWithResponse call

func (BackupListProjectBackupsResponse) Status

Status returns HTTPResponse.Status

func (BackupListProjectBackupsResponse) StatusCode

func (r BackupListProjectBackupsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type BackupUpdateProjectBackupDescriptionJSONBody

type BackupUpdateProjectBackupDescriptionJSONBody struct {
	// Description Description of the ProjectBackup.
	Description *string `json:"description,omitempty"`
}

BackupUpdateProjectBackupDescriptionJSONBody defines parameters for BackupUpdateProjectBackupDescription.

type BackupUpdateProjectBackupDescriptionJSONRequestBody

type BackupUpdateProjectBackupDescriptionJSONRequestBody BackupUpdateProjectBackupDescriptionJSONBody

BackupUpdateProjectBackupDescriptionJSONRequestBody defines body for BackupUpdateProjectBackupDescription for application/json ContentType.

type BackupUpdateProjectBackupDescriptionResponse

type BackupUpdateProjectBackupDescriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseBackupUpdateProjectBackupDescriptionResponse

func ParseBackupUpdateProjectBackupDescriptionResponse(rsp *http.Response) (*BackupUpdateProjectBackupDescriptionResponse, error)

ParseBackupUpdateProjectBackupDescriptionResponse parses an HTTP response from a BackupUpdateProjectBackupDescriptionWithResponse call

func (BackupUpdateProjectBackupDescriptionResponse) Status

Status returns HTTPResponse.Status

func (BackupUpdateProjectBackupDescriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type BackupUpdateProjectBackupScheduleJSONBody

type BackupUpdateProjectBackupScheduleJSONBody struct {
	// Description Description of the ProjectBackupSchedule. Note that the description of isSystemBackup true items cannot be changed.
	Description *string `json:"description,omitempty"`

	// Schedule Execution schedule in crontab notation. Note that the schedule of isSystemBackup true items must be daily once.
	Schedule *string `json:"schedule,omitempty"`

	// Ttl TTL of the ProjectBackupSchedule as time string.
	Ttl *string `json:"ttl,omitempty"`
}

BackupUpdateProjectBackupScheduleJSONBody defines parameters for BackupUpdateProjectBackupSchedule.

type BackupUpdateProjectBackupScheduleJSONRequestBody

type BackupUpdateProjectBackupScheduleJSONRequestBody BackupUpdateProjectBackupScheduleJSONBody

BackupUpdateProjectBackupScheduleJSONRequestBody defines body for BackupUpdateProjectBackupSchedule for application/json ContentType.

type BackupUpdateProjectBackupScheduleResponse

type BackupUpdateProjectBackupScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSON412      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseBackupUpdateProjectBackupScheduleResponse

func ParseBackupUpdateProjectBackupScheduleResponse(rsp *http.Response) (*BackupUpdateProjectBackupScheduleResponse, error)

ParseBackupUpdateProjectBackupScheduleResponse parses an HTTP response from a BackupUpdateProjectBackupScheduleWithResponse call

func (BackupUpdateProjectBackupScheduleResponse) Status

Status returns HTTPResponse.Status

func (BackupUpdateProjectBackupScheduleResponse) StatusCode

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

func (c *Client) AppExecuteAction(ctx context.Context, appInstallationId string, action DeMittwaldV1AppAction, body AppExecuteActionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppExecuteActionWithBody

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

func (*Client) AppGetApp

func (c *Client) AppGetApp(ctx context.Context, appId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppGetAppinstallation

func (c *Client) AppGetAppinstallation(ctx context.Context, appInstallationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppGetAppversion

func (c *Client) AppGetAppversion(ctx context.Context, appId openapi_types.UUID, appVersionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppGetInstalledSystemsoftwareForAppinstallation

func (c *Client) AppGetInstalledSystemsoftwareForAppinstallation(ctx context.Context, appInstallationId openapi_types.UUID, params *AppGetInstalledSystemsoftwareForAppinstallationParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppGetMissingDependenciesForAppinstallation

func (c *Client) AppGetMissingDependenciesForAppinstallation(ctx context.Context, appInstallationId openapi_types.UUID, params *AppGetMissingDependenciesForAppinstallationParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppGetSystemsoftware

func (c *Client) AppGetSystemsoftware(ctx context.Context, systemSoftwareId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppGetSystemsoftwareversion

func (c *Client) AppGetSystemsoftwareversion(ctx context.Context, systemSoftwareId openapi_types.UUID, systemSoftwareVersionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppLinkDatabase

func (c *Client) AppLinkDatabase(ctx context.Context, appInstallationId openapi_types.UUID, body AppLinkDatabaseJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppLinkDatabaseWithBody

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

func (*Client) AppListAppinstallations

func (c *Client) AppListAppinstallations(ctx context.Context, projectId openapi_types.UUID, params *AppListAppinstallationsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppListApps

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

func (*Client) AppListAppversions

func (c *Client) AppListAppversions(ctx context.Context, appId openapi_types.UUID, params *AppListAppversionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppListSystemsoftwares

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

func (*Client) AppListSystemsoftwareversions

func (c *Client) AppListSystemsoftwareversions(ctx context.Context, systemSoftwareId openapi_types.UUID, params *AppListSystemsoftwareversionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppListUpdateCandidatesForAppversion

func (c *Client) AppListUpdateCandidatesForAppversion(ctx context.Context, appId openapi_types.UUID, baseAppVersionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppPatchAppinstallation

func (c *Client) AppPatchAppinstallation(ctx context.Context, appInstallationId openapi_types.UUID, body AppPatchAppinstallationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppPatchAppinstallationWithBody

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

func (*Client) AppRequestAppinstallation

func (c *Client) AppRequestAppinstallation(ctx context.Context, projectId openapi_types.UUID, body AppRequestAppinstallationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppRequestAppinstallationCopy

func (c *Client) AppRequestAppinstallationCopy(ctx context.Context, appInstallationId openapi_types.UUID, body AppRequestAppinstallationCopyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppRequestAppinstallationCopyWithBody

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

func (*Client) AppRequestAppinstallationWithBody

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

func (*Client) AppRetrieveStatus

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

func (*Client) AppSetDatabaseUsers

func (c *Client) AppSetDatabaseUsers(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, body AppSetDatabaseUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppSetDatabaseUsersWithBody

func (c *Client) AppSetDatabaseUsersWithBody(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppUninstallAppinstallation

func (c *Client) AppUninstallAppinstallation(ctx context.Context, appInstallationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AppUnlinkDatabase

func (c *Client) AppUnlinkDatabase(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ArticleGetArticle

func (c *Client) ArticleGetArticle(ctx context.Context, articleId string, params *ArticleGetArticleParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ArticleListArticles

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

func (*Client) BackupCreateProjectBackup

func (c *Client) BackupCreateProjectBackup(ctx context.Context, projectId openapi_types.UUID, body BackupCreateProjectBackupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) BackupCreateProjectBackupExport

func (c *Client) BackupCreateProjectBackupExport(ctx context.Context, projectBackupId openapi_types.UUID, body BackupCreateProjectBackupExportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) BackupCreateProjectBackupExportWithBody

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

func (*Client) BackupCreateProjectBackupSchedule

func (c *Client) BackupCreateProjectBackupSchedule(ctx context.Context, projectId openapi_types.UUID, body BackupCreateProjectBackupScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) BackupCreateProjectBackupScheduleWithBody

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

func (*Client) BackupCreateProjectBackupWithBody

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

func (*Client) BackupDeleteProjectBackup

func (c *Client) BackupDeleteProjectBackup(ctx context.Context, projectBackupId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) BackupDeleteProjectBackupExport

func (c *Client) BackupDeleteProjectBackupExport(ctx context.Context, projectBackupId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) BackupDeleteProjectBackupSchedule

func (c *Client) BackupDeleteProjectBackupSchedule(ctx context.Context, projectBackupScheduleId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) BackupGetProjectBackup

func (c *Client) BackupGetProjectBackup(ctx context.Context, projectBackupId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) BackupGetProjectBackupSchedule

func (c *Client) BackupGetProjectBackupSchedule(ctx context.Context, projectBackupScheduleId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) BackupListProjectBackupSchedules

func (c *Client) BackupListProjectBackupSchedules(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) BackupListProjectBackups

func (c *Client) BackupListProjectBackups(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) BackupUpdateProjectBackupDescription

func (c *Client) BackupUpdateProjectBackupDescription(ctx context.Context, projectBackupId openapi_types.UUID, body BackupUpdateProjectBackupDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) BackupUpdateProjectBackupDescriptionWithBody

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

func (*Client) BackupUpdateProjectBackupSchedule

func (c *Client) BackupUpdateProjectBackupSchedule(ctx context.Context, projectBackupScheduleId openapi_types.UUID, body BackupUpdateProjectBackupScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) BackupUpdateProjectBackupScheduleWithBody

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

func (*Client) ContractCancelContractItemTermination

func (c *Client) ContractCancelContractItemTermination(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContractCancelContractTariffChange

func (c *Client) ContractCancelContractTariffChange(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContractCancelContractTermination

func (c *Client) ContractCancelContractTermination(ctx context.Context, contractId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContractGetBaseItemOfContract

func (c *Client) ContractGetBaseItemOfContract(ctx context.Context, contractId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContractGetDetailOfContract

func (c *Client) ContractGetDetailOfContract(ctx context.Context, contractId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContractGetDetailOfContractByDomain

func (c *Client) ContractGetDetailOfContractByDomain(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContractGetDetailOfContractByProject

func (c *Client) ContractGetDetailOfContractByProject(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContractGetDetailOfContractByServer

func (c *Client) ContractGetDetailOfContractByServer(ctx context.Context, serverId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContractGetDetailOfContractItem

func (c *Client) ContractGetDetailOfContractItem(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContractGetNextTerminationDateForItem

func (c *Client) ContractGetNextTerminationDateForItem(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContractListContracts

func (c *Client) ContractListContracts(ctx context.Context, customerId openapi_types.UUID, params *ContractListContractsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContractTerminateContract

func (c *Client) ContractTerminateContract(ctx context.Context, contractId openapi_types.UUID, body ContractTerminateContractJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContractTerminateContractItem

func (c *Client) ContractTerminateContractItem(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, body ContractTerminateContractItemJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContractTerminateContractItemWithBody

func (c *Client) ContractTerminateContractItemWithBody(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContractTerminateContractWithBody

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

func (*Client) ConversationCreateConversation

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

func (*Client) ConversationCreateConversationWithBody

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

func (*Client) ConversationCreateMessage

func (c *Client) ConversationCreateMessage(ctx context.Context, conversationId openapi_types.UUID, body ConversationCreateMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ConversationCreateMessageWithBody

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

func (*Client) ConversationGetCategory

func (c *Client) ConversationGetCategory(ctx context.Context, categoryId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ConversationGetConversation

func (c *Client) ConversationGetConversation(ctx context.Context, conversationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ConversationGetConversationMembers

func (c *Client) ConversationGetConversationMembers(ctx context.Context, conversationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ConversationGetFileAccessToken

func (c *Client) ConversationGetFileAccessToken(ctx context.Context, conversationId openapi_types.UUID, fileId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ConversationListCategories

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

func (*Client) ConversationListConversations

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

func (*Client) ConversationListMessagesByConversation

func (c *Client) ConversationListMessagesByConversation(ctx context.Context, conversationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ConversationRequestFileUpload

func (c *Client) ConversationRequestFileUpload(ctx context.Context, conversationId openapi_types.UUID, body ConversationRequestFileUploadJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ConversationRequestFileUploadWithBody

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

func (*Client) ConversationSetConversationStatus

func (c *Client) ConversationSetConversationStatus(ctx context.Context, conversationId openapi_types.UUID, body ConversationSetConversationStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ConversationSetConversationStatusWithBody

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

func (*Client) ConversationUpdateConversation

func (c *Client) ConversationUpdateConversation(ctx context.Context, conversationId openapi_types.UUID, body ConversationUpdateConversationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ConversationUpdateConversationWithBody

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

func (*Client) ConversationUpdateMessage

func (c *Client) ConversationUpdateMessage(ctx context.Context, conversationId openapi_types.UUID, messageId openapi_types.UUID, body ConversationUpdateMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ConversationUpdateMessageWithBody

func (c *Client) ConversationUpdateMessageWithBody(ctx context.Context, conversationId openapi_types.UUID, messageId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CronjobAbortExecution

func (c *Client) CronjobAbortExecution(ctx context.Context, cronjobId openapi_types.UUID, executionId string, body CronjobAbortExecutionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CronjobAbortExecutionWithBody

func (c *Client) CronjobAbortExecutionWithBody(ctx context.Context, cronjobId openapi_types.UUID, executionId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CronjobCreateCronjob

func (c *Client) CronjobCreateCronjob(ctx context.Context, projectId openapi_types.UUID, body CronjobCreateCronjobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CronjobCreateCronjobWithBody

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

func (*Client) CronjobCreateExecution

func (c *Client) CronjobCreateExecution(ctx context.Context, cronjobId openapi_types.UUID, body CronjobCreateExecutionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CronjobCreateExecutionWithBody

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

func (*Client) CronjobDeleteCronjob

func (c *Client) CronjobDeleteCronjob(ctx context.Context, cronjobId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CronjobGetCronjob

func (c *Client) CronjobGetCronjob(ctx context.Context, cronjobId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CronjobGetExecution

func (c *Client) CronjobGetExecution(ctx context.Context, cronjobId openapi_types.UUID, executionId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CronjobListCronjobs

func (c *Client) CronjobListCronjobs(ctx context.Context, projectId openapi_types.UUID, params *CronjobListCronjobsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CronjobListExecutions

func (c *Client) CronjobListExecutions(ctx context.Context, cronjobId openapi_types.UUID, params *CronjobListExecutionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CronjobUpdateCronjob

func (c *Client) CronjobUpdateCronjob(ctx context.Context, cronjobId openapi_types.UUID, body CronjobUpdateCronjobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CronjobUpdateCronjobAppId

func (c *Client) CronjobUpdateCronjobAppId(ctx context.Context, cronjobId openapi_types.UUID, body CronjobUpdateCronjobAppIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CronjobUpdateCronjobAppIdWithBody

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

func (*Client) CronjobUpdateCronjobWithBody

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

func (*Client) CustomerAcceptCustomerInvite

func (c *Client) CustomerAcceptCustomerInvite(ctx context.Context, customerInviteId openapi_types.UUID, body CustomerAcceptCustomerInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CustomerAcceptCustomerInviteWithBody

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

func (*Client) CustomerCreateCategory

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

func (*Client) CustomerCreateCategoryWithBody

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

func (*Client) CustomerCreateCustomer

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

func (*Client) CustomerCreateCustomerInvite

func (c *Client) CustomerCreateCustomerInvite(ctx context.Context, customerId openapi_types.UUID, body CustomerCreateCustomerInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CustomerCreateCustomerInviteWithBody

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

func (*Client) CustomerCreateCustomerWithBody

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

func (*Client) CustomerDeclineCustomerInvite

func (c *Client) CustomerDeclineCustomerInvite(ctx context.Context, customerInviteId openapi_types.UUID, body CustomerDeclineCustomerInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CustomerDeclineCustomerInviteWithBody

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

func (*Client) CustomerDeleteCategory

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

func (*Client) CustomerDeleteCustomer

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

func (*Client) CustomerDeleteCustomerInvite

func (c *Client) CustomerDeleteCustomerInvite(ctx context.Context, customerInviteId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CustomerDeleteCustomerMembership

func (c *Client) CustomerDeleteCustomerMembership(ctx context.Context, customerMembershipId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CustomerGetCustomer

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

func (*Client) CustomerGetCustomerCategory

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

func (*Client) CustomerGetCustomerInvite

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

func (*Client) CustomerGetCustomerMembership

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

func (*Client) CustomerGetCustomerTokenInvite

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

func (*Client) CustomerIsCustomerLegallyCompetent

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

func (*Client) CustomerLeaveCustomer

func (c *Client) CustomerLeaveCustomer(ctx context.Context, customerId openapi_types.UUID, body CustomerLeaveCustomerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CustomerLeaveCustomerWithBody

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

func (*Client) CustomerListCustomerInvites

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

func (*Client) CustomerListCustomerMemberships

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

func (*Client) CustomerListCustomers

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

func (*Client) CustomerListInvitesForCustomer

func (c *Client) CustomerListInvitesForCustomer(ctx context.Context, customerId string, params *CustomerListInvitesForCustomerParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CustomerListMembershipsForCustomer

func (c *Client) CustomerListMembershipsForCustomer(ctx context.Context, customerId string, params *CustomerListMembershipsForCustomerParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CustomerListOfCustomerCategories

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

func (*Client) CustomerRemoveAvatar

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

func (*Client) CustomerRequestAvatarUpload

func (c *Client) CustomerRequestAvatarUpload(ctx context.Context, customerId string, body CustomerRequestAvatarUploadJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CustomerRequestAvatarUploadWithBody

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

func (*Client) CustomerResendCustomerInviteMail

func (c *Client) CustomerResendCustomerInviteMail(ctx context.Context, customerInviteId openapi_types.UUID, body CustomerResendCustomerInviteMailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CustomerResendCustomerInviteMailWithBody

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

func (*Client) CustomerUpdateCategory

func (c *Client) CustomerUpdateCategory(ctx context.Context, categoryId string, body CustomerUpdateCategoryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CustomerUpdateCategoryWithBody

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

func (*Client) CustomerUpdateCustomer

func (c *Client) CustomerUpdateCustomer(ctx context.Context, customerId string, body CustomerUpdateCustomerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CustomerUpdateCustomerMembership

func (c *Client) CustomerUpdateCustomerMembership(ctx context.Context, customerMembershipId openapi_types.UUID, body CustomerUpdateCustomerMembershipJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CustomerUpdateCustomerMembershipWithBody

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

func (*Client) CustomerUpdateCustomerWithBody

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

func (*Client) DatabaseCreateMysqlDatabase

func (c *Client) DatabaseCreateMysqlDatabase(ctx context.Context, projectId openapi_types.UUID, body DatabaseCreateMysqlDatabaseJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseCreateMysqlDatabaseWithBody

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

func (*Client) DatabaseCreateMysqlUser

func (c *Client) DatabaseCreateMysqlUser(ctx context.Context, mysqlDatabaseId openapi_types.UUID, body DatabaseCreateMysqlUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseCreateMysqlUserWithBody

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

func (*Client) DatabaseCreateRedisDatabase

func (c *Client) DatabaseCreateRedisDatabase(ctx context.Context, projectId openapi_types.UUID, body DatabaseCreateRedisDatabaseJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseCreateRedisDatabaseWithBody

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

func (*Client) DatabaseDeleteMysqlDatabase

func (c *Client) DatabaseDeleteMysqlDatabase(ctx context.Context, mysqlDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseDeleteMysqlUser

func (c *Client) DatabaseDeleteMysqlUser(ctx context.Context, mysqlUserId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseDeleteRedisDatabase

func (c *Client) DatabaseDeleteRedisDatabase(ctx context.Context, redisDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseDisableMysqlUser

func (c *Client) DatabaseDisableMysqlUser(ctx context.Context, mysqlUserId openapi_types.UUID, body DatabaseDisableMysqlUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseDisableMysqlUserWithBody

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

func (*Client) DatabaseEnableMysqlUser

func (c *Client) DatabaseEnableMysqlUser(ctx context.Context, mysqlUserId openapi_types.UUID, body DatabaseEnableMysqlUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseEnableMysqlUserWithBody

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

func (*Client) DatabaseGetMysqlDatabase

func (c *Client) DatabaseGetMysqlDatabase(ctx context.Context, mysqlDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseGetMysqlUser

func (c *Client) DatabaseGetMysqlUser(ctx context.Context, mysqlUserId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseGetMysqlUserPhpMyAdminUrl

func (c *Client) DatabaseGetMysqlUserPhpMyAdminUrl(ctx context.Context, mysqlUserId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseGetRedisDatabase

func (c *Client) DatabaseGetRedisDatabase(ctx context.Context, redisDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseListMysqlCharsets

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

func (*Client) DatabaseListMysqlDatabases

func (c *Client) DatabaseListMysqlDatabases(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseListMysqlUsers

func (c *Client) DatabaseListMysqlUsers(ctx context.Context, mysqlDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseListMysqlVersions

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

func (*Client) DatabaseListRedisDatabases

func (c *Client) DatabaseListRedisDatabases(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseListRedisVersions

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

func (*Client) DatabaseUpdateMysqlDatabaseDefaultCharset

func (c *Client) DatabaseUpdateMysqlDatabaseDefaultCharset(ctx context.Context, mysqlDatabaseId openapi_types.UUID, body DatabaseUpdateMysqlDatabaseDefaultCharsetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseUpdateMysqlDatabaseDefaultCharsetWithBody

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

func (*Client) DatabaseUpdateMysqlDatabaseDescription

func (c *Client) DatabaseUpdateMysqlDatabaseDescription(ctx context.Context, mysqlDatabaseId openapi_types.UUID, body DatabaseUpdateMysqlDatabaseDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseUpdateMysqlDatabaseDescriptionWithBody

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

func (*Client) DatabaseUpdateMysqlUser

func (c *Client) DatabaseUpdateMysqlUser(ctx context.Context, mysqlUserId openapi_types.UUID, body DatabaseUpdateMysqlUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseUpdateMysqlUserPassword

func (c *Client) DatabaseUpdateMysqlUserPassword(ctx context.Context, mysqlUserId openapi_types.UUID, body DatabaseUpdateMysqlUserPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseUpdateMysqlUserPasswordWithBody

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

func (*Client) DatabaseUpdateMysqlUserWithBody

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

func (*Client) DatabaseUpdateRedisDatabaseConfiguration

func (c *Client) DatabaseUpdateRedisDatabaseConfiguration(ctx context.Context, redisDatabaseId openapi_types.UUID, body DatabaseUpdateRedisDatabaseConfigurationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseUpdateRedisDatabaseConfigurationWithBody

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

func (*Client) DatabaseUpdateRedisDatabaseDescription

func (c *Client) DatabaseUpdateRedisDatabaseDescription(ctx context.Context, redisDatabaseId openapi_types.UUID, body DatabaseUpdateRedisDatabaseDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DatabaseUpdateRedisDatabaseDescriptionWithBody

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

func (*Client) DeleteV2AppinstallationsAppInstallationId

func (c *Client) DeleteV2AppinstallationsAppInstallationId(ctx context.Context, appInstallationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseId

func (c *Client) DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseId(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteV2DeliveryboxesDeliveryBoxId

func (c *Client) DeleteV2DeliveryboxesDeliveryBoxId(ctx context.Context, deliveryBoxId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteV2DnsZonesDnsZoneId

func (c *Client) DeleteV2DnsZonesDnsZoneId(ctx context.Context, dnsZoneId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteV2DomainsDomainIdDeclarations

func (c *Client) DeleteV2DomainsDomainIdDeclarations(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteV2MailaddressesMailAddressId

func (c *Client) DeleteV2MailaddressesMailAddressId(ctx context.Context, mailAddressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteV2SignupProfile

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

func (*Client) DeleteV2SignupProfileWithBody

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

func (*Client) DeprecatedAppLinkDatabase

func (c *Client) DeprecatedAppLinkDatabase(ctx context.Context, appInstallationId openapi_types.UUID, body DeprecatedAppLinkDatabaseJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeprecatedAppLinkDatabaseWithBody

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

func (*Client) DeprecatedDomainGetScreenshotForDomain

func (c *Client) DeprecatedDomainGetScreenshotForDomain(ctx context.Context, domainId openapi_types.UUID, body DeprecatedDomainGetScreenshotForDomainJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeprecatedDomainGetScreenshotForDomainWithBody

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

func (*Client) DeprecatedFileGetFileTokenRules

func (c *Client) DeprecatedFileGetFileTokenRules(ctx context.Context, token openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeprecatedFileGetFileTypeRules

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

func (*Client) DeprecatedInvoiceDetailOfInvoice

func (c *Client) DeprecatedInvoiceDetailOfInvoice(ctx context.Context, customerId string, invoiceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeprecatedUserChangeEmail

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

func (*Client) DeprecatedUserChangeEmailWithBody

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

func (*Client) DeprecatedUserConfirmPasswordReset

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

func (*Client) DeprecatedUserConfirmPasswordResetWithBody

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

func (*Client) DeprecatedUserCreateIssue

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

func (*Client) DeprecatedUserCreateIssueWithBody

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

func (*Client) DeprecatedUserDeleteApiToken

func (c *Client) DeprecatedUserDeleteApiToken(ctx context.Context, apiTokenId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeprecatedUserDeleteSshKey

func (c *Client) DeprecatedUserDeleteSshKey(ctx context.Context, sshKeyId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeprecatedUserDisableMfa

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

func (*Client) DeprecatedUserDisableMfaWithBody

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

func (*Client) DeprecatedUserEditApiToken

func (c *Client) DeprecatedUserEditApiToken(ctx context.Context, apiTokenId openapi_types.UUID, body DeprecatedUserEditApiTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeprecatedUserEditApiTokenWithBody

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

func (*Client) DeprecatedUserEditSshKey

func (c *Client) DeprecatedUserEditSshKey(ctx context.Context, sshKeyId openapi_types.UUID, body DeprecatedUserEditSshKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeprecatedUserEditSshKeyWithBody

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

func (*Client) DeprecatedUserInitPasswordReset

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

func (*Client) DeprecatedUserInitPasswordResetWithBody

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

func (*Client) DeprecatedUserLogout

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

func (*Client) DeprecatedUserLogoutWithBody

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

func (*Client) DeprecatedUserResendVerificationEmail

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

func (*Client) DeprecatedUserResendVerificationEmailWithBody

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

func (*Client) DeprecatedUserServiceAvatarRemove

func (c *Client) DeprecatedUserServiceAvatarRemove(ctx context.Context, userId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeprecatedUserServiceAvatarRequestUpload

func (c *Client) DeprecatedUserServiceAvatarRequestUpload(ctx context.Context, userId openapi_types.UUID, body DeprecatedUserServiceAvatarRequestUploadJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeprecatedUserServiceAvatarRequestUploadWithBody

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

func (*Client) DeprecatedUserServiceFeedbackCreate

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

func (*Client) DeprecatedUserServiceFeedbackCreateWithBody

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

func (*Client) DeprecatedUserServiceFeedbackList

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

func (*Client) DeprecatedUserServiceIssueNew

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

func (*Client) DeprecatedUserServiceIssueNewWithBody

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

func (*Client) DeprecatedUserServicePersonalInformationUpdate

func (c *Client) DeprecatedUserServicePersonalInformationUpdate(ctx context.Context, userId openapi_types.UUID, body DeprecatedUserServicePersonalInformationUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeprecatedUserServicePersonalInformationUpdateWithBody

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

func (*Client) DeprecatedUserServicePersonalizedSettingsGet

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

func (*Client) DeprecatedUserServicePersonalizedSettingsUpdate

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

func (*Client) DeprecatedUserServicePersonalizedSettingsUpdateWithBody

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

func (*Client) DeprecatedUserServicePhoneNumberAdd

func (c *Client) DeprecatedUserServicePhoneNumberAdd(ctx context.Context, userId openapi_types.UUID, body DeprecatedUserServicePhoneNumberAddJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeprecatedUserServicePhoneNumberAddWithBody

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

func (*Client) DeprecatedUserServicePhoneNumberRemove

func (c *Client) DeprecatedUserServicePhoneNumberRemove(ctx context.Context, userId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeprecatedUserServicePhoneNumberVerify

func (c *Client) DeprecatedUserServicePhoneNumberVerify(ctx context.Context, userId openapi_types.UUID, body DeprecatedUserServicePhoneNumberVerifyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeprecatedUserServicePhoneNumberVerifyWithBody

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

func (*Client) DeprecatedUserServiceUserGet

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

func (*Client) DeprecatedUserServiceUserGetOwn

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

func (*Client) DeprecatedUserTerminateAllSessions

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

func (*Client) DeprecatedUserTerminateSession

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

func (*Client) DeprecatedUserUpdateAccount

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

func (*Client) DeprecatedUserUpdateAccountWithBody

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

func (*Client) DeprecatedUserVerifyEmail

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

func (*Client) DeprecatedUserVerifyEmailWithBody

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

func (*Client) DnsCreateDnsZone

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

func (*Client) DnsCreateDnsZoneWithBody

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

func (*Client) DnsDeleteDnsZone

func (c *Client) DnsDeleteDnsZone(ctx context.Context, dnsZoneId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DnsGetDnsZone

func (c *Client) DnsGetDnsZone(ctx context.Context, dnsZoneId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DnsListDnsZones

func (c *Client) DnsListDnsZones(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DnsRecordASetCustomDeprecated

func (c *Client) DnsRecordASetCustomDeprecated(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordASetCustomDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DnsRecordASetCustomDeprecatedWithBody

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

func (*Client) DnsRecordASetManagedByIngressDeprecated

func (c *Client) DnsRecordASetManagedByIngressDeprecated(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordASetManagedByIngressDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DnsRecordASetManagedByIngressDeprecatedWithBody

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

func (*Client) DnsRecordCnameSetDeprecated

func (c *Client) DnsRecordCnameSetDeprecated(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordCnameSetDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DnsRecordCnameSetDeprecatedWithBody

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

func (*Client) DnsRecordMxSetCustomDeprecated

func (c *Client) DnsRecordMxSetCustomDeprecated(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordMxSetCustomDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DnsRecordMxSetCustomDeprecatedWithBody

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

func (*Client) DnsRecordMxSetManagedDeprecated

func (c *Client) DnsRecordMxSetManagedDeprecated(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordMxSetManagedDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DnsRecordMxSetManagedDeprecatedWithBody

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

func (*Client) DnsRecordSrvSetDeprecated

func (c *Client) DnsRecordSrvSetDeprecated(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordSrvSetDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DnsRecordSrvSetDeprecatedWithBody

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

func (*Client) DnsRecordTxtSetDeprecated

func (c *Client) DnsRecordTxtSetDeprecated(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordTxtSetDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DnsRecordTxtSetDeprecatedWithBody

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

func (*Client) DnsSetRecordSetManaged

func (c *Client) DnsSetRecordSetManaged(ctx context.Context, dnsZoneId openapi_types.UUID, recordSet DnsSetRecordSetManagedParamsRecordSet, body DnsSetRecordSetManagedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DnsSetRecordSetManagedWithBody

func (c *Client) DnsSetRecordSetManagedWithBody(ctx context.Context, dnsZoneId openapi_types.UUID, recordSet DnsSetRecordSetManagedParamsRecordSet, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DnsUpdateRecordSet

func (c *Client) DnsUpdateRecordSet(ctx context.Context, dnsZoneId openapi_types.UUID, recordSet DnsUpdateRecordSetParamsRecordSet, body DnsUpdateRecordSetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DnsUpdateRecordSetWithBody

func (c *Client) DnsUpdateRecordSetWithBody(ctx context.Context, dnsZoneId openapi_types.UUID, recordSet DnsUpdateRecordSetParamsRecordSet, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainAbortDomainDeclaration

func (c *Client) DomainAbortDomainDeclaration(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainChangeOwnercOfDomainV2Deprecated

func (c *Client) DomainChangeOwnercOfDomainV2Deprecated(ctx context.Context, domainId openapi_types.UUID, body DomainChangeOwnercOfDomainV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainChangeOwnercOfDomainV2DeprecatedWithBody

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

func (*Client) DomainChangeProjectOfDomainV2Deprecated

func (c *Client) DomainChangeProjectOfDomainV2Deprecated(ctx context.Context, domainId openapi_types.UUID, body DomainChangeProjectOfDomainV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainChangeProjectOfDomainV2DeprecatedWithBody

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

func (*Client) DomainCheckDomainRegistrability

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

func (*Client) DomainCheckDomainRegistrabilityV2Deprecated

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

func (*Client) DomainCheckDomainRegistrabilityV2DeprecatedWithBody

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

func (*Client) DomainCheckDomainRegistrabilityWithBody

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

func (*Client) DomainCheckDomainTransferability

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

func (*Client) DomainCheckDomainTransferabilityWithBody

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

func (*Client) DomainCreateDomainAuthCode

func (c *Client) DomainCreateDomainAuthCode(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainDeclareNameserversV2Deprecated

func (c *Client) DomainDeclareNameserversV2Deprecated(ctx context.Context, domainId openapi_types.UUID, body DomainDeclareNameserversV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainDeclareNameserversV2DeprecatedWithBody

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

func (*Client) DomainDeclareProcessChangeAuthcodeV2Deprecated

func (c *Client) DomainDeclareProcessChangeAuthcodeV2Deprecated(ctx context.Context, domainId openapi_types.UUID, body DomainDeclareProcessChangeAuthcodeV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainDeclareProcessChangeAuthcodeV2DeprecatedWithBody

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

func (*Client) DomainDeclareProcessChangeHandlesV2Deprecated

func (c *Client) DomainDeclareProcessChangeHandlesV2Deprecated(ctx context.Context, domainId openapi_types.UUID, body DomainDeclareProcessChangeHandlesV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainDeclareProcessChangeHandlesV2DeprecatedWithBody

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

func (*Client) DomainDeleteDomain

func (c *Client) DomainDeleteDomain(ctx context.Context, domainId openapi_types.UUID, params *DomainDeleteDomainParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainGetDomain

func (c *Client) DomainGetDomain(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainGetHandleFieldsV2Deprecated

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

func (*Client) DomainGetLatestScreenshot

func (c *Client) DomainGetLatestScreenshot(ctx context.Context, domainId openapi_types.UUID, body DomainGetLatestScreenshotJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainGetLatestScreenshotWithBody

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

func (*Client) DomainListDomains

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

func (*Client) DomainListDomainsV2Deprecated

func (c *Client) DomainListDomainsV2Deprecated(ctx context.Context, projectId openapi_types.UUID, params *DomainListDomainsV2DeprecatedParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainListTldContactSchemas

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

func (*Client) DomainListTlds

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

func (*Client) DomainResendDomainEmail

func (c *Client) DomainResendDomainEmail(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainUpdateDomainAuthCode

func (c *Client) DomainUpdateDomainAuthCode(ctx context.Context, domainId openapi_types.UUID, body DomainUpdateDomainAuthCodeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainUpdateDomainAuthCodeWithBody

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

func (*Client) DomainUpdateDomainContactWithBody

func (c *Client) DomainUpdateDomainContactWithBody(ctx context.Context, domainId openapi_types.UUID, contact DomainUpdateDomainContactParamsContact, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainUpdateDomainNameservers

func (c *Client) DomainUpdateDomainNameservers(ctx context.Context, domainId openapi_types.UUID, body DomainUpdateDomainNameserversJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainUpdateDomainNameserversWithBody

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

func (*Client) DomainUpdateDomainProjectId

func (c *Client) DomainUpdateDomainProjectId(ctx context.Context, domainId openapi_types.UUID, body DomainUpdateDomainProjectIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainUpdateDomainProjectIdWithBody

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

func (*Client) ExtensionAuthenticateInstance

func (c *Client) ExtensionAuthenticateInstance(ctx context.Context, extensionInstanceId openapi_types.UUID, body ExtensionAuthenticateInstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExtensionAuthenticateInstanceWithBody

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

func (*Client) ExtensionConsentToExtensionScopes

func (c *Client) ExtensionConsentToExtensionScopes(ctx context.Context, extensionInstanceId openapi_types.UUID, body ExtensionConsentToExtensionScopesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExtensionConsentToExtensionScopesWithBody

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

func (*Client) ExtensionCreateExtensionInstance

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

func (*Client) ExtensionCreateExtensionInstanceWithBody

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

func (*Client) ExtensionDeleteExtensionInstance

func (c *Client) ExtensionDeleteExtensionInstance(ctx context.Context, extensionInstanceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExtensionDisableExtensionInstance

func (c *Client) ExtensionDisableExtensionInstance(ctx context.Context, extensionInstanceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExtensionEnableExtensionInstance

func (c *Client) ExtensionEnableExtensionInstance(ctx context.Context, extensionInstanceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExtensionGetContributor

func (c *Client) ExtensionGetContributor(ctx context.Context, contributorId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExtensionGetExtension

func (c *Client) ExtensionGetExtension(ctx context.Context, extensionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExtensionGetExtensionInstance

func (c *Client) ExtensionGetExtensionInstance(ctx context.Context, extensionInstanceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExtensionGetPublicKey

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

func (*Client) ExtensionListContributors

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

func (*Client) ExtensionListExtensionInstances

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

func (*Client) ExtensionListExtensions

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

func (*Client) FileCreateFileWithBody

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

func (*Client) FileGetFile

func (c *Client) FileGetFile(ctx context.Context, fileId openapi_types.UUID, params *FileGetFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) FileGetFileMeta

func (c *Client) FileGetFileMeta(ctx context.Context, fileId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) FileGetFileUploadTokenRules

func (c *Client) FileGetFileUploadTokenRules(ctx context.Context, fileUploadToken openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) FileGetFileUploadTypeRules

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

func (*Client) FileGetFileWithName

func (c *Client) FileGetFileWithName(ctx context.Context, fileId openapi_types.UUID, fileName string, params *FileGetFileWithNameParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2AppinstallationsAppInstallationId

func (c *Client) GetV2AppinstallationsAppInstallationId(ctx context.Context, appInstallationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2AppinstallationsAppInstallationIdMissingDependencies

func (c *Client) GetV2AppinstallationsAppInstallationIdMissingDependencies(ctx context.Context, appInstallationId openapi_types.UUID, params *GetV2AppinstallationsAppInstallationIdMissingDependenciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2AppinstallationsAppInstallationIdStatus

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

func (*Client) GetV2DeliveryboxesDeliveryBoxId

func (c *Client) GetV2DeliveryboxesDeliveryBoxId(ctx context.Context, deliveryBoxId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2DnsZonesDnsZoneId

func (c *Client) GetV2DnsZonesDnsZoneId(ctx context.Context, dnsZoneId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2DomainsSupportedTlds

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

func (*Client) GetV2MailaddressesMailAddressId

func (c *Client) GetV2MailaddressesMailAddressId(ctx context.Context, mailAddressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2NotificationsUnreadCounts

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

func (*Client) GetV2Pageinsights

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

func (*Client) GetV2ProjectProjectIdSftpUsers

func (c *Client) GetV2ProjectProjectIdSftpUsers(ctx context.Context, projectId string, params *GetV2ProjectProjectIdSftpUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2ProjectsProjectIdAppinstallations

func (c *Client) GetV2ProjectsProjectIdAppinstallations(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdAppinstallationsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2ProjectsProjectIdDeliveryboxes

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

func (*Client) GetV2ProjectsProjectIdDnsZones

func (c *Client) GetV2ProjectsProjectIdDnsZones(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2ProjectsProjectIdFilesystemDirectories

func (c *Client) GetV2ProjectsProjectIdFilesystemDirectories(ctx context.Context, projectId string, params *GetV2ProjectsProjectIdFilesystemDirectoriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2ProjectsProjectIdFilesystemFiles

func (c *Client) GetV2ProjectsProjectIdFilesystemFiles(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdFilesystemFilesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2ProjectsProjectIdFilesystemFilesRaw

func (c *Client) GetV2ProjectsProjectIdFilesystemFilesRaw(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdFilesystemFilesRawParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2ProjectsProjectIdFilesystemUsagesDisk

func (c *Client) GetV2ProjectsProjectIdFilesystemUsagesDisk(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdFilesystemUsagesDiskParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2ProjectsProjectIdMailaddresses

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

func (*Client) GetV2ProjectsProjectIdMailsettings

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

func (*Client) GetV2ProjectsProjectIdPageinsights

func (c *Client) GetV2ProjectsProjectIdPageinsights(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdPageinsightsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2SignupEmail

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

func (*Client) GetV2SignupMfa

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

func (*Client) GetV2SignupPassword

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

func (*Client) GetV2SignupPasswordWithBody

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

func (*Client) GetV2SignupProfile

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

func (*Client) GetV2SignupProfileWithBody

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

func (*Client) GetV2SignupSessions

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

func (*Client) GetV2SignupSessionsTokenId

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

func (*Client) GetV2SignupSsh

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

func (*Client) GetV2SignupSshSshKeyId

func (c *Client) GetV2SignupSshSshKeyId(ctx context.Context, sshKeyId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2SignupSupportcode

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

func (*Client) GetV2SignupSupportcodes

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

func (*Client) GetV2SignupTokenApi

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

func (*Client) GetV2SignupTokenApiApiTokenId

func (c *Client) GetV2SignupTokenApiApiTokenId(ctx context.Context, apiTokenId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2SystemsoftwareSystemSoftwareIdVersions

func (c *Client) GetV2SystemsoftwareSystemSoftwareIdVersions(ctx context.Context, systemSoftwareId openapi_types.UUID, params *GetV2SystemsoftwareSystemSoftwareIdVersionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId

func (c *Client) GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId(ctx context.Context, systemSoftwareId openapi_types.UUID, systemSoftwareVersionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV2Systemsoftwares

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

func (*Client) GetV2SystemsoftwaresSystemSoftwareId

func (c *Client) GetV2SystemsoftwaresSystemSoftwareId(ctx context.Context, systemSoftwareId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) IngressCreateIngress

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

func (*Client) IngressCreateIngressWithBody

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

func (*Client) IngressDeleteIngress

func (c *Client) IngressDeleteIngress(ctx context.Context, ingressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) IngressGetIngress

func (c *Client) IngressGetIngress(ctx context.Context, ingressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) IngressIngressVerifyOwnership

func (c *Client) IngressIngressVerifyOwnership(ctx context.Context, ingressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) IngressListIngresses

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

func (*Client) IngressListIngressesV2Deprecated

func (c *Client) IngressListIngressesV2Deprecated(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) IngressPathsDeprecated

func (c *Client) IngressPathsDeprecated(ctx context.Context, ingressId openapi_types.UUID, body IngressPathsDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) IngressPathsDeprecatedWithBody

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

func (*Client) IngressRequestIngressAcmeCertificateIssuance

func (c *Client) IngressRequestIngressAcmeCertificateIssuance(ctx context.Context, ingressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) IngressTlsDeprecated

func (c *Client) IngressTlsDeprecated(ctx context.Context, ingressId openapi_types.UUID, body IngressTlsDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) IngressTlsDeprecatedWithBody

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

func (*Client) IngressUpdateIngressPaths

func (c *Client) IngressUpdateIngressPaths(ctx context.Context, ingressId openapi_types.UUID, body IngressUpdateIngressPathsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) IngressUpdateIngressPathsWithBody

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

func (*Client) IngressUpdateIngressTls

func (c *Client) IngressUpdateIngressTls(ctx context.Context, ingressId openapi_types.UUID, body IngressUpdateIngressTlsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) IngressUpdateIngressTlsWithBody

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

func (*Client) InvoiceDetail

func (c *Client) InvoiceDetail(ctx context.Context, invoiceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) InvoiceGetDetailOfInvoiceSettings

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

func (*Client) InvoiceGetFileAccessToken

func (c *Client) InvoiceGetFileAccessToken(ctx context.Context, customerId string, invoiceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) InvoiceListCustomerInvoices

func (c *Client) InvoiceListCustomerInvoices(ctx context.Context, customerId string, params *InvoiceListCustomerInvoicesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) InvoiceUpdateInvoiceSettings

func (c *Client) InvoiceUpdateInvoiceSettings(ctx context.Context, customerId string, body InvoiceUpdateInvoiceSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) InvoiceUpdateInvoiceSettingsWithBody

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

func (*Client) MailCreateDeliverybox

func (c *Client) MailCreateDeliverybox(ctx context.Context, projectId string, body MailCreateDeliveryboxJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailCreateDeliveryboxWithBody

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

func (*Client) MailCreateMailAddress

func (c *Client) MailCreateMailAddress(ctx context.Context, projectId string, body MailCreateMailAddressJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailCreateMailAddressWithBody

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

func (*Client) MailDeleteDeliveryBox

func (c *Client) MailDeleteDeliveryBox(ctx context.Context, deliveryBoxId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailDeleteMailAddress

func (c *Client) MailDeleteMailAddress(ctx context.Context, mailAddressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailDeliveryboxUpdateDescriptionDeprecated

func (c *Client) MailDeliveryboxUpdateDescriptionDeprecated(ctx context.Context, id openapi_types.UUID, body MailDeliveryboxUpdateDescriptionDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailDeliveryboxUpdateDescriptionDeprecatedWithBody

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

func (*Client) MailDeliveryboxUpdatePasswordDeprecated

func (c *Client) MailDeliveryboxUpdatePasswordDeprecated(ctx context.Context, id openapi_types.UUID, body MailDeliveryboxUpdatePasswordDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailDeliveryboxUpdatePasswordDeprecatedWithBody

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

func (*Client) MailGetDeliveryBox

func (c *Client) MailGetDeliveryBox(ctx context.Context, deliveryBoxId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailGetMailAddress

func (c *Client) MailGetMailAddress(ctx context.Context, mailAddressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailListDeliveryBoxes

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

func (*Client) MailListMailAddresses

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

func (*Client) MailListProjectMailSettings

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

func (*Client) MailMailaddressUpdateAddressDeprecated

func (c *Client) MailMailaddressUpdateAddressDeprecated(ctx context.Context, id openapi_types.UUID, body MailMailaddressUpdateAddressDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailMailaddressUpdateAddressDeprecatedWithBody

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

func (*Client) MailProjectsettingUpdateBlacklistDeprecated

func (c *Client) MailProjectsettingUpdateBlacklistDeprecated(ctx context.Context, projectId string, body MailProjectsettingUpdateBlacklistDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailProjectsettingUpdateBlacklistDeprecatedWithBody

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

func (*Client) MailProjectsettingUpdateWhitelistDeprecated

func (c *Client) MailProjectsettingUpdateWhitelistDeprecated(ctx context.Context, projectId string, body MailProjectsettingUpdateWhitelistDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailProjectsettingUpdateWhitelistDeprecatedWithBody

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

func (*Client) MailUpdateDeliveryBoxDescription

func (c *Client) MailUpdateDeliveryBoxDescription(ctx context.Context, deliveryBoxId openapi_types.UUID, body MailUpdateDeliveryBoxDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailUpdateDeliveryBoxDescriptionWithBody

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

func (*Client) MailUpdateDeliveryBoxPassword

func (c *Client) MailUpdateDeliveryBoxPassword(ctx context.Context, deliveryBoxId openapi_types.UUID, body MailUpdateDeliveryBoxPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailUpdateDeliveryBoxPasswordWithBody

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

func (*Client) MailUpdateMailAddressAddress

func (c *Client) MailUpdateMailAddressAddress(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressAddressJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailUpdateMailAddressAddressWithBody

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

func (*Client) MailUpdateMailAddressAutoresponder

func (c *Client) MailUpdateMailAddressAutoresponder(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressAutoresponderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailUpdateMailAddressAutoresponderV2Deprecated

func (c *Client) MailUpdateMailAddressAutoresponderV2Deprecated(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressAutoresponderV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailUpdateMailAddressAutoresponderV2DeprecatedWithBody

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

func (*Client) MailUpdateMailAddressAutoresponderWithBody

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

func (*Client) MailUpdateMailAddressCatchAll

func (c *Client) MailUpdateMailAddressCatchAll(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressCatchAllJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailUpdateMailAddressCatchAllWithBody

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

func (*Client) MailUpdateMailAddressCatchallV2Deprecated

func (c *Client) MailUpdateMailAddressCatchallV2Deprecated(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressCatchallV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailUpdateMailAddressCatchallV2DeprecatedWithBody

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

func (*Client) MailUpdateMailAddressForwardAddresses

func (c *Client) MailUpdateMailAddressForwardAddresses(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressForwardAddressesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailUpdateMailAddressForwardAddressesV2Deprecated

func (c *Client) MailUpdateMailAddressForwardAddressesV2Deprecated(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressForwardAddressesV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailUpdateMailAddressForwardAddressesV2DeprecatedWithBody

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

func (*Client) MailUpdateMailAddressForwardAddressesWithBody

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

func (*Client) MailUpdateMailAddressPassword

func (c *Client) MailUpdateMailAddressPassword(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailUpdateMailAddressPasswordV2Deprecated

func (c *Client) MailUpdateMailAddressPasswordV2Deprecated(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressPasswordV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailUpdateMailAddressPasswordV2DeprecatedWithBody

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

func (*Client) MailUpdateMailAddressPasswordWithBody

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

func (*Client) MailUpdateMailAddressQuota

func (c *Client) MailUpdateMailAddressQuota(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailUpdateMailAddressQuotaV2Deprecated

func (c *Client) MailUpdateMailAddressQuotaV2Deprecated(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressQuotaV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailUpdateMailAddressQuotaV2DeprecatedWithBody

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

func (*Client) MailUpdateMailAddressQuotaWithBody

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

func (*Client) MailUpdateMailAddressSpamProtection

func (c *Client) MailUpdateMailAddressSpamProtection(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressSpamProtectionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailUpdateMailAddressSpamProtectionV2Deprecated

func (c *Client) MailUpdateMailAddressSpamProtectionV2Deprecated(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressSpamProtectionV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailUpdateMailAddressSpamProtectionV2DeprecatedWithBody

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

func (*Client) MailUpdateMailAddressSpamProtectionWithBody

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

func (*Client) MailUpdateProjectMailSetting

func (c *Client) MailUpdateProjectMailSetting(ctx context.Context, projectId string, mailSetting MailUpdateProjectMailSettingParamsMailSetting, body MailUpdateProjectMailSettingJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MailUpdateProjectMailSettingV2DeprecatedWithBody

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

func (*Client) MailUpdateProjectMailSettingWithBody

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

func (*Client) NewsletterGetInfo

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

func (*Client) NewsletterSubscribeUser

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

func (*Client) NewsletterSubscribeUserWithBody

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

func (*Client) NewsletterUnsubscribeUser

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

func (*Client) NotificationsCountUnreadNotifications

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

func (*Client) NotificationsListNotifications

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

func (*Client) NotificationsReadAllNotifications

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

func (*Client) NotificationsReadAllNotificationsDeprecated

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

func (*Client) NotificationsReadAllNotificationsDeprecatedWithBody

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

func (*Client) NotificationsReadAllNotificationsWithBody

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

func (*Client) NotificationsReadNotification

func (c *Client) NotificationsReadNotification(ctx context.Context, notificationId openapi_types.UUID, body NotificationsReadNotificationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) NotificationsReadNotificationWithBody

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

func (*Client) OrderCreateOrder

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

func (*Client) OrderCreateOrderWithBody

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

func (*Client) OrderCreateTariffChange

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

func (*Client) OrderCreateTariffChangeWithBody

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

func (*Client) OrderGetOrder

func (c *Client) OrderGetOrder(ctx context.Context, orderId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) OrderListCustomerOrders

func (c *Client) OrderListCustomerOrders(ctx context.Context, customerId string, params *OrderListCustomerOrdersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) OrderListProjectOrders

func (c *Client) OrderListProjectOrders(ctx context.Context, projectId openapi_types.UUID, params *OrderListProjectOrdersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) OrderPreviewOrder

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

func (*Client) OrderPreviewOrderWithBody

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

func (*Client) OrderPreviewTariffChange

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

func (*Client) OrderPreviewTariffChangeWithBody

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

func (*Client) PageinsightsGetPerformanceData

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

func (*Client) PageinsightsGetStraceData

func (c *Client) PageinsightsGetStraceData(ctx context.Context, projectId openapi_types.UUID, straceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PageinsightsListPerformanceDataForProject

func (c *Client) PageinsightsListPerformanceDataForProject(ctx context.Context, projectId openapi_types.UUID, params *PageinsightsListPerformanceDataForProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PageinsightsScheduleStrace

func (c *Client) PageinsightsScheduleStrace(ctx context.Context, projectId openapi_types.UUID, body PageinsightsScheduleStraceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PageinsightsScheduleStraceWithBody

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

func (*Client) PasswordValidationGetPasswordPolicy

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

func (*Client) PasswordValidationGetPasswordPolicyV2Deprecated

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

func (*Client) PatchV2AppinstallationsAppInstallationId

func (c *Client) PatchV2AppinstallationsAppInstallationId(ctx context.Context, appInstallationId openapi_types.UUID, body PatchV2AppinstallationsAppInstallationIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PatchV2AppinstallationsAppInstallationIdWithBody

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

func (*Client) PatchV2DomainsDomainIdAuthcode

func (c *Client) PatchV2DomainsDomainIdAuthcode(ctx context.Context, domainId openapi_types.UUID, body PatchV2DomainsDomainIdAuthcodeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PatchV2DomainsDomainIdAuthcodeWithBody

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

func (*Client) PatchV2SshusersSshUserId

func (c *Client) PatchV2SshusersSshUserId(ctx context.Context, sshUserId string, body PatchV2SshusersSshUserIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PatchV2SshusersSshUserIdWithBody

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

func (*Client) PostInternalV2ServicesAccessKeyIdActionsAuthenticate

func (c *Client) PostInternalV2ServicesAccessKeyIdActionsAuthenticate(ctx context.Context, accessKeyId string, body PostInternalV2ServicesAccessKeyIdActionsAuthenticateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostInternalV2ServicesAccessKeyIdActionsAuthenticateWithBody

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

func (*Client) PostV2AppinstallationsAppInstallationIdActionsAction

func (c *Client) PostV2AppinstallationsAppInstallationIdActionsAction(ctx context.Context, appInstallationId string, action DeMittwaldV1AppAction, body PostV2AppinstallationsAppInstallationIdActionsActionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostV2AppinstallationsAppInstallationIdActionsActionWithBody

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

func (*Client) PostV2AppinstallationsAppInstallationIdActionsCopy

func (c *Client) PostV2AppinstallationsAppInstallationIdActionsCopy(ctx context.Context, appInstallationId openapi_types.UUID, body PostV2AppinstallationsAppInstallationIdActionsCopyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostV2AppinstallationsAppInstallationIdActionsCopyWithBody

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

func (*Client) PostV2DnsZones

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

func (*Client) PostV2DnsZonesWithBody

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

func (*Client) PostV2DomainsDomainIdActionsCreateAuthcode

func (c *Client) PostV2DomainsDomainIdActionsCreateAuthcode(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostV2ProjectProjectIdInvites

func (c *Client) PostV2ProjectProjectIdInvites(ctx context.Context, projectId openapi_types.UUID, body PostV2ProjectProjectIdInvitesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostV2ProjectProjectIdInvitesWithBody

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

func (*Client) PostV2ProjectsProjectIdAppinstallations

func (c *Client) PostV2ProjectsProjectIdAppinstallations(ctx context.Context, projectId openapi_types.UUID, body PostV2ProjectsProjectIdAppinstallationsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostV2ProjectsProjectIdAppinstallationsWithBody

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

func (*Client) PostV2ProjectsProjectIdDeliveryboxes

func (c *Client) PostV2ProjectsProjectIdDeliveryboxes(ctx context.Context, projectId string, body PostV2ProjectsProjectIdDeliveryboxesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostV2ProjectsProjectIdDeliveryboxesWithBody

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

func (*Client) PostV2ProjectsProjectIdMailaddresses

func (c *Client) PostV2ProjectsProjectIdMailaddresses(ctx context.Context, projectId string, body PostV2ProjectsProjectIdMailaddressesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostV2ProjectsProjectIdMailaddressesWithBody

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

func (*Client) PostV2ServiceAccessKeyIdActionsAuthenticate

func (c *Client) PostV2ServiceAccessKeyIdActionsAuthenticate(ctx context.Context, accessKeyId string, body PostV2ServiceAccessKeyIdActionsAuthenticateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostV2ServiceAccessKeyIdActionsAuthenticateWithBody

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

func (*Client) PostV2SignupAuthentication

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

func (*Client) PostV2SignupAuthenticationMfa

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

func (*Client) PostV2SignupAuthenticationMfaWithBody

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

func (*Client) PostV2SignupAuthenticationWithBody

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

func (*Client) PostV2SignupMfa

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

func (*Client) PostV2SignupMfaConfirm

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

func (*Client) PostV2SignupMfaConfirmWithBody

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

func (*Client) PostV2SignupMfaWithBody

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

func (*Client) PostV2SignupRegistration

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

func (*Client) PostV2SignupRegistrationVerification

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

func (*Client) PostV2SignupRegistrationVerificationWithBody

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

func (*Client) PostV2SignupRegistrationWithBody

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

func (*Client) PostV2SignupSsh

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

func (*Client) PostV2SignupSshWithBody

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

func (*Client) PostV2SignupTokenApi

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

func (*Client) PostV2SignupTokenApiWithBody

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

func (*Client) PostV2SignupTokenCheck

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

func (*Client) PostV2SignupTokenCheckWithBody

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

func (*Client) PostV2UsersUserIdPhoneVerify

func (c *Client) PostV2UsersUserIdPhoneVerify(ctx context.Context, userId struct {
	union json.RawMessage
}, body PostV2UsersUserIdPhoneVerifyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostV2UsersUserIdPhoneVerifyWithBody

func (c *Client) PostV2UsersUserIdPhoneVerifyWithBody(ctx context.Context, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectAcceptProjectInvite

func (c *Client) ProjectAcceptProjectInvite(ctx context.Context, projectInviteId openapi_types.UUID, body ProjectAcceptProjectInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectAcceptProjectInviteWithBody

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

func (*Client) ProjectCreateProject

func (c *Client) ProjectCreateProject(ctx context.Context, serverId openapi_types.UUID, body ProjectCreateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectCreateProjectInvite

func (c *Client) ProjectCreateProjectInvite(ctx context.Context, projectId openapi_types.UUID, body ProjectCreateProjectInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectCreateProjectInviteWithBody

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

func (*Client) ProjectCreateProjectWithBody

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

func (*Client) ProjectDeclineProjectInvite

func (c *Client) ProjectDeclineProjectInvite(ctx context.Context, projectInviteId openapi_types.UUID, body ProjectDeclineProjectInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectDeclineProjectInviteWithBody

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

func (*Client) ProjectDeleteProject

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

func (*Client) ProjectDeleteProjectAvatar

func (c *Client) ProjectDeleteProjectAvatar(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectDeleteProjectInvite

func (c *Client) ProjectDeleteProjectInvite(ctx context.Context, projectInviteId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectDeleteProjectMembership

func (c *Client) ProjectDeleteProjectMembership(ctx context.Context, projectMembershipId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectDeleteServerAvatar

func (c *Client) ProjectDeleteServerAvatar(ctx context.Context, serverId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectFileSystemGetDirectories

func (c *Client) ProjectFileSystemGetDirectories(ctx context.Context, projectId string, params *ProjectFileSystemGetDirectoriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectFileSystemGetDiskUsage

func (c *Client) ProjectFileSystemGetDiskUsage(ctx context.Context, projectId openapi_types.UUID, params *ProjectFileSystemGetDiskUsageParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectFileSystemGetFileContent

func (c *Client) ProjectFileSystemGetFileContent(ctx context.Context, projectId openapi_types.UUID, params *ProjectFileSystemGetFileContentParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectFileSystemGetJwt

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

func (*Client) ProjectFileSystemListFiles

func (c *Client) ProjectFileSystemListFiles(ctx context.Context, projectId openapi_types.UUID, params *ProjectFileSystemListFilesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectGetProject

func (c *Client) ProjectGetProject(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectGetProjectInvite

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

func (*Client) ProjectGetProjectMembership

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

func (*Client) ProjectGetProjectTokenInvite

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

func (*Client) ProjectGetSelfMembershipForProject

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

func (*Client) ProjectGetServer

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

func (*Client) ProjectLeaveProject

func (c *Client) ProjectLeaveProject(ctx context.Context, projectId openapi_types.UUID, body ProjectLeaveProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectLeaveProjectWithBody

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

func (*Client) ProjectListInvitesForProject

func (c *Client) ProjectListInvitesForProject(ctx context.Context, projectId string, params *ProjectListInvitesForProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectListMembershipsForProject

func (c *Client) ProjectListMembershipsForProject(ctx context.Context, projectId string, params *ProjectListMembershipsForProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectListProjectInvites

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

func (*Client) ProjectListProjectMemberships

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

func (*Client) ProjectListProjects

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

func (*Client) ProjectListServers

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

func (*Client) ProjectRequestProjectAvatarUpload

func (c *Client) ProjectRequestProjectAvatarUpload(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectRequestServerAvatarUpload

func (c *Client) ProjectRequestServerAvatarUpload(ctx context.Context, serverId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectResendProjectInviteMail

func (c *Client) ProjectResendProjectInviteMail(ctx context.Context, projectInviteId openapi_types.UUID, body ProjectResendProjectInviteMailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectResendProjectInviteMailWithBody

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

func (*Client) ProjectUpdateProjectDescription

func (c *Client) ProjectUpdateProjectDescription(ctx context.Context, projectId openapi_types.UUID, body ProjectUpdateProjectDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectUpdateProjectDescriptionWithBody

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

func (*Client) ProjectUpdateProjectMembership

func (c *Client) ProjectUpdateProjectMembership(ctx context.Context, projectMembershipId openapi_types.UUID, body ProjectUpdateProjectMembershipJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectUpdateProjectMembershipWithBody

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

func (*Client) ProjectUpdateServerDescription

func (c *Client) ProjectUpdateServerDescription(ctx context.Context, serverId openapi_types.UUID, body ProjectUpdateServerDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ProjectUpdateServerDescriptionWithBody

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

func (*Client) PutV2AppInstallationsAppInstallationIdDatabasesDatabaseId

func (c *Client) PutV2AppInstallationsAppInstallationIdDatabasesDatabaseId(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, body PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdWithBody

func (c *Client) PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdWithBody(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutV2AppinstallationsAppInstallationIdDatabasesDatabaseId

func (c *Client) PutV2AppinstallationsAppInstallationIdDatabasesDatabaseId(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, body PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdWithBody

func (c *Client) PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdWithBody(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutV2MailaddressesMailAddressIdAutoResponder

func (c *Client) PutV2MailaddressesMailAddressIdAutoResponder(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdAutoResponderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutV2MailaddressesMailAddressIdAutoResponderWithBody

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

func (*Client) PutV2MailaddressesMailAddressIdCatchAll

func (c *Client) PutV2MailaddressesMailAddressIdCatchAll(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdCatchAllJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutV2MailaddressesMailAddressIdCatchAllWithBody

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

func (*Client) PutV2MailaddressesMailAddressIdForwardaddresses

func (c *Client) PutV2MailaddressesMailAddressIdForwardaddresses(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdForwardaddressesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutV2MailaddressesMailAddressIdForwardaddressesWithBody

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

func (*Client) PutV2MailaddressesMailAddressIdPassword

func (c *Client) PutV2MailaddressesMailAddressIdPassword(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutV2MailaddressesMailAddressIdPasswordWithBody

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

func (*Client) PutV2MailaddressesMailAddressIdQuota

func (c *Client) PutV2MailaddressesMailAddressIdQuota(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutV2MailaddressesMailAddressIdQuotaWithBody

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

func (*Client) PutV2MailaddressesMailAddressIdSpamprotection

func (c *Client) PutV2MailaddressesMailAddressIdSpamprotection(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdSpamprotectionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutV2MailaddressesMailAddressIdSpamprotectionWithBody

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

func (*Client) PutV2SignupMfaResetRecoverycodes

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

func (*Client) PutV2SignupMfaResetRecoverycodesWithBody

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

func (*Client) PutV2SignupPassword

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

func (*Client) PutV2SignupPasswordWithBody

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

func (*Client) RelocationCreateLegacyTariffChange

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

func (*Client) RelocationCreateLegacyTariffChangeWithBody

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

func (*Client) RelocationCreateRelocation

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

func (*Client) RelocationCreateRelocationWithBody

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

func (*Client) ServicetokenAuthenticateService

func (c *Client) ServicetokenAuthenticateService(ctx context.Context, accessKeyId string, body ServicetokenAuthenticateServiceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ServicetokenAuthenticateServiceWithBody

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

func (*Client) SftpUserCreateSftpUser

func (c *Client) SftpUserCreateSftpUser(ctx context.Context, projectId string, body SftpUserCreateSftpUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SftpUserCreateSftpUserWithBody

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

func (*Client) SftpUserDeleteSftpUser

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

func (*Client) SftpUserGetSftpUser

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

func (*Client) SftpUserListSftpUsers

func (c *Client) SftpUserListSftpUsers(ctx context.Context, projectId string, params *SftpUserListSftpUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SftpUserUpdateSftpUser

func (c *Client) SftpUserUpdateSftpUser(ctx context.Context, sftpUserId string, body SftpUserUpdateSftpUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SftpUserUpdateSftpUserWithBody

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

func (*Client) SshUserCreateSshUser

func (c *Client) SshUserCreateSshUser(ctx context.Context, projectId string, body SshUserCreateSshUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SshUserCreateSshUserWithBody

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

func (*Client) SshUserDeleteSshUser

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

func (*Client) SshUserGetSshUser

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

func (*Client) SshUserListSshUsers

func (c *Client) SshUserListSshUsers(ctx context.Context, projectId string, params *SshUserListSshUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SshUserUpdateSshUser

func (c *Client) SshUserUpdateSshUser(ctx context.Context, sshUserId string, body SshUserUpdateSshUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SshUserUpdateSshUserWithBody

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

func (*Client) UserAddPhoneNumber

func (c *Client) UserAddPhoneNumber(ctx context.Context, userId struct {
	union json.RawMessage
}, body UserAddPhoneNumberJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserAddPhoneNumberWithBody

func (c *Client) UserAddPhoneNumberWithBody(ctx context.Context, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserAuthenticate

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

func (*Client) UserAuthenticateMfa

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

func (*Client) UserAuthenticateMfaWithBody

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

func (*Client) UserAuthenticateWithAccessTokenRetrievalKey

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

func (*Client) UserAuthenticateWithAccessTokenRetrievalKeyWithBody

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

func (*Client) UserAuthenticateWithBody

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

func (*Client) UserChangeEmail

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

func (*Client) UserChangeEmailWithBody

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

func (*Client) UserChangePassword

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

func (*Client) UserChangePasswordWithBody

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

func (*Client) UserCheckToken

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

func (*Client) UserCheckTokenWithBody

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

func (*Client) UserConfirmMfa

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

func (*Client) UserConfirmMfaWithBody

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

func (*Client) UserConfirmPasswordReset

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

func (*Client) UserConfirmPasswordResetWithBody

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

func (*Client) UserCreateAccessTokenRetrievalKey

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

func (*Client) UserCreateAccessTokenRetrievalKeyWithBody

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

func (*Client) UserCreateApiToken

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

func (*Client) UserCreateApiTokenWithBody

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

func (*Client) UserCreateFeedback

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

func (*Client) UserCreateFeedbackWithBody

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

func (*Client) UserCreateSshKey

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

func (*Client) UserCreateSshKeyWithBody

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

func (*Client) UserDeleteApiToken

func (c *Client) UserDeleteApiToken(ctx context.Context, apiTokenId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserDeleteSshKey

func (c *Client) UserDeleteSshKey(ctx context.Context, sshKeyId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserDeleteUser

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

func (*Client) UserDeleteUserWithBody

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

func (*Client) UserDisableMfa

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

func (*Client) UserDisableMfaWithBody

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

func (*Client) UserEditApiToken

func (c *Client) UserEditApiToken(ctx context.Context, apiTokenId openapi_types.UUID, body UserEditApiTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserEditApiTokenWithBody

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

func (*Client) UserEditSshKey

func (c *Client) UserEditSshKey(ctx context.Context, sshKeyId openapi_types.UUID, body UserEditSshKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserEditSshKeyWithBody

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

func (*Client) UserGetApiToken

func (c *Client) UserGetApiToken(ctx context.Context, apiTokenId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserGetMfaStatus

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

func (*Client) UserGetOwnAccount

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

func (*Client) UserGetOwnAccountWithBody

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

func (*Client) UserGetOwnEmail

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

func (*Client) UserGetPasswordUpdatedAt

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

func (*Client) UserGetPasswordUpdatedAtWithBody

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

func (*Client) UserGetPersonalizedSettings

func (c *Client) UserGetPersonalizedSettings(ctx context.Context, userId struct {
	union json.RawMessage
}, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserGetPollStatus

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

func (*Client) UserGetSession

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

func (*Client) UserGetSshKey

func (c *Client) UserGetSshKey(ctx context.Context, sshKeyId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserGetUser

func (c *Client) UserGetUser(ctx context.Context, userId struct {
	union json.RawMessage
}, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserInitMfa

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

func (*Client) UserInitMfaWithBody

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

func (*Client) UserInitPasswordReset

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

func (*Client) UserInitPasswordResetWithBody

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

func (*Client) UserListApiTokens

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

func (*Client) UserListFeedback

func (c *Client) UserListFeedback(ctx context.Context, userId struct {
	union json.RawMessage
}, params *UserListFeedbackParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserListSessions

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

func (*Client) UserListSshKeys

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

func (*Client) UserLogout

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

func (*Client) UserLogoutWithBody

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

func (*Client) UserOauthGetAuthorization

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

func (*Client) UserOauthRetrieveAccessTokenWithBody

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

func (*Client) UserOauthRetrieveAccessTokenWithFormdataBody

func (c *Client) UserOauthRetrieveAccessTokenWithFormdataBody(ctx context.Context, params *UserOauthRetrieveAccessTokenParams, body UserOauthRetrieveAccessTokenFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserPostPollStatus

func (c *Client) UserPostPollStatus(ctx context.Context, userId string, body UserPostPollStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserPostPollStatusWithBody

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

func (*Client) UserRegister

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

func (*Client) UserRegisterWithBody

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

func (*Client) UserRemoveAvatar

func (c *Client) UserRemoveAvatar(ctx context.Context, userId struct {
	union json.RawMessage
}, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserRemovePhoneNumber

func (c *Client) UserRemovePhoneNumber(ctx context.Context, userId struct {
	union json.RawMessage
}, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserRequestAvatarUpload

func (c *Client) UserRequestAvatarUpload(ctx context.Context, userId struct {
	union json.RawMessage
}, body UserRequestAvatarUploadJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserRequestAvatarUploadWithBody

func (c *Client) UserRequestAvatarUploadWithBody(ctx context.Context, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserResendVerificationEmail

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

func (*Client) UserResendVerificationEmailWithBody

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

func (*Client) UserResetRecoverycodes

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

func (*Client) UserResetRecoverycodesWithBody

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

func (*Client) UserSupportCodeRequest

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

func (*Client) UserTerminateAllSessions

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

func (*Client) UserTerminateSession

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

func (*Client) UserUpdateAccount

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

func (*Client) UserUpdateAccountWithBody

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

func (*Client) UserUpdatePersonalInformation

func (c *Client) UserUpdatePersonalInformation(ctx context.Context, userId struct {
	union json.RawMessage
}, body UserUpdatePersonalInformationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserUpdatePersonalInformationWithBody

func (c *Client) UserUpdatePersonalInformationWithBody(ctx context.Context, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserUpdatePersonalizedSettings

func (c *Client) UserUpdatePersonalizedSettings(ctx context.Context, userId struct {
	union json.RawMessage
}, body UserUpdatePersonalizedSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserUpdatePersonalizedSettingsWithBody

func (c *Client) UserUpdatePersonalizedSettingsWithBody(ctx context.Context, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserVerifyEmail

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

func (*Client) UserVerifyEmailWithBody

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

func (*Client) UserVerifyPhoneNumber

func (c *Client) UserVerifyPhoneNumber(ctx context.Context, userId struct {
	union json.RawMessage
}, body UserVerifyPhoneNumberJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserVerifyPhoneNumberWithBody

func (c *Client) UserVerifyPhoneNumberWithBody(ctx context.Context, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UserVerifyRegistration

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

func (*Client) UserVerifyRegistrationWithBody

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

type ClientBuilder

type ClientBuilder interface {
	Project() ProjectClient
	App() AppClient
	Database() DatabaseClient
	Cronjob() CronjobClient
	Domain() DomainClient
	User() UserClient
}

func New

type ClientBuilderOption

type ClientBuilderOption func(*clientBuilder, *Client)

func WithAPIToken

func WithAPIToken(token string) ClientBuilderOption

func WithDebugging

func WithDebugging(withRequestBodies bool) ClientBuilderOption

func WithEndpoint

func WithEndpoint(endpoint string) ClientBuilderOption

type ClientInterface

type ClientInterface interface {
	// PostInternalV2ServicesAccessKeyIdActionsAuthenticateWithBody request with any body
	PostInternalV2ServicesAccessKeyIdActionsAuthenticateWithBody(ctx context.Context, accessKeyId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostInternalV2ServicesAccessKeyIdActionsAuthenticate(ctx context.Context, accessKeyId string, body PostInternalV2ServicesAccessKeyIdActionsAuthenticateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AppUninstallAppinstallation request
	AppUninstallAppinstallation(ctx context.Context, appInstallationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AppGetAppinstallation request
	AppGetAppinstallation(ctx context.Context, appInstallationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	AppPatchAppinstallation(ctx context.Context, appInstallationId openapi_types.UUID, body AppPatchAppinstallationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	AppRequestAppinstallationCopy(ctx context.Context, appInstallationId openapi_types.UUID, body AppRequestAppinstallationCopyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	AppExecuteAction(ctx context.Context, appInstallationId string, action DeMittwaldV1AppAction, body AppExecuteActionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	AppLinkDatabase(ctx context.Context, appInstallationId openapi_types.UUID, body AppLinkDatabaseJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AppUnlinkDatabase request
	AppUnlinkDatabase(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdWithBody request with any body
	PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdWithBody(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutV2AppInstallationsAppInstallationIdDatabasesDatabaseId(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, body PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AppSetDatabaseUsersWithBody request with any body
	AppSetDatabaseUsersWithBody(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AppSetDatabaseUsers(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, body AppSetDatabaseUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AppGetMissingDependenciesForAppinstallation request
	AppGetMissingDependenciesForAppinstallation(ctx context.Context, appInstallationId openapi_types.UUID, params *AppGetMissingDependenciesForAppinstallationParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// AppGetInstalledSystemsoftwareForAppinstallation request
	AppGetInstalledSystemsoftwareForAppinstallation(ctx context.Context, appInstallationId openapi_types.UUID, params *AppGetInstalledSystemsoftwareForAppinstallationParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteV2AppinstallationsAppInstallationId request
	DeleteV2AppinstallationsAppInstallationId(ctx context.Context, appInstallationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV2AppinstallationsAppInstallationId request
	GetV2AppinstallationsAppInstallationId(ctx context.Context, appInstallationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PatchV2AppinstallationsAppInstallationId(ctx context.Context, appInstallationId openapi_types.UUID, body PatchV2AppinstallationsAppInstallationIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PostV2AppinstallationsAppInstallationIdActionsCopy(ctx context.Context, appInstallationId openapi_types.UUID, body PostV2AppinstallationsAppInstallationIdActionsCopyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PostV2AppinstallationsAppInstallationIdActionsAction(ctx context.Context, appInstallationId string, action DeMittwaldV1AppAction, body PostV2AppinstallationsAppInstallationIdActionsActionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DeprecatedAppLinkDatabase(ctx context.Context, appInstallationId openapi_types.UUID, body DeprecatedAppLinkDatabaseJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseId request
	DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseId(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdWithBody request with any body
	PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdWithBody(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutV2AppinstallationsAppInstallationIdDatabasesDatabaseId(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, body PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV2AppinstallationsAppInstallationIdMissingDependencies request
	GetV2AppinstallationsAppInstallationIdMissingDependencies(ctx context.Context, appInstallationId openapi_types.UUID, params *GetV2AppinstallationsAppInstallationIdMissingDependenciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	// AppGetApp request
	AppGetApp(ctx context.Context, appId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AppListAppversions request
	AppListAppversions(ctx context.Context, appId openapi_types.UUID, params *AppListAppversionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AppGetAppversion request
	AppGetAppversion(ctx context.Context, appId openapi_types.UUID, appVersionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AppListUpdateCandidatesForAppversion request
	AppListUpdateCandidatesForAppversion(ctx context.Context, appId openapi_types.UUID, baseAppVersionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// ArticleGetArticle request
	ArticleGetArticle(ctx context.Context, articleId string, params *ArticleGetArticleParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserAuthenticate(ctx context.Context, body UserAuthenticateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserAuthenticateMfa(ctx context.Context, body UserAuthenticateMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserAuthenticateWithAccessTokenRetrievalKey(ctx context.Context, body UserAuthenticateWithAccessTokenRetrievalKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContractGetDetailOfContract request
	ContractGetDetailOfContract(ctx context.Context, contractId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContractGetBaseItemOfContract request
	ContractGetBaseItemOfContract(ctx context.Context, contractId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContractGetDetailOfContractItem request
	ContractGetDetailOfContractItem(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContractGetNextTerminationDateForItem request
	ContractGetNextTerminationDateForItem(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContractCancelContractTariffChange request
	ContractCancelContractTariffChange(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContractCancelContractItemTermination request
	ContractCancelContractItemTermination(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContractTerminateContractItemWithBody request with any body
	ContractTerminateContractItemWithBody(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContractTerminateContractItem(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, body ContractTerminateContractItemJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContractCancelContractTermination request
	ContractCancelContractTermination(ctx context.Context, contractId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	ContractTerminateContract(ctx context.Context, contractId openapi_types.UUID, body ContractTerminateContractJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// ExtensionGetContributor request
	ExtensionGetContributor(ctx context.Context, contributorId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// ConversationGetCategory request
	ConversationGetCategory(ctx context.Context, categoryId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	ConversationCreateConversation(ctx context.Context, body ConversationCreateConversationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ConversationGetConversation request
	ConversationGetConversation(ctx context.Context, conversationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	ConversationUpdateConversation(ctx context.Context, conversationId openapi_types.UUID, body ConversationUpdateConversationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	ConversationRequestFileUpload(ctx context.Context, conversationId openapi_types.UUID, body ConversationRequestFileUploadJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ConversationGetFileAccessToken request
	ConversationGetFileAccessToken(ctx context.Context, conversationId openapi_types.UUID, fileId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ConversationGetConversationMembers request
	ConversationGetConversationMembers(ctx context.Context, conversationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ConversationListMessagesByConversation request
	ConversationListMessagesByConversation(ctx context.Context, conversationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	ConversationCreateMessage(ctx context.Context, conversationId openapi_types.UUID, body ConversationCreateMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ConversationUpdateMessageWithBody request with any body
	ConversationUpdateMessageWithBody(ctx context.Context, conversationId openapi_types.UUID, messageId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ConversationUpdateMessage(ctx context.Context, conversationId openapi_types.UUID, messageId openapi_types.UUID, body ConversationUpdateMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	ConversationSetConversationStatus(ctx context.Context, conversationId openapi_types.UUID, body ConversationSetConversationStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CronjobDeleteCronjob request
	CronjobDeleteCronjob(ctx context.Context, cronjobId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CronjobGetCronjob request
	CronjobGetCronjob(ctx context.Context, cronjobId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	CronjobUpdateCronjob(ctx context.Context, cronjobId openapi_types.UUID, body CronjobUpdateCronjobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	CronjobUpdateCronjobAppId(ctx context.Context, cronjobId openapi_types.UUID, body CronjobUpdateCronjobAppIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CronjobListExecutions request
	CronjobListExecutions(ctx context.Context, cronjobId openapi_types.UUID, params *CronjobListExecutionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	CronjobCreateExecution(ctx context.Context, cronjobId openapi_types.UUID, body CronjobCreateExecutionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CronjobGetExecution request
	CronjobGetExecution(ctx context.Context, cronjobId openapi_types.UUID, executionId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CronjobAbortExecutionWithBody request with any body
	CronjobAbortExecutionWithBody(ctx context.Context, cronjobId openapi_types.UUID, executionId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CronjobAbortExecution(ctx context.Context, cronjobId openapi_types.UUID, executionId string, body CronjobAbortExecutionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	CustomerCreateCategory(ctx context.Context, body CustomerCreateCategoryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

	CustomerUpdateCategory(ctx context.Context, categoryId string, body CustomerUpdateCategoryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// CustomerDeleteCustomerInvite request
	CustomerDeleteCustomerInvite(ctx context.Context, customerInviteId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	CustomerAcceptCustomerInvite(ctx context.Context, customerInviteId openapi_types.UUID, body CustomerAcceptCustomerInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	CustomerDeclineCustomerInvite(ctx context.Context, customerInviteId openapi_types.UUID, body CustomerDeclineCustomerInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	CustomerResendCustomerInviteMail(ctx context.Context, customerInviteId openapi_types.UUID, body CustomerResendCustomerInviteMailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// CustomerDeleteCustomerMembership request
	CustomerDeleteCustomerMembership(ctx context.Context, customerMembershipId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	CustomerUpdateCustomerMembership(ctx context.Context, customerMembershipId openapi_types.UUID, body CustomerUpdateCustomerMembershipJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	CustomerLeaveCustomer(ctx context.Context, customerId openapi_types.UUID, body CustomerLeaveCustomerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	CustomerCreateCustomerInvite(ctx context.Context, customerId openapi_types.UUID, body CustomerCreateCustomerInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	CustomerCreateCustomer(ctx context.Context, body CustomerCreateCustomerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

	CustomerUpdateCustomer(ctx context.Context, customerId string, body CustomerUpdateCustomerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	CustomerRequestAvatarUpload(ctx context.Context, customerId string, body CustomerRequestAvatarUploadJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContractListContracts request
	ContractListContracts(ctx context.Context, customerId openapi_types.UUID, params *ContractListContractsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CustomerListInvitesForCustomer request
	CustomerListInvitesForCustomer(ctx context.Context, customerId string, params *CustomerListInvitesForCustomerParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	InvoiceUpdateInvoiceSettings(ctx context.Context, customerId string, body InvoiceUpdateInvoiceSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// InvoiceListCustomerInvoices request
	InvoiceListCustomerInvoices(ctx context.Context, customerId string, params *InvoiceListCustomerInvoicesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeprecatedInvoiceDetailOfInvoice request
	DeprecatedInvoiceDetailOfInvoice(ctx context.Context, customerId string, invoiceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// InvoiceGetFileAccessToken request
	InvoiceGetFileAccessToken(ctx context.Context, customerId string, invoiceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// CustomerListMembershipsForCustomer request
	CustomerListMembershipsForCustomer(ctx context.Context, customerId string, params *CustomerListMembershipsForCustomerParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// OrderListCustomerOrders request
	OrderListCustomerOrders(ctx context.Context, customerId string, params *OrderListCustomerOrdersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// MailDeleteDeliveryBox request
	MailDeleteDeliveryBox(ctx context.Context, deliveryBoxId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// MailGetDeliveryBox request
	MailGetDeliveryBox(ctx context.Context, deliveryBoxId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailUpdateDeliveryBoxDescription(ctx context.Context, deliveryBoxId openapi_types.UUID, body MailUpdateDeliveryBoxDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailUpdateDeliveryBoxPassword(ctx context.Context, deliveryBoxId openapi_types.UUID, body MailUpdateDeliveryBoxPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteV2DeliveryboxesDeliveryBoxId request
	DeleteV2DeliveryboxesDeliveryBoxId(ctx context.Context, deliveryBoxId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV2DeliveryboxesDeliveryBoxId request
	GetV2DeliveryboxesDeliveryBoxId(ctx context.Context, deliveryBoxId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailDeliveryboxUpdateDescriptionDeprecated(ctx context.Context, id openapi_types.UUID, body MailDeliveryboxUpdateDescriptionDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailDeliveryboxUpdatePasswordDeprecated(ctx context.Context, id openapi_types.UUID, body MailDeliveryboxUpdatePasswordDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DnsCreateDnsZone(ctx context.Context, body DnsCreateDnsZoneJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DnsDeleteDnsZone request
	DnsDeleteDnsZone(ctx context.Context, dnsZoneId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DnsGetDnsZone request
	DnsGetDnsZone(ctx context.Context, dnsZoneId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DnsUpdateRecordSetWithBody request with any body
	DnsUpdateRecordSetWithBody(ctx context.Context, dnsZoneId openapi_types.UUID, recordSet DnsUpdateRecordSetParamsRecordSet, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DnsUpdateRecordSet(ctx context.Context, dnsZoneId openapi_types.UUID, recordSet DnsUpdateRecordSetParamsRecordSet, body DnsUpdateRecordSetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DnsSetRecordSetManagedWithBody request with any body
	DnsSetRecordSetManagedWithBody(ctx context.Context, dnsZoneId openapi_types.UUID, recordSet DnsSetRecordSetManagedParamsRecordSet, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DnsSetRecordSetManaged(ctx context.Context, dnsZoneId openapi_types.UUID, recordSet DnsSetRecordSetManagedParamsRecordSet, body DnsSetRecordSetManagedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PostV2DnsZones(ctx context.Context, body PostV2DnsZonesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteV2DnsZonesDnsZoneId request
	DeleteV2DnsZonesDnsZoneId(ctx context.Context, dnsZoneId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV2DnsZonesDnsZoneId request
	GetV2DnsZonesDnsZoneId(ctx context.Context, dnsZoneId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DnsRecordASetCustomDeprecated(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordASetCustomDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DnsRecordASetManagedByIngressDeprecated(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordASetManagedByIngressDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DnsRecordCnameSetDeprecated(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordCnameSetDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DnsRecordMxSetCustomDeprecated(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordMxSetCustomDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DnsRecordMxSetManagedDeprecated(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordMxSetManagedDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DnsRecordSrvSetDeprecated(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordSrvSetDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DnsRecordTxtSetDeprecated(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordTxtSetDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DomainCheckDomainRegistrability(ctx context.Context, body DomainCheckDomainRegistrabilityJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

	DomainCheckDomainTransferability(ctx context.Context, body DomainCheckDomainTransferabilityJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	DomainCheckDomainRegistrabilityV2Deprecated(ctx context.Context, body DomainCheckDomainRegistrabilityV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	// DomainDeleteDomain request
	DomainDeleteDomain(ctx context.Context, domainId openapi_types.UUID, params *DomainDeleteDomainParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DomainGetDomain request
	DomainGetDomain(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DomainCreateDomainAuthCode request
	DomainCreateDomainAuthCode(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostV2DomainsDomainIdActionsCreateAuthcode request
	PostV2DomainsDomainIdActionsCreateAuthcode(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DomainResendDomainEmail request
	DomainResendDomainEmail(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DomainUpdateDomainAuthCode(ctx context.Context, domainId openapi_types.UUID, body DomainUpdateDomainAuthCodeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PatchV2DomainsDomainIdAuthcode(ctx context.Context, domainId openapi_types.UUID, body PatchV2DomainsDomainIdAuthcodeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DomainUpdateDomainContactWithBody request with any body
	DomainUpdateDomainContactWithBody(ctx context.Context, domainId openapi_types.UUID, contact DomainUpdateDomainContactParamsContact, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DomainUpdateDomainContact(ctx context.Context, domainId openapi_types.UUID, contact DomainUpdateDomainContactParamsContact, body DomainUpdateDomainContactJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContractGetDetailOfContractByDomain request
	ContractGetDetailOfContractByDomain(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DomainAbortDomainDeclaration request
	DomainAbortDomainDeclaration(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteV2DomainsDomainIdDeclarations request
	DeleteV2DomainsDomainIdDeclarations(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DomainDeclareProcessChangeAuthcodeV2Deprecated(ctx context.Context, domainId openapi_types.UUID, body DomainDeclareProcessChangeAuthcodeV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DomainDeclareProcessChangeHandlesV2Deprecated(ctx context.Context, domainId openapi_types.UUID, body DomainDeclareProcessChangeHandlesV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DomainChangeOwnercOfDomainV2Deprecated(ctx context.Context, domainId openapi_types.UUID, body DomainChangeOwnercOfDomainV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DomainGetLatestScreenshot(ctx context.Context, domainId openapi_types.UUID, body DomainGetLatestScreenshotJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DomainUpdateDomainNameservers(ctx context.Context, domainId openapi_types.UUID, body DomainUpdateDomainNameserversJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DomainDeclareNameserversV2Deprecated(ctx context.Context, domainId openapi_types.UUID, body DomainDeclareNameserversV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DomainUpdateDomainProjectId(ctx context.Context, domainId openapi_types.UUID, body DomainUpdateDomainProjectIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DomainChangeProjectOfDomainV2Deprecated(ctx context.Context, domainId openapi_types.UUID, body DomainChangeProjectOfDomainV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DeprecatedDomainGetScreenshotForDomain(ctx context.Context, domainId openapi_types.UUID, body DeprecatedDomainGetScreenshotForDomainJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	ExtensionCreateExtensionInstance(ctx context.Context, body ExtensionCreateExtensionInstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExtensionDeleteExtensionInstance request
	ExtensionDeleteExtensionInstance(ctx context.Context, extensionInstanceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExtensionGetExtensionInstance request
	ExtensionGetExtensionInstance(ctx context.Context, extensionInstanceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExtensionDisableExtensionInstance request
	ExtensionDisableExtensionInstance(ctx context.Context, extensionInstanceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExtensionEnableExtensionInstance request
	ExtensionEnableExtensionInstance(ctx context.Context, extensionInstanceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	ExtensionConsentToExtensionScopes(ctx context.Context, extensionInstanceId openapi_types.UUID, body ExtensionConsentToExtensionScopesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	ExtensionAuthenticateInstance(ctx context.Context, extensionInstanceId openapi_types.UUID, body ExtensionAuthenticateInstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// ExtensionGetExtension request
	ExtensionGetExtension(ctx context.Context, extensionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeprecatedFileGetFileTokenRules request
	DeprecatedFileGetFileTokenRules(ctx context.Context, token openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// FileGetFileUploadTokenRules request
	FileGetFileUploadTokenRules(ctx context.Context, fileUploadToken openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// FileGetFileUploadTypeRules request
	FileGetFileUploadTypeRules(ctx context.Context, fileUploadType FileGetFileUploadTypeRulesParamsFileUploadType, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// FileGetFile request
	FileGetFile(ctx context.Context, fileId openapi_types.UUID, params *FileGetFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// FileGetFileMeta request
	FileGetFileMeta(ctx context.Context, fileId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// FileGetFileWithName request
	FileGetFileWithName(ctx context.Context, fileId openapi_types.UUID, fileName string, params *FileGetFileWithNameParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	IngressCreateIngress(ctx context.Context, body IngressCreateIngressJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// IngressDeleteIngress request
	IngressDeleteIngress(ctx context.Context, ingressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// IngressGetIngress request
	IngressGetIngress(ctx context.Context, ingressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// IngressRequestIngressAcmeCertificateIssuance request
	IngressRequestIngressAcmeCertificateIssuance(ctx context.Context, ingressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// IngressIngressVerifyOwnership request
	IngressIngressVerifyOwnership(ctx context.Context, ingressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	IngressUpdateIngressPaths(ctx context.Context, ingressId openapi_types.UUID, body IngressUpdateIngressPathsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	IngressPathsDeprecated(ctx context.Context, ingressId openapi_types.UUID, body IngressPathsDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	IngressUpdateIngressTls(ctx context.Context, ingressId openapi_types.UUID, body IngressUpdateIngressTlsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	IngressTlsDeprecated(ctx context.Context, ingressId openapi_types.UUID, body IngressTlsDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// InvoiceDetail request
	InvoiceDetail(ctx context.Context, invoiceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	RelocationCreateLegacyTariffChange(ctx context.Context, body RelocationCreateLegacyTariffChangeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserLogout(ctx context.Context, body UserLogoutJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// MailDeleteMailAddress request
	MailDeleteMailAddress(ctx context.Context, mailAddressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// MailGetMailAddress request
	MailGetMailAddress(ctx context.Context, mailAddressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailUpdateMailAddressAddress(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressAddressJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailUpdateMailAddressAutoresponder(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressAutoresponderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailUpdateMailAddressAutoresponderV2Deprecated(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressAutoresponderV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailUpdateMailAddressCatchAll(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressCatchAllJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailUpdateMailAddressCatchallV2Deprecated(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressCatchallV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailUpdateMailAddressForwardAddresses(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressForwardAddressesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailUpdateMailAddressForwardAddressesV2Deprecated(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressForwardAddressesV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailUpdateMailAddressPassword(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailUpdateMailAddressPasswordV2Deprecated(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressPasswordV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailUpdateMailAddressQuota(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailUpdateMailAddressQuotaV2Deprecated(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressQuotaV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailUpdateMailAddressSpamProtection(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressSpamProtectionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailUpdateMailAddressSpamProtectionV2Deprecated(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressSpamProtectionV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailMailaddressUpdateAddressDeprecated(ctx context.Context, id openapi_types.UUID, body MailMailaddressUpdateAddressDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteV2MailaddressesMailAddressId request
	DeleteV2MailaddressesMailAddressId(ctx context.Context, mailAddressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV2MailaddressesMailAddressId request
	GetV2MailaddressesMailAddressId(ctx context.Context, mailAddressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PutV2MailaddressesMailAddressIdAutoResponder(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdAutoResponderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PutV2MailaddressesMailAddressIdCatchAll(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdCatchAllJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PutV2MailaddressesMailAddressIdForwardaddresses(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdForwardaddressesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PutV2MailaddressesMailAddressIdPassword(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PutV2MailaddressesMailAddressIdQuota(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PutV2MailaddressesMailAddressIdSpamprotection(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdSpamprotectionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// DatabaseDeleteMysqlDatabase request
	DatabaseDeleteMysqlDatabase(ctx context.Context, mysqlDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DatabaseGetMysqlDatabase request
	DatabaseGetMysqlDatabase(ctx context.Context, mysqlDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DatabaseUpdateMysqlDatabaseDefaultCharset(ctx context.Context, mysqlDatabaseId openapi_types.UUID, body DatabaseUpdateMysqlDatabaseDefaultCharsetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DatabaseUpdateMysqlDatabaseDescription(ctx context.Context, mysqlDatabaseId openapi_types.UUID, body DatabaseUpdateMysqlDatabaseDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DatabaseListMysqlUsers request
	DatabaseListMysqlUsers(ctx context.Context, mysqlDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DatabaseCreateMysqlUser(ctx context.Context, mysqlDatabaseId openapi_types.UUID, body DatabaseCreateMysqlUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DatabaseDeleteMysqlUser request
	DatabaseDeleteMysqlUser(ctx context.Context, mysqlUserId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DatabaseGetMysqlUser request
	DatabaseGetMysqlUser(ctx context.Context, mysqlUserId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DatabaseUpdateMysqlUser(ctx context.Context, mysqlUserId openapi_types.UUID, body DatabaseUpdateMysqlUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DatabaseDisableMysqlUser(ctx context.Context, mysqlUserId openapi_types.UUID, body DatabaseDisableMysqlUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DatabaseEnableMysqlUser(ctx context.Context, mysqlUserId openapi_types.UUID, body DatabaseEnableMysqlUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DatabaseUpdateMysqlUserPassword(ctx context.Context, mysqlUserId openapi_types.UUID, body DatabaseUpdateMysqlUserPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DatabaseGetMysqlUserPhpMyAdminUrl request
	DatabaseGetMysqlUserPhpMyAdminUrl(ctx context.Context, mysqlUserId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	NewsletterSubscribeUser(ctx context.Context, body NewsletterSubscribeUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

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

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

	NotificationsReadAllNotifications(ctx context.Context, body NotificationsReadAllNotificationsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	NotificationsReadAllNotificationsDeprecated(ctx context.Context, body NotificationsReadAllNotificationsDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	NotificationsReadNotification(ctx context.Context, notificationId openapi_types.UUID, body NotificationsReadNotificationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	UserOauthRetrieveAccessTokenWithFormdataBody(ctx context.Context, params *UserOauthRetrieveAccessTokenParams, body UserOauthRetrieveAccessTokenFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	OrderPreviewOrder(ctx context.Context, body OrderPreviewOrderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	OrderCreateOrder(ctx context.Context, body OrderCreateOrderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// OrderGetOrder request
	OrderGetOrder(ctx context.Context, orderId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

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

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

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

	UserPostPollStatus(ctx context.Context, userId string, body UserPostPollStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// BackupDeleteProjectBackupSchedule request
	BackupDeleteProjectBackupSchedule(ctx context.Context, projectBackupScheduleId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// BackupGetProjectBackupSchedule request
	BackupGetProjectBackupSchedule(ctx context.Context, projectBackupScheduleId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	BackupUpdateProjectBackupSchedule(ctx context.Context, projectBackupScheduleId openapi_types.UUID, body BackupUpdateProjectBackupScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// BackupDeleteProjectBackup request
	BackupDeleteProjectBackup(ctx context.Context, projectBackupId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// BackupGetProjectBackup request
	BackupGetProjectBackup(ctx context.Context, projectBackupId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	BackupUpdateProjectBackupDescription(ctx context.Context, projectBackupId openapi_types.UUID, body BackupUpdateProjectBackupDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// BackupDeleteProjectBackupExport request
	BackupDeleteProjectBackupExport(ctx context.Context, projectBackupId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	BackupCreateProjectBackupExport(ctx context.Context, projectBackupId openapi_types.UUID, body BackupCreateProjectBackupExportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// ProjectDeleteProjectInvite request
	ProjectDeleteProjectInvite(ctx context.Context, projectInviteId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	ProjectAcceptProjectInvite(ctx context.Context, projectInviteId openapi_types.UUID, body ProjectAcceptProjectInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	ProjectDeclineProjectInvite(ctx context.Context, projectInviteId openapi_types.UUID, body ProjectDeclineProjectInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	ProjectResendProjectInviteMail(ctx context.Context, projectInviteId openapi_types.UUID, body ProjectResendProjectInviteMailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// ProjectDeleteProjectMembership request
	ProjectDeleteProjectMembership(ctx context.Context, projectMembershipId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	ProjectUpdateProjectMembership(ctx context.Context, projectMembershipId openapi_types.UUID, body ProjectUpdateProjectMembershipJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	PostV2ProjectProjectIdInvites(ctx context.Context, projectId openapi_types.UUID, body PostV2ProjectProjectIdInvitesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV2ProjectProjectIdSftpUsers request
	GetV2ProjectProjectIdSftpUsers(ctx context.Context, projectId string, params *GetV2ProjectProjectIdSftpUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	// ProjectGetProject request
	ProjectGetProject(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AppListAppinstallations request
	AppListAppinstallations(ctx context.Context, projectId openapi_types.UUID, params *AppListAppinstallationsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	AppRequestAppinstallation(ctx context.Context, projectId openapi_types.UUID, body AppRequestAppinstallationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV2ProjectsProjectIdAppinstallations request
	GetV2ProjectsProjectIdAppinstallations(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdAppinstallationsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PostV2ProjectsProjectIdAppinstallations(ctx context.Context, projectId openapi_types.UUID, body PostV2ProjectsProjectIdAppinstallationsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ProjectDeleteProjectAvatar request
	ProjectDeleteProjectAvatar(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ProjectRequestProjectAvatarUpload request
	ProjectRequestProjectAvatarUpload(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// BackupListProjectBackupSchedules request
	BackupListProjectBackupSchedules(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	BackupCreateProjectBackupSchedule(ctx context.Context, projectId openapi_types.UUID, body BackupCreateProjectBackupScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// BackupListProjectBackups request
	BackupListProjectBackups(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	BackupCreateProjectBackup(ctx context.Context, projectId openapi_types.UUID, body BackupCreateProjectBackupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContractGetDetailOfContractByProject request
	ContractGetDetailOfContractByProject(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CronjobListCronjobs request
	CronjobListCronjobs(ctx context.Context, projectId openapi_types.UUID, params *CronjobListCronjobsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	CronjobCreateCronjob(ctx context.Context, projectId openapi_types.UUID, body CronjobCreateCronjobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	MailCreateDeliverybox(ctx context.Context, projectId string, body MailCreateDeliveryboxJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	PostV2ProjectsProjectIdDeliveryboxes(ctx context.Context, projectId string, body PostV2ProjectsProjectIdDeliveryboxesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	ProjectUpdateProjectDescription(ctx context.Context, projectId openapi_types.UUID, body ProjectUpdateProjectDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DnsListDnsZones request
	DnsListDnsZones(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV2ProjectsProjectIdDnsZones request
	GetV2ProjectsProjectIdDnsZones(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DomainListDomainsV2Deprecated request
	DomainListDomainsV2Deprecated(ctx context.Context, projectId openapi_types.UUID, params *DomainListDomainsV2DeprecatedParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ProjectFileSystemGetDirectories request
	ProjectFileSystemGetDirectories(ctx context.Context, projectId string, params *ProjectFileSystemGetDirectoriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ProjectFileSystemGetDiskUsage request
	ProjectFileSystemGetDiskUsage(ctx context.Context, projectId openapi_types.UUID, params *ProjectFileSystemGetDiskUsageParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ProjectFileSystemGetFileContent request
	ProjectFileSystemGetFileContent(ctx context.Context, projectId openapi_types.UUID, params *ProjectFileSystemGetFileContentParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ProjectFileSystemListFiles request
	ProjectFileSystemListFiles(ctx context.Context, projectId openapi_types.UUID, params *ProjectFileSystemListFilesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV2ProjectsProjectIdFilesystemDirectories request
	GetV2ProjectsProjectIdFilesystemDirectories(ctx context.Context, projectId string, params *GetV2ProjectsProjectIdFilesystemDirectoriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV2ProjectsProjectIdFilesystemFiles request
	GetV2ProjectsProjectIdFilesystemFiles(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdFilesystemFilesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV2ProjectsProjectIdFilesystemFilesRaw request
	GetV2ProjectsProjectIdFilesystemFilesRaw(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdFilesystemFilesRawParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV2ProjectsProjectIdFilesystemUsagesDisk request
	GetV2ProjectsProjectIdFilesystemUsagesDisk(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdFilesystemUsagesDiskParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// IngressListIngressesV2Deprecated request
	IngressListIngressesV2Deprecated(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ProjectListInvitesForProject request
	ProjectListInvitesForProject(ctx context.Context, projectId string, params *ProjectListInvitesForProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	ProjectCreateProjectInvite(ctx context.Context, projectId openapi_types.UUID, body ProjectCreateProjectInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	ProjectLeaveProject(ctx context.Context, projectId openapi_types.UUID, body ProjectLeaveProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	MailCreateMailAddress(ctx context.Context, projectId string, body MailCreateMailAddressJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	MailUpdateProjectMailSetting(ctx context.Context, projectId string, mailSetting MailUpdateProjectMailSettingParamsMailSetting, body MailUpdateProjectMailSettingJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailUpdateProjectMailSettingV2Deprecated(ctx context.Context, projectId string, setting MailUpdateProjectMailSettingV2DeprecatedParamsSetting, body MailUpdateProjectMailSettingV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	PostV2ProjectsProjectIdMailaddresses(ctx context.Context, projectId string, body PostV2ProjectsProjectIdMailaddressesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	MailProjectsettingUpdateBlacklistDeprecated(ctx context.Context, projectId string, body MailProjectsettingUpdateBlacklistDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	MailProjectsettingUpdateWhitelistDeprecated(ctx context.Context, projectId string, body MailProjectsettingUpdateWhitelistDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ProjectListMembershipsForProject request
	ProjectListMembershipsForProject(ctx context.Context, projectId string, params *ProjectListMembershipsForProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// DatabaseListMysqlDatabases request
	DatabaseListMysqlDatabases(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DatabaseCreateMysqlDatabase(ctx context.Context, projectId openapi_types.UUID, body DatabaseCreateMysqlDatabaseJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// OrderListProjectOrders request
	OrderListProjectOrders(ctx context.Context, projectId openapi_types.UUID, params *OrderListProjectOrdersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PageinsightsListPerformanceDataForProject request
	PageinsightsListPerformanceDataForProject(ctx context.Context, projectId openapi_types.UUID, params *PageinsightsListPerformanceDataForProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV2ProjectsProjectIdPageinsights request
	GetV2ProjectsProjectIdPageinsights(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdPageinsightsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DatabaseListRedisDatabases request
	DatabaseListRedisDatabases(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DatabaseCreateRedisDatabase(ctx context.Context, projectId openapi_types.UUID, body DatabaseCreateRedisDatabaseJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SftpUserListSftpUsers request
	SftpUserListSftpUsers(ctx context.Context, projectId string, params *SftpUserListSftpUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	SftpUserCreateSftpUser(ctx context.Context, projectId string, body SftpUserCreateSftpUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SshUserListSshUsers request
	SshUserListSshUsers(ctx context.Context, projectId string, params *SshUserListSshUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	SshUserCreateSshUser(ctx context.Context, projectId string, body SshUserCreateSshUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PageinsightsScheduleStrace(ctx context.Context, projectId openapi_types.UUID, body PageinsightsScheduleStraceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PageinsightsGetStraceData request
	PageinsightsGetStraceData(ctx context.Context, projectId openapi_types.UUID, straceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DatabaseDeleteRedisDatabase request
	DatabaseDeleteRedisDatabase(ctx context.Context, redisDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DatabaseGetRedisDatabase request
	DatabaseGetRedisDatabase(ctx context.Context, redisDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DatabaseUpdateRedisDatabaseConfiguration(ctx context.Context, redisDatabaseId openapi_types.UUID, body DatabaseUpdateRedisDatabaseConfigurationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DatabaseUpdateRedisDatabaseDescription(ctx context.Context, redisDatabaseId openapi_types.UUID, body DatabaseUpdateRedisDatabaseDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	UserRegister(ctx context.Context, body UserRegisterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	RelocationCreateRelocation(ctx context.Context, body RelocationCreateRelocationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	// ProjectDeleteServerAvatar request
	ProjectDeleteServerAvatar(ctx context.Context, serverId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ProjectRequestServerAvatarUpload request
	ProjectRequestServerAvatarUpload(ctx context.Context, serverId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContractGetDetailOfContractByServer request
	ContractGetDetailOfContractByServer(ctx context.Context, serverId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	ProjectUpdateServerDescription(ctx context.Context, serverId openapi_types.UUID, body ProjectUpdateServerDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	ProjectCreateProject(ctx context.Context, serverId openapi_types.UUID, body ProjectCreateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PostV2ServiceAccessKeyIdActionsAuthenticate(ctx context.Context, accessKeyId string, body PostV2ServiceAccessKeyIdActionsAuthenticateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	ServicetokenAuthenticateService(ctx context.Context, accessKeyId string, body ServicetokenAuthenticateServiceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

	SftpUserUpdateSftpUser(ctx context.Context, sftpUserId string, body SftpUserUpdateSftpUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PostV2SignupAuthentication(ctx context.Context, body PostV2SignupAuthenticationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PostV2SignupAuthenticationMfa(ctx context.Context, body PostV2SignupAuthenticationMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	DeprecatedUserChangeEmail(ctx context.Context, body DeprecatedUserChangeEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DeprecatedUserResendVerificationEmail(ctx context.Context, body DeprecatedUserResendVerificationEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DeprecatedUserVerifyEmail(ctx context.Context, body DeprecatedUserVerifyEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DeprecatedUserLogout(ctx context.Context, body DeprecatedUserLogoutJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DeprecatedUserDisableMfa(ctx context.Context, body DeprecatedUserDisableMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	PostV2SignupMfa(ctx context.Context, body PostV2SignupMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PostV2SignupMfaConfirm(ctx context.Context, body PostV2SignupMfaConfirmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PutV2SignupMfaResetRecoverycodes(ctx context.Context, body PutV2SignupMfaResetRecoverycodesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	GetV2SignupPassword(ctx context.Context, body GetV2SignupPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PutV2SignupPassword(ctx context.Context, body PutV2SignupPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DeprecatedUserInitPasswordReset(ctx context.Context, body DeprecatedUserInitPasswordResetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DeprecatedUserConfirmPasswordReset(ctx context.Context, body DeprecatedUserConfirmPasswordResetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DeleteV2SignupProfile(ctx context.Context, body DeleteV2SignupProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	GetV2SignupProfile(ctx context.Context, body GetV2SignupProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DeprecatedUserUpdateAccount(ctx context.Context, body DeprecatedUserUpdateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PostV2SignupRegistration(ctx context.Context, body PostV2SignupRegistrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PostV2SignupRegistrationVerification(ctx context.Context, body PostV2SignupRegistrationVerificationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

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

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

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

	PostV2SignupSsh(ctx context.Context, body PostV2SignupSshJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeprecatedUserDeleteSshKey request
	DeprecatedUserDeleteSshKey(ctx context.Context, sshKeyId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV2SignupSshSshKeyId request
	GetV2SignupSshSshKeyId(ctx context.Context, sshKeyId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DeprecatedUserEditSshKey(ctx context.Context, sshKeyId openapi_types.UUID, body DeprecatedUserEditSshKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

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

	PostV2SignupTokenApi(ctx context.Context, body PostV2SignupTokenApiJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeprecatedUserDeleteApiToken request
	DeprecatedUserDeleteApiToken(ctx context.Context, apiTokenId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV2SignupTokenApiApiTokenId request
	GetV2SignupTokenApiApiTokenId(ctx context.Context, apiTokenId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DeprecatedUserEditApiToken(ctx context.Context, apiTokenId openapi_types.UUID, body DeprecatedUserEditApiTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PostV2SignupTokenCheck(ctx context.Context, body PostV2SignupTokenCheckJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

	SshUserUpdateSshUser(ctx context.Context, sshUserId string, body SshUserUpdateSshUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	PatchV2SshusersSshUserId(ctx context.Context, sshUserId string, body PatchV2SshusersSshUserIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AppListSystemsoftwareversions request
	AppListSystemsoftwareversions(ctx context.Context, systemSoftwareId openapi_types.UUID, params *AppListSystemsoftwareversionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AppGetSystemsoftwareversion request
	AppGetSystemsoftwareversion(ctx context.Context, systemSoftwareId openapi_types.UUID, systemSoftwareVersionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// AppGetSystemsoftware request
	AppGetSystemsoftware(ctx context.Context, systemSoftwareId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV2SystemsoftwareSystemSoftwareIdVersions request
	GetV2SystemsoftwareSystemSoftwareIdVersions(ctx context.Context, systemSoftwareId openapi_types.UUID, params *GetV2SystemsoftwareSystemSoftwareIdVersionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId request
	GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId(ctx context.Context, systemSoftwareId openapi_types.UUID, systemSoftwareVersionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	// GetV2SystemsoftwaresSystemSoftwareId request
	GetV2SystemsoftwaresSystemSoftwareId(ctx context.Context, systemSoftwareId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	OrderPreviewTariffChange(ctx context.Context, body OrderPreviewTariffChangeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	OrderCreateTariffChange(ctx context.Context, body OrderCreateTariffChangeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

	DeprecatedUserServiceFeedbackCreate(ctx context.Context, body DeprecatedUserServiceFeedbackCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DeprecatedUserServiceIssueNew(ctx context.Context, body DeprecatedUserServiceIssueNewJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	DeprecatedUserServicePersonalizedSettingsUpdate(ctx context.Context, body DeprecatedUserServicePersonalizedSettingsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	DeprecatedUserServicePersonalInformationUpdate(ctx context.Context, userId openapi_types.UUID, body DeprecatedUserServicePersonalInformationUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeprecatedUserServiceAvatarRemove request
	DeprecatedUserServiceAvatarRemove(ctx context.Context, userId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DeprecatedUserServiceAvatarRequestUpload(ctx context.Context, userId openapi_types.UUID, body DeprecatedUserServiceAvatarRequestUploadJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeprecatedUserServicePhoneNumberRemove request
	DeprecatedUserServicePhoneNumberRemove(ctx context.Context, userId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DeprecatedUserServicePhoneNumberAdd(ctx context.Context, userId openapi_types.UUID, body DeprecatedUserServicePhoneNumberAddJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DeprecatedUserServicePhoneNumberVerify(ctx context.Context, userId openapi_types.UUID, body DeprecatedUserServicePhoneNumberVerifyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserDeleteUser(ctx context.Context, body UserDeleteUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	UserCreateApiToken(ctx context.Context, body UserCreateApiTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UserDeleteApiToken request
	UserDeleteApiToken(ctx context.Context, apiTokenId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UserGetApiToken request
	UserGetApiToken(ctx context.Context, apiTokenId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserEditApiToken(ctx context.Context, apiTokenId openapi_types.UUID, body UserEditApiTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserInitPasswordReset(ctx context.Context, body UserInitPasswordResetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	UserChangeEmail(ctx context.Context, body UserChangeEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserResendVerificationEmail(ctx context.Context, body UserResendVerificationEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserVerifyEmail(ctx context.Context, body UserVerifyEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserInitMfa(ctx context.Context, body UserInitMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserDisableMfa(ctx context.Context, body UserDisableMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	UserConfirmMfa(ctx context.Context, body UserConfirmMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserResetRecoverycodes(ctx context.Context, body UserResetRecoverycodesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserChangePassword(ctx context.Context, body UserChangePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserGetPasswordUpdatedAt(ctx context.Context, body UserGetPasswordUpdatedAtJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserConfirmPasswordReset(ctx context.Context, body UserConfirmPasswordResetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

	UserCheckToken(ctx context.Context, body UserCheckTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserCreateFeedback(ctx context.Context, body UserCreateFeedbackJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	DeprecatedUserCreateIssue(ctx context.Context, body DeprecatedUserCreateIssueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserGetOwnAccount(ctx context.Context, body UserGetOwnAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserUpdateAccount(ctx context.Context, body UserUpdateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

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

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

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

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

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

	UserCreateSshKey(ctx context.Context, body UserCreateSshKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UserDeleteSshKey request
	UserDeleteSshKey(ctx context.Context, sshKeyId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UserGetSshKey request
	UserGetSshKey(ctx context.Context, sshKeyId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserEditSshKey(ctx context.Context, sshKeyId openapi_types.UUID, body UserEditSshKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserCreateAccessTokenRetrievalKey(ctx context.Context, body UserCreateAccessTokenRetrievalKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UserGetUser request
	UserGetUser(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UserUpdatePersonalInformationWithBody request with any body
	UserUpdatePersonalInformationWithBody(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UserUpdatePersonalInformation(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, body UserUpdatePersonalInformationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UserVerifyPhoneNumberWithBody request with any body
	UserVerifyPhoneNumberWithBody(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UserVerifyPhoneNumber(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, body UserVerifyPhoneNumberJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UserRemoveAvatar request
	UserRemoveAvatar(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UserRequestAvatarUploadWithBody request with any body
	UserRequestAvatarUploadWithBody(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UserRequestAvatarUpload(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, body UserRequestAvatarUploadJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UserListFeedback request
	UserListFeedback(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, params *UserListFeedbackParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UserRemovePhoneNumber request
	UserRemovePhoneNumber(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UserAddPhoneNumberWithBody request with any body
	UserAddPhoneNumberWithBody(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UserAddPhoneNumber(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, body UserAddPhoneNumberJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostV2UsersUserIdPhoneVerifyWithBody request with any body
	PostV2UsersUserIdPhoneVerifyWithBody(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostV2UsersUserIdPhoneVerify(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, body PostV2UsersUserIdPhoneVerifyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UserGetPersonalizedSettings request
	UserGetPersonalizedSettings(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UserUpdatePersonalizedSettingsWithBody request with any body
	UserUpdatePersonalizedSettingsWithBody(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UserUpdatePersonalizedSettings(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, body UserUpdatePersonalizedSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

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

	UserVerifyRegistration(ctx context.Context, body UserVerifyRegistrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExtensionGetPublicKey request
	ExtensionGetPublicKey(ctx context.Context, serial string, reqEditors ...RequestEditorFn) (*http.Response, error)
}

The interface specification for the client above.

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

func (c *ClientWithResponses) AppExecuteActionWithBodyWithResponse(ctx context.Context, appInstallationId string, action DeMittwaldV1AppAction, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AppExecuteActionResponse, error)

AppExecuteActionWithBodyWithResponse request with arbitrary body returning *AppExecuteActionResponse

func (*ClientWithResponses) AppExecuteActionWithResponse

func (c *ClientWithResponses) AppExecuteActionWithResponse(ctx context.Context, appInstallationId string, action DeMittwaldV1AppAction, body AppExecuteActionJSONRequestBody, reqEditors ...RequestEditorFn) (*AppExecuteActionResponse, error)

func (*ClientWithResponses) AppGetAppWithResponse

func (c *ClientWithResponses) AppGetAppWithResponse(ctx context.Context, appId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AppGetAppResponse, error)

AppGetAppWithResponse request returning *AppGetAppResponse

func (*ClientWithResponses) AppGetAppinstallationWithResponse

func (c *ClientWithResponses) AppGetAppinstallationWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AppGetAppinstallationResponse, error)

AppGetAppinstallationWithResponse request returning *AppGetAppinstallationResponse

func (*ClientWithResponses) AppGetAppversionWithResponse

func (c *ClientWithResponses) AppGetAppversionWithResponse(ctx context.Context, appId openapi_types.UUID, appVersionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AppGetAppversionResponse, error)

AppGetAppversionWithResponse request returning *AppGetAppversionResponse

func (*ClientWithResponses) AppGetInstalledSystemsoftwareForAppinstallationWithResponse

func (c *ClientWithResponses) AppGetInstalledSystemsoftwareForAppinstallationWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, params *AppGetInstalledSystemsoftwareForAppinstallationParams, reqEditors ...RequestEditorFn) (*AppGetInstalledSystemsoftwareForAppinstallationResponse, error)

AppGetInstalledSystemsoftwareForAppinstallationWithResponse request returning *AppGetInstalledSystemsoftwareForAppinstallationResponse

func (*ClientWithResponses) AppGetMissingDependenciesForAppinstallationWithResponse

func (c *ClientWithResponses) AppGetMissingDependenciesForAppinstallationWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, params *AppGetMissingDependenciesForAppinstallationParams, reqEditors ...RequestEditorFn) (*AppGetMissingDependenciesForAppinstallationResponse, error)

AppGetMissingDependenciesForAppinstallationWithResponse request returning *AppGetMissingDependenciesForAppinstallationResponse

func (*ClientWithResponses) AppGetSystemsoftwareWithResponse

func (c *ClientWithResponses) AppGetSystemsoftwareWithResponse(ctx context.Context, systemSoftwareId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AppGetSystemsoftwareResponse, error)

AppGetSystemsoftwareWithResponse request returning *AppGetSystemsoftwareResponse

func (*ClientWithResponses) AppGetSystemsoftwareversionWithResponse

func (c *ClientWithResponses) AppGetSystemsoftwareversionWithResponse(ctx context.Context, systemSoftwareId openapi_types.UUID, systemSoftwareVersionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AppGetSystemsoftwareversionResponse, error)

AppGetSystemsoftwareversionWithResponse request returning *AppGetSystemsoftwareversionResponse

func (*ClientWithResponses) AppLinkDatabaseWithBodyWithResponse

func (c *ClientWithResponses) AppLinkDatabaseWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AppLinkDatabaseResponse, error)

AppLinkDatabaseWithBodyWithResponse request with arbitrary body returning *AppLinkDatabaseResponse

func (*ClientWithResponses) AppLinkDatabaseWithResponse

func (c *ClientWithResponses) AppLinkDatabaseWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, body AppLinkDatabaseJSONRequestBody, reqEditors ...RequestEditorFn) (*AppLinkDatabaseResponse, error)

func (*ClientWithResponses) AppListAppinstallationsWithResponse

func (c *ClientWithResponses) AppListAppinstallationsWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AppListAppinstallationsParams, reqEditors ...RequestEditorFn) (*AppListAppinstallationsResponse, error)

AppListAppinstallationsWithResponse request returning *AppListAppinstallationsResponse

func (*ClientWithResponses) AppListAppsWithResponse

func (c *ClientWithResponses) AppListAppsWithResponse(ctx context.Context, params *AppListAppsParams, reqEditors ...RequestEditorFn) (*AppListAppsResponse, error)

AppListAppsWithResponse request returning *AppListAppsResponse

func (*ClientWithResponses) AppListAppversionsWithResponse

func (c *ClientWithResponses) AppListAppversionsWithResponse(ctx context.Context, appId openapi_types.UUID, params *AppListAppversionsParams, reqEditors ...RequestEditorFn) (*AppListAppversionsResponse, error)

AppListAppversionsWithResponse request returning *AppListAppversionsResponse

func (*ClientWithResponses) AppListSystemsoftwaresWithResponse

func (c *ClientWithResponses) AppListSystemsoftwaresWithResponse(ctx context.Context, params *AppListSystemsoftwaresParams, reqEditors ...RequestEditorFn) (*AppListSystemsoftwaresResponse, error)

AppListSystemsoftwaresWithResponse request returning *AppListSystemsoftwaresResponse

func (*ClientWithResponses) AppListSystemsoftwareversionsWithResponse

func (c *ClientWithResponses) AppListSystemsoftwareversionsWithResponse(ctx context.Context, systemSoftwareId openapi_types.UUID, params *AppListSystemsoftwareversionsParams, reqEditors ...RequestEditorFn) (*AppListSystemsoftwareversionsResponse, error)

AppListSystemsoftwareversionsWithResponse request returning *AppListSystemsoftwareversionsResponse

func (*ClientWithResponses) AppListUpdateCandidatesForAppversionWithResponse

func (c *ClientWithResponses) AppListUpdateCandidatesForAppversionWithResponse(ctx context.Context, appId openapi_types.UUID, baseAppVersionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AppListUpdateCandidatesForAppversionResponse, error)

AppListUpdateCandidatesForAppversionWithResponse request returning *AppListUpdateCandidatesForAppversionResponse

func (*ClientWithResponses) AppPatchAppinstallationWithBodyWithResponse

func (c *ClientWithResponses) AppPatchAppinstallationWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AppPatchAppinstallationResponse, error)

AppPatchAppinstallationWithBodyWithResponse request with arbitrary body returning *AppPatchAppinstallationResponse

func (*ClientWithResponses) AppPatchAppinstallationWithResponse

func (c *ClientWithResponses) AppPatchAppinstallationWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, body AppPatchAppinstallationJSONRequestBody, reqEditors ...RequestEditorFn) (*AppPatchAppinstallationResponse, error)

func (*ClientWithResponses) AppRequestAppinstallationCopyWithBodyWithResponse

func (c *ClientWithResponses) AppRequestAppinstallationCopyWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AppRequestAppinstallationCopyResponse, error)

AppRequestAppinstallationCopyWithBodyWithResponse request with arbitrary body returning *AppRequestAppinstallationCopyResponse

func (*ClientWithResponses) AppRequestAppinstallationCopyWithResponse

func (c *ClientWithResponses) AppRequestAppinstallationCopyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, body AppRequestAppinstallationCopyJSONRequestBody, reqEditors ...RequestEditorFn) (*AppRequestAppinstallationCopyResponse, error)

func (*ClientWithResponses) AppRequestAppinstallationWithBodyWithResponse

func (c *ClientWithResponses) AppRequestAppinstallationWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AppRequestAppinstallationResponse, error)

AppRequestAppinstallationWithBodyWithResponse request with arbitrary body returning *AppRequestAppinstallationResponse

func (*ClientWithResponses) AppRequestAppinstallationWithResponse

func (c *ClientWithResponses) AppRequestAppinstallationWithResponse(ctx context.Context, projectId openapi_types.UUID, body AppRequestAppinstallationJSONRequestBody, reqEditors ...RequestEditorFn) (*AppRequestAppinstallationResponse, error)

func (*ClientWithResponses) AppRetrieveStatusWithResponse

func (c *ClientWithResponses) AppRetrieveStatusWithResponse(ctx context.Context, appInstallationId string, reqEditors ...RequestEditorFn) (*AppRetrieveStatusResponse, error)

AppRetrieveStatusWithResponse request returning *AppRetrieveStatusResponse

func (*ClientWithResponses) AppSetDatabaseUsersWithBodyWithResponse

func (c *ClientWithResponses) AppSetDatabaseUsersWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AppSetDatabaseUsersResponse, error)

AppSetDatabaseUsersWithBodyWithResponse request with arbitrary body returning *AppSetDatabaseUsersResponse

func (*ClientWithResponses) AppSetDatabaseUsersWithResponse

func (c *ClientWithResponses) AppSetDatabaseUsersWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, body AppSetDatabaseUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*AppSetDatabaseUsersResponse, error)

func (*ClientWithResponses) AppUninstallAppinstallationWithResponse

func (c *ClientWithResponses) AppUninstallAppinstallationWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AppUninstallAppinstallationResponse, error)

AppUninstallAppinstallationWithResponse request returning *AppUninstallAppinstallationResponse

func (*ClientWithResponses) AppUnlinkDatabaseWithResponse

func (c *ClientWithResponses) AppUnlinkDatabaseWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AppUnlinkDatabaseResponse, error)

AppUnlinkDatabaseWithResponse request returning *AppUnlinkDatabaseResponse

func (*ClientWithResponses) ArticleGetArticleWithResponse

func (c *ClientWithResponses) ArticleGetArticleWithResponse(ctx context.Context, articleId string, params *ArticleGetArticleParams, reqEditors ...RequestEditorFn) (*ArticleGetArticleResponse, error)

ArticleGetArticleWithResponse request returning *ArticleGetArticleResponse

func (*ClientWithResponses) ArticleListArticlesWithResponse

func (c *ClientWithResponses) ArticleListArticlesWithResponse(ctx context.Context, params *ArticleListArticlesParams, reqEditors ...RequestEditorFn) (*ArticleListArticlesResponse, error)

ArticleListArticlesWithResponse request returning *ArticleListArticlesResponse

func (*ClientWithResponses) BackupCreateProjectBackupExportWithBodyWithResponse

func (c *ClientWithResponses) BackupCreateProjectBackupExportWithBodyWithResponse(ctx context.Context, projectBackupId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BackupCreateProjectBackupExportResponse, error)

BackupCreateProjectBackupExportWithBodyWithResponse request with arbitrary body returning *BackupCreateProjectBackupExportResponse

func (*ClientWithResponses) BackupCreateProjectBackupExportWithResponse

func (c *ClientWithResponses) BackupCreateProjectBackupExportWithResponse(ctx context.Context, projectBackupId openapi_types.UUID, body BackupCreateProjectBackupExportJSONRequestBody, reqEditors ...RequestEditorFn) (*BackupCreateProjectBackupExportResponse, error)

func (*ClientWithResponses) BackupCreateProjectBackupScheduleWithBodyWithResponse

func (c *ClientWithResponses) BackupCreateProjectBackupScheduleWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BackupCreateProjectBackupScheduleResponse, error)

BackupCreateProjectBackupScheduleWithBodyWithResponse request with arbitrary body returning *BackupCreateProjectBackupScheduleResponse

func (*ClientWithResponses) BackupCreateProjectBackupWithBodyWithResponse

func (c *ClientWithResponses) BackupCreateProjectBackupWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BackupCreateProjectBackupResponse, error)

BackupCreateProjectBackupWithBodyWithResponse request with arbitrary body returning *BackupCreateProjectBackupResponse

func (*ClientWithResponses) BackupCreateProjectBackupWithResponse

func (c *ClientWithResponses) BackupCreateProjectBackupWithResponse(ctx context.Context, projectId openapi_types.UUID, body BackupCreateProjectBackupJSONRequestBody, reqEditors ...RequestEditorFn) (*BackupCreateProjectBackupResponse, error)

func (*ClientWithResponses) BackupDeleteProjectBackupExportWithResponse

func (c *ClientWithResponses) BackupDeleteProjectBackupExportWithResponse(ctx context.Context, projectBackupId openapi_types.UUID, reqEditors ...RequestEditorFn) (*BackupDeleteProjectBackupExportResponse, error)

BackupDeleteProjectBackupExportWithResponse request returning *BackupDeleteProjectBackupExportResponse

func (*ClientWithResponses) BackupDeleteProjectBackupScheduleWithResponse

func (c *ClientWithResponses) BackupDeleteProjectBackupScheduleWithResponse(ctx context.Context, projectBackupScheduleId openapi_types.UUID, reqEditors ...RequestEditorFn) (*BackupDeleteProjectBackupScheduleResponse, error)

BackupDeleteProjectBackupScheduleWithResponse request returning *BackupDeleteProjectBackupScheduleResponse

func (*ClientWithResponses) BackupDeleteProjectBackupWithResponse

func (c *ClientWithResponses) BackupDeleteProjectBackupWithResponse(ctx context.Context, projectBackupId openapi_types.UUID, reqEditors ...RequestEditorFn) (*BackupDeleteProjectBackupResponse, error)

BackupDeleteProjectBackupWithResponse request returning *BackupDeleteProjectBackupResponse

func (*ClientWithResponses) BackupGetProjectBackupScheduleWithResponse

func (c *ClientWithResponses) BackupGetProjectBackupScheduleWithResponse(ctx context.Context, projectBackupScheduleId openapi_types.UUID, reqEditors ...RequestEditorFn) (*BackupGetProjectBackupScheduleResponse, error)

BackupGetProjectBackupScheduleWithResponse request returning *BackupGetProjectBackupScheduleResponse

func (*ClientWithResponses) BackupGetProjectBackupWithResponse

func (c *ClientWithResponses) BackupGetProjectBackupWithResponse(ctx context.Context, projectBackupId openapi_types.UUID, reqEditors ...RequestEditorFn) (*BackupGetProjectBackupResponse, error)

BackupGetProjectBackupWithResponse request returning *BackupGetProjectBackupResponse

func (*ClientWithResponses) BackupListProjectBackupSchedulesWithResponse

func (c *ClientWithResponses) BackupListProjectBackupSchedulesWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*BackupListProjectBackupSchedulesResponse, error)

BackupListProjectBackupSchedulesWithResponse request returning *BackupListProjectBackupSchedulesResponse

func (*ClientWithResponses) BackupListProjectBackupsWithResponse

func (c *ClientWithResponses) BackupListProjectBackupsWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*BackupListProjectBackupsResponse, error)

BackupListProjectBackupsWithResponse request returning *BackupListProjectBackupsResponse

func (*ClientWithResponses) BackupUpdateProjectBackupDescriptionWithBodyWithResponse

func (c *ClientWithResponses) BackupUpdateProjectBackupDescriptionWithBodyWithResponse(ctx context.Context, projectBackupId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BackupUpdateProjectBackupDescriptionResponse, error)

BackupUpdateProjectBackupDescriptionWithBodyWithResponse request with arbitrary body returning *BackupUpdateProjectBackupDescriptionResponse

func (*ClientWithResponses) BackupUpdateProjectBackupDescriptionWithResponse

func (c *ClientWithResponses) BackupUpdateProjectBackupDescriptionWithResponse(ctx context.Context, projectBackupId openapi_types.UUID, body BackupUpdateProjectBackupDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*BackupUpdateProjectBackupDescriptionResponse, error)

func (*ClientWithResponses) BackupUpdateProjectBackupScheduleWithBodyWithResponse

func (c *ClientWithResponses) BackupUpdateProjectBackupScheduleWithBodyWithResponse(ctx context.Context, projectBackupScheduleId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BackupUpdateProjectBackupScheduleResponse, error)

BackupUpdateProjectBackupScheduleWithBodyWithResponse request with arbitrary body returning *BackupUpdateProjectBackupScheduleResponse

func (*ClientWithResponses) BackupUpdateProjectBackupScheduleWithResponse

func (c *ClientWithResponses) BackupUpdateProjectBackupScheduleWithResponse(ctx context.Context, projectBackupScheduleId openapi_types.UUID, body BackupUpdateProjectBackupScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*BackupUpdateProjectBackupScheduleResponse, error)

func (*ClientWithResponses) ContractCancelContractItemTerminationWithResponse

func (c *ClientWithResponses) ContractCancelContractItemTerminationWithResponse(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractCancelContractItemTerminationResponse, error)

ContractCancelContractItemTerminationWithResponse request returning *ContractCancelContractItemTerminationResponse

func (*ClientWithResponses) ContractCancelContractTariffChangeWithResponse

func (c *ClientWithResponses) ContractCancelContractTariffChangeWithResponse(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractCancelContractTariffChangeResponse, error)

ContractCancelContractTariffChangeWithResponse request returning *ContractCancelContractTariffChangeResponse

func (*ClientWithResponses) ContractCancelContractTerminationWithResponse

func (c *ClientWithResponses) ContractCancelContractTerminationWithResponse(ctx context.Context, contractId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractCancelContractTerminationResponse, error)

ContractCancelContractTerminationWithResponse request returning *ContractCancelContractTerminationResponse

func (*ClientWithResponses) ContractGetBaseItemOfContractWithResponse

func (c *ClientWithResponses) ContractGetBaseItemOfContractWithResponse(ctx context.Context, contractId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractGetBaseItemOfContractResponse, error)

ContractGetBaseItemOfContractWithResponse request returning *ContractGetBaseItemOfContractResponse

func (*ClientWithResponses) ContractGetDetailOfContractByDomainWithResponse

func (c *ClientWithResponses) ContractGetDetailOfContractByDomainWithResponse(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractGetDetailOfContractByDomainResponse, error)

ContractGetDetailOfContractByDomainWithResponse request returning *ContractGetDetailOfContractByDomainResponse

func (*ClientWithResponses) ContractGetDetailOfContractByProjectWithResponse

func (c *ClientWithResponses) ContractGetDetailOfContractByProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractGetDetailOfContractByProjectResponse, error)

ContractGetDetailOfContractByProjectWithResponse request returning *ContractGetDetailOfContractByProjectResponse

func (*ClientWithResponses) ContractGetDetailOfContractByServerWithResponse

func (c *ClientWithResponses) ContractGetDetailOfContractByServerWithResponse(ctx context.Context, serverId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractGetDetailOfContractByServerResponse, error)

ContractGetDetailOfContractByServerWithResponse request returning *ContractGetDetailOfContractByServerResponse

func (*ClientWithResponses) ContractGetDetailOfContractItemWithResponse

func (c *ClientWithResponses) ContractGetDetailOfContractItemWithResponse(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractGetDetailOfContractItemResponse, error)

ContractGetDetailOfContractItemWithResponse request returning *ContractGetDetailOfContractItemResponse

func (*ClientWithResponses) ContractGetDetailOfContractWithResponse

func (c *ClientWithResponses) ContractGetDetailOfContractWithResponse(ctx context.Context, contractId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractGetDetailOfContractResponse, error)

ContractGetDetailOfContractWithResponse request returning *ContractGetDetailOfContractResponse

func (*ClientWithResponses) ContractGetNextTerminationDateForItemWithResponse

func (c *ClientWithResponses) ContractGetNextTerminationDateForItemWithResponse(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractGetNextTerminationDateForItemResponse, error)

ContractGetNextTerminationDateForItemWithResponse request returning *ContractGetNextTerminationDateForItemResponse

func (*ClientWithResponses) ContractListContractsWithResponse

func (c *ClientWithResponses) ContractListContractsWithResponse(ctx context.Context, customerId openapi_types.UUID, params *ContractListContractsParams, reqEditors ...RequestEditorFn) (*ContractListContractsResponse, error)

ContractListContractsWithResponse request returning *ContractListContractsResponse

func (*ClientWithResponses) ContractTerminateContractItemWithBodyWithResponse

func (c *ClientWithResponses) ContractTerminateContractItemWithBodyWithResponse(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContractTerminateContractItemResponse, error)

ContractTerminateContractItemWithBodyWithResponse request with arbitrary body returning *ContractTerminateContractItemResponse

func (*ClientWithResponses) ContractTerminateContractItemWithResponse

func (c *ClientWithResponses) ContractTerminateContractItemWithResponse(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, body ContractTerminateContractItemJSONRequestBody, reqEditors ...RequestEditorFn) (*ContractTerminateContractItemResponse, error)

func (*ClientWithResponses) ContractTerminateContractWithBodyWithResponse

func (c *ClientWithResponses) ContractTerminateContractWithBodyWithResponse(ctx context.Context, contractId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContractTerminateContractResponse, error)

ContractTerminateContractWithBodyWithResponse request with arbitrary body returning *ContractTerminateContractResponse

func (*ClientWithResponses) ContractTerminateContractWithResponse

func (c *ClientWithResponses) ContractTerminateContractWithResponse(ctx context.Context, contractId openapi_types.UUID, body ContractTerminateContractJSONRequestBody, reqEditors ...RequestEditorFn) (*ContractTerminateContractResponse, error)

func (*ClientWithResponses) ConversationCreateConversationWithBodyWithResponse

func (c *ClientWithResponses) ConversationCreateConversationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConversationCreateConversationResponse, error)

ConversationCreateConversationWithBodyWithResponse request with arbitrary body returning *ConversationCreateConversationResponse

func (*ClientWithResponses) ConversationCreateConversationWithResponse

func (c *ClientWithResponses) ConversationCreateConversationWithResponse(ctx context.Context, body ConversationCreateConversationJSONRequestBody, reqEditors ...RequestEditorFn) (*ConversationCreateConversationResponse, error)

func (*ClientWithResponses) ConversationCreateMessageWithBodyWithResponse

func (c *ClientWithResponses) ConversationCreateMessageWithBodyWithResponse(ctx context.Context, conversationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConversationCreateMessageResponse, error)

ConversationCreateMessageWithBodyWithResponse request with arbitrary body returning *ConversationCreateMessageResponse

func (*ClientWithResponses) ConversationCreateMessageWithResponse

func (c *ClientWithResponses) ConversationCreateMessageWithResponse(ctx context.Context, conversationId openapi_types.UUID, body ConversationCreateMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*ConversationCreateMessageResponse, error)

func (*ClientWithResponses) ConversationGetCategoryWithResponse

func (c *ClientWithResponses) ConversationGetCategoryWithResponse(ctx context.Context, categoryId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ConversationGetCategoryResponse, error)

ConversationGetCategoryWithResponse request returning *ConversationGetCategoryResponse

func (*ClientWithResponses) ConversationGetConversationMembersWithResponse

func (c *ClientWithResponses) ConversationGetConversationMembersWithResponse(ctx context.Context, conversationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ConversationGetConversationMembersResponse, error)

ConversationGetConversationMembersWithResponse request returning *ConversationGetConversationMembersResponse

func (*ClientWithResponses) ConversationGetConversationWithResponse

func (c *ClientWithResponses) ConversationGetConversationWithResponse(ctx context.Context, conversationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ConversationGetConversationResponse, error)

ConversationGetConversationWithResponse request returning *ConversationGetConversationResponse

func (*ClientWithResponses) ConversationGetFileAccessTokenWithResponse

func (c *ClientWithResponses) ConversationGetFileAccessTokenWithResponse(ctx context.Context, conversationId openapi_types.UUID, fileId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ConversationGetFileAccessTokenResponse, error)

ConversationGetFileAccessTokenWithResponse request returning *ConversationGetFileAccessTokenResponse

func (*ClientWithResponses) ConversationListCategoriesWithResponse

func (c *ClientWithResponses) ConversationListCategoriesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ConversationListCategoriesResponse, error)

ConversationListCategoriesWithResponse request returning *ConversationListCategoriesResponse

func (*ClientWithResponses) ConversationListConversationsWithResponse

func (c *ClientWithResponses) ConversationListConversationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ConversationListConversationsResponse, error)

ConversationListConversationsWithResponse request returning *ConversationListConversationsResponse

func (*ClientWithResponses) ConversationListMessagesByConversationWithResponse

func (c *ClientWithResponses) ConversationListMessagesByConversationWithResponse(ctx context.Context, conversationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ConversationListMessagesByConversationResponse, error)

ConversationListMessagesByConversationWithResponse request returning *ConversationListMessagesByConversationResponse

func (*ClientWithResponses) ConversationRequestFileUploadWithBodyWithResponse

func (c *ClientWithResponses) ConversationRequestFileUploadWithBodyWithResponse(ctx context.Context, conversationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConversationRequestFileUploadResponse, error)

ConversationRequestFileUploadWithBodyWithResponse request with arbitrary body returning *ConversationRequestFileUploadResponse

func (*ClientWithResponses) ConversationRequestFileUploadWithResponse

func (c *ClientWithResponses) ConversationRequestFileUploadWithResponse(ctx context.Context, conversationId openapi_types.UUID, body ConversationRequestFileUploadJSONRequestBody, reqEditors ...RequestEditorFn) (*ConversationRequestFileUploadResponse, error)

func (*ClientWithResponses) ConversationSetConversationStatusWithBodyWithResponse

func (c *ClientWithResponses) ConversationSetConversationStatusWithBodyWithResponse(ctx context.Context, conversationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConversationSetConversationStatusResponse, error)

ConversationSetConversationStatusWithBodyWithResponse request with arbitrary body returning *ConversationSetConversationStatusResponse

func (*ClientWithResponses) ConversationSetConversationStatusWithResponse

func (c *ClientWithResponses) ConversationSetConversationStatusWithResponse(ctx context.Context, conversationId openapi_types.UUID, body ConversationSetConversationStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*ConversationSetConversationStatusResponse, error)

func (*ClientWithResponses) ConversationUpdateConversationWithBodyWithResponse

func (c *ClientWithResponses) ConversationUpdateConversationWithBodyWithResponse(ctx context.Context, conversationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConversationUpdateConversationResponse, error)

ConversationUpdateConversationWithBodyWithResponse request with arbitrary body returning *ConversationUpdateConversationResponse

func (*ClientWithResponses) ConversationUpdateConversationWithResponse

func (c *ClientWithResponses) ConversationUpdateConversationWithResponse(ctx context.Context, conversationId openapi_types.UUID, body ConversationUpdateConversationJSONRequestBody, reqEditors ...RequestEditorFn) (*ConversationUpdateConversationResponse, error)

func (*ClientWithResponses) ConversationUpdateMessageWithBodyWithResponse

func (c *ClientWithResponses) ConversationUpdateMessageWithBodyWithResponse(ctx context.Context, conversationId openapi_types.UUID, messageId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConversationUpdateMessageResponse, error)

ConversationUpdateMessageWithBodyWithResponse request with arbitrary body returning *ConversationUpdateMessageResponse

func (*ClientWithResponses) ConversationUpdateMessageWithResponse

func (c *ClientWithResponses) ConversationUpdateMessageWithResponse(ctx context.Context, conversationId openapi_types.UUID, messageId openapi_types.UUID, body ConversationUpdateMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*ConversationUpdateMessageResponse, error)

func (*ClientWithResponses) CronjobAbortExecutionWithBodyWithResponse

func (c *ClientWithResponses) CronjobAbortExecutionWithBodyWithResponse(ctx context.Context, cronjobId openapi_types.UUID, executionId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CronjobAbortExecutionResponse, error)

CronjobAbortExecutionWithBodyWithResponse request with arbitrary body returning *CronjobAbortExecutionResponse

func (*ClientWithResponses) CronjobAbortExecutionWithResponse

func (c *ClientWithResponses) CronjobAbortExecutionWithResponse(ctx context.Context, cronjobId openapi_types.UUID, executionId string, body CronjobAbortExecutionJSONRequestBody, reqEditors ...RequestEditorFn) (*CronjobAbortExecutionResponse, error)

func (*ClientWithResponses) CronjobCreateCronjobWithBodyWithResponse

func (c *ClientWithResponses) CronjobCreateCronjobWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CronjobCreateCronjobResponse, error)

CronjobCreateCronjobWithBodyWithResponse request with arbitrary body returning *CronjobCreateCronjobResponse

func (*ClientWithResponses) CronjobCreateCronjobWithResponse

func (c *ClientWithResponses) CronjobCreateCronjobWithResponse(ctx context.Context, projectId openapi_types.UUID, body CronjobCreateCronjobJSONRequestBody, reqEditors ...RequestEditorFn) (*CronjobCreateCronjobResponse, error)

func (*ClientWithResponses) CronjobCreateExecutionWithBodyWithResponse

func (c *ClientWithResponses) CronjobCreateExecutionWithBodyWithResponse(ctx context.Context, cronjobId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CronjobCreateExecutionResponse, error)

CronjobCreateExecutionWithBodyWithResponse request with arbitrary body returning *CronjobCreateExecutionResponse

func (*ClientWithResponses) CronjobCreateExecutionWithResponse

func (c *ClientWithResponses) CronjobCreateExecutionWithResponse(ctx context.Context, cronjobId openapi_types.UUID, body CronjobCreateExecutionJSONRequestBody, reqEditors ...RequestEditorFn) (*CronjobCreateExecutionResponse, error)

func (*ClientWithResponses) CronjobDeleteCronjobWithResponse

func (c *ClientWithResponses) CronjobDeleteCronjobWithResponse(ctx context.Context, cronjobId openapi_types.UUID, reqEditors ...RequestEditorFn) (*CronjobDeleteCronjobResponse, error)

CronjobDeleteCronjobWithResponse request returning *CronjobDeleteCronjobResponse

func (*ClientWithResponses) CronjobGetCronjobWithResponse

func (c *ClientWithResponses) CronjobGetCronjobWithResponse(ctx context.Context, cronjobId openapi_types.UUID, reqEditors ...RequestEditorFn) (*CronjobGetCronjobResponse, error)

CronjobGetCronjobWithResponse request returning *CronjobGetCronjobResponse

func (*ClientWithResponses) CronjobGetExecutionWithResponse

func (c *ClientWithResponses) CronjobGetExecutionWithResponse(ctx context.Context, cronjobId openapi_types.UUID, executionId string, reqEditors ...RequestEditorFn) (*CronjobGetExecutionResponse, error)

CronjobGetExecutionWithResponse request returning *CronjobGetExecutionResponse

func (*ClientWithResponses) CronjobListCronjobsWithResponse

func (c *ClientWithResponses) CronjobListCronjobsWithResponse(ctx context.Context, projectId openapi_types.UUID, params *CronjobListCronjobsParams, reqEditors ...RequestEditorFn) (*CronjobListCronjobsResponse, error)

CronjobListCronjobsWithResponse request returning *CronjobListCronjobsResponse

func (*ClientWithResponses) CronjobListExecutionsWithResponse

func (c *ClientWithResponses) CronjobListExecutionsWithResponse(ctx context.Context, cronjobId openapi_types.UUID, params *CronjobListExecutionsParams, reqEditors ...RequestEditorFn) (*CronjobListExecutionsResponse, error)

CronjobListExecutionsWithResponse request returning *CronjobListExecutionsResponse

func (*ClientWithResponses) CronjobUpdateCronjobAppIdWithBodyWithResponse

func (c *ClientWithResponses) CronjobUpdateCronjobAppIdWithBodyWithResponse(ctx context.Context, cronjobId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CronjobUpdateCronjobAppIdResponse, error)

CronjobUpdateCronjobAppIdWithBodyWithResponse request with arbitrary body returning *CronjobUpdateCronjobAppIdResponse

func (*ClientWithResponses) CronjobUpdateCronjobAppIdWithResponse

func (c *ClientWithResponses) CronjobUpdateCronjobAppIdWithResponse(ctx context.Context, cronjobId openapi_types.UUID, body CronjobUpdateCronjobAppIdJSONRequestBody, reqEditors ...RequestEditorFn) (*CronjobUpdateCronjobAppIdResponse, error)

func (*ClientWithResponses) CronjobUpdateCronjobWithBodyWithResponse

func (c *ClientWithResponses) CronjobUpdateCronjobWithBodyWithResponse(ctx context.Context, cronjobId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CronjobUpdateCronjobResponse, error)

CronjobUpdateCronjobWithBodyWithResponse request with arbitrary body returning *CronjobUpdateCronjobResponse

func (*ClientWithResponses) CronjobUpdateCronjobWithResponse

func (c *ClientWithResponses) CronjobUpdateCronjobWithResponse(ctx context.Context, cronjobId openapi_types.UUID, body CronjobUpdateCronjobJSONRequestBody, reqEditors ...RequestEditorFn) (*CronjobUpdateCronjobResponse, error)

func (*ClientWithResponses) CustomerAcceptCustomerInviteWithBodyWithResponse

func (c *ClientWithResponses) CustomerAcceptCustomerInviteWithBodyWithResponse(ctx context.Context, customerInviteId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerAcceptCustomerInviteResponse, error)

CustomerAcceptCustomerInviteWithBodyWithResponse request with arbitrary body returning *CustomerAcceptCustomerInviteResponse

func (*ClientWithResponses) CustomerAcceptCustomerInviteWithResponse

func (c *ClientWithResponses) CustomerAcceptCustomerInviteWithResponse(ctx context.Context, customerInviteId openapi_types.UUID, body CustomerAcceptCustomerInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerAcceptCustomerInviteResponse, error)

func (*ClientWithResponses) CustomerCreateCategoryWithBodyWithResponse

func (c *ClientWithResponses) CustomerCreateCategoryWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerCreateCategoryResponse, error)

CustomerCreateCategoryWithBodyWithResponse request with arbitrary body returning *CustomerCreateCategoryResponse

func (*ClientWithResponses) CustomerCreateCategoryWithResponse

func (c *ClientWithResponses) CustomerCreateCategoryWithResponse(ctx context.Context, body CustomerCreateCategoryJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerCreateCategoryResponse, error)

func (*ClientWithResponses) CustomerCreateCustomerInviteWithBodyWithResponse

func (c *ClientWithResponses) CustomerCreateCustomerInviteWithBodyWithResponse(ctx context.Context, customerId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerCreateCustomerInviteResponse, error)

CustomerCreateCustomerInviteWithBodyWithResponse request with arbitrary body returning *CustomerCreateCustomerInviteResponse

func (*ClientWithResponses) CustomerCreateCustomerInviteWithResponse

func (c *ClientWithResponses) CustomerCreateCustomerInviteWithResponse(ctx context.Context, customerId openapi_types.UUID, body CustomerCreateCustomerInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerCreateCustomerInviteResponse, error)

func (*ClientWithResponses) CustomerCreateCustomerWithBodyWithResponse

func (c *ClientWithResponses) CustomerCreateCustomerWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerCreateCustomerResponse, error)

CustomerCreateCustomerWithBodyWithResponse request with arbitrary body returning *CustomerCreateCustomerResponse

func (*ClientWithResponses) CustomerCreateCustomerWithResponse

func (c *ClientWithResponses) CustomerCreateCustomerWithResponse(ctx context.Context, body CustomerCreateCustomerJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerCreateCustomerResponse, error)

func (*ClientWithResponses) CustomerDeclineCustomerInviteWithBodyWithResponse

func (c *ClientWithResponses) CustomerDeclineCustomerInviteWithBodyWithResponse(ctx context.Context, customerInviteId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerDeclineCustomerInviteResponse, error)

CustomerDeclineCustomerInviteWithBodyWithResponse request with arbitrary body returning *CustomerDeclineCustomerInviteResponse

func (*ClientWithResponses) CustomerDeclineCustomerInviteWithResponse

func (c *ClientWithResponses) CustomerDeclineCustomerInviteWithResponse(ctx context.Context, customerInviteId openapi_types.UUID, body CustomerDeclineCustomerInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerDeclineCustomerInviteResponse, error)

func (*ClientWithResponses) CustomerDeleteCategoryWithResponse

func (c *ClientWithResponses) CustomerDeleteCategoryWithResponse(ctx context.Context, categoryId string, reqEditors ...RequestEditorFn) (*CustomerDeleteCategoryResponse, error)

CustomerDeleteCategoryWithResponse request returning *CustomerDeleteCategoryResponse

func (*ClientWithResponses) CustomerDeleteCustomerInviteWithResponse

func (c *ClientWithResponses) CustomerDeleteCustomerInviteWithResponse(ctx context.Context, customerInviteId openapi_types.UUID, reqEditors ...RequestEditorFn) (*CustomerDeleteCustomerInviteResponse, error)

CustomerDeleteCustomerInviteWithResponse request returning *CustomerDeleteCustomerInviteResponse

func (*ClientWithResponses) CustomerDeleteCustomerMembershipWithResponse

func (c *ClientWithResponses) CustomerDeleteCustomerMembershipWithResponse(ctx context.Context, customerMembershipId openapi_types.UUID, reqEditors ...RequestEditorFn) (*CustomerDeleteCustomerMembershipResponse, error)

CustomerDeleteCustomerMembershipWithResponse request returning *CustomerDeleteCustomerMembershipResponse

func (*ClientWithResponses) CustomerDeleteCustomerWithResponse

func (c *ClientWithResponses) CustomerDeleteCustomerWithResponse(ctx context.Context, customerId string, reqEditors ...RequestEditorFn) (*CustomerDeleteCustomerResponse, error)

CustomerDeleteCustomerWithResponse request returning *CustomerDeleteCustomerResponse

func (*ClientWithResponses) CustomerGetCustomerCategoryWithResponse

func (c *ClientWithResponses) CustomerGetCustomerCategoryWithResponse(ctx context.Context, categoryId string, reqEditors ...RequestEditorFn) (*CustomerGetCustomerCategoryResponse, error)

CustomerGetCustomerCategoryWithResponse request returning *CustomerGetCustomerCategoryResponse

func (*ClientWithResponses) CustomerGetCustomerInviteWithResponse

func (c *ClientWithResponses) CustomerGetCustomerInviteWithResponse(ctx context.Context, customerInviteId string, reqEditors ...RequestEditorFn) (*CustomerGetCustomerInviteResponse, error)

CustomerGetCustomerInviteWithResponse request returning *CustomerGetCustomerInviteResponse

func (*ClientWithResponses) CustomerGetCustomerMembershipWithResponse

func (c *ClientWithResponses) CustomerGetCustomerMembershipWithResponse(ctx context.Context, customerMembershipId string, reqEditors ...RequestEditorFn) (*CustomerGetCustomerMembershipResponse, error)

CustomerGetCustomerMembershipWithResponse request returning *CustomerGetCustomerMembershipResponse

func (*ClientWithResponses) CustomerGetCustomerTokenInviteWithResponse

func (c *ClientWithResponses) CustomerGetCustomerTokenInviteWithResponse(ctx context.Context, params *CustomerGetCustomerTokenInviteParams, reqEditors ...RequestEditorFn) (*CustomerGetCustomerTokenInviteResponse, error)

CustomerGetCustomerTokenInviteWithResponse request returning *CustomerGetCustomerTokenInviteResponse

func (*ClientWithResponses) CustomerGetCustomerWithResponse

func (c *ClientWithResponses) CustomerGetCustomerWithResponse(ctx context.Context, customerId string, reqEditors ...RequestEditorFn) (*CustomerGetCustomerResponse, error)

CustomerGetCustomerWithResponse request returning *CustomerGetCustomerResponse

func (*ClientWithResponses) CustomerIsCustomerLegallyCompetentWithResponse

func (c *ClientWithResponses) CustomerIsCustomerLegallyCompetentWithResponse(ctx context.Context, customerId string, reqEditors ...RequestEditorFn) (*CustomerIsCustomerLegallyCompetentResponse, error)

CustomerIsCustomerLegallyCompetentWithResponse request returning *CustomerIsCustomerLegallyCompetentResponse

func (*ClientWithResponses) CustomerLeaveCustomerWithBodyWithResponse

func (c *ClientWithResponses) CustomerLeaveCustomerWithBodyWithResponse(ctx context.Context, customerId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerLeaveCustomerResponse, error)

CustomerLeaveCustomerWithBodyWithResponse request with arbitrary body returning *CustomerLeaveCustomerResponse

func (*ClientWithResponses) CustomerLeaveCustomerWithResponse

func (c *ClientWithResponses) CustomerLeaveCustomerWithResponse(ctx context.Context, customerId openapi_types.UUID, body CustomerLeaveCustomerJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerLeaveCustomerResponse, error)

func (*ClientWithResponses) CustomerListCustomerInvitesWithResponse

func (c *ClientWithResponses) CustomerListCustomerInvitesWithResponse(ctx context.Context, params *CustomerListCustomerInvitesParams, reqEditors ...RequestEditorFn) (*CustomerListCustomerInvitesResponse, error)

CustomerListCustomerInvitesWithResponse request returning *CustomerListCustomerInvitesResponse

func (*ClientWithResponses) CustomerListCustomerMembershipsWithResponse

func (c *ClientWithResponses) CustomerListCustomerMembershipsWithResponse(ctx context.Context, params *CustomerListCustomerMembershipsParams, reqEditors ...RequestEditorFn) (*CustomerListCustomerMembershipsResponse, error)

CustomerListCustomerMembershipsWithResponse request returning *CustomerListCustomerMembershipsResponse

func (*ClientWithResponses) CustomerListCustomersWithResponse

func (c *ClientWithResponses) CustomerListCustomersWithResponse(ctx context.Context, params *CustomerListCustomersParams, reqEditors ...RequestEditorFn) (*CustomerListCustomersResponse, error)

CustomerListCustomersWithResponse request returning *CustomerListCustomersResponse

func (*ClientWithResponses) CustomerListInvitesForCustomerWithResponse

func (c *ClientWithResponses) CustomerListInvitesForCustomerWithResponse(ctx context.Context, customerId string, params *CustomerListInvitesForCustomerParams, reqEditors ...RequestEditorFn) (*CustomerListInvitesForCustomerResponse, error)

CustomerListInvitesForCustomerWithResponse request returning *CustomerListInvitesForCustomerResponse

func (*ClientWithResponses) CustomerListMembershipsForCustomerWithResponse

func (c *ClientWithResponses) CustomerListMembershipsForCustomerWithResponse(ctx context.Context, customerId string, params *CustomerListMembershipsForCustomerParams, reqEditors ...RequestEditorFn) (*CustomerListMembershipsForCustomerResponse, error)

CustomerListMembershipsForCustomerWithResponse request returning *CustomerListMembershipsForCustomerResponse

func (*ClientWithResponses) CustomerListOfCustomerCategoriesWithResponse

func (c *ClientWithResponses) CustomerListOfCustomerCategoriesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CustomerListOfCustomerCategoriesResponse, error)

CustomerListOfCustomerCategoriesWithResponse request returning *CustomerListOfCustomerCategoriesResponse

func (*ClientWithResponses) CustomerRemoveAvatarWithResponse

func (c *ClientWithResponses) CustomerRemoveAvatarWithResponse(ctx context.Context, customerId string, reqEditors ...RequestEditorFn) (*CustomerRemoveAvatarResponse, error)

CustomerRemoveAvatarWithResponse request returning *CustomerRemoveAvatarResponse

func (*ClientWithResponses) CustomerRequestAvatarUploadWithBodyWithResponse

func (c *ClientWithResponses) CustomerRequestAvatarUploadWithBodyWithResponse(ctx context.Context, customerId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerRequestAvatarUploadResponse, error)

CustomerRequestAvatarUploadWithBodyWithResponse request with arbitrary body returning *CustomerRequestAvatarUploadResponse

func (*ClientWithResponses) CustomerRequestAvatarUploadWithResponse

func (c *ClientWithResponses) CustomerRequestAvatarUploadWithResponse(ctx context.Context, customerId string, body CustomerRequestAvatarUploadJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerRequestAvatarUploadResponse, error)

func (*ClientWithResponses) CustomerResendCustomerInviteMailWithBodyWithResponse

func (c *ClientWithResponses) CustomerResendCustomerInviteMailWithBodyWithResponse(ctx context.Context, customerInviteId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerResendCustomerInviteMailResponse, error)

CustomerResendCustomerInviteMailWithBodyWithResponse request with arbitrary body returning *CustomerResendCustomerInviteMailResponse

func (*ClientWithResponses) CustomerResendCustomerInviteMailWithResponse

func (c *ClientWithResponses) CustomerResendCustomerInviteMailWithResponse(ctx context.Context, customerInviteId openapi_types.UUID, body CustomerResendCustomerInviteMailJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerResendCustomerInviteMailResponse, error)

func (*ClientWithResponses) CustomerUpdateCategoryWithBodyWithResponse

func (c *ClientWithResponses) CustomerUpdateCategoryWithBodyWithResponse(ctx context.Context, categoryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerUpdateCategoryResponse, error)

CustomerUpdateCategoryWithBodyWithResponse request with arbitrary body returning *CustomerUpdateCategoryResponse

func (*ClientWithResponses) CustomerUpdateCategoryWithResponse

func (c *ClientWithResponses) CustomerUpdateCategoryWithResponse(ctx context.Context, categoryId string, body CustomerUpdateCategoryJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerUpdateCategoryResponse, error)

func (*ClientWithResponses) CustomerUpdateCustomerMembershipWithBodyWithResponse

func (c *ClientWithResponses) CustomerUpdateCustomerMembershipWithBodyWithResponse(ctx context.Context, customerMembershipId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerUpdateCustomerMembershipResponse, error)

CustomerUpdateCustomerMembershipWithBodyWithResponse request with arbitrary body returning *CustomerUpdateCustomerMembershipResponse

func (*ClientWithResponses) CustomerUpdateCustomerMembershipWithResponse

func (c *ClientWithResponses) CustomerUpdateCustomerMembershipWithResponse(ctx context.Context, customerMembershipId openapi_types.UUID, body CustomerUpdateCustomerMembershipJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerUpdateCustomerMembershipResponse, error)

func (*ClientWithResponses) CustomerUpdateCustomerWithBodyWithResponse

func (c *ClientWithResponses) CustomerUpdateCustomerWithBodyWithResponse(ctx context.Context, customerId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerUpdateCustomerResponse, error)

CustomerUpdateCustomerWithBodyWithResponse request with arbitrary body returning *CustomerUpdateCustomerResponse

func (*ClientWithResponses) CustomerUpdateCustomerWithResponse

func (c *ClientWithResponses) CustomerUpdateCustomerWithResponse(ctx context.Context, customerId string, body CustomerUpdateCustomerJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerUpdateCustomerResponse, error)

func (*ClientWithResponses) DatabaseCreateMysqlDatabaseWithBodyWithResponse

func (c *ClientWithResponses) DatabaseCreateMysqlDatabaseWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseCreateMysqlDatabaseResponse, error)

DatabaseCreateMysqlDatabaseWithBodyWithResponse request with arbitrary body returning *DatabaseCreateMysqlDatabaseResponse

func (*ClientWithResponses) DatabaseCreateMysqlDatabaseWithResponse

func (c *ClientWithResponses) DatabaseCreateMysqlDatabaseWithResponse(ctx context.Context, projectId openapi_types.UUID, body DatabaseCreateMysqlDatabaseJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseCreateMysqlDatabaseResponse, error)

func (*ClientWithResponses) DatabaseCreateMysqlUserWithBodyWithResponse

func (c *ClientWithResponses) DatabaseCreateMysqlUserWithBodyWithResponse(ctx context.Context, mysqlDatabaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseCreateMysqlUserResponse, error)

DatabaseCreateMysqlUserWithBodyWithResponse request with arbitrary body returning *DatabaseCreateMysqlUserResponse

func (*ClientWithResponses) DatabaseCreateMysqlUserWithResponse

func (c *ClientWithResponses) DatabaseCreateMysqlUserWithResponse(ctx context.Context, mysqlDatabaseId openapi_types.UUID, body DatabaseCreateMysqlUserJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseCreateMysqlUserResponse, error)

func (*ClientWithResponses) DatabaseCreateRedisDatabaseWithBodyWithResponse

func (c *ClientWithResponses) DatabaseCreateRedisDatabaseWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseCreateRedisDatabaseResponse, error)

DatabaseCreateRedisDatabaseWithBodyWithResponse request with arbitrary body returning *DatabaseCreateRedisDatabaseResponse

func (*ClientWithResponses) DatabaseCreateRedisDatabaseWithResponse

func (c *ClientWithResponses) DatabaseCreateRedisDatabaseWithResponse(ctx context.Context, projectId openapi_types.UUID, body DatabaseCreateRedisDatabaseJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseCreateRedisDatabaseResponse, error)

func (*ClientWithResponses) DatabaseDeleteMysqlDatabaseWithResponse

func (c *ClientWithResponses) DatabaseDeleteMysqlDatabaseWithResponse(ctx context.Context, mysqlDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseDeleteMysqlDatabaseResponse, error)

DatabaseDeleteMysqlDatabaseWithResponse request returning *DatabaseDeleteMysqlDatabaseResponse

func (*ClientWithResponses) DatabaseDeleteMysqlUserWithResponse

func (c *ClientWithResponses) DatabaseDeleteMysqlUserWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseDeleteMysqlUserResponse, error)

DatabaseDeleteMysqlUserWithResponse request returning *DatabaseDeleteMysqlUserResponse

func (*ClientWithResponses) DatabaseDeleteRedisDatabaseWithResponse

func (c *ClientWithResponses) DatabaseDeleteRedisDatabaseWithResponse(ctx context.Context, redisDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseDeleteRedisDatabaseResponse, error)

DatabaseDeleteRedisDatabaseWithResponse request returning *DatabaseDeleteRedisDatabaseResponse

func (*ClientWithResponses) DatabaseDisableMysqlUserWithBodyWithResponse

func (c *ClientWithResponses) DatabaseDisableMysqlUserWithBodyWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseDisableMysqlUserResponse, error)

DatabaseDisableMysqlUserWithBodyWithResponse request with arbitrary body returning *DatabaseDisableMysqlUserResponse

func (*ClientWithResponses) DatabaseDisableMysqlUserWithResponse

func (c *ClientWithResponses) DatabaseDisableMysqlUserWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, body DatabaseDisableMysqlUserJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseDisableMysqlUserResponse, error)

func (*ClientWithResponses) DatabaseEnableMysqlUserWithBodyWithResponse

func (c *ClientWithResponses) DatabaseEnableMysqlUserWithBodyWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseEnableMysqlUserResponse, error)

DatabaseEnableMysqlUserWithBodyWithResponse request with arbitrary body returning *DatabaseEnableMysqlUserResponse

func (*ClientWithResponses) DatabaseEnableMysqlUserWithResponse

func (c *ClientWithResponses) DatabaseEnableMysqlUserWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, body DatabaseEnableMysqlUserJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseEnableMysqlUserResponse, error)

func (*ClientWithResponses) DatabaseGetMysqlDatabaseWithResponse

func (c *ClientWithResponses) DatabaseGetMysqlDatabaseWithResponse(ctx context.Context, mysqlDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseGetMysqlDatabaseResponse, error)

DatabaseGetMysqlDatabaseWithResponse request returning *DatabaseGetMysqlDatabaseResponse

func (*ClientWithResponses) DatabaseGetMysqlUserPhpMyAdminUrlWithResponse

func (c *ClientWithResponses) DatabaseGetMysqlUserPhpMyAdminUrlWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseGetMysqlUserPhpMyAdminUrlResponse, error)

DatabaseGetMysqlUserPhpMyAdminUrlWithResponse request returning *DatabaseGetMysqlUserPhpMyAdminUrlResponse

func (*ClientWithResponses) DatabaseGetMysqlUserWithResponse

func (c *ClientWithResponses) DatabaseGetMysqlUserWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseGetMysqlUserResponse, error)

DatabaseGetMysqlUserWithResponse request returning *DatabaseGetMysqlUserResponse

func (*ClientWithResponses) DatabaseGetRedisDatabaseWithResponse

func (c *ClientWithResponses) DatabaseGetRedisDatabaseWithResponse(ctx context.Context, redisDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseGetRedisDatabaseResponse, error)

DatabaseGetRedisDatabaseWithResponse request returning *DatabaseGetRedisDatabaseResponse

func (*ClientWithResponses) DatabaseListMysqlCharsetsWithResponse

func (c *ClientWithResponses) DatabaseListMysqlCharsetsWithResponse(ctx context.Context, params *DatabaseListMysqlCharsetsParams, reqEditors ...RequestEditorFn) (*DatabaseListMysqlCharsetsResponse, error)

DatabaseListMysqlCharsetsWithResponse request returning *DatabaseListMysqlCharsetsResponse

func (*ClientWithResponses) DatabaseListMysqlDatabasesWithResponse

func (c *ClientWithResponses) DatabaseListMysqlDatabasesWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseListMysqlDatabasesResponse, error)

DatabaseListMysqlDatabasesWithResponse request returning *DatabaseListMysqlDatabasesResponse

func (*ClientWithResponses) DatabaseListMysqlUsersWithResponse

func (c *ClientWithResponses) DatabaseListMysqlUsersWithResponse(ctx context.Context, mysqlDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseListMysqlUsersResponse, error)

DatabaseListMysqlUsersWithResponse request returning *DatabaseListMysqlUsersResponse

func (*ClientWithResponses) DatabaseListMysqlVersionsWithResponse

func (c *ClientWithResponses) DatabaseListMysqlVersionsWithResponse(ctx context.Context, params *DatabaseListMysqlVersionsParams, reqEditors ...RequestEditorFn) (*DatabaseListMysqlVersionsResponse, error)

DatabaseListMysqlVersionsWithResponse request returning *DatabaseListMysqlVersionsResponse

func (*ClientWithResponses) DatabaseListRedisDatabasesWithResponse

func (c *ClientWithResponses) DatabaseListRedisDatabasesWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseListRedisDatabasesResponse, error)

DatabaseListRedisDatabasesWithResponse request returning *DatabaseListRedisDatabasesResponse

func (*ClientWithResponses) DatabaseListRedisVersionsWithResponse

func (c *ClientWithResponses) DatabaseListRedisVersionsWithResponse(ctx context.Context, params *DatabaseListRedisVersionsParams, reqEditors ...RequestEditorFn) (*DatabaseListRedisVersionsResponse, error)

DatabaseListRedisVersionsWithResponse request returning *DatabaseListRedisVersionsResponse

func (*ClientWithResponses) DatabaseUpdateMysqlDatabaseDefaultCharsetWithBodyWithResponse

func (c *ClientWithResponses) DatabaseUpdateMysqlDatabaseDefaultCharsetWithBodyWithResponse(ctx context.Context, mysqlDatabaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseUpdateMysqlDatabaseDefaultCharsetResponse, error)

DatabaseUpdateMysqlDatabaseDefaultCharsetWithBodyWithResponse request with arbitrary body returning *DatabaseUpdateMysqlDatabaseDefaultCharsetResponse

func (*ClientWithResponses) DatabaseUpdateMysqlDatabaseDescriptionWithBodyWithResponse

func (c *ClientWithResponses) DatabaseUpdateMysqlDatabaseDescriptionWithBodyWithResponse(ctx context.Context, mysqlDatabaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseUpdateMysqlDatabaseDescriptionResponse, error)

DatabaseUpdateMysqlDatabaseDescriptionWithBodyWithResponse request with arbitrary body returning *DatabaseUpdateMysqlDatabaseDescriptionResponse

func (*ClientWithResponses) DatabaseUpdateMysqlDatabaseDescriptionWithResponse

func (c *ClientWithResponses) DatabaseUpdateMysqlDatabaseDescriptionWithResponse(ctx context.Context, mysqlDatabaseId openapi_types.UUID, body DatabaseUpdateMysqlDatabaseDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseUpdateMysqlDatabaseDescriptionResponse, error)

func (*ClientWithResponses) DatabaseUpdateMysqlUserPasswordWithBodyWithResponse

func (c *ClientWithResponses) DatabaseUpdateMysqlUserPasswordWithBodyWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseUpdateMysqlUserPasswordResponse, error)

DatabaseUpdateMysqlUserPasswordWithBodyWithResponse request with arbitrary body returning *DatabaseUpdateMysqlUserPasswordResponse

func (*ClientWithResponses) DatabaseUpdateMysqlUserPasswordWithResponse

func (c *ClientWithResponses) DatabaseUpdateMysqlUserPasswordWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, body DatabaseUpdateMysqlUserPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseUpdateMysqlUserPasswordResponse, error)

func (*ClientWithResponses) DatabaseUpdateMysqlUserWithBodyWithResponse

func (c *ClientWithResponses) DatabaseUpdateMysqlUserWithBodyWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseUpdateMysqlUserResponse, error)

DatabaseUpdateMysqlUserWithBodyWithResponse request with arbitrary body returning *DatabaseUpdateMysqlUserResponse

func (*ClientWithResponses) DatabaseUpdateMysqlUserWithResponse

func (c *ClientWithResponses) DatabaseUpdateMysqlUserWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, body DatabaseUpdateMysqlUserJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseUpdateMysqlUserResponse, error)

func (*ClientWithResponses) DatabaseUpdateRedisDatabaseConfigurationWithBodyWithResponse

func (c *ClientWithResponses) DatabaseUpdateRedisDatabaseConfigurationWithBodyWithResponse(ctx context.Context, redisDatabaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseUpdateRedisDatabaseConfigurationResponse, error)

DatabaseUpdateRedisDatabaseConfigurationWithBodyWithResponse request with arbitrary body returning *DatabaseUpdateRedisDatabaseConfigurationResponse

func (*ClientWithResponses) DatabaseUpdateRedisDatabaseDescriptionWithBodyWithResponse

func (c *ClientWithResponses) DatabaseUpdateRedisDatabaseDescriptionWithBodyWithResponse(ctx context.Context, redisDatabaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseUpdateRedisDatabaseDescriptionResponse, error)

DatabaseUpdateRedisDatabaseDescriptionWithBodyWithResponse request with arbitrary body returning *DatabaseUpdateRedisDatabaseDescriptionResponse

func (*ClientWithResponses) DatabaseUpdateRedisDatabaseDescriptionWithResponse

func (c *ClientWithResponses) DatabaseUpdateRedisDatabaseDescriptionWithResponse(ctx context.Context, redisDatabaseId openapi_types.UUID, body DatabaseUpdateRedisDatabaseDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseUpdateRedisDatabaseDescriptionResponse, error)

func (*ClientWithResponses) DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdWithResponse

func (c *ClientWithResponses) DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse, error)

DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdWithResponse request returning *DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse

func (*ClientWithResponses) DeleteV2AppinstallationsAppInstallationIdWithResponse

func (c *ClientWithResponses) DeleteV2AppinstallationsAppInstallationIdWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteV2AppinstallationsAppInstallationIdResponse, error)

DeleteV2AppinstallationsAppInstallationIdWithResponse request returning *DeleteV2AppinstallationsAppInstallationIdResponse

func (*ClientWithResponses) DeleteV2DeliveryboxesDeliveryBoxIdWithResponse

func (c *ClientWithResponses) DeleteV2DeliveryboxesDeliveryBoxIdWithResponse(ctx context.Context, deliveryBoxId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteV2DeliveryboxesDeliveryBoxIdResponse, error)

DeleteV2DeliveryboxesDeliveryBoxIdWithResponse request returning *DeleteV2DeliveryboxesDeliveryBoxIdResponse

func (*ClientWithResponses) DeleteV2DnsZonesDnsZoneIdWithResponse

func (c *ClientWithResponses) DeleteV2DnsZonesDnsZoneIdWithResponse(ctx context.Context, dnsZoneId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteV2DnsZonesDnsZoneIdResponse, error)

DeleteV2DnsZonesDnsZoneIdWithResponse request returning *DeleteV2DnsZonesDnsZoneIdResponse

func (*ClientWithResponses) DeleteV2DomainsDomainIdDeclarationsWithResponse

func (c *ClientWithResponses) DeleteV2DomainsDomainIdDeclarationsWithResponse(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteV2DomainsDomainIdDeclarationsResponse, error)

DeleteV2DomainsDomainIdDeclarationsWithResponse request returning *DeleteV2DomainsDomainIdDeclarationsResponse

func (*ClientWithResponses) DeleteV2MailaddressesMailAddressIdWithResponse

func (c *ClientWithResponses) DeleteV2MailaddressesMailAddressIdWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteV2MailaddressesMailAddressIdResponse, error)

DeleteV2MailaddressesMailAddressIdWithResponse request returning *DeleteV2MailaddressesMailAddressIdResponse

func (*ClientWithResponses) DeleteV2SignupProfileWithBodyWithResponse

func (c *ClientWithResponses) DeleteV2SignupProfileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteV2SignupProfileResponse, error)

DeleteV2SignupProfileWithBodyWithResponse request with arbitrary body returning *DeleteV2SignupProfileResponse

func (*ClientWithResponses) DeleteV2SignupProfileWithResponse

func (c *ClientWithResponses) DeleteV2SignupProfileWithResponse(ctx context.Context, body DeleteV2SignupProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteV2SignupProfileResponse, error)

func (*ClientWithResponses) DeprecatedAppLinkDatabaseWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedAppLinkDatabaseWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedAppLinkDatabaseResponse, error)

DeprecatedAppLinkDatabaseWithBodyWithResponse request with arbitrary body returning *DeprecatedAppLinkDatabaseResponse

func (*ClientWithResponses) DeprecatedAppLinkDatabaseWithResponse

func (c *ClientWithResponses) DeprecatedAppLinkDatabaseWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, body DeprecatedAppLinkDatabaseJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedAppLinkDatabaseResponse, error)

func (*ClientWithResponses) DeprecatedDomainGetScreenshotForDomainWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedDomainGetScreenshotForDomainWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedDomainGetScreenshotForDomainResponse, error)

DeprecatedDomainGetScreenshotForDomainWithBodyWithResponse request with arbitrary body returning *DeprecatedDomainGetScreenshotForDomainResponse

func (*ClientWithResponses) DeprecatedFileGetFileTokenRulesWithResponse

func (c *ClientWithResponses) DeprecatedFileGetFileTokenRulesWithResponse(ctx context.Context, token openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeprecatedFileGetFileTokenRulesResponse, error)

DeprecatedFileGetFileTokenRulesWithResponse request returning *DeprecatedFileGetFileTokenRulesResponse

func (*ClientWithResponses) DeprecatedFileGetFileTypeRulesWithResponse

func (c *ClientWithResponses) DeprecatedFileGetFileTypeRulesWithResponse(ctx context.Context, name DeprecatedFileGetFileTypeRulesParamsName, reqEditors ...RequestEditorFn) (*DeprecatedFileGetFileTypeRulesResponse, error)

DeprecatedFileGetFileTypeRulesWithResponse request returning *DeprecatedFileGetFileTypeRulesResponse

func (*ClientWithResponses) DeprecatedInvoiceDetailOfInvoiceWithResponse

func (c *ClientWithResponses) DeprecatedInvoiceDetailOfInvoiceWithResponse(ctx context.Context, customerId string, invoiceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeprecatedInvoiceDetailOfInvoiceResponse, error)

DeprecatedInvoiceDetailOfInvoiceWithResponse request returning *DeprecatedInvoiceDetailOfInvoiceResponse

func (*ClientWithResponses) DeprecatedUserChangeEmailWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserChangeEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserChangeEmailResponse, error)

DeprecatedUserChangeEmailWithBodyWithResponse request with arbitrary body returning *DeprecatedUserChangeEmailResponse

func (*ClientWithResponses) DeprecatedUserChangeEmailWithResponse

func (c *ClientWithResponses) DeprecatedUserChangeEmailWithResponse(ctx context.Context, body DeprecatedUserChangeEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserChangeEmailResponse, error)

func (*ClientWithResponses) DeprecatedUserConfirmPasswordResetWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserConfirmPasswordResetWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserConfirmPasswordResetResponse, error)

DeprecatedUserConfirmPasswordResetWithBodyWithResponse request with arbitrary body returning *DeprecatedUserConfirmPasswordResetResponse

func (*ClientWithResponses) DeprecatedUserCreateIssueWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserCreateIssueWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserCreateIssueResponse, error)

DeprecatedUserCreateIssueWithBodyWithResponse request with arbitrary body returning *DeprecatedUserCreateIssueResponse

func (*ClientWithResponses) DeprecatedUserCreateIssueWithResponse

func (c *ClientWithResponses) DeprecatedUserCreateIssueWithResponse(ctx context.Context, body DeprecatedUserCreateIssueJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserCreateIssueResponse, error)

func (*ClientWithResponses) DeprecatedUserDeleteApiTokenWithResponse

func (c *ClientWithResponses) DeprecatedUserDeleteApiTokenWithResponse(ctx context.Context, apiTokenId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeprecatedUserDeleteApiTokenResponse, error)

DeprecatedUserDeleteApiTokenWithResponse request returning *DeprecatedUserDeleteApiTokenResponse

func (*ClientWithResponses) DeprecatedUserDeleteSshKeyWithResponse

func (c *ClientWithResponses) DeprecatedUserDeleteSshKeyWithResponse(ctx context.Context, sshKeyId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeprecatedUserDeleteSshKeyResponse, error)

DeprecatedUserDeleteSshKeyWithResponse request returning *DeprecatedUserDeleteSshKeyResponse

func (*ClientWithResponses) DeprecatedUserDisableMfaWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserDisableMfaWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserDisableMfaResponse, error)

DeprecatedUserDisableMfaWithBodyWithResponse request with arbitrary body returning *DeprecatedUserDisableMfaResponse

func (*ClientWithResponses) DeprecatedUserDisableMfaWithResponse

func (c *ClientWithResponses) DeprecatedUserDisableMfaWithResponse(ctx context.Context, body DeprecatedUserDisableMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserDisableMfaResponse, error)

func (*ClientWithResponses) DeprecatedUserEditApiTokenWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserEditApiTokenWithBodyWithResponse(ctx context.Context, apiTokenId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserEditApiTokenResponse, error)

DeprecatedUserEditApiTokenWithBodyWithResponse request with arbitrary body returning *DeprecatedUserEditApiTokenResponse

func (*ClientWithResponses) DeprecatedUserEditApiTokenWithResponse

func (c *ClientWithResponses) DeprecatedUserEditApiTokenWithResponse(ctx context.Context, apiTokenId openapi_types.UUID, body DeprecatedUserEditApiTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserEditApiTokenResponse, error)

func (*ClientWithResponses) DeprecatedUserEditSshKeyWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserEditSshKeyWithBodyWithResponse(ctx context.Context, sshKeyId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserEditSshKeyResponse, error)

DeprecatedUserEditSshKeyWithBodyWithResponse request with arbitrary body returning *DeprecatedUserEditSshKeyResponse

func (*ClientWithResponses) DeprecatedUserEditSshKeyWithResponse

func (c *ClientWithResponses) DeprecatedUserEditSshKeyWithResponse(ctx context.Context, sshKeyId openapi_types.UUID, body DeprecatedUserEditSshKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserEditSshKeyResponse, error)

func (*ClientWithResponses) DeprecatedUserInitPasswordResetWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserInitPasswordResetWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserInitPasswordResetResponse, error)

DeprecatedUserInitPasswordResetWithBodyWithResponse request with arbitrary body returning *DeprecatedUserInitPasswordResetResponse

func (*ClientWithResponses) DeprecatedUserInitPasswordResetWithResponse

func (c *ClientWithResponses) DeprecatedUserInitPasswordResetWithResponse(ctx context.Context, body DeprecatedUserInitPasswordResetJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserInitPasswordResetResponse, error)

func (*ClientWithResponses) DeprecatedUserLogoutWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserLogoutWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserLogoutResponse, error)

DeprecatedUserLogoutWithBodyWithResponse request with arbitrary body returning *DeprecatedUserLogoutResponse

func (*ClientWithResponses) DeprecatedUserLogoutWithResponse

func (c *ClientWithResponses) DeprecatedUserLogoutWithResponse(ctx context.Context, body DeprecatedUserLogoutJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserLogoutResponse, error)

func (*ClientWithResponses) DeprecatedUserResendVerificationEmailWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserResendVerificationEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserResendVerificationEmailResponse, error)

DeprecatedUserResendVerificationEmailWithBodyWithResponse request with arbitrary body returning *DeprecatedUserResendVerificationEmailResponse

func (*ClientWithResponses) DeprecatedUserServiceAvatarRemoveWithResponse

func (c *ClientWithResponses) DeprecatedUserServiceAvatarRemoveWithResponse(ctx context.Context, userId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceAvatarRemoveResponse, error)

DeprecatedUserServiceAvatarRemoveWithResponse request returning *DeprecatedUserServiceAvatarRemoveResponse

func (*ClientWithResponses) DeprecatedUserServiceAvatarRequestUploadWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserServiceAvatarRequestUploadWithBodyWithResponse(ctx context.Context, userId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceAvatarRequestUploadResponse, error)

DeprecatedUserServiceAvatarRequestUploadWithBodyWithResponse request with arbitrary body returning *DeprecatedUserServiceAvatarRequestUploadResponse

func (*ClientWithResponses) DeprecatedUserServiceFeedbackCreateWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserServiceFeedbackCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceFeedbackCreateResponse, error)

DeprecatedUserServiceFeedbackCreateWithBodyWithResponse request with arbitrary body returning *DeprecatedUserServiceFeedbackCreateResponse

func (*ClientWithResponses) DeprecatedUserServiceFeedbackListWithResponse

func (c *ClientWithResponses) DeprecatedUserServiceFeedbackListWithResponse(ctx context.Context, params *DeprecatedUserServiceFeedbackListParams, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceFeedbackListResponse, error)

DeprecatedUserServiceFeedbackListWithResponse request returning *DeprecatedUserServiceFeedbackListResponse

func (*ClientWithResponses) DeprecatedUserServiceIssueNewWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserServiceIssueNewWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceIssueNewResponse, error)

DeprecatedUserServiceIssueNewWithBodyWithResponse request with arbitrary body returning *DeprecatedUserServiceIssueNewResponse

func (*ClientWithResponses) DeprecatedUserServiceIssueNewWithResponse

func (c *ClientWithResponses) DeprecatedUserServiceIssueNewWithResponse(ctx context.Context, body DeprecatedUserServiceIssueNewJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceIssueNewResponse, error)

func (*ClientWithResponses) DeprecatedUserServicePersonalInformationUpdateWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserServicePersonalInformationUpdateWithBodyWithResponse(ctx context.Context, userId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserServicePersonalInformationUpdateResponse, error)

DeprecatedUserServicePersonalInformationUpdateWithBodyWithResponse request with arbitrary body returning *DeprecatedUserServicePersonalInformationUpdateResponse

func (*ClientWithResponses) DeprecatedUserServicePersonalizedSettingsGetWithResponse

func (c *ClientWithResponses) DeprecatedUserServicePersonalizedSettingsGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DeprecatedUserServicePersonalizedSettingsGetResponse, error)

DeprecatedUserServicePersonalizedSettingsGetWithResponse request returning *DeprecatedUserServicePersonalizedSettingsGetResponse

func (*ClientWithResponses) DeprecatedUserServicePersonalizedSettingsUpdateWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserServicePersonalizedSettingsUpdateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserServicePersonalizedSettingsUpdateResponse, error)

DeprecatedUserServicePersonalizedSettingsUpdateWithBodyWithResponse request with arbitrary body returning *DeprecatedUserServicePersonalizedSettingsUpdateResponse

func (*ClientWithResponses) DeprecatedUserServicePhoneNumberAddWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserServicePhoneNumberAddWithBodyWithResponse(ctx context.Context, userId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserServicePhoneNumberAddResponse, error)

DeprecatedUserServicePhoneNumberAddWithBodyWithResponse request with arbitrary body returning *DeprecatedUserServicePhoneNumberAddResponse

func (*ClientWithResponses) DeprecatedUserServicePhoneNumberRemoveWithResponse

func (c *ClientWithResponses) DeprecatedUserServicePhoneNumberRemoveWithResponse(ctx context.Context, userId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeprecatedUserServicePhoneNumberRemoveResponse, error)

DeprecatedUserServicePhoneNumberRemoveWithResponse request returning *DeprecatedUserServicePhoneNumberRemoveResponse

func (*ClientWithResponses) DeprecatedUserServicePhoneNumberVerifyWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserServicePhoneNumberVerifyWithBodyWithResponse(ctx context.Context, userId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserServicePhoneNumberVerifyResponse, error)

DeprecatedUserServicePhoneNumberVerifyWithBodyWithResponse request with arbitrary body returning *DeprecatedUserServicePhoneNumberVerifyResponse

func (*ClientWithResponses) DeprecatedUserServiceUserGetOwnWithResponse

func (c *ClientWithResponses) DeprecatedUserServiceUserGetOwnWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceUserGetOwnResponse, error)

DeprecatedUserServiceUserGetOwnWithResponse request returning *DeprecatedUserServiceUserGetOwnResponse

func (*ClientWithResponses) DeprecatedUserServiceUserGetWithResponse

func (c *ClientWithResponses) DeprecatedUserServiceUserGetWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceUserGetResponse, error)

DeprecatedUserServiceUserGetWithResponse request returning *DeprecatedUserServiceUserGetResponse

func (*ClientWithResponses) DeprecatedUserTerminateAllSessionsWithResponse

func (c *ClientWithResponses) DeprecatedUserTerminateAllSessionsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DeprecatedUserTerminateAllSessionsResponse, error)

DeprecatedUserTerminateAllSessionsWithResponse request returning *DeprecatedUserTerminateAllSessionsResponse

func (*ClientWithResponses) DeprecatedUserTerminateSessionWithResponse

func (c *ClientWithResponses) DeprecatedUserTerminateSessionWithResponse(ctx context.Context, tokenId string, reqEditors ...RequestEditorFn) (*DeprecatedUserTerminateSessionResponse, error)

DeprecatedUserTerminateSessionWithResponse request returning *DeprecatedUserTerminateSessionResponse

func (*ClientWithResponses) DeprecatedUserUpdateAccountWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserUpdateAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserUpdateAccountResponse, error)

DeprecatedUserUpdateAccountWithBodyWithResponse request with arbitrary body returning *DeprecatedUserUpdateAccountResponse

func (*ClientWithResponses) DeprecatedUserUpdateAccountWithResponse

func (c *ClientWithResponses) DeprecatedUserUpdateAccountWithResponse(ctx context.Context, body DeprecatedUserUpdateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserUpdateAccountResponse, error)

func (*ClientWithResponses) DeprecatedUserVerifyEmailWithBodyWithResponse

func (c *ClientWithResponses) DeprecatedUserVerifyEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserVerifyEmailResponse, error)

DeprecatedUserVerifyEmailWithBodyWithResponse request with arbitrary body returning *DeprecatedUserVerifyEmailResponse

func (*ClientWithResponses) DeprecatedUserVerifyEmailWithResponse

func (c *ClientWithResponses) DeprecatedUserVerifyEmailWithResponse(ctx context.Context, body DeprecatedUserVerifyEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserVerifyEmailResponse, error)

func (*ClientWithResponses) DnsCreateDnsZoneWithBodyWithResponse

func (c *ClientWithResponses) DnsCreateDnsZoneWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsCreateDnsZoneResponse, error)

DnsCreateDnsZoneWithBodyWithResponse request with arbitrary body returning *DnsCreateDnsZoneResponse

func (*ClientWithResponses) DnsCreateDnsZoneWithResponse

func (c *ClientWithResponses) DnsCreateDnsZoneWithResponse(ctx context.Context, body DnsCreateDnsZoneJSONRequestBody, reqEditors ...RequestEditorFn) (*DnsCreateDnsZoneResponse, error)

func (*ClientWithResponses) DnsDeleteDnsZoneWithResponse

func (c *ClientWithResponses) DnsDeleteDnsZoneWithResponse(ctx context.Context, dnsZoneId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DnsDeleteDnsZoneResponse, error)

DnsDeleteDnsZoneWithResponse request returning *DnsDeleteDnsZoneResponse

func (*ClientWithResponses) DnsGetDnsZoneWithResponse

func (c *ClientWithResponses) DnsGetDnsZoneWithResponse(ctx context.Context, dnsZoneId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DnsGetDnsZoneResponse, error)

DnsGetDnsZoneWithResponse request returning *DnsGetDnsZoneResponse

func (*ClientWithResponses) DnsListDnsZonesWithResponse

func (c *ClientWithResponses) DnsListDnsZonesWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DnsListDnsZonesResponse, error)

DnsListDnsZonesWithResponse request returning *DnsListDnsZonesResponse

func (*ClientWithResponses) DnsRecordASetCustomDeprecatedWithBodyWithResponse

func (c *ClientWithResponses) DnsRecordASetCustomDeprecatedWithBodyWithResponse(ctx context.Context, zoneId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsRecordASetCustomDeprecatedResponse, error)

DnsRecordASetCustomDeprecatedWithBodyWithResponse request with arbitrary body returning *DnsRecordASetCustomDeprecatedResponse

func (*ClientWithResponses) DnsRecordASetCustomDeprecatedWithResponse

func (*ClientWithResponses) DnsRecordASetManagedByIngressDeprecatedWithBodyWithResponse

func (c *ClientWithResponses) DnsRecordASetManagedByIngressDeprecatedWithBodyWithResponse(ctx context.Context, zoneId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsRecordASetManagedByIngressDeprecatedResponse, error)

DnsRecordASetManagedByIngressDeprecatedWithBodyWithResponse request with arbitrary body returning *DnsRecordASetManagedByIngressDeprecatedResponse

func (*ClientWithResponses) DnsRecordCnameSetDeprecatedWithBodyWithResponse

func (c *ClientWithResponses) DnsRecordCnameSetDeprecatedWithBodyWithResponse(ctx context.Context, zoneId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsRecordCnameSetDeprecatedResponse, error)

DnsRecordCnameSetDeprecatedWithBodyWithResponse request with arbitrary body returning *DnsRecordCnameSetDeprecatedResponse

func (*ClientWithResponses) DnsRecordCnameSetDeprecatedWithResponse

func (c *ClientWithResponses) DnsRecordCnameSetDeprecatedWithResponse(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordCnameSetDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*DnsRecordCnameSetDeprecatedResponse, error)

func (*ClientWithResponses) DnsRecordMxSetCustomDeprecatedWithBodyWithResponse

func (c *ClientWithResponses) DnsRecordMxSetCustomDeprecatedWithBodyWithResponse(ctx context.Context, zoneId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsRecordMxSetCustomDeprecatedResponse, error)

DnsRecordMxSetCustomDeprecatedWithBodyWithResponse request with arbitrary body returning *DnsRecordMxSetCustomDeprecatedResponse

func (*ClientWithResponses) DnsRecordMxSetManagedDeprecatedWithBodyWithResponse

func (c *ClientWithResponses) DnsRecordMxSetManagedDeprecatedWithBodyWithResponse(ctx context.Context, zoneId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsRecordMxSetManagedDeprecatedResponse, error)

DnsRecordMxSetManagedDeprecatedWithBodyWithResponse request with arbitrary body returning *DnsRecordMxSetManagedDeprecatedResponse

func (*ClientWithResponses) DnsRecordSrvSetDeprecatedWithBodyWithResponse

func (c *ClientWithResponses) DnsRecordSrvSetDeprecatedWithBodyWithResponse(ctx context.Context, zoneId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsRecordSrvSetDeprecatedResponse, error)

DnsRecordSrvSetDeprecatedWithBodyWithResponse request with arbitrary body returning *DnsRecordSrvSetDeprecatedResponse

func (*ClientWithResponses) DnsRecordSrvSetDeprecatedWithResponse

func (c *ClientWithResponses) DnsRecordSrvSetDeprecatedWithResponse(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordSrvSetDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*DnsRecordSrvSetDeprecatedResponse, error)

func (*ClientWithResponses) DnsRecordTxtSetDeprecatedWithBodyWithResponse

func (c *ClientWithResponses) DnsRecordTxtSetDeprecatedWithBodyWithResponse(ctx context.Context, zoneId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsRecordTxtSetDeprecatedResponse, error)

DnsRecordTxtSetDeprecatedWithBodyWithResponse request with arbitrary body returning *DnsRecordTxtSetDeprecatedResponse

func (*ClientWithResponses) DnsRecordTxtSetDeprecatedWithResponse

func (c *ClientWithResponses) DnsRecordTxtSetDeprecatedWithResponse(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordTxtSetDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*DnsRecordTxtSetDeprecatedResponse, error)

func (*ClientWithResponses) DnsSetRecordSetManagedWithBodyWithResponse

func (c *ClientWithResponses) DnsSetRecordSetManagedWithBodyWithResponse(ctx context.Context, dnsZoneId openapi_types.UUID, recordSet DnsSetRecordSetManagedParamsRecordSet, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsSetRecordSetManagedResponse, error)

DnsSetRecordSetManagedWithBodyWithResponse request with arbitrary body returning *DnsSetRecordSetManagedResponse

func (*ClientWithResponses) DnsUpdateRecordSetWithBodyWithResponse

func (c *ClientWithResponses) DnsUpdateRecordSetWithBodyWithResponse(ctx context.Context, dnsZoneId openapi_types.UUID, recordSet DnsUpdateRecordSetParamsRecordSet, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsUpdateRecordSetResponse, error)

DnsUpdateRecordSetWithBodyWithResponse request with arbitrary body returning *DnsUpdateRecordSetResponse

func (*ClientWithResponses) DnsUpdateRecordSetWithResponse

func (*ClientWithResponses) DomainAbortDomainDeclarationWithResponse

func (c *ClientWithResponses) DomainAbortDomainDeclarationWithResponse(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DomainAbortDomainDeclarationResponse, error)

DomainAbortDomainDeclarationWithResponse request returning *DomainAbortDomainDeclarationResponse

func (*ClientWithResponses) DomainChangeOwnercOfDomainV2DeprecatedWithBodyWithResponse

func (c *ClientWithResponses) DomainChangeOwnercOfDomainV2DeprecatedWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainChangeOwnercOfDomainV2DeprecatedResponse, error)

DomainChangeOwnercOfDomainV2DeprecatedWithBodyWithResponse request with arbitrary body returning *DomainChangeOwnercOfDomainV2DeprecatedResponse

func (*ClientWithResponses) DomainChangeProjectOfDomainV2DeprecatedWithBodyWithResponse

func (c *ClientWithResponses) DomainChangeProjectOfDomainV2DeprecatedWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainChangeProjectOfDomainV2DeprecatedResponse, error)

DomainChangeProjectOfDomainV2DeprecatedWithBodyWithResponse request with arbitrary body returning *DomainChangeProjectOfDomainV2DeprecatedResponse

func (*ClientWithResponses) DomainCheckDomainRegistrabilityV2DeprecatedWithBodyWithResponse

func (c *ClientWithResponses) DomainCheckDomainRegistrabilityV2DeprecatedWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainCheckDomainRegistrabilityV2DeprecatedResponse, error)

DomainCheckDomainRegistrabilityV2DeprecatedWithBodyWithResponse request with arbitrary body returning *DomainCheckDomainRegistrabilityV2DeprecatedResponse

func (*ClientWithResponses) DomainCheckDomainRegistrabilityWithBodyWithResponse

func (c *ClientWithResponses) DomainCheckDomainRegistrabilityWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainCheckDomainRegistrabilityResponse, error)

DomainCheckDomainRegistrabilityWithBodyWithResponse request with arbitrary body returning *DomainCheckDomainRegistrabilityResponse

func (*ClientWithResponses) DomainCheckDomainRegistrabilityWithResponse

func (c *ClientWithResponses) DomainCheckDomainRegistrabilityWithResponse(ctx context.Context, body DomainCheckDomainRegistrabilityJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainCheckDomainRegistrabilityResponse, error)

func (*ClientWithResponses) DomainCheckDomainTransferabilityWithBodyWithResponse

func (c *ClientWithResponses) DomainCheckDomainTransferabilityWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainCheckDomainTransferabilityResponse, error)

DomainCheckDomainTransferabilityWithBodyWithResponse request with arbitrary body returning *DomainCheckDomainTransferabilityResponse

func (*ClientWithResponses) DomainCreateDomainAuthCodeWithResponse

func (c *ClientWithResponses) DomainCreateDomainAuthCodeWithResponse(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DomainCreateDomainAuthCodeResponse, error)

DomainCreateDomainAuthCodeWithResponse request returning *DomainCreateDomainAuthCodeResponse

func (*ClientWithResponses) DomainDeclareNameserversV2DeprecatedWithBodyWithResponse

func (c *ClientWithResponses) DomainDeclareNameserversV2DeprecatedWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainDeclareNameserversV2DeprecatedResponse, error)

DomainDeclareNameserversV2DeprecatedWithBodyWithResponse request with arbitrary body returning *DomainDeclareNameserversV2DeprecatedResponse

func (*ClientWithResponses) DomainDeclareProcessChangeAuthcodeV2DeprecatedWithBodyWithResponse

func (c *ClientWithResponses) DomainDeclareProcessChangeAuthcodeV2DeprecatedWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainDeclareProcessChangeAuthcodeV2DeprecatedResponse, error)

DomainDeclareProcessChangeAuthcodeV2DeprecatedWithBodyWithResponse request with arbitrary body returning *DomainDeclareProcessChangeAuthcodeV2DeprecatedResponse

func (*ClientWithResponses) DomainDeclareProcessChangeHandlesV2DeprecatedWithBodyWithResponse

func (c *ClientWithResponses) DomainDeclareProcessChangeHandlesV2DeprecatedWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainDeclareProcessChangeHandlesV2DeprecatedResponse, error)

DomainDeclareProcessChangeHandlesV2DeprecatedWithBodyWithResponse request with arbitrary body returning *DomainDeclareProcessChangeHandlesV2DeprecatedResponse

func (*ClientWithResponses) DomainDeleteDomainWithResponse

func (c *ClientWithResponses) DomainDeleteDomainWithResponse(ctx context.Context, domainId openapi_types.UUID, params *DomainDeleteDomainParams, reqEditors ...RequestEditorFn) (*DomainDeleteDomainResponse, error)

DomainDeleteDomainWithResponse request returning *DomainDeleteDomainResponse

func (*ClientWithResponses) DomainGetDomainWithResponse

func (c *ClientWithResponses) DomainGetDomainWithResponse(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DomainGetDomainResponse, error)

DomainGetDomainWithResponse request returning *DomainGetDomainResponse

func (*ClientWithResponses) DomainGetHandleFieldsV2DeprecatedWithResponse

func (c *ClientWithResponses) DomainGetHandleFieldsV2DeprecatedWithResponse(ctx context.Context, domainName string, reqEditors ...RequestEditorFn) (*DomainGetHandleFieldsV2DeprecatedResponse, error)

DomainGetHandleFieldsV2DeprecatedWithResponse request returning *DomainGetHandleFieldsV2DeprecatedResponse

func (*ClientWithResponses) DomainGetLatestScreenshotWithBodyWithResponse

func (c *ClientWithResponses) DomainGetLatestScreenshotWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainGetLatestScreenshotResponse, error)

DomainGetLatestScreenshotWithBodyWithResponse request with arbitrary body returning *DomainGetLatestScreenshotResponse

func (*ClientWithResponses) DomainGetLatestScreenshotWithResponse

func (c *ClientWithResponses) DomainGetLatestScreenshotWithResponse(ctx context.Context, domainId openapi_types.UUID, body DomainGetLatestScreenshotJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainGetLatestScreenshotResponse, error)

func (*ClientWithResponses) DomainListDomainsV2DeprecatedWithResponse

func (c *ClientWithResponses) DomainListDomainsV2DeprecatedWithResponse(ctx context.Context, projectId openapi_types.UUID, params *DomainListDomainsV2DeprecatedParams, reqEditors ...RequestEditorFn) (*DomainListDomainsV2DeprecatedResponse, error)

DomainListDomainsV2DeprecatedWithResponse request returning *DomainListDomainsV2DeprecatedResponse

func (*ClientWithResponses) DomainListDomainsWithResponse

func (c *ClientWithResponses) DomainListDomainsWithResponse(ctx context.Context, params *DomainListDomainsParams, reqEditors ...RequestEditorFn) (*DomainListDomainsResponse, error)

DomainListDomainsWithResponse request returning *DomainListDomainsResponse

func (*ClientWithResponses) DomainListTldContactSchemasWithResponse

func (c *ClientWithResponses) DomainListTldContactSchemasWithResponse(ctx context.Context, tld string, reqEditors ...RequestEditorFn) (*DomainListTldContactSchemasResponse, error)

DomainListTldContactSchemasWithResponse request returning *DomainListTldContactSchemasResponse

func (*ClientWithResponses) DomainListTldsWithResponse

func (c *ClientWithResponses) DomainListTldsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DomainListTldsResponse, error)

DomainListTldsWithResponse request returning *DomainListTldsResponse

func (*ClientWithResponses) DomainResendDomainEmailWithResponse

func (c *ClientWithResponses) DomainResendDomainEmailWithResponse(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DomainResendDomainEmailResponse, error)

DomainResendDomainEmailWithResponse request returning *DomainResendDomainEmailResponse

func (*ClientWithResponses) DomainUpdateDomainAuthCodeWithBodyWithResponse

func (c *ClientWithResponses) DomainUpdateDomainAuthCodeWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainUpdateDomainAuthCodeResponse, error)

DomainUpdateDomainAuthCodeWithBodyWithResponse request with arbitrary body returning *DomainUpdateDomainAuthCodeResponse

func (*ClientWithResponses) DomainUpdateDomainAuthCodeWithResponse

func (c *ClientWithResponses) DomainUpdateDomainAuthCodeWithResponse(ctx context.Context, domainId openapi_types.UUID, body DomainUpdateDomainAuthCodeJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainUpdateDomainAuthCodeResponse, error)

func (*ClientWithResponses) DomainUpdateDomainContactWithBodyWithResponse

func (c *ClientWithResponses) DomainUpdateDomainContactWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contact DomainUpdateDomainContactParamsContact, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainUpdateDomainContactResponse, error)

DomainUpdateDomainContactWithBodyWithResponse request with arbitrary body returning *DomainUpdateDomainContactResponse

func (*ClientWithResponses) DomainUpdateDomainNameserversWithBodyWithResponse

func (c *ClientWithResponses) DomainUpdateDomainNameserversWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainUpdateDomainNameserversResponse, error)

DomainUpdateDomainNameserversWithBodyWithResponse request with arbitrary body returning *DomainUpdateDomainNameserversResponse

func (*ClientWithResponses) DomainUpdateDomainNameserversWithResponse

func (c *ClientWithResponses) DomainUpdateDomainNameserversWithResponse(ctx context.Context, domainId openapi_types.UUID, body DomainUpdateDomainNameserversJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainUpdateDomainNameserversResponse, error)

func (*ClientWithResponses) DomainUpdateDomainProjectIdWithBodyWithResponse

func (c *ClientWithResponses) DomainUpdateDomainProjectIdWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainUpdateDomainProjectIdResponse, error)

DomainUpdateDomainProjectIdWithBodyWithResponse request with arbitrary body returning *DomainUpdateDomainProjectIdResponse

func (*ClientWithResponses) DomainUpdateDomainProjectIdWithResponse

func (c *ClientWithResponses) DomainUpdateDomainProjectIdWithResponse(ctx context.Context, domainId openapi_types.UUID, body DomainUpdateDomainProjectIdJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainUpdateDomainProjectIdResponse, error)

func (*ClientWithResponses) ExtensionAuthenticateInstanceWithBodyWithResponse

func (c *ClientWithResponses) ExtensionAuthenticateInstanceWithBodyWithResponse(ctx context.Context, extensionInstanceId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExtensionAuthenticateInstanceResponse, error)

ExtensionAuthenticateInstanceWithBodyWithResponse request with arbitrary body returning *ExtensionAuthenticateInstanceResponse

func (*ClientWithResponses) ExtensionAuthenticateInstanceWithResponse

func (c *ClientWithResponses) ExtensionAuthenticateInstanceWithResponse(ctx context.Context, extensionInstanceId openapi_types.UUID, body ExtensionAuthenticateInstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*ExtensionAuthenticateInstanceResponse, error)

func (*ClientWithResponses) ExtensionConsentToExtensionScopesWithBodyWithResponse

func (c *ClientWithResponses) ExtensionConsentToExtensionScopesWithBodyWithResponse(ctx context.Context, extensionInstanceId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExtensionConsentToExtensionScopesResponse, error)

ExtensionConsentToExtensionScopesWithBodyWithResponse request with arbitrary body returning *ExtensionConsentToExtensionScopesResponse

func (*ClientWithResponses) ExtensionConsentToExtensionScopesWithResponse

func (c *ClientWithResponses) ExtensionConsentToExtensionScopesWithResponse(ctx context.Context, extensionInstanceId openapi_types.UUID, body ExtensionConsentToExtensionScopesJSONRequestBody, reqEditors ...RequestEditorFn) (*ExtensionConsentToExtensionScopesResponse, error)

func (*ClientWithResponses) ExtensionCreateExtensionInstanceWithBodyWithResponse

func (c *ClientWithResponses) ExtensionCreateExtensionInstanceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExtensionCreateExtensionInstanceResponse, error)

ExtensionCreateExtensionInstanceWithBodyWithResponse request with arbitrary body returning *ExtensionCreateExtensionInstanceResponse

func (*ClientWithResponses) ExtensionDeleteExtensionInstanceWithResponse

func (c *ClientWithResponses) ExtensionDeleteExtensionInstanceWithResponse(ctx context.Context, extensionInstanceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ExtensionDeleteExtensionInstanceResponse, error)

ExtensionDeleteExtensionInstanceWithResponse request returning *ExtensionDeleteExtensionInstanceResponse

func (*ClientWithResponses) ExtensionDisableExtensionInstanceWithResponse

func (c *ClientWithResponses) ExtensionDisableExtensionInstanceWithResponse(ctx context.Context, extensionInstanceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ExtensionDisableExtensionInstanceResponse, error)

ExtensionDisableExtensionInstanceWithResponse request returning *ExtensionDisableExtensionInstanceResponse

func (*ClientWithResponses) ExtensionEnableExtensionInstanceWithResponse

func (c *ClientWithResponses) ExtensionEnableExtensionInstanceWithResponse(ctx context.Context, extensionInstanceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ExtensionEnableExtensionInstanceResponse, error)

ExtensionEnableExtensionInstanceWithResponse request returning *ExtensionEnableExtensionInstanceResponse

func (*ClientWithResponses) ExtensionGetContributorWithResponse

func (c *ClientWithResponses) ExtensionGetContributorWithResponse(ctx context.Context, contributorId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ExtensionGetContributorResponse, error)

ExtensionGetContributorWithResponse request returning *ExtensionGetContributorResponse

func (*ClientWithResponses) ExtensionGetExtensionInstanceWithResponse

func (c *ClientWithResponses) ExtensionGetExtensionInstanceWithResponse(ctx context.Context, extensionInstanceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ExtensionGetExtensionInstanceResponse, error)

ExtensionGetExtensionInstanceWithResponse request returning *ExtensionGetExtensionInstanceResponse

func (*ClientWithResponses) ExtensionGetExtensionWithResponse

func (c *ClientWithResponses) ExtensionGetExtensionWithResponse(ctx context.Context, extensionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ExtensionGetExtensionResponse, error)

ExtensionGetExtensionWithResponse request returning *ExtensionGetExtensionResponse

func (*ClientWithResponses) ExtensionGetPublicKeyWithResponse

func (c *ClientWithResponses) ExtensionGetPublicKeyWithResponse(ctx context.Context, serial string, reqEditors ...RequestEditorFn) (*ExtensionGetPublicKeyResponse, error)

ExtensionGetPublicKeyWithResponse request returning *ExtensionGetPublicKeyResponse

func (*ClientWithResponses) ExtensionListContributorsWithResponse

func (c *ClientWithResponses) ExtensionListContributorsWithResponse(ctx context.Context, params *ExtensionListContributorsParams, reqEditors ...RequestEditorFn) (*ExtensionListContributorsResponse, error)

ExtensionListContributorsWithResponse request returning *ExtensionListContributorsResponse

func (*ClientWithResponses) ExtensionListExtensionInstancesWithResponse

func (c *ClientWithResponses) ExtensionListExtensionInstancesWithResponse(ctx context.Context, params *ExtensionListExtensionInstancesParams, reqEditors ...RequestEditorFn) (*ExtensionListExtensionInstancesResponse, error)

ExtensionListExtensionInstancesWithResponse request returning *ExtensionListExtensionInstancesResponse

func (*ClientWithResponses) ExtensionListExtensionsWithResponse

func (c *ClientWithResponses) ExtensionListExtensionsWithResponse(ctx context.Context, params *ExtensionListExtensionsParams, reqEditors ...RequestEditorFn) (*ExtensionListExtensionsResponse, error)

ExtensionListExtensionsWithResponse request returning *ExtensionListExtensionsResponse

func (*ClientWithResponses) FileCreateFileWithBodyWithResponse

func (c *ClientWithResponses) FileCreateFileWithBodyWithResponse(ctx context.Context, params *FileCreateFileParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FileCreateFileResponse, error)

FileCreateFileWithBodyWithResponse request with arbitrary body returning *FileCreateFileResponse

func (*ClientWithResponses) FileGetFileMetaWithResponse

func (c *ClientWithResponses) FileGetFileMetaWithResponse(ctx context.Context, fileId openapi_types.UUID, reqEditors ...RequestEditorFn) (*FileGetFileMetaResponse, error)

FileGetFileMetaWithResponse request returning *FileGetFileMetaResponse

func (*ClientWithResponses) FileGetFileUploadTokenRulesWithResponse

func (c *ClientWithResponses) FileGetFileUploadTokenRulesWithResponse(ctx context.Context, fileUploadToken openapi_types.UUID, reqEditors ...RequestEditorFn) (*FileGetFileUploadTokenRulesResponse, error)

FileGetFileUploadTokenRulesWithResponse request returning *FileGetFileUploadTokenRulesResponse

func (*ClientWithResponses) FileGetFileUploadTypeRulesWithResponse

func (c *ClientWithResponses) FileGetFileUploadTypeRulesWithResponse(ctx context.Context, fileUploadType FileGetFileUploadTypeRulesParamsFileUploadType, reqEditors ...RequestEditorFn) (*FileGetFileUploadTypeRulesResponse, error)

FileGetFileUploadTypeRulesWithResponse request returning *FileGetFileUploadTypeRulesResponse

func (*ClientWithResponses) FileGetFileWithNameWithResponse

func (c *ClientWithResponses) FileGetFileWithNameWithResponse(ctx context.Context, fileId openapi_types.UUID, fileName string, params *FileGetFileWithNameParams, reqEditors ...RequestEditorFn) (*FileGetFileWithNameResponse, error)

FileGetFileWithNameWithResponse request returning *FileGetFileWithNameResponse

func (*ClientWithResponses) FileGetFileWithResponse

func (c *ClientWithResponses) FileGetFileWithResponse(ctx context.Context, fileId openapi_types.UUID, params *FileGetFileParams, reqEditors ...RequestEditorFn) (*FileGetFileResponse, error)

FileGetFileWithResponse request returning *FileGetFileResponse

func (*ClientWithResponses) GetV2AppinstallationsAppInstallationIdMissingDependenciesWithResponse

func (c *ClientWithResponses) GetV2AppinstallationsAppInstallationIdMissingDependenciesWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, params *GetV2AppinstallationsAppInstallationIdMissingDependenciesParams, reqEditors ...RequestEditorFn) (*GetV2AppinstallationsAppInstallationIdMissingDependenciesResponse, error)

GetV2AppinstallationsAppInstallationIdMissingDependenciesWithResponse request returning *GetV2AppinstallationsAppInstallationIdMissingDependenciesResponse

func (*ClientWithResponses) GetV2AppinstallationsAppInstallationIdStatusWithResponse

func (c *ClientWithResponses) GetV2AppinstallationsAppInstallationIdStatusWithResponse(ctx context.Context, appInstallationId string, reqEditors ...RequestEditorFn) (*GetV2AppinstallationsAppInstallationIdStatusResponse, error)

GetV2AppinstallationsAppInstallationIdStatusWithResponse request returning *GetV2AppinstallationsAppInstallationIdStatusResponse

func (*ClientWithResponses) GetV2AppinstallationsAppInstallationIdWithResponse

func (c *ClientWithResponses) GetV2AppinstallationsAppInstallationIdWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2AppinstallationsAppInstallationIdResponse, error)

GetV2AppinstallationsAppInstallationIdWithResponse request returning *GetV2AppinstallationsAppInstallationIdResponse

func (*ClientWithResponses) GetV2DeliveryboxesDeliveryBoxIdWithResponse

func (c *ClientWithResponses) GetV2DeliveryboxesDeliveryBoxIdWithResponse(ctx context.Context, deliveryBoxId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2DeliveryboxesDeliveryBoxIdResponse, error)

GetV2DeliveryboxesDeliveryBoxIdWithResponse request returning *GetV2DeliveryboxesDeliveryBoxIdResponse

func (*ClientWithResponses) GetV2DnsZonesDnsZoneIdWithResponse

func (c *ClientWithResponses) GetV2DnsZonesDnsZoneIdWithResponse(ctx context.Context, dnsZoneId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2DnsZonesDnsZoneIdResponse, error)

GetV2DnsZonesDnsZoneIdWithResponse request returning *GetV2DnsZonesDnsZoneIdResponse

func (*ClientWithResponses) GetV2DomainsSupportedTldsWithResponse

func (c *ClientWithResponses) GetV2DomainsSupportedTldsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetV2DomainsSupportedTldsResponse, error)

GetV2DomainsSupportedTldsWithResponse request returning *GetV2DomainsSupportedTldsResponse

func (*ClientWithResponses) GetV2MailaddressesMailAddressIdWithResponse

func (c *ClientWithResponses) GetV2MailaddressesMailAddressIdWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2MailaddressesMailAddressIdResponse, error)

GetV2MailaddressesMailAddressIdWithResponse request returning *GetV2MailaddressesMailAddressIdResponse

func (*ClientWithResponses) GetV2NotificationsUnreadCountsWithResponse

func (c *ClientWithResponses) GetV2NotificationsUnreadCountsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetV2NotificationsUnreadCountsResponse, error)

GetV2NotificationsUnreadCountsWithResponse request returning *GetV2NotificationsUnreadCountsResponse

func (*ClientWithResponses) GetV2PageinsightsWithResponse

func (c *ClientWithResponses) GetV2PageinsightsWithResponse(ctx context.Context, params *GetV2PageinsightsParams, reqEditors ...RequestEditorFn) (*GetV2PageinsightsResponse, error)

GetV2PageinsightsWithResponse request returning *GetV2PageinsightsResponse

func (*ClientWithResponses) GetV2ProjectProjectIdSftpUsersWithResponse

func (c *ClientWithResponses) GetV2ProjectProjectIdSftpUsersWithResponse(ctx context.Context, projectId string, params *GetV2ProjectProjectIdSftpUsersParams, reqEditors ...RequestEditorFn) (*GetV2ProjectProjectIdSftpUsersResponse, error)

GetV2ProjectProjectIdSftpUsersWithResponse request returning *GetV2ProjectProjectIdSftpUsersResponse

func (*ClientWithResponses) GetV2ProjectsProjectIdAppinstallationsWithResponse

func (c *ClientWithResponses) GetV2ProjectsProjectIdAppinstallationsWithResponse(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdAppinstallationsParams, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdAppinstallationsResponse, error)

GetV2ProjectsProjectIdAppinstallationsWithResponse request returning *GetV2ProjectsProjectIdAppinstallationsResponse

func (*ClientWithResponses) GetV2ProjectsProjectIdDeliveryboxesWithResponse

func (c *ClientWithResponses) GetV2ProjectsProjectIdDeliveryboxesWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdDeliveryboxesResponse, error)

GetV2ProjectsProjectIdDeliveryboxesWithResponse request returning *GetV2ProjectsProjectIdDeliveryboxesResponse

func (*ClientWithResponses) GetV2ProjectsProjectIdDnsZonesWithResponse

func (c *ClientWithResponses) GetV2ProjectsProjectIdDnsZonesWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdDnsZonesResponse, error)

GetV2ProjectsProjectIdDnsZonesWithResponse request returning *GetV2ProjectsProjectIdDnsZonesResponse

func (*ClientWithResponses) GetV2ProjectsProjectIdFilesystemDirectoriesWithResponse

func (c *ClientWithResponses) GetV2ProjectsProjectIdFilesystemDirectoriesWithResponse(ctx context.Context, projectId string, params *GetV2ProjectsProjectIdFilesystemDirectoriesParams, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdFilesystemDirectoriesResponse, error)

GetV2ProjectsProjectIdFilesystemDirectoriesWithResponse request returning *GetV2ProjectsProjectIdFilesystemDirectoriesResponse

func (*ClientWithResponses) GetV2ProjectsProjectIdFilesystemFilesRawWithResponse

func (c *ClientWithResponses) GetV2ProjectsProjectIdFilesystemFilesRawWithResponse(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdFilesystemFilesRawParams, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdFilesystemFilesRawResponse, error)

GetV2ProjectsProjectIdFilesystemFilesRawWithResponse request returning *GetV2ProjectsProjectIdFilesystemFilesRawResponse

func (*ClientWithResponses) GetV2ProjectsProjectIdFilesystemFilesWithResponse

func (c *ClientWithResponses) GetV2ProjectsProjectIdFilesystemFilesWithResponse(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdFilesystemFilesParams, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdFilesystemFilesResponse, error)

GetV2ProjectsProjectIdFilesystemFilesWithResponse request returning *GetV2ProjectsProjectIdFilesystemFilesResponse

func (*ClientWithResponses) GetV2ProjectsProjectIdFilesystemUsagesDiskWithResponse

func (c *ClientWithResponses) GetV2ProjectsProjectIdFilesystemUsagesDiskWithResponse(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdFilesystemUsagesDiskParams, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdFilesystemUsagesDiskResponse, error)

GetV2ProjectsProjectIdFilesystemUsagesDiskWithResponse request returning *GetV2ProjectsProjectIdFilesystemUsagesDiskResponse

func (*ClientWithResponses) GetV2ProjectsProjectIdMailaddressesWithResponse

func (c *ClientWithResponses) GetV2ProjectsProjectIdMailaddressesWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdMailaddressesResponse, error)

GetV2ProjectsProjectIdMailaddressesWithResponse request returning *GetV2ProjectsProjectIdMailaddressesResponse

func (*ClientWithResponses) GetV2ProjectsProjectIdMailsettingsWithResponse

func (c *ClientWithResponses) GetV2ProjectsProjectIdMailsettingsWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdMailsettingsResponse, error)

GetV2ProjectsProjectIdMailsettingsWithResponse request returning *GetV2ProjectsProjectIdMailsettingsResponse

func (*ClientWithResponses) GetV2ProjectsProjectIdPageinsightsWithResponse

func (c *ClientWithResponses) GetV2ProjectsProjectIdPageinsightsWithResponse(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdPageinsightsParams, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdPageinsightsResponse, error)

GetV2ProjectsProjectIdPageinsightsWithResponse request returning *GetV2ProjectsProjectIdPageinsightsResponse

func (*ClientWithResponses) GetV2SignupEmailWithResponse

func (c *ClientWithResponses) GetV2SignupEmailWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetV2SignupEmailResponse, error)

GetV2SignupEmailWithResponse request returning *GetV2SignupEmailResponse

func (*ClientWithResponses) GetV2SignupMfaWithResponse

func (c *ClientWithResponses) GetV2SignupMfaWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetV2SignupMfaResponse, error)

GetV2SignupMfaWithResponse request returning *GetV2SignupMfaResponse

func (*ClientWithResponses) GetV2SignupPasswordWithBodyWithResponse

func (c *ClientWithResponses) GetV2SignupPasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GetV2SignupPasswordResponse, error)

GetV2SignupPasswordWithBodyWithResponse request with arbitrary body returning *GetV2SignupPasswordResponse

func (*ClientWithResponses) GetV2SignupPasswordWithResponse

func (c *ClientWithResponses) GetV2SignupPasswordWithResponse(ctx context.Context, body GetV2SignupPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*GetV2SignupPasswordResponse, error)

func (*ClientWithResponses) GetV2SignupProfileWithBodyWithResponse

func (c *ClientWithResponses) GetV2SignupProfileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GetV2SignupProfileResponse, error)

GetV2SignupProfileWithBodyWithResponse request with arbitrary body returning *GetV2SignupProfileResponse

func (*ClientWithResponses) GetV2SignupProfileWithResponse

func (c *ClientWithResponses) GetV2SignupProfileWithResponse(ctx context.Context, body GetV2SignupProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*GetV2SignupProfileResponse, error)

func (*ClientWithResponses) GetV2SignupSessionsTokenIdWithResponse

func (c *ClientWithResponses) GetV2SignupSessionsTokenIdWithResponse(ctx context.Context, tokenId string, reqEditors ...RequestEditorFn) (*GetV2SignupSessionsTokenIdResponse, error)

GetV2SignupSessionsTokenIdWithResponse request returning *GetV2SignupSessionsTokenIdResponse

func (*ClientWithResponses) GetV2SignupSessionsWithResponse

func (c *ClientWithResponses) GetV2SignupSessionsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetV2SignupSessionsResponse, error)

GetV2SignupSessionsWithResponse request returning *GetV2SignupSessionsResponse

func (*ClientWithResponses) GetV2SignupSshSshKeyIdWithResponse

func (c *ClientWithResponses) GetV2SignupSshSshKeyIdWithResponse(ctx context.Context, sshKeyId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2SignupSshSshKeyIdResponse, error)

GetV2SignupSshSshKeyIdWithResponse request returning *GetV2SignupSshSshKeyIdResponse

func (*ClientWithResponses) GetV2SignupSshWithResponse

func (c *ClientWithResponses) GetV2SignupSshWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetV2SignupSshResponse, error)

GetV2SignupSshWithResponse request returning *GetV2SignupSshResponse

func (*ClientWithResponses) GetV2SignupSupportcodeWithResponse

func (c *ClientWithResponses) GetV2SignupSupportcodeWithResponse(ctx context.Context, params *GetV2SignupSupportcodeParams, reqEditors ...RequestEditorFn) (*GetV2SignupSupportcodeResponse, error)

GetV2SignupSupportcodeWithResponse request returning *GetV2SignupSupportcodeResponse

func (*ClientWithResponses) GetV2SignupSupportcodesWithResponse

func (c *ClientWithResponses) GetV2SignupSupportcodesWithResponse(ctx context.Context, params *GetV2SignupSupportcodesParams, reqEditors ...RequestEditorFn) (*GetV2SignupSupportcodesResponse, error)

GetV2SignupSupportcodesWithResponse request returning *GetV2SignupSupportcodesResponse

func (*ClientWithResponses) GetV2SignupTokenApiApiTokenIdWithResponse

func (c *ClientWithResponses) GetV2SignupTokenApiApiTokenIdWithResponse(ctx context.Context, apiTokenId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2SignupTokenApiApiTokenIdResponse, error)

GetV2SignupTokenApiApiTokenIdWithResponse request returning *GetV2SignupTokenApiApiTokenIdResponse

func (*ClientWithResponses) GetV2SignupTokenApiWithResponse

func (c *ClientWithResponses) GetV2SignupTokenApiWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetV2SignupTokenApiResponse, error)

GetV2SignupTokenApiWithResponse request returning *GetV2SignupTokenApiResponse

func (*ClientWithResponses) GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdWithResponse

func (c *ClientWithResponses) GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdWithResponse(ctx context.Context, systemSoftwareId openapi_types.UUID, systemSoftwareVersionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdResponse, error)

GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdWithResponse request returning *GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdResponse

func (*ClientWithResponses) GetV2SystemsoftwareSystemSoftwareIdVersionsWithResponse

func (c *ClientWithResponses) GetV2SystemsoftwareSystemSoftwareIdVersionsWithResponse(ctx context.Context, systemSoftwareId openapi_types.UUID, params *GetV2SystemsoftwareSystemSoftwareIdVersionsParams, reqEditors ...RequestEditorFn) (*GetV2SystemsoftwareSystemSoftwareIdVersionsResponse, error)

GetV2SystemsoftwareSystemSoftwareIdVersionsWithResponse request returning *GetV2SystemsoftwareSystemSoftwareIdVersionsResponse

func (*ClientWithResponses) GetV2SystemsoftwaresSystemSoftwareIdWithResponse

func (c *ClientWithResponses) GetV2SystemsoftwaresSystemSoftwareIdWithResponse(ctx context.Context, systemSoftwareId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2SystemsoftwaresSystemSoftwareIdResponse, error)

GetV2SystemsoftwaresSystemSoftwareIdWithResponse request returning *GetV2SystemsoftwaresSystemSoftwareIdResponse

func (*ClientWithResponses) GetV2SystemsoftwaresWithResponse

func (c *ClientWithResponses) GetV2SystemsoftwaresWithResponse(ctx context.Context, params *GetV2SystemsoftwaresParams, reqEditors ...RequestEditorFn) (*GetV2SystemsoftwaresResponse, error)

GetV2SystemsoftwaresWithResponse request returning *GetV2SystemsoftwaresResponse

func (*ClientWithResponses) IngressCreateIngressWithBodyWithResponse

func (c *ClientWithResponses) IngressCreateIngressWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IngressCreateIngressResponse, error)

IngressCreateIngressWithBodyWithResponse request with arbitrary body returning *IngressCreateIngressResponse

func (*ClientWithResponses) IngressCreateIngressWithResponse

func (c *ClientWithResponses) IngressCreateIngressWithResponse(ctx context.Context, body IngressCreateIngressJSONRequestBody, reqEditors ...RequestEditorFn) (*IngressCreateIngressResponse, error)

func (*ClientWithResponses) IngressDeleteIngressWithResponse

func (c *ClientWithResponses) IngressDeleteIngressWithResponse(ctx context.Context, ingressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*IngressDeleteIngressResponse, error)

IngressDeleteIngressWithResponse request returning *IngressDeleteIngressResponse

func (*ClientWithResponses) IngressGetIngressWithResponse

func (c *ClientWithResponses) IngressGetIngressWithResponse(ctx context.Context, ingressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*IngressGetIngressResponse, error)

IngressGetIngressWithResponse request returning *IngressGetIngressResponse

func (*ClientWithResponses) IngressIngressVerifyOwnershipWithResponse

func (c *ClientWithResponses) IngressIngressVerifyOwnershipWithResponse(ctx context.Context, ingressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*IngressIngressVerifyOwnershipResponse, error)

IngressIngressVerifyOwnershipWithResponse request returning *IngressIngressVerifyOwnershipResponse

func (*ClientWithResponses) IngressListIngressesV2DeprecatedWithResponse

func (c *ClientWithResponses) IngressListIngressesV2DeprecatedWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*IngressListIngressesV2DeprecatedResponse, error)

IngressListIngressesV2DeprecatedWithResponse request returning *IngressListIngressesV2DeprecatedResponse

func (*ClientWithResponses) IngressListIngressesWithResponse

func (c *ClientWithResponses) IngressListIngressesWithResponse(ctx context.Context, params *IngressListIngressesParams, reqEditors ...RequestEditorFn) (*IngressListIngressesResponse, error)

IngressListIngressesWithResponse request returning *IngressListIngressesResponse

func (*ClientWithResponses) IngressPathsDeprecatedWithBodyWithResponse

func (c *ClientWithResponses) IngressPathsDeprecatedWithBodyWithResponse(ctx context.Context, ingressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IngressPathsDeprecatedResponse, error)

IngressPathsDeprecatedWithBodyWithResponse request with arbitrary body returning *IngressPathsDeprecatedResponse

func (*ClientWithResponses) IngressPathsDeprecatedWithResponse

func (c *ClientWithResponses) IngressPathsDeprecatedWithResponse(ctx context.Context, ingressId openapi_types.UUID, body IngressPathsDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*IngressPathsDeprecatedResponse, error)

func (*ClientWithResponses) IngressRequestIngressAcmeCertificateIssuanceWithResponse

func (c *ClientWithResponses) IngressRequestIngressAcmeCertificateIssuanceWithResponse(ctx context.Context, ingressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*IngressRequestIngressAcmeCertificateIssuanceResponse, error)

IngressRequestIngressAcmeCertificateIssuanceWithResponse request returning *IngressRequestIngressAcmeCertificateIssuanceResponse

func (*ClientWithResponses) IngressTlsDeprecatedWithBodyWithResponse

func (c *ClientWithResponses) IngressTlsDeprecatedWithBodyWithResponse(ctx context.Context, ingressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IngressTlsDeprecatedResponse, error)

IngressTlsDeprecatedWithBodyWithResponse request with arbitrary body returning *IngressTlsDeprecatedResponse

func (*ClientWithResponses) IngressTlsDeprecatedWithResponse

func (c *ClientWithResponses) IngressTlsDeprecatedWithResponse(ctx context.Context, ingressId openapi_types.UUID, body IngressTlsDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*IngressTlsDeprecatedResponse, error)

func (*ClientWithResponses) IngressUpdateIngressPathsWithBodyWithResponse

func (c *ClientWithResponses) IngressUpdateIngressPathsWithBodyWithResponse(ctx context.Context, ingressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IngressUpdateIngressPathsResponse, error)

IngressUpdateIngressPathsWithBodyWithResponse request with arbitrary body returning *IngressUpdateIngressPathsResponse

func (*ClientWithResponses) IngressUpdateIngressPathsWithResponse

func (c *ClientWithResponses) IngressUpdateIngressPathsWithResponse(ctx context.Context, ingressId openapi_types.UUID, body IngressUpdateIngressPathsJSONRequestBody, reqEditors ...RequestEditorFn) (*IngressUpdateIngressPathsResponse, error)

func (*ClientWithResponses) IngressUpdateIngressTlsWithBodyWithResponse

func (c *ClientWithResponses) IngressUpdateIngressTlsWithBodyWithResponse(ctx context.Context, ingressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IngressUpdateIngressTlsResponse, error)

IngressUpdateIngressTlsWithBodyWithResponse request with arbitrary body returning *IngressUpdateIngressTlsResponse

func (*ClientWithResponses) IngressUpdateIngressTlsWithResponse

func (c *ClientWithResponses) IngressUpdateIngressTlsWithResponse(ctx context.Context, ingressId openapi_types.UUID, body IngressUpdateIngressTlsJSONRequestBody, reqEditors ...RequestEditorFn) (*IngressUpdateIngressTlsResponse, error)

func (*ClientWithResponses) InvoiceDetailWithResponse

func (c *ClientWithResponses) InvoiceDetailWithResponse(ctx context.Context, invoiceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*InvoiceDetailResponse, error)

InvoiceDetailWithResponse request returning *InvoiceDetailResponse

func (*ClientWithResponses) InvoiceGetDetailOfInvoiceSettingsWithResponse

func (c *ClientWithResponses) InvoiceGetDetailOfInvoiceSettingsWithResponse(ctx context.Context, customerId string, reqEditors ...RequestEditorFn) (*InvoiceGetDetailOfInvoiceSettingsResponse, error)

InvoiceGetDetailOfInvoiceSettingsWithResponse request returning *InvoiceGetDetailOfInvoiceSettingsResponse

func (*ClientWithResponses) InvoiceGetFileAccessTokenWithResponse

func (c *ClientWithResponses) InvoiceGetFileAccessTokenWithResponse(ctx context.Context, customerId string, invoiceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*InvoiceGetFileAccessTokenResponse, error)

InvoiceGetFileAccessTokenWithResponse request returning *InvoiceGetFileAccessTokenResponse

func (*ClientWithResponses) InvoiceListCustomerInvoicesWithResponse

func (c *ClientWithResponses) InvoiceListCustomerInvoicesWithResponse(ctx context.Context, customerId string, params *InvoiceListCustomerInvoicesParams, reqEditors ...RequestEditorFn) (*InvoiceListCustomerInvoicesResponse, error)

InvoiceListCustomerInvoicesWithResponse request returning *InvoiceListCustomerInvoicesResponse

func (*ClientWithResponses) InvoiceUpdateInvoiceSettingsWithBodyWithResponse

func (c *ClientWithResponses) InvoiceUpdateInvoiceSettingsWithBodyWithResponse(ctx context.Context, customerId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InvoiceUpdateInvoiceSettingsResponse, error)

InvoiceUpdateInvoiceSettingsWithBodyWithResponse request with arbitrary body returning *InvoiceUpdateInvoiceSettingsResponse

func (*ClientWithResponses) InvoiceUpdateInvoiceSettingsWithResponse

func (c *ClientWithResponses) InvoiceUpdateInvoiceSettingsWithResponse(ctx context.Context, customerId string, body InvoiceUpdateInvoiceSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*InvoiceUpdateInvoiceSettingsResponse, error)

func (*ClientWithResponses) MailCreateDeliveryboxWithBodyWithResponse

func (c *ClientWithResponses) MailCreateDeliveryboxWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailCreateDeliveryboxResponse, error)

MailCreateDeliveryboxWithBodyWithResponse request with arbitrary body returning *MailCreateDeliveryboxResponse

func (*ClientWithResponses) MailCreateDeliveryboxWithResponse

func (c *ClientWithResponses) MailCreateDeliveryboxWithResponse(ctx context.Context, projectId string, body MailCreateDeliveryboxJSONRequestBody, reqEditors ...RequestEditorFn) (*MailCreateDeliveryboxResponse, error)

func (*ClientWithResponses) MailCreateMailAddressWithBodyWithResponse

func (c *ClientWithResponses) MailCreateMailAddressWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailCreateMailAddressResponse, error)

MailCreateMailAddressWithBodyWithResponse request with arbitrary body returning *MailCreateMailAddressResponse

func (*ClientWithResponses) MailCreateMailAddressWithResponse

func (c *ClientWithResponses) MailCreateMailAddressWithResponse(ctx context.Context, projectId string, body MailCreateMailAddressJSONRequestBody, reqEditors ...RequestEditorFn) (*MailCreateMailAddressResponse, error)

func (*ClientWithResponses) MailDeleteDeliveryBoxWithResponse

func (c *ClientWithResponses) MailDeleteDeliveryBoxWithResponse(ctx context.Context, deliveryBoxId openapi_types.UUID, reqEditors ...RequestEditorFn) (*MailDeleteDeliveryBoxResponse, error)

MailDeleteDeliveryBoxWithResponse request returning *MailDeleteDeliveryBoxResponse

func (*ClientWithResponses) MailDeleteMailAddressWithResponse

func (c *ClientWithResponses) MailDeleteMailAddressWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*MailDeleteMailAddressResponse, error)

MailDeleteMailAddressWithResponse request returning *MailDeleteMailAddressResponse

func (*ClientWithResponses) MailDeliveryboxUpdateDescriptionDeprecatedWithBodyWithResponse

func (c *ClientWithResponses) MailDeliveryboxUpdateDescriptionDeprecatedWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailDeliveryboxUpdateDescriptionDeprecatedResponse, error)

MailDeliveryboxUpdateDescriptionDeprecatedWithBodyWithResponse request with arbitrary body returning *MailDeliveryboxUpdateDescriptionDeprecatedResponse

func (*ClientWithResponses) MailDeliveryboxUpdatePasswordDeprecatedWithBodyWithResponse

func (c *ClientWithResponses) MailDeliveryboxUpdatePasswordDeprecatedWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailDeliveryboxUpdatePasswordDeprecatedResponse, error)

MailDeliveryboxUpdatePasswordDeprecatedWithBodyWithResponse request with arbitrary body returning *MailDeliveryboxUpdatePasswordDeprecatedResponse

func (*ClientWithResponses) MailGetDeliveryBoxWithResponse

func (c *ClientWithResponses) MailGetDeliveryBoxWithResponse(ctx context.Context, deliveryBoxId openapi_types.UUID, reqEditors ...RequestEditorFn) (*MailGetDeliveryBoxResponse, error)

MailGetDeliveryBoxWithResponse request returning *MailGetDeliveryBoxResponse

func (*ClientWithResponses) MailGetMailAddressWithResponse

func (c *ClientWithResponses) MailGetMailAddressWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*MailGetMailAddressResponse, error)

MailGetMailAddressWithResponse request returning *MailGetMailAddressResponse

func (*ClientWithResponses) MailListDeliveryBoxesWithResponse

func (c *ClientWithResponses) MailListDeliveryBoxesWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*MailListDeliveryBoxesResponse, error)

MailListDeliveryBoxesWithResponse request returning *MailListDeliveryBoxesResponse

func (*ClientWithResponses) MailListMailAddressesWithResponse

func (c *ClientWithResponses) MailListMailAddressesWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*MailListMailAddressesResponse, error)

MailListMailAddressesWithResponse request returning *MailListMailAddressesResponse

func (*ClientWithResponses) MailListProjectMailSettingsWithResponse

func (c *ClientWithResponses) MailListProjectMailSettingsWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*MailListProjectMailSettingsResponse, error)

MailListProjectMailSettingsWithResponse request returning *MailListProjectMailSettingsResponse

func (*ClientWithResponses) MailMailaddressUpdateAddressDeprecatedWithBodyWithResponse

func (c *ClientWithResponses) MailMailaddressUpdateAddressDeprecatedWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailMailaddressUpdateAddressDeprecatedResponse, error)

MailMailaddressUpdateAddressDeprecatedWithBodyWithResponse request with arbitrary body returning *MailMailaddressUpdateAddressDeprecatedResponse

func (*ClientWithResponses) MailProjectsettingUpdateBlacklistDeprecatedWithBodyWithResponse

func (c *ClientWithResponses) MailProjectsettingUpdateBlacklistDeprecatedWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailProjectsettingUpdateBlacklistDeprecatedResponse, error)

MailProjectsettingUpdateBlacklistDeprecatedWithBodyWithResponse request with arbitrary body returning *MailProjectsettingUpdateBlacklistDeprecatedResponse

func (*ClientWithResponses) MailProjectsettingUpdateWhitelistDeprecatedWithBodyWithResponse

func (c *ClientWithResponses) MailProjectsettingUpdateWhitelistDeprecatedWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailProjectsettingUpdateWhitelistDeprecatedResponse, error)

MailProjectsettingUpdateWhitelistDeprecatedWithBodyWithResponse request with arbitrary body returning *MailProjectsettingUpdateWhitelistDeprecatedResponse

func (*ClientWithResponses) MailUpdateDeliveryBoxDescriptionWithBodyWithResponse

func (c *ClientWithResponses) MailUpdateDeliveryBoxDescriptionWithBodyWithResponse(ctx context.Context, deliveryBoxId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateDeliveryBoxDescriptionResponse, error)

MailUpdateDeliveryBoxDescriptionWithBodyWithResponse request with arbitrary body returning *MailUpdateDeliveryBoxDescriptionResponse

func (*ClientWithResponses) MailUpdateDeliveryBoxDescriptionWithResponse

func (c *ClientWithResponses) MailUpdateDeliveryBoxDescriptionWithResponse(ctx context.Context, deliveryBoxId openapi_types.UUID, body MailUpdateDeliveryBoxDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateDeliveryBoxDescriptionResponse, error)

func (*ClientWithResponses) MailUpdateDeliveryBoxPasswordWithBodyWithResponse

func (c *ClientWithResponses) MailUpdateDeliveryBoxPasswordWithBodyWithResponse(ctx context.Context, deliveryBoxId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateDeliveryBoxPasswordResponse, error)

MailUpdateDeliveryBoxPasswordWithBodyWithResponse request with arbitrary body returning *MailUpdateDeliveryBoxPasswordResponse

func (*ClientWithResponses) MailUpdateDeliveryBoxPasswordWithResponse

func (c *ClientWithResponses) MailUpdateDeliveryBoxPasswordWithResponse(ctx context.Context, deliveryBoxId openapi_types.UUID, body MailUpdateDeliveryBoxPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateDeliveryBoxPasswordResponse, error)

func (*ClientWithResponses) MailUpdateMailAddressAddressWithBodyWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressAddressWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressAddressResponse, error)

MailUpdateMailAddressAddressWithBodyWithResponse request with arbitrary body returning *MailUpdateMailAddressAddressResponse

func (*ClientWithResponses) MailUpdateMailAddressAddressWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressAddressWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressAddressJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressAddressResponse, error)

func (*ClientWithResponses) MailUpdateMailAddressAutoresponderV2DeprecatedWithBodyWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressAutoresponderV2DeprecatedWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressAutoresponderV2DeprecatedResponse, error)

MailUpdateMailAddressAutoresponderV2DeprecatedWithBodyWithResponse request with arbitrary body returning *MailUpdateMailAddressAutoresponderV2DeprecatedResponse

func (*ClientWithResponses) MailUpdateMailAddressAutoresponderWithBodyWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressAutoresponderWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressAutoresponderResponse, error)

MailUpdateMailAddressAutoresponderWithBodyWithResponse request with arbitrary body returning *MailUpdateMailAddressAutoresponderResponse

func (*ClientWithResponses) MailUpdateMailAddressAutoresponderWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressAutoresponderWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressAutoresponderJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressAutoresponderResponse, error)

func (*ClientWithResponses) MailUpdateMailAddressCatchAllWithBodyWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressCatchAllWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressCatchAllResponse, error)

MailUpdateMailAddressCatchAllWithBodyWithResponse request with arbitrary body returning *MailUpdateMailAddressCatchAllResponse

func (*ClientWithResponses) MailUpdateMailAddressCatchAllWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressCatchAllWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressCatchAllJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressCatchAllResponse, error)

func (*ClientWithResponses) MailUpdateMailAddressCatchallV2DeprecatedWithBodyWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressCatchallV2DeprecatedWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressCatchallV2DeprecatedResponse, error)

MailUpdateMailAddressCatchallV2DeprecatedWithBodyWithResponse request with arbitrary body returning *MailUpdateMailAddressCatchallV2DeprecatedResponse

func (*ClientWithResponses) MailUpdateMailAddressForwardAddressesV2DeprecatedWithBodyWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressForwardAddressesV2DeprecatedWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressForwardAddressesV2DeprecatedResponse, error)

MailUpdateMailAddressForwardAddressesV2DeprecatedWithBodyWithResponse request with arbitrary body returning *MailUpdateMailAddressForwardAddressesV2DeprecatedResponse

func (*ClientWithResponses) MailUpdateMailAddressForwardAddressesWithBodyWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressForwardAddressesWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressForwardAddressesResponse, error)

MailUpdateMailAddressForwardAddressesWithBodyWithResponse request with arbitrary body returning *MailUpdateMailAddressForwardAddressesResponse

func (*ClientWithResponses) MailUpdateMailAddressPasswordV2DeprecatedWithBodyWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressPasswordV2DeprecatedWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressPasswordV2DeprecatedResponse, error)

MailUpdateMailAddressPasswordV2DeprecatedWithBodyWithResponse request with arbitrary body returning *MailUpdateMailAddressPasswordV2DeprecatedResponse

func (*ClientWithResponses) MailUpdateMailAddressPasswordWithBodyWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressPasswordWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressPasswordResponse, error)

MailUpdateMailAddressPasswordWithBodyWithResponse request with arbitrary body returning *MailUpdateMailAddressPasswordResponse

func (*ClientWithResponses) MailUpdateMailAddressPasswordWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressPasswordWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressPasswordResponse, error)

func (*ClientWithResponses) MailUpdateMailAddressQuotaV2DeprecatedWithBodyWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressQuotaV2DeprecatedWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressQuotaV2DeprecatedResponse, error)

MailUpdateMailAddressQuotaV2DeprecatedWithBodyWithResponse request with arbitrary body returning *MailUpdateMailAddressQuotaV2DeprecatedResponse

func (*ClientWithResponses) MailUpdateMailAddressQuotaWithBodyWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressQuotaWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressQuotaResponse, error)

MailUpdateMailAddressQuotaWithBodyWithResponse request with arbitrary body returning *MailUpdateMailAddressQuotaResponse

func (*ClientWithResponses) MailUpdateMailAddressQuotaWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressQuotaWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressQuotaResponse, error)

func (*ClientWithResponses) MailUpdateMailAddressSpamProtectionV2DeprecatedWithBodyWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressSpamProtectionV2DeprecatedWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressSpamProtectionV2DeprecatedResponse, error)

MailUpdateMailAddressSpamProtectionV2DeprecatedWithBodyWithResponse request with arbitrary body returning *MailUpdateMailAddressSpamProtectionV2DeprecatedResponse

func (*ClientWithResponses) MailUpdateMailAddressSpamProtectionWithBodyWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressSpamProtectionWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressSpamProtectionResponse, error)

MailUpdateMailAddressSpamProtectionWithBodyWithResponse request with arbitrary body returning *MailUpdateMailAddressSpamProtectionResponse

func (*ClientWithResponses) MailUpdateMailAddressSpamProtectionWithResponse

func (c *ClientWithResponses) MailUpdateMailAddressSpamProtectionWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressSpamProtectionJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressSpamProtectionResponse, error)

func (*ClientWithResponses) MailUpdateProjectMailSettingV2DeprecatedWithBodyWithResponse

func (c *ClientWithResponses) MailUpdateProjectMailSettingV2DeprecatedWithBodyWithResponse(ctx context.Context, projectId string, setting MailUpdateProjectMailSettingV2DeprecatedParamsSetting, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateProjectMailSettingV2DeprecatedResponse, error)

MailUpdateProjectMailSettingV2DeprecatedWithBodyWithResponse request with arbitrary body returning *MailUpdateProjectMailSettingV2DeprecatedResponse

func (*ClientWithResponses) MailUpdateProjectMailSettingWithBodyWithResponse

func (c *ClientWithResponses) MailUpdateProjectMailSettingWithBodyWithResponse(ctx context.Context, projectId string, mailSetting MailUpdateProjectMailSettingParamsMailSetting, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateProjectMailSettingResponse, error)

MailUpdateProjectMailSettingWithBodyWithResponse request with arbitrary body returning *MailUpdateProjectMailSettingResponse

func (*ClientWithResponses) NewsletterGetInfoWithResponse

func (c *ClientWithResponses) NewsletterGetInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*NewsletterGetInfoResponse, error)

NewsletterGetInfoWithResponse request returning *NewsletterGetInfoResponse

func (*ClientWithResponses) NewsletterSubscribeUserWithBodyWithResponse

func (c *ClientWithResponses) NewsletterSubscribeUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NewsletterSubscribeUserResponse, error)

NewsletterSubscribeUserWithBodyWithResponse request with arbitrary body returning *NewsletterSubscribeUserResponse

func (*ClientWithResponses) NewsletterSubscribeUserWithResponse

func (c *ClientWithResponses) NewsletterSubscribeUserWithResponse(ctx context.Context, body NewsletterSubscribeUserJSONRequestBody, reqEditors ...RequestEditorFn) (*NewsletterSubscribeUserResponse, error)

func (*ClientWithResponses) NewsletterUnsubscribeUserWithResponse

func (c *ClientWithResponses) NewsletterUnsubscribeUserWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*NewsletterUnsubscribeUserResponse, error)

NewsletterUnsubscribeUserWithResponse request returning *NewsletterUnsubscribeUserResponse

func (*ClientWithResponses) NotificationsCountUnreadNotificationsWithResponse

func (c *ClientWithResponses) NotificationsCountUnreadNotificationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*NotificationsCountUnreadNotificationsResponse, error)

NotificationsCountUnreadNotificationsWithResponse request returning *NotificationsCountUnreadNotificationsResponse

func (*ClientWithResponses) NotificationsListNotificationsWithResponse

func (c *ClientWithResponses) NotificationsListNotificationsWithResponse(ctx context.Context, params *NotificationsListNotificationsParams, reqEditors ...RequestEditorFn) (*NotificationsListNotificationsResponse, error)

NotificationsListNotificationsWithResponse request returning *NotificationsListNotificationsResponse

func (*ClientWithResponses) NotificationsReadAllNotificationsDeprecatedWithBodyWithResponse

func (c *ClientWithResponses) NotificationsReadAllNotificationsDeprecatedWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NotificationsReadAllNotificationsDeprecatedResponse, error)

NotificationsReadAllNotificationsDeprecatedWithBodyWithResponse request with arbitrary body returning *NotificationsReadAllNotificationsDeprecatedResponse

func (*ClientWithResponses) NotificationsReadAllNotificationsWithBodyWithResponse

func (c *ClientWithResponses) NotificationsReadAllNotificationsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NotificationsReadAllNotificationsResponse, error)

NotificationsReadAllNotificationsWithBodyWithResponse request with arbitrary body returning *NotificationsReadAllNotificationsResponse

func (*ClientWithResponses) NotificationsReadNotificationWithBodyWithResponse

func (c *ClientWithResponses) NotificationsReadNotificationWithBodyWithResponse(ctx context.Context, notificationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NotificationsReadNotificationResponse, error)

NotificationsReadNotificationWithBodyWithResponse request with arbitrary body returning *NotificationsReadNotificationResponse

func (*ClientWithResponses) NotificationsReadNotificationWithResponse

func (c *ClientWithResponses) NotificationsReadNotificationWithResponse(ctx context.Context, notificationId openapi_types.UUID, body NotificationsReadNotificationJSONRequestBody, reqEditors ...RequestEditorFn) (*NotificationsReadNotificationResponse, error)

func (*ClientWithResponses) OrderCreateOrderWithBodyWithResponse

func (c *ClientWithResponses) OrderCreateOrderWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OrderCreateOrderResponse, error)

OrderCreateOrderWithBodyWithResponse request with arbitrary body returning *OrderCreateOrderResponse

func (*ClientWithResponses) OrderCreateOrderWithResponse

func (c *ClientWithResponses) OrderCreateOrderWithResponse(ctx context.Context, body OrderCreateOrderJSONRequestBody, reqEditors ...RequestEditorFn) (*OrderCreateOrderResponse, error)

func (*ClientWithResponses) OrderCreateTariffChangeWithBodyWithResponse

func (c *ClientWithResponses) OrderCreateTariffChangeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OrderCreateTariffChangeResponse, error)

OrderCreateTariffChangeWithBodyWithResponse request with arbitrary body returning *OrderCreateTariffChangeResponse

func (*ClientWithResponses) OrderCreateTariffChangeWithResponse

func (c *ClientWithResponses) OrderCreateTariffChangeWithResponse(ctx context.Context, body OrderCreateTariffChangeJSONRequestBody, reqEditors ...RequestEditorFn) (*OrderCreateTariffChangeResponse, error)

func (*ClientWithResponses) OrderGetOrderWithResponse

func (c *ClientWithResponses) OrderGetOrderWithResponse(ctx context.Context, orderId openapi_types.UUID, reqEditors ...RequestEditorFn) (*OrderGetOrderResponse, error)

OrderGetOrderWithResponse request returning *OrderGetOrderResponse

func (*ClientWithResponses) OrderListCustomerOrdersWithResponse

func (c *ClientWithResponses) OrderListCustomerOrdersWithResponse(ctx context.Context, customerId string, params *OrderListCustomerOrdersParams, reqEditors ...RequestEditorFn) (*OrderListCustomerOrdersResponse, error)

OrderListCustomerOrdersWithResponse request returning *OrderListCustomerOrdersResponse

func (*ClientWithResponses) OrderListProjectOrdersWithResponse

func (c *ClientWithResponses) OrderListProjectOrdersWithResponse(ctx context.Context, projectId openapi_types.UUID, params *OrderListProjectOrdersParams, reqEditors ...RequestEditorFn) (*OrderListProjectOrdersResponse, error)

OrderListProjectOrdersWithResponse request returning *OrderListProjectOrdersResponse

func (*ClientWithResponses) OrderPreviewOrderWithBodyWithResponse

func (c *ClientWithResponses) OrderPreviewOrderWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OrderPreviewOrderResponse, error)

OrderPreviewOrderWithBodyWithResponse request with arbitrary body returning *OrderPreviewOrderResponse

func (*ClientWithResponses) OrderPreviewOrderWithResponse

func (c *ClientWithResponses) OrderPreviewOrderWithResponse(ctx context.Context, body OrderPreviewOrderJSONRequestBody, reqEditors ...RequestEditorFn) (*OrderPreviewOrderResponse, error)

func (*ClientWithResponses) OrderPreviewTariffChangeWithBodyWithResponse

func (c *ClientWithResponses) OrderPreviewTariffChangeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OrderPreviewTariffChangeResponse, error)

OrderPreviewTariffChangeWithBodyWithResponse request with arbitrary body returning *OrderPreviewTariffChangeResponse

func (*ClientWithResponses) OrderPreviewTariffChangeWithResponse

func (c *ClientWithResponses) OrderPreviewTariffChangeWithResponse(ctx context.Context, body OrderPreviewTariffChangeJSONRequestBody, reqEditors ...RequestEditorFn) (*OrderPreviewTariffChangeResponse, error)

func (*ClientWithResponses) PageinsightsGetPerformanceDataWithResponse

func (c *ClientWithResponses) PageinsightsGetPerformanceDataWithResponse(ctx context.Context, params *PageinsightsGetPerformanceDataParams, reqEditors ...RequestEditorFn) (*PageinsightsGetPerformanceDataResponse, error)

PageinsightsGetPerformanceDataWithResponse request returning *PageinsightsGetPerformanceDataResponse

func (*ClientWithResponses) PageinsightsGetStraceDataWithResponse

func (c *ClientWithResponses) PageinsightsGetStraceDataWithResponse(ctx context.Context, projectId openapi_types.UUID, straceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*PageinsightsGetStraceDataResponse, error)

PageinsightsGetStraceDataWithResponse request returning *PageinsightsGetStraceDataResponse

func (*ClientWithResponses) PageinsightsListPerformanceDataForProjectWithResponse

func (c *ClientWithResponses) PageinsightsListPerformanceDataForProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, params *PageinsightsListPerformanceDataForProjectParams, reqEditors ...RequestEditorFn) (*PageinsightsListPerformanceDataForProjectResponse, error)

PageinsightsListPerformanceDataForProjectWithResponse request returning *PageinsightsListPerformanceDataForProjectResponse

func (*ClientWithResponses) PageinsightsScheduleStraceWithBodyWithResponse

func (c *ClientWithResponses) PageinsightsScheduleStraceWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PageinsightsScheduleStraceResponse, error)

PageinsightsScheduleStraceWithBodyWithResponse request with arbitrary body returning *PageinsightsScheduleStraceResponse

func (*ClientWithResponses) PageinsightsScheduleStraceWithResponse

func (c *ClientWithResponses) PageinsightsScheduleStraceWithResponse(ctx context.Context, projectId openapi_types.UUID, body PageinsightsScheduleStraceJSONRequestBody, reqEditors ...RequestEditorFn) (*PageinsightsScheduleStraceResponse, error)

func (*ClientWithResponses) PasswordValidationGetPasswordPolicyV2DeprecatedWithResponse

func (c *ClientWithResponses) PasswordValidationGetPasswordPolicyV2DeprecatedWithResponse(ctx context.Context, path string, reqEditors ...RequestEditorFn) (*PasswordValidationGetPasswordPolicyV2DeprecatedResponse, error)

PasswordValidationGetPasswordPolicyV2DeprecatedWithResponse request returning *PasswordValidationGetPasswordPolicyV2DeprecatedResponse

func (*ClientWithResponses) PasswordValidationGetPasswordPolicyWithResponse

func (c *ClientWithResponses) PasswordValidationGetPasswordPolicyWithResponse(ctx context.Context, passwordPolicy string, reqEditors ...RequestEditorFn) (*PasswordValidationGetPasswordPolicyResponse, error)

PasswordValidationGetPasswordPolicyWithResponse request returning *PasswordValidationGetPasswordPolicyResponse

func (*ClientWithResponses) PatchV2AppinstallationsAppInstallationIdWithBodyWithResponse

func (c *ClientWithResponses) PatchV2AppinstallationsAppInstallationIdWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchV2AppinstallationsAppInstallationIdResponse, error)

PatchV2AppinstallationsAppInstallationIdWithBodyWithResponse request with arbitrary body returning *PatchV2AppinstallationsAppInstallationIdResponse

func (*ClientWithResponses) PatchV2AppinstallationsAppInstallationIdWithResponse

func (c *ClientWithResponses) PatchV2AppinstallationsAppInstallationIdWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, body PatchV2AppinstallationsAppInstallationIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchV2AppinstallationsAppInstallationIdResponse, error)

func (*ClientWithResponses) PatchV2DomainsDomainIdAuthcodeWithBodyWithResponse

func (c *ClientWithResponses) PatchV2DomainsDomainIdAuthcodeWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchV2DomainsDomainIdAuthcodeResponse, error)

PatchV2DomainsDomainIdAuthcodeWithBodyWithResponse request with arbitrary body returning *PatchV2DomainsDomainIdAuthcodeResponse

func (*ClientWithResponses) PatchV2DomainsDomainIdAuthcodeWithResponse

func (c *ClientWithResponses) PatchV2DomainsDomainIdAuthcodeWithResponse(ctx context.Context, domainId openapi_types.UUID, body PatchV2DomainsDomainIdAuthcodeJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchV2DomainsDomainIdAuthcodeResponse, error)

func (*ClientWithResponses) PatchV2SshusersSshUserIdWithBodyWithResponse

func (c *ClientWithResponses) PatchV2SshusersSshUserIdWithBodyWithResponse(ctx context.Context, sshUserId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchV2SshusersSshUserIdResponse, error)

PatchV2SshusersSshUserIdWithBodyWithResponse request with arbitrary body returning *PatchV2SshusersSshUserIdResponse

func (*ClientWithResponses) PatchV2SshusersSshUserIdWithResponse

func (c *ClientWithResponses) PatchV2SshusersSshUserIdWithResponse(ctx context.Context, sshUserId string, body PatchV2SshusersSshUserIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchV2SshusersSshUserIdResponse, error)

func (*ClientWithResponses) PostInternalV2ServicesAccessKeyIdActionsAuthenticateWithBodyWithResponse

func (c *ClientWithResponses) PostInternalV2ServicesAccessKeyIdActionsAuthenticateWithBodyWithResponse(ctx context.Context, accessKeyId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostInternalV2ServicesAccessKeyIdActionsAuthenticateResponse, error)

PostInternalV2ServicesAccessKeyIdActionsAuthenticateWithBodyWithResponse request with arbitrary body returning *PostInternalV2ServicesAccessKeyIdActionsAuthenticateResponse

func (*ClientWithResponses) PostV2AppinstallationsAppInstallationIdActionsActionWithBodyWithResponse

func (c *ClientWithResponses) PostV2AppinstallationsAppInstallationIdActionsActionWithBodyWithResponse(ctx context.Context, appInstallationId string, action DeMittwaldV1AppAction, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2AppinstallationsAppInstallationIdActionsActionResponse, error)

PostV2AppinstallationsAppInstallationIdActionsActionWithBodyWithResponse request with arbitrary body returning *PostV2AppinstallationsAppInstallationIdActionsActionResponse

func (*ClientWithResponses) PostV2AppinstallationsAppInstallationIdActionsCopyWithBodyWithResponse

func (c *ClientWithResponses) PostV2AppinstallationsAppInstallationIdActionsCopyWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2AppinstallationsAppInstallationIdActionsCopyResponse, error)

PostV2AppinstallationsAppInstallationIdActionsCopyWithBodyWithResponse request with arbitrary body returning *PostV2AppinstallationsAppInstallationIdActionsCopyResponse

func (*ClientWithResponses) PostV2DnsZonesWithBodyWithResponse

func (c *ClientWithResponses) PostV2DnsZonesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2DnsZonesResponse, error)

PostV2DnsZonesWithBodyWithResponse request with arbitrary body returning *PostV2DnsZonesResponse

func (*ClientWithResponses) PostV2DnsZonesWithResponse

func (c *ClientWithResponses) PostV2DnsZonesWithResponse(ctx context.Context, body PostV2DnsZonesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2DnsZonesResponse, error)

func (*ClientWithResponses) PostV2DomainsDomainIdActionsCreateAuthcodeWithResponse

func (c *ClientWithResponses) PostV2DomainsDomainIdActionsCreateAuthcodeWithResponse(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*PostV2DomainsDomainIdActionsCreateAuthcodeResponse, error)

PostV2DomainsDomainIdActionsCreateAuthcodeWithResponse request returning *PostV2DomainsDomainIdActionsCreateAuthcodeResponse

func (*ClientWithResponses) PostV2ProjectProjectIdInvitesWithBodyWithResponse

func (c *ClientWithResponses) PostV2ProjectProjectIdInvitesWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2ProjectProjectIdInvitesResponse, error)

PostV2ProjectProjectIdInvitesWithBodyWithResponse request with arbitrary body returning *PostV2ProjectProjectIdInvitesResponse

func (*ClientWithResponses) PostV2ProjectProjectIdInvitesWithResponse

func (c *ClientWithResponses) PostV2ProjectProjectIdInvitesWithResponse(ctx context.Context, projectId openapi_types.UUID, body PostV2ProjectProjectIdInvitesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2ProjectProjectIdInvitesResponse, error)

func (*ClientWithResponses) PostV2ProjectsProjectIdAppinstallationsWithBodyWithResponse

func (c *ClientWithResponses) PostV2ProjectsProjectIdAppinstallationsWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2ProjectsProjectIdAppinstallationsResponse, error)

PostV2ProjectsProjectIdAppinstallationsWithBodyWithResponse request with arbitrary body returning *PostV2ProjectsProjectIdAppinstallationsResponse

func (*ClientWithResponses) PostV2ProjectsProjectIdDeliveryboxesWithBodyWithResponse

func (c *ClientWithResponses) PostV2ProjectsProjectIdDeliveryboxesWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2ProjectsProjectIdDeliveryboxesResponse, error)

PostV2ProjectsProjectIdDeliveryboxesWithBodyWithResponse request with arbitrary body returning *PostV2ProjectsProjectIdDeliveryboxesResponse

func (*ClientWithResponses) PostV2ProjectsProjectIdDeliveryboxesWithResponse

func (c *ClientWithResponses) PostV2ProjectsProjectIdDeliveryboxesWithResponse(ctx context.Context, projectId string, body PostV2ProjectsProjectIdDeliveryboxesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2ProjectsProjectIdDeliveryboxesResponse, error)

func (*ClientWithResponses) PostV2ProjectsProjectIdMailaddressesWithBodyWithResponse

func (c *ClientWithResponses) PostV2ProjectsProjectIdMailaddressesWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2ProjectsProjectIdMailaddressesResponse, error)

PostV2ProjectsProjectIdMailaddressesWithBodyWithResponse request with arbitrary body returning *PostV2ProjectsProjectIdMailaddressesResponse

func (*ClientWithResponses) PostV2ProjectsProjectIdMailaddressesWithResponse

func (c *ClientWithResponses) PostV2ProjectsProjectIdMailaddressesWithResponse(ctx context.Context, projectId string, body PostV2ProjectsProjectIdMailaddressesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2ProjectsProjectIdMailaddressesResponse, error)

func (*ClientWithResponses) PostV2ServiceAccessKeyIdActionsAuthenticateWithBodyWithResponse

func (c *ClientWithResponses) PostV2ServiceAccessKeyIdActionsAuthenticateWithBodyWithResponse(ctx context.Context, accessKeyId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2ServiceAccessKeyIdActionsAuthenticateResponse, error)

PostV2ServiceAccessKeyIdActionsAuthenticateWithBodyWithResponse request with arbitrary body returning *PostV2ServiceAccessKeyIdActionsAuthenticateResponse

func (*ClientWithResponses) PostV2SignupAuthenticationMfaWithBodyWithResponse

func (c *ClientWithResponses) PostV2SignupAuthenticationMfaWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2SignupAuthenticationMfaResponse, error)

PostV2SignupAuthenticationMfaWithBodyWithResponse request with arbitrary body returning *PostV2SignupAuthenticationMfaResponse

func (*ClientWithResponses) PostV2SignupAuthenticationMfaWithResponse

func (c *ClientWithResponses) PostV2SignupAuthenticationMfaWithResponse(ctx context.Context, body PostV2SignupAuthenticationMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2SignupAuthenticationMfaResponse, error)

func (*ClientWithResponses) PostV2SignupAuthenticationWithBodyWithResponse

func (c *ClientWithResponses) PostV2SignupAuthenticationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2SignupAuthenticationResponse, error)

PostV2SignupAuthenticationWithBodyWithResponse request with arbitrary body returning *PostV2SignupAuthenticationResponse

func (*ClientWithResponses) PostV2SignupAuthenticationWithResponse

func (c *ClientWithResponses) PostV2SignupAuthenticationWithResponse(ctx context.Context, body PostV2SignupAuthenticationJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2SignupAuthenticationResponse, error)

func (*ClientWithResponses) PostV2SignupMfaConfirmWithBodyWithResponse

func (c *ClientWithResponses) PostV2SignupMfaConfirmWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2SignupMfaConfirmResponse, error)

PostV2SignupMfaConfirmWithBodyWithResponse request with arbitrary body returning *PostV2SignupMfaConfirmResponse

func (*ClientWithResponses) PostV2SignupMfaConfirmWithResponse

func (c *ClientWithResponses) PostV2SignupMfaConfirmWithResponse(ctx context.Context, body PostV2SignupMfaConfirmJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2SignupMfaConfirmResponse, error)

func (*ClientWithResponses) PostV2SignupMfaWithBodyWithResponse

func (c *ClientWithResponses) PostV2SignupMfaWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2SignupMfaResponse, error)

PostV2SignupMfaWithBodyWithResponse request with arbitrary body returning *PostV2SignupMfaResponse

func (*ClientWithResponses) PostV2SignupMfaWithResponse

func (c *ClientWithResponses) PostV2SignupMfaWithResponse(ctx context.Context, body PostV2SignupMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2SignupMfaResponse, error)

func (*ClientWithResponses) PostV2SignupRegistrationVerificationWithBodyWithResponse

func (c *ClientWithResponses) PostV2SignupRegistrationVerificationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2SignupRegistrationVerificationResponse, error)

PostV2SignupRegistrationVerificationWithBodyWithResponse request with arbitrary body returning *PostV2SignupRegistrationVerificationResponse

func (*ClientWithResponses) PostV2SignupRegistrationWithBodyWithResponse

func (c *ClientWithResponses) PostV2SignupRegistrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2SignupRegistrationResponse, error)

PostV2SignupRegistrationWithBodyWithResponse request with arbitrary body returning *PostV2SignupRegistrationResponse

func (*ClientWithResponses) PostV2SignupRegistrationWithResponse

func (c *ClientWithResponses) PostV2SignupRegistrationWithResponse(ctx context.Context, body PostV2SignupRegistrationJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2SignupRegistrationResponse, error)

func (*ClientWithResponses) PostV2SignupSshWithBodyWithResponse

func (c *ClientWithResponses) PostV2SignupSshWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2SignupSshResponse, error)

PostV2SignupSshWithBodyWithResponse request with arbitrary body returning *PostV2SignupSshResponse

func (*ClientWithResponses) PostV2SignupSshWithResponse

func (c *ClientWithResponses) PostV2SignupSshWithResponse(ctx context.Context, body PostV2SignupSshJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2SignupSshResponse, error)

func (*ClientWithResponses) PostV2SignupTokenApiWithBodyWithResponse

func (c *ClientWithResponses) PostV2SignupTokenApiWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2SignupTokenApiResponse, error)

PostV2SignupTokenApiWithBodyWithResponse request with arbitrary body returning *PostV2SignupTokenApiResponse

func (*ClientWithResponses) PostV2SignupTokenApiWithResponse

func (c *ClientWithResponses) PostV2SignupTokenApiWithResponse(ctx context.Context, body PostV2SignupTokenApiJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2SignupTokenApiResponse, error)

func (*ClientWithResponses) PostV2SignupTokenCheckWithBodyWithResponse

func (c *ClientWithResponses) PostV2SignupTokenCheckWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2SignupTokenCheckResponse, error)

PostV2SignupTokenCheckWithBodyWithResponse request with arbitrary body returning *PostV2SignupTokenCheckResponse

func (*ClientWithResponses) PostV2SignupTokenCheckWithResponse

func (c *ClientWithResponses) PostV2SignupTokenCheckWithResponse(ctx context.Context, body PostV2SignupTokenCheckJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2SignupTokenCheckResponse, error)

func (*ClientWithResponses) PostV2UsersUserIdPhoneVerifyWithBodyWithResponse

func (c *ClientWithResponses) PostV2UsersUserIdPhoneVerifyWithBodyWithResponse(ctx context.Context, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2UsersUserIdPhoneVerifyResponse, error)

PostV2UsersUserIdPhoneVerifyWithBodyWithResponse request with arbitrary body returning *PostV2UsersUserIdPhoneVerifyResponse

func (*ClientWithResponses) PostV2UsersUserIdPhoneVerifyWithResponse

func (c *ClientWithResponses) PostV2UsersUserIdPhoneVerifyWithResponse(ctx context.Context, userId struct {
	union json.RawMessage
}, body PostV2UsersUserIdPhoneVerifyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2UsersUserIdPhoneVerifyResponse, error)

func (*ClientWithResponses) ProjectAcceptProjectInviteWithBodyWithResponse

func (c *ClientWithResponses) ProjectAcceptProjectInviteWithBodyWithResponse(ctx context.Context, projectInviteId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectAcceptProjectInviteResponse, error)

ProjectAcceptProjectInviteWithBodyWithResponse request with arbitrary body returning *ProjectAcceptProjectInviteResponse

func (*ClientWithResponses) ProjectAcceptProjectInviteWithResponse

func (c *ClientWithResponses) ProjectAcceptProjectInviteWithResponse(ctx context.Context, projectInviteId openapi_types.UUID, body ProjectAcceptProjectInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectAcceptProjectInviteResponse, error)

func (*ClientWithResponses) ProjectCreateProjectInviteWithBodyWithResponse

func (c *ClientWithResponses) ProjectCreateProjectInviteWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectCreateProjectInviteResponse, error)

ProjectCreateProjectInviteWithBodyWithResponse request with arbitrary body returning *ProjectCreateProjectInviteResponse

func (*ClientWithResponses) ProjectCreateProjectInviteWithResponse

func (c *ClientWithResponses) ProjectCreateProjectInviteWithResponse(ctx context.Context, projectId openapi_types.UUID, body ProjectCreateProjectInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectCreateProjectInviteResponse, error)

func (*ClientWithResponses) ProjectCreateProjectWithBodyWithResponse

func (c *ClientWithResponses) ProjectCreateProjectWithBodyWithResponse(ctx context.Context, serverId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectCreateProjectResponse, error)

ProjectCreateProjectWithBodyWithResponse request with arbitrary body returning *ProjectCreateProjectResponse

func (*ClientWithResponses) ProjectCreateProjectWithResponse

func (c *ClientWithResponses) ProjectCreateProjectWithResponse(ctx context.Context, serverId openapi_types.UUID, body ProjectCreateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectCreateProjectResponse, error)

func (*ClientWithResponses) ProjectDeclineProjectInviteWithBodyWithResponse

func (c *ClientWithResponses) ProjectDeclineProjectInviteWithBodyWithResponse(ctx context.Context, projectInviteId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectDeclineProjectInviteResponse, error)

ProjectDeclineProjectInviteWithBodyWithResponse request with arbitrary body returning *ProjectDeclineProjectInviteResponse

func (*ClientWithResponses) ProjectDeclineProjectInviteWithResponse

func (c *ClientWithResponses) ProjectDeclineProjectInviteWithResponse(ctx context.Context, projectInviteId openapi_types.UUID, body ProjectDeclineProjectInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectDeclineProjectInviteResponse, error)

func (*ClientWithResponses) ProjectDeleteProjectAvatarWithResponse

func (c *ClientWithResponses) ProjectDeleteProjectAvatarWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ProjectDeleteProjectAvatarResponse, error)

ProjectDeleteProjectAvatarWithResponse request returning *ProjectDeleteProjectAvatarResponse

func (*ClientWithResponses) ProjectDeleteProjectInviteWithResponse

func (c *ClientWithResponses) ProjectDeleteProjectInviteWithResponse(ctx context.Context, projectInviteId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ProjectDeleteProjectInviteResponse, error)

ProjectDeleteProjectInviteWithResponse request returning *ProjectDeleteProjectInviteResponse

func (*ClientWithResponses) ProjectDeleteProjectMembershipWithResponse

func (c *ClientWithResponses) ProjectDeleteProjectMembershipWithResponse(ctx context.Context, projectMembershipId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ProjectDeleteProjectMembershipResponse, error)

ProjectDeleteProjectMembershipWithResponse request returning *ProjectDeleteProjectMembershipResponse

func (*ClientWithResponses) ProjectDeleteProjectWithResponse

func (c *ClientWithResponses) ProjectDeleteProjectWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*ProjectDeleteProjectResponse, error)

ProjectDeleteProjectWithResponse request returning *ProjectDeleteProjectResponse

func (*ClientWithResponses) ProjectDeleteServerAvatarWithResponse

func (c *ClientWithResponses) ProjectDeleteServerAvatarWithResponse(ctx context.Context, serverId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ProjectDeleteServerAvatarResponse, error)

ProjectDeleteServerAvatarWithResponse request returning *ProjectDeleteServerAvatarResponse

func (*ClientWithResponses) ProjectFileSystemGetDirectoriesWithResponse

func (c *ClientWithResponses) ProjectFileSystemGetDirectoriesWithResponse(ctx context.Context, projectId string, params *ProjectFileSystemGetDirectoriesParams, reqEditors ...RequestEditorFn) (*ProjectFileSystemGetDirectoriesResponse, error)

ProjectFileSystemGetDirectoriesWithResponse request returning *ProjectFileSystemGetDirectoriesResponse

func (*ClientWithResponses) ProjectFileSystemGetDiskUsageWithResponse

func (c *ClientWithResponses) ProjectFileSystemGetDiskUsageWithResponse(ctx context.Context, projectId openapi_types.UUID, params *ProjectFileSystemGetDiskUsageParams, reqEditors ...RequestEditorFn) (*ProjectFileSystemGetDiskUsageResponse, error)

ProjectFileSystemGetDiskUsageWithResponse request returning *ProjectFileSystemGetDiskUsageResponse

func (*ClientWithResponses) ProjectFileSystemGetFileContentWithResponse

func (c *ClientWithResponses) ProjectFileSystemGetFileContentWithResponse(ctx context.Context, projectId openapi_types.UUID, params *ProjectFileSystemGetFileContentParams, reqEditors ...RequestEditorFn) (*ProjectFileSystemGetFileContentResponse, error)

ProjectFileSystemGetFileContentWithResponse request returning *ProjectFileSystemGetFileContentResponse

func (*ClientWithResponses) ProjectFileSystemGetJwtWithResponse

func (c *ClientWithResponses) ProjectFileSystemGetJwtWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*ProjectFileSystemGetJwtResponse, error)

ProjectFileSystemGetJwtWithResponse request returning *ProjectFileSystemGetJwtResponse

func (*ClientWithResponses) ProjectFileSystemListFilesWithResponse

func (c *ClientWithResponses) ProjectFileSystemListFilesWithResponse(ctx context.Context, projectId openapi_types.UUID, params *ProjectFileSystemListFilesParams, reqEditors ...RequestEditorFn) (*ProjectFileSystemListFilesResponse, error)

ProjectFileSystemListFilesWithResponse request returning *ProjectFileSystemListFilesResponse

func (*ClientWithResponses) ProjectGetProjectInviteWithResponse

func (c *ClientWithResponses) ProjectGetProjectInviteWithResponse(ctx context.Context, projectInviteId string, reqEditors ...RequestEditorFn) (*ProjectGetProjectInviteResponse, error)

ProjectGetProjectInviteWithResponse request returning *ProjectGetProjectInviteResponse

func (*ClientWithResponses) ProjectGetProjectMembershipWithResponse

func (c *ClientWithResponses) ProjectGetProjectMembershipWithResponse(ctx context.Context, projectMembershipId string, reqEditors ...RequestEditorFn) (*ProjectGetProjectMembershipResponse, error)

ProjectGetProjectMembershipWithResponse request returning *ProjectGetProjectMembershipResponse

func (*ClientWithResponses) ProjectGetProjectTokenInviteWithResponse

func (c *ClientWithResponses) ProjectGetProjectTokenInviteWithResponse(ctx context.Context, params *ProjectGetProjectTokenInviteParams, reqEditors ...RequestEditorFn) (*ProjectGetProjectTokenInviteResponse, error)

ProjectGetProjectTokenInviteWithResponse request returning *ProjectGetProjectTokenInviteResponse

func (*ClientWithResponses) ProjectGetProjectWithResponse

func (c *ClientWithResponses) ProjectGetProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ProjectGetProjectResponse, error)

ProjectGetProjectWithResponse request returning *ProjectGetProjectResponse

func (*ClientWithResponses) ProjectGetSelfMembershipForProjectWithResponse

func (c *ClientWithResponses) ProjectGetSelfMembershipForProjectWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*ProjectGetSelfMembershipForProjectResponse, error)

ProjectGetSelfMembershipForProjectWithResponse request returning *ProjectGetSelfMembershipForProjectResponse

func (*ClientWithResponses) ProjectGetServerWithResponse

func (c *ClientWithResponses) ProjectGetServerWithResponse(ctx context.Context, serverId string, reqEditors ...RequestEditorFn) (*ProjectGetServerResponse, error)

ProjectGetServerWithResponse request returning *ProjectGetServerResponse

func (*ClientWithResponses) ProjectLeaveProjectWithBodyWithResponse

func (c *ClientWithResponses) ProjectLeaveProjectWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectLeaveProjectResponse, error)

ProjectLeaveProjectWithBodyWithResponse request with arbitrary body returning *ProjectLeaveProjectResponse

func (*ClientWithResponses) ProjectLeaveProjectWithResponse

func (c *ClientWithResponses) ProjectLeaveProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, body ProjectLeaveProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectLeaveProjectResponse, error)

func (*ClientWithResponses) ProjectListInvitesForProjectWithResponse

func (c *ClientWithResponses) ProjectListInvitesForProjectWithResponse(ctx context.Context, projectId string, params *ProjectListInvitesForProjectParams, reqEditors ...RequestEditorFn) (*ProjectListInvitesForProjectResponse, error)

ProjectListInvitesForProjectWithResponse request returning *ProjectListInvitesForProjectResponse

func (*ClientWithResponses) ProjectListMembershipsForProjectWithResponse

func (c *ClientWithResponses) ProjectListMembershipsForProjectWithResponse(ctx context.Context, projectId string, params *ProjectListMembershipsForProjectParams, reqEditors ...RequestEditorFn) (*ProjectListMembershipsForProjectResponse, error)

ProjectListMembershipsForProjectWithResponse request returning *ProjectListMembershipsForProjectResponse

func (*ClientWithResponses) ProjectListProjectInvitesWithResponse

func (c *ClientWithResponses) ProjectListProjectInvitesWithResponse(ctx context.Context, params *ProjectListProjectInvitesParams, reqEditors ...RequestEditorFn) (*ProjectListProjectInvitesResponse, error)

ProjectListProjectInvitesWithResponse request returning *ProjectListProjectInvitesResponse

func (*ClientWithResponses) ProjectListProjectMembershipsWithResponse

func (c *ClientWithResponses) ProjectListProjectMembershipsWithResponse(ctx context.Context, params *ProjectListProjectMembershipsParams, reqEditors ...RequestEditorFn) (*ProjectListProjectMembershipsResponse, error)

ProjectListProjectMembershipsWithResponse request returning *ProjectListProjectMembershipsResponse

func (*ClientWithResponses) ProjectListProjectsWithResponse

func (c *ClientWithResponses) ProjectListProjectsWithResponse(ctx context.Context, params *ProjectListProjectsParams, reqEditors ...RequestEditorFn) (*ProjectListProjectsResponse, error)

ProjectListProjectsWithResponse request returning *ProjectListProjectsResponse

func (*ClientWithResponses) ProjectListServersWithResponse

func (c *ClientWithResponses) ProjectListServersWithResponse(ctx context.Context, params *ProjectListServersParams, reqEditors ...RequestEditorFn) (*ProjectListServersResponse, error)

ProjectListServersWithResponse request returning *ProjectListServersResponse

func (*ClientWithResponses) ProjectRequestProjectAvatarUploadWithResponse

func (c *ClientWithResponses) ProjectRequestProjectAvatarUploadWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ProjectRequestProjectAvatarUploadResponse, error)

ProjectRequestProjectAvatarUploadWithResponse request returning *ProjectRequestProjectAvatarUploadResponse

func (*ClientWithResponses) ProjectRequestServerAvatarUploadWithResponse

func (c *ClientWithResponses) ProjectRequestServerAvatarUploadWithResponse(ctx context.Context, serverId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ProjectRequestServerAvatarUploadResponse, error)

ProjectRequestServerAvatarUploadWithResponse request returning *ProjectRequestServerAvatarUploadResponse

func (*ClientWithResponses) ProjectResendProjectInviteMailWithBodyWithResponse

func (c *ClientWithResponses) ProjectResendProjectInviteMailWithBodyWithResponse(ctx context.Context, projectInviteId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectResendProjectInviteMailResponse, error)

ProjectResendProjectInviteMailWithBodyWithResponse request with arbitrary body returning *ProjectResendProjectInviteMailResponse

func (*ClientWithResponses) ProjectResendProjectInviteMailWithResponse

func (c *ClientWithResponses) ProjectResendProjectInviteMailWithResponse(ctx context.Context, projectInviteId openapi_types.UUID, body ProjectResendProjectInviteMailJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectResendProjectInviteMailResponse, error)

func (*ClientWithResponses) ProjectUpdateProjectDescriptionWithBodyWithResponse

func (c *ClientWithResponses) ProjectUpdateProjectDescriptionWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectUpdateProjectDescriptionResponse, error)

ProjectUpdateProjectDescriptionWithBodyWithResponse request with arbitrary body returning *ProjectUpdateProjectDescriptionResponse

func (*ClientWithResponses) ProjectUpdateProjectDescriptionWithResponse

func (c *ClientWithResponses) ProjectUpdateProjectDescriptionWithResponse(ctx context.Context, projectId openapi_types.UUID, body ProjectUpdateProjectDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectUpdateProjectDescriptionResponse, error)

func (*ClientWithResponses) ProjectUpdateProjectMembershipWithBodyWithResponse

func (c *ClientWithResponses) ProjectUpdateProjectMembershipWithBodyWithResponse(ctx context.Context, projectMembershipId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectUpdateProjectMembershipResponse, error)

ProjectUpdateProjectMembershipWithBodyWithResponse request with arbitrary body returning *ProjectUpdateProjectMembershipResponse

func (*ClientWithResponses) ProjectUpdateProjectMembershipWithResponse

func (c *ClientWithResponses) ProjectUpdateProjectMembershipWithResponse(ctx context.Context, projectMembershipId openapi_types.UUID, body ProjectUpdateProjectMembershipJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectUpdateProjectMembershipResponse, error)

func (*ClientWithResponses) ProjectUpdateServerDescriptionWithBodyWithResponse

func (c *ClientWithResponses) ProjectUpdateServerDescriptionWithBodyWithResponse(ctx context.Context, serverId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectUpdateServerDescriptionResponse, error)

ProjectUpdateServerDescriptionWithBodyWithResponse request with arbitrary body returning *ProjectUpdateServerDescriptionResponse

func (*ClientWithResponses) ProjectUpdateServerDescriptionWithResponse

func (c *ClientWithResponses) ProjectUpdateServerDescriptionWithResponse(ctx context.Context, serverId openapi_types.UUID, body ProjectUpdateServerDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectUpdateServerDescriptionResponse, error)

func (*ClientWithResponses) PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdWithBodyWithResponse

func (c *ClientWithResponses) PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdResponse, error)

PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdWithBodyWithResponse request with arbitrary body returning *PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdResponse

func (*ClientWithResponses) PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdWithBodyWithResponse

func (c *ClientWithResponses) PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse, error)

PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdWithBodyWithResponse request with arbitrary body returning *PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse

func (*ClientWithResponses) PutV2MailaddressesMailAddressIdAutoResponderWithBodyWithResponse

func (c *ClientWithResponses) PutV2MailaddressesMailAddressIdAutoResponderWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdAutoResponderResponse, error)

PutV2MailaddressesMailAddressIdAutoResponderWithBodyWithResponse request with arbitrary body returning *PutV2MailaddressesMailAddressIdAutoResponderResponse

func (*ClientWithResponses) PutV2MailaddressesMailAddressIdCatchAllWithBodyWithResponse

func (c *ClientWithResponses) PutV2MailaddressesMailAddressIdCatchAllWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdCatchAllResponse, error)

PutV2MailaddressesMailAddressIdCatchAllWithBodyWithResponse request with arbitrary body returning *PutV2MailaddressesMailAddressIdCatchAllResponse

func (*ClientWithResponses) PutV2MailaddressesMailAddressIdForwardaddressesWithBodyWithResponse

func (c *ClientWithResponses) PutV2MailaddressesMailAddressIdForwardaddressesWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdForwardaddressesResponse, error)

PutV2MailaddressesMailAddressIdForwardaddressesWithBodyWithResponse request with arbitrary body returning *PutV2MailaddressesMailAddressIdForwardaddressesResponse

func (*ClientWithResponses) PutV2MailaddressesMailAddressIdPasswordWithBodyWithResponse

func (c *ClientWithResponses) PutV2MailaddressesMailAddressIdPasswordWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdPasswordResponse, error)

PutV2MailaddressesMailAddressIdPasswordWithBodyWithResponse request with arbitrary body returning *PutV2MailaddressesMailAddressIdPasswordResponse

func (*ClientWithResponses) PutV2MailaddressesMailAddressIdQuotaWithBodyWithResponse

func (c *ClientWithResponses) PutV2MailaddressesMailAddressIdQuotaWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdQuotaResponse, error)

PutV2MailaddressesMailAddressIdQuotaWithBodyWithResponse request with arbitrary body returning *PutV2MailaddressesMailAddressIdQuotaResponse

func (*ClientWithResponses) PutV2MailaddressesMailAddressIdQuotaWithResponse

func (c *ClientWithResponses) PutV2MailaddressesMailAddressIdQuotaWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdQuotaResponse, error)

func (*ClientWithResponses) PutV2MailaddressesMailAddressIdSpamprotectionWithBodyWithResponse

func (c *ClientWithResponses) PutV2MailaddressesMailAddressIdSpamprotectionWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdSpamprotectionResponse, error)

PutV2MailaddressesMailAddressIdSpamprotectionWithBodyWithResponse request with arbitrary body returning *PutV2MailaddressesMailAddressIdSpamprotectionResponse

func (*ClientWithResponses) PutV2SignupMfaResetRecoverycodesWithBodyWithResponse

func (c *ClientWithResponses) PutV2SignupMfaResetRecoverycodesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2SignupMfaResetRecoverycodesResponse, error)

PutV2SignupMfaResetRecoverycodesWithBodyWithResponse request with arbitrary body returning *PutV2SignupMfaResetRecoverycodesResponse

func (*ClientWithResponses) PutV2SignupPasswordWithBodyWithResponse

func (c *ClientWithResponses) PutV2SignupPasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2SignupPasswordResponse, error)

PutV2SignupPasswordWithBodyWithResponse request with arbitrary body returning *PutV2SignupPasswordResponse

func (*ClientWithResponses) PutV2SignupPasswordWithResponse

func (c *ClientWithResponses) PutV2SignupPasswordWithResponse(ctx context.Context, body PutV2SignupPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*PutV2SignupPasswordResponse, error)

func (*ClientWithResponses) RelocationCreateLegacyTariffChangeWithBodyWithResponse

func (c *ClientWithResponses) RelocationCreateLegacyTariffChangeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RelocationCreateLegacyTariffChangeResponse, error)

RelocationCreateLegacyTariffChangeWithBodyWithResponse request with arbitrary body returning *RelocationCreateLegacyTariffChangeResponse

func (*ClientWithResponses) RelocationCreateRelocationWithBodyWithResponse

func (c *ClientWithResponses) RelocationCreateRelocationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RelocationCreateRelocationResponse, error)

RelocationCreateRelocationWithBodyWithResponse request with arbitrary body returning *RelocationCreateRelocationResponse

func (*ClientWithResponses) RelocationCreateRelocationWithResponse

func (c *ClientWithResponses) RelocationCreateRelocationWithResponse(ctx context.Context, body RelocationCreateRelocationJSONRequestBody, reqEditors ...RequestEditorFn) (*RelocationCreateRelocationResponse, error)

func (*ClientWithResponses) ServicetokenAuthenticateServiceWithBodyWithResponse

func (c *ClientWithResponses) ServicetokenAuthenticateServiceWithBodyWithResponse(ctx context.Context, accessKeyId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ServicetokenAuthenticateServiceResponse, error)

ServicetokenAuthenticateServiceWithBodyWithResponse request with arbitrary body returning *ServicetokenAuthenticateServiceResponse

func (*ClientWithResponses) ServicetokenAuthenticateServiceWithResponse

func (c *ClientWithResponses) ServicetokenAuthenticateServiceWithResponse(ctx context.Context, accessKeyId string, body ServicetokenAuthenticateServiceJSONRequestBody, reqEditors ...RequestEditorFn) (*ServicetokenAuthenticateServiceResponse, error)

func (*ClientWithResponses) SftpUserCreateSftpUserWithBodyWithResponse

func (c *ClientWithResponses) SftpUserCreateSftpUserWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SftpUserCreateSftpUserResponse, error)

SftpUserCreateSftpUserWithBodyWithResponse request with arbitrary body returning *SftpUserCreateSftpUserResponse

func (*ClientWithResponses) SftpUserCreateSftpUserWithResponse

func (c *ClientWithResponses) SftpUserCreateSftpUserWithResponse(ctx context.Context, projectId string, body SftpUserCreateSftpUserJSONRequestBody, reqEditors ...RequestEditorFn) (*SftpUserCreateSftpUserResponse, error)

func (*ClientWithResponses) SftpUserDeleteSftpUserWithResponse

func (c *ClientWithResponses) SftpUserDeleteSftpUserWithResponse(ctx context.Context, sftpUserId string, reqEditors ...RequestEditorFn) (*SftpUserDeleteSftpUserResponse, error)

SftpUserDeleteSftpUserWithResponse request returning *SftpUserDeleteSftpUserResponse

func (*ClientWithResponses) SftpUserGetSftpUserWithResponse

func (c *ClientWithResponses) SftpUserGetSftpUserWithResponse(ctx context.Context, sftpUserId string, reqEditors ...RequestEditorFn) (*SftpUserGetSftpUserResponse, error)

SftpUserGetSftpUserWithResponse request returning *SftpUserGetSftpUserResponse

func (*ClientWithResponses) SftpUserListSftpUsersWithResponse

func (c *ClientWithResponses) SftpUserListSftpUsersWithResponse(ctx context.Context, projectId string, params *SftpUserListSftpUsersParams, reqEditors ...RequestEditorFn) (*SftpUserListSftpUsersResponse, error)

SftpUserListSftpUsersWithResponse request returning *SftpUserListSftpUsersResponse

func (*ClientWithResponses) SftpUserUpdateSftpUserWithBodyWithResponse

func (c *ClientWithResponses) SftpUserUpdateSftpUserWithBodyWithResponse(ctx context.Context, sftpUserId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SftpUserUpdateSftpUserResponse, error)

SftpUserUpdateSftpUserWithBodyWithResponse request with arbitrary body returning *SftpUserUpdateSftpUserResponse

func (*ClientWithResponses) SftpUserUpdateSftpUserWithResponse

func (c *ClientWithResponses) SftpUserUpdateSftpUserWithResponse(ctx context.Context, sftpUserId string, body SftpUserUpdateSftpUserJSONRequestBody, reqEditors ...RequestEditorFn) (*SftpUserUpdateSftpUserResponse, error)

func (*ClientWithResponses) SshUserCreateSshUserWithBodyWithResponse

func (c *ClientWithResponses) SshUserCreateSshUserWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SshUserCreateSshUserResponse, error)

SshUserCreateSshUserWithBodyWithResponse request with arbitrary body returning *SshUserCreateSshUserResponse

func (*ClientWithResponses) SshUserCreateSshUserWithResponse

func (c *ClientWithResponses) SshUserCreateSshUserWithResponse(ctx context.Context, projectId string, body SshUserCreateSshUserJSONRequestBody, reqEditors ...RequestEditorFn) (*SshUserCreateSshUserResponse, error)

func (*ClientWithResponses) SshUserDeleteSshUserWithResponse

func (c *ClientWithResponses) SshUserDeleteSshUserWithResponse(ctx context.Context, sshUserId string, reqEditors ...RequestEditorFn) (*SshUserDeleteSshUserResponse, error)

SshUserDeleteSshUserWithResponse request returning *SshUserDeleteSshUserResponse

func (*ClientWithResponses) SshUserGetSshUserWithResponse

func (c *ClientWithResponses) SshUserGetSshUserWithResponse(ctx context.Context, sshUserId string, reqEditors ...RequestEditorFn) (*SshUserGetSshUserResponse, error)

SshUserGetSshUserWithResponse request returning *SshUserGetSshUserResponse

func (*ClientWithResponses) SshUserListSshUsersWithResponse

func (c *ClientWithResponses) SshUserListSshUsersWithResponse(ctx context.Context, projectId string, params *SshUserListSshUsersParams, reqEditors ...RequestEditorFn) (*SshUserListSshUsersResponse, error)

SshUserListSshUsersWithResponse request returning *SshUserListSshUsersResponse

func (*ClientWithResponses) SshUserUpdateSshUserWithBodyWithResponse

func (c *ClientWithResponses) SshUserUpdateSshUserWithBodyWithResponse(ctx context.Context, sshUserId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SshUserUpdateSshUserResponse, error)

SshUserUpdateSshUserWithBodyWithResponse request with arbitrary body returning *SshUserUpdateSshUserResponse

func (*ClientWithResponses) SshUserUpdateSshUserWithResponse

func (c *ClientWithResponses) SshUserUpdateSshUserWithResponse(ctx context.Context, sshUserId string, body SshUserUpdateSshUserJSONRequestBody, reqEditors ...RequestEditorFn) (*SshUserUpdateSshUserResponse, error)

func (*ClientWithResponses) UserAddPhoneNumberWithBodyWithResponse

func (c *ClientWithResponses) UserAddPhoneNumberWithBodyWithResponse(ctx context.Context, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserAddPhoneNumberResponse, error)

UserAddPhoneNumberWithBodyWithResponse request with arbitrary body returning *UserAddPhoneNumberResponse

func (*ClientWithResponses) UserAddPhoneNumberWithResponse

func (c *ClientWithResponses) UserAddPhoneNumberWithResponse(ctx context.Context, userId struct {
	union json.RawMessage
}, body UserAddPhoneNumberJSONRequestBody, reqEditors ...RequestEditorFn) (*UserAddPhoneNumberResponse, error)

func (*ClientWithResponses) UserAuthenticateMfaWithBodyWithResponse

func (c *ClientWithResponses) UserAuthenticateMfaWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserAuthenticateMfaResponse, error)

UserAuthenticateMfaWithBodyWithResponse request with arbitrary body returning *UserAuthenticateMfaResponse

func (*ClientWithResponses) UserAuthenticateMfaWithResponse

func (c *ClientWithResponses) UserAuthenticateMfaWithResponse(ctx context.Context, body UserAuthenticateMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*UserAuthenticateMfaResponse, error)

func (*ClientWithResponses) UserAuthenticateWithAccessTokenRetrievalKeyWithBodyWithResponse

func (c *ClientWithResponses) UserAuthenticateWithAccessTokenRetrievalKeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserAuthenticateWithAccessTokenRetrievalKeyResponse, error)

UserAuthenticateWithAccessTokenRetrievalKeyWithBodyWithResponse request with arbitrary body returning *UserAuthenticateWithAccessTokenRetrievalKeyResponse

func (*ClientWithResponses) UserAuthenticateWithBodyWithResponse

func (c *ClientWithResponses) UserAuthenticateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserAuthenticateResponse, error)

UserAuthenticateWithBodyWithResponse request with arbitrary body returning *UserAuthenticateResponse

func (*ClientWithResponses) UserAuthenticateWithResponse

func (c *ClientWithResponses) UserAuthenticateWithResponse(ctx context.Context, body UserAuthenticateJSONRequestBody, reqEditors ...RequestEditorFn) (*UserAuthenticateResponse, error)

func (*ClientWithResponses) UserChangeEmailWithBodyWithResponse

func (c *ClientWithResponses) UserChangeEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserChangeEmailResponse, error)

UserChangeEmailWithBodyWithResponse request with arbitrary body returning *UserChangeEmailResponse

func (*ClientWithResponses) UserChangeEmailWithResponse

func (c *ClientWithResponses) UserChangeEmailWithResponse(ctx context.Context, body UserChangeEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*UserChangeEmailResponse, error)

func (*ClientWithResponses) UserChangePasswordWithBodyWithResponse

func (c *ClientWithResponses) UserChangePasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserChangePasswordResponse, error)

UserChangePasswordWithBodyWithResponse request with arbitrary body returning *UserChangePasswordResponse

func (*ClientWithResponses) UserChangePasswordWithResponse

func (c *ClientWithResponses) UserChangePasswordWithResponse(ctx context.Context, body UserChangePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*UserChangePasswordResponse, error)

func (*ClientWithResponses) UserCheckTokenWithBodyWithResponse

func (c *ClientWithResponses) UserCheckTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserCheckTokenResponse, error)

UserCheckTokenWithBodyWithResponse request with arbitrary body returning *UserCheckTokenResponse

func (*ClientWithResponses) UserCheckTokenWithResponse

func (c *ClientWithResponses) UserCheckTokenWithResponse(ctx context.Context, body UserCheckTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*UserCheckTokenResponse, error)

func (*ClientWithResponses) UserConfirmMfaWithBodyWithResponse

func (c *ClientWithResponses) UserConfirmMfaWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserConfirmMfaResponse, error)

UserConfirmMfaWithBodyWithResponse request with arbitrary body returning *UserConfirmMfaResponse

func (*ClientWithResponses) UserConfirmMfaWithResponse

func (c *ClientWithResponses) UserConfirmMfaWithResponse(ctx context.Context, body UserConfirmMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*UserConfirmMfaResponse, error)

func (*ClientWithResponses) UserConfirmPasswordResetWithBodyWithResponse

func (c *ClientWithResponses) UserConfirmPasswordResetWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserConfirmPasswordResetResponse, error)

UserConfirmPasswordResetWithBodyWithResponse request with arbitrary body returning *UserConfirmPasswordResetResponse

func (*ClientWithResponses) UserConfirmPasswordResetWithResponse

func (c *ClientWithResponses) UserConfirmPasswordResetWithResponse(ctx context.Context, body UserConfirmPasswordResetJSONRequestBody, reqEditors ...RequestEditorFn) (*UserConfirmPasswordResetResponse, error)

func (*ClientWithResponses) UserCreateAccessTokenRetrievalKeyWithBodyWithResponse

func (c *ClientWithResponses) UserCreateAccessTokenRetrievalKeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserCreateAccessTokenRetrievalKeyResponse, error)

UserCreateAccessTokenRetrievalKeyWithBodyWithResponse request with arbitrary body returning *UserCreateAccessTokenRetrievalKeyResponse

func (*ClientWithResponses) UserCreateApiTokenWithBodyWithResponse

func (c *ClientWithResponses) UserCreateApiTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserCreateApiTokenResponse, error)

UserCreateApiTokenWithBodyWithResponse request with arbitrary body returning *UserCreateApiTokenResponse

func (*ClientWithResponses) UserCreateApiTokenWithResponse

func (c *ClientWithResponses) UserCreateApiTokenWithResponse(ctx context.Context, body UserCreateApiTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*UserCreateApiTokenResponse, error)

func (*ClientWithResponses) UserCreateFeedbackWithBodyWithResponse

func (c *ClientWithResponses) UserCreateFeedbackWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserCreateFeedbackResponse, error)

UserCreateFeedbackWithBodyWithResponse request with arbitrary body returning *UserCreateFeedbackResponse

func (*ClientWithResponses) UserCreateFeedbackWithResponse

func (c *ClientWithResponses) UserCreateFeedbackWithResponse(ctx context.Context, body UserCreateFeedbackJSONRequestBody, reqEditors ...RequestEditorFn) (*UserCreateFeedbackResponse, error)

func (*ClientWithResponses) UserCreateSshKeyWithBodyWithResponse

func (c *ClientWithResponses) UserCreateSshKeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserCreateSshKeyResponse, error)

UserCreateSshKeyWithBodyWithResponse request with arbitrary body returning *UserCreateSshKeyResponse

func (*ClientWithResponses) UserCreateSshKeyWithResponse

func (c *ClientWithResponses) UserCreateSshKeyWithResponse(ctx context.Context, body UserCreateSshKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*UserCreateSshKeyResponse, error)

func (*ClientWithResponses) UserDeleteApiTokenWithResponse

func (c *ClientWithResponses) UserDeleteApiTokenWithResponse(ctx context.Context, apiTokenId openapi_types.UUID, reqEditors ...RequestEditorFn) (*UserDeleteApiTokenResponse, error)

UserDeleteApiTokenWithResponse request returning *UserDeleteApiTokenResponse

func (*ClientWithResponses) UserDeleteSshKeyWithResponse

func (c *ClientWithResponses) UserDeleteSshKeyWithResponse(ctx context.Context, sshKeyId openapi_types.UUID, reqEditors ...RequestEditorFn) (*UserDeleteSshKeyResponse, error)

UserDeleteSshKeyWithResponse request returning *UserDeleteSshKeyResponse

func (*ClientWithResponses) UserDeleteUserWithBodyWithResponse

func (c *ClientWithResponses) UserDeleteUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserDeleteUserResponse, error)

UserDeleteUserWithBodyWithResponse request with arbitrary body returning *UserDeleteUserResponse

func (*ClientWithResponses) UserDeleteUserWithResponse

func (c *ClientWithResponses) UserDeleteUserWithResponse(ctx context.Context, body UserDeleteUserJSONRequestBody, reqEditors ...RequestEditorFn) (*UserDeleteUserResponse, error)

func (*ClientWithResponses) UserDisableMfaWithBodyWithResponse

func (c *ClientWithResponses) UserDisableMfaWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserDisableMfaResponse, error)

UserDisableMfaWithBodyWithResponse request with arbitrary body returning *UserDisableMfaResponse

func (*ClientWithResponses) UserDisableMfaWithResponse

func (c *ClientWithResponses) UserDisableMfaWithResponse(ctx context.Context, body UserDisableMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*UserDisableMfaResponse, error)

func (*ClientWithResponses) UserEditApiTokenWithBodyWithResponse

func (c *ClientWithResponses) UserEditApiTokenWithBodyWithResponse(ctx context.Context, apiTokenId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserEditApiTokenResponse, error)

UserEditApiTokenWithBodyWithResponse request with arbitrary body returning *UserEditApiTokenResponse

func (*ClientWithResponses) UserEditApiTokenWithResponse

func (c *ClientWithResponses) UserEditApiTokenWithResponse(ctx context.Context, apiTokenId openapi_types.UUID, body UserEditApiTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*UserEditApiTokenResponse, error)

func (*ClientWithResponses) UserEditSshKeyWithBodyWithResponse

func (c *ClientWithResponses) UserEditSshKeyWithBodyWithResponse(ctx context.Context, sshKeyId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserEditSshKeyResponse, error)

UserEditSshKeyWithBodyWithResponse request with arbitrary body returning *UserEditSshKeyResponse

func (*ClientWithResponses) UserEditSshKeyWithResponse

func (c *ClientWithResponses) UserEditSshKeyWithResponse(ctx context.Context, sshKeyId openapi_types.UUID, body UserEditSshKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*UserEditSshKeyResponse, error)

func (*ClientWithResponses) UserGetApiTokenWithResponse

func (c *ClientWithResponses) UserGetApiTokenWithResponse(ctx context.Context, apiTokenId openapi_types.UUID, reqEditors ...RequestEditorFn) (*UserGetApiTokenResponse, error)

UserGetApiTokenWithResponse request returning *UserGetApiTokenResponse

func (*ClientWithResponses) UserGetMfaStatusWithResponse

func (c *ClientWithResponses) UserGetMfaStatusWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserGetMfaStatusResponse, error)

UserGetMfaStatusWithResponse request returning *UserGetMfaStatusResponse

func (*ClientWithResponses) UserGetOwnAccountWithBodyWithResponse

func (c *ClientWithResponses) UserGetOwnAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserGetOwnAccountResponse, error)

UserGetOwnAccountWithBodyWithResponse request with arbitrary body returning *UserGetOwnAccountResponse

func (*ClientWithResponses) UserGetOwnAccountWithResponse

func (c *ClientWithResponses) UserGetOwnAccountWithResponse(ctx context.Context, body UserGetOwnAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*UserGetOwnAccountResponse, error)

func (*ClientWithResponses) UserGetOwnEmailWithResponse

func (c *ClientWithResponses) UserGetOwnEmailWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserGetOwnEmailResponse, error)

UserGetOwnEmailWithResponse request returning *UserGetOwnEmailResponse

func (*ClientWithResponses) UserGetPasswordUpdatedAtWithBodyWithResponse

func (c *ClientWithResponses) UserGetPasswordUpdatedAtWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserGetPasswordUpdatedAtResponse, error)

UserGetPasswordUpdatedAtWithBodyWithResponse request with arbitrary body returning *UserGetPasswordUpdatedAtResponse

func (*ClientWithResponses) UserGetPasswordUpdatedAtWithResponse

func (c *ClientWithResponses) UserGetPasswordUpdatedAtWithResponse(ctx context.Context, body UserGetPasswordUpdatedAtJSONRequestBody, reqEditors ...RequestEditorFn) (*UserGetPasswordUpdatedAtResponse, error)

func (*ClientWithResponses) UserGetPersonalizedSettingsWithResponse

func (c *ClientWithResponses) UserGetPersonalizedSettingsWithResponse(ctx context.Context, userId struct {
	union json.RawMessage
}, reqEditors ...RequestEditorFn) (*UserGetPersonalizedSettingsResponse, error)

UserGetPersonalizedSettingsWithResponse request returning *UserGetPersonalizedSettingsResponse

func (*ClientWithResponses) UserGetPollStatusWithResponse

func (c *ClientWithResponses) UserGetPollStatusWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*UserGetPollStatusResponse, error)

UserGetPollStatusWithResponse request returning *UserGetPollStatusResponse

func (*ClientWithResponses) UserGetSessionWithResponse

func (c *ClientWithResponses) UserGetSessionWithResponse(ctx context.Context, tokenId string, reqEditors ...RequestEditorFn) (*UserGetSessionResponse, error)

UserGetSessionWithResponse request returning *UserGetSessionResponse

func (*ClientWithResponses) UserGetSshKeyWithResponse

func (c *ClientWithResponses) UserGetSshKeyWithResponse(ctx context.Context, sshKeyId openapi_types.UUID, reqEditors ...RequestEditorFn) (*UserGetSshKeyResponse, error)

UserGetSshKeyWithResponse request returning *UserGetSshKeyResponse

func (*ClientWithResponses) UserGetUserWithResponse

func (c *ClientWithResponses) UserGetUserWithResponse(ctx context.Context, userId struct {
	union json.RawMessage
}, reqEditors ...RequestEditorFn) (*UserGetUserResponse, error)

UserGetUserWithResponse request returning *UserGetUserResponse

func (*ClientWithResponses) UserInitMfaWithBodyWithResponse

func (c *ClientWithResponses) UserInitMfaWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserInitMfaResponse, error)

UserInitMfaWithBodyWithResponse request with arbitrary body returning *UserInitMfaResponse

func (*ClientWithResponses) UserInitMfaWithResponse

func (c *ClientWithResponses) UserInitMfaWithResponse(ctx context.Context, body UserInitMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*UserInitMfaResponse, error)

func (*ClientWithResponses) UserInitPasswordResetWithBodyWithResponse

func (c *ClientWithResponses) UserInitPasswordResetWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserInitPasswordResetResponse, error)

UserInitPasswordResetWithBodyWithResponse request with arbitrary body returning *UserInitPasswordResetResponse

func (*ClientWithResponses) UserInitPasswordResetWithResponse

func (c *ClientWithResponses) UserInitPasswordResetWithResponse(ctx context.Context, body UserInitPasswordResetJSONRequestBody, reqEditors ...RequestEditorFn) (*UserInitPasswordResetResponse, error)

func (*ClientWithResponses) UserListApiTokensWithResponse

func (c *ClientWithResponses) UserListApiTokensWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserListApiTokensResponse, error)

UserListApiTokensWithResponse request returning *UserListApiTokensResponse

func (*ClientWithResponses) UserListFeedbackWithResponse

func (c *ClientWithResponses) UserListFeedbackWithResponse(ctx context.Context, userId struct {
	union json.RawMessage
}, params *UserListFeedbackParams, reqEditors ...RequestEditorFn) (*UserListFeedbackResponse, error)

UserListFeedbackWithResponse request returning *UserListFeedbackResponse

func (*ClientWithResponses) UserListSessionsWithResponse

func (c *ClientWithResponses) UserListSessionsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserListSessionsResponse, error)

UserListSessionsWithResponse request returning *UserListSessionsResponse

func (*ClientWithResponses) UserListSshKeysWithResponse

func (c *ClientWithResponses) UserListSshKeysWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserListSshKeysResponse, error)

UserListSshKeysWithResponse request returning *UserListSshKeysResponse

func (*ClientWithResponses) UserLogoutWithBodyWithResponse

func (c *ClientWithResponses) UserLogoutWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserLogoutResponse, error)

UserLogoutWithBodyWithResponse request with arbitrary body returning *UserLogoutResponse

func (*ClientWithResponses) UserLogoutWithResponse

func (c *ClientWithResponses) UserLogoutWithResponse(ctx context.Context, body UserLogoutJSONRequestBody, reqEditors ...RequestEditorFn) (*UserLogoutResponse, error)

func (*ClientWithResponses) UserOauthGetAuthorizationWithResponse

func (c *ClientWithResponses) UserOauthGetAuthorizationWithResponse(ctx context.Context, params *UserOauthGetAuthorizationParams, reqEditors ...RequestEditorFn) (*UserOauthGetAuthorizationResponse, error)

UserOauthGetAuthorizationWithResponse request returning *UserOauthGetAuthorizationResponse

func (*ClientWithResponses) UserOauthRetrieveAccessTokenWithBodyWithResponse

func (c *ClientWithResponses) UserOauthRetrieveAccessTokenWithBodyWithResponse(ctx context.Context, params *UserOauthRetrieveAccessTokenParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserOauthRetrieveAccessTokenResponse, error)

UserOauthRetrieveAccessTokenWithBodyWithResponse request with arbitrary body returning *UserOauthRetrieveAccessTokenResponse

func (*ClientWithResponses) UserPostPollStatusWithBodyWithResponse

func (c *ClientWithResponses) UserPostPollStatusWithBodyWithResponse(ctx context.Context, userId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserPostPollStatusResponse, error)

UserPostPollStatusWithBodyWithResponse request with arbitrary body returning *UserPostPollStatusResponse

func (*ClientWithResponses) UserPostPollStatusWithResponse

func (c *ClientWithResponses) UserPostPollStatusWithResponse(ctx context.Context, userId string, body UserPostPollStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*UserPostPollStatusResponse, error)

func (*ClientWithResponses) UserRegisterWithBodyWithResponse

func (c *ClientWithResponses) UserRegisterWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserRegisterResponse, error)

UserRegisterWithBodyWithResponse request with arbitrary body returning *UserRegisterResponse

func (*ClientWithResponses) UserRegisterWithResponse

func (c *ClientWithResponses) UserRegisterWithResponse(ctx context.Context, body UserRegisterJSONRequestBody, reqEditors ...RequestEditorFn) (*UserRegisterResponse, error)

func (*ClientWithResponses) UserRemoveAvatarWithResponse

func (c *ClientWithResponses) UserRemoveAvatarWithResponse(ctx context.Context, userId struct {
	union json.RawMessage
}, reqEditors ...RequestEditorFn) (*UserRemoveAvatarResponse, error)

UserRemoveAvatarWithResponse request returning *UserRemoveAvatarResponse

func (*ClientWithResponses) UserRemovePhoneNumberWithResponse

func (c *ClientWithResponses) UserRemovePhoneNumberWithResponse(ctx context.Context, userId struct {
	union json.RawMessage
}, reqEditors ...RequestEditorFn) (*UserRemovePhoneNumberResponse, error)

UserRemovePhoneNumberWithResponse request returning *UserRemovePhoneNumberResponse

func (*ClientWithResponses) UserRequestAvatarUploadWithBodyWithResponse

func (c *ClientWithResponses) UserRequestAvatarUploadWithBodyWithResponse(ctx context.Context, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserRequestAvatarUploadResponse, error)

UserRequestAvatarUploadWithBodyWithResponse request with arbitrary body returning *UserRequestAvatarUploadResponse

func (*ClientWithResponses) UserRequestAvatarUploadWithResponse

func (c *ClientWithResponses) UserRequestAvatarUploadWithResponse(ctx context.Context, userId struct {
	union json.RawMessage
}, body UserRequestAvatarUploadJSONRequestBody, reqEditors ...RequestEditorFn) (*UserRequestAvatarUploadResponse, error)

func (*ClientWithResponses) UserResendVerificationEmailWithBodyWithResponse

func (c *ClientWithResponses) UserResendVerificationEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserResendVerificationEmailResponse, error)

UserResendVerificationEmailWithBodyWithResponse request with arbitrary body returning *UserResendVerificationEmailResponse

func (*ClientWithResponses) UserResendVerificationEmailWithResponse

func (c *ClientWithResponses) UserResendVerificationEmailWithResponse(ctx context.Context, body UserResendVerificationEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*UserResendVerificationEmailResponse, error)

func (*ClientWithResponses) UserResetRecoverycodesWithBodyWithResponse

func (c *ClientWithResponses) UserResetRecoverycodesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserResetRecoverycodesResponse, error)

UserResetRecoverycodesWithBodyWithResponse request with arbitrary body returning *UserResetRecoverycodesResponse

func (*ClientWithResponses) UserResetRecoverycodesWithResponse

func (c *ClientWithResponses) UserResetRecoverycodesWithResponse(ctx context.Context, body UserResetRecoverycodesJSONRequestBody, reqEditors ...RequestEditorFn) (*UserResetRecoverycodesResponse, error)

func (*ClientWithResponses) UserSupportCodeRequestWithResponse

func (c *ClientWithResponses) UserSupportCodeRequestWithResponse(ctx context.Context, params *UserSupportCodeRequestParams, reqEditors ...RequestEditorFn) (*UserSupportCodeRequestResponse, error)

UserSupportCodeRequestWithResponse request returning *UserSupportCodeRequestResponse

func (*ClientWithResponses) UserTerminateAllSessionsWithResponse

func (c *ClientWithResponses) UserTerminateAllSessionsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserTerminateAllSessionsResponse, error)

UserTerminateAllSessionsWithResponse request returning *UserTerminateAllSessionsResponse

func (*ClientWithResponses) UserTerminateSessionWithResponse

func (c *ClientWithResponses) UserTerminateSessionWithResponse(ctx context.Context, tokenId string, reqEditors ...RequestEditorFn) (*UserTerminateSessionResponse, error)

UserTerminateSessionWithResponse request returning *UserTerminateSessionResponse

func (*ClientWithResponses) UserUpdateAccountWithBodyWithResponse

func (c *ClientWithResponses) UserUpdateAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserUpdateAccountResponse, error)

UserUpdateAccountWithBodyWithResponse request with arbitrary body returning *UserUpdateAccountResponse

func (*ClientWithResponses) UserUpdateAccountWithResponse

func (c *ClientWithResponses) UserUpdateAccountWithResponse(ctx context.Context, body UserUpdateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*UserUpdateAccountResponse, error)

func (*ClientWithResponses) UserUpdatePersonalInformationWithBodyWithResponse

func (c *ClientWithResponses) UserUpdatePersonalInformationWithBodyWithResponse(ctx context.Context, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserUpdatePersonalInformationResponse, error)

UserUpdatePersonalInformationWithBodyWithResponse request with arbitrary body returning *UserUpdatePersonalInformationResponse

func (*ClientWithResponses) UserUpdatePersonalInformationWithResponse

func (c *ClientWithResponses) UserUpdatePersonalInformationWithResponse(ctx context.Context, userId struct {
	union json.RawMessage
}, body UserUpdatePersonalInformationJSONRequestBody, reqEditors ...RequestEditorFn) (*UserUpdatePersonalInformationResponse, error)

func (*ClientWithResponses) UserUpdatePersonalizedSettingsWithBodyWithResponse

func (c *ClientWithResponses) UserUpdatePersonalizedSettingsWithBodyWithResponse(ctx context.Context, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserUpdatePersonalizedSettingsResponse, error)

UserUpdatePersonalizedSettingsWithBodyWithResponse request with arbitrary body returning *UserUpdatePersonalizedSettingsResponse

func (*ClientWithResponses) UserUpdatePersonalizedSettingsWithResponse

func (c *ClientWithResponses) UserUpdatePersonalizedSettingsWithResponse(ctx context.Context, userId struct {
	union json.RawMessage
}, body UserUpdatePersonalizedSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*UserUpdatePersonalizedSettingsResponse, error)

func (*ClientWithResponses) UserVerifyEmailWithBodyWithResponse

func (c *ClientWithResponses) UserVerifyEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserVerifyEmailResponse, error)

UserVerifyEmailWithBodyWithResponse request with arbitrary body returning *UserVerifyEmailResponse

func (*ClientWithResponses) UserVerifyEmailWithResponse

func (c *ClientWithResponses) UserVerifyEmailWithResponse(ctx context.Context, body UserVerifyEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*UserVerifyEmailResponse, error)

func (*ClientWithResponses) UserVerifyPhoneNumberWithBodyWithResponse

func (c *ClientWithResponses) UserVerifyPhoneNumberWithBodyWithResponse(ctx context.Context, userId struct {
	union json.RawMessage
}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserVerifyPhoneNumberResponse, error)

UserVerifyPhoneNumberWithBodyWithResponse request with arbitrary body returning *UserVerifyPhoneNumberResponse

func (*ClientWithResponses) UserVerifyPhoneNumberWithResponse

func (c *ClientWithResponses) UserVerifyPhoneNumberWithResponse(ctx context.Context, userId struct {
	union json.RawMessage
}, body UserVerifyPhoneNumberJSONRequestBody, reqEditors ...RequestEditorFn) (*UserVerifyPhoneNumberResponse, error)

func (*ClientWithResponses) UserVerifyRegistrationWithBodyWithResponse

func (c *ClientWithResponses) UserVerifyRegistrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserVerifyRegistrationResponse, error)

UserVerifyRegistrationWithBodyWithResponse request with arbitrary body returning *UserVerifyRegistrationResponse

func (*ClientWithResponses) UserVerifyRegistrationWithResponse

func (c *ClientWithResponses) UserVerifyRegistrationWithResponse(ctx context.Context, body UserVerifyRegistrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UserVerifyRegistrationResponse, error)

type ClientWithResponsesInterface

type ClientWithResponsesInterface interface {
	// PostInternalV2ServicesAccessKeyIdActionsAuthenticateWithBodyWithResponse request with any body
	PostInternalV2ServicesAccessKeyIdActionsAuthenticateWithBodyWithResponse(ctx context.Context, accessKeyId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostInternalV2ServicesAccessKeyIdActionsAuthenticateResponse, error)

	PostInternalV2ServicesAccessKeyIdActionsAuthenticateWithResponse(ctx context.Context, accessKeyId string, body PostInternalV2ServicesAccessKeyIdActionsAuthenticateJSONRequestBody, reqEditors ...RequestEditorFn) (*PostInternalV2ServicesAccessKeyIdActionsAuthenticateResponse, error)

	// AppUninstallAppinstallationWithResponse request
	AppUninstallAppinstallationWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AppUninstallAppinstallationResponse, error)

	// AppGetAppinstallationWithResponse request
	AppGetAppinstallationWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AppGetAppinstallationResponse, error)

	// AppPatchAppinstallationWithBodyWithResponse request with any body
	AppPatchAppinstallationWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AppPatchAppinstallationResponse, error)

	AppPatchAppinstallationWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, body AppPatchAppinstallationJSONRequestBody, reqEditors ...RequestEditorFn) (*AppPatchAppinstallationResponse, error)

	// AppRequestAppinstallationCopyWithBodyWithResponse request with any body
	AppRequestAppinstallationCopyWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AppRequestAppinstallationCopyResponse, error)

	AppRequestAppinstallationCopyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, body AppRequestAppinstallationCopyJSONRequestBody, reqEditors ...RequestEditorFn) (*AppRequestAppinstallationCopyResponse, error)

	// AppExecuteActionWithBodyWithResponse request with any body
	AppExecuteActionWithBodyWithResponse(ctx context.Context, appInstallationId string, action DeMittwaldV1AppAction, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AppExecuteActionResponse, error)

	AppExecuteActionWithResponse(ctx context.Context, appInstallationId string, action DeMittwaldV1AppAction, body AppExecuteActionJSONRequestBody, reqEditors ...RequestEditorFn) (*AppExecuteActionResponse, error)

	// AppLinkDatabaseWithBodyWithResponse request with any body
	AppLinkDatabaseWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AppLinkDatabaseResponse, error)

	AppLinkDatabaseWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, body AppLinkDatabaseJSONRequestBody, reqEditors ...RequestEditorFn) (*AppLinkDatabaseResponse, error)

	// AppUnlinkDatabaseWithResponse request
	AppUnlinkDatabaseWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AppUnlinkDatabaseResponse, error)

	// PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdWithBodyWithResponse request with any body
	PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdResponse, error)

	PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, body PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdResponse, error)

	// AppSetDatabaseUsersWithBodyWithResponse request with any body
	AppSetDatabaseUsersWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AppSetDatabaseUsersResponse, error)

	AppSetDatabaseUsersWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, body AppSetDatabaseUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*AppSetDatabaseUsersResponse, error)

	// AppGetMissingDependenciesForAppinstallationWithResponse request
	AppGetMissingDependenciesForAppinstallationWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, params *AppGetMissingDependenciesForAppinstallationParams, reqEditors ...RequestEditorFn) (*AppGetMissingDependenciesForAppinstallationResponse, error)

	// AppRetrieveStatusWithResponse request
	AppRetrieveStatusWithResponse(ctx context.Context, appInstallationId string, reqEditors ...RequestEditorFn) (*AppRetrieveStatusResponse, error)

	// AppGetInstalledSystemsoftwareForAppinstallationWithResponse request
	AppGetInstalledSystemsoftwareForAppinstallationWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, params *AppGetInstalledSystemsoftwareForAppinstallationParams, reqEditors ...RequestEditorFn) (*AppGetInstalledSystemsoftwareForAppinstallationResponse, error)

	// DeleteV2AppinstallationsAppInstallationIdWithResponse request
	DeleteV2AppinstallationsAppInstallationIdWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteV2AppinstallationsAppInstallationIdResponse, error)

	// GetV2AppinstallationsAppInstallationIdWithResponse request
	GetV2AppinstallationsAppInstallationIdWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2AppinstallationsAppInstallationIdResponse, error)

	// PatchV2AppinstallationsAppInstallationIdWithBodyWithResponse request with any body
	PatchV2AppinstallationsAppInstallationIdWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchV2AppinstallationsAppInstallationIdResponse, error)

	PatchV2AppinstallationsAppInstallationIdWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, body PatchV2AppinstallationsAppInstallationIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchV2AppinstallationsAppInstallationIdResponse, error)

	// PostV2AppinstallationsAppInstallationIdActionsCopyWithBodyWithResponse request with any body
	PostV2AppinstallationsAppInstallationIdActionsCopyWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2AppinstallationsAppInstallationIdActionsCopyResponse, error)

	PostV2AppinstallationsAppInstallationIdActionsCopyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, body PostV2AppinstallationsAppInstallationIdActionsCopyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2AppinstallationsAppInstallationIdActionsCopyResponse, error)

	// PostV2AppinstallationsAppInstallationIdActionsActionWithBodyWithResponse request with any body
	PostV2AppinstallationsAppInstallationIdActionsActionWithBodyWithResponse(ctx context.Context, appInstallationId string, action DeMittwaldV1AppAction, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2AppinstallationsAppInstallationIdActionsActionResponse, error)

	PostV2AppinstallationsAppInstallationIdActionsActionWithResponse(ctx context.Context, appInstallationId string, action DeMittwaldV1AppAction, body PostV2AppinstallationsAppInstallationIdActionsActionJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2AppinstallationsAppInstallationIdActionsActionResponse, error)

	// DeprecatedAppLinkDatabaseWithBodyWithResponse request with any body
	DeprecatedAppLinkDatabaseWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedAppLinkDatabaseResponse, error)

	DeprecatedAppLinkDatabaseWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, body DeprecatedAppLinkDatabaseJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedAppLinkDatabaseResponse, error)

	// DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdWithResponse request
	DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse, error)

	// PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdWithBodyWithResponse request with any body
	PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdWithBodyWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse, error)

	PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID, body PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse, error)

	// GetV2AppinstallationsAppInstallationIdMissingDependenciesWithResponse request
	GetV2AppinstallationsAppInstallationIdMissingDependenciesWithResponse(ctx context.Context, appInstallationId openapi_types.UUID, params *GetV2AppinstallationsAppInstallationIdMissingDependenciesParams, reqEditors ...RequestEditorFn) (*GetV2AppinstallationsAppInstallationIdMissingDependenciesResponse, error)

	// GetV2AppinstallationsAppInstallationIdStatusWithResponse request
	GetV2AppinstallationsAppInstallationIdStatusWithResponse(ctx context.Context, appInstallationId string, reqEditors ...RequestEditorFn) (*GetV2AppinstallationsAppInstallationIdStatusResponse, error)

	// AppListAppsWithResponse request
	AppListAppsWithResponse(ctx context.Context, params *AppListAppsParams, reqEditors ...RequestEditorFn) (*AppListAppsResponse, error)

	// AppGetAppWithResponse request
	AppGetAppWithResponse(ctx context.Context, appId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AppGetAppResponse, error)

	// AppListAppversionsWithResponse request
	AppListAppversionsWithResponse(ctx context.Context, appId openapi_types.UUID, params *AppListAppversionsParams, reqEditors ...RequestEditorFn) (*AppListAppversionsResponse, error)

	// AppGetAppversionWithResponse request
	AppGetAppversionWithResponse(ctx context.Context, appId openapi_types.UUID, appVersionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AppGetAppversionResponse, error)

	// AppListUpdateCandidatesForAppversionWithResponse request
	AppListUpdateCandidatesForAppversionWithResponse(ctx context.Context, appId openapi_types.UUID, baseAppVersionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AppListUpdateCandidatesForAppversionResponse, error)

	// ArticleListArticlesWithResponse request
	ArticleListArticlesWithResponse(ctx context.Context, params *ArticleListArticlesParams, reqEditors ...RequestEditorFn) (*ArticleListArticlesResponse, error)

	// ArticleGetArticleWithResponse request
	ArticleGetArticleWithResponse(ctx context.Context, articleId string, params *ArticleGetArticleParams, reqEditors ...RequestEditorFn) (*ArticleGetArticleResponse, error)

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

	UserAuthenticateWithResponse(ctx context.Context, body UserAuthenticateJSONRequestBody, reqEditors ...RequestEditorFn) (*UserAuthenticateResponse, error)

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

	UserAuthenticateMfaWithResponse(ctx context.Context, body UserAuthenticateMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*UserAuthenticateMfaResponse, error)

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

	UserAuthenticateWithAccessTokenRetrievalKeyWithResponse(ctx context.Context, body UserAuthenticateWithAccessTokenRetrievalKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*UserAuthenticateWithAccessTokenRetrievalKeyResponse, error)

	// ContractGetDetailOfContractWithResponse request
	ContractGetDetailOfContractWithResponse(ctx context.Context, contractId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractGetDetailOfContractResponse, error)

	// ContractGetBaseItemOfContractWithResponse request
	ContractGetBaseItemOfContractWithResponse(ctx context.Context, contractId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractGetBaseItemOfContractResponse, error)

	// ContractGetDetailOfContractItemWithResponse request
	ContractGetDetailOfContractItemWithResponse(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractGetDetailOfContractItemResponse, error)

	// ContractGetNextTerminationDateForItemWithResponse request
	ContractGetNextTerminationDateForItemWithResponse(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractGetNextTerminationDateForItemResponse, error)

	// ContractCancelContractTariffChangeWithResponse request
	ContractCancelContractTariffChangeWithResponse(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractCancelContractTariffChangeResponse, error)

	// ContractCancelContractItemTerminationWithResponse request
	ContractCancelContractItemTerminationWithResponse(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractCancelContractItemTerminationResponse, error)

	// ContractTerminateContractItemWithBodyWithResponse request with any body
	ContractTerminateContractItemWithBodyWithResponse(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContractTerminateContractItemResponse, error)

	ContractTerminateContractItemWithResponse(ctx context.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID, body ContractTerminateContractItemJSONRequestBody, reqEditors ...RequestEditorFn) (*ContractTerminateContractItemResponse, error)

	// ContractCancelContractTerminationWithResponse request
	ContractCancelContractTerminationWithResponse(ctx context.Context, contractId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractCancelContractTerminationResponse, error)

	// ContractTerminateContractWithBodyWithResponse request with any body
	ContractTerminateContractWithBodyWithResponse(ctx context.Context, contractId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContractTerminateContractResponse, error)

	ContractTerminateContractWithResponse(ctx context.Context, contractId openapi_types.UUID, body ContractTerminateContractJSONRequestBody, reqEditors ...RequestEditorFn) (*ContractTerminateContractResponse, error)

	// ExtensionListContributorsWithResponse request
	ExtensionListContributorsWithResponse(ctx context.Context, params *ExtensionListContributorsParams, reqEditors ...RequestEditorFn) (*ExtensionListContributorsResponse, error)

	// ExtensionGetContributorWithResponse request
	ExtensionGetContributorWithResponse(ctx context.Context, contributorId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ExtensionGetContributorResponse, error)

	// ConversationListCategoriesWithResponse request
	ConversationListCategoriesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ConversationListCategoriesResponse, error)

	// ConversationGetCategoryWithResponse request
	ConversationGetCategoryWithResponse(ctx context.Context, categoryId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ConversationGetCategoryResponse, error)

	// ConversationListConversationsWithResponse request
	ConversationListConversationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ConversationListConversationsResponse, error)

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

	ConversationCreateConversationWithResponse(ctx context.Context, body ConversationCreateConversationJSONRequestBody, reqEditors ...RequestEditorFn) (*ConversationCreateConversationResponse, error)

	// ConversationGetConversationWithResponse request
	ConversationGetConversationWithResponse(ctx context.Context, conversationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ConversationGetConversationResponse, error)

	// ConversationUpdateConversationWithBodyWithResponse request with any body
	ConversationUpdateConversationWithBodyWithResponse(ctx context.Context, conversationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConversationUpdateConversationResponse, error)

	ConversationUpdateConversationWithResponse(ctx context.Context, conversationId openapi_types.UUID, body ConversationUpdateConversationJSONRequestBody, reqEditors ...RequestEditorFn) (*ConversationUpdateConversationResponse, error)

	// ConversationRequestFileUploadWithBodyWithResponse request with any body
	ConversationRequestFileUploadWithBodyWithResponse(ctx context.Context, conversationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConversationRequestFileUploadResponse, error)

	ConversationRequestFileUploadWithResponse(ctx context.Context, conversationId openapi_types.UUID, body ConversationRequestFileUploadJSONRequestBody, reqEditors ...RequestEditorFn) (*ConversationRequestFileUploadResponse, error)

	// ConversationGetFileAccessTokenWithResponse request
	ConversationGetFileAccessTokenWithResponse(ctx context.Context, conversationId openapi_types.UUID, fileId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ConversationGetFileAccessTokenResponse, error)

	// ConversationGetConversationMembersWithResponse request
	ConversationGetConversationMembersWithResponse(ctx context.Context, conversationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ConversationGetConversationMembersResponse, error)

	// ConversationListMessagesByConversationWithResponse request
	ConversationListMessagesByConversationWithResponse(ctx context.Context, conversationId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ConversationListMessagesByConversationResponse, error)

	// ConversationCreateMessageWithBodyWithResponse request with any body
	ConversationCreateMessageWithBodyWithResponse(ctx context.Context, conversationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConversationCreateMessageResponse, error)

	ConversationCreateMessageWithResponse(ctx context.Context, conversationId openapi_types.UUID, body ConversationCreateMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*ConversationCreateMessageResponse, error)

	// ConversationUpdateMessageWithBodyWithResponse request with any body
	ConversationUpdateMessageWithBodyWithResponse(ctx context.Context, conversationId openapi_types.UUID, messageId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConversationUpdateMessageResponse, error)

	ConversationUpdateMessageWithResponse(ctx context.Context, conversationId openapi_types.UUID, messageId openapi_types.UUID, body ConversationUpdateMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*ConversationUpdateMessageResponse, error)

	// ConversationSetConversationStatusWithBodyWithResponse request with any body
	ConversationSetConversationStatusWithBodyWithResponse(ctx context.Context, conversationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConversationSetConversationStatusResponse, error)

	ConversationSetConversationStatusWithResponse(ctx context.Context, conversationId openapi_types.UUID, body ConversationSetConversationStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*ConversationSetConversationStatusResponse, error)

	// CronjobDeleteCronjobWithResponse request
	CronjobDeleteCronjobWithResponse(ctx context.Context, cronjobId openapi_types.UUID, reqEditors ...RequestEditorFn) (*CronjobDeleteCronjobResponse, error)

	// CronjobGetCronjobWithResponse request
	CronjobGetCronjobWithResponse(ctx context.Context, cronjobId openapi_types.UUID, reqEditors ...RequestEditorFn) (*CronjobGetCronjobResponse, error)

	// CronjobUpdateCronjobWithBodyWithResponse request with any body
	CronjobUpdateCronjobWithBodyWithResponse(ctx context.Context, cronjobId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CronjobUpdateCronjobResponse, error)

	CronjobUpdateCronjobWithResponse(ctx context.Context, cronjobId openapi_types.UUID, body CronjobUpdateCronjobJSONRequestBody, reqEditors ...RequestEditorFn) (*CronjobUpdateCronjobResponse, error)

	// CronjobUpdateCronjobAppIdWithBodyWithResponse request with any body
	CronjobUpdateCronjobAppIdWithBodyWithResponse(ctx context.Context, cronjobId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CronjobUpdateCronjobAppIdResponse, error)

	CronjobUpdateCronjobAppIdWithResponse(ctx context.Context, cronjobId openapi_types.UUID, body CronjobUpdateCronjobAppIdJSONRequestBody, reqEditors ...RequestEditorFn) (*CronjobUpdateCronjobAppIdResponse, error)

	// CronjobListExecutionsWithResponse request
	CronjobListExecutionsWithResponse(ctx context.Context, cronjobId openapi_types.UUID, params *CronjobListExecutionsParams, reqEditors ...RequestEditorFn) (*CronjobListExecutionsResponse, error)

	// CronjobCreateExecutionWithBodyWithResponse request with any body
	CronjobCreateExecutionWithBodyWithResponse(ctx context.Context, cronjobId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CronjobCreateExecutionResponse, error)

	CronjobCreateExecutionWithResponse(ctx context.Context, cronjobId openapi_types.UUID, body CronjobCreateExecutionJSONRequestBody, reqEditors ...RequestEditorFn) (*CronjobCreateExecutionResponse, error)

	// CronjobGetExecutionWithResponse request
	CronjobGetExecutionWithResponse(ctx context.Context, cronjobId openapi_types.UUID, executionId string, reqEditors ...RequestEditorFn) (*CronjobGetExecutionResponse, error)

	// CronjobAbortExecutionWithBodyWithResponse request with any body
	CronjobAbortExecutionWithBodyWithResponse(ctx context.Context, cronjobId openapi_types.UUID, executionId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CronjobAbortExecutionResponse, error)

	CronjobAbortExecutionWithResponse(ctx context.Context, cronjobId openapi_types.UUID, executionId string, body CronjobAbortExecutionJSONRequestBody, reqEditors ...RequestEditorFn) (*CronjobAbortExecutionResponse, error)

	// CustomerListOfCustomerCategoriesWithResponse request
	CustomerListOfCustomerCategoriesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CustomerListOfCustomerCategoriesResponse, error)

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

	CustomerCreateCategoryWithResponse(ctx context.Context, body CustomerCreateCategoryJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerCreateCategoryResponse, error)

	// CustomerDeleteCategoryWithResponse request
	CustomerDeleteCategoryWithResponse(ctx context.Context, categoryId string, reqEditors ...RequestEditorFn) (*CustomerDeleteCategoryResponse, error)

	// CustomerGetCustomerCategoryWithResponse request
	CustomerGetCustomerCategoryWithResponse(ctx context.Context, categoryId string, reqEditors ...RequestEditorFn) (*CustomerGetCustomerCategoryResponse, error)

	// CustomerUpdateCategoryWithBodyWithResponse request with any body
	CustomerUpdateCategoryWithBodyWithResponse(ctx context.Context, categoryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerUpdateCategoryResponse, error)

	CustomerUpdateCategoryWithResponse(ctx context.Context, categoryId string, body CustomerUpdateCategoryJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerUpdateCategoryResponse, error)

	// CustomerListCustomerInvitesWithResponse request
	CustomerListCustomerInvitesWithResponse(ctx context.Context, params *CustomerListCustomerInvitesParams, reqEditors ...RequestEditorFn) (*CustomerListCustomerInvitesResponse, error)

	// CustomerDeleteCustomerInviteWithResponse request
	CustomerDeleteCustomerInviteWithResponse(ctx context.Context, customerInviteId openapi_types.UUID, reqEditors ...RequestEditorFn) (*CustomerDeleteCustomerInviteResponse, error)

	// CustomerGetCustomerInviteWithResponse request
	CustomerGetCustomerInviteWithResponse(ctx context.Context, customerInviteId string, reqEditors ...RequestEditorFn) (*CustomerGetCustomerInviteResponse, error)

	// CustomerAcceptCustomerInviteWithBodyWithResponse request with any body
	CustomerAcceptCustomerInviteWithBodyWithResponse(ctx context.Context, customerInviteId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerAcceptCustomerInviteResponse, error)

	CustomerAcceptCustomerInviteWithResponse(ctx context.Context, customerInviteId openapi_types.UUID, body CustomerAcceptCustomerInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerAcceptCustomerInviteResponse, error)

	// CustomerDeclineCustomerInviteWithBodyWithResponse request with any body
	CustomerDeclineCustomerInviteWithBodyWithResponse(ctx context.Context, customerInviteId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerDeclineCustomerInviteResponse, error)

	CustomerDeclineCustomerInviteWithResponse(ctx context.Context, customerInviteId openapi_types.UUID, body CustomerDeclineCustomerInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerDeclineCustomerInviteResponse, error)

	// CustomerResendCustomerInviteMailWithBodyWithResponse request with any body
	CustomerResendCustomerInviteMailWithBodyWithResponse(ctx context.Context, customerInviteId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerResendCustomerInviteMailResponse, error)

	CustomerResendCustomerInviteMailWithResponse(ctx context.Context, customerInviteId openapi_types.UUID, body CustomerResendCustomerInviteMailJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerResendCustomerInviteMailResponse, error)

	// CustomerListCustomerMembershipsWithResponse request
	CustomerListCustomerMembershipsWithResponse(ctx context.Context, params *CustomerListCustomerMembershipsParams, reqEditors ...RequestEditorFn) (*CustomerListCustomerMembershipsResponse, error)

	// CustomerDeleteCustomerMembershipWithResponse request
	CustomerDeleteCustomerMembershipWithResponse(ctx context.Context, customerMembershipId openapi_types.UUID, reqEditors ...RequestEditorFn) (*CustomerDeleteCustomerMembershipResponse, error)

	// CustomerGetCustomerMembershipWithResponse request
	CustomerGetCustomerMembershipWithResponse(ctx context.Context, customerMembershipId string, reqEditors ...RequestEditorFn) (*CustomerGetCustomerMembershipResponse, error)

	// CustomerUpdateCustomerMembershipWithBodyWithResponse request with any body
	CustomerUpdateCustomerMembershipWithBodyWithResponse(ctx context.Context, customerMembershipId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerUpdateCustomerMembershipResponse, error)

	CustomerUpdateCustomerMembershipWithResponse(ctx context.Context, customerMembershipId openapi_types.UUID, body CustomerUpdateCustomerMembershipJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerUpdateCustomerMembershipResponse, error)

	// CustomerGetCustomerTokenInviteWithResponse request
	CustomerGetCustomerTokenInviteWithResponse(ctx context.Context, params *CustomerGetCustomerTokenInviteParams, reqEditors ...RequestEditorFn) (*CustomerGetCustomerTokenInviteResponse, error)

	// CustomerLeaveCustomerWithBodyWithResponse request with any body
	CustomerLeaveCustomerWithBodyWithResponse(ctx context.Context, customerId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerLeaveCustomerResponse, error)

	CustomerLeaveCustomerWithResponse(ctx context.Context, customerId openapi_types.UUID, body CustomerLeaveCustomerJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerLeaveCustomerResponse, error)

	// CustomerCreateCustomerInviteWithBodyWithResponse request with any body
	CustomerCreateCustomerInviteWithBodyWithResponse(ctx context.Context, customerId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerCreateCustomerInviteResponse, error)

	CustomerCreateCustomerInviteWithResponse(ctx context.Context, customerId openapi_types.UUID, body CustomerCreateCustomerInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerCreateCustomerInviteResponse, error)

	// CustomerListCustomersWithResponse request
	CustomerListCustomersWithResponse(ctx context.Context, params *CustomerListCustomersParams, reqEditors ...RequestEditorFn) (*CustomerListCustomersResponse, error)

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

	CustomerCreateCustomerWithResponse(ctx context.Context, body CustomerCreateCustomerJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerCreateCustomerResponse, error)

	// CustomerDeleteCustomerWithResponse request
	CustomerDeleteCustomerWithResponse(ctx context.Context, customerId string, reqEditors ...RequestEditorFn) (*CustomerDeleteCustomerResponse, error)

	// CustomerGetCustomerWithResponse request
	CustomerGetCustomerWithResponse(ctx context.Context, customerId string, reqEditors ...RequestEditorFn) (*CustomerGetCustomerResponse, error)

	// CustomerUpdateCustomerWithBodyWithResponse request with any body
	CustomerUpdateCustomerWithBodyWithResponse(ctx context.Context, customerId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerUpdateCustomerResponse, error)

	CustomerUpdateCustomerWithResponse(ctx context.Context, customerId string, body CustomerUpdateCustomerJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerUpdateCustomerResponse, error)

	// CustomerRemoveAvatarWithResponse request
	CustomerRemoveAvatarWithResponse(ctx context.Context, customerId string, reqEditors ...RequestEditorFn) (*CustomerRemoveAvatarResponse, error)

	// CustomerRequestAvatarUploadWithBodyWithResponse request with any body
	CustomerRequestAvatarUploadWithBodyWithResponse(ctx context.Context, customerId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomerRequestAvatarUploadResponse, error)

	CustomerRequestAvatarUploadWithResponse(ctx context.Context, customerId string, body CustomerRequestAvatarUploadJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomerRequestAvatarUploadResponse, error)

	// ContractListContractsWithResponse request
	ContractListContractsWithResponse(ctx context.Context, customerId openapi_types.UUID, params *ContractListContractsParams, reqEditors ...RequestEditorFn) (*ContractListContractsResponse, error)

	// CustomerListInvitesForCustomerWithResponse request
	CustomerListInvitesForCustomerWithResponse(ctx context.Context, customerId string, params *CustomerListInvitesForCustomerParams, reqEditors ...RequestEditorFn) (*CustomerListInvitesForCustomerResponse, error)

	// InvoiceGetDetailOfInvoiceSettingsWithResponse request
	InvoiceGetDetailOfInvoiceSettingsWithResponse(ctx context.Context, customerId string, reqEditors ...RequestEditorFn) (*InvoiceGetDetailOfInvoiceSettingsResponse, error)

	// InvoiceUpdateInvoiceSettingsWithBodyWithResponse request with any body
	InvoiceUpdateInvoiceSettingsWithBodyWithResponse(ctx context.Context, customerId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InvoiceUpdateInvoiceSettingsResponse, error)

	InvoiceUpdateInvoiceSettingsWithResponse(ctx context.Context, customerId string, body InvoiceUpdateInvoiceSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*InvoiceUpdateInvoiceSettingsResponse, error)

	// InvoiceListCustomerInvoicesWithResponse request
	InvoiceListCustomerInvoicesWithResponse(ctx context.Context, customerId string, params *InvoiceListCustomerInvoicesParams, reqEditors ...RequestEditorFn) (*InvoiceListCustomerInvoicesResponse, error)

	// DeprecatedInvoiceDetailOfInvoiceWithResponse request
	DeprecatedInvoiceDetailOfInvoiceWithResponse(ctx context.Context, customerId string, invoiceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeprecatedInvoiceDetailOfInvoiceResponse, error)

	// InvoiceGetFileAccessTokenWithResponse request
	InvoiceGetFileAccessTokenWithResponse(ctx context.Context, customerId string, invoiceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*InvoiceGetFileAccessTokenResponse, error)

	// CustomerIsCustomerLegallyCompetentWithResponse request
	CustomerIsCustomerLegallyCompetentWithResponse(ctx context.Context, customerId string, reqEditors ...RequestEditorFn) (*CustomerIsCustomerLegallyCompetentResponse, error)

	// CustomerListMembershipsForCustomerWithResponse request
	CustomerListMembershipsForCustomerWithResponse(ctx context.Context, customerId string, params *CustomerListMembershipsForCustomerParams, reqEditors ...RequestEditorFn) (*CustomerListMembershipsForCustomerResponse, error)

	// OrderListCustomerOrdersWithResponse request
	OrderListCustomerOrdersWithResponse(ctx context.Context, customerId string, params *OrderListCustomerOrdersParams, reqEditors ...RequestEditorFn) (*OrderListCustomerOrdersResponse, error)

	// MailDeleteDeliveryBoxWithResponse request
	MailDeleteDeliveryBoxWithResponse(ctx context.Context, deliveryBoxId openapi_types.UUID, reqEditors ...RequestEditorFn) (*MailDeleteDeliveryBoxResponse, error)

	// MailGetDeliveryBoxWithResponse request
	MailGetDeliveryBoxWithResponse(ctx context.Context, deliveryBoxId openapi_types.UUID, reqEditors ...RequestEditorFn) (*MailGetDeliveryBoxResponse, error)

	// MailUpdateDeliveryBoxDescriptionWithBodyWithResponse request with any body
	MailUpdateDeliveryBoxDescriptionWithBodyWithResponse(ctx context.Context, deliveryBoxId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateDeliveryBoxDescriptionResponse, error)

	MailUpdateDeliveryBoxDescriptionWithResponse(ctx context.Context, deliveryBoxId openapi_types.UUID, body MailUpdateDeliveryBoxDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateDeliveryBoxDescriptionResponse, error)

	// MailUpdateDeliveryBoxPasswordWithBodyWithResponse request with any body
	MailUpdateDeliveryBoxPasswordWithBodyWithResponse(ctx context.Context, deliveryBoxId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateDeliveryBoxPasswordResponse, error)

	MailUpdateDeliveryBoxPasswordWithResponse(ctx context.Context, deliveryBoxId openapi_types.UUID, body MailUpdateDeliveryBoxPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateDeliveryBoxPasswordResponse, error)

	// DeleteV2DeliveryboxesDeliveryBoxIdWithResponse request
	DeleteV2DeliveryboxesDeliveryBoxIdWithResponse(ctx context.Context, deliveryBoxId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteV2DeliveryboxesDeliveryBoxIdResponse, error)

	// GetV2DeliveryboxesDeliveryBoxIdWithResponse request
	GetV2DeliveryboxesDeliveryBoxIdWithResponse(ctx context.Context, deliveryBoxId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2DeliveryboxesDeliveryBoxIdResponse, error)

	// MailDeliveryboxUpdateDescriptionDeprecatedWithBodyWithResponse request with any body
	MailDeliveryboxUpdateDescriptionDeprecatedWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailDeliveryboxUpdateDescriptionDeprecatedResponse, error)

	MailDeliveryboxUpdateDescriptionDeprecatedWithResponse(ctx context.Context, id openapi_types.UUID, body MailDeliveryboxUpdateDescriptionDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*MailDeliveryboxUpdateDescriptionDeprecatedResponse, error)

	// MailDeliveryboxUpdatePasswordDeprecatedWithBodyWithResponse request with any body
	MailDeliveryboxUpdatePasswordDeprecatedWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailDeliveryboxUpdatePasswordDeprecatedResponse, error)

	MailDeliveryboxUpdatePasswordDeprecatedWithResponse(ctx context.Context, id openapi_types.UUID, body MailDeliveryboxUpdatePasswordDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*MailDeliveryboxUpdatePasswordDeprecatedResponse, error)

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

	DnsCreateDnsZoneWithResponse(ctx context.Context, body DnsCreateDnsZoneJSONRequestBody, reqEditors ...RequestEditorFn) (*DnsCreateDnsZoneResponse, error)

	// DnsDeleteDnsZoneWithResponse request
	DnsDeleteDnsZoneWithResponse(ctx context.Context, dnsZoneId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DnsDeleteDnsZoneResponse, error)

	// DnsGetDnsZoneWithResponse request
	DnsGetDnsZoneWithResponse(ctx context.Context, dnsZoneId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DnsGetDnsZoneResponse, error)

	// DnsUpdateRecordSetWithBodyWithResponse request with any body
	DnsUpdateRecordSetWithBodyWithResponse(ctx context.Context, dnsZoneId openapi_types.UUID, recordSet DnsUpdateRecordSetParamsRecordSet, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsUpdateRecordSetResponse, error)

	DnsUpdateRecordSetWithResponse(ctx context.Context, dnsZoneId openapi_types.UUID, recordSet DnsUpdateRecordSetParamsRecordSet, body DnsUpdateRecordSetJSONRequestBody, reqEditors ...RequestEditorFn) (*DnsUpdateRecordSetResponse, error)

	// DnsSetRecordSetManagedWithBodyWithResponse request with any body
	DnsSetRecordSetManagedWithBodyWithResponse(ctx context.Context, dnsZoneId openapi_types.UUID, recordSet DnsSetRecordSetManagedParamsRecordSet, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsSetRecordSetManagedResponse, error)

	DnsSetRecordSetManagedWithResponse(ctx context.Context, dnsZoneId openapi_types.UUID, recordSet DnsSetRecordSetManagedParamsRecordSet, body DnsSetRecordSetManagedJSONRequestBody, reqEditors ...RequestEditorFn) (*DnsSetRecordSetManagedResponse, error)

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

	PostV2DnsZonesWithResponse(ctx context.Context, body PostV2DnsZonesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2DnsZonesResponse, error)

	// DeleteV2DnsZonesDnsZoneIdWithResponse request
	DeleteV2DnsZonesDnsZoneIdWithResponse(ctx context.Context, dnsZoneId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteV2DnsZonesDnsZoneIdResponse, error)

	// GetV2DnsZonesDnsZoneIdWithResponse request
	GetV2DnsZonesDnsZoneIdWithResponse(ctx context.Context, dnsZoneId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2DnsZonesDnsZoneIdResponse, error)

	// DnsRecordASetCustomDeprecatedWithBodyWithResponse request with any body
	DnsRecordASetCustomDeprecatedWithBodyWithResponse(ctx context.Context, zoneId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsRecordASetCustomDeprecatedResponse, error)

	DnsRecordASetCustomDeprecatedWithResponse(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordASetCustomDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*DnsRecordASetCustomDeprecatedResponse, error)

	// DnsRecordASetManagedByIngressDeprecatedWithBodyWithResponse request with any body
	DnsRecordASetManagedByIngressDeprecatedWithBodyWithResponse(ctx context.Context, zoneId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsRecordASetManagedByIngressDeprecatedResponse, error)

	DnsRecordASetManagedByIngressDeprecatedWithResponse(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordASetManagedByIngressDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*DnsRecordASetManagedByIngressDeprecatedResponse, error)

	// DnsRecordCnameSetDeprecatedWithBodyWithResponse request with any body
	DnsRecordCnameSetDeprecatedWithBodyWithResponse(ctx context.Context, zoneId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsRecordCnameSetDeprecatedResponse, error)

	DnsRecordCnameSetDeprecatedWithResponse(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordCnameSetDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*DnsRecordCnameSetDeprecatedResponse, error)

	// DnsRecordMxSetCustomDeprecatedWithBodyWithResponse request with any body
	DnsRecordMxSetCustomDeprecatedWithBodyWithResponse(ctx context.Context, zoneId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsRecordMxSetCustomDeprecatedResponse, error)

	DnsRecordMxSetCustomDeprecatedWithResponse(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordMxSetCustomDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*DnsRecordMxSetCustomDeprecatedResponse, error)

	// DnsRecordMxSetManagedDeprecatedWithBodyWithResponse request with any body
	DnsRecordMxSetManagedDeprecatedWithBodyWithResponse(ctx context.Context, zoneId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsRecordMxSetManagedDeprecatedResponse, error)

	DnsRecordMxSetManagedDeprecatedWithResponse(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordMxSetManagedDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*DnsRecordMxSetManagedDeprecatedResponse, error)

	// DnsRecordSrvSetDeprecatedWithBodyWithResponse request with any body
	DnsRecordSrvSetDeprecatedWithBodyWithResponse(ctx context.Context, zoneId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsRecordSrvSetDeprecatedResponse, error)

	DnsRecordSrvSetDeprecatedWithResponse(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordSrvSetDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*DnsRecordSrvSetDeprecatedResponse, error)

	// DnsRecordTxtSetDeprecatedWithBodyWithResponse request with any body
	DnsRecordTxtSetDeprecatedWithBodyWithResponse(ctx context.Context, zoneId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DnsRecordTxtSetDeprecatedResponse, error)

	DnsRecordTxtSetDeprecatedWithResponse(ctx context.Context, zoneId openapi_types.UUID, body DnsRecordTxtSetDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*DnsRecordTxtSetDeprecatedResponse, error)

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

	DomainCheckDomainRegistrabilityWithResponse(ctx context.Context, body DomainCheckDomainRegistrabilityJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainCheckDomainRegistrabilityResponse, error)

	// DomainListTldsWithResponse request
	DomainListTldsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DomainListTldsResponse, error)

	// DomainListTldContactSchemasWithResponse request
	DomainListTldContactSchemasWithResponse(ctx context.Context, tld string, reqEditors ...RequestEditorFn) (*DomainListTldContactSchemasResponse, error)

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

	DomainCheckDomainTransferabilityWithResponse(ctx context.Context, body DomainCheckDomainTransferabilityJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainCheckDomainTransferabilityResponse, error)

	// DomainListDomainsWithResponse request
	DomainListDomainsWithResponse(ctx context.Context, params *DomainListDomainsParams, reqEditors ...RequestEditorFn) (*DomainListDomainsResponse, error)

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

	DomainCheckDomainRegistrabilityV2DeprecatedWithResponse(ctx context.Context, body DomainCheckDomainRegistrabilityV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainCheckDomainRegistrabilityV2DeprecatedResponse, error)

	// DomainGetHandleFieldsV2DeprecatedWithResponse request
	DomainGetHandleFieldsV2DeprecatedWithResponse(ctx context.Context, domainName string, reqEditors ...RequestEditorFn) (*DomainGetHandleFieldsV2DeprecatedResponse, error)

	// GetV2DomainsSupportedTldsWithResponse request
	GetV2DomainsSupportedTldsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetV2DomainsSupportedTldsResponse, error)

	// DomainDeleteDomainWithResponse request
	DomainDeleteDomainWithResponse(ctx context.Context, domainId openapi_types.UUID, params *DomainDeleteDomainParams, reqEditors ...RequestEditorFn) (*DomainDeleteDomainResponse, error)

	// DomainGetDomainWithResponse request
	DomainGetDomainWithResponse(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DomainGetDomainResponse, error)

	// DomainCreateDomainAuthCodeWithResponse request
	DomainCreateDomainAuthCodeWithResponse(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DomainCreateDomainAuthCodeResponse, error)

	// PostV2DomainsDomainIdActionsCreateAuthcodeWithResponse request
	PostV2DomainsDomainIdActionsCreateAuthcodeWithResponse(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*PostV2DomainsDomainIdActionsCreateAuthcodeResponse, error)

	// DomainResendDomainEmailWithResponse request
	DomainResendDomainEmailWithResponse(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DomainResendDomainEmailResponse, error)

	// DomainUpdateDomainAuthCodeWithBodyWithResponse request with any body
	DomainUpdateDomainAuthCodeWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainUpdateDomainAuthCodeResponse, error)

	DomainUpdateDomainAuthCodeWithResponse(ctx context.Context, domainId openapi_types.UUID, body DomainUpdateDomainAuthCodeJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainUpdateDomainAuthCodeResponse, error)

	// PatchV2DomainsDomainIdAuthcodeWithBodyWithResponse request with any body
	PatchV2DomainsDomainIdAuthcodeWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchV2DomainsDomainIdAuthcodeResponse, error)

	PatchV2DomainsDomainIdAuthcodeWithResponse(ctx context.Context, domainId openapi_types.UUID, body PatchV2DomainsDomainIdAuthcodeJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchV2DomainsDomainIdAuthcodeResponse, error)

	// DomainUpdateDomainContactWithBodyWithResponse request with any body
	DomainUpdateDomainContactWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contact DomainUpdateDomainContactParamsContact, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainUpdateDomainContactResponse, error)

	DomainUpdateDomainContactWithResponse(ctx context.Context, domainId openapi_types.UUID, contact DomainUpdateDomainContactParamsContact, body DomainUpdateDomainContactJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainUpdateDomainContactResponse, error)

	// ContractGetDetailOfContractByDomainWithResponse request
	ContractGetDetailOfContractByDomainWithResponse(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractGetDetailOfContractByDomainResponse, error)

	// DomainAbortDomainDeclarationWithResponse request
	DomainAbortDomainDeclarationWithResponse(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DomainAbortDomainDeclarationResponse, error)

	// DeleteV2DomainsDomainIdDeclarationsWithResponse request
	DeleteV2DomainsDomainIdDeclarationsWithResponse(ctx context.Context, domainId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteV2DomainsDomainIdDeclarationsResponse, error)

	// DomainDeclareProcessChangeAuthcodeV2DeprecatedWithBodyWithResponse request with any body
	DomainDeclareProcessChangeAuthcodeV2DeprecatedWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainDeclareProcessChangeAuthcodeV2DeprecatedResponse, error)

	DomainDeclareProcessChangeAuthcodeV2DeprecatedWithResponse(ctx context.Context, domainId openapi_types.UUID, body DomainDeclareProcessChangeAuthcodeV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainDeclareProcessChangeAuthcodeV2DeprecatedResponse, error)

	// DomainDeclareProcessChangeHandlesV2DeprecatedWithBodyWithResponse request with any body
	DomainDeclareProcessChangeHandlesV2DeprecatedWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainDeclareProcessChangeHandlesV2DeprecatedResponse, error)

	DomainDeclareProcessChangeHandlesV2DeprecatedWithResponse(ctx context.Context, domainId openapi_types.UUID, body DomainDeclareProcessChangeHandlesV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainDeclareProcessChangeHandlesV2DeprecatedResponse, error)

	// DomainChangeOwnercOfDomainV2DeprecatedWithBodyWithResponse request with any body
	DomainChangeOwnercOfDomainV2DeprecatedWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainChangeOwnercOfDomainV2DeprecatedResponse, error)

	DomainChangeOwnercOfDomainV2DeprecatedWithResponse(ctx context.Context, domainId openapi_types.UUID, body DomainChangeOwnercOfDomainV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainChangeOwnercOfDomainV2DeprecatedResponse, error)

	// DomainGetLatestScreenshotWithBodyWithResponse request with any body
	DomainGetLatestScreenshotWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainGetLatestScreenshotResponse, error)

	DomainGetLatestScreenshotWithResponse(ctx context.Context, domainId openapi_types.UUID, body DomainGetLatestScreenshotJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainGetLatestScreenshotResponse, error)

	// DomainUpdateDomainNameserversWithBodyWithResponse request with any body
	DomainUpdateDomainNameserversWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainUpdateDomainNameserversResponse, error)

	DomainUpdateDomainNameserversWithResponse(ctx context.Context, domainId openapi_types.UUID, body DomainUpdateDomainNameserversJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainUpdateDomainNameserversResponse, error)

	// DomainDeclareNameserversV2DeprecatedWithBodyWithResponse request with any body
	DomainDeclareNameserversV2DeprecatedWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainDeclareNameserversV2DeprecatedResponse, error)

	DomainDeclareNameserversV2DeprecatedWithResponse(ctx context.Context, domainId openapi_types.UUID, body DomainDeclareNameserversV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainDeclareNameserversV2DeprecatedResponse, error)

	// DomainUpdateDomainProjectIdWithBodyWithResponse request with any body
	DomainUpdateDomainProjectIdWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainUpdateDomainProjectIdResponse, error)

	DomainUpdateDomainProjectIdWithResponse(ctx context.Context, domainId openapi_types.UUID, body DomainUpdateDomainProjectIdJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainUpdateDomainProjectIdResponse, error)

	// DomainChangeProjectOfDomainV2DeprecatedWithBodyWithResponse request with any body
	DomainChangeProjectOfDomainV2DeprecatedWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainChangeProjectOfDomainV2DeprecatedResponse, error)

	DomainChangeProjectOfDomainV2DeprecatedWithResponse(ctx context.Context, domainId openapi_types.UUID, body DomainChangeProjectOfDomainV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainChangeProjectOfDomainV2DeprecatedResponse, error)

	// DeprecatedDomainGetScreenshotForDomainWithBodyWithResponse request with any body
	DeprecatedDomainGetScreenshotForDomainWithBodyWithResponse(ctx context.Context, domainId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedDomainGetScreenshotForDomainResponse, error)

	DeprecatedDomainGetScreenshotForDomainWithResponse(ctx context.Context, domainId openapi_types.UUID, body DeprecatedDomainGetScreenshotForDomainJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedDomainGetScreenshotForDomainResponse, error)

	// ExtensionListExtensionInstancesWithResponse request
	ExtensionListExtensionInstancesWithResponse(ctx context.Context, params *ExtensionListExtensionInstancesParams, reqEditors ...RequestEditorFn) (*ExtensionListExtensionInstancesResponse, error)

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

	ExtensionCreateExtensionInstanceWithResponse(ctx context.Context, body ExtensionCreateExtensionInstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*ExtensionCreateExtensionInstanceResponse, error)

	// ExtensionDeleteExtensionInstanceWithResponse request
	ExtensionDeleteExtensionInstanceWithResponse(ctx context.Context, extensionInstanceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ExtensionDeleteExtensionInstanceResponse, error)

	// ExtensionGetExtensionInstanceWithResponse request
	ExtensionGetExtensionInstanceWithResponse(ctx context.Context, extensionInstanceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ExtensionGetExtensionInstanceResponse, error)

	// ExtensionDisableExtensionInstanceWithResponse request
	ExtensionDisableExtensionInstanceWithResponse(ctx context.Context, extensionInstanceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ExtensionDisableExtensionInstanceResponse, error)

	// ExtensionEnableExtensionInstanceWithResponse request
	ExtensionEnableExtensionInstanceWithResponse(ctx context.Context, extensionInstanceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ExtensionEnableExtensionInstanceResponse, error)

	// ExtensionConsentToExtensionScopesWithBodyWithResponse request with any body
	ExtensionConsentToExtensionScopesWithBodyWithResponse(ctx context.Context, extensionInstanceId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExtensionConsentToExtensionScopesResponse, error)

	ExtensionConsentToExtensionScopesWithResponse(ctx context.Context, extensionInstanceId openapi_types.UUID, body ExtensionConsentToExtensionScopesJSONRequestBody, reqEditors ...RequestEditorFn) (*ExtensionConsentToExtensionScopesResponse, error)

	// ExtensionAuthenticateInstanceWithBodyWithResponse request with any body
	ExtensionAuthenticateInstanceWithBodyWithResponse(ctx context.Context, extensionInstanceId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExtensionAuthenticateInstanceResponse, error)

	ExtensionAuthenticateInstanceWithResponse(ctx context.Context, extensionInstanceId openapi_types.UUID, body ExtensionAuthenticateInstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*ExtensionAuthenticateInstanceResponse, error)

	// ExtensionListExtensionsWithResponse request
	ExtensionListExtensionsWithResponse(ctx context.Context, params *ExtensionListExtensionsParams, reqEditors ...RequestEditorFn) (*ExtensionListExtensionsResponse, error)

	// ExtensionGetExtensionWithResponse request
	ExtensionGetExtensionWithResponse(ctx context.Context, extensionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ExtensionGetExtensionResponse, error)

	// DeprecatedFileGetFileTokenRulesWithResponse request
	DeprecatedFileGetFileTokenRulesWithResponse(ctx context.Context, token openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeprecatedFileGetFileTokenRulesResponse, error)

	// DeprecatedFileGetFileTypeRulesWithResponse request
	DeprecatedFileGetFileTypeRulesWithResponse(ctx context.Context, name DeprecatedFileGetFileTypeRulesParamsName, reqEditors ...RequestEditorFn) (*DeprecatedFileGetFileTypeRulesResponse, error)

	// FileGetFileUploadTokenRulesWithResponse request
	FileGetFileUploadTokenRulesWithResponse(ctx context.Context, fileUploadToken openapi_types.UUID, reqEditors ...RequestEditorFn) (*FileGetFileUploadTokenRulesResponse, error)

	// FileGetFileUploadTypeRulesWithResponse request
	FileGetFileUploadTypeRulesWithResponse(ctx context.Context, fileUploadType FileGetFileUploadTypeRulesParamsFileUploadType, reqEditors ...RequestEditorFn) (*FileGetFileUploadTypeRulesResponse, error)

	// FileCreateFileWithBodyWithResponse request with any body
	FileCreateFileWithBodyWithResponse(ctx context.Context, params *FileCreateFileParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FileCreateFileResponse, error)

	// FileGetFileWithResponse request
	FileGetFileWithResponse(ctx context.Context, fileId openapi_types.UUID, params *FileGetFileParams, reqEditors ...RequestEditorFn) (*FileGetFileResponse, error)

	// FileGetFileMetaWithResponse request
	FileGetFileMetaWithResponse(ctx context.Context, fileId openapi_types.UUID, reqEditors ...RequestEditorFn) (*FileGetFileMetaResponse, error)

	// FileGetFileWithNameWithResponse request
	FileGetFileWithNameWithResponse(ctx context.Context, fileId openapi_types.UUID, fileName string, params *FileGetFileWithNameParams, reqEditors ...RequestEditorFn) (*FileGetFileWithNameResponse, error)

	// IngressListIngressesWithResponse request
	IngressListIngressesWithResponse(ctx context.Context, params *IngressListIngressesParams, reqEditors ...RequestEditorFn) (*IngressListIngressesResponse, error)

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

	IngressCreateIngressWithResponse(ctx context.Context, body IngressCreateIngressJSONRequestBody, reqEditors ...RequestEditorFn) (*IngressCreateIngressResponse, error)

	// IngressDeleteIngressWithResponse request
	IngressDeleteIngressWithResponse(ctx context.Context, ingressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*IngressDeleteIngressResponse, error)

	// IngressGetIngressWithResponse request
	IngressGetIngressWithResponse(ctx context.Context, ingressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*IngressGetIngressResponse, error)

	// IngressRequestIngressAcmeCertificateIssuanceWithResponse request
	IngressRequestIngressAcmeCertificateIssuanceWithResponse(ctx context.Context, ingressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*IngressRequestIngressAcmeCertificateIssuanceResponse, error)

	// IngressIngressVerifyOwnershipWithResponse request
	IngressIngressVerifyOwnershipWithResponse(ctx context.Context, ingressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*IngressIngressVerifyOwnershipResponse, error)

	// IngressUpdateIngressPathsWithBodyWithResponse request with any body
	IngressUpdateIngressPathsWithBodyWithResponse(ctx context.Context, ingressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IngressUpdateIngressPathsResponse, error)

	IngressUpdateIngressPathsWithResponse(ctx context.Context, ingressId openapi_types.UUID, body IngressUpdateIngressPathsJSONRequestBody, reqEditors ...RequestEditorFn) (*IngressUpdateIngressPathsResponse, error)

	// IngressPathsDeprecatedWithBodyWithResponse request with any body
	IngressPathsDeprecatedWithBodyWithResponse(ctx context.Context, ingressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IngressPathsDeprecatedResponse, error)

	IngressPathsDeprecatedWithResponse(ctx context.Context, ingressId openapi_types.UUID, body IngressPathsDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*IngressPathsDeprecatedResponse, error)

	// IngressUpdateIngressTlsWithBodyWithResponse request with any body
	IngressUpdateIngressTlsWithBodyWithResponse(ctx context.Context, ingressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IngressUpdateIngressTlsResponse, error)

	IngressUpdateIngressTlsWithResponse(ctx context.Context, ingressId openapi_types.UUID, body IngressUpdateIngressTlsJSONRequestBody, reqEditors ...RequestEditorFn) (*IngressUpdateIngressTlsResponse, error)

	// IngressTlsDeprecatedWithBodyWithResponse request with any body
	IngressTlsDeprecatedWithBodyWithResponse(ctx context.Context, ingressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IngressTlsDeprecatedResponse, error)

	IngressTlsDeprecatedWithResponse(ctx context.Context, ingressId openapi_types.UUID, body IngressTlsDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*IngressTlsDeprecatedResponse, error)

	// InvoiceDetailWithResponse request
	InvoiceDetailWithResponse(ctx context.Context, invoiceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*InvoiceDetailResponse, error)

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

	RelocationCreateLegacyTariffChangeWithResponse(ctx context.Context, body RelocationCreateLegacyTariffChangeJSONRequestBody, reqEditors ...RequestEditorFn) (*RelocationCreateLegacyTariffChangeResponse, error)

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

	UserLogoutWithResponse(ctx context.Context, body UserLogoutJSONRequestBody, reqEditors ...RequestEditorFn) (*UserLogoutResponse, error)

	// MailDeleteMailAddressWithResponse request
	MailDeleteMailAddressWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*MailDeleteMailAddressResponse, error)

	// MailGetMailAddressWithResponse request
	MailGetMailAddressWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*MailGetMailAddressResponse, error)

	// MailUpdateMailAddressAddressWithBodyWithResponse request with any body
	MailUpdateMailAddressAddressWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressAddressResponse, error)

	MailUpdateMailAddressAddressWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressAddressJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressAddressResponse, error)

	// MailUpdateMailAddressAutoresponderWithBodyWithResponse request with any body
	MailUpdateMailAddressAutoresponderWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressAutoresponderResponse, error)

	MailUpdateMailAddressAutoresponderWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressAutoresponderJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressAutoresponderResponse, error)

	// MailUpdateMailAddressAutoresponderV2DeprecatedWithBodyWithResponse request with any body
	MailUpdateMailAddressAutoresponderV2DeprecatedWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressAutoresponderV2DeprecatedResponse, error)

	MailUpdateMailAddressAutoresponderV2DeprecatedWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressAutoresponderV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressAutoresponderV2DeprecatedResponse, error)

	// MailUpdateMailAddressCatchAllWithBodyWithResponse request with any body
	MailUpdateMailAddressCatchAllWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressCatchAllResponse, error)

	MailUpdateMailAddressCatchAllWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressCatchAllJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressCatchAllResponse, error)

	// MailUpdateMailAddressCatchallV2DeprecatedWithBodyWithResponse request with any body
	MailUpdateMailAddressCatchallV2DeprecatedWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressCatchallV2DeprecatedResponse, error)

	MailUpdateMailAddressCatchallV2DeprecatedWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressCatchallV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressCatchallV2DeprecatedResponse, error)

	// MailUpdateMailAddressForwardAddressesWithBodyWithResponse request with any body
	MailUpdateMailAddressForwardAddressesWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressForwardAddressesResponse, error)

	MailUpdateMailAddressForwardAddressesWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressForwardAddressesJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressForwardAddressesResponse, error)

	// MailUpdateMailAddressForwardAddressesV2DeprecatedWithBodyWithResponse request with any body
	MailUpdateMailAddressForwardAddressesV2DeprecatedWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressForwardAddressesV2DeprecatedResponse, error)

	MailUpdateMailAddressForwardAddressesV2DeprecatedWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressForwardAddressesV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressForwardAddressesV2DeprecatedResponse, error)

	// MailUpdateMailAddressPasswordWithBodyWithResponse request with any body
	MailUpdateMailAddressPasswordWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressPasswordResponse, error)

	MailUpdateMailAddressPasswordWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressPasswordResponse, error)

	// MailUpdateMailAddressPasswordV2DeprecatedWithBodyWithResponse request with any body
	MailUpdateMailAddressPasswordV2DeprecatedWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressPasswordV2DeprecatedResponse, error)

	MailUpdateMailAddressPasswordV2DeprecatedWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressPasswordV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressPasswordV2DeprecatedResponse, error)

	// MailUpdateMailAddressQuotaWithBodyWithResponse request with any body
	MailUpdateMailAddressQuotaWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressQuotaResponse, error)

	MailUpdateMailAddressQuotaWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressQuotaResponse, error)

	// MailUpdateMailAddressQuotaV2DeprecatedWithBodyWithResponse request with any body
	MailUpdateMailAddressQuotaV2DeprecatedWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressQuotaV2DeprecatedResponse, error)

	MailUpdateMailAddressQuotaV2DeprecatedWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressQuotaV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressQuotaV2DeprecatedResponse, error)

	// MailUpdateMailAddressSpamProtectionWithBodyWithResponse request with any body
	MailUpdateMailAddressSpamProtectionWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressSpamProtectionResponse, error)

	MailUpdateMailAddressSpamProtectionWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressSpamProtectionJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressSpamProtectionResponse, error)

	// MailUpdateMailAddressSpamProtectionV2DeprecatedWithBodyWithResponse request with any body
	MailUpdateMailAddressSpamProtectionV2DeprecatedWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressSpamProtectionV2DeprecatedResponse, error)

	MailUpdateMailAddressSpamProtectionV2DeprecatedWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body MailUpdateMailAddressSpamProtectionV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateMailAddressSpamProtectionV2DeprecatedResponse, error)

	// MailMailaddressUpdateAddressDeprecatedWithBodyWithResponse request with any body
	MailMailaddressUpdateAddressDeprecatedWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailMailaddressUpdateAddressDeprecatedResponse, error)

	MailMailaddressUpdateAddressDeprecatedWithResponse(ctx context.Context, id openapi_types.UUID, body MailMailaddressUpdateAddressDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*MailMailaddressUpdateAddressDeprecatedResponse, error)

	// DeleteV2MailaddressesMailAddressIdWithResponse request
	DeleteV2MailaddressesMailAddressIdWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteV2MailaddressesMailAddressIdResponse, error)

	// GetV2MailaddressesMailAddressIdWithResponse request
	GetV2MailaddressesMailAddressIdWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2MailaddressesMailAddressIdResponse, error)

	// PutV2MailaddressesMailAddressIdAutoResponderWithBodyWithResponse request with any body
	PutV2MailaddressesMailAddressIdAutoResponderWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdAutoResponderResponse, error)

	PutV2MailaddressesMailAddressIdAutoResponderWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdAutoResponderJSONRequestBody, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdAutoResponderResponse, error)

	// PutV2MailaddressesMailAddressIdCatchAllWithBodyWithResponse request with any body
	PutV2MailaddressesMailAddressIdCatchAllWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdCatchAllResponse, error)

	PutV2MailaddressesMailAddressIdCatchAllWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdCatchAllJSONRequestBody, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdCatchAllResponse, error)

	// PutV2MailaddressesMailAddressIdForwardaddressesWithBodyWithResponse request with any body
	PutV2MailaddressesMailAddressIdForwardaddressesWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdForwardaddressesResponse, error)

	PutV2MailaddressesMailAddressIdForwardaddressesWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdForwardaddressesJSONRequestBody, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdForwardaddressesResponse, error)

	// PutV2MailaddressesMailAddressIdPasswordWithBodyWithResponse request with any body
	PutV2MailaddressesMailAddressIdPasswordWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdPasswordResponse, error)

	PutV2MailaddressesMailAddressIdPasswordWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdPasswordResponse, error)

	// PutV2MailaddressesMailAddressIdQuotaWithBodyWithResponse request with any body
	PutV2MailaddressesMailAddressIdQuotaWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdQuotaResponse, error)

	PutV2MailaddressesMailAddressIdQuotaWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdQuotaResponse, error)

	// PutV2MailaddressesMailAddressIdSpamprotectionWithBodyWithResponse request with any body
	PutV2MailaddressesMailAddressIdSpamprotectionWithBodyWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdSpamprotectionResponse, error)

	PutV2MailaddressesMailAddressIdSpamprotectionWithResponse(ctx context.Context, mailAddressId openapi_types.UUID, body PutV2MailaddressesMailAddressIdSpamprotectionJSONRequestBody, reqEditors ...RequestEditorFn) (*PutV2MailaddressesMailAddressIdSpamprotectionResponse, error)

	// DatabaseListMysqlCharsetsWithResponse request
	DatabaseListMysqlCharsetsWithResponse(ctx context.Context, params *DatabaseListMysqlCharsetsParams, reqEditors ...RequestEditorFn) (*DatabaseListMysqlCharsetsResponse, error)

	// DatabaseDeleteMysqlDatabaseWithResponse request
	DatabaseDeleteMysqlDatabaseWithResponse(ctx context.Context, mysqlDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseDeleteMysqlDatabaseResponse, error)

	// DatabaseGetMysqlDatabaseWithResponse request
	DatabaseGetMysqlDatabaseWithResponse(ctx context.Context, mysqlDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseGetMysqlDatabaseResponse, error)

	// DatabaseUpdateMysqlDatabaseDefaultCharsetWithBodyWithResponse request with any body
	DatabaseUpdateMysqlDatabaseDefaultCharsetWithBodyWithResponse(ctx context.Context, mysqlDatabaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseUpdateMysqlDatabaseDefaultCharsetResponse, error)

	DatabaseUpdateMysqlDatabaseDefaultCharsetWithResponse(ctx context.Context, mysqlDatabaseId openapi_types.UUID, body DatabaseUpdateMysqlDatabaseDefaultCharsetJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseUpdateMysqlDatabaseDefaultCharsetResponse, error)

	// DatabaseUpdateMysqlDatabaseDescriptionWithBodyWithResponse request with any body
	DatabaseUpdateMysqlDatabaseDescriptionWithBodyWithResponse(ctx context.Context, mysqlDatabaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseUpdateMysqlDatabaseDescriptionResponse, error)

	DatabaseUpdateMysqlDatabaseDescriptionWithResponse(ctx context.Context, mysqlDatabaseId openapi_types.UUID, body DatabaseUpdateMysqlDatabaseDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseUpdateMysqlDatabaseDescriptionResponse, error)

	// DatabaseListMysqlUsersWithResponse request
	DatabaseListMysqlUsersWithResponse(ctx context.Context, mysqlDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseListMysqlUsersResponse, error)

	// DatabaseCreateMysqlUserWithBodyWithResponse request with any body
	DatabaseCreateMysqlUserWithBodyWithResponse(ctx context.Context, mysqlDatabaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseCreateMysqlUserResponse, error)

	DatabaseCreateMysqlUserWithResponse(ctx context.Context, mysqlDatabaseId openapi_types.UUID, body DatabaseCreateMysqlUserJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseCreateMysqlUserResponse, error)

	// DatabaseDeleteMysqlUserWithResponse request
	DatabaseDeleteMysqlUserWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseDeleteMysqlUserResponse, error)

	// DatabaseGetMysqlUserWithResponse request
	DatabaseGetMysqlUserWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseGetMysqlUserResponse, error)

	// DatabaseUpdateMysqlUserWithBodyWithResponse request with any body
	DatabaseUpdateMysqlUserWithBodyWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseUpdateMysqlUserResponse, error)

	DatabaseUpdateMysqlUserWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, body DatabaseUpdateMysqlUserJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseUpdateMysqlUserResponse, error)

	// DatabaseDisableMysqlUserWithBodyWithResponse request with any body
	DatabaseDisableMysqlUserWithBodyWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseDisableMysqlUserResponse, error)

	DatabaseDisableMysqlUserWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, body DatabaseDisableMysqlUserJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseDisableMysqlUserResponse, error)

	// DatabaseEnableMysqlUserWithBodyWithResponse request with any body
	DatabaseEnableMysqlUserWithBodyWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseEnableMysqlUserResponse, error)

	DatabaseEnableMysqlUserWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, body DatabaseEnableMysqlUserJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseEnableMysqlUserResponse, error)

	// DatabaseUpdateMysqlUserPasswordWithBodyWithResponse request with any body
	DatabaseUpdateMysqlUserPasswordWithBodyWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseUpdateMysqlUserPasswordResponse, error)

	DatabaseUpdateMysqlUserPasswordWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, body DatabaseUpdateMysqlUserPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseUpdateMysqlUserPasswordResponse, error)

	// DatabaseGetMysqlUserPhpMyAdminUrlWithResponse request
	DatabaseGetMysqlUserPhpMyAdminUrlWithResponse(ctx context.Context, mysqlUserId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseGetMysqlUserPhpMyAdminUrlResponse, error)

	// DatabaseListMysqlVersionsWithResponse request
	DatabaseListMysqlVersionsWithResponse(ctx context.Context, params *DatabaseListMysqlVersionsParams, reqEditors ...RequestEditorFn) (*DatabaseListMysqlVersionsResponse, error)

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

	NewsletterSubscribeUserWithResponse(ctx context.Context, body NewsletterSubscribeUserJSONRequestBody, reqEditors ...RequestEditorFn) (*NewsletterSubscribeUserResponse, error)

	// NewsletterUnsubscribeUserWithResponse request
	NewsletterUnsubscribeUserWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*NewsletterUnsubscribeUserResponse, error)

	// NewsletterGetInfoWithResponse request
	NewsletterGetInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*NewsletterGetInfoResponse, error)

	// NotificationsCountUnreadNotificationsWithResponse request
	NotificationsCountUnreadNotificationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*NotificationsCountUnreadNotificationsResponse, error)

	// NotificationsListNotificationsWithResponse request
	NotificationsListNotificationsWithResponse(ctx context.Context, params *NotificationsListNotificationsParams, reqEditors ...RequestEditorFn) (*NotificationsListNotificationsResponse, error)

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

	NotificationsReadAllNotificationsWithResponse(ctx context.Context, body NotificationsReadAllNotificationsJSONRequestBody, reqEditors ...RequestEditorFn) (*NotificationsReadAllNotificationsResponse, error)

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

	NotificationsReadAllNotificationsDeprecatedWithResponse(ctx context.Context, body NotificationsReadAllNotificationsDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*NotificationsReadAllNotificationsDeprecatedResponse, error)

	// GetV2NotificationsUnreadCountsWithResponse request
	GetV2NotificationsUnreadCountsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetV2NotificationsUnreadCountsResponse, error)

	// NotificationsReadNotificationWithBodyWithResponse request with any body
	NotificationsReadNotificationWithBodyWithResponse(ctx context.Context, notificationId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NotificationsReadNotificationResponse, error)

	NotificationsReadNotificationWithResponse(ctx context.Context, notificationId openapi_types.UUID, body NotificationsReadNotificationJSONRequestBody, reqEditors ...RequestEditorFn) (*NotificationsReadNotificationResponse, error)

	// UserOauthGetAuthorizationWithResponse request
	UserOauthGetAuthorizationWithResponse(ctx context.Context, params *UserOauthGetAuthorizationParams, reqEditors ...RequestEditorFn) (*UserOauthGetAuthorizationResponse, error)

	// UserOauthRetrieveAccessTokenWithBodyWithResponse request with any body
	UserOauthRetrieveAccessTokenWithBodyWithResponse(ctx context.Context, params *UserOauthRetrieveAccessTokenParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserOauthRetrieveAccessTokenResponse, error)

	UserOauthRetrieveAccessTokenWithFormdataBodyWithResponse(ctx context.Context, params *UserOauthRetrieveAccessTokenParams, body UserOauthRetrieveAccessTokenFormdataRequestBody, reqEditors ...RequestEditorFn) (*UserOauthRetrieveAccessTokenResponse, error)

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

	OrderPreviewOrderWithResponse(ctx context.Context, body OrderPreviewOrderJSONRequestBody, reqEditors ...RequestEditorFn) (*OrderPreviewOrderResponse, error)

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

	OrderCreateOrderWithResponse(ctx context.Context, body OrderCreateOrderJSONRequestBody, reqEditors ...RequestEditorFn) (*OrderCreateOrderResponse, error)

	// OrderGetOrderWithResponse request
	OrderGetOrderWithResponse(ctx context.Context, orderId openapi_types.UUID, reqEditors ...RequestEditorFn) (*OrderGetOrderResponse, error)

	// PageinsightsGetPerformanceDataWithResponse request
	PageinsightsGetPerformanceDataWithResponse(ctx context.Context, params *PageinsightsGetPerformanceDataParams, reqEditors ...RequestEditorFn) (*PageinsightsGetPerformanceDataResponse, error)

	// GetV2PageinsightsWithResponse request
	GetV2PageinsightsWithResponse(ctx context.Context, params *GetV2PageinsightsParams, reqEditors ...RequestEditorFn) (*GetV2PageinsightsResponse, error)

	// PasswordValidationGetPasswordPolicyWithResponse request
	PasswordValidationGetPasswordPolicyWithResponse(ctx context.Context, passwordPolicy string, reqEditors ...RequestEditorFn) (*PasswordValidationGetPasswordPolicyResponse, error)

	// PasswordValidationGetPasswordPolicyV2DeprecatedWithResponse request
	PasswordValidationGetPasswordPolicyV2DeprecatedWithResponse(ctx context.Context, path string, reqEditors ...RequestEditorFn) (*PasswordValidationGetPasswordPolicyV2DeprecatedResponse, error)

	// UserGetPollStatusWithResponse request
	UserGetPollStatusWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*UserGetPollStatusResponse, error)

	// UserPostPollStatusWithBodyWithResponse request with any body
	UserPostPollStatusWithBodyWithResponse(ctx context.Context, userId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserPostPollStatusResponse, error)

	UserPostPollStatusWithResponse(ctx context.Context, userId string, body UserPostPollStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*UserPostPollStatusResponse, error)

	// BackupDeleteProjectBackupScheduleWithResponse request
	BackupDeleteProjectBackupScheduleWithResponse(ctx context.Context, projectBackupScheduleId openapi_types.UUID, reqEditors ...RequestEditorFn) (*BackupDeleteProjectBackupScheduleResponse, error)

	// BackupGetProjectBackupScheduleWithResponse request
	BackupGetProjectBackupScheduleWithResponse(ctx context.Context, projectBackupScheduleId openapi_types.UUID, reqEditors ...RequestEditorFn) (*BackupGetProjectBackupScheduleResponse, error)

	// BackupUpdateProjectBackupScheduleWithBodyWithResponse request with any body
	BackupUpdateProjectBackupScheduleWithBodyWithResponse(ctx context.Context, projectBackupScheduleId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BackupUpdateProjectBackupScheduleResponse, error)

	BackupUpdateProjectBackupScheduleWithResponse(ctx context.Context, projectBackupScheduleId openapi_types.UUID, body BackupUpdateProjectBackupScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*BackupUpdateProjectBackupScheduleResponse, error)

	// BackupDeleteProjectBackupWithResponse request
	BackupDeleteProjectBackupWithResponse(ctx context.Context, projectBackupId openapi_types.UUID, reqEditors ...RequestEditorFn) (*BackupDeleteProjectBackupResponse, error)

	// BackupGetProjectBackupWithResponse request
	BackupGetProjectBackupWithResponse(ctx context.Context, projectBackupId openapi_types.UUID, reqEditors ...RequestEditorFn) (*BackupGetProjectBackupResponse, error)

	// BackupUpdateProjectBackupDescriptionWithBodyWithResponse request with any body
	BackupUpdateProjectBackupDescriptionWithBodyWithResponse(ctx context.Context, projectBackupId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BackupUpdateProjectBackupDescriptionResponse, error)

	BackupUpdateProjectBackupDescriptionWithResponse(ctx context.Context, projectBackupId openapi_types.UUID, body BackupUpdateProjectBackupDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*BackupUpdateProjectBackupDescriptionResponse, error)

	// BackupDeleteProjectBackupExportWithResponse request
	BackupDeleteProjectBackupExportWithResponse(ctx context.Context, projectBackupId openapi_types.UUID, reqEditors ...RequestEditorFn) (*BackupDeleteProjectBackupExportResponse, error)

	// BackupCreateProjectBackupExportWithBodyWithResponse request with any body
	BackupCreateProjectBackupExportWithBodyWithResponse(ctx context.Context, projectBackupId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BackupCreateProjectBackupExportResponse, error)

	BackupCreateProjectBackupExportWithResponse(ctx context.Context, projectBackupId openapi_types.UUID, body BackupCreateProjectBackupExportJSONRequestBody, reqEditors ...RequestEditorFn) (*BackupCreateProjectBackupExportResponse, error)

	// ProjectListProjectInvitesWithResponse request
	ProjectListProjectInvitesWithResponse(ctx context.Context, params *ProjectListProjectInvitesParams, reqEditors ...RequestEditorFn) (*ProjectListProjectInvitesResponse, error)

	// ProjectDeleteProjectInviteWithResponse request
	ProjectDeleteProjectInviteWithResponse(ctx context.Context, projectInviteId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ProjectDeleteProjectInviteResponse, error)

	// ProjectGetProjectInviteWithResponse request
	ProjectGetProjectInviteWithResponse(ctx context.Context, projectInviteId string, reqEditors ...RequestEditorFn) (*ProjectGetProjectInviteResponse, error)

	// ProjectAcceptProjectInviteWithBodyWithResponse request with any body
	ProjectAcceptProjectInviteWithBodyWithResponse(ctx context.Context, projectInviteId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectAcceptProjectInviteResponse, error)

	ProjectAcceptProjectInviteWithResponse(ctx context.Context, projectInviteId openapi_types.UUID, body ProjectAcceptProjectInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectAcceptProjectInviteResponse, error)

	// ProjectDeclineProjectInviteWithBodyWithResponse request with any body
	ProjectDeclineProjectInviteWithBodyWithResponse(ctx context.Context, projectInviteId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectDeclineProjectInviteResponse, error)

	ProjectDeclineProjectInviteWithResponse(ctx context.Context, projectInviteId openapi_types.UUID, body ProjectDeclineProjectInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectDeclineProjectInviteResponse, error)

	// ProjectResendProjectInviteMailWithBodyWithResponse request with any body
	ProjectResendProjectInviteMailWithBodyWithResponse(ctx context.Context, projectInviteId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectResendProjectInviteMailResponse, error)

	ProjectResendProjectInviteMailWithResponse(ctx context.Context, projectInviteId openapi_types.UUID, body ProjectResendProjectInviteMailJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectResendProjectInviteMailResponse, error)

	// ProjectListProjectMembershipsWithResponse request
	ProjectListProjectMembershipsWithResponse(ctx context.Context, params *ProjectListProjectMembershipsParams, reqEditors ...RequestEditorFn) (*ProjectListProjectMembershipsResponse, error)

	// ProjectDeleteProjectMembershipWithResponse request
	ProjectDeleteProjectMembershipWithResponse(ctx context.Context, projectMembershipId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ProjectDeleteProjectMembershipResponse, error)

	// ProjectGetProjectMembershipWithResponse request
	ProjectGetProjectMembershipWithResponse(ctx context.Context, projectMembershipId string, reqEditors ...RequestEditorFn) (*ProjectGetProjectMembershipResponse, error)

	// ProjectUpdateProjectMembershipWithBodyWithResponse request with any body
	ProjectUpdateProjectMembershipWithBodyWithResponse(ctx context.Context, projectMembershipId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectUpdateProjectMembershipResponse, error)

	ProjectUpdateProjectMembershipWithResponse(ctx context.Context, projectMembershipId openapi_types.UUID, body ProjectUpdateProjectMembershipJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectUpdateProjectMembershipResponse, error)

	// ProjectGetProjectTokenInviteWithResponse request
	ProjectGetProjectTokenInviteWithResponse(ctx context.Context, params *ProjectGetProjectTokenInviteParams, reqEditors ...RequestEditorFn) (*ProjectGetProjectTokenInviteResponse, error)

	// PostV2ProjectProjectIdInvitesWithBodyWithResponse request with any body
	PostV2ProjectProjectIdInvitesWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2ProjectProjectIdInvitesResponse, error)

	PostV2ProjectProjectIdInvitesWithResponse(ctx context.Context, projectId openapi_types.UUID, body PostV2ProjectProjectIdInvitesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2ProjectProjectIdInvitesResponse, error)

	// GetV2ProjectProjectIdSftpUsersWithResponse request
	GetV2ProjectProjectIdSftpUsersWithResponse(ctx context.Context, projectId string, params *GetV2ProjectProjectIdSftpUsersParams, reqEditors ...RequestEditorFn) (*GetV2ProjectProjectIdSftpUsersResponse, error)

	// ProjectListProjectsWithResponse request
	ProjectListProjectsWithResponse(ctx context.Context, params *ProjectListProjectsParams, reqEditors ...RequestEditorFn) (*ProjectListProjectsResponse, error)

	// ProjectDeleteProjectWithResponse request
	ProjectDeleteProjectWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*ProjectDeleteProjectResponse, error)

	// ProjectGetProjectWithResponse request
	ProjectGetProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ProjectGetProjectResponse, error)

	// AppListAppinstallationsWithResponse request
	AppListAppinstallationsWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AppListAppinstallationsParams, reqEditors ...RequestEditorFn) (*AppListAppinstallationsResponse, error)

	// AppRequestAppinstallationWithBodyWithResponse request with any body
	AppRequestAppinstallationWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AppRequestAppinstallationResponse, error)

	AppRequestAppinstallationWithResponse(ctx context.Context, projectId openapi_types.UUID, body AppRequestAppinstallationJSONRequestBody, reqEditors ...RequestEditorFn) (*AppRequestAppinstallationResponse, error)

	// GetV2ProjectsProjectIdAppinstallationsWithResponse request
	GetV2ProjectsProjectIdAppinstallationsWithResponse(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdAppinstallationsParams, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdAppinstallationsResponse, error)

	// PostV2ProjectsProjectIdAppinstallationsWithBodyWithResponse request with any body
	PostV2ProjectsProjectIdAppinstallationsWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2ProjectsProjectIdAppinstallationsResponse, error)

	PostV2ProjectsProjectIdAppinstallationsWithResponse(ctx context.Context, projectId openapi_types.UUID, body PostV2ProjectsProjectIdAppinstallationsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2ProjectsProjectIdAppinstallationsResponse, error)

	// ProjectDeleteProjectAvatarWithResponse request
	ProjectDeleteProjectAvatarWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ProjectDeleteProjectAvatarResponse, error)

	// ProjectRequestProjectAvatarUploadWithResponse request
	ProjectRequestProjectAvatarUploadWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ProjectRequestProjectAvatarUploadResponse, error)

	// BackupListProjectBackupSchedulesWithResponse request
	BackupListProjectBackupSchedulesWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*BackupListProjectBackupSchedulesResponse, error)

	// BackupCreateProjectBackupScheduleWithBodyWithResponse request with any body
	BackupCreateProjectBackupScheduleWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BackupCreateProjectBackupScheduleResponse, error)

	BackupCreateProjectBackupScheduleWithResponse(ctx context.Context, projectId openapi_types.UUID, body BackupCreateProjectBackupScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*BackupCreateProjectBackupScheduleResponse, error)

	// BackupListProjectBackupsWithResponse request
	BackupListProjectBackupsWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*BackupListProjectBackupsResponse, error)

	// BackupCreateProjectBackupWithBodyWithResponse request with any body
	BackupCreateProjectBackupWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BackupCreateProjectBackupResponse, error)

	BackupCreateProjectBackupWithResponse(ctx context.Context, projectId openapi_types.UUID, body BackupCreateProjectBackupJSONRequestBody, reqEditors ...RequestEditorFn) (*BackupCreateProjectBackupResponse, error)

	// ContractGetDetailOfContractByProjectWithResponse request
	ContractGetDetailOfContractByProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractGetDetailOfContractByProjectResponse, error)

	// CronjobListCronjobsWithResponse request
	CronjobListCronjobsWithResponse(ctx context.Context, projectId openapi_types.UUID, params *CronjobListCronjobsParams, reqEditors ...RequestEditorFn) (*CronjobListCronjobsResponse, error)

	// CronjobCreateCronjobWithBodyWithResponse request with any body
	CronjobCreateCronjobWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CronjobCreateCronjobResponse, error)

	CronjobCreateCronjobWithResponse(ctx context.Context, projectId openapi_types.UUID, body CronjobCreateCronjobJSONRequestBody, reqEditors ...RequestEditorFn) (*CronjobCreateCronjobResponse, error)

	// MailListDeliveryBoxesWithResponse request
	MailListDeliveryBoxesWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*MailListDeliveryBoxesResponse, error)

	// MailCreateDeliveryboxWithBodyWithResponse request with any body
	MailCreateDeliveryboxWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailCreateDeliveryboxResponse, error)

	MailCreateDeliveryboxWithResponse(ctx context.Context, projectId string, body MailCreateDeliveryboxJSONRequestBody, reqEditors ...RequestEditorFn) (*MailCreateDeliveryboxResponse, error)

	// GetV2ProjectsProjectIdDeliveryboxesWithResponse request
	GetV2ProjectsProjectIdDeliveryboxesWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdDeliveryboxesResponse, error)

	// PostV2ProjectsProjectIdDeliveryboxesWithBodyWithResponse request with any body
	PostV2ProjectsProjectIdDeliveryboxesWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2ProjectsProjectIdDeliveryboxesResponse, error)

	PostV2ProjectsProjectIdDeliveryboxesWithResponse(ctx context.Context, projectId string, body PostV2ProjectsProjectIdDeliveryboxesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2ProjectsProjectIdDeliveryboxesResponse, error)

	// ProjectUpdateProjectDescriptionWithBodyWithResponse request with any body
	ProjectUpdateProjectDescriptionWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectUpdateProjectDescriptionResponse, error)

	ProjectUpdateProjectDescriptionWithResponse(ctx context.Context, projectId openapi_types.UUID, body ProjectUpdateProjectDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectUpdateProjectDescriptionResponse, error)

	// DnsListDnsZonesWithResponse request
	DnsListDnsZonesWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DnsListDnsZonesResponse, error)

	// GetV2ProjectsProjectIdDnsZonesWithResponse request
	GetV2ProjectsProjectIdDnsZonesWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdDnsZonesResponse, error)

	// DomainListDomainsV2DeprecatedWithResponse request
	DomainListDomainsV2DeprecatedWithResponse(ctx context.Context, projectId openapi_types.UUID, params *DomainListDomainsV2DeprecatedParams, reqEditors ...RequestEditorFn) (*DomainListDomainsV2DeprecatedResponse, error)

	// ProjectFileSystemGetDirectoriesWithResponse request
	ProjectFileSystemGetDirectoriesWithResponse(ctx context.Context, projectId string, params *ProjectFileSystemGetDirectoriesParams, reqEditors ...RequestEditorFn) (*ProjectFileSystemGetDirectoriesResponse, error)

	// ProjectFileSystemGetDiskUsageWithResponse request
	ProjectFileSystemGetDiskUsageWithResponse(ctx context.Context, projectId openapi_types.UUID, params *ProjectFileSystemGetDiskUsageParams, reqEditors ...RequestEditorFn) (*ProjectFileSystemGetDiskUsageResponse, error)

	// ProjectFileSystemGetFileContentWithResponse request
	ProjectFileSystemGetFileContentWithResponse(ctx context.Context, projectId openapi_types.UUID, params *ProjectFileSystemGetFileContentParams, reqEditors ...RequestEditorFn) (*ProjectFileSystemGetFileContentResponse, error)

	// ProjectFileSystemListFilesWithResponse request
	ProjectFileSystemListFilesWithResponse(ctx context.Context, projectId openapi_types.UUID, params *ProjectFileSystemListFilesParams, reqEditors ...RequestEditorFn) (*ProjectFileSystemListFilesResponse, error)

	// GetV2ProjectsProjectIdFilesystemDirectoriesWithResponse request
	GetV2ProjectsProjectIdFilesystemDirectoriesWithResponse(ctx context.Context, projectId string, params *GetV2ProjectsProjectIdFilesystemDirectoriesParams, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdFilesystemDirectoriesResponse, error)

	// GetV2ProjectsProjectIdFilesystemFilesWithResponse request
	GetV2ProjectsProjectIdFilesystemFilesWithResponse(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdFilesystemFilesParams, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdFilesystemFilesResponse, error)

	// GetV2ProjectsProjectIdFilesystemFilesRawWithResponse request
	GetV2ProjectsProjectIdFilesystemFilesRawWithResponse(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdFilesystemFilesRawParams, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdFilesystemFilesRawResponse, error)

	// GetV2ProjectsProjectIdFilesystemUsagesDiskWithResponse request
	GetV2ProjectsProjectIdFilesystemUsagesDiskWithResponse(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdFilesystemUsagesDiskParams, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdFilesystemUsagesDiskResponse, error)

	// IngressListIngressesV2DeprecatedWithResponse request
	IngressListIngressesV2DeprecatedWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*IngressListIngressesV2DeprecatedResponse, error)

	// ProjectListInvitesForProjectWithResponse request
	ProjectListInvitesForProjectWithResponse(ctx context.Context, projectId string, params *ProjectListInvitesForProjectParams, reqEditors ...RequestEditorFn) (*ProjectListInvitesForProjectResponse, error)

	// ProjectCreateProjectInviteWithBodyWithResponse request with any body
	ProjectCreateProjectInviteWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectCreateProjectInviteResponse, error)

	ProjectCreateProjectInviteWithResponse(ctx context.Context, projectId openapi_types.UUID, body ProjectCreateProjectInviteJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectCreateProjectInviteResponse, error)

	// ProjectFileSystemGetJwtWithResponse request
	ProjectFileSystemGetJwtWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*ProjectFileSystemGetJwtResponse, error)

	// ProjectLeaveProjectWithBodyWithResponse request with any body
	ProjectLeaveProjectWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectLeaveProjectResponse, error)

	ProjectLeaveProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, body ProjectLeaveProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectLeaveProjectResponse, error)

	// MailListMailAddressesWithResponse request
	MailListMailAddressesWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*MailListMailAddressesResponse, error)

	// MailCreateMailAddressWithBodyWithResponse request with any body
	MailCreateMailAddressWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailCreateMailAddressResponse, error)

	MailCreateMailAddressWithResponse(ctx context.Context, projectId string, body MailCreateMailAddressJSONRequestBody, reqEditors ...RequestEditorFn) (*MailCreateMailAddressResponse, error)

	// MailListProjectMailSettingsWithResponse request
	MailListProjectMailSettingsWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*MailListProjectMailSettingsResponse, error)

	// MailUpdateProjectMailSettingWithBodyWithResponse request with any body
	MailUpdateProjectMailSettingWithBodyWithResponse(ctx context.Context, projectId string, mailSetting MailUpdateProjectMailSettingParamsMailSetting, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateProjectMailSettingResponse, error)

	MailUpdateProjectMailSettingWithResponse(ctx context.Context, projectId string, mailSetting MailUpdateProjectMailSettingParamsMailSetting, body MailUpdateProjectMailSettingJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateProjectMailSettingResponse, error)

	// MailUpdateProjectMailSettingV2DeprecatedWithBodyWithResponse request with any body
	MailUpdateProjectMailSettingV2DeprecatedWithBodyWithResponse(ctx context.Context, projectId string, setting MailUpdateProjectMailSettingV2DeprecatedParamsSetting, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailUpdateProjectMailSettingV2DeprecatedResponse, error)

	MailUpdateProjectMailSettingV2DeprecatedWithResponse(ctx context.Context, projectId string, setting MailUpdateProjectMailSettingV2DeprecatedParamsSetting, body MailUpdateProjectMailSettingV2DeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*MailUpdateProjectMailSettingV2DeprecatedResponse, error)

	// GetV2ProjectsProjectIdMailaddressesWithResponse request
	GetV2ProjectsProjectIdMailaddressesWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdMailaddressesResponse, error)

	// PostV2ProjectsProjectIdMailaddressesWithBodyWithResponse request with any body
	PostV2ProjectsProjectIdMailaddressesWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2ProjectsProjectIdMailaddressesResponse, error)

	PostV2ProjectsProjectIdMailaddressesWithResponse(ctx context.Context, projectId string, body PostV2ProjectsProjectIdMailaddressesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2ProjectsProjectIdMailaddressesResponse, error)

	// GetV2ProjectsProjectIdMailsettingsWithResponse request
	GetV2ProjectsProjectIdMailsettingsWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdMailsettingsResponse, error)

	// MailProjectsettingUpdateBlacklistDeprecatedWithBodyWithResponse request with any body
	MailProjectsettingUpdateBlacklistDeprecatedWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailProjectsettingUpdateBlacklistDeprecatedResponse, error)

	MailProjectsettingUpdateBlacklistDeprecatedWithResponse(ctx context.Context, projectId string, body MailProjectsettingUpdateBlacklistDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*MailProjectsettingUpdateBlacklistDeprecatedResponse, error)

	// MailProjectsettingUpdateWhitelistDeprecatedWithBodyWithResponse request with any body
	MailProjectsettingUpdateWhitelistDeprecatedWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailProjectsettingUpdateWhitelistDeprecatedResponse, error)

	MailProjectsettingUpdateWhitelistDeprecatedWithResponse(ctx context.Context, projectId string, body MailProjectsettingUpdateWhitelistDeprecatedJSONRequestBody, reqEditors ...RequestEditorFn) (*MailProjectsettingUpdateWhitelistDeprecatedResponse, error)

	// ProjectListMembershipsForProjectWithResponse request
	ProjectListMembershipsForProjectWithResponse(ctx context.Context, projectId string, params *ProjectListMembershipsForProjectParams, reqEditors ...RequestEditorFn) (*ProjectListMembershipsForProjectResponse, error)

	// ProjectGetSelfMembershipForProjectWithResponse request
	ProjectGetSelfMembershipForProjectWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*ProjectGetSelfMembershipForProjectResponse, error)

	// DatabaseListMysqlDatabasesWithResponse request
	DatabaseListMysqlDatabasesWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseListMysqlDatabasesResponse, error)

	// DatabaseCreateMysqlDatabaseWithBodyWithResponse request with any body
	DatabaseCreateMysqlDatabaseWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseCreateMysqlDatabaseResponse, error)

	DatabaseCreateMysqlDatabaseWithResponse(ctx context.Context, projectId openapi_types.UUID, body DatabaseCreateMysqlDatabaseJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseCreateMysqlDatabaseResponse, error)

	// OrderListProjectOrdersWithResponse request
	OrderListProjectOrdersWithResponse(ctx context.Context, projectId openapi_types.UUID, params *OrderListProjectOrdersParams, reqEditors ...RequestEditorFn) (*OrderListProjectOrdersResponse, error)

	// PageinsightsListPerformanceDataForProjectWithResponse request
	PageinsightsListPerformanceDataForProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, params *PageinsightsListPerformanceDataForProjectParams, reqEditors ...RequestEditorFn) (*PageinsightsListPerformanceDataForProjectResponse, error)

	// GetV2ProjectsProjectIdPageinsightsWithResponse request
	GetV2ProjectsProjectIdPageinsightsWithResponse(ctx context.Context, projectId openapi_types.UUID, params *GetV2ProjectsProjectIdPageinsightsParams, reqEditors ...RequestEditorFn) (*GetV2ProjectsProjectIdPageinsightsResponse, error)

	// DatabaseListRedisDatabasesWithResponse request
	DatabaseListRedisDatabasesWithResponse(ctx context.Context, projectId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseListRedisDatabasesResponse, error)

	// DatabaseCreateRedisDatabaseWithBodyWithResponse request with any body
	DatabaseCreateRedisDatabaseWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseCreateRedisDatabaseResponse, error)

	DatabaseCreateRedisDatabaseWithResponse(ctx context.Context, projectId openapi_types.UUID, body DatabaseCreateRedisDatabaseJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseCreateRedisDatabaseResponse, error)

	// SftpUserListSftpUsersWithResponse request
	SftpUserListSftpUsersWithResponse(ctx context.Context, projectId string, params *SftpUserListSftpUsersParams, reqEditors ...RequestEditorFn) (*SftpUserListSftpUsersResponse, error)

	// SftpUserCreateSftpUserWithBodyWithResponse request with any body
	SftpUserCreateSftpUserWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SftpUserCreateSftpUserResponse, error)

	SftpUserCreateSftpUserWithResponse(ctx context.Context, projectId string, body SftpUserCreateSftpUserJSONRequestBody, reqEditors ...RequestEditorFn) (*SftpUserCreateSftpUserResponse, error)

	// SshUserListSshUsersWithResponse request
	SshUserListSshUsersWithResponse(ctx context.Context, projectId string, params *SshUserListSshUsersParams, reqEditors ...RequestEditorFn) (*SshUserListSshUsersResponse, error)

	// SshUserCreateSshUserWithBodyWithResponse request with any body
	SshUserCreateSshUserWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SshUserCreateSshUserResponse, error)

	SshUserCreateSshUserWithResponse(ctx context.Context, projectId string, body SshUserCreateSshUserJSONRequestBody, reqEditors ...RequestEditorFn) (*SshUserCreateSshUserResponse, error)

	// PageinsightsScheduleStraceWithBodyWithResponse request with any body
	PageinsightsScheduleStraceWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PageinsightsScheduleStraceResponse, error)

	PageinsightsScheduleStraceWithResponse(ctx context.Context, projectId openapi_types.UUID, body PageinsightsScheduleStraceJSONRequestBody, reqEditors ...RequestEditorFn) (*PageinsightsScheduleStraceResponse, error)

	// PageinsightsGetStraceDataWithResponse request
	PageinsightsGetStraceDataWithResponse(ctx context.Context, projectId openapi_types.UUID, straceId openapi_types.UUID, reqEditors ...RequestEditorFn) (*PageinsightsGetStraceDataResponse, error)

	// DatabaseDeleteRedisDatabaseWithResponse request
	DatabaseDeleteRedisDatabaseWithResponse(ctx context.Context, redisDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseDeleteRedisDatabaseResponse, error)

	// DatabaseGetRedisDatabaseWithResponse request
	DatabaseGetRedisDatabaseWithResponse(ctx context.Context, redisDatabaseId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DatabaseGetRedisDatabaseResponse, error)

	// DatabaseUpdateRedisDatabaseConfigurationWithBodyWithResponse request with any body
	DatabaseUpdateRedisDatabaseConfigurationWithBodyWithResponse(ctx context.Context, redisDatabaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseUpdateRedisDatabaseConfigurationResponse, error)

	DatabaseUpdateRedisDatabaseConfigurationWithResponse(ctx context.Context, redisDatabaseId openapi_types.UUID, body DatabaseUpdateRedisDatabaseConfigurationJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseUpdateRedisDatabaseConfigurationResponse, error)

	// DatabaseUpdateRedisDatabaseDescriptionWithBodyWithResponse request with any body
	DatabaseUpdateRedisDatabaseDescriptionWithBodyWithResponse(ctx context.Context, redisDatabaseId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DatabaseUpdateRedisDatabaseDescriptionResponse, error)

	DatabaseUpdateRedisDatabaseDescriptionWithResponse(ctx context.Context, redisDatabaseId openapi_types.UUID, body DatabaseUpdateRedisDatabaseDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*DatabaseUpdateRedisDatabaseDescriptionResponse, error)

	// DatabaseListRedisVersionsWithResponse request
	DatabaseListRedisVersionsWithResponse(ctx context.Context, params *DatabaseListRedisVersionsParams, reqEditors ...RequestEditorFn) (*DatabaseListRedisVersionsResponse, error)

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

	UserRegisterWithResponse(ctx context.Context, body UserRegisterJSONRequestBody, reqEditors ...RequestEditorFn) (*UserRegisterResponse, error)

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

	RelocationCreateRelocationWithResponse(ctx context.Context, body RelocationCreateRelocationJSONRequestBody, reqEditors ...RequestEditorFn) (*RelocationCreateRelocationResponse, error)

	// ProjectListServersWithResponse request
	ProjectListServersWithResponse(ctx context.Context, params *ProjectListServersParams, reqEditors ...RequestEditorFn) (*ProjectListServersResponse, error)

	// ProjectGetServerWithResponse request
	ProjectGetServerWithResponse(ctx context.Context, serverId string, reqEditors ...RequestEditorFn) (*ProjectGetServerResponse, error)

	// ProjectDeleteServerAvatarWithResponse request
	ProjectDeleteServerAvatarWithResponse(ctx context.Context, serverId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ProjectDeleteServerAvatarResponse, error)

	// ProjectRequestServerAvatarUploadWithResponse request
	ProjectRequestServerAvatarUploadWithResponse(ctx context.Context, serverId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ProjectRequestServerAvatarUploadResponse, error)

	// ContractGetDetailOfContractByServerWithResponse request
	ContractGetDetailOfContractByServerWithResponse(ctx context.Context, serverId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContractGetDetailOfContractByServerResponse, error)

	// ProjectUpdateServerDescriptionWithBodyWithResponse request with any body
	ProjectUpdateServerDescriptionWithBodyWithResponse(ctx context.Context, serverId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectUpdateServerDescriptionResponse, error)

	ProjectUpdateServerDescriptionWithResponse(ctx context.Context, serverId openapi_types.UUID, body ProjectUpdateServerDescriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectUpdateServerDescriptionResponse, error)

	// ProjectCreateProjectWithBodyWithResponse request with any body
	ProjectCreateProjectWithBodyWithResponse(ctx context.Context, serverId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProjectCreateProjectResponse, error)

	ProjectCreateProjectWithResponse(ctx context.Context, serverId openapi_types.UUID, body ProjectCreateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*ProjectCreateProjectResponse, error)

	// PostV2ServiceAccessKeyIdActionsAuthenticateWithBodyWithResponse request with any body
	PostV2ServiceAccessKeyIdActionsAuthenticateWithBodyWithResponse(ctx context.Context, accessKeyId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2ServiceAccessKeyIdActionsAuthenticateResponse, error)

	PostV2ServiceAccessKeyIdActionsAuthenticateWithResponse(ctx context.Context, accessKeyId string, body PostV2ServiceAccessKeyIdActionsAuthenticateJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2ServiceAccessKeyIdActionsAuthenticateResponse, error)

	// ServicetokenAuthenticateServiceWithBodyWithResponse request with any body
	ServicetokenAuthenticateServiceWithBodyWithResponse(ctx context.Context, accessKeyId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ServicetokenAuthenticateServiceResponse, error)

	ServicetokenAuthenticateServiceWithResponse(ctx context.Context, accessKeyId string, body ServicetokenAuthenticateServiceJSONRequestBody, reqEditors ...RequestEditorFn) (*ServicetokenAuthenticateServiceResponse, error)

	// SftpUserDeleteSftpUserWithResponse request
	SftpUserDeleteSftpUserWithResponse(ctx context.Context, sftpUserId string, reqEditors ...RequestEditorFn) (*SftpUserDeleteSftpUserResponse, error)

	// SftpUserGetSftpUserWithResponse request
	SftpUserGetSftpUserWithResponse(ctx context.Context, sftpUserId string, reqEditors ...RequestEditorFn) (*SftpUserGetSftpUserResponse, error)

	// SftpUserUpdateSftpUserWithBodyWithResponse request with any body
	SftpUserUpdateSftpUserWithBodyWithResponse(ctx context.Context, sftpUserId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SftpUserUpdateSftpUserResponse, error)

	SftpUserUpdateSftpUserWithResponse(ctx context.Context, sftpUserId string, body SftpUserUpdateSftpUserJSONRequestBody, reqEditors ...RequestEditorFn) (*SftpUserUpdateSftpUserResponse, error)

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

	PostV2SignupAuthenticationWithResponse(ctx context.Context, body PostV2SignupAuthenticationJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2SignupAuthenticationResponse, error)

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

	PostV2SignupAuthenticationMfaWithResponse(ctx context.Context, body PostV2SignupAuthenticationMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2SignupAuthenticationMfaResponse, error)

	// GetV2SignupEmailWithResponse request
	GetV2SignupEmailWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetV2SignupEmailResponse, error)

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

	DeprecatedUserChangeEmailWithResponse(ctx context.Context, body DeprecatedUserChangeEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserChangeEmailResponse, error)

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

	DeprecatedUserResendVerificationEmailWithResponse(ctx context.Context, body DeprecatedUserResendVerificationEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserResendVerificationEmailResponse, error)

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

	DeprecatedUserVerifyEmailWithResponse(ctx context.Context, body DeprecatedUserVerifyEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserVerifyEmailResponse, error)

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

	DeprecatedUserLogoutWithResponse(ctx context.Context, body DeprecatedUserLogoutJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserLogoutResponse, error)

	// DeprecatedUserDisableMfaWithBodyWithResponse request with any body
	DeprecatedUserDisableMfaWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserDisableMfaResponse, error)

	DeprecatedUserDisableMfaWithResponse(ctx context.Context, body DeprecatedUserDisableMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserDisableMfaResponse, error)

	// GetV2SignupMfaWithResponse request
	GetV2SignupMfaWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetV2SignupMfaResponse, error)

	// PostV2SignupMfaWithBodyWithResponse request with any body
	PostV2SignupMfaWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2SignupMfaResponse, error)

	PostV2SignupMfaWithResponse(ctx context.Context, body PostV2SignupMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2SignupMfaResponse, error)

	// PostV2SignupMfaConfirmWithBodyWithResponse request with any body
	PostV2SignupMfaConfirmWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2SignupMfaConfirmResponse, error)

	PostV2SignupMfaConfirmWithResponse(ctx context.Context, body PostV2SignupMfaConfirmJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2SignupMfaConfirmResponse, error)

	// PutV2SignupMfaResetRecoverycodesWithBodyWithResponse request with any body
	PutV2SignupMfaResetRecoverycodesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2SignupMfaResetRecoverycodesResponse, error)

	PutV2SignupMfaResetRecoverycodesWithResponse(ctx context.Context, body PutV2SignupMfaResetRecoverycodesJSONRequestBody, reqEditors ...RequestEditorFn) (*PutV2SignupMfaResetRecoverycodesResponse, error)

	// GetV2SignupPasswordWithBodyWithResponse request with any body
	GetV2SignupPasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GetV2SignupPasswordResponse, error)

	GetV2SignupPasswordWithResponse(ctx context.Context, body GetV2SignupPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*GetV2SignupPasswordResponse, error)

	// PutV2SignupPasswordWithBodyWithResponse request with any body
	PutV2SignupPasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutV2SignupPasswordResponse, error)

	PutV2SignupPasswordWithResponse(ctx context.Context, body PutV2SignupPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*PutV2SignupPasswordResponse, error)

	// DeprecatedUserInitPasswordResetWithBodyWithResponse request with any body
	DeprecatedUserInitPasswordResetWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserInitPasswordResetResponse, error)

	DeprecatedUserInitPasswordResetWithResponse(ctx context.Context, body DeprecatedUserInitPasswordResetJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserInitPasswordResetResponse, error)

	// DeprecatedUserConfirmPasswordResetWithBodyWithResponse request with any body
	DeprecatedUserConfirmPasswordResetWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserConfirmPasswordResetResponse, error)

	DeprecatedUserConfirmPasswordResetWithResponse(ctx context.Context, body DeprecatedUserConfirmPasswordResetJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserConfirmPasswordResetResponse, error)

	// DeleteV2SignupProfileWithBodyWithResponse request with any body
	DeleteV2SignupProfileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteV2SignupProfileResponse, error)

	DeleteV2SignupProfileWithResponse(ctx context.Context, body DeleteV2SignupProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteV2SignupProfileResponse, error)

	// GetV2SignupProfileWithBodyWithResponse request with any body
	GetV2SignupProfileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GetV2SignupProfileResponse, error)

	GetV2SignupProfileWithResponse(ctx context.Context, body GetV2SignupProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*GetV2SignupProfileResponse, error)

	// DeprecatedUserUpdateAccountWithBodyWithResponse request with any body
	DeprecatedUserUpdateAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserUpdateAccountResponse, error)

	DeprecatedUserUpdateAccountWithResponse(ctx context.Context, body DeprecatedUserUpdateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserUpdateAccountResponse, error)

	// PostV2SignupRegistrationWithBodyWithResponse request with any body
	PostV2SignupRegistrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2SignupRegistrationResponse, error)

	PostV2SignupRegistrationWithResponse(ctx context.Context, body PostV2SignupRegistrationJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2SignupRegistrationResponse, error)

	// PostV2SignupRegistrationVerificationWithBodyWithResponse request with any body
	PostV2SignupRegistrationVerificationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2SignupRegistrationVerificationResponse, error)

	PostV2SignupRegistrationVerificationWithResponse(ctx context.Context, body PostV2SignupRegistrationVerificationJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2SignupRegistrationVerificationResponse, error)

	// DeprecatedUserTerminateAllSessionsWithResponse request
	DeprecatedUserTerminateAllSessionsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DeprecatedUserTerminateAllSessionsResponse, error)

	// GetV2SignupSessionsWithResponse request
	GetV2SignupSessionsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetV2SignupSessionsResponse, error)

	// DeprecatedUserTerminateSessionWithResponse request
	DeprecatedUserTerminateSessionWithResponse(ctx context.Context, tokenId string, reqEditors ...RequestEditorFn) (*DeprecatedUserTerminateSessionResponse, error)

	// GetV2SignupSessionsTokenIdWithResponse request
	GetV2SignupSessionsTokenIdWithResponse(ctx context.Context, tokenId string, reqEditors ...RequestEditorFn) (*GetV2SignupSessionsTokenIdResponse, error)

	// GetV2SignupSshWithResponse request
	GetV2SignupSshWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetV2SignupSshResponse, error)

	// PostV2SignupSshWithBodyWithResponse request with any body
	PostV2SignupSshWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2SignupSshResponse, error)

	PostV2SignupSshWithResponse(ctx context.Context, body PostV2SignupSshJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2SignupSshResponse, error)

	// DeprecatedUserDeleteSshKeyWithResponse request
	DeprecatedUserDeleteSshKeyWithResponse(ctx context.Context, sshKeyId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeprecatedUserDeleteSshKeyResponse, error)

	// GetV2SignupSshSshKeyIdWithResponse request
	GetV2SignupSshSshKeyIdWithResponse(ctx context.Context, sshKeyId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2SignupSshSshKeyIdResponse, error)

	// DeprecatedUserEditSshKeyWithBodyWithResponse request with any body
	DeprecatedUserEditSshKeyWithBodyWithResponse(ctx context.Context, sshKeyId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserEditSshKeyResponse, error)

	DeprecatedUserEditSshKeyWithResponse(ctx context.Context, sshKeyId openapi_types.UUID, body DeprecatedUserEditSshKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserEditSshKeyResponse, error)

	// GetV2SignupSupportcodeWithResponse request
	GetV2SignupSupportcodeWithResponse(ctx context.Context, params *GetV2SignupSupportcodeParams, reqEditors ...RequestEditorFn) (*GetV2SignupSupportcodeResponse, error)

	// GetV2SignupSupportcodesWithResponse request
	GetV2SignupSupportcodesWithResponse(ctx context.Context, params *GetV2SignupSupportcodesParams, reqEditors ...RequestEditorFn) (*GetV2SignupSupportcodesResponse, error)

	// GetV2SignupTokenApiWithResponse request
	GetV2SignupTokenApiWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetV2SignupTokenApiResponse, error)

	// PostV2SignupTokenApiWithBodyWithResponse request with any body
	PostV2SignupTokenApiWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2SignupTokenApiResponse, error)

	PostV2SignupTokenApiWithResponse(ctx context.Context, body PostV2SignupTokenApiJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2SignupTokenApiResponse, error)

	// DeprecatedUserDeleteApiTokenWithResponse request
	DeprecatedUserDeleteApiTokenWithResponse(ctx context.Context, apiTokenId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeprecatedUserDeleteApiTokenResponse, error)

	// GetV2SignupTokenApiApiTokenIdWithResponse request
	GetV2SignupTokenApiApiTokenIdWithResponse(ctx context.Context, apiTokenId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2SignupTokenApiApiTokenIdResponse, error)

	// DeprecatedUserEditApiTokenWithBodyWithResponse request with any body
	DeprecatedUserEditApiTokenWithBodyWithResponse(ctx context.Context, apiTokenId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserEditApiTokenResponse, error)

	DeprecatedUserEditApiTokenWithResponse(ctx context.Context, apiTokenId openapi_types.UUID, body DeprecatedUserEditApiTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserEditApiTokenResponse, error)

	// PostV2SignupTokenCheckWithBodyWithResponse request with any body
	PostV2SignupTokenCheckWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2SignupTokenCheckResponse, error)

	PostV2SignupTokenCheckWithResponse(ctx context.Context, body PostV2SignupTokenCheckJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2SignupTokenCheckResponse, error)

	// SshUserDeleteSshUserWithResponse request
	SshUserDeleteSshUserWithResponse(ctx context.Context, sshUserId string, reqEditors ...RequestEditorFn) (*SshUserDeleteSshUserResponse, error)

	// SshUserGetSshUserWithResponse request
	SshUserGetSshUserWithResponse(ctx context.Context, sshUserId string, reqEditors ...RequestEditorFn) (*SshUserGetSshUserResponse, error)

	// SshUserUpdateSshUserWithBodyWithResponse request with any body
	SshUserUpdateSshUserWithBodyWithResponse(ctx context.Context, sshUserId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SshUserUpdateSshUserResponse, error)

	SshUserUpdateSshUserWithResponse(ctx context.Context, sshUserId string, body SshUserUpdateSshUserJSONRequestBody, reqEditors ...RequestEditorFn) (*SshUserUpdateSshUserResponse, error)

	// PatchV2SshusersSshUserIdWithBodyWithResponse request with any body
	PatchV2SshusersSshUserIdWithBodyWithResponse(ctx context.Context, sshUserId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchV2SshusersSshUserIdResponse, error)

	PatchV2SshusersSshUserIdWithResponse(ctx context.Context, sshUserId string, body PatchV2SshusersSshUserIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchV2SshusersSshUserIdResponse, error)

	// AppListSystemsoftwareversionsWithResponse request
	AppListSystemsoftwareversionsWithResponse(ctx context.Context, systemSoftwareId openapi_types.UUID, params *AppListSystemsoftwareversionsParams, reqEditors ...RequestEditorFn) (*AppListSystemsoftwareversionsResponse, error)

	// AppGetSystemsoftwareversionWithResponse request
	AppGetSystemsoftwareversionWithResponse(ctx context.Context, systemSoftwareId openapi_types.UUID, systemSoftwareVersionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AppGetSystemsoftwareversionResponse, error)

	// AppListSystemsoftwaresWithResponse request
	AppListSystemsoftwaresWithResponse(ctx context.Context, params *AppListSystemsoftwaresParams, reqEditors ...RequestEditorFn) (*AppListSystemsoftwaresResponse, error)

	// AppGetSystemsoftwareWithResponse request
	AppGetSystemsoftwareWithResponse(ctx context.Context, systemSoftwareId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AppGetSystemsoftwareResponse, error)

	// GetV2SystemsoftwareSystemSoftwareIdVersionsWithResponse request
	GetV2SystemsoftwareSystemSoftwareIdVersionsWithResponse(ctx context.Context, systemSoftwareId openapi_types.UUID, params *GetV2SystemsoftwareSystemSoftwareIdVersionsParams, reqEditors ...RequestEditorFn) (*GetV2SystemsoftwareSystemSoftwareIdVersionsResponse, error)

	// GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdWithResponse request
	GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdWithResponse(ctx context.Context, systemSoftwareId openapi_types.UUID, systemSoftwareVersionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdResponse, error)

	// GetV2SystemsoftwaresWithResponse request
	GetV2SystemsoftwaresWithResponse(ctx context.Context, params *GetV2SystemsoftwaresParams, reqEditors ...RequestEditorFn) (*GetV2SystemsoftwaresResponse, error)

	// GetV2SystemsoftwaresSystemSoftwareIdWithResponse request
	GetV2SystemsoftwaresSystemSoftwareIdWithResponse(ctx context.Context, systemSoftwareId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV2SystemsoftwaresSystemSoftwareIdResponse, error)

	// OrderPreviewTariffChangeWithBodyWithResponse request with any body
	OrderPreviewTariffChangeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OrderPreviewTariffChangeResponse, error)

	OrderPreviewTariffChangeWithResponse(ctx context.Context, body OrderPreviewTariffChangeJSONRequestBody, reqEditors ...RequestEditorFn) (*OrderPreviewTariffChangeResponse, error)

	// OrderCreateTariffChangeWithBodyWithResponse request with any body
	OrderCreateTariffChangeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OrderCreateTariffChangeResponse, error)

	OrderCreateTariffChangeWithResponse(ctx context.Context, body OrderCreateTariffChangeJSONRequestBody, reqEditors ...RequestEditorFn) (*OrderCreateTariffChangeResponse, error)

	// DeprecatedUserServiceUserGetOwnWithResponse request
	DeprecatedUserServiceUserGetOwnWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceUserGetOwnResponse, error)

	// DeprecatedUserServiceFeedbackListWithResponse request
	DeprecatedUserServiceFeedbackListWithResponse(ctx context.Context, params *DeprecatedUserServiceFeedbackListParams, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceFeedbackListResponse, error)

	// DeprecatedUserServiceFeedbackCreateWithBodyWithResponse request with any body
	DeprecatedUserServiceFeedbackCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceFeedbackCreateResponse, error)

	DeprecatedUserServiceFeedbackCreateWithResponse(ctx context.Context, body DeprecatedUserServiceFeedbackCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceFeedbackCreateResponse, error)

	// DeprecatedUserServiceIssueNewWithBodyWithResponse request with any body
	DeprecatedUserServiceIssueNewWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceIssueNewResponse, error)

	DeprecatedUserServiceIssueNewWithResponse(ctx context.Context, body DeprecatedUserServiceIssueNewJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceIssueNewResponse, error)

	// DeprecatedUserServicePersonalizedSettingsGetWithResponse request
	DeprecatedUserServicePersonalizedSettingsGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DeprecatedUserServicePersonalizedSettingsGetResponse, error)

	// DeprecatedUserServicePersonalizedSettingsUpdateWithBodyWithResponse request with any body
	DeprecatedUserServicePersonalizedSettingsUpdateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserServicePersonalizedSettingsUpdateResponse, error)

	DeprecatedUserServicePersonalizedSettingsUpdateWithResponse(ctx context.Context, body DeprecatedUserServicePersonalizedSettingsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserServicePersonalizedSettingsUpdateResponse, error)

	// DeprecatedUserServiceUserGetWithResponse request
	DeprecatedUserServiceUserGetWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceUserGetResponse, error)

	// DeprecatedUserServicePersonalInformationUpdateWithBodyWithResponse request with any body
	DeprecatedUserServicePersonalInformationUpdateWithBodyWithResponse(ctx context.Context, userId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserServicePersonalInformationUpdateResponse, error)

	DeprecatedUserServicePersonalInformationUpdateWithResponse(ctx context.Context, userId openapi_types.UUID, body DeprecatedUserServicePersonalInformationUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserServicePersonalInformationUpdateResponse, error)

	// DeprecatedUserServiceAvatarRemoveWithResponse request
	DeprecatedUserServiceAvatarRemoveWithResponse(ctx context.Context, userId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceAvatarRemoveResponse, error)

	// DeprecatedUserServiceAvatarRequestUploadWithBodyWithResponse request with any body
	DeprecatedUserServiceAvatarRequestUploadWithBodyWithResponse(ctx context.Context, userId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceAvatarRequestUploadResponse, error)

	DeprecatedUserServiceAvatarRequestUploadWithResponse(ctx context.Context, userId openapi_types.UUID, body DeprecatedUserServiceAvatarRequestUploadJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserServiceAvatarRequestUploadResponse, error)

	// DeprecatedUserServicePhoneNumberRemoveWithResponse request
	DeprecatedUserServicePhoneNumberRemoveWithResponse(ctx context.Context, userId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeprecatedUserServicePhoneNumberRemoveResponse, error)

	// DeprecatedUserServicePhoneNumberAddWithBodyWithResponse request with any body
	DeprecatedUserServicePhoneNumberAddWithBodyWithResponse(ctx context.Context, userId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserServicePhoneNumberAddResponse, error)

	DeprecatedUserServicePhoneNumberAddWithResponse(ctx context.Context, userId openapi_types.UUID, body DeprecatedUserServicePhoneNumberAddJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserServicePhoneNumberAddResponse, error)

	// DeprecatedUserServicePhoneNumberVerifyWithBodyWithResponse request with any body
	DeprecatedUserServicePhoneNumberVerifyWithBodyWithResponse(ctx context.Context, userId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserServicePhoneNumberVerifyResponse, error)

	DeprecatedUserServicePhoneNumberVerifyWithResponse(ctx context.Context, userId openapi_types.UUID, body DeprecatedUserServicePhoneNumberVerifyJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserServicePhoneNumberVerifyResponse, error)

	// UserDeleteUserWithBodyWithResponse request with any body
	UserDeleteUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserDeleteUserResponse, error)

	UserDeleteUserWithResponse(ctx context.Context, body UserDeleteUserJSONRequestBody, reqEditors ...RequestEditorFn) (*UserDeleteUserResponse, error)

	// UserListApiTokensWithResponse request
	UserListApiTokensWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserListApiTokensResponse, error)

	// UserCreateApiTokenWithBodyWithResponse request with any body
	UserCreateApiTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserCreateApiTokenResponse, error)

	UserCreateApiTokenWithResponse(ctx context.Context, body UserCreateApiTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*UserCreateApiTokenResponse, error)

	// UserDeleteApiTokenWithResponse request
	UserDeleteApiTokenWithResponse(ctx context.Context, apiTokenId openapi_types.UUID, reqEditors ...RequestEditorFn) (*UserDeleteApiTokenResponse, error)

	// UserGetApiTokenWithResponse request
	UserGetApiTokenWithResponse(ctx context.Context, apiTokenId openapi_types.UUID, reqEditors ...RequestEditorFn) (*UserGetApiTokenResponse, error)

	// UserEditApiTokenWithBodyWithResponse request with any body
	UserEditApiTokenWithBodyWithResponse(ctx context.Context, apiTokenId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserEditApiTokenResponse, error)

	UserEditApiTokenWithResponse(ctx context.Context, apiTokenId openapi_types.UUID, body UserEditApiTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*UserEditApiTokenResponse, error)

	// UserInitPasswordResetWithBodyWithResponse request with any body
	UserInitPasswordResetWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserInitPasswordResetResponse, error)

	UserInitPasswordResetWithResponse(ctx context.Context, body UserInitPasswordResetJSONRequestBody, reqEditors ...RequestEditorFn) (*UserInitPasswordResetResponse, error)

	// UserGetOwnEmailWithResponse request
	UserGetOwnEmailWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserGetOwnEmailResponse, error)

	// UserChangeEmailWithBodyWithResponse request with any body
	UserChangeEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserChangeEmailResponse, error)

	UserChangeEmailWithResponse(ctx context.Context, body UserChangeEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*UserChangeEmailResponse, error)

	// UserResendVerificationEmailWithBodyWithResponse request with any body
	UserResendVerificationEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserResendVerificationEmailResponse, error)

	UserResendVerificationEmailWithResponse(ctx context.Context, body UserResendVerificationEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*UserResendVerificationEmailResponse, error)

	// UserVerifyEmailWithBodyWithResponse request with any body
	UserVerifyEmailWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserVerifyEmailResponse, error)

	UserVerifyEmailWithResponse(ctx context.Context, body UserVerifyEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*UserVerifyEmailResponse, error)

	// UserInitMfaWithBodyWithResponse request with any body
	UserInitMfaWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserInitMfaResponse, error)

	UserInitMfaWithResponse(ctx context.Context, body UserInitMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*UserInitMfaResponse, error)

	// UserDisableMfaWithBodyWithResponse request with any body
	UserDisableMfaWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserDisableMfaResponse, error)

	UserDisableMfaWithResponse(ctx context.Context, body UserDisableMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*UserDisableMfaResponse, error)

	// UserGetMfaStatusWithResponse request
	UserGetMfaStatusWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserGetMfaStatusResponse, error)

	// UserConfirmMfaWithBodyWithResponse request with any body
	UserConfirmMfaWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserConfirmMfaResponse, error)

	UserConfirmMfaWithResponse(ctx context.Context, body UserConfirmMfaJSONRequestBody, reqEditors ...RequestEditorFn) (*UserConfirmMfaResponse, error)

	// UserResetRecoverycodesWithBodyWithResponse request with any body
	UserResetRecoverycodesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserResetRecoverycodesResponse, error)

	UserResetRecoverycodesWithResponse(ctx context.Context, body UserResetRecoverycodesJSONRequestBody, reqEditors ...RequestEditorFn) (*UserResetRecoverycodesResponse, error)

	// UserChangePasswordWithBodyWithResponse request with any body
	UserChangePasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserChangePasswordResponse, error)

	UserChangePasswordWithResponse(ctx context.Context, body UserChangePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*UserChangePasswordResponse, error)

	// UserGetPasswordUpdatedAtWithBodyWithResponse request with any body
	UserGetPasswordUpdatedAtWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserGetPasswordUpdatedAtResponse, error)

	UserGetPasswordUpdatedAtWithResponse(ctx context.Context, body UserGetPasswordUpdatedAtJSONRequestBody, reqEditors ...RequestEditorFn) (*UserGetPasswordUpdatedAtResponse, error)

	// UserConfirmPasswordResetWithBodyWithResponse request with any body
	UserConfirmPasswordResetWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserConfirmPasswordResetResponse, error)

	UserConfirmPasswordResetWithResponse(ctx context.Context, body UserConfirmPasswordResetJSONRequestBody, reqEditors ...RequestEditorFn) (*UserConfirmPasswordResetResponse, error)

	// UserSupportCodeRequestWithResponse request
	UserSupportCodeRequestWithResponse(ctx context.Context, params *UserSupportCodeRequestParams, reqEditors ...RequestEditorFn) (*UserSupportCodeRequestResponse, error)

	// UserCheckTokenWithBodyWithResponse request with any body
	UserCheckTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserCheckTokenResponse, error)

	UserCheckTokenWithResponse(ctx context.Context, body UserCheckTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*UserCheckTokenResponse, error)

	// UserCreateFeedbackWithBodyWithResponse request with any body
	UserCreateFeedbackWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserCreateFeedbackResponse, error)

	UserCreateFeedbackWithResponse(ctx context.Context, body UserCreateFeedbackJSONRequestBody, reqEditors ...RequestEditorFn) (*UserCreateFeedbackResponse, error)

	// DeprecatedUserCreateIssueWithBodyWithResponse request with any body
	DeprecatedUserCreateIssueWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeprecatedUserCreateIssueResponse, error)

	DeprecatedUserCreateIssueWithResponse(ctx context.Context, body DeprecatedUserCreateIssueJSONRequestBody, reqEditors ...RequestEditorFn) (*DeprecatedUserCreateIssueResponse, error)

	// UserGetOwnAccountWithBodyWithResponse request with any body
	UserGetOwnAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserGetOwnAccountResponse, error)

	UserGetOwnAccountWithResponse(ctx context.Context, body UserGetOwnAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*UserGetOwnAccountResponse, error)

	// UserUpdateAccountWithBodyWithResponse request with any body
	UserUpdateAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserUpdateAccountResponse, error)

	UserUpdateAccountWithResponse(ctx context.Context, body UserUpdateAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*UserUpdateAccountResponse, error)

	// UserTerminateAllSessionsWithResponse request
	UserTerminateAllSessionsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserTerminateAllSessionsResponse, error)

	// UserListSessionsWithResponse request
	UserListSessionsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserListSessionsResponse, error)

	// UserTerminateSessionWithResponse request
	UserTerminateSessionWithResponse(ctx context.Context, tokenId string, reqEditors ...RequestEditorFn) (*UserTerminateSessionResponse, error)

	// UserGetSessionWithResponse request
	UserGetSessionWithResponse(ctx context.Context, tokenId string, reqEditors ...RequestEditorFn) (*UserGetSessionResponse, error)

	// UserListSshKeysWithResponse request
	UserListSshKeysWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserListSshKeysResponse, error)

	// UserCreateSshKeyWithBodyWithResponse request with any body
	UserCreateSshKeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserCreateSshKeyResponse, error)

	UserCreateSshKeyWithResponse(ctx context.Context, body UserCreateSshKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*UserCreateSshKeyResponse, error)

	// UserDeleteSshKeyWithResponse request
	UserDeleteSshKeyWithResponse(ctx context.Context, sshKeyId openapi_types.UUID, reqEditors ...RequestEditorFn) (*UserDeleteSshKeyResponse, error)

	// UserGetSshKeyWithResponse request
	UserGetSshKeyWithResponse(ctx context.Context, sshKeyId openapi_types.UUID, reqEditors ...RequestEditorFn) (*UserGetSshKeyResponse, error)

	// UserEditSshKeyWithBodyWithResponse request with any body
	UserEditSshKeyWithBodyWithResponse(ctx context.Context, sshKeyId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserEditSshKeyResponse, error)

	UserEditSshKeyWithResponse(ctx context.Context, sshKeyId openapi_types.UUID, body UserEditSshKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*UserEditSshKeyResponse, error)

	// UserCreateAccessTokenRetrievalKeyWithBodyWithResponse request with any body
	UserCreateAccessTokenRetrievalKeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserCreateAccessTokenRetrievalKeyResponse, error)

	UserCreateAccessTokenRetrievalKeyWithResponse(ctx context.Context, body UserCreateAccessTokenRetrievalKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*UserCreateAccessTokenRetrievalKeyResponse, error)

	// UserGetUserWithResponse request
	UserGetUserWithResponse(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, reqEditors ...RequestEditorFn) (*UserGetUserResponse, error)

	// UserUpdatePersonalInformationWithBodyWithResponse request with any body
	UserUpdatePersonalInformationWithBodyWithResponse(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserUpdatePersonalInformationResponse, error)

	UserUpdatePersonalInformationWithResponse(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, body UserUpdatePersonalInformationJSONRequestBody, reqEditors ...RequestEditorFn) (*UserUpdatePersonalInformationResponse, error)

	// UserVerifyPhoneNumberWithBodyWithResponse request with any body
	UserVerifyPhoneNumberWithBodyWithResponse(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserVerifyPhoneNumberResponse, error)

	UserVerifyPhoneNumberWithResponse(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, body UserVerifyPhoneNumberJSONRequestBody, reqEditors ...RequestEditorFn) (*UserVerifyPhoneNumberResponse, error)

	// UserRemoveAvatarWithResponse request
	UserRemoveAvatarWithResponse(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, reqEditors ...RequestEditorFn) (*UserRemoveAvatarResponse, error)

	// UserRequestAvatarUploadWithBodyWithResponse request with any body
	UserRequestAvatarUploadWithBodyWithResponse(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserRequestAvatarUploadResponse, error)

	UserRequestAvatarUploadWithResponse(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, body UserRequestAvatarUploadJSONRequestBody, reqEditors ...RequestEditorFn) (*UserRequestAvatarUploadResponse, error)

	// UserListFeedbackWithResponse request
	UserListFeedbackWithResponse(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, params *UserListFeedbackParams, reqEditors ...RequestEditorFn) (*UserListFeedbackResponse, error)

	// UserRemovePhoneNumberWithResponse request
	UserRemovePhoneNumberWithResponse(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, reqEditors ...RequestEditorFn) (*UserRemovePhoneNumberResponse, error)

	// UserAddPhoneNumberWithBodyWithResponse request with any body
	UserAddPhoneNumberWithBodyWithResponse(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserAddPhoneNumberResponse, error)

	UserAddPhoneNumberWithResponse(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, body UserAddPhoneNumberJSONRequestBody, reqEditors ...RequestEditorFn) (*UserAddPhoneNumberResponse, error)

	// PostV2UsersUserIdPhoneVerifyWithBodyWithResponse request with any body
	PostV2UsersUserIdPhoneVerifyWithBodyWithResponse(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostV2UsersUserIdPhoneVerifyResponse, error)

	PostV2UsersUserIdPhoneVerifyWithResponse(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, body PostV2UsersUserIdPhoneVerifyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostV2UsersUserIdPhoneVerifyResponse, error)

	// UserGetPersonalizedSettingsWithResponse request
	UserGetPersonalizedSettingsWithResponse(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, reqEditors ...RequestEditorFn) (*UserGetPersonalizedSettingsResponse, error)

	// UserUpdatePersonalizedSettingsWithBodyWithResponse request with any body
	UserUpdatePersonalizedSettingsWithBodyWithResponse(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserUpdatePersonalizedSettingsResponse, error)

	UserUpdatePersonalizedSettingsWithResponse(ctx context.Context, userId struct {
		// contains filtered or unexported fields
	}, body UserUpdatePersonalizedSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*UserUpdatePersonalizedSettingsResponse, error)

	// UserVerifyRegistrationWithBodyWithResponse request with any body
	UserVerifyRegistrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserVerifyRegistrationResponse, error)

	UserVerifyRegistrationWithResponse(ctx context.Context, body UserVerifyRegistrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UserVerifyRegistrationResponse, error)

	// ExtensionGetPublicKeyWithResponse request
	ExtensionGetPublicKeyWithResponse(ctx context.Context, serial string, reqEditors ...RequestEditorFn) (*ExtensionGetPublicKeyResponse, error)
}

ClientWithResponsesInterface is the interface specification for the client with responses above.

type ContractCancelContractItemTerminationResponse

type ContractCancelContractItemTerminationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		ContractId     *openapi_types.UUID `json:"contractId,omitempty"`
		ContractItemId *openapi_types.UUID `json:"contractItemId,omitempty"`
		IsCancelled    *bool               `json:"isCancelled,omitempty"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseContractCancelContractItemTerminationResponse

func ParseContractCancelContractItemTerminationResponse(rsp *http.Response) (*ContractCancelContractItemTerminationResponse, error)

ParseContractCancelContractItemTerminationResponse parses an HTTP response from a ContractCancelContractItemTerminationWithResponse call

func (ContractCancelContractItemTerminationResponse) Status

Status returns HTTPResponse.Status

func (ContractCancelContractItemTerminationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContractCancelContractTariffChangeResponse

type ContractCancelContractTariffChangeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		ContractId     *openapi_types.UUID `json:"contractId,omitempty"`
		ContractItemId *openapi_types.UUID `json:"contractItemId,omitempty"`
		IsCancelled    *bool               `json:"isCancelled,omitempty"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseContractCancelContractTariffChangeResponse

func ParseContractCancelContractTariffChangeResponse(rsp *http.Response) (*ContractCancelContractTariffChangeResponse, error)

ParseContractCancelContractTariffChangeResponse parses an HTTP response from a ContractCancelContractTariffChangeWithResponse call

func (ContractCancelContractTariffChangeResponse) Status

Status returns HTTPResponse.Status

func (ContractCancelContractTariffChangeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContractCancelContractTerminationResponse

type ContractCancelContractTerminationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		ContractId  *openapi_types.UUID `json:"contractId,omitempty"`
		IsCancelled *bool               `json:"isCancelled,omitempty"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseContractCancelContractTerminationResponse

func ParseContractCancelContractTerminationResponse(rsp *http.Response) (*ContractCancelContractTerminationResponse, error)

ParseContractCancelContractTerminationResponse parses an HTTP response from a ContractCancelContractTerminationWithResponse call

func (ContractCancelContractTerminationResponse) Status

Status returns HTTPResponse.Status

func (ContractCancelContractTerminationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContractGetBaseItemOfContractResponse

type ContractGetBaseItemOfContractResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1ContractContractItem
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseContractGetBaseItemOfContractResponse

func ParseContractGetBaseItemOfContractResponse(rsp *http.Response) (*ContractGetBaseItemOfContractResponse, error)

ParseContractGetBaseItemOfContractResponse parses an HTTP response from a ContractGetBaseItemOfContractWithResponse call

func (ContractGetBaseItemOfContractResponse) Status

Status returns HTTPResponse.Status

func (ContractGetBaseItemOfContractResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContractGetDetailOfContractByDomainResponse

type ContractGetDetailOfContractByDomainResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1ContractContract
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseContractGetDetailOfContractByDomainResponse

func ParseContractGetDetailOfContractByDomainResponse(rsp *http.Response) (*ContractGetDetailOfContractByDomainResponse, error)

ParseContractGetDetailOfContractByDomainResponse parses an HTTP response from a ContractGetDetailOfContractByDomainWithResponse call

func (ContractGetDetailOfContractByDomainResponse) Status

Status returns HTTPResponse.Status

func (ContractGetDetailOfContractByDomainResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContractGetDetailOfContractByProjectResponse

type ContractGetDetailOfContractByProjectResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1ContractContract
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseContractGetDetailOfContractByProjectResponse

func ParseContractGetDetailOfContractByProjectResponse(rsp *http.Response) (*ContractGetDetailOfContractByProjectResponse, error)

ParseContractGetDetailOfContractByProjectResponse parses an HTTP response from a ContractGetDetailOfContractByProjectWithResponse call

func (ContractGetDetailOfContractByProjectResponse) Status

Status returns HTTPResponse.Status

func (ContractGetDetailOfContractByProjectResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContractGetDetailOfContractByServerResponse

type ContractGetDetailOfContractByServerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1ContractContract
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseContractGetDetailOfContractByServerResponse

func ParseContractGetDetailOfContractByServerResponse(rsp *http.Response) (*ContractGetDetailOfContractByServerResponse, error)

ParseContractGetDetailOfContractByServerResponse parses an HTTP response from a ContractGetDetailOfContractByServerWithResponse call

func (ContractGetDetailOfContractByServerResponse) Status

Status returns HTTPResponse.Status

func (ContractGetDetailOfContractByServerResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContractGetDetailOfContractItemResponse

type ContractGetDetailOfContractItemResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1ContractContractItem
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseContractGetDetailOfContractItemResponse

func ParseContractGetDetailOfContractItemResponse(rsp *http.Response) (*ContractGetDetailOfContractItemResponse, error)

ParseContractGetDetailOfContractItemResponse parses an HTTP response from a ContractGetDetailOfContractItemWithResponse call

func (ContractGetDetailOfContractItemResponse) Status

Status returns HTTPResponse.Status

func (ContractGetDetailOfContractItemResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContractGetDetailOfContractResponse

type ContractGetDetailOfContractResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1ContractContract
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseContractGetDetailOfContractResponse

func ParseContractGetDetailOfContractResponse(rsp *http.Response) (*ContractGetDetailOfContractResponse, error)

ParseContractGetDetailOfContractResponse parses an HTTP response from a ContractGetDetailOfContractWithResponse call

func (ContractGetDetailOfContractResponse) Status

Status returns HTTPResponse.Status

func (ContractGetDetailOfContractResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContractGetNextTerminationDateForItemResponse

type ContractGetNextTerminationDateForItemResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		ContractItemId      openapi_types.UUID `json:"contractItemId"`
		NextTerminationDate time.Time          `json:"nextTerminationDate"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseContractGetNextTerminationDateForItemResponse

func ParseContractGetNextTerminationDateForItemResponse(rsp *http.Response) (*ContractGetNextTerminationDateForItemResponse, error)

ParseContractGetNextTerminationDateForItemResponse parses an HTTP response from a ContractGetNextTerminationDateForItemWithResponse call

func (ContractGetNextTerminationDateForItemResponse) Status

Status returns HTTPResponse.Status

func (ContractGetNextTerminationDateForItemResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContractListContractsParams

type ContractListContractsParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
	Page  *int `form:"page,omitempty" json:"page,omitempty"`
}

ContractListContractsParams defines parameters for ContractListContracts.

type ContractListContractsResponse

type ContractListContractsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1ContractContract
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseContractListContractsResponse

func ParseContractListContractsResponse(rsp *http.Response) (*ContractListContractsResponse, error)

ParseContractListContractsResponse parses an HTTP response from a ContractListContractsWithResponse call

func (ContractListContractsResponse) Status

Status returns HTTPResponse.Status

func (ContractListContractsResponse) StatusCode

func (r ContractListContractsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ContractTerminateContractItemJSONBody

type ContractTerminateContractItemJSONBody struct {
	// Reason A reason for the Termination can be given as plain text.
	Reason *string `json:"reason,omitempty"`

	// TerminationTargetDate The termination date has to be a valid date according to activation and contract period of the ContractItem. If none given, the next possible termination date will be used.
	TerminationTargetDate *time.Time `json:"terminationTargetDate,omitempty"`
}

ContractTerminateContractItemJSONBody defines parameters for ContractTerminateContractItem.

type ContractTerminateContractItemJSONRequestBody

type ContractTerminateContractItemJSONRequestBody ContractTerminateContractItemJSONBody

ContractTerminateContractItemJSONRequestBody defines body for ContractTerminateContractItem for application/json ContentType.

type ContractTerminateContractItemResponse

type ContractTerminateContractItemResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		ContractId            *openapi_types.UUID `json:"contractId,omitempty"`
		ContractItemId        *openapi_types.UUID `json:"contractItemId,omitempty"`
		Reason                *string             `json:"reason,omitempty"`
		TerminationTargetDate *time.Time          `json:"terminationTargetDate,omitempty"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseContractTerminateContractItemResponse

func ParseContractTerminateContractItemResponse(rsp *http.Response) (*ContractTerminateContractItemResponse, error)

ParseContractTerminateContractItemResponse parses an HTTP response from a ContractTerminateContractItemWithResponse call

func (ContractTerminateContractItemResponse) Status

Status returns HTTPResponse.Status

func (ContractTerminateContractItemResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContractTerminateContractJSONBody

type ContractTerminateContractJSONBody struct {
	// Reason A reason for the termination can be given as plain text.
	Reason *string `json:"reason,omitempty"`

	// TerminationTargetDate The termination date has to be a valid date according to activation and contract period of the base ContractItem. If none given, the next possible termination date will be used.
	TerminationTargetDate *time.Time `json:"terminationTargetDate,omitempty"`
}

ContractTerminateContractJSONBody defines parameters for ContractTerminateContract.

type ContractTerminateContractJSONRequestBody

type ContractTerminateContractJSONRequestBody ContractTerminateContractJSONBody

ContractTerminateContractJSONRequestBody defines body for ContractTerminateContract for application/json ContentType.

type ContractTerminateContractResponse

type ContractTerminateContractResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		ContractId                   *openapi_types.UUID   `json:"contractId,omitempty"`
		ItemsScheduledForTermination *[]openapi_types.UUID `json:"itemsScheduledForTermination,omitempty"`
		Reason                       *string               `json:"reason,omitempty"`
		TerminationTargetDate        *openapi_types.Date   `json:"terminationTargetDate,omitempty"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseContractTerminateContractResponse

func ParseContractTerminateContractResponse(rsp *http.Response) (*ContractTerminateContractResponse, error)

ParseContractTerminateContractResponse parses an HTTP response from a ContractTerminateContractWithResponse call

func (ContractTerminateContractResponse) Status

Status returns HTTPResponse.Status

func (ContractTerminateContractResponse) StatusCode

func (r ContractTerminateContractResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ConversationCreateConversationJSONBody

type ConversationCreateConversationJSONBody struct {
	CategoryId *string                                              `json:"categoryId,omitempty"`
	MainUserId *openapi_types.UUID                                  `json:"mainUserId,omitempty"`
	RelatedTo  *DeMittwaldV1ConversationAggregateReference          `json:"relatedTo,omitempty"`
	SharedWith *DeMittwaldV1ConversationShareableAggregateReference `json:"sharedWith,omitempty"`
	Title      *string                                              `json:"title,omitempty"`
}

ConversationCreateConversationJSONBody defines parameters for ConversationCreateConversation.

type ConversationCreateConversationJSONRequestBody

type ConversationCreateConversationJSONRequestBody ConversationCreateConversationJSONBody

ConversationCreateConversationJSONRequestBody defines body for ConversationCreateConversation for application/json ContentType.

type ConversationCreateConversationResponse

type ConversationCreateConversationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		ConversationId openapi_types.UUID `json:"conversationId"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseConversationCreateConversationResponse

func ParseConversationCreateConversationResponse(rsp *http.Response) (*ConversationCreateConversationResponse, error)

ParseConversationCreateConversationResponse parses an HTTP response from a ConversationCreateConversationWithResponse call

func (ConversationCreateConversationResponse) Status

Status returns HTTPResponse.Status

func (ConversationCreateConversationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ConversationCreateMessageJSONBody

type ConversationCreateMessageJSONBody struct {
	FileIds        *[]openapi_types.UUID `json:"fileIds,omitempty"`
	MessageContent *string               `json:"messageContent,omitempty"`
}

ConversationCreateMessageJSONBody defines parameters for ConversationCreateMessage.

type ConversationCreateMessageJSONRequestBody

type ConversationCreateMessageJSONRequestBody ConversationCreateMessageJSONBody

ConversationCreateMessageJSONRequestBody defines body for ConversationCreateMessage for application/json ContentType.

type ConversationCreateMessageResponse

type ConversationCreateMessageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		ConversationId openapi_types.UUID `json:"conversationId"`
		MessageId      openapi_types.UUID `json:"messageId"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON403     *DeMittwaldV1CommonsDefaultError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseConversationCreateMessageResponse

func ParseConversationCreateMessageResponse(rsp *http.Response) (*ConversationCreateMessageResponse, error)

ParseConversationCreateMessageResponse parses an HTTP response from a ConversationCreateMessageWithResponse call

func (ConversationCreateMessageResponse) Status

Status returns HTTPResponse.Status

func (ConversationCreateMessageResponse) StatusCode

func (r ConversationCreateMessageResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ConversationGetCategoryResponse

type ConversationGetCategoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1ConversationCategory
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseConversationGetCategoryResponse

func ParseConversationGetCategoryResponse(rsp *http.Response) (*ConversationGetCategoryResponse, error)

ParseConversationGetCategoryResponse parses an HTTP response from a ConversationGetCategoryWithResponse call

func (ConversationGetCategoryResponse) Status

Status returns HTTPResponse.Status

func (ConversationGetCategoryResponse) StatusCode

func (r ConversationGetCategoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ConversationGetConversationMembersResponse

type ConversationGetConversationMembersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1ConversationConversationMembers
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseConversationGetConversationMembersResponse

func ParseConversationGetConversationMembersResponse(rsp *http.Response) (*ConversationGetConversationMembersResponse, error)

ParseConversationGetConversationMembersResponse parses an HTTP response from a ConversationGetConversationMembersWithResponse call

func (ConversationGetConversationMembersResponse) Status

Status returns HTTPResponse.Status

func (ConversationGetConversationMembersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ConversationGetConversationResponse

type ConversationGetConversationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1ConversationConversation
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseConversationGetConversationResponse

func ParseConversationGetConversationResponse(rsp *http.Response) (*ConversationGetConversationResponse, error)

ParseConversationGetConversationResponse parses an HTTP response from a ConversationGetConversationWithResponse call

func (ConversationGetConversationResponse) Status

Status returns HTTPResponse.Status

func (ConversationGetConversationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ConversationGetFileAccessTokenResponse

type ConversationGetFileAccessTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		AccessToken string    `json:"accessToken"`
		ExpiresAt   time.Time `json:"expiresAt"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseConversationGetFileAccessTokenResponse

func ParseConversationGetFileAccessTokenResponse(rsp *http.Response) (*ConversationGetFileAccessTokenResponse, error)

ParseConversationGetFileAccessTokenResponse parses an HTTP response from a ConversationGetFileAccessTokenWithResponse call

func (ConversationGetFileAccessTokenResponse) Status

Status returns HTTPResponse.Status

func (ConversationGetFileAccessTokenResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ConversationListCategoriesResponse

type ConversationListCategoriesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1ConversationCategory
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseConversationListCategoriesResponse

func ParseConversationListCategoriesResponse(rsp *http.Response) (*ConversationListCategoriesResponse, error)

ParseConversationListCategoriesResponse parses an HTTP response from a ConversationListCategoriesWithResponse call

func (ConversationListCategoriesResponse) Status

Status returns HTTPResponse.Status

func (ConversationListCategoriesResponse) StatusCode

func (r ConversationListCategoriesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ConversationListConversationsResponse

type ConversationListConversationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1ConversationConversation
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseConversationListConversationsResponse

func ParseConversationListConversationsResponse(rsp *http.Response) (*ConversationListConversationsResponse, error)

ParseConversationListConversationsResponse parses an HTTP response from a ConversationListConversationsWithResponse call

func (ConversationListConversationsResponse) Status

Status returns HTTPResponse.Status

func (ConversationListConversationsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ConversationListMessagesByConversationResponse

type ConversationListMessagesByConversationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ConversationListMessagesByConversation_200_Item
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseConversationListMessagesByConversationResponse

func ParseConversationListMessagesByConversationResponse(rsp *http.Response) (*ConversationListMessagesByConversationResponse, error)

ParseConversationListMessagesByConversationResponse parses an HTTP response from a ConversationListMessagesByConversationWithResponse call

func (ConversationListMessagesByConversationResponse) Status

Status returns HTTPResponse.Status

func (ConversationListMessagesByConversationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ConversationListMessagesByConversation_200_Item

type ConversationListMessagesByConversation_200_Item struct {
	// contains filtered or unexported fields
}

type ConversationRequestFileUploadJSONBody

type ConversationRequestFileUploadJSONBody = map[string]interface{}

ConversationRequestFileUploadJSONBody defines parameters for ConversationRequestFileUpload.

type ConversationRequestFileUploadJSONRequestBody

type ConversationRequestFileUploadJSONRequestBody = ConversationRequestFileUploadJSONBody

ConversationRequestFileUploadJSONRequestBody defines body for ConversationRequestFileUpload for application/json ContentType.

type ConversationRequestFileUploadResponse

type ConversationRequestFileUploadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		ConversationId openapi_types.UUID `json:"conversationId"`
		Rules          struct {
			MaxSizeInKB int      `json:"maxSizeInKB"`
			MimeTypes   []string `json:"mimeTypes"`
			Properties  *struct {
				ImageDimensions *struct {
					Max *struct {
						Height *int `json:"height,omitempty"`
						Width  *int `json:"width,omitempty"`
					} `json:"max,omitempty"`
					Min *struct {
						Height *int `json:"height,omitempty"`
						Width  *int `json:"width,omitempty"`
					} `json:"min,omitempty"`
				} `json:"imageDimensions,omitempty"`
			} `json:"properties,omitempty"`
		} `json:"rules"`
		UploadToken string `json:"uploadToken"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseConversationRequestFileUploadResponse

func ParseConversationRequestFileUploadResponse(rsp *http.Response) (*ConversationRequestFileUploadResponse, error)

ParseConversationRequestFileUploadResponse parses an HTTP response from a ConversationRequestFileUploadWithResponse call

func (ConversationRequestFileUploadResponse) Status

Status returns HTTPResponse.Status

func (ConversationRequestFileUploadResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ConversationSetConversationStatusJSONBody

type ConversationSetConversationStatusJSONBody struct {
	Status ConversationSetConversationStatusJSONBodyStatus `json:"status"`
}

ConversationSetConversationStatusJSONBody defines parameters for ConversationSetConversationStatus.

type ConversationSetConversationStatusJSONBodyStatus

type ConversationSetConversationStatusJSONBodyStatus string

ConversationSetConversationStatusJSONBodyStatus defines parameters for ConversationSetConversationStatus.

const (
	ConversationSetConversationStatusJSONBodyStatusAnswered ConversationSetConversationStatusJSONBodyStatus = "answered"
	ConversationSetConversationStatusJSONBodyStatusClosed   ConversationSetConversationStatusJSONBodyStatus = "closed"
	ConversationSetConversationStatusJSONBodyStatusOpen     ConversationSetConversationStatusJSONBodyStatus = "open"
)

Defines values for ConversationSetConversationStatusJSONBodyStatus.

type ConversationSetConversationStatusJSONRequestBody

type ConversationSetConversationStatusJSONRequestBody ConversationSetConversationStatusJSONBody

ConversationSetConversationStatusJSONRequestBody defines body for ConversationSetConversationStatus for application/json ContentType.

type ConversationSetConversationStatusResponse

type ConversationSetConversationStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		ConversationId openapi_types.UUID `json:"conversationId"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON403     *DeMittwaldV1CommonsDefaultError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseConversationSetConversationStatusResponse

func ParseConversationSetConversationStatusResponse(rsp *http.Response) (*ConversationSetConversationStatusResponse, error)

ParseConversationSetConversationStatusResponse parses an HTTP response from a ConversationSetConversationStatusWithResponse call

func (ConversationSetConversationStatusResponse) Status

Status returns HTTPResponse.Status

func (ConversationSetConversationStatusResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ConversationUpdateConversationJSONBody

type ConversationUpdateConversationJSONBody struct {
	CategoryId *openapi_types.UUID                         `json:"categoryId,omitempty"`
	RelatedTo  *DeMittwaldV1ConversationAggregateReference `json:"relatedTo,omitempty"`
	Title      *string                                     `json:"title,omitempty"`
}

ConversationUpdateConversationJSONBody defines parameters for ConversationUpdateConversation.

type ConversationUpdateConversationJSONRequestBody

type ConversationUpdateConversationJSONRequestBody ConversationUpdateConversationJSONBody

ConversationUpdateConversationJSONRequestBody defines body for ConversationUpdateConversation for application/json ContentType.

type ConversationUpdateConversationResponse

type ConversationUpdateConversationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		ConversationId openapi_types.UUID `json:"conversationId"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON403     *DeMittwaldV1CommonsDefaultError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseConversationUpdateConversationResponse

func ParseConversationUpdateConversationResponse(rsp *http.Response) (*ConversationUpdateConversationResponse, error)

ParseConversationUpdateConversationResponse parses an HTTP response from a ConversationUpdateConversationWithResponse call

func (ConversationUpdateConversationResponse) Status

Status returns HTTPResponse.Status

func (ConversationUpdateConversationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ConversationUpdateMessageJSONBody

type ConversationUpdateMessageJSONBody struct {
	MessageContent *string `json:"messageContent,omitempty"`
}

ConversationUpdateMessageJSONBody defines parameters for ConversationUpdateMessage.

type ConversationUpdateMessageJSONRequestBody

type ConversationUpdateMessageJSONRequestBody ConversationUpdateMessageJSONBody

ConversationUpdateMessageJSONRequestBody defines body for ConversationUpdateMessage for application/json ContentType.

type ConversationUpdateMessageResponse

type ConversationUpdateMessageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		MessageId openapi_types.UUID `json:"messageId"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON403     *DeMittwaldV1CommonsDefaultError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseConversationUpdateMessageResponse

func ParseConversationUpdateMessageResponse(rsp *http.Response) (*ConversationUpdateMessageResponse, error)

ParseConversationUpdateMessageResponse parses an HTTP response from a ConversationUpdateMessageWithResponse call

func (ConversationUpdateMessageResponse) Status

Status returns HTTPResponse.Status

func (ConversationUpdateMessageResponse) StatusCode

func (r ConversationUpdateMessageResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CronjobAbortExecutionJSONBody

type CronjobAbortExecutionJSONBody = interface{}

CronjobAbortExecutionJSONBody defines parameters for CronjobAbortExecution.

type CronjobAbortExecutionJSONRequestBody

type CronjobAbortExecutionJSONRequestBody = CronjobAbortExecutionJSONBody

CronjobAbortExecutionJSONRequestBody defines body for CronjobAbortExecution for application/json ContentType.

type CronjobAbortExecutionResponse

type CronjobAbortExecutionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCronjobAbortExecutionResponse

func ParseCronjobAbortExecutionResponse(rsp *http.Response) (*CronjobAbortExecutionResponse, error)

ParseCronjobAbortExecutionResponse parses an HTTP response from a CronjobAbortExecutionWithResponse call

func (CronjobAbortExecutionResponse) Status

Status returns HTTPResponse.Status

func (CronjobAbortExecutionResponse) StatusCode

func (r CronjobAbortExecutionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CronjobClient

type CronjobClient interface {
	GetCronjob(ctx context.Context, cronjobID string) (*DeMittwaldV1CronjobCronjob, error)
	CreateCronjob(ctx context.Context, projectID string, body CronjobCreateCronjobJSONRequestBody) (string, error)
	UpdateCronjob(ctx context.Context, cronjobID string, body CronjobUpdateCronjobJSONRequestBody) error
	DeleteCronjob(ctx context.Context, cronjobID string) error
}

type CronjobCreateCronjobJSONRequestBody

type CronjobCreateCronjobJSONRequestBody = DeMittwaldV1CronjobCronjobRequest

CronjobCreateCronjobJSONRequestBody defines body for CronjobCreateCronjob for application/json ContentType.

type CronjobCreateCronjobResponse

type CronjobCreateCronjobResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		Id openapi_types.UUID `json:"id"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON412     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseCronjobCreateCronjobResponse

func ParseCronjobCreateCronjobResponse(rsp *http.Response) (*CronjobCreateCronjobResponse, error)

ParseCronjobCreateCronjobResponse parses an HTTP response from a CronjobCreateCronjobWithResponse call

func (CronjobCreateCronjobResponse) Status

Status returns HTTPResponse.Status

func (CronjobCreateCronjobResponse) StatusCode

func (r CronjobCreateCronjobResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CronjobCreateExecutionJSONBody

type CronjobCreateExecutionJSONBody = interface{}

CronjobCreateExecutionJSONBody defines parameters for CronjobCreateExecution.

type CronjobCreateExecutionJSONRequestBody

type CronjobCreateExecutionJSONRequestBody = CronjobCreateExecutionJSONBody

CronjobCreateExecutionJSONRequestBody defines body for CronjobCreateExecution for application/json ContentType.

type CronjobCreateExecutionResponse

type CronjobCreateExecutionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		// Id execution-id
		Id string `json:"id"`
	}
	JSON404     *DeMittwaldV1CommonsDefaultError
	JSON412     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseCronjobCreateExecutionResponse

func ParseCronjobCreateExecutionResponse(rsp *http.Response) (*CronjobCreateExecutionResponse, error)

ParseCronjobCreateExecutionResponse parses an HTTP response from a CronjobCreateExecutionWithResponse call

func (CronjobCreateExecutionResponse) Status

Status returns HTTPResponse.Status

func (CronjobCreateExecutionResponse) StatusCode

func (r CronjobCreateExecutionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CronjobDeleteCronjobResponse

type CronjobDeleteCronjobResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON412      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCronjobDeleteCronjobResponse

func ParseCronjobDeleteCronjobResponse(rsp *http.Response) (*CronjobDeleteCronjobResponse, error)

ParseCronjobDeleteCronjobResponse parses an HTTP response from a CronjobDeleteCronjobWithResponse call

func (CronjobDeleteCronjobResponse) Status

Status returns HTTPResponse.Status

func (CronjobDeleteCronjobResponse) StatusCode

func (r CronjobDeleteCronjobResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CronjobGetCronjobResponse

type CronjobGetCronjobResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1CronjobCronjob
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCronjobGetCronjobResponse

func ParseCronjobGetCronjobResponse(rsp *http.Response) (*CronjobGetCronjobResponse, error)

ParseCronjobGetCronjobResponse parses an HTTP response from a CronjobGetCronjobWithResponse call

func (CronjobGetCronjobResponse) Status

func (r CronjobGetCronjobResponse) Status() string

Status returns HTTPResponse.Status

func (CronjobGetCronjobResponse) StatusCode

func (r CronjobGetCronjobResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CronjobGetExecutionResponse

type CronjobGetExecutionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1CronjobCronjobExecution
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCronjobGetExecutionResponse

func ParseCronjobGetExecutionResponse(rsp *http.Response) (*CronjobGetExecutionResponse, error)

ParseCronjobGetExecutionResponse parses an HTTP response from a CronjobGetExecutionWithResponse call

func (CronjobGetExecutionResponse) Status

Status returns HTTPResponse.Status

func (CronjobGetExecutionResponse) StatusCode

func (r CronjobGetExecutionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CronjobListCronjobsParams

type CronjobListCronjobsParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
	Page  *int `form:"page,omitempty" json:"page,omitempty"`
}

CronjobListCronjobsParams defines parameters for CronjobListCronjobs.

type CronjobListCronjobsResponse

type CronjobListCronjobsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1CronjobCronjob
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCronjobListCronjobsResponse

func ParseCronjobListCronjobsResponse(rsp *http.Response) (*CronjobListCronjobsResponse, error)

ParseCronjobListCronjobsResponse parses an HTTP response from a CronjobListCronjobsWithResponse call

func (CronjobListCronjobsResponse) Status

Status returns HTTPResponse.Status

func (CronjobListCronjobsResponse) StatusCode

func (r CronjobListCronjobsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CronjobListExecutionsParams

type CronjobListExecutionsParams struct {
	Limit  *int       `form:"limit,omitempty" json:"limit,omitempty"`
	Skip   *int       `form:"skip,omitempty" json:"skip,omitempty"`
	Page   *int       `form:"page,omitempty" json:"page,omitempty"`
	Since  *time.Time `form:"since,omitempty" json:"since,omitempty"`
	Until  *time.Time `form:"until,omitempty" json:"until,omitempty"`
	Status *string    `form:"status,omitempty" json:"status,omitempty"`
}

CronjobListExecutionsParams defines parameters for CronjobListExecutions.

type CronjobListExecutionsResponse

type CronjobListExecutionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1CronjobCronjobExecution
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCronjobListExecutionsResponse

func ParseCronjobListExecutionsResponse(rsp *http.Response) (*CronjobListExecutionsResponse, error)

ParseCronjobListExecutionsResponse parses an HTTP response from a CronjobListExecutionsWithResponse call

func (CronjobListExecutionsResponse) Status

Status returns HTTPResponse.Status

func (CronjobListExecutionsResponse) StatusCode

func (r CronjobListExecutionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CronjobUpdateCronjobAppIdJSONBody

type CronjobUpdateCronjobAppIdJSONBody struct {
	AppId openapi_types.UUID `json:"appId"`
}

CronjobUpdateCronjobAppIdJSONBody defines parameters for CronjobUpdateCronjobAppId.

type CronjobUpdateCronjobAppIdJSONRequestBody

type CronjobUpdateCronjobAppIdJSONRequestBody CronjobUpdateCronjobAppIdJSONBody

CronjobUpdateCronjobAppIdJSONRequestBody defines body for CronjobUpdateCronjobAppId for application/json ContentType.

type CronjobUpdateCronjobAppIdResponse

type CronjobUpdateCronjobAppIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON412      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCronjobUpdateCronjobAppIdResponse

func ParseCronjobUpdateCronjobAppIdResponse(rsp *http.Response) (*CronjobUpdateCronjobAppIdResponse, error)

ParseCronjobUpdateCronjobAppIdResponse parses an HTTP response from a CronjobUpdateCronjobAppIdWithResponse call

func (CronjobUpdateCronjobAppIdResponse) Status

Status returns HTTPResponse.Status

func (CronjobUpdateCronjobAppIdResponse) StatusCode

func (r CronjobUpdateCronjobAppIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CronjobUpdateCronjobJSONBody

type CronjobUpdateCronjobJSONBody struct {
	Active      *bool                                     `json:"active,omitempty"`
	Description *string                                   `json:"description,omitempty"`
	Destination *CronjobUpdateCronjobJSONBody_Destination `json:"destination,omitempty"`
	Email       *openapi_types.Email                      `json:"email,omitempty"`
	Interval    *string                                   `json:"interval,omitempty"`
	Timeout     *float32                                  `json:"timeout,omitempty"`
}

CronjobUpdateCronjobJSONBody defines parameters for CronjobUpdateCronjob.

type CronjobUpdateCronjobJSONBody_Destination

type CronjobUpdateCronjobJSONBody_Destination struct {
	// contains filtered or unexported fields
}

CronjobUpdateCronjobJSONBody_Destination defines parameters for CronjobUpdateCronjob.

func (*CronjobUpdateCronjobJSONBody_Destination) FromDeMittwaldV1CronjobCronjobCommand

func (t *CronjobUpdateCronjobJSONBody_Destination) FromDeMittwaldV1CronjobCronjobCommand(v DeMittwaldV1CronjobCronjobCommand) error

func (*CronjobUpdateCronjobJSONBody_Destination) FromDeMittwaldV1CronjobCronjobUrl

func (t *CronjobUpdateCronjobJSONBody_Destination) FromDeMittwaldV1CronjobCronjobUrl(v DeMittwaldV1CronjobCronjobUrl) error

type CronjobUpdateCronjobJSONRequestBody

type CronjobUpdateCronjobJSONRequestBody CronjobUpdateCronjobJSONBody

CronjobUpdateCronjobJSONRequestBody defines body for CronjobUpdateCronjob for application/json ContentType.

type CronjobUpdateCronjobResponse

type CronjobUpdateCronjobResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSON412      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCronjobUpdateCronjobResponse

func ParseCronjobUpdateCronjobResponse(rsp *http.Response) (*CronjobUpdateCronjobResponse, error)

ParseCronjobUpdateCronjobResponse parses an HTTP response from a CronjobUpdateCronjobWithResponse call

func (CronjobUpdateCronjobResponse) Status

Status returns HTTPResponse.Status

func (CronjobUpdateCronjobResponse) StatusCode

func (r CronjobUpdateCronjobResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CustomerAcceptCustomerInviteJSONBody

type CustomerAcceptCustomerInviteJSONBody struct {
	// InvitationToken Token contained in the invite for authentication.
	InvitationToken *string `json:"invitationToken,omitempty"`
}

CustomerAcceptCustomerInviteJSONBody defines parameters for CustomerAcceptCustomerInvite.

type CustomerAcceptCustomerInviteJSONRequestBody

type CustomerAcceptCustomerInviteJSONRequestBody CustomerAcceptCustomerInviteJSONBody

CustomerAcceptCustomerInviteJSONRequestBody defines body for CustomerAcceptCustomerInvite for application/json ContentType.

type CustomerAcceptCustomerInviteResponse

type CustomerAcceptCustomerInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON412      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerAcceptCustomerInviteResponse

func ParseCustomerAcceptCustomerInviteResponse(rsp *http.Response) (*CustomerAcceptCustomerInviteResponse, error)

ParseCustomerAcceptCustomerInviteResponse parses an HTTP response from a CustomerAcceptCustomerInviteWithResponse call

func (CustomerAcceptCustomerInviteResponse) Status

Status returns HTTPResponse.Status

func (CustomerAcceptCustomerInviteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CustomerCreateCategoryJSONRequestBody

type CustomerCreateCategoryJSONRequestBody = DeMittwaldV1CustomerCategory

CustomerCreateCategoryJSONRequestBody defines body for CustomerCreateCategory for application/json ContentType.

type CustomerCreateCategoryResponse

type CustomerCreateCategoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		CustomerId            *string `json:"customerId,omitempty"`
		IsPublic              *bool   `json:"isPublic,omitempty"`
		Name                  *string `json:"name,omitempty"`
		UseAgencyDomainPrices *bool   `json:"useAgencyDomainPrices,omitempty"`
		UseAgencySslPrices    *bool   `json:"useAgencySslPrices,omitempty"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerCreateCategoryResponse

func ParseCustomerCreateCategoryResponse(rsp *http.Response) (*CustomerCreateCategoryResponse, error)

ParseCustomerCreateCategoryResponse parses an HTTP response from a CustomerCreateCategoryWithResponse call

func (CustomerCreateCategoryResponse) Status

Status returns HTTPResponse.Status

func (CustomerCreateCategoryResponse) StatusCode

func (r CustomerCreateCategoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CustomerCreateCustomerInviteJSONBody

type CustomerCreateCustomerInviteJSONBody struct {
	// MailAddress Mail-address of the person to be invited.
	MailAddress openapi_types.Email `json:"mailAddress"`

	// MembershipExpiresAt Time the resulting CustomerMembership should expire at.
	MembershipExpiresAt *time.Time `json:"membershipExpiresAt,omitempty"`

	// Message Message contained in the CustomerInvite.
	Message *string                             `json:"message,omitempty"`
	Role    DeMittwaldV1MembershipCustomerRoles `json:"role"`
}

CustomerCreateCustomerInviteJSONBody defines parameters for CustomerCreateCustomerInvite.

type CustomerCreateCustomerInviteJSONRequestBody

type CustomerCreateCustomerInviteJSONRequestBody CustomerCreateCustomerInviteJSONBody

CustomerCreateCustomerInviteJSONRequestBody defines body for CustomerCreateCustomerInvite for application/json ContentType.

type CustomerCreateCustomerInviteResponse

type CustomerCreateCustomerInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *DeMittwaldV1MembershipCustomerInvite
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON409      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerCreateCustomerInviteResponse

func ParseCustomerCreateCustomerInviteResponse(rsp *http.Response) (*CustomerCreateCustomerInviteResponse, error)

ParseCustomerCreateCustomerInviteResponse parses an HTTP response from a CustomerCreateCustomerInviteWithResponse call

func (CustomerCreateCustomerInviteResponse) Status

Status returns HTTPResponse.Status

func (CustomerCreateCustomerInviteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CustomerCreateCustomerJSONBody

type CustomerCreateCustomerJSONBody struct {
	CategoryId *string                      `json:"categoryId,omitempty"`
	Name       string                       `json:"name"`
	Owner      *DeMittwaldV1CustomerContact `json:"owner,omitempty"`
	VatId      *string                      `json:"vatId,omitempty"`
}

CustomerCreateCustomerJSONBody defines parameters for CustomerCreateCustomer.

type CustomerCreateCustomerJSONRequestBody

type CustomerCreateCustomerJSONRequestBody CustomerCreateCustomerJSONBody

CustomerCreateCustomerJSONRequestBody defines body for CustomerCreateCustomer for application/json ContentType.

type CustomerCreateCustomerResponse

type CustomerCreateCustomerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		CustomerId     string `json:"customerId"`
		CustomerNumber string `json:"customerNumber"`
		Name           string `json:"name"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerCreateCustomerResponse

func ParseCustomerCreateCustomerResponse(rsp *http.Response) (*CustomerCreateCustomerResponse, error)

ParseCustomerCreateCustomerResponse parses an HTTP response from a CustomerCreateCustomerWithResponse call

func (CustomerCreateCustomerResponse) Status

Status returns HTTPResponse.Status

func (CustomerCreateCustomerResponse) StatusCode

func (r CustomerCreateCustomerResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CustomerDeclineCustomerInviteJSONBody

type CustomerDeclineCustomerInviteJSONBody = interface{}

CustomerDeclineCustomerInviteJSONBody defines parameters for CustomerDeclineCustomerInvite.

type CustomerDeclineCustomerInviteJSONRequestBody

type CustomerDeclineCustomerInviteJSONRequestBody = CustomerDeclineCustomerInviteJSONBody

CustomerDeclineCustomerInviteJSONRequestBody defines body for CustomerDeclineCustomerInvite for application/json ContentType.

type CustomerDeclineCustomerInviteResponse

type CustomerDeclineCustomerInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerDeclineCustomerInviteResponse

func ParseCustomerDeclineCustomerInviteResponse(rsp *http.Response) (*CustomerDeclineCustomerInviteResponse, error)

ParseCustomerDeclineCustomerInviteResponse parses an HTTP response from a CustomerDeclineCustomerInviteWithResponse call

func (CustomerDeclineCustomerInviteResponse) Status

Status returns HTTPResponse.Status

func (CustomerDeclineCustomerInviteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CustomerDeleteCategoryResponse

type CustomerDeleteCategoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1CustomerGenericResponse
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerDeleteCategoryResponse

func ParseCustomerDeleteCategoryResponse(rsp *http.Response) (*CustomerDeleteCategoryResponse, error)

ParseCustomerDeleteCategoryResponse parses an HTTP response from a CustomerDeleteCategoryWithResponse call

func (CustomerDeleteCategoryResponse) Status

Status returns HTTPResponse.Status

func (CustomerDeleteCategoryResponse) StatusCode

func (r CustomerDeleteCategoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CustomerDeleteCustomerInviteResponse

type CustomerDeleteCustomerInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerDeleteCustomerInviteResponse

func ParseCustomerDeleteCustomerInviteResponse(rsp *http.Response) (*CustomerDeleteCustomerInviteResponse, error)

ParseCustomerDeleteCustomerInviteResponse parses an HTTP response from a CustomerDeleteCustomerInviteWithResponse call

func (CustomerDeleteCustomerInviteResponse) Status

Status returns HTTPResponse.Status

func (CustomerDeleteCustomerInviteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CustomerDeleteCustomerMembershipResponse

type CustomerDeleteCustomerMembershipResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerDeleteCustomerMembershipResponse

func ParseCustomerDeleteCustomerMembershipResponse(rsp *http.Response) (*CustomerDeleteCustomerMembershipResponse, error)

ParseCustomerDeleteCustomerMembershipResponse parses an HTTP response from a CustomerDeleteCustomerMembershipWithResponse call

func (CustomerDeleteCustomerMembershipResponse) Status

Status returns HTTPResponse.Status

func (CustomerDeleteCustomerMembershipResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CustomerDeleteCustomerResponse

type CustomerDeleteCustomerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		CustomerId *string `json:"customerId,omitempty"`
	}
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerDeleteCustomerResponse

func ParseCustomerDeleteCustomerResponse(rsp *http.Response) (*CustomerDeleteCustomerResponse, error)

ParseCustomerDeleteCustomerResponse parses an HTTP response from a CustomerDeleteCustomerWithResponse call

func (CustomerDeleteCustomerResponse) Status

Status returns HTTPResponse.Status

func (CustomerDeleteCustomerResponse) StatusCode

func (r CustomerDeleteCustomerResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CustomerGetCustomerCategoryResponse

type CustomerGetCustomerCategoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1CustomerCategory
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerGetCustomerCategoryResponse

func ParseCustomerGetCustomerCategoryResponse(rsp *http.Response) (*CustomerGetCustomerCategoryResponse, error)

ParseCustomerGetCustomerCategoryResponse parses an HTTP response from a CustomerGetCustomerCategoryWithResponse call

func (CustomerGetCustomerCategoryResponse) Status

Status returns HTTPResponse.Status

func (CustomerGetCustomerCategoryResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CustomerGetCustomerInviteResponse

type CustomerGetCustomerInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1MembershipCustomerInvite
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerGetCustomerInviteResponse

func ParseCustomerGetCustomerInviteResponse(rsp *http.Response) (*CustomerGetCustomerInviteResponse, error)

ParseCustomerGetCustomerInviteResponse parses an HTTP response from a CustomerGetCustomerInviteWithResponse call

func (CustomerGetCustomerInviteResponse) Status

Status returns HTTPResponse.Status

func (CustomerGetCustomerInviteResponse) StatusCode

func (r CustomerGetCustomerInviteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CustomerGetCustomerMembershipResponse

type CustomerGetCustomerMembershipResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1MembershipCustomerMembership
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerGetCustomerMembershipResponse

func ParseCustomerGetCustomerMembershipResponse(rsp *http.Response) (*CustomerGetCustomerMembershipResponse, error)

ParseCustomerGetCustomerMembershipResponse parses an HTTP response from a CustomerGetCustomerMembershipWithResponse call

func (CustomerGetCustomerMembershipResponse) Status

Status returns HTTPResponse.Status

func (CustomerGetCustomerMembershipResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CustomerGetCustomerResponse

type CustomerGetCustomerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1CustomerCustomer
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerGetCustomerResponse

func ParseCustomerGetCustomerResponse(rsp *http.Response) (*CustomerGetCustomerResponse, error)

ParseCustomerGetCustomerResponse parses an HTTP response from a CustomerGetCustomerWithResponse call

func (CustomerGetCustomerResponse) Status

Status returns HTTPResponse.Status

func (CustomerGetCustomerResponse) StatusCode

func (r CustomerGetCustomerResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CustomerGetCustomerTokenInviteParams

type CustomerGetCustomerTokenInviteParams struct {
	// Token Token of the CustomerInvite to be retrieved.
	Token string `json:"token"`
}

CustomerGetCustomerTokenInviteParams defines parameters for CustomerGetCustomerTokenInvite.

type CustomerGetCustomerTokenInviteResponse

type CustomerGetCustomerTokenInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1MembershipCustomerInvite
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerGetCustomerTokenInviteResponse

func ParseCustomerGetCustomerTokenInviteResponse(rsp *http.Response) (*CustomerGetCustomerTokenInviteResponse, error)

ParseCustomerGetCustomerTokenInviteResponse parses an HTTP response from a CustomerGetCustomerTokenInviteWithResponse call

func (CustomerGetCustomerTokenInviteResponse) Status

Status returns HTTPResponse.Status

func (CustomerGetCustomerTokenInviteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CustomerIsCustomerLegallyCompetentResponse

type CustomerIsCustomerLegallyCompetentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		IsLegallyCompetent *bool `json:"isLegallyCompetent,omitempty"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerIsCustomerLegallyCompetentResponse

func ParseCustomerIsCustomerLegallyCompetentResponse(rsp *http.Response) (*CustomerIsCustomerLegallyCompetentResponse, error)

ParseCustomerIsCustomerLegallyCompetentResponse parses an HTTP response from a CustomerIsCustomerLegallyCompetentWithResponse call

func (CustomerIsCustomerLegallyCompetentResponse) Status

Status returns HTTPResponse.Status

func (CustomerIsCustomerLegallyCompetentResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CustomerLeaveCustomerJSONBody

type CustomerLeaveCustomerJSONBody = interface{}

CustomerLeaveCustomerJSONBody defines parameters for CustomerLeaveCustomer.

type CustomerLeaveCustomerJSONRequestBody

type CustomerLeaveCustomerJSONRequestBody = CustomerLeaveCustomerJSONBody

CustomerLeaveCustomerJSONRequestBody defines body for CustomerLeaveCustomer for application/json ContentType.

type CustomerLeaveCustomerResponse

type CustomerLeaveCustomerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerLeaveCustomerResponse

func ParseCustomerLeaveCustomerResponse(rsp *http.Response) (*CustomerLeaveCustomerResponse, error)

ParseCustomerLeaveCustomerResponse parses an HTTP response from a CustomerLeaveCustomerWithResponse call

func (CustomerLeaveCustomerResponse) Status

Status returns HTTPResponse.Status

func (CustomerLeaveCustomerResponse) StatusCode

func (r CustomerLeaveCustomerResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CustomerListCustomerInvitesParams

type CustomerListCustomerInvitesParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
}

CustomerListCustomerInvitesParams defines parameters for CustomerListCustomerInvites.

type CustomerListCustomerInvitesResponse

type CustomerListCustomerInvitesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1MembershipCustomerInvite
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerListCustomerInvitesResponse

func ParseCustomerListCustomerInvitesResponse(rsp *http.Response) (*CustomerListCustomerInvitesResponse, error)

ParseCustomerListCustomerInvitesResponse parses an HTTP response from a CustomerListCustomerInvitesWithResponse call

func (CustomerListCustomerInvitesResponse) Status

Status returns HTTPResponse.Status

func (CustomerListCustomerInvitesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CustomerListCustomerMembershipsParams

type CustomerListCustomerMembershipsParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
}

CustomerListCustomerMembershipsParams defines parameters for CustomerListCustomerMemberships.

type CustomerListCustomerMembershipsResponse

type CustomerListCustomerMembershipsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1MembershipCustomerMembership
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerListCustomerMembershipsResponse

func ParseCustomerListCustomerMembershipsResponse(rsp *http.Response) (*CustomerListCustomerMembershipsResponse, error)

ParseCustomerListCustomerMembershipsResponse parses an HTTP response from a CustomerListCustomerMembershipsWithResponse call

func (CustomerListCustomerMembershipsResponse) Status

Status returns HTTPResponse.Status

func (CustomerListCustomerMembershipsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CustomerListCustomersParams

type CustomerListCustomersParams struct {
	// Role filter to list only customers where the authenticated user has the specified role. Can be a comma seperated list.
	Role  *string `form:"role,omitempty" json:"role,omitempty"`
	Limit *int    `form:"limit,omitempty" json:"limit,omitempty"`
	Skip  *int    `form:"skip,omitempty" json:"skip,omitempty"`
	Page  *int    `form:"page,omitempty" json:"page,omitempty"`
}

CustomerListCustomersParams defines parameters for CustomerListCustomers.

type CustomerListCustomersResponse

type CustomerListCustomersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1CustomerCustomer
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerListCustomersResponse

func ParseCustomerListCustomersResponse(rsp *http.Response) (*CustomerListCustomersResponse, error)

ParseCustomerListCustomersResponse parses an HTTP response from a CustomerListCustomersWithResponse call

func (CustomerListCustomersResponse) Status

Status returns HTTPResponse.Status

func (CustomerListCustomersResponse) StatusCode

func (r CustomerListCustomersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CustomerListInvitesForCustomerParams

type CustomerListInvitesForCustomerParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
}

CustomerListInvitesForCustomerParams defines parameters for CustomerListInvitesForCustomer.

type CustomerListInvitesForCustomerResponse

type CustomerListInvitesForCustomerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1MembershipCustomerInvite
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerListInvitesForCustomerResponse

func ParseCustomerListInvitesForCustomerResponse(rsp *http.Response) (*CustomerListInvitesForCustomerResponse, error)

ParseCustomerListInvitesForCustomerResponse parses an HTTP response from a CustomerListInvitesForCustomerWithResponse call

func (CustomerListInvitesForCustomerResponse) Status

Status returns HTTPResponse.Status

func (CustomerListInvitesForCustomerResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CustomerListMembershipsForCustomerParams

type CustomerListMembershipsForCustomerParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
}

CustomerListMembershipsForCustomerParams defines parameters for CustomerListMembershipsForCustomer.

type CustomerListMembershipsForCustomerResponse

type CustomerListMembershipsForCustomerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1MembershipCustomerMembership
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerListMembershipsForCustomerResponse

func ParseCustomerListMembershipsForCustomerResponse(rsp *http.Response) (*CustomerListMembershipsForCustomerResponse, error)

ParseCustomerListMembershipsForCustomerResponse parses an HTTP response from a CustomerListMembershipsForCustomerWithResponse call

func (CustomerListMembershipsForCustomerResponse) Status

Status returns HTTPResponse.Status

func (CustomerListMembershipsForCustomerResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CustomerListOfCustomerCategoriesResponse

type CustomerListOfCustomerCategoriesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Categories *[]DeMittwaldV1CustomerCategory `json:"categories,omitempty"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerListOfCustomerCategoriesResponse

func ParseCustomerListOfCustomerCategoriesResponse(rsp *http.Response) (*CustomerListOfCustomerCategoriesResponse, error)

ParseCustomerListOfCustomerCategoriesResponse parses an HTTP response from a CustomerListOfCustomerCategoriesWithResponse call

func (CustomerListOfCustomerCategoriesResponse) Status

Status returns HTTPResponse.Status

func (CustomerListOfCustomerCategoriesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CustomerRemoveAvatarResponse

type CustomerRemoveAvatarResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON401      *map[string]interface{}
	JSON500      *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerRemoveAvatarResponse

func ParseCustomerRemoveAvatarResponse(rsp *http.Response) (*CustomerRemoveAvatarResponse, error)

ParseCustomerRemoveAvatarResponse parses an HTTP response from a CustomerRemoveAvatarWithResponse call

func (CustomerRemoveAvatarResponse) Status

Status returns HTTPResponse.Status

func (CustomerRemoveAvatarResponse) StatusCode

func (r CustomerRemoveAvatarResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CustomerRequestAvatarUploadJSONBody

type CustomerRequestAvatarUploadJSONBody = map[string]interface{}

CustomerRequestAvatarUploadJSONBody defines parameters for CustomerRequestAvatarUpload.

type CustomerRequestAvatarUploadJSONRequestBody

type CustomerRequestAvatarUploadJSONRequestBody = CustomerRequestAvatarUploadJSONBody

CustomerRequestAvatarUploadJSONRequestBody defines body for CustomerRequestAvatarUpload for application/json ContentType.

type CustomerRequestAvatarUploadResponse

type CustomerRequestAvatarUploadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		RefId openapi_types.UUID `json:"refId"`
		Rules struct {
			MaxSizeInKB int      `json:"maxSizeInKB"`
			MimeTypes   []string `json:"mimeTypes"`
			Properties  *struct {
				ImageDimensions *struct {
					Max *struct {
						Height *int `json:"height,omitempty"`
						Width  *int `json:"width,omitempty"`
					} `json:"max,omitempty"`
					Min *struct {
						Height *int `json:"height,omitempty"`
						Width  *int `json:"width,omitempty"`
					} `json:"min,omitempty"`
				} `json:"imageDimensions,omitempty"`
			} `json:"properties,omitempty"`
		} `json:"rules"`
	}
	JSON400 *DeMittwaldV1CommonsValidationError
	JSON401 *map[string]interface{}
	JSON500 *map[string]interface{}
}

func ParseCustomerRequestAvatarUploadResponse

func ParseCustomerRequestAvatarUploadResponse(rsp *http.Response) (*CustomerRequestAvatarUploadResponse, error)

ParseCustomerRequestAvatarUploadResponse parses an HTTP response from a CustomerRequestAvatarUploadWithResponse call

func (CustomerRequestAvatarUploadResponse) Status

Status returns HTTPResponse.Status

func (CustomerRequestAvatarUploadResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CustomerResendCustomerInviteMailJSONBody

type CustomerResendCustomerInviteMailJSONBody = interface{}

CustomerResendCustomerInviteMailJSONBody defines parameters for CustomerResendCustomerInviteMail.

type CustomerResendCustomerInviteMailJSONRequestBody

type CustomerResendCustomerInviteMailJSONRequestBody = CustomerResendCustomerInviteMailJSONBody

CustomerResendCustomerInviteMailJSONRequestBody defines body for CustomerResendCustomerInviteMail for application/json ContentType.

type CustomerResendCustomerInviteMailResponse

type CustomerResendCustomerInviteMailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerResendCustomerInviteMailResponse

func ParseCustomerResendCustomerInviteMailResponse(rsp *http.Response) (*CustomerResendCustomerInviteMailResponse, error)

ParseCustomerResendCustomerInviteMailResponse parses an HTTP response from a CustomerResendCustomerInviteMailWithResponse call

func (CustomerResendCustomerInviteMailResponse) Status

Status returns HTTPResponse.Status

func (CustomerResendCustomerInviteMailResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CustomerUpdateCategoryJSONRequestBody

type CustomerUpdateCategoryJSONRequestBody = DeMittwaldV1CustomerCategory

CustomerUpdateCategoryJSONRequestBody defines body for CustomerUpdateCategory for application/json ContentType.

type CustomerUpdateCategoryResponse

type CustomerUpdateCategoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		CustomerId            *string `json:"customerId,omitempty"`
		IsPublic              *bool   `json:"isPublic,omitempty"`
		Name                  *string `json:"name,omitempty"`
		UseAgencyDomainPrices *bool   `json:"useAgencyDomainPrices,omitempty"`
		UseAgencySslPrices    *bool   `json:"useAgencySslPrices,omitempty"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerUpdateCategoryResponse

func ParseCustomerUpdateCategoryResponse(rsp *http.Response) (*CustomerUpdateCategoryResponse, error)

ParseCustomerUpdateCategoryResponse parses an HTTP response from a CustomerUpdateCategoryWithResponse call

func (CustomerUpdateCategoryResponse) Status

Status returns HTTPResponse.Status

func (CustomerUpdateCategoryResponse) StatusCode

func (r CustomerUpdateCategoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CustomerUpdateCustomerJSONBody

type CustomerUpdateCustomerJSONBody struct {
	CategoryId *string                      `json:"categoryId,omitempty"`
	CustomerId string                       `json:"customerId"`
	Name       string                       `json:"name"`
	Owner      *DeMittwaldV1CustomerContact `json:"owner,omitempty"`
	VatId      *string                      `json:"vatId,omitempty"`
}

CustomerUpdateCustomerJSONBody defines parameters for CustomerUpdateCustomer.

type CustomerUpdateCustomerJSONRequestBody

type CustomerUpdateCustomerJSONRequestBody CustomerUpdateCustomerJSONBody

CustomerUpdateCustomerJSONRequestBody defines body for CustomerUpdateCustomer for application/json ContentType.

type CustomerUpdateCustomerMembershipJSONBody

type CustomerUpdateCustomerMembershipJSONBody struct {
	// ExpiresAt Time the CustomerMembership should expire at.
	ExpiresAt *time.Time                          `json:"expiresAt,omitempty"`
	Role      DeMittwaldV1MembershipCustomerRoles `json:"role"`
}

CustomerUpdateCustomerMembershipJSONBody defines parameters for CustomerUpdateCustomerMembership.

type CustomerUpdateCustomerMembershipJSONRequestBody

type CustomerUpdateCustomerMembershipJSONRequestBody CustomerUpdateCustomerMembershipJSONBody

CustomerUpdateCustomerMembershipJSONRequestBody defines body for CustomerUpdateCustomerMembership for application/json ContentType.

type CustomerUpdateCustomerMembershipResponse

type CustomerUpdateCustomerMembershipResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerUpdateCustomerMembershipResponse

func ParseCustomerUpdateCustomerMembershipResponse(rsp *http.Response) (*CustomerUpdateCustomerMembershipResponse, error)

ParseCustomerUpdateCustomerMembershipResponse parses an HTTP response from a CustomerUpdateCustomerMembershipWithResponse call

func (CustomerUpdateCustomerMembershipResponse) Status

Status returns HTTPResponse.Status

func (CustomerUpdateCustomerMembershipResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CustomerUpdateCustomerResponse

type CustomerUpdateCustomerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		CustomerId     string `json:"customerId"`
		CustomerNumber string `json:"customerNumber"`
		Name           string `json:"name"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseCustomerUpdateCustomerResponse

func ParseCustomerUpdateCustomerResponse(rsp *http.Response) (*CustomerUpdateCustomerResponse, error)

ParseCustomerUpdateCustomerResponse parses an HTTP response from a CustomerUpdateCustomerWithResponse call

func (CustomerUpdateCustomerResponse) Status

Status returns HTTPResponse.Status

func (CustomerUpdateCustomerResponse) StatusCode

func (r CustomerUpdateCustomerResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DatabaseClient

type DatabaseClient interface {
	CreateMySQLDatabase(ctx context.Context, projectID string, body DatabaseCreateMysqlDatabaseJSONRequestBody) (string, string, error)
	SetMySQLDatabaseDescription(ctx context.Context, databaseID string, description string) error
	DeleteMySQLDatabase(ctx context.Context, databaseID string) error
	PollMySQLDatabase(ctx context.Context, databaseID string) (*DeMittwaldV1DatabaseMySqlDatabase, error)
	SetMySQLUserPassword(ctx context.Context, userID string, password string) error
	PollMySQLUsersForDatabase(ctx context.Context, databaseID string) ([]DeMittwaldV1DatabaseMySqlUser, error)
	PollMySQLUser(ctx context.Context, userID string) (*DeMittwaldV1DatabaseMySqlUser, error)
}

type DatabaseCreateMysqlDatabaseJSONBody

type DatabaseCreateMysqlDatabaseJSONBody struct {
	Database DeMittwaldV1DatabaseCreateMySqlDatabase         `json:"database"`
	User     DeMittwaldV1DatabaseCreateMySqlUserWithDatabase `json:"user"`
}

DatabaseCreateMysqlDatabaseJSONBody defines parameters for DatabaseCreateMysqlDatabase.

type DatabaseCreateMysqlDatabaseJSONRequestBody

type DatabaseCreateMysqlDatabaseJSONRequestBody DatabaseCreateMysqlDatabaseJSONBody

DatabaseCreateMysqlDatabaseJSONRequestBody defines body for DatabaseCreateMysqlDatabase for application/json ContentType.

type DatabaseCreateMysqlDatabaseResponse

type DatabaseCreateMysqlDatabaseResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		Id     openapi_types.UUID `json:"id"`
		UserId openapi_types.UUID `json:"userId"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON404     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseCreateMysqlDatabaseResponse

func ParseDatabaseCreateMysqlDatabaseResponse(rsp *http.Response) (*DatabaseCreateMysqlDatabaseResponse, error)

ParseDatabaseCreateMysqlDatabaseResponse parses an HTTP response from a DatabaseCreateMysqlDatabaseWithResponse call

func (DatabaseCreateMysqlDatabaseResponse) Status

Status returns HTTPResponse.Status

func (DatabaseCreateMysqlDatabaseResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DatabaseCreateMysqlUserJSONRequestBody

type DatabaseCreateMysqlUserJSONRequestBody = DeMittwaldV1DatabaseCreateMySqlUser

DatabaseCreateMysqlUserJSONRequestBody defines body for DatabaseCreateMysqlUser for application/json ContentType.

type DatabaseCreateMysqlUserResponse

type DatabaseCreateMysqlUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		Id openapi_types.UUID `json:"id"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON404     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseCreateMysqlUserResponse

func ParseDatabaseCreateMysqlUserResponse(rsp *http.Response) (*DatabaseCreateMysqlUserResponse, error)

ParseDatabaseCreateMysqlUserResponse parses an HTTP response from a DatabaseCreateMysqlUserWithResponse call

func (DatabaseCreateMysqlUserResponse) Status

Status returns HTTPResponse.Status

func (DatabaseCreateMysqlUserResponse) StatusCode

func (r DatabaseCreateMysqlUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DatabaseCreateRedisDatabaseJSONBody

type DatabaseCreateRedisDatabaseJSONBody struct {
	// Configuration The configuration for a RedisDatabase.
	Configuration *DeMittwaldV1DatabaseRedisDatabaseConfiguration `json:"configuration,omitempty"`

	// Description A description for the database.
	Description string `json:"description"`

	// Version The version the database should use.
	Version string `json:"version"`
}

DatabaseCreateRedisDatabaseJSONBody defines parameters for DatabaseCreateRedisDatabase.

type DatabaseCreateRedisDatabaseJSONRequestBody

type DatabaseCreateRedisDatabaseJSONRequestBody DatabaseCreateRedisDatabaseJSONBody

DatabaseCreateRedisDatabaseJSONRequestBody defines body for DatabaseCreateRedisDatabase for application/json ContentType.

type DatabaseCreateRedisDatabaseResponse

type DatabaseCreateRedisDatabaseResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		Id openapi_types.UUID `json:"id"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON404     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseCreateRedisDatabaseResponse

func ParseDatabaseCreateRedisDatabaseResponse(rsp *http.Response) (*DatabaseCreateRedisDatabaseResponse, error)

ParseDatabaseCreateRedisDatabaseResponse parses an HTTP response from a DatabaseCreateRedisDatabaseWithResponse call

func (DatabaseCreateRedisDatabaseResponse) Status

Status returns HTTPResponse.Status

func (DatabaseCreateRedisDatabaseResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DatabaseDeleteMysqlDatabaseResponse

type DatabaseDeleteMysqlDatabaseResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON412      *DeMittwaldV1CommonsDefaultError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseDeleteMysqlDatabaseResponse

func ParseDatabaseDeleteMysqlDatabaseResponse(rsp *http.Response) (*DatabaseDeleteMysqlDatabaseResponse, error)

ParseDatabaseDeleteMysqlDatabaseResponse parses an HTTP response from a DatabaseDeleteMysqlDatabaseWithResponse call

func (DatabaseDeleteMysqlDatabaseResponse) Status

Status returns HTTPResponse.Status

func (DatabaseDeleteMysqlDatabaseResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DatabaseDeleteMysqlUserResponse

type DatabaseDeleteMysqlUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseDeleteMysqlUserResponse

func ParseDatabaseDeleteMysqlUserResponse(rsp *http.Response) (*DatabaseDeleteMysqlUserResponse, error)

ParseDatabaseDeleteMysqlUserResponse parses an HTTP response from a DatabaseDeleteMysqlUserWithResponse call

func (DatabaseDeleteMysqlUserResponse) Status

Status returns HTTPResponse.Status

func (DatabaseDeleteMysqlUserResponse) StatusCode

func (r DatabaseDeleteMysqlUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DatabaseDeleteRedisDatabaseResponse

type DatabaseDeleteRedisDatabaseResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON412      *DeMittwaldV1CommonsDefaultError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseDeleteRedisDatabaseResponse

func ParseDatabaseDeleteRedisDatabaseResponse(rsp *http.Response) (*DatabaseDeleteRedisDatabaseResponse, error)

ParseDatabaseDeleteRedisDatabaseResponse parses an HTTP response from a DatabaseDeleteRedisDatabaseWithResponse call

func (DatabaseDeleteRedisDatabaseResponse) Status

Status returns HTTPResponse.Status

func (DatabaseDeleteRedisDatabaseResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DatabaseDisableMysqlUserJSONBody

type DatabaseDisableMysqlUserJSONBody = interface{}

DatabaseDisableMysqlUserJSONBody defines parameters for DatabaseDisableMysqlUser.

type DatabaseDisableMysqlUserJSONRequestBody

type DatabaseDisableMysqlUserJSONRequestBody = DatabaseDisableMysqlUserJSONBody

DatabaseDisableMysqlUserJSONRequestBody defines body for DatabaseDisableMysqlUser for application/json ContentType.

type DatabaseDisableMysqlUserResponse

type DatabaseDisableMysqlUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseDisableMysqlUserResponse

func ParseDatabaseDisableMysqlUserResponse(rsp *http.Response) (*DatabaseDisableMysqlUserResponse, error)

ParseDatabaseDisableMysqlUserResponse parses an HTTP response from a DatabaseDisableMysqlUserWithResponse call

func (DatabaseDisableMysqlUserResponse) Status

Status returns HTTPResponse.Status

func (DatabaseDisableMysqlUserResponse) StatusCode

func (r DatabaseDisableMysqlUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DatabaseEnableMysqlUserJSONBody

type DatabaseEnableMysqlUserJSONBody = interface{}

DatabaseEnableMysqlUserJSONBody defines parameters for DatabaseEnableMysqlUser.

type DatabaseEnableMysqlUserJSONRequestBody

type DatabaseEnableMysqlUserJSONRequestBody = DatabaseEnableMysqlUserJSONBody

DatabaseEnableMysqlUserJSONRequestBody defines body for DatabaseEnableMysqlUser for application/json ContentType.

type DatabaseEnableMysqlUserResponse

type DatabaseEnableMysqlUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseEnableMysqlUserResponse

func ParseDatabaseEnableMysqlUserResponse(rsp *http.Response) (*DatabaseEnableMysqlUserResponse, error)

ParseDatabaseEnableMysqlUserResponse parses an HTTP response from a DatabaseEnableMysqlUserWithResponse call

func (DatabaseEnableMysqlUserResponse) Status

Status returns HTTPResponse.Status

func (DatabaseEnableMysqlUserResponse) StatusCode

func (r DatabaseEnableMysqlUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DatabaseGetMysqlDatabaseResponse

type DatabaseGetMysqlDatabaseResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1DatabaseMySqlDatabase
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseGetMysqlDatabaseResponse

func ParseDatabaseGetMysqlDatabaseResponse(rsp *http.Response) (*DatabaseGetMysqlDatabaseResponse, error)

ParseDatabaseGetMysqlDatabaseResponse parses an HTTP response from a DatabaseGetMysqlDatabaseWithResponse call

func (DatabaseGetMysqlDatabaseResponse) Status

Status returns HTTPResponse.Status

func (DatabaseGetMysqlDatabaseResponse) StatusCode

func (r DatabaseGetMysqlDatabaseResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DatabaseGetMysqlUserPhpMyAdminUrlResponse

type DatabaseGetMysqlUserPhpMyAdminUrlResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1DatabasePhpMyAdminURL
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseGetMysqlUserPhpMyAdminUrlResponse

func ParseDatabaseGetMysqlUserPhpMyAdminUrlResponse(rsp *http.Response) (*DatabaseGetMysqlUserPhpMyAdminUrlResponse, error)

ParseDatabaseGetMysqlUserPhpMyAdminUrlResponse parses an HTTP response from a DatabaseGetMysqlUserPhpMyAdminUrlWithResponse call

func (DatabaseGetMysqlUserPhpMyAdminUrlResponse) Status

Status returns HTTPResponse.Status

func (DatabaseGetMysqlUserPhpMyAdminUrlResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DatabaseGetMysqlUserResponse

type DatabaseGetMysqlUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1DatabaseMySqlUser
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseGetMysqlUserResponse

func ParseDatabaseGetMysqlUserResponse(rsp *http.Response) (*DatabaseGetMysqlUserResponse, error)

ParseDatabaseGetMysqlUserResponse parses an HTTP response from a DatabaseGetMysqlUserWithResponse call

func (DatabaseGetMysqlUserResponse) Status

Status returns HTTPResponse.Status

func (DatabaseGetMysqlUserResponse) StatusCode

func (r DatabaseGetMysqlUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DatabaseGetRedisDatabaseResponse

type DatabaseGetRedisDatabaseResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1DatabaseRedisDatabase
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseGetRedisDatabaseResponse

func ParseDatabaseGetRedisDatabaseResponse(rsp *http.Response) (*DatabaseGetRedisDatabaseResponse, error)

ParseDatabaseGetRedisDatabaseResponse parses an HTTP response from a DatabaseGetRedisDatabaseWithResponse call

func (DatabaseGetRedisDatabaseResponse) Status

Status returns HTTPResponse.Status

func (DatabaseGetRedisDatabaseResponse) StatusCode

func (r DatabaseGetRedisDatabaseResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DatabaseListMysqlCharsetsParams

type DatabaseListMysqlCharsetsParams struct {
	// Version ID of the MySQLVersion for which to list the available character sets in the format `mysqlXY`.
	Version *string `form:"version,omitempty" json:"version,omitempty"`
}

DatabaseListMysqlCharsetsParams defines parameters for DatabaseListMysqlCharsets.

type DatabaseListMysqlCharsetsResponse

type DatabaseListMysqlCharsetsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1DatabaseMySqlCharacterSettings
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseListMysqlCharsetsResponse

func ParseDatabaseListMysqlCharsetsResponse(rsp *http.Response) (*DatabaseListMysqlCharsetsResponse, error)

ParseDatabaseListMysqlCharsetsResponse parses an HTTP response from a DatabaseListMysqlCharsetsWithResponse call

func (DatabaseListMysqlCharsetsResponse) Status

Status returns HTTPResponse.Status

func (DatabaseListMysqlCharsetsResponse) StatusCode

func (r DatabaseListMysqlCharsetsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DatabaseListMysqlDatabasesResponse

type DatabaseListMysqlDatabasesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1DatabaseMySqlDatabase
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseListMysqlDatabasesResponse

func ParseDatabaseListMysqlDatabasesResponse(rsp *http.Response) (*DatabaseListMysqlDatabasesResponse, error)

ParseDatabaseListMysqlDatabasesResponse parses an HTTP response from a DatabaseListMysqlDatabasesWithResponse call

func (DatabaseListMysqlDatabasesResponse) Status

Status returns HTTPResponse.Status

func (DatabaseListMysqlDatabasesResponse) StatusCode

func (r DatabaseListMysqlDatabasesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DatabaseListMysqlUsersResponse

type DatabaseListMysqlUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1DatabaseMySqlUser
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseListMysqlUsersResponse

func ParseDatabaseListMysqlUsersResponse(rsp *http.Response) (*DatabaseListMysqlUsersResponse, error)

ParseDatabaseListMysqlUsersResponse parses an HTTP response from a DatabaseListMysqlUsersWithResponse call

func (DatabaseListMysqlUsersResponse) Status

Status returns HTTPResponse.Status

func (DatabaseListMysqlUsersResponse) StatusCode

func (r DatabaseListMysqlUsersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DatabaseListMysqlVersionsParams

type DatabaseListMysqlVersionsParams struct {
	// ProjectId ID of the Project to list available MySQLVersions for.
	ProjectId *string `form:"projectId,omitempty" json:"projectId,omitempty"`
}

DatabaseListMysqlVersionsParams defines parameters for DatabaseListMysqlVersions.

type DatabaseListMysqlVersionsResponse

type DatabaseListMysqlVersionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1DatabaseMySqlVersion
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseListMysqlVersionsResponse

func ParseDatabaseListMysqlVersionsResponse(rsp *http.Response) (*DatabaseListMysqlVersionsResponse, error)

ParseDatabaseListMysqlVersionsResponse parses an HTTP response from a DatabaseListMysqlVersionsWithResponse call

func (DatabaseListMysqlVersionsResponse) Status

Status returns HTTPResponse.Status

func (DatabaseListMysqlVersionsResponse) StatusCode

func (r DatabaseListMysqlVersionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DatabaseListRedisDatabasesResponse

type DatabaseListRedisDatabasesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1DatabaseRedisDatabase
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseListRedisDatabasesResponse

func ParseDatabaseListRedisDatabasesResponse(rsp *http.Response) (*DatabaseListRedisDatabasesResponse, error)

ParseDatabaseListRedisDatabasesResponse parses an HTTP response from a DatabaseListRedisDatabasesWithResponse call

func (DatabaseListRedisDatabasesResponse) Status

Status returns HTTPResponse.Status

func (DatabaseListRedisDatabasesResponse) StatusCode

func (r DatabaseListRedisDatabasesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DatabaseListRedisVersionsParams

type DatabaseListRedisVersionsParams struct {
	// ProjectId ID of the Project to list available RedisVersions for.
	ProjectId *string `form:"projectId,omitempty" json:"projectId,omitempty"`
}

DatabaseListRedisVersionsParams defines parameters for DatabaseListRedisVersions.

type DatabaseListRedisVersionsResponse

type DatabaseListRedisVersionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1DatabaseRedisVersion
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseListRedisVersionsResponse

func ParseDatabaseListRedisVersionsResponse(rsp *http.Response) (*DatabaseListRedisVersionsResponse, error)

ParseDatabaseListRedisVersionsResponse parses an HTTP response from a DatabaseListRedisVersionsWithResponse call

func (DatabaseListRedisVersionsResponse) Status

Status returns HTTPResponse.Status

func (DatabaseListRedisVersionsResponse) StatusCode

func (r DatabaseListRedisVersionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DatabaseUpdateMysqlDatabaseDefaultCharsetJSONBody

type DatabaseUpdateMysqlDatabaseDefaultCharsetJSONBody struct {
	CharacterSettings DeMittwaldV1DatabaseCharacterSettings `json:"characterSettings"`
}

DatabaseUpdateMysqlDatabaseDefaultCharsetJSONBody defines parameters for DatabaseUpdateMysqlDatabaseDefaultCharset.

type DatabaseUpdateMysqlDatabaseDefaultCharsetJSONRequestBody

type DatabaseUpdateMysqlDatabaseDefaultCharsetJSONRequestBody DatabaseUpdateMysqlDatabaseDefaultCharsetJSONBody

DatabaseUpdateMysqlDatabaseDefaultCharsetJSONRequestBody defines body for DatabaseUpdateMysqlDatabaseDefaultCharset for application/json ContentType.

type DatabaseUpdateMysqlDatabaseDefaultCharsetResponse

type DatabaseUpdateMysqlDatabaseDefaultCharsetResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseUpdateMysqlDatabaseDefaultCharsetResponse

func ParseDatabaseUpdateMysqlDatabaseDefaultCharsetResponse(rsp *http.Response) (*DatabaseUpdateMysqlDatabaseDefaultCharsetResponse, error)

ParseDatabaseUpdateMysqlDatabaseDefaultCharsetResponse parses an HTTP response from a DatabaseUpdateMysqlDatabaseDefaultCharsetWithResponse call

func (DatabaseUpdateMysqlDatabaseDefaultCharsetResponse) Status

Status returns HTTPResponse.Status

func (DatabaseUpdateMysqlDatabaseDefaultCharsetResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DatabaseUpdateMysqlDatabaseDescriptionJSONBody

type DatabaseUpdateMysqlDatabaseDescriptionJSONBody struct {
	Description string `json:"description"`
}

DatabaseUpdateMysqlDatabaseDescriptionJSONBody defines parameters for DatabaseUpdateMysqlDatabaseDescription.

type DatabaseUpdateMysqlDatabaseDescriptionJSONRequestBody

type DatabaseUpdateMysqlDatabaseDescriptionJSONRequestBody DatabaseUpdateMysqlDatabaseDescriptionJSONBody

DatabaseUpdateMysqlDatabaseDescriptionJSONRequestBody defines body for DatabaseUpdateMysqlDatabaseDescription for application/json ContentType.

type DatabaseUpdateMysqlDatabaseDescriptionResponse

type DatabaseUpdateMysqlDatabaseDescriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseUpdateMysqlDatabaseDescriptionResponse

func ParseDatabaseUpdateMysqlDatabaseDescriptionResponse(rsp *http.Response) (*DatabaseUpdateMysqlDatabaseDescriptionResponse, error)

ParseDatabaseUpdateMysqlDatabaseDescriptionResponse parses an HTTP response from a DatabaseUpdateMysqlDatabaseDescriptionWithResponse call

func (DatabaseUpdateMysqlDatabaseDescriptionResponse) Status

Status returns HTTPResponse.Status

func (DatabaseUpdateMysqlDatabaseDescriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DatabaseUpdateMysqlUserJSONBody

type DatabaseUpdateMysqlUserJSONBody struct {
	AccessIpMask   *string                                    `json:"accessIpMask,omitempty"`
	AccessLevel    DatabaseUpdateMysqlUserJSONBodyAccessLevel `json:"accessLevel"`
	Description    string                                     `json:"description"`
	ExternalAccess *bool                                      `json:"externalAccess,omitempty"`
}

DatabaseUpdateMysqlUserJSONBody defines parameters for DatabaseUpdateMysqlUser.

type DatabaseUpdateMysqlUserJSONBodyAccessLevel

type DatabaseUpdateMysqlUserJSONBodyAccessLevel string

DatabaseUpdateMysqlUserJSONBodyAccessLevel defines parameters for DatabaseUpdateMysqlUser.

const (
	DatabaseUpdateMysqlUserJSONBodyAccessLevelFull     DatabaseUpdateMysqlUserJSONBodyAccessLevel = "full"
	DatabaseUpdateMysqlUserJSONBodyAccessLevelReadonly DatabaseUpdateMysqlUserJSONBodyAccessLevel = "readonly"
)

Defines values for DatabaseUpdateMysqlUserJSONBodyAccessLevel.

type DatabaseUpdateMysqlUserJSONRequestBody

type DatabaseUpdateMysqlUserJSONRequestBody DatabaseUpdateMysqlUserJSONBody

DatabaseUpdateMysqlUserJSONRequestBody defines body for DatabaseUpdateMysqlUser for application/json ContentType.

type DatabaseUpdateMysqlUserPasswordJSONBody

type DatabaseUpdateMysqlUserPasswordJSONBody struct {
	Password string `json:"password"`
}

DatabaseUpdateMysqlUserPasswordJSONBody defines parameters for DatabaseUpdateMysqlUserPassword.

type DatabaseUpdateMysqlUserPasswordJSONRequestBody

type DatabaseUpdateMysqlUserPasswordJSONRequestBody DatabaseUpdateMysqlUserPasswordJSONBody

DatabaseUpdateMysqlUserPasswordJSONRequestBody defines body for DatabaseUpdateMysqlUserPassword for application/json ContentType.

type DatabaseUpdateMysqlUserPasswordResponse

type DatabaseUpdateMysqlUserPasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseUpdateMysqlUserPasswordResponse

func ParseDatabaseUpdateMysqlUserPasswordResponse(rsp *http.Response) (*DatabaseUpdateMysqlUserPasswordResponse, error)

ParseDatabaseUpdateMysqlUserPasswordResponse parses an HTTP response from a DatabaseUpdateMysqlUserPasswordWithResponse call

func (DatabaseUpdateMysqlUserPasswordResponse) Status

Status returns HTTPResponse.Status

func (DatabaseUpdateMysqlUserPasswordResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DatabaseUpdateMysqlUserResponse

type DatabaseUpdateMysqlUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseUpdateMysqlUserResponse

func ParseDatabaseUpdateMysqlUserResponse(rsp *http.Response) (*DatabaseUpdateMysqlUserResponse, error)

ParseDatabaseUpdateMysqlUserResponse parses an HTTP response from a DatabaseUpdateMysqlUserWithResponse call

func (DatabaseUpdateMysqlUserResponse) Status

Status returns HTTPResponse.Status

func (DatabaseUpdateMysqlUserResponse) StatusCode

func (r DatabaseUpdateMysqlUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DatabaseUpdateRedisDatabaseConfigurationJSONBody

type DatabaseUpdateRedisDatabaseConfigurationJSONBody struct {
	// Configuration The configuration for a RedisDatabase.
	Configuration *DeMittwaldV1DatabaseRedisDatabaseConfiguration `json:"configuration,omitempty"`
}

DatabaseUpdateRedisDatabaseConfigurationJSONBody defines parameters for DatabaseUpdateRedisDatabaseConfiguration.

type DatabaseUpdateRedisDatabaseConfigurationJSONRequestBody

type DatabaseUpdateRedisDatabaseConfigurationJSONRequestBody DatabaseUpdateRedisDatabaseConfigurationJSONBody

DatabaseUpdateRedisDatabaseConfigurationJSONRequestBody defines body for DatabaseUpdateRedisDatabaseConfiguration for application/json ContentType.

type DatabaseUpdateRedisDatabaseConfigurationResponse

type DatabaseUpdateRedisDatabaseConfigurationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseUpdateRedisDatabaseConfigurationResponse

func ParseDatabaseUpdateRedisDatabaseConfigurationResponse(rsp *http.Response) (*DatabaseUpdateRedisDatabaseConfigurationResponse, error)

ParseDatabaseUpdateRedisDatabaseConfigurationResponse parses an HTTP response from a DatabaseUpdateRedisDatabaseConfigurationWithResponse call

func (DatabaseUpdateRedisDatabaseConfigurationResponse) Status

Status returns HTTPResponse.Status

func (DatabaseUpdateRedisDatabaseConfigurationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DatabaseUpdateRedisDatabaseDescriptionJSONBody

type DatabaseUpdateRedisDatabaseDescriptionJSONBody struct {
	Description string `json:"description"`
}

DatabaseUpdateRedisDatabaseDescriptionJSONBody defines parameters for DatabaseUpdateRedisDatabaseDescription.

type DatabaseUpdateRedisDatabaseDescriptionJSONRequestBody

type DatabaseUpdateRedisDatabaseDescriptionJSONRequestBody DatabaseUpdateRedisDatabaseDescriptionJSONBody

DatabaseUpdateRedisDatabaseDescriptionJSONRequestBody defines body for DatabaseUpdateRedisDatabaseDescription for application/json ContentType.

type DatabaseUpdateRedisDatabaseDescriptionResponse

type DatabaseUpdateRedisDatabaseDescriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDatabaseUpdateRedisDatabaseDescriptionResponse

func ParseDatabaseUpdateRedisDatabaseDescriptionResponse(rsp *http.Response) (*DatabaseUpdateRedisDatabaseDescriptionResponse, error)

ParseDatabaseUpdateRedisDatabaseDescriptionResponse parses an HTTP response from a DatabaseUpdateRedisDatabaseDescriptionWithResponse call

func (DatabaseUpdateRedisDatabaseDescriptionResponse) Status

Status returns HTTPResponse.Status

func (DatabaseUpdateRedisDatabaseDescriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeMittwaldV1AppAction

type DeMittwaldV1AppAction string

DeMittwaldV1AppAction An Action is a string that describes a runtime concerning action which can be executed on an AppInstallation or an App can be capable of.

const (
	Restart DeMittwaldV1AppAction = "restart"
	Start   DeMittwaldV1AppAction = "start"
	Stop    DeMittwaldV1AppAction = "stop"
)

Defines values for DeMittwaldV1AppAction.

type DeMittwaldV1AppActionCapabilities

type DeMittwaldV1AppActionCapabilities = []DeMittwaldV1AppAction

DeMittwaldV1AppActionCapabilities defines model for de.mittwald.v1.app.ActionCapabilities.

type DeMittwaldV1AppApp

type DeMittwaldV1AppApp struct {
	ActionCapabilities *DeMittwaldV1AppActionCapabilities `json:"actionCapabilities,omitempty"`
	Id                 string                             `json:"id"`
	Name               string                             `json:"name"`
	Tags               []string                           `json:"tags"`
}

DeMittwaldV1AppApp An App is to be understood as a manifest for AppInstallations. E.g. 'WordPress' only exists inside our ecosystem, because there is an App -Manifest for it.

type DeMittwaldV1AppAppInstallation

type DeMittwaldV1AppAppInstallation struct {
	AppId openapi_types.UUID `json:"appId"`

	// AppVersion VersionStatus describes the current and desired version of something like the AppVersion of an AppInstallation. If diverging, an internal process is going to assert, the current value will be aligned.
	AppVersion         DeMittwaldV1AppVersionStatus              `json:"appVersion"`
	CustomDocumentRoot *string                                   `json:"customDocumentRoot,omitempty"`
	Description        string                                    `json:"description"`
	Disabled           bool                                      `json:"disabled"`
	Id                 openapi_types.UUID                        `json:"id"`
	InstallationPath   string                                    `json:"installationPath"`
	LinkedDatabases    *[]DeMittwaldV1AppLinkedDatabase          `json:"linkedDatabases,omitempty"`
	Processes          *[]openapi_types.UUID                     `json:"processes,omitempty"`
	ProjectId          *openapi_types.UUID                       `json:"projectId,omitempty"`
	ScreenshotId       *openapi_types.UUID                       `json:"screenshotId,omitempty"`
	ScreenshotRef      *string                                   `json:"screenshotRef,omitempty"`
	ShortId            string                                    `json:"shortId"`
	SystemSoftware     *[]DeMittwaldV1AppInstalledSystemSoftware `json:"systemSoftware,omitempty"`

	// UpdatePolicy AppUpdatePolicy describes which updates should be applied automatically by our systems.
	UpdatePolicy *DeMittwaldV1AppAppUpdatePolicy  `json:"updatePolicy,omitempty"`
	UserInputs   *[]DeMittwaldV1AppSavedUserInput `json:"userInputs,omitempty"`
}

DeMittwaldV1AppAppInstallation An AppInstallation is a concrete manifestation of an App in a specific AppVersion.

type DeMittwaldV1AppAppInstallationLifecycle

type DeMittwaldV1AppAppInstallationLifecycle string

DeMittwaldV1AppAppInstallationLifecycle The AppInstallationLifecycle can be used to express a specific point in the AppInstallation Lifecycle, e.g. while installing a new AppInstallation.

const (
	Installation DeMittwaldV1AppAppInstallationLifecycle = "installation"
	Reconfigure  DeMittwaldV1AppAppInstallationLifecycle = "reconfigure"
	Update       DeMittwaldV1AppAppInstallationLifecycle = "update"
)

Defines values for DeMittwaldV1AppAppInstallationLifecycle.

type DeMittwaldV1AppAppInstallationStatus

type DeMittwaldV1AppAppInstallationStatus struct {
	LastExitCode    *float32                                  `json:"lastExitCode,omitempty"`
	LogFileLocation string                                    `json:"logFileLocation"`
	State           DeMittwaldV1AppAppInstallationStatusState `json:"state"`
	UptimeSeconds   *float32                                  `json:"uptimeSeconds,omitempty"`
}

DeMittwaldV1AppAppInstallationStatus AppInstallationStatus describes the overall runtime status of an AppInstallation.

type DeMittwaldV1AppAppInstallationStatusState

type DeMittwaldV1AppAppInstallationStatusState string

DeMittwaldV1AppAppInstallationStatusState defines model for DeMittwaldV1AppAppInstallationStatus.State.

const (
	DeMittwaldV1AppAppInstallationStatusStateExited  DeMittwaldV1AppAppInstallationStatusState = "exited"
	DeMittwaldV1AppAppInstallationStatusStateRunning DeMittwaldV1AppAppInstallationStatusState = "running"
	DeMittwaldV1AppAppInstallationStatusStateStopped DeMittwaldV1AppAppInstallationStatusState = "stopped"
)

Defines values for DeMittwaldV1AppAppInstallationStatusState.

type DeMittwaldV1AppAppUpdatePolicy

type DeMittwaldV1AppAppUpdatePolicy string

DeMittwaldV1AppAppUpdatePolicy AppUpdatePolicy describes which updates should be applied automatically by our systems.

const (
	DeMittwaldV1AppAppUpdatePolicyAll        DeMittwaldV1AppAppUpdatePolicy = "all"
	DeMittwaldV1AppAppUpdatePolicyNone       DeMittwaldV1AppAppUpdatePolicy = "none"
	DeMittwaldV1AppAppUpdatePolicyPatchLevel DeMittwaldV1AppAppUpdatePolicy = "patchLevel"
)

Defines values for DeMittwaldV1AppAppUpdatePolicy.

type DeMittwaldV1AppAppVersion

type DeMittwaldV1AppAppVersion struct {
	AppId string `json:"appId"`

	// BreakingNote A BreakingNote is a hint that something serious has changed in the AppVersion containing it, so an automatic update is not possible.
	BreakingNote        *DeMittwaldV1AppBreakingNote         `json:"breakingNote,omitempty"`
	Databases           *[]DeMittwaldV1AppDatabaseDependency `json:"databases,omitempty"`
	DocRoot             string                               `json:"docRoot"`
	DocRootUserEditable bool                                 `json:"docRootUserEditable"`
	ExternalVersion     string                               `json:"externalVersion"`
	Id                  openapi_types.UUID                   `json:"id"`
	InternalVersion     string                               `json:"internalVersion"`
	Recommended         *bool                                `json:"recommended,omitempty"`

	// RequestHandler RequestHandlerRequirement describes the necessary properties to internally resolve the request handler or process to start.
	RequestHandler             *DeMittwaldV1AppRequestHandlerRequirement  `json:"requestHandler,omitempty"`
	SystemSoftwareDependencies *[]DeMittwaldV1AppSystemSoftwareDependency `json:"systemSoftwareDependencies,omitempty"`
	UserInputs                 *[]DeMittwaldV1AppUserInput                `json:"userInputs,omitempty"`
}

DeMittwaldV1AppAppVersion An AppVersion is an officially supported version of an App, containing the necessary and recommended configuration und dependencies.

type DeMittwaldV1AppBreakingNote

type DeMittwaldV1AppBreakingNote struct {
	FaqLink string `json:"faqLink"`
}

DeMittwaldV1AppBreakingNote A BreakingNote is a hint that something serious has changed in the AppVersion containing it, so an automatic update is not possible.

type DeMittwaldV1AppDatabaseDependency

type DeMittwaldV1AppDatabaseDependency struct {
	Description string                                `json:"description"`
	Kind        DeMittwaldV1AppDatabaseDependencyKind `json:"kind"`
	Parameters  *map[string]string                    `json:"parameters,omitempty"`
	Version     openapi_types.UUID                    `json:"version"`
}

DeMittwaldV1AppDatabaseDependency A DatabaseDependency is a generic description of need for a database, used by AppVersions.

type DeMittwaldV1AppDatabaseDependencyKind

type DeMittwaldV1AppDatabaseDependencyKind string

DeMittwaldV1AppDatabaseDependencyKind defines model for DeMittwaldV1AppDatabaseDependency.Kind.

const (
	DeMittwaldV1AppDatabaseDependencyKindMysql DeMittwaldV1AppDatabaseDependencyKind = "mysql"
)

Defines values for DeMittwaldV1AppDatabaseDependencyKind.

type DeMittwaldV1AppInstalledSystemSoftware

type DeMittwaldV1AppInstalledSystemSoftware struct {
	SystemSoftwareId openapi_types.UUID `json:"systemSoftwareId"`

	// SystemSoftwareVersion VersionStatus describes the current and desired version of something like the AppVersion of an AppInstallation. If diverging, an internal process is going to assert, the current value will be aligned.
	SystemSoftwareVersion DeMittwaldV1AppVersionStatus `json:"systemSoftwareVersion"`

	// UpdatePolicy SystemSoftwareUpdatePolicy describes which updates should be applied automatically by our systems.
	UpdatePolicy DeMittwaldV1AppSystemSoftwareUpdatePolicy `json:"updatePolicy"`
}

DeMittwaldV1AppInstalledSystemSoftware InstalledSystemSoftware describes the currently configured and installed SystemSoftwareVersion of a SystemSoftware besides the desired SystemSoftwareUpdatePolicy inside an AppInstallation.

type DeMittwaldV1AppLinkedDatabase

type DeMittwaldV1AppLinkedDatabase struct {
	DatabaseId      openapi_types.UUID                   `json:"databaseId"`
	DatabaseUserIds *map[string]string                   `json:"databaseUserIds,omitempty"`
	Kind            DeMittwaldV1AppLinkedDatabaseKind    `json:"kind"`
	Purpose         DeMittwaldV1AppLinkedDatabasePurpose `json:"purpose"`
}

DeMittwaldV1AppLinkedDatabase LinkedDatabase is a reference to a concrete Database and DatabaseUsers.

type DeMittwaldV1AppLinkedDatabaseKind

type DeMittwaldV1AppLinkedDatabaseKind string

DeMittwaldV1AppLinkedDatabaseKind defines model for DeMittwaldV1AppLinkedDatabase.Kind.

const (
	DeMittwaldV1AppLinkedDatabaseKindMysql DeMittwaldV1AppLinkedDatabaseKind = "mysql"
	DeMittwaldV1AppLinkedDatabaseKindRedis DeMittwaldV1AppLinkedDatabaseKind = "redis"
)

Defines values for DeMittwaldV1AppLinkedDatabaseKind.

type DeMittwaldV1AppLinkedDatabasePurpose

type DeMittwaldV1AppLinkedDatabasePurpose string

DeMittwaldV1AppLinkedDatabasePurpose defines model for DeMittwaldV1AppLinkedDatabase.Purpose.

const (
	DeMittwaldV1AppLinkedDatabasePurposeCache   DeMittwaldV1AppLinkedDatabasePurpose = "cache"
	DeMittwaldV1AppLinkedDatabasePurposeCustom  DeMittwaldV1AppLinkedDatabasePurpose = "custom"
	DeMittwaldV1AppLinkedDatabasePurposePrimary DeMittwaldV1AppLinkedDatabasePurpose = "primary"
)

Defines values for DeMittwaldV1AppLinkedDatabasePurpose.

type DeMittwaldV1AppRequestHandlerRequirement

type DeMittwaldV1AppRequestHandlerRequirement struct {
	ExampleValues      *[]DeMittwaldV1AppSavedUserInput `json:"exampleValues,omitempty"`
	Name               string                           `json:"name"`
	Namespace          string                           `json:"namespace"`
	ParametersTemplate string                           `json:"parametersTemplate"`
}

DeMittwaldV1AppRequestHandlerRequirement RequestHandlerRequirement describes the necessary properties to internally resolve the request handler or process to start.

type DeMittwaldV1AppSavedUserInput

type DeMittwaldV1AppSavedUserInput struct {
	Name  string `json:"name"`
	Value string `json:"value"`
}

DeMittwaldV1AppSavedUserInput A SavedUserInput is an entered value for a desired UserInput of an AppVersion or SystemSoftwareVersion.

type DeMittwaldV1AppSystemSoftware

type DeMittwaldV1AppSystemSoftware struct {
	Id   string             `json:"id"`
	Meta *map[string]string `json:"meta,omitempty"`
	Name string             `json:"name"`
	Tags []string           `json:"tags"`
}

DeMittwaldV1AppSystemSoftware A SystemSoftware is a software that can be installed for an AppInstallation but mostly is not itself externally reachable and/or deliverable.

type DeMittwaldV1AppSystemSoftwareDependency

type DeMittwaldV1AppSystemSoftwareDependency struct {
	SystemSoftwareId openapi_types.UUID `json:"systemSoftwareId"`
	VersionRange     string             `json:"versionRange"`
}

DeMittwaldV1AppSystemSoftwareDependency A SystemSoftwareDependency is a description of a need for a specific SystemSoftware in a semver versionRange.

type DeMittwaldV1AppSystemSoftwareUpdatePolicy

type DeMittwaldV1AppSystemSoftwareUpdatePolicy string

DeMittwaldV1AppSystemSoftwareUpdatePolicy SystemSoftwareUpdatePolicy describes which updates should be applied automatically by our systems.

const (
	DeMittwaldV1AppSystemSoftwareUpdatePolicyAll              DeMittwaldV1AppSystemSoftwareUpdatePolicy = "all"
	DeMittwaldV1AppSystemSoftwareUpdatePolicyInheritedFromApp DeMittwaldV1AppSystemSoftwareUpdatePolicy = "inheritedFromApp"
	DeMittwaldV1AppSystemSoftwareUpdatePolicyNone             DeMittwaldV1AppSystemSoftwareUpdatePolicy = "none"
	DeMittwaldV1AppSystemSoftwareUpdatePolicyPatchLevel       DeMittwaldV1AppSystemSoftwareUpdatePolicy = "patchLevel"
)

Defines values for DeMittwaldV1AppSystemSoftwareUpdatePolicy.

type DeMittwaldV1AppSystemSoftwareVersion

type DeMittwaldV1AppSystemSoftwareVersion struct {
	ExternalVersion            string                                     `json:"externalVersion"`
	Id                         openapi_types.UUID                         `json:"id"`
	InternalVersion            string                                     `json:"internalVersion"`
	Recommended                *bool                                      `json:"recommended,omitempty"`
	SystemSoftwareDependencies *[]DeMittwaldV1AppSystemSoftwareDependency `json:"systemSoftwareDependencies,omitempty"`
	UserInputs                 *[]DeMittwaldV1AppUserInput                `json:"userInputs,omitempty"`
}

DeMittwaldV1AppSystemSoftwareVersion A SystemSoftwareVersion is an officially supported version of a SystemSoftware, containing the necessary and recommended configuration und dependencies.

type DeMittwaldV1AppSystemSoftwareVersionSet

type DeMittwaldV1AppSystemSoftwareVersionSet []DeMittwaldV1AppSystemSoftwareVersion

func (DeMittwaldV1AppSystemSoftwareVersionSet) Len

func (DeMittwaldV1AppSystemSoftwareVersionSet) Less

func (DeMittwaldV1AppSystemSoftwareVersionSet) Recommended

func (DeMittwaldV1AppSystemSoftwareVersionSet) Swap

type DeMittwaldV1AppUserInput

type DeMittwaldV1AppUserInput struct {
	// DataSource Optional field to tell the frontend, which data to put into the select.
	DataSource *string `json:"dataSource,omitempty"`

	// DataType UserInputDataType is an enum, describing the possible data types of a UserInput.
	DataType     DeMittwaldV1AppUserInputDataType `json:"dataType"`
	DefaultValue *string                          `json:"defaultValue,omitempty"`

	// Format UserInputFormat is an enum, describing the possible data formats of a UserInput, the given values can be validated against.
	Format *DeMittwaldV1AppUserInputFormat `json:"format,omitempty"`

	// LifecycleConstraint The AppInstallationLifecycle can be used to express a specific point in the AppInstallation Lifecycle, e.g. while installing a new AppInstallation.
	LifecycleConstraint DeMittwaldV1AppAppInstallationLifecycle `json:"lifecycleConstraint"`
	Name                string                                  `json:"name"`

	// PositionMeta UserInputPositionMeta is a utility information, helping to position the UserInput properly on the frontend.
	PositionMeta *DeMittwaldV1AppUserInputPositionMeta `json:"positionMeta,omitempty"`
	Required     bool                                  `json:"required"`

	// ValidationSchema JSON Schema formatted (https://json-schema.org/).
	ValidationSchema string `json:"validationSchema"`
}

DeMittwaldV1AppUserInput A UserInput is a description of an information which cannot be determined or estimated by mittwald, but has to be given by the person who is requesting an AppInstallation or SystemSoftware.

type DeMittwaldV1AppUserInputDataType

type DeMittwaldV1AppUserInputDataType string

DeMittwaldV1AppUserInputDataType UserInputDataType is an enum, describing the possible data types of a UserInput.

Defines values for DeMittwaldV1AppUserInputDataType.

type DeMittwaldV1AppUserInputFormat

type DeMittwaldV1AppUserInputFormat string

DeMittwaldV1AppUserInputFormat UserInputFormat is an enum, describing the possible data formats of a UserInput, the given values can be validated against.

Defines values for DeMittwaldV1AppUserInputFormat.

type DeMittwaldV1AppUserInputPositionMeta

type DeMittwaldV1AppUserInputPositionMeta struct {
	Index   *float32 `json:"index,omitempty"`
	Section *string  `json:"section,omitempty"`
	Step    *string  `json:"step,omitempty"`
}

DeMittwaldV1AppUserInputPositionMeta UserInputPositionMeta is a utility information, helping to position the UserInput properly on the frontend.

type DeMittwaldV1AppVersionStatus

type DeMittwaldV1AppVersionStatus struct {
	Current *string `json:"current,omitempty"`
	Desired string  `json:"desired"`
}

DeMittwaldV1AppVersionStatus VersionStatus describes the current and desired version of something like the AppVersion of an AppInstallation. If diverging, an internal process is going to assert, the current value will be aligned.

type DeMittwaldV1ArticleArticleAddons

type DeMittwaldV1ArticleArticleAddons struct {
	Hidden         *bool                                           `json:"hidden,omitempty"`
	Key            string                                          `json:"key"`
	Type           *string                                         `json:"type,omitempty"`
	Value          string                                          `json:"value"`
	ValueMergeType *DeMittwaldV1ArticleArticleAddonsValueMergeType `json:"valueMergeType,omitempty"`
}

DeMittwaldV1ArticleArticleAddons defines model for de.mittwald.v1.article.ArticleAddons.

type DeMittwaldV1ArticleArticleAddonsValueMergeType

type DeMittwaldV1ArticleArticleAddonsValueMergeType string

DeMittwaldV1ArticleArticleAddonsValueMergeType defines model for DeMittwaldV1ArticleArticleAddons.ValueMergeType.

const (
	DeMittwaldV1ArticleArticleAddonsValueMergeTypeAdd DeMittwaldV1ArticleArticleAddonsValueMergeType = "add"
	DeMittwaldV1ArticleArticleAddonsValueMergeTypeSet DeMittwaldV1ArticleArticleAddonsValueMergeType = "set"
)

Defines values for DeMittwaldV1ArticleArticleAddonsValueMergeType.

type DeMittwaldV1ArticleArticleAttributes

type DeMittwaldV1ArticleArticleAttributes struct {
	CustomerEditable *bool                                          `json:"customerEditable,omitempty"`
	Key              string                                         `json:"key"`
	MergeType        *DeMittwaldV1ArticleArticleAttributesMergeType `json:"mergeType,omitempty"`
	Readonly         *bool                                          `json:"readonly,omitempty"`
	Required         *bool                                          `json:"required,omitempty"`
	Unit             *string                                        `json:"unit,omitempty"`
	Value            *string                                        `json:"value,omitempty"`
}

DeMittwaldV1ArticleArticleAttributes defines model for de.mittwald.v1.article.ArticleAttributes.

type DeMittwaldV1ArticleArticleAttributesMergeType

type DeMittwaldV1ArticleArticleAttributesMergeType string

DeMittwaldV1ArticleArticleAttributesMergeType defines model for DeMittwaldV1ArticleArticleAttributes.MergeType.

const (
	DeMittwaldV1ArticleArticleAttributesMergeTypeAdd DeMittwaldV1ArticleArticleAttributesMergeType = "add"
	DeMittwaldV1ArticleArticleAttributesMergeTypeSet DeMittwaldV1ArticleArticleAttributesMergeType = "set"
)

Defines values for DeMittwaldV1ArticleArticleAttributesMergeType.

type DeMittwaldV1ArticleArticleTag

type DeMittwaldV1ArticleArticleTag struct {
	Description *string `json:"description,omitempty"`
	HexColor    *string `json:"hexColor,omitempty"`
	Id          string  `json:"id"`
	Name        *string `json:"name,omitempty"`
}

DeMittwaldV1ArticleArticleTag defines model for de.mittwald.v1.article.ArticleTag.

type DeMittwaldV1ArticleArticleTemplate

type DeMittwaldV1ArticleArticleTemplate struct {
	AdditionalArticles *[]DeMittwaldV1ArticleReadableBookableArticleOptions `json:"additionalArticles,omitempty"`
	Addons             *[]DeMittwaldV1ArticleArticleAddons                  `json:"addons,omitempty"`
	Attributes         *[]DeMittwaldV1ArticleArticleAttributes              `json:"attributes,omitempty"`
	Description        *string                                              `json:"description,omitempty"`
	Id                 *string                                              `json:"id,omitempty"`
	IsManagedByDomain  bool                                                 `json:"isManagedByDomain"`
	IsRecurring        bool                                                 `json:"isRecurring"`
	ModifierArticles   *[]DeMittwaldV1ArticleReadableModifierArticleOptions `json:"modifierArticles,omitempty"`
	Name               string                                               `json:"name"`
	Type               DeMittwaldV1ArticleArticleTemplateType               `json:"type"`
}

DeMittwaldV1ArticleArticleTemplate defines model for de.mittwald.v1.article.ArticleTemplate.

type DeMittwaldV1ArticleArticleTemplateType

type DeMittwaldV1ArticleArticleTemplateType string

DeMittwaldV1ArticleArticleTemplateType defines model for DeMittwaldV1ArticleArticleTemplate.Type.

const (
	Additional    DeMittwaldV1ArticleArticleTemplateType = "additional"
	Base          DeMittwaldV1ArticleArticleTemplateType = "base"
	Miscellaneous DeMittwaldV1ArticleArticleTemplateType = "miscellaneous"
	Modifier      DeMittwaldV1ArticleArticleTemplateType = "modifier"
	SetupFee      DeMittwaldV1ArticleArticleTemplateType = "setup_fee"
)

Defines values for DeMittwaldV1ArticleArticleTemplateType.

type DeMittwaldV1ArticleReadableArticle

type DeMittwaldV1ArticleReadableArticle struct {
	Addons                       *[]DeMittwaldV1ArticleArticleAddons     `json:"addons,omitempty"`
	ArticleId                    string                                  `json:"articleId"`
	Attributes                   *[]DeMittwaldV1ArticleArticleAttributes `json:"attributes,omitempty"`
	BalanceAddonKey              *string                                 `json:"balanceAddonKey,omitempty"`
	ContractDurationInMonth      float32                                 `json:"contractDurationInMonth"`
	Description                  *string                                 `json:"description,omitempty"`
	ForcedInvoicingPeriodInMonth *float32                                `json:"forcedInvoicingPeriodInMonth,omitempty"`
	HasIndependentContractPeriod *bool                                   `json:"hasIndependentContractPeriod,omitempty"`
	HideOnInvoice                *bool                                   `json:"hideOnInvoice,omitempty"`
	MachineType                  *struct {
		Cpu    string `json:"cpu"`
		Memory string `json:"memory"`
		Name   string `json:"name"`
	} `json:"machineType,omitempty"`
	ModifierArticles       *[]DeMittwaldV1ArticleReadableModifierArticleOptions `json:"modifierArticles,omitempty"`
	Name                   string                                               `json:"name"`
	Orderable              DeMittwaldV1ArticleReadableArticleOrderable          `json:"orderable"`
	PossibleArticleChanges *[]DeMittwaldV1ArticleReadableChangeArticleOptions   `json:"possibleArticleChanges,omitempty"`
	Price                  *float32                                             `json:"price,omitempty"`
	Tags                   *[]DeMittwaldV1ArticleArticleTag                     `json:"tags,omitempty"`
	Template               DeMittwaldV1ArticleArticleTemplate                   `json:"template"`
}

DeMittwaldV1ArticleReadableArticle defines model for de.mittwald.v1.article.ReadableArticle.

type DeMittwaldV1ArticleReadableArticleOrderable

type DeMittwaldV1ArticleReadableArticleOrderable string

DeMittwaldV1ArticleReadableArticleOrderable defines model for DeMittwaldV1ArticleReadableArticle.Orderable.

const (
	DeMittwaldV1ArticleReadableArticleOrderableBetaTesting DeMittwaldV1ArticleReadableArticleOrderable = "beta_testing"
	DeMittwaldV1ArticleReadableArticleOrderableDeprecated  DeMittwaldV1ArticleReadableArticleOrderable = "deprecated"
	DeMittwaldV1ArticleReadableArticleOrderableForbidden   DeMittwaldV1ArticleReadableArticleOrderable = "forbidden"
	DeMittwaldV1ArticleReadableArticleOrderableFull        DeMittwaldV1ArticleReadableArticleOrderable = "full"
	DeMittwaldV1ArticleReadableArticleOrderableInternal    DeMittwaldV1ArticleReadableArticleOrderable = "internal"
)

Defines values for DeMittwaldV1ArticleReadableArticleOrderable.

type DeMittwaldV1ArticleReadableBookableArticleOptions

type DeMittwaldV1ArticleReadableBookableArticleOptions struct {
	ArticleId string `json:"articleId"`
	Info      *struct {
		ArticleName         *string `json:"articleName,omitempty"`
		ArticleTemplateName *string `json:"articleTemplateName,omitempty"`
		FromArticleTemplate *bool   `json:"fromArticleTemplate,omitempty"`
	} `json:"info,omitempty"`
	MaxArticleCount *float32 `json:"maxArticleCount,omitempty"`
}

DeMittwaldV1ArticleReadableBookableArticleOptions defines model for de.mittwald.v1.article.ReadableBookableArticleOptions.

type DeMittwaldV1ArticleReadableChangeArticleOptions

type DeMittwaldV1ArticleReadableChangeArticleOptions struct {
	ArticleId string `json:"articleId"`
	Info      *struct {
		ArticleName         *string `json:"articleName,omitempty"`
		ArticleTemplateName *string `json:"articleTemplateName,omitempty"`
		FromArticleTemplate *bool   `json:"fromArticleTemplate,omitempty"`
	} `json:"info,omitempty"`
}

DeMittwaldV1ArticleReadableChangeArticleOptions defines model for de.mittwald.v1.article.ReadableChangeArticleOptions.

type DeMittwaldV1ArticleReadableModifierArticleOptions

type DeMittwaldV1ArticleReadableModifierArticleOptions struct {
	ArticleId string `json:"articleId"`
	Info      *struct {
		ArticleName         *string `json:"articleName,omitempty"`
		ArticleTemplateName *string `json:"articleTemplateName,omitempty"`
		FromArticleTemplate *bool   `json:"fromArticleTemplate,omitempty"`
	} `json:"info,omitempty"`
	MaxArticleCount float32 `json:"maxArticleCount"`
}

DeMittwaldV1ArticleReadableModifierArticleOptions defines model for de.mittwald.v1.article.ReadableModifierArticleOptions.

type DeMittwaldV1BackupProjectBackup

type DeMittwaldV1BackupProjectBackup struct {
	CreatedAt   *time.Time                             `json:"createdAt,omitempty"`
	Deletable   bool                                   `json:"deletable"`
	Description *string                                `json:"description,omitempty"`
	ExpiresAt   *time.Time                             `json:"expiresAt,omitempty"`
	Export      *DeMittwaldV1BackupProjectBackupExport `json:"export,omitempty"`
	Id          openapi_types.UUID                     `json:"id"`
	ParentId    *openapi_types.UUID                    `json:"parentId,omitempty"`
	ProjectId   openapi_types.UUID                     `json:"projectId"`
	Status      string                                 `json:"status"`
}

DeMittwaldV1BackupProjectBackup defines model for de.mittwald.v1.backup.ProjectBackup.

type DeMittwaldV1BackupProjectBackupExport

type DeMittwaldV1BackupProjectBackupExport struct {
	DownloadURL  *string                                     `json:"downloadURL,omitempty"`
	ExpiresAt    *time.Time                                  `json:"expiresAt,omitempty"`
	Format       string                                      `json:"format"`
	Phase        *DeMittwaldV1BackupProjectBackupExportPhase `json:"phase,omitempty"`
	WithPassword bool                                        `json:"withPassword"`
}

DeMittwaldV1BackupProjectBackupExport defines model for de.mittwald.v1.backup.ProjectBackupExport.

type DeMittwaldV1BackupProjectBackupExportPhase

type DeMittwaldV1BackupProjectBackupExportPhase string

DeMittwaldV1BackupProjectBackupExportPhase defines model for DeMittwaldV1BackupProjectBackupExport.Phase.

const (
	DeMittwaldV1BackupProjectBackupExportPhaseCompleted DeMittwaldV1BackupProjectBackupExportPhase = "Completed"
	DeMittwaldV1BackupProjectBackupExportPhaseEmpty     DeMittwaldV1BackupProjectBackupExportPhase = ""
	DeMittwaldV1BackupProjectBackupExportPhaseExpired   DeMittwaldV1BackupProjectBackupExportPhase = "Expired"
	DeMittwaldV1BackupProjectBackupExportPhaseExporting DeMittwaldV1BackupProjectBackupExportPhase = "Exporting"
	DeMittwaldV1BackupProjectBackupExportPhaseFailed    DeMittwaldV1BackupProjectBackupExportPhase = "Failed"
	DeMittwaldV1BackupProjectBackupExportPhasePending   DeMittwaldV1BackupProjectBackupExportPhase = "Pending"
)

Defines values for DeMittwaldV1BackupProjectBackupExportPhase.

type DeMittwaldV1BackupProjectBackupSchedule

type DeMittwaldV1BackupProjectBackupSchedule struct {
	CreatedAt *time.Time `json:"createdAt,omitempty"`

	// Description Description of this ProjectBackupSchedule.
	Description *string `json:"description,omitempty"`

	// Id ID of this ProjectBackupSchedule.
	Id openapi_types.UUID `json:"id"`

	// IsSystemBackup True if this ProjectBackupSchedule was created and is managed by mittwald.
	IsSystemBackup bool `json:"isSystemBackup"`

	// ProjectId ID of the Project this ProjectBackupSchedule belongs to.
	ProjectId openapi_types.UUID `json:"projectId"`

	// Schedule Execution schedule in crontab notation.
	Schedule string `json:"schedule"`

	// Ttl TTL of the ProjectBackupSchedule as time string.
	Ttl       *string    `json:"ttl,omitempty"`
	UpdatedAt *time.Time `json:"updatedAt,omitempty"`
}

DeMittwaldV1BackupProjectBackupSchedule defines model for de.mittwald.v1.backup.ProjectBackupSchedule.

type DeMittwaldV1CommonsAddress

type DeMittwaldV1CommonsAddress struct {
	AddressPrefix *string `json:"addressPrefix,omitempty"`
	City          string  `json:"city"`

	// CountryCode ISO 3166-1 alpha-2 country code
	CountryCode string `json:"countryCode"`
	HouseNumber string `json:"houseNumber"`
	Street      string `json:"street"`
	Zip         string `json:"zip"`
}

DeMittwaldV1CommonsAddress defines model for de.mittwald.v1.commons.Address.

type DeMittwaldV1CommonsDefaultError

type DeMittwaldV1CommonsDefaultError = DeMittwaldV1CommonsError

DeMittwaldV1CommonsDefaultError defines model for de.mittwald.v1.commons.DefaultError.

type DeMittwaldV1CommonsError

type DeMittwaldV1CommonsError struct {
	Message string `json:"message"`
	Type    string `json:"type"`
}

DeMittwaldV1CommonsError defines model for de.mittwald.v1.commons.Error.

type DeMittwaldV1CommonsNotFoundError

type DeMittwaldV1CommonsNotFoundError = DeMittwaldV1CommonsError

DeMittwaldV1CommonsNotFoundError defines model for de.mittwald.v1.commons.NotFoundError.

type DeMittwaldV1CommonsPerson

type DeMittwaldV1CommonsPerson struct {
	// FirstName The users first name
	FirstName string `json:"firstName"`

	// LastName The users last name
	LastName string                         `json:"lastName"`
	Title    *DeMittwaldV1CommonsSalutation `json:"title,omitempty"`
}

DeMittwaldV1CommonsPerson The users personal information, e.g. first name.

type DeMittwaldV1CommonsRateLimitError

type DeMittwaldV1CommonsRateLimitError struct {
	Message *string `json:"message,omitempty"`
	Type    *string `json:"type,omitempty"`
}

DeMittwaldV1CommonsRateLimitError defines model for de.mittwald.v1.commons.RateLimitError.

type DeMittwaldV1CommonsSalutation

type DeMittwaldV1CommonsSalutation string

DeMittwaldV1CommonsSalutation defines model for de.mittwald.v1.commons.Salutation.

const (
	DeMittwaldV1CommonsSalutationMr    DeMittwaldV1CommonsSalutation = "mr"
	DeMittwaldV1CommonsSalutationMs    DeMittwaldV1CommonsSalutation = "ms"
	DeMittwaldV1CommonsSalutationOther DeMittwaldV1CommonsSalutation = "other"
)

Defines values for DeMittwaldV1CommonsSalutation.

type DeMittwaldV1CommonsValidationError

type DeMittwaldV1CommonsValidationError = DeMittwaldV1CommonsValidationErrors

DeMittwaldV1CommonsValidationError defines model for de.mittwald.v1.commons.ValidationError.

type DeMittwaldV1CommonsValidationErrorSchema

type DeMittwaldV1CommonsValidationErrorSchema struct {
	// Context The object with the additional information about the error that can be used to create custom error messages. Keys depend on the
	// type that failed validation (e.g. "missingProperty" for type "required")
	Context *map[string]string `json:"context,omitempty"`

	// Message The standard error message
	Message string `json:"message"`

	// Path The path to the part of the data that was validated. JavaScript property access notation (e.g., ".prop[1].subProp") is used.
	Path string `json:"path"`

	// Type ajv validation error type (e.g. "format", "required", "type") or own validation error types
	Type string `json:"type"`
}

DeMittwaldV1CommonsValidationErrorSchema defines model for de.mittwald.v1.commons.ValidationErrorSchema.

type DeMittwaldV1CommonsValidationErrors

type DeMittwaldV1CommonsValidationErrors struct {
	Message          *string                                    `json:"message,omitempty"`
	Type             DeMittwaldV1CommonsValidationErrorsType    `json:"type"`
	ValidationErrors []DeMittwaldV1CommonsValidationErrorSchema `json:"validationErrors"`
}

DeMittwaldV1CommonsValidationErrors defines model for de.mittwald.v1.commons.ValidationErrors.

type DeMittwaldV1CommonsValidationErrorsType

type DeMittwaldV1CommonsValidationErrorsType string

DeMittwaldV1CommonsValidationErrorsType defines model for DeMittwaldV1CommonsValidationErrors.Type.

const (
	ValidationError DeMittwaldV1CommonsValidationErrorsType = "ValidationError"
)

Defines values for DeMittwaldV1CommonsValidationErrorsType.

type DeMittwaldV1ContractAggregateReference

type DeMittwaldV1ContractAggregateReference struct {
	Aggregate string `json:"aggregate"`
	Domain    string `json:"domain"`
	Id        string `json:"id"`
}

DeMittwaldV1ContractAggregateReference defines model for de.mittwald.v1.contract.AggregateReference.

type DeMittwaldV1ContractArticle

type DeMittwaldV1ContractArticle struct {
	Amount            int                       `json:"amount"`
	ArticleTemplateId string                    `json:"articleTemplateId"`
	Description       *string                   `json:"description,omitempty"`
	Id                string                    `json:"id"`
	Name              string                    `json:"name"`
	UnitPrice         DeMittwaldV1ContractPrice `json:"unitPrice"`
}

DeMittwaldV1ContractArticle defines model for de.mittwald.v1.contract.Article.

type DeMittwaldV1ContractContract

type DeMittwaldV1ContractContract struct {
	AdditionalItems *[]DeMittwaldV1ContractContractItem `json:"additionalItems,omitempty"`
	BaseItem        DeMittwaldV1ContractContractItem    `json:"baseItem"`
	ContractId      openapi_types.UUID                  `json:"contractId"`
	ContractNumber  string                              `json:"contractNumber"`
	CustomerId      string                              `json:"customerId"`
	Termination     *DeMittwaldV1ContractTermination    `json:"termination,omitempty"`
}

DeMittwaldV1ContractContract defines model for de.mittwald.v1.contract.Contract.

type DeMittwaldV1ContractContractItem

type DeMittwaldV1ContractContractItem struct {
	ActivationDate     *time.Time                              `json:"activationDate,omitempty"`
	AggregateReference *DeMittwaldV1ContractAggregateReference `json:"aggregateReference,omitempty"`
	Articles           []DeMittwaldV1ContractArticle           `json:"articles"`
	ContractPeriod     float32                                 `json:"contractPeriod"`
	Description        string                                  `json:"description"`
	FreeTrialDays      *float32                                `json:"freeTrialDays,omitempty"`
	GroupByProjectId   *openapi_types.UUID                     `json:"groupByProjectId,omitempty"`
	InvoicingPeriod    *float32                                `json:"invoicingPeriod,omitempty"`
	IsActivated        bool                                    `json:"isActivated"`
	IsBaseItem         bool                                    `json:"isBaseItem"`
	IsInFreeTrial      *bool                                   `json:"isInFreeTrial,omitempty"`
	IsInclusive        *bool                                   `json:"isInclusive,omitempty"`
	ItemId             openapi_types.UUID                      `json:"itemId"`

	// NextPossibleDowngradeDate If this attribute is not set, termination is not allowed.
	NextPossibleDowngradeDate *time.Time `json:"nextPossibleDowngradeDate,omitempty"`

	// NextPossibleTerminationDate If this attribute is not set, a tariff change is not allowed.
	NextPossibleTerminationDate *time.Time `json:"nextPossibleTerminationDate,omitempty"`

	// NextPossibleUpgradeDate If this attribute is not set, a tariff change is not allowed.
	NextPossibleUpgradeDate *time.Time                        `json:"nextPossibleUpgradeDate,omitempty"`
	OrderDate               time.Time                         `json:"orderDate"`
	OrderId                 *openapi_types.UUID               `json:"orderId,omitempty"`
	ReplacedByItem          *openapi_types.UUID               `json:"replacedByItem,omitempty"`
	TariffChange            *DeMittwaldV1ContractTariffChange `json:"tariffChange,omitempty"`
	Termination             *DeMittwaldV1ContractTermination  `json:"termination,omitempty"`
	TotalPrice              DeMittwaldV1ContractPrice         `json:"totalPrice"`
}

DeMittwaldV1ContractContractItem defines model for de.mittwald.v1.contract.ContractItem.

type DeMittwaldV1ContractPrice

type DeMittwaldV1ContractPrice struct {
	Currency DeMittwaldV1ContractPriceCurrency `json:"currency"`

	// Value The value of the price in the smallest currency unit (e.g. cents)
	Value int `json:"value"`
}

DeMittwaldV1ContractPrice defines model for de.mittwald.v1.contract.Price.

type DeMittwaldV1ContractPriceCurrency

type DeMittwaldV1ContractPriceCurrency string

DeMittwaldV1ContractPriceCurrency defines model for DeMittwaldV1ContractPrice.Currency.

const (
	DeMittwaldV1ContractPriceCurrencyEUR DeMittwaldV1ContractPriceCurrency = "EUR"
)

Defines values for DeMittwaldV1ContractPriceCurrency.

type DeMittwaldV1ContractTariffChange

type DeMittwaldV1ContractTariffChange struct {
	NewArticles       []DeMittwaldV1ContractArticle `json:"newArticles"`
	ScheduledAtDate   time.Time                     `json:"scheduledAtDate"`
	ScheduledByUserId *string                       `json:"scheduledByUserId,omitempty"`
	TargetDate        time.Time                     `json:"targetDate"`
}

DeMittwaldV1ContractTariffChange defines model for de.mittwald.v1.contract.TariffChange.

type DeMittwaldV1ContractTermination

type DeMittwaldV1ContractTermination struct {
	Reason            *string   `json:"reason,omitempty"`
	ScheduledAtDate   time.Time `json:"scheduledAtDate"`
	ScheduledByUserId *string   `json:"scheduledByUserId,omitempty"`
	TargetDate        time.Time `json:"targetDate"`
}

DeMittwaldV1ContractTermination defines model for de.mittwald.v1.contract.Termination.

type DeMittwaldV1ConversationAggregateReference

type DeMittwaldV1ConversationAggregateReference struct {
	Aggregate string `json:"aggregate"`
	Domain    string `json:"domain"`
	Id        string `json:"id"`
}

DeMittwaldV1ConversationAggregateReference defines model for de.mittwald.v1.conversation.AggregateReference.

type DeMittwaldV1ConversationCategory

type DeMittwaldV1ConversationCategory struct {
	CategoryId    openapi_types.UUID                            `json:"categoryId"`
	Name          string                                        `json:"name"`
	ReferenceType DeMittwaldV1ConversationCategoryReferenceType `json:"referenceType"`
}

DeMittwaldV1ConversationCategory defines model for de.mittwald.v1.conversation.Category.

type DeMittwaldV1ConversationCategoryReferenceType

type DeMittwaldV1ConversationCategoryReferenceType = []string

DeMittwaldV1ConversationCategoryReferenceType defines model for de.mittwald.v1.conversation.CategoryReferenceType.

type DeMittwaldV1ConversationConversation

type DeMittwaldV1ConversationConversation struct {
	Category       *DeMittwaldV1ConversationCategory              `json:"category,omitempty"`
	ConversationId openapi_types.UUID                             `json:"conversationId"`
	CreatedAt      time.Time                                      `json:"createdAt"`
	CreatedBy      *DeMittwaldV1ConversationUser                  `json:"createdBy,omitempty"`
	LastMessageAt  *time.Time                                     `json:"lastMessageAt,omitempty"`
	LastMessageBy  *DeMittwaldV1ConversationUser                  `json:"lastMessageBy,omitempty"`
	MainUser       DeMittwaldV1ConversationUser                   `json:"mainUser"`
	RelatedTo      *DeMittwaldV1ConversationAggregateReference    `json:"relatedTo,omitempty"`
	Relations      *[]DeMittwaldV1ConversationAggregateReference  `json:"relations,omitempty"`
	SharedWith     *DeMittwaldV1ConversationAggregateReference    `json:"sharedWith,omitempty"`
	ShortId        string                                         `json:"shortId"`
	Status         DeMittwaldV1ConversationConversationStatus     `json:"status"`
	Title          string                                         `json:"title"`
	Visibility     DeMittwaldV1ConversationConversationVisibility `json:"visibility"`
}

DeMittwaldV1ConversationConversation defines model for de.mittwald.v1.conversation.Conversation.

type DeMittwaldV1ConversationConversationMembers

type DeMittwaldV1ConversationConversationMembers = []struct {
	Active      bool                                `json:"active"`
	AvatarRefId *string                             `json:"avatarRefId,omitempty"`
	ClearName   *string                             `json:"clearName,omitempty"`
	Department  *DeMittwaldV1ConversationDepartment `json:"department,omitempty"`
	UserId      string                              `json:"userId"`
}

DeMittwaldV1ConversationConversationMembers defines model for de.mittwald.v1.conversation.ConversationMembers.

type DeMittwaldV1ConversationConversationStatus

type DeMittwaldV1ConversationConversationStatus string

DeMittwaldV1ConversationConversationStatus defines model for DeMittwaldV1ConversationConversation.Status.

const (
	DeMittwaldV1ConversationConversationStatusAnswered   DeMittwaldV1ConversationConversationStatus = "answered"
	DeMittwaldV1ConversationConversationStatusClosed     DeMittwaldV1ConversationConversationStatus = "closed"
	DeMittwaldV1ConversationConversationStatusInProgress DeMittwaldV1ConversationConversationStatus = "inProgress"
	DeMittwaldV1ConversationConversationStatusOpen       DeMittwaldV1ConversationConversationStatus = "open"
)

Defines values for DeMittwaldV1ConversationConversationStatus.

type DeMittwaldV1ConversationConversationVisibility

type DeMittwaldV1ConversationConversationVisibility string

DeMittwaldV1ConversationConversationVisibility defines model for DeMittwaldV1ConversationConversation.Visibility.

Defines values for DeMittwaldV1ConversationConversationVisibility.

type DeMittwaldV1ConversationDepartment

type DeMittwaldV1ConversationDepartment string

DeMittwaldV1ConversationDepartment defines model for de.mittwald.v1.conversation.Department.

const (
	Accounting      DeMittwaldV1ConversationDepartment = "accounting"
	CloudHosting    DeMittwaldV1ConversationDepartment = "cloudHosting"
	CustomerService DeMittwaldV1ConversationDepartment = "customerService"
	DataCenter      DeMittwaldV1ConversationDepartment = "dataCenter"
	Development     DeMittwaldV1ConversationDepartment = "development"
	Generic         DeMittwaldV1ConversationDepartment = "generic"
	Infra           DeMittwaldV1ConversationDepartment = "infra"
	Mail            DeMittwaldV1ConversationDepartment = "mail"
	Marketing       DeMittwaldV1ConversationDepartment = "marketing"
	Network         DeMittwaldV1ConversationDepartment = "network"
	Security        DeMittwaldV1ConversationDepartment = "security"
	Software        DeMittwaldV1ConversationDepartment = "software"
)

Defines values for DeMittwaldV1ConversationDepartment.

type DeMittwaldV1ConversationFile

type DeMittwaldV1ConversationFile struct {
	// contains filtered or unexported fields
}

DeMittwaldV1ConversationFile defines model for de.mittwald.v1.conversation.File.

func (DeMittwaldV1ConversationFile) AsDeMittwaldV1ConversationRequestedFile

func (t DeMittwaldV1ConversationFile) AsDeMittwaldV1ConversationRequestedFile() (DeMittwaldV1ConversationRequestedFile, error)

AsDeMittwaldV1ConversationRequestedFile returns the union data inside the DeMittwaldV1ConversationFile as a DeMittwaldV1ConversationRequestedFile

func (DeMittwaldV1ConversationFile) AsDeMittwaldV1ConversationUploadedFile

func (t DeMittwaldV1ConversationFile) AsDeMittwaldV1ConversationUploadedFile() (DeMittwaldV1ConversationUploadedFile, error)

AsDeMittwaldV1ConversationUploadedFile returns the union data inside the DeMittwaldV1ConversationFile as a DeMittwaldV1ConversationUploadedFile

func (*DeMittwaldV1ConversationFile) FromDeMittwaldV1ConversationRequestedFile

func (t *DeMittwaldV1ConversationFile) FromDeMittwaldV1ConversationRequestedFile(v DeMittwaldV1ConversationRequestedFile) error

FromDeMittwaldV1ConversationRequestedFile overwrites any union data inside the DeMittwaldV1ConversationFile as the provided DeMittwaldV1ConversationRequestedFile

func (*DeMittwaldV1ConversationFile) FromDeMittwaldV1ConversationUploadedFile

func (t *DeMittwaldV1ConversationFile) FromDeMittwaldV1ConversationUploadedFile(v DeMittwaldV1ConversationUploadedFile) error

FromDeMittwaldV1ConversationUploadedFile overwrites any union data inside the DeMittwaldV1ConversationFile as the provided DeMittwaldV1ConversationUploadedFile

func (DeMittwaldV1ConversationFile) MarshalJSON

func (t DeMittwaldV1ConversationFile) MarshalJSON() ([]byte, error)

func (*DeMittwaldV1ConversationFile) MergeDeMittwaldV1ConversationRequestedFile

func (t *DeMittwaldV1ConversationFile) MergeDeMittwaldV1ConversationRequestedFile(v DeMittwaldV1ConversationRequestedFile) error

MergeDeMittwaldV1ConversationRequestedFile performs a merge with any union data inside the DeMittwaldV1ConversationFile, using the provided DeMittwaldV1ConversationRequestedFile

func (*DeMittwaldV1ConversationFile) MergeDeMittwaldV1ConversationUploadedFile

func (t *DeMittwaldV1ConversationFile) MergeDeMittwaldV1ConversationUploadedFile(v DeMittwaldV1ConversationUploadedFile) error

MergeDeMittwaldV1ConversationUploadedFile performs a merge with any union data inside the DeMittwaldV1ConversationFile, using the provided DeMittwaldV1ConversationUploadedFile

func (*DeMittwaldV1ConversationFile) UnmarshalJSON

func (t *DeMittwaldV1ConversationFile) UnmarshalJSON(b []byte) error

type DeMittwaldV1ConversationMessage

type DeMittwaldV1ConversationMessage struct {
	ConversationId openapi_types.UUID                  `json:"conversationId"`
	CreatedAt      time.Time                           `json:"createdAt"`
	CreatedBy      *DeMittwaldV1ConversationUser       `json:"createdBy,omitempty"`
	Files          *[]DeMittwaldV1ConversationFile     `json:"files,omitempty"`
	Internal       *bool                               `json:"internal,omitempty"`
	MessageContent *string                             `json:"messageContent,omitempty"`
	MessageId      openapi_types.UUID                  `json:"messageId"`
	Type           DeMittwaldV1ConversationMessageType `json:"type"`
}

DeMittwaldV1ConversationMessage defines model for de.mittwald.v1.conversation.Message.

type DeMittwaldV1ConversationMessageType

type DeMittwaldV1ConversationMessageType string

DeMittwaldV1ConversationMessageType defines model for DeMittwaldV1ConversationMessage.Type.

const (
	MESSAGE DeMittwaldV1ConversationMessageType = "MESSAGE"
)

Defines values for DeMittwaldV1ConversationMessageType.

type DeMittwaldV1ConversationRequestedFile

type DeMittwaldV1ConversationRequestedFile struct {
	Id     openapi_types.UUID                          `json:"id"`
	Status DeMittwaldV1ConversationRequestedFileStatus `json:"status"`
}

DeMittwaldV1ConversationRequestedFile defines model for de.mittwald.v1.conversation.RequestedFile.

type DeMittwaldV1ConversationRequestedFileStatus

type DeMittwaldV1ConversationRequestedFileStatus string

DeMittwaldV1ConversationRequestedFileStatus defines model for DeMittwaldV1ConversationRequestedFile.Status.

const (
	Requested DeMittwaldV1ConversationRequestedFileStatus = "requested"
)

Defines values for DeMittwaldV1ConversationRequestedFileStatus.

type DeMittwaldV1ConversationShareableAggregateReference

type DeMittwaldV1ConversationShareableAggregateReference struct {
	// contains filtered or unexported fields
}

DeMittwaldV1ConversationShareableAggregateReference defines model for de.mittwald.v1.conversation.ShareableAggregateReference.

func (DeMittwaldV1ConversationShareableAggregateReference) AsDeMittwaldV1ConversationShareableAggregateReference0

func (t DeMittwaldV1ConversationShareableAggregateReference) AsDeMittwaldV1ConversationShareableAggregateReference0() (DeMittwaldV1ConversationShareableAggregateReference0, error)

AsDeMittwaldV1ConversationShareableAggregateReference0 returns the union data inside the DeMittwaldV1ConversationShareableAggregateReference as a DeMittwaldV1ConversationShareableAggregateReference0

func (DeMittwaldV1ConversationShareableAggregateReference) AsDeMittwaldV1ConversationShareableAggregateReference1

func (t DeMittwaldV1ConversationShareableAggregateReference) AsDeMittwaldV1ConversationShareableAggregateReference1() (DeMittwaldV1ConversationShareableAggregateReference1, error)

AsDeMittwaldV1ConversationShareableAggregateReference1 returns the union data inside the DeMittwaldV1ConversationShareableAggregateReference as a DeMittwaldV1ConversationShareableAggregateReference1

func (DeMittwaldV1ConversationShareableAggregateReference) AsDeMittwaldV1ConversationShareableAggregateReference2

func (t DeMittwaldV1ConversationShareableAggregateReference) AsDeMittwaldV1ConversationShareableAggregateReference2() (DeMittwaldV1ConversationShareableAggregateReference2, error)

AsDeMittwaldV1ConversationShareableAggregateReference2 returns the union data inside the DeMittwaldV1ConversationShareableAggregateReference as a DeMittwaldV1ConversationShareableAggregateReference2

func (DeMittwaldV1ConversationShareableAggregateReference) AsDeMittwaldV1ConversationShareableAggregateReference3

func (t DeMittwaldV1ConversationShareableAggregateReference) AsDeMittwaldV1ConversationShareableAggregateReference3() (DeMittwaldV1ConversationShareableAggregateReference3, error)

AsDeMittwaldV1ConversationShareableAggregateReference3 returns the union data inside the DeMittwaldV1ConversationShareableAggregateReference as a DeMittwaldV1ConversationShareableAggregateReference3

func (*DeMittwaldV1ConversationShareableAggregateReference) FromDeMittwaldV1ConversationShareableAggregateReference0

func (t *DeMittwaldV1ConversationShareableAggregateReference) FromDeMittwaldV1ConversationShareableAggregateReference0(v DeMittwaldV1ConversationShareableAggregateReference0) error

FromDeMittwaldV1ConversationShareableAggregateReference0 overwrites any union data inside the DeMittwaldV1ConversationShareableAggregateReference as the provided DeMittwaldV1ConversationShareableAggregateReference0

func (*DeMittwaldV1ConversationShareableAggregateReference) FromDeMittwaldV1ConversationShareableAggregateReference1

func (t *DeMittwaldV1ConversationShareableAggregateReference) FromDeMittwaldV1ConversationShareableAggregateReference1(v DeMittwaldV1ConversationShareableAggregateReference1) error

FromDeMittwaldV1ConversationShareableAggregateReference1 overwrites any union data inside the DeMittwaldV1ConversationShareableAggregateReference as the provided DeMittwaldV1ConversationShareableAggregateReference1

func (*DeMittwaldV1ConversationShareableAggregateReference) FromDeMittwaldV1ConversationShareableAggregateReference2

func (t *DeMittwaldV1ConversationShareableAggregateReference) FromDeMittwaldV1ConversationShareableAggregateReference2(v DeMittwaldV1ConversationShareableAggregateReference2) error

FromDeMittwaldV1ConversationShareableAggregateReference2 overwrites any union data inside the DeMittwaldV1ConversationShareableAggregateReference as the provided DeMittwaldV1ConversationShareableAggregateReference2

func (*DeMittwaldV1ConversationShareableAggregateReference) FromDeMittwaldV1ConversationShareableAggregateReference3

func (t *DeMittwaldV1ConversationShareableAggregateReference) FromDeMittwaldV1ConversationShareableAggregateReference3(v DeMittwaldV1ConversationShareableAggregateReference3) error

FromDeMittwaldV1ConversationShareableAggregateReference3 overwrites any union data inside the DeMittwaldV1ConversationShareableAggregateReference as the provided DeMittwaldV1ConversationShareableAggregateReference3

func (DeMittwaldV1ConversationShareableAggregateReference) MarshalJSON

func (*DeMittwaldV1ConversationShareableAggregateReference) MergeDeMittwaldV1ConversationShareableAggregateReference0

func (t *DeMittwaldV1ConversationShareableAggregateReference) MergeDeMittwaldV1ConversationShareableAggregateReference0(v DeMittwaldV1ConversationShareableAggregateReference0) error

MergeDeMittwaldV1ConversationShareableAggregateReference0 performs a merge with any union data inside the DeMittwaldV1ConversationShareableAggregateReference, using the provided DeMittwaldV1ConversationShareableAggregateReference0

func (*DeMittwaldV1ConversationShareableAggregateReference) MergeDeMittwaldV1ConversationShareableAggregateReference1

func (t *DeMittwaldV1ConversationShareableAggregateReference) MergeDeMittwaldV1ConversationShareableAggregateReference1(v DeMittwaldV1ConversationShareableAggregateReference1) error

MergeDeMittwaldV1ConversationShareableAggregateReference1 performs a merge with any union data inside the DeMittwaldV1ConversationShareableAggregateReference, using the provided DeMittwaldV1ConversationShareableAggregateReference1

func (*DeMittwaldV1ConversationShareableAggregateReference) MergeDeMittwaldV1ConversationShareableAggregateReference2

func (t *DeMittwaldV1ConversationShareableAggregateReference) MergeDeMittwaldV1ConversationShareableAggregateReference2(v DeMittwaldV1ConversationShareableAggregateReference2) error

MergeDeMittwaldV1ConversationShareableAggregateReference2 performs a merge with any union data inside the DeMittwaldV1ConversationShareableAggregateReference, using the provided DeMittwaldV1ConversationShareableAggregateReference2

func (*DeMittwaldV1ConversationShareableAggregateReference) MergeDeMittwaldV1ConversationShareableAggregateReference3

func (t *DeMittwaldV1ConversationShareableAggregateReference) MergeDeMittwaldV1ConversationShareableAggregateReference3(v DeMittwaldV1ConversationShareableAggregateReference3) error

MergeDeMittwaldV1ConversationShareableAggregateReference3 performs a merge with any union data inside the DeMittwaldV1ConversationShareableAggregateReference, using the provided DeMittwaldV1ConversationShareableAggregateReference3

func (*DeMittwaldV1ConversationShareableAggregateReference) UnmarshalJSON

type DeMittwaldV1ConversationShareableAggregateReference0

type DeMittwaldV1ConversationShareableAggregateReference0 struct {
	Aggregate DeMittwaldV1ConversationShareableAggregateReference0Aggregate `json:"aggregate"`
	Domain    DeMittwaldV1ConversationShareableAggregateReference0Domain    `json:"domain"`
	Id        string                                                        `json:"id"`
}

DeMittwaldV1ConversationShareableAggregateReference0 defines model for .

type DeMittwaldV1ConversationShareableAggregateReference0Aggregate

type DeMittwaldV1ConversationShareableAggregateReference0Aggregate string

type DeMittwaldV1ConversationShareableAggregateReference0Domain

type DeMittwaldV1ConversationShareableAggregateReference0Domain string

type DeMittwaldV1ConversationShareableAggregateReference1

type DeMittwaldV1ConversationShareableAggregateReference1 struct {
	Aggregate DeMittwaldV1ConversationShareableAggregateReference1Aggregate `json:"aggregate"`
	Domain    DeMittwaldV1ConversationShareableAggregateReference1Domain    `json:"domain"`
	Id        string                                                        `json:"id"`
}

DeMittwaldV1ConversationShareableAggregateReference1 defines model for .

type DeMittwaldV1ConversationShareableAggregateReference1Aggregate

type DeMittwaldV1ConversationShareableAggregateReference1Aggregate string

type DeMittwaldV1ConversationShareableAggregateReference1Domain

type DeMittwaldV1ConversationShareableAggregateReference1Domain string

type DeMittwaldV1ConversationShareableAggregateReference2

type DeMittwaldV1ConversationShareableAggregateReference2 struct {
	Aggregate DeMittwaldV1ConversationShareableAggregateReference2Aggregate `json:"aggregate"`
	Domain    DeMittwaldV1ConversationShareableAggregateReference2Domain    `json:"domain"`
	Id        string                                                        `json:"id"`
}

DeMittwaldV1ConversationShareableAggregateReference2 defines model for .

type DeMittwaldV1ConversationShareableAggregateReference2Aggregate

type DeMittwaldV1ConversationShareableAggregateReference2Aggregate string

type DeMittwaldV1ConversationShareableAggregateReference2Domain

type DeMittwaldV1ConversationShareableAggregateReference2Domain string

type DeMittwaldV1ConversationShareableAggregateReference3

type DeMittwaldV1ConversationShareableAggregateReference3 struct {
	Aggregate DeMittwaldV1ConversationShareableAggregateReference3Aggregate `json:"aggregate"`
	Domain    DeMittwaldV1ConversationShareableAggregateReference3Domain    `json:"domain"`
	Id        string                                                        `json:"id"`
}

DeMittwaldV1ConversationShareableAggregateReference3 defines model for .

type DeMittwaldV1ConversationShareableAggregateReference3Aggregate

type DeMittwaldV1ConversationShareableAggregateReference3Aggregate string

type DeMittwaldV1ConversationShareableAggregateReference3Domain

type DeMittwaldV1ConversationShareableAggregateReference3Domain string

type DeMittwaldV1ConversationStatusUpdate

type DeMittwaldV1ConversationStatusUpdate struct {
	ConversationId string `json:"conversationId"`
	CreatedAt      string `json:"createdAt"`
	Internal       *bool  `json:"internal,omitempty"`
	MessageContent string `json:"messageContent"`
	Meta           *struct {
		User *DeMittwaldV1ConversationUser `json:"user,omitempty"`
	} `json:"meta,omitempty"`
	Type DeMittwaldV1ConversationStatusUpdateType `json:"type"`
}

DeMittwaldV1ConversationStatusUpdate defines model for de.mittwald.v1.conversation.StatusUpdate.

type DeMittwaldV1ConversationStatusUpdateType

type DeMittwaldV1ConversationStatusUpdateType string

DeMittwaldV1ConversationStatusUpdateType defines model for DeMittwaldV1ConversationStatusUpdate.Type.

const (
	STATUSUPDATE DeMittwaldV1ConversationStatusUpdateType = "STATUS_UPDATE"
)

Defines values for DeMittwaldV1ConversationStatusUpdateType.

type DeMittwaldV1ConversationUploadedFile

type DeMittwaldV1ConversationUploadedFile struct {
	Id     openapi_types.UUID                         `json:"id"`
	Name   string                                     `json:"name"`
	Status DeMittwaldV1ConversationUploadedFileStatus `json:"status"`
	Type   string                                     `json:"type"`
}

DeMittwaldV1ConversationUploadedFile defines model for de.mittwald.v1.conversation.UploadedFile.

type DeMittwaldV1ConversationUploadedFileStatus

type DeMittwaldV1ConversationUploadedFileStatus string

DeMittwaldV1ConversationUploadedFileStatus defines model for DeMittwaldV1ConversationUploadedFile.Status.

const (
	Uploaded DeMittwaldV1ConversationUploadedFileStatus = "uploaded"
)

Defines values for DeMittwaldV1ConversationUploadedFileStatus.

type DeMittwaldV1ConversationUser

type DeMittwaldV1ConversationUser struct {
	Active      *bool                               `json:"active,omitempty"`
	AvatarRefId *string                             `json:"avatarRefId,omitempty"`
	ClearName   *string                             `json:"clearName,omitempty"`
	Department  *DeMittwaldV1ConversationDepartment `json:"department,omitempty"`
	UserId      string                              `json:"userId"`
}

DeMittwaldV1ConversationUser defines model for de.mittwald.v1.conversation.User.

type DeMittwaldV1CronjobCronjob

type DeMittwaldV1CronjobCronjob struct {
	Active            bool                                   `json:"active"`
	AppId             openapi_types.UUID                     `json:"appId"`
	CreatedAt         time.Time                              `json:"createdAt"`
	Description       string                                 `json:"description"`
	Destination       DeMittwaldV1CronjobCronjob_Destination `json:"destination"`
	Email             *openapi_types.Email                   `json:"email,omitempty"`
	Id                openapi_types.UUID                     `json:"id"`
	Interval          string                                 `json:"interval"`
	LatestExecution   *DeMittwaldV1CronjobCronjobExecution   `json:"latestExecution,omitempty"`
	NextExecutionTime *time.Time                             `json:"nextExecutionTime,omitempty"`
	ProjectId         *openapi_types.UUID                    `json:"projectId,omitempty"`
	ShortId           string                                 `json:"shortId"`
	Timeout           float32                                `json:"timeout"`
	UpdatedAt         time.Time                              `json:"updatedAt"`
}

DeMittwaldV1CronjobCronjob defines model for de.mittwald.v1.cronjob.Cronjob.

type DeMittwaldV1CronjobCronjobCommand

type DeMittwaldV1CronjobCronjobCommand struct {
	Interpreter string  `json:"interpreter"`
	Parameters  *string `json:"parameters,omitempty"`
	Path        string  `json:"path"`
}

DeMittwaldV1CronjobCronjobCommand defines model for de.mittwald.v1.cronjob.CronjobCommand.

type DeMittwaldV1CronjobCronjobExecution

type DeMittwaldV1CronjobCronjobExecution struct {
	AbortedBy *struct {
		Id *openapi_types.UUID `json:"id,omitempty"`
	} `json:"abortedBy,omitempty"`
	DurationInMilliseconds *int64     `json:"durationInMilliseconds,omitempty"`
	End                    *time.Time `json:"end,omitempty"`
	// Deprecated:
	ExecutionEnd *time.Time `json:"executionEnd,omitempty"`
	// Deprecated:
	ExecutionStart *time.Time                                `json:"executionStart,omitempty"`
	Id             string                                    `json:"id"`
	LogPath        *string                                   `json:"logPath,omitempty"`
	Start          *time.Time                                `json:"start,omitempty"`
	Status         DeMittwaldV1CronjobCronjobExecutionStatus `json:"status"`
	Successful     bool                                      `json:"successful"`
	TriggeredBy    *struct {
		Id *openapi_types.UUID `json:"id,omitempty"`
	} `json:"triggeredBy,omitempty"`
}

DeMittwaldV1CronjobCronjobExecution defines model for de.mittwald.v1.cronjob.CronjobExecution.

type DeMittwaldV1CronjobCronjobExecutionStatus

type DeMittwaldV1CronjobCronjobExecutionStatus string

DeMittwaldV1CronjobCronjobExecutionStatus defines model for DeMittwaldV1CronjobCronjobExecution.Status.

const (
	DeMittwaldV1CronjobCronjobExecutionStatusAbortedBySystem DeMittwaldV1CronjobCronjobExecutionStatus = "AbortedBySystem"
	DeMittwaldV1CronjobCronjobExecutionStatusAbortedByUser   DeMittwaldV1CronjobCronjobExecutionStatus = "AbortedByUser"
	DeMittwaldV1CronjobCronjobExecutionStatusComplete        DeMittwaldV1CronjobCronjobExecutionStatus = "Complete"
	DeMittwaldV1CronjobCronjobExecutionStatusFailed          DeMittwaldV1CronjobCronjobExecutionStatus = "Failed"
	DeMittwaldV1CronjobCronjobExecutionStatusPending         DeMittwaldV1CronjobCronjobExecutionStatus = "Pending"
	DeMittwaldV1CronjobCronjobExecutionStatusRunning         DeMittwaldV1CronjobCronjobExecutionStatus = "Running"
	DeMittwaldV1CronjobCronjobExecutionStatusTimedOut        DeMittwaldV1CronjobCronjobExecutionStatus = "TimedOut"
)

Defines values for DeMittwaldV1CronjobCronjobExecutionStatus.

type DeMittwaldV1CronjobCronjobRequest

type DeMittwaldV1CronjobCronjobRequest struct {
	Active      bool                                          `json:"active"`
	AppId       openapi_types.UUID                            `json:"appId"`
	Description string                                        `json:"description"`
	Destination DeMittwaldV1CronjobCronjobRequest_Destination `json:"destination"`
	Email       *openapi_types.Email                          `json:"email,omitempty"`
	Interval    string                                        `json:"interval"`
	Timeout     float32                                       `json:"timeout"`
}

DeMittwaldV1CronjobCronjobRequest defines model for de.mittwald.v1.cronjob.CronjobRequest.

type DeMittwaldV1CronjobCronjobRequest_Destination

type DeMittwaldV1CronjobCronjobRequest_Destination struct {
	// contains filtered or unexported fields
}

DeMittwaldV1CronjobCronjobRequest_Destination defines model for DeMittwaldV1CronjobCronjobRequest.Destination.

func (DeMittwaldV1CronjobCronjobRequest_Destination) AsDeMittwaldV1CronjobCronjobCommand

AsDeMittwaldV1CronjobCronjobCommand returns the union data inside the DeMittwaldV1CronjobCronjobRequest_Destination as a DeMittwaldV1CronjobCronjobCommand

func (DeMittwaldV1CronjobCronjobRequest_Destination) AsDeMittwaldV1CronjobCronjobUrl

AsDeMittwaldV1CronjobCronjobUrl returns the union data inside the DeMittwaldV1CronjobCronjobRequest_Destination as a DeMittwaldV1CronjobCronjobUrl

func (*DeMittwaldV1CronjobCronjobRequest_Destination) FromDeMittwaldV1CronjobCronjobCommand

FromDeMittwaldV1CronjobCronjobCommand overwrites any union data inside the DeMittwaldV1CronjobCronjobRequest_Destination as the provided DeMittwaldV1CronjobCronjobCommand

func (*DeMittwaldV1CronjobCronjobRequest_Destination) FromDeMittwaldV1CronjobCronjobUrl

FromDeMittwaldV1CronjobCronjobUrl overwrites any union data inside the DeMittwaldV1CronjobCronjobRequest_Destination as the provided DeMittwaldV1CronjobCronjobUrl

func (DeMittwaldV1CronjobCronjobRequest_Destination) MarshalJSON

func (*DeMittwaldV1CronjobCronjobRequest_Destination) MergeDeMittwaldV1CronjobCronjobCommand

func (t *DeMittwaldV1CronjobCronjobRequest_Destination) MergeDeMittwaldV1CronjobCronjobCommand(v DeMittwaldV1CronjobCronjobCommand) error

MergeDeMittwaldV1CronjobCronjobCommand performs a merge with any union data inside the DeMittwaldV1CronjobCronjobRequest_Destination, using the provided DeMittwaldV1CronjobCronjobCommand

func (*DeMittwaldV1CronjobCronjobRequest_Destination) MergeDeMittwaldV1CronjobCronjobUrl

MergeDeMittwaldV1CronjobCronjobUrl performs a merge with any union data inside the DeMittwaldV1CronjobCronjobRequest_Destination, using the provided DeMittwaldV1CronjobCronjobUrl

func (*DeMittwaldV1CronjobCronjobRequest_Destination) UnmarshalJSON

type DeMittwaldV1CronjobCronjobUrl

type DeMittwaldV1CronjobCronjobUrl struct {
	Url string `json:"url"`
}

DeMittwaldV1CronjobCronjobUrl defines model for de.mittwald.v1.cronjob.CronjobUrl.

type DeMittwaldV1CronjobCronjob_Destination

type DeMittwaldV1CronjobCronjob_Destination struct {
	// contains filtered or unexported fields
}

DeMittwaldV1CronjobCronjob_Destination defines model for DeMittwaldV1CronjobCronjob.Destination.

func (DeMittwaldV1CronjobCronjob_Destination) AsDeMittwaldV1CronjobCronjobCommand

func (t DeMittwaldV1CronjobCronjob_Destination) AsDeMittwaldV1CronjobCronjobCommand() (DeMittwaldV1CronjobCronjobCommand, error)

AsDeMittwaldV1CronjobCronjobCommand returns the union data inside the DeMittwaldV1CronjobCronjob_Destination as a DeMittwaldV1CronjobCronjobCommand

func (DeMittwaldV1CronjobCronjob_Destination) AsDeMittwaldV1CronjobCronjobUrl

func (t DeMittwaldV1CronjobCronjob_Destination) AsDeMittwaldV1CronjobCronjobUrl() (DeMittwaldV1CronjobCronjobUrl, error)

AsDeMittwaldV1CronjobCronjobUrl returns the union data inside the DeMittwaldV1CronjobCronjob_Destination as a DeMittwaldV1CronjobCronjobUrl

func (*DeMittwaldV1CronjobCronjob_Destination) FromDeMittwaldV1CronjobCronjobCommand

func (t *DeMittwaldV1CronjobCronjob_Destination) FromDeMittwaldV1CronjobCronjobCommand(v DeMittwaldV1CronjobCronjobCommand) error

FromDeMittwaldV1CronjobCronjobCommand overwrites any union data inside the DeMittwaldV1CronjobCronjob_Destination as the provided DeMittwaldV1CronjobCronjobCommand

func (*DeMittwaldV1CronjobCronjob_Destination) FromDeMittwaldV1CronjobCronjobUrl

func (t *DeMittwaldV1CronjobCronjob_Destination) FromDeMittwaldV1CronjobCronjobUrl(v DeMittwaldV1CronjobCronjobUrl) error

FromDeMittwaldV1CronjobCronjobUrl overwrites any union data inside the DeMittwaldV1CronjobCronjob_Destination as the provided DeMittwaldV1CronjobCronjobUrl

func (DeMittwaldV1CronjobCronjob_Destination) MarshalJSON

func (t DeMittwaldV1CronjobCronjob_Destination) MarshalJSON() ([]byte, error)

func (*DeMittwaldV1CronjobCronjob_Destination) MergeDeMittwaldV1CronjobCronjobCommand

func (t *DeMittwaldV1CronjobCronjob_Destination) MergeDeMittwaldV1CronjobCronjobCommand(v DeMittwaldV1CronjobCronjobCommand) error

MergeDeMittwaldV1CronjobCronjobCommand performs a merge with any union data inside the DeMittwaldV1CronjobCronjob_Destination, using the provided DeMittwaldV1CronjobCronjobCommand

func (*DeMittwaldV1CronjobCronjob_Destination) MergeDeMittwaldV1CronjobCronjobUrl

func (t *DeMittwaldV1CronjobCronjob_Destination) MergeDeMittwaldV1CronjobCronjobUrl(v DeMittwaldV1CronjobCronjobUrl) error

MergeDeMittwaldV1CronjobCronjobUrl performs a merge with any union data inside the DeMittwaldV1CronjobCronjob_Destination, using the provided DeMittwaldV1CronjobCronjobUrl

func (*DeMittwaldV1CronjobCronjob_Destination) UnmarshalJSON

func (t *DeMittwaldV1CronjobCronjob_Destination) UnmarshalJSON(b []byte) error

type DeMittwaldV1CustomerCategory

type DeMittwaldV1CustomerCategory struct {
	Id                    string `json:"id"`
	IsPublic              bool   `json:"isPublic"`
	Name                  string `json:"name"`
	UseAgencyDomainPrices bool   `json:"useAgencyDomainPrices"`
	UseAgencySslPrices    bool   `json:"useAgencySslPrices"`
}

DeMittwaldV1CustomerCategory defines model for de.mittwald.v1.customer.Category.

type DeMittwaldV1CustomerContact

type DeMittwaldV1CustomerContact struct {
	Address       DeMittwaldV1CommonsAddress    `json:"address"`
	Company       *string                       `json:"company,omitempty"`
	EmailAddress  *openapi_types.Email          `json:"emailAddress,omitempty"`
	FirstName     *string                       `json:"firstName,omitempty"`
	LastName      *string                       `json:"lastName,omitempty"`
	PhoneNumbers  *[]string                     `json:"phoneNumbers,omitempty"`
	Salutation    DeMittwaldV1CommonsSalutation `json:"salutation"`
	Title         *string                       `json:"title,omitempty"`
	UseFormalTerm *bool                         `json:"useFormalTerm,omitempty"`
}

DeMittwaldV1CustomerContact defines model for de.mittwald.v1.customer.Contact.

type DeMittwaldV1CustomerCustomer

type DeMittwaldV1CustomerCustomer struct {
	ActiveSuspension *struct {
		CreatedAt time.Time `json:"createdAt"`
	} `json:"activeSuspension,omitempty"`
	AvatarRefId          *string                                           `json:"avatarRefId,omitempty"`
	CategoryId           *string                                           `json:"categoryId,omitempty"`
	CreationDate         time.Time                                         `json:"creationDate"`
	CustomerId           string                                            `json:"customerId"`
	CustomerNumber       string                                            `json:"customerNumber"`
	ExecutingUserRoles   *[]DeMittwaldV1CustomerRole                       `json:"executingUserRoles,omitempty"`
	IsBanned             *bool                                             `json:"isBanned,omitempty"`
	IsInDefaultOfPayment *bool                                             `json:"isInDefaultOfPayment,omitempty"`
	MemberCount          int                                               `json:"memberCount"`
	Name                 string                                            `json:"name"`
	Owner                *DeMittwaldV1CustomerContact                      `json:"owner,omitempty"`
	ProjectCount         int                                               `json:"projectCount"`
	VatId                *string                                           `json:"vatId,omitempty"`
	VatIdValidationState *DeMittwaldV1CustomerCustomerVatIdValidationState `json:"vatIdValidationState,omitempty"`
}

DeMittwaldV1CustomerCustomer defines model for de.mittwald.v1.customer.Customer.

type DeMittwaldV1CustomerCustomerVatIdValidationState

type DeMittwaldV1CustomerCustomerVatIdValidationState string

DeMittwaldV1CustomerCustomerVatIdValidationState defines model for DeMittwaldV1CustomerCustomer.VatIdValidationState.

const (
	DeMittwaldV1CustomerCustomerVatIdValidationStateInvalid     DeMittwaldV1CustomerCustomerVatIdValidationState = "invalid"
	DeMittwaldV1CustomerCustomerVatIdValidationStatePending     DeMittwaldV1CustomerCustomerVatIdValidationState = "pending"
	DeMittwaldV1CustomerCustomerVatIdValidationStateUnspecified DeMittwaldV1CustomerCustomerVatIdValidationState = "unspecified"
	DeMittwaldV1CustomerCustomerVatIdValidationStateValid       DeMittwaldV1CustomerCustomerVatIdValidationState = "valid"
)

Defines values for DeMittwaldV1CustomerCustomerVatIdValidationState.

type DeMittwaldV1CustomerGenericResponse

type DeMittwaldV1CustomerGenericResponse = map[string]interface{}

DeMittwaldV1CustomerGenericResponse defines model for de.mittwald.v1.customer.GenericResponse.

type DeMittwaldV1CustomerRole

type DeMittwaldV1CustomerRole string

DeMittwaldV1CustomerRole the role within a customer

const (
	DeMittwaldV1CustomerRoleAccountant DeMittwaldV1CustomerRole = "accountant"
	DeMittwaldV1CustomerRoleMember     DeMittwaldV1CustomerRole = "member"
	DeMittwaldV1CustomerRoleOwner      DeMittwaldV1CustomerRole = "owner"
)

Defines values for DeMittwaldV1CustomerRole.

type DeMittwaldV1DatabaseCharacterSettings

type DeMittwaldV1DatabaseCharacterSettings struct {
	CharacterSet string `json:"characterSet"`
	Collation    string `json:"collation"`
}

DeMittwaldV1DatabaseCharacterSettings defines model for de.mittwald.v1.database.characterSettings.

type DeMittwaldV1DatabaseCreateMySqlDatabase

type DeMittwaldV1DatabaseCreateMySqlDatabase struct {
	CharacterSettings *DeMittwaldV1DatabaseCharacterSettings `json:"characterSettings,omitempty"`
	Description       string                                 `json:"description"`
	ProjectId         openapi_types.UUID                     `json:"projectId"`
	Version           string                                 `json:"version"`
}

DeMittwaldV1DatabaseCreateMySqlDatabase defines model for de.mittwald.v1.database.CreateMySqlDatabase.

type DeMittwaldV1DatabaseCreateMySqlUser

type DeMittwaldV1DatabaseCreateMySqlUser struct {
	AccessIpMask   *string                                        `json:"accessIpMask,omitempty"`
	AccessLevel    DeMittwaldV1DatabaseCreateMySqlUserAccessLevel `json:"accessLevel"`
	DatabaseId     openapi_types.UUID                             `json:"databaseId"`
	Description    string                                         `json:"description"`
	ExternalAccess *bool                                          `json:"externalAccess,omitempty"`
	Password       string                                         `json:"password"`
}

DeMittwaldV1DatabaseCreateMySqlUser defines model for de.mittwald.v1.database.CreateMySqlUser.

type DeMittwaldV1DatabaseCreateMySqlUserAccessLevel

type DeMittwaldV1DatabaseCreateMySqlUserAccessLevel string

DeMittwaldV1DatabaseCreateMySqlUserAccessLevel defines model for DeMittwaldV1DatabaseCreateMySqlUser.AccessLevel.

const (
	DeMittwaldV1DatabaseCreateMySqlUserAccessLevelFull     DeMittwaldV1DatabaseCreateMySqlUserAccessLevel = "full"
	DeMittwaldV1DatabaseCreateMySqlUserAccessLevelReadonly DeMittwaldV1DatabaseCreateMySqlUserAccessLevel = "readonly"
)

Defines values for DeMittwaldV1DatabaseCreateMySqlUserAccessLevel.

type DeMittwaldV1DatabaseCreateMySqlUserWithDatabase

type DeMittwaldV1DatabaseCreateMySqlUserWithDatabase struct {
	AccessIpMask   *string                                                    `json:"accessIpMask,omitempty"`
	AccessLevel    DeMittwaldV1DatabaseCreateMySqlUserWithDatabaseAccessLevel `json:"accessLevel"`
	ExternalAccess *bool                                                      `json:"externalAccess,omitempty"`
	Password       string                                                     `json:"password"`
}

DeMittwaldV1DatabaseCreateMySqlUserWithDatabase defines model for de.mittwald.v1.database.CreateMySqlUserWithDatabase.

type DeMittwaldV1DatabaseCreateMySqlUserWithDatabaseAccessLevel

type DeMittwaldV1DatabaseCreateMySqlUserWithDatabaseAccessLevel string

DeMittwaldV1DatabaseCreateMySqlUserWithDatabaseAccessLevel defines model for DeMittwaldV1DatabaseCreateMySqlUserWithDatabase.AccessLevel.

const (
	DeMittwaldV1DatabaseCreateMySqlUserWithDatabaseAccessLevelFull     DeMittwaldV1DatabaseCreateMySqlUserWithDatabaseAccessLevel = "full"
	DeMittwaldV1DatabaseCreateMySqlUserWithDatabaseAccessLevelReadonly DeMittwaldV1DatabaseCreateMySqlUserWithDatabaseAccessLevel = "readonly"
)

Defines values for DeMittwaldV1DatabaseCreateMySqlUserWithDatabaseAccessLevel.

type DeMittwaldV1DatabaseMySqlCharacterSettings

type DeMittwaldV1DatabaseMySqlCharacterSettings struct {
	Collations []string `json:"collations"`
	Name       string   `json:"name"`
	VersionId  string   `json:"versionId"`
}

DeMittwaldV1DatabaseMySqlCharacterSettings defines model for de.mittwald.v1.database.MySqlCharacterSettings.

type DeMittwaldV1DatabaseMySqlDatabase

type DeMittwaldV1DatabaseMySqlDatabase struct {
	CharacterSettings        DeMittwaldV1DatabaseCharacterSettings `json:"characterSettings"`
	CreatedAt                time.Time                             `json:"createdAt"`
	Description              string                                `json:"description"`
	Finalizers               *[]string                             `json:"finalizers,omitempty"`
	Hostname                 string                                `json:"hostname"`
	Id                       openapi_types.UUID                    `json:"id"`
	IsReady                  bool                                  `json:"isReady"`
	IsShared                 bool                                  `json:"isShared"`
	Name                     string                                `json:"name"`
	ProjectId                openapi_types.UUID                    `json:"projectId"`
	StorageUsageInBytes      int                                   `json:"storageUsageInBytes"`
	StorageUsageInBytesSetAt time.Time                             `json:"storageUsageInBytesSetAt"`
	UpdatedAt                time.Time                             `json:"updatedAt"`
	Version                  string                                `json:"version"`
}

DeMittwaldV1DatabaseMySqlDatabase defines model for de.mittwald.v1.database.MySqlDatabase.

type DeMittwaldV1DatabaseMySqlUser

type DeMittwaldV1DatabaseMySqlUser struct {
	AccessIpMask      *string                                  `json:"accessIpMask,omitempty"`
	AccessLevel       DeMittwaldV1DatabaseMySqlUserAccessLevel `json:"accessLevel"`
	CreatedAt         time.Time                                `json:"createdAt"`
	DatabaseId        openapi_types.UUID                       `json:"databaseId"`
	Description       *string                                  `json:"description,omitempty"`
	Disabled          bool                                     `json:"disabled"`
	ExternalAccess    bool                                     `json:"externalAccess"`
	Id                openapi_types.UUID                       `json:"id"`
	MainUser          bool                                     `json:"mainUser"`
	Name              string                                   `json:"name"`
	PasswordUpdatedAt time.Time                                `json:"passwordUpdatedAt"`
	UpdatedAt         time.Time                                `json:"updatedAt"`
}

DeMittwaldV1DatabaseMySqlUser defines model for de.mittwald.v1.database.MySqlUser.

type DeMittwaldV1DatabaseMySqlUserAccessLevel

type DeMittwaldV1DatabaseMySqlUserAccessLevel string

DeMittwaldV1DatabaseMySqlUserAccessLevel defines model for DeMittwaldV1DatabaseMySqlUser.AccessLevel.

const (
	DeMittwaldV1DatabaseMySqlUserAccessLevelFull     DeMittwaldV1DatabaseMySqlUserAccessLevel = "full"
	DeMittwaldV1DatabaseMySqlUserAccessLevelReadonly DeMittwaldV1DatabaseMySqlUserAccessLevel = "readonly"
)

Defines values for DeMittwaldV1DatabaseMySqlUserAccessLevel.

type DeMittwaldV1DatabaseMySqlVersion

type DeMittwaldV1DatabaseMySqlVersion struct {
	Disabled bool   `json:"disabled"`
	Id       string `json:"id"`
	Name     string `json:"name"`
	Number   string `json:"number"`
}

DeMittwaldV1DatabaseMySqlVersion defines model for de.mittwald.v1.database.MySqlVersion.

type DeMittwaldV1DatabasePhpMyAdminURL

type DeMittwaldV1DatabasePhpMyAdminURL struct {
	Url string `json:"url"`
}

DeMittwaldV1DatabasePhpMyAdminURL defines model for de.mittwald.v1.database.PhpMyAdminURL.

type DeMittwaldV1DatabaseRedisDatabase

type DeMittwaldV1DatabaseRedisDatabase struct {
	// Configuration The configuration for a RedisDatabase.
	Configuration            *DeMittwaldV1DatabaseRedisDatabaseConfiguration `json:"configuration,omitempty"`
	CreatedAt                time.Time                                       `json:"createdAt"`
	Description              string                                          `json:"description"`
	Finalizers               *[]string                                       `json:"finalizers,omitempty"`
	Hostname                 string                                          `json:"hostname"`
	Id                       openapi_types.UUID                              `json:"id"`
	Name                     string                                          `json:"name"`
	Port                     int                                             `json:"port"`
	ProjectId                openapi_types.UUID                              `json:"projectId"`
	StorageUsageInBytes      int                                             `json:"storageUsageInBytes"`
	StorageUsageInBytesSetAt time.Time                                       `json:"storageUsageInBytesSetAt"`
	UpdatedAt                time.Time                                       `json:"updatedAt"`
	Version                  string                                          `json:"version"`
}

DeMittwaldV1DatabaseRedisDatabase defines model for de.mittwald.v1.database.RedisDatabase.

type DeMittwaldV1DatabaseRedisDatabaseConfiguration

type DeMittwaldV1DatabaseRedisDatabaseConfiguration struct {
	// AdditionalFlags Additional flags passed to the database.
	AdditionalFlags *[]string `json:"additionalFlags,omitempty"`

	// MaxMemory The database's maximum memory. This may be a number, optionally suffixed by one of the IEC binary suffixes `Ki`, `Mi` or `Gi`.
	MaxMemory *string `json:"maxMemory,omitempty"`

	// MaxMemoryPolicy The database's key eviction policy. See the [Redis documentation on key evictions](https://redis.io/docs/reference/eviction/) for more information.
	MaxMemoryPolicy *string `json:"maxMemoryPolicy,omitempty"`

	// Persistent Persistent status of the database.
	Persistent *bool `json:"persistent,omitempty"`
}

DeMittwaldV1DatabaseRedisDatabaseConfiguration The configuration for a RedisDatabase.

type DeMittwaldV1DatabaseRedisVersion

type DeMittwaldV1DatabaseRedisVersion struct {
	Disabled bool   `json:"disabled"`
	Id       string `json:"id"`
	Name     string `json:"name"`
	Number   string `json:"number"`
}

DeMittwaldV1DatabaseRedisVersion defines model for de.mittwald.v1.database.RedisVersion.

type DeMittwaldV1DirectusDomain

type DeMittwaldV1DirectusDomain struct {
	// AuthCode The authcode of the domain. Leave empty when mittwald can generate a authcode on its own
	AuthCode *string `json:"authCode,omitempty"`

	// DomainOwnerData Leave empty when mittwald should keep the same domain owner
	DomainOwnerData *string `json:"domainOwnerData,omitempty"`
	Name            string  `json:"name"`
}

DeMittwaldV1DirectusDomain defines model for de.mittwald.v1.directus.Domain.

type DeMittwaldV1DnsCombinedACustom

type DeMittwaldV1DnsCombinedACustom struct {
	A        []DeMittwaldV1DnsCombinedAManagedARecord    `json:"a"`
	Aaaa     []DeMittwaldV1DnsCombinedAManagedAAAARecord `json:"aaaa"`
	Settings DeMittwaldV1DnsRecordSettings               `json:"settings"`
}

DeMittwaldV1DnsCombinedACustom defines model for de.mittwald.v1.dns.CombinedACustom.

type DeMittwaldV1DnsCombinedAManaged

type DeMittwaldV1DnsCombinedAManaged struct {
	ManagedBy DeMittwaldV1DnsCombinedAManaged_ManagedBy `json:"managedBy"`
}

DeMittwaldV1DnsCombinedAManaged defines model for de.mittwald.v1.dns.CombinedAManaged.

type DeMittwaldV1DnsCombinedAManagedAAAARecord

type DeMittwaldV1DnsCombinedAManagedAAAARecord = string

DeMittwaldV1DnsCombinedAManagedAAAARecord defines model for de.mittwald.v1.dns.CombinedAManagedAAAARecord.

type DeMittwaldV1DnsCombinedAManagedARecord

type DeMittwaldV1DnsCombinedAManagedARecord = string

DeMittwaldV1DnsCombinedAManagedARecord defines model for de.mittwald.v1.dns.CombinedAManagedARecord.

type DeMittwaldV1DnsCombinedAManagedManagedBy0

type DeMittwaldV1DnsCombinedAManagedManagedBy0 struct {
	IngressId openapi_types.UUID `json:"ingressId"`
}

DeMittwaldV1DnsCombinedAManagedManagedBy0 defines model for .

type DeMittwaldV1DnsCombinedAManaged_ManagedBy

type DeMittwaldV1DnsCombinedAManaged_ManagedBy struct {
	// contains filtered or unexported fields
}

DeMittwaldV1DnsCombinedAManaged_ManagedBy defines model for DeMittwaldV1DnsCombinedAManaged.ManagedBy.

func (DeMittwaldV1DnsCombinedAManaged_ManagedBy) AsDeMittwaldV1DnsCombinedAManagedManagedBy0

func (t DeMittwaldV1DnsCombinedAManaged_ManagedBy) AsDeMittwaldV1DnsCombinedAManagedManagedBy0() (DeMittwaldV1DnsCombinedAManagedManagedBy0, error)

AsDeMittwaldV1DnsCombinedAManagedManagedBy0 returns the union data inside the DeMittwaldV1DnsCombinedAManaged_ManagedBy as a DeMittwaldV1DnsCombinedAManagedManagedBy0

func (*DeMittwaldV1DnsCombinedAManaged_ManagedBy) FromDeMittwaldV1DnsCombinedAManagedManagedBy0

func (t *DeMittwaldV1DnsCombinedAManaged_ManagedBy) FromDeMittwaldV1DnsCombinedAManagedManagedBy0(v DeMittwaldV1DnsCombinedAManagedManagedBy0) error

FromDeMittwaldV1DnsCombinedAManagedManagedBy0 overwrites any union data inside the DeMittwaldV1DnsCombinedAManaged_ManagedBy as the provided DeMittwaldV1DnsCombinedAManagedManagedBy0

func (DeMittwaldV1DnsCombinedAManaged_ManagedBy) MarshalJSON

func (*DeMittwaldV1DnsCombinedAManaged_ManagedBy) MergeDeMittwaldV1DnsCombinedAManagedManagedBy0

func (t *DeMittwaldV1DnsCombinedAManaged_ManagedBy) MergeDeMittwaldV1DnsCombinedAManagedManagedBy0(v DeMittwaldV1DnsCombinedAManagedManagedBy0) error

MergeDeMittwaldV1DnsCombinedAManagedManagedBy0 performs a merge with any union data inside the DeMittwaldV1DnsCombinedAManaged_ManagedBy, using the provided DeMittwaldV1DnsCombinedAManagedManagedBy0

func (*DeMittwaldV1DnsCombinedAManaged_ManagedBy) UnmarshalJSON

type DeMittwaldV1DnsRecordCNAME

type DeMittwaldV1DnsRecordCNAME struct {
	// contains filtered or unexported fields
}

DeMittwaldV1DnsRecordCNAME defines model for de.mittwald.v1.dns.RecordCNAME.

func (DeMittwaldV1DnsRecordCNAME) AsDeMittwaldV1DnsRecordCNAMEComponent

func (t DeMittwaldV1DnsRecordCNAME) AsDeMittwaldV1DnsRecordCNAMEComponent() (DeMittwaldV1DnsRecordCNAMEComponent, error)

AsDeMittwaldV1DnsRecordCNAMEComponent returns the union data inside the DeMittwaldV1DnsRecordCNAME as a DeMittwaldV1DnsRecordCNAMEComponent

func (DeMittwaldV1DnsRecordCNAME) AsDeMittwaldV1DnsRecordUnset

func (t DeMittwaldV1DnsRecordCNAME) AsDeMittwaldV1DnsRecordUnset() (DeMittwaldV1DnsRecordUnset, error)

AsDeMittwaldV1DnsRecordUnset returns the union data inside the DeMittwaldV1DnsRecordCNAME as a DeMittwaldV1DnsRecordUnset

func (*DeMittwaldV1DnsRecordCNAME) FromDeMittwaldV1DnsRecordCNAMEComponent

func (t *DeMittwaldV1DnsRecordCNAME) FromDeMittwaldV1DnsRecordCNAMEComponent(v DeMittwaldV1DnsRecordCNAMEComponent) error

FromDeMittwaldV1DnsRecordCNAMEComponent overwrites any union data inside the DeMittwaldV1DnsRecordCNAME as the provided DeMittwaldV1DnsRecordCNAMEComponent

func (*DeMittwaldV1DnsRecordCNAME) FromDeMittwaldV1DnsRecordUnset

func (t *DeMittwaldV1DnsRecordCNAME) FromDeMittwaldV1DnsRecordUnset(v DeMittwaldV1DnsRecordUnset) error

FromDeMittwaldV1DnsRecordUnset overwrites any union data inside the DeMittwaldV1DnsRecordCNAME as the provided DeMittwaldV1DnsRecordUnset

func (DeMittwaldV1DnsRecordCNAME) MarshalJSON

func (t DeMittwaldV1DnsRecordCNAME) MarshalJSON() ([]byte, error)

func (*DeMittwaldV1DnsRecordCNAME) MergeDeMittwaldV1DnsRecordCNAMEComponent

func (t *DeMittwaldV1DnsRecordCNAME) MergeDeMittwaldV1DnsRecordCNAMEComponent(v DeMittwaldV1DnsRecordCNAMEComponent) error

MergeDeMittwaldV1DnsRecordCNAMEComponent performs a merge with any union data inside the DeMittwaldV1DnsRecordCNAME, using the provided DeMittwaldV1DnsRecordCNAMEComponent

func (*DeMittwaldV1DnsRecordCNAME) MergeDeMittwaldV1DnsRecordUnset

func (t *DeMittwaldV1DnsRecordCNAME) MergeDeMittwaldV1DnsRecordUnset(v DeMittwaldV1DnsRecordUnset) error

MergeDeMittwaldV1DnsRecordUnset performs a merge with any union data inside the DeMittwaldV1DnsRecordCNAME, using the provided DeMittwaldV1DnsRecordUnset

func (*DeMittwaldV1DnsRecordCNAME) UnmarshalJSON

func (t *DeMittwaldV1DnsRecordCNAME) UnmarshalJSON(b []byte) error

type DeMittwaldV1DnsRecordCNAMEComponent

type DeMittwaldV1DnsRecordCNAMEComponent struct {
	Fqdn     string                        `json:"fqdn"`
	Settings DeMittwaldV1DnsRecordSettings `json:"settings"`
}

DeMittwaldV1DnsRecordCNAMEComponent defines model for de.mittwald.v1.dns.RecordCNAMEComponent.

type DeMittwaldV1DnsRecordCombinedA

type DeMittwaldV1DnsRecordCombinedA struct {
	// contains filtered or unexported fields
}

DeMittwaldV1DnsRecordCombinedA defines model for de.mittwald.v1.dns.RecordCombinedA.

func (DeMittwaldV1DnsRecordCombinedA) AsDeMittwaldV1DnsCombinedACustom

func (t DeMittwaldV1DnsRecordCombinedA) AsDeMittwaldV1DnsCombinedACustom() (DeMittwaldV1DnsCombinedACustom, error)

AsDeMittwaldV1DnsCombinedACustom returns the union data inside the DeMittwaldV1DnsRecordCombinedA as a DeMittwaldV1DnsCombinedACustom

func (DeMittwaldV1DnsRecordCombinedA) AsDeMittwaldV1DnsCombinedAManaged

func (t DeMittwaldV1DnsRecordCombinedA) AsDeMittwaldV1DnsCombinedAManaged() (DeMittwaldV1DnsCombinedAManaged, error)

AsDeMittwaldV1DnsCombinedAManaged returns the union data inside the DeMittwaldV1DnsRecordCombinedA as a DeMittwaldV1DnsCombinedAManaged

func (DeMittwaldV1DnsRecordCombinedA) AsDeMittwaldV1DnsRecordUnset

func (t DeMittwaldV1DnsRecordCombinedA) AsDeMittwaldV1DnsRecordUnset() (DeMittwaldV1DnsRecordUnset, error)

AsDeMittwaldV1DnsRecordUnset returns the union data inside the DeMittwaldV1DnsRecordCombinedA as a DeMittwaldV1DnsRecordUnset

func (*DeMittwaldV1DnsRecordCombinedA) FromDeMittwaldV1DnsCombinedACustom

func (t *DeMittwaldV1DnsRecordCombinedA) FromDeMittwaldV1DnsCombinedACustom(v DeMittwaldV1DnsCombinedACustom) error

FromDeMittwaldV1DnsCombinedACustom overwrites any union data inside the DeMittwaldV1DnsRecordCombinedA as the provided DeMittwaldV1DnsCombinedACustom

func (*DeMittwaldV1DnsRecordCombinedA) FromDeMittwaldV1DnsCombinedAManaged

func (t *DeMittwaldV1DnsRecordCombinedA) FromDeMittwaldV1DnsCombinedAManaged(v DeMittwaldV1DnsCombinedAManaged) error

FromDeMittwaldV1DnsCombinedAManaged overwrites any union data inside the DeMittwaldV1DnsRecordCombinedA as the provided DeMittwaldV1DnsCombinedAManaged

func (*DeMittwaldV1DnsRecordCombinedA) FromDeMittwaldV1DnsRecordUnset

func (t *DeMittwaldV1DnsRecordCombinedA) FromDeMittwaldV1DnsRecordUnset(v DeMittwaldV1DnsRecordUnset) error

FromDeMittwaldV1DnsRecordUnset overwrites any union data inside the DeMittwaldV1DnsRecordCombinedA as the provided DeMittwaldV1DnsRecordUnset

func (DeMittwaldV1DnsRecordCombinedA) MarshalJSON

func (t DeMittwaldV1DnsRecordCombinedA) MarshalJSON() ([]byte, error)

func (*DeMittwaldV1DnsRecordCombinedA) MergeDeMittwaldV1DnsCombinedACustom

func (t *DeMittwaldV1DnsRecordCombinedA) MergeDeMittwaldV1DnsCombinedACustom(v DeMittwaldV1DnsCombinedACustom) error

MergeDeMittwaldV1DnsCombinedACustom performs a merge with any union data inside the DeMittwaldV1DnsRecordCombinedA, using the provided DeMittwaldV1DnsCombinedACustom

func (*DeMittwaldV1DnsRecordCombinedA) MergeDeMittwaldV1DnsCombinedAManaged

func (t *DeMittwaldV1DnsRecordCombinedA) MergeDeMittwaldV1DnsCombinedAManaged(v DeMittwaldV1DnsCombinedAManaged) error

MergeDeMittwaldV1DnsCombinedAManaged performs a merge with any union data inside the DeMittwaldV1DnsRecordCombinedA, using the provided DeMittwaldV1DnsCombinedAManaged

func (*DeMittwaldV1DnsRecordCombinedA) MergeDeMittwaldV1DnsRecordUnset

func (t *DeMittwaldV1DnsRecordCombinedA) MergeDeMittwaldV1DnsRecordUnset(v DeMittwaldV1DnsRecordUnset) error

MergeDeMittwaldV1DnsRecordUnset performs a merge with any union data inside the DeMittwaldV1DnsRecordCombinedA, using the provided DeMittwaldV1DnsRecordUnset

func (*DeMittwaldV1DnsRecordCombinedA) UnmarshalJSON

func (t *DeMittwaldV1DnsRecordCombinedA) UnmarshalJSON(b []byte) error

type DeMittwaldV1DnsRecordMX

type DeMittwaldV1DnsRecordMX struct {
	// contains filtered or unexported fields
}

DeMittwaldV1DnsRecordMX defines model for de.mittwald.v1.dns.RecordMX.

func (DeMittwaldV1DnsRecordMX) AsDeMittwaldV1DnsRecordMXCustom

func (t DeMittwaldV1DnsRecordMX) AsDeMittwaldV1DnsRecordMXCustom() (DeMittwaldV1DnsRecordMXCustom, error)

AsDeMittwaldV1DnsRecordMXCustom returns the union data inside the DeMittwaldV1DnsRecordMX as a DeMittwaldV1DnsRecordMXCustom

func (DeMittwaldV1DnsRecordMX) AsDeMittwaldV1DnsRecordMXManaged

func (t DeMittwaldV1DnsRecordMX) AsDeMittwaldV1DnsRecordMXManaged() (DeMittwaldV1DnsRecordMXManaged, error)

AsDeMittwaldV1DnsRecordMXManaged returns the union data inside the DeMittwaldV1DnsRecordMX as a DeMittwaldV1DnsRecordMXManaged

func (DeMittwaldV1DnsRecordMX) AsDeMittwaldV1DnsRecordUnset

func (t DeMittwaldV1DnsRecordMX) AsDeMittwaldV1DnsRecordUnset() (DeMittwaldV1DnsRecordUnset, error)

AsDeMittwaldV1DnsRecordUnset returns the union data inside the DeMittwaldV1DnsRecordMX as a DeMittwaldV1DnsRecordUnset

func (*DeMittwaldV1DnsRecordMX) FromDeMittwaldV1DnsRecordMXCustom

func (t *DeMittwaldV1DnsRecordMX) FromDeMittwaldV1DnsRecordMXCustom(v DeMittwaldV1DnsRecordMXCustom) error

FromDeMittwaldV1DnsRecordMXCustom overwrites any union data inside the DeMittwaldV1DnsRecordMX as the provided DeMittwaldV1DnsRecordMXCustom

func (*DeMittwaldV1DnsRecordMX) FromDeMittwaldV1DnsRecordMXManaged

func (t *DeMittwaldV1DnsRecordMX) FromDeMittwaldV1DnsRecordMXManaged(v DeMittwaldV1DnsRecordMXManaged) error

FromDeMittwaldV1DnsRecordMXManaged overwrites any union data inside the DeMittwaldV1DnsRecordMX as the provided DeMittwaldV1DnsRecordMXManaged

func (*DeMittwaldV1DnsRecordMX) FromDeMittwaldV1DnsRecordUnset

func (t *DeMittwaldV1DnsRecordMX) FromDeMittwaldV1DnsRecordUnset(v DeMittwaldV1DnsRecordUnset) error

FromDeMittwaldV1DnsRecordUnset overwrites any union data inside the DeMittwaldV1DnsRecordMX as the provided DeMittwaldV1DnsRecordUnset

func (DeMittwaldV1DnsRecordMX) MarshalJSON

func (t DeMittwaldV1DnsRecordMX) MarshalJSON() ([]byte, error)

func (*DeMittwaldV1DnsRecordMX) MergeDeMittwaldV1DnsRecordMXCustom

func (t *DeMittwaldV1DnsRecordMX) MergeDeMittwaldV1DnsRecordMXCustom(v DeMittwaldV1DnsRecordMXCustom) error

MergeDeMittwaldV1DnsRecordMXCustom performs a merge with any union data inside the DeMittwaldV1DnsRecordMX, using the provided DeMittwaldV1DnsRecordMXCustom

func (*DeMittwaldV1DnsRecordMX) MergeDeMittwaldV1DnsRecordMXManaged

func (t *DeMittwaldV1DnsRecordMX) MergeDeMittwaldV1DnsRecordMXManaged(v DeMittwaldV1DnsRecordMXManaged) error

MergeDeMittwaldV1DnsRecordMXManaged performs a merge with any union data inside the DeMittwaldV1DnsRecordMX, using the provided DeMittwaldV1DnsRecordMXManaged

func (*DeMittwaldV1DnsRecordMX) MergeDeMittwaldV1DnsRecordUnset

func (t *DeMittwaldV1DnsRecordMX) MergeDeMittwaldV1DnsRecordUnset(v DeMittwaldV1DnsRecordUnset) error

MergeDeMittwaldV1DnsRecordUnset performs a merge with any union data inside the DeMittwaldV1DnsRecordMX, using the provided DeMittwaldV1DnsRecordUnset

func (*DeMittwaldV1DnsRecordMX) UnmarshalJSON

func (t *DeMittwaldV1DnsRecordMX) UnmarshalJSON(b []byte) error

type DeMittwaldV1DnsRecordMXCustom

type DeMittwaldV1DnsRecordMXCustom struct {
	Records  []DeMittwaldV1DnsRecordMXRecord `json:"records"`
	Settings DeMittwaldV1DnsRecordSettings   `json:"settings"`
}

DeMittwaldV1DnsRecordMXCustom defines model for de.mittwald.v1.dns.RecordMXCustom.

type DeMittwaldV1DnsRecordMXManaged

type DeMittwaldV1DnsRecordMXManaged struct {
	Managed bool `json:"managed"`
}

DeMittwaldV1DnsRecordMXManaged defines model for de.mittwald.v1.dns.RecordMXManaged.

type DeMittwaldV1DnsRecordMXRecord

type DeMittwaldV1DnsRecordMXRecord struct {
	Fqdn     string `json:"fqdn"`
	Priority int    `json:"priority"`
}

DeMittwaldV1DnsRecordMXRecord defines model for de.mittwald.v1.dns.RecordMXRecord.

type DeMittwaldV1DnsRecordSRV

type DeMittwaldV1DnsRecordSRV struct {
	// contains filtered or unexported fields
}

DeMittwaldV1DnsRecordSRV defines model for de.mittwald.v1.dns.RecordSRV.

func (DeMittwaldV1DnsRecordSRV) AsDeMittwaldV1DnsRecordSRVComponent

func (t DeMittwaldV1DnsRecordSRV) AsDeMittwaldV1DnsRecordSRVComponent() (DeMittwaldV1DnsRecordSRVComponent, error)

AsDeMittwaldV1DnsRecordSRVComponent returns the union data inside the DeMittwaldV1DnsRecordSRV as a DeMittwaldV1DnsRecordSRVComponent

func (DeMittwaldV1DnsRecordSRV) AsDeMittwaldV1DnsRecordUnset

func (t DeMittwaldV1DnsRecordSRV) AsDeMittwaldV1DnsRecordUnset() (DeMittwaldV1DnsRecordUnset, error)

AsDeMittwaldV1DnsRecordUnset returns the union data inside the DeMittwaldV1DnsRecordSRV as a DeMittwaldV1DnsRecordUnset

func (*DeMittwaldV1DnsRecordSRV) FromDeMittwaldV1DnsRecordSRVComponent

func (t *DeMittwaldV1DnsRecordSRV) FromDeMittwaldV1DnsRecordSRVComponent(v DeMittwaldV1DnsRecordSRVComponent) error

FromDeMittwaldV1DnsRecordSRVComponent overwrites any union data inside the DeMittwaldV1DnsRecordSRV as the provided DeMittwaldV1DnsRecordSRVComponent

func (*DeMittwaldV1DnsRecordSRV) FromDeMittwaldV1DnsRecordUnset

func (t *DeMittwaldV1DnsRecordSRV) FromDeMittwaldV1DnsRecordUnset(v DeMittwaldV1DnsRecordUnset) error

FromDeMittwaldV1DnsRecordUnset overwrites any union data inside the DeMittwaldV1DnsRecordSRV as the provided DeMittwaldV1DnsRecordUnset

func (DeMittwaldV1DnsRecordSRV) MarshalJSON

func (t DeMittwaldV1DnsRecordSRV) MarshalJSON() ([]byte, error)

func (*DeMittwaldV1DnsRecordSRV) MergeDeMittwaldV1DnsRecordSRVComponent

func (t *DeMittwaldV1DnsRecordSRV) MergeDeMittwaldV1DnsRecordSRVComponent(v DeMittwaldV1DnsRecordSRVComponent) error

MergeDeMittwaldV1DnsRecordSRVComponent performs a merge with any union data inside the DeMittwaldV1DnsRecordSRV, using the provided DeMittwaldV1DnsRecordSRVComponent

func (*DeMittwaldV1DnsRecordSRV) MergeDeMittwaldV1DnsRecordUnset

func (t *DeMittwaldV1DnsRecordSRV) MergeDeMittwaldV1DnsRecordUnset(v DeMittwaldV1DnsRecordUnset) error

MergeDeMittwaldV1DnsRecordUnset performs a merge with any union data inside the DeMittwaldV1DnsRecordSRV, using the provided DeMittwaldV1DnsRecordUnset

func (*DeMittwaldV1DnsRecordSRV) UnmarshalJSON

func (t *DeMittwaldV1DnsRecordSRV) UnmarshalJSON(b []byte) error

type DeMittwaldV1DnsRecordSRVComponent

type DeMittwaldV1DnsRecordSRVComponent struct {
	Records  []DeMittwaldV1DnsRecordSRVRecord `json:"records"`
	Settings DeMittwaldV1DnsRecordSettings    `json:"settings"`
}

DeMittwaldV1DnsRecordSRVComponent defines model for de.mittwald.v1.dns.RecordSRVComponent.

type DeMittwaldV1DnsRecordSRVRecord

type DeMittwaldV1DnsRecordSRVRecord struct {
	Fqdn     string `json:"fqdn"`
	Port     int    `json:"port"`
	Priority *int   `json:"priority,omitempty"`
	Weight   *int   `json:"weight,omitempty"`
}

DeMittwaldV1DnsRecordSRVRecord defines model for de.mittwald.v1.dns.RecordSRVRecord.

type DeMittwaldV1DnsRecordSettings

type DeMittwaldV1DnsRecordSettings struct {
	Ttl *DeMittwaldV1DnsRecordSettings_Ttl `json:"ttl,omitempty"`
}

DeMittwaldV1DnsRecordSettings defines model for de.mittwald.v1.dns.RecordSettings.

type DeMittwaldV1DnsRecordSettings_Ttl

type DeMittwaldV1DnsRecordSettings_Ttl struct {
	// contains filtered or unexported fields
}

DeMittwaldV1DnsRecordSettings_Ttl defines model for DeMittwaldV1DnsRecordSettings.Ttl.

func (DeMittwaldV1DnsRecordSettings_Ttl) AsDeMittwaldV1DnsTtlAuto

func (t DeMittwaldV1DnsRecordSettings_Ttl) AsDeMittwaldV1DnsTtlAuto() (DeMittwaldV1DnsTtlAuto, error)

AsDeMittwaldV1DnsTtlAuto returns the union data inside the DeMittwaldV1DnsRecordSettings_Ttl as a DeMittwaldV1DnsTtlAuto

func (DeMittwaldV1DnsRecordSettings_Ttl) AsDeMittwaldV1DnsTtlSeconds

func (t DeMittwaldV1DnsRecordSettings_Ttl) AsDeMittwaldV1DnsTtlSeconds() (DeMittwaldV1DnsTtlSeconds, error)

AsDeMittwaldV1DnsTtlSeconds returns the union data inside the DeMittwaldV1DnsRecordSettings_Ttl as a DeMittwaldV1DnsTtlSeconds

func (*DeMittwaldV1DnsRecordSettings_Ttl) FromDeMittwaldV1DnsTtlAuto

func (t *DeMittwaldV1DnsRecordSettings_Ttl) FromDeMittwaldV1DnsTtlAuto(v DeMittwaldV1DnsTtlAuto) error

FromDeMittwaldV1DnsTtlAuto overwrites any union data inside the DeMittwaldV1DnsRecordSettings_Ttl as the provided DeMittwaldV1DnsTtlAuto

func (*DeMittwaldV1DnsRecordSettings_Ttl) FromDeMittwaldV1DnsTtlSeconds

func (t *DeMittwaldV1DnsRecordSettings_Ttl) FromDeMittwaldV1DnsTtlSeconds(v DeMittwaldV1DnsTtlSeconds) error

FromDeMittwaldV1DnsTtlSeconds overwrites any union data inside the DeMittwaldV1DnsRecordSettings_Ttl as the provided DeMittwaldV1DnsTtlSeconds

func (DeMittwaldV1DnsRecordSettings_Ttl) MarshalJSON

func (t DeMittwaldV1DnsRecordSettings_Ttl) MarshalJSON() ([]byte, error)

func (*DeMittwaldV1DnsRecordSettings_Ttl) MergeDeMittwaldV1DnsTtlAuto

func (t *DeMittwaldV1DnsRecordSettings_Ttl) MergeDeMittwaldV1DnsTtlAuto(v DeMittwaldV1DnsTtlAuto) error

MergeDeMittwaldV1DnsTtlAuto performs a merge with any union data inside the DeMittwaldV1DnsRecordSettings_Ttl, using the provided DeMittwaldV1DnsTtlAuto

func (*DeMittwaldV1DnsRecordSettings_Ttl) MergeDeMittwaldV1DnsTtlSeconds

func (t *DeMittwaldV1DnsRecordSettings_Ttl) MergeDeMittwaldV1DnsTtlSeconds(v DeMittwaldV1DnsTtlSeconds) error

MergeDeMittwaldV1DnsTtlSeconds performs a merge with any union data inside the DeMittwaldV1DnsRecordSettings_Ttl, using the provided DeMittwaldV1DnsTtlSeconds

func (*DeMittwaldV1DnsRecordSettings_Ttl) UnmarshalJSON

func (t *DeMittwaldV1DnsRecordSettings_Ttl) UnmarshalJSON(b []byte) error

type DeMittwaldV1DnsRecordTXT

type DeMittwaldV1DnsRecordTXT struct {
	// contains filtered or unexported fields
}

DeMittwaldV1DnsRecordTXT defines model for de.mittwald.v1.dns.RecordTXT.

func (DeMittwaldV1DnsRecordTXT) AsDeMittwaldV1DnsRecordTXTComponent

func (t DeMittwaldV1DnsRecordTXT) AsDeMittwaldV1DnsRecordTXTComponent() (DeMittwaldV1DnsRecordTXTComponent, error)

AsDeMittwaldV1DnsRecordTXTComponent returns the union data inside the DeMittwaldV1DnsRecordTXT as a DeMittwaldV1DnsRecordTXTComponent

func (DeMittwaldV1DnsRecordTXT) AsDeMittwaldV1DnsRecordUnset

func (t DeMittwaldV1DnsRecordTXT) AsDeMittwaldV1DnsRecordUnset() (DeMittwaldV1DnsRecordUnset, error)

AsDeMittwaldV1DnsRecordUnset returns the union data inside the DeMittwaldV1DnsRecordTXT as a DeMittwaldV1DnsRecordUnset

func (*DeMittwaldV1DnsRecordTXT) FromDeMittwaldV1DnsRecordTXTComponent

func (t *DeMittwaldV1DnsRecordTXT) FromDeMittwaldV1DnsRecordTXTComponent(v DeMittwaldV1DnsRecordTXTComponent) error

FromDeMittwaldV1DnsRecordTXTComponent overwrites any union data inside the DeMittwaldV1DnsRecordTXT as the provided DeMittwaldV1DnsRecordTXTComponent

func (*DeMittwaldV1DnsRecordTXT) FromDeMittwaldV1DnsRecordUnset

func (t *DeMittwaldV1DnsRecordTXT) FromDeMittwaldV1DnsRecordUnset(v DeMittwaldV1DnsRecordUnset) error

FromDeMittwaldV1DnsRecordUnset overwrites any union data inside the DeMittwaldV1DnsRecordTXT as the provided DeMittwaldV1DnsRecordUnset

func (DeMittwaldV1DnsRecordTXT) MarshalJSON

func (t DeMittwaldV1DnsRecordTXT) MarshalJSON() ([]byte, error)

func (*DeMittwaldV1DnsRecordTXT) MergeDeMittwaldV1DnsRecordTXTComponent

func (t *DeMittwaldV1DnsRecordTXT) MergeDeMittwaldV1DnsRecordTXTComponent(v DeMittwaldV1DnsRecordTXTComponent) error

MergeDeMittwaldV1DnsRecordTXTComponent performs a merge with any union data inside the DeMittwaldV1DnsRecordTXT, using the provided DeMittwaldV1DnsRecordTXTComponent

func (*DeMittwaldV1DnsRecordTXT) MergeDeMittwaldV1DnsRecordUnset

func (t *DeMittwaldV1DnsRecordTXT) MergeDeMittwaldV1DnsRecordUnset(v DeMittwaldV1DnsRecordUnset) error

MergeDeMittwaldV1DnsRecordUnset performs a merge with any union data inside the DeMittwaldV1DnsRecordTXT, using the provided DeMittwaldV1DnsRecordUnset

func (*DeMittwaldV1DnsRecordTXT) UnmarshalJSON

func (t *DeMittwaldV1DnsRecordTXT) UnmarshalJSON(b []byte) error

type DeMittwaldV1DnsRecordTXTComponent

type DeMittwaldV1DnsRecordTXTComponent struct {
	Entries  []string                      `json:"entries"`
	Settings DeMittwaldV1DnsRecordSettings `json:"settings"`
}

DeMittwaldV1DnsRecordTXTComponent defines model for de.mittwald.v1.dns.RecordTXTComponent.

type DeMittwaldV1DnsRecordUnset

type DeMittwaldV1DnsRecordUnset = map[string]interface{}

DeMittwaldV1DnsRecordUnset defines model for de.mittwald.v1.dns.RecordUnset.

type DeMittwaldV1DnsTtlAuto

type DeMittwaldV1DnsTtlAuto struct {
	// Auto this will always be true
	Auto bool `json:"auto"`
}

DeMittwaldV1DnsTtlAuto defines model for de.mittwald.v1.dns.TtlAuto.

type DeMittwaldV1DnsTtlSeconds

type DeMittwaldV1DnsTtlSeconds struct {
	Seconds int `json:"seconds"`
}

DeMittwaldV1DnsTtlSeconds defines model for de.mittwald.v1.dns.TtlSeconds.

type DeMittwaldV1DnsZone

type DeMittwaldV1DnsZone struct {
	Domain    string             `json:"domain"`
	Id        openapi_types.UUID `json:"id"`
	RecordSet struct {
		Cname            DeMittwaldV1DnsRecordCNAME     `json:"cname"`
		CombinedARecords DeMittwaldV1DnsRecordCombinedA `json:"combinedARecords"`
		Mx               DeMittwaldV1DnsRecordMX        `json:"mx"`
		Srv              DeMittwaldV1DnsRecordSRV       `json:"srv"`
		Txt              DeMittwaldV1DnsRecordTXT       `json:"txt"`
	} `json:"recordSet"`
}

DeMittwaldV1DnsZone defines model for de.mittwald.v1.dns.Zone.

type DeMittwaldV1DomainAuthCode

type DeMittwaldV1DomainAuthCode struct {
	Expires *time.Time `json:"expires,omitempty"`
	Value   string     `json:"value"`
}

DeMittwaldV1DomainAuthCode defines model for de.mittwald.v1.domain.AuthCode.

type DeMittwaldV1DomainAuthCode2

type DeMittwaldV1DomainAuthCode2 struct {
	Expires time.Time `json:"expires"`
}

DeMittwaldV1DomainAuthCode2 defines model for de.mittwald.v1.domain.AuthCode2.

type DeMittwaldV1DomainDomain

type DeMittwaldV1DomainDomain struct {
	AuthCode  *DeMittwaldV1DomainAuthCode  `json:"authCode,omitempty"`
	AuthCode2 *DeMittwaldV1DomainAuthCode2 `json:"authCode2,omitempty"`
	Connected bool                         `json:"connected"`
	Deleted   bool                         `json:"deleted"`
	Domain    string                       `json:"domain"`
	DomainId  openapi_types.UUID           `json:"domainId"`
	Handles   struct {
		AdminC *DeMittwaldV1DomainHandleReadable `json:"adminC,omitempty"`
		OwnerC DeMittwaldV1DomainHandleReadable  `json:"ownerC"`
	} `json:"handles"`
	Nameservers           []string                     `json:"nameservers"`
	Processes             *[]DeMittwaldV1DomainProcess `json:"processes,omitempty"`
	ProjectId             openapi_types.UUID           `json:"projectId"`
	TransferInAuthCode    *string                      `json:"transferInAuthCode,omitempty"`
	UsesDefaultNameserver bool                         `json:"usesDefaultNameserver"`
}

DeMittwaldV1DomainDomain defines model for de.mittwald.v1.domain.Domain.

type DeMittwaldV1DomainHandleData

type DeMittwaldV1DomainHandleData struct {
	HandleFields *[]DeMittwaldV1DomainHandleField `json:"handleFields,omitempty"`
	HandleRef    *string                          `json:"handleRef,omitempty"`
}

DeMittwaldV1DomainHandleData defines model for de.mittwald.v1.domain.HandleData.

type DeMittwaldV1DomainHandleField

type DeMittwaldV1DomainHandleField struct {
	Name  string `json:"name"`
	Value string `json:"value"`
}

DeMittwaldV1DomainHandleField defines model for de.mittwald.v1.domain.HandleField.

type DeMittwaldV1DomainHandleReadable

type DeMittwaldV1DomainHandleReadable struct {
	Current DeMittwaldV1DomainHandleData  `json:"current"`
	Desired *DeMittwaldV1DomainHandleData `json:"desired,omitempty"`
}

DeMittwaldV1DomainHandleReadable defines model for de.mittwald.v1.domain.HandleReadable.

type DeMittwaldV1DomainProcess

type DeMittwaldV1DomainProcess struct {
	Error         *string                        `json:"error,omitempty"`
	LastUpdate    time.Time                      `json:"lastUpdate"`
	ProcessType   DeMittwaldV1DomainProcessType  `json:"processType"`
	State         DeMittwaldV1DomainProcessState `json:"state"`
	Status        *string                        `json:"status,omitempty"`
	StatusCode    *string                        `json:"statusCode,omitempty"`
	TransactionId string                         `json:"transactionId"`
}

DeMittwaldV1DomainProcess defines model for de.mittwald.v1.domain.Process.

type DeMittwaldV1DomainProcessState

type DeMittwaldV1DomainProcessState string

DeMittwaldV1DomainProcessState defines model for de.mittwald.v1.domain.ProcessState.

const (
	DeMittwaldV1DomainProcessStateFAILED      DeMittwaldV1DomainProcessState = "FAILED"
	DeMittwaldV1DomainProcessStateREQUESTED   DeMittwaldV1DomainProcessState = "REQUESTED"
	DeMittwaldV1DomainProcessStateUNSPECIFIED DeMittwaldV1DomainProcessState = "UNSPECIFIED"
)

Defines values for DeMittwaldV1DomainProcessState.

type DeMittwaldV1DomainProcessType

type DeMittwaldV1DomainProcessType string

DeMittwaldV1DomainProcessType defines model for de.mittwald.v1.domain.ProcessType.

const (
	DeMittwaldV1DomainProcessTypeDECLAREREQUESTED DeMittwaldV1DomainProcessType = "DECLARE_REQUESTED"
	DeMittwaldV1DomainProcessTypeDELETE           DeMittwaldV1DomainProcessType = "DELETE"
	DeMittwaldV1DomainProcessTypeOWNERCHANGE      DeMittwaldV1DomainProcessType = "OWNER_CHANGE"
	DeMittwaldV1DomainProcessTypeREGISTER         DeMittwaldV1DomainProcessType = "REGISTER"
	DeMittwaldV1DomainProcessTypeRESTORE          DeMittwaldV1DomainProcessType = "RESTORE"
	DeMittwaldV1DomainProcessTypeTRANSFER         DeMittwaldV1DomainProcessType = "TRANSFER"
	DeMittwaldV1DomainProcessTypeTRANSFEROUT      DeMittwaldV1DomainProcessType = "TRANSFER_OUT"
	DeMittwaldV1DomainProcessTypeTRANSIT          DeMittwaldV1DomainProcessType = "TRANSIT"
	DeMittwaldV1DomainProcessTypeUNSPECIFIED      DeMittwaldV1DomainProcessType = "UNSPECIFIED"
	DeMittwaldV1DomainProcessTypeUPDATE           DeMittwaldV1DomainProcessType = "UPDATE"
)

Defines values for DeMittwaldV1DomainProcessType.

type DeMittwaldV1DomainSuccessResponse

type DeMittwaldV1DomainSuccessResponse struct {
	IsAsync       *bool   `json:"isAsync,omitempty"`
	TransactionId *string `json:"transactionId,omitempty"`
}

DeMittwaldV1DomainSuccessResponse defines model for de.mittwald.v1.domain.SuccessResponse.

type DeMittwaldV1DomainTopLevel

type DeMittwaldV1DomainTopLevel struct {
	Irtp    bool   `json:"irtp"`
	RgpDays int    `json:"rgpDays"`
	Tld     string `json:"tld"`
}

DeMittwaldV1DomainTopLevel defines model for de.mittwald.v1.domain.TopLevel.

type DeMittwaldV1DomainTransferabilityResponse

type DeMittwaldV1DomainTransferabilityResponse struct {
	Reasons struct {
		DomainAgeTooSmall  bool `json:"domainAgeTooSmall"`
		DomainDoesNotExist bool `json:"domainDoesNotExist"`
		TransferLock       bool `json:"transferLock"`
		WrongAuthCode      bool `json:"wrongAuthCode"`
	} `json:"reasons"`
	Transferable bool `json:"transferable"`
}

DeMittwaldV1DomainTransferabilityResponse defines model for de.mittwald.v1.domain.TransferabilityResponse.

type DeMittwaldV1FileFileMeta

type DeMittwaldV1FileFileMeta struct {
	FriendlyURL string             `json:"friendlyURL"`
	Id          openapi_types.UUID `json:"id"`
	MimeType    string             `json:"mimeType"`
	Name        string             `json:"name"`
	SizeInBytes int                `json:"sizeInBytes"`

	// Type deprecated, see mimeType
	// Deprecated:
	Type string `json:"type"`
}

DeMittwaldV1FileFileMeta defines model for de.mittwald.v1.file.FileMeta.

type DeMittwaldV1FileFileType

type DeMittwaldV1FileFileType struct {
	Extensions []string `json:"extensions"`
	MimeType   string   `json:"mimeType"`
}

DeMittwaldV1FileFileType defines model for de.mittwald.v1.file.FileType.

type DeMittwaldV1FileFileUploadRules

type DeMittwaldV1FileFileUploadRules struct {
	Extensions     []string                   `json:"extensions"`
	FileTypes      []DeMittwaldV1FileFileType `json:"fileTypes"`
	MaxSizeInBytes int                        `json:"maxSizeInBytes"`

	// MaxSizeInKB deprecated, see maxSizeInBytes
	// Deprecated:
	MaxSizeInKB int      `json:"maxSizeInKB"`
	MimeTypes   []string `json:"mimeTypes"`
	Properties  *struct {
		ImageDimensions *struct {
			Max *struct {
				Height *int `json:"height,omitempty"`
				Width  *int `json:"width,omitempty"`
			} `json:"max,omitempty"`
			Min *struct {
				Height *int `json:"height,omitempty"`
				Width  *int `json:"width,omitempty"`
			} `json:"min,omitempty"`
		} `json:"imageDimensions,omitempty"`
	} `json:"properties,omitempty"`
}

DeMittwaldV1FileFileUploadRules defines model for de.mittwald.v1.file.FileUploadRules.

type DeMittwaldV1IngressIngress

type DeMittwaldV1IngressIngress struct {
	// DnsValidationErrors A list of errors that occurred while validating the ingress's dns before requesting a certificate.
	DnsValidationErrors []DeMittwaldV1IngressIngressDnsValidationErrors `json:"dnsValidationErrors"`
	Hostname            string                                          `json:"hostname"`
	Id                  openapi_types.UUID                              `json:"id"`
	Ips                 struct {
		V4 []string `json:"v4"`
	} `json:"ips"`

	// IsDefault Whether this ingress is the default ingress or not. A default ingress is automatically created, it cannot be deleted. There can be only one default ingress per project.
	IsDefault bool                         `json:"isDefault"`
	IsDomain  *bool                        `json:"isDomain,omitempty"`
	IsEnabled bool                         `json:"isEnabled"`
	Ownership DeMittwaldV1IngressOwnership `json:"ownership"`

	// Paths A list of paths. The default path `/` is always present and cannot be removed.
	Paths     []DeMittwaldV1IngressPath      `json:"paths"`
	ProjectId openapi_types.UUID             `json:"projectId"`
	Tls       DeMittwaldV1IngressIngress_Tls `json:"tls"`
}

DeMittwaldV1IngressIngress defines model for de.mittwald.v1.ingress.Ingress.

type DeMittwaldV1IngressIngressDnsValidationErrors

type DeMittwaldV1IngressIngressDnsValidationErrors string

DeMittwaldV1IngressIngressDnsValidationErrors defines model for DeMittwaldV1IngressIngress.DnsValidationErrors.

const (
	ERRORACMECERTIFICATEREQUESTDEADLINEEXCEEDED DeMittwaldV1IngressIngressDnsValidationErrors = "ERROR_ACME_CERTIFICATE_REQUEST_DEADLINE_EXCEEDED"
	ERRORNOARECORD                              DeMittwaldV1IngressIngressDnsValidationErrors = "ERROR_NO_A_RECORD"
	ERRORQUADA                                  DeMittwaldV1IngressIngressDnsValidationErrors = "ERROR_QUAD_A"
	ERRORUNSPECIFIED                            DeMittwaldV1IngressIngressDnsValidationErrors = "ERROR_UNSPECIFIED"
)

Defines values for DeMittwaldV1IngressIngressDnsValidationErrors.

type DeMittwaldV1IngressIngress_Tls

type DeMittwaldV1IngressIngress_Tls struct {
	// contains filtered or unexported fields
}

DeMittwaldV1IngressIngress_Tls defines model for DeMittwaldV1IngressIngress.Tls.

func (DeMittwaldV1IngressIngress_Tls) AsDeMittwaldV1IngressTlsAcme

func (t DeMittwaldV1IngressIngress_Tls) AsDeMittwaldV1IngressTlsAcme() (DeMittwaldV1IngressTlsAcme, error)

AsDeMittwaldV1IngressTlsAcme returns the union data inside the DeMittwaldV1IngressIngress_Tls as a DeMittwaldV1IngressTlsAcme

func (DeMittwaldV1IngressIngress_Tls) AsDeMittwaldV1IngressTlsCertificate

func (t DeMittwaldV1IngressIngress_Tls) AsDeMittwaldV1IngressTlsCertificate() (DeMittwaldV1IngressTlsCertificate, error)

AsDeMittwaldV1IngressTlsCertificate returns the union data inside the DeMittwaldV1IngressIngress_Tls as a DeMittwaldV1IngressTlsCertificate

func (*DeMittwaldV1IngressIngress_Tls) FromDeMittwaldV1IngressTlsAcme

func (t *DeMittwaldV1IngressIngress_Tls) FromDeMittwaldV1IngressTlsAcme(v DeMittwaldV1IngressTlsAcme) error

FromDeMittwaldV1IngressTlsAcme overwrites any union data inside the DeMittwaldV1IngressIngress_Tls as the provided DeMittwaldV1IngressTlsAcme

func (*DeMittwaldV1IngressIngress_Tls) FromDeMittwaldV1IngressTlsCertificate

func (t *DeMittwaldV1IngressIngress_Tls) FromDeMittwaldV1IngressTlsCertificate(v DeMittwaldV1IngressTlsCertificate) error

FromDeMittwaldV1IngressTlsCertificate overwrites any union data inside the DeMittwaldV1IngressIngress_Tls as the provided DeMittwaldV1IngressTlsCertificate

func (DeMittwaldV1IngressIngress_Tls) MarshalJSON

func (t DeMittwaldV1IngressIngress_Tls) MarshalJSON() ([]byte, error)

func (*DeMittwaldV1IngressIngress_Tls) MergeDeMittwaldV1IngressTlsAcme

func (t *DeMittwaldV1IngressIngress_Tls) MergeDeMittwaldV1IngressTlsAcme(v DeMittwaldV1IngressTlsAcme) error

MergeDeMittwaldV1IngressTlsAcme performs a merge with any union data inside the DeMittwaldV1IngressIngress_Tls, using the provided DeMittwaldV1IngressTlsAcme

func (*DeMittwaldV1IngressIngress_Tls) MergeDeMittwaldV1IngressTlsCertificate

func (t *DeMittwaldV1IngressIngress_Tls) MergeDeMittwaldV1IngressTlsCertificate(v DeMittwaldV1IngressTlsCertificate) error

MergeDeMittwaldV1IngressTlsCertificate performs a merge with any union data inside the DeMittwaldV1IngressIngress_Tls, using the provided DeMittwaldV1IngressTlsCertificate

func (*DeMittwaldV1IngressIngress_Tls) UnmarshalJSON

func (t *DeMittwaldV1IngressIngress_Tls) UnmarshalJSON(b []byte) error

type DeMittwaldV1IngressOwnership

type DeMittwaldV1IngressOwnership struct {
	TxtRecord *string `json:"txtRecord,omitempty"`

	// Verified Whether the domain ownership is verified or not.
	Verified bool `json:"verified"`
}

DeMittwaldV1IngressOwnership defines model for de.mittwald.v1.ingress.Ownership.

type DeMittwaldV1IngressPath

type DeMittwaldV1IngressPath struct {
	Path   string                         `json:"path"`
	Target DeMittwaldV1IngressPath_Target `json:"target"`
}

DeMittwaldV1IngressPath defines model for de.mittwald.v1.ingress.Path.

type DeMittwaldV1IngressPath_Target

type DeMittwaldV1IngressPath_Target struct {
	// contains filtered or unexported fields
}

DeMittwaldV1IngressPath_Target defines model for DeMittwaldV1IngressPath.Target.

func (DeMittwaldV1IngressPath_Target) AsDeMittwaldV1IngressTargetContainer

func (t DeMittwaldV1IngressPath_Target) AsDeMittwaldV1IngressTargetContainer() (DeMittwaldV1IngressTargetContainer, error)

AsDeMittwaldV1IngressTargetContainer returns the union data inside the DeMittwaldV1IngressPath_Target as a DeMittwaldV1IngressTargetContainer

func (DeMittwaldV1IngressPath_Target) AsDeMittwaldV1IngressTargetDirectory

func (t DeMittwaldV1IngressPath_Target) AsDeMittwaldV1IngressTargetDirectory() (DeMittwaldV1IngressTargetDirectory, error)

AsDeMittwaldV1IngressTargetDirectory returns the union data inside the DeMittwaldV1IngressPath_Target as a DeMittwaldV1IngressTargetDirectory

func (DeMittwaldV1IngressPath_Target) AsDeMittwaldV1IngressTargetInstallation

func (t DeMittwaldV1IngressPath_Target) AsDeMittwaldV1IngressTargetInstallation() (DeMittwaldV1IngressTargetInstallation, error)

AsDeMittwaldV1IngressTargetInstallation returns the union data inside the DeMittwaldV1IngressPath_Target as a DeMittwaldV1IngressTargetInstallation

func (DeMittwaldV1IngressPath_Target) AsDeMittwaldV1IngressTargetUrl

func (t DeMittwaldV1IngressPath_Target) AsDeMittwaldV1IngressTargetUrl() (DeMittwaldV1IngressTargetUrl, error)

AsDeMittwaldV1IngressTargetUrl returns the union data inside the DeMittwaldV1IngressPath_Target as a DeMittwaldV1IngressTargetUrl

func (DeMittwaldV1IngressPath_Target) AsDeMittwaldV1IngressTargetUseDefaultPage

func (t DeMittwaldV1IngressPath_Target) AsDeMittwaldV1IngressTargetUseDefaultPage() (DeMittwaldV1IngressTargetUseDefaultPage, error)

AsDeMittwaldV1IngressTargetUseDefaultPage returns the union data inside the DeMittwaldV1IngressPath_Target as a DeMittwaldV1IngressTargetUseDefaultPage

func (*DeMittwaldV1IngressPath_Target) FromDeMittwaldV1IngressTargetContainer

func (t *DeMittwaldV1IngressPath_Target) FromDeMittwaldV1IngressTargetContainer(v DeMittwaldV1IngressTargetContainer) error

FromDeMittwaldV1IngressTargetContainer overwrites any union data inside the DeMittwaldV1IngressPath_Target as the provided DeMittwaldV1IngressTargetContainer

func (*DeMittwaldV1IngressPath_Target) FromDeMittwaldV1IngressTargetDirectory

func (t *DeMittwaldV1IngressPath_Target) FromDeMittwaldV1IngressTargetDirectory(v DeMittwaldV1IngressTargetDirectory) error

FromDeMittwaldV1IngressTargetDirectory overwrites any union data inside the DeMittwaldV1IngressPath_Target as the provided DeMittwaldV1IngressTargetDirectory

func (*DeMittwaldV1IngressPath_Target) FromDeMittwaldV1IngressTargetInstallation

func (t *DeMittwaldV1IngressPath_Target) FromDeMittwaldV1IngressTargetInstallation(v DeMittwaldV1IngressTargetInstallation) error

FromDeMittwaldV1IngressTargetInstallation overwrites any union data inside the DeMittwaldV1IngressPath_Target as the provided DeMittwaldV1IngressTargetInstallation

func (*DeMittwaldV1IngressPath_Target) FromDeMittwaldV1IngressTargetUrl

func (t *DeMittwaldV1IngressPath_Target) FromDeMittwaldV1IngressTargetUrl(v DeMittwaldV1IngressTargetUrl) error

FromDeMittwaldV1IngressTargetUrl overwrites any union data inside the DeMittwaldV1IngressPath_Target as the provided DeMittwaldV1IngressTargetUrl

func (*DeMittwaldV1IngressPath_Target) FromDeMittwaldV1IngressTargetUseDefaultPage

func (t *DeMittwaldV1IngressPath_Target) FromDeMittwaldV1IngressTargetUseDefaultPage(v DeMittwaldV1IngressTargetUseDefaultPage) error

FromDeMittwaldV1IngressTargetUseDefaultPage overwrites any union data inside the DeMittwaldV1IngressPath_Target as the provided DeMittwaldV1IngressTargetUseDefaultPage

func (DeMittwaldV1IngressPath_Target) MarshalJSON

func (t DeMittwaldV1IngressPath_Target) MarshalJSON() ([]byte, error)

func (*DeMittwaldV1IngressPath_Target) MergeDeMittwaldV1IngressTargetContainer

func (t *DeMittwaldV1IngressPath_Target) MergeDeMittwaldV1IngressTargetContainer(v DeMittwaldV1IngressTargetContainer) error

MergeDeMittwaldV1IngressTargetContainer performs a merge with any union data inside the DeMittwaldV1IngressPath_Target, using the provided DeMittwaldV1IngressTargetContainer

func (*DeMittwaldV1IngressPath_Target) MergeDeMittwaldV1IngressTargetDirectory

func (t *DeMittwaldV1IngressPath_Target) MergeDeMittwaldV1IngressTargetDirectory(v DeMittwaldV1IngressTargetDirectory) error

MergeDeMittwaldV1IngressTargetDirectory performs a merge with any union data inside the DeMittwaldV1IngressPath_Target, using the provided DeMittwaldV1IngressTargetDirectory

func (*DeMittwaldV1IngressPath_Target) MergeDeMittwaldV1IngressTargetInstallation

func (t *DeMittwaldV1IngressPath_Target) MergeDeMittwaldV1IngressTargetInstallation(v DeMittwaldV1IngressTargetInstallation) error

MergeDeMittwaldV1IngressTargetInstallation performs a merge with any union data inside the DeMittwaldV1IngressPath_Target, using the provided DeMittwaldV1IngressTargetInstallation

func (*DeMittwaldV1IngressPath_Target) MergeDeMittwaldV1IngressTargetUrl

func (t *DeMittwaldV1IngressPath_Target) MergeDeMittwaldV1IngressTargetUrl(v DeMittwaldV1IngressTargetUrl) error

MergeDeMittwaldV1IngressTargetUrl performs a merge with any union data inside the DeMittwaldV1IngressPath_Target, using the provided DeMittwaldV1IngressTargetUrl

func (*DeMittwaldV1IngressPath_Target) MergeDeMittwaldV1IngressTargetUseDefaultPage

func (t *DeMittwaldV1IngressPath_Target) MergeDeMittwaldV1IngressTargetUseDefaultPage(v DeMittwaldV1IngressTargetUseDefaultPage) error

MergeDeMittwaldV1IngressTargetUseDefaultPage performs a merge with any union data inside the DeMittwaldV1IngressPath_Target, using the provided DeMittwaldV1IngressTargetUseDefaultPage

func (*DeMittwaldV1IngressPath_Target) UnmarshalJSON

func (t *DeMittwaldV1IngressPath_Target) UnmarshalJSON(b []byte) error

type DeMittwaldV1IngressTargetContainer

type DeMittwaldV1IngressTargetContainer struct {
	Container struct {
		Id openapi_types.UUID `json:"id"`

		// PortProtocol docker-compose port specification in format port/protocol (e.g. 8080/TCP)
		PortProtocol string `json:"portProtocol"`
	} `json:"container"`
}

DeMittwaldV1IngressTargetContainer defines model for de.mittwald.v1.ingress.TargetContainer.

type DeMittwaldV1IngressTargetDirectory

type DeMittwaldV1IngressTargetDirectory struct {
	Directory string `json:"directory"`
}

DeMittwaldV1IngressTargetDirectory defines model for de.mittwald.v1.ingress.TargetDirectory.

type DeMittwaldV1IngressTargetInstallation

type DeMittwaldV1IngressTargetInstallation struct {
	InstallationId openapi_types.UUID `json:"installationId"`
}

DeMittwaldV1IngressTargetInstallation defines model for de.mittwald.v1.ingress.TargetInstallation.

type DeMittwaldV1IngressTargetUrl

type DeMittwaldV1IngressTargetUrl struct {
	Url string `json:"url"`
}

DeMittwaldV1IngressTargetUrl defines model for de.mittwald.v1.ingress.TargetUrl.

type DeMittwaldV1IngressTargetUseDefaultPage

type DeMittwaldV1IngressTargetUseDefaultPage struct {
	UseDefaultPage bool `json:"useDefaultPage"`
}

DeMittwaldV1IngressTargetUseDefaultPage defines model for de.mittwald.v1.ingress.TargetUseDefaultPage.

type DeMittwaldV1IngressTlsAcme

type DeMittwaldV1IngressTlsAcme struct {
	// Acme Has to be `true`, as ssl cannot be deactivated.
	Acme            bool       `json:"acme"`
	RequestDeadline *time.Time `json:"requestDeadline,omitempty"`
}

DeMittwaldV1IngressTlsAcme defines model for de.mittwald.v1.ingress.TlsAcme.

type DeMittwaldV1IngressTlsCertificate

type DeMittwaldV1IngressTlsCertificate struct {
	CertificateId openapi_types.UUID `json:"certificateId"`
}

DeMittwaldV1IngressTlsCertificate defines model for de.mittwald.v1.ingress.TlsCertificate.

type DeMittwaldV1InvoiceBankingInformation

type DeMittwaldV1InvoiceBankingInformation struct {
	AccountHolder string  `json:"accountHolder"`
	Bic           *string `json:"bic,omitempty"`
	Iban          string  `json:"iban"`
}

DeMittwaldV1InvoiceBankingInformation defines model for de.mittwald.v1.invoice.BankingInformation.

type DeMittwaldV1InvoiceCancellation

type DeMittwaldV1InvoiceCancellation struct {
	CancellationId   openapi_types.UUID `json:"cancellationId"`
	CancelledAt      time.Time          `json:"cancelledAt"`
	CorrectionNumber string             `json:"correctionNumber"`
	PdfId            openapi_types.UUID `json:"pdfId"`
	Reason           *string            `json:"reason,omitempty"`
}

DeMittwaldV1InvoiceCancellation defines model for de.mittwald.v1.invoice.Cancellation.

type DeMittwaldV1InvoiceDatePeriod

type DeMittwaldV1InvoiceDatePeriod struct {
	End   time.Time `json:"end"`
	Start time.Time `json:"start"`
}

DeMittwaldV1InvoiceDatePeriod defines model for de.mittwald.v1.invoice.DatePeriod.

type DeMittwaldV1InvoiceInvoice

type DeMittwaldV1InvoiceInvoice struct {
	AmountPaid   float32                          `json:"amountPaid"`
	Cancellation *DeMittwaldV1InvoiceCancellation `json:"cancellation,omitempty"`

	// CancellationOf The ID of the invoice that this invoice cancels.
	CancellationOf *openapi_types.UUID `json:"cancellationOf,omitempty"`
	Currency       string              `json:"currency"`
	CustomerId     string              `json:"customerId"`
	Date           time.Time           `json:"date"`
	Groups         []struct {
		ContractId  *openapi_types.UUID              `json:"contractId,omitempty"`
		Description *string                          `json:"description,omitempty"`
		Items       []DeMittwaldV1InvoiceInvoiceItem `json:"items"`
	} `json:"groups"`
	Id              openapi_types.UUID                    `json:"id"`
	InvoiceNumber   string                                `json:"invoiceNumber"`
	InvoiceType     DeMittwaldV1InvoiceInvoiceInvoiceType `json:"invoiceType"`
	PaymentSettings *DeMittwaldV1InvoicePaymentSettings   `json:"paymentSettings,omitempty"`
	PdfId           openapi_types.UUID                    `json:"pdfId"`
	Recipient       DeMittwaldV1InvoiceRecipient          `json:"recipient"`
	Status          DeMittwaldV1InvoiceInvoiceStatus      `json:"status"`
	TotalGross      float32                               `json:"totalGross"`
	TotalNet        float32                               `json:"totalNet"`
	VatId           *string                               `json:"vatId,omitempty"`
}

DeMittwaldV1InvoiceInvoice defines model for de.mittwald.v1.invoice.Invoice.

type DeMittwaldV1InvoiceInvoiceInvoiceType

type DeMittwaldV1InvoiceInvoiceInvoiceType string

DeMittwaldV1InvoiceInvoiceInvoiceType defines model for DeMittwaldV1InvoiceInvoice.InvoiceType.

const (
	DeMittwaldV1InvoiceInvoiceInvoiceTypeCANCELLATION DeMittwaldV1InvoiceInvoiceInvoiceType = "CANCELLATION"
	DeMittwaldV1InvoiceInvoiceInvoiceTypeCORRECTION   DeMittwaldV1InvoiceInvoiceInvoiceType = "CORRECTION"
	DeMittwaldV1InvoiceInvoiceInvoiceTypeREGULAR      DeMittwaldV1InvoiceInvoiceInvoiceType = "REGULAR"
	DeMittwaldV1InvoiceInvoiceInvoiceTypeREISSUE      DeMittwaldV1InvoiceInvoiceInvoiceType = "REISSUE"
)

Defines values for DeMittwaldV1InvoiceInvoiceInvoiceType.

type DeMittwaldV1InvoiceInvoiceItem

type DeMittwaldV1InvoiceInvoiceItem struct {
	AdditionalDescription      *string            `json:"additionalDescription,omitempty"`
	ContractItemId             openapi_types.UUID `json:"contractItemId"`
	Description                string             `json:"description"`
	ItemCancelledOrCorrectedBy *[]struct {
		SourceInvoiceId     *openapi_types.UUID `json:"sourceInvoiceId,omitempty"`
		SourceInvoiceItemId *openapi_types.UUID `json:"sourceInvoiceItemId,omitempty"`
	} `json:"itemCancelledOrCorrectedBy,omitempty"`
	ItemId    openapi_types.UUID       `json:"itemId"`
	Price     DeMittwaldV1InvoicePrice `json:"price"`
	Reference *struct {
		SourceInvoiceId     openapi_types.UUID `json:"sourceInvoiceId"`
		SourceInvoiceItemId openapi_types.UUID `json:"sourceInvoiceItemId"`
	} `json:"reference,omitempty"`
	ServiceDate   *time.Time                     `json:"serviceDate,omitempty"`
	ServicePeriod *DeMittwaldV1InvoiceDatePeriod `json:"servicePeriod,omitempty"`
	VatRate       float32                        `json:"vatRate"`
}

DeMittwaldV1InvoiceInvoiceItem defines model for de.mittwald.v1.invoice.InvoiceItem.

type DeMittwaldV1InvoiceInvoiceSettings

type DeMittwaldV1InvoiceInvoiceSettings struct {
	AdditionalEmailRecipients *[]openapi_types.Email                      `json:"additionalEmailRecipients,omitempty"`
	DebitPaymentStopUntil     *time.Time                                  `json:"debitPaymentStopUntil,omitempty"`
	Id                        string                                      `json:"id"`
	InvoicePeriod             *int                                        `json:"invoicePeriod,omitempty"`
	LastBankingInformation    *DeMittwaldV1InvoiceBankingInformation      `json:"lastBankingInformation,omitempty"`
	PaymentSettings           *DeMittwaldV1InvoicePaymentSettings         `json:"paymentSettings,omitempty"`
	PrintedInvoices           *bool                                       `json:"printedInvoices,omitempty"`
	Recipient                 *DeMittwaldV1InvoiceRecipient               `json:"recipient,omitempty"`
	RecipientSameAsOwner      *bool                                       `json:"recipientSameAsOwner,omitempty"`
	Status                    *[]DeMittwaldV1InvoiceInvoiceSettingsStatus `json:"status,omitempty"`
	TargetDay                 *int                                        `json:"targetDay,omitempty"`
}

DeMittwaldV1InvoiceInvoiceSettings defines model for de.mittwald.v1.invoice.InvoiceSettings.

type DeMittwaldV1InvoiceInvoiceSettingsStatus

type DeMittwaldV1InvoiceInvoiceSettingsStatus struct {
	Message  string                                           `json:"message"`
	Severity DeMittwaldV1InvoiceInvoiceSettingsStatusSeverity `json:"severity"`
	Type     DeMittwaldV1InvoiceInvoiceSettingsStatusType     `json:"type"`
}

DeMittwaldV1InvoiceInvoiceSettingsStatus defines model for de.mittwald.v1.invoice.InvoiceSettingsStatus.

type DeMittwaldV1InvoiceInvoiceSettingsStatusSeverity

type DeMittwaldV1InvoiceInvoiceSettingsStatusSeverity string

DeMittwaldV1InvoiceInvoiceSettingsStatusSeverity defines model for DeMittwaldV1InvoiceInvoiceSettingsStatus.Severity.

const (
	DeMittwaldV1InvoiceInvoiceSettingsStatusSeverityError   DeMittwaldV1InvoiceInvoiceSettingsStatusSeverity = "error"
	DeMittwaldV1InvoiceInvoiceSettingsStatusSeverityInfo    DeMittwaldV1InvoiceInvoiceSettingsStatusSeverity = "info"
	DeMittwaldV1InvoiceInvoiceSettingsStatusSeveritySuccess DeMittwaldV1InvoiceInvoiceSettingsStatusSeverity = "success"
	DeMittwaldV1InvoiceInvoiceSettingsStatusSeverityWarning DeMittwaldV1InvoiceInvoiceSettingsStatusSeverity = "warning"
)

Defines values for DeMittwaldV1InvoiceInvoiceSettingsStatusSeverity.

type DeMittwaldV1InvoiceInvoiceSettingsStatusType

type DeMittwaldV1InvoiceInvoiceSettingsStatusType string

DeMittwaldV1InvoiceInvoiceSettingsStatusType defines model for DeMittwaldV1InvoiceInvoiceSettingsStatus.Type.

const (
	ReturnDebitNote                  DeMittwaldV1InvoiceInvoiceSettingsStatusType = "returnDebitNote"
	ReturnDebitNoteWaitingForPayment DeMittwaldV1InvoiceInvoiceSettingsStatusType = "returnDebitNoteWaitingForPayment"
)

Defines values for DeMittwaldV1InvoiceInvoiceSettingsStatusType.

type DeMittwaldV1InvoiceInvoiceStatus

type DeMittwaldV1InvoiceInvoiceStatus string

DeMittwaldV1InvoiceInvoiceStatus defines model for DeMittwaldV1InvoiceInvoice.Status.

const (
	DeMittwaldV1InvoiceInvoiceStatusCONFIRMED     DeMittwaldV1InvoiceInvoiceStatus = "CONFIRMED"
	DeMittwaldV1InvoiceInvoiceStatusDENIED        DeMittwaldV1InvoiceInvoiceStatus = "DENIED"
	DeMittwaldV1InvoiceInvoiceStatusNEW           DeMittwaldV1InvoiceInvoiceStatus = "NEW"
	DeMittwaldV1InvoiceInvoiceStatusOVERPAID      DeMittwaldV1InvoiceInvoiceStatus = "OVERPAID"
	DeMittwaldV1InvoiceInvoiceStatusPAID          DeMittwaldV1InvoiceInvoiceStatus = "PAID"
	DeMittwaldV1InvoiceInvoiceStatusPARTIALLYPAID DeMittwaldV1InvoiceInvoiceStatus = "PARTIALLY_PAID"
)

Defines values for DeMittwaldV1InvoiceInvoiceStatus.

type DeMittwaldV1InvoicePaymentSettings

type DeMittwaldV1InvoicePaymentSettings struct {
	// contains filtered or unexported fields
}

DeMittwaldV1InvoicePaymentSettings defines model for de.mittwald.v1.invoice.PaymentSettings.

func (DeMittwaldV1InvoicePaymentSettings) AsDeMittwaldV1InvoicePaymentSettingsDebit

func (t DeMittwaldV1InvoicePaymentSettings) AsDeMittwaldV1InvoicePaymentSettingsDebit() (DeMittwaldV1InvoicePaymentSettingsDebit, error)

AsDeMittwaldV1InvoicePaymentSettingsDebit returns the union data inside the DeMittwaldV1InvoicePaymentSettings as a DeMittwaldV1InvoicePaymentSettingsDebit

func (DeMittwaldV1InvoicePaymentSettings) AsDeMittwaldV1InvoicePaymentSettingsInvoice

func (t DeMittwaldV1InvoicePaymentSettings) AsDeMittwaldV1InvoicePaymentSettingsInvoice() (DeMittwaldV1InvoicePaymentSettingsInvoice, error)

AsDeMittwaldV1InvoicePaymentSettingsInvoice returns the union data inside the DeMittwaldV1InvoicePaymentSettings as a DeMittwaldV1InvoicePaymentSettingsInvoice

func (*DeMittwaldV1InvoicePaymentSettings) FromDeMittwaldV1InvoicePaymentSettingsDebit

func (t *DeMittwaldV1InvoicePaymentSettings) FromDeMittwaldV1InvoicePaymentSettingsDebit(v DeMittwaldV1InvoicePaymentSettingsDebit) error

FromDeMittwaldV1InvoicePaymentSettingsDebit overwrites any union data inside the DeMittwaldV1InvoicePaymentSettings as the provided DeMittwaldV1InvoicePaymentSettingsDebit

func (*DeMittwaldV1InvoicePaymentSettings) FromDeMittwaldV1InvoicePaymentSettingsInvoice

func (t *DeMittwaldV1InvoicePaymentSettings) FromDeMittwaldV1InvoicePaymentSettingsInvoice(v DeMittwaldV1InvoicePaymentSettingsInvoice) error

FromDeMittwaldV1InvoicePaymentSettingsInvoice overwrites any union data inside the DeMittwaldV1InvoicePaymentSettings as the provided DeMittwaldV1InvoicePaymentSettingsInvoice

func (DeMittwaldV1InvoicePaymentSettings) MarshalJSON

func (t DeMittwaldV1InvoicePaymentSettings) MarshalJSON() ([]byte, error)

func (*DeMittwaldV1InvoicePaymentSettings) MergeDeMittwaldV1InvoicePaymentSettingsDebit

func (t *DeMittwaldV1InvoicePaymentSettings) MergeDeMittwaldV1InvoicePaymentSettingsDebit(v DeMittwaldV1InvoicePaymentSettingsDebit) error

MergeDeMittwaldV1InvoicePaymentSettingsDebit performs a merge with any union data inside the DeMittwaldV1InvoicePaymentSettings, using the provided DeMittwaldV1InvoicePaymentSettingsDebit

func (*DeMittwaldV1InvoicePaymentSettings) MergeDeMittwaldV1InvoicePaymentSettingsInvoice

func (t *DeMittwaldV1InvoicePaymentSettings) MergeDeMittwaldV1InvoicePaymentSettingsInvoice(v DeMittwaldV1InvoicePaymentSettingsInvoice) error

MergeDeMittwaldV1InvoicePaymentSettingsInvoice performs a merge with any union data inside the DeMittwaldV1InvoicePaymentSettings, using the provided DeMittwaldV1InvoicePaymentSettingsInvoice

func (*DeMittwaldV1InvoicePaymentSettings) UnmarshalJSON

func (t *DeMittwaldV1InvoicePaymentSettings) UnmarshalJSON(b []byte) error

type DeMittwaldV1InvoicePaymentSettingsDebit

type DeMittwaldV1InvoicePaymentSettingsDebit struct {
	AccountHolder string `json:"accountHolder"`

	// Bic Optional. Required for payments outside of the European Union.
	Bic    *string                                       `json:"bic,omitempty"`
	Iban   string                                        `json:"iban"`
	Method DeMittwaldV1InvoicePaymentSettingsDebitMethod `json:"method"`
}

DeMittwaldV1InvoicePaymentSettingsDebit defines model for de.mittwald.v1.invoice.PaymentSettingsDebit.

type DeMittwaldV1InvoicePaymentSettingsDebitMethod

type DeMittwaldV1InvoicePaymentSettingsDebitMethod string

DeMittwaldV1InvoicePaymentSettingsDebitMethod defines model for DeMittwaldV1InvoicePaymentSettingsDebit.Method.

Defines values for DeMittwaldV1InvoicePaymentSettingsDebitMethod.

type DeMittwaldV1InvoicePaymentSettingsInvoice

type DeMittwaldV1InvoicePaymentSettingsInvoice struct {
	Method DeMittwaldV1InvoicePaymentSettingsInvoiceMethod `json:"method"`
}

DeMittwaldV1InvoicePaymentSettingsInvoice defines model for de.mittwald.v1.invoice.PaymentSettingsInvoice.

type DeMittwaldV1InvoicePaymentSettingsInvoiceMethod

type DeMittwaldV1InvoicePaymentSettingsInvoiceMethod string

DeMittwaldV1InvoicePaymentSettingsInvoiceMethod defines model for DeMittwaldV1InvoicePaymentSettingsInvoice.Method.

const (
	Invoice DeMittwaldV1InvoicePaymentSettingsInvoiceMethod = "invoice"
)

Defines values for DeMittwaldV1InvoicePaymentSettingsInvoiceMethod.

type DeMittwaldV1InvoicePrice

type DeMittwaldV1InvoicePrice struct {
	Currency DeMittwaldV1InvoicePriceCurrency `json:"currency"`
	Value    int                              `json:"value"`
}

DeMittwaldV1InvoicePrice defines model for de.mittwald.v1.invoice.Price.

type DeMittwaldV1InvoicePriceCurrency

type DeMittwaldV1InvoicePriceCurrency string

DeMittwaldV1InvoicePriceCurrency defines model for DeMittwaldV1InvoicePrice.Currency.

const (
	DeMittwaldV1InvoicePriceCurrencyEUR DeMittwaldV1InvoicePriceCurrency = "EUR"
)

Defines values for DeMittwaldV1InvoicePriceCurrency.

type DeMittwaldV1InvoiceRecipient

type DeMittwaldV1InvoiceRecipient struct {
	Address       DeMittwaldV1CommonsAddress    `json:"address"`
	Company       *string                       `json:"company,omitempty"`
	EmailAddress  *openapi_types.Email          `json:"emailAddress,omitempty"`
	FirstName     *string                       `json:"firstName,omitempty"`
	LastName      *string                       `json:"lastName,omitempty"`
	PhoneNumbers  *[]string                     `json:"phoneNumbers,omitempty"`
	Salutation    DeMittwaldV1CommonsSalutation `json:"salutation"`
	Title         *string                       `json:"title,omitempty"`
	UseFormalTerm *bool                         `json:"useFormalTerm,omitempty"`
}

DeMittwaldV1InvoiceRecipient defines model for de.mittwald.v1.invoice.Recipient.

type DeMittwaldV1MailCreateForwardAddress

type DeMittwaldV1MailCreateForwardAddress struct {
	Address          string   `json:"address"`
	ForwardAddresses []string `json:"forwardAddresses"`
}

DeMittwaldV1MailCreateForwardAddress defines model for de.mittwald.v1.mail.CreateForwardAddress.

type DeMittwaldV1MailCreateMailAddress

type DeMittwaldV1MailCreateMailAddress struct {
	Address    string `json:"address"`
	IsCatchAll bool   `json:"isCatchAll"`
	Mailbox    struct {
		EnableSpamProtection bool    `json:"enableSpamProtection"`
		Password             string  `json:"password"`
		QuotaInBytes         float32 `json:"quotaInBytes"`
	} `json:"mailbox"`
}

DeMittwaldV1MailCreateMailAddress defines model for de.mittwald.v1.mail.CreateMailAddress.

type DeMittwaldV1MailDeliverybox

type DeMittwaldV1MailDeliverybox struct {
	AuthenticationEnabled bool               `json:"authenticationEnabled"`
	Description           string             `json:"description"`
	Id                    openapi_types.UUID `json:"id"`
	Name                  string             `json:"name"`
	PasswordUpdatedAt     time.Time          `json:"passwordUpdatedAt"`
	ProjectId             string             `json:"projectId"`
	SendingEnabled        bool               `json:"sendingEnabled"`
	UpdatedAt             time.Time          `json:"updatedAt"`
}

DeMittwaldV1MailDeliverybox defines model for de.mittwald.v1.mail.Deliverybox.

type DeMittwaldV1MailMailAddress

type DeMittwaldV1MailMailAddress struct {
	Address       string `json:"address"`
	AutoResponder struct {
		Active    bool       `json:"active"`
		ExpiresAt *time.Time `json:"expiresAt,omitempty"`
		Message   *string    `json:"message,omitempty"`
		StartsAt  *time.Time `json:"startsAt,omitempty"`
	} `json:"autoResponder"`
	ForwardAddresses []string           `json:"forwardAddresses"`
	Id               openapi_types.UUID `json:"id"`
	IsArchived       bool               `json:"isArchived"`
	IsCatchAll       bool               `json:"isCatchAll"`
	Mailbox          *struct {
		Name              string    `json:"name"`
		PasswordUpdatedAt time.Time `json:"passwordUpdatedAt"`
		SendingEnabled    bool      `json:"sendingEnabled"`
		SpamProtection    struct {
			Active                 bool                                                   `json:"active"`
			AutoDeleteSpam         bool                                                   `json:"autoDeleteSpam"`
			Folder                 DeMittwaldV1MailMailAddressMailboxSpamProtectionFolder `json:"folder"`
			RelocationMinSpamScore int                                                    `json:"relocationMinSpamScore"`
		} `json:"spamProtection"`
		StorageInBytes struct {
			Current struct {
				UpdatedAt time.Time `json:"updatedAt"`
				Value     float32   `json:"value"`
			} `json:"current"`
			Limit float32 `json:"limit"`
		} `json:"storageInBytes"`
	} `json:"mailbox,omitempty"`
	ProjectId         string    `json:"projectId"`
	ReceivingDisabled bool      `json:"receivingDisabled"`
	UpdatedAt         time.Time `json:"updatedAt"`
}

DeMittwaldV1MailMailAddress defines model for de.mittwald.v1.mail.MailAddress.

type DeMittwaldV1MailMailAddressMailboxSpamProtectionFolder

type DeMittwaldV1MailMailAddressMailboxSpamProtectionFolder string

DeMittwaldV1MailMailAddressMailboxSpamProtectionFolder defines model for DeMittwaldV1MailMailAddress.Mailbox.SpamProtection.Folder.

const (
	DeMittwaldV1MailMailAddressMailboxSpamProtectionFolderInbox DeMittwaldV1MailMailAddressMailboxSpamProtectionFolder = "inbox"
	DeMittwaldV1MailMailAddressMailboxSpamProtectionFolderSpam  DeMittwaldV1MailMailAddressMailboxSpamProtectionFolder = "spam"
)

Defines values for DeMittwaldV1MailMailAddressMailboxSpamProtectionFolder.

type DeMittwaldV1MarketplaceContext

type DeMittwaldV1MarketplaceContext string

DeMittwaldV1MarketplaceContext defines model for de.mittwald.v1.marketplace.Context.

const (
	Customer DeMittwaldV1MarketplaceContext = "customer"
	Project  DeMittwaldV1MarketplaceContext = "project"
)

Defines values for DeMittwaldV1MarketplaceContext.

type DeMittwaldV1MarketplaceContributor

type DeMittwaldV1MarketplaceContributor struct {
	CustomerId openapi_types.UUID                      `json:"customerId"`
	Email      *string                                 `json:"email,omitempty"`
	Id         openapi_types.UUID                      `json:"id"`
	LogoRefId  *string                                 `json:"logoRefId,omitempty"`
	Name       string                                  `json:"name"`
	Phone      *string                                 `json:"phone,omitempty"`
	State      DeMittwaldV1MarketplaceContributorState `json:"state"`
	Url        *string                                 `json:"url,omitempty"`
}

DeMittwaldV1MarketplaceContributor defines model for de.mittwald.v1.marketplace.Contributor.

type DeMittwaldV1MarketplaceContributorState

type DeMittwaldV1MarketplaceContributorState string

DeMittwaldV1MarketplaceContributorState defines model for de.mittwald.v1.marketplace.ContributorState.

const (
	DeMittwaldV1MarketplaceContributorStateDisabled DeMittwaldV1MarketplaceContributorState = "disabled"
	DeMittwaldV1MarketplaceContributorStateEnabled  DeMittwaldV1MarketplaceContributorState = "enabled"
)

Defines values for DeMittwaldV1MarketplaceContributorState.

type DeMittwaldV1MarketplaceExtension

type DeMittwaldV1MarketplaceExtension struct {
	Context            DeMittwaldV1MarketplaceContext              `json:"context"`
	ContributorId      openapi_types.UUID                          `json:"contributorId"`
	Description        string                                      `json:"description"`
	FrontendComponents *[]DeMittwaldV1MarketplaceExternalComponent `json:"frontendComponents,omitempty"`
	Id                 openapi_types.UUID                          `json:"id"`
	Name               string                                      `json:"name"`
	Scopes             []string                                    `json:"scopes"`
	State              DeMittwaldV1MarketplaceExtensionState       `json:"state"`
	Support            DeMittwaldV1MarketplaceSupportMeta          `json:"support"`
	Tags               []string                                    `json:"tags"`
}

DeMittwaldV1MarketplaceExtension defines model for de.mittwald.v1.marketplace.Extension.

type DeMittwaldV1MarketplaceExtensionInstance

type DeMittwaldV1MarketplaceExtensionInstance struct {
	AggregateReference struct {
		Aggregate string             `json:"aggregate"`
		Domain    string             `json:"domain"`
		Id        openapi_types.UUID `json:"id"`
	} `json:"aggregateReference"`
	ConsentedScopes []string           `json:"consentedScopes"`
	CreatedAt       *time.Time         `json:"createdAt,omitempty"`
	Disabled        bool               `json:"disabled"`
	ExtensionId     openapi_types.UUID `json:"extensionId"`
	Id              openapi_types.UUID `json:"id"`
}

DeMittwaldV1MarketplaceExtensionInstance defines model for de.mittwald.v1.marketplace.ExtensionInstance.

type DeMittwaldV1MarketplaceExtensionState

type DeMittwaldV1MarketplaceExtensionState string

DeMittwaldV1MarketplaceExtensionState defines model for de.mittwald.v1.marketplace.ExtensionState.

const (
	DeMittwaldV1MarketplaceExtensionStateBlocked  DeMittwaldV1MarketplaceExtensionState = "blocked"
	DeMittwaldV1MarketplaceExtensionStateDisabled DeMittwaldV1MarketplaceExtensionState = "disabled"
	DeMittwaldV1MarketplaceExtensionStateEnabled  DeMittwaldV1MarketplaceExtensionState = "enabled"
)

Defines values for DeMittwaldV1MarketplaceExtensionState.

type DeMittwaldV1MarketplaceExternalComponent

type DeMittwaldV1MarketplaceExternalComponent struct {
	Name string `json:"name"`
	Url  string `json:"url"`
}

DeMittwaldV1MarketplaceExternalComponent defines model for de.mittwald.v1.marketplace.ExternalComponent.

type DeMittwaldV1MarketplacePublicKey

type DeMittwaldV1MarketplacePublicKey struct {
	Algorithm string `json:"algorithm"`

	// Key base64 encoded public key
	Key    []byte             `json:"key"`
	Serial openapi_types.UUID `json:"serial"`
}

DeMittwaldV1MarketplacePublicKey defines model for de.mittwald.v1.marketplace.PublicKey.

type DeMittwaldV1MarketplaceSupportMeta

type DeMittwaldV1MarketplaceSupportMeta struct {
	Email *string `json:"email,omitempty"`
	Phone *string `json:"phone,omitempty"`
}

DeMittwaldV1MarketplaceSupportMeta defines model for de.mittwald.v1.marketplace.SupportMeta.

type DeMittwaldV1MembershipCustomerInvite

type DeMittwaldV1MembershipCustomerInvite struct {
	// AvatarRefId Reference to the Customer's avatar.
	AvatarRefId *string `json:"avatarRefId,omitempty"`

	// CustomerId ID of the Customer the invite is for.
	CustomerId openapi_types.UUID `json:"customerId"`

	// CustomerName Name of the Customer the user is invited to.
	CustomerName string `json:"customerName"`

	// Id ID of the CustomerInvite.
	Id          openapi_types.UUID                      `json:"id"`
	Information DeMittwaldV1MembershipInviteInformation `json:"information"`

	// MailAddress Mail-address of the user the invite is for.
	MailAddress openapi_types.Email `json:"mailAddress"`

	// MembershipExpiresAt Time the CustomerMembership should expire at.
	MembershipExpiresAt *time.Time `json:"membershipExpiresAt,omitempty"`

	// Message Message contained in the CustomerInvite.
	Message *string                             `json:"message,omitempty"`
	Role    DeMittwaldV1MembershipCustomerRoles `json:"role"`
}

DeMittwaldV1MembershipCustomerInvite defines model for de.mittwald.v1.membership.CustomerInvite.

type DeMittwaldV1MembershipCustomerMembership

type DeMittwaldV1MembershipCustomerMembership struct {
	// CustomerId ID of the Customer the CustomerMembership is for.
	CustomerId openapi_types.UUID `json:"customerId"`

	// Email Email used by the invited user.
	Email openapi_types.Email `json:"email"`

	// ExpiresAt Time the CustomerMembership should expire at.
	ExpiresAt *time.Time `json:"expiresAt,omitempty"`

	// Id ID of the CustomerMembership.
	Id openapi_types.UUID `json:"id"`

	// InviteId ID of the CustomerInvite the membership was created from.
	InviteId *openapi_types.UUID `json:"inviteId,omitempty"`

	// MemberSince Date the CustomerMembership was created at.
	MemberSince *time.Time `json:"memberSince,omitempty"`

	// Mfa MFA activated by the user.
	Mfa  bool                                `json:"mfa"`
	Role DeMittwaldV1MembershipCustomerRoles `json:"role"`

	// UserId ID of the user the CustomerMembership is for.
	UserId openapi_types.UUID `json:"userId"`
}

DeMittwaldV1MembershipCustomerMembership defines model for de.mittwald.v1.membership.CustomerMembership.

type DeMittwaldV1MembershipCustomerRoles

type DeMittwaldV1MembershipCustomerRoles string

DeMittwaldV1MembershipCustomerRoles defines model for de.mittwald.v1.membership.CustomerRoles.

const (
	DeMittwaldV1MembershipCustomerRolesAccountant DeMittwaldV1MembershipCustomerRoles = "accountant"
	DeMittwaldV1MembershipCustomerRolesMember     DeMittwaldV1MembershipCustomerRoles = "member"
	DeMittwaldV1MembershipCustomerRolesNotset     DeMittwaldV1MembershipCustomerRoles = "notset"
	DeMittwaldV1MembershipCustomerRolesOwner      DeMittwaldV1MembershipCustomerRoles = "owner"
)

Defines values for DeMittwaldV1MembershipCustomerRoles.

type DeMittwaldV1MembershipInviteInformation

type DeMittwaldV1MembershipInviteInformation struct {
	// InvitationToken Token for authentication purposes.
	InvitationToken *string `json:"invitationToken,omitempty"`

	// InvitedBy ID of the user that created the invite.
	InvitedBy openapi_types.UUID `json:"invitedBy"`

	// UserId ID of the user this invite is for.
	UserId *openapi_types.UUID `json:"userId,omitempty"`
}

DeMittwaldV1MembershipInviteInformation defines model for de.mittwald.v1.membership.InviteInformation.

type DeMittwaldV1MembershipProjectInvite

type DeMittwaldV1MembershipProjectInvite struct {
	// Id ID of the ProjectInvite.
	Id          openapi_types.UUID                      `json:"id"`
	Information DeMittwaldV1MembershipInviteInformation `json:"information"`

	// MailAddress Mail-address of the user the ProjectInvite is for.
	MailAddress openapi_types.Email `json:"mailAddress"`

	// MembershipExpiresAt Time the ProjectMembership should expire at.
	MembershipExpiresAt *time.Time `json:"membershipExpiresAt,omitempty"`

	// Message Message contained in the ProjectInvite.
	Message *string `json:"message,omitempty"`

	// ProjectDescription Description of the Project the invite is created for.
	ProjectDescription string `json:"projectDescription"`

	// ProjectId ID of the Project the invitation is for.
	ProjectId openapi_types.UUID                 `json:"projectId"`
	Role      DeMittwaldV1MembershipProjectRoles `json:"role"`
}

DeMittwaldV1MembershipProjectInvite defines model for de.mittwald.v1.membership.ProjectInvite.

type DeMittwaldV1MembershipProjectMembership

type DeMittwaldV1MembershipProjectMembership struct {
	// Email Email used by the invited user.
	Email openapi_types.Email `json:"email"`

	// ExpiresAt Time the ProjectMembership should expire at.
	ExpiresAt *time.Time `json:"expiresAt,omitempty"`

	// Id ID of the ProjectMembership.
	Id openapi_types.UUID `json:"id"`

	// Inherited Whether the ProjectMembership was inherited from a CustomerMembership.
	Inherited bool `json:"inherited"`

	// InviteId ID of the ProjectInvite the membership was created from.
	InviteId *openapi_types.UUID `json:"inviteId,omitempty"`

	// MemberSince Date the projectMembership was created at.
	MemberSince *time.Time `json:"memberSince,omitempty"`

	// Mfa MFA activated by the user.
	Mfa bool `json:"mfa"`

	// ProjectId ID of the Project the membership is for.
	ProjectId openapi_types.UUID                 `json:"projectId"`
	Role      DeMittwaldV1MembershipProjectRoles `json:"role"`

	// UserId ID of the user the ProjectMembership is for.
	UserId openapi_types.UUID `json:"userId"`
}

DeMittwaldV1MembershipProjectMembership defines model for de.mittwald.v1.membership.ProjectMembership.

type DeMittwaldV1MembershipProjectRoles

type DeMittwaldV1MembershipProjectRoles string

DeMittwaldV1MembershipProjectRoles defines model for de.mittwald.v1.membership.ProjectRoles.

const (
	DeMittwaldV1MembershipProjectRolesEmailadmin DeMittwaldV1MembershipProjectRoles = "emailadmin"
	DeMittwaldV1MembershipProjectRolesExternal   DeMittwaldV1MembershipProjectRoles = "external"
	DeMittwaldV1MembershipProjectRolesNotset     DeMittwaldV1MembershipProjectRoles = "notset"
	DeMittwaldV1MembershipProjectRolesOwner      DeMittwaldV1MembershipProjectRoles = "owner"
)

Defines values for DeMittwaldV1MembershipProjectRoles.

type DeMittwaldV1MessagingAggregateReference

type DeMittwaldV1MessagingAggregateReference struct {
	Aggregate string `json:"aggregate"`
	Domain    string `json:"domain"`
	Id        string `json:"id"`
	Parents   *[]struct {
		Aggregate string `json:"aggregate"`
		Domain    string `json:"domain"`
		Id        string `json:"id"`
	} `json:"parents,omitempty"`
}

DeMittwaldV1MessagingAggregateReference defines model for de.mittwald.v1.messaging.AggregateReference.

type DeMittwaldV1MessagingNotification

type DeMittwaldV1MessagingNotification struct {
	CreatedAt time.Time                                 `json:"createdAt"`
	Id        openapi_types.UUID                        `json:"id"`
	Read      bool                                      `json:"read"`
	Reference DeMittwaldV1MessagingAggregateReference   `json:"reference"`
	Severity  DeMittwaldV1MessagingNotificationSeverity `json:"severity"`
	Type      string                                    `json:"type"`
}

DeMittwaldV1MessagingNotification defines model for de.mittwald.v1.messaging.Notification.

type DeMittwaldV1MessagingNotificationSeverity

type DeMittwaldV1MessagingNotificationSeverity string

DeMittwaldV1MessagingNotificationSeverity defines model for DeMittwaldV1MessagingNotification.Severity.

const (
	DeMittwaldV1MessagingNotificationSeverityError   DeMittwaldV1MessagingNotificationSeverity = "error"
	DeMittwaldV1MessagingNotificationSeverityInfo    DeMittwaldV1MessagingNotificationSeverity = "info"
	DeMittwaldV1MessagingNotificationSeveritySuccess DeMittwaldV1MessagingNotificationSeverity = "success"
	DeMittwaldV1MessagingNotificationSeverityWarning DeMittwaldV1MessagingNotificationSeverity = "warning"
)

Defines values for DeMittwaldV1MessagingNotificationSeverity.

type DeMittwaldV1MessagingNotificationStatus

type DeMittwaldV1MessagingNotificationStatus string

DeMittwaldV1MessagingNotificationStatus defines model for de.mittwald.v1.messaging.NotificationStatus.

const (
	DeMittwaldV1MessagingNotificationStatusRead DeMittwaldV1MessagingNotificationStatus = "read"
)

Defines values for DeMittwaldV1MessagingNotificationStatus.

type DeMittwaldV1OrderAddons

type DeMittwaldV1OrderAddons struct {
	Hidden *bool  `json:"hidden,omitempty"`
	Key    string `json:"key"`
	Value  string `json:"value"`
}

DeMittwaldV1OrderAddons defines model for de.mittwald.v1.order.Addons.

type DeMittwaldV1OrderAttributeConfiguration

type DeMittwaldV1OrderAttributeConfiguration struct {
	Key   string  `json:"key"`
	Value *string `json:"value,omitempty"`
}

DeMittwaldV1OrderAttributeConfiguration defines model for de.mittwald.v1.order.AttributeConfiguration.

type DeMittwaldV1OrderCustomerOrder

type DeMittwaldV1OrderCustomerOrder struct {
	ContractChangeContractId *openapi_types.UUID `json:"contractChangeContractId,omitempty"`
	CustomerId               string              `json:"customerId"`
	DueDate                  *time.Time          `json:"dueDate,omitempty"`

	// InvoicingPeriod Invoicing period in months
	InvoicingPeriod float32                       `json:"invoicingPeriod"`
	Items           []DeMittwaldV1OrderOrderItem  `json:"items"`
	OrderDate       time.Time                     `json:"orderDate"`
	OrderId         openapi_types.UUID            `json:"orderId"`
	OrderNumber     string                        `json:"orderNumber"`
	Profile         *DeMittwaldV1OrderProfile     `json:"profile,omitempty"`
	Status          DeMittwaldV1OrderOrderStatus  `json:"status"`
	Summary         DeMittwaldV1OrderOrderSummary `json:"summary"`
	Type            DeMittwaldV1OrderOrderType    `json:"type"`
}

DeMittwaldV1OrderCustomerOrder defines model for de.mittwald.v1.order.CustomerOrder.

type DeMittwaldV1OrderDomainHandleField

type DeMittwaldV1OrderDomainHandleField struct {
	Name  string `json:"name"`
	Value string `json:"value"`
}

DeMittwaldV1OrderDomainHandleField defines model for de.mittwald.v1.order.DomainHandleField.

type DeMittwaldV1OrderDomainOrder

type DeMittwaldV1OrderDomainOrder struct {
	AuthCode   *string `json:"authCode,omitempty"`
	Domain     string  `json:"domain"`
	HandleData struct {
		AdminC *[]DeMittwaldV1OrderDomainHandleField `json:"adminC,omitempty"`
		OwnerC []DeMittwaldV1OrderDomainHandleField  `json:"ownerC"`
	} `json:"handleData"`
	ProjectId openapi_types.UUID `json:"projectId"`
}

DeMittwaldV1OrderDomainOrder defines model for de.mittwald.v1.order.DomainOrder.

type DeMittwaldV1OrderDomainOrderPreview

type DeMittwaldV1OrderDomainOrderPreview struct {
	AuthCode  *string             `json:"authCode,omitempty"`
	Domain    string              `json:"domain"`
	ProjectId *openapi_types.UUID `json:"projectId,omitempty"`
}

DeMittwaldV1OrderDomainOrderPreview defines model for de.mittwald.v1.order.DomainOrderPreview.

type DeMittwaldV1OrderDomainOrderPreviewResponse

type DeMittwaldV1OrderDomainOrderPreviewResponse struct {
	DomainPrice float32 `json:"domainPrice"`
	FeePrice    float32 `json:"feePrice"`
	TotalPrice  float32 `json:"totalPrice"`
}

DeMittwaldV1OrderDomainOrderPreviewResponse defines model for de.mittwald.v1.order.DomainOrderPreviewResponse.

type DeMittwaldV1OrderHardwareSpec

type DeMittwaldV1OrderHardwareSpec struct {
	Ram  *float32 `json:"ram,omitempty"`
	Vcpu *float32 `json:"vcpu,omitempty"`
}

DeMittwaldV1OrderHardwareSpec defines model for de.mittwald.v1.order.HardwareSpec.

type DeMittwaldV1OrderHostingOrderPreviewResponse

type DeMittwaldV1OrderHostingOrderPreviewResponse struct {
	MachineTypePrice float32 `json:"machineTypePrice"`
	StoragePrice     float32 `json:"storagePrice"`
	TotalPrice       float32 `json:"totalPrice"`
}

DeMittwaldV1OrderHostingOrderPreviewResponse defines model for de.mittwald.v1.order.HostingOrderPreviewResponse.

type DeMittwaldV1OrderMachineTypeSpec

type DeMittwaldV1OrderMachineTypeSpec struct {
	MachineType *string `json:"machineType,omitempty"`
}

DeMittwaldV1OrderMachineTypeSpec defines model for de.mittwald.v1.order.MachineTypeSpec.

type DeMittwaldV1OrderOrderItem

type DeMittwaldV1OrderOrderItem struct {
	Addons                      *[]DeMittwaldV1OrderAddons                 `json:"addons,omitempty"`
	ArticleId                   string                                     `json:"articleId"`
	ArticleName                 *string                                    `json:"articleName,omitempty"`
	ArticleTemplateName         *string                                    `json:"articleTemplateName,omitempty"`
	AttributeConfiguration      *[]DeMittwaldV1OrderAttributeConfiguration `json:"attributeConfiguration,omitempty"`
	IsInclusive                 bool                                       `json:"isInclusive"`
	OrderItemId                 openapi_types.UUID                         `json:"orderItemId"`
	PredefinedDomainAggregateId *string                                    `json:"predefinedDomainAggregateId,omitempty"`
	Price                       float32                                    `json:"price"`
	Reference                   *DeMittwaldV1OrderReference                `json:"reference,omitempty"`
}

DeMittwaldV1OrderOrderItem defines model for de.mittwald.v1.order.OrderItem.

type DeMittwaldV1OrderOrderStatus

type DeMittwaldV1OrderOrderStatus string

DeMittwaldV1OrderOrderStatus defines model for de.mittwald.v1.order.OrderStatus.

const (
	DeMittwaldV1OrderOrderStatusABORTED   DeMittwaldV1OrderOrderStatus = "ABORTED"
	DeMittwaldV1OrderOrderStatusCONFIRMED DeMittwaldV1OrderOrderStatus = "CONFIRMED"
	DeMittwaldV1OrderOrderStatusEXECUTED  DeMittwaldV1OrderOrderStatus = "EXECUTED"
	DeMittwaldV1OrderOrderStatusNEW       DeMittwaldV1OrderOrderStatus = "NEW"
	DeMittwaldV1OrderOrderStatusREJECTED  DeMittwaldV1OrderOrderStatus = "REJECTED"
)

Defines values for DeMittwaldV1OrderOrderStatus.

type DeMittwaldV1OrderOrderSummary

type DeMittwaldV1OrderOrderSummary struct {
	NonRecurring float32 `json:"nonRecurring"`
	Recurring    float32 `json:"recurring"`

	// Summary The total price of the order
	Summary float32 `json:"summary"`
}

DeMittwaldV1OrderOrderSummary defines model for de.mittwald.v1.order.OrderSummary.

type DeMittwaldV1OrderOrderType

type DeMittwaldV1OrderOrderType string

DeMittwaldV1OrderOrderType defines model for de.mittwald.v1.order.OrderType.

const (
	CONTRACTCHANGE DeMittwaldV1OrderOrderType = "CONTRACT_CHANGE"
	NEWORDER       DeMittwaldV1OrderOrderType = "NEW_ORDER"
)

Defines values for DeMittwaldV1OrderOrderType.

type DeMittwaldV1OrderProfile

type DeMittwaldV1OrderProfile struct {
	Email     openapi_types.Email `json:"email"`
	FirstName *string             `json:"first_name,omitempty"`
	LastName  *string             `json:"last_name,omitempty"`

	// Title the users title
	Title  *DeMittwaldV1OrderProfileTitle `json:"title,omitempty"`
	UserId openapi_types.UUID             `json:"userId"`
}

DeMittwaldV1OrderProfile defines model for de.mittwald.v1.order.Profile.

type DeMittwaldV1OrderProfileTitle

type DeMittwaldV1OrderProfileTitle string

DeMittwaldV1OrderProfileTitle the users title

const (
	DeMittwaldV1OrderProfileTitleMr    DeMittwaldV1OrderProfileTitle = "mr"
	DeMittwaldV1OrderProfileTitleMs    DeMittwaldV1OrderProfileTitle = "ms"
	DeMittwaldV1OrderProfileTitleOther DeMittwaldV1OrderProfileTitle = "other"
)

Defines values for DeMittwaldV1OrderProfileTitle.

type DeMittwaldV1OrderProjectHostingOrder

type DeMittwaldV1OrderProjectHostingOrder struct {
	CustomerId     string                                    `json:"customerId"`
	Description    string                                    `json:"description"`
	DiskspaceInGiB float32                                   `json:"diskspaceInGiB"`
	PromotionCode  *string                                   `json:"promotionCode,omitempty"`
	Spec           DeMittwaldV1OrderProjectHostingOrder_Spec `json:"spec"`
	UseFreeTrial   *bool                                     `json:"useFreeTrial,omitempty"`
}

DeMittwaldV1OrderProjectHostingOrder defines model for de.mittwald.v1.order.ProjectHostingOrder.

type DeMittwaldV1OrderProjectHostingOrderPreview

type DeMittwaldV1OrderProjectHostingOrderPreview struct {
	CustomerId     *string                                          `json:"customerId,omitempty"`
	Description    *string                                          `json:"description,omitempty"`
	DiskspaceInGiB float32                                          `json:"diskspaceInGiB"`
	Spec           DeMittwaldV1OrderProjectHostingOrderPreview_Spec `json:"spec"`
}

DeMittwaldV1OrderProjectHostingOrderPreview defines model for de.mittwald.v1.order.ProjectHostingOrderPreview.

type DeMittwaldV1OrderProjectHostingOrderPreview_Spec

type DeMittwaldV1OrderProjectHostingOrderPreview_Spec struct {
	// contains filtered or unexported fields
}

DeMittwaldV1OrderProjectHostingOrderPreview_Spec defines model for DeMittwaldV1OrderProjectHostingOrderPreview.Spec.

func (DeMittwaldV1OrderProjectHostingOrderPreview_Spec) AsDeMittwaldV1OrderHardwareSpec

AsDeMittwaldV1OrderHardwareSpec returns the union data inside the DeMittwaldV1OrderProjectHostingOrderPreview_Spec as a DeMittwaldV1OrderHardwareSpec

func (DeMittwaldV1OrderProjectHostingOrderPreview_Spec) AsDeMittwaldV1OrderMachineTypeSpec

AsDeMittwaldV1OrderMachineTypeSpec returns the union data inside the DeMittwaldV1OrderProjectHostingOrderPreview_Spec as a DeMittwaldV1OrderMachineTypeSpec

func (*DeMittwaldV1OrderProjectHostingOrderPreview_Spec) FromDeMittwaldV1OrderHardwareSpec

FromDeMittwaldV1OrderHardwareSpec overwrites any union data inside the DeMittwaldV1OrderProjectHostingOrderPreview_Spec as the provided DeMittwaldV1OrderHardwareSpec

func (*DeMittwaldV1OrderProjectHostingOrderPreview_Spec) FromDeMittwaldV1OrderMachineTypeSpec

FromDeMittwaldV1OrderMachineTypeSpec overwrites any union data inside the DeMittwaldV1OrderProjectHostingOrderPreview_Spec as the provided DeMittwaldV1OrderMachineTypeSpec

func (DeMittwaldV1OrderProjectHostingOrderPreview_Spec) MarshalJSON

func (*DeMittwaldV1OrderProjectHostingOrderPreview_Spec) MergeDeMittwaldV1OrderHardwareSpec

MergeDeMittwaldV1OrderHardwareSpec performs a merge with any union data inside the DeMittwaldV1OrderProjectHostingOrderPreview_Spec, using the provided DeMittwaldV1OrderHardwareSpec

func (*DeMittwaldV1OrderProjectHostingOrderPreview_Spec) MergeDeMittwaldV1OrderMachineTypeSpec

MergeDeMittwaldV1OrderMachineTypeSpec performs a merge with any union data inside the DeMittwaldV1OrderProjectHostingOrderPreview_Spec, using the provided DeMittwaldV1OrderMachineTypeSpec

func (*DeMittwaldV1OrderProjectHostingOrderPreview_Spec) UnmarshalJSON

type DeMittwaldV1OrderProjectHostingOrder_Spec

type DeMittwaldV1OrderProjectHostingOrder_Spec struct {
	// contains filtered or unexported fields
}

DeMittwaldV1OrderProjectHostingOrder_Spec defines model for DeMittwaldV1OrderProjectHostingOrder.Spec.

func (DeMittwaldV1OrderProjectHostingOrder_Spec) AsDeMittwaldV1OrderHardwareSpec

func (t DeMittwaldV1OrderProjectHostingOrder_Spec) AsDeMittwaldV1OrderHardwareSpec() (DeMittwaldV1OrderHardwareSpec, error)

AsDeMittwaldV1OrderHardwareSpec returns the union data inside the DeMittwaldV1OrderProjectHostingOrder_Spec as a DeMittwaldV1OrderHardwareSpec

func (DeMittwaldV1OrderProjectHostingOrder_Spec) AsDeMittwaldV1OrderMachineTypeSpec

func (t DeMittwaldV1OrderProjectHostingOrder_Spec) AsDeMittwaldV1OrderMachineTypeSpec() (DeMittwaldV1OrderMachineTypeSpec, error)

AsDeMittwaldV1OrderMachineTypeSpec returns the union data inside the DeMittwaldV1OrderProjectHostingOrder_Spec as a DeMittwaldV1OrderMachineTypeSpec

func (*DeMittwaldV1OrderProjectHostingOrder_Spec) FromDeMittwaldV1OrderHardwareSpec

func (t *DeMittwaldV1OrderProjectHostingOrder_Spec) FromDeMittwaldV1OrderHardwareSpec(v DeMittwaldV1OrderHardwareSpec) error

FromDeMittwaldV1OrderHardwareSpec overwrites any union data inside the DeMittwaldV1OrderProjectHostingOrder_Spec as the provided DeMittwaldV1OrderHardwareSpec

func (*DeMittwaldV1OrderProjectHostingOrder_Spec) FromDeMittwaldV1OrderMachineTypeSpec

func (t *DeMittwaldV1OrderProjectHostingOrder_Spec) FromDeMittwaldV1OrderMachineTypeSpec(v DeMittwaldV1OrderMachineTypeSpec) error

FromDeMittwaldV1OrderMachineTypeSpec overwrites any union data inside the DeMittwaldV1OrderProjectHostingOrder_Spec as the provided DeMittwaldV1OrderMachineTypeSpec

func (DeMittwaldV1OrderProjectHostingOrder_Spec) MarshalJSON

func (*DeMittwaldV1OrderProjectHostingOrder_Spec) MergeDeMittwaldV1OrderHardwareSpec

func (t *DeMittwaldV1OrderProjectHostingOrder_Spec) MergeDeMittwaldV1OrderHardwareSpec(v DeMittwaldV1OrderHardwareSpec) error

MergeDeMittwaldV1OrderHardwareSpec performs a merge with any union data inside the DeMittwaldV1OrderProjectHostingOrder_Spec, using the provided DeMittwaldV1OrderHardwareSpec

func (*DeMittwaldV1OrderProjectHostingOrder_Spec) MergeDeMittwaldV1OrderMachineTypeSpec

func (t *DeMittwaldV1OrderProjectHostingOrder_Spec) MergeDeMittwaldV1OrderMachineTypeSpec(v DeMittwaldV1OrderMachineTypeSpec) error

MergeDeMittwaldV1OrderMachineTypeSpec performs a merge with any union data inside the DeMittwaldV1OrderProjectHostingOrder_Spec, using the provided DeMittwaldV1OrderMachineTypeSpec

func (*DeMittwaldV1OrderProjectHostingOrder_Spec) UnmarshalJSON

type DeMittwaldV1OrderProjectHostingTariffChange

type DeMittwaldV1OrderProjectHostingTariffChange struct {
	ContractId     string                                           `json:"contractId"`
	DiskspaceInGiB float32                                          `json:"diskspaceInGiB"`
	Spec           DeMittwaldV1OrderProjectHostingTariffChange_Spec `json:"spec"`
}

DeMittwaldV1OrderProjectHostingTariffChange defines model for de.mittwald.v1.order.ProjectHostingTariffChange.

type DeMittwaldV1OrderProjectHostingTariffChange_Spec

type DeMittwaldV1OrderProjectHostingTariffChange_Spec struct {
	// contains filtered or unexported fields
}

DeMittwaldV1OrderProjectHostingTariffChange_Spec defines model for DeMittwaldV1OrderProjectHostingTariffChange.Spec.

func (DeMittwaldV1OrderProjectHostingTariffChange_Spec) AsDeMittwaldV1OrderHardwareSpec

AsDeMittwaldV1OrderHardwareSpec returns the union data inside the DeMittwaldV1OrderProjectHostingTariffChange_Spec as a DeMittwaldV1OrderHardwareSpec

func (DeMittwaldV1OrderProjectHostingTariffChange_Spec) AsDeMittwaldV1OrderMachineTypeSpec

AsDeMittwaldV1OrderMachineTypeSpec returns the union data inside the DeMittwaldV1OrderProjectHostingTariffChange_Spec as a DeMittwaldV1OrderMachineTypeSpec

func (*DeMittwaldV1OrderProjectHostingTariffChange_Spec) FromDeMittwaldV1OrderHardwareSpec

FromDeMittwaldV1OrderHardwareSpec overwrites any union data inside the DeMittwaldV1OrderProjectHostingTariffChange_Spec as the provided DeMittwaldV1OrderHardwareSpec

func (*DeMittwaldV1OrderProjectHostingTariffChange_Spec) FromDeMittwaldV1OrderMachineTypeSpec

FromDeMittwaldV1OrderMachineTypeSpec overwrites any union data inside the DeMittwaldV1OrderProjectHostingTariffChange_Spec as the provided DeMittwaldV1OrderMachineTypeSpec

func (DeMittwaldV1OrderProjectHostingTariffChange_Spec) MarshalJSON

func (*DeMittwaldV1OrderProjectHostingTariffChange_Spec) MergeDeMittwaldV1OrderHardwareSpec

MergeDeMittwaldV1OrderHardwareSpec performs a merge with any union data inside the DeMittwaldV1OrderProjectHostingTariffChange_Spec, using the provided DeMittwaldV1OrderHardwareSpec

func (*DeMittwaldV1OrderProjectHostingTariffChange_Spec) MergeDeMittwaldV1OrderMachineTypeSpec

MergeDeMittwaldV1OrderMachineTypeSpec performs a merge with any union data inside the DeMittwaldV1OrderProjectHostingTariffChange_Spec, using the provided DeMittwaldV1OrderMachineTypeSpec

func (*DeMittwaldV1OrderProjectHostingTariffChange_Spec) UnmarshalJSON

type DeMittwaldV1OrderReference

type DeMittwaldV1OrderReference struct {
	ContractItemId *openapi_types.UUID `json:"contractItemId,omitempty"`
	OfferItemId    *openapi_types.UUID `json:"offerItemId,omitempty"`
	OrderItemId    *openapi_types.UUID `json:"orderItemId,omitempty"`
}

DeMittwaldV1OrderReference defines model for de.mittwald.v1.order.Reference.

type DeMittwaldV1OrderServerOrder

type DeMittwaldV1OrderServerOrder struct {
	CustomerId     string  `json:"customerId"`
	Description    string  `json:"description"`
	DiskspaceInGiB float32 `json:"diskspaceInGiB"`
	MachineType    string  `json:"machineType"`
	UseFreeTrial   *bool   `json:"useFreeTrial,omitempty"`
}

DeMittwaldV1OrderServerOrder defines model for de.mittwald.v1.order.ServerOrder.

type DeMittwaldV1OrderServerOrderPreview

type DeMittwaldV1OrderServerOrderPreview struct {
	CustomerId     *string `json:"customerId,omitempty"`
	Description    *string `json:"description,omitempty"`
	DiskspaceInGiB float32 `json:"diskspaceInGiB"`
	MachineType    string  `json:"machineType"`
}

DeMittwaldV1OrderServerOrderPreview defines model for de.mittwald.v1.order.ServerOrderPreview.

type DeMittwaldV1OrderServerTariffChange

type DeMittwaldV1OrderServerTariffChange struct {
	ContractId     openapi_types.UUID `json:"contractId"`
	DiskspaceInGiB float32            `json:"diskspaceInGiB"`
	MachineType    string             `json:"machineType"`
}

DeMittwaldV1OrderServerTariffChange defines model for de.mittwald.v1.order.ServerTariffChange.

type DeMittwaldV1PolicyPolicy

type DeMittwaldV1PolicyPolicy = string

DeMittwaldV1PolicyPolicy defines model for de.mittwald.v1.policy.Policy.

type DeMittwaldV1PollUserPollSettings

type DeMittwaldV1PollUserPollSettings struct {
	CompletedAt   *time.Time                             `json:"completedAt,omitempty"`
	DontShowUntil *time.Time                             `json:"dontShowUntil,omitempty"`
	IgnoredAt     *time.Time                             `json:"ignoredAt,omitempty"`
	ShouldShow    bool                                   `json:"shouldShow"`
	Status        DeMittwaldV1PollUserPollSettingsStatus `json:"status"`
	UserId        string                                 `json:"userId"`
}

DeMittwaldV1PollUserPollSettings defines model for de.mittwald.v1.poll.UserPollSettings.

type DeMittwaldV1PollUserPollSettingsStatus

type DeMittwaldV1PollUserPollSettingsStatus string

DeMittwaldV1PollUserPollSettingsStatus defines model for DeMittwaldV1PollUserPollSettings.Status.

const (
	DeMittwaldV1PollUserPollSettingsStatusCompleted DeMittwaldV1PollUserPollSettingsStatus = "completed"
	DeMittwaldV1PollUserPollSettingsStatusIgnored   DeMittwaldV1PollUserPollSettingsStatus = "ignored"
	DeMittwaldV1PollUserPollSettingsStatusMuted     DeMittwaldV1PollUserPollSettingsStatus = "muted"
	DeMittwaldV1PollUserPollSettingsStatusNew       DeMittwaldV1PollUserPollSettingsStatus = "new"
)

Defines values for DeMittwaldV1PollUserPollSettingsStatus.

type DeMittwaldV1ProjectAvatarRules

type DeMittwaldV1ProjectAvatarRules struct {
	MaxSizeInKB int      `json:"maxSizeInKB"`
	MimeTypes   []string `json:"mimeTypes"`
	Properties  *struct {
		ImageDimensions *struct {
			Max *struct {
				Height *int `json:"height,omitempty"`
				Width  *int `json:"width,omitempty"`
			} `json:"max,omitempty"`
			Min *struct {
				Height *int `json:"height,omitempty"`
				Width  *int `json:"width,omitempty"`
			} `json:"min,omitempty"`
		} `json:"imageDimensions,omitempty"`
	} `json:"properties,omitempty"`
}

DeMittwaldV1ProjectAvatarRules defines model for de.mittwald.v1.project.AvatarRules.

type DeMittwaldV1ProjectDeprecatedProjectReadinessStatus

type DeMittwaldV1ProjectDeprecatedProjectReadinessStatus string

DeMittwaldV1ProjectDeprecatedProjectReadinessStatus deprecated

const (
	DeMittwaldV1ProjectDeprecatedProjectReadinessStatusCreating DeMittwaldV1ProjectDeprecatedProjectReadinessStatus = "creating"
	DeMittwaldV1ProjectDeprecatedProjectReadinessStatusReady    DeMittwaldV1ProjectDeprecatedProjectReadinessStatus = "ready"
	DeMittwaldV1ProjectDeprecatedProjectReadinessStatusUnready  DeMittwaldV1ProjectDeprecatedProjectReadinessStatus = "unready"
)

Defines values for DeMittwaldV1ProjectDeprecatedProjectReadinessStatus.

type DeMittwaldV1ProjectDeprecatedServerReadinessStatus

type DeMittwaldV1ProjectDeprecatedServerReadinessStatus string

DeMittwaldV1ProjectDeprecatedServerReadinessStatus deprecated

const (
	DeMittwaldV1ProjectDeprecatedServerReadinessStatusCreating DeMittwaldV1ProjectDeprecatedServerReadinessStatus = "creating"
	DeMittwaldV1ProjectDeprecatedServerReadinessStatusReady    DeMittwaldV1ProjectDeprecatedServerReadinessStatus = "ready"
	DeMittwaldV1ProjectDeprecatedServerReadinessStatusUnready  DeMittwaldV1ProjectDeprecatedServerReadinessStatus = "unready"
)

Defines values for DeMittwaldV1ProjectDeprecatedServerReadinessStatus.

type DeMittwaldV1ProjectDisableReason

type DeMittwaldV1ProjectDisableReason string

DeMittwaldV1ProjectDisableReason defines model for de.mittwald.v1.project.DisableReason.

const (
	DeMittwaldV1ProjectDisableReasonIllegalContent   DeMittwaldV1ProjectDisableReason = "illegalContent"
	DeMittwaldV1ProjectDisableReasonMaliciousCode    DeMittwaldV1ProjectDisableReason = "maliciousCode"
	DeMittwaldV1ProjectDisableReasonMaliciousConduct DeMittwaldV1ProjectDisableReason = "maliciousConduct"
	DeMittwaldV1ProjectDisableReasonSuspended        DeMittwaldV1ProjectDisableReason = "suspended"
)

Defines values for DeMittwaldV1ProjectDisableReason.

type DeMittwaldV1ProjectFilesystemDirectoryListing

type DeMittwaldV1ProjectFilesystemDirectoryListing struct {
	AbsolutePath string                                           `json:"absolutePath"`
	IsDirectory  *bool                                            `json:"isDirectory,omitempty"`
	IsExecutable *bool                                            `json:"isExecutable,omitempty"`
	IsFile       *bool                                            `json:"isFile,omitempty"`
	IsSymlink    *bool                                            `json:"isSymlink,omitempty"`
	Items        *[]DeMittwaldV1ProjectFilesystemDirectoryListing `json:"items,omitempty"`
	Name         string                                           `json:"name"`
	Size         int                                              `json:"size"`
	Target       *string                                          `json:"target,omitempty"`
}

DeMittwaldV1ProjectFilesystemDirectoryListing defines model for de.mittwald.v1.project.FilesystemDirectoryListing.

type DeMittwaldV1ProjectFilesystemUsagesDisk

type DeMittwaldV1ProjectFilesystemUsagesDisk struct {
	Path       *string `json:"path,omitempty"`
	TotalBytes *int    `json:"totalBytes,omitempty"`
	UsedBytes  *int    `json:"usedBytes,omitempty"`
}

DeMittwaldV1ProjectFilesystemUsagesDisk defines model for de.mittwald.v1.project.FilesystemUsagesDisk.

type DeMittwaldV1ProjectFsApiJwt

type DeMittwaldV1ProjectFsApiJwt struct {
	Jwt string `json:"jwt"`
}

DeMittwaldV1ProjectFsApiJwt defines model for de.mittwald.v1.project.FsApiJwt.

type DeMittwaldV1ProjectHardwareSpec

type DeMittwaldV1ProjectHardwareSpec struct {
	Cpu     *string `json:"cpu,omitempty"`
	Mem     *string `json:"mem,omitempty"`
	Storage string  `json:"storage"`
}

DeMittwaldV1ProjectHardwareSpec defines model for de.mittwald.v1.project.HardwareSpec.

type DeMittwaldV1ProjectMachineType

type DeMittwaldV1ProjectMachineType struct {
	Cpu    string `json:"cpu"`
	Memory string `json:"memory"`
	Name   string `json:"name"`
}

DeMittwaldV1ProjectMachineType defines model for de.mittwald.v1.project.MachineType.

type DeMittwaldV1ProjectProject

type DeMittwaldV1ProjectProject struct {
	ClusterDomain *string                           `json:"clusterDomain,omitempty"`
	ClusterID     *string                           `json:"clusterID,omitempty"`
	CreatedAt     time.Time                         `json:"createdAt"`
	CustomerId    string                            `json:"customerId"`
	Description   string                            `json:"description"`
	Directories   map[string]string                 `json:"directories"`
	DisableReason *DeMittwaldV1ProjectDisableReason `json:"disableReason,omitempty"`
	DisabledAt    *time.Time                        `json:"disabledAt,omitempty"`
	Enabled       bool                              `json:"enabled"`
	Id            openapi_types.UUID                `json:"id"`
	ImageRefId    *openapi_types.UUID               `json:"imageRefId,omitempty"`

	// IsReady deprecated
	// Deprecated:
	IsReady          bool                `json:"isReady"`
	ProjectHostingId *openapi_types.UUID `json:"projectHostingId,omitempty"`

	// Readiness deprecated
	// Deprecated:
	Readiness            DeMittwaldV1ProjectDeprecatedProjectReadinessStatus `json:"readiness"`
	ServerId             *openapi_types.UUID                                 `json:"serverId,omitempty"`
	ServerShortId        *string                                             `json:"serverShortId,omitempty"`
	ShortId              string                                              `json:"shortId"`
	Spec                 *DeMittwaldV1ProjectProject_Spec                    `json:"spec,omitempty"`
	StatisticsBaseDomain *string                                             `json:"statisticsBaseDomain,omitempty"`
	Status               DeMittwaldV1ProjectProjectStatus                    `json:"status"`
	StatusSetAt          time.Time                                           `json:"statusSetAt"`
}

DeMittwaldV1ProjectProject defines model for de.mittwald.v1.project.Project.

type DeMittwaldV1ProjectProjectStatus

type DeMittwaldV1ProjectProjectStatus string

DeMittwaldV1ProjectProjectStatus defines model for de.mittwald.v1.project.ProjectStatus.

const (
	DeMittwaldV1ProjectProjectStatusDisabled                    DeMittwaldV1ProjectProjectStatus = "disabled"
	DeMittwaldV1ProjectProjectStatusError                       DeMittwaldV1ProjectProjectStatus = "error"
	DeMittwaldV1ProjectProjectStatusMigratingVolume             DeMittwaldV1ProjectProjectStatus = "migratingVolume"
	DeMittwaldV1ProjectProjectStatusPending                     DeMittwaldV1ProjectProjectStatus = "pending"
	DeMittwaldV1ProjectProjectStatusPreparingForVolumeMigration DeMittwaldV1ProjectProjectStatus = "preparingForVolumeMigration"
	DeMittwaldV1ProjectProjectStatusReady                       DeMittwaldV1ProjectProjectStatus = "ready"
)

Defines values for DeMittwaldV1ProjectProjectStatus.

type DeMittwaldV1ProjectProject_Spec

type DeMittwaldV1ProjectProject_Spec struct {
	// contains filtered or unexported fields
}

DeMittwaldV1ProjectProject_Spec defines model for DeMittwaldV1ProjectProject.Spec.

func (DeMittwaldV1ProjectProject_Spec) AsDeMittwaldV1ProjectHardwareSpec

func (t DeMittwaldV1ProjectProject_Spec) AsDeMittwaldV1ProjectHardwareSpec() (DeMittwaldV1ProjectHardwareSpec, error)

AsDeMittwaldV1ProjectHardwareSpec returns the union data inside the DeMittwaldV1ProjectProject_Spec as a DeMittwaldV1ProjectHardwareSpec

func (DeMittwaldV1ProjectProject_Spec) AsDeMittwaldV1ProjectVisitorSpec

func (t DeMittwaldV1ProjectProject_Spec) AsDeMittwaldV1ProjectVisitorSpec() (DeMittwaldV1ProjectVisitorSpec, error)

AsDeMittwaldV1ProjectVisitorSpec returns the union data inside the DeMittwaldV1ProjectProject_Spec as a DeMittwaldV1ProjectVisitorSpec

func (*DeMittwaldV1ProjectProject_Spec) FromDeMittwaldV1ProjectHardwareSpec

func (t *DeMittwaldV1ProjectProject_Spec) FromDeMittwaldV1ProjectHardwareSpec(v DeMittwaldV1ProjectHardwareSpec) error

FromDeMittwaldV1ProjectHardwareSpec overwrites any union data inside the DeMittwaldV1ProjectProject_Spec as the provided DeMittwaldV1ProjectHardwareSpec

func (*DeMittwaldV1ProjectProject_Spec) FromDeMittwaldV1ProjectVisitorSpec

func (t *DeMittwaldV1ProjectProject_Spec) FromDeMittwaldV1ProjectVisitorSpec(v DeMittwaldV1ProjectVisitorSpec) error

FromDeMittwaldV1ProjectVisitorSpec overwrites any union data inside the DeMittwaldV1ProjectProject_Spec as the provided DeMittwaldV1ProjectVisitorSpec

func (DeMittwaldV1ProjectProject_Spec) MarshalJSON

func (t DeMittwaldV1ProjectProject_Spec) MarshalJSON() ([]byte, error)

func (*DeMittwaldV1ProjectProject_Spec) MergeDeMittwaldV1ProjectHardwareSpec

func (t *DeMittwaldV1ProjectProject_Spec) MergeDeMittwaldV1ProjectHardwareSpec(v DeMittwaldV1ProjectHardwareSpec) error

MergeDeMittwaldV1ProjectHardwareSpec performs a merge with any union data inside the DeMittwaldV1ProjectProject_Spec, using the provided DeMittwaldV1ProjectHardwareSpec

func (*DeMittwaldV1ProjectProject_Spec) MergeDeMittwaldV1ProjectVisitorSpec

func (t *DeMittwaldV1ProjectProject_Spec) MergeDeMittwaldV1ProjectVisitorSpec(v DeMittwaldV1ProjectVisitorSpec) error

MergeDeMittwaldV1ProjectVisitorSpec performs a merge with any union data inside the DeMittwaldV1ProjectProject_Spec, using the provided DeMittwaldV1ProjectVisitorSpec

func (*DeMittwaldV1ProjectProject_Spec) UnmarshalJSON

func (t *DeMittwaldV1ProjectProject_Spec) UnmarshalJSON(b []byte) error

type DeMittwaldV1ProjectServer

type DeMittwaldV1ProjectServer struct {
	ClusterName    string                                  `json:"clusterName"`
	CreatedAt      time.Time                               `json:"createdAt"`
	CustomerId     string                                  `json:"customerId"`
	Description    string                                  `json:"description"`
	DisabledReason *DeMittwaldV1ProjectServerDisableReason `json:"disabledReason,omitempty"`
	Id             openapi_types.UUID                      `json:"id"`
	ImageRefId     *openapi_types.UUID                     `json:"imageRefId,omitempty"`

	// IsReady deprecated
	// Deprecated:
	IsReady     bool                           `json:"isReady"`
	MachineType DeMittwaldV1ProjectMachineType `json:"machineType"`

	// Readiness deprecated
	// Deprecated:
	Readiness            DeMittwaldV1ProjectDeprecatedServerReadinessStatus `json:"readiness"`
	ShortId              string                                             `json:"shortId"`
	StatisticsBaseDomain *string                                            `json:"statisticsBaseDomain,omitempty"`
	Status               DeMittwaldV1ProjectServerStatus                    `json:"status"`
	Storage              string                                             `json:"storage"`
}

DeMittwaldV1ProjectServer defines model for de.mittwald.v1.project.Server.

type DeMittwaldV1ProjectServerDisableReason

type DeMittwaldV1ProjectServerDisableReason string

DeMittwaldV1ProjectServerDisableReason defines model for de.mittwald.v1.project.ServerDisableReason.

const (
	DeMittwaldV1ProjectServerDisableReasonSuspended DeMittwaldV1ProjectServerDisableReason = "suspended"
)

Defines values for DeMittwaldV1ProjectServerDisableReason.

type DeMittwaldV1ProjectServerStatus

type DeMittwaldV1ProjectServerStatus string

DeMittwaldV1ProjectServerStatus defines model for de.mittwald.v1.project.ServerStatus.

const (
	DeMittwaldV1ProjectServerStatusPending DeMittwaldV1ProjectServerStatus = "pending"
	DeMittwaldV1ProjectServerStatusReady   DeMittwaldV1ProjectServerStatus = "ready"
	DeMittwaldV1ProjectServerStatusUnready DeMittwaldV1ProjectServerStatus = "unready"
)

Defines values for DeMittwaldV1ProjectServerStatus.

type DeMittwaldV1ProjectVisitorSpec

type DeMittwaldV1ProjectVisitorSpec struct {
	Storage  string  `json:"storage"`
	Visitors float32 `json:"visitors"`
}

DeMittwaldV1ProjectVisitorSpec defines model for de.mittwald.v1.project.VisitorSpec.

type DeMittwaldV1SignupAccount

type DeMittwaldV1SignupAccount struct {
	Email *openapi_types.Email `json:"email,omitempty"`

	// MfaDetails The users mfa details.
	MfaDetails *struct {
		MfaConfirmed   *bool `json:"mfaConfirmed,omitempty"`
		MfaInitialized *bool `json:"mfaInitialized,omitempty"`
	} `json:"mfaDetails,omitempty"`
	PasswordUpdatedAt *time.Time `json:"passwordUpdatedAt,omitempty"`

	// Person The users personal information, e.g. first name.
	Person *DeMittwaldV1CommonsPerson `json:"person,omitempty"`
	UserId *string                    `json:"userId,omitempty"`
}

DeMittwaldV1SignupAccount defines model for de.mittwald.v1.signup.Account.

type DeMittwaldV1SignupApiToken

type DeMittwaldV1SignupApiToken struct {
	ApiTokenId  openapi_types.UUID                `json:"apiTokenId"`
	CreatedAt   time.Time                         `json:"createdAt"`
	Description string                            `json:"description"`
	ExpiresAt   *time.Time                        `json:"expiresAt,omitempty"`
	Roles       []DeMittwaldV1SignupApiTokenRoles `json:"roles"`
}

DeMittwaldV1SignupApiToken defines model for de.mittwald.v1.signup.ApiToken.

type DeMittwaldV1SignupApiTokenRoles

type DeMittwaldV1SignupApiTokenRoles string

DeMittwaldV1SignupApiTokenRoles defines model for DeMittwaldV1SignupApiToken.Roles.

const (
	DeMittwaldV1SignupApiTokenRolesApiRead  DeMittwaldV1SignupApiTokenRoles = "api_read"
	DeMittwaldV1SignupApiTokenRolesApiWrite DeMittwaldV1SignupApiTokenRoles = "api_write"
)

Defines values for DeMittwaldV1SignupApiTokenRoles.

type DeMittwaldV1SignupDeviceInfo

type DeMittwaldV1SignupDeviceInfo struct {
	Browser *string `json:"browser,omitempty"`
	Model   *string `json:"model,omitempty"`
	Os      *string `json:"os,omitempty"`
	Type    *string `json:"type,omitempty"`
}

DeMittwaldV1SignupDeviceInfo defines model for de.mittwald.v1.signup.DeviceInfo.

type DeMittwaldV1SignupDomainError

type DeMittwaldV1SignupDomainError struct {
	// Info A json object, given further information about the error
	Info *map[string]interface{} `json:"info,omitempty"`

	// Message Some more detailed information about the error
	Message string `json:"message"`

	// Name Unique key for the error type
	Name string `json:"name"`
}

DeMittwaldV1SignupDomainError defines model for de.mittwald.v1.signup.DomainError.

type DeMittwaldV1SignupLocation

type DeMittwaldV1SignupLocation struct {
	City      *string `json:"city,omitempty"`
	Country   *string `json:"country,omitempty"`
	IpAddress *string `json:"ipAddress,omitempty"`
}

DeMittwaldV1SignupLocation defines model for de.mittwald.v1.signup.Location.

type DeMittwaldV1SignupRemovingLastOwnerNotAllowedError

type DeMittwaldV1SignupRemovingLastOwnerNotAllowedError struct {
	// Info A json object, given further information about the error
	Info *map[string]interface{} `json:"info,omitempty"`

	// Message more information about the error
	Message string                                                 `json:"message"`
	Name    DeMittwaldV1SignupRemovingLastOwnerNotAllowedErrorName `json:"name"`
}

DeMittwaldV1SignupRemovingLastOwnerNotAllowedError defines model for de.mittwald.v1.signup.RemovingLastOwnerNotAllowedError.

type DeMittwaldV1SignupRemovingLastOwnerNotAllowedErrorName

type DeMittwaldV1SignupRemovingLastOwnerNotAllowedErrorName string

type DeMittwaldV1SignupSecondFactorRequiredError

type DeMittwaldV1SignupSecondFactorRequiredError struct {
	// Info A json object, given further information about the error
	Info *map[string]interface{} `json:"info,omitempty"`

	// Message Some more detailed information about the error
	Message string                                          `json:"message"`
	Name    DeMittwaldV1SignupSecondFactorRequiredErrorName `json:"name"`
}

DeMittwaldV1SignupSecondFactorRequiredError defines model for de.mittwald.v1.signup.SecondFactorRequiredError.

type DeMittwaldV1SignupSecondFactorRequiredErrorName

type DeMittwaldV1SignupSecondFactorRequiredErrorName string

type DeMittwaldV1SignupSshKey

type DeMittwaldV1SignupSshKey struct {
	Algorithm   string             `json:"algorithm"`
	Comment     string             `json:"comment"`
	CreatedAt   time.Time          `json:"createdAt"`
	ExpiresAt   *time.Time         `json:"expiresAt,omitempty"`
	Fingerprint string             `json:"fingerprint"`
	Key         string             `json:"key"`
	SshKeyId    openapi_types.UUID `json:"sshKeyId"`
}

DeMittwaldV1SignupSshKey defines model for de.mittwald.v1.signup.SshKey.

type DeMittwaldV1SignupUserSession

type DeMittwaldV1SignupUserSession struct {
	Created    time.Time                    `json:"created"`
	Device     DeMittwaldV1SignupDeviceInfo `json:"device"`
	LastAccess *time.Time                   `json:"lastAccess,omitempty"`
	Location   *DeMittwaldV1SignupLocation  `json:"location,omitempty"`
	TokenId    openapi_types.UUID           `json:"tokenId"`
}

DeMittwaldV1SignupUserSession defines model for de.mittwald.v1.signup.UserSession.

type DeMittwaldV1SshuserAccessLevel

type DeMittwaldV1SshuserAccessLevel string

DeMittwaldV1SshuserAccessLevel The level of access for an SFTPUser.

const (
	DeMittwaldV1SshuserAccessLevelFull        DeMittwaldV1SshuserAccessLevel = "full"
	DeMittwaldV1SshuserAccessLevelRead        DeMittwaldV1SshuserAccessLevel = "read"
	DeMittwaldV1SshuserAccessLevelUnspecified DeMittwaldV1SshuserAccessLevel = "unspecified"
)

Defines values for DeMittwaldV1SshuserAccessLevel.

type DeMittwaldV1SshuserAuthentication

type DeMittwaldV1SshuserAuthentication struct {
	// contains filtered or unexported fields
}

DeMittwaldV1SshuserAuthentication Method of authentication for an SFTPUser or SSHUser. Can be password or public-keys.

func (DeMittwaldV1SshuserAuthentication) AsDeMittwaldV1SshuserAuthentication0

func (t DeMittwaldV1SshuserAuthentication) AsDeMittwaldV1SshuserAuthentication0() (DeMittwaldV1SshuserAuthentication0, error)

AsDeMittwaldV1SshuserAuthentication0 returns the union data inside the DeMittwaldV1SshuserAuthentication as a DeMittwaldV1SshuserAuthentication0

func (DeMittwaldV1SshuserAuthentication) AsDeMittwaldV1SshuserAuthentication1

func (t DeMittwaldV1SshuserAuthentication) AsDeMittwaldV1SshuserAuthentication1() (DeMittwaldV1SshuserAuthentication1, error)

AsDeMittwaldV1SshuserAuthentication1 returns the union data inside the DeMittwaldV1SshuserAuthentication as a DeMittwaldV1SshuserAuthentication1

func (*DeMittwaldV1SshuserAuthentication) FromDeMittwaldV1SshuserAuthentication0

func (t *DeMittwaldV1SshuserAuthentication) FromDeMittwaldV1SshuserAuthentication0(v DeMittwaldV1SshuserAuthentication0) error

FromDeMittwaldV1SshuserAuthentication0 overwrites any union data inside the DeMittwaldV1SshuserAuthentication as the provided DeMittwaldV1SshuserAuthentication0

func (*DeMittwaldV1SshuserAuthentication) FromDeMittwaldV1SshuserAuthentication1

func (t *DeMittwaldV1SshuserAuthentication) FromDeMittwaldV1SshuserAuthentication1(v DeMittwaldV1SshuserAuthentication1) error

FromDeMittwaldV1SshuserAuthentication1 overwrites any union data inside the DeMittwaldV1SshuserAuthentication as the provided DeMittwaldV1SshuserAuthentication1

func (DeMittwaldV1SshuserAuthentication) MarshalJSON

func (t DeMittwaldV1SshuserAuthentication) MarshalJSON() ([]byte, error)

func (*DeMittwaldV1SshuserAuthentication) MergeDeMittwaldV1SshuserAuthentication0

func (t *DeMittwaldV1SshuserAuthentication) MergeDeMittwaldV1SshuserAuthentication0(v DeMittwaldV1SshuserAuthentication0) error

MergeDeMittwaldV1SshuserAuthentication0 performs a merge with any union data inside the DeMittwaldV1SshuserAuthentication, using the provided DeMittwaldV1SshuserAuthentication0

func (*DeMittwaldV1SshuserAuthentication) MergeDeMittwaldV1SshuserAuthentication1

func (t *DeMittwaldV1SshuserAuthentication) MergeDeMittwaldV1SshuserAuthentication1(v DeMittwaldV1SshuserAuthentication1) error

MergeDeMittwaldV1SshuserAuthentication1 performs a merge with any union data inside the DeMittwaldV1SshuserAuthentication, using the provided DeMittwaldV1SshuserAuthentication1

func (*DeMittwaldV1SshuserAuthentication) UnmarshalJSON

func (t *DeMittwaldV1SshuserAuthentication) UnmarshalJSON(b []byte) error

type DeMittwaldV1SshuserAuthentication0

type DeMittwaldV1SshuserAuthentication0 struct {
	Password string `json:"password"`
}

DeMittwaldV1SshuserAuthentication0 defines model for .

type DeMittwaldV1SshuserAuthentication1

type DeMittwaldV1SshuserAuthentication1 struct {
	PublicKeys []DeMittwaldV1SshuserPublicKey `json:"publicKeys"`
}

DeMittwaldV1SshuserAuthentication1 defines model for .

type DeMittwaldV1SshuserPublicKey

type DeMittwaldV1SshuserPublicKey struct {
	Comment string `json:"comment"`
	Key     string `json:"key"`
}

DeMittwaldV1SshuserPublicKey A representation of an ssh-public-key.

type DeMittwaldV1SshuserSftpUser

type DeMittwaldV1SshuserSftpUser struct {
	// AccessLevel The level of access for an SFTPUser.
	AccessLevel   DeMittwaldV1SshuserAccessLevel  `json:"accessLevel"`
	Active        *bool                           `json:"active,omitempty"`
	AuthUpdatedAt time.Time                       `json:"authUpdatedAt"`
	CreatedAt     time.Time                       `json:"createdAt"`
	Description   string                          `json:"description"`
	Directories   *[]string                       `json:"directories,omitempty"`
	ExpiresAt     *time.Time                      `json:"expiresAt,omitempty"`
	HasPassword   bool                            `json:"hasPassword"`
	Id            string                          `json:"id"`
	ProjectId     string                          `json:"projectId"`
	PublicKeys    *[]DeMittwaldV1SshuserPublicKey `json:"publicKeys,omitempty"`
	UpdatedAt     *time.Time                      `json:"updatedAt,omitempty"`
	UserName      string                          `json:"userName"`
}

DeMittwaldV1SshuserSftpUser A representation of an SFTPUser.

type DeMittwaldV1SshuserSshUser

type DeMittwaldV1SshuserSshUser struct {
	Active        *bool                           `json:"active,omitempty"`
	AuthUpdatedAt time.Time                       `json:"authUpdatedAt"`
	CreatedAt     time.Time                       `json:"createdAt"`
	Description   string                          `json:"description"`
	ExpiresAt     *time.Time                      `json:"expiresAt,omitempty"`
	HasPassword   bool                            `json:"hasPassword"`
	Id            string                          `json:"id"`
	ProjectId     string                          `json:"projectId"`
	PublicKeys    *[]DeMittwaldV1SshuserPublicKey `json:"publicKeys,omitempty"`
	UpdatedAt     *time.Time                      `json:"updatedAt,omitempty"`
	UserName      string                          `json:"userName"`
}

DeMittwaldV1SshuserSshUser A representation of an SSHUser.

type DeMittwaldV1StraceData

type DeMittwaldV1StraceData struct {
	ActualUrl string `json:"actualUrl"`
	DbQueries []struct {
		// Query The whole DB query.
		Query string                       `json:"query"`
		Stats DeMittwaldV1StraceStatistics `json:"stats"`

		// WarnLevel Alerts when the time, syscall count or occurrence count of this group are abnormal.
		WarnLevel DeMittwaldV1StraceDataDbQueriesWarnLevel `json:"warnLevel"`
	} `json:"dbQueries"`
	DbStats DeMittwaldV1StraceStatistics `json:"dbStats"`
	FileOps []struct {
		Filename *string                      `json:"filename,omitempty"`
		Filepath *string                      `json:"filepath,omitempty"`
		Stats    DeMittwaldV1StraceStatistics `json:"stats"`

		// WarnLevel Alerts when the time, syscall count or occurrence count of this group are abnormal.
		WarnLevel DeMittwaldV1StraceDataFileOpsWarnLevel `json:"warnLevel"`
	} `json:"fileOps"`
	FileOpsStats  DeMittwaldV1StraceStatistics `json:"fileOpsStats"`
	MiscStats     DeMittwaldV1StraceStatistics `json:"miscStats"`
	NetworkingOps []struct {
		ConnectionType DeMittwaldV1StraceDataNetworkingOpsConnectionType `json:"connectionType"`

		// Description A short description of the network connection to provide additional context.
		Description string `json:"description"`

		// Ip IP address to which a connection was established.
		Ip string `json:"ip"`

		// Port Port to which a connection was established.
		Port  int                          `json:"port"`
		Stats DeMittwaldV1StraceStatistics `json:"stats"`

		// WarnLevel Alerts when the time, syscall count or occurrence count of this group are abnormal.
		WarnLevel DeMittwaldV1StraceDataNetworkingOpsWarnLevel `json:"warnLevel"`
	} `json:"networkingOps"`
	NetworkingStats DeMittwaldV1StraceStatistics `json:"networkingStats"`

	// SlowdownFactor Shows how much slower the websites TTFB was when it got traced (1.0 = 100% = same TTFB).
	SlowdownFactor float32 `json:"slowdownFactor"`

	// TtfbMs Time to first byte in milliseconds while tracing the website.
	TtfbMs int `json:"ttfbMs"`
}

DeMittwaldV1StraceData defines model for de.mittwald.v1.strace.Data.

type DeMittwaldV1StraceDataDbQueriesWarnLevel

type DeMittwaldV1StraceDataDbQueriesWarnLevel string

DeMittwaldV1StraceDataDbQueriesWarnLevel Alerts when the time, syscall count or occurrence count of this group are abnormal.

const (
	DeMittwaldV1StraceDataDbQueriesWarnLevelNO     DeMittwaldV1StraceDataDbQueriesWarnLevel = "NO"
	DeMittwaldV1StraceDataDbQueriesWarnLevelSEVERE DeMittwaldV1StraceDataDbQueriesWarnLevel = "SEVERE"
	DeMittwaldV1StraceDataDbQueriesWarnLevelWARN   DeMittwaldV1StraceDataDbQueriesWarnLevel = "WARN"
)

Defines values for DeMittwaldV1StraceDataDbQueriesWarnLevel.

type DeMittwaldV1StraceDataFileOpsWarnLevel

type DeMittwaldV1StraceDataFileOpsWarnLevel string

DeMittwaldV1StraceDataFileOpsWarnLevel Alerts when the time, syscall count or occurrence count of this group are abnormal.

const (
	DeMittwaldV1StraceDataFileOpsWarnLevelNO     DeMittwaldV1StraceDataFileOpsWarnLevel = "NO"
	DeMittwaldV1StraceDataFileOpsWarnLevelSEVERE DeMittwaldV1StraceDataFileOpsWarnLevel = "SEVERE"
	DeMittwaldV1StraceDataFileOpsWarnLevelWARN   DeMittwaldV1StraceDataFileOpsWarnLevel = "WARN"
)

Defines values for DeMittwaldV1StraceDataFileOpsWarnLevel.

type DeMittwaldV1StraceDataNetworkingOpsConnectionType

type DeMittwaldV1StraceDataNetworkingOpsConnectionType string

DeMittwaldV1StraceDataNetworkingOpsConnectionType defines model for DeMittwaldV1StraceData.NetworkingOps.ConnectionType.

Defines values for DeMittwaldV1StraceDataNetworkingOpsConnectionType.

type DeMittwaldV1StraceDataNetworkingOpsWarnLevel

type DeMittwaldV1StraceDataNetworkingOpsWarnLevel string

DeMittwaldV1StraceDataNetworkingOpsWarnLevel Alerts when the time, syscall count or occurrence count of this group are abnormal.

Defines values for DeMittwaldV1StraceDataNetworkingOpsWarnLevel.

type DeMittwaldV1StraceError

type DeMittwaldV1StraceError struct {
	ErrorMessage string `json:"errorMessage"`
}

DeMittwaldV1StraceError defines model for de.mittwald.v1.strace.Error.

type DeMittwaldV1StraceStatistics

type DeMittwaldV1StraceStatistics struct {
	// KernelMs Elapsed kernel space time in milliseconds.
	KernelMs float32 `json:"kernelMs"`

	// Occurrences The number of times this group occurred.
	Occurrences int `json:"occurrences"`

	// SyscallCount Syscall count.
	SyscallCount int `json:"syscallCount"`

	// UserspaceMs Elapsed user space time in milliseconds.
	UserspaceMs float32 `json:"userspaceMs"`
}

DeMittwaldV1StraceStatistics defines model for de.mittwald.v1.strace.Statistics.

type DeMittwaldV1UserUser

type DeMittwaldV1UserUser struct {
	AvatarRef *openapi_types.UUID  `json:"avatarRef,omitempty"`
	Email     *openapi_types.Email `json:"email,omitempty"`

	// EmployeeInformation additional information about mittwald employees
	EmployeeInformation *struct {
		Department string `json:"department"`
	} `json:"employeeInformation,omitempty"`

	// Person The users personal information, e.g. first name.
	Person       DeMittwaldV1CommonsPerson `json:"person"`
	PhoneNumber  *string                   `json:"phoneNumber,omitempty"`
	RegisteredAt *time.Time                `json:"registeredAt,omitempty"`
	UserId       openapi_types.UUID        `json:"userId"`
}

DeMittwaldV1UserUser defines model for de.mittwald.v1.user.User.

type DeMittwaldV1UserUserFeedback

type DeMittwaldV1UserUserFeedback struct {
	Id      openapi_types.UUID `json:"id"`
	Message string             `json:"message"`
	Origin  string             `json:"origin"`
	Subject string             `json:"subject"`
	Vote    float32            `json:"vote"`
}

DeMittwaldV1UserUserFeedback defines model for de.mittwald.v1.user.UserFeedback.

type DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse

type DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse

func ParseDeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse(rsp *http.Response) (*DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse, error)

ParseDeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse parses an HTTP response from a DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdWithResponse call

func (DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteV2AppinstallationsAppInstallationIdResponse

type DeleteV2AppinstallationsAppInstallationIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteV2AppinstallationsAppInstallationIdResponse

func ParseDeleteV2AppinstallationsAppInstallationIdResponse(rsp *http.Response) (*DeleteV2AppinstallationsAppInstallationIdResponse, error)

ParseDeleteV2AppinstallationsAppInstallationIdResponse parses an HTTP response from a DeleteV2AppinstallationsAppInstallationIdWithResponse call

func (DeleteV2AppinstallationsAppInstallationIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteV2AppinstallationsAppInstallationIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteV2DeliveryboxesDeliveryBoxIdResponse

type DeleteV2DeliveryboxesDeliveryBoxIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteV2DeliveryboxesDeliveryBoxIdResponse

func ParseDeleteV2DeliveryboxesDeliveryBoxIdResponse(rsp *http.Response) (*DeleteV2DeliveryboxesDeliveryBoxIdResponse, error)

ParseDeleteV2DeliveryboxesDeliveryBoxIdResponse parses an HTTP response from a DeleteV2DeliveryboxesDeliveryBoxIdWithResponse call

func (DeleteV2DeliveryboxesDeliveryBoxIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteV2DeliveryboxesDeliveryBoxIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteV2DnsZonesDnsZoneIdResponse

type DeleteV2DnsZonesDnsZoneIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteV2DnsZonesDnsZoneIdResponse

func ParseDeleteV2DnsZonesDnsZoneIdResponse(rsp *http.Response) (*DeleteV2DnsZonesDnsZoneIdResponse, error)

ParseDeleteV2DnsZonesDnsZoneIdResponse parses an HTTP response from a DeleteV2DnsZonesDnsZoneIdWithResponse call

func (DeleteV2DnsZonesDnsZoneIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteV2DnsZonesDnsZoneIdResponse) StatusCode

func (r DeleteV2DnsZonesDnsZoneIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteV2DomainsDomainIdDeclarationsResponse

type DeleteV2DomainsDomainIdDeclarationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteV2DomainsDomainIdDeclarationsResponse

func ParseDeleteV2DomainsDomainIdDeclarationsResponse(rsp *http.Response) (*DeleteV2DomainsDomainIdDeclarationsResponse, error)

ParseDeleteV2DomainsDomainIdDeclarationsResponse parses an HTTP response from a DeleteV2DomainsDomainIdDeclarationsWithResponse call

func (DeleteV2DomainsDomainIdDeclarationsResponse) Status

Status returns HTTPResponse.Status

func (DeleteV2DomainsDomainIdDeclarationsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteV2MailaddressesMailAddressIdResponse

type DeleteV2MailaddressesMailAddressIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteV2MailaddressesMailAddressIdResponse

func ParseDeleteV2MailaddressesMailAddressIdResponse(rsp *http.Response) (*DeleteV2MailaddressesMailAddressIdResponse, error)

ParseDeleteV2MailaddressesMailAddressIdResponse parses an HTTP response from a DeleteV2MailaddressesMailAddressIdWithResponse call

func (DeleteV2MailaddressesMailAddressIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteV2MailaddressesMailAddressIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteV2SignupProfileJSONBody

type DeleteV2SignupProfileJSONBody struct {
	// MultiFactorCode Multi Factor Code to authorize your request.
	MultiFactorCode *string `json:"multiFactorCode,omitempty"`
	Password        string  `json:"password"`
}

DeleteV2SignupProfileJSONBody defines parameters for DeleteV2SignupProfile.

type DeleteV2SignupProfileJSONRequestBody

type DeleteV2SignupProfileJSONRequestBody DeleteV2SignupProfileJSONBody

DeleteV2SignupProfileJSONRequestBody defines body for DeleteV2SignupProfile for application/json ContentType.

type DeleteV2SignupProfileResponse

type DeleteV2SignupProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteV2SignupProfileResponse

func ParseDeleteV2SignupProfileResponse(rsp *http.Response) (*DeleteV2SignupProfileResponse, error)

ParseDeleteV2SignupProfileResponse parses an HTTP response from a DeleteV2SignupProfileWithResponse call

func (DeleteV2SignupProfileResponse) Status

Status returns HTTPResponse.Status

func (DeleteV2SignupProfileResponse) StatusCode

func (r DeleteV2SignupProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeprecatedAppLinkDatabaseJSONBody

type DeprecatedAppLinkDatabaseJSONBody struct {
	DatabaseId      openapi_types.UUID                       `json:"databaseId"`
	DatabaseUserIds *map[string]string                       `json:"databaseUserIds,omitempty"`
	Purpose         DeprecatedAppLinkDatabaseJSONBodyPurpose `json:"purpose"`
}

DeprecatedAppLinkDatabaseJSONBody defines parameters for DeprecatedAppLinkDatabase.

type DeprecatedAppLinkDatabaseJSONBodyPurpose

type DeprecatedAppLinkDatabaseJSONBodyPurpose string

DeprecatedAppLinkDatabaseJSONBodyPurpose defines parameters for DeprecatedAppLinkDatabase.

Defines values for DeprecatedAppLinkDatabaseJSONBodyPurpose.

type DeprecatedAppLinkDatabaseJSONRequestBody

type DeprecatedAppLinkDatabaseJSONRequestBody DeprecatedAppLinkDatabaseJSONBody

DeprecatedAppLinkDatabaseJSONRequestBody defines body for DeprecatedAppLinkDatabase for application/json ContentType.

type DeprecatedAppLinkDatabaseResponse

type DeprecatedAppLinkDatabaseResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedAppLinkDatabaseResponse

func ParseDeprecatedAppLinkDatabaseResponse(rsp *http.Response) (*DeprecatedAppLinkDatabaseResponse, error)

ParseDeprecatedAppLinkDatabaseResponse parses an HTTP response from a DeprecatedAppLinkDatabaseWithResponse call

func (DeprecatedAppLinkDatabaseResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedAppLinkDatabaseResponse) StatusCode

func (r DeprecatedAppLinkDatabaseResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeprecatedDomainGetScreenshotForDomainJSONBody

type DeprecatedDomainGetScreenshotForDomainJSONBody struct {
	DomainName string `json:"domainName"`
	Path       string `json:"path"`
}

DeprecatedDomainGetScreenshotForDomainJSONBody defines parameters for DeprecatedDomainGetScreenshotForDomain.

type DeprecatedDomainGetScreenshotForDomainJSONRequestBody

type DeprecatedDomainGetScreenshotForDomainJSONRequestBody DeprecatedDomainGetScreenshotForDomainJSONBody

DeprecatedDomainGetScreenshotForDomainJSONRequestBody defines body for DeprecatedDomainGetScreenshotForDomain for application/json ContentType.

type DeprecatedDomainGetScreenshotForDomainResponse

type DeprecatedDomainGetScreenshotForDomainResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		References *[]string `json:"references,omitempty"`
	}
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedDomainGetScreenshotForDomainResponse

func ParseDeprecatedDomainGetScreenshotForDomainResponse(rsp *http.Response) (*DeprecatedDomainGetScreenshotForDomainResponse, error)

ParseDeprecatedDomainGetScreenshotForDomainResponse parses an HTTP response from a DeprecatedDomainGetScreenshotForDomainWithResponse call

func (DeprecatedDomainGetScreenshotForDomainResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedDomainGetScreenshotForDomainResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedFileGetFileTokenRulesResponse

type DeprecatedFileGetFileTokenRulesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1FileFileUploadRules
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedFileGetFileTokenRulesResponse

func ParseDeprecatedFileGetFileTokenRulesResponse(rsp *http.Response) (*DeprecatedFileGetFileTokenRulesResponse, error)

ParseDeprecatedFileGetFileTokenRulesResponse parses an HTTP response from a DeprecatedFileGetFileTokenRulesWithResponse call

func (DeprecatedFileGetFileTokenRulesResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedFileGetFileTokenRulesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedFileGetFileTypeRulesParamsName

type DeprecatedFileGetFileTypeRulesParamsName string

DeprecatedFileGetFileTypeRulesParamsName defines parameters for DeprecatedFileGetFileTypeRules.

const (
	DeprecatedFileGetFileTypeRulesParamsNameAvatar       DeprecatedFileGetFileTypeRulesParamsName = "avatar"
	DeprecatedFileGetFileTypeRulesParamsNameConversation DeprecatedFileGetFileTypeRulesParamsName = "conversation"
)

Defines values for DeprecatedFileGetFileTypeRulesParamsName.

type DeprecatedFileGetFileTypeRulesResponse

type DeprecatedFileGetFileTypeRulesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1FileFileUploadRules
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedFileGetFileTypeRulesResponse

func ParseDeprecatedFileGetFileTypeRulesResponse(rsp *http.Response) (*DeprecatedFileGetFileTypeRulesResponse, error)

ParseDeprecatedFileGetFileTypeRulesResponse parses an HTTP response from a DeprecatedFileGetFileTypeRulesWithResponse call

func (DeprecatedFileGetFileTypeRulesResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedFileGetFileTypeRulesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedInvoiceDetailOfInvoiceResponse

type DeprecatedInvoiceDetailOfInvoiceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1InvoiceInvoice
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedInvoiceDetailOfInvoiceResponse

func ParseDeprecatedInvoiceDetailOfInvoiceResponse(rsp *http.Response) (*DeprecatedInvoiceDetailOfInvoiceResponse, error)

ParseDeprecatedInvoiceDetailOfInvoiceResponse parses an HTTP response from a DeprecatedInvoiceDetailOfInvoiceWithResponse call

func (DeprecatedInvoiceDetailOfInvoiceResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedInvoiceDetailOfInvoiceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserChangeEmailJSONBody

type DeprecatedUserChangeEmailJSONBody struct {
	// Email The new Email-Address.
	Email openapi_types.Email `json:"email"`
}

DeprecatedUserChangeEmailJSONBody defines parameters for DeprecatedUserChangeEmail.

type DeprecatedUserChangeEmailJSONRequestBody

type DeprecatedUserChangeEmailJSONRequestBody DeprecatedUserChangeEmailJSONBody

DeprecatedUserChangeEmailJSONRequestBody defines body for DeprecatedUserChangeEmail for application/json ContentType.

type DeprecatedUserChangeEmailResponse

type DeprecatedUserChangeEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserChangeEmailResponse

func ParseDeprecatedUserChangeEmailResponse(rsp *http.Response) (*DeprecatedUserChangeEmailResponse, error)

ParseDeprecatedUserChangeEmailResponse parses an HTTP response from a DeprecatedUserChangeEmailWithResponse call

func (DeprecatedUserChangeEmailResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserChangeEmailResponse) StatusCode

func (r DeprecatedUserChangeEmailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserConfirmPasswordResetJSONBody

type DeprecatedUserConfirmPasswordResetJSONBody struct {
	// Password The new password.
	Password string `json:"password"`

	// Token Password reset token
	Token string `json:"token"`

	// UserId UserId of the user to reset the password for.
	UserId openapi_types.UUID `json:"userId"`
}

DeprecatedUserConfirmPasswordResetJSONBody defines parameters for DeprecatedUserConfirmPasswordReset.

type DeprecatedUserConfirmPasswordResetJSONRequestBody

type DeprecatedUserConfirmPasswordResetJSONRequestBody DeprecatedUserConfirmPasswordResetJSONBody

DeprecatedUserConfirmPasswordResetJSONRequestBody defines body for DeprecatedUserConfirmPasswordReset for application/json ContentType.

type DeprecatedUserConfirmPasswordResetResponse

type DeprecatedUserConfirmPasswordResetResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserConfirmPasswordResetResponse

func ParseDeprecatedUserConfirmPasswordResetResponse(rsp *http.Response) (*DeprecatedUserConfirmPasswordResetResponse, error)

ParseDeprecatedUserConfirmPasswordResetResponse parses an HTTP response from a DeprecatedUserConfirmPasswordResetWithResponse call

func (DeprecatedUserConfirmPasswordResetResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserConfirmPasswordResetResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserCreateIssueJSONBody

type DeprecatedUserCreateIssueJSONBody struct {
	// Message Detailed report of the issue.
	Message string `json:"message"`

	// Origin Origin of the issue.
	Origin *string `json:"origin,omitempty"`

	// Subject Descriptive subject of the report.
	Subject *string `json:"subject,omitempty"`

	// Type Type of feedback.
	Type DeprecatedUserCreateIssueJSONBodyType `json:"type"`

	// Vote Feedback rating from bad to good.
	Vote *float32 `json:"vote,omitempty"`
}

DeprecatedUserCreateIssueJSONBody defines parameters for DeprecatedUserCreateIssue.

type DeprecatedUserCreateIssueJSONBodyType

type DeprecatedUserCreateIssueJSONBodyType string

DeprecatedUserCreateIssueJSONBodyType defines parameters for DeprecatedUserCreateIssue.

Defines values for DeprecatedUserCreateIssueJSONBodyType.

type DeprecatedUserCreateIssueJSONRequestBody

type DeprecatedUserCreateIssueJSONRequestBody DeprecatedUserCreateIssueJSONBody

DeprecatedUserCreateIssueJSONRequestBody defines body for DeprecatedUserCreateIssue for application/json ContentType.

type DeprecatedUserCreateIssueResponse

type DeprecatedUserCreateIssueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *map[string]interface{}
	JSON401      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserCreateIssueResponse

func ParseDeprecatedUserCreateIssueResponse(rsp *http.Response) (*DeprecatedUserCreateIssueResponse, error)

ParseDeprecatedUserCreateIssueResponse parses an HTTP response from a DeprecatedUserCreateIssueWithResponse call

func (DeprecatedUserCreateIssueResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserCreateIssueResponse) StatusCode

func (r DeprecatedUserCreateIssueResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserDeleteApiTokenResponse

type DeprecatedUserDeleteApiTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserDeleteApiTokenResponse

func ParseDeprecatedUserDeleteApiTokenResponse(rsp *http.Response) (*DeprecatedUserDeleteApiTokenResponse, error)

ParseDeprecatedUserDeleteApiTokenResponse parses an HTTP response from a DeprecatedUserDeleteApiTokenWithResponse call

func (DeprecatedUserDeleteApiTokenResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserDeleteApiTokenResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserDeleteSshKeyResponse

type DeprecatedUserDeleteSshKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserDeleteSshKeyResponse

func ParseDeprecatedUserDeleteSshKeyResponse(rsp *http.Response) (*DeprecatedUserDeleteSshKeyResponse, error)

ParseDeprecatedUserDeleteSshKeyResponse parses an HTTP response from a DeprecatedUserDeleteSshKeyWithResponse call

func (DeprecatedUserDeleteSshKeyResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserDeleteSshKeyResponse) StatusCode

func (r DeprecatedUserDeleteSshKeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserDisableMfaJSONBody

type DeprecatedUserDisableMfaJSONBody struct {
	// MultiFactorCode Multi Factor Code to confirm MFA.
	MultiFactorCode string `json:"multiFactorCode"`
}

DeprecatedUserDisableMfaJSONBody defines parameters for DeprecatedUserDisableMfa.

type DeprecatedUserDisableMfaJSONRequestBody

type DeprecatedUserDisableMfaJSONRequestBody DeprecatedUserDisableMfaJSONBody

DeprecatedUserDisableMfaJSONRequestBody defines body for DeprecatedUserDisableMfa for application/json ContentType.

type DeprecatedUserDisableMfaResponse

type DeprecatedUserDisableMfaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]interface{}
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserDisableMfaResponse

func ParseDeprecatedUserDisableMfaResponse(rsp *http.Response) (*DeprecatedUserDisableMfaResponse, error)

ParseDeprecatedUserDisableMfaResponse parses an HTTP response from a DeprecatedUserDisableMfaWithResponse call

func (DeprecatedUserDisableMfaResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserDisableMfaResponse) StatusCode

func (r DeprecatedUserDisableMfaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserEditApiTokenJSONBody

type DeprecatedUserEditApiTokenJSONBody struct {
	Description string     `json:"description"`
	ExpiresAt   *time.Time `json:"expiresAt,omitempty"`
}

DeprecatedUserEditApiTokenJSONBody defines parameters for DeprecatedUserEditApiToken.

type DeprecatedUserEditApiTokenJSONRequestBody

type DeprecatedUserEditApiTokenJSONRequestBody DeprecatedUserEditApiTokenJSONBody

DeprecatedUserEditApiTokenJSONRequestBody defines body for DeprecatedUserEditApiToken for application/json ContentType.

type DeprecatedUserEditApiTokenResponse

type DeprecatedUserEditApiTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserEditApiTokenResponse

func ParseDeprecatedUserEditApiTokenResponse(rsp *http.Response) (*DeprecatedUserEditApiTokenResponse, error)

ParseDeprecatedUserEditApiTokenResponse parses an HTTP response from a DeprecatedUserEditApiTokenWithResponse call

func (DeprecatedUserEditApiTokenResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserEditApiTokenResponse) StatusCode

func (r DeprecatedUserEditApiTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserEditSshKeyJSONBody

type DeprecatedUserEditSshKeyJSONBody struct {
	Comment   string     `json:"comment"`
	ExpiresAt *time.Time `json:"expiresAt,omitempty"`
}

DeprecatedUserEditSshKeyJSONBody defines parameters for DeprecatedUserEditSshKey.

type DeprecatedUserEditSshKeyJSONRequestBody

type DeprecatedUserEditSshKeyJSONRequestBody DeprecatedUserEditSshKeyJSONBody

DeprecatedUserEditSshKeyJSONRequestBody defines body for DeprecatedUserEditSshKey for application/json ContentType.

type DeprecatedUserEditSshKeyResponse

type DeprecatedUserEditSshKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserEditSshKeyResponse

func ParseDeprecatedUserEditSshKeyResponse(rsp *http.Response) (*DeprecatedUserEditSshKeyResponse, error)

ParseDeprecatedUserEditSshKeyResponse parses an HTTP response from a DeprecatedUserEditSshKeyWithResponse call

func (DeprecatedUserEditSshKeyResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserEditSshKeyResponse) StatusCode

func (r DeprecatedUserEditSshKeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserInitPasswordResetJSONBody

type DeprecatedUserInitPasswordResetJSONBody struct {
	// Email Email address to reset the password for.
	Email openapi_types.Email `json:"email"`
}

DeprecatedUserInitPasswordResetJSONBody defines parameters for DeprecatedUserInitPasswordReset.

type DeprecatedUserInitPasswordResetJSONRequestBody

type DeprecatedUserInitPasswordResetJSONRequestBody DeprecatedUserInitPasswordResetJSONBody

DeprecatedUserInitPasswordResetJSONRequestBody defines body for DeprecatedUserInitPasswordReset for application/json ContentType.

type DeprecatedUserInitPasswordResetResponse

type DeprecatedUserInitPasswordResetResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSON403      *DeMittwaldV1CommonsRateLimitError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserInitPasswordResetResponse

func ParseDeprecatedUserInitPasswordResetResponse(rsp *http.Response) (*DeprecatedUserInitPasswordResetResponse, error)

ParseDeprecatedUserInitPasswordResetResponse parses an HTTP response from a DeprecatedUserInitPasswordResetWithResponse call

func (DeprecatedUserInitPasswordResetResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserInitPasswordResetResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserLogoutJSONBody

type DeprecatedUserLogoutJSONBody = map[string]interface{}

DeprecatedUserLogoutJSONBody defines parameters for DeprecatedUserLogout.

type DeprecatedUserLogoutJSONRequestBody

type DeprecatedUserLogoutJSONRequestBody = DeprecatedUserLogoutJSONBody

DeprecatedUserLogoutJSONRequestBody defines body for DeprecatedUserLogout for application/json ContentType.

type DeprecatedUserLogoutResponse

type DeprecatedUserLogoutResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserLogoutResponse

func ParseDeprecatedUserLogoutResponse(rsp *http.Response) (*DeprecatedUserLogoutResponse, error)

ParseDeprecatedUserLogoutResponse parses an HTTP response from a DeprecatedUserLogoutWithResponse call

func (DeprecatedUserLogoutResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserLogoutResponse) StatusCode

func (r DeprecatedUserLogoutResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserResendVerificationEmailJSONBody

type DeprecatedUserResendVerificationEmailJSONBody struct {
	Email  *openapi_types.Email `json:"email,omitempty"`
	UserId *openapi_types.UUID  `json:"userId,omitempty"`
}

DeprecatedUserResendVerificationEmailJSONBody defines parameters for DeprecatedUserResendVerificationEmail.

type DeprecatedUserResendVerificationEmailJSONRequestBody

type DeprecatedUserResendVerificationEmailJSONRequestBody DeprecatedUserResendVerificationEmailJSONBody

DeprecatedUserResendVerificationEmailJSONRequestBody defines body for DeprecatedUserResendVerificationEmail for application/json ContentType.

type DeprecatedUserResendVerificationEmailResponse

type DeprecatedUserResendVerificationEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSON403      *DeMittwaldV1CommonsRateLimitError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserResendVerificationEmailResponse

func ParseDeprecatedUserResendVerificationEmailResponse(rsp *http.Response) (*DeprecatedUserResendVerificationEmailResponse, error)

ParseDeprecatedUserResendVerificationEmailResponse parses an HTTP response from a DeprecatedUserResendVerificationEmailWithResponse call

func (DeprecatedUserResendVerificationEmailResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserResendVerificationEmailResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserServiceAvatarRemoveResponse

type DeprecatedUserServiceAvatarRemoveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserServiceAvatarRemoveResponse

func ParseDeprecatedUserServiceAvatarRemoveResponse(rsp *http.Response) (*DeprecatedUserServiceAvatarRemoveResponse, error)

ParseDeprecatedUserServiceAvatarRemoveResponse parses an HTTP response from a DeprecatedUserServiceAvatarRemoveWithResponse call

func (DeprecatedUserServiceAvatarRemoveResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserServiceAvatarRemoveResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserServiceAvatarRequestUploadJSONBody

type DeprecatedUserServiceAvatarRequestUploadJSONBody = map[string]interface{}

DeprecatedUserServiceAvatarRequestUploadJSONBody defines parameters for DeprecatedUserServiceAvatarRequestUpload.

type DeprecatedUserServiceAvatarRequestUploadJSONRequestBody

type DeprecatedUserServiceAvatarRequestUploadJSONRequestBody = DeprecatedUserServiceAvatarRequestUploadJSONBody

DeprecatedUserServiceAvatarRequestUploadJSONRequestBody defines body for DeprecatedUserServiceAvatarRequestUpload for application/json ContentType.

type DeprecatedUserServiceAvatarRequestUploadResponse

type DeprecatedUserServiceAvatarRequestUploadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		RefId openapi_types.UUID `json:"refId"`
		Rules struct {
			MaxSizeInKB int      `json:"maxSizeInKB"`
			MimeTypes   []string `json:"mimeTypes"`
			Properties  *struct {
				ImageDimensions *struct {
					Max *struct {
						Height *int `json:"height,omitempty"`
						Width  *int `json:"width,omitempty"`
					} `json:"max,omitempty"`
					Min *struct {
						Height *int `json:"height,omitempty"`
						Width  *int `json:"width,omitempty"`
					} `json:"min,omitempty"`
				} `json:"imageDimensions,omitempty"`
			} `json:"properties,omitempty"`
		} `json:"rules"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserServiceAvatarRequestUploadResponse

func ParseDeprecatedUserServiceAvatarRequestUploadResponse(rsp *http.Response) (*DeprecatedUserServiceAvatarRequestUploadResponse, error)

ParseDeprecatedUserServiceAvatarRequestUploadResponse parses an HTTP response from a DeprecatedUserServiceAvatarRequestUploadWithResponse call

func (DeprecatedUserServiceAvatarRequestUploadResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserServiceAvatarRequestUploadResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserServiceFeedbackCreateJSONBody

type DeprecatedUserServiceFeedbackCreateJSONBody struct {
	Message *string `json:"message,omitempty"`
	Origin  string  `json:"origin"`
	Subject string  `json:"subject"`
	Vote    float32 `json:"vote"`
}

DeprecatedUserServiceFeedbackCreateJSONBody defines parameters for DeprecatedUserServiceFeedbackCreate.

type DeprecatedUserServiceFeedbackCreateJSONRequestBody

type DeprecatedUserServiceFeedbackCreateJSONRequestBody DeprecatedUserServiceFeedbackCreateJSONBody

DeprecatedUserServiceFeedbackCreateJSONRequestBody defines body for DeprecatedUserServiceFeedbackCreate for application/json ContentType.

type DeprecatedUserServiceFeedbackCreateResponse

type DeprecatedUserServiceFeedbackCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *map[string]interface{}
	JSON401      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserServiceFeedbackCreateResponse

func ParseDeprecatedUserServiceFeedbackCreateResponse(rsp *http.Response) (*DeprecatedUserServiceFeedbackCreateResponse, error)

ParseDeprecatedUserServiceFeedbackCreateResponse parses an HTTP response from a DeprecatedUserServiceFeedbackCreateWithResponse call

func (DeprecatedUserServiceFeedbackCreateResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserServiceFeedbackCreateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserServiceFeedbackListParams

type DeprecatedUserServiceFeedbackListParams struct {
	Subject *string `form:"subject,omitempty" json:"subject,omitempty"`
}

DeprecatedUserServiceFeedbackListParams defines parameters for DeprecatedUserServiceFeedbackList.

type DeprecatedUserServiceFeedbackListResponse

type DeprecatedUserServiceFeedbackListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1UserUserFeedback
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserServiceFeedbackListResponse

func ParseDeprecatedUserServiceFeedbackListResponse(rsp *http.Response) (*DeprecatedUserServiceFeedbackListResponse, error)

ParseDeprecatedUserServiceFeedbackListResponse parses an HTTP response from a DeprecatedUserServiceFeedbackListWithResponse call

func (DeprecatedUserServiceFeedbackListResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserServiceFeedbackListResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserServiceIssueNewJSONBody

type DeprecatedUserServiceIssueNewJSONBody struct {
	Message string                                    `json:"message"`
	Origin  *string                                   `json:"origin,omitempty"`
	Subject *string                                   `json:"subject,omitempty"`
	Type    DeprecatedUserServiceIssueNewJSONBodyType `json:"type"`
}

DeprecatedUserServiceIssueNewJSONBody defines parameters for DeprecatedUserServiceIssueNew.

type DeprecatedUserServiceIssueNewJSONBodyType

type DeprecatedUserServiceIssueNewJSONBodyType string

DeprecatedUserServiceIssueNewJSONBodyType defines parameters for DeprecatedUserServiceIssueNew.

const (
	DeprecatedUserServiceIssueNewJSONBodyTypeBug      DeprecatedUserServiceIssueNewJSONBodyType = "bug"
	DeprecatedUserServiceIssueNewJSONBodyTypeFeedback DeprecatedUserServiceIssueNewJSONBodyType = "feedback"
)

Defines values for DeprecatedUserServiceIssueNewJSONBodyType.

type DeprecatedUserServiceIssueNewJSONRequestBody

type DeprecatedUserServiceIssueNewJSONRequestBody DeprecatedUserServiceIssueNewJSONBody

DeprecatedUserServiceIssueNewJSONRequestBody defines body for DeprecatedUserServiceIssueNew for application/json ContentType.

type DeprecatedUserServiceIssueNewResponse

type DeprecatedUserServiceIssueNewResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserServiceIssueNewResponse

func ParseDeprecatedUserServiceIssueNewResponse(rsp *http.Response) (*DeprecatedUserServiceIssueNewResponse, error)

ParseDeprecatedUserServiceIssueNewResponse parses an HTTP response from a DeprecatedUserServiceIssueNewWithResponse call

func (DeprecatedUserServiceIssueNewResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserServiceIssueNewResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserServicePersonalInformationUpdateJSONBody

type DeprecatedUserServicePersonalInformationUpdateJSONBody struct {
	// Person The users personal information, e.g. first name.
	Person DeMittwaldV1CommonsPerson `json:"person"`
}

DeprecatedUserServicePersonalInformationUpdateJSONBody defines parameters for DeprecatedUserServicePersonalInformationUpdate.

type DeprecatedUserServicePersonalInformationUpdateJSONRequestBody

type DeprecatedUserServicePersonalInformationUpdateJSONRequestBody DeprecatedUserServicePersonalInformationUpdateJSONBody

DeprecatedUserServicePersonalInformationUpdateJSONRequestBody defines body for DeprecatedUserServicePersonalInformationUpdate for application/json ContentType.

type DeprecatedUserServicePersonalInformationUpdateResponse

type DeprecatedUserServicePersonalInformationUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserServicePersonalInformationUpdateResponse

func ParseDeprecatedUserServicePersonalInformationUpdateResponse(rsp *http.Response) (*DeprecatedUserServicePersonalInformationUpdateResponse, error)

ParseDeprecatedUserServicePersonalInformationUpdateResponse parses an HTTP response from a DeprecatedUserServicePersonalInformationUpdateWithResponse call

func (DeprecatedUserServicePersonalInformationUpdateResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserServicePersonalInformationUpdateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserServicePersonalizedSettingsGetResponse

type DeprecatedUserServicePersonalizedSettingsGetResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		SettingsString *string `json:"settingsString,omitempty"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserServicePersonalizedSettingsGetResponse

func ParseDeprecatedUserServicePersonalizedSettingsGetResponse(rsp *http.Response) (*DeprecatedUserServicePersonalizedSettingsGetResponse, error)

ParseDeprecatedUserServicePersonalizedSettingsGetResponse parses an HTTP response from a DeprecatedUserServicePersonalizedSettingsGetWithResponse call

func (DeprecatedUserServicePersonalizedSettingsGetResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserServicePersonalizedSettingsGetResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserServicePersonalizedSettingsUpdateJSONBody

type DeprecatedUserServicePersonalizedSettingsUpdateJSONBody struct {
	SettingsString string `json:"settingsString"`
}

DeprecatedUserServicePersonalizedSettingsUpdateJSONBody defines parameters for DeprecatedUserServicePersonalizedSettingsUpdate.

type DeprecatedUserServicePersonalizedSettingsUpdateJSONRequestBody

type DeprecatedUserServicePersonalizedSettingsUpdateJSONRequestBody DeprecatedUserServicePersonalizedSettingsUpdateJSONBody

DeprecatedUserServicePersonalizedSettingsUpdateJSONRequestBody defines body for DeprecatedUserServicePersonalizedSettingsUpdate for application/json ContentType.

type DeprecatedUserServicePersonalizedSettingsUpdateResponse

type DeprecatedUserServicePersonalizedSettingsUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserServicePersonalizedSettingsUpdateResponse

func ParseDeprecatedUserServicePersonalizedSettingsUpdateResponse(rsp *http.Response) (*DeprecatedUserServicePersonalizedSettingsUpdateResponse, error)

ParseDeprecatedUserServicePersonalizedSettingsUpdateResponse parses an HTTP response from a DeprecatedUserServicePersonalizedSettingsUpdateWithResponse call

func (DeprecatedUserServicePersonalizedSettingsUpdateResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserServicePersonalizedSettingsUpdateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserServicePhoneNumberAddJSONBody

type DeprecatedUserServicePhoneNumberAddJSONBody struct {
	PhoneNumber string `json:"phoneNumber"`
}

DeprecatedUserServicePhoneNumberAddJSONBody defines parameters for DeprecatedUserServicePhoneNumberAdd.

type DeprecatedUserServicePhoneNumberAddJSONRequestBody

type DeprecatedUserServicePhoneNumberAddJSONRequestBody DeprecatedUserServicePhoneNumberAddJSONBody

DeprecatedUserServicePhoneNumberAddJSONRequestBody defines body for DeprecatedUserServicePhoneNumberAdd for application/json ContentType.

type DeprecatedUserServicePhoneNumberAddResponse

type DeprecatedUserServicePhoneNumberAddResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON409      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserServicePhoneNumberAddResponse

func ParseDeprecatedUserServicePhoneNumberAddResponse(rsp *http.Response) (*DeprecatedUserServicePhoneNumberAddResponse, error)

ParseDeprecatedUserServicePhoneNumberAddResponse parses an HTTP response from a DeprecatedUserServicePhoneNumberAddWithResponse call

func (DeprecatedUserServicePhoneNumberAddResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserServicePhoneNumberAddResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserServicePhoneNumberRemoveResponse

type DeprecatedUserServicePhoneNumberRemoveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserServicePhoneNumberRemoveResponse

func ParseDeprecatedUserServicePhoneNumberRemoveResponse(rsp *http.Response) (*DeprecatedUserServicePhoneNumberRemoveResponse, error)

ParseDeprecatedUserServicePhoneNumberRemoveResponse parses an HTTP response from a DeprecatedUserServicePhoneNumberRemoveWithResponse call

func (DeprecatedUserServicePhoneNumberRemoveResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserServicePhoneNumberRemoveResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserServicePhoneNumberVerifyJSONBody

type DeprecatedUserServicePhoneNumberVerifyJSONBody struct {
	Code        string `json:"code"`
	PhoneNumber string `json:"phoneNumber"`
}

DeprecatedUserServicePhoneNumberVerifyJSONBody defines parameters for DeprecatedUserServicePhoneNumberVerify.

type DeprecatedUserServicePhoneNumberVerifyJSONRequestBody

type DeprecatedUserServicePhoneNumberVerifyJSONRequestBody DeprecatedUserServicePhoneNumberVerifyJSONBody

DeprecatedUserServicePhoneNumberVerifyJSONRequestBody defines body for DeprecatedUserServicePhoneNumberVerify for application/json ContentType.

type DeprecatedUserServicePhoneNumberVerifyResponse

type DeprecatedUserServicePhoneNumberVerifyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSON409      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserServicePhoneNumberVerifyResponse

func ParseDeprecatedUserServicePhoneNumberVerifyResponse(rsp *http.Response) (*DeprecatedUserServicePhoneNumberVerifyResponse, error)

ParseDeprecatedUserServicePhoneNumberVerifyResponse parses an HTTP response from a DeprecatedUserServicePhoneNumberVerifyWithResponse call

func (DeprecatedUserServicePhoneNumberVerifyResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserServicePhoneNumberVerifyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserServiceUserGetOwnResponse

type DeprecatedUserServiceUserGetOwnResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1UserUser
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserServiceUserGetOwnResponse

func ParseDeprecatedUserServiceUserGetOwnResponse(rsp *http.Response) (*DeprecatedUserServiceUserGetOwnResponse, error)

ParseDeprecatedUserServiceUserGetOwnResponse parses an HTTP response from a DeprecatedUserServiceUserGetOwnWithResponse call

func (DeprecatedUserServiceUserGetOwnResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserServiceUserGetOwnResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserServiceUserGetResponse

type DeprecatedUserServiceUserGetResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1UserUser
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSON412      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserServiceUserGetResponse

func ParseDeprecatedUserServiceUserGetResponse(rsp *http.Response) (*DeprecatedUserServiceUserGetResponse, error)

ParseDeprecatedUserServiceUserGetResponse parses an HTTP response from a DeprecatedUserServiceUserGetWithResponse call

func (DeprecatedUserServiceUserGetResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserServiceUserGetResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserTerminateAllSessionsResponse

type DeprecatedUserTerminateAllSessionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserTerminateAllSessionsResponse

func ParseDeprecatedUserTerminateAllSessionsResponse(rsp *http.Response) (*DeprecatedUserTerminateAllSessionsResponse, error)

ParseDeprecatedUserTerminateAllSessionsResponse parses an HTTP response from a DeprecatedUserTerminateAllSessionsWithResponse call

func (DeprecatedUserTerminateAllSessionsResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserTerminateAllSessionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserTerminateSessionResponse

type DeprecatedUserTerminateSessionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserTerminateSessionResponse

func ParseDeprecatedUserTerminateSessionResponse(rsp *http.Response) (*DeprecatedUserTerminateSessionResponse, error)

ParseDeprecatedUserTerminateSessionResponse parses an HTTP response from a DeprecatedUserTerminateSessionWithResponse call

func (DeprecatedUserTerminateSessionResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserTerminateSessionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserUpdateAccountJSONBody

type DeprecatedUserUpdateAccountJSONBody struct {
	// Person The users personal information, e.g. first name.
	Person DeMittwaldV1CommonsPerson `json:"person"`
}

DeprecatedUserUpdateAccountJSONBody defines parameters for DeprecatedUserUpdateAccount.

type DeprecatedUserUpdateAccountJSONRequestBody

type DeprecatedUserUpdateAccountJSONRequestBody DeprecatedUserUpdateAccountJSONBody

DeprecatedUserUpdateAccountJSONRequestBody defines body for DeprecatedUserUpdateAccount for application/json ContentType.

type DeprecatedUserUpdateAccountResponse

type DeprecatedUserUpdateAccountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserUpdateAccountResponse

func ParseDeprecatedUserUpdateAccountResponse(rsp *http.Response) (*DeprecatedUserUpdateAccountResponse, error)

ParseDeprecatedUserUpdateAccountResponse parses an HTTP response from a DeprecatedUserUpdateAccountWithResponse call

func (DeprecatedUserUpdateAccountResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserUpdateAccountResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeprecatedUserVerifyEmailJSONBody

type DeprecatedUserVerifyEmailJSONBody struct {
	// Email The Email-Address to verify.
	Email openapi_types.Email `json:"email"`

	// Token The token found in the verification email.
	Token *string `json:"token,omitempty"`
}

DeprecatedUserVerifyEmailJSONBody defines parameters for DeprecatedUserVerifyEmail.

type DeprecatedUserVerifyEmailJSONRequestBody

type DeprecatedUserVerifyEmailJSONRequestBody DeprecatedUserVerifyEmailJSONBody

DeprecatedUserVerifyEmailJSONRequestBody defines body for DeprecatedUserVerifyEmail for application/json ContentType.

type DeprecatedUserVerifyEmailResponse

type DeprecatedUserVerifyEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDeprecatedUserVerifyEmailResponse

func ParseDeprecatedUserVerifyEmailResponse(rsp *http.Response) (*DeprecatedUserVerifyEmailResponse, error)

ParseDeprecatedUserVerifyEmailResponse parses an HTTP response from a DeprecatedUserVerifyEmailWithResponse call

func (DeprecatedUserVerifyEmailResponse) Status

Status returns HTTPResponse.Status

func (DeprecatedUserVerifyEmailResponse) StatusCode

func (r DeprecatedUserVerifyEmailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DnsCreateDnsZoneJSONBody

type DnsCreateDnsZoneJSONBody struct {
	Name         string             `json:"name"`
	ParentZoneId openapi_types.UUID `json:"parentZoneId"`
}

DnsCreateDnsZoneJSONBody defines parameters for DnsCreateDnsZone.

type DnsCreateDnsZoneJSONRequestBody

type DnsCreateDnsZoneJSONRequestBody DnsCreateDnsZoneJSONBody

DnsCreateDnsZoneJSONRequestBody defines body for DnsCreateDnsZone for application/json ContentType.

type DnsCreateDnsZoneResponse

type DnsCreateDnsZoneResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		Id openapi_types.UUID `json:"id"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseDnsCreateDnsZoneResponse

func ParseDnsCreateDnsZoneResponse(rsp *http.Response) (*DnsCreateDnsZoneResponse, error)

ParseDnsCreateDnsZoneResponse parses an HTTP response from a DnsCreateDnsZoneWithResponse call

func (DnsCreateDnsZoneResponse) Status

func (r DnsCreateDnsZoneResponse) Status() string

Status returns HTTPResponse.Status

func (DnsCreateDnsZoneResponse) StatusCode

func (r DnsCreateDnsZoneResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DnsDeleteDnsZoneResponse

type DnsDeleteDnsZoneResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDnsDeleteDnsZoneResponse

func ParseDnsDeleteDnsZoneResponse(rsp *http.Response) (*DnsDeleteDnsZoneResponse, error)

ParseDnsDeleteDnsZoneResponse parses an HTTP response from a DnsDeleteDnsZoneWithResponse call

func (DnsDeleteDnsZoneResponse) Status

func (r DnsDeleteDnsZoneResponse) Status() string

Status returns HTTPResponse.Status

func (DnsDeleteDnsZoneResponse) StatusCode

func (r DnsDeleteDnsZoneResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DnsGetDnsZoneResponse

type DnsGetDnsZoneResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1DnsZone
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDnsGetDnsZoneResponse

func ParseDnsGetDnsZoneResponse(rsp *http.Response) (*DnsGetDnsZoneResponse, error)

ParseDnsGetDnsZoneResponse parses an HTTP response from a DnsGetDnsZoneWithResponse call

func (DnsGetDnsZoneResponse) Status

func (r DnsGetDnsZoneResponse) Status() string

Status returns HTTPResponse.Status

func (DnsGetDnsZoneResponse) StatusCode

func (r DnsGetDnsZoneResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DnsListDnsZonesResponse

type DnsListDnsZonesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1DnsZone
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDnsListDnsZonesResponse

func ParseDnsListDnsZonesResponse(rsp *http.Response) (*DnsListDnsZonesResponse, error)

ParseDnsListDnsZonesResponse parses an HTTP response from a DnsListDnsZonesWithResponse call

func (DnsListDnsZonesResponse) Status

func (r DnsListDnsZonesResponse) Status() string

Status returns HTTPResponse.Status

func (DnsListDnsZonesResponse) StatusCode

func (r DnsListDnsZonesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DnsRecordASetCustomDeprecatedJSONBody

type DnsRecordASetCustomDeprecatedJSONBody struct {
	// contains filtered or unexported fields
}

DnsRecordASetCustomDeprecatedJSONBody defines parameters for DnsRecordASetCustomDeprecated.

type DnsRecordASetCustomDeprecatedJSONRequestBody

type DnsRecordASetCustomDeprecatedJSONRequestBody DnsRecordASetCustomDeprecatedJSONBody

DnsRecordASetCustomDeprecatedJSONRequestBody defines body for DnsRecordASetCustomDeprecated for application/json ContentType.

type DnsRecordASetCustomDeprecatedResponse

type DnsRecordASetCustomDeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDnsRecordASetCustomDeprecatedResponse

func ParseDnsRecordASetCustomDeprecatedResponse(rsp *http.Response) (*DnsRecordASetCustomDeprecatedResponse, error)

ParseDnsRecordASetCustomDeprecatedResponse parses an HTTP response from a DnsRecordASetCustomDeprecatedWithResponse call

func (DnsRecordASetCustomDeprecatedResponse) Status

Status returns HTTPResponse.Status

func (DnsRecordASetCustomDeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DnsRecordASetManagedByIngressDeprecatedJSONBody

type DnsRecordASetManagedByIngressDeprecatedJSONBody = map[string]interface{}

DnsRecordASetManagedByIngressDeprecatedJSONBody defines parameters for DnsRecordASetManagedByIngressDeprecated.

type DnsRecordASetManagedByIngressDeprecatedJSONRequestBody

type DnsRecordASetManagedByIngressDeprecatedJSONRequestBody = DnsRecordASetManagedByIngressDeprecatedJSONBody

DnsRecordASetManagedByIngressDeprecatedJSONRequestBody defines body for DnsRecordASetManagedByIngressDeprecated for application/json ContentType.

type DnsRecordASetManagedByIngressDeprecatedResponse

type DnsRecordASetManagedByIngressDeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON204      *struct {
		IngressId openapi_types.UUID `json:"ingressId"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseDnsRecordASetManagedByIngressDeprecatedResponse

func ParseDnsRecordASetManagedByIngressDeprecatedResponse(rsp *http.Response) (*DnsRecordASetManagedByIngressDeprecatedResponse, error)

ParseDnsRecordASetManagedByIngressDeprecatedResponse parses an HTTP response from a DnsRecordASetManagedByIngressDeprecatedWithResponse call

func (DnsRecordASetManagedByIngressDeprecatedResponse) Status

Status returns HTTPResponse.Status

func (DnsRecordASetManagedByIngressDeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DnsRecordCnameSetDeprecatedJSONBody

type DnsRecordCnameSetDeprecatedJSONBody struct {
	// contains filtered or unexported fields
}

DnsRecordCnameSetDeprecatedJSONBody defines parameters for DnsRecordCnameSetDeprecated.

type DnsRecordCnameSetDeprecatedJSONRequestBody

type DnsRecordCnameSetDeprecatedJSONRequestBody DnsRecordCnameSetDeprecatedJSONBody

DnsRecordCnameSetDeprecatedJSONRequestBody defines body for DnsRecordCnameSetDeprecated for application/json ContentType.

type DnsRecordCnameSetDeprecatedResponse

type DnsRecordCnameSetDeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDnsRecordCnameSetDeprecatedResponse

func ParseDnsRecordCnameSetDeprecatedResponse(rsp *http.Response) (*DnsRecordCnameSetDeprecatedResponse, error)

ParseDnsRecordCnameSetDeprecatedResponse parses an HTTP response from a DnsRecordCnameSetDeprecatedWithResponse call

func (DnsRecordCnameSetDeprecatedResponse) Status

Status returns HTTPResponse.Status

func (DnsRecordCnameSetDeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DnsRecordMxSetCustomDeprecatedJSONBody

type DnsRecordMxSetCustomDeprecatedJSONBody struct {
	// contains filtered or unexported fields
}

DnsRecordMxSetCustomDeprecatedJSONBody defines parameters for DnsRecordMxSetCustomDeprecated.

type DnsRecordMxSetCustomDeprecatedJSONRequestBody

type DnsRecordMxSetCustomDeprecatedJSONRequestBody DnsRecordMxSetCustomDeprecatedJSONBody

DnsRecordMxSetCustomDeprecatedJSONRequestBody defines body for DnsRecordMxSetCustomDeprecated for application/json ContentType.

type DnsRecordMxSetCustomDeprecatedResponse

type DnsRecordMxSetCustomDeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDnsRecordMxSetCustomDeprecatedResponse

func ParseDnsRecordMxSetCustomDeprecatedResponse(rsp *http.Response) (*DnsRecordMxSetCustomDeprecatedResponse, error)

ParseDnsRecordMxSetCustomDeprecatedResponse parses an HTTP response from a DnsRecordMxSetCustomDeprecatedWithResponse call

func (DnsRecordMxSetCustomDeprecatedResponse) Status

Status returns HTTPResponse.Status

func (DnsRecordMxSetCustomDeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DnsRecordMxSetManagedDeprecatedJSONBody

type DnsRecordMxSetManagedDeprecatedJSONBody = map[string]interface{}

DnsRecordMxSetManagedDeprecatedJSONBody defines parameters for DnsRecordMxSetManagedDeprecated.

type DnsRecordMxSetManagedDeprecatedJSONRequestBody

type DnsRecordMxSetManagedDeprecatedJSONRequestBody = DnsRecordMxSetManagedDeprecatedJSONBody

DnsRecordMxSetManagedDeprecatedJSONRequestBody defines body for DnsRecordMxSetManagedDeprecated for application/json ContentType.

type DnsRecordMxSetManagedDeprecatedResponse

type DnsRecordMxSetManagedDeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDnsRecordMxSetManagedDeprecatedResponse

func ParseDnsRecordMxSetManagedDeprecatedResponse(rsp *http.Response) (*DnsRecordMxSetManagedDeprecatedResponse, error)

ParseDnsRecordMxSetManagedDeprecatedResponse parses an HTTP response from a DnsRecordMxSetManagedDeprecatedWithResponse call

func (DnsRecordMxSetManagedDeprecatedResponse) Status

Status returns HTTPResponse.Status

func (DnsRecordMxSetManagedDeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DnsRecordSrvSetDeprecatedJSONBody

type DnsRecordSrvSetDeprecatedJSONBody struct {
	// contains filtered or unexported fields
}

DnsRecordSrvSetDeprecatedJSONBody defines parameters for DnsRecordSrvSetDeprecated.

type DnsRecordSrvSetDeprecatedJSONRequestBody

type DnsRecordSrvSetDeprecatedJSONRequestBody DnsRecordSrvSetDeprecatedJSONBody

DnsRecordSrvSetDeprecatedJSONRequestBody defines body for DnsRecordSrvSetDeprecated for application/json ContentType.

type DnsRecordSrvSetDeprecatedResponse

type DnsRecordSrvSetDeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDnsRecordSrvSetDeprecatedResponse

func ParseDnsRecordSrvSetDeprecatedResponse(rsp *http.Response) (*DnsRecordSrvSetDeprecatedResponse, error)

ParseDnsRecordSrvSetDeprecatedResponse parses an HTTP response from a DnsRecordSrvSetDeprecatedWithResponse call

func (DnsRecordSrvSetDeprecatedResponse) Status

Status returns HTTPResponse.Status

func (DnsRecordSrvSetDeprecatedResponse) StatusCode

func (r DnsRecordSrvSetDeprecatedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DnsRecordTxtSetDeprecatedJSONBody

type DnsRecordTxtSetDeprecatedJSONBody struct {
	// contains filtered or unexported fields
}

DnsRecordTxtSetDeprecatedJSONBody defines parameters for DnsRecordTxtSetDeprecated.

type DnsRecordTxtSetDeprecatedJSONRequestBody

type DnsRecordTxtSetDeprecatedJSONRequestBody DnsRecordTxtSetDeprecatedJSONBody

DnsRecordTxtSetDeprecatedJSONRequestBody defines body for DnsRecordTxtSetDeprecated for application/json ContentType.

type DnsRecordTxtSetDeprecatedResponse

type DnsRecordTxtSetDeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDnsRecordTxtSetDeprecatedResponse

func ParseDnsRecordTxtSetDeprecatedResponse(rsp *http.Response) (*DnsRecordTxtSetDeprecatedResponse, error)

ParseDnsRecordTxtSetDeprecatedResponse parses an HTTP response from a DnsRecordTxtSetDeprecatedWithResponse call

func (DnsRecordTxtSetDeprecatedResponse) Status

Status returns HTTPResponse.Status

func (DnsRecordTxtSetDeprecatedResponse) StatusCode

func (r DnsRecordTxtSetDeprecatedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DnsSetRecordSetManagedJSONBody

type DnsSetRecordSetManagedJSONBody = map[string]interface{}

DnsSetRecordSetManagedJSONBody defines parameters for DnsSetRecordSetManaged.

type DnsSetRecordSetManagedJSONRequestBody

type DnsSetRecordSetManagedJSONRequestBody = DnsSetRecordSetManagedJSONBody

DnsSetRecordSetManagedJSONRequestBody defines body for DnsSetRecordSetManaged for application/json ContentType.

type DnsSetRecordSetManagedParamsRecordSet

type DnsSetRecordSetManagedParamsRecordSet string

DnsSetRecordSetManagedParamsRecordSet defines parameters for DnsSetRecordSetManaged.

const (
	DnsSetRecordSetManagedParamsRecordSetA  DnsSetRecordSetManagedParamsRecordSet = "a"
	DnsSetRecordSetManagedParamsRecordSetMx DnsSetRecordSetManagedParamsRecordSet = "mx"
)

Defines values for DnsSetRecordSetManagedParamsRecordSet.

type DnsSetRecordSetManagedResponse

type DnsSetRecordSetManagedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON204      *struct {
		IngressId *openapi_types.UUID `json:"ingressId,omitempty"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseDnsSetRecordSetManagedResponse

func ParseDnsSetRecordSetManagedResponse(rsp *http.Response) (*DnsSetRecordSetManagedResponse, error)

ParseDnsSetRecordSetManagedResponse parses an HTTP response from a DnsSetRecordSetManagedWithResponse call

func (DnsSetRecordSetManagedResponse) Status

Status returns HTTPResponse.Status

func (DnsSetRecordSetManagedResponse) StatusCode

func (r DnsSetRecordSetManagedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DnsUpdateRecordSetJSONBody

type DnsUpdateRecordSetJSONBody struct {
	// contains filtered or unexported fields
}

DnsUpdateRecordSetJSONBody defines parameters for DnsUpdateRecordSet.

type DnsUpdateRecordSetJSONRequestBody

type DnsUpdateRecordSetJSONRequestBody DnsUpdateRecordSetJSONBody

DnsUpdateRecordSetJSONRequestBody defines body for DnsUpdateRecordSet for application/json ContentType.

type DnsUpdateRecordSetParamsRecordSet

type DnsUpdateRecordSetParamsRecordSet string

DnsUpdateRecordSetParamsRecordSet defines parameters for DnsUpdateRecordSet.

const (
	DnsUpdateRecordSetParamsRecordSetA     DnsUpdateRecordSetParamsRecordSet = "a"
	DnsUpdateRecordSetParamsRecordSetCname DnsUpdateRecordSetParamsRecordSet = "cname"
	DnsUpdateRecordSetParamsRecordSetMx    DnsUpdateRecordSetParamsRecordSet = "mx"
	DnsUpdateRecordSetParamsRecordSetSrv   DnsUpdateRecordSetParamsRecordSet = "srv"
	DnsUpdateRecordSetParamsRecordSetTxt   DnsUpdateRecordSetParamsRecordSet = "txt"
)

Defines values for DnsUpdateRecordSetParamsRecordSet.

type DnsUpdateRecordSetResponse

type DnsUpdateRecordSetResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDnsUpdateRecordSetResponse

func ParseDnsUpdateRecordSetResponse(rsp *http.Response) (*DnsUpdateRecordSetResponse, error)

ParseDnsUpdateRecordSetResponse parses an HTTP response from a DnsUpdateRecordSetWithResponse call

func (DnsUpdateRecordSetResponse) Status

Status returns HTTPResponse.Status

func (DnsUpdateRecordSetResponse) StatusCode

func (r DnsUpdateRecordSetResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DomainAbortDomainDeclarationResponse

type DomainAbortDomainDeclarationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDomainAbortDomainDeclarationResponse

func ParseDomainAbortDomainDeclarationResponse(rsp *http.Response) (*DomainAbortDomainDeclarationResponse, error)

ParseDomainAbortDomainDeclarationResponse parses an HTTP response from a DomainAbortDomainDeclarationWithResponse call

func (DomainAbortDomainDeclarationResponse) Status

Status returns HTTPResponse.Status

func (DomainAbortDomainDeclarationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DomainChangeOwnercOfDomainV2DeprecatedJSONBody

type DomainChangeOwnercOfDomainV2DeprecatedJSONBody struct {
	OwnerC []DeMittwaldV1DomainHandleField `json:"ownerC"`
}

DomainChangeOwnercOfDomainV2DeprecatedJSONBody defines parameters for DomainChangeOwnercOfDomainV2Deprecated.

type DomainChangeOwnercOfDomainV2DeprecatedJSONRequestBody

type DomainChangeOwnercOfDomainV2DeprecatedJSONRequestBody DomainChangeOwnercOfDomainV2DeprecatedJSONBody

DomainChangeOwnercOfDomainV2DeprecatedJSONRequestBody defines body for DomainChangeOwnercOfDomainV2Deprecated for application/json ContentType.

type DomainChangeOwnercOfDomainV2DeprecatedResponse

type DomainChangeOwnercOfDomainV2DeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1DomainSuccessResponse
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDomainChangeOwnercOfDomainV2DeprecatedResponse

func ParseDomainChangeOwnercOfDomainV2DeprecatedResponse(rsp *http.Response) (*DomainChangeOwnercOfDomainV2DeprecatedResponse, error)

ParseDomainChangeOwnercOfDomainV2DeprecatedResponse parses an HTTP response from a DomainChangeOwnercOfDomainV2DeprecatedWithResponse call

func (DomainChangeOwnercOfDomainV2DeprecatedResponse) Status

Status returns HTTPResponse.Status

func (DomainChangeOwnercOfDomainV2DeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DomainChangeProjectOfDomainV2DeprecatedJSONBody

type DomainChangeProjectOfDomainV2DeprecatedJSONBody struct {
	ProjectId *openapi_types.UUID `json:"projectId,omitempty"`
}

DomainChangeProjectOfDomainV2DeprecatedJSONBody defines parameters for DomainChangeProjectOfDomainV2Deprecated.

type DomainChangeProjectOfDomainV2DeprecatedJSONRequestBody

type DomainChangeProjectOfDomainV2DeprecatedJSONRequestBody DomainChangeProjectOfDomainV2DeprecatedJSONBody

DomainChangeProjectOfDomainV2DeprecatedJSONRequestBody defines body for DomainChangeProjectOfDomainV2Deprecated for application/json ContentType.

type DomainChangeProjectOfDomainV2DeprecatedResponse

type DomainChangeProjectOfDomainV2DeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDomainChangeProjectOfDomainV2DeprecatedResponse

func ParseDomainChangeProjectOfDomainV2DeprecatedResponse(rsp *http.Response) (*DomainChangeProjectOfDomainV2DeprecatedResponse, error)

ParseDomainChangeProjectOfDomainV2DeprecatedResponse parses an HTTP response from a DomainChangeProjectOfDomainV2DeprecatedWithResponse call

func (DomainChangeProjectOfDomainV2DeprecatedResponse) Status

Status returns HTTPResponse.Status

func (DomainChangeProjectOfDomainV2DeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DomainCheckDomainRegistrabilityJSONBody

type DomainCheckDomainRegistrabilityJSONBody struct {
	Domain string `json:"domain"`
}

DomainCheckDomainRegistrabilityJSONBody defines parameters for DomainCheckDomainRegistrability.

type DomainCheckDomainRegistrabilityJSONRequestBody

type DomainCheckDomainRegistrabilityJSONRequestBody DomainCheckDomainRegistrabilityJSONBody

DomainCheckDomainRegistrabilityJSONRequestBody defines body for DomainCheckDomainRegistrability for application/json ContentType.

type DomainCheckDomainRegistrabilityResponse

type DomainCheckDomainRegistrabilityResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		IsPremium   bool `json:"isPremium"`
		Registrable bool `json:"registrable"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseDomainCheckDomainRegistrabilityResponse

func ParseDomainCheckDomainRegistrabilityResponse(rsp *http.Response) (*DomainCheckDomainRegistrabilityResponse, error)

ParseDomainCheckDomainRegistrabilityResponse parses an HTTP response from a DomainCheckDomainRegistrabilityWithResponse call

func (DomainCheckDomainRegistrabilityResponse) Status

Status returns HTTPResponse.Status

func (DomainCheckDomainRegistrabilityResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DomainCheckDomainRegistrabilityV2DeprecatedJSONBody

type DomainCheckDomainRegistrabilityV2DeprecatedJSONBody struct {
	Domain string `json:"domain"`
}

DomainCheckDomainRegistrabilityV2DeprecatedJSONBody defines parameters for DomainCheckDomainRegistrabilityV2Deprecated.

type DomainCheckDomainRegistrabilityV2DeprecatedJSONRequestBody

type DomainCheckDomainRegistrabilityV2DeprecatedJSONRequestBody DomainCheckDomainRegistrabilityV2DeprecatedJSONBody

DomainCheckDomainRegistrabilityV2DeprecatedJSONRequestBody defines body for DomainCheckDomainRegistrabilityV2Deprecated for application/json ContentType.

type DomainCheckDomainRegistrabilityV2DeprecatedResponse

type DomainCheckDomainRegistrabilityV2DeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Available bool `json:"available"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseDomainCheckDomainRegistrabilityV2DeprecatedResponse

func ParseDomainCheckDomainRegistrabilityV2DeprecatedResponse(rsp *http.Response) (*DomainCheckDomainRegistrabilityV2DeprecatedResponse, error)

ParseDomainCheckDomainRegistrabilityV2DeprecatedResponse parses an HTTP response from a DomainCheckDomainRegistrabilityV2DeprecatedWithResponse call

func (DomainCheckDomainRegistrabilityV2DeprecatedResponse) Status

Status returns HTTPResponse.Status

func (DomainCheckDomainRegistrabilityV2DeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DomainCheckDomainTransferabilityJSONBody

type DomainCheckDomainTransferabilityJSONBody struct {
	AuthCode string `json:"authCode"`
	Domain   string `json:"domain"`
}

DomainCheckDomainTransferabilityJSONBody defines parameters for DomainCheckDomainTransferability.

type DomainCheckDomainTransferabilityJSONRequestBody

type DomainCheckDomainTransferabilityJSONRequestBody DomainCheckDomainTransferabilityJSONBody

DomainCheckDomainTransferabilityJSONRequestBody defines body for DomainCheckDomainTransferability for application/json ContentType.

type DomainCheckDomainTransferabilityResponse

type DomainCheckDomainTransferabilityResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1DomainTransferabilityResponse
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsRateLimitError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDomainCheckDomainTransferabilityResponse

func ParseDomainCheckDomainTransferabilityResponse(rsp *http.Response) (*DomainCheckDomainTransferabilityResponse, error)

ParseDomainCheckDomainTransferabilityResponse parses an HTTP response from a DomainCheckDomainTransferabilityWithResponse call

func (DomainCheckDomainTransferabilityResponse) Status

Status returns HTTPResponse.Status

func (DomainCheckDomainTransferabilityResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DomainClient

type DomainClient interface {
	GetIngress(ctx context.Context, ingressID string) (*DeMittwaldV1IngressIngress, error)
	CreateIngress(ctx context.Context, projectID string, body IngressCreateIngressJSONRequestBody) (string, error)
	UpdateIngressPaths(ctx context.Context, ingressID string, body IngressUpdateIngressPathsJSONRequestBody) error
	DeleteIngress(ctx context.Context, ingressID string) error
}

type DomainCreateDomainAuthCodeResponse

type DomainCreateDomainAuthCodeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		AuthCode string `json:"authCode"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseDomainCreateDomainAuthCodeResponse

func ParseDomainCreateDomainAuthCodeResponse(rsp *http.Response) (*DomainCreateDomainAuthCodeResponse, error)

ParseDomainCreateDomainAuthCodeResponse parses an HTTP response from a DomainCreateDomainAuthCodeWithResponse call

func (DomainCreateDomainAuthCodeResponse) Status

Status returns HTTPResponse.Status

func (DomainCreateDomainAuthCodeResponse) StatusCode

func (r DomainCreateDomainAuthCodeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DomainDeclareNameserversV2DeprecatedJSONBody

type DomainDeclareNameserversV2DeprecatedJSONBody struct {
	Nameservers *[]string `json:"nameservers,omitempty"`
}

DomainDeclareNameserversV2DeprecatedJSONBody defines parameters for DomainDeclareNameserversV2Deprecated.

type DomainDeclareNameserversV2DeprecatedJSONRequestBody

type DomainDeclareNameserversV2DeprecatedJSONRequestBody DomainDeclareNameserversV2DeprecatedJSONBody

DomainDeclareNameserversV2DeprecatedJSONRequestBody defines body for DomainDeclareNameserversV2Deprecated for application/json ContentType.

type DomainDeclareNameserversV2DeprecatedResponse

type DomainDeclareNameserversV2DeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDomainDeclareNameserversV2DeprecatedResponse

func ParseDomainDeclareNameserversV2DeprecatedResponse(rsp *http.Response) (*DomainDeclareNameserversV2DeprecatedResponse, error)

ParseDomainDeclareNameserversV2DeprecatedResponse parses an HTTP response from a DomainDeclareNameserversV2DeprecatedWithResponse call

func (DomainDeclareNameserversV2DeprecatedResponse) Status

Status returns HTTPResponse.Status

func (DomainDeclareNameserversV2DeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DomainDeclareProcessChangeAuthcodeV2DeprecatedJSONBody

type DomainDeclareProcessChangeAuthcodeV2DeprecatedJSONBody struct {
	AuthCode string `json:"authCode"`
}

DomainDeclareProcessChangeAuthcodeV2DeprecatedJSONBody defines parameters for DomainDeclareProcessChangeAuthcodeV2Deprecated.

type DomainDeclareProcessChangeAuthcodeV2DeprecatedJSONRequestBody

type DomainDeclareProcessChangeAuthcodeV2DeprecatedJSONRequestBody DomainDeclareProcessChangeAuthcodeV2DeprecatedJSONBody

DomainDeclareProcessChangeAuthcodeV2DeprecatedJSONRequestBody defines body for DomainDeclareProcessChangeAuthcodeV2Deprecated for application/json ContentType.

type DomainDeclareProcessChangeAuthcodeV2DeprecatedResponse

type DomainDeclareProcessChangeAuthcodeV2DeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1DomainSuccessResponse
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDomainDeclareProcessChangeAuthcodeV2DeprecatedResponse

func ParseDomainDeclareProcessChangeAuthcodeV2DeprecatedResponse(rsp *http.Response) (*DomainDeclareProcessChangeAuthcodeV2DeprecatedResponse, error)

ParseDomainDeclareProcessChangeAuthcodeV2DeprecatedResponse parses an HTTP response from a DomainDeclareProcessChangeAuthcodeV2DeprecatedWithResponse call

func (DomainDeclareProcessChangeAuthcodeV2DeprecatedResponse) Status

Status returns HTTPResponse.Status

func (DomainDeclareProcessChangeAuthcodeV2DeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DomainDeclareProcessChangeHandlesV2DeprecatedJSONBody

type DomainDeclareProcessChangeHandlesV2DeprecatedJSONBody struct {
	OwnerC []DeMittwaldV1DomainHandleField `json:"ownerC"`
}

DomainDeclareProcessChangeHandlesV2DeprecatedJSONBody defines parameters for DomainDeclareProcessChangeHandlesV2Deprecated.

type DomainDeclareProcessChangeHandlesV2DeprecatedJSONRequestBody

type DomainDeclareProcessChangeHandlesV2DeprecatedJSONRequestBody DomainDeclareProcessChangeHandlesV2DeprecatedJSONBody

DomainDeclareProcessChangeHandlesV2DeprecatedJSONRequestBody defines body for DomainDeclareProcessChangeHandlesV2Deprecated for application/json ContentType.

type DomainDeclareProcessChangeHandlesV2DeprecatedResponse

type DomainDeclareProcessChangeHandlesV2DeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1DomainSuccessResponse
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDomainDeclareProcessChangeHandlesV2DeprecatedResponse

func ParseDomainDeclareProcessChangeHandlesV2DeprecatedResponse(rsp *http.Response) (*DomainDeclareProcessChangeHandlesV2DeprecatedResponse, error)

ParseDomainDeclareProcessChangeHandlesV2DeprecatedResponse parses an HTTP response from a DomainDeclareProcessChangeHandlesV2DeprecatedWithResponse call

func (DomainDeclareProcessChangeHandlesV2DeprecatedResponse) Status

Status returns HTTPResponse.Status

func (DomainDeclareProcessChangeHandlesV2DeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DomainDeleteDomainParams

type DomainDeleteDomainParams struct {
	Transit *bool `form:"transit,omitempty" json:"transit,omitempty"`
}

DomainDeleteDomainParams defines parameters for DomainDeleteDomain.

type DomainDeleteDomainResponse

type DomainDeleteDomainResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1DomainSuccessResponse
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDomainDeleteDomainResponse

func ParseDomainDeleteDomainResponse(rsp *http.Response) (*DomainDeleteDomainResponse, error)

ParseDomainDeleteDomainResponse parses an HTTP response from a DomainDeleteDomainWithResponse call

func (DomainDeleteDomainResponse) Status

Status returns HTTPResponse.Status

func (DomainDeleteDomainResponse) StatusCode

func (r DomainDeleteDomainResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DomainGetDomainResponse

type DomainGetDomainResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1DomainDomain
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDomainGetDomainResponse

func ParseDomainGetDomainResponse(rsp *http.Response) (*DomainGetDomainResponse, error)

ParseDomainGetDomainResponse parses an HTTP response from a DomainGetDomainWithResponse call

func (DomainGetDomainResponse) Status

func (r DomainGetDomainResponse) Status() string

Status returns HTTPResponse.Status

func (DomainGetDomainResponse) StatusCode

func (r DomainGetDomainResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DomainGetHandleFieldsV2DeprecatedResponse

type DomainGetHandleFieldsV2DeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		JsonSchemaAdminC *map[string]interface{} `json:"jsonSchemaAdminC,omitempty"`
		JsonSchemaOwnerC map[string]interface{}  `json:"jsonSchemaOwnerC"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseDomainGetHandleFieldsV2DeprecatedResponse

func ParseDomainGetHandleFieldsV2DeprecatedResponse(rsp *http.Response) (*DomainGetHandleFieldsV2DeprecatedResponse, error)

ParseDomainGetHandleFieldsV2DeprecatedResponse parses an HTTP response from a DomainGetHandleFieldsV2DeprecatedWithResponse call

func (DomainGetHandleFieldsV2DeprecatedResponse) Status

Status returns HTTPResponse.Status

func (DomainGetHandleFieldsV2DeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DomainGetLatestScreenshotJSONBody

type DomainGetLatestScreenshotJSONBody struct {
	DomainName string `json:"domainName"`
	Path       string `json:"path"`
}

DomainGetLatestScreenshotJSONBody defines parameters for DomainGetLatestScreenshot.

type DomainGetLatestScreenshotJSONRequestBody

type DomainGetLatestScreenshotJSONRequestBody DomainGetLatestScreenshotJSONBody

DomainGetLatestScreenshotJSONRequestBody defines body for DomainGetLatestScreenshot for application/json ContentType.

type DomainGetLatestScreenshotResponse

type DomainGetLatestScreenshotResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Reference *string `json:"reference,omitempty"`
	}
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseDomainGetLatestScreenshotResponse

func ParseDomainGetLatestScreenshotResponse(rsp *http.Response) (*DomainGetLatestScreenshotResponse, error)

ParseDomainGetLatestScreenshotResponse parses an HTTP response from a DomainGetLatestScreenshotWithResponse call

func (DomainGetLatestScreenshotResponse) Status

Status returns HTTPResponse.Status

func (DomainGetLatestScreenshotResponse) StatusCode

func (r DomainGetLatestScreenshotResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DomainListDomainsParams

type DomainListDomainsParams struct {
	ProjectId *openapi_types.UUID `form:"projectId,omitempty" json:"projectId,omitempty"`
	Page      *int                `form:"page,omitempty" json:"page,omitempty"`
	Limit     *int                `form:"limit,omitempty" json:"limit,omitempty"`

	// DomainSearchName Search for domain names in these list. Works only in combination with projectId. Input will be handled like '%YourInput%'
	DomainSearchName *string `form:"domainSearchName,omitempty" json:"domainSearchName,omitempty"`
}

DomainListDomainsParams defines parameters for DomainListDomains.

type DomainListDomainsResponse

type DomainListDomainsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1DomainDomain
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDomainListDomainsResponse

func ParseDomainListDomainsResponse(rsp *http.Response) (*DomainListDomainsResponse, error)

ParseDomainListDomainsResponse parses an HTTP response from a DomainListDomainsWithResponse call

func (DomainListDomainsResponse) Status

func (r DomainListDomainsResponse) Status() string

Status returns HTTPResponse.Status

func (DomainListDomainsResponse) StatusCode

func (r DomainListDomainsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DomainListDomainsV2DeprecatedParams

type DomainListDomainsV2DeprecatedParams struct {
	Page  *int `form:"page,omitempty" json:"page,omitempty"`
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`

	// DomainSearchName Search for domain names in these list. Input will be handled like '%YourInput%'
	DomainSearchName *string `form:"domainSearchName,omitempty" json:"domainSearchName,omitempty"`
}

DomainListDomainsV2DeprecatedParams defines parameters for DomainListDomainsV2Deprecated.

type DomainListDomainsV2DeprecatedResponse

type DomainListDomainsV2DeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1DomainDomain
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDomainListDomainsV2DeprecatedResponse

func ParseDomainListDomainsV2DeprecatedResponse(rsp *http.Response) (*DomainListDomainsV2DeprecatedResponse, error)

ParseDomainListDomainsV2DeprecatedResponse parses an HTTP response from a DomainListDomainsV2DeprecatedWithResponse call

func (DomainListDomainsV2DeprecatedResponse) Status

Status returns HTTPResponse.Status

func (DomainListDomainsV2DeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DomainListTldContactSchemasResponse

type DomainListTldContactSchemasResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		JsonSchemaAdminC *map[string]interface{} `json:"jsonSchemaAdminC,omitempty"`
		JsonSchemaOwnerC map[string]interface{}  `json:"jsonSchemaOwnerC"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseDomainListTldContactSchemasResponse

func ParseDomainListTldContactSchemasResponse(rsp *http.Response) (*DomainListTldContactSchemasResponse, error)

ParseDomainListTldContactSchemasResponse parses an HTTP response from a DomainListTldContactSchemasWithResponse call

func (DomainListTldContactSchemasResponse) Status

Status returns HTTPResponse.Status

func (DomainListTldContactSchemasResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DomainListTldsResponse

type DomainListTldsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1DomainTopLevel
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDomainListTldsResponse

func ParseDomainListTldsResponse(rsp *http.Response) (*DomainListTldsResponse, error)

ParseDomainListTldsResponse parses an HTTP response from a DomainListTldsWithResponse call

func (DomainListTldsResponse) Status

func (r DomainListTldsResponse) Status() string

Status returns HTTPResponse.Status

func (DomainListTldsResponse) StatusCode

func (r DomainListTldsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DomainResendDomainEmailResponse

type DomainResendDomainEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDomainResendDomainEmailResponse

func ParseDomainResendDomainEmailResponse(rsp *http.Response) (*DomainResendDomainEmailResponse, error)

ParseDomainResendDomainEmailResponse parses an HTTP response from a DomainResendDomainEmailWithResponse call

func (DomainResendDomainEmailResponse) Status

Status returns HTTPResponse.Status

func (DomainResendDomainEmailResponse) StatusCode

func (r DomainResendDomainEmailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DomainUpdateDomainAuthCodeJSONBody

type DomainUpdateDomainAuthCodeJSONBody struct {
	AuthCode string `json:"authCode"`
}

DomainUpdateDomainAuthCodeJSONBody defines parameters for DomainUpdateDomainAuthCode.

type DomainUpdateDomainAuthCodeJSONRequestBody

type DomainUpdateDomainAuthCodeJSONRequestBody DomainUpdateDomainAuthCodeJSONBody

DomainUpdateDomainAuthCodeJSONRequestBody defines body for DomainUpdateDomainAuthCode for application/json ContentType.

type DomainUpdateDomainAuthCodeResponse

type DomainUpdateDomainAuthCodeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1DomainSuccessResponse
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDomainUpdateDomainAuthCodeResponse

func ParseDomainUpdateDomainAuthCodeResponse(rsp *http.Response) (*DomainUpdateDomainAuthCodeResponse, error)

ParseDomainUpdateDomainAuthCodeResponse parses an HTTP response from a DomainUpdateDomainAuthCodeWithResponse call

func (DomainUpdateDomainAuthCodeResponse) Status

Status returns HTTPResponse.Status

func (DomainUpdateDomainAuthCodeResponse) StatusCode

func (r DomainUpdateDomainAuthCodeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DomainUpdateDomainContactJSONBody

type DomainUpdateDomainContactJSONBody struct {
	Contact []DeMittwaldV1DomainHandleField `json:"contact"`
}

DomainUpdateDomainContactJSONBody defines parameters for DomainUpdateDomainContact.

type DomainUpdateDomainContactJSONRequestBody

type DomainUpdateDomainContactJSONRequestBody DomainUpdateDomainContactJSONBody

DomainUpdateDomainContactJSONRequestBody defines body for DomainUpdateDomainContact for application/json ContentType.

type DomainUpdateDomainContactParamsContact

type DomainUpdateDomainContactParamsContact string

DomainUpdateDomainContactParamsContact defines parameters for DomainUpdateDomainContact.

const (
	DomainUpdateDomainContactParamsContactOwner DomainUpdateDomainContactParamsContact = "owner"
)

Defines values for DomainUpdateDomainContactParamsContact.

type DomainUpdateDomainContactResponse

type DomainUpdateDomainContactResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1DomainSuccessResponse
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDomainUpdateDomainContactResponse

func ParseDomainUpdateDomainContactResponse(rsp *http.Response) (*DomainUpdateDomainContactResponse, error)

ParseDomainUpdateDomainContactResponse parses an HTTP response from a DomainUpdateDomainContactWithResponse call

func (DomainUpdateDomainContactResponse) Status

Status returns HTTPResponse.Status

func (DomainUpdateDomainContactResponse) StatusCode

func (r DomainUpdateDomainContactResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DomainUpdateDomainNameserversJSONBody

type DomainUpdateDomainNameserversJSONBody struct {
	Nameservers *[]string `json:"nameservers,omitempty"`
}

DomainUpdateDomainNameserversJSONBody defines parameters for DomainUpdateDomainNameservers.

type DomainUpdateDomainNameserversJSONRequestBody

type DomainUpdateDomainNameserversJSONRequestBody DomainUpdateDomainNameserversJSONBody

DomainUpdateDomainNameserversJSONRequestBody defines body for DomainUpdateDomainNameservers for application/json ContentType.

type DomainUpdateDomainNameserversResponse

type DomainUpdateDomainNameserversResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDomainUpdateDomainNameserversResponse

func ParseDomainUpdateDomainNameserversResponse(rsp *http.Response) (*DomainUpdateDomainNameserversResponse, error)

ParseDomainUpdateDomainNameserversResponse parses an HTTP response from a DomainUpdateDomainNameserversWithResponse call

func (DomainUpdateDomainNameserversResponse) Status

Status returns HTTPResponse.Status

func (DomainUpdateDomainNameserversResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DomainUpdateDomainProjectIdJSONBody

type DomainUpdateDomainProjectIdJSONBody struct {
	ProjectId *openapi_types.UUID `json:"projectId,omitempty"`
}

DomainUpdateDomainProjectIdJSONBody defines parameters for DomainUpdateDomainProjectId.

type DomainUpdateDomainProjectIdJSONRequestBody

type DomainUpdateDomainProjectIdJSONRequestBody DomainUpdateDomainProjectIdJSONBody

DomainUpdateDomainProjectIdJSONRequestBody defines body for DomainUpdateDomainProjectId for application/json ContentType.

type DomainUpdateDomainProjectIdResponse

type DomainUpdateDomainProjectIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseDomainUpdateDomainProjectIdResponse

func ParseDomainUpdateDomainProjectIdResponse(rsp *http.Response) (*DomainUpdateDomainProjectIdResponse, error)

ParseDomainUpdateDomainProjectIdResponse parses an HTTP response from a DomainUpdateDomainProjectIdWithResponse call

func (DomainUpdateDomainProjectIdResponse) Status

Status returns HTTPResponse.Status

func (DomainUpdateDomainProjectIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type EchoRouter

type EchoRouter interface {
	CONNECT(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
	DELETE(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
	GET(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
	HEAD(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
	OPTIONS(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
	PATCH(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
	POST(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
	PUT(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
	TRACE(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
}

This is a simple interface which specifies echo.Route addition functions which are present on both echo.Echo and echo.Group, since we want to allow using either of them for path registration

type ErrNotFound

type ErrNotFound struct{}

func (ErrNotFound) Error

func (e ErrNotFound) Error() string

type ErrPermissionDenied

type ErrPermissionDenied struct{}

func (ErrPermissionDenied) Error

func (e ErrPermissionDenied) Error() string

type ExtensionAuthenticateInstanceJSONBody

type ExtensionAuthenticateInstanceJSONBody struct {
	// ExtensionInstanceSecret The latest secret an external application received via lifecycle webhooks.
	// Namely ExtensionAddedToContext and ExtensionInstanceSecretRotated.
	ExtensionInstanceSecret string `json:"extensionInstanceSecret"`
}

ExtensionAuthenticateInstanceJSONBody defines parameters for ExtensionAuthenticateInstance.

type ExtensionAuthenticateInstanceJSONRequestBody

type ExtensionAuthenticateInstanceJSONRequestBody ExtensionAuthenticateInstanceJSONBody

ExtensionAuthenticateInstanceJSONRequestBody defines body for ExtensionAuthenticateInstance for application/json ContentType.

type ExtensionAuthenticateInstanceResponse

type ExtensionAuthenticateInstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		Expiry time.Time `json:"expiry"`

		// PublicToken Set this in the 'x-access-token' header when performing domain actions.
		PublicToken string `json:"publicToken"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseExtensionAuthenticateInstanceResponse

func ParseExtensionAuthenticateInstanceResponse(rsp *http.Response) (*ExtensionAuthenticateInstanceResponse, error)

ParseExtensionAuthenticateInstanceResponse parses an HTTP response from a ExtensionAuthenticateInstanceWithResponse call

func (ExtensionAuthenticateInstanceResponse) Status

Status returns HTTPResponse.Status

func (ExtensionAuthenticateInstanceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ExtensionConsentToExtensionScopesJSONBody

type ExtensionConsentToExtensionScopesJSONBody struct {
	ConsentedScopes []string `json:"consentedScopes"`
}

ExtensionConsentToExtensionScopesJSONBody defines parameters for ExtensionConsentToExtensionScopes.

type ExtensionConsentToExtensionScopesJSONRequestBody

type ExtensionConsentToExtensionScopesJSONRequestBody ExtensionConsentToExtensionScopesJSONBody

ExtensionConsentToExtensionScopesJSONRequestBody defines body for ExtensionConsentToExtensionScopes for application/json ContentType.

type ExtensionConsentToExtensionScopesResponse

type ExtensionConsentToExtensionScopesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON204      *interface{}
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseExtensionConsentToExtensionScopesResponse

func ParseExtensionConsentToExtensionScopesResponse(rsp *http.Response) (*ExtensionConsentToExtensionScopesResponse, error)

ParseExtensionConsentToExtensionScopesResponse parses an HTTP response from a ExtensionConsentToExtensionScopesWithResponse call

func (ExtensionConsentToExtensionScopesResponse) Status

Status returns HTTPResponse.Status

func (ExtensionConsentToExtensionScopesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ExtensionCreateExtensionInstanceJSONBody

type ExtensionCreateExtensionInstanceJSONBody struct {
	ConsentedScopes []string                       `json:"consentedScopes"`
	Context         DeMittwaldV1MarketplaceContext `json:"context"`
	ContextId       openapi_types.UUID             `json:"contextId"`
	ExtensionId     openapi_types.UUID             `json:"extensionId"`
}

ExtensionCreateExtensionInstanceJSONBody defines parameters for ExtensionCreateExtensionInstance.

type ExtensionCreateExtensionInstanceJSONRequestBody

type ExtensionCreateExtensionInstanceJSONRequestBody ExtensionCreateExtensionInstanceJSONBody

ExtensionCreateExtensionInstanceJSONRequestBody defines body for ExtensionCreateExtensionInstance for application/json ContentType.

type ExtensionCreateExtensionInstanceResponse

type ExtensionCreateExtensionInstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		Id openapi_types.UUID `json:"id"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseExtensionCreateExtensionInstanceResponse

func ParseExtensionCreateExtensionInstanceResponse(rsp *http.Response) (*ExtensionCreateExtensionInstanceResponse, error)

ParseExtensionCreateExtensionInstanceResponse parses an HTTP response from a ExtensionCreateExtensionInstanceWithResponse call

func (ExtensionCreateExtensionInstanceResponse) Status

Status returns HTTPResponse.Status

func (ExtensionCreateExtensionInstanceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ExtensionDeleteExtensionInstanceResponse

type ExtensionDeleteExtensionInstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON204      *interface{}
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseExtensionDeleteExtensionInstanceResponse

func ParseExtensionDeleteExtensionInstanceResponse(rsp *http.Response) (*ExtensionDeleteExtensionInstanceResponse, error)

ParseExtensionDeleteExtensionInstanceResponse parses an HTTP response from a ExtensionDeleteExtensionInstanceWithResponse call

func (ExtensionDeleteExtensionInstanceResponse) Status

Status returns HTTPResponse.Status

func (ExtensionDeleteExtensionInstanceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ExtensionDisableExtensionInstanceResponse

type ExtensionDisableExtensionInstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON204      *interface{}
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseExtensionDisableExtensionInstanceResponse

func ParseExtensionDisableExtensionInstanceResponse(rsp *http.Response) (*ExtensionDisableExtensionInstanceResponse, error)

ParseExtensionDisableExtensionInstanceResponse parses an HTTP response from a ExtensionDisableExtensionInstanceWithResponse call

func (ExtensionDisableExtensionInstanceResponse) Status

Status returns HTTPResponse.Status

func (ExtensionDisableExtensionInstanceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ExtensionEnableExtensionInstanceResponse

type ExtensionEnableExtensionInstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON204      *interface{}
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseExtensionEnableExtensionInstanceResponse

func ParseExtensionEnableExtensionInstanceResponse(rsp *http.Response) (*ExtensionEnableExtensionInstanceResponse, error)

ParseExtensionEnableExtensionInstanceResponse parses an HTTP response from a ExtensionEnableExtensionInstanceWithResponse call

func (ExtensionEnableExtensionInstanceResponse) Status

Status returns HTTPResponse.Status

func (ExtensionEnableExtensionInstanceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ExtensionGetContributorResponse

type ExtensionGetContributorResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1MarketplaceContributor
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseExtensionGetContributorResponse

func ParseExtensionGetContributorResponse(rsp *http.Response) (*ExtensionGetContributorResponse, error)

ParseExtensionGetContributorResponse parses an HTTP response from a ExtensionGetContributorWithResponse call

func (ExtensionGetContributorResponse) Status

Status returns HTTPResponse.Status

func (ExtensionGetContributorResponse) StatusCode

func (r ExtensionGetContributorResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExtensionGetExtensionInstanceResponse

type ExtensionGetExtensionInstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1MarketplaceExtensionInstance
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseExtensionGetExtensionInstanceResponse

func ParseExtensionGetExtensionInstanceResponse(rsp *http.Response) (*ExtensionGetExtensionInstanceResponse, error)

ParseExtensionGetExtensionInstanceResponse parses an HTTP response from a ExtensionGetExtensionInstanceWithResponse call

func (ExtensionGetExtensionInstanceResponse) Status

Status returns HTTPResponse.Status

func (ExtensionGetExtensionInstanceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ExtensionGetExtensionResponse

type ExtensionGetExtensionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1MarketplaceExtension
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseExtensionGetExtensionResponse

func ParseExtensionGetExtensionResponse(rsp *http.Response) (*ExtensionGetExtensionResponse, error)

ParseExtensionGetExtensionResponse parses an HTTP response from a ExtensionGetExtensionWithResponse call

func (ExtensionGetExtensionResponse) Status

Status returns HTTPResponse.Status

func (ExtensionGetExtensionResponse) StatusCode

func (r ExtensionGetExtensionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExtensionGetPublicKeyResponse

type ExtensionGetPublicKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1MarketplacePublicKey
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseExtensionGetPublicKeyResponse

func ParseExtensionGetPublicKeyResponse(rsp *http.Response) (*ExtensionGetPublicKeyResponse, error)

ParseExtensionGetPublicKeyResponse parses an HTTP response from a ExtensionGetPublicKeyWithResponse call

func (ExtensionGetPublicKeyResponse) Status

Status returns HTTPResponse.Status

func (ExtensionGetPublicKeyResponse) StatusCode

func (r ExtensionGetPublicKeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExtensionListContributorsParams

type ExtensionListContributorsParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
	Page  *int `form:"page,omitempty" json:"page,omitempty"`
}

ExtensionListContributorsParams defines parameters for ExtensionListContributors.

type ExtensionListContributorsResponse

type ExtensionListContributorsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1MarketplaceContributor
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseExtensionListContributorsResponse

func ParseExtensionListContributorsResponse(rsp *http.Response) (*ExtensionListContributorsResponse, error)

ParseExtensionListContributorsResponse parses an HTTP response from a ExtensionListContributorsWithResponse call

func (ExtensionListContributorsResponse) Status

Status returns HTTPResponse.Status

func (ExtensionListContributorsResponse) StatusCode

func (r ExtensionListContributorsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ExtensionListExtensionInstancesParams

type ExtensionListExtensionInstancesParams struct {
	Limit   *int                           `form:"limit,omitempty" json:"limit,omitempty"`
	Skip    *int                           `form:"skip,omitempty" json:"skip,omitempty"`
	Page    *int                           `form:"page,omitempty" json:"page,omitempty"`
	Context DeMittwaldV1MarketplaceContext `form:"context" json:"context"`

	// ContextId The ID of your customer, project or user.
	ContextId openapi_types.UUID `form:"contextId" json:"contextId"`
}

ExtensionListExtensionInstancesParams defines parameters for ExtensionListExtensionInstances.

type ExtensionListExtensionInstancesResponse

type ExtensionListExtensionInstancesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1MarketplaceExtensionInstance
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseExtensionListExtensionInstancesResponse

func ParseExtensionListExtensionInstancesResponse(rsp *http.Response) (*ExtensionListExtensionInstancesResponse, error)

ParseExtensionListExtensionInstancesResponse parses an HTTP response from a ExtensionListExtensionInstancesWithResponse call

func (ExtensionListExtensionInstancesResponse) Status

Status returns HTTPResponse.Status

func (ExtensionListExtensionInstancesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ExtensionListExtensionsParams

type ExtensionListExtensionsParams struct {
	Context *DeMittwaldV1MarketplaceContext `form:"context,omitempty" json:"context,omitempty"`
	Limit   *int                            `form:"limit,omitempty" json:"limit,omitempty"`
	Skip    *int                            `form:"skip,omitempty" json:"skip,omitempty"`
	Page    *int                            `form:"page,omitempty" json:"page,omitempty"`
}

ExtensionListExtensionsParams defines parameters for ExtensionListExtensions.

type ExtensionListExtensionsResponse

type ExtensionListExtensionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1MarketplaceExtension
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseExtensionListExtensionsResponse

func ParseExtensionListExtensionsResponse(rsp *http.Response) (*ExtensionListExtensionsResponse, error)

ParseExtensionListExtensionsResponse parses an HTTP response from a ExtensionListExtensionsWithResponse call

func (ExtensionListExtensionsResponse) Status

Status returns HTTPResponse.Status

func (ExtensionListExtensionsResponse) StatusCode

func (r ExtensionListExtensionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type FileCreateFileParams

type FileCreateFileParams struct {
	Token openapi_types.UUID `json:"Token"`
}

FileCreateFileParams defines parameters for FileCreateFile.

type FileCreateFileResponse

func ParseFileCreateFileResponse

func ParseFileCreateFileResponse(rsp *http.Response) (*FileCreateFileResponse, error)

ParseFileCreateFileResponse parses an HTTP response from a FileCreateFileWithResponse call

func (FileCreateFileResponse) Status

func (r FileCreateFileResponse) Status() string

Status returns HTTPResponse.Status

func (FileCreateFileResponse) StatusCode

func (r FileCreateFileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type FileGetFileMetaResponse

func ParseFileGetFileMetaResponse

func ParseFileGetFileMetaResponse(rsp *http.Response) (*FileGetFileMetaResponse, error)

ParseFileGetFileMetaResponse parses an HTTP response from a FileGetFileMetaWithResponse call

func (FileGetFileMetaResponse) Status

func (r FileGetFileMetaResponse) Status() string

Status returns HTTPResponse.Status

func (FileGetFileMetaResponse) StatusCode

func (r FileGetFileMetaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type FileGetFileParams

type FileGetFileParams struct {
	Accept             *FileGetFileParamsAccept             `json:"Accept,omitempty"`
	ContentDisposition *FileGetFileParamsContentDisposition `json:"Content-Disposition,omitempty"`

	// Token Only needed for protected Files.
	Token *string `json:"Token,omitempty"`
}

FileGetFileParams defines parameters for FileGetFile.

type FileGetFileParamsAccept

type FileGetFileParamsAccept string

FileGetFileParamsAccept defines parameters for FileGetFile.

const (
	FileGetFileParamsAcceptApplicationoctetStream FileGetFileParamsAccept = "application/octet-stream"
	FileGetFileParamsAcceptTextplainBase64        FileGetFileParamsAccept = "text/plain;base64"
)

Defines values for FileGetFileParamsAccept.

type FileGetFileParamsContentDisposition

type FileGetFileParamsContentDisposition string

FileGetFileParamsContentDisposition defines parameters for FileGetFile.

const (
	FileGetFileParamsContentDispositionAttachment FileGetFileParamsContentDisposition = "attachment"
	FileGetFileParamsContentDispositionInline     FileGetFileParamsContentDisposition = "inline"
)

Defines values for FileGetFileParamsContentDisposition.

type FileGetFileResponse

func ParseFileGetFileResponse

func ParseFileGetFileResponse(rsp *http.Response) (*FileGetFileResponse, error)

ParseFileGetFileResponse parses an HTTP response from a FileGetFileWithResponse call

func (FileGetFileResponse) Status

func (r FileGetFileResponse) Status() string

Status returns HTTPResponse.Status

func (FileGetFileResponse) StatusCode

func (r FileGetFileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type FileGetFileUploadTokenRulesResponse

type FileGetFileUploadTokenRulesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1FileFileUploadRules
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseFileGetFileUploadTokenRulesResponse

func ParseFileGetFileUploadTokenRulesResponse(rsp *http.Response) (*FileGetFileUploadTokenRulesResponse, error)

ParseFileGetFileUploadTokenRulesResponse parses an HTTP response from a FileGetFileUploadTokenRulesWithResponse call

func (FileGetFileUploadTokenRulesResponse) Status

Status returns HTTPResponse.Status

func (FileGetFileUploadTokenRulesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type FileGetFileUploadTypeRulesParamsFileUploadType

type FileGetFileUploadTypeRulesParamsFileUploadType string

FileGetFileUploadTypeRulesParamsFileUploadType defines parameters for FileGetFileUploadTypeRules.

const (
	FileGetFileUploadTypeRulesParamsFileUploadTypeAvatar       FileGetFileUploadTypeRulesParamsFileUploadType = "avatar"
	FileGetFileUploadTypeRulesParamsFileUploadTypeConversation FileGetFileUploadTypeRulesParamsFileUploadType = "conversation"
)

Defines values for FileGetFileUploadTypeRulesParamsFileUploadType.

type FileGetFileUploadTypeRulesResponse

type FileGetFileUploadTypeRulesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1FileFileUploadRules
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseFileGetFileUploadTypeRulesResponse

func ParseFileGetFileUploadTypeRulesResponse(rsp *http.Response) (*FileGetFileUploadTypeRulesResponse, error)

ParseFileGetFileUploadTypeRulesResponse parses an HTTP response from a FileGetFileUploadTypeRulesWithResponse call

func (FileGetFileUploadTypeRulesResponse) Status

Status returns HTTPResponse.Status

func (FileGetFileUploadTypeRulesResponse) StatusCode

func (r FileGetFileUploadTypeRulesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type FileGetFileWithNameParams

type FileGetFileWithNameParams struct {
	Accept             *FileGetFileWithNameParamsAccept             `json:"Accept,omitempty"`
	ContentDisposition *FileGetFileWithNameParamsContentDisposition `json:"Content-Disposition,omitempty"`

	// Token Only needed for protected Files.
	Token *string `json:"Token,omitempty"`
}

FileGetFileWithNameParams defines parameters for FileGetFileWithName.

type FileGetFileWithNameParamsAccept

type FileGetFileWithNameParamsAccept string

FileGetFileWithNameParamsAccept defines parameters for FileGetFileWithName.

const (
	FileGetFileWithNameParamsAcceptApplicationoctetStream FileGetFileWithNameParamsAccept = "application/octet-stream"
	FileGetFileWithNameParamsAcceptTextplainBase64        FileGetFileWithNameParamsAccept = "text/plain;base64"
)

Defines values for FileGetFileWithNameParamsAccept.

type FileGetFileWithNameParamsContentDisposition

type FileGetFileWithNameParamsContentDisposition string

FileGetFileWithNameParamsContentDisposition defines parameters for FileGetFileWithName.

const (
	FileGetFileWithNameParamsContentDispositionAttachment FileGetFileWithNameParamsContentDisposition = "attachment"
	FileGetFileWithNameParamsContentDispositionInline     FileGetFileWithNameParamsContentDisposition = "inline"
)

Defines values for FileGetFileWithNameParamsContentDisposition.

type FileGetFileWithNameResponse

func ParseFileGetFileWithNameResponse

func ParseFileGetFileWithNameResponse(rsp *http.Response) (*FileGetFileWithNameResponse, error)

ParseFileGetFileWithNameResponse parses an HTTP response from a FileGetFileWithNameWithResponse call

func (FileGetFileWithNameResponse) Status

Status returns HTTPResponse.Status

func (FileGetFileWithNameResponse) StatusCode

func (r FileGetFileWithNameResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV2AppinstallationsAppInstallationIdMissingDependenciesParams

type GetV2AppinstallationsAppInstallationIdMissingDependenciesParams struct {
	TargetAppVersionID openapi_types.UUID `form:"targetAppVersionID" json:"targetAppVersionID"`
}

GetV2AppinstallationsAppInstallationIdMissingDependenciesParams defines parameters for GetV2AppinstallationsAppInstallationIdMissingDependencies.

type GetV2AppinstallationsAppInstallationIdMissingDependenciesResponse

type GetV2AppinstallationsAppInstallationIdMissingDependenciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2AppinstallationsAppInstallationIdMissingDependenciesResponse

func ParseGetV2AppinstallationsAppInstallationIdMissingDependenciesResponse(rsp *http.Response) (*GetV2AppinstallationsAppInstallationIdMissingDependenciesResponse, error)

ParseGetV2AppinstallationsAppInstallationIdMissingDependenciesResponse parses an HTTP response from a GetV2AppinstallationsAppInstallationIdMissingDependenciesWithResponse call

func (GetV2AppinstallationsAppInstallationIdMissingDependenciesResponse) Status

Status returns HTTPResponse.Status

func (GetV2AppinstallationsAppInstallationIdMissingDependenciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2AppinstallationsAppInstallationIdResponse

type GetV2AppinstallationsAppInstallationIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2AppinstallationsAppInstallationIdResponse

func ParseGetV2AppinstallationsAppInstallationIdResponse(rsp *http.Response) (*GetV2AppinstallationsAppInstallationIdResponse, error)

ParseGetV2AppinstallationsAppInstallationIdResponse parses an HTTP response from a GetV2AppinstallationsAppInstallationIdWithResponse call

func (GetV2AppinstallationsAppInstallationIdResponse) Status

Status returns HTTPResponse.Status

func (GetV2AppinstallationsAppInstallationIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2AppinstallationsAppInstallationIdStatusResponse

type GetV2AppinstallationsAppInstallationIdStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2AppinstallationsAppInstallationIdStatusResponse

func ParseGetV2AppinstallationsAppInstallationIdStatusResponse(rsp *http.Response) (*GetV2AppinstallationsAppInstallationIdStatusResponse, error)

ParseGetV2AppinstallationsAppInstallationIdStatusResponse parses an HTTP response from a GetV2AppinstallationsAppInstallationIdStatusWithResponse call

func (GetV2AppinstallationsAppInstallationIdStatusResponse) Status

Status returns HTTPResponse.Status

func (GetV2AppinstallationsAppInstallationIdStatusResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2DeliveryboxesDeliveryBoxIdResponse

type GetV2DeliveryboxesDeliveryBoxIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2DeliveryboxesDeliveryBoxIdResponse

func ParseGetV2DeliveryboxesDeliveryBoxIdResponse(rsp *http.Response) (*GetV2DeliveryboxesDeliveryBoxIdResponse, error)

ParseGetV2DeliveryboxesDeliveryBoxIdResponse parses an HTTP response from a GetV2DeliveryboxesDeliveryBoxIdWithResponse call

func (GetV2DeliveryboxesDeliveryBoxIdResponse) Status

Status returns HTTPResponse.Status

func (GetV2DeliveryboxesDeliveryBoxIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2DnsZonesDnsZoneIdResponse

type GetV2DnsZonesDnsZoneIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2DnsZonesDnsZoneIdResponse

func ParseGetV2DnsZonesDnsZoneIdResponse(rsp *http.Response) (*GetV2DnsZonesDnsZoneIdResponse, error)

ParseGetV2DnsZonesDnsZoneIdResponse parses an HTTP response from a GetV2DnsZonesDnsZoneIdWithResponse call

func (GetV2DnsZonesDnsZoneIdResponse) Status

Status returns HTTPResponse.Status

func (GetV2DnsZonesDnsZoneIdResponse) StatusCode

func (r GetV2DnsZonesDnsZoneIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV2DomainsSupportedTldsResponse

type GetV2DomainsSupportedTldsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2DomainsSupportedTldsResponse

func ParseGetV2DomainsSupportedTldsResponse(rsp *http.Response) (*GetV2DomainsSupportedTldsResponse, error)

ParseGetV2DomainsSupportedTldsResponse parses an HTTP response from a GetV2DomainsSupportedTldsWithResponse call

func (GetV2DomainsSupportedTldsResponse) Status

Status returns HTTPResponse.Status

func (GetV2DomainsSupportedTldsResponse) StatusCode

func (r GetV2DomainsSupportedTldsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV2MailaddressesMailAddressIdResponse

type GetV2MailaddressesMailAddressIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2MailaddressesMailAddressIdResponse

func ParseGetV2MailaddressesMailAddressIdResponse(rsp *http.Response) (*GetV2MailaddressesMailAddressIdResponse, error)

ParseGetV2MailaddressesMailAddressIdResponse parses an HTTP response from a GetV2MailaddressesMailAddressIdWithResponse call

func (GetV2MailaddressesMailAddressIdResponse) Status

Status returns HTTPResponse.Status

func (GetV2MailaddressesMailAddressIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2NotificationsUnreadCountsResponse

type GetV2NotificationsUnreadCountsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2NotificationsUnreadCountsResponse

func ParseGetV2NotificationsUnreadCountsResponse(rsp *http.Response) (*GetV2NotificationsUnreadCountsResponse, error)

ParseGetV2NotificationsUnreadCountsResponse parses an HTTP response from a GetV2NotificationsUnreadCountsWithResponse call

func (GetV2NotificationsUnreadCountsResponse) Status

Status returns HTTPResponse.Status

func (GetV2NotificationsUnreadCountsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2PageinsightsParams

type GetV2PageinsightsParams struct {
	// Domain A domain or subdomain.
	Domain string `form:"domain" json:"domain"`

	// Path A path of the domain.
	Path string `form:"path" json:"path"`

	// Date Query data for a specific date, defaults to date today.
	Date *openapi_types.Date `form:"date,omitempty" json:"date,omitempty"`
}

GetV2PageinsightsParams defines parameters for GetV2Pageinsights.

type GetV2PageinsightsResponse

type GetV2PageinsightsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2PageinsightsResponse

func ParseGetV2PageinsightsResponse(rsp *http.Response) (*GetV2PageinsightsResponse, error)

ParseGetV2PageinsightsResponse parses an HTTP response from a GetV2PageinsightsWithResponse call

func (GetV2PageinsightsResponse) Status

func (r GetV2PageinsightsResponse) Status() string

Status returns HTTPResponse.Status

func (GetV2PageinsightsResponse) StatusCode

func (r GetV2PageinsightsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV2ProjectProjectIdSftpUsersParams

type GetV2ProjectProjectIdSftpUsersParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
}

GetV2ProjectProjectIdSftpUsersParams defines parameters for GetV2ProjectProjectIdSftpUsers.

type GetV2ProjectProjectIdSftpUsersResponse

type GetV2ProjectProjectIdSftpUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2ProjectProjectIdSftpUsersResponse

func ParseGetV2ProjectProjectIdSftpUsersResponse(rsp *http.Response) (*GetV2ProjectProjectIdSftpUsersResponse, error)

ParseGetV2ProjectProjectIdSftpUsersResponse parses an HTTP response from a GetV2ProjectProjectIdSftpUsersWithResponse call

func (GetV2ProjectProjectIdSftpUsersResponse) Status

Status returns HTTPResponse.Status

func (GetV2ProjectProjectIdSftpUsersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2ProjectsProjectIdAppinstallationsParams

type GetV2ProjectsProjectIdAppinstallationsParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Page  *int `form:"page,omitempty" json:"page,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
}

GetV2ProjectsProjectIdAppinstallationsParams defines parameters for GetV2ProjectsProjectIdAppinstallations.

type GetV2ProjectsProjectIdAppinstallationsResponse

type GetV2ProjectsProjectIdAppinstallationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2ProjectsProjectIdAppinstallationsResponse

func ParseGetV2ProjectsProjectIdAppinstallationsResponse(rsp *http.Response) (*GetV2ProjectsProjectIdAppinstallationsResponse, error)

ParseGetV2ProjectsProjectIdAppinstallationsResponse parses an HTTP response from a GetV2ProjectsProjectIdAppinstallationsWithResponse call

func (GetV2ProjectsProjectIdAppinstallationsResponse) Status

Status returns HTTPResponse.Status

func (GetV2ProjectsProjectIdAppinstallationsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2ProjectsProjectIdDeliveryboxesResponse

type GetV2ProjectsProjectIdDeliveryboxesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2ProjectsProjectIdDeliveryboxesResponse

func ParseGetV2ProjectsProjectIdDeliveryboxesResponse(rsp *http.Response) (*GetV2ProjectsProjectIdDeliveryboxesResponse, error)

ParseGetV2ProjectsProjectIdDeliveryboxesResponse parses an HTTP response from a GetV2ProjectsProjectIdDeliveryboxesWithResponse call

func (GetV2ProjectsProjectIdDeliveryboxesResponse) Status

Status returns HTTPResponse.Status

func (GetV2ProjectsProjectIdDeliveryboxesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2ProjectsProjectIdDnsZonesResponse

type GetV2ProjectsProjectIdDnsZonesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2ProjectsProjectIdDnsZonesResponse

func ParseGetV2ProjectsProjectIdDnsZonesResponse(rsp *http.Response) (*GetV2ProjectsProjectIdDnsZonesResponse, error)

ParseGetV2ProjectsProjectIdDnsZonesResponse parses an HTTP response from a GetV2ProjectsProjectIdDnsZonesWithResponse call

func (GetV2ProjectsProjectIdDnsZonesResponse) Status

Status returns HTTPResponse.Status

func (GetV2ProjectsProjectIdDnsZonesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2ProjectsProjectIdFilesystemDirectoriesParams

type GetV2ProjectsProjectIdFilesystemDirectoriesParams struct {
	// Directory The directory to start listing subdirectories from.
	Directory *string `form:"directory,omitempty" json:"directory,omitempty"`

	// Name Search for specific filenames, only. The name may be a glob expression.
	Name *string `form:"name,omitempty" json:"name,omitempty"`

	// MaxDepth The nesting depth for recursively listing directory contents.
	MaxDepth *int `form:"max_depth,omitempty" json:"max_depth,omitempty"`

	// Type One of file or directory (may be specified multiple times), to restrict results to directory items of this specific type.
	Type *[]string `form:"type,omitempty" json:"type,omitempty"`

	// Executable Set to true to constrain search results to executable files.
	Executable *bool `form:"executable,omitempty" json:"executable,omitempty"`

	// Hidden Set to true to include hidden files. (with . prefix in the search results).
	Hidden *bool `form:"hidden,omitempty" json:"hidden,omitempty"`
}

GetV2ProjectsProjectIdFilesystemDirectoriesParams defines parameters for GetV2ProjectsProjectIdFilesystemDirectories.

type GetV2ProjectsProjectIdFilesystemDirectoriesResponse

type GetV2ProjectsProjectIdFilesystemDirectoriesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2ProjectsProjectIdFilesystemDirectoriesResponse

func ParseGetV2ProjectsProjectIdFilesystemDirectoriesResponse(rsp *http.Response) (*GetV2ProjectsProjectIdFilesystemDirectoriesResponse, error)

ParseGetV2ProjectsProjectIdFilesystemDirectoriesResponse parses an HTTP response from a GetV2ProjectsProjectIdFilesystemDirectoriesWithResponse call

func (GetV2ProjectsProjectIdFilesystemDirectoriesResponse) Status

Status returns HTTPResponse.Status

func (GetV2ProjectsProjectIdFilesystemDirectoriesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2ProjectsProjectIdFilesystemFilesParams

type GetV2ProjectsProjectIdFilesystemFilesParams struct {
	// File Name of the file to retrieve.
	File *string `form:"file,omitempty" json:"file,omitempty"`
}

GetV2ProjectsProjectIdFilesystemFilesParams defines parameters for GetV2ProjectsProjectIdFilesystemFiles.

type GetV2ProjectsProjectIdFilesystemFilesRawParams

type GetV2ProjectsProjectIdFilesystemFilesRawParams struct {
	// File Name of the file.
	File *string `form:"file,omitempty" json:"file,omitempty"`

	// Inline Set to true to serve the file with Content-Disposition: inline. Otherwise, it will be served with Content-Disposition: attachment. filename=...
	Inline *bool `form:"inline,omitempty" json:"inline,omitempty"`
}

GetV2ProjectsProjectIdFilesystemFilesRawParams defines parameters for GetV2ProjectsProjectIdFilesystemFilesRaw.

type GetV2ProjectsProjectIdFilesystemFilesRawResponse

type GetV2ProjectsProjectIdFilesystemFilesRawResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2ProjectsProjectIdFilesystemFilesRawResponse

func ParseGetV2ProjectsProjectIdFilesystemFilesRawResponse(rsp *http.Response) (*GetV2ProjectsProjectIdFilesystemFilesRawResponse, error)

ParseGetV2ProjectsProjectIdFilesystemFilesRawResponse parses an HTTP response from a GetV2ProjectsProjectIdFilesystemFilesRawWithResponse call

func (GetV2ProjectsProjectIdFilesystemFilesRawResponse) Status

Status returns HTTPResponse.Status

func (GetV2ProjectsProjectIdFilesystemFilesRawResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2ProjectsProjectIdFilesystemFilesResponse

type GetV2ProjectsProjectIdFilesystemFilesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2ProjectsProjectIdFilesystemFilesResponse

func ParseGetV2ProjectsProjectIdFilesystemFilesResponse(rsp *http.Response) (*GetV2ProjectsProjectIdFilesystemFilesResponse, error)

ParseGetV2ProjectsProjectIdFilesystemFilesResponse parses an HTTP response from a GetV2ProjectsProjectIdFilesystemFilesWithResponse call

func (GetV2ProjectsProjectIdFilesystemFilesResponse) Status

Status returns HTTPResponse.Status

func (GetV2ProjectsProjectIdFilesystemFilesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2ProjectsProjectIdFilesystemUsagesDiskParams

type GetV2ProjectsProjectIdFilesystemUsagesDiskParams struct {
	// Directory Starting directory for the disk usage calculation.
	Directory *string `form:"directory,omitempty" json:"directory,omitempty"`
}

GetV2ProjectsProjectIdFilesystemUsagesDiskParams defines parameters for GetV2ProjectsProjectIdFilesystemUsagesDisk.

type GetV2ProjectsProjectIdFilesystemUsagesDiskResponse

type GetV2ProjectsProjectIdFilesystemUsagesDiskResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2ProjectsProjectIdFilesystemUsagesDiskResponse

func ParseGetV2ProjectsProjectIdFilesystemUsagesDiskResponse(rsp *http.Response) (*GetV2ProjectsProjectIdFilesystemUsagesDiskResponse, error)

ParseGetV2ProjectsProjectIdFilesystemUsagesDiskResponse parses an HTTP response from a GetV2ProjectsProjectIdFilesystemUsagesDiskWithResponse call

func (GetV2ProjectsProjectIdFilesystemUsagesDiskResponse) Status

Status returns HTTPResponse.Status

func (GetV2ProjectsProjectIdFilesystemUsagesDiskResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2ProjectsProjectIdMailaddressesResponse

type GetV2ProjectsProjectIdMailaddressesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2ProjectsProjectIdMailaddressesResponse

func ParseGetV2ProjectsProjectIdMailaddressesResponse(rsp *http.Response) (*GetV2ProjectsProjectIdMailaddressesResponse, error)

ParseGetV2ProjectsProjectIdMailaddressesResponse parses an HTTP response from a GetV2ProjectsProjectIdMailaddressesWithResponse call

func (GetV2ProjectsProjectIdMailaddressesResponse) Status

Status returns HTTPResponse.Status

func (GetV2ProjectsProjectIdMailaddressesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2ProjectsProjectIdMailsettingsResponse

type GetV2ProjectsProjectIdMailsettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2ProjectsProjectIdMailsettingsResponse

func ParseGetV2ProjectsProjectIdMailsettingsResponse(rsp *http.Response) (*GetV2ProjectsProjectIdMailsettingsResponse, error)

ParseGetV2ProjectsProjectIdMailsettingsResponse parses an HTTP response from a GetV2ProjectsProjectIdMailsettingsWithResponse call

func (GetV2ProjectsProjectIdMailsettingsResponse) Status

Status returns HTTPResponse.Status

func (GetV2ProjectsProjectIdMailsettingsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2ProjectsProjectIdPageinsightsParams

type GetV2ProjectsProjectIdPageinsightsParams struct {
	// Domain Filter for a specific domain.
	Domain *string `form:"domain,omitempty" json:"domain,omitempty"`
}

GetV2ProjectsProjectIdPageinsightsParams defines parameters for GetV2ProjectsProjectIdPageinsights.

type GetV2ProjectsProjectIdPageinsightsResponse

type GetV2ProjectsProjectIdPageinsightsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2ProjectsProjectIdPageinsightsResponse

func ParseGetV2ProjectsProjectIdPageinsightsResponse(rsp *http.Response) (*GetV2ProjectsProjectIdPageinsightsResponse, error)

ParseGetV2ProjectsProjectIdPageinsightsResponse parses an HTTP response from a GetV2ProjectsProjectIdPageinsightsWithResponse call

func (GetV2ProjectsProjectIdPageinsightsResponse) Status

Status returns HTTPResponse.Status

func (GetV2ProjectsProjectIdPageinsightsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2SignupEmailResponse

type GetV2SignupEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2SignupEmailResponse

func ParseGetV2SignupEmailResponse(rsp *http.Response) (*GetV2SignupEmailResponse, error)

ParseGetV2SignupEmailResponse parses an HTTP response from a GetV2SignupEmailWithResponse call

func (GetV2SignupEmailResponse) Status

func (r GetV2SignupEmailResponse) Status() string

Status returns HTTPResponse.Status

func (GetV2SignupEmailResponse) StatusCode

func (r GetV2SignupEmailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV2SignupMfaResponse

type GetV2SignupMfaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2SignupMfaResponse

func ParseGetV2SignupMfaResponse(rsp *http.Response) (*GetV2SignupMfaResponse, error)

ParseGetV2SignupMfaResponse parses an HTTP response from a GetV2SignupMfaWithResponse call

func (GetV2SignupMfaResponse) Status

func (r GetV2SignupMfaResponse) Status() string

Status returns HTTPResponse.Status

func (GetV2SignupMfaResponse) StatusCode

func (r GetV2SignupMfaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV2SignupPasswordJSONBody

type GetV2SignupPasswordJSONBody = map[string]interface{}

GetV2SignupPasswordJSONBody defines parameters for GetV2SignupPassword.

type GetV2SignupPasswordJSONRequestBody

type GetV2SignupPasswordJSONRequestBody = GetV2SignupPasswordJSONBody

GetV2SignupPasswordJSONRequestBody defines body for GetV2SignupPassword for application/json ContentType.

type GetV2SignupPasswordResponse

type GetV2SignupPasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2SignupPasswordResponse

func ParseGetV2SignupPasswordResponse(rsp *http.Response) (*GetV2SignupPasswordResponse, error)

ParseGetV2SignupPasswordResponse parses an HTTP response from a GetV2SignupPasswordWithResponse call

func (GetV2SignupPasswordResponse) Status

Status returns HTTPResponse.Status

func (GetV2SignupPasswordResponse) StatusCode

func (r GetV2SignupPasswordResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV2SignupProfileJSONBody

type GetV2SignupProfileJSONBody = map[string]interface{}

GetV2SignupProfileJSONBody defines parameters for GetV2SignupProfile.

type GetV2SignupProfileJSONRequestBody

type GetV2SignupProfileJSONRequestBody = GetV2SignupProfileJSONBody

GetV2SignupProfileJSONRequestBody defines body for GetV2SignupProfile for application/json ContentType.

type GetV2SignupProfileResponse

type GetV2SignupProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2SignupProfileResponse

func ParseGetV2SignupProfileResponse(rsp *http.Response) (*GetV2SignupProfileResponse, error)

ParseGetV2SignupProfileResponse parses an HTTP response from a GetV2SignupProfileWithResponse call

func (GetV2SignupProfileResponse) Status

Status returns HTTPResponse.Status

func (GetV2SignupProfileResponse) StatusCode

func (r GetV2SignupProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV2SignupSessionsResponse

type GetV2SignupSessionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2SignupSessionsResponse

func ParseGetV2SignupSessionsResponse(rsp *http.Response) (*GetV2SignupSessionsResponse, error)

ParseGetV2SignupSessionsResponse parses an HTTP response from a GetV2SignupSessionsWithResponse call

func (GetV2SignupSessionsResponse) Status

Status returns HTTPResponse.Status

func (GetV2SignupSessionsResponse) StatusCode

func (r GetV2SignupSessionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV2SignupSessionsTokenIdResponse

type GetV2SignupSessionsTokenIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2SignupSessionsTokenIdResponse

func ParseGetV2SignupSessionsTokenIdResponse(rsp *http.Response) (*GetV2SignupSessionsTokenIdResponse, error)

ParseGetV2SignupSessionsTokenIdResponse parses an HTTP response from a GetV2SignupSessionsTokenIdWithResponse call

func (GetV2SignupSessionsTokenIdResponse) Status

Status returns HTTPResponse.Status

func (GetV2SignupSessionsTokenIdResponse) StatusCode

func (r GetV2SignupSessionsTokenIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV2SignupSshResponse

type GetV2SignupSshResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2SignupSshResponse

func ParseGetV2SignupSshResponse(rsp *http.Response) (*GetV2SignupSshResponse, error)

ParseGetV2SignupSshResponse parses an HTTP response from a GetV2SignupSshWithResponse call

func (GetV2SignupSshResponse) Status

func (r GetV2SignupSshResponse) Status() string

Status returns HTTPResponse.Status

func (GetV2SignupSshResponse) StatusCode

func (r GetV2SignupSshResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV2SignupSshSshKeyIdResponse

type GetV2SignupSshSshKeyIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2SignupSshSshKeyIdResponse

func ParseGetV2SignupSshSshKeyIdResponse(rsp *http.Response) (*GetV2SignupSshSshKeyIdResponse, error)

ParseGetV2SignupSshSshKeyIdResponse parses an HTTP response from a GetV2SignupSshSshKeyIdWithResponse call

func (GetV2SignupSshSshKeyIdResponse) Status

Status returns HTTPResponse.Status

func (GetV2SignupSshSshKeyIdResponse) StatusCode

func (r GetV2SignupSshSshKeyIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV2SignupSupportcodeParams

type GetV2SignupSupportcodeParams struct {
	ForceRecreate *bool `form:"forceRecreate,omitempty" json:"forceRecreate,omitempty"`
}

GetV2SignupSupportcodeParams defines parameters for GetV2SignupSupportcode.

type GetV2SignupSupportcodeResponse

type GetV2SignupSupportcodeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2SignupSupportcodeResponse

func ParseGetV2SignupSupportcodeResponse(rsp *http.Response) (*GetV2SignupSupportcodeResponse, error)

ParseGetV2SignupSupportcodeResponse parses an HTTP response from a GetV2SignupSupportcodeWithResponse call

func (GetV2SignupSupportcodeResponse) Status

Status returns HTTPResponse.Status

func (GetV2SignupSupportcodeResponse) StatusCode

func (r GetV2SignupSupportcodeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV2SignupSupportcodesParams

type GetV2SignupSupportcodesParams struct {
	ForceRecreate *bool `form:"forceRecreate,omitempty" json:"forceRecreate,omitempty"`
}

GetV2SignupSupportcodesParams defines parameters for GetV2SignupSupportcodes.

type GetV2SignupSupportcodesResponse

type GetV2SignupSupportcodesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2SignupSupportcodesResponse

func ParseGetV2SignupSupportcodesResponse(rsp *http.Response) (*GetV2SignupSupportcodesResponse, error)

ParseGetV2SignupSupportcodesResponse parses an HTTP response from a GetV2SignupSupportcodesWithResponse call

func (GetV2SignupSupportcodesResponse) Status

Status returns HTTPResponse.Status

func (GetV2SignupSupportcodesResponse) StatusCode

func (r GetV2SignupSupportcodesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV2SignupTokenApiApiTokenIdResponse

type GetV2SignupTokenApiApiTokenIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2SignupTokenApiApiTokenIdResponse

func ParseGetV2SignupTokenApiApiTokenIdResponse(rsp *http.Response) (*GetV2SignupTokenApiApiTokenIdResponse, error)

ParseGetV2SignupTokenApiApiTokenIdResponse parses an HTTP response from a GetV2SignupTokenApiApiTokenIdWithResponse call

func (GetV2SignupTokenApiApiTokenIdResponse) Status

Status returns HTTPResponse.Status

func (GetV2SignupTokenApiApiTokenIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2SignupTokenApiResponse

type GetV2SignupTokenApiResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2SignupTokenApiResponse

func ParseGetV2SignupTokenApiResponse(rsp *http.Response) (*GetV2SignupTokenApiResponse, error)

ParseGetV2SignupTokenApiResponse parses an HTTP response from a GetV2SignupTokenApiWithResponse call

func (GetV2SignupTokenApiResponse) Status

Status returns HTTPResponse.Status

func (GetV2SignupTokenApiResponse) StatusCode

func (r GetV2SignupTokenApiResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV2SystemsoftwareSystemSoftwareIdVersionsParams

type GetV2SystemsoftwareSystemSoftwareIdVersionsParams struct {
	VersionRange *string `form:"versionRange,omitempty" json:"versionRange,omitempty"`
	Recommended  *bool   `form:"recommended,omitempty" json:"recommended,omitempty"`
}

GetV2SystemsoftwareSystemSoftwareIdVersionsParams defines parameters for GetV2SystemsoftwareSystemSoftwareIdVersions.

type GetV2SystemsoftwareSystemSoftwareIdVersionsResponse

type GetV2SystemsoftwareSystemSoftwareIdVersionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2SystemsoftwareSystemSoftwareIdVersionsResponse

func ParseGetV2SystemsoftwareSystemSoftwareIdVersionsResponse(rsp *http.Response) (*GetV2SystemsoftwareSystemSoftwareIdVersionsResponse, error)

ParseGetV2SystemsoftwareSystemSoftwareIdVersionsResponse parses an HTTP response from a GetV2SystemsoftwareSystemSoftwareIdVersionsWithResponse call

func (GetV2SystemsoftwareSystemSoftwareIdVersionsResponse) Status

Status returns HTTPResponse.Status

func (GetV2SystemsoftwareSystemSoftwareIdVersionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdResponse

type GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdResponse

func ParseGetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdResponse(rsp *http.Response) (*GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdResponse, error)

ParseGetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdResponse parses an HTTP response from a GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdWithResponse call

func (GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdResponse) Status

Status returns HTTPResponse.Status

func (GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV2SystemsoftwaresParams

type GetV2SystemsoftwaresParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Page  *int `form:"page,omitempty" json:"page,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
}

GetV2SystemsoftwaresParams defines parameters for GetV2Systemsoftwares.

type GetV2SystemsoftwaresResponse

type GetV2SystemsoftwaresResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2SystemsoftwaresResponse

func ParseGetV2SystemsoftwaresResponse(rsp *http.Response) (*GetV2SystemsoftwaresResponse, error)

ParseGetV2SystemsoftwaresResponse parses an HTTP response from a GetV2SystemsoftwaresWithResponse call

func (GetV2SystemsoftwaresResponse) Status

Status returns HTTPResponse.Status

func (GetV2SystemsoftwaresResponse) StatusCode

func (r GetV2SystemsoftwaresResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV2SystemsoftwaresSystemSoftwareIdResponse

type GetV2SystemsoftwaresSystemSoftwareIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetV2SystemsoftwaresSystemSoftwareIdResponse

func ParseGetV2SystemsoftwaresSystemSoftwareIdResponse(rsp *http.Response) (*GetV2SystemsoftwaresSystemSoftwareIdResponse, error)

ParseGetV2SystemsoftwaresSystemSoftwareIdResponse parses an HTTP response from a GetV2SystemsoftwaresSystemSoftwareIdWithResponse call

func (GetV2SystemsoftwaresSystemSoftwareIdResponse) Status

Status returns HTTPResponse.Status

func (GetV2SystemsoftwaresSystemSoftwareIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type HttpRequestDoer

type HttpRequestDoer interface {
	Do(req *http.Request) (*http.Response, error)
}

Doer performs HTTP requests.

The standard http.Client implements this interface.

type IngressCreateIngressJSONBody

type IngressCreateIngressJSONBody struct {
	Hostname string `json:"hostname"`

	// Paths A list of paths. The default path `/` is always present and cannot be removed.
	Paths     []DeMittwaldV1IngressPath `json:"paths"`
	ProjectId openapi_types.UUID        `json:"projectId"`
}

IngressCreateIngressJSONBody defines parameters for IngressCreateIngress.

type IngressCreateIngressJSONRequestBody

type IngressCreateIngressJSONRequestBody IngressCreateIngressJSONBody

IngressCreateIngressJSONRequestBody defines body for IngressCreateIngress for application/json ContentType.

type IngressCreateIngressResponse

type IngressCreateIngressResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		Id        openapi_types.UUID           `json:"id"`
		Ownership DeMittwaldV1IngressOwnership `json:"ownership"`
	}
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseIngressCreateIngressResponse

func ParseIngressCreateIngressResponse(rsp *http.Response) (*IngressCreateIngressResponse, error)

ParseIngressCreateIngressResponse parses an HTTP response from a IngressCreateIngressWithResponse call

func (IngressCreateIngressResponse) Status

Status returns HTTPResponse.Status

func (IngressCreateIngressResponse) StatusCode

func (r IngressCreateIngressResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type IngressDeleteIngressResponse

type IngressDeleteIngressResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseIngressDeleteIngressResponse

func ParseIngressDeleteIngressResponse(rsp *http.Response) (*IngressDeleteIngressResponse, error)

ParseIngressDeleteIngressResponse parses an HTTP response from a IngressDeleteIngressWithResponse call

func (IngressDeleteIngressResponse) Status

Status returns HTTPResponse.Status

func (IngressDeleteIngressResponse) StatusCode

func (r IngressDeleteIngressResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type IngressGetIngressResponse

type IngressGetIngressResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1IngressIngress
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseIngressGetIngressResponse

func ParseIngressGetIngressResponse(rsp *http.Response) (*IngressGetIngressResponse, error)

ParseIngressGetIngressResponse parses an HTTP response from a IngressGetIngressWithResponse call

func (IngressGetIngressResponse) Status

func (r IngressGetIngressResponse) Status() string

Status returns HTTPResponse.Status

func (IngressGetIngressResponse) StatusCode

func (r IngressGetIngressResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type IngressIngressVerifyOwnershipResponse

type IngressIngressVerifyOwnershipResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]interface{}
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsValidationError
	JSON412      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseIngressIngressVerifyOwnershipResponse

func ParseIngressIngressVerifyOwnershipResponse(rsp *http.Response) (*IngressIngressVerifyOwnershipResponse, error)

ParseIngressIngressVerifyOwnershipResponse parses an HTTP response from a IngressIngressVerifyOwnershipWithResponse call

func (IngressIngressVerifyOwnershipResponse) Status

Status returns HTTPResponse.Status

func (IngressIngressVerifyOwnershipResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type IngressListIngressesParams

type IngressListIngressesParams struct {
	// ProjectId ID of the Project to list Ingresses for.
	ProjectId *openapi_types.UUID `form:"projectId,omitempty" json:"projectId,omitempty"`
}

IngressListIngressesParams defines parameters for IngressListIngresses.

type IngressListIngressesResponse

type IngressListIngressesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1IngressIngress
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseIngressListIngressesResponse

func ParseIngressListIngressesResponse(rsp *http.Response) (*IngressListIngressesResponse, error)

ParseIngressListIngressesResponse parses an HTTP response from a IngressListIngressesWithResponse call

func (IngressListIngressesResponse) Status

Status returns HTTPResponse.Status

func (IngressListIngressesResponse) StatusCode

func (r IngressListIngressesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type IngressListIngressesV2DeprecatedResponse

type IngressListIngressesV2DeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1IngressIngress
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseIngressListIngressesV2DeprecatedResponse

func ParseIngressListIngressesV2DeprecatedResponse(rsp *http.Response) (*IngressListIngressesV2DeprecatedResponse, error)

ParseIngressListIngressesV2DeprecatedResponse parses an HTTP response from a IngressListIngressesV2DeprecatedWithResponse call

func (IngressListIngressesV2DeprecatedResponse) Status

Status returns HTTPResponse.Status

func (IngressListIngressesV2DeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type IngressPathsDeprecatedJSONBody

type IngressPathsDeprecatedJSONBody = []DeMittwaldV1IngressPath

IngressPathsDeprecatedJSONBody defines parameters for IngressPathsDeprecated.

type IngressPathsDeprecatedJSONRequestBody

type IngressPathsDeprecatedJSONRequestBody = IngressPathsDeprecatedJSONBody

IngressPathsDeprecatedJSONRequestBody defines body for IngressPathsDeprecated for application/json ContentType.

type IngressPathsDeprecatedResponse

type IngressPathsDeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseIngressPathsDeprecatedResponse

func ParseIngressPathsDeprecatedResponse(rsp *http.Response) (*IngressPathsDeprecatedResponse, error)

ParseIngressPathsDeprecatedResponse parses an HTTP response from a IngressPathsDeprecatedWithResponse call

func (IngressPathsDeprecatedResponse) Status

Status returns HTTPResponse.Status

func (IngressPathsDeprecatedResponse) StatusCode

func (r IngressPathsDeprecatedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type IngressRequestIngressAcmeCertificateIssuanceResponse

type IngressRequestIngressAcmeCertificateIssuanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseIngressRequestIngressAcmeCertificateIssuanceResponse

func ParseIngressRequestIngressAcmeCertificateIssuanceResponse(rsp *http.Response) (*IngressRequestIngressAcmeCertificateIssuanceResponse, error)

ParseIngressRequestIngressAcmeCertificateIssuanceResponse parses an HTTP response from a IngressRequestIngressAcmeCertificateIssuanceWithResponse call

func (IngressRequestIngressAcmeCertificateIssuanceResponse) Status

Status returns HTTPResponse.Status

func (IngressRequestIngressAcmeCertificateIssuanceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type IngressTlsDeprecatedJSONBody

type IngressTlsDeprecatedJSONBody struct {
	// contains filtered or unexported fields
}

IngressTlsDeprecatedJSONBody defines parameters for IngressTlsDeprecated.

type IngressTlsDeprecatedJSONRequestBody

type IngressTlsDeprecatedJSONRequestBody IngressTlsDeprecatedJSONBody

IngressTlsDeprecatedJSONRequestBody defines body for IngressTlsDeprecated for application/json ContentType.

type IngressTlsDeprecatedResponse

type IngressTlsDeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]interface{}
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseIngressTlsDeprecatedResponse

func ParseIngressTlsDeprecatedResponse(rsp *http.Response) (*IngressTlsDeprecatedResponse, error)

ParseIngressTlsDeprecatedResponse parses an HTTP response from a IngressTlsDeprecatedWithResponse call

func (IngressTlsDeprecatedResponse) Status

Status returns HTTPResponse.Status

func (IngressTlsDeprecatedResponse) StatusCode

func (r IngressTlsDeprecatedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type IngressUpdateIngressPathsJSONBody

type IngressUpdateIngressPathsJSONBody = []DeMittwaldV1IngressPath

IngressUpdateIngressPathsJSONBody defines parameters for IngressUpdateIngressPaths.

type IngressUpdateIngressPathsJSONRequestBody

type IngressUpdateIngressPathsJSONRequestBody = IngressUpdateIngressPathsJSONBody

IngressUpdateIngressPathsJSONRequestBody defines body for IngressUpdateIngressPaths for application/json ContentType.

type IngressUpdateIngressPathsResponse

type IngressUpdateIngressPathsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseIngressUpdateIngressPathsResponse

func ParseIngressUpdateIngressPathsResponse(rsp *http.Response) (*IngressUpdateIngressPathsResponse, error)

ParseIngressUpdateIngressPathsResponse parses an HTTP response from a IngressUpdateIngressPathsWithResponse call

func (IngressUpdateIngressPathsResponse) Status

Status returns HTTPResponse.Status

func (IngressUpdateIngressPathsResponse) StatusCode

func (r IngressUpdateIngressPathsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type IngressUpdateIngressTlsJSONBody

type IngressUpdateIngressTlsJSONBody struct {
	// contains filtered or unexported fields
}

IngressUpdateIngressTlsJSONBody defines parameters for IngressUpdateIngressTls.

type IngressUpdateIngressTlsJSONRequestBody

type IngressUpdateIngressTlsJSONRequestBody IngressUpdateIngressTlsJSONBody

IngressUpdateIngressTlsJSONRequestBody defines body for IngressUpdateIngressTls for application/json ContentType.

type IngressUpdateIngressTlsResponse

type IngressUpdateIngressTlsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]interface{}
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseIngressUpdateIngressTlsResponse

func ParseIngressUpdateIngressTlsResponse(rsp *http.Response) (*IngressUpdateIngressTlsResponse, error)

ParseIngressUpdateIngressTlsResponse parses an HTTP response from a IngressUpdateIngressTlsWithResponse call

func (IngressUpdateIngressTlsResponse) Status

Status returns HTTPResponse.Status

func (IngressUpdateIngressTlsResponse) StatusCode

func (r IngressUpdateIngressTlsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type InvoiceDetailResponse

type InvoiceDetailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1InvoiceInvoice
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseInvoiceDetailResponse

func ParseInvoiceDetailResponse(rsp *http.Response) (*InvoiceDetailResponse, error)

ParseInvoiceDetailResponse parses an HTTP response from a InvoiceDetailWithResponse call

func (InvoiceDetailResponse) Status

func (r InvoiceDetailResponse) Status() string

Status returns HTTPResponse.Status

func (InvoiceDetailResponse) StatusCode

func (r InvoiceDetailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type InvoiceGetDetailOfInvoiceSettingsResponse

type InvoiceGetDetailOfInvoiceSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1InvoiceInvoiceSettings
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseInvoiceGetDetailOfInvoiceSettingsResponse

func ParseInvoiceGetDetailOfInvoiceSettingsResponse(rsp *http.Response) (*InvoiceGetDetailOfInvoiceSettingsResponse, error)

ParseInvoiceGetDetailOfInvoiceSettingsResponse parses an HTTP response from a InvoiceGetDetailOfInvoiceSettingsWithResponse call

func (InvoiceGetDetailOfInvoiceSettingsResponse) Status

Status returns HTTPResponse.Status

func (InvoiceGetDetailOfInvoiceSettingsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type InvoiceGetFileAccessTokenResponse

type InvoiceGetFileAccessTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		AccessToken string    `json:"accessToken"`
		ExpiresAt   time.Time `json:"expiresAt"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseInvoiceGetFileAccessTokenResponse

func ParseInvoiceGetFileAccessTokenResponse(rsp *http.Response) (*InvoiceGetFileAccessTokenResponse, error)

ParseInvoiceGetFileAccessTokenResponse parses an HTTP response from a InvoiceGetFileAccessTokenWithResponse call

func (InvoiceGetFileAccessTokenResponse) Status

Status returns HTTPResponse.Status

func (InvoiceGetFileAccessTokenResponse) StatusCode

func (r InvoiceGetFileAccessTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type InvoiceListCustomerInvoicesParams

type InvoiceListCustomerInvoicesParams struct {
	InvoiceTypes *[]InvoiceListCustomerInvoicesParamsInvoiceTypes `form:"invoiceTypes,omitempty" json:"invoiceTypes,omitempty"`
	Limit        *int                                             `form:"limit,omitempty" json:"limit,omitempty"`
	Skip         *int                                             `form:"skip,omitempty" json:"skip,omitempty"`
	Page         *int                                             `form:"page,omitempty" json:"page,omitempty"`
}

InvoiceListCustomerInvoicesParams defines parameters for InvoiceListCustomerInvoices.

type InvoiceListCustomerInvoicesParamsInvoiceTypes

type InvoiceListCustomerInvoicesParamsInvoiceTypes string

InvoiceListCustomerInvoicesParamsInvoiceTypes defines parameters for InvoiceListCustomerInvoices.

const (
	InvoiceListCustomerInvoicesParamsInvoiceTypesCANCELLATION InvoiceListCustomerInvoicesParamsInvoiceTypes = "CANCELLATION"
	InvoiceListCustomerInvoicesParamsInvoiceTypesCORRECTION   InvoiceListCustomerInvoicesParamsInvoiceTypes = "CORRECTION"
	InvoiceListCustomerInvoicesParamsInvoiceTypesREGULAR      InvoiceListCustomerInvoicesParamsInvoiceTypes = "REGULAR"
	InvoiceListCustomerInvoicesParamsInvoiceTypesREISSUE      InvoiceListCustomerInvoicesParamsInvoiceTypes = "REISSUE"
)

Defines values for InvoiceListCustomerInvoicesParamsInvoiceTypes.

type InvoiceListCustomerInvoicesResponse

type InvoiceListCustomerInvoicesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1InvoiceInvoice
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseInvoiceListCustomerInvoicesResponse

func ParseInvoiceListCustomerInvoicesResponse(rsp *http.Response) (*InvoiceListCustomerInvoicesResponse, error)

ParseInvoiceListCustomerInvoicesResponse parses an HTTP response from a InvoiceListCustomerInvoicesWithResponse call

func (InvoiceListCustomerInvoicesResponse) Status

Status returns HTTPResponse.Status

func (InvoiceListCustomerInvoicesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type InvoiceUpdateInvoiceSettingsJSONBody

type InvoiceUpdateInvoiceSettingsJSONBody struct {
	AdditionalEmailRecipients *[]openapi_types.Email             `json:"additionalEmailRecipients,omitempty"`
	InvoicePeriod             int                                `json:"invoicePeriod"`
	PaymentSettings           DeMittwaldV1InvoicePaymentSettings `json:"paymentSettings"`
	PrintedInvoices           *bool                              `json:"printedInvoices,omitempty"`
	Recipient                 *DeMittwaldV1InvoiceRecipient      `json:"recipient,omitempty"`
	RecipientSameAsOwner      *bool                              `json:"recipientSameAsOwner,omitempty"`
	TargetDay                 *int                               `json:"targetDay,omitempty"`
}

InvoiceUpdateInvoiceSettingsJSONBody defines parameters for InvoiceUpdateInvoiceSettings.

type InvoiceUpdateInvoiceSettingsJSONRequestBody

type InvoiceUpdateInvoiceSettingsJSONRequestBody InvoiceUpdateInvoiceSettingsJSONBody

InvoiceUpdateInvoiceSettingsJSONRequestBody defines body for InvoiceUpdateInvoiceSettings for application/json ContentType.

type InvoiceUpdateInvoiceSettingsResponse

type InvoiceUpdateInvoiceSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1InvoiceInvoiceSettings
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseInvoiceUpdateInvoiceSettingsResponse

func ParseInvoiceUpdateInvoiceSettingsResponse(rsp *http.Response) (*InvoiceUpdateInvoiceSettingsResponse, error)

ParseInvoiceUpdateInvoiceSettingsResponse parses an HTTP response from a InvoiceUpdateInvoiceSettingsWithResponse call

func (InvoiceUpdateInvoiceSettingsResponse) Status

Status returns HTTPResponse.Status

func (InvoiceUpdateInvoiceSettingsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailCreateDeliveryboxJSONBody

type MailCreateDeliveryboxJSONBody struct {
	Description string `json:"description"`
	Password    string `json:"password"`
}

MailCreateDeliveryboxJSONBody defines parameters for MailCreateDeliverybox.

type MailCreateDeliveryboxJSONRequestBody

type MailCreateDeliveryboxJSONRequestBody MailCreateDeliveryboxJSONBody

MailCreateDeliveryboxJSONRequestBody defines body for MailCreateDeliverybox for application/json ContentType.

type MailCreateDeliveryboxResponse

type MailCreateDeliveryboxResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		Id openapi_types.UUID `json:"id"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON403     *DeMittwaldV1CommonsDefaultError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSON500     *DeMittwaldV1CommonsDefaultError
	JSON503     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseMailCreateDeliveryboxResponse

func ParseMailCreateDeliveryboxResponse(rsp *http.Response) (*MailCreateDeliveryboxResponse, error)

ParseMailCreateDeliveryboxResponse parses an HTTP response from a MailCreateDeliveryboxWithResponse call

func (MailCreateDeliveryboxResponse) Status

Status returns HTTPResponse.Status

func (MailCreateDeliveryboxResponse) StatusCode

func (r MailCreateDeliveryboxResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type MailCreateMailAddressJSONBody

type MailCreateMailAddressJSONBody struct {
	// contains filtered or unexported fields
}

MailCreateMailAddressJSONBody defines parameters for MailCreateMailAddress.

type MailCreateMailAddressJSONRequestBody

type MailCreateMailAddressJSONRequestBody MailCreateMailAddressJSONBody

MailCreateMailAddressJSONRequestBody defines body for MailCreateMailAddress for application/json ContentType.

type MailCreateMailAddressResponse

type MailCreateMailAddressResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		Id openapi_types.UUID `json:"id"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON403     *DeMittwaldV1CommonsDefaultError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSON500     *DeMittwaldV1CommonsDefaultError
	JSON503     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseMailCreateMailAddressResponse

func ParseMailCreateMailAddressResponse(rsp *http.Response) (*MailCreateMailAddressResponse, error)

ParseMailCreateMailAddressResponse parses an HTTP response from a MailCreateMailAddressWithResponse call

func (MailCreateMailAddressResponse) Status

Status returns HTTPResponse.Status

func (MailCreateMailAddressResponse) StatusCode

func (r MailCreateMailAddressResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type MailDeleteDeliveryBoxResponse

func ParseMailDeleteDeliveryBoxResponse

func ParseMailDeleteDeliveryBoxResponse(rsp *http.Response) (*MailDeleteDeliveryBoxResponse, error)

ParseMailDeleteDeliveryBoxResponse parses an HTTP response from a MailDeleteDeliveryBoxWithResponse call

func (MailDeleteDeliveryBoxResponse) Status

Status returns HTTPResponse.Status

func (MailDeleteDeliveryBoxResponse) StatusCode

func (r MailDeleteDeliveryBoxResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type MailDeleteMailAddressResponse

func ParseMailDeleteMailAddressResponse

func ParseMailDeleteMailAddressResponse(rsp *http.Response) (*MailDeleteMailAddressResponse, error)

ParseMailDeleteMailAddressResponse parses an HTTP response from a MailDeleteMailAddressWithResponse call

func (MailDeleteMailAddressResponse) Status

Status returns HTTPResponse.Status

func (MailDeleteMailAddressResponse) StatusCode

func (r MailDeleteMailAddressResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type MailDeliveryboxUpdateDescriptionDeprecatedJSONBody

type MailDeliveryboxUpdateDescriptionDeprecatedJSONBody struct {
	Description string `json:"description"`
}

MailDeliveryboxUpdateDescriptionDeprecatedJSONBody defines parameters for MailDeliveryboxUpdateDescriptionDeprecated.

type MailDeliveryboxUpdateDescriptionDeprecatedJSONRequestBody

type MailDeliveryboxUpdateDescriptionDeprecatedJSONRequestBody MailDeliveryboxUpdateDescriptionDeprecatedJSONBody

MailDeliveryboxUpdateDescriptionDeprecatedJSONRequestBody defines body for MailDeliveryboxUpdateDescriptionDeprecated for application/json ContentType.

type MailDeliveryboxUpdateDescriptionDeprecatedResponse

type MailDeliveryboxUpdateDescriptionDeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseMailDeliveryboxUpdateDescriptionDeprecatedResponse

func ParseMailDeliveryboxUpdateDescriptionDeprecatedResponse(rsp *http.Response) (*MailDeliveryboxUpdateDescriptionDeprecatedResponse, error)

ParseMailDeliveryboxUpdateDescriptionDeprecatedResponse parses an HTTP response from a MailDeliveryboxUpdateDescriptionDeprecatedWithResponse call

func (MailDeliveryboxUpdateDescriptionDeprecatedResponse) Status

Status returns HTTPResponse.Status

func (MailDeliveryboxUpdateDescriptionDeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailDeliveryboxUpdatePasswordDeprecatedJSONBody

type MailDeliveryboxUpdatePasswordDeprecatedJSONBody struct {
	Password string `json:"password"`
}

MailDeliveryboxUpdatePasswordDeprecatedJSONBody defines parameters for MailDeliveryboxUpdatePasswordDeprecated.

type MailDeliveryboxUpdatePasswordDeprecatedJSONRequestBody

type MailDeliveryboxUpdatePasswordDeprecatedJSONRequestBody MailDeliveryboxUpdatePasswordDeprecatedJSONBody

MailDeliveryboxUpdatePasswordDeprecatedJSONRequestBody defines body for MailDeliveryboxUpdatePasswordDeprecated for application/json ContentType.

type MailDeliveryboxUpdatePasswordDeprecatedResponse

type MailDeliveryboxUpdatePasswordDeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseMailDeliveryboxUpdatePasswordDeprecatedResponse

func ParseMailDeliveryboxUpdatePasswordDeprecatedResponse(rsp *http.Response) (*MailDeliveryboxUpdatePasswordDeprecatedResponse, error)

ParseMailDeliveryboxUpdatePasswordDeprecatedResponse parses an HTTP response from a MailDeliveryboxUpdatePasswordDeprecatedWithResponse call

func (MailDeliveryboxUpdatePasswordDeprecatedResponse) Status

Status returns HTTPResponse.Status

func (MailDeliveryboxUpdatePasswordDeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailGetDeliveryBoxResponse

func ParseMailGetDeliveryBoxResponse

func ParseMailGetDeliveryBoxResponse(rsp *http.Response) (*MailGetDeliveryBoxResponse, error)

ParseMailGetDeliveryBoxResponse parses an HTTP response from a MailGetDeliveryBoxWithResponse call

func (MailGetDeliveryBoxResponse) Status

Status returns HTTPResponse.Status

func (MailGetDeliveryBoxResponse) StatusCode

func (r MailGetDeliveryBoxResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type MailGetMailAddressResponse

func ParseMailGetMailAddressResponse

func ParseMailGetMailAddressResponse(rsp *http.Response) (*MailGetMailAddressResponse, error)

ParseMailGetMailAddressResponse parses an HTTP response from a MailGetMailAddressWithResponse call

func (MailGetMailAddressResponse) Status

Status returns HTTPResponse.Status

func (MailGetMailAddressResponse) StatusCode

func (r MailGetMailAddressResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type MailListDeliveryBoxesResponse

func ParseMailListDeliveryBoxesResponse

func ParseMailListDeliveryBoxesResponse(rsp *http.Response) (*MailListDeliveryBoxesResponse, error)

ParseMailListDeliveryBoxesResponse parses an HTTP response from a MailListDeliveryBoxesWithResponse call

func (MailListDeliveryBoxesResponse) Status

Status returns HTTPResponse.Status

func (MailListDeliveryBoxesResponse) StatusCode

func (r MailListDeliveryBoxesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type MailListMailAddressesResponse

func ParseMailListMailAddressesResponse

func ParseMailListMailAddressesResponse(rsp *http.Response) (*MailListMailAddressesResponse, error)

ParseMailListMailAddressesResponse parses an HTTP response from a MailListMailAddressesWithResponse call

func (MailListMailAddressesResponse) Status

Status returns HTTPResponse.Status

func (MailListMailAddressesResponse) StatusCode

func (r MailListMailAddressesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type MailListProjectMailSettingsResponse

type MailListProjectMailSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Blacklist []string `json:"blacklist"`
		ProjectId string   `json:"projectId"`
		Whitelist []string `json:"whitelist"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON403     *DeMittwaldV1CommonsDefaultError
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSON500     *DeMittwaldV1CommonsDefaultError
	JSON503     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseMailListProjectMailSettingsResponse

func ParseMailListProjectMailSettingsResponse(rsp *http.Response) (*MailListProjectMailSettingsResponse, error)

ParseMailListProjectMailSettingsResponse parses an HTTP response from a MailListProjectMailSettingsWithResponse call

func (MailListProjectMailSettingsResponse) Status

Status returns HTTPResponse.Status

func (MailListProjectMailSettingsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailMailaddressUpdateAddressDeprecatedJSONBody

type MailMailaddressUpdateAddressDeprecatedJSONBody struct {
	Address string `json:"address"`
}

MailMailaddressUpdateAddressDeprecatedJSONBody defines parameters for MailMailaddressUpdateAddressDeprecated.

type MailMailaddressUpdateAddressDeprecatedJSONRequestBody

type MailMailaddressUpdateAddressDeprecatedJSONRequestBody MailMailaddressUpdateAddressDeprecatedJSONBody

MailMailaddressUpdateAddressDeprecatedJSONRequestBody defines body for MailMailaddressUpdateAddressDeprecated for application/json ContentType.

type MailMailaddressUpdateAddressDeprecatedResponse

type MailMailaddressUpdateAddressDeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseMailMailaddressUpdateAddressDeprecatedResponse

func ParseMailMailaddressUpdateAddressDeprecatedResponse(rsp *http.Response) (*MailMailaddressUpdateAddressDeprecatedResponse, error)

ParseMailMailaddressUpdateAddressDeprecatedResponse parses an HTTP response from a MailMailaddressUpdateAddressDeprecatedWithResponse call

func (MailMailaddressUpdateAddressDeprecatedResponse) Status

Status returns HTTPResponse.Status

func (MailMailaddressUpdateAddressDeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailProjectsettingUpdateBlacklistDeprecatedJSONBody

type MailProjectsettingUpdateBlacklistDeprecatedJSONBody struct {
	Blacklist []string `json:"blacklist"`
}

MailProjectsettingUpdateBlacklistDeprecatedJSONBody defines parameters for MailProjectsettingUpdateBlacklistDeprecated.

type MailProjectsettingUpdateBlacklistDeprecatedJSONRequestBody

type MailProjectsettingUpdateBlacklistDeprecatedJSONRequestBody MailProjectsettingUpdateBlacklistDeprecatedJSONBody

MailProjectsettingUpdateBlacklistDeprecatedJSONRequestBody defines body for MailProjectsettingUpdateBlacklistDeprecated for application/json ContentType.

type MailProjectsettingUpdateBlacklistDeprecatedResponse

type MailProjectsettingUpdateBlacklistDeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseMailProjectsettingUpdateBlacklistDeprecatedResponse

func ParseMailProjectsettingUpdateBlacklistDeprecatedResponse(rsp *http.Response) (*MailProjectsettingUpdateBlacklistDeprecatedResponse, error)

ParseMailProjectsettingUpdateBlacklistDeprecatedResponse parses an HTTP response from a MailProjectsettingUpdateBlacklistDeprecatedWithResponse call

func (MailProjectsettingUpdateBlacklistDeprecatedResponse) Status

Status returns HTTPResponse.Status

func (MailProjectsettingUpdateBlacklistDeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailProjectsettingUpdateWhitelistDeprecatedJSONBody

type MailProjectsettingUpdateWhitelistDeprecatedJSONBody struct {
	Whitelist []string `json:"whitelist"`
}

MailProjectsettingUpdateWhitelistDeprecatedJSONBody defines parameters for MailProjectsettingUpdateWhitelistDeprecated.

type MailProjectsettingUpdateWhitelistDeprecatedJSONRequestBody

type MailProjectsettingUpdateWhitelistDeprecatedJSONRequestBody MailProjectsettingUpdateWhitelistDeprecatedJSONBody

MailProjectsettingUpdateWhitelistDeprecatedJSONRequestBody defines body for MailProjectsettingUpdateWhitelistDeprecated for application/json ContentType.

type MailProjectsettingUpdateWhitelistDeprecatedResponse

type MailProjectsettingUpdateWhitelistDeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseMailProjectsettingUpdateWhitelistDeprecatedResponse

func ParseMailProjectsettingUpdateWhitelistDeprecatedResponse(rsp *http.Response) (*MailProjectsettingUpdateWhitelistDeprecatedResponse, error)

ParseMailProjectsettingUpdateWhitelistDeprecatedResponse parses an HTTP response from a MailProjectsettingUpdateWhitelistDeprecatedWithResponse call

func (MailProjectsettingUpdateWhitelistDeprecatedResponse) Status

Status returns HTTPResponse.Status

func (MailProjectsettingUpdateWhitelistDeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailUpdateDeliveryBoxDescriptionJSONBody

type MailUpdateDeliveryBoxDescriptionJSONBody struct {
	Description string `json:"description"`
}

MailUpdateDeliveryBoxDescriptionJSONBody defines parameters for MailUpdateDeliveryBoxDescription.

type MailUpdateDeliveryBoxDescriptionJSONRequestBody

type MailUpdateDeliveryBoxDescriptionJSONRequestBody MailUpdateDeliveryBoxDescriptionJSONBody

MailUpdateDeliveryBoxDescriptionJSONRequestBody defines body for MailUpdateDeliveryBoxDescription for application/json ContentType.

type MailUpdateDeliveryBoxDescriptionResponse

type MailUpdateDeliveryBoxDescriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseMailUpdateDeliveryBoxDescriptionResponse

func ParseMailUpdateDeliveryBoxDescriptionResponse(rsp *http.Response) (*MailUpdateDeliveryBoxDescriptionResponse, error)

ParseMailUpdateDeliveryBoxDescriptionResponse parses an HTTP response from a MailUpdateDeliveryBoxDescriptionWithResponse call

func (MailUpdateDeliveryBoxDescriptionResponse) Status

Status returns HTTPResponse.Status

func (MailUpdateDeliveryBoxDescriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailUpdateDeliveryBoxPasswordJSONBody

type MailUpdateDeliveryBoxPasswordJSONBody struct {
	Password string `json:"password"`
}

MailUpdateDeliveryBoxPasswordJSONBody defines parameters for MailUpdateDeliveryBoxPassword.

type MailUpdateDeliveryBoxPasswordJSONRequestBody

type MailUpdateDeliveryBoxPasswordJSONRequestBody MailUpdateDeliveryBoxPasswordJSONBody

MailUpdateDeliveryBoxPasswordJSONRequestBody defines body for MailUpdateDeliveryBoxPassword for application/json ContentType.

type MailUpdateDeliveryBoxPasswordResponse

type MailUpdateDeliveryBoxPasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseMailUpdateDeliveryBoxPasswordResponse

func ParseMailUpdateDeliveryBoxPasswordResponse(rsp *http.Response) (*MailUpdateDeliveryBoxPasswordResponse, error)

ParseMailUpdateDeliveryBoxPasswordResponse parses an HTTP response from a MailUpdateDeliveryBoxPasswordWithResponse call

func (MailUpdateDeliveryBoxPasswordResponse) Status

Status returns HTTPResponse.Status

func (MailUpdateDeliveryBoxPasswordResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailUpdateMailAddressAddressJSONBody

type MailUpdateMailAddressAddressJSONBody struct {
	Address string `json:"address"`
}

MailUpdateMailAddressAddressJSONBody defines parameters for MailUpdateMailAddressAddress.

type MailUpdateMailAddressAddressJSONRequestBody

type MailUpdateMailAddressAddressJSONRequestBody MailUpdateMailAddressAddressJSONBody

MailUpdateMailAddressAddressJSONRequestBody defines body for MailUpdateMailAddressAddress for application/json ContentType.

type MailUpdateMailAddressAddressResponse

type MailUpdateMailAddressAddressResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseMailUpdateMailAddressAddressResponse

func ParseMailUpdateMailAddressAddressResponse(rsp *http.Response) (*MailUpdateMailAddressAddressResponse, error)

ParseMailUpdateMailAddressAddressResponse parses an HTTP response from a MailUpdateMailAddressAddressWithResponse call

func (MailUpdateMailAddressAddressResponse) Status

Status returns HTTPResponse.Status

func (MailUpdateMailAddressAddressResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailUpdateMailAddressAutoresponderJSONBody

type MailUpdateMailAddressAutoresponderJSONBody struct {
	AutoResponder *struct {
		Active    bool       `json:"active"`
		ExpiresAt *time.Time `json:"expiresAt,omitempty"`
		Message   string     `json:"message"`
		StartsAt  *time.Time `json:"startsAt,omitempty"`
	} `json:"autoResponder"`
}

MailUpdateMailAddressAutoresponderJSONBody defines parameters for MailUpdateMailAddressAutoresponder.

type MailUpdateMailAddressAutoresponderJSONRequestBody

type MailUpdateMailAddressAutoresponderJSONRequestBody MailUpdateMailAddressAutoresponderJSONBody

MailUpdateMailAddressAutoresponderJSONRequestBody defines body for MailUpdateMailAddressAutoresponder for application/json ContentType.

type MailUpdateMailAddressAutoresponderResponse

type MailUpdateMailAddressAutoresponderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseMailUpdateMailAddressAutoresponderResponse

func ParseMailUpdateMailAddressAutoresponderResponse(rsp *http.Response) (*MailUpdateMailAddressAutoresponderResponse, error)

ParseMailUpdateMailAddressAutoresponderResponse parses an HTTP response from a MailUpdateMailAddressAutoresponderWithResponse call

func (MailUpdateMailAddressAutoresponderResponse) Status

Status returns HTTPResponse.Status

func (MailUpdateMailAddressAutoresponderResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailUpdateMailAddressAutoresponderV2DeprecatedJSONBody

type MailUpdateMailAddressAutoresponderV2DeprecatedJSONBody struct {
	AutoResponder *struct {
		Active    bool       `json:"active"`
		ExpiresAt *time.Time `json:"expiresAt,omitempty"`
		Message   string     `json:"message"`
		StartsAt  *time.Time `json:"startsAt,omitempty"`
	} `json:"autoResponder"`
}

MailUpdateMailAddressAutoresponderV2DeprecatedJSONBody defines parameters for MailUpdateMailAddressAutoresponderV2Deprecated.

type MailUpdateMailAddressAutoresponderV2DeprecatedJSONRequestBody

type MailUpdateMailAddressAutoresponderV2DeprecatedJSONRequestBody MailUpdateMailAddressAutoresponderV2DeprecatedJSONBody

MailUpdateMailAddressAutoresponderV2DeprecatedJSONRequestBody defines body for MailUpdateMailAddressAutoresponderV2Deprecated for application/json ContentType.

type MailUpdateMailAddressAutoresponderV2DeprecatedResponse

type MailUpdateMailAddressAutoresponderV2DeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseMailUpdateMailAddressAutoresponderV2DeprecatedResponse

func ParseMailUpdateMailAddressAutoresponderV2DeprecatedResponse(rsp *http.Response) (*MailUpdateMailAddressAutoresponderV2DeprecatedResponse, error)

ParseMailUpdateMailAddressAutoresponderV2DeprecatedResponse parses an HTTP response from a MailUpdateMailAddressAutoresponderV2DeprecatedWithResponse call

func (MailUpdateMailAddressAutoresponderV2DeprecatedResponse) Status

Status returns HTTPResponse.Status

func (MailUpdateMailAddressAutoresponderV2DeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailUpdateMailAddressCatchAllJSONBody

type MailUpdateMailAddressCatchAllJSONBody struct {
	Active bool `json:"active"`
}

MailUpdateMailAddressCatchAllJSONBody defines parameters for MailUpdateMailAddressCatchAll.

type MailUpdateMailAddressCatchAllJSONRequestBody

type MailUpdateMailAddressCatchAllJSONRequestBody MailUpdateMailAddressCatchAllJSONBody

MailUpdateMailAddressCatchAllJSONRequestBody defines body for MailUpdateMailAddressCatchAll for application/json ContentType.

type MailUpdateMailAddressCatchAllResponse

type MailUpdateMailAddressCatchAllResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseMailUpdateMailAddressCatchAllResponse

func ParseMailUpdateMailAddressCatchAllResponse(rsp *http.Response) (*MailUpdateMailAddressCatchAllResponse, error)

ParseMailUpdateMailAddressCatchAllResponse parses an HTTP response from a MailUpdateMailAddressCatchAllWithResponse call

func (MailUpdateMailAddressCatchAllResponse) Status

Status returns HTTPResponse.Status

func (MailUpdateMailAddressCatchAllResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailUpdateMailAddressCatchallV2DeprecatedJSONBody

type MailUpdateMailAddressCatchallV2DeprecatedJSONBody struct {
	Active bool `json:"active"`
}

MailUpdateMailAddressCatchallV2DeprecatedJSONBody defines parameters for MailUpdateMailAddressCatchallV2Deprecated.

type MailUpdateMailAddressCatchallV2DeprecatedJSONRequestBody

type MailUpdateMailAddressCatchallV2DeprecatedJSONRequestBody MailUpdateMailAddressCatchallV2DeprecatedJSONBody

MailUpdateMailAddressCatchallV2DeprecatedJSONRequestBody defines body for MailUpdateMailAddressCatchallV2Deprecated for application/json ContentType.

type MailUpdateMailAddressCatchallV2DeprecatedResponse

type MailUpdateMailAddressCatchallV2DeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseMailUpdateMailAddressCatchallV2DeprecatedResponse

func ParseMailUpdateMailAddressCatchallV2DeprecatedResponse(rsp *http.Response) (*MailUpdateMailAddressCatchallV2DeprecatedResponse, error)

ParseMailUpdateMailAddressCatchallV2DeprecatedResponse parses an HTTP response from a MailUpdateMailAddressCatchallV2DeprecatedWithResponse call

func (MailUpdateMailAddressCatchallV2DeprecatedResponse) Status

Status returns HTTPResponse.Status

func (MailUpdateMailAddressCatchallV2DeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailUpdateMailAddressForwardAddressesJSONBody

type MailUpdateMailAddressForwardAddressesJSONBody struct {
	ForwardAddresses []string `json:"forwardAddresses"`
}

MailUpdateMailAddressForwardAddressesJSONBody defines parameters for MailUpdateMailAddressForwardAddresses.

type MailUpdateMailAddressForwardAddressesJSONRequestBody

type MailUpdateMailAddressForwardAddressesJSONRequestBody MailUpdateMailAddressForwardAddressesJSONBody

MailUpdateMailAddressForwardAddressesJSONRequestBody defines body for MailUpdateMailAddressForwardAddresses for application/json ContentType.

type MailUpdateMailAddressForwardAddressesResponse

type MailUpdateMailAddressForwardAddressesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseMailUpdateMailAddressForwardAddressesResponse

func ParseMailUpdateMailAddressForwardAddressesResponse(rsp *http.Response) (*MailUpdateMailAddressForwardAddressesResponse, error)

ParseMailUpdateMailAddressForwardAddressesResponse parses an HTTP response from a MailUpdateMailAddressForwardAddressesWithResponse call

func (MailUpdateMailAddressForwardAddressesResponse) Status

Status returns HTTPResponse.Status

func (MailUpdateMailAddressForwardAddressesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailUpdateMailAddressForwardAddressesV2DeprecatedJSONBody

type MailUpdateMailAddressForwardAddressesV2DeprecatedJSONBody struct {
	ForwardAddresses []string `json:"forwardAddresses"`
}

MailUpdateMailAddressForwardAddressesV2DeprecatedJSONBody defines parameters for MailUpdateMailAddressForwardAddressesV2Deprecated.

type MailUpdateMailAddressForwardAddressesV2DeprecatedJSONRequestBody

type MailUpdateMailAddressForwardAddressesV2DeprecatedJSONRequestBody MailUpdateMailAddressForwardAddressesV2DeprecatedJSONBody

MailUpdateMailAddressForwardAddressesV2DeprecatedJSONRequestBody defines body for MailUpdateMailAddressForwardAddressesV2Deprecated for application/json ContentType.

type MailUpdateMailAddressForwardAddressesV2DeprecatedResponse

type MailUpdateMailAddressForwardAddressesV2DeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseMailUpdateMailAddressForwardAddressesV2DeprecatedResponse

func ParseMailUpdateMailAddressForwardAddressesV2DeprecatedResponse(rsp *http.Response) (*MailUpdateMailAddressForwardAddressesV2DeprecatedResponse, error)

ParseMailUpdateMailAddressForwardAddressesV2DeprecatedResponse parses an HTTP response from a MailUpdateMailAddressForwardAddressesV2DeprecatedWithResponse call

func (MailUpdateMailAddressForwardAddressesV2DeprecatedResponse) Status

Status returns HTTPResponse.Status

func (MailUpdateMailAddressForwardAddressesV2DeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailUpdateMailAddressPasswordJSONBody

type MailUpdateMailAddressPasswordJSONBody struct {
	Password string `json:"password"`
}

MailUpdateMailAddressPasswordJSONBody defines parameters for MailUpdateMailAddressPassword.

type MailUpdateMailAddressPasswordJSONRequestBody

type MailUpdateMailAddressPasswordJSONRequestBody MailUpdateMailAddressPasswordJSONBody

MailUpdateMailAddressPasswordJSONRequestBody defines body for MailUpdateMailAddressPassword for application/json ContentType.

type MailUpdateMailAddressPasswordResponse

type MailUpdateMailAddressPasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseMailUpdateMailAddressPasswordResponse

func ParseMailUpdateMailAddressPasswordResponse(rsp *http.Response) (*MailUpdateMailAddressPasswordResponse, error)

ParseMailUpdateMailAddressPasswordResponse parses an HTTP response from a MailUpdateMailAddressPasswordWithResponse call

func (MailUpdateMailAddressPasswordResponse) Status

Status returns HTTPResponse.Status

func (MailUpdateMailAddressPasswordResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailUpdateMailAddressPasswordV2DeprecatedJSONBody

type MailUpdateMailAddressPasswordV2DeprecatedJSONBody struct {
	Password string `json:"password"`
}

MailUpdateMailAddressPasswordV2DeprecatedJSONBody defines parameters for MailUpdateMailAddressPasswordV2Deprecated.

type MailUpdateMailAddressPasswordV2DeprecatedJSONRequestBody

type MailUpdateMailAddressPasswordV2DeprecatedJSONRequestBody MailUpdateMailAddressPasswordV2DeprecatedJSONBody

MailUpdateMailAddressPasswordV2DeprecatedJSONRequestBody defines body for MailUpdateMailAddressPasswordV2Deprecated for application/json ContentType.

type MailUpdateMailAddressPasswordV2DeprecatedResponse

type MailUpdateMailAddressPasswordV2DeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseMailUpdateMailAddressPasswordV2DeprecatedResponse

func ParseMailUpdateMailAddressPasswordV2DeprecatedResponse(rsp *http.Response) (*MailUpdateMailAddressPasswordV2DeprecatedResponse, error)

ParseMailUpdateMailAddressPasswordV2DeprecatedResponse parses an HTTP response from a MailUpdateMailAddressPasswordV2DeprecatedWithResponse call

func (MailUpdateMailAddressPasswordV2DeprecatedResponse) Status

Status returns HTTPResponse.Status

func (MailUpdateMailAddressPasswordV2DeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailUpdateMailAddressQuotaJSONBody

type MailUpdateMailAddressQuotaJSONBody struct {
	QuotaInBytes float32 `json:"quotaInBytes"`
}

MailUpdateMailAddressQuotaJSONBody defines parameters for MailUpdateMailAddressQuota.

type MailUpdateMailAddressQuotaJSONRequestBody

type MailUpdateMailAddressQuotaJSONRequestBody MailUpdateMailAddressQuotaJSONBody

MailUpdateMailAddressQuotaJSONRequestBody defines body for MailUpdateMailAddressQuota for application/json ContentType.

type MailUpdateMailAddressQuotaResponse

type MailUpdateMailAddressQuotaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseMailUpdateMailAddressQuotaResponse

func ParseMailUpdateMailAddressQuotaResponse(rsp *http.Response) (*MailUpdateMailAddressQuotaResponse, error)

ParseMailUpdateMailAddressQuotaResponse parses an HTTP response from a MailUpdateMailAddressQuotaWithResponse call

func (MailUpdateMailAddressQuotaResponse) Status

Status returns HTTPResponse.Status

func (MailUpdateMailAddressQuotaResponse) StatusCode

func (r MailUpdateMailAddressQuotaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type MailUpdateMailAddressQuotaV2DeprecatedJSONBody

type MailUpdateMailAddressQuotaV2DeprecatedJSONBody struct {
	QuotaInBytes float32 `json:"quotaInBytes"`
}

MailUpdateMailAddressQuotaV2DeprecatedJSONBody defines parameters for MailUpdateMailAddressQuotaV2Deprecated.

type MailUpdateMailAddressQuotaV2DeprecatedJSONRequestBody

type MailUpdateMailAddressQuotaV2DeprecatedJSONRequestBody MailUpdateMailAddressQuotaV2DeprecatedJSONBody

MailUpdateMailAddressQuotaV2DeprecatedJSONRequestBody defines body for MailUpdateMailAddressQuotaV2Deprecated for application/json ContentType.

type MailUpdateMailAddressQuotaV2DeprecatedResponse

type MailUpdateMailAddressQuotaV2DeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseMailUpdateMailAddressQuotaV2DeprecatedResponse

func ParseMailUpdateMailAddressQuotaV2DeprecatedResponse(rsp *http.Response) (*MailUpdateMailAddressQuotaV2DeprecatedResponse, error)

ParseMailUpdateMailAddressQuotaV2DeprecatedResponse parses an HTTP response from a MailUpdateMailAddressQuotaV2DeprecatedWithResponse call

func (MailUpdateMailAddressQuotaV2DeprecatedResponse) Status

Status returns HTTPResponse.Status

func (MailUpdateMailAddressQuotaV2DeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailUpdateMailAddressSpamProtectionJSONBody

type MailUpdateMailAddressSpamProtectionJSONBody struct {
	SpamProtection struct {
		Active                 bool                                                            `json:"active"`
		AutoDeleteSpam         bool                                                            `json:"autoDeleteSpam"`
		Folder                 MailUpdateMailAddressSpamProtectionJSONBodySpamProtectionFolder `json:"folder"`
		RelocationMinSpamScore int                                                             `json:"relocationMinSpamScore"`
	} `json:"spamProtection"`
}

MailUpdateMailAddressSpamProtectionJSONBody defines parameters for MailUpdateMailAddressSpamProtection.

type MailUpdateMailAddressSpamProtectionJSONBodySpamProtectionFolder

type MailUpdateMailAddressSpamProtectionJSONBodySpamProtectionFolder string

MailUpdateMailAddressSpamProtectionJSONBodySpamProtectionFolder defines parameters for MailUpdateMailAddressSpamProtection.

const (
	MailUpdateMailAddressSpamProtectionJSONBodySpamProtectionFolderInbox MailUpdateMailAddressSpamProtectionJSONBodySpamProtectionFolder = "inbox"
	MailUpdateMailAddressSpamProtectionJSONBodySpamProtectionFolderSpam  MailUpdateMailAddressSpamProtectionJSONBodySpamProtectionFolder = "spam"
)

Defines values for MailUpdateMailAddressSpamProtectionJSONBodySpamProtectionFolder.

type MailUpdateMailAddressSpamProtectionJSONRequestBody

type MailUpdateMailAddressSpamProtectionJSONRequestBody MailUpdateMailAddressSpamProtectionJSONBody

MailUpdateMailAddressSpamProtectionJSONRequestBody defines body for MailUpdateMailAddressSpamProtection for application/json ContentType.

type MailUpdateMailAddressSpamProtectionResponse

type MailUpdateMailAddressSpamProtectionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseMailUpdateMailAddressSpamProtectionResponse

func ParseMailUpdateMailAddressSpamProtectionResponse(rsp *http.Response) (*MailUpdateMailAddressSpamProtectionResponse, error)

ParseMailUpdateMailAddressSpamProtectionResponse parses an HTTP response from a MailUpdateMailAddressSpamProtectionWithResponse call

func (MailUpdateMailAddressSpamProtectionResponse) Status

Status returns HTTPResponse.Status

func (MailUpdateMailAddressSpamProtectionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailUpdateMailAddressSpamProtectionV2DeprecatedJSONBody

type MailUpdateMailAddressSpamProtectionV2DeprecatedJSONBody struct {
	SpamProtection struct {
		Active                 bool                                                                        `json:"active"`
		AutoDeleteSpam         bool                                                                        `json:"autoDeleteSpam"`
		Folder                 MailUpdateMailAddressSpamProtectionV2DeprecatedJSONBodySpamProtectionFolder `json:"folder"`
		RelocationMinSpamScore int                                                                         `json:"relocationMinSpamScore"`
	} `json:"spamProtection"`
}

MailUpdateMailAddressSpamProtectionV2DeprecatedJSONBody defines parameters for MailUpdateMailAddressSpamProtectionV2Deprecated.

type MailUpdateMailAddressSpamProtectionV2DeprecatedJSONBodySpamProtectionFolder

type MailUpdateMailAddressSpamProtectionV2DeprecatedJSONBodySpamProtectionFolder string

MailUpdateMailAddressSpamProtectionV2DeprecatedJSONBodySpamProtectionFolder defines parameters for MailUpdateMailAddressSpamProtectionV2Deprecated.

const (
	MailUpdateMailAddressSpamProtectionV2DeprecatedJSONBodySpamProtectionFolderInbox MailUpdateMailAddressSpamProtectionV2DeprecatedJSONBodySpamProtectionFolder = "inbox"
	MailUpdateMailAddressSpamProtectionV2DeprecatedJSONBodySpamProtectionFolderSpam  MailUpdateMailAddressSpamProtectionV2DeprecatedJSONBodySpamProtectionFolder = "spam"
)

Defines values for MailUpdateMailAddressSpamProtectionV2DeprecatedJSONBodySpamProtectionFolder.

type MailUpdateMailAddressSpamProtectionV2DeprecatedJSONRequestBody

type MailUpdateMailAddressSpamProtectionV2DeprecatedJSONRequestBody MailUpdateMailAddressSpamProtectionV2DeprecatedJSONBody

MailUpdateMailAddressSpamProtectionV2DeprecatedJSONRequestBody defines body for MailUpdateMailAddressSpamProtectionV2Deprecated for application/json ContentType.

type MailUpdateMailAddressSpamProtectionV2DeprecatedResponse

type MailUpdateMailAddressSpamProtectionV2DeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseMailUpdateMailAddressSpamProtectionV2DeprecatedResponse

func ParseMailUpdateMailAddressSpamProtectionV2DeprecatedResponse(rsp *http.Response) (*MailUpdateMailAddressSpamProtectionV2DeprecatedResponse, error)

ParseMailUpdateMailAddressSpamProtectionV2DeprecatedResponse parses an HTTP response from a MailUpdateMailAddressSpamProtectionV2DeprecatedWithResponse call

func (MailUpdateMailAddressSpamProtectionV2DeprecatedResponse) Status

Status returns HTTPResponse.Status

func (MailUpdateMailAddressSpamProtectionV2DeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailUpdateProjectMailSettingJSONBody

type MailUpdateProjectMailSettingJSONBody struct {
	// contains filtered or unexported fields
}

MailUpdateProjectMailSettingJSONBody defines parameters for MailUpdateProjectMailSetting.

type MailUpdateProjectMailSettingJSONBody0

type MailUpdateProjectMailSettingJSONBody0 struct {
	Blacklist []string `json:"blacklist"`
}

MailUpdateProjectMailSettingJSONBody0 defines parameters for MailUpdateProjectMailSetting.

type MailUpdateProjectMailSettingJSONBody1

type MailUpdateProjectMailSettingJSONBody1 struct {
	Whitelist []string `json:"whitelist"`
}

MailUpdateProjectMailSettingJSONBody1 defines parameters for MailUpdateProjectMailSetting.

type MailUpdateProjectMailSettingJSONRequestBody

type MailUpdateProjectMailSettingJSONRequestBody MailUpdateProjectMailSettingJSONBody

MailUpdateProjectMailSettingJSONRequestBody defines body for MailUpdateProjectMailSetting for application/json ContentType.

type MailUpdateProjectMailSettingParamsMailSetting

type MailUpdateProjectMailSettingParamsMailSetting string

MailUpdateProjectMailSettingParamsMailSetting defines parameters for MailUpdateProjectMailSetting.

const (
	MailUpdateProjectMailSettingParamsMailSettingBlacklist MailUpdateProjectMailSettingParamsMailSetting = "blacklist"
	MailUpdateProjectMailSettingParamsMailSettingWhitelist MailUpdateProjectMailSettingParamsMailSetting = "whitelist"
)

Defines values for MailUpdateProjectMailSettingParamsMailSetting.

type MailUpdateProjectMailSettingResponse

type MailUpdateProjectMailSettingResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseMailUpdateProjectMailSettingResponse

func ParseMailUpdateProjectMailSettingResponse(rsp *http.Response) (*MailUpdateProjectMailSettingResponse, error)

ParseMailUpdateProjectMailSettingResponse parses an HTTP response from a MailUpdateProjectMailSettingWithResponse call

func (MailUpdateProjectMailSettingResponse) Status

Status returns HTTPResponse.Status

func (MailUpdateProjectMailSettingResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type MailUpdateProjectMailSettingV2DeprecatedJSONBody

type MailUpdateProjectMailSettingV2DeprecatedJSONBody struct {
	// contains filtered or unexported fields
}

MailUpdateProjectMailSettingV2DeprecatedJSONBody defines parameters for MailUpdateProjectMailSettingV2Deprecated.

type MailUpdateProjectMailSettingV2DeprecatedJSONBody0

type MailUpdateProjectMailSettingV2DeprecatedJSONBody0 struct {
	Blacklist []string `json:"blacklist"`
}

MailUpdateProjectMailSettingV2DeprecatedJSONBody0 defines parameters for MailUpdateProjectMailSettingV2Deprecated.

type MailUpdateProjectMailSettingV2DeprecatedJSONBody1

type MailUpdateProjectMailSettingV2DeprecatedJSONBody1 struct {
	Whitelist []string `json:"whitelist"`
}

MailUpdateProjectMailSettingV2DeprecatedJSONBody1 defines parameters for MailUpdateProjectMailSettingV2Deprecated.

type MailUpdateProjectMailSettingV2DeprecatedJSONRequestBody

type MailUpdateProjectMailSettingV2DeprecatedJSONRequestBody MailUpdateProjectMailSettingV2DeprecatedJSONBody

MailUpdateProjectMailSettingV2DeprecatedJSONRequestBody defines body for MailUpdateProjectMailSettingV2Deprecated for application/json ContentType.

type MailUpdateProjectMailSettingV2DeprecatedParamsSetting

type MailUpdateProjectMailSettingV2DeprecatedParamsSetting string

MailUpdateProjectMailSettingV2DeprecatedParamsSetting defines parameters for MailUpdateProjectMailSettingV2Deprecated.

const (
	MailUpdateProjectMailSettingV2DeprecatedParamsSettingBlacklist MailUpdateProjectMailSettingV2DeprecatedParamsSetting = "blacklist"
	MailUpdateProjectMailSettingV2DeprecatedParamsSettingWhitelist MailUpdateProjectMailSettingV2DeprecatedParamsSetting = "whitelist"
)

Defines values for MailUpdateProjectMailSettingV2DeprecatedParamsSetting.

type MailUpdateProjectMailSettingV2DeprecatedResponse

type MailUpdateProjectMailSettingV2DeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseMailUpdateProjectMailSettingV2DeprecatedResponse

func ParseMailUpdateProjectMailSettingV2DeprecatedResponse(rsp *http.Response) (*MailUpdateProjectMailSettingV2DeprecatedResponse, error)

ParseMailUpdateProjectMailSettingV2DeprecatedResponse parses an HTTP response from a MailUpdateProjectMailSettingV2DeprecatedWithResponse call

func (MailUpdateProjectMailSettingV2DeprecatedResponse) Status

Status returns HTTPResponse.Status

func (MailUpdateProjectMailSettingV2DeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type NewsletterGetInfoResponse

type NewsletterGetInfoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Active     bool   `json:"active"`
		Email      string `json:"email"`
		Registered bool   `json:"registered"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseNewsletterGetInfoResponse

func ParseNewsletterGetInfoResponse(rsp *http.Response) (*NewsletterGetInfoResponse, error)

ParseNewsletterGetInfoResponse parses an HTTP response from a NewsletterGetInfoWithResponse call

func (NewsletterGetInfoResponse) Status

func (r NewsletterGetInfoResponse) Status() string

Status returns HTTPResponse.Status

func (NewsletterGetInfoResponse) StatusCode

func (r NewsletterGetInfoResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type NewsletterSubscribeUserJSONBody

type NewsletterSubscribeUserJSONBody struct {
	FirstName *string `json:"firstName,omitempty"`
	LastName  *string `json:"lastName,omitempty"`
}

NewsletterSubscribeUserJSONBody defines parameters for NewsletterSubscribeUser.

type NewsletterSubscribeUserJSONRequestBody

type NewsletterSubscribeUserJSONRequestBody NewsletterSubscribeUserJSONBody

NewsletterSubscribeUserJSONRequestBody defines body for NewsletterSubscribeUser for application/json ContentType.

type NewsletterSubscribeUserResponse

type NewsletterSubscribeUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Active     bool   `json:"active"`
		Email      string `json:"email"`
		Registered bool   `json:"registered"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseNewsletterSubscribeUserResponse

func ParseNewsletterSubscribeUserResponse(rsp *http.Response) (*NewsletterSubscribeUserResponse, error)

ParseNewsletterSubscribeUserResponse parses an HTTP response from a NewsletterSubscribeUserWithResponse call

func (NewsletterSubscribeUserResponse) Status

Status returns HTTPResponse.Status

func (NewsletterSubscribeUserResponse) StatusCode

func (r NewsletterSubscribeUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type NewsletterUnsubscribeUserResponse

type NewsletterUnsubscribeUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseNewsletterUnsubscribeUserResponse

func ParseNewsletterUnsubscribeUserResponse(rsp *http.Response) (*NewsletterUnsubscribeUserResponse, error)

ParseNewsletterUnsubscribeUserResponse parses an HTTP response from a NewsletterUnsubscribeUserWithResponse call

func (NewsletterUnsubscribeUserResponse) Status

Status returns HTTPResponse.Status

func (NewsletterUnsubscribeUserResponse) StatusCode

func (r NewsletterUnsubscribeUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type NotificationsCountUnreadNotificationsResponse

type NotificationsCountUnreadNotificationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Error   int `json:"error"`
		Info    int `json:"info"`
		Success int `json:"success"`
		Total   int `json:"total"`
		Warning int `json:"warning"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseNotificationsCountUnreadNotificationsResponse

func ParseNotificationsCountUnreadNotificationsResponse(rsp *http.Response) (*NotificationsCountUnreadNotificationsResponse, error)

ParseNotificationsCountUnreadNotificationsResponse parses an HTTP response from a NotificationsCountUnreadNotificationsWithResponse call

func (NotificationsCountUnreadNotificationsResponse) Status

Status returns HTTPResponse.Status

func (NotificationsCountUnreadNotificationsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type NotificationsListNotificationsParams

type NotificationsListNotificationsParams struct {
	Status *NotificationsListNotificationsParamsStatus `form:"status,omitempty" json:"status,omitempty"`
}

NotificationsListNotificationsParams defines parameters for NotificationsListNotifications.

type NotificationsListNotificationsParamsStatus

type NotificationsListNotificationsParamsStatus string

NotificationsListNotificationsParamsStatus defines parameters for NotificationsListNotifications.

const (
	NotificationsListNotificationsParamsStatusRead   NotificationsListNotificationsParamsStatus = "read"
	NotificationsListNotificationsParamsStatusUnread NotificationsListNotificationsParamsStatus = "unread"
)

Defines values for NotificationsListNotificationsParamsStatus.

type NotificationsListNotificationsResponse

type NotificationsListNotificationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1MessagingNotification
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseNotificationsListNotificationsResponse

func ParseNotificationsListNotificationsResponse(rsp *http.Response) (*NotificationsListNotificationsResponse, error)

ParseNotificationsListNotificationsResponse parses an HTTP response from a NotificationsListNotificationsWithResponse call

func (NotificationsListNotificationsResponse) Status

Status returns HTTPResponse.Status

func (NotificationsListNotificationsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type NotificationsReadAllNotificationsDeprecatedJSONBody

type NotificationsReadAllNotificationsDeprecatedJSONBody = map[string]interface{}

NotificationsReadAllNotificationsDeprecatedJSONBody defines parameters for NotificationsReadAllNotificationsDeprecated.

type NotificationsReadAllNotificationsDeprecatedJSONRequestBody

type NotificationsReadAllNotificationsDeprecatedJSONRequestBody = NotificationsReadAllNotificationsDeprecatedJSONBody

NotificationsReadAllNotificationsDeprecatedJSONRequestBody defines body for NotificationsReadAllNotificationsDeprecated for application/json ContentType.

type NotificationsReadAllNotificationsDeprecatedResponse

type NotificationsReadAllNotificationsDeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Status DeMittwaldV1MessagingNotificationStatus `json:"status"`
	}
	JSON403     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseNotificationsReadAllNotificationsDeprecatedResponse

func ParseNotificationsReadAllNotificationsDeprecatedResponse(rsp *http.Response) (*NotificationsReadAllNotificationsDeprecatedResponse, error)

ParseNotificationsReadAllNotificationsDeprecatedResponse parses an HTTP response from a NotificationsReadAllNotificationsDeprecatedWithResponse call

func (NotificationsReadAllNotificationsDeprecatedResponse) Status

Status returns HTTPResponse.Status

func (NotificationsReadAllNotificationsDeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type NotificationsReadAllNotificationsJSONBody

type NotificationsReadAllNotificationsJSONBody = map[string]interface{}

NotificationsReadAllNotificationsJSONBody defines parameters for NotificationsReadAllNotifications.

type NotificationsReadAllNotificationsJSONRequestBody

type NotificationsReadAllNotificationsJSONRequestBody = NotificationsReadAllNotificationsJSONBody

NotificationsReadAllNotificationsJSONRequestBody defines body for NotificationsReadAllNotifications for application/json ContentType.

type NotificationsReadAllNotificationsResponse

type NotificationsReadAllNotificationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Status DeMittwaldV1MessagingNotificationStatus `json:"status"`
	}
	JSON403     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseNotificationsReadAllNotificationsResponse

func ParseNotificationsReadAllNotificationsResponse(rsp *http.Response) (*NotificationsReadAllNotificationsResponse, error)

ParseNotificationsReadAllNotificationsResponse parses an HTTP response from a NotificationsReadAllNotificationsWithResponse call

func (NotificationsReadAllNotificationsResponse) Status

Status returns HTTPResponse.Status

func (NotificationsReadAllNotificationsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type NotificationsReadNotificationJSONBody

type NotificationsReadNotificationJSONBody struct {
	Status DeMittwaldV1MessagingNotificationStatus `json:"status"`
}

NotificationsReadNotificationJSONBody defines parameters for NotificationsReadNotification.

type NotificationsReadNotificationJSONRequestBody

type NotificationsReadNotificationJSONRequestBody NotificationsReadNotificationJSONBody

NotificationsReadNotificationJSONRequestBody defines body for NotificationsReadNotification for application/json ContentType.

type NotificationsReadNotificationResponse

type NotificationsReadNotificationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Status DeMittwaldV1MessagingNotificationStatus `json:"status"`
	}
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseNotificationsReadNotificationResponse

func ParseNotificationsReadNotificationResponse(rsp *http.Response) (*NotificationsReadNotificationResponse, error)

ParseNotificationsReadNotificationResponse parses an HTTP response from a NotificationsReadNotificationWithResponse call

func (NotificationsReadNotificationResponse) Status

Status returns HTTPResponse.Status

func (NotificationsReadNotificationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type OrderCreateOrderJSONBody

type OrderCreateOrderJSONBody struct {
	OrderData *OrderCreateOrderJSONBody_OrderData `json:"orderData,omitempty"`
	OrderType *OrderCreateOrderJSONBodyOrderType  `json:"orderType,omitempty"`
}

OrderCreateOrderJSONBody defines parameters for OrderCreateOrder.

type OrderCreateOrderJSONBodyOrderType

type OrderCreateOrderJSONBodyOrderType string

OrderCreateOrderJSONBodyOrderType defines parameters for OrderCreateOrder.

const (
	OrderCreateOrderJSONBodyOrderTypeDomain         OrderCreateOrderJSONBodyOrderType = "domain"
	OrderCreateOrderJSONBodyOrderTypeProjectHosting OrderCreateOrderJSONBodyOrderType = "projectHosting"
	OrderCreateOrderJSONBodyOrderTypeServer         OrderCreateOrderJSONBodyOrderType = "server"
)

Defines values for OrderCreateOrderJSONBodyOrderType.

type OrderCreateOrderJSONBody_OrderData

type OrderCreateOrderJSONBody_OrderData struct {
	// contains filtered or unexported fields
}

OrderCreateOrderJSONBody_OrderData defines parameters for OrderCreateOrder.

type OrderCreateOrderJSONRequestBody

type OrderCreateOrderJSONRequestBody OrderCreateOrderJSONBody

OrderCreateOrderJSONRequestBody defines body for OrderCreateOrder for application/json ContentType.

type OrderCreateOrderResponse

type OrderCreateOrderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		OrderId string `json:"orderId"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON403     *DeMittwaldV1CommonsRateLimitError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseOrderCreateOrderResponse

func ParseOrderCreateOrderResponse(rsp *http.Response) (*OrderCreateOrderResponse, error)

ParseOrderCreateOrderResponse parses an HTTP response from a OrderCreateOrderWithResponse call

func (OrderCreateOrderResponse) Status

func (r OrderCreateOrderResponse) Status() string

Status returns HTTPResponse.Status

func (OrderCreateOrderResponse) StatusCode

func (r OrderCreateOrderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type OrderCreateTariffChangeJSONBody

type OrderCreateTariffChangeJSONBody struct {
	TariffChangeData *OrderCreateTariffChangeJSONBody_TariffChangeData `json:"tariffChangeData,omitempty"`
	TariffChangeType *OrderCreateTariffChangeJSONBodyTariffChangeType  `json:"tariffChangeType,omitempty"`
}

OrderCreateTariffChangeJSONBody defines parameters for OrderCreateTariffChange.

type OrderCreateTariffChangeJSONBodyTariffChangeType

type OrderCreateTariffChangeJSONBodyTariffChangeType string

OrderCreateTariffChangeJSONBodyTariffChangeType defines parameters for OrderCreateTariffChange.

const (
	OrderCreateTariffChangeJSONBodyTariffChangeTypeProjectHosting OrderCreateTariffChangeJSONBodyTariffChangeType = "projectHosting"
	OrderCreateTariffChangeJSONBodyTariffChangeTypeServer         OrderCreateTariffChangeJSONBodyTariffChangeType = "server"
)

Defines values for OrderCreateTariffChangeJSONBodyTariffChangeType.

type OrderCreateTariffChangeJSONBody_TariffChangeData

type OrderCreateTariffChangeJSONBody_TariffChangeData struct {
	// contains filtered or unexported fields
}

OrderCreateTariffChangeJSONBody_TariffChangeData defines parameters for OrderCreateTariffChange.

type OrderCreateTariffChangeJSONRequestBody

type OrderCreateTariffChangeJSONRequestBody OrderCreateTariffChangeJSONBody

OrderCreateTariffChangeJSONRequestBody defines body for OrderCreateTariffChange for application/json ContentType.

type OrderCreateTariffChangeResponse

type OrderCreateTariffChangeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		OrderId string `json:"orderId"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseOrderCreateTariffChangeResponse

func ParseOrderCreateTariffChangeResponse(rsp *http.Response) (*OrderCreateTariffChangeResponse, error)

ParseOrderCreateTariffChangeResponse parses an HTTP response from a OrderCreateTariffChangeWithResponse call

func (OrderCreateTariffChangeResponse) Status

Status returns HTTPResponse.Status

func (OrderCreateTariffChangeResponse) StatusCode

func (r OrderCreateTariffChangeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type OrderGetOrderResponse

type OrderGetOrderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1OrderCustomerOrder
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseOrderGetOrderResponse

func ParseOrderGetOrderResponse(rsp *http.Response) (*OrderGetOrderResponse, error)

ParseOrderGetOrderResponse parses an HTTP response from a OrderGetOrderWithResponse call

func (OrderGetOrderResponse) Status

func (r OrderGetOrderResponse) Status() string

Status returns HTTPResponse.Status

func (OrderGetOrderResponse) StatusCode

func (r OrderGetOrderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type OrderListCustomerOrdersParams

type OrderListCustomerOrdersParams struct {
	Limit          *int                            `form:"limit,omitempty" json:"limit,omitempty"`
	Skip           *int                            `form:"skip,omitempty" json:"skip,omitempty"`
	Page           *int                            `form:"page,omitempty" json:"page,omitempty"`
	IncludesStatus *[]DeMittwaldV1OrderOrderStatus `form:"includesStatus,omitempty" json:"includesStatus,omitempty"`
	ExcludesStatus *[]DeMittwaldV1OrderOrderStatus `form:"excludesStatus,omitempty" json:"excludesStatus,omitempty"`
	TemplateNames  *[]string                       `form:"templateNames,omitempty" json:"templateNames,omitempty"`
}

OrderListCustomerOrdersParams defines parameters for OrderListCustomerOrders.

type OrderListCustomerOrdersResponse

type OrderListCustomerOrdersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1OrderCustomerOrder
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseOrderListCustomerOrdersResponse

func ParseOrderListCustomerOrdersResponse(rsp *http.Response) (*OrderListCustomerOrdersResponse, error)

ParseOrderListCustomerOrdersResponse parses an HTTP response from a OrderListCustomerOrdersWithResponse call

func (OrderListCustomerOrdersResponse) Status

Status returns HTTPResponse.Status

func (OrderListCustomerOrdersResponse) StatusCode

func (r OrderListCustomerOrdersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type OrderListProjectOrdersParams

type OrderListProjectOrdersParams struct {
	Limit          *int                            `form:"limit,omitempty" json:"limit,omitempty"`
	Skip           *int                            `form:"skip,omitempty" json:"skip,omitempty"`
	Page           *int                            `form:"page,omitempty" json:"page,omitempty"`
	IncludesStatus *[]DeMittwaldV1OrderOrderStatus `form:"includesStatus,omitempty" json:"includesStatus,omitempty"`
	ExcludesStatus *[]DeMittwaldV1OrderOrderStatus `form:"excludesStatus,omitempty" json:"excludesStatus,omitempty"`
	TemplateNames  *[]string                       `form:"templateNames,omitempty" json:"templateNames,omitempty"`
}

OrderListProjectOrdersParams defines parameters for OrderListProjectOrders.

type OrderListProjectOrdersResponse

type OrderListProjectOrdersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1OrderCustomerOrder
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseOrderListProjectOrdersResponse

func ParseOrderListProjectOrdersResponse(rsp *http.Response) (*OrderListProjectOrdersResponse, error)

ParseOrderListProjectOrdersResponse parses an HTTP response from a OrderListProjectOrdersWithResponse call

func (OrderListProjectOrdersResponse) Status

Status returns HTTPResponse.Status

func (OrderListProjectOrdersResponse) StatusCode

func (r OrderListProjectOrdersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type OrderPreviewOrderJSONBody

type OrderPreviewOrderJSONBody struct {
	OrderData *OrderPreviewOrderJSONBody_OrderData `json:"orderData,omitempty"`
	OrderType *OrderPreviewOrderJSONBodyOrderType  `json:"orderType,omitempty"`
}

OrderPreviewOrderJSONBody defines parameters for OrderPreviewOrder.

type OrderPreviewOrderJSONBodyOrderType

type OrderPreviewOrderJSONBodyOrderType string

OrderPreviewOrderJSONBodyOrderType defines parameters for OrderPreviewOrder.

const (
	OrderPreviewOrderJSONBodyOrderTypeDomain         OrderPreviewOrderJSONBodyOrderType = "domain"
	OrderPreviewOrderJSONBodyOrderTypeProjectHosting OrderPreviewOrderJSONBodyOrderType = "projectHosting"
	OrderPreviewOrderJSONBodyOrderTypeServer         OrderPreviewOrderJSONBodyOrderType = "server"
)

Defines values for OrderPreviewOrderJSONBodyOrderType.

type OrderPreviewOrderJSONBody_OrderData

type OrderPreviewOrderJSONBody_OrderData struct {
	// contains filtered or unexported fields
}

OrderPreviewOrderJSONBody_OrderData defines parameters for OrderPreviewOrder.

type OrderPreviewOrderJSONRequestBody

type OrderPreviewOrderJSONRequestBody OrderPreviewOrderJSONBody

OrderPreviewOrderJSONRequestBody defines body for OrderPreviewOrder for application/json ContentType.

type OrderPreviewOrderResponse

type OrderPreviewOrderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// contains filtered or unexported fields
	}
	JSON400 *DeMittwaldV1CommonsValidationError
	JSON422 *struct {
		Error *map[string]interface{} `json:"error,omitempty"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseOrderPreviewOrderResponse

func ParseOrderPreviewOrderResponse(rsp *http.Response) (*OrderPreviewOrderResponse, error)

ParseOrderPreviewOrderResponse parses an HTTP response from a OrderPreviewOrderWithResponse call

func (OrderPreviewOrderResponse) Status

func (r OrderPreviewOrderResponse) Status() string

Status returns HTTPResponse.Status

func (OrderPreviewOrderResponse) StatusCode

func (r OrderPreviewOrderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type OrderPreviewTariffChangeJSONBody

type OrderPreviewTariffChangeJSONBody struct {
	TariffChangeData *OrderPreviewTariffChangeJSONBody_TariffChangeData `json:"tariffChangeData,omitempty"`
	TariffChangeType *OrderPreviewTariffChangeJSONBodyTariffChangeType  `json:"tariffChangeType,omitempty"`
}

OrderPreviewTariffChangeJSONBody defines parameters for OrderPreviewTariffChange.

type OrderPreviewTariffChangeJSONBodyTariffChangeType

type OrderPreviewTariffChangeJSONBodyTariffChangeType string

OrderPreviewTariffChangeJSONBodyTariffChangeType defines parameters for OrderPreviewTariffChange.

const (
	OrderPreviewTariffChangeJSONBodyTariffChangeTypeProjectHosting OrderPreviewTariffChangeJSONBodyTariffChangeType = "projectHosting"
	OrderPreviewTariffChangeJSONBodyTariffChangeTypeServer         OrderPreviewTariffChangeJSONBodyTariffChangeType = "server"
)

Defines values for OrderPreviewTariffChangeJSONBodyTariffChangeType.

type OrderPreviewTariffChangeJSONBody_TariffChangeData

type OrderPreviewTariffChangeJSONBody_TariffChangeData struct {
	// contains filtered or unexported fields
}

OrderPreviewTariffChangeJSONBody_TariffChangeData defines parameters for OrderPreviewTariffChange.

type OrderPreviewTariffChangeJSONRequestBody

type OrderPreviewTariffChangeJSONRequestBody OrderPreviewTariffChangeJSONBody

OrderPreviewTariffChangeJSONRequestBody defines body for OrderPreviewTariffChange for application/json ContentType.

type OrderPreviewTariffChangeResponse

type OrderPreviewTariffChangeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		MachineTypePrice float32 `json:"machineTypePrice"`
		StoragePrice     float32 `json:"storagePrice"`
		TotalPrice       float32 `json:"totalPrice"`
	}
	JSON400 *DeMittwaldV1CommonsValidationError
	JSON422 *struct {
		Error *map[string]interface{} `json:"error,omitempty"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseOrderPreviewTariffChangeResponse

func ParseOrderPreviewTariffChangeResponse(rsp *http.Response) (*OrderPreviewTariffChangeResponse, error)

ParseOrderPreviewTariffChangeResponse parses an HTTP response from a OrderPreviewTariffChangeWithResponse call

func (OrderPreviewTariffChangeResponse) Status

Status returns HTTPResponse.Status

func (OrderPreviewTariffChangeResponse) StatusCode

func (r OrderPreviewTariffChangeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PageinsightsGetPerformanceDataParams

type PageinsightsGetPerformanceDataParams struct {
	// Domain A domain or subdomain.
	Domain string `form:"domain" json:"domain"`

	// Path A path of the domain.
	Path string `form:"path" json:"path"`

	// Date Query data for a specific date, defaults to date today.
	Date *openapi_types.Date `form:"date,omitempty" json:"date,omitempty"`
}

PageinsightsGetPerformanceDataParams defines parameters for PageinsightsGetPerformanceData.

type PageinsightsGetPerformanceDataResponse

type PageinsightsGetPerformanceDataResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		CreatedAt *time.Time `json:"createdAt,omitempty"`
		Domain    string     `json:"domain"`
		Metrics   *[]struct {
			CreatedAt time.Time `json:"createdAt"`
			Name      string    `json:"name"`
			Score     *float64  `json:"score"`
			Value     float64   `json:"value"`
		} `json:"metrics,omitempty"`
		MoreDataAvailable *[]openapi_types.Date `json:"moreDataAvailable,omitempty"`
		Path              string                `json:"path"`
		PerformanceScore  float64               `json:"performanceScore"`
		Screenshot        *struct {
			CreatedAt time.Time `json:"createdAt"`
			FileRef   string    `json:"fileRef"`
		} `json:"screenshot,omitempty"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON403     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParsePageinsightsGetPerformanceDataResponse

func ParsePageinsightsGetPerformanceDataResponse(rsp *http.Response) (*PageinsightsGetPerformanceDataResponse, error)

ParsePageinsightsGetPerformanceDataResponse parses an HTTP response from a PageinsightsGetPerformanceDataWithResponse call

func (PageinsightsGetPerformanceDataResponse) Status

Status returns HTTPResponse.Status

func (PageinsightsGetPerformanceDataResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PageinsightsGetStraceDataResponse

type PageinsightsGetStraceDataResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		ExecutedAt time.Time                            `json:"executedAt"`
		Id         openapi_types.UUID                   `json:"id"`
		Result     PageinsightsGetStraceData_200_Result `json:"result"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON403     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParsePageinsightsGetStraceDataResponse

func ParsePageinsightsGetStraceDataResponse(rsp *http.Response) (*PageinsightsGetStraceDataResponse, error)

ParsePageinsightsGetStraceDataResponse parses an HTTP response from a PageinsightsGetStraceDataWithResponse call

func (PageinsightsGetStraceDataResponse) Status

Status returns HTTPResponse.Status

func (PageinsightsGetStraceDataResponse) StatusCode

func (r PageinsightsGetStraceDataResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PageinsightsGetStraceData_200_Result

type PageinsightsGetStraceData_200_Result struct {
	// contains filtered or unexported fields
}

type PageinsightsListPerformanceDataForProjectParams

type PageinsightsListPerformanceDataForProjectParams struct {
	// Domain Filter for a specific domain.
	Domain *string `form:"domain,omitempty" json:"domain,omitempty"`
}

PageinsightsListPerformanceDataForProjectParams defines parameters for PageinsightsListPerformanceDataForProject.

type PageinsightsListPerformanceDataForProjectResponse

type PageinsightsListPerformanceDataForProjectResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Domain string `json:"domain"`
		Paths  []struct {
			CreatedAt         time.Time `json:"createdAt"`
			Path              string    `json:"path"`
			PerformanceScore  int       `json:"performanceScore"`
			ScreenshotFileRef *string   `json:"screenshotFileRef,omitempty"`
		} `json:"paths"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON403     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParsePageinsightsListPerformanceDataForProjectResponse

func ParsePageinsightsListPerformanceDataForProjectResponse(rsp *http.Response) (*PageinsightsListPerformanceDataForProjectResponse, error)

ParsePageinsightsListPerformanceDataForProjectResponse parses an HTTP response from a PageinsightsListPerformanceDataForProjectWithResponse call

func (PageinsightsListPerformanceDataForProjectResponse) Status

Status returns HTTPResponse.Status

func (PageinsightsListPerformanceDataForProjectResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PageinsightsScheduleStraceJSONBody

type PageinsightsScheduleStraceJSONBody struct {
	// Url A call to this URL is measured via strace.
	Url string `json:"url"`
}

PageinsightsScheduleStraceJSONBody defines parameters for PageinsightsScheduleStrace.

type PageinsightsScheduleStraceJSONRequestBody

type PageinsightsScheduleStraceJSONRequestBody PageinsightsScheduleStraceJSONBody

PageinsightsScheduleStraceJSONRequestBody defines body for PageinsightsScheduleStrace for application/json ContentType.

type PageinsightsScheduleStraceResponse

type PageinsightsScheduleStraceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *struct {
		Id openapi_types.UUID `json:"id"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON403     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParsePageinsightsScheduleStraceResponse

func ParsePageinsightsScheduleStraceResponse(rsp *http.Response) (*PageinsightsScheduleStraceResponse, error)

ParsePageinsightsScheduleStraceResponse parses an HTTP response from a PageinsightsScheduleStraceWithResponse call

func (PageinsightsScheduleStraceResponse) Status

Status returns HTTPResponse.Status

func (PageinsightsScheduleStraceResponse) StatusCode

func (r PageinsightsScheduleStraceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PasswordValidationGetPasswordPolicyResponse

type PasswordValidationGetPasswordPolicyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1PolicyPolicy
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParsePasswordValidationGetPasswordPolicyResponse

func ParsePasswordValidationGetPasswordPolicyResponse(rsp *http.Response) (*PasswordValidationGetPasswordPolicyResponse, error)

ParsePasswordValidationGetPasswordPolicyResponse parses an HTTP response from a PasswordValidationGetPasswordPolicyWithResponse call

func (PasswordValidationGetPasswordPolicyResponse) Status

Status returns HTTPResponse.Status

func (PasswordValidationGetPasswordPolicyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PasswordValidationGetPasswordPolicyV2DeprecatedResponse

type PasswordValidationGetPasswordPolicyV2DeprecatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1PolicyPolicy
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParsePasswordValidationGetPasswordPolicyV2DeprecatedResponse

func ParsePasswordValidationGetPasswordPolicyV2DeprecatedResponse(rsp *http.Response) (*PasswordValidationGetPasswordPolicyV2DeprecatedResponse, error)

ParsePasswordValidationGetPasswordPolicyV2DeprecatedResponse parses an HTTP response from a PasswordValidationGetPasswordPolicyV2DeprecatedWithResponse call

func (PasswordValidationGetPasswordPolicyV2DeprecatedResponse) Status

Status returns HTTPResponse.Status

func (PasswordValidationGetPasswordPolicyV2DeprecatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PatchV2AppinstallationsAppInstallationIdJSONBody

type PatchV2AppinstallationsAppInstallationIdJSONBody struct {
	AppVersionId       *openapi_types.UUID `json:"appVersionId,omitempty"`
	CustomDocumentRoot *string             `json:"customDocumentRoot,omitempty"`
	Description        *string             `json:"description,omitempty"`
	SystemSoftware     *map[string]struct {
		SystemSoftwareVersion *string `json:"systemSoftwareVersion,omitempty"`

		// UpdatePolicy SystemSoftwareUpdatePolicy describes which updates should be applied automatically by our systems.
		UpdatePolicy *DeMittwaldV1AppSystemSoftwareUpdatePolicy `json:"updatePolicy,omitempty"`
	} `json:"systemSoftware,omitempty"`

	// UpdatePolicy AppUpdatePolicy describes which updates should be applied automatically by our systems.
	UpdatePolicy *DeMittwaldV1AppAppUpdatePolicy  `json:"updatePolicy,omitempty"`
	UserInputs   *[]DeMittwaldV1AppSavedUserInput `json:"userInputs,omitempty"`
}

PatchV2AppinstallationsAppInstallationIdJSONBody defines parameters for PatchV2AppinstallationsAppInstallationId.

type PatchV2AppinstallationsAppInstallationIdJSONRequestBody

type PatchV2AppinstallationsAppInstallationIdJSONRequestBody PatchV2AppinstallationsAppInstallationIdJSONBody

PatchV2AppinstallationsAppInstallationIdJSONRequestBody defines body for PatchV2AppinstallationsAppInstallationId for application/json ContentType.

type PatchV2AppinstallationsAppInstallationIdResponse

type PatchV2AppinstallationsAppInstallationIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePatchV2AppinstallationsAppInstallationIdResponse

func ParsePatchV2AppinstallationsAppInstallationIdResponse(rsp *http.Response) (*PatchV2AppinstallationsAppInstallationIdResponse, error)

ParsePatchV2AppinstallationsAppInstallationIdResponse parses an HTTP response from a PatchV2AppinstallationsAppInstallationIdWithResponse call

func (PatchV2AppinstallationsAppInstallationIdResponse) Status

Status returns HTTPResponse.Status

func (PatchV2AppinstallationsAppInstallationIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PatchV2DomainsDomainIdAuthcodeJSONBody

type PatchV2DomainsDomainIdAuthcodeJSONBody struct {
	AuthCode string `json:"authCode"`
}

PatchV2DomainsDomainIdAuthcodeJSONBody defines parameters for PatchV2DomainsDomainIdAuthcode.

type PatchV2DomainsDomainIdAuthcodeJSONRequestBody

type PatchV2DomainsDomainIdAuthcodeJSONRequestBody PatchV2DomainsDomainIdAuthcodeJSONBody

PatchV2DomainsDomainIdAuthcodeJSONRequestBody defines body for PatchV2DomainsDomainIdAuthcode for application/json ContentType.

type PatchV2DomainsDomainIdAuthcodeResponse

type PatchV2DomainsDomainIdAuthcodeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePatchV2DomainsDomainIdAuthcodeResponse

func ParsePatchV2DomainsDomainIdAuthcodeResponse(rsp *http.Response) (*PatchV2DomainsDomainIdAuthcodeResponse, error)

ParsePatchV2DomainsDomainIdAuthcodeResponse parses an HTTP response from a PatchV2DomainsDomainIdAuthcodeWithResponse call

func (PatchV2DomainsDomainIdAuthcodeResponse) Status

Status returns HTTPResponse.Status

func (PatchV2DomainsDomainIdAuthcodeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PatchV2SshusersSshUserIdJSONBody

type PatchV2SshusersSshUserIdJSONBody struct {
	Active      *bool                           `json:"active,omitempty"`
	Description *string                         `json:"description,omitempty"`
	ExpiresAt   *time.Time                      `json:"expiresAt,omitempty"`
	Password    *string                         `json:"password,omitempty"`
	PublicKeys  *[]DeMittwaldV1SshuserPublicKey `json:"publicKeys,omitempty"`
}

PatchV2SshusersSshUserIdJSONBody defines parameters for PatchV2SshusersSshUserId.

type PatchV2SshusersSshUserIdJSONRequestBody

type PatchV2SshusersSshUserIdJSONRequestBody PatchV2SshusersSshUserIdJSONBody

PatchV2SshusersSshUserIdJSONRequestBody defines body for PatchV2SshusersSshUserId for application/json ContentType.

type PatchV2SshusersSshUserIdResponse

type PatchV2SshusersSshUserIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePatchV2SshusersSshUserIdResponse

func ParsePatchV2SshusersSshUserIdResponse(rsp *http.Response) (*PatchV2SshusersSshUserIdResponse, error)

ParsePatchV2SshusersSshUserIdResponse parses an HTTP response from a PatchV2SshusersSshUserIdWithResponse call

func (PatchV2SshusersSshUserIdResponse) Status

Status returns HTTPResponse.Status

func (PatchV2SshusersSshUserIdResponse) StatusCode

func (r PatchV2SshusersSshUserIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostInternalV2ServicesAccessKeyIdActionsAuthenticateJSONBody

type PostInternalV2ServicesAccessKeyIdActionsAuthenticateJSONBody struct {
	SecretAccessKey string `json:"secretAccessKey"`
}

PostInternalV2ServicesAccessKeyIdActionsAuthenticateJSONBody defines parameters for PostInternalV2ServicesAccessKeyIdActionsAuthenticate.

type PostInternalV2ServicesAccessKeyIdActionsAuthenticateJSONRequestBody

type PostInternalV2ServicesAccessKeyIdActionsAuthenticateJSONRequestBody PostInternalV2ServicesAccessKeyIdActionsAuthenticateJSONBody

PostInternalV2ServicesAccessKeyIdActionsAuthenticateJSONRequestBody defines body for PostInternalV2ServicesAccessKeyIdActionsAuthenticate for application/json ContentType.

type PostInternalV2ServicesAccessKeyIdActionsAuthenticateResponse

type PostInternalV2ServicesAccessKeyIdActionsAuthenticateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostInternalV2ServicesAccessKeyIdActionsAuthenticateResponse

func ParsePostInternalV2ServicesAccessKeyIdActionsAuthenticateResponse(rsp *http.Response) (*PostInternalV2ServicesAccessKeyIdActionsAuthenticateResponse, error)

ParsePostInternalV2ServicesAccessKeyIdActionsAuthenticateResponse parses an HTTP response from a PostInternalV2ServicesAccessKeyIdActionsAuthenticateWithResponse call

func (PostInternalV2ServicesAccessKeyIdActionsAuthenticateResponse) Status

Status returns HTTPResponse.Status

func (PostInternalV2ServicesAccessKeyIdActionsAuthenticateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostV2AppinstallationsAppInstallationIdActionsActionJSONBody

type PostV2AppinstallationsAppInstallationIdActionsActionJSONBody = map[string]interface{}

PostV2AppinstallationsAppInstallationIdActionsActionJSONBody defines parameters for PostV2AppinstallationsAppInstallationIdActionsAction.

type PostV2AppinstallationsAppInstallationIdActionsActionJSONRequestBody

type PostV2AppinstallationsAppInstallationIdActionsActionJSONRequestBody = PostV2AppinstallationsAppInstallationIdActionsActionJSONBody

PostV2AppinstallationsAppInstallationIdActionsActionJSONRequestBody defines body for PostV2AppinstallationsAppInstallationIdActionsAction for application/json ContentType.

type PostV2AppinstallationsAppInstallationIdActionsActionResponse

type PostV2AppinstallationsAppInstallationIdActionsActionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2AppinstallationsAppInstallationIdActionsActionResponse

func ParsePostV2AppinstallationsAppInstallationIdActionsActionResponse(rsp *http.Response) (*PostV2AppinstallationsAppInstallationIdActionsActionResponse, error)

ParsePostV2AppinstallationsAppInstallationIdActionsActionResponse parses an HTTP response from a PostV2AppinstallationsAppInstallationIdActionsActionWithResponse call

func (PostV2AppinstallationsAppInstallationIdActionsActionResponse) Status

Status returns HTTPResponse.Status

func (PostV2AppinstallationsAppInstallationIdActionsActionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostV2AppinstallationsAppInstallationIdActionsCopyJSONBody

type PostV2AppinstallationsAppInstallationIdActionsCopyJSONBody struct {
	Description     string              `json:"description"`
	TargetProjectId *openapi_types.UUID `json:"targetProjectId,omitempty"`
}

PostV2AppinstallationsAppInstallationIdActionsCopyJSONBody defines parameters for PostV2AppinstallationsAppInstallationIdActionsCopy.

type PostV2AppinstallationsAppInstallationIdActionsCopyJSONRequestBody

type PostV2AppinstallationsAppInstallationIdActionsCopyJSONRequestBody PostV2AppinstallationsAppInstallationIdActionsCopyJSONBody

PostV2AppinstallationsAppInstallationIdActionsCopyJSONRequestBody defines body for PostV2AppinstallationsAppInstallationIdActionsCopy for application/json ContentType.

type PostV2AppinstallationsAppInstallationIdActionsCopyResponse

type PostV2AppinstallationsAppInstallationIdActionsCopyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2AppinstallationsAppInstallationIdActionsCopyResponse

func ParsePostV2AppinstallationsAppInstallationIdActionsCopyResponse(rsp *http.Response) (*PostV2AppinstallationsAppInstallationIdActionsCopyResponse, error)

ParsePostV2AppinstallationsAppInstallationIdActionsCopyResponse parses an HTTP response from a PostV2AppinstallationsAppInstallationIdActionsCopyWithResponse call

func (PostV2AppinstallationsAppInstallationIdActionsCopyResponse) Status

Status returns HTTPResponse.Status

func (PostV2AppinstallationsAppInstallationIdActionsCopyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostV2DnsZonesJSONBody

type PostV2DnsZonesJSONBody struct {
	Name         string             `json:"name"`
	ParentZoneId openapi_types.UUID `json:"parentZoneId"`
}

PostV2DnsZonesJSONBody defines parameters for PostV2DnsZones.

type PostV2DnsZonesJSONRequestBody

type PostV2DnsZonesJSONRequestBody PostV2DnsZonesJSONBody

PostV2DnsZonesJSONRequestBody defines body for PostV2DnsZones for application/json ContentType.

type PostV2DnsZonesResponse

type PostV2DnsZonesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2DnsZonesResponse

func ParsePostV2DnsZonesResponse(rsp *http.Response) (*PostV2DnsZonesResponse, error)

ParsePostV2DnsZonesResponse parses an HTTP response from a PostV2DnsZonesWithResponse call

func (PostV2DnsZonesResponse) Status

func (r PostV2DnsZonesResponse) Status() string

Status returns HTTPResponse.Status

func (PostV2DnsZonesResponse) StatusCode

func (r PostV2DnsZonesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostV2DomainsDomainIdActionsCreateAuthcodeResponse

type PostV2DomainsDomainIdActionsCreateAuthcodeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2DomainsDomainIdActionsCreateAuthcodeResponse

func ParsePostV2DomainsDomainIdActionsCreateAuthcodeResponse(rsp *http.Response) (*PostV2DomainsDomainIdActionsCreateAuthcodeResponse, error)

ParsePostV2DomainsDomainIdActionsCreateAuthcodeResponse parses an HTTP response from a PostV2DomainsDomainIdActionsCreateAuthcodeWithResponse call

func (PostV2DomainsDomainIdActionsCreateAuthcodeResponse) Status

Status returns HTTPResponse.Status

func (PostV2DomainsDomainIdActionsCreateAuthcodeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostV2ProjectProjectIdInvitesJSONBody

type PostV2ProjectProjectIdInvitesJSONBody struct {
	// MailAddress Mail-address of the person to be invited.
	MailAddress openapi_types.Email `json:"mailAddress"`

	// MembershipExpiresAt Time the resulting ProjectMembership should expire at.
	MembershipExpiresAt *time.Time `json:"membershipExpiresAt,omitempty"`

	// Message Message contained in the ProjectInvite.
	Message *string                            `json:"message,omitempty"`
	Role    DeMittwaldV1MembershipProjectRoles `json:"role"`
}

PostV2ProjectProjectIdInvitesJSONBody defines parameters for PostV2ProjectProjectIdInvites.

type PostV2ProjectProjectIdInvitesJSONRequestBody

type PostV2ProjectProjectIdInvitesJSONRequestBody PostV2ProjectProjectIdInvitesJSONBody

PostV2ProjectProjectIdInvitesJSONRequestBody defines body for PostV2ProjectProjectIdInvites for application/json ContentType.

type PostV2ProjectProjectIdInvitesResponse

type PostV2ProjectProjectIdInvitesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2ProjectProjectIdInvitesResponse

func ParsePostV2ProjectProjectIdInvitesResponse(rsp *http.Response) (*PostV2ProjectProjectIdInvitesResponse, error)

ParsePostV2ProjectProjectIdInvitesResponse parses an HTTP response from a PostV2ProjectProjectIdInvitesWithResponse call

func (PostV2ProjectProjectIdInvitesResponse) Status

Status returns HTTPResponse.Status

func (PostV2ProjectProjectIdInvitesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostV2ProjectsProjectIdAppinstallationsJSONBody

type PostV2ProjectsProjectIdAppinstallationsJSONBody struct {
	AppVersionId openapi_types.UUID `json:"appVersionId"`
	Description  string             `json:"description"`

	// UpdatePolicy AppUpdatePolicy describes which updates should be applied automatically by our systems.
	UpdatePolicy DeMittwaldV1AppAppUpdatePolicy  `json:"updatePolicy"`
	UserInputs   []DeMittwaldV1AppSavedUserInput `json:"userInputs"`
}

PostV2ProjectsProjectIdAppinstallationsJSONBody defines parameters for PostV2ProjectsProjectIdAppinstallations.

type PostV2ProjectsProjectIdAppinstallationsJSONRequestBody

type PostV2ProjectsProjectIdAppinstallationsJSONRequestBody PostV2ProjectsProjectIdAppinstallationsJSONBody

PostV2ProjectsProjectIdAppinstallationsJSONRequestBody defines body for PostV2ProjectsProjectIdAppinstallations for application/json ContentType.

type PostV2ProjectsProjectIdAppinstallationsResponse

type PostV2ProjectsProjectIdAppinstallationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2ProjectsProjectIdAppinstallationsResponse

func ParsePostV2ProjectsProjectIdAppinstallationsResponse(rsp *http.Response) (*PostV2ProjectsProjectIdAppinstallationsResponse, error)

ParsePostV2ProjectsProjectIdAppinstallationsResponse parses an HTTP response from a PostV2ProjectsProjectIdAppinstallationsWithResponse call

func (PostV2ProjectsProjectIdAppinstallationsResponse) Status

Status returns HTTPResponse.Status

func (PostV2ProjectsProjectIdAppinstallationsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostV2ProjectsProjectIdDeliveryboxesJSONBody

type PostV2ProjectsProjectIdDeliveryboxesJSONBody struct {
	Description string `json:"description"`
	Password    string `json:"password"`
}

PostV2ProjectsProjectIdDeliveryboxesJSONBody defines parameters for PostV2ProjectsProjectIdDeliveryboxes.

type PostV2ProjectsProjectIdDeliveryboxesJSONRequestBody

type PostV2ProjectsProjectIdDeliveryboxesJSONRequestBody PostV2ProjectsProjectIdDeliveryboxesJSONBody

PostV2ProjectsProjectIdDeliveryboxesJSONRequestBody defines body for PostV2ProjectsProjectIdDeliveryboxes for application/json ContentType.

type PostV2ProjectsProjectIdDeliveryboxesResponse

type PostV2ProjectsProjectIdDeliveryboxesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2ProjectsProjectIdDeliveryboxesResponse

func ParsePostV2ProjectsProjectIdDeliveryboxesResponse(rsp *http.Response) (*PostV2ProjectsProjectIdDeliveryboxesResponse, error)

ParsePostV2ProjectsProjectIdDeliveryboxesResponse parses an HTTP response from a PostV2ProjectsProjectIdDeliveryboxesWithResponse call

func (PostV2ProjectsProjectIdDeliveryboxesResponse) Status

Status returns HTTPResponse.Status

func (PostV2ProjectsProjectIdDeliveryboxesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostV2ProjectsProjectIdMailaddressesJSONBody

type PostV2ProjectsProjectIdMailaddressesJSONBody struct {
	// contains filtered or unexported fields
}

PostV2ProjectsProjectIdMailaddressesJSONBody defines parameters for PostV2ProjectsProjectIdMailaddresses.

type PostV2ProjectsProjectIdMailaddressesJSONRequestBody

type PostV2ProjectsProjectIdMailaddressesJSONRequestBody PostV2ProjectsProjectIdMailaddressesJSONBody

PostV2ProjectsProjectIdMailaddressesJSONRequestBody defines body for PostV2ProjectsProjectIdMailaddresses for application/json ContentType.

type PostV2ProjectsProjectIdMailaddressesResponse

type PostV2ProjectsProjectIdMailaddressesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2ProjectsProjectIdMailaddressesResponse

func ParsePostV2ProjectsProjectIdMailaddressesResponse(rsp *http.Response) (*PostV2ProjectsProjectIdMailaddressesResponse, error)

ParsePostV2ProjectsProjectIdMailaddressesResponse parses an HTTP response from a PostV2ProjectsProjectIdMailaddressesWithResponse call

func (PostV2ProjectsProjectIdMailaddressesResponse) Status

Status returns HTTPResponse.Status

func (PostV2ProjectsProjectIdMailaddressesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostV2ServiceAccessKeyIdActionsAuthenticateJSONBody

type PostV2ServiceAccessKeyIdActionsAuthenticateJSONBody struct {
	SecretAccessKey string `json:"secretAccessKey"`
}

PostV2ServiceAccessKeyIdActionsAuthenticateJSONBody defines parameters for PostV2ServiceAccessKeyIdActionsAuthenticate.

type PostV2ServiceAccessKeyIdActionsAuthenticateJSONRequestBody

type PostV2ServiceAccessKeyIdActionsAuthenticateJSONRequestBody PostV2ServiceAccessKeyIdActionsAuthenticateJSONBody

PostV2ServiceAccessKeyIdActionsAuthenticateJSONRequestBody defines body for PostV2ServiceAccessKeyIdActionsAuthenticate for application/json ContentType.

type PostV2ServiceAccessKeyIdActionsAuthenticateResponse

type PostV2ServiceAccessKeyIdActionsAuthenticateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2ServiceAccessKeyIdActionsAuthenticateResponse

func ParsePostV2ServiceAccessKeyIdActionsAuthenticateResponse(rsp *http.Response) (*PostV2ServiceAccessKeyIdActionsAuthenticateResponse, error)

ParsePostV2ServiceAccessKeyIdActionsAuthenticateResponse parses an HTTP response from a PostV2ServiceAccessKeyIdActionsAuthenticateWithResponse call

func (PostV2ServiceAccessKeyIdActionsAuthenticateResponse) Status

Status returns HTTPResponse.Status

func (PostV2ServiceAccessKeyIdActionsAuthenticateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostV2SignupAuthenticationJSONBody

type PostV2SignupAuthenticationJSONBody struct {
	// Email The users Email-Address.
	Email string `json:"email"`

	// Password Password of the User.
	Password string `json:"password"`
}

PostV2SignupAuthenticationJSONBody defines parameters for PostV2SignupAuthentication.

type PostV2SignupAuthenticationJSONRequestBody

type PostV2SignupAuthenticationJSONRequestBody PostV2SignupAuthenticationJSONBody

PostV2SignupAuthenticationJSONRequestBody defines body for PostV2SignupAuthentication for application/json ContentType.

type PostV2SignupAuthenticationMfaJSONBody

type PostV2SignupAuthenticationMfaJSONBody struct {
	// Email The email of the user.
	Email *openapi_types.Email `json:"email,omitempty"`

	// MultiFactorCode The second factor - otp code or recovery code.
	MultiFactorCode string `json:"multiFactorCode"`

	// Password The password of the user.
	Password *string `json:"password,omitempty"`
}

PostV2SignupAuthenticationMfaJSONBody defines parameters for PostV2SignupAuthenticationMfa.

type PostV2SignupAuthenticationMfaJSONRequestBody

type PostV2SignupAuthenticationMfaJSONRequestBody PostV2SignupAuthenticationMfaJSONBody

PostV2SignupAuthenticationMfaJSONRequestBody defines body for PostV2SignupAuthenticationMfa for application/json ContentType.

type PostV2SignupAuthenticationMfaResponse

type PostV2SignupAuthenticationMfaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2SignupAuthenticationMfaResponse

func ParsePostV2SignupAuthenticationMfaResponse(rsp *http.Response) (*PostV2SignupAuthenticationMfaResponse, error)

ParsePostV2SignupAuthenticationMfaResponse parses an HTTP response from a PostV2SignupAuthenticationMfaWithResponse call

func (PostV2SignupAuthenticationMfaResponse) Status

Status returns HTTPResponse.Status

func (PostV2SignupAuthenticationMfaResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostV2SignupAuthenticationResponse

type PostV2SignupAuthenticationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2SignupAuthenticationResponse

func ParsePostV2SignupAuthenticationResponse(rsp *http.Response) (*PostV2SignupAuthenticationResponse, error)

ParsePostV2SignupAuthenticationResponse parses an HTTP response from a PostV2SignupAuthenticationWithResponse call

func (PostV2SignupAuthenticationResponse) Status

Status returns HTTPResponse.Status

func (PostV2SignupAuthenticationResponse) StatusCode

func (r PostV2SignupAuthenticationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostV2SignupMfaConfirmJSONBody

type PostV2SignupMfaConfirmJSONBody struct {
	// MultiFactorCode Multi Factor Code to confirm MFA.
	MultiFactorCode string `json:"multiFactorCode"`
}

PostV2SignupMfaConfirmJSONBody defines parameters for PostV2SignupMfaConfirm.

type PostV2SignupMfaConfirmJSONRequestBody

type PostV2SignupMfaConfirmJSONRequestBody PostV2SignupMfaConfirmJSONBody

PostV2SignupMfaConfirmJSONRequestBody defines body for PostV2SignupMfaConfirm for application/json ContentType.

type PostV2SignupMfaConfirmResponse

type PostV2SignupMfaConfirmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2SignupMfaConfirmResponse

func ParsePostV2SignupMfaConfirmResponse(rsp *http.Response) (*PostV2SignupMfaConfirmResponse, error)

ParsePostV2SignupMfaConfirmResponse parses an HTTP response from a PostV2SignupMfaConfirmWithResponse call

func (PostV2SignupMfaConfirmResponse) Status

Status returns HTTPResponse.Status

func (PostV2SignupMfaConfirmResponse) StatusCode

func (r PostV2SignupMfaConfirmResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostV2SignupMfaJSONBody

type PostV2SignupMfaJSONBody = map[string]interface{}

PostV2SignupMfaJSONBody defines parameters for PostV2SignupMfa.

type PostV2SignupMfaJSONRequestBody

type PostV2SignupMfaJSONRequestBody = PostV2SignupMfaJSONBody

PostV2SignupMfaJSONRequestBody defines body for PostV2SignupMfa for application/json ContentType.

type PostV2SignupMfaResponse

type PostV2SignupMfaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2SignupMfaResponse

func ParsePostV2SignupMfaResponse(rsp *http.Response) (*PostV2SignupMfaResponse, error)

ParsePostV2SignupMfaResponse parses an HTTP response from a PostV2SignupMfaWithResponse call

func (PostV2SignupMfaResponse) Status

func (r PostV2SignupMfaResponse) Status() string

Status returns HTTPResponse.Status

func (PostV2SignupMfaResponse) StatusCode

func (r PostV2SignupMfaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostV2SignupRegistrationJSONBody

type PostV2SignupRegistrationJSONBody struct {
	// Email The users email address
	Email openapi_types.Email `json:"email"`

	// Password The users password.
	Password string `json:"password"`

	// Person The users personal information, e.g. first name.
	Person DeMittwaldV1CommonsPerson `json:"person"`
}

PostV2SignupRegistrationJSONBody defines parameters for PostV2SignupRegistration.

type PostV2SignupRegistrationJSONRequestBody

type PostV2SignupRegistrationJSONRequestBody PostV2SignupRegistrationJSONBody

PostV2SignupRegistrationJSONRequestBody defines body for PostV2SignupRegistration for application/json ContentType.

type PostV2SignupRegistrationResponse

type PostV2SignupRegistrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2SignupRegistrationResponse

func ParsePostV2SignupRegistrationResponse(rsp *http.Response) (*PostV2SignupRegistrationResponse, error)

ParsePostV2SignupRegistrationResponse parses an HTTP response from a PostV2SignupRegistrationWithResponse call

func (PostV2SignupRegistrationResponse) Status

Status returns HTTPResponse.Status

func (PostV2SignupRegistrationResponse) StatusCode

func (r PostV2SignupRegistrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostV2SignupRegistrationVerificationJSONBody

type PostV2SignupRegistrationVerificationJSONBody struct {
	// Email The users email address.
	Email openapi_types.Email `json:"email"`

	// Token The token that was send to your email address
	Token string `json:"token"`

	// UserId UUID of the registered user.
	UserId openapi_types.UUID `json:"userId"`
}

PostV2SignupRegistrationVerificationJSONBody defines parameters for PostV2SignupRegistrationVerification.

type PostV2SignupRegistrationVerificationJSONRequestBody

type PostV2SignupRegistrationVerificationJSONRequestBody PostV2SignupRegistrationVerificationJSONBody

PostV2SignupRegistrationVerificationJSONRequestBody defines body for PostV2SignupRegistrationVerification for application/json ContentType.

type PostV2SignupRegistrationVerificationResponse

type PostV2SignupRegistrationVerificationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2SignupRegistrationVerificationResponse

func ParsePostV2SignupRegistrationVerificationResponse(rsp *http.Response) (*PostV2SignupRegistrationVerificationResponse, error)

ParsePostV2SignupRegistrationVerificationResponse parses an HTTP response from a PostV2SignupRegistrationVerificationWithResponse call

func (PostV2SignupRegistrationVerificationResponse) Status

Status returns HTTPResponse.Status

func (PostV2SignupRegistrationVerificationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostV2SignupSshJSONBody

type PostV2SignupSshJSONBody struct {
	ExpiresAt *time.Time `json:"expiresAt,omitempty"`
	PublicKey string     `json:"publicKey"`
}

PostV2SignupSshJSONBody defines parameters for PostV2SignupSsh.

type PostV2SignupSshJSONRequestBody

type PostV2SignupSshJSONRequestBody PostV2SignupSshJSONBody

PostV2SignupSshJSONRequestBody defines body for PostV2SignupSsh for application/json ContentType.

type PostV2SignupSshResponse

type PostV2SignupSshResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2SignupSshResponse

func ParsePostV2SignupSshResponse(rsp *http.Response) (*PostV2SignupSshResponse, error)

ParsePostV2SignupSshResponse parses an HTTP response from a PostV2SignupSshWithResponse call

func (PostV2SignupSshResponse) Status

func (r PostV2SignupSshResponse) Status() string

Status returns HTTPResponse.Status

func (PostV2SignupSshResponse) StatusCode

func (r PostV2SignupSshResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostV2SignupTokenApiJSONBody

type PostV2SignupTokenApiJSONBody struct {
	Description string     `json:"description"`
	ExpiresAt   *time.Time `json:"expiresAt,omitempty"`

	// Roles Determines the access rights of the ApiToken.
	Roles []PostV2SignupTokenApiJSONBodyRoles `json:"roles"`
}

PostV2SignupTokenApiJSONBody defines parameters for PostV2SignupTokenApi.

type PostV2SignupTokenApiJSONBodyRoles

type PostV2SignupTokenApiJSONBodyRoles string

PostV2SignupTokenApiJSONBodyRoles defines parameters for PostV2SignupTokenApi.

const (
	PostV2SignupTokenApiJSONBodyRolesApiRead  PostV2SignupTokenApiJSONBodyRoles = "api_read"
	PostV2SignupTokenApiJSONBodyRolesApiWrite PostV2SignupTokenApiJSONBodyRoles = "api_write"
)

Defines values for PostV2SignupTokenApiJSONBodyRoles.

type PostV2SignupTokenApiJSONRequestBody

type PostV2SignupTokenApiJSONRequestBody PostV2SignupTokenApiJSONBody

PostV2SignupTokenApiJSONRequestBody defines body for PostV2SignupTokenApi for application/json ContentType.

type PostV2SignupTokenApiResponse

type PostV2SignupTokenApiResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2SignupTokenApiResponse

func ParsePostV2SignupTokenApiResponse(rsp *http.Response) (*PostV2SignupTokenApiResponse, error)

ParsePostV2SignupTokenApiResponse parses an HTTP response from a PostV2SignupTokenApiWithResponse call

func (PostV2SignupTokenApiResponse) Status

Status returns HTTPResponse.Status

func (PostV2SignupTokenApiResponse) StatusCode

func (r PostV2SignupTokenApiResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostV2SignupTokenCheckJSONBody

type PostV2SignupTokenCheckJSONBody = map[string]interface{}

PostV2SignupTokenCheckJSONBody defines parameters for PostV2SignupTokenCheck.

type PostV2SignupTokenCheckJSONRequestBody

type PostV2SignupTokenCheckJSONRequestBody = PostV2SignupTokenCheckJSONBody

PostV2SignupTokenCheckJSONRequestBody defines body for PostV2SignupTokenCheck for application/json ContentType.

type PostV2SignupTokenCheckResponse

type PostV2SignupTokenCheckResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2SignupTokenCheckResponse

func ParsePostV2SignupTokenCheckResponse(rsp *http.Response) (*PostV2SignupTokenCheckResponse, error)

ParsePostV2SignupTokenCheckResponse parses an HTTP response from a PostV2SignupTokenCheckWithResponse call

func (PostV2SignupTokenCheckResponse) Status

Status returns HTTPResponse.Status

func (PostV2SignupTokenCheckResponse) StatusCode

func (r PostV2SignupTokenCheckResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostV2UsersUserIdPhoneVerifyJSONBody

type PostV2UsersUserIdPhoneVerifyJSONBody struct {
	Code        string `json:"code"`
	PhoneNumber string `json:"phoneNumber"`
}

PostV2UsersUserIdPhoneVerifyJSONBody defines parameters for PostV2UsersUserIdPhoneVerify.

type PostV2UsersUserIdPhoneVerifyJSONRequestBody

type PostV2UsersUserIdPhoneVerifyJSONRequestBody PostV2UsersUserIdPhoneVerifyJSONBody

PostV2UsersUserIdPhoneVerifyJSONRequestBody defines body for PostV2UsersUserIdPhoneVerify for application/json ContentType.

type PostV2UsersUserIdPhoneVerifyParamsUserId0

type PostV2UsersUserIdPhoneVerifyParamsUserId0 string

PostV2UsersUserIdPhoneVerifyParamsUserId0 defines parameters for PostV2UsersUserIdPhoneVerify.

const (
	PostV2UsersUserIdPhoneVerifyParamsUserId0Self PostV2UsersUserIdPhoneVerifyParamsUserId0 = "self"
)

Defines values for PostV2UsersUserIdPhoneVerifyParamsUserId0.

type PostV2UsersUserIdPhoneVerifyParamsUserId1

type PostV2UsersUserIdPhoneVerifyParamsUserId1 = openapi_types.UUID

PostV2UsersUserIdPhoneVerifyParamsUserId1 defines parameters for PostV2UsersUserIdPhoneVerify.

type PostV2UsersUserIdPhoneVerifyResponse

type PostV2UsersUserIdPhoneVerifyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostV2UsersUserIdPhoneVerifyResponse

func ParsePostV2UsersUserIdPhoneVerifyResponse(rsp *http.Response) (*PostV2UsersUserIdPhoneVerifyResponse, error)

ParsePostV2UsersUserIdPhoneVerifyResponse parses an HTTP response from a PostV2UsersUserIdPhoneVerifyWithResponse call

func (PostV2UsersUserIdPhoneVerifyResponse) Status

Status returns HTTPResponse.Status

func (PostV2UsersUserIdPhoneVerifyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ProjectAcceptProjectInviteJSONBody

type ProjectAcceptProjectInviteJSONBody struct {
	// InvitationToken Token contained in the invite for authentication.
	InvitationToken *string `json:"invitationToken,omitempty"`
}

ProjectAcceptProjectInviteJSONBody defines parameters for ProjectAcceptProjectInvite.

type ProjectAcceptProjectInviteJSONRequestBody

type ProjectAcceptProjectInviteJSONRequestBody ProjectAcceptProjectInviteJSONBody

ProjectAcceptProjectInviteJSONRequestBody defines body for ProjectAcceptProjectInvite for application/json ContentType.

type ProjectAcceptProjectInviteResponse

type ProjectAcceptProjectInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON412      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectAcceptProjectInviteResponse

func ParseProjectAcceptProjectInviteResponse(rsp *http.Response) (*ProjectAcceptProjectInviteResponse, error)

ParseProjectAcceptProjectInviteResponse parses an HTTP response from a ProjectAcceptProjectInviteWithResponse call

func (ProjectAcceptProjectInviteResponse) Status

Status returns HTTPResponse.Status

func (ProjectAcceptProjectInviteResponse) StatusCode

func (r ProjectAcceptProjectInviteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectClient

type ProjectClient interface {
	ListProjects(ctx context.Context) ([]DeMittwaldV1ProjectProject, error)
	GetProject(ctx context.Context, projectID string) (*DeMittwaldV1ProjectProject, error)
	CreateProjectOnServer(ctx context.Context, serverID string, body ProjectCreateProjectJSONRequestBody) (string, error)
	DeleteProject(ctx context.Context, projectID string) error
	PollProject(ctx context.Context, projectID string) (*DeMittwaldV1ProjectProject, error)
	GetProjectDefaultIPs(ctx context.Context, projectID string) ([]string, error)
	UpdateProjectDescription(ctx context.Context, projectID, description string) error
}

type ProjectCreateProjectInviteJSONBody

type ProjectCreateProjectInviteJSONBody struct {
	// MailAddress Mail-address of the person to be invited.
	MailAddress openapi_types.Email `json:"mailAddress"`

	// MembershipExpiresAt Time the resulting ProjectMembership should expire at.
	MembershipExpiresAt *time.Time `json:"membershipExpiresAt,omitempty"`

	// Message Message contained in the ProjectInvite.
	Message *string                            `json:"message,omitempty"`
	Role    DeMittwaldV1MembershipProjectRoles `json:"role"`
}

ProjectCreateProjectInviteJSONBody defines parameters for ProjectCreateProjectInvite.

type ProjectCreateProjectInviteJSONRequestBody

type ProjectCreateProjectInviteJSONRequestBody ProjectCreateProjectInviteJSONBody

ProjectCreateProjectInviteJSONRequestBody defines body for ProjectCreateProjectInvite for application/json ContentType.

type ProjectCreateProjectInviteResponse

type ProjectCreateProjectInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *DeMittwaldV1MembershipProjectInvite
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON409      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectCreateProjectInviteResponse

func ParseProjectCreateProjectInviteResponse(rsp *http.Response) (*ProjectCreateProjectInviteResponse, error)

ParseProjectCreateProjectInviteResponse parses an HTTP response from a ProjectCreateProjectInviteWithResponse call

func (ProjectCreateProjectInviteResponse) Status

Status returns HTTPResponse.Status

func (ProjectCreateProjectInviteResponse) StatusCode

func (r ProjectCreateProjectInviteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectCreateProjectJSONBody

type ProjectCreateProjectJSONBody struct {
	// Description Name of the Project as it is displayed in the mStudio.
	Description string `json:"description"`
}

ProjectCreateProjectJSONBody defines parameters for ProjectCreateProject.

type ProjectCreateProjectJSONRequestBody

type ProjectCreateProjectJSONRequestBody ProjectCreateProjectJSONBody

ProjectCreateProjectJSONRequestBody defines body for ProjectCreateProject for application/json ContentType.

type ProjectCreateProjectResponse

type ProjectCreateProjectResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		Id openapi_types.UUID `json:"id"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON403     *DeMittwaldV1CommonsDefaultError
	JSON412     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseProjectCreateProjectResponse

func ParseProjectCreateProjectResponse(rsp *http.Response) (*ProjectCreateProjectResponse, error)

ParseProjectCreateProjectResponse parses an HTTP response from a ProjectCreateProjectWithResponse call

func (ProjectCreateProjectResponse) Status

Status returns HTTPResponse.Status

func (ProjectCreateProjectResponse) StatusCode

func (r ProjectCreateProjectResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectDeclineProjectInviteJSONBody

type ProjectDeclineProjectInviteJSONBody = interface{}

ProjectDeclineProjectInviteJSONBody defines parameters for ProjectDeclineProjectInvite.

type ProjectDeclineProjectInviteJSONRequestBody

type ProjectDeclineProjectInviteJSONRequestBody = ProjectDeclineProjectInviteJSONBody

ProjectDeclineProjectInviteJSONRequestBody defines body for ProjectDeclineProjectInvite for application/json ContentType.

type ProjectDeclineProjectInviteResponse

type ProjectDeclineProjectInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectDeclineProjectInviteResponse

func ParseProjectDeclineProjectInviteResponse(rsp *http.Response) (*ProjectDeclineProjectInviteResponse, error)

ParseProjectDeclineProjectInviteResponse parses an HTTP response from a ProjectDeclineProjectInviteWithResponse call

func (ProjectDeclineProjectInviteResponse) Status

Status returns HTTPResponse.Status

func (ProjectDeclineProjectInviteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ProjectDeleteProjectAvatarResponse

type ProjectDeleteProjectAvatarResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectDeleteProjectAvatarResponse

func ParseProjectDeleteProjectAvatarResponse(rsp *http.Response) (*ProjectDeleteProjectAvatarResponse, error)

ParseProjectDeleteProjectAvatarResponse parses an HTTP response from a ProjectDeleteProjectAvatarWithResponse call

func (ProjectDeleteProjectAvatarResponse) Status

Status returns HTTPResponse.Status

func (ProjectDeleteProjectAvatarResponse) StatusCode

func (r ProjectDeleteProjectAvatarResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectDeleteProjectInviteResponse

type ProjectDeleteProjectInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectDeleteProjectInviteResponse

func ParseProjectDeleteProjectInviteResponse(rsp *http.Response) (*ProjectDeleteProjectInviteResponse, error)

ParseProjectDeleteProjectInviteResponse parses an HTTP response from a ProjectDeleteProjectInviteWithResponse call

func (ProjectDeleteProjectInviteResponse) Status

Status returns HTTPResponse.Status

func (ProjectDeleteProjectInviteResponse) StatusCode

func (r ProjectDeleteProjectInviteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectDeleteProjectMembershipResponse

type ProjectDeleteProjectMembershipResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectDeleteProjectMembershipResponse

func ParseProjectDeleteProjectMembershipResponse(rsp *http.Response) (*ProjectDeleteProjectMembershipResponse, error)

ParseProjectDeleteProjectMembershipResponse parses an HTTP response from a ProjectDeleteProjectMembershipWithResponse call

func (ProjectDeleteProjectMembershipResponse) Status

Status returns HTTPResponse.Status

func (ProjectDeleteProjectMembershipResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ProjectDeleteProjectResponse

type ProjectDeleteProjectResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON412      *DeMittwaldV1CommonsDefaultError
	JSON500      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectDeleteProjectResponse

func ParseProjectDeleteProjectResponse(rsp *http.Response) (*ProjectDeleteProjectResponse, error)

ParseProjectDeleteProjectResponse parses an HTTP response from a ProjectDeleteProjectWithResponse call

func (ProjectDeleteProjectResponse) Status

Status returns HTTPResponse.Status

func (ProjectDeleteProjectResponse) StatusCode

func (r ProjectDeleteProjectResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectDeleteServerAvatarResponse

type ProjectDeleteServerAvatarResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectDeleteServerAvatarResponse

func ParseProjectDeleteServerAvatarResponse(rsp *http.Response) (*ProjectDeleteServerAvatarResponse, error)

ParseProjectDeleteServerAvatarResponse parses an HTTP response from a ProjectDeleteServerAvatarWithResponse call

func (ProjectDeleteServerAvatarResponse) Status

Status returns HTTPResponse.Status

func (ProjectDeleteServerAvatarResponse) StatusCode

func (r ProjectDeleteServerAvatarResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectFileSystemGetDirectoriesParams

type ProjectFileSystemGetDirectoriesParams struct {
	// Directory The directory to start listing subdirectories from.
	Directory *string `form:"directory,omitempty" json:"directory,omitempty"`

	// Name Search for specific filenames, only. The name may be a glob expression.
	Name *string `form:"name,omitempty" json:"name,omitempty"`

	// MaxDepth The nesting depth for recursively listing directory contents.
	MaxDepth *int `form:"max_depth,omitempty" json:"max_depth,omitempty"`

	// Type One of file or directory (may be specified multiple times), to restrict results to directory items of this specific type.
	Type *[]string `form:"type,omitempty" json:"type,omitempty"`

	// Executable Set to true to constrain search results to executable files.
	Executable *bool `form:"executable,omitempty" json:"executable,omitempty"`

	// Hidden Set to true to include hidden files. (with . prefix in the search results).
	Hidden *bool `form:"hidden,omitempty" json:"hidden,omitempty"`
}

ProjectFileSystemGetDirectoriesParams defines parameters for ProjectFileSystemGetDirectories.

type ProjectFileSystemGetDirectoriesResponse

type ProjectFileSystemGetDirectoriesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1ProjectFilesystemDirectoryListing
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectFileSystemGetDirectoriesResponse

func ParseProjectFileSystemGetDirectoriesResponse(rsp *http.Response) (*ProjectFileSystemGetDirectoriesResponse, error)

ParseProjectFileSystemGetDirectoriesResponse parses an HTTP response from a ProjectFileSystemGetDirectoriesWithResponse call

func (ProjectFileSystemGetDirectoriesResponse) Status

Status returns HTTPResponse.Status

func (ProjectFileSystemGetDirectoriesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ProjectFileSystemGetDiskUsageParams

type ProjectFileSystemGetDiskUsageParams struct {
	// Directory Starting directory for the disk usage calculation.
	Directory *string `form:"directory,omitempty" json:"directory,omitempty"`
}

ProjectFileSystemGetDiskUsageParams defines parameters for ProjectFileSystemGetDiskUsage.

type ProjectFileSystemGetDiskUsageResponse

type ProjectFileSystemGetDiskUsageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1ProjectFilesystemUsagesDisk
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectFileSystemGetDiskUsageResponse

func ParseProjectFileSystemGetDiskUsageResponse(rsp *http.Response) (*ProjectFileSystemGetDiskUsageResponse, error)

ParseProjectFileSystemGetDiskUsageResponse parses an HTTP response from a ProjectFileSystemGetDiskUsageWithResponse call

func (ProjectFileSystemGetDiskUsageResponse) Status

Status returns HTTPResponse.Status

func (ProjectFileSystemGetDiskUsageResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ProjectFileSystemGetFileContentParams

type ProjectFileSystemGetFileContentParams struct {
	// File Name of the file.
	File *string `form:"file,omitempty" json:"file,omitempty"`

	// Inline Set to true to serve the file with Content-Disposition: inline. Otherwise, it will be served with Content-Disposition: attachment. filename=...
	Inline *bool `form:"inline,omitempty" json:"inline,omitempty"`
}

ProjectFileSystemGetFileContentParams defines parameters for ProjectFileSystemGetFileContent.

type ProjectFileSystemGetFileContentResponse

type ProjectFileSystemGetFileContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectFileSystemGetFileContentResponse

func ParseProjectFileSystemGetFileContentResponse(rsp *http.Response) (*ProjectFileSystemGetFileContentResponse, error)

ParseProjectFileSystemGetFileContentResponse parses an HTTP response from a ProjectFileSystemGetFileContentWithResponse call

func (ProjectFileSystemGetFileContentResponse) Status

Status returns HTTPResponse.Status

func (ProjectFileSystemGetFileContentResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ProjectFileSystemGetJwtResponse

type ProjectFileSystemGetJwtResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1ProjectFsApiJwt
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON503      *DeMittwaldV1CommonsDefaultError
}

func ParseProjectFileSystemGetJwtResponse

func ParseProjectFileSystemGetJwtResponse(rsp *http.Response) (*ProjectFileSystemGetJwtResponse, error)

ParseProjectFileSystemGetJwtResponse parses an HTTP response from a ProjectFileSystemGetJwtWithResponse call

func (ProjectFileSystemGetJwtResponse) Status

Status returns HTTPResponse.Status

func (ProjectFileSystemGetJwtResponse) StatusCode

func (r ProjectFileSystemGetJwtResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectFileSystemListFilesParams

type ProjectFileSystemListFilesParams struct {
	// File Name of the file to retrieve.
	File *string `form:"file,omitempty" json:"file,omitempty"`
}

ProjectFileSystemListFilesParams defines parameters for ProjectFileSystemListFiles.

type ProjectFileSystemListFilesResponse

type ProjectFileSystemListFilesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1ProjectFilesystemDirectoryListing
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON503      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectFileSystemListFilesResponse

func ParseProjectFileSystemListFilesResponse(rsp *http.Response) (*ProjectFileSystemListFilesResponse, error)

ParseProjectFileSystemListFilesResponse parses an HTTP response from a ProjectFileSystemListFilesWithResponse call

func (ProjectFileSystemListFilesResponse) Status

Status returns HTTPResponse.Status

func (ProjectFileSystemListFilesResponse) StatusCode

func (r ProjectFileSystemListFilesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectGetProjectInviteResponse

type ProjectGetProjectInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1MembershipProjectInvite
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectGetProjectInviteResponse

func ParseProjectGetProjectInviteResponse(rsp *http.Response) (*ProjectGetProjectInviteResponse, error)

ParseProjectGetProjectInviteResponse parses an HTTP response from a ProjectGetProjectInviteWithResponse call

func (ProjectGetProjectInviteResponse) Status

Status returns HTTPResponse.Status

func (ProjectGetProjectInviteResponse) StatusCode

func (r ProjectGetProjectInviteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectGetProjectMembershipResponse

type ProjectGetProjectMembershipResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1MembershipProjectMembership
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectGetProjectMembershipResponse

func ParseProjectGetProjectMembershipResponse(rsp *http.Response) (*ProjectGetProjectMembershipResponse, error)

ParseProjectGetProjectMembershipResponse parses an HTTP response from a ProjectGetProjectMembershipWithResponse call

func (ProjectGetProjectMembershipResponse) Status

Status returns HTTPResponse.Status

func (ProjectGetProjectMembershipResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ProjectGetProjectResponse

type ProjectGetProjectResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1ProjectProject
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectGetProjectResponse

func ParseProjectGetProjectResponse(rsp *http.Response) (*ProjectGetProjectResponse, error)

ParseProjectGetProjectResponse parses an HTTP response from a ProjectGetProjectWithResponse call

func (ProjectGetProjectResponse) Status

func (r ProjectGetProjectResponse) Status() string

Status returns HTTPResponse.Status

func (ProjectGetProjectResponse) StatusCode

func (r ProjectGetProjectResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectGetProjectTokenInviteParams

type ProjectGetProjectTokenInviteParams struct {
	// Token Token of the ProjectInvite to be retrieved.
	Token string `json:"token"`
}

ProjectGetProjectTokenInviteParams defines parameters for ProjectGetProjectTokenInvite.

type ProjectGetProjectTokenInviteResponse

type ProjectGetProjectTokenInviteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1MembershipProjectInvite
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectGetProjectTokenInviteResponse

func ParseProjectGetProjectTokenInviteResponse(rsp *http.Response) (*ProjectGetProjectTokenInviteResponse, error)

ParseProjectGetProjectTokenInviteResponse parses an HTTP response from a ProjectGetProjectTokenInviteWithResponse call

func (ProjectGetProjectTokenInviteResponse) Status

Status returns HTTPResponse.Status

func (ProjectGetProjectTokenInviteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ProjectGetSelfMembershipForProjectResponse

type ProjectGetSelfMembershipForProjectResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1MembershipProjectMembership
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectGetSelfMembershipForProjectResponse

func ParseProjectGetSelfMembershipForProjectResponse(rsp *http.Response) (*ProjectGetSelfMembershipForProjectResponse, error)

ParseProjectGetSelfMembershipForProjectResponse parses an HTTP response from a ProjectGetSelfMembershipForProjectWithResponse call

func (ProjectGetSelfMembershipForProjectResponse) Status

Status returns HTTPResponse.Status

func (ProjectGetSelfMembershipForProjectResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ProjectGetServerResponse

type ProjectGetServerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1ProjectServer
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectGetServerResponse

func ParseProjectGetServerResponse(rsp *http.Response) (*ProjectGetServerResponse, error)

ParseProjectGetServerResponse parses an HTTP response from a ProjectGetServerWithResponse call

func (ProjectGetServerResponse) Status

func (r ProjectGetServerResponse) Status() string

Status returns HTTPResponse.Status

func (ProjectGetServerResponse) StatusCode

func (r ProjectGetServerResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectLeaveProjectJSONBody

type ProjectLeaveProjectJSONBody = interface{}

ProjectLeaveProjectJSONBody defines parameters for ProjectLeaveProject.

type ProjectLeaveProjectJSONRequestBody

type ProjectLeaveProjectJSONRequestBody = ProjectLeaveProjectJSONBody

ProjectLeaveProjectJSONRequestBody defines body for ProjectLeaveProject for application/json ContentType.

type ProjectLeaveProjectResponse

type ProjectLeaveProjectResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectLeaveProjectResponse

func ParseProjectLeaveProjectResponse(rsp *http.Response) (*ProjectLeaveProjectResponse, error)

ParseProjectLeaveProjectResponse parses an HTTP response from a ProjectLeaveProjectWithResponse call

func (ProjectLeaveProjectResponse) Status

Status returns HTTPResponse.Status

func (ProjectLeaveProjectResponse) StatusCode

func (r ProjectLeaveProjectResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectListInvitesForProjectParams

type ProjectListInvitesForProjectParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
}

ProjectListInvitesForProjectParams defines parameters for ProjectListInvitesForProject.

type ProjectListInvitesForProjectResponse

type ProjectListInvitesForProjectResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1MembershipProjectInvite
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectListInvitesForProjectResponse

func ParseProjectListInvitesForProjectResponse(rsp *http.Response) (*ProjectListInvitesForProjectResponse, error)

ParseProjectListInvitesForProjectResponse parses an HTTP response from a ProjectListInvitesForProjectWithResponse call

func (ProjectListInvitesForProjectResponse) Status

Status returns HTTPResponse.Status

func (ProjectListInvitesForProjectResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ProjectListMembershipsForProjectParams

type ProjectListMembershipsForProjectParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
}

ProjectListMembershipsForProjectParams defines parameters for ProjectListMembershipsForProject.

type ProjectListMembershipsForProjectResponse

type ProjectListMembershipsForProjectResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1MembershipProjectMembership
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectListMembershipsForProjectResponse

func ParseProjectListMembershipsForProjectResponse(rsp *http.Response) (*ProjectListMembershipsForProjectResponse, error)

ParseProjectListMembershipsForProjectResponse parses an HTTP response from a ProjectListMembershipsForProjectWithResponse call

func (ProjectListMembershipsForProjectResponse) Status

Status returns HTTPResponse.Status

func (ProjectListMembershipsForProjectResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ProjectListProjectInvitesParams

type ProjectListProjectInvitesParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
}

ProjectListProjectInvitesParams defines parameters for ProjectListProjectInvites.

type ProjectListProjectInvitesResponse

type ProjectListProjectInvitesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1MembershipProjectInvite
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectListProjectInvitesResponse

func ParseProjectListProjectInvitesResponse(rsp *http.Response) (*ProjectListProjectInvitesResponse, error)

ParseProjectListProjectInvitesResponse parses an HTTP response from a ProjectListProjectInvitesWithResponse call

func (ProjectListProjectInvitesResponse) Status

Status returns HTTPResponse.Status

func (ProjectListProjectInvitesResponse) StatusCode

func (r ProjectListProjectInvitesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectListProjectMembershipsParams

type ProjectListProjectMembershipsParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
}

ProjectListProjectMembershipsParams defines parameters for ProjectListProjectMemberships.

type ProjectListProjectMembershipsResponse

type ProjectListProjectMembershipsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1MembershipProjectMembership
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectListProjectMembershipsResponse

func ParseProjectListProjectMembershipsResponse(rsp *http.Response) (*ProjectListProjectMembershipsResponse, error)

ParseProjectListProjectMembershipsResponse parses an HTTP response from a ProjectListProjectMembershipsWithResponse call

func (ProjectListProjectMembershipsResponse) Status

Status returns HTTPResponse.Status

func (ProjectListProjectMembershipsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ProjectListProjectsParams

type ProjectListProjectsParams struct {
	// CustomerId ID of the Organization to list Projects for.
	CustomerId *string `form:"customerId,omitempty" json:"customerId,omitempty"`

	// ServerId ID of the Server to list Projects for.
	ServerId *openapi_types.UUID `form:"serverId,omitempty" json:"serverId,omitempty"`
}

ProjectListProjectsParams defines parameters for ProjectListProjects.

type ProjectListProjectsResponse

type ProjectListProjectsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		CreatedAt    time.Time `json:"createdAt"`
		CustomerId   string    `json:"customerId"`
		CustomerMeta struct {
			Id string `json:"id"`
		} `json:"customerMeta"`
		Description   string                            `json:"description"`
		DisableReason *DeMittwaldV1ProjectDisableReason `json:"disableReason,omitempty"`
		DisabledAt    *time.Time                        `json:"disabledAt,omitempty"`
		Enabled       bool                              `json:"enabled"`
		Id            string                            `json:"id"`
		ImageRefId    *string                           `json:"imageRefId,omitempty"`

		// IsReady deprecated
		// Deprecated:
		IsReady          bool                `json:"isReady"`
		ProjectHostingId *openapi_types.UUID `json:"projectHostingId,omitempty"`

		// Readiness deprecated
		// Deprecated:
		Readiness   DeMittwaldV1ProjectDeprecatedProjectReadinessStatus `json:"readiness"`
		ServerId    *string                                             `json:"serverId,omitempty"`
		ShortId     string                                              `json:"shortId"`
		Status      DeMittwaldV1ProjectProjectStatus                    `json:"status"`
		StatusSetAt time.Time                                           `json:"statusSetAt"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON403     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseProjectListProjectsResponse

func ParseProjectListProjectsResponse(rsp *http.Response) (*ProjectListProjectsResponse, error)

ParseProjectListProjectsResponse parses an HTTP response from a ProjectListProjectsWithResponse call

func (ProjectListProjectsResponse) Status

Status returns HTTPResponse.Status

func (ProjectListProjectsResponse) StatusCode

func (r ProjectListProjectsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectListServersParams

type ProjectListServersParams struct {
	// CustomerId ID of the Organization to list PlacementGroups for. If no ID is provided, the ID of the executing User is used instead.
	CustomerId *string `form:"customerId,omitempty" json:"customerId,omitempty"`
	Limit      *int    `form:"limit,omitempty" json:"limit,omitempty"`
	Page       *int    `form:"page,omitempty" json:"page,omitempty"`
	Skip       *int    `form:"skip,omitempty" json:"skip,omitempty"`
}

ProjectListServersParams defines parameters for ProjectListServers.

type ProjectListServersResponse

type ProjectListServersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1ProjectServer
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectListServersResponse

func ParseProjectListServersResponse(rsp *http.Response) (*ProjectListServersResponse, error)

ParseProjectListServersResponse parses an HTTP response from a ProjectListServersWithResponse call

func (ProjectListServersResponse) Status

Status returns HTTPResponse.Status

func (ProjectListServersResponse) StatusCode

func (r ProjectListServersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProjectRequestProjectAvatarUploadResponse

type ProjectRequestProjectAvatarUploadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		RefId openapi_types.UUID             `json:"refId"`
		Rules DeMittwaldV1ProjectAvatarRules `json:"rules"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON403     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseProjectRequestProjectAvatarUploadResponse

func ParseProjectRequestProjectAvatarUploadResponse(rsp *http.Response) (*ProjectRequestProjectAvatarUploadResponse, error)

ParseProjectRequestProjectAvatarUploadResponse parses an HTTP response from a ProjectRequestProjectAvatarUploadWithResponse call

func (ProjectRequestProjectAvatarUploadResponse) Status

Status returns HTTPResponse.Status

func (ProjectRequestProjectAvatarUploadResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ProjectRequestServerAvatarUploadResponse

type ProjectRequestServerAvatarUploadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		RefId openapi_types.UUID             `json:"refId"`
		Rules DeMittwaldV1ProjectAvatarRules `json:"rules"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSON403     *DeMittwaldV1CommonsDefaultError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseProjectRequestServerAvatarUploadResponse

func ParseProjectRequestServerAvatarUploadResponse(rsp *http.Response) (*ProjectRequestServerAvatarUploadResponse, error)

ParseProjectRequestServerAvatarUploadResponse parses an HTTP response from a ProjectRequestServerAvatarUploadWithResponse call

func (ProjectRequestServerAvatarUploadResponse) Status

Status returns HTTPResponse.Status

func (ProjectRequestServerAvatarUploadResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ProjectResendProjectInviteMailJSONBody

type ProjectResendProjectInviteMailJSONBody = interface{}

ProjectResendProjectInviteMailJSONBody defines parameters for ProjectResendProjectInviteMail.

type ProjectResendProjectInviteMailJSONRequestBody

type ProjectResendProjectInviteMailJSONRequestBody = ProjectResendProjectInviteMailJSONBody

ProjectResendProjectInviteMailJSONRequestBody defines body for ProjectResendProjectInviteMail for application/json ContentType.

type ProjectResendProjectInviteMailResponse

type ProjectResendProjectInviteMailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectResendProjectInviteMailResponse

func ParseProjectResendProjectInviteMailResponse(rsp *http.Response) (*ProjectResendProjectInviteMailResponse, error)

ParseProjectResendProjectInviteMailResponse parses an HTTP response from a ProjectResendProjectInviteMailWithResponse call

func (ProjectResendProjectInviteMailResponse) Status

Status returns HTTPResponse.Status

func (ProjectResendProjectInviteMailResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ProjectUpdateProjectDescriptionJSONBody

type ProjectUpdateProjectDescriptionJSONBody struct {
	Description string `json:"description"`
}

ProjectUpdateProjectDescriptionJSONBody defines parameters for ProjectUpdateProjectDescription.

type ProjectUpdateProjectDescriptionJSONRequestBody

type ProjectUpdateProjectDescriptionJSONRequestBody ProjectUpdateProjectDescriptionJSONBody

ProjectUpdateProjectDescriptionJSONRequestBody defines body for ProjectUpdateProjectDescription for application/json ContentType.

type ProjectUpdateProjectDescriptionResponse

type ProjectUpdateProjectDescriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectUpdateProjectDescriptionResponse

func ParseProjectUpdateProjectDescriptionResponse(rsp *http.Response) (*ProjectUpdateProjectDescriptionResponse, error)

ParseProjectUpdateProjectDescriptionResponse parses an HTTP response from a ProjectUpdateProjectDescriptionWithResponse call

func (ProjectUpdateProjectDescriptionResponse) Status

Status returns HTTPResponse.Status

func (ProjectUpdateProjectDescriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ProjectUpdateProjectMembershipJSONBody

type ProjectUpdateProjectMembershipJSONBody struct {
	// ExpiresAt Time the ProjectMembership should expire at.
	ExpiresAt *time.Time                         `json:"expiresAt,omitempty"`
	Role      DeMittwaldV1MembershipProjectRoles `json:"role"`
}

ProjectUpdateProjectMembershipJSONBody defines parameters for ProjectUpdateProjectMembership.

type ProjectUpdateProjectMembershipJSONRequestBody

type ProjectUpdateProjectMembershipJSONRequestBody ProjectUpdateProjectMembershipJSONBody

ProjectUpdateProjectMembershipJSONRequestBody defines body for ProjectUpdateProjectMembership for application/json ContentType.

type ProjectUpdateProjectMembershipResponse

type ProjectUpdateProjectMembershipResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectUpdateProjectMembershipResponse

func ParseProjectUpdateProjectMembershipResponse(rsp *http.Response) (*ProjectUpdateProjectMembershipResponse, error)

ParseProjectUpdateProjectMembershipResponse parses an HTTP response from a ProjectUpdateProjectMembershipWithResponse call

func (ProjectUpdateProjectMembershipResponse) Status

Status returns HTTPResponse.Status

func (ProjectUpdateProjectMembershipResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ProjectUpdateServerDescriptionJSONBody

type ProjectUpdateServerDescriptionJSONBody struct {
	Description string `json:"description"`
}

ProjectUpdateServerDescriptionJSONBody defines parameters for ProjectUpdateServerDescription.

type ProjectUpdateServerDescriptionJSONRequestBody

type ProjectUpdateServerDescriptionJSONRequestBody ProjectUpdateServerDescriptionJSONBody

ProjectUpdateServerDescriptionJSONRequestBody defines body for ProjectUpdateServerDescription for application/json ContentType.

type ProjectUpdateServerDescriptionResponse

type ProjectUpdateServerDescriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseProjectUpdateServerDescriptionResponse

func ParseProjectUpdateServerDescriptionResponse(rsp *http.Response) (*ProjectUpdateServerDescriptionResponse, error)

ParseProjectUpdateServerDescriptionResponse parses an HTTP response from a ProjectUpdateServerDescriptionWithResponse call

func (ProjectUpdateServerDescriptionResponse) Status

Status returns HTTPResponse.Status

func (ProjectUpdateServerDescriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdJSONBody

type PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdJSONBody struct {
	DatabaseUserIds map[string]string `json:"databaseUserIds"`
}

PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdJSONBody defines parameters for PutV2AppInstallationsAppInstallationIdDatabasesDatabaseId.

type PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdJSONRequestBody

type PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdJSONRequestBody PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdJSONBody

PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdJSONRequestBody defines body for PutV2AppInstallationsAppInstallationIdDatabasesDatabaseId for application/json ContentType.

type PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdResponse

type PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdResponse

func ParsePutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdResponse(rsp *http.Response) (*PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdResponse, error)

ParsePutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdResponse parses an HTTP response from a PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdWithResponse call

func (PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdResponse) Status

Status returns HTTPResponse.Status

func (PutV2AppInstallationsAppInstallationIdDatabasesDatabaseIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdJSONBody

type PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdJSONBody struct {
	DatabaseUserIds map[string]string `json:"databaseUserIds"`
}

PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdJSONBody defines parameters for PutV2AppinstallationsAppInstallationIdDatabasesDatabaseId.

type PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdJSONRequestBody

type PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdJSONRequestBody PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdJSONBody

PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdJSONRequestBody defines body for PutV2AppinstallationsAppInstallationIdDatabasesDatabaseId for application/json ContentType.

type PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse

type PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse

func ParsePutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse(rsp *http.Response) (*PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse, error)

ParsePutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse parses an HTTP response from a PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdWithResponse call

func (PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse) Status

Status returns HTTPResponse.Status

func (PutV2AppinstallationsAppInstallationIdDatabasesDatabaseIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutV2MailaddressesMailAddressIdAutoResponderJSONBody

type PutV2MailaddressesMailAddressIdAutoResponderJSONBody struct {
	AutoResponder *struct {
		Active    bool       `json:"active"`
		ExpiresAt *time.Time `json:"expiresAt,omitempty"`
		Message   string     `json:"message"`
		StartsAt  *time.Time `json:"startsAt,omitempty"`
	} `json:"autoResponder"`
}

PutV2MailaddressesMailAddressIdAutoResponderJSONBody defines parameters for PutV2MailaddressesMailAddressIdAutoResponder.

type PutV2MailaddressesMailAddressIdAutoResponderJSONRequestBody

type PutV2MailaddressesMailAddressIdAutoResponderJSONRequestBody PutV2MailaddressesMailAddressIdAutoResponderJSONBody

PutV2MailaddressesMailAddressIdAutoResponderJSONRequestBody defines body for PutV2MailaddressesMailAddressIdAutoResponder for application/json ContentType.

type PutV2MailaddressesMailAddressIdAutoResponderResponse

type PutV2MailaddressesMailAddressIdAutoResponderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutV2MailaddressesMailAddressIdAutoResponderResponse

func ParsePutV2MailaddressesMailAddressIdAutoResponderResponse(rsp *http.Response) (*PutV2MailaddressesMailAddressIdAutoResponderResponse, error)

ParsePutV2MailaddressesMailAddressIdAutoResponderResponse parses an HTTP response from a PutV2MailaddressesMailAddressIdAutoResponderWithResponse call

func (PutV2MailaddressesMailAddressIdAutoResponderResponse) Status

Status returns HTTPResponse.Status

func (PutV2MailaddressesMailAddressIdAutoResponderResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutV2MailaddressesMailAddressIdCatchAllJSONBody

type PutV2MailaddressesMailAddressIdCatchAllJSONBody struct {
	Active bool `json:"active"`
}

PutV2MailaddressesMailAddressIdCatchAllJSONBody defines parameters for PutV2MailaddressesMailAddressIdCatchAll.

type PutV2MailaddressesMailAddressIdCatchAllJSONRequestBody

type PutV2MailaddressesMailAddressIdCatchAllJSONRequestBody PutV2MailaddressesMailAddressIdCatchAllJSONBody

PutV2MailaddressesMailAddressIdCatchAllJSONRequestBody defines body for PutV2MailaddressesMailAddressIdCatchAll for application/json ContentType.

type PutV2MailaddressesMailAddressIdCatchAllResponse

type PutV2MailaddressesMailAddressIdCatchAllResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutV2MailaddressesMailAddressIdCatchAllResponse

func ParsePutV2MailaddressesMailAddressIdCatchAllResponse(rsp *http.Response) (*PutV2MailaddressesMailAddressIdCatchAllResponse, error)

ParsePutV2MailaddressesMailAddressIdCatchAllResponse parses an HTTP response from a PutV2MailaddressesMailAddressIdCatchAllWithResponse call

func (PutV2MailaddressesMailAddressIdCatchAllResponse) Status

Status returns HTTPResponse.Status

func (PutV2MailaddressesMailAddressIdCatchAllResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutV2MailaddressesMailAddressIdForwardaddressesJSONBody

type PutV2MailaddressesMailAddressIdForwardaddressesJSONBody struct {
	ForwardAddresses []string `json:"forwardAddresses"`
}

PutV2MailaddressesMailAddressIdForwardaddressesJSONBody defines parameters for PutV2MailaddressesMailAddressIdForwardaddresses.

type PutV2MailaddressesMailAddressIdForwardaddressesJSONRequestBody

type PutV2MailaddressesMailAddressIdForwardaddressesJSONRequestBody PutV2MailaddressesMailAddressIdForwardaddressesJSONBody

PutV2MailaddressesMailAddressIdForwardaddressesJSONRequestBody defines body for PutV2MailaddressesMailAddressIdForwardaddresses for application/json ContentType.

type PutV2MailaddressesMailAddressIdForwardaddressesResponse

type PutV2MailaddressesMailAddressIdForwardaddressesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutV2MailaddressesMailAddressIdForwardaddressesResponse

func ParsePutV2MailaddressesMailAddressIdForwardaddressesResponse(rsp *http.Response) (*PutV2MailaddressesMailAddressIdForwardaddressesResponse, error)

ParsePutV2MailaddressesMailAddressIdForwardaddressesResponse parses an HTTP response from a PutV2MailaddressesMailAddressIdForwardaddressesWithResponse call

func (PutV2MailaddressesMailAddressIdForwardaddressesResponse) Status

Status returns HTTPResponse.Status

func (PutV2MailaddressesMailAddressIdForwardaddressesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutV2MailaddressesMailAddressIdPasswordJSONBody

type PutV2MailaddressesMailAddressIdPasswordJSONBody struct {
	Password string `json:"password"`
}

PutV2MailaddressesMailAddressIdPasswordJSONBody defines parameters for PutV2MailaddressesMailAddressIdPassword.

type PutV2MailaddressesMailAddressIdPasswordJSONRequestBody

type PutV2MailaddressesMailAddressIdPasswordJSONRequestBody PutV2MailaddressesMailAddressIdPasswordJSONBody

PutV2MailaddressesMailAddressIdPasswordJSONRequestBody defines body for PutV2MailaddressesMailAddressIdPassword for application/json ContentType.

type PutV2MailaddressesMailAddressIdPasswordResponse

type PutV2MailaddressesMailAddressIdPasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutV2MailaddressesMailAddressIdPasswordResponse

func ParsePutV2MailaddressesMailAddressIdPasswordResponse(rsp *http.Response) (*PutV2MailaddressesMailAddressIdPasswordResponse, error)

ParsePutV2MailaddressesMailAddressIdPasswordResponse parses an HTTP response from a PutV2MailaddressesMailAddressIdPasswordWithResponse call

func (PutV2MailaddressesMailAddressIdPasswordResponse) Status

Status returns HTTPResponse.Status

func (PutV2MailaddressesMailAddressIdPasswordResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutV2MailaddressesMailAddressIdQuotaJSONBody

type PutV2MailaddressesMailAddressIdQuotaJSONBody struct {
	QuotaInBytes float32 `json:"quotaInBytes"`
}

PutV2MailaddressesMailAddressIdQuotaJSONBody defines parameters for PutV2MailaddressesMailAddressIdQuota.

type PutV2MailaddressesMailAddressIdQuotaJSONRequestBody

type PutV2MailaddressesMailAddressIdQuotaJSONRequestBody PutV2MailaddressesMailAddressIdQuotaJSONBody

PutV2MailaddressesMailAddressIdQuotaJSONRequestBody defines body for PutV2MailaddressesMailAddressIdQuota for application/json ContentType.

type PutV2MailaddressesMailAddressIdQuotaResponse

type PutV2MailaddressesMailAddressIdQuotaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutV2MailaddressesMailAddressIdQuotaResponse

func ParsePutV2MailaddressesMailAddressIdQuotaResponse(rsp *http.Response) (*PutV2MailaddressesMailAddressIdQuotaResponse, error)

ParsePutV2MailaddressesMailAddressIdQuotaResponse parses an HTTP response from a PutV2MailaddressesMailAddressIdQuotaWithResponse call

func (PutV2MailaddressesMailAddressIdQuotaResponse) Status

Status returns HTTPResponse.Status

func (PutV2MailaddressesMailAddressIdQuotaResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutV2MailaddressesMailAddressIdSpamprotectionJSONBody

type PutV2MailaddressesMailAddressIdSpamprotectionJSONBody struct {
	SpamProtection struct {
		Active                 bool                                                                      `json:"active"`
		AutoDeleteSpam         bool                                                                      `json:"autoDeleteSpam"`
		Folder                 PutV2MailaddressesMailAddressIdSpamprotectionJSONBodySpamProtectionFolder `json:"folder"`
		RelocationMinSpamScore int                                                                       `json:"relocationMinSpamScore"`
	} `json:"spamProtection"`
}

PutV2MailaddressesMailAddressIdSpamprotectionJSONBody defines parameters for PutV2MailaddressesMailAddressIdSpamprotection.

type PutV2MailaddressesMailAddressIdSpamprotectionJSONBodySpamProtectionFolder

type PutV2MailaddressesMailAddressIdSpamprotectionJSONBodySpamProtectionFolder string

PutV2MailaddressesMailAddressIdSpamprotectionJSONBodySpamProtectionFolder defines parameters for PutV2MailaddressesMailAddressIdSpamprotection.

const (
	PutV2MailaddressesMailAddressIdSpamprotectionJSONBodySpamProtectionFolderInbox PutV2MailaddressesMailAddressIdSpamprotectionJSONBodySpamProtectionFolder = "inbox"
	PutV2MailaddressesMailAddressIdSpamprotectionJSONBodySpamProtectionFolderSpam  PutV2MailaddressesMailAddressIdSpamprotectionJSONBodySpamProtectionFolder = "spam"
)

Defines values for PutV2MailaddressesMailAddressIdSpamprotectionJSONBodySpamProtectionFolder.

type PutV2MailaddressesMailAddressIdSpamprotectionJSONRequestBody

type PutV2MailaddressesMailAddressIdSpamprotectionJSONRequestBody PutV2MailaddressesMailAddressIdSpamprotectionJSONBody

PutV2MailaddressesMailAddressIdSpamprotectionJSONRequestBody defines body for PutV2MailaddressesMailAddressIdSpamprotection for application/json ContentType.

type PutV2MailaddressesMailAddressIdSpamprotectionResponse

type PutV2MailaddressesMailAddressIdSpamprotectionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutV2MailaddressesMailAddressIdSpamprotectionResponse

func ParsePutV2MailaddressesMailAddressIdSpamprotectionResponse(rsp *http.Response) (*PutV2MailaddressesMailAddressIdSpamprotectionResponse, error)

ParsePutV2MailaddressesMailAddressIdSpamprotectionResponse parses an HTTP response from a PutV2MailaddressesMailAddressIdSpamprotectionWithResponse call

func (PutV2MailaddressesMailAddressIdSpamprotectionResponse) Status

Status returns HTTPResponse.Status

func (PutV2MailaddressesMailAddressIdSpamprotectionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutV2SignupMfaResetRecoverycodesJSONBody

type PutV2SignupMfaResetRecoverycodesJSONBody struct {
	// MultiFactorCode Multi Factor Code to authorize your request.
	MultiFactorCode string `json:"multiFactorCode"`
}

PutV2SignupMfaResetRecoverycodesJSONBody defines parameters for PutV2SignupMfaResetRecoverycodes.

type PutV2SignupMfaResetRecoverycodesJSONRequestBody

type PutV2SignupMfaResetRecoverycodesJSONRequestBody PutV2SignupMfaResetRecoverycodesJSONBody

PutV2SignupMfaResetRecoverycodesJSONRequestBody defines body for PutV2SignupMfaResetRecoverycodes for application/json ContentType.

type PutV2SignupMfaResetRecoverycodesResponse

type PutV2SignupMfaResetRecoverycodesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutV2SignupMfaResetRecoverycodesResponse

func ParsePutV2SignupMfaResetRecoverycodesResponse(rsp *http.Response) (*PutV2SignupMfaResetRecoverycodesResponse, error)

ParsePutV2SignupMfaResetRecoverycodesResponse parses an HTTP response from a PutV2SignupMfaResetRecoverycodesWithResponse call

func (PutV2SignupMfaResetRecoverycodesResponse) Status

Status returns HTTPResponse.Status

func (PutV2SignupMfaResetRecoverycodesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutV2SignupPasswordJSONBody

type PutV2SignupPasswordJSONBody struct {
	// MultiFactorCode Multi Factor Code to confirm MFA.
	// This is optional, depending on the MFA activation status of the profile.
	MultiFactorCode *string `json:"multiFactorCode,omitempty"`

	// NewPassword The new password.
	NewPassword string `json:"newPassword"`

	// OldPassword The old password.
	OldPassword string `json:"oldPassword"`
}

PutV2SignupPasswordJSONBody defines parameters for PutV2SignupPassword.

type PutV2SignupPasswordJSONRequestBody

type PutV2SignupPasswordJSONRequestBody PutV2SignupPasswordJSONBody

PutV2SignupPasswordJSONRequestBody defines body for PutV2SignupPassword for application/json ContentType.

type PutV2SignupPasswordResponse

type PutV2SignupPasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutV2SignupPasswordResponse

func ParsePutV2SignupPasswordResponse(rsp *http.Response) (*PutV2SignupPasswordResponse, error)

ParsePutV2SignupPasswordResponse parses an HTTP response from a PutV2SignupPasswordWithResponse call

func (PutV2SignupPasswordResponse) Status

Status returns HTTPResponse.Status

func (PutV2SignupPasswordResponse) StatusCode

func (r PutV2SignupPasswordResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RelocationCreateLegacyTariffChangeJSONBody

type RelocationCreateLegacyTariffChangeJSONBody struct {
	PAccount     string `json:"pAccount"`
	TargetTariff string `json:"targetTariff"`
}

RelocationCreateLegacyTariffChangeJSONBody defines parameters for RelocationCreateLegacyTariffChange.

type RelocationCreateLegacyTariffChangeJSONRequestBody

type RelocationCreateLegacyTariffChangeJSONRequestBody RelocationCreateLegacyTariffChangeJSONBody

RelocationCreateLegacyTariffChangeJSONRequestBody defines body for RelocationCreateLegacyTariffChange for application/json ContentType.

type RelocationCreateLegacyTariffChangeResponse

type RelocationCreateLegacyTariffChangeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		MessageId openapi_types.UUID `json:"messageId"`
	}
	JSON403     *DeMittwaldV1CommonsRateLimitError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseRelocationCreateLegacyTariffChangeResponse

func ParseRelocationCreateLegacyTariffChangeResponse(rsp *http.Response) (*RelocationCreateLegacyTariffChangeResponse, error)

ParseRelocationCreateLegacyTariffChangeResponse parses an HTTP response from a RelocationCreateLegacyTariffChangeWithResponse call

func (RelocationCreateLegacyTariffChangeResponse) Status

Status returns HTTPResponse.Status

func (RelocationCreateLegacyTariffChangeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RelocationCreateRelocationJSONBody

type RelocationCreateRelocationJSONBody struct {
	// AllDomains Should all project releated domains should be transferred to mittwald?
	AllDomains *bool `json:"allDomains,omitempty"`

	// AllowPasswordChange Has to be true. Do you accept that our mittwald team can change and get password from your current provider?
	AllowPasswordChange bool `json:"allowPasswordChange"`
	Contact             struct {
		Email       openapi_types.Email `json:"email"`
		FirstName   string              `json:"firstName"`
		LastName    string              `json:"lastName"`
		PhoneNumber *string             `json:"phoneNumber,omitempty"`
	} `json:"contact"`

	// Domains List of domains which should be transferred (when allDomains is not checked).
	Domains *[]DeMittwaldV1DirectusDomain `json:"domains,omitempty"`

	// Notes Anything our customer service needs to know for the relocation process.
	Notes    *string `json:"notes,omitempty"`
	Provider struct {
		// LoginUrl Url to the control panel of the provider
		LoginUrl string `json:"loginUrl"`

		// Name Name of your provider
		Name     RelocationCreateRelocationJSONBody_Provider_Name `json:"name"`
		Password string                                           `json:"password"`

		// SourceAccount Which account of your provider should be moved?
		SourceAccount string `json:"sourceAccount"`

		// UserName Login name to your provider
		UserName string `json:"userName"`
	} `json:"provider"`
	Target struct {
		// Organisation Your customer or organisation number
		Organisation string `json:"organisation"`

		// Product Help our customer service finding your target account
		Product string `json:"product"`

		// ProjectName In which p-account or short project id your project should be moved.
		ProjectName string `json:"projectName"`

		// System Which mittwald system does the targetProject use?
		System RelocationCreateRelocationJSONBodyTargetSystem `json:"system"`
	} `json:"target"`
}

RelocationCreateRelocationJSONBody defines parameters for RelocationCreateRelocation.

type RelocationCreateRelocationJSONBodyProviderName0

type RelocationCreateRelocationJSONBodyProviderName0 = string

RelocationCreateRelocationJSONBodyProviderName0 defines parameters for RelocationCreateRelocation.

type RelocationCreateRelocationJSONBodyProviderName1

type RelocationCreateRelocationJSONBodyProviderName1 string

RelocationCreateRelocationJSONBodyProviderName1 defines parameters for RelocationCreateRelocation.

Defines values for RelocationCreateRelocationJSONBodyProviderName1.

type RelocationCreateRelocationJSONBodyTargetSystem

type RelocationCreateRelocationJSONBodyTargetSystem string

RelocationCreateRelocationJSONBodyTargetSystem defines parameters for RelocationCreateRelocation.

Defines values for RelocationCreateRelocationJSONBodyTargetSystem.

type RelocationCreateRelocationJSONBody_Provider_Name

type RelocationCreateRelocationJSONBody_Provider_Name struct {
	// contains filtered or unexported fields
}

RelocationCreateRelocationJSONBody_Provider_Name defines parameters for RelocationCreateRelocation.

type RelocationCreateRelocationJSONRequestBody

type RelocationCreateRelocationJSONRequestBody RelocationCreateRelocationJSONBody

RelocationCreateRelocationJSONRequestBody defines body for RelocationCreateRelocation for application/json ContentType.

type RelocationCreateRelocationResponse

type RelocationCreateRelocationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseRelocationCreateRelocationResponse

func ParseRelocationCreateRelocationResponse(rsp *http.Response) (*RelocationCreateRelocationResponse, error)

ParseRelocationCreateRelocationResponse parses an HTTP response from a RelocationCreateRelocationWithResponse call

func (RelocationCreateRelocationResponse) Status

Status returns HTTPResponse.Status

func (RelocationCreateRelocationResponse) StatusCode

func (r RelocationCreateRelocationResponse) 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 ServerInterface

type ServerInterface interface {
	// Obtain a service token.
	// (POST /internal-v2/services/{accessKeyId}/actions/authenticate)
	PostInternalV2ServicesAccessKeyIdActionsAuthenticate(ctx echo.Context, accessKeyId string) error
	// Trigger an uninstallation process for an AppInstallation.
	// (DELETE /v2/app-installations/{appInstallationId})
	AppUninstallAppinstallation(ctx echo.Context, appInstallationId openapi_types.UUID) error
	// Get an AppInstallation.
	// (GET /v2/app-installations/{appInstallationId})
	AppGetAppinstallation(ctx echo.Context, appInstallationId openapi_types.UUID) error
	// Update properties belonging to an AppInstallation.
	// (PATCH /v2/app-installations/{appInstallationId})
	AppPatchAppinstallation(ctx echo.Context, appInstallationId openapi_types.UUID) error
	// Request a copy of an AppInstallation.
	// (POST /v2/app-installations/{appInstallationId}/actions/copy)
	AppRequestAppinstallationCopy(ctx echo.Context, appInstallationId openapi_types.UUID) error
	// Trigger a runtime action belonging to an AppInstallation.
	// (POST /v2/app-installations/{appInstallationId}/actions/{action})
	AppExecuteAction(ctx echo.Context, appInstallationId string, action DeMittwaldV1AppAction) error
	// Create linkage between an AppInstallation and a MySQLDatabase.
	// (PATCH /v2/app-installations/{appInstallationId}/database)
	AppLinkDatabase(ctx echo.Context, appInstallationId openapi_types.UUID) error
	// Remove linkage between an AppInstallation and a Database.
	// (DELETE /v2/app-installations/{appInstallationId}/databases/{databaseId})
	AppUnlinkDatabase(ctx echo.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID) error
	// Create linkage between an AppInstallation and DatabaseUsers.
	// (PUT /v2/app-installations/{appInstallationId}/databases/{databaseId})
	PutV2AppInstallationsAppInstallationIdDatabasesDatabaseId(ctx echo.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID) error
	// Create linkage between an AppInstallation and DatabaseUsers.
	// (PUT /v2/app-installations/{appInstallationId}/databases/{databaseId}/users)
	AppSetDatabaseUsers(ctx echo.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID) error
	// Get the missing requirements of an appInstallation for a specific target AppVersion.
	// (GET /v2/app-installations/{appInstallationId}/missing-dependencies)
	AppGetMissingDependenciesForAppinstallation(ctx echo.Context, appInstallationId openapi_types.UUID, params AppGetMissingDependenciesForAppinstallationParams) error
	// Get runtime status belonging to an AppInstallation.
	// (GET /v2/app-installations/{appInstallationId}/status)
	AppRetrieveStatus(ctx echo.Context, appInstallationId string) error
	// Get the installed `SystemSoftware' for a specific `AppInstallation`.
	// (GET /v2/app-installations/{appInstallationId}/systemSoftware)
	AppGetInstalledSystemsoftwareForAppinstallation(ctx echo.Context, appInstallationId openapi_types.UUID, params AppGetInstalledSystemsoftwareForAppinstallationParams) error
	// Trigger an uninstallation process for an AppInstallation.
	// (DELETE /v2/appinstallations/{appInstallationId})
	DeleteV2AppinstallationsAppInstallationId(ctx echo.Context, appInstallationId openapi_types.UUID) error
	// Get an AppInstallation.
	// (GET /v2/appinstallations/{appInstallationId})
	GetV2AppinstallationsAppInstallationId(ctx echo.Context, appInstallationId openapi_types.UUID) error
	// Update properties belonging to an AppInstallation.
	// (PATCH /v2/appinstallations/{appInstallationId})
	PatchV2AppinstallationsAppInstallationId(ctx echo.Context, appInstallationId openapi_types.UUID) error
	// Request a copy of an AppInstallation.
	// (POST /v2/appinstallations/{appInstallationId}/actions/copy)
	PostV2AppinstallationsAppInstallationIdActionsCopy(ctx echo.Context, appInstallationId openapi_types.UUID) error
	// Trigger a runtime action belonging to an AppInstallation.
	// (POST /v2/appinstallations/{appInstallationId}/actions/{action})
	PostV2AppinstallationsAppInstallationIdActionsAction(ctx echo.Context, appInstallationId string, action DeMittwaldV1AppAction) error
	// Create linkage between an AppInstallation and a MySql-Database.
	// (PUT /v2/appinstallations/{appInstallationId}/databases)
	DeprecatedAppLinkDatabase(ctx echo.Context, appInstallationId openapi_types.UUID) error
	// Remove linkage between an AppInstallation and a Database.
	// (DELETE /v2/appinstallations/{appInstallationId}/databases/{databaseId})
	DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseId(ctx echo.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID) error
	// Create linkage between an AppInstallation and DatabaseUsers.
	// (PUT /v2/appinstallations/{appInstallationId}/databases/{databaseId})
	PutV2AppinstallationsAppInstallationIdDatabasesDatabaseId(ctx echo.Context, appInstallationId openapi_types.UUID, databaseId openapi_types.UUID) error
	// Get the missing requirements of an appInstallation for a specific target AppVersion.
	// (GET /v2/appinstallations/{appInstallationId}/missing-dependencies)
	GetV2AppinstallationsAppInstallationIdMissingDependencies(ctx echo.Context, appInstallationId openapi_types.UUID, params GetV2AppinstallationsAppInstallationIdMissingDependenciesParams) error
	// Get runtime status belonging to an AppInstallation.
	// (GET /v2/appinstallations/{appInstallationId}/status)
	GetV2AppinstallationsAppInstallationIdStatus(ctx echo.Context, appInstallationId string) error
	// List Apps.
	// (GET /v2/apps)
	AppListApps(ctx echo.Context, params AppListAppsParams) error
	// Get an App.
	// (GET /v2/apps/{appId})
	AppGetApp(ctx echo.Context, appId openapi_types.UUID) error
	// List AppVersions belonging to an App.
	// (GET /v2/apps/{appId}/versions)
	AppListAppversions(ctx echo.Context, appId openapi_types.UUID, params AppListAppversionsParams) error
	// Get an AppVersion.
	// (GET /v2/apps/{appId}/versions/{appVersionId})
	AppGetAppversion(ctx echo.Context, appId openapi_types.UUID, appVersionId openapi_types.UUID) error
	// List update candidates belonging to an AppVersion.
	// (GET /v2/apps/{appId}/versions/{baseAppVersionId}/update-candidates)
	AppListUpdateCandidatesForAppversion(ctx echo.Context, appId openapi_types.UUID, baseAppVersionId openapi_types.UUID) error
	// List Articles.
	// (GET /v2/articles)
	ArticleListArticles(ctx echo.Context, params ArticleListArticlesParams) error
	// Get an Article.
	// (GET /v2/articles/{articleId})
	ArticleGetArticle(ctx echo.Context, articleId string, params ArticleGetArticleParams) error
	// Authenticate yourself to get an access token.
	// (POST /v2/authenticate)
	UserAuthenticate(ctx echo.Context) error
	// Validate your second factor.
	// (POST /v2/authenticate-mfa)
	UserAuthenticateMfa(ctx echo.Context) error
	// Authenticate an user with an access token retrieval key.
	// (POST /v2/authenticate-token-retrieval-key)
	UserAuthenticateWithAccessTokenRetrievalKey(ctx echo.Context) error
	// Returns the Contract with the given ID.
	// (GET /v2/contracts/{contractId})
	ContractGetDetailOfContract(ctx echo.Context, contractId openapi_types.UUID) error
	// Return the BaseItem of the Contract with the given ID.
	// (GET /v2/contracts/{contractId}/base-items)
	ContractGetBaseItemOfContract(ctx echo.Context, contractId openapi_types.UUID) error
	// Get the ContractItem with the given ID.
	// (GET /v2/contracts/{contractId}/items/{contractItemId})
	ContractGetDetailOfContractItem(ctx echo.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID) error
	// Return the next TerminationDate for the ContractItem with the given ID.
	// (GET /v2/contracts/{contractId}/items/{contractItemId}/next-termination-dates)
	ContractGetNextTerminationDateForItem(ctx echo.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID) error
	// Cancel the TariffChange for the referred ContractItem.
	// (DELETE /v2/contracts/{contractId}/items/{contractItemId}/tariff-change)
	ContractCancelContractTariffChange(ctx echo.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID) error
	// Cancel the Termination for the referred ContractItem.
	// (DELETE /v2/contracts/{contractId}/items/{contractItemId}/termination)
	ContractCancelContractItemTermination(ctx echo.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID) error
	// Schedule the Termination of a ContractItem.
	// (POST /v2/contracts/{contractId}/items/{contractItemId}/termination)
	ContractTerminateContractItem(ctx echo.Context, contractId openapi_types.UUID, contractItemId openapi_types.UUID) error
	// Cancel the Termination for the referred Contract.
	// (DELETE /v2/contracts/{contractId}/termination)
	ContractCancelContractTermination(ctx echo.Context, contractId openapi_types.UUID) error
	// Schedule the Termination of a Contract.
	// (POST /v2/contracts/{contractId}/termination)
	ContractTerminateContract(ctx echo.Context, contractId openapi_types.UUID) error
	// List Contributors.
	// (GET /v2/contributors)
	ExtensionListContributors(ctx echo.Context, params ExtensionListContributorsParams) error
	// Get a Contributor.
	// (GET /v2/contributors/{contributorId})
	ExtensionGetContributor(ctx echo.Context, contributorId openapi_types.UUID) error
	// Get all conversation categories.
	// (GET /v2/conversation-categories)
	ConversationListCategories(ctx echo.Context) error
	// Get a specific conversation category.
	// (GET /v2/conversation-categories/{categoryId})
	ConversationGetCategory(ctx echo.Context, categoryId openapi_types.UUID) error
	// Get all conversation the authenticated user has created or has access to.
	// (GET /v2/conversations)
	ConversationListConversations(ctx echo.Context) error
	// Create a conversation.
	// (POST /v2/conversations)
	ConversationCreateConversation(ctx echo.Context) error
	// Get a support conversation.
	// (GET /v2/conversations/{conversationId})
	ConversationGetConversation(ctx echo.Context, conversationId openapi_types.UUID) error
	// Update the basic properties of the conversation.
	// (PUT /v2/conversations/{conversationId})
	ConversationUpdateConversation(ctx echo.Context, conversationId openapi_types.UUID) error
	// Request a file upload token for the conversation.
	// (POST /v2/conversations/{conversationId}/files)
	ConversationRequestFileUpload(ctx echo.Context, conversationId openapi_types.UUID) error
	// Request an access token for the File belonging to the Conversation.
	// (GET /v2/conversations/{conversationId}/files/{fileId}/access-token)
	ConversationGetFileAccessToken(ctx echo.Context, conversationId openapi_types.UUID, fileId openapi_types.UUID) error
	// Get members of a support conversation.
	// (GET /v2/conversations/{conversationId}/members)
	ConversationGetConversationMembers(ctx echo.Context, conversationId openapi_types.UUID) error
	// Get all message of the conversation.
	// (GET /v2/conversations/{conversationId}/messages)
	ConversationListMessagesByConversation(ctx echo.Context, conversationId openapi_types.UUID) error
	// Send a new message in the conversation.
	// (POST /v2/conversations/{conversationId}/messages)
	ConversationCreateMessage(ctx echo.Context, conversationId openapi_types.UUID) error
	// Update the content of the message
	// (PATCH /v2/conversations/{conversationId}/messages/{messageId})
	ConversationUpdateMessage(ctx echo.Context, conversationId openapi_types.UUID, messageId openapi_types.UUID) error
	// Update the status of a conversation.
	// (PUT /v2/conversations/{conversationId}/status)
	ConversationSetConversationStatus(ctx echo.Context, conversationId openapi_types.UUID) error
	// Delete a Cronjob.
	// (DELETE /v2/cronjobs/{cronjobId})
	CronjobDeleteCronjob(ctx echo.Context, cronjobId openapi_types.UUID) error
	// Get a Cronjob.
	// (GET /v2/cronjobs/{cronjobId})
	CronjobGetCronjob(ctx echo.Context, cronjobId openapi_types.UUID) error
	// Update a Cronjob.
	// (PATCH /v2/cronjobs/{cronjobId})
	CronjobUpdateCronjob(ctx echo.Context, cronjobId openapi_types.UUID) error
	// Update a Cronjob's app id.
	// (PATCH /v2/cronjobs/{cronjobId}/app-id)
	CronjobUpdateCronjobAppId(ctx echo.Context, cronjobId openapi_types.UUID) error
	// List CronjobExecutions belonging to a Cronjob.
	// (GET /v2/cronjobs/{cronjobId}/executions)
	CronjobListExecutions(ctx echo.Context, cronjobId openapi_types.UUID, params CronjobListExecutionsParams) error
	// Trigger a Cronjob.
	// (POST /v2/cronjobs/{cronjobId}/executions)
	CronjobCreateExecution(ctx echo.Context, cronjobId openapi_types.UUID) error
	// Get a CronjobExecution.
	// (GET /v2/cronjobs/{cronjobId}/executions/{executionId})
	CronjobGetExecution(ctx echo.Context, cronjobId openapi_types.UUID, executionId string) error
	// Abort a CronjobExecution.
	// (POST /v2/cronjobs/{cronjobId}/executions/{executionId}/actions/abort)
	CronjobAbortExecution(ctx echo.Context, cronjobId openapi_types.UUID, executionId string) error
	// Get all customer categories.
	// (GET /v2/customer-categories)
	CustomerListOfCustomerCategories(ctx echo.Context) error
	// Create a new customer category.
	// (POST /v2/customer-categories)
	CustomerCreateCategory(ctx echo.Context) error
	// Delete a customer category.
	// (DELETE /v2/customer-categories/{categoryId})
	CustomerDeleteCategory(ctx echo.Context, categoryId string) error
	// Get a customer category.
	// (GET /v2/customer-categories/{categoryId})
	CustomerGetCustomerCategory(ctx echo.Context, categoryId string) error
	// Update a customer category.
	// (PUT /v2/customer-categories/{categoryId})
	CustomerUpdateCategory(ctx echo.Context, categoryId string) error
	// List CustomerInvites belonging to the executing user.
	// (GET /v2/customer-invites)
	CustomerListCustomerInvites(ctx echo.Context, params CustomerListCustomerInvitesParams) error
	// Delete a CustomerInvite.
	// (DELETE /v2/customer-invites/{customerInviteId})
	CustomerDeleteCustomerInvite(ctx echo.Context, customerInviteId openapi_types.UUID) error
	// Get a CustomerInvite.
	// (GET /v2/customer-invites/{customerInviteId})
	CustomerGetCustomerInvite(ctx echo.Context, customerInviteId string) error
	// Accept a CustomerInvite.
	// (POST /v2/customer-invites/{customerInviteId}/actions/accept)
	CustomerAcceptCustomerInvite(ctx echo.Context, customerInviteId openapi_types.UUID) error
	// Decline a CustomerInvite.
	// (POST /v2/customer-invites/{customerInviteId}/actions/decline)
	CustomerDeclineCustomerInvite(ctx echo.Context, customerInviteId openapi_types.UUID) error
	// Resend the mail for a CustomerInvite.
	// (POST /v2/customer-invites/{customerInviteId}/actions/resend)
	CustomerResendCustomerInviteMail(ctx echo.Context, customerInviteId openapi_types.UUID) error
	// List CustomerMemberships belonging to the executing user.
	// (GET /v2/customer-memberships)
	CustomerListCustomerMemberships(ctx echo.Context, params CustomerListCustomerMembershipsParams) error
	// Delete a CustomerMembership.
	// (DELETE /v2/customer-memberships/{customerMembershipId})
	CustomerDeleteCustomerMembership(ctx echo.Context, customerMembershipId openapi_types.UUID) error
	// Get a CustomerMembership.
	// (GET /v2/customer-memberships/{customerMembershipId})
	CustomerGetCustomerMembership(ctx echo.Context, customerMembershipId string) error
	// Update a CustomerMembership.
	// (PATCH /v2/customer-memberships/{customerMembershipId})
	CustomerUpdateCustomerMembership(ctx echo.Context, customerMembershipId openapi_types.UUID) error
	// Get a CustomerInvite by token.
	// (GET /v2/customer-token-invite)
	CustomerGetCustomerTokenInvite(ctx echo.Context, params CustomerGetCustomerTokenInviteParams) error
	// Leave a Customer.
	// (POST /v2/customer/{customerId}/actions/leave)
	CustomerLeaveCustomer(ctx echo.Context, customerId openapi_types.UUID) error
	// Create a CustomerInvite.
	// (POST /v2/customer/{customerId}/invites)
	CustomerCreateCustomerInvite(ctx echo.Context, customerId openapi_types.UUID) error
	// Get all customer profiles the authenticated user has access to.
	// (GET /v2/customers)
	CustomerListCustomers(ctx echo.Context, params CustomerListCustomersParams) error
	// Create a new customer profile.
	// (POST /v2/customers)
	CustomerCreateCustomer(ctx echo.Context) error
	// Delete a customer profile.
	// (DELETE /v2/customers/{customerId})
	CustomerDeleteCustomer(ctx echo.Context, customerId string) error
	// Get a customer profile.
	// (GET /v2/customers/{customerId})
	CustomerGetCustomer(ctx echo.Context, customerId string) error
	// Update a customer profile.
	// (PUT /v2/customers/{customerId})
	CustomerUpdateCustomer(ctx echo.Context, customerId string) error
	// Remove the avatar picture of the customer profile.
	// (DELETE /v2/customers/{customerId}/avatar)
	CustomerRemoveAvatar(ctx echo.Context, customerId string) error
	// Request a new avatar upload for the customer profile.
	// (POST /v2/customers/{customerId}/avatar)
	CustomerRequestAvatarUpload(ctx echo.Context, customerId string) error
	// Return a list of Contracts for the given Customer.
	// (GET /v2/customers/{customerId}/contracts)
	ContractListContracts(ctx echo.Context, customerId openapi_types.UUID, params ContractListContractsParams) error
	// List Invites belonging to a Customer.
	// (GET /v2/customers/{customerId}/invites)
	CustomerListInvitesForCustomer(ctx echo.Context, customerId string, params CustomerListInvitesForCustomerParams) error
	// Get InvoiceSettings of a Customer.
	// (GET /v2/customers/{customerId}/invoice-settings)
	InvoiceGetDetailOfInvoiceSettings(ctx echo.Context, customerId string) error
	// Update InvoiceSettings of a Customer.
	// (PUT /v2/customers/{customerId}/invoice-settings)
	InvoiceUpdateInvoiceSettings(ctx echo.Context, customerId string) error
	// List Invoices of a Customer.
	// (GET /v2/customers/{customerId}/invoices)
	InvoiceListCustomerInvoices(ctx echo.Context, customerId string, params InvoiceListCustomerInvoicesParams) error
	// Get details of an Invoice.
	// (GET /v2/customers/{customerId}/invoices/{invoiceId})
	DeprecatedInvoiceDetailOfInvoice(ctx echo.Context, customerId string, invoiceId openapi_types.UUID) error
	// Request an Access Token for the Invoice file.
	// (GET /v2/customers/{customerId}/invoices/{invoiceId}/file-access-token)
	InvoiceGetFileAccessToken(ctx echo.Context, customerId string, invoiceId openapi_types.UUID) error
	// Check if the customer profile has a valid contract partner configured.
	// (GET /v2/customers/{customerId}/legally-competent)
	CustomerIsCustomerLegallyCompetent(ctx echo.Context, customerId string) error
	// List Memberships belonging to a Customer.
	// (GET /v2/customers/{customerId}/memberships)
	CustomerListMembershipsForCustomer(ctx echo.Context, customerId string, params CustomerListMembershipsForCustomerParams) error
	// Get list of Orders of a Customer.
	// (GET /v2/customers/{customerId}/orders)
	OrderListCustomerOrders(ctx echo.Context, customerId string, params OrderListCustomerOrdersParams) error
	// Delete a DeliveryBox.
	// (DELETE /v2/delivery-boxes/{deliveryBoxId})
	MailDeleteDeliveryBox(ctx echo.Context, deliveryBoxId openapi_types.UUID) error
	// Get a DeliveryBox.
	// (GET /v2/delivery-boxes/{deliveryBoxId})
	MailGetDeliveryBox(ctx echo.Context, deliveryBoxId openapi_types.UUID) error
	// Update the description of a DeliveryBox.
	// (PATCH /v2/delivery-boxes/{deliveryBoxId}/description)
	MailUpdateDeliveryBoxDescription(ctx echo.Context, deliveryBoxId openapi_types.UUID) error
	// Update the password of a DeliveryBox.
	// (PATCH /v2/delivery-boxes/{deliveryBoxId}/password)
	MailUpdateDeliveryBoxPassword(ctx echo.Context, deliveryBoxId openapi_types.UUID) error
	// Delete a DeliveryBox.
	// (DELETE /v2/deliveryboxes/{deliveryBoxId})
	DeleteV2DeliveryboxesDeliveryBoxId(ctx echo.Context, deliveryBoxId openapi_types.UUID) error
	// Get a DeliveryBox.
	// (GET /v2/deliveryboxes/{deliveryBoxId})
	GetV2DeliveryboxesDeliveryBoxId(ctx echo.Context, deliveryBoxId openapi_types.UUID) error
	// Update the description of an deliverybox
	// (PUT /v2/deliveryboxes/{id}/description)
	MailDeliveryboxUpdateDescriptionDeprecated(ctx echo.Context, id openapi_types.UUID) error
	// Update the password for a specific deliverybox
	// (PUT /v2/deliveryboxes/{id}/password)
	MailDeliveryboxUpdatePasswordDeprecated(ctx echo.Context, id openapi_types.UUID) error
	// Create a DNSZone.
	// (POST /v2/dns-zones)
	DnsCreateDnsZone(ctx echo.Context) error
	// Delete a DNSZone.
	// (DELETE /v2/dns-zones/{dnsZoneId})
	DnsDeleteDnsZone(ctx echo.Context, dnsZoneId openapi_types.UUID) error
	// Get a DNSZone.
	// (GET /v2/dns-zones/{dnsZoneId})
	DnsGetDnsZone(ctx echo.Context, dnsZoneId openapi_types.UUID) error
	// Update a record set on a DNSZone.
	// (PUT /v2/dns-zones/{dnsZoneId}/record-sets/{recordSet})
	DnsUpdateRecordSet(ctx echo.Context, dnsZoneId openapi_types.UUID, recordSet DnsUpdateRecordSetParamsRecordSet) error
	// Set a record set on a DNSZone to managed.
	// (POST /v2/dns-zones/{dnsZoneId}/record-sets/{recordSet}/actions/set-managed)
	DnsSetRecordSetManaged(ctx echo.Context, dnsZoneId openapi_types.UUID, recordSet DnsSetRecordSetManagedParamsRecordSet) error
	// Create a DNSZone.
	// (POST /v2/dns/zones)
	PostV2DnsZones(ctx echo.Context) error
	// Delete a DNSZone.
	// (DELETE /v2/dns/zones/{dnsZoneId})
	DeleteV2DnsZonesDnsZoneId(ctx echo.Context, dnsZoneId openapi_types.UUID) error
	// Get a DNSZone.
	// (GET /v2/dns/zones/{dnsZoneId})
	GetV2DnsZonesDnsZoneId(ctx echo.Context, dnsZoneId openapi_types.UUID) error
	// updates a-records for a specific zone
	// (PUT /v2/dns/zones/{zoneId}/recordset/acombined/custom)
	DnsRecordASetCustomDeprecated(ctx echo.Context, zoneId openapi_types.UUID) error
	// set a-records managed by ingress for a specific zone
	// (POST /v2/dns/zones/{zoneId}/recordset/acombined/managed/ingress)
	DnsRecordASetManagedByIngressDeprecated(ctx echo.Context, zoneId openapi_types.UUID) error
	// updates cname-record for a specific zone
	// (PUT /v2/dns/zones/{zoneId}/recordset/cname)
	DnsRecordCnameSetDeprecated(ctx echo.Context, zoneId openapi_types.UUID) error
	// updates mx-records for a specific zone
	// (PUT /v2/dns/zones/{zoneId}/recordset/mx/custom)
	DnsRecordMxSetCustomDeprecated(ctx echo.Context, zoneId openapi_types.UUID) error
	// sets mx-records to managed for a specific zone
	// (POST /v2/dns/zones/{zoneId}/recordset/mx/managed)
	DnsRecordMxSetManagedDeprecated(ctx echo.Context, zoneId openapi_types.UUID) error
	// updates srv-records for a specific zone
	// (PUT /v2/dns/zones/{zoneId}/recordset/srv)
	DnsRecordSrvSetDeprecated(ctx echo.Context, zoneId openapi_types.UUID) error
	// updates txt-records for a specific zone
	// (PUT /v2/dns/zones/{zoneId}/recordset/txt)
	DnsRecordTxtSetDeprecated(ctx echo.Context, zoneId openapi_types.UUID) error
	// Check if a Domain is available to register.
	// (POST /v2/domain-registrable)
	DomainCheckDomainRegistrability(ctx echo.Context) error
	// List TLDs.
	// (GET /v2/domain-tlds)
	DomainListTlds(ctx echo.Context) error
	// List the contact schemas for a TLD.
	// (GET /v2/domain-tlds/{tld}/contact-schemas)
	DomainListTldContactSchemas(ctx echo.Context, tld string) error
	// Check if a Domain is available to transfer.
	// (POST /v2/domain-transferable)
	DomainCheckDomainTransferability(ctx echo.Context) error
	// List Domains
	// (GET /v2/domains)
	DomainListDomains(ctx echo.Context, params DomainListDomainsParams) error
	// Check if a Domain is available to register.
	// (POST /v2/domains)
	DomainCheckDomainRegistrabilityV2Deprecated(ctx echo.Context) error
	// Get a HandleSchema.
	// (GET /v2/domains/handle-schema/{domainName})
	DomainGetHandleFieldsV2Deprecated(ctx echo.Context, domainName string) error
	// List TLDs.
	// (GET /v2/domains/supported-tlds)
	GetV2DomainsSupportedTlds(ctx echo.Context) error
	// Delete a Domain.
	// (DELETE /v2/domains/{domainId})
	DomainDeleteDomain(ctx echo.Context, domainId openapi_types.UUID, params DomainDeleteDomainParams) error
	// Get a Domain.
	// (GET /v2/domains/{domainId})
	DomainGetDomain(ctx echo.Context, domainId openapi_types.UUID) error
	// Create an auth code for a Domains transfer-out process.
	// (POST /v2/domains/{domainId}/actions/auth-code)
	DomainCreateDomainAuthCode(ctx echo.Context, domainId openapi_types.UUID) error
	// Create an auth code for a Domains transfer-out process.
	// (POST /v2/domains/{domainId}/actions/create-authcode)
	PostV2DomainsDomainIdActionsCreateAuthcode(ctx echo.Context, domainId openapi_types.UUID) error
	// Resend a Domain email.
	// (POST /v2/domains/{domainId}/actions/resend-email)
	DomainResendDomainEmail(ctx echo.Context, domainId openapi_types.UUID) error
	// Update the auth code of a Domain.
	// (PATCH /v2/domains/{domainId}/auth-code)
	DomainUpdateDomainAuthCode(ctx echo.Context, domainId openapi_types.UUID) error
	// Update the auth code of a Domain.
	// (PATCH /v2/domains/{domainId}/authcode)
	PatchV2DomainsDomainIdAuthcode(ctx echo.Context, domainId openapi_types.UUID) error
	// Update a contact of a Domain.
	// (PATCH /v2/domains/{domainId}/contacts/{contact})
	DomainUpdateDomainContact(ctx echo.Context, domainId openapi_types.UUID, contact DomainUpdateDomainContactParamsContact) error
	// Return the Contract for the given Domain.
	// (GET /v2/domains/{domainId}/contract)
	ContractGetDetailOfContractByDomain(ctx echo.Context, domainId openapi_types.UUID) error
	// Abort a Domain declaration.
	// (DELETE /v2/domains/{domainId}/declaration)
	DomainAbortDomainDeclaration(ctx echo.Context, domainId openapi_types.UUID) error
	// Abort a Domain declaration.
	// (DELETE /v2/domains/{domainId}/declarations)
	DeleteV2DomainsDomainIdDeclarations(ctx echo.Context, domainId openapi_types.UUID) error
	// Update an AuthCode.
	// (PUT /v2/domains/{domainId}/declarations/authcode)
	DomainDeclareProcessChangeAuthcodeV2Deprecated(ctx echo.Context, domainId openapi_types.UUID) error
	// Update a Domain's OwnerC handle.
	// (PUT /v2/domains/{domainId}/declarations/handles)
	DomainDeclareProcessChangeHandlesV2Deprecated(ctx echo.Context, domainId openapi_types.UUID) error
	// Change the owner contact of a domain.
	// (PUT /v2/domains/{domainId}/handles/ownerc)
	DomainChangeOwnercOfDomainV2Deprecated(ctx echo.Context, domainId openapi_types.UUID) error
	// Get the latest screenshot's FileReference belonging to a Domain.
	// (GET /v2/domains/{domainId}/latest-screenshot)
	DomainGetLatestScreenshot(ctx echo.Context, domainId openapi_types.UUID) error
	// Update the nameservers of a Domain.
	// (PATCH /v2/domains/{domainId}/nameservers)
	DomainUpdateDomainNameservers(ctx echo.Context, domainId openapi_types.UUID) error
	// Change all nameservers of a Domain.
	// (PUT /v2/domains/{domainId}/nameservers)
	DomainDeclareNameserversV2Deprecated(ctx echo.Context, domainId openapi_types.UUID) error
	// Update a Domain's project id.
	// (PATCH /v2/domains/{domainId}/project-id)
	DomainUpdateDomainProjectId(ctx echo.Context, domainId openapi_types.UUID) error
	// Change the Project relation of a Domain.
	// (PUT /v2/domains/{domainId}/projectId)
	DomainChangeProjectOfDomainV2Deprecated(ctx echo.Context, domainId openapi_types.UUID) error
	// Get File Service Reference for a Screenshot of a domain.
	// (GET /v2/domains/{domainId}/screenshots/newest)
	DeprecatedDomainGetScreenshotForDomain(ctx echo.Context, domainId openapi_types.UUID) error
	// List ExtensionInstances.
	// (GET /v2/extension-instances)
	ExtensionListExtensionInstances(ctx echo.Context, params ExtensionListExtensionInstancesParams) error
	// Create an ExtensionInstance.
	// (POST /v2/extension-instances)
	ExtensionCreateExtensionInstance(ctx echo.Context) error
	// Delete an ExtensionInstance.
	// (DELETE /v2/extension-instances/{extensionInstanceId})
	ExtensionDeleteExtensionInstance(ctx echo.Context, extensionInstanceId openapi_types.UUID) error
	// Get an ExtensionInstance.
	// (GET /v2/extension-instances/{extensionInstanceId})
	ExtensionGetExtensionInstance(ctx echo.Context, extensionInstanceId openapi_types.UUID) error
	// Disable an ExtensionInstance.
	// (POST /v2/extension-instances/{extensionInstanceId}/actions/disable)
	ExtensionDisableExtensionInstance(ctx echo.Context, extensionInstanceId openapi_types.UUID) error
	// Enable an ExtensionInstance.
	// (POST /v2/extension-instances/{extensionInstanceId}/actions/enable)
	ExtensionEnableExtensionInstance(ctx echo.Context, extensionInstanceId openapi_types.UUID) error
	// Consent to extension scopes.
	// (PATCH /v2/extension-instances/{extensionInstanceId}/scopes)
	ExtensionConsentToExtensionScopes(ctx echo.Context, extensionInstanceId openapi_types.UUID) error
	// Authenticate your external application using the extensionInstanceSecret.
	// (POST /v2/extension-instances/{extensionInstanceId}/tokens)
	ExtensionAuthenticateInstance(ctx echo.Context, extensionInstanceId openapi_types.UUID) error
	// List Extensions.
	// (GET /v2/extensions)
	ExtensionListExtensions(ctx echo.Context, params ExtensionListExtensionsParams) error
	// Get an Extension.
	// (GET /v2/extensions/{extensionId})
	ExtensionGetExtension(ctx echo.Context, extensionId openapi_types.UUID) error
	// Get a Token's upload rules.
	// (GET /v2/file-token-rules/{token})
	DeprecatedFileGetFileTokenRules(ctx echo.Context, token openapi_types.UUID) error
	// Get a Type's upload rules.
	// (GET /v2/file-type-rules/{name})
	DeprecatedFileGetFileTypeRules(ctx echo.Context, name DeprecatedFileGetFileTypeRulesParamsName) error
	// Get a FileUploadToken's rules.
	// (GET /v2/file-upload-tokens/{fileUploadToken}/rules)
	FileGetFileUploadTokenRules(ctx echo.Context, fileUploadToken openapi_types.UUID) error
	// Get a FileUploadType's rules.
	// (GET /v2/file-upload-types/{fileUploadType}/rules)
	FileGetFileUploadTypeRules(ctx echo.Context, fileUploadType FileGetFileUploadTypeRulesParamsFileUploadType) error
	// Create a File.
	// (POST /v2/files)
	FileCreateFile(ctx echo.Context, params FileCreateFileParams) error
	// Get a File.
	// (GET /v2/files/{fileId})
	FileGetFile(ctx echo.Context, fileId openapi_types.UUID, params FileGetFileParams) error
	// Get a File's meta.
	// (GET /v2/files/{fileId}/meta)
	FileGetFileMeta(ctx echo.Context, fileId openapi_types.UUID) error
	// Get a File.
	// (GET /v2/files/{fileId}/{fileName})
	FileGetFileWithName(ctx echo.Context, fileId openapi_types.UUID, fileName string, params FileGetFileWithNameParams) error
	// List Ingresses.
	// (GET /v2/ingresses)
	IngressListIngresses(ctx echo.Context, params IngressListIngressesParams) error
	// Create an Ingress.
	// (POST /v2/ingresses)
	IngressCreateIngress(ctx echo.Context) error
	// Delete an Ingress.
	// (DELETE /v2/ingresses/{ingressId})
	IngressDeleteIngress(ctx echo.Context, ingressId openapi_types.UUID) error
	// Get an Ingress.
	// (GET /v2/ingresses/{ingressId})
	IngressGetIngress(ctx echo.Context, ingressId openapi_types.UUID) error
	// Request the ACME certificate issuance of an Ingress.
	// (POST /v2/ingresses/{ingressId}/actions/request-acme-certificate-issuance)
	IngressRequestIngressAcmeCertificateIssuance(ctx echo.Context, ingressId openapi_types.UUID) error
	// Verifiy the ownership of an Ingress.
	// (POST /v2/ingresses/{ingressId}/actions/verify-ownership)
	IngressIngressVerifyOwnership(ctx echo.Context, ingressId openapi_types.UUID) error
	// Update the paths of an Ingress.
	// (PATCH /v2/ingresses/{ingressId}/paths)
	IngressUpdateIngressPaths(ctx echo.Context, ingressId openapi_types.UUID) error
	// Update an Ingresses paths.
	// (PUT /v2/ingresses/{ingressId}/paths)
	IngressPathsDeprecated(ctx echo.Context, ingressId openapi_types.UUID) error
	// Update the tls settings of an Ingress.
	// (PATCH /v2/ingresses/{ingressId}/tls)
	IngressUpdateIngressTls(ctx echo.Context, ingressId openapi_types.UUID) error
	// Update an Ingresses tls settings.
	// (PUT /v2/ingresses/{ingressId}/tls)
	IngressTlsDeprecated(ctx echo.Context, ingressId openapi_types.UUID) error
	// Get details of an Invoice.
	// (GET /v2/invoices/{invoiceId})
	InvoiceDetail(ctx echo.Context, invoiceId openapi_types.UUID) error
	// Register a tariff change for a legacy tariff.
	// (POST /v2/legacy-tariff-change)
	RelocationCreateLegacyTariffChange(ctx echo.Context) error
	// Terminate session and invalidate access token.
	// (PUT /v2/logout)
	UserLogout(ctx echo.Context) error
	// Delete a MailAddress.
	// (DELETE /v2/mail-addresses/{mailAddressId})
	MailDeleteMailAddress(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Get a MailAddress.
	// (GET /v2/mail-addresses/{mailAddressId})
	MailGetMailAddress(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update a MailAddress.
	// (PATCH /v2/mail-addresses/{mailAddressId}/address)
	MailUpdateMailAddressAddress(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the autoresponder of a MailAddress.
	// (PATCH /v2/mail-addresses/{mailAddressId}/autoresponder)
	MailUpdateMailAddressAutoresponder(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the autoresponder of a MailAddress.
	// (PUT /v2/mail-addresses/{mailAddressId}/autoresponder)
	MailUpdateMailAddressAutoresponderV2Deprecated(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the catchall of a MailAddress.
	// (PATCH /v2/mail-addresses/{mailAddressId}/catch-all)
	MailUpdateMailAddressCatchAll(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the catchall of a MailAddress.
	// (PUT /v2/mail-addresses/{mailAddressId}/catchall)
	MailUpdateMailAddressCatchallV2Deprecated(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the forward addresses of a MailAddresses.
	// (PATCH /v2/mail-addresses/{mailAddressId}/forward-addresses)
	MailUpdateMailAddressForwardAddresses(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the forward addresses of a MailAddresses.
	// (PUT /v2/mail-addresses/{mailAddressId}/forward-addresses)
	MailUpdateMailAddressForwardAddressesV2Deprecated(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the password for a MailAddress.
	// (PATCH /v2/mail-addresses/{mailAddressId}/password)
	MailUpdateMailAddressPassword(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the password for a MailAddress.
	// (PUT /v2/mail-addresses/{mailAddressId}/password)
	MailUpdateMailAddressPasswordV2Deprecated(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the quota of a MailAddress.
	// (PATCH /v2/mail-addresses/{mailAddressId}/quota)
	MailUpdateMailAddressQuota(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the quota of a MailAddress.
	// (PUT /v2/mail-addresses/{mailAddressId}/quota)
	MailUpdateMailAddressQuotaV2Deprecated(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the spam protection of a MailAddress.
	// (PATCH /v2/mail-addresses/{mailAddressId}/spam-protection)
	MailUpdateMailAddressSpamProtection(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the spam protection of a MailAddress.
	// (PUT /v2/mail-addresses/{mailAddressId}/spam-protection)
	MailUpdateMailAddressSpamProtectionV2Deprecated(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update mail-address
	// (PUT /v2/mailaddresses/{id}/address)
	MailMailaddressUpdateAddressDeprecated(ctx echo.Context, id openapi_types.UUID) error
	// Delete a MailAddress.
	// (DELETE /v2/mailaddresses/{mailAddressId})
	DeleteV2MailaddressesMailAddressId(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Get a MailAddress.
	// (GET /v2/mailaddresses/{mailAddressId})
	GetV2MailaddressesMailAddressId(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the autoresponder of a MailAddress.
	// (PUT /v2/mailaddresses/{mailAddressId}/autoResponder)
	PutV2MailaddressesMailAddressIdAutoResponder(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the catchall of a MailAddress.
	// (PUT /v2/mailaddresses/{mailAddressId}/catchAll)
	PutV2MailaddressesMailAddressIdCatchAll(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the forward addresses of a MailAddresses.
	// (PUT /v2/mailaddresses/{mailAddressId}/forwardaddresses)
	PutV2MailaddressesMailAddressIdForwardaddresses(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the password for a MailAddress.
	// (PUT /v2/mailaddresses/{mailAddressId}/password)
	PutV2MailaddressesMailAddressIdPassword(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the quota of a MailAddress.
	// (PUT /v2/mailaddresses/{mailAddressId}/quota)
	PutV2MailaddressesMailAddressIdQuota(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// Update the spam protection of a MailAddress.
	// (PUT /v2/mailaddresses/{mailAddressId}/spamprotection)
	PutV2MailaddressesMailAddressIdSpamprotection(ctx echo.Context, mailAddressId openapi_types.UUID) error
	// List available MySQL character sets and collations, optionally filtered by a MySQLVersion.
	// (GET /v2/mysql-charsets)
	DatabaseListMysqlCharsets(ctx echo.Context, params DatabaseListMysqlCharsetsParams) error
	// Delete a MySQLDatabase.
	// (DELETE /v2/mysql-databases/{mysqlDatabaseId})
	DatabaseDeleteMysqlDatabase(ctx echo.Context, mysqlDatabaseId openapi_types.UUID) error
	// Get a MySQLDatabase.
	// (GET /v2/mysql-databases/{mysqlDatabaseId})
	DatabaseGetMysqlDatabase(ctx echo.Context, mysqlDatabaseId openapi_types.UUID) error
	// Update a MySQLDatabase's default character settings.
	// (PATCH /v2/mysql-databases/{mysqlDatabaseId}/default-charset)
	DatabaseUpdateMysqlDatabaseDefaultCharset(ctx echo.Context, mysqlDatabaseId openapi_types.UUID) error
	// Update a MySQLDatabase's description.
	// (PATCH /v2/mysql-databases/{mysqlDatabaseId}/description)
	DatabaseUpdateMysqlDatabaseDescription(ctx echo.Context, mysqlDatabaseId openapi_types.UUID) error
	// List MySQLUsers belonging to a Database.
	// (GET /v2/mysql-databases/{mysqlDatabaseId}/users)
	DatabaseListMysqlUsers(ctx echo.Context, mysqlDatabaseId openapi_types.UUID) error
	// Create a MySQLUser.
	// (POST /v2/mysql-databases/{mysqlDatabaseId}/users)
	DatabaseCreateMysqlUser(ctx echo.Context, mysqlDatabaseId openapi_types.UUID) error
	// Delete a MySQLUser.
	// (DELETE /v2/mysql-users/{mysqlUserId})
	DatabaseDeleteMysqlUser(ctx echo.Context, mysqlUserId openapi_types.UUID) error
	// Get a MySQLUser.
	// (GET /v2/mysql-users/{mysqlUserId})
	DatabaseGetMysqlUser(ctx echo.Context, mysqlUserId openapi_types.UUID) error
	// Update a MySQLUser.
	// (PUT /v2/mysql-users/{mysqlUserId})
	DatabaseUpdateMysqlUser(ctx echo.Context, mysqlUserId openapi_types.UUID) error
	// Disable a MySQLUser.
	// (POST /v2/mysql-users/{mysqlUserId}/actions/disable)
	DatabaseDisableMysqlUser(ctx echo.Context, mysqlUserId openapi_types.UUID) error
	// Enable a MySQLUser.
	// (POST /v2/mysql-users/{mysqlUserId}/actions/enable)
	DatabaseEnableMysqlUser(ctx echo.Context, mysqlUserId openapi_types.UUID) error
	// Update a MySQLUser's password.
	// (PATCH /v2/mysql-users/{mysqlUserId}/password)
	DatabaseUpdateMysqlUserPassword(ctx echo.Context, mysqlUserId openapi_types.UUID) error
	// Get a MySQLUser's PhpMyAdmin-URL.
	// (GET /v2/mysql-users/{mysqlUserId}/php-my-admin-url)
	DatabaseGetMysqlUserPhpMyAdminUrl(ctx echo.Context, mysqlUserId openapi_types.UUID) error
	// List MySQLVersions.
	// (GET /v2/mysql-versions)
	DatabaseListMysqlVersions(ctx echo.Context, params DatabaseListMysqlVersionsParams) error
	// Subscribe a user to the mStudio newsletter.
	// (POST /v2/newsletter-subscriptions)
	NewsletterSubscribeUser(ctx echo.Context) error
	// Unsubscribe a user from the mStudio newsletter.
	// (DELETE /v2/newsletter-subscriptions/self)
	NewsletterUnsubscribeUser(ctx echo.Context) error
	// Getting the subscription status of the subscription.
	// (GET /v2/newsletter-subscriptions/self)
	NewsletterGetInfo(ctx echo.Context) error
	// Get the counts for unread notifications of the user.
	// (GET /v2/notification-unread-counts)
	NotificationsCountUnreadNotifications(ctx echo.Context) error
	// List all unread notifications.
	// (GET /v2/notifications)
	NotificationsListNotifications(ctx echo.Context, params NotificationsListNotificationsParams) error
	// Mark all notifications as read.
	// (POST /v2/notifications/actions/read-all)
	NotificationsReadAllNotifications(ctx echo.Context) error
	// Mark all notifications as read (deprecated).
	// (PUT /v2/notifications/status)
	NotificationsReadAllNotificationsDeprecated(ctx echo.Context) error
	// Get the counts for unread notifications of the user.
	// (GET /v2/notifications/unread-counts)
	GetV2NotificationsUnreadCounts(ctx echo.Context) error
	// Mark notification as read.
	// (PUT /v2/notifications/{notificationId}/status)
	NotificationsReadNotification(ctx echo.Context, notificationId openapi_types.UUID) error
	// Obtain authorization from the resource owner.
	// (GET /v2/oauth2/authorize)
	UserOauthGetAuthorization(ctx echo.Context, params UserOauthGetAuthorizationParams) error
	// Retrieve Access Token from Authorization Code.
	// (POST /v2/oauth2/token)
	UserOauthRetrieveAccessToken(ctx echo.Context, params UserOauthRetrieveAccessTokenParams) error
	// Preview Order.
	// (POST /v2/order-previews)
	OrderPreviewOrder(ctx echo.Context) error
	// Create an Order.
	// (POST /v2/orders)
	OrderCreateOrder(ctx echo.Context) error
	// Get Order for Customer.
	// (GET /v2/orders/{orderId})
	OrderGetOrder(ctx echo.Context, orderId openapi_types.UUID) error
	// Get detailed performance data for a given domain and path.
	// (GET /v2/page-insights)
	PageinsightsGetPerformanceData(ctx echo.Context, params PageinsightsGetPerformanceDataParams) error
	// Get detailed performance data for a given domain and path.
	// (GET /v2/pageinsights)
	GetV2Pageinsights(ctx echo.Context, params GetV2PageinsightsParams) error
	// Get a PasswordPolicy.
	// (GET /v2/password-policies/{passwordPolicy})
	PasswordValidationGetPasswordPolicy(ctx echo.Context, passwordPolicy string) error
	// Get a password policy.
	// (GET /v2/password/policies/{path})
	PasswordValidationGetPasswordPolicyV2Deprecated(ctx echo.Context, path string) error
	// Get poll settings for the specified user.
	// (GET /v2/poll-settings/{userId})
	UserGetPollStatus(ctx echo.Context, userId string) error
	// Store new or update poll settings.
	// (POST /v2/poll-settings/{userId})
	UserPostPollStatus(ctx echo.Context, userId string) error
	// Delete a ProjectBackupSchedule.
	// (DELETE /v2/project-backup-schedules/{projectBackupScheduleId})
	BackupDeleteProjectBackupSchedule(ctx echo.Context, projectBackupScheduleId openapi_types.UUID) error
	// Get a ProjectBackupSchedule.
	// (GET /v2/project-backup-schedules/{projectBackupScheduleId})
	BackupGetProjectBackupSchedule(ctx echo.Context, projectBackupScheduleId openapi_types.UUID) error
	// Update a ProjectBackupSchedule.
	// (PATCH /v2/project-backup-schedules/{projectBackupScheduleId})
	BackupUpdateProjectBackupSchedule(ctx echo.Context, projectBackupScheduleId openapi_types.UUID) error
	// Delete a ProjectBackup.
	// (DELETE /v2/project-backups/{projectBackupId})
	BackupDeleteProjectBackup(ctx echo.Context, projectBackupId openapi_types.UUID) error
	// Get a ProjectBackup.
	// (GET /v2/project-backups/{projectBackupId})
	BackupGetProjectBackup(ctx echo.Context, projectBackupId openapi_types.UUID) error
	// Change the description of a ProjectBackup.
	// (PATCH /v2/project-backups/{projectBackupId}/description)
	BackupUpdateProjectBackupDescription(ctx echo.Context, projectBackupId openapi_types.UUID) error
	// Delete a ProjectBackupExport.
	// (DELETE /v2/project-backups/{projectBackupId}/export)
	BackupDeleteProjectBackupExport(ctx echo.Context, projectBackupId openapi_types.UUID) error
	// Export a ProjectBackup for download.
	// (POST /v2/project-backups/{projectBackupId}/export)
	BackupCreateProjectBackupExport(ctx echo.Context, projectBackupId openapi_types.UUID) error
	// List ProjectInvites belonging to the executing user.
	// (GET /v2/project-invites)
	ProjectListProjectInvites(ctx echo.Context, params ProjectListProjectInvitesParams) error
	// Delete a ProjectInvite.
	// (DELETE /v2/project-invites/{projectInviteId})
	ProjectDeleteProjectInvite(ctx echo.Context, projectInviteId openapi_types.UUID) error
	// Get a ProjectInvite.
	// (GET /v2/project-invites/{projectInviteId})
	ProjectGetProjectInvite(ctx echo.Context, projectInviteId string) error
	// Accept a ProjectInvite.
	// (POST /v2/project-invites/{projectInviteId}/actions/accept)
	ProjectAcceptProjectInvite(ctx echo.Context, projectInviteId openapi_types.UUID) error
	// Decline a ProjectInvite.
	// (POST /v2/project-invites/{projectInviteId}/actions/decline)
	ProjectDeclineProjectInvite(ctx echo.Context, projectInviteId openapi_types.UUID) error
	// Resend the mail for a ProjectInvite.
	// (POST /v2/project-invites/{projectInviteId}/actions/resend)
	ProjectResendProjectInviteMail(ctx echo.Context, projectInviteId openapi_types.UUID) error
	// List ProjectMemberships belonging to the executing user.
	// (GET /v2/project-memberships)
	ProjectListProjectMemberships(ctx echo.Context, params ProjectListProjectMembershipsParams) error
	// Delete a ProjectMembership.
	// (DELETE /v2/project-memberships/{projectMembershipId})
	ProjectDeleteProjectMembership(ctx echo.Context, projectMembershipId openapi_types.UUID) error
	// Get a ProjectMembership
	// (GET /v2/project-memberships/{projectMembershipId})
	ProjectGetProjectMembership(ctx echo.Context, projectMembershipId string) error
	// Update a ProjectMembership.
	// (PATCH /v2/project-memberships/{projectMembershipId})
	ProjectUpdateProjectMembership(ctx echo.Context, projectMembershipId openapi_types.UUID) error
	// Get a ProjectInvite by token.
	// (GET /v2/project-token-invite)
	ProjectGetProjectTokenInvite(ctx echo.Context, params ProjectGetProjectTokenInviteParams) error
	// Create a ProjectInvite.
	// (POST /v2/project/{projectId}/invites)
	PostV2ProjectProjectIdInvites(ctx echo.Context, projectId openapi_types.UUID) error
	// Get all SFTPUsers for a Project.
	// (GET /v2/project/{projectId}/sftp-users)
	GetV2ProjectProjectIdSftpUsers(ctx echo.Context, projectId string, params GetV2ProjectProjectIdSftpUsersParams) error
	// List Projects belonging to the executing user.
	// (GET /v2/projects)
	ProjectListProjects(ctx echo.Context, params ProjectListProjectsParams) error
	// Delete a Project.
	// (DELETE /v2/projects/{projectId})
	ProjectDeleteProject(ctx echo.Context, projectId string) error
	// Get a Project.
	// (GET /v2/projects/{projectId})
	ProjectGetProject(ctx echo.Context, projectId openapi_types.UUID) error
	// List AppInstallations belonging to a Project.
	// (GET /v2/projects/{projectId}/app-installations)
	AppListAppinstallations(ctx echo.Context, projectId openapi_types.UUID, params AppListAppinstallationsParams) error
	// Request an AppInstallation.
	// (POST /v2/projects/{projectId}/app-installations)
	AppRequestAppinstallation(ctx echo.Context, projectId openapi_types.UUID) error
	// List AppInstallations belonging to a Project.
	// (GET /v2/projects/{projectId}/appinstallations)
	GetV2ProjectsProjectIdAppinstallations(ctx echo.Context, projectId openapi_types.UUID, params GetV2ProjectsProjectIdAppinstallationsParams) error
	// Request an AppInstallation.
	// (POST /v2/projects/{projectId}/appinstallations)
	PostV2ProjectsProjectIdAppinstallations(ctx echo.Context, projectId openapi_types.UUID) error
	// Delete a Project's avatar.
	// (DELETE /v2/projects/{projectId}/avatar)
	ProjectDeleteProjectAvatar(ctx echo.Context, projectId openapi_types.UUID) error
	// Request a Project avatar upload.
	// (POST /v2/projects/{projectId}/avatar)
	ProjectRequestProjectAvatarUpload(ctx echo.Context, projectId openapi_types.UUID) error
	// List BackupSchedules belonging to a Project.
	// (GET /v2/projects/{projectId}/backup-schedules)
	BackupListProjectBackupSchedules(ctx echo.Context, projectId openapi_types.UUID) error
	// Create a BackupSchedule for a Project.
	// (POST /v2/projects/{projectId}/backup-schedules)
	BackupCreateProjectBackupSchedule(ctx echo.Context, projectId openapi_types.UUID) error
	// List Backups belonging to a Project.
	// (GET /v2/projects/{projectId}/backups)
	BackupListProjectBackups(ctx echo.Context, projectId openapi_types.UUID) error
	// Create a Backup of a Project.
	// (POST /v2/projects/{projectId}/backups)
	BackupCreateProjectBackup(ctx echo.Context, projectId openapi_types.UUID) error
	// Return the Contract for the given Project.
	// (GET /v2/projects/{projectId}/contract)
	ContractGetDetailOfContractByProject(ctx echo.Context, projectId openapi_types.UUID) error
	// List Cronjobs belonging to a Project.
	// (GET /v2/projects/{projectId}/cronjobs)
	CronjobListCronjobs(ctx echo.Context, projectId openapi_types.UUID, params CronjobListCronjobsParams) error
	// Create a Cronjob.
	// (POST /v2/projects/{projectId}/cronjobs)
	CronjobCreateCronjob(ctx echo.Context, projectId openapi_types.UUID) error
	// List DeliveryBoxes belonging to a Project.
	// (GET /v2/projects/{projectId}/delivery-boxes)
	MailListDeliveryBoxes(ctx echo.Context, projectId string) error
	// Create a DeliveryBox.
	// (POST /v2/projects/{projectId}/delivery-boxes)
	MailCreateDeliverybox(ctx echo.Context, projectId string) error
	// List DeliveryBoxes belonging to a Project.
	// (GET /v2/projects/{projectId}/deliveryboxes)
	GetV2ProjectsProjectIdDeliveryboxes(ctx echo.Context, projectId string) error
	// Create a DeliveryBox.
	// (POST /v2/projects/{projectId}/deliveryboxes)
	PostV2ProjectsProjectIdDeliveryboxes(ctx echo.Context, projectId string) error
	// Update a Project's description.
	// (PATCH /v2/projects/{projectId}/description)
	ProjectUpdateProjectDescription(ctx echo.Context, projectId openapi_types.UUID) error
	// List DNSZones belonging to a Project.
	// (GET /v2/projects/{projectId}/dns-zones)
	DnsListDnsZones(ctx echo.Context, projectId openapi_types.UUID) error
	// List DNSZones belonging to a Project.
	// (GET /v2/projects/{projectId}/dns/zones)
	GetV2ProjectsProjectIdDnsZones(ctx echo.Context, projectId openapi_types.UUID) error
	// List Domains belonging to a Project.
	// (GET /v2/projects/{projectId}/domains)
	DomainListDomainsV2Deprecated(ctx echo.Context, projectId openapi_types.UUID, params DomainListDomainsV2DeprecatedParams) error
	// List directories belonging to a Project.
	// (GET /v2/projects/{projectId}/filesystem-directories)
	ProjectFileSystemGetDirectories(ctx echo.Context, projectId string, params ProjectFileSystemGetDirectoriesParams) error
	// Get a Project directory filesystem usage.
	// (GET /v2/projects/{projectId}/filesystem-disk-usage)
	ProjectFileSystemGetDiskUsage(ctx echo.Context, projectId openapi_types.UUID, params ProjectFileSystemGetDiskUsageParams) error
	// Get a Project file's content.
	// (GET /v2/projects/{projectId}/filesystem-file-content)
	ProjectFileSystemGetFileContent(ctx echo.Context, projectId openapi_types.UUID, params ProjectFileSystemGetFileContentParams) error
	// Get a Project file's information.
	// (GET /v2/projects/{projectId}/filesystem-files)
	ProjectFileSystemListFiles(ctx echo.Context, projectId openapi_types.UUID, params ProjectFileSystemListFilesParams) error
	// List directories belonging to a Project.
	// (GET /v2/projects/{projectId}/filesystem/directories)
	GetV2ProjectsProjectIdFilesystemDirectories(ctx echo.Context, projectId string, params GetV2ProjectsProjectIdFilesystemDirectoriesParams) error
	// Get a Project file's information.
	// (GET /v2/projects/{projectId}/filesystem/files)
	GetV2ProjectsProjectIdFilesystemFiles(ctx echo.Context, projectId openapi_types.UUID, params GetV2ProjectsProjectIdFilesystemFilesParams) error
	// Get a Project file's content.
	// (GET /v2/projects/{projectId}/filesystem/files/raw)
	GetV2ProjectsProjectIdFilesystemFilesRaw(ctx echo.Context, projectId openapi_types.UUID, params GetV2ProjectsProjectIdFilesystemFilesRawParams) error
	// Get a Project directory filesystem usage.
	// (GET /v2/projects/{projectId}/filesystem/usages/disk)
	GetV2ProjectsProjectIdFilesystemUsagesDisk(ctx echo.Context, projectId openapi_types.UUID, params GetV2ProjectsProjectIdFilesystemUsagesDiskParams) error
	// List Ingresses belonging to a project.
	// (GET /v2/projects/{projectId}/ingresses)
	IngressListIngressesV2Deprecated(ctx echo.Context, projectId openapi_types.UUID) error
	// List Invites belonging to a Project.
	// (GET /v2/projects/{projectId}/invites)
	ProjectListInvitesForProject(ctx echo.Context, projectId string, params ProjectListInvitesForProjectParams) error
	// Create a ProjectInvite.
	// (POST /v2/projects/{projectId}/invites)
	ProjectCreateProjectInvite(ctx echo.Context, projectId openapi_types.UUID) error
	// Get a Project's file/filesystem authorization token.
	// (GET /v2/projects/{projectId}/jwt)
	ProjectFileSystemGetJwt(ctx echo.Context, projectId string) error
	// Leave a Project.
	// (POST /v2/projects/{projectId}/leave)
	ProjectLeaveProject(ctx echo.Context, projectId openapi_types.UUID) error
	// List MailAddresses belonging to a Project.
	// (GET /v2/projects/{projectId}/mail-addresses)
	MailListMailAddresses(ctx echo.Context, projectId string) error
	// Create a MailAddress.
	// (POST /v2/projects/{projectId}/mail-addresses)
	MailCreateMailAddress(ctx echo.Context, projectId string) error
	// List mail settings of a Project.
	// (GET /v2/projects/{projectId}/mail-settings)
	MailListProjectMailSettings(ctx echo.Context, projectId string) error
	// Update a mail setting of a Project.
	// (PATCH /v2/projects/{projectId}/mail-settings/{mailSetting})
	MailUpdateProjectMailSetting(ctx echo.Context, projectId string, mailSetting MailUpdateProjectMailSettingParamsMailSetting) error
	// Update a mail setting of a Project.
	// (PUT /v2/projects/{projectId}/mail-settings/{setting})
	MailUpdateProjectMailSettingV2Deprecated(ctx echo.Context, projectId string, setting MailUpdateProjectMailSettingV2DeprecatedParamsSetting) error
	// List MailAddresses belonging to a Project.
	// (GET /v2/projects/{projectId}/mailaddresses)
	GetV2ProjectsProjectIdMailaddresses(ctx echo.Context, projectId string) error
	// Create a MailAddress.
	// (POST /v2/projects/{projectId}/mailaddresses)
	PostV2ProjectsProjectIdMailaddresses(ctx echo.Context, projectId string) error
	// List mail settings of a Project.
	// (GET /v2/projects/{projectId}/mailsettings)
	GetV2ProjectsProjectIdMailsettings(ctx echo.Context, projectId string) error
	// Update blacklist for a given project ID
	// (PUT /v2/projects/{projectId}/mailsettings/blacklist)
	MailProjectsettingUpdateBlacklistDeprecated(ctx echo.Context, projectId string) error
	// Update whitelist for a given project ID
	// (PUT /v2/projects/{projectId}/mailsettings/whitelist)
	MailProjectsettingUpdateWhitelistDeprecated(ctx echo.Context, projectId string) error
	// List Memberships belonging to a Project.
	// (GET /v2/projects/{projectId}/memberships)
	ProjectListMembershipsForProject(ctx echo.Context, projectId string, params ProjectListMembershipsForProjectParams) error
	// Get the executing user's membership in a Project.
	// (GET /v2/projects/{projectId}/memberships/self)
	ProjectGetSelfMembershipForProject(ctx echo.Context, projectId string) error
	// List MySQLDatabases belonging to a Project.
	// (GET /v2/projects/{projectId}/mysql-databases)
	DatabaseListMysqlDatabases(ctx echo.Context, projectId openapi_types.UUID) error
	// Create a MySQLDatabase with a MySQLUser.
	// (POST /v2/projects/{projectId}/mysql-databases)
	DatabaseCreateMysqlDatabase(ctx echo.Context, projectId openapi_types.UUID) error
	// Get list of Orders of a Project.
	// (GET /v2/projects/{projectId}/orders)
	OrderListProjectOrders(ctx echo.Context, projectId openapi_types.UUID, params OrderListProjectOrdersParams) error
	// List websites (specified as domain and path) from a project where performance data is available.
	// (GET /v2/projects/{projectId}/page-insights)
	PageinsightsListPerformanceDataForProject(ctx echo.Context, projectId openapi_types.UUID, params PageinsightsListPerformanceDataForProjectParams) error
	// List websites (specified as domain and path) from a project where performance data is available.
	// (GET /v2/projects/{projectId}/pageinsights)
	GetV2ProjectsProjectIdPageinsights(ctx echo.Context, projectId openapi_types.UUID, params GetV2ProjectsProjectIdPageinsightsParams) error
	// List RedisDatabases belonging to a Project.
	// (GET /v2/projects/{projectId}/redis-databases)
	DatabaseListRedisDatabases(ctx echo.Context, projectId openapi_types.UUID) error
	// Create a RedisDatabase.
	// (POST /v2/projects/{projectId}/redis-databases)
	DatabaseCreateRedisDatabase(ctx echo.Context, projectId openapi_types.UUID) error
	// Get all SFTPUsers for a Project.
	// (GET /v2/projects/{projectId}/sftp-users)
	SftpUserListSftpUsers(ctx echo.Context, projectId string, params SftpUserListSftpUsersParams) error
	// Create an SFTPUser for a Project.
	// (POST /v2/projects/{projectId}/sftp-users)
	SftpUserCreateSftpUser(ctx echo.Context, projectId string) error
	// Get all SSHUsers for a Project.
	// (GET /v2/projects/{projectId}/ssh-users)
	SshUserListSshUsers(ctx echo.Context, projectId string, params SshUserListSshUsersParams) error
	// Create an SSHUser for a Project.
	// (POST /v2/projects/{projectId}/ssh-users)
	SshUserCreateSshUser(ctx echo.Context, projectId string) error
	// Schedule a strace measurement for a single http request.
	// (POST /v2/projects/{projectId}/straces)
	PageinsightsScheduleStrace(ctx echo.Context, projectId openapi_types.UUID) error
	// Get all data for a given strace.
	// (GET /v2/projects/{projectId}/straces/{straceId})
	PageinsightsGetStraceData(ctx echo.Context, projectId openapi_types.UUID, straceId openapi_types.UUID) error
	// Delete a RedisDatabase.
	// (DELETE /v2/redis-databases/{redisDatabaseId})
	DatabaseDeleteRedisDatabase(ctx echo.Context, redisDatabaseId openapi_types.UUID) error
	// Get a RedisDatabase.
	// (GET /v2/redis-databases/{redisDatabaseId})
	DatabaseGetRedisDatabase(ctx echo.Context, redisDatabaseId openapi_types.UUID) error
	// Update a RedisDatabase's configuration.
	// (PATCH /v2/redis-databases/{redisDatabaseId}/configuration)
	DatabaseUpdateRedisDatabaseConfiguration(ctx echo.Context, redisDatabaseId openapi_types.UUID) error
	// Update a RedisDatabase's description.
	// (PATCH /v2/redis-databases/{redisDatabaseId}/description)
	DatabaseUpdateRedisDatabaseDescription(ctx echo.Context, redisDatabaseId openapi_types.UUID) error
	// List RedisVersions.
	// (GET /v2/redis-versions)
	DatabaseListRedisVersions(ctx echo.Context, params DatabaseListRedisVersionsParams) error
	// Register with email and password.
	// (POST /v2/register)
	UserRegister(ctx echo.Context) error
	// Relocate an external Project to mittwald.
	// (POST /v2/relocation)
	RelocationCreateRelocation(ctx echo.Context) error
	// List Servers belonging to the executing user.
	// (GET /v2/servers)
	ProjectListServers(ctx echo.Context, params ProjectListServersParams) error
	// Get a Server.
	// (GET /v2/servers/{serverId})
	ProjectGetServer(ctx echo.Context, serverId string) error
	// Delete a Server's avatar.
	// (DELETE /v2/servers/{serverId}/avatar)
	ProjectDeleteServerAvatar(ctx echo.Context, serverId openapi_types.UUID) error
	// Request a Server avatar upload.
	// (POST /v2/servers/{serverId}/avatar)
	ProjectRequestServerAvatarUpload(ctx echo.Context, serverId openapi_types.UUID) error
	// Return the Contract for the given Server.
	// (GET /v2/servers/{serverId}/contract)
	ContractGetDetailOfContractByServer(ctx echo.Context, serverId openapi_types.UUID) error
	// Update a Servers's description.
	// (PATCH /v2/servers/{serverId}/description)
	ProjectUpdateServerDescription(ctx echo.Context, serverId openapi_types.UUID) error
	// Create a Project belonging to a Server.
	// (POST /v2/servers/{serverId}/projects)
	ProjectCreateProject(ctx echo.Context, serverId openapi_types.UUID) error
	// Obtain a service token.
	// (POST /v2/service/{accessKeyId}/actions/authenticate)
	PostV2ServiceAccessKeyIdActionsAuthenticate(ctx echo.Context, accessKeyId string) error
	// Obtain a service token.
	// (POST /v2/services/{accessKeyId}/actions/authenticate)
	ServicetokenAuthenticateService(ctx echo.Context, accessKeyId string) error
	// Delete an SFTPUser.
	// (DELETE /v2/sftp-users/{sftpUserId})
	SftpUserDeleteSftpUser(ctx echo.Context, sftpUserId string) error
	// Get an SFTPUser.
	// (GET /v2/sftp-users/{sftpUserId})
	SftpUserGetSftpUser(ctx echo.Context, sftpUserId string) error
	// Update an SFTPUser.
	// (PATCH /v2/sftp-users/{sftpUserId})
	SftpUserUpdateSftpUser(ctx echo.Context, sftpUserId string) error
	// Authenticate yourself to get an access token.
	// (POST /v2/signup/authentication)
	PostV2SignupAuthentication(ctx echo.Context) error
	// Validate your second factor.
	// (POST /v2/signup/authentication/mfa)
	PostV2SignupAuthenticationMfa(ctx echo.Context) error
	// Get your verified Email-Address.
	// (GET /v2/signup/email)
	GetV2SignupEmail(ctx echo.Context) error
	// Change your Email-Address.
	// (PUT /v2/signup/email)
	DeprecatedUserChangeEmail(ctx echo.Context) error
	// Resend the Email-Address verification email.
	// (POST /v2/signup/email/resend)
	DeprecatedUserResendVerificationEmail(ctx echo.Context) error
	// Verify an added Email-Address.
	// (POST /v2/signup/email/verify)
	DeprecatedUserVerifyEmail(ctx echo.Context) error
	// Terminate session and invalidate access token.
	// (PUT /v2/signup/logout)
	DeprecatedUserLogout(ctx echo.Context) error
	// Disable Multi Factor Authentication.
	// (DELETE /v2/signup/mfa)
	DeprecatedUserDisableMfa(ctx echo.Context) error
	// Get your current multi factor auth status.
	// (GET /v2/signup/mfa)
	GetV2SignupMfa(ctx echo.Context) error
	// Initialize Multi Factor Authentication. If successful, it needs to be confirmed, before usage of mfa.
	// (POST /v2/signup/mfa)
	PostV2SignupMfa(ctx echo.Context) error
	// Confirm Multi Factor Authentication.
	// (POST /v2/signup/mfa/confirm)
	PostV2SignupMfaConfirm(ctx echo.Context) error
	// Reset RecoveryCodes for MFA.
	// (PUT /v2/signup/mfa/reset-recoverycodes)
	PutV2SignupMfaResetRecoverycodes(ctx echo.Context) error
	// The timestamp of your latest password change.
	// (GET /v2/signup/password)
	GetV2SignupPassword(ctx echo.Context) error
	// Change your password.
	// (PUT /v2/signup/password)
	PutV2SignupPassword(ctx echo.Context) error
	// Initialize password reset process.
	// (POST /v2/signup/password/reset)
	DeprecatedUserInitPasswordReset(ctx echo.Context) error
	// Confirm password reset.
	// (POST /v2/signup/password/reset/confirm)
	DeprecatedUserConfirmPasswordReset(ctx echo.Context) error
	// Delete your account and all your personal data.
	// (DELETE /v2/signup/profile)
	DeleteV2SignupProfile(ctx echo.Context) error
	// Get your account information.
	// (GET /v2/signup/profile)
	GetV2SignupProfile(ctx echo.Context) error
	// Update your account information.
	// (PUT /v2/signup/profile)
	DeprecatedUserUpdateAccount(ctx echo.Context) error
	// Register with email and password.
	// (POST /v2/signup/registration)
	PostV2SignupRegistration(ctx echo.Context) error
	// Verify your registration.
	// (POST /v2/signup/registration/verification)
	PostV2SignupRegistrationVerification(ctx echo.Context) error
	// Terminate all sessions, except the current session.
	// (DELETE /v2/signup/sessions)
	DeprecatedUserTerminateAllSessions(ctx echo.Context) error
	// List all sessions.
	// (GET /v2/signup/sessions)
	GetV2SignupSessions(ctx echo.Context) error
	// Terminate a specific Session.
	// (DELETE /v2/signup/sessions/{tokenId})
	DeprecatedUserTerminateSession(ctx echo.Context, tokenId string) error
	// Get a specific session.
	// (GET /v2/signup/sessions/{tokenId})
	GetV2SignupSessionsTokenId(ctx echo.Context, tokenId string) error
	// Get your stored ssh-keys.
	// (GET /v2/signup/ssh)
	GetV2SignupSsh(ctx echo.Context) error
	// Store a new ssh-key.
	// (POST /v2/signup/ssh)
	PostV2SignupSsh(ctx echo.Context) error
	// Remove a ssh-key.
	// (DELETE /v2/signup/ssh/{sshKeyId})
	DeprecatedUserDeleteSshKey(ctx echo.Context, sshKeyId openapi_types.UUID) error
	// Get a specific stored ssh-key.
	// (GET /v2/signup/ssh/{sshKeyId})
	GetV2SignupSshSshKeyId(ctx echo.Context, sshKeyId openapi_types.UUID) error
	// Edit a stored ssh-key.
	// (PUT /v2/signup/ssh/{sshKeyId})
	DeprecatedUserEditSshKey(ctx echo.Context, sshKeyId openapi_types.UUID) error
	// Request a support code.
	// (GET /v2/signup/supportcode)
	GetV2SignupSupportcode(ctx echo.Context, params GetV2SignupSupportcodeParams) error
	// Request a support code.
	// (GET /v2/signup/supportcodes)
	GetV2SignupSupportcodes(ctx echo.Context, params GetV2SignupSupportcodesParams) error
	// List all of your ApiTokens.
	// (GET /v2/signup/token/api)
	GetV2SignupTokenApi(ctx echo.Context) error
	// Store a new ApiToken.
	// (POST /v2/signup/token/api)
	PostV2SignupTokenApi(ctx echo.Context) error
	// Deletes an ApiToken.
	// (DELETE /v2/signup/token/api/{apiTokenId})
	DeprecatedUserDeleteApiToken(ctx echo.Context, apiTokenId openapi_types.UUID) error
	// Get a specific ApiToken.
	// (GET /v2/signup/token/api/{apiTokenId})
	GetV2SignupTokenApiApiTokenId(ctx echo.Context, apiTokenId openapi_types.UUID) error
	// Update an existing `ApiToken`.
	// (PUT /v2/signup/token/api/{apiTokenId})
	DeprecatedUserEditApiToken(ctx echo.Context, apiTokenId openapi_types.UUID) error
	// Check token for validity.
	// (POST /v2/signup/token/check)
	PostV2SignupTokenCheck(ctx echo.Context) error
	// Delete an SSHUser.
	// (DELETE /v2/ssh-users/{sshUserId})
	SshUserDeleteSshUser(ctx echo.Context, sshUserId string) error
	// Get an SSHUser.
	// (GET /v2/ssh-users/{sshUserId})
	SshUserGetSshUser(ctx echo.Context, sshUserId string) error
	// Update an SSHUser.
	// (PATCH /v2/ssh-users/{sshUserId})
	SshUserUpdateSshUser(ctx echo.Context, sshUserId string) error
	// Update an SSHUser.
	// (PATCH /v2/sshusers/{sshUserId})
	PatchV2SshusersSshUserId(ctx echo.Context, sshUserId string) error
	// List SystemSoftwareVersions belonging to a SystemSoftware.
	// (GET /v2/system-software/{systemSoftwareId}/versions)
	AppListSystemsoftwareversions(ctx echo.Context, systemSoftwareId openapi_types.UUID, params AppListSystemsoftwareversionsParams) error
	// Get a SystemSoftwareVersion.
	// (GET /v2/system-software/{systemSoftwareId}/versions/{systemSoftwareVersionId})
	AppGetSystemsoftwareversion(ctx echo.Context, systemSoftwareId openapi_types.UUID, systemSoftwareVersionId openapi_types.UUID) error
	// List SystemSoftwares.
	// (GET /v2/system-softwares)
	AppListSystemsoftwares(ctx echo.Context, params AppListSystemsoftwaresParams) error
	// Get a SystemSoftware.
	// (GET /v2/system-softwares/{systemSoftwareId})
	AppGetSystemsoftware(ctx echo.Context, systemSoftwareId openapi_types.UUID) error
	// List SystemSoftwareVersions belonging to a SystemSoftware.
	// (GET /v2/systemsoftware/{systemSoftwareId}/versions)
	GetV2SystemsoftwareSystemSoftwareIdVersions(ctx echo.Context, systemSoftwareId openapi_types.UUID, params GetV2SystemsoftwareSystemSoftwareIdVersionsParams) error
	// Get a SystemSoftwareVersion.
	// (GET /v2/systemsoftware/{systemSoftwareId}/versions/{systemSoftwareVersionId})
	GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId(ctx echo.Context, systemSoftwareId openapi_types.UUID, systemSoftwareVersionId openapi_types.UUID) error
	// List SystemSoftwares.
	// (GET /v2/systemsoftwares)
	GetV2Systemsoftwares(ctx echo.Context, params GetV2SystemsoftwaresParams) error
	// Get a SystemSoftware.
	// (GET /v2/systemsoftwares/{systemSoftwareId})
	GetV2SystemsoftwaresSystemSoftwareId(ctx echo.Context, systemSoftwareId openapi_types.UUID) error
	// Preview TariffChange.
	// (POST /v2/tariff-change-previews)
	OrderPreviewTariffChange(ctx echo.Context) error
	// Create TariffChange Order.
	// (POST /v2/tariff-changes)
	OrderCreateTariffChange(ctx echo.Context) error
	// Get profile information for the executing user
	// (GET /v2/user)
	DeprecatedUserServiceUserGetOwn(ctx echo.Context) error
	// Returns your submitted feedback
	// (GET /v2/user/feedback)
	DeprecatedUserServiceFeedbackList(ctx echo.Context, params DeprecatedUserServiceFeedbackListParams) error
	// Submit user feedback
	// (POST /v2/user/feedback)
	DeprecatedUserServiceFeedbackCreate(ctx echo.Context) error
	// create a new issue
	// (POST /v2/user/issues)
	DeprecatedUserServiceIssueNew(ctx echo.Context) error
	// Get personalized settings for the user executing the request
	// (GET /v2/user/settings)
	DeprecatedUserServicePersonalizedSettingsGet(ctx echo.Context) error
	// update personalized settings
	// (PUT /v2/user/settings)
	DeprecatedUserServicePersonalizedSettingsUpdate(ctx echo.Context) error
	// Get profile information for the specified user if the user is related to the executing user
	// (GET /v2/user/{userId})
	DeprecatedUserServiceUserGet(ctx echo.Context, userId string) error
	// Change your personal information
	// (PUT /v2/user/{userId})
	DeprecatedUserServicePersonalInformationUpdate(ctx echo.Context, userId openapi_types.UUID) error
	// Remove Avatar
	// (DELETE /v2/user/{userId}/avatar)
	DeprecatedUserServiceAvatarRemove(ctx echo.Context, userId openapi_types.UUID) error
	// Request a new avatar upload
	// (POST /v2/user/{userId}/avatar)
	DeprecatedUserServiceAvatarRequestUpload(ctx echo.Context, userId openapi_types.UUID) error
	// remove your PhoneNumber
	// (DELETE /v2/user/{userId}/phone)
	DeprecatedUserServicePhoneNumberRemove(ctx echo.Context, userId openapi_types.UUID) error
	// Add phone number and init verification process
	// (POST /v2/user/{userId}/phone)
	DeprecatedUserServicePhoneNumberAdd(ctx echo.Context, userId openapi_types.UUID) error
	// Verify phone number
	// (POST /v2/user/{userId}/phone/verify)
	DeprecatedUserServicePhoneNumberVerify(ctx echo.Context, userId openapi_types.UUID) error
	// Delete your account and all your personal data.
	// (DELETE /v2/users/self)
	UserDeleteUser(ctx echo.Context) error
	// List all of your ApiTokens.
	// (GET /v2/users/self/api-tokens)
	UserListApiTokens(ctx echo.Context) error
	// Store a new ApiToken.
	// (POST /v2/users/self/api-tokens)
	UserCreateApiToken(ctx echo.Context) error
	// Deletes an ApiToken.
	// (DELETE /v2/users/self/api-tokens/{apiTokenId})
	UserDeleteApiToken(ctx echo.Context, apiTokenId openapi_types.UUID) error
	// Get a specific ApiToken.
	// (GET /v2/users/self/api-tokens/{apiTokenId})
	UserGetApiToken(ctx echo.Context, apiTokenId openapi_types.UUID) error
	// Update an existing `ApiToken`.
	// (PUT /v2/users/self/api-tokens/{apiTokenId})
	UserEditApiToken(ctx echo.Context, apiTokenId openapi_types.UUID) error
	// Initialize password reset process.
	// (POST /v2/users/self/credentials/actions/init-password-reset)
	UserInitPasswordReset(ctx echo.Context) error
	// Get your verified Email-Address.
	// (GET /v2/users/self/credentials/email)
	UserGetOwnEmail(ctx echo.Context) error
	// Change your Email-Address.
	// (PUT /v2/users/self/credentials/email)
	UserChangeEmail(ctx echo.Context) error
	// Resend the Email-Address verification email.
	// (POST /v2/users/self/credentials/email/actions/resend-email)
	UserResendVerificationEmail(ctx echo.Context) error
	// Verify an added Email-Address.
	// (POST /v2/users/self/credentials/email/actions/verify-email)
	UserVerifyEmail(ctx echo.Context) error
	// Initialize Multi Factor Authentication. If successful, it needs to be confirmed, before usage of mfa.
	// (POST /v2/users/self/credentials/init-mfa)
	UserInitMfa(ctx echo.Context) error
	// Disable Multi Factor Authentication.
	// (DELETE /v2/users/self/credentials/mfa)
	UserDisableMfa(ctx echo.Context) error
	// Get your current multi factor auth status.
	// (GET /v2/users/self/credentials/mfa)
	UserGetMfaStatus(ctx echo.Context) error
	// Confirm Multi Factor Authentication.
	// (POST /v2/users/self/credentials/mfa)
	UserConfirmMfa(ctx echo.Context) error
	// Reset RecoveryCodes for MFA.
	// (PUT /v2/users/self/credentials/mfa)
	UserResetRecoverycodes(ctx echo.Context) error
	// Change your password.
	// (PUT /v2/users/self/credentials/password)
	UserChangePassword(ctx echo.Context) error
	// The timestamp of your latest password change.
	// (GET /v2/users/self/credentials/password-updated-at)
	UserGetPasswordUpdatedAt(ctx echo.Context) error
	// Confirm password reset.
	// (POST /v2/users/self/credentials/password/confirm-reset)
	UserConfirmPasswordReset(ctx echo.Context) error
	// Request a support code.
	// (GET /v2/users/self/credentials/support-code)
	UserSupportCodeRequest(ctx echo.Context, params UserSupportCodeRequestParams) error
	// Check token for validity.
	// (POST /v2/users/self/credentials/token)
	UserCheckToken(ctx echo.Context) error
	// Submit your user feedback.
	// (POST /v2/users/self/feedback)
	UserCreateFeedback(ctx echo.Context) error
	// Create a new issue.
	// (POST /v2/users/self/issues)
	DeprecatedUserCreateIssue(ctx echo.Context) error
	// Get your account information.
	// (GET /v2/users/self/personal-information)
	UserGetOwnAccount(ctx echo.Context) error
	// Update your account information.
	// (PUT /v2/users/self/personal-information)
	UserUpdateAccount(ctx echo.Context) error
	// Terminate all sessions, except the current session.
	// (DELETE /v2/users/self/sessions)
	UserTerminateAllSessions(ctx echo.Context) error
	// List all sessions.
	// (GET /v2/users/self/sessions)
	UserListSessions(ctx echo.Context) error
	// Terminate a specific Session.
	// (DELETE /v2/users/self/sessions/{tokenId})
	UserTerminateSession(ctx echo.Context, tokenId string) error
	// Get a specific session.
	// (GET /v2/users/self/sessions/{tokenId})
	UserGetSession(ctx echo.Context, tokenId string) error
	// Get your stored ssh-keys.
	// (GET /v2/users/self/ssh-keys)
	UserListSshKeys(ctx echo.Context) error
	// Store a new ssh-key.
	// (POST /v2/users/self/ssh-keys)
	UserCreateSshKey(ctx echo.Context) error
	// Remove a ssh-key.
	// (DELETE /v2/users/self/ssh-keys/{sshKeyId})
	UserDeleteSshKey(ctx echo.Context, sshKeyId openapi_types.UUID) error
	// Get a specific stored ssh-key.
	// (GET /v2/users/self/ssh-keys/{sshKeyId})
	UserGetSshKey(ctx echo.Context, sshKeyId openapi_types.UUID) error
	// Edit a stored ssh-key.
	// (PUT /v2/users/self/ssh-keys/{sshKeyId})
	UserEditSshKey(ctx echo.Context, sshKeyId openapi_types.UUID) error
	// Create an access token retrieval key to acquire an access token for your user.
	// (POST /v2/users/self/token-retrieval-key)
	UserCreateAccessTokenRetrievalKey(ctx echo.Context) error
	// Get profile information for a user.
	// (GET /v2/users/{userId})
	UserGetUser(ctx echo.Context, userId struct {
		// contains filtered or unexported fields
	}) error
	// Change personal information.
	// (PUT /v2/users/{userId})
	UserUpdatePersonalInformation(ctx echo.Context, userId struct {
		// contains filtered or unexported fields
	}) error
	// Verify phone number.
	// (POST /v2/users/{userId}/actions/verify-phone)
	UserVerifyPhoneNumber(ctx echo.Context, userId struct {
		// contains filtered or unexported fields
	}) error
	// Remove Avatar.
	// (DELETE /v2/users/{userId}/avatar)
	UserRemoveAvatar(ctx echo.Context, userId struct {
		// contains filtered or unexported fields
	}) error
	// Request a new avatar image upload.
	// (POST /v2/users/{userId}/avatar)
	UserRequestAvatarUpload(ctx echo.Context, userId struct {
		// contains filtered or unexported fields
	}) error
	// Submitted feedback of the given user.
	// (GET /v2/users/{userId}/feedback)
	UserListFeedback(ctx echo.Context, userId struct {
		// contains filtered or unexported fields
	}, params UserListFeedbackParams) error
	// Remove phone number.
	// (DELETE /v2/users/{userId}/phone)
	UserRemovePhoneNumber(ctx echo.Context, userId struct {
		// contains filtered or unexported fields
	}) error
	// Add phone number and start verification process.
	// (POST /v2/users/{userId}/phone)
	UserAddPhoneNumber(ctx echo.Context, userId struct {
		// contains filtered or unexported fields
	}) error
	// Verify phone number.
	// (POST /v2/users/{userId}/phone/verify)
	PostV2UsersUserIdPhoneVerify(ctx echo.Context, userId struct {
		// contains filtered or unexported fields
	}) error
	// Get personalized settings.
	// (GET /v2/users/{userId}/settings)
	UserGetPersonalizedSettings(ctx echo.Context, userId struct {
		// contains filtered or unexported fields
	}) error
	// Update personalized GUI settings.
	// (PUT /v2/users/{userId}/settings)
	UserUpdatePersonalizedSettings(ctx echo.Context, userId struct {
		// contains filtered or unexported fields
	}) error
	// Verify your registration.
	// (POST /v2/verify-registration)
	UserVerifyRegistration(ctx echo.Context) error
	// Get the public key to verify the webhook signature.
	// (GET /v2/webhook-public-keys/{serial})
	ExtensionGetPublicKey(ctx echo.Context, serial string) error
}

ServerInterface represents all server handlers.

type ServerInterfaceWrapper

type ServerInterfaceWrapper struct {
	Handler ServerInterface
}

ServerInterfaceWrapper converts echo contexts to parameters.

func (*ServerInterfaceWrapper) AppExecuteAction

func (w *ServerInterfaceWrapper) AppExecuteAction(ctx echo.Context) error

AppExecuteAction converts echo context to params.

func (*ServerInterfaceWrapper) AppGetApp

func (w *ServerInterfaceWrapper) AppGetApp(ctx echo.Context) error

AppGetApp converts echo context to params.

func (*ServerInterfaceWrapper) AppGetAppinstallation

func (w *ServerInterfaceWrapper) AppGetAppinstallation(ctx echo.Context) error

AppGetAppinstallation converts echo context to params.

func (*ServerInterfaceWrapper) AppGetAppversion

func (w *ServerInterfaceWrapper) AppGetAppversion(ctx echo.Context) error

AppGetAppversion converts echo context to params.

func (*ServerInterfaceWrapper) AppGetInstalledSystemsoftwareForAppinstallation

func (w *ServerInterfaceWrapper) AppGetInstalledSystemsoftwareForAppinstallation(ctx echo.Context) error

AppGetInstalledSystemsoftwareForAppinstallation converts echo context to params.

func (*ServerInterfaceWrapper) AppGetMissingDependenciesForAppinstallation

func (w *ServerInterfaceWrapper) AppGetMissingDependenciesForAppinstallation(ctx echo.Context) error

AppGetMissingDependenciesForAppinstallation converts echo context to params.

func (*ServerInterfaceWrapper) AppGetSystemsoftware

func (w *ServerInterfaceWrapper) AppGetSystemsoftware(ctx echo.Context) error

AppGetSystemsoftware converts echo context to params.

func (*ServerInterfaceWrapper) AppGetSystemsoftwareversion

func (w *ServerInterfaceWrapper) AppGetSystemsoftwareversion(ctx echo.Context) error

AppGetSystemsoftwareversion converts echo context to params.

func (*ServerInterfaceWrapper) AppLinkDatabase

func (w *ServerInterfaceWrapper) AppLinkDatabase(ctx echo.Context) error

AppLinkDatabase converts echo context to params.

func (*ServerInterfaceWrapper) AppListAppinstallations

func (w *ServerInterfaceWrapper) AppListAppinstallations(ctx echo.Context) error

AppListAppinstallations converts echo context to params.

func (*ServerInterfaceWrapper) AppListApps

func (w *ServerInterfaceWrapper) AppListApps(ctx echo.Context) error

AppListApps converts echo context to params.

func (*ServerInterfaceWrapper) AppListAppversions

func (w *ServerInterfaceWrapper) AppListAppversions(ctx echo.Context) error

AppListAppversions converts echo context to params.

func (*ServerInterfaceWrapper) AppListSystemsoftwares

func (w *ServerInterfaceWrapper) AppListSystemsoftwares(ctx echo.Context) error

AppListSystemsoftwares converts echo context to params.

func (*ServerInterfaceWrapper) AppListSystemsoftwareversions

func (w *ServerInterfaceWrapper) AppListSystemsoftwareversions(ctx echo.Context) error

AppListSystemsoftwareversions converts echo context to params.

func (*ServerInterfaceWrapper) AppListUpdateCandidatesForAppversion

func (w *ServerInterfaceWrapper) AppListUpdateCandidatesForAppversion(ctx echo.Context) error

AppListUpdateCandidatesForAppversion converts echo context to params.

func (*ServerInterfaceWrapper) AppPatchAppinstallation

func (w *ServerInterfaceWrapper) AppPatchAppinstallation(ctx echo.Context) error

AppPatchAppinstallation converts echo context to params.

func (*ServerInterfaceWrapper) AppRequestAppinstallation

func (w *ServerInterfaceWrapper) AppRequestAppinstallation(ctx echo.Context) error

AppRequestAppinstallation converts echo context to params.

func (*ServerInterfaceWrapper) AppRequestAppinstallationCopy

func (w *ServerInterfaceWrapper) AppRequestAppinstallationCopy(ctx echo.Context) error

AppRequestAppinstallationCopy converts echo context to params.

func (*ServerInterfaceWrapper) AppRetrieveStatus

func (w *ServerInterfaceWrapper) AppRetrieveStatus(ctx echo.Context) error

AppRetrieveStatus converts echo context to params.

func (*ServerInterfaceWrapper) AppSetDatabaseUsers

func (w *ServerInterfaceWrapper) AppSetDatabaseUsers(ctx echo.Context) error

AppSetDatabaseUsers converts echo context to params.

func (*ServerInterfaceWrapper) AppUninstallAppinstallation

func (w *ServerInterfaceWrapper) AppUninstallAppinstallation(ctx echo.Context) error

AppUninstallAppinstallation converts echo context to params.

func (*ServerInterfaceWrapper) AppUnlinkDatabase

func (w *ServerInterfaceWrapper) AppUnlinkDatabase(ctx echo.Context) error

AppUnlinkDatabase converts echo context to params.

func (*ServerInterfaceWrapper) ArticleGetArticle

func (w *ServerInterfaceWrapper) ArticleGetArticle(ctx echo.Context) error

ArticleGetArticle converts echo context to params.

func (*ServerInterfaceWrapper) ArticleListArticles

func (w *ServerInterfaceWrapper) ArticleListArticles(ctx echo.Context) error

ArticleListArticles converts echo context to params.

func (*ServerInterfaceWrapper) BackupCreateProjectBackup

func (w *ServerInterfaceWrapper) BackupCreateProjectBackup(ctx echo.Context) error

BackupCreateProjectBackup converts echo context to params.

func (*ServerInterfaceWrapper) BackupCreateProjectBackupExport

func (w *ServerInterfaceWrapper) BackupCreateProjectBackupExport(ctx echo.Context) error

BackupCreateProjectBackupExport converts echo context to params.

func (*ServerInterfaceWrapper) BackupCreateProjectBackupSchedule

func (w *ServerInterfaceWrapper) BackupCreateProjectBackupSchedule(ctx echo.Context) error

BackupCreateProjectBackupSchedule converts echo context to params.

func (*ServerInterfaceWrapper) BackupDeleteProjectBackup

func (w *ServerInterfaceWrapper) BackupDeleteProjectBackup(ctx echo.Context) error

BackupDeleteProjectBackup converts echo context to params.

func (*ServerInterfaceWrapper) BackupDeleteProjectBackupExport

func (w *ServerInterfaceWrapper) BackupDeleteProjectBackupExport(ctx echo.Context) error

BackupDeleteProjectBackupExport converts echo context to params.

func (*ServerInterfaceWrapper) BackupDeleteProjectBackupSchedule

func (w *ServerInterfaceWrapper) BackupDeleteProjectBackupSchedule(ctx echo.Context) error

BackupDeleteProjectBackupSchedule converts echo context to params.

func (*ServerInterfaceWrapper) BackupGetProjectBackup

func (w *ServerInterfaceWrapper) BackupGetProjectBackup(ctx echo.Context) error

BackupGetProjectBackup converts echo context to params.

func (*ServerInterfaceWrapper) BackupGetProjectBackupSchedule

func (w *ServerInterfaceWrapper) BackupGetProjectBackupSchedule(ctx echo.Context) error

BackupGetProjectBackupSchedule converts echo context to params.

func (*ServerInterfaceWrapper) BackupListProjectBackupSchedules

func (w *ServerInterfaceWrapper) BackupListProjectBackupSchedules(ctx echo.Context) error

BackupListProjectBackupSchedules converts echo context to params.

func (*ServerInterfaceWrapper) BackupListProjectBackups

func (w *ServerInterfaceWrapper) BackupListProjectBackups(ctx echo.Context) error

BackupListProjectBackups converts echo context to params.

func (*ServerInterfaceWrapper) BackupUpdateProjectBackupDescription

func (w *ServerInterfaceWrapper) BackupUpdateProjectBackupDescription(ctx echo.Context) error

BackupUpdateProjectBackupDescription converts echo context to params.

func (*ServerInterfaceWrapper) BackupUpdateProjectBackupSchedule

func (w *ServerInterfaceWrapper) BackupUpdateProjectBackupSchedule(ctx echo.Context) error

BackupUpdateProjectBackupSchedule converts echo context to params.

func (*ServerInterfaceWrapper) ContractCancelContractItemTermination

func (w *ServerInterfaceWrapper) ContractCancelContractItemTermination(ctx echo.Context) error

ContractCancelContractItemTermination converts echo context to params.

func (*ServerInterfaceWrapper) ContractCancelContractTariffChange

func (w *ServerInterfaceWrapper) ContractCancelContractTariffChange(ctx echo.Context) error

ContractCancelContractTariffChange converts echo context to params.

func (*ServerInterfaceWrapper) ContractCancelContractTermination

func (w *ServerInterfaceWrapper) ContractCancelContractTermination(ctx echo.Context) error

ContractCancelContractTermination converts echo context to params.

func (*ServerInterfaceWrapper) ContractGetBaseItemOfContract

func (w *ServerInterfaceWrapper) ContractGetBaseItemOfContract(ctx echo.Context) error

ContractGetBaseItemOfContract converts echo context to params.

func (*ServerInterfaceWrapper) ContractGetDetailOfContract

func (w *ServerInterfaceWrapper) ContractGetDetailOfContract(ctx echo.Context) error

ContractGetDetailOfContract converts echo context to params.

func (*ServerInterfaceWrapper) ContractGetDetailOfContractByDomain

func (w *ServerInterfaceWrapper) ContractGetDetailOfContractByDomain(ctx echo.Context) error

ContractGetDetailOfContractByDomain converts echo context to params.

func (*ServerInterfaceWrapper) ContractGetDetailOfContractByProject

func (w *ServerInterfaceWrapper) ContractGetDetailOfContractByProject(ctx echo.Context) error

ContractGetDetailOfContractByProject converts echo context to params.

func (*ServerInterfaceWrapper) ContractGetDetailOfContractByServer

func (w *ServerInterfaceWrapper) ContractGetDetailOfContractByServer(ctx echo.Context) error

ContractGetDetailOfContractByServer converts echo context to params.

func (*ServerInterfaceWrapper) ContractGetDetailOfContractItem

func (w *ServerInterfaceWrapper) ContractGetDetailOfContractItem(ctx echo.Context) error

ContractGetDetailOfContractItem converts echo context to params.

func (*ServerInterfaceWrapper) ContractGetNextTerminationDateForItem

func (w *ServerInterfaceWrapper) ContractGetNextTerminationDateForItem(ctx echo.Context) error

ContractGetNextTerminationDateForItem converts echo context to params.

func (*ServerInterfaceWrapper) ContractListContracts

func (w *ServerInterfaceWrapper) ContractListContracts(ctx echo.Context) error

ContractListContracts converts echo context to params.

func (*ServerInterfaceWrapper) ContractTerminateContract

func (w *ServerInterfaceWrapper) ContractTerminateContract(ctx echo.Context) error

ContractTerminateContract converts echo context to params.

func (*ServerInterfaceWrapper) ContractTerminateContractItem

func (w *ServerInterfaceWrapper) ContractTerminateContractItem(ctx echo.Context) error

ContractTerminateContractItem converts echo context to params.

func (*ServerInterfaceWrapper) ConversationCreateConversation

func (w *ServerInterfaceWrapper) ConversationCreateConversation(ctx echo.Context) error

ConversationCreateConversation converts echo context to params.

func (*ServerInterfaceWrapper) ConversationCreateMessage

func (w *ServerInterfaceWrapper) ConversationCreateMessage(ctx echo.Context) error

ConversationCreateMessage converts echo context to params.

func (*ServerInterfaceWrapper) ConversationGetCategory

func (w *ServerInterfaceWrapper) ConversationGetCategory(ctx echo.Context) error

ConversationGetCategory converts echo context to params.

func (*ServerInterfaceWrapper) ConversationGetConversation

func (w *ServerInterfaceWrapper) ConversationGetConversation(ctx echo.Context) error

ConversationGetConversation converts echo context to params.

func (*ServerInterfaceWrapper) ConversationGetConversationMembers

func (w *ServerInterfaceWrapper) ConversationGetConversationMembers(ctx echo.Context) error

ConversationGetConversationMembers converts echo context to params.

func (*ServerInterfaceWrapper) ConversationGetFileAccessToken

func (w *ServerInterfaceWrapper) ConversationGetFileAccessToken(ctx echo.Context) error

ConversationGetFileAccessToken converts echo context to params.

func (*ServerInterfaceWrapper) ConversationListCategories

func (w *ServerInterfaceWrapper) ConversationListCategories(ctx echo.Context) error

ConversationListCategories converts echo context to params.

func (*ServerInterfaceWrapper) ConversationListConversations

func (w *ServerInterfaceWrapper) ConversationListConversations(ctx echo.Context) error

ConversationListConversations converts echo context to params.

func (*ServerInterfaceWrapper) ConversationListMessagesByConversation

func (w *ServerInterfaceWrapper) ConversationListMessagesByConversation(ctx echo.Context) error

ConversationListMessagesByConversation converts echo context to params.

func (*ServerInterfaceWrapper) ConversationRequestFileUpload

func (w *ServerInterfaceWrapper) ConversationRequestFileUpload(ctx echo.Context) error

ConversationRequestFileUpload converts echo context to params.

func (*ServerInterfaceWrapper) ConversationSetConversationStatus

func (w *ServerInterfaceWrapper) ConversationSetConversationStatus(ctx echo.Context) error

ConversationSetConversationStatus converts echo context to params.

func (*ServerInterfaceWrapper) ConversationUpdateConversation

func (w *ServerInterfaceWrapper) ConversationUpdateConversation(ctx echo.Context) error

ConversationUpdateConversation converts echo context to params.

func (*ServerInterfaceWrapper) ConversationUpdateMessage

func (w *ServerInterfaceWrapper) ConversationUpdateMessage(ctx echo.Context) error

ConversationUpdateMessage converts echo context to params.

func (*ServerInterfaceWrapper) CronjobAbortExecution

func (w *ServerInterfaceWrapper) CronjobAbortExecution(ctx echo.Context) error

CronjobAbortExecution converts echo context to params.

func (*ServerInterfaceWrapper) CronjobCreateCronjob

func (w *ServerInterfaceWrapper) CronjobCreateCronjob(ctx echo.Context) error

CronjobCreateCronjob converts echo context to params.

func (*ServerInterfaceWrapper) CronjobCreateExecution

func (w *ServerInterfaceWrapper) CronjobCreateExecution(ctx echo.Context) error

CronjobCreateExecution converts echo context to params.

func (*ServerInterfaceWrapper) CronjobDeleteCronjob

func (w *ServerInterfaceWrapper) CronjobDeleteCronjob(ctx echo.Context) error

CronjobDeleteCronjob converts echo context to params.

func (*ServerInterfaceWrapper) CronjobGetCronjob

func (w *ServerInterfaceWrapper) CronjobGetCronjob(ctx echo.Context) error

CronjobGetCronjob converts echo context to params.

func (*ServerInterfaceWrapper) CronjobGetExecution

func (w *ServerInterfaceWrapper) CronjobGetExecution(ctx echo.Context) error

CronjobGetExecution converts echo context to params.

func (*ServerInterfaceWrapper) CronjobListCronjobs

func (w *ServerInterfaceWrapper) CronjobListCronjobs(ctx echo.Context) error

CronjobListCronjobs converts echo context to params.

func (*ServerInterfaceWrapper) CronjobListExecutions

func (w *ServerInterfaceWrapper) CronjobListExecutions(ctx echo.Context) error

CronjobListExecutions converts echo context to params.

func (*ServerInterfaceWrapper) CronjobUpdateCronjob

func (w *ServerInterfaceWrapper) CronjobUpdateCronjob(ctx echo.Context) error

CronjobUpdateCronjob converts echo context to params.

func (*ServerInterfaceWrapper) CronjobUpdateCronjobAppId

func (w *ServerInterfaceWrapper) CronjobUpdateCronjobAppId(ctx echo.Context) error

CronjobUpdateCronjobAppId converts echo context to params.

func (*ServerInterfaceWrapper) CustomerAcceptCustomerInvite

func (w *ServerInterfaceWrapper) CustomerAcceptCustomerInvite(ctx echo.Context) error

CustomerAcceptCustomerInvite converts echo context to params.

func (*ServerInterfaceWrapper) CustomerCreateCategory

func (w *ServerInterfaceWrapper) CustomerCreateCategory(ctx echo.Context) error

CustomerCreateCategory converts echo context to params.

func (*ServerInterfaceWrapper) CustomerCreateCustomer

func (w *ServerInterfaceWrapper) CustomerCreateCustomer(ctx echo.Context) error

CustomerCreateCustomer converts echo context to params.

func (*ServerInterfaceWrapper) CustomerCreateCustomerInvite

func (w *ServerInterfaceWrapper) CustomerCreateCustomerInvite(ctx echo.Context) error

CustomerCreateCustomerInvite converts echo context to params.

func (*ServerInterfaceWrapper) CustomerDeclineCustomerInvite

func (w *ServerInterfaceWrapper) CustomerDeclineCustomerInvite(ctx echo.Context) error

CustomerDeclineCustomerInvite converts echo context to params.

func (*ServerInterfaceWrapper) CustomerDeleteCategory

func (w *ServerInterfaceWrapper) CustomerDeleteCategory(ctx echo.Context) error

CustomerDeleteCategory converts echo context to params.

func (*ServerInterfaceWrapper) CustomerDeleteCustomer

func (w *ServerInterfaceWrapper) CustomerDeleteCustomer(ctx echo.Context) error

CustomerDeleteCustomer converts echo context to params.

func (*ServerInterfaceWrapper) CustomerDeleteCustomerInvite

func (w *ServerInterfaceWrapper) CustomerDeleteCustomerInvite(ctx echo.Context) error

CustomerDeleteCustomerInvite converts echo context to params.

func (*ServerInterfaceWrapper) CustomerDeleteCustomerMembership

func (w *ServerInterfaceWrapper) CustomerDeleteCustomerMembership(ctx echo.Context) error

CustomerDeleteCustomerMembership converts echo context to params.

func (*ServerInterfaceWrapper) CustomerGetCustomer

func (w *ServerInterfaceWrapper) CustomerGetCustomer(ctx echo.Context) error

CustomerGetCustomer converts echo context to params.

func (*ServerInterfaceWrapper) CustomerGetCustomerCategory

func (w *ServerInterfaceWrapper) CustomerGetCustomerCategory(ctx echo.Context) error

CustomerGetCustomerCategory converts echo context to params.

func (*ServerInterfaceWrapper) CustomerGetCustomerInvite

func (w *ServerInterfaceWrapper) CustomerGetCustomerInvite(ctx echo.Context) error

CustomerGetCustomerInvite converts echo context to params.

func (*ServerInterfaceWrapper) CustomerGetCustomerMembership

func (w *ServerInterfaceWrapper) CustomerGetCustomerMembership(ctx echo.Context) error

CustomerGetCustomerMembership converts echo context to params.

func (*ServerInterfaceWrapper) CustomerGetCustomerTokenInvite

func (w *ServerInterfaceWrapper) CustomerGetCustomerTokenInvite(ctx echo.Context) error

CustomerGetCustomerTokenInvite converts echo context to params.

func (*ServerInterfaceWrapper) CustomerIsCustomerLegallyCompetent

func (w *ServerInterfaceWrapper) CustomerIsCustomerLegallyCompetent(ctx echo.Context) error

CustomerIsCustomerLegallyCompetent converts echo context to params.

func (*ServerInterfaceWrapper) CustomerLeaveCustomer

func (w *ServerInterfaceWrapper) CustomerLeaveCustomer(ctx echo.Context) error

CustomerLeaveCustomer converts echo context to params.

func (*ServerInterfaceWrapper) CustomerListCustomerInvites

func (w *ServerInterfaceWrapper) CustomerListCustomerInvites(ctx echo.Context) error

CustomerListCustomerInvites converts echo context to params.

func (*ServerInterfaceWrapper) CustomerListCustomerMemberships

func (w *ServerInterfaceWrapper) CustomerListCustomerMemberships(ctx echo.Context) error

CustomerListCustomerMemberships converts echo context to params.

func (*ServerInterfaceWrapper) CustomerListCustomers

func (w *ServerInterfaceWrapper) CustomerListCustomers(ctx echo.Context) error

CustomerListCustomers converts echo context to params.

func (*ServerInterfaceWrapper) CustomerListInvitesForCustomer

func (w *ServerInterfaceWrapper) CustomerListInvitesForCustomer(ctx echo.Context) error

CustomerListInvitesForCustomer converts echo context to params.

func (*ServerInterfaceWrapper) CustomerListMembershipsForCustomer

func (w *ServerInterfaceWrapper) CustomerListMembershipsForCustomer(ctx echo.Context) error

CustomerListMembershipsForCustomer converts echo context to params.

func (*ServerInterfaceWrapper) CustomerListOfCustomerCategories

func (w *ServerInterfaceWrapper) CustomerListOfCustomerCategories(ctx echo.Context) error

CustomerListOfCustomerCategories converts echo context to params.

func (*ServerInterfaceWrapper) CustomerRemoveAvatar

func (w *ServerInterfaceWrapper) CustomerRemoveAvatar(ctx echo.Context) error

CustomerRemoveAvatar converts echo context to params.

func (*ServerInterfaceWrapper) CustomerRequestAvatarUpload

func (w *ServerInterfaceWrapper) CustomerRequestAvatarUpload(ctx echo.Context) error

CustomerRequestAvatarUpload converts echo context to params.

func (*ServerInterfaceWrapper) CustomerResendCustomerInviteMail

func (w *ServerInterfaceWrapper) CustomerResendCustomerInviteMail(ctx echo.Context) error

CustomerResendCustomerInviteMail converts echo context to params.

func (*ServerInterfaceWrapper) CustomerUpdateCategory

func (w *ServerInterfaceWrapper) CustomerUpdateCategory(ctx echo.Context) error

CustomerUpdateCategory converts echo context to params.

func (*ServerInterfaceWrapper) CustomerUpdateCustomer

func (w *ServerInterfaceWrapper) CustomerUpdateCustomer(ctx echo.Context) error

CustomerUpdateCustomer converts echo context to params.

func (*ServerInterfaceWrapper) CustomerUpdateCustomerMembership

func (w *ServerInterfaceWrapper) CustomerUpdateCustomerMembership(ctx echo.Context) error

CustomerUpdateCustomerMembership converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseCreateMysqlDatabase

func (w *ServerInterfaceWrapper) DatabaseCreateMysqlDatabase(ctx echo.Context) error

DatabaseCreateMysqlDatabase converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseCreateMysqlUser

func (w *ServerInterfaceWrapper) DatabaseCreateMysqlUser(ctx echo.Context) error

DatabaseCreateMysqlUser converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseCreateRedisDatabase

func (w *ServerInterfaceWrapper) DatabaseCreateRedisDatabase(ctx echo.Context) error

DatabaseCreateRedisDatabase converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseDeleteMysqlDatabase

func (w *ServerInterfaceWrapper) DatabaseDeleteMysqlDatabase(ctx echo.Context) error

DatabaseDeleteMysqlDatabase converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseDeleteMysqlUser

func (w *ServerInterfaceWrapper) DatabaseDeleteMysqlUser(ctx echo.Context) error

DatabaseDeleteMysqlUser converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseDeleteRedisDatabase

func (w *ServerInterfaceWrapper) DatabaseDeleteRedisDatabase(ctx echo.Context) error

DatabaseDeleteRedisDatabase converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseDisableMysqlUser

func (w *ServerInterfaceWrapper) DatabaseDisableMysqlUser(ctx echo.Context) error

DatabaseDisableMysqlUser converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseEnableMysqlUser

func (w *ServerInterfaceWrapper) DatabaseEnableMysqlUser(ctx echo.Context) error

DatabaseEnableMysqlUser converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseGetMysqlDatabase

func (w *ServerInterfaceWrapper) DatabaseGetMysqlDatabase(ctx echo.Context) error

DatabaseGetMysqlDatabase converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseGetMysqlUser

func (w *ServerInterfaceWrapper) DatabaseGetMysqlUser(ctx echo.Context) error

DatabaseGetMysqlUser converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseGetMysqlUserPhpMyAdminUrl

func (w *ServerInterfaceWrapper) DatabaseGetMysqlUserPhpMyAdminUrl(ctx echo.Context) error

DatabaseGetMysqlUserPhpMyAdminUrl converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseGetRedisDatabase

func (w *ServerInterfaceWrapper) DatabaseGetRedisDatabase(ctx echo.Context) error

DatabaseGetRedisDatabase converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseListMysqlCharsets

func (w *ServerInterfaceWrapper) DatabaseListMysqlCharsets(ctx echo.Context) error

DatabaseListMysqlCharsets converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseListMysqlDatabases

func (w *ServerInterfaceWrapper) DatabaseListMysqlDatabases(ctx echo.Context) error

DatabaseListMysqlDatabases converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseListMysqlUsers

func (w *ServerInterfaceWrapper) DatabaseListMysqlUsers(ctx echo.Context) error

DatabaseListMysqlUsers converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseListMysqlVersions

func (w *ServerInterfaceWrapper) DatabaseListMysqlVersions(ctx echo.Context) error

DatabaseListMysqlVersions converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseListRedisDatabases

func (w *ServerInterfaceWrapper) DatabaseListRedisDatabases(ctx echo.Context) error

DatabaseListRedisDatabases converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseListRedisVersions

func (w *ServerInterfaceWrapper) DatabaseListRedisVersions(ctx echo.Context) error

DatabaseListRedisVersions converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseUpdateMysqlDatabaseDefaultCharset

func (w *ServerInterfaceWrapper) DatabaseUpdateMysqlDatabaseDefaultCharset(ctx echo.Context) error

DatabaseUpdateMysqlDatabaseDefaultCharset converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseUpdateMysqlDatabaseDescription

func (w *ServerInterfaceWrapper) DatabaseUpdateMysqlDatabaseDescription(ctx echo.Context) error

DatabaseUpdateMysqlDatabaseDescription converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseUpdateMysqlUser

func (w *ServerInterfaceWrapper) DatabaseUpdateMysqlUser(ctx echo.Context) error

DatabaseUpdateMysqlUser converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseUpdateMysqlUserPassword

func (w *ServerInterfaceWrapper) DatabaseUpdateMysqlUserPassword(ctx echo.Context) error

DatabaseUpdateMysqlUserPassword converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseUpdateRedisDatabaseConfiguration

func (w *ServerInterfaceWrapper) DatabaseUpdateRedisDatabaseConfiguration(ctx echo.Context) error

DatabaseUpdateRedisDatabaseConfiguration converts echo context to params.

func (*ServerInterfaceWrapper) DatabaseUpdateRedisDatabaseDescription

func (w *ServerInterfaceWrapper) DatabaseUpdateRedisDatabaseDescription(ctx echo.Context) error

DatabaseUpdateRedisDatabaseDescription converts echo context to params.

func (*ServerInterfaceWrapper) DeleteV2AppinstallationsAppInstallationId

func (w *ServerInterfaceWrapper) DeleteV2AppinstallationsAppInstallationId(ctx echo.Context) error

DeleteV2AppinstallationsAppInstallationId converts echo context to params.

func (*ServerInterfaceWrapper) DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseId

func (w *ServerInterfaceWrapper) DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseId(ctx echo.Context) error

DeleteV2AppinstallationsAppInstallationIdDatabasesDatabaseId converts echo context to params.

func (*ServerInterfaceWrapper) DeleteV2DeliveryboxesDeliveryBoxId

func (w *ServerInterfaceWrapper) DeleteV2DeliveryboxesDeliveryBoxId(ctx echo.Context) error

DeleteV2DeliveryboxesDeliveryBoxId converts echo context to params.

func (*ServerInterfaceWrapper) DeleteV2DnsZonesDnsZoneId

func (w *ServerInterfaceWrapper) DeleteV2DnsZonesDnsZoneId(ctx echo.Context) error

DeleteV2DnsZonesDnsZoneId converts echo context to params.

func (*ServerInterfaceWrapper) DeleteV2DomainsDomainIdDeclarations

func (w *ServerInterfaceWrapper) DeleteV2DomainsDomainIdDeclarations(ctx echo.Context) error

DeleteV2DomainsDomainIdDeclarations converts echo context to params.

func (*ServerInterfaceWrapper) DeleteV2MailaddressesMailAddressId

func (w *ServerInterfaceWrapper) DeleteV2MailaddressesMailAddressId(ctx echo.Context) error

DeleteV2MailaddressesMailAddressId converts echo context to params.

func (*ServerInterfaceWrapper) DeleteV2SignupProfile

func (w *ServerInterfaceWrapper) DeleteV2SignupProfile(ctx echo.Context) error

DeleteV2SignupProfile converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedAppLinkDatabase

func (w *ServerInterfaceWrapper) DeprecatedAppLinkDatabase(ctx echo.Context) error

DeprecatedAppLinkDatabase converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedDomainGetScreenshotForDomain

func (w *ServerInterfaceWrapper) DeprecatedDomainGetScreenshotForDomain(ctx echo.Context) error

DeprecatedDomainGetScreenshotForDomain converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedFileGetFileTokenRules

func (w *ServerInterfaceWrapper) DeprecatedFileGetFileTokenRules(ctx echo.Context) error

DeprecatedFileGetFileTokenRules converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedFileGetFileTypeRules

func (w *ServerInterfaceWrapper) DeprecatedFileGetFileTypeRules(ctx echo.Context) error

DeprecatedFileGetFileTypeRules converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedInvoiceDetailOfInvoice

func (w *ServerInterfaceWrapper) DeprecatedInvoiceDetailOfInvoice(ctx echo.Context) error

DeprecatedInvoiceDetailOfInvoice converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserChangeEmail

func (w *ServerInterfaceWrapper) DeprecatedUserChangeEmail(ctx echo.Context) error

DeprecatedUserChangeEmail converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserConfirmPasswordReset

func (w *ServerInterfaceWrapper) DeprecatedUserConfirmPasswordReset(ctx echo.Context) error

DeprecatedUserConfirmPasswordReset converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserCreateIssue

func (w *ServerInterfaceWrapper) DeprecatedUserCreateIssue(ctx echo.Context) error

DeprecatedUserCreateIssue converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserDeleteApiToken

func (w *ServerInterfaceWrapper) DeprecatedUserDeleteApiToken(ctx echo.Context) error

DeprecatedUserDeleteApiToken converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserDeleteSshKey

func (w *ServerInterfaceWrapper) DeprecatedUserDeleteSshKey(ctx echo.Context) error

DeprecatedUserDeleteSshKey converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserDisableMfa

func (w *ServerInterfaceWrapper) DeprecatedUserDisableMfa(ctx echo.Context) error

DeprecatedUserDisableMfa converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserEditApiToken

func (w *ServerInterfaceWrapper) DeprecatedUserEditApiToken(ctx echo.Context) error

DeprecatedUserEditApiToken converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserEditSshKey

func (w *ServerInterfaceWrapper) DeprecatedUserEditSshKey(ctx echo.Context) error

DeprecatedUserEditSshKey converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserInitPasswordReset

func (w *ServerInterfaceWrapper) DeprecatedUserInitPasswordReset(ctx echo.Context) error

DeprecatedUserInitPasswordReset converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserLogout

func (w *ServerInterfaceWrapper) DeprecatedUserLogout(ctx echo.Context) error

DeprecatedUserLogout converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserResendVerificationEmail

func (w *ServerInterfaceWrapper) DeprecatedUserResendVerificationEmail(ctx echo.Context) error

DeprecatedUserResendVerificationEmail converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserServiceAvatarRemove

func (w *ServerInterfaceWrapper) DeprecatedUserServiceAvatarRemove(ctx echo.Context) error

DeprecatedUserServiceAvatarRemove converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserServiceAvatarRequestUpload

func (w *ServerInterfaceWrapper) DeprecatedUserServiceAvatarRequestUpload(ctx echo.Context) error

DeprecatedUserServiceAvatarRequestUpload converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserServiceFeedbackCreate

func (w *ServerInterfaceWrapper) DeprecatedUserServiceFeedbackCreate(ctx echo.Context) error

DeprecatedUserServiceFeedbackCreate converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserServiceFeedbackList

func (w *ServerInterfaceWrapper) DeprecatedUserServiceFeedbackList(ctx echo.Context) error

DeprecatedUserServiceFeedbackList converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserServiceIssueNew

func (w *ServerInterfaceWrapper) DeprecatedUserServiceIssueNew(ctx echo.Context) error

DeprecatedUserServiceIssueNew converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserServicePersonalInformationUpdate

func (w *ServerInterfaceWrapper) DeprecatedUserServicePersonalInformationUpdate(ctx echo.Context) error

DeprecatedUserServicePersonalInformationUpdate converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserServicePersonalizedSettingsGet

func (w *ServerInterfaceWrapper) DeprecatedUserServicePersonalizedSettingsGet(ctx echo.Context) error

DeprecatedUserServicePersonalizedSettingsGet converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserServicePersonalizedSettingsUpdate

func (w *ServerInterfaceWrapper) DeprecatedUserServicePersonalizedSettingsUpdate(ctx echo.Context) error

DeprecatedUserServicePersonalizedSettingsUpdate converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserServicePhoneNumberAdd

func (w *ServerInterfaceWrapper) DeprecatedUserServicePhoneNumberAdd(ctx echo.Context) error

DeprecatedUserServicePhoneNumberAdd converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserServicePhoneNumberRemove

func (w *ServerInterfaceWrapper) DeprecatedUserServicePhoneNumberRemove(ctx echo.Context) error

DeprecatedUserServicePhoneNumberRemove converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserServicePhoneNumberVerify

func (w *ServerInterfaceWrapper) DeprecatedUserServicePhoneNumberVerify(ctx echo.Context) error

DeprecatedUserServicePhoneNumberVerify converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserServiceUserGet

func (w *ServerInterfaceWrapper) DeprecatedUserServiceUserGet(ctx echo.Context) error

DeprecatedUserServiceUserGet converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserServiceUserGetOwn

func (w *ServerInterfaceWrapper) DeprecatedUserServiceUserGetOwn(ctx echo.Context) error

DeprecatedUserServiceUserGetOwn converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserTerminateAllSessions

func (w *ServerInterfaceWrapper) DeprecatedUserTerminateAllSessions(ctx echo.Context) error

DeprecatedUserTerminateAllSessions converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserTerminateSession

func (w *ServerInterfaceWrapper) DeprecatedUserTerminateSession(ctx echo.Context) error

DeprecatedUserTerminateSession converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserUpdateAccount

func (w *ServerInterfaceWrapper) DeprecatedUserUpdateAccount(ctx echo.Context) error

DeprecatedUserUpdateAccount converts echo context to params.

func (*ServerInterfaceWrapper) DeprecatedUserVerifyEmail

func (w *ServerInterfaceWrapper) DeprecatedUserVerifyEmail(ctx echo.Context) error

DeprecatedUserVerifyEmail converts echo context to params.

func (*ServerInterfaceWrapper) DnsCreateDnsZone

func (w *ServerInterfaceWrapper) DnsCreateDnsZone(ctx echo.Context) error

DnsCreateDnsZone converts echo context to params.

func (*ServerInterfaceWrapper) DnsDeleteDnsZone

func (w *ServerInterfaceWrapper) DnsDeleteDnsZone(ctx echo.Context) error

DnsDeleteDnsZone converts echo context to params.

func (*ServerInterfaceWrapper) DnsGetDnsZone

func (w *ServerInterfaceWrapper) DnsGetDnsZone(ctx echo.Context) error

DnsGetDnsZone converts echo context to params.

func (*ServerInterfaceWrapper) DnsListDnsZones

func (w *ServerInterfaceWrapper) DnsListDnsZones(ctx echo.Context) error

DnsListDnsZones converts echo context to params.

func (*ServerInterfaceWrapper) DnsRecordASetCustomDeprecated

func (w *ServerInterfaceWrapper) DnsRecordASetCustomDeprecated(ctx echo.Context) error

DnsRecordASetCustomDeprecated converts echo context to params.

func (*ServerInterfaceWrapper) DnsRecordASetManagedByIngressDeprecated

func (w *ServerInterfaceWrapper) DnsRecordASetManagedByIngressDeprecated(ctx echo.Context) error

DnsRecordASetManagedByIngressDeprecated converts echo context to params.

func (*ServerInterfaceWrapper) DnsRecordCnameSetDeprecated

func (w *ServerInterfaceWrapper) DnsRecordCnameSetDeprecated(ctx echo.Context) error

DnsRecordCnameSetDeprecated converts echo context to params.

func (*ServerInterfaceWrapper) DnsRecordMxSetCustomDeprecated

func (w *ServerInterfaceWrapper) DnsRecordMxSetCustomDeprecated(ctx echo.Context) error

DnsRecordMxSetCustomDeprecated converts echo context to params.

func (*ServerInterfaceWrapper) DnsRecordMxSetManagedDeprecated

func (w *ServerInterfaceWrapper) DnsRecordMxSetManagedDeprecated(ctx echo.Context) error

DnsRecordMxSetManagedDeprecated converts echo context to params.

func (*ServerInterfaceWrapper) DnsRecordSrvSetDeprecated

func (w *ServerInterfaceWrapper) DnsRecordSrvSetDeprecated(ctx echo.Context) error

DnsRecordSrvSetDeprecated converts echo context to params.

func (*ServerInterfaceWrapper) DnsRecordTxtSetDeprecated

func (w *ServerInterfaceWrapper) DnsRecordTxtSetDeprecated(ctx echo.Context) error

DnsRecordTxtSetDeprecated converts echo context to params.

func (*ServerInterfaceWrapper) DnsSetRecordSetManaged

func (w *ServerInterfaceWrapper) DnsSetRecordSetManaged(ctx echo.Context) error

DnsSetRecordSetManaged converts echo context to params.

func (*ServerInterfaceWrapper) DnsUpdateRecordSet

func (w *ServerInterfaceWrapper) DnsUpdateRecordSet(ctx echo.Context) error

DnsUpdateRecordSet converts echo context to params.

func (*ServerInterfaceWrapper) DomainAbortDomainDeclaration

func (w *ServerInterfaceWrapper) DomainAbortDomainDeclaration(ctx echo.Context) error

DomainAbortDomainDeclaration converts echo context to params.

func (*ServerInterfaceWrapper) DomainChangeOwnercOfDomainV2Deprecated

func (w *ServerInterfaceWrapper) DomainChangeOwnercOfDomainV2Deprecated(ctx echo.Context) error

DomainChangeOwnercOfDomainV2Deprecated converts echo context to params.

func (*ServerInterfaceWrapper) DomainChangeProjectOfDomainV2Deprecated

func (w *ServerInterfaceWrapper) DomainChangeProjectOfDomainV2Deprecated(ctx echo.Context) error

DomainChangeProjectOfDomainV2Deprecated converts echo context to params.

func (*ServerInterfaceWrapper) DomainCheckDomainRegistrability

func (w *ServerInterfaceWrapper) DomainCheckDomainRegistrability(ctx echo.Context) error

DomainCheckDomainRegistrability converts echo context to params.

func (*ServerInterfaceWrapper) DomainCheckDomainRegistrabilityV2Deprecated

func (w *ServerInterfaceWrapper) DomainCheckDomainRegistrabilityV2Deprecated(ctx echo.Context) error

DomainCheckDomainRegistrabilityV2Deprecated converts echo context to params.

func (*ServerInterfaceWrapper) DomainCheckDomainTransferability

func (w *ServerInterfaceWrapper) DomainCheckDomainTransferability(ctx echo.Context) error

DomainCheckDomainTransferability converts echo context to params.

func (*ServerInterfaceWrapper) DomainCreateDomainAuthCode

func (w *ServerInterfaceWrapper) DomainCreateDomainAuthCode(ctx echo.Context) error

DomainCreateDomainAuthCode converts echo context to params.

func (*ServerInterfaceWrapper) DomainDeclareNameserversV2Deprecated

func (w *ServerInterfaceWrapper) DomainDeclareNameserversV2Deprecated(ctx echo.Context) error

DomainDeclareNameserversV2Deprecated converts echo context to params.

func (*ServerInterfaceWrapper) DomainDeclareProcessChangeAuthcodeV2Deprecated

func (w *ServerInterfaceWrapper) DomainDeclareProcessChangeAuthcodeV2Deprecated(ctx echo.Context) error

DomainDeclareProcessChangeAuthcodeV2Deprecated converts echo context to params.

func (*ServerInterfaceWrapper) DomainDeclareProcessChangeHandlesV2Deprecated

func (w *ServerInterfaceWrapper) DomainDeclareProcessChangeHandlesV2Deprecated(ctx echo.Context) error

DomainDeclareProcessChangeHandlesV2Deprecated converts echo context to params.

func (*ServerInterfaceWrapper) DomainDeleteDomain

func (w *ServerInterfaceWrapper) DomainDeleteDomain(ctx echo.Context) error

DomainDeleteDomain converts echo context to params.

func (*ServerInterfaceWrapper) DomainGetDomain

func (w *ServerInterfaceWrapper) DomainGetDomain(ctx echo.Context) error

DomainGetDomain converts echo context to params.

func (*ServerInterfaceWrapper) DomainGetHandleFieldsV2Deprecated

func (w *ServerInterfaceWrapper) DomainGetHandleFieldsV2Deprecated(ctx echo.Context) error

DomainGetHandleFieldsV2Deprecated converts echo context to params.

func (*ServerInterfaceWrapper) DomainGetLatestScreenshot

func (w *ServerInterfaceWrapper) DomainGetLatestScreenshot(ctx echo.Context) error

DomainGetLatestScreenshot converts echo context to params.

func (*ServerInterfaceWrapper) DomainListDomains

func (w *ServerInterfaceWrapper) DomainListDomains(ctx echo.Context) error

DomainListDomains converts echo context to params.

func (*ServerInterfaceWrapper) DomainListDomainsV2Deprecated

func (w *ServerInterfaceWrapper) DomainListDomainsV2Deprecated(ctx echo.Context) error

DomainListDomainsV2Deprecated converts echo context to params.

func (*ServerInterfaceWrapper) DomainListTldContactSchemas

func (w *ServerInterfaceWrapper) DomainListTldContactSchemas(ctx echo.Context) error

DomainListTldContactSchemas converts echo context to params.

func (*ServerInterfaceWrapper) DomainListTlds

func (w *ServerInterfaceWrapper) DomainListTlds(ctx echo.Context) error

DomainListTlds converts echo context to params.

func (*ServerInterfaceWrapper) DomainResendDomainEmail

func (w *ServerInterfaceWrapper) DomainResendDomainEmail(ctx echo.Context) error

DomainResendDomainEmail converts echo context to params.

func (*ServerInterfaceWrapper) DomainUpdateDomainAuthCode

func (w *ServerInterfaceWrapper) DomainUpdateDomainAuthCode(ctx echo.Context) error

DomainUpdateDomainAuthCode converts echo context to params.

func (*ServerInterfaceWrapper) DomainUpdateDomainContact

func (w *ServerInterfaceWrapper) DomainUpdateDomainContact(ctx echo.Context) error

DomainUpdateDomainContact converts echo context to params.

func (*ServerInterfaceWrapper) DomainUpdateDomainNameservers

func (w *ServerInterfaceWrapper) DomainUpdateDomainNameservers(ctx echo.Context) error

DomainUpdateDomainNameservers converts echo context to params.

func (*ServerInterfaceWrapper) DomainUpdateDomainProjectId

func (w *ServerInterfaceWrapper) DomainUpdateDomainProjectId(ctx echo.Context) error

DomainUpdateDomainProjectId converts echo context to params.

func (*ServerInterfaceWrapper) ExtensionAuthenticateInstance

func (w *ServerInterfaceWrapper) ExtensionAuthenticateInstance(ctx echo.Context) error

ExtensionAuthenticateInstance converts echo context to params.

func (*ServerInterfaceWrapper) ExtensionConsentToExtensionScopes

func (w *ServerInterfaceWrapper) ExtensionConsentToExtensionScopes(ctx echo.Context) error

ExtensionConsentToExtensionScopes converts echo context to params.

func (*ServerInterfaceWrapper) ExtensionCreateExtensionInstance

func (w *ServerInterfaceWrapper) ExtensionCreateExtensionInstance(ctx echo.Context) error

ExtensionCreateExtensionInstance converts echo context to params.

func (*ServerInterfaceWrapper) ExtensionDeleteExtensionInstance

func (w *ServerInterfaceWrapper) ExtensionDeleteExtensionInstance(ctx echo.Context) error

ExtensionDeleteExtensionInstance converts echo context to params.

func (*ServerInterfaceWrapper) ExtensionDisableExtensionInstance

func (w *ServerInterfaceWrapper) ExtensionDisableExtensionInstance(ctx echo.Context) error

ExtensionDisableExtensionInstance converts echo context to params.

func (*ServerInterfaceWrapper) ExtensionEnableExtensionInstance

func (w *ServerInterfaceWrapper) ExtensionEnableExtensionInstance(ctx echo.Context) error

ExtensionEnableExtensionInstance converts echo context to params.

func (*ServerInterfaceWrapper) ExtensionGetContributor

func (w *ServerInterfaceWrapper) ExtensionGetContributor(ctx echo.Context) error

ExtensionGetContributor converts echo context to params.

func (*ServerInterfaceWrapper) ExtensionGetExtension

func (w *ServerInterfaceWrapper) ExtensionGetExtension(ctx echo.Context) error

ExtensionGetExtension converts echo context to params.

func (*ServerInterfaceWrapper) ExtensionGetExtensionInstance

func (w *ServerInterfaceWrapper) ExtensionGetExtensionInstance(ctx echo.Context) error

ExtensionGetExtensionInstance converts echo context to params.

func (*ServerInterfaceWrapper) ExtensionGetPublicKey

func (w *ServerInterfaceWrapper) ExtensionGetPublicKey(ctx echo.Context) error

ExtensionGetPublicKey converts echo context to params.

func (*ServerInterfaceWrapper) ExtensionListContributors

func (w *ServerInterfaceWrapper) ExtensionListContributors(ctx echo.Context) error

ExtensionListContributors converts echo context to params.

func (*ServerInterfaceWrapper) ExtensionListExtensionInstances

func (w *ServerInterfaceWrapper) ExtensionListExtensionInstances(ctx echo.Context) error

ExtensionListExtensionInstances converts echo context to params.

func (*ServerInterfaceWrapper) ExtensionListExtensions

func (w *ServerInterfaceWrapper) ExtensionListExtensions(ctx echo.Context) error

ExtensionListExtensions converts echo context to params.

func (*ServerInterfaceWrapper) FileCreateFile

func (w *ServerInterfaceWrapper) FileCreateFile(ctx echo.Context) error

FileCreateFile converts echo context to params.

func (*ServerInterfaceWrapper) FileGetFile

func (w *ServerInterfaceWrapper) FileGetFile(ctx echo.Context) error

FileGetFile converts echo context to params.

func (*ServerInterfaceWrapper) FileGetFileMeta

func (w *ServerInterfaceWrapper) FileGetFileMeta(ctx echo.Context) error

FileGetFileMeta converts echo context to params.

func (*ServerInterfaceWrapper) FileGetFileUploadTokenRules

func (w *ServerInterfaceWrapper) FileGetFileUploadTokenRules(ctx echo.Context) error

FileGetFileUploadTokenRules converts echo context to params.

func (*ServerInterfaceWrapper) FileGetFileUploadTypeRules

func (w *ServerInterfaceWrapper) FileGetFileUploadTypeRules(ctx echo.Context) error

FileGetFileUploadTypeRules converts echo context to params.

func (*ServerInterfaceWrapper) FileGetFileWithName

func (w *ServerInterfaceWrapper) FileGetFileWithName(ctx echo.Context) error

FileGetFileWithName converts echo context to params.

func (*ServerInterfaceWrapper) GetV2AppinstallationsAppInstallationId

func (w *ServerInterfaceWrapper) GetV2AppinstallationsAppInstallationId(ctx echo.Context) error

GetV2AppinstallationsAppInstallationId converts echo context to params.

func (*ServerInterfaceWrapper) GetV2AppinstallationsAppInstallationIdMissingDependencies

func (w *ServerInterfaceWrapper) GetV2AppinstallationsAppInstallationIdMissingDependencies(ctx echo.Context) error

GetV2AppinstallationsAppInstallationIdMissingDependencies converts echo context to params.

func (*ServerInterfaceWrapper) GetV2AppinstallationsAppInstallationIdStatus

func (w *ServerInterfaceWrapper) GetV2AppinstallationsAppInstallationIdStatus(ctx echo.Context) error

GetV2AppinstallationsAppInstallationIdStatus converts echo context to params.

func (*ServerInterfaceWrapper) GetV2DeliveryboxesDeliveryBoxId

func (w *ServerInterfaceWrapper) GetV2DeliveryboxesDeliveryBoxId(ctx echo.Context) error

GetV2DeliveryboxesDeliveryBoxId converts echo context to params.

func (*ServerInterfaceWrapper) GetV2DnsZonesDnsZoneId

func (w *ServerInterfaceWrapper) GetV2DnsZonesDnsZoneId(ctx echo.Context) error

GetV2DnsZonesDnsZoneId converts echo context to params.

func (*ServerInterfaceWrapper) GetV2DomainsSupportedTlds

func (w *ServerInterfaceWrapper) GetV2DomainsSupportedTlds(ctx echo.Context) error

GetV2DomainsSupportedTlds converts echo context to params.

func (*ServerInterfaceWrapper) GetV2MailaddressesMailAddressId

func (w *ServerInterfaceWrapper) GetV2MailaddressesMailAddressId(ctx echo.Context) error

GetV2MailaddressesMailAddressId converts echo context to params.

func (*ServerInterfaceWrapper) GetV2NotificationsUnreadCounts

func (w *ServerInterfaceWrapper) GetV2NotificationsUnreadCounts(ctx echo.Context) error

GetV2NotificationsUnreadCounts converts echo context to params.

func (*ServerInterfaceWrapper) GetV2Pageinsights

func (w *ServerInterfaceWrapper) GetV2Pageinsights(ctx echo.Context) error

GetV2Pageinsights converts echo context to params.

func (*ServerInterfaceWrapper) GetV2ProjectProjectIdSftpUsers

func (w *ServerInterfaceWrapper) GetV2ProjectProjectIdSftpUsers(ctx echo.Context) error

GetV2ProjectProjectIdSftpUsers converts echo context to params.

func (*ServerInterfaceWrapper) GetV2ProjectsProjectIdAppinstallations

func (w *ServerInterfaceWrapper) GetV2ProjectsProjectIdAppinstallations(ctx echo.Context) error

GetV2ProjectsProjectIdAppinstallations converts echo context to params.

func (*ServerInterfaceWrapper) GetV2ProjectsProjectIdDeliveryboxes

func (w *ServerInterfaceWrapper) GetV2ProjectsProjectIdDeliveryboxes(ctx echo.Context) error

GetV2ProjectsProjectIdDeliveryboxes converts echo context to params.

func (*ServerInterfaceWrapper) GetV2ProjectsProjectIdDnsZones

func (w *ServerInterfaceWrapper) GetV2ProjectsProjectIdDnsZones(ctx echo.Context) error

GetV2ProjectsProjectIdDnsZones converts echo context to params.

func (*ServerInterfaceWrapper) GetV2ProjectsProjectIdFilesystemDirectories

func (w *ServerInterfaceWrapper) GetV2ProjectsProjectIdFilesystemDirectories(ctx echo.Context) error

GetV2ProjectsProjectIdFilesystemDirectories converts echo context to params.

func (*ServerInterfaceWrapper) GetV2ProjectsProjectIdFilesystemFiles

func (w *ServerInterfaceWrapper) GetV2ProjectsProjectIdFilesystemFiles(ctx echo.Context) error

GetV2ProjectsProjectIdFilesystemFiles converts echo context to params.

func (*ServerInterfaceWrapper) GetV2ProjectsProjectIdFilesystemFilesRaw

func (w *ServerInterfaceWrapper) GetV2ProjectsProjectIdFilesystemFilesRaw(ctx echo.Context) error

GetV2ProjectsProjectIdFilesystemFilesRaw converts echo context to params.

func (*ServerInterfaceWrapper) GetV2ProjectsProjectIdFilesystemUsagesDisk

func (w *ServerInterfaceWrapper) GetV2ProjectsProjectIdFilesystemUsagesDisk(ctx echo.Context) error

GetV2ProjectsProjectIdFilesystemUsagesDisk converts echo context to params.

func (*ServerInterfaceWrapper) GetV2ProjectsProjectIdMailaddresses

func (w *ServerInterfaceWrapper) GetV2ProjectsProjectIdMailaddresses(ctx echo.Context) error

GetV2ProjectsProjectIdMailaddresses converts echo context to params.

func (*ServerInterfaceWrapper) GetV2ProjectsProjectIdMailsettings

func (w *ServerInterfaceWrapper) GetV2ProjectsProjectIdMailsettings(ctx echo.Context) error

GetV2ProjectsProjectIdMailsettings converts echo context to params.

func (*ServerInterfaceWrapper) GetV2ProjectsProjectIdPageinsights

func (w *ServerInterfaceWrapper) GetV2ProjectsProjectIdPageinsights(ctx echo.Context) error

GetV2ProjectsProjectIdPageinsights converts echo context to params.

func (*ServerInterfaceWrapper) GetV2SignupEmail

func (w *ServerInterfaceWrapper) GetV2SignupEmail(ctx echo.Context) error

GetV2SignupEmail converts echo context to params.

func (*ServerInterfaceWrapper) GetV2SignupMfa

func (w *ServerInterfaceWrapper) GetV2SignupMfa(ctx echo.Context) error

GetV2SignupMfa converts echo context to params.

func (*ServerInterfaceWrapper) GetV2SignupPassword

func (w *ServerInterfaceWrapper) GetV2SignupPassword(ctx echo.Context) error

GetV2SignupPassword converts echo context to params.

func (*ServerInterfaceWrapper) GetV2SignupProfile

func (w *ServerInterfaceWrapper) GetV2SignupProfile(ctx echo.Context) error

GetV2SignupProfile converts echo context to params.

func (*ServerInterfaceWrapper) GetV2SignupSessions

func (w *ServerInterfaceWrapper) GetV2SignupSessions(ctx echo.Context) error

GetV2SignupSessions converts echo context to params.

func (*ServerInterfaceWrapper) GetV2SignupSessionsTokenId

func (w *ServerInterfaceWrapper) GetV2SignupSessionsTokenId(ctx echo.Context) error

GetV2SignupSessionsTokenId converts echo context to params.

func (*ServerInterfaceWrapper) GetV2SignupSsh

func (w *ServerInterfaceWrapper) GetV2SignupSsh(ctx echo.Context) error

GetV2SignupSsh converts echo context to params.

func (*ServerInterfaceWrapper) GetV2SignupSshSshKeyId

func (w *ServerInterfaceWrapper) GetV2SignupSshSshKeyId(ctx echo.Context) error

GetV2SignupSshSshKeyId converts echo context to params.

func (*ServerInterfaceWrapper) GetV2SignupSupportcode

func (w *ServerInterfaceWrapper) GetV2SignupSupportcode(ctx echo.Context) error

GetV2SignupSupportcode converts echo context to params.

func (*ServerInterfaceWrapper) GetV2SignupSupportcodes

func (w *ServerInterfaceWrapper) GetV2SignupSupportcodes(ctx echo.Context) error

GetV2SignupSupportcodes converts echo context to params.

func (*ServerInterfaceWrapper) GetV2SignupTokenApi

func (w *ServerInterfaceWrapper) GetV2SignupTokenApi(ctx echo.Context) error

GetV2SignupTokenApi converts echo context to params.

func (*ServerInterfaceWrapper) GetV2SignupTokenApiApiTokenId

func (w *ServerInterfaceWrapper) GetV2SignupTokenApiApiTokenId(ctx echo.Context) error

GetV2SignupTokenApiApiTokenId converts echo context to params.

func (*ServerInterfaceWrapper) GetV2SystemsoftwareSystemSoftwareIdVersions

func (w *ServerInterfaceWrapper) GetV2SystemsoftwareSystemSoftwareIdVersions(ctx echo.Context) error

GetV2SystemsoftwareSystemSoftwareIdVersions converts echo context to params.

func (*ServerInterfaceWrapper) GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId

func (w *ServerInterfaceWrapper) GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId(ctx echo.Context) error

GetV2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId converts echo context to params.

func (*ServerInterfaceWrapper) GetV2Systemsoftwares

func (w *ServerInterfaceWrapper) GetV2Systemsoftwares(ctx echo.Context) error

GetV2Systemsoftwares converts echo context to params.

func (*ServerInterfaceWrapper) GetV2SystemsoftwaresSystemSoftwareId

func (w *ServerInterfaceWrapper) GetV2SystemsoftwaresSystemSoftwareId(ctx echo.Context) error

GetV2SystemsoftwaresSystemSoftwareId converts echo context to params.

func (*ServerInterfaceWrapper) IngressCreateIngress

func (w *ServerInterfaceWrapper) IngressCreateIngress(ctx echo.Context) error

IngressCreateIngress converts echo context to params.

func (*ServerInterfaceWrapper) IngressDeleteIngress

func (w *ServerInterfaceWrapper) IngressDeleteIngress(ctx echo.Context) error

IngressDeleteIngress converts echo context to params.

func (*ServerInterfaceWrapper) IngressGetIngress

func (w *ServerInterfaceWrapper) IngressGetIngress(ctx echo.Context) error

IngressGetIngress converts echo context to params.

func (*ServerInterfaceWrapper) IngressIngressVerifyOwnership

func (w *ServerInterfaceWrapper) IngressIngressVerifyOwnership(ctx echo.Context) error

IngressIngressVerifyOwnership converts echo context to params.

func (*ServerInterfaceWrapper) IngressListIngresses

func (w *ServerInterfaceWrapper) IngressListIngresses(ctx echo.Context) error

IngressListIngresses converts echo context to params.

func (*ServerInterfaceWrapper) IngressListIngressesV2Deprecated

func (w *ServerInterfaceWrapper) IngressListIngressesV2Deprecated(ctx echo.Context) error

IngressListIngressesV2Deprecated converts echo context to params.

func (*ServerInterfaceWrapper) IngressPathsDeprecated

func (w *ServerInterfaceWrapper) IngressPathsDeprecated(ctx echo.Context) error

IngressPathsDeprecated converts echo context to params.

func (*ServerInterfaceWrapper) IngressRequestIngressAcmeCertificateIssuance

func (w *ServerInterfaceWrapper) IngressRequestIngressAcmeCertificateIssuance(ctx echo.Context) error

IngressRequestIngressAcmeCertificateIssuance converts echo context to params.

func (*ServerInterfaceWrapper) IngressTlsDeprecated

func (w *ServerInterfaceWrapper) IngressTlsDeprecated(ctx echo.Context) error

IngressTlsDeprecated converts echo context to params.

func (*ServerInterfaceWrapper) IngressUpdateIngressPaths

func (w *ServerInterfaceWrapper) IngressUpdateIngressPaths(ctx echo.Context) error

IngressUpdateIngressPaths converts echo context to params.

func (*ServerInterfaceWrapper) IngressUpdateIngressTls

func (w *ServerInterfaceWrapper) IngressUpdateIngressTls(ctx echo.Context) error

IngressUpdateIngressTls converts echo context to params.

func (*ServerInterfaceWrapper) InvoiceDetail

func (w *ServerInterfaceWrapper) InvoiceDetail(ctx echo.Context) error

InvoiceDetail converts echo context to params.

func (*ServerInterfaceWrapper) InvoiceGetDetailOfInvoiceSettings

func (w *ServerInterfaceWrapper) InvoiceGetDetailOfInvoiceSettings(ctx echo.Context) error

InvoiceGetDetailOfInvoiceSettings converts echo context to params.

func (*ServerInterfaceWrapper) InvoiceGetFileAccessToken

func (w *ServerInterfaceWrapper) InvoiceGetFileAccessToken(ctx echo.Context) error

InvoiceGetFileAccessToken converts echo context to params.

func (*ServerInterfaceWrapper) InvoiceListCustomerInvoices

func (w *ServerInterfaceWrapper) InvoiceListCustomerInvoices(ctx echo.Context) error

InvoiceListCustomerInvoices converts echo context to params.

func (*ServerInterfaceWrapper) InvoiceUpdateInvoiceSettings

func (w *ServerInterfaceWrapper) InvoiceUpdateInvoiceSettings(ctx echo.Context) error

InvoiceUpdateInvoiceSettings converts echo context to params.

func (*ServerInterfaceWrapper) MailCreateDeliverybox

func (w *ServerInterfaceWrapper) MailCreateDeliverybox(ctx echo.Context) error

MailCreateDeliverybox converts echo context to params.

func (*ServerInterfaceWrapper) MailCreateMailAddress

func (w *ServerInterfaceWrapper) MailCreateMailAddress(ctx echo.Context) error

MailCreateMailAddress converts echo context to params.

func (*ServerInterfaceWrapper) MailDeleteDeliveryBox

func (w *ServerInterfaceWrapper) MailDeleteDeliveryBox(ctx echo.Context) error

MailDeleteDeliveryBox converts echo context to params.

func (*ServerInterfaceWrapper) MailDeleteMailAddress

func (w *ServerInterfaceWrapper) MailDeleteMailAddress(ctx echo.Context) error

MailDeleteMailAddress converts echo context to params.

func (*ServerInterfaceWrapper) MailDeliveryboxUpdateDescriptionDeprecated

func (w *ServerInterfaceWrapper) MailDeliveryboxUpdateDescriptionDeprecated(ctx echo.Context) error

MailDeliveryboxUpdateDescriptionDeprecated converts echo context to params.

func (*ServerInterfaceWrapper) MailDeliveryboxUpdatePasswordDeprecated

func (w *ServerInterfaceWrapper) MailDeliveryboxUpdatePasswordDeprecated(ctx echo.Context) error

MailDeliveryboxUpdatePasswordDeprecated converts echo context to params.

func (*ServerInterfaceWrapper) MailGetDeliveryBox

func (w *ServerInterfaceWrapper) MailGetDeliveryBox(ctx echo.Context) error

MailGetDeliveryBox converts echo context to params.

func (*ServerInterfaceWrapper) MailGetMailAddress

func (w *ServerInterfaceWrapper) MailGetMailAddress(ctx echo.Context) error

MailGetMailAddress converts echo context to params.

func (*ServerInterfaceWrapper) MailListDeliveryBoxes

func (w *ServerInterfaceWrapper) MailListDeliveryBoxes(ctx echo.Context) error

MailListDeliveryBoxes converts echo context to params.

func (*ServerInterfaceWrapper) MailListMailAddresses

func (w *ServerInterfaceWrapper) MailListMailAddresses(ctx echo.Context) error

MailListMailAddresses converts echo context to params.

func (*ServerInterfaceWrapper) MailListProjectMailSettings

func (w *ServerInterfaceWrapper) MailListProjectMailSettings(ctx echo.Context) error

MailListProjectMailSettings converts echo context to params.

func (*ServerInterfaceWrapper) MailMailaddressUpdateAddressDeprecated

func (w *ServerInterfaceWrapper) MailMailaddressUpdateAddressDeprecated(ctx echo.Context) error

MailMailaddressUpdateAddressDeprecated converts echo context to params.

func (*ServerInterfaceWrapper) MailProjectsettingUpdateBlacklistDeprecated

func (w *ServerInterfaceWrapper) MailProjectsettingUpdateBlacklistDeprecated(ctx echo.Context) error

MailProjectsettingUpdateBlacklistDeprecated converts echo context to params.

func (*ServerInterfaceWrapper) MailProjectsettingUpdateWhitelistDeprecated

func (w *ServerInterfaceWrapper) MailProjectsettingUpdateWhitelistDeprecated(ctx echo.Context) error

MailProjectsettingUpdateWhitelistDeprecated converts echo context to params.

func (*ServerInterfaceWrapper) MailUpdateDeliveryBoxDescription

func (w *ServerInterfaceWrapper) MailUpdateDeliveryBoxDescription(ctx echo.Context) error

MailUpdateDeliveryBoxDescription converts echo context to params.

func (*ServerInterfaceWrapper) MailUpdateDeliveryBoxPassword

func (w *ServerInterfaceWrapper) MailUpdateDeliveryBoxPassword(ctx echo.Context) error

MailUpdateDeliveryBoxPassword converts echo context to params.

func (*ServerInterfaceWrapper) MailUpdateMailAddressAddress

func (w *ServerInterfaceWrapper) MailUpdateMailAddressAddress(ctx echo.Context) error

MailUpdateMailAddressAddress converts echo context to params.

func (*ServerInterfaceWrapper) MailUpdateMailAddressAutoresponder

func (w *ServerInterfaceWrapper) MailUpdateMailAddressAutoresponder(ctx echo.Context) error

MailUpdateMailAddressAutoresponder converts echo context to params.

func (*ServerInterfaceWrapper) MailUpdateMailAddressAutoresponderV2Deprecated

func (w *ServerInterfaceWrapper) MailUpdateMailAddressAutoresponderV2Deprecated(ctx echo.Context) error

MailUpdateMailAddressAutoresponderV2Deprecated converts echo context to params.

func (*ServerInterfaceWrapper) MailUpdateMailAddressCatchAll

func (w *ServerInterfaceWrapper) MailUpdateMailAddressCatchAll(ctx echo.Context) error

MailUpdateMailAddressCatchAll converts echo context to params.

func (*ServerInterfaceWrapper) MailUpdateMailAddressCatchallV2Deprecated

func (w *ServerInterfaceWrapper) MailUpdateMailAddressCatchallV2Deprecated(ctx echo.Context) error

MailUpdateMailAddressCatchallV2Deprecated converts echo context to params.

func (*ServerInterfaceWrapper) MailUpdateMailAddressForwardAddresses

func (w *ServerInterfaceWrapper) MailUpdateMailAddressForwardAddresses(ctx echo.Context) error

MailUpdateMailAddressForwardAddresses converts echo context to params.

func (*ServerInterfaceWrapper) MailUpdateMailAddressForwardAddressesV2Deprecated

func (w *ServerInterfaceWrapper) MailUpdateMailAddressForwardAddressesV2Deprecated(ctx echo.Context) error

MailUpdateMailAddressForwardAddressesV2Deprecated converts echo context to params.

func (*ServerInterfaceWrapper) MailUpdateMailAddressPassword

func (w *ServerInterfaceWrapper) MailUpdateMailAddressPassword(ctx echo.Context) error

MailUpdateMailAddressPassword converts echo context to params.

func (*ServerInterfaceWrapper) MailUpdateMailAddressPasswordV2Deprecated

func (w *ServerInterfaceWrapper) MailUpdateMailAddressPasswordV2Deprecated(ctx echo.Context) error

MailUpdateMailAddressPasswordV2Deprecated converts echo context to params.

func (*ServerInterfaceWrapper) MailUpdateMailAddressQuota

func (w *ServerInterfaceWrapper) MailUpdateMailAddressQuota(ctx echo.Context) error

MailUpdateMailAddressQuota converts echo context to params.

func (*ServerInterfaceWrapper) MailUpdateMailAddressQuotaV2Deprecated

func (w *ServerInterfaceWrapper) MailUpdateMailAddressQuotaV2Deprecated(ctx echo.Context) error

MailUpdateMailAddressQuotaV2Deprecated converts echo context to params.

func (*ServerInterfaceWrapper) MailUpdateMailAddressSpamProtection

func (w *ServerInterfaceWrapper) MailUpdateMailAddressSpamProtection(ctx echo.Context) error

MailUpdateMailAddressSpamProtection converts echo context to params.

func (*ServerInterfaceWrapper) MailUpdateMailAddressSpamProtectionV2Deprecated

func (w *ServerInterfaceWrapper) MailUpdateMailAddressSpamProtectionV2Deprecated(ctx echo.Context) error

MailUpdateMailAddressSpamProtectionV2Deprecated converts echo context to params.

func (*ServerInterfaceWrapper) MailUpdateProjectMailSetting

func (w *ServerInterfaceWrapper) MailUpdateProjectMailSetting(ctx echo.Context) error

MailUpdateProjectMailSetting converts echo context to params.

func (*ServerInterfaceWrapper) MailUpdateProjectMailSettingV2Deprecated

func (w *ServerInterfaceWrapper) MailUpdateProjectMailSettingV2Deprecated(ctx echo.Context) error

MailUpdateProjectMailSettingV2Deprecated converts echo context to params.

func (*ServerInterfaceWrapper) NewsletterGetInfo

func (w *ServerInterfaceWrapper) NewsletterGetInfo(ctx echo.Context) error

NewsletterGetInfo converts echo context to params.

func (*ServerInterfaceWrapper) NewsletterSubscribeUser

func (w *ServerInterfaceWrapper) NewsletterSubscribeUser(ctx echo.Context) error

NewsletterSubscribeUser converts echo context to params.

func (*ServerInterfaceWrapper) NewsletterUnsubscribeUser

func (w *ServerInterfaceWrapper) NewsletterUnsubscribeUser(ctx echo.Context) error

NewsletterUnsubscribeUser converts echo context to params.

func (*ServerInterfaceWrapper) NotificationsCountUnreadNotifications

func (w *ServerInterfaceWrapper) NotificationsCountUnreadNotifications(ctx echo.Context) error

NotificationsCountUnreadNotifications converts echo context to params.

func (*ServerInterfaceWrapper) NotificationsListNotifications

func (w *ServerInterfaceWrapper) NotificationsListNotifications(ctx echo.Context) error

NotificationsListNotifications converts echo context to params.

func (*ServerInterfaceWrapper) NotificationsReadAllNotifications

func (w *ServerInterfaceWrapper) NotificationsReadAllNotifications(ctx echo.Context) error

NotificationsReadAllNotifications converts echo context to params.

func (*ServerInterfaceWrapper) NotificationsReadAllNotificationsDeprecated

func (w *ServerInterfaceWrapper) NotificationsReadAllNotificationsDeprecated(ctx echo.Context) error

NotificationsReadAllNotificationsDeprecated converts echo context to params.

func (*ServerInterfaceWrapper) NotificationsReadNotification

func (w *ServerInterfaceWrapper) NotificationsReadNotification(ctx echo.Context) error

NotificationsReadNotification converts echo context to params.

func (*ServerInterfaceWrapper) OrderCreateOrder

func (w *ServerInterfaceWrapper) OrderCreateOrder(ctx echo.Context) error

OrderCreateOrder converts echo context to params.

func (*ServerInterfaceWrapper) OrderCreateTariffChange

func (w *ServerInterfaceWrapper) OrderCreateTariffChange(ctx echo.Context) error

OrderCreateTariffChange converts echo context to params.

func (*ServerInterfaceWrapper) OrderGetOrder

func (w *ServerInterfaceWrapper) OrderGetOrder(ctx echo.Context) error

OrderGetOrder converts echo context to params.

func (*ServerInterfaceWrapper) OrderListCustomerOrders

func (w *ServerInterfaceWrapper) OrderListCustomerOrders(ctx echo.Context) error

OrderListCustomerOrders converts echo context to params.

func (*ServerInterfaceWrapper) OrderListProjectOrders

func (w *ServerInterfaceWrapper) OrderListProjectOrders(ctx echo.Context) error

OrderListProjectOrders converts echo context to params.

func (*ServerInterfaceWrapper) OrderPreviewOrder

func (w *ServerInterfaceWrapper) OrderPreviewOrder(ctx echo.Context) error

OrderPreviewOrder converts echo context to params.

func (*ServerInterfaceWrapper) OrderPreviewTariffChange

func (w *ServerInterfaceWrapper) OrderPreviewTariffChange(ctx echo.Context) error

OrderPreviewTariffChange converts echo context to params.

func (*ServerInterfaceWrapper) PageinsightsGetPerformanceData

func (w *ServerInterfaceWrapper) PageinsightsGetPerformanceData(ctx echo.Context) error

PageinsightsGetPerformanceData converts echo context to params.

func (*ServerInterfaceWrapper) PageinsightsGetStraceData

func (w *ServerInterfaceWrapper) PageinsightsGetStraceData(ctx echo.Context) error

PageinsightsGetStraceData converts echo context to params.

func (*ServerInterfaceWrapper) PageinsightsListPerformanceDataForProject

func (w *ServerInterfaceWrapper) PageinsightsListPerformanceDataForProject(ctx echo.Context) error

PageinsightsListPerformanceDataForProject converts echo context to params.

func (*ServerInterfaceWrapper) PageinsightsScheduleStrace

func (w *ServerInterfaceWrapper) PageinsightsScheduleStrace(ctx echo.Context) error

PageinsightsScheduleStrace converts echo context to params.

func (*ServerInterfaceWrapper) PasswordValidationGetPasswordPolicy

func (w *ServerInterfaceWrapper) PasswordValidationGetPasswordPolicy(ctx echo.Context) error

PasswordValidationGetPasswordPolicy converts echo context to params.

func (*ServerInterfaceWrapper) PasswordValidationGetPasswordPolicyV2Deprecated

func (w *ServerInterfaceWrapper) PasswordValidationGetPasswordPolicyV2Deprecated(ctx echo.Context) error

PasswordValidationGetPasswordPolicyV2Deprecated converts echo context to params.

func (*ServerInterfaceWrapper) PatchV2AppinstallationsAppInstallationId

func (w *ServerInterfaceWrapper) PatchV2AppinstallationsAppInstallationId(ctx echo.Context) error

PatchV2AppinstallationsAppInstallationId converts echo context to params.

func (*ServerInterfaceWrapper) PatchV2DomainsDomainIdAuthcode

func (w *ServerInterfaceWrapper) PatchV2DomainsDomainIdAuthcode(ctx echo.Context) error

PatchV2DomainsDomainIdAuthcode converts echo context to params.

func (*ServerInterfaceWrapper) PatchV2SshusersSshUserId

func (w *ServerInterfaceWrapper) PatchV2SshusersSshUserId(ctx echo.Context) error

PatchV2SshusersSshUserId converts echo context to params.

func (*ServerInterfaceWrapper) PostInternalV2ServicesAccessKeyIdActionsAuthenticate

func (w *ServerInterfaceWrapper) PostInternalV2ServicesAccessKeyIdActionsAuthenticate(ctx echo.Context) error

PostInternalV2ServicesAccessKeyIdActionsAuthenticate converts echo context to params.

func (*ServerInterfaceWrapper) PostV2AppinstallationsAppInstallationIdActionsAction

func (w *ServerInterfaceWrapper) PostV2AppinstallationsAppInstallationIdActionsAction(ctx echo.Context) error

PostV2AppinstallationsAppInstallationIdActionsAction converts echo context to params.

func (*ServerInterfaceWrapper) PostV2AppinstallationsAppInstallationIdActionsCopy

func (w *ServerInterfaceWrapper) PostV2AppinstallationsAppInstallationIdActionsCopy(ctx echo.Context) error

PostV2AppinstallationsAppInstallationIdActionsCopy converts echo context to params.

func (*ServerInterfaceWrapper) PostV2DnsZones

func (w *ServerInterfaceWrapper) PostV2DnsZones(ctx echo.Context) error

PostV2DnsZones converts echo context to params.

func (*ServerInterfaceWrapper) PostV2DomainsDomainIdActionsCreateAuthcode

func (w *ServerInterfaceWrapper) PostV2DomainsDomainIdActionsCreateAuthcode(ctx echo.Context) error

PostV2DomainsDomainIdActionsCreateAuthcode converts echo context to params.

func (*ServerInterfaceWrapper) PostV2ProjectProjectIdInvites

func (w *ServerInterfaceWrapper) PostV2ProjectProjectIdInvites(ctx echo.Context) error

PostV2ProjectProjectIdInvites converts echo context to params.

func (*ServerInterfaceWrapper) PostV2ProjectsProjectIdAppinstallations

func (w *ServerInterfaceWrapper) PostV2ProjectsProjectIdAppinstallations(ctx echo.Context) error

PostV2ProjectsProjectIdAppinstallations converts echo context to params.

func (*ServerInterfaceWrapper) PostV2ProjectsProjectIdDeliveryboxes

func (w *ServerInterfaceWrapper) PostV2ProjectsProjectIdDeliveryboxes(ctx echo.Context) error

PostV2ProjectsProjectIdDeliveryboxes converts echo context to params.

func (*ServerInterfaceWrapper) PostV2ProjectsProjectIdMailaddresses

func (w *ServerInterfaceWrapper) PostV2ProjectsProjectIdMailaddresses(ctx echo.Context) error

PostV2ProjectsProjectIdMailaddresses converts echo context to params.

func (*ServerInterfaceWrapper) PostV2ServiceAccessKeyIdActionsAuthenticate

func (w *ServerInterfaceWrapper) PostV2ServiceAccessKeyIdActionsAuthenticate(ctx echo.Context) error

PostV2ServiceAccessKeyIdActionsAuthenticate converts echo context to params.

func (*ServerInterfaceWrapper) PostV2SignupAuthentication

func (w *ServerInterfaceWrapper) PostV2SignupAuthentication(ctx echo.Context) error

PostV2SignupAuthentication converts echo context to params.

func (*ServerInterfaceWrapper) PostV2SignupAuthenticationMfa

func (w *ServerInterfaceWrapper) PostV2SignupAuthenticationMfa(ctx echo.Context) error

PostV2SignupAuthenticationMfa converts echo context to params.

func (*ServerInterfaceWrapper) PostV2SignupMfa

func (w *ServerInterfaceWrapper) PostV2SignupMfa(ctx echo.Context) error

PostV2SignupMfa converts echo context to params.

func (*ServerInterfaceWrapper) PostV2SignupMfaConfirm

func (w *ServerInterfaceWrapper) PostV2SignupMfaConfirm(ctx echo.Context) error

PostV2SignupMfaConfirm converts echo context to params.

func (*ServerInterfaceWrapper) PostV2SignupRegistration

func (w *ServerInterfaceWrapper) PostV2SignupRegistration(ctx echo.Context) error

PostV2SignupRegistration converts echo context to params.

func (*ServerInterfaceWrapper) PostV2SignupRegistrationVerification

func (w *ServerInterfaceWrapper) PostV2SignupRegistrationVerification(ctx echo.Context) error

PostV2SignupRegistrationVerification converts echo context to params.

func (*ServerInterfaceWrapper) PostV2SignupSsh

func (w *ServerInterfaceWrapper) PostV2SignupSsh(ctx echo.Context) error

PostV2SignupSsh converts echo context to params.

func (*ServerInterfaceWrapper) PostV2SignupTokenApi

func (w *ServerInterfaceWrapper) PostV2SignupTokenApi(ctx echo.Context) error

PostV2SignupTokenApi converts echo context to params.

func (*ServerInterfaceWrapper) PostV2SignupTokenCheck

func (w *ServerInterfaceWrapper) PostV2SignupTokenCheck(ctx echo.Context) error

PostV2SignupTokenCheck converts echo context to params.

func (*ServerInterfaceWrapper) PostV2UsersUserIdPhoneVerify

func (w *ServerInterfaceWrapper) PostV2UsersUserIdPhoneVerify(ctx echo.Context) error

PostV2UsersUserIdPhoneVerify converts echo context to params.

func (*ServerInterfaceWrapper) ProjectAcceptProjectInvite

func (w *ServerInterfaceWrapper) ProjectAcceptProjectInvite(ctx echo.Context) error

ProjectAcceptProjectInvite converts echo context to params.

func (*ServerInterfaceWrapper) ProjectCreateProject

func (w *ServerInterfaceWrapper) ProjectCreateProject(ctx echo.Context) error

ProjectCreateProject converts echo context to params.

func (*ServerInterfaceWrapper) ProjectCreateProjectInvite

func (w *ServerInterfaceWrapper) ProjectCreateProjectInvite(ctx echo.Context) error

ProjectCreateProjectInvite converts echo context to params.

func (*ServerInterfaceWrapper) ProjectDeclineProjectInvite

func (w *ServerInterfaceWrapper) ProjectDeclineProjectInvite(ctx echo.Context) error

ProjectDeclineProjectInvite converts echo context to params.

func (*ServerInterfaceWrapper) ProjectDeleteProject

func (w *ServerInterfaceWrapper) ProjectDeleteProject(ctx echo.Context) error

ProjectDeleteProject converts echo context to params.

func (*ServerInterfaceWrapper) ProjectDeleteProjectAvatar

func (w *ServerInterfaceWrapper) ProjectDeleteProjectAvatar(ctx echo.Context) error

ProjectDeleteProjectAvatar converts echo context to params.

func (*ServerInterfaceWrapper) ProjectDeleteProjectInvite

func (w *ServerInterfaceWrapper) ProjectDeleteProjectInvite(ctx echo.Context) error

ProjectDeleteProjectInvite converts echo context to params.

func (*ServerInterfaceWrapper) ProjectDeleteProjectMembership

func (w *ServerInterfaceWrapper) ProjectDeleteProjectMembership(ctx echo.Context) error

ProjectDeleteProjectMembership converts echo context to params.

func (*ServerInterfaceWrapper) ProjectDeleteServerAvatar

func (w *ServerInterfaceWrapper) ProjectDeleteServerAvatar(ctx echo.Context) error

ProjectDeleteServerAvatar converts echo context to params.

func (*ServerInterfaceWrapper) ProjectFileSystemGetDirectories

func (w *ServerInterfaceWrapper) ProjectFileSystemGetDirectories(ctx echo.Context) error

ProjectFileSystemGetDirectories converts echo context to params.

func (*ServerInterfaceWrapper) ProjectFileSystemGetDiskUsage

func (w *ServerInterfaceWrapper) ProjectFileSystemGetDiskUsage(ctx echo.Context) error

ProjectFileSystemGetDiskUsage converts echo context to params.

func (*ServerInterfaceWrapper) ProjectFileSystemGetFileContent

func (w *ServerInterfaceWrapper) ProjectFileSystemGetFileContent(ctx echo.Context) error

ProjectFileSystemGetFileContent converts echo context to params.

func (*ServerInterfaceWrapper) ProjectFileSystemGetJwt

func (w *ServerInterfaceWrapper) ProjectFileSystemGetJwt(ctx echo.Context) error

ProjectFileSystemGetJwt converts echo context to params.

func (*ServerInterfaceWrapper) ProjectFileSystemListFiles

func (w *ServerInterfaceWrapper) ProjectFileSystemListFiles(ctx echo.Context) error

ProjectFileSystemListFiles converts echo context to params.

func (*ServerInterfaceWrapper) ProjectGetProject

func (w *ServerInterfaceWrapper) ProjectGetProject(ctx echo.Context) error

ProjectGetProject converts echo context to params.

func (*ServerInterfaceWrapper) ProjectGetProjectInvite

func (w *ServerInterfaceWrapper) ProjectGetProjectInvite(ctx echo.Context) error

ProjectGetProjectInvite converts echo context to params.

func (*ServerInterfaceWrapper) ProjectGetProjectMembership

func (w *ServerInterfaceWrapper) ProjectGetProjectMembership(ctx echo.Context) error

ProjectGetProjectMembership converts echo context to params.

func (*ServerInterfaceWrapper) ProjectGetProjectTokenInvite

func (w *ServerInterfaceWrapper) ProjectGetProjectTokenInvite(ctx echo.Context) error

ProjectGetProjectTokenInvite converts echo context to params.

func (*ServerInterfaceWrapper) ProjectGetSelfMembershipForProject

func (w *ServerInterfaceWrapper) ProjectGetSelfMembershipForProject(ctx echo.Context) error

ProjectGetSelfMembershipForProject converts echo context to params.

func (*ServerInterfaceWrapper) ProjectGetServer

func (w *ServerInterfaceWrapper) ProjectGetServer(ctx echo.Context) error

ProjectGetServer converts echo context to params.

func (*ServerInterfaceWrapper) ProjectLeaveProject

func (w *ServerInterfaceWrapper) ProjectLeaveProject(ctx echo.Context) error

ProjectLeaveProject converts echo context to params.

func (*ServerInterfaceWrapper) ProjectListInvitesForProject

func (w *ServerInterfaceWrapper) ProjectListInvitesForProject(ctx echo.Context) error

ProjectListInvitesForProject converts echo context to params.

func (*ServerInterfaceWrapper) ProjectListMembershipsForProject

func (w *ServerInterfaceWrapper) ProjectListMembershipsForProject(ctx echo.Context) error

ProjectListMembershipsForProject converts echo context to params.

func (*ServerInterfaceWrapper) ProjectListProjectInvites

func (w *ServerInterfaceWrapper) ProjectListProjectInvites(ctx echo.Context) error

ProjectListProjectInvites converts echo context to params.

func (*ServerInterfaceWrapper) ProjectListProjectMemberships

func (w *ServerInterfaceWrapper) ProjectListProjectMemberships(ctx echo.Context) error

ProjectListProjectMemberships converts echo context to params.

func (*ServerInterfaceWrapper) ProjectListProjects

func (w *ServerInterfaceWrapper) ProjectListProjects(ctx echo.Context) error

ProjectListProjects converts echo context to params.

func (*ServerInterfaceWrapper) ProjectListServers

func (w *ServerInterfaceWrapper) ProjectListServers(ctx echo.Context) error

ProjectListServers converts echo context to params.

func (*ServerInterfaceWrapper) ProjectRequestProjectAvatarUpload

func (w *ServerInterfaceWrapper) ProjectRequestProjectAvatarUpload(ctx echo.Context) error

ProjectRequestProjectAvatarUpload converts echo context to params.

func (*ServerInterfaceWrapper) ProjectRequestServerAvatarUpload

func (w *ServerInterfaceWrapper) ProjectRequestServerAvatarUpload(ctx echo.Context) error

ProjectRequestServerAvatarUpload converts echo context to params.

func (*ServerInterfaceWrapper) ProjectResendProjectInviteMail

func (w *ServerInterfaceWrapper) ProjectResendProjectInviteMail(ctx echo.Context) error

ProjectResendProjectInviteMail converts echo context to params.

func (*ServerInterfaceWrapper) ProjectUpdateProjectDescription

func (w *ServerInterfaceWrapper) ProjectUpdateProjectDescription(ctx echo.Context) error

ProjectUpdateProjectDescription converts echo context to params.

func (*ServerInterfaceWrapper) ProjectUpdateProjectMembership

func (w *ServerInterfaceWrapper) ProjectUpdateProjectMembership(ctx echo.Context) error

ProjectUpdateProjectMembership converts echo context to params.

func (*ServerInterfaceWrapper) ProjectUpdateServerDescription

func (w *ServerInterfaceWrapper) ProjectUpdateServerDescription(ctx echo.Context) error

ProjectUpdateServerDescription converts echo context to params.

func (*ServerInterfaceWrapper) PutV2AppInstallationsAppInstallationIdDatabasesDatabaseId

func (w *ServerInterfaceWrapper) PutV2AppInstallationsAppInstallationIdDatabasesDatabaseId(ctx echo.Context) error

PutV2AppInstallationsAppInstallationIdDatabasesDatabaseId converts echo context to params.

func (*ServerInterfaceWrapper) PutV2AppinstallationsAppInstallationIdDatabasesDatabaseId

func (w *ServerInterfaceWrapper) PutV2AppinstallationsAppInstallationIdDatabasesDatabaseId(ctx echo.Context) error

PutV2AppinstallationsAppInstallationIdDatabasesDatabaseId converts echo context to params.

func (*ServerInterfaceWrapper) PutV2MailaddressesMailAddressIdAutoResponder

func (w *ServerInterfaceWrapper) PutV2MailaddressesMailAddressIdAutoResponder(ctx echo.Context) error

PutV2MailaddressesMailAddressIdAutoResponder converts echo context to params.

func (*ServerInterfaceWrapper) PutV2MailaddressesMailAddressIdCatchAll

func (w *ServerInterfaceWrapper) PutV2MailaddressesMailAddressIdCatchAll(ctx echo.Context) error

PutV2MailaddressesMailAddressIdCatchAll converts echo context to params.

func (*ServerInterfaceWrapper) PutV2MailaddressesMailAddressIdForwardaddresses

func (w *ServerInterfaceWrapper) PutV2MailaddressesMailAddressIdForwardaddresses(ctx echo.Context) error

PutV2MailaddressesMailAddressIdForwardaddresses converts echo context to params.

func (*ServerInterfaceWrapper) PutV2MailaddressesMailAddressIdPassword

func (w *ServerInterfaceWrapper) PutV2MailaddressesMailAddressIdPassword(ctx echo.Context) error

PutV2MailaddressesMailAddressIdPassword converts echo context to params.

func (*ServerInterfaceWrapper) PutV2MailaddressesMailAddressIdQuota

func (w *ServerInterfaceWrapper) PutV2MailaddressesMailAddressIdQuota(ctx echo.Context) error

PutV2MailaddressesMailAddressIdQuota converts echo context to params.

func (*ServerInterfaceWrapper) PutV2MailaddressesMailAddressIdSpamprotection

func (w *ServerInterfaceWrapper) PutV2MailaddressesMailAddressIdSpamprotection(ctx echo.Context) error

PutV2MailaddressesMailAddressIdSpamprotection converts echo context to params.

func (*ServerInterfaceWrapper) PutV2SignupMfaResetRecoverycodes

func (w *ServerInterfaceWrapper) PutV2SignupMfaResetRecoverycodes(ctx echo.Context) error

PutV2SignupMfaResetRecoverycodes converts echo context to params.

func (*ServerInterfaceWrapper) PutV2SignupPassword

func (w *ServerInterfaceWrapper) PutV2SignupPassword(ctx echo.Context) error

PutV2SignupPassword converts echo context to params.

func (*ServerInterfaceWrapper) RelocationCreateLegacyTariffChange

func (w *ServerInterfaceWrapper) RelocationCreateLegacyTariffChange(ctx echo.Context) error

RelocationCreateLegacyTariffChange converts echo context to params.

func (*ServerInterfaceWrapper) RelocationCreateRelocation

func (w *ServerInterfaceWrapper) RelocationCreateRelocation(ctx echo.Context) error

RelocationCreateRelocation converts echo context to params.

func (*ServerInterfaceWrapper) ServicetokenAuthenticateService

func (w *ServerInterfaceWrapper) ServicetokenAuthenticateService(ctx echo.Context) error

ServicetokenAuthenticateService converts echo context to params.

func (*ServerInterfaceWrapper) SftpUserCreateSftpUser

func (w *ServerInterfaceWrapper) SftpUserCreateSftpUser(ctx echo.Context) error

SftpUserCreateSftpUser converts echo context to params.

func (*ServerInterfaceWrapper) SftpUserDeleteSftpUser

func (w *ServerInterfaceWrapper) SftpUserDeleteSftpUser(ctx echo.Context) error

SftpUserDeleteSftpUser converts echo context to params.

func (*ServerInterfaceWrapper) SftpUserGetSftpUser

func (w *ServerInterfaceWrapper) SftpUserGetSftpUser(ctx echo.Context) error

SftpUserGetSftpUser converts echo context to params.

func (*ServerInterfaceWrapper) SftpUserListSftpUsers

func (w *ServerInterfaceWrapper) SftpUserListSftpUsers(ctx echo.Context) error

SftpUserListSftpUsers converts echo context to params.

func (*ServerInterfaceWrapper) SftpUserUpdateSftpUser

func (w *ServerInterfaceWrapper) SftpUserUpdateSftpUser(ctx echo.Context) error

SftpUserUpdateSftpUser converts echo context to params.

func (*ServerInterfaceWrapper) SshUserCreateSshUser

func (w *ServerInterfaceWrapper) SshUserCreateSshUser(ctx echo.Context) error

SshUserCreateSshUser converts echo context to params.

func (*ServerInterfaceWrapper) SshUserDeleteSshUser

func (w *ServerInterfaceWrapper) SshUserDeleteSshUser(ctx echo.Context) error

SshUserDeleteSshUser converts echo context to params.

func (*ServerInterfaceWrapper) SshUserGetSshUser

func (w *ServerInterfaceWrapper) SshUserGetSshUser(ctx echo.Context) error

SshUserGetSshUser converts echo context to params.

func (*ServerInterfaceWrapper) SshUserListSshUsers

func (w *ServerInterfaceWrapper) SshUserListSshUsers(ctx echo.Context) error

SshUserListSshUsers converts echo context to params.

func (*ServerInterfaceWrapper) SshUserUpdateSshUser

func (w *ServerInterfaceWrapper) SshUserUpdateSshUser(ctx echo.Context) error

SshUserUpdateSshUser converts echo context to params.

func (*ServerInterfaceWrapper) UserAddPhoneNumber

func (w *ServerInterfaceWrapper) UserAddPhoneNumber(ctx echo.Context) error

UserAddPhoneNumber converts echo context to params.

func (*ServerInterfaceWrapper) UserAuthenticate

func (w *ServerInterfaceWrapper) UserAuthenticate(ctx echo.Context) error

UserAuthenticate converts echo context to params.

func (*ServerInterfaceWrapper) UserAuthenticateMfa

func (w *ServerInterfaceWrapper) UserAuthenticateMfa(ctx echo.Context) error

UserAuthenticateMfa converts echo context to params.

func (*ServerInterfaceWrapper) UserAuthenticateWithAccessTokenRetrievalKey

func (w *ServerInterfaceWrapper) UserAuthenticateWithAccessTokenRetrievalKey(ctx echo.Context) error

UserAuthenticateWithAccessTokenRetrievalKey converts echo context to params.

func (*ServerInterfaceWrapper) UserChangeEmail

func (w *ServerInterfaceWrapper) UserChangeEmail(ctx echo.Context) error

UserChangeEmail converts echo context to params.

func (*ServerInterfaceWrapper) UserChangePassword

func (w *ServerInterfaceWrapper) UserChangePassword(ctx echo.Context) error

UserChangePassword converts echo context to params.

func (*ServerInterfaceWrapper) UserCheckToken

func (w *ServerInterfaceWrapper) UserCheckToken(ctx echo.Context) error

UserCheckToken converts echo context to params.

func (*ServerInterfaceWrapper) UserConfirmMfa

func (w *ServerInterfaceWrapper) UserConfirmMfa(ctx echo.Context) error

UserConfirmMfa converts echo context to params.

func (*ServerInterfaceWrapper) UserConfirmPasswordReset

func (w *ServerInterfaceWrapper) UserConfirmPasswordReset(ctx echo.Context) error

UserConfirmPasswordReset converts echo context to params.

func (*ServerInterfaceWrapper) UserCreateAccessTokenRetrievalKey

func (w *ServerInterfaceWrapper) UserCreateAccessTokenRetrievalKey(ctx echo.Context) error

UserCreateAccessTokenRetrievalKey converts echo context to params.

func (*ServerInterfaceWrapper) UserCreateApiToken

func (w *ServerInterfaceWrapper) UserCreateApiToken(ctx echo.Context) error

UserCreateApiToken converts echo context to params.

func (*ServerInterfaceWrapper) UserCreateFeedback

func (w *ServerInterfaceWrapper) UserCreateFeedback(ctx echo.Context) error

UserCreateFeedback converts echo context to params.

func (*ServerInterfaceWrapper) UserCreateSshKey

func (w *ServerInterfaceWrapper) UserCreateSshKey(ctx echo.Context) error

UserCreateSshKey converts echo context to params.

func (*ServerInterfaceWrapper) UserDeleteApiToken

func (w *ServerInterfaceWrapper) UserDeleteApiToken(ctx echo.Context) error

UserDeleteApiToken converts echo context to params.

func (*ServerInterfaceWrapper) UserDeleteSshKey

func (w *ServerInterfaceWrapper) UserDeleteSshKey(ctx echo.Context) error

UserDeleteSshKey converts echo context to params.

func (*ServerInterfaceWrapper) UserDeleteUser

func (w *ServerInterfaceWrapper) UserDeleteUser(ctx echo.Context) error

UserDeleteUser converts echo context to params.

func (*ServerInterfaceWrapper) UserDisableMfa

func (w *ServerInterfaceWrapper) UserDisableMfa(ctx echo.Context) error

UserDisableMfa converts echo context to params.

func (*ServerInterfaceWrapper) UserEditApiToken

func (w *ServerInterfaceWrapper) UserEditApiToken(ctx echo.Context) error

UserEditApiToken converts echo context to params.

func (*ServerInterfaceWrapper) UserEditSshKey

func (w *ServerInterfaceWrapper) UserEditSshKey(ctx echo.Context) error

UserEditSshKey converts echo context to params.

func (*ServerInterfaceWrapper) UserGetApiToken

func (w *ServerInterfaceWrapper) UserGetApiToken(ctx echo.Context) error

UserGetApiToken converts echo context to params.

func (*ServerInterfaceWrapper) UserGetMfaStatus

func (w *ServerInterfaceWrapper) UserGetMfaStatus(ctx echo.Context) error

UserGetMfaStatus converts echo context to params.

func (*ServerInterfaceWrapper) UserGetOwnAccount

func (w *ServerInterfaceWrapper) UserGetOwnAccount(ctx echo.Context) error

UserGetOwnAccount converts echo context to params.

func (*ServerInterfaceWrapper) UserGetOwnEmail

func (w *ServerInterfaceWrapper) UserGetOwnEmail(ctx echo.Context) error

UserGetOwnEmail converts echo context to params.

func (*ServerInterfaceWrapper) UserGetPasswordUpdatedAt

func (w *ServerInterfaceWrapper) UserGetPasswordUpdatedAt(ctx echo.Context) error

UserGetPasswordUpdatedAt converts echo context to params.

func (*ServerInterfaceWrapper) UserGetPersonalizedSettings

func (w *ServerInterfaceWrapper) UserGetPersonalizedSettings(ctx echo.Context) error

UserGetPersonalizedSettings converts echo context to params.

func (*ServerInterfaceWrapper) UserGetPollStatus

func (w *ServerInterfaceWrapper) UserGetPollStatus(ctx echo.Context) error

UserGetPollStatus converts echo context to params.

func (*ServerInterfaceWrapper) UserGetSession

func (w *ServerInterfaceWrapper) UserGetSession(ctx echo.Context) error

UserGetSession converts echo context to params.

func (*ServerInterfaceWrapper) UserGetSshKey

func (w *ServerInterfaceWrapper) UserGetSshKey(ctx echo.Context) error

UserGetSshKey converts echo context to params.

func (*ServerInterfaceWrapper) UserGetUser

func (w *ServerInterfaceWrapper) UserGetUser(ctx echo.Context) error

UserGetUser converts echo context to params.

func (*ServerInterfaceWrapper) UserInitMfa

func (w *ServerInterfaceWrapper) UserInitMfa(ctx echo.Context) error

UserInitMfa converts echo context to params.

func (*ServerInterfaceWrapper) UserInitPasswordReset

func (w *ServerInterfaceWrapper) UserInitPasswordReset(ctx echo.Context) error

UserInitPasswordReset converts echo context to params.

func (*ServerInterfaceWrapper) UserListApiTokens

func (w *ServerInterfaceWrapper) UserListApiTokens(ctx echo.Context) error

UserListApiTokens converts echo context to params.

func (*ServerInterfaceWrapper) UserListFeedback

func (w *ServerInterfaceWrapper) UserListFeedback(ctx echo.Context) error

UserListFeedback converts echo context to params.

func (*ServerInterfaceWrapper) UserListSessions

func (w *ServerInterfaceWrapper) UserListSessions(ctx echo.Context) error

UserListSessions converts echo context to params.

func (*ServerInterfaceWrapper) UserListSshKeys

func (w *ServerInterfaceWrapper) UserListSshKeys(ctx echo.Context) error

UserListSshKeys converts echo context to params.

func (*ServerInterfaceWrapper) UserLogout

func (w *ServerInterfaceWrapper) UserLogout(ctx echo.Context) error

UserLogout converts echo context to params.

func (*ServerInterfaceWrapper) UserOauthGetAuthorization

func (w *ServerInterfaceWrapper) UserOauthGetAuthorization(ctx echo.Context) error

UserOauthGetAuthorization converts echo context to params.

func (*ServerInterfaceWrapper) UserOauthRetrieveAccessToken

func (w *ServerInterfaceWrapper) UserOauthRetrieveAccessToken(ctx echo.Context) error

UserOauthRetrieveAccessToken converts echo context to params.

func (*ServerInterfaceWrapper) UserPostPollStatus

func (w *ServerInterfaceWrapper) UserPostPollStatus(ctx echo.Context) error

UserPostPollStatus converts echo context to params.

func (*ServerInterfaceWrapper) UserRegister

func (w *ServerInterfaceWrapper) UserRegister(ctx echo.Context) error

UserRegister converts echo context to params.

func (*ServerInterfaceWrapper) UserRemoveAvatar

func (w *ServerInterfaceWrapper) UserRemoveAvatar(ctx echo.Context) error

UserRemoveAvatar converts echo context to params.

func (*ServerInterfaceWrapper) UserRemovePhoneNumber

func (w *ServerInterfaceWrapper) UserRemovePhoneNumber(ctx echo.Context) error

UserRemovePhoneNumber converts echo context to params.

func (*ServerInterfaceWrapper) UserRequestAvatarUpload

func (w *ServerInterfaceWrapper) UserRequestAvatarUpload(ctx echo.Context) error

UserRequestAvatarUpload converts echo context to params.

func (*ServerInterfaceWrapper) UserResendVerificationEmail

func (w *ServerInterfaceWrapper) UserResendVerificationEmail(ctx echo.Context) error

UserResendVerificationEmail converts echo context to params.

func (*ServerInterfaceWrapper) UserResetRecoverycodes

func (w *ServerInterfaceWrapper) UserResetRecoverycodes(ctx echo.Context) error

UserResetRecoverycodes converts echo context to params.

func (*ServerInterfaceWrapper) UserSupportCodeRequest

func (w *ServerInterfaceWrapper) UserSupportCodeRequest(ctx echo.Context) error

UserSupportCodeRequest converts echo context to params.

func (*ServerInterfaceWrapper) UserTerminateAllSessions

func (w *ServerInterfaceWrapper) UserTerminateAllSessions(ctx echo.Context) error

UserTerminateAllSessions converts echo context to params.

func (*ServerInterfaceWrapper) UserTerminateSession

func (w *ServerInterfaceWrapper) UserTerminateSession(ctx echo.Context) error

UserTerminateSession converts echo context to params.

func (*ServerInterfaceWrapper) UserUpdateAccount

func (w *ServerInterfaceWrapper) UserUpdateAccount(ctx echo.Context) error

UserUpdateAccount converts echo context to params.

func (*ServerInterfaceWrapper) UserUpdatePersonalInformation

func (w *ServerInterfaceWrapper) UserUpdatePersonalInformation(ctx echo.Context) error

UserUpdatePersonalInformation converts echo context to params.

func (*ServerInterfaceWrapper) UserUpdatePersonalizedSettings

func (w *ServerInterfaceWrapper) UserUpdatePersonalizedSettings(ctx echo.Context) error

UserUpdatePersonalizedSettings converts echo context to params.

func (*ServerInterfaceWrapper) UserVerifyEmail

func (w *ServerInterfaceWrapper) UserVerifyEmail(ctx echo.Context) error

UserVerifyEmail converts echo context to params.

func (*ServerInterfaceWrapper) UserVerifyPhoneNumber

func (w *ServerInterfaceWrapper) UserVerifyPhoneNumber(ctx echo.Context) error

UserVerifyPhoneNumber converts echo context to params.

func (*ServerInterfaceWrapper) UserVerifyRegistration

func (w *ServerInterfaceWrapper) UserVerifyRegistration(ctx echo.Context) error

UserVerifyRegistration converts echo context to params.

type ServicetokenAuthenticateServiceJSONBody

type ServicetokenAuthenticateServiceJSONBody struct {
	SecretAccessKey string `json:"secretAccessKey"`
}

ServicetokenAuthenticateServiceJSONBody defines parameters for ServicetokenAuthenticateService.

type ServicetokenAuthenticateServiceJSONRequestBody

type ServicetokenAuthenticateServiceJSONRequestBody ServicetokenAuthenticateServiceJSONBody

ServicetokenAuthenticateServiceJSONRequestBody defines body for ServicetokenAuthenticateService for application/json ContentType.

type ServicetokenAuthenticateServiceResponse

type ServicetokenAuthenticateServiceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		AccessToken struct {
			Id        string `json:"id"`
			JwtClaims struct {
				Exp string `json:"exp"`
				Iat string `json:"iat"`
				Iss string `json:"iss"`
				Sub string `json:"sub"`
			} `json:"jwtClaims"`
			PublicToken string `json:"publicToken"`
		} `json:"accessToken"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseServicetokenAuthenticateServiceResponse

func ParseServicetokenAuthenticateServiceResponse(rsp *http.Response) (*ServicetokenAuthenticateServiceResponse, error)

ParseServicetokenAuthenticateServiceResponse parses an HTTP response from a ServicetokenAuthenticateServiceWithResponse call

func (ServicetokenAuthenticateServiceResponse) Status

Status returns HTTPResponse.Status

func (ServicetokenAuthenticateServiceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SftpUserCreateSftpUserJSONBody

type SftpUserCreateSftpUserJSONBody struct {
	AccessLevel *SftpUserCreateSftpUserJSONBodyAccessLevel `json:"accessLevel,omitempty"`

	// Authentication Method of authentication for an SFTPUser or SSHUser. Can be password or public-keys.
	Authentication DeMittwaldV1SshuserAuthentication `json:"authentication"`
	Description    string                            `json:"description"`
	Directories    []string                          `json:"directories"`
	ExpiresAt      *time.Time                        `json:"expiresAt,omitempty"`
}

SftpUserCreateSftpUserJSONBody defines parameters for SftpUserCreateSftpUser.

type SftpUserCreateSftpUserJSONBodyAccessLevel

type SftpUserCreateSftpUserJSONBodyAccessLevel string

SftpUserCreateSftpUserJSONBodyAccessLevel defines parameters for SftpUserCreateSftpUser.

const (
	SftpUserCreateSftpUserJSONBodyAccessLevelFull SftpUserCreateSftpUserJSONBodyAccessLevel = "full"
	SftpUserCreateSftpUserJSONBodyAccessLevelRead SftpUserCreateSftpUserJSONBodyAccessLevel = "read"
)

Defines values for SftpUserCreateSftpUserJSONBodyAccessLevel.

type SftpUserCreateSftpUserJSONRequestBody

type SftpUserCreateSftpUserJSONRequestBody SftpUserCreateSftpUserJSONBody

SftpUserCreateSftpUserJSONRequestBody defines body for SftpUserCreateSftpUser for application/json ContentType.

type SftpUserCreateSftpUserResponse

type SftpUserCreateSftpUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *DeMittwaldV1SshuserSftpUser
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseSftpUserCreateSftpUserResponse

func ParseSftpUserCreateSftpUserResponse(rsp *http.Response) (*SftpUserCreateSftpUserResponse, error)

ParseSftpUserCreateSftpUserResponse parses an HTTP response from a SftpUserCreateSftpUserWithResponse call

func (SftpUserCreateSftpUserResponse) Status

Status returns HTTPResponse.Status

func (SftpUserCreateSftpUserResponse) StatusCode

func (r SftpUserCreateSftpUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SftpUserDeleteSftpUserResponse

type SftpUserDeleteSftpUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseSftpUserDeleteSftpUserResponse

func ParseSftpUserDeleteSftpUserResponse(rsp *http.Response) (*SftpUserDeleteSftpUserResponse, error)

ParseSftpUserDeleteSftpUserResponse parses an HTTP response from a SftpUserDeleteSftpUserWithResponse call

func (SftpUserDeleteSftpUserResponse) Status

Status returns HTTPResponse.Status

func (SftpUserDeleteSftpUserResponse) StatusCode

func (r SftpUserDeleteSftpUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SftpUserGetSftpUserResponse

type SftpUserGetSftpUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1SshuserSftpUser
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseSftpUserGetSftpUserResponse

func ParseSftpUserGetSftpUserResponse(rsp *http.Response) (*SftpUserGetSftpUserResponse, error)

ParseSftpUserGetSftpUserResponse parses an HTTP response from a SftpUserGetSftpUserWithResponse call

func (SftpUserGetSftpUserResponse) Status

Status returns HTTPResponse.Status

func (SftpUserGetSftpUserResponse) StatusCode

func (r SftpUserGetSftpUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SftpUserListSftpUsersParams

type SftpUserListSftpUsersParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
}

SftpUserListSftpUsersParams defines parameters for SftpUserListSftpUsers.

type SftpUserListSftpUsersResponse

type SftpUserListSftpUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1SshuserSftpUser
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseSftpUserListSftpUsersResponse

func ParseSftpUserListSftpUsersResponse(rsp *http.Response) (*SftpUserListSftpUsersResponse, error)

ParseSftpUserListSftpUsersResponse parses an HTTP response from a SftpUserListSftpUsersWithResponse call

func (SftpUserListSftpUsersResponse) Status

Status returns HTTPResponse.Status

func (SftpUserListSftpUsersResponse) StatusCode

func (r SftpUserListSftpUsersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SftpUserUpdateSftpUserJSONBody

type SftpUserUpdateSftpUserJSONBody struct {
	AccessLevel *SftpUserUpdateSftpUserJSONBodyAccessLevel `json:"accessLevel,omitempty"`
	Active      *bool                                      `json:"active,omitempty"`
	Description *string                                    `json:"description,omitempty"`
	Directories *[]string                                  `json:"directories,omitempty"`
	ExpiresAt   *time.Time                                 `json:"expiresAt,omitempty"`
	Password    *string                                    `json:"password,omitempty"`
	PublicKeys  *[]DeMittwaldV1SshuserPublicKey            `json:"publicKeys,omitempty"`
}

SftpUserUpdateSftpUserJSONBody defines parameters for SftpUserUpdateSftpUser.

type SftpUserUpdateSftpUserJSONBodyAccessLevel

type SftpUserUpdateSftpUserJSONBodyAccessLevel string

SftpUserUpdateSftpUserJSONBodyAccessLevel defines parameters for SftpUserUpdateSftpUser.

Defines values for SftpUserUpdateSftpUserJSONBodyAccessLevel.

type SftpUserUpdateSftpUserJSONRequestBody

type SftpUserUpdateSftpUserJSONRequestBody SftpUserUpdateSftpUserJSONBody

SftpUserUpdateSftpUserJSONRequestBody defines body for SftpUserUpdateSftpUser for application/json ContentType.

type SftpUserUpdateSftpUserResponse

type SftpUserUpdateSftpUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseSftpUserUpdateSftpUserResponse

func ParseSftpUserUpdateSftpUserResponse(rsp *http.Response) (*SftpUserUpdateSftpUserResponse, error)

ParseSftpUserUpdateSftpUserResponse parses an HTTP response from a SftpUserUpdateSftpUserWithResponse call

func (SftpUserUpdateSftpUserResponse) Status

Status returns HTTPResponse.Status

func (SftpUserUpdateSftpUserResponse) StatusCode

func (r SftpUserUpdateSftpUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SshUserCreateSshUserJSONBody

type SshUserCreateSshUserJSONBody struct {
	// Authentication Method of authentication for an SFTPUser or SSHUser. Can be password or public-keys.
	Authentication DeMittwaldV1SshuserAuthentication `json:"authentication"`
	Description    string                            `json:"description"`
	ExpiresAt      *time.Time                        `json:"expiresAt,omitempty"`
}

SshUserCreateSshUserJSONBody defines parameters for SshUserCreateSshUser.

type SshUserCreateSshUserJSONRequestBody

type SshUserCreateSshUserJSONRequestBody SshUserCreateSshUserJSONBody

SshUserCreateSshUserJSONRequestBody defines body for SshUserCreateSshUser for application/json ContentType.

type SshUserCreateSshUserResponse

type SshUserCreateSshUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *DeMittwaldV1SshuserSshUser
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseSshUserCreateSshUserResponse

func ParseSshUserCreateSshUserResponse(rsp *http.Response) (*SshUserCreateSshUserResponse, error)

ParseSshUserCreateSshUserResponse parses an HTTP response from a SshUserCreateSshUserWithResponse call

func (SshUserCreateSshUserResponse) Status

Status returns HTTPResponse.Status

func (SshUserCreateSshUserResponse) StatusCode

func (r SshUserCreateSshUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SshUserDeleteSshUserResponse

type SshUserDeleteSshUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseSshUserDeleteSshUserResponse

func ParseSshUserDeleteSshUserResponse(rsp *http.Response) (*SshUserDeleteSshUserResponse, error)

ParseSshUserDeleteSshUserResponse parses an HTTP response from a SshUserDeleteSshUserWithResponse call

func (SshUserDeleteSshUserResponse) Status

Status returns HTTPResponse.Status

func (SshUserDeleteSshUserResponse) StatusCode

func (r SshUserDeleteSshUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SshUserGetSshUserResponse

type SshUserGetSshUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1SshuserSshUser
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseSshUserGetSshUserResponse

func ParseSshUserGetSshUserResponse(rsp *http.Response) (*SshUserGetSshUserResponse, error)

ParseSshUserGetSshUserResponse parses an HTTP response from a SshUserGetSshUserWithResponse call

func (SshUserGetSshUserResponse) Status

func (r SshUserGetSshUserResponse) Status() string

Status returns HTTPResponse.Status

func (SshUserGetSshUserResponse) StatusCode

func (r SshUserGetSshUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SshUserListSshUsersParams

type SshUserListSshUsersParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
	Skip  *int `form:"skip,omitempty" json:"skip,omitempty"`
}

SshUserListSshUsersParams defines parameters for SshUserListSshUsers.

type SshUserListSshUsersResponse

type SshUserListSshUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1SshuserSshUser
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseSshUserListSshUsersResponse

func ParseSshUserListSshUsersResponse(rsp *http.Response) (*SshUserListSshUsersResponse, error)

ParseSshUserListSshUsersResponse parses an HTTP response from a SshUserListSshUsersWithResponse call

func (SshUserListSshUsersResponse) Status

Status returns HTTPResponse.Status

func (SshUserListSshUsersResponse) StatusCode

func (r SshUserListSshUsersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SshUserUpdateSshUserJSONBody

type SshUserUpdateSshUserJSONBody struct {
	Active      *bool                           `json:"active,omitempty"`
	Description *string                         `json:"description,omitempty"`
	ExpiresAt   *time.Time                      `json:"expiresAt,omitempty"`
	Password    *string                         `json:"password,omitempty"`
	PublicKeys  *[]DeMittwaldV1SshuserPublicKey `json:"publicKeys,omitempty"`
}

SshUserUpdateSshUserJSONBody defines parameters for SshUserUpdateSshUser.

type SshUserUpdateSshUserJSONRequestBody

type SshUserUpdateSshUserJSONRequestBody SshUserUpdateSshUserJSONBody

SshUserUpdateSshUserJSONRequestBody defines body for SshUserUpdateSshUser for application/json ContentType.

type SshUserUpdateSshUserResponse

type SshUserUpdateSshUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseSshUserUpdateSshUserResponse

func ParseSshUserUpdateSshUserResponse(rsp *http.Response) (*SshUserUpdateSshUserResponse, error)

ParseSshUserUpdateSshUserResponse parses an HTTP response from a SshUserUpdateSshUserWithResponse call

func (SshUserUpdateSshUserResponse) Status

Status returns HTTPResponse.Status

func (SshUserUpdateSshUserResponse) StatusCode

func (r SshUserUpdateSshUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserAddPhoneNumberJSONBody

type UserAddPhoneNumberJSONBody struct {
	PhoneNumber string `json:"phoneNumber"`
}

UserAddPhoneNumberJSONBody defines parameters for UserAddPhoneNumber.

type UserAddPhoneNumberJSONRequestBody

type UserAddPhoneNumberJSONRequestBody UserAddPhoneNumberJSONBody

UserAddPhoneNumberJSONRequestBody defines body for UserAddPhoneNumber for application/json ContentType.

type UserAddPhoneNumberParamsUserId0

type UserAddPhoneNumberParamsUserId0 string

UserAddPhoneNumberParamsUserId0 defines parameters for UserAddPhoneNumber.

const (
	UserAddPhoneNumberParamsUserId0Self UserAddPhoneNumberParamsUserId0 = "self"
)

Defines values for UserAddPhoneNumberParamsUserId0.

type UserAddPhoneNumberParamsUserId1

type UserAddPhoneNumberParamsUserId1 = openapi_types.UUID

UserAddPhoneNumberParamsUserId1 defines parameters for UserAddPhoneNumber.

type UserAddPhoneNumberResponse

type UserAddPhoneNumberResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsRateLimitError
	JSON409      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserAddPhoneNumberResponse

func ParseUserAddPhoneNumberResponse(rsp *http.Response) (*UserAddPhoneNumberResponse, error)

ParseUserAddPhoneNumberResponse parses an HTTP response from a UserAddPhoneNumberWithResponse call

func (UserAddPhoneNumberResponse) Status

Status returns HTTPResponse.Status

func (UserAddPhoneNumberResponse) StatusCode

func (r UserAddPhoneNumberResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserAuthenticate202Name

type UserAuthenticate202Name string

type UserAuthenticateJSONBody

type UserAuthenticateJSONBody struct {
	// Email The users Email-Address.
	Email string `json:"email"`

	// Password Password of the User.
	Password string `json:"password"`
}

UserAuthenticateJSONBody defines parameters for UserAuthenticate.

type UserAuthenticateJSONRequestBody

type UserAuthenticateJSONRequestBody UserAuthenticateJSONBody

UserAuthenticateJSONRequestBody defines body for UserAuthenticate for application/json ContentType.

type UserAuthenticateMfa408Name

type UserAuthenticateMfa408Name string

type UserAuthenticateMfaJSONBody

type UserAuthenticateMfaJSONBody struct {
	// Email The email of the user.
	Email *openapi_types.Email `json:"email,omitempty"`

	// MultiFactorCode The second factor - otp code or recovery code.
	MultiFactorCode string `json:"multiFactorCode"`

	// Password The password of the user.
	Password *string `json:"password,omitempty"`
}

UserAuthenticateMfaJSONBody defines parameters for UserAuthenticateMfa.

type UserAuthenticateMfaJSONRequestBody

type UserAuthenticateMfaJSONRequestBody UserAuthenticateMfaJSONBody

UserAuthenticateMfaJSONRequestBody defines body for UserAuthenticateMfa for application/json ContentType.

type UserAuthenticateMfaResponse

type UserAuthenticateMfaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// Expires Expiration unix timestamp
		Expires *time.Time `json:"expires,omitempty"`

		// Token Public token to identify yourself against the api gateway.
		Token string `json:"token"`
	}
	JSON400 *DeMittwaldV1CommonsValidationErrors
	JSON408 *struct {
		// Info A json object, given further information about the error
		Info *map[string]interface{} `json:"info,omitempty"`

		// Message Some more detailed information about the error
		Message string                     `json:"message"`
		Name    UserAuthenticateMfa408Name `json:"name"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserAuthenticateMfaResponse

func ParseUserAuthenticateMfaResponse(rsp *http.Response) (*UserAuthenticateMfaResponse, error)

ParseUserAuthenticateMfaResponse parses an HTTP response from a UserAuthenticateMfaWithResponse call

func (UserAuthenticateMfaResponse) Status

Status returns HTTPResponse.Status

func (UserAuthenticateMfaResponse) StatusCode

func (r UserAuthenticateMfaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserAuthenticateResponse

type UserAuthenticateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// Expires Expiration unix timestamp
		Expires *time.Time `json:"expires,omitempty"`

		// Token Public token to identify yourself against the api gateway.
		Token string `json:"token"`
	}
	JSON202 *struct {
		Name *UserAuthenticate202Name `json:"name,omitempty"`
	}
	JSON400     *DeMittwaldV1CommonsDefaultError
	JSON401     *DeMittwaldV1CommonsValidationErrors
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserAuthenticateResponse

func ParseUserAuthenticateResponse(rsp *http.Response) (*UserAuthenticateResponse, error)

ParseUserAuthenticateResponse parses an HTTP response from a UserAuthenticateWithResponse call

func (UserAuthenticateResponse) Status

func (r UserAuthenticateResponse) Status() string

Status returns HTTPResponse.Status

func (UserAuthenticateResponse) StatusCode

func (r UserAuthenticateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserAuthenticateWithAccessTokenRetrievalKeyJSONBody

type UserAuthenticateWithAccessTokenRetrievalKeyJSONBody struct {
	AccessTokenRetrievalKey string             `json:"accessTokenRetrievalKey"`
	UserId                  openapi_types.UUID `json:"userId"`
}

UserAuthenticateWithAccessTokenRetrievalKeyJSONBody defines parameters for UserAuthenticateWithAccessTokenRetrievalKey.

type UserAuthenticateWithAccessTokenRetrievalKeyJSONRequestBody

type UserAuthenticateWithAccessTokenRetrievalKeyJSONRequestBody UserAuthenticateWithAccessTokenRetrievalKeyJSONBody

UserAuthenticateWithAccessTokenRetrievalKeyJSONRequestBody defines body for UserAuthenticateWithAccessTokenRetrievalKey for application/json ContentType.

type UserAuthenticateWithAccessTokenRetrievalKeyResponse

type UserAuthenticateWithAccessTokenRetrievalKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		ExpiresAt *time.Time `json:"expiresAt,omitempty"`

		// Token Public token to identify yourself against the public api.
		Token string `json:"token"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserAuthenticateWithAccessTokenRetrievalKeyResponse

func ParseUserAuthenticateWithAccessTokenRetrievalKeyResponse(rsp *http.Response) (*UserAuthenticateWithAccessTokenRetrievalKeyResponse, error)

ParseUserAuthenticateWithAccessTokenRetrievalKeyResponse parses an HTTP response from a UserAuthenticateWithAccessTokenRetrievalKeyWithResponse call

func (UserAuthenticateWithAccessTokenRetrievalKeyResponse) Status

Status returns HTTPResponse.Status

func (UserAuthenticateWithAccessTokenRetrievalKeyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UserChangeEmailJSONBody

type UserChangeEmailJSONBody struct {
	// Email The new Email-Address
	Email openapi_types.Email `json:"email"`
}

UserChangeEmailJSONBody defines parameters for UserChangeEmail.

type UserChangeEmailJSONRequestBody

type UserChangeEmailJSONRequestBody UserChangeEmailJSONBody

UserChangeEmailJSONRequestBody defines body for UserChangeEmail for application/json ContentType.

type UserChangeEmailResponse

type UserChangeEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserChangeEmailResponse

func ParseUserChangeEmailResponse(rsp *http.Response) (*UserChangeEmailResponse, error)

ParseUserChangeEmailResponse parses an HTTP response from a UserChangeEmailWithResponse call

func (UserChangeEmailResponse) Status

func (r UserChangeEmailResponse) Status() string

Status returns HTTPResponse.Status

func (UserChangeEmailResponse) StatusCode

func (r UserChangeEmailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserChangePassword202Name

type UserChangePassword202Name string

type UserChangePasswordJSONBody

type UserChangePasswordJSONBody struct {
	// MultiFactorCode Multi Factor Code to confirm MFA.
	// This is optional, depending on the MFA activation status of the profile.
	MultiFactorCode *string `json:"multiFactorCode,omitempty"`

	// NewPassword The new password.
	NewPassword string `json:"newPassword"`

	// OldPassword The old password.
	OldPassword string `json:"oldPassword"`
}

UserChangePasswordJSONBody defines parameters for UserChangePassword.

type UserChangePasswordJSONRequestBody

type UserChangePasswordJSONRequestBody UserChangePasswordJSONBody

UserChangePasswordJSONRequestBody defines body for UserChangePassword for application/json ContentType.

type UserChangePasswordResponse

type UserChangePasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// Expires Expiration unix timestamp.
		Expires *time.Time `json:"expires,omitempty"`

		// Token Public token to identify yourself against the api gateway.
		Token string `json:"token"`
	}
	JSON202     *DeMittwaldV1SignupSecondFactorRequiredError
	JSON400     *DeMittwaldV1CommonsValidationErrors
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserChangePasswordResponse

func ParseUserChangePasswordResponse(rsp *http.Response) (*UserChangePasswordResponse, error)

ParseUserChangePasswordResponse parses an HTTP response from a UserChangePasswordWithResponse call

func (UserChangePasswordResponse) Status

Status returns HTTPResponse.Status

func (UserChangePasswordResponse) StatusCode

func (r UserChangePasswordResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserCheckTokenJSONBody

type UserCheckTokenJSONBody = map[string]interface{}

UserCheckTokenJSONBody defines parameters for UserCheckToken.

type UserCheckTokenJSONRequestBody

type UserCheckTokenJSONRequestBody = UserCheckTokenJSONBody

UserCheckTokenJSONRequestBody defines body for UserCheckToken for application/json ContentType.

type UserCheckTokenResponse

type UserCheckTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id          openapi_types.UUID `json:"id"`
		PublicToken string             `json:"publicToken"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserCheckTokenResponse

func ParseUserCheckTokenResponse(rsp *http.Response) (*UserCheckTokenResponse, error)

ParseUserCheckTokenResponse parses an HTTP response from a UserCheckTokenWithResponse call

func (UserCheckTokenResponse) Status

func (r UserCheckTokenResponse) Status() string

Status returns HTTPResponse.Status

func (UserCheckTokenResponse) StatusCode

func (r UserCheckTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserClient

type UserClient interface {
	GetCurrentUser(ctx context.Context) (*DeMittwaldV1UserUser, error)
	GetUser(ctx context.Context, userID string) (*DeMittwaldV1UserUser, error)
}

type UserConfirmMfaJSONBody

type UserConfirmMfaJSONBody struct {
	// MultiFactorCode Multi Factor Code to confirm MFA.
	MultiFactorCode string `json:"multiFactorCode"`
}

UserConfirmMfaJSONBody defines parameters for UserConfirmMfa.

type UserConfirmMfaJSONRequestBody

type UserConfirmMfaJSONRequestBody UserConfirmMfaJSONBody

UserConfirmMfaJSONRequestBody defines body for UserConfirmMfa for application/json ContentType.

type UserConfirmMfaResponse

type UserConfirmMfaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		RecoveryCodesList []string `json:"recoveryCodesList"`
	}
	JSON400     *DeMittwaldV1CommonsValidationErrors
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserConfirmMfaResponse

func ParseUserConfirmMfaResponse(rsp *http.Response) (*UserConfirmMfaResponse, error)

ParseUserConfirmMfaResponse parses an HTTP response from a UserConfirmMfaWithResponse call

func (UserConfirmMfaResponse) Status

func (r UserConfirmMfaResponse) Status() string

Status returns HTTPResponse.Status

func (UserConfirmMfaResponse) StatusCode

func (r UserConfirmMfaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserConfirmPasswordResetJSONBody

type UserConfirmPasswordResetJSONBody struct {
	// Password The new password.
	Password string `json:"password"`

	// Token Password reset token
	Token string `json:"token"`

	// UserId UserId of the user to reset the password for.
	UserId openapi_types.UUID `json:"userId"`
}

UserConfirmPasswordResetJSONBody defines parameters for UserConfirmPasswordReset.

type UserConfirmPasswordResetJSONRequestBody

type UserConfirmPasswordResetJSONRequestBody UserConfirmPasswordResetJSONBody

UserConfirmPasswordResetJSONRequestBody defines body for UserConfirmPasswordReset for application/json ContentType.

type UserConfirmPasswordResetResponse

type UserConfirmPasswordResetResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserConfirmPasswordResetResponse

func ParseUserConfirmPasswordResetResponse(rsp *http.Response) (*UserConfirmPasswordResetResponse, error)

ParseUserConfirmPasswordResetResponse parses an HTTP response from a UserConfirmPasswordResetWithResponse call

func (UserConfirmPasswordResetResponse) Status

Status returns HTTPResponse.Status

func (UserConfirmPasswordResetResponse) StatusCode

func (r UserConfirmPasswordResetResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserCreateAccessTokenRetrievalKeyJSONBody

type UserCreateAccessTokenRetrievalKeyJSONBody = interface{}

UserCreateAccessTokenRetrievalKeyJSONBody defines parameters for UserCreateAccessTokenRetrievalKey.

type UserCreateAccessTokenRetrievalKeyJSONRequestBody

type UserCreateAccessTokenRetrievalKeyJSONRequestBody = UserCreateAccessTokenRetrievalKeyJSONBody

UserCreateAccessTokenRetrievalKeyJSONRequestBody defines body for UserCreateAccessTokenRetrievalKey for application/json ContentType.

type UserCreateAccessTokenRetrievalKeyResponse

type UserCreateAccessTokenRetrievalKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		// AccessTokenRetrievalKey This retrieval can be used as a one time password. It is only valid once and for a short time.
		AccessTokenRetrievalKey string             `json:"accessTokenRetrievalKey"`
		UserId                  openapi_types.UUID `json:"userId"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserCreateAccessTokenRetrievalKeyResponse

func ParseUserCreateAccessTokenRetrievalKeyResponse(rsp *http.Response) (*UserCreateAccessTokenRetrievalKeyResponse, error)

ParseUserCreateAccessTokenRetrievalKeyResponse parses an HTTP response from a UserCreateAccessTokenRetrievalKeyWithResponse call

func (UserCreateAccessTokenRetrievalKeyResponse) Status

Status returns HTTPResponse.Status

func (UserCreateAccessTokenRetrievalKeyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UserCreateApiTokenJSONBody

type UserCreateApiTokenJSONBody struct {
	Description string     `json:"description"`
	ExpiresAt   *time.Time `json:"expiresAt,omitempty"`

	// Roles Determines the access rights of the ApiToken.
	Roles []UserCreateApiTokenJSONBodyRoles `json:"roles"`
}

UserCreateApiTokenJSONBody defines parameters for UserCreateApiToken.

type UserCreateApiTokenJSONBodyRoles

type UserCreateApiTokenJSONBodyRoles string

UserCreateApiTokenJSONBodyRoles defines parameters for UserCreateApiToken.

const (
	ApiRead  UserCreateApiTokenJSONBodyRoles = "api_read"
	ApiWrite UserCreateApiTokenJSONBodyRoles = "api_write"
)

Defines values for UserCreateApiTokenJSONBodyRoles.

type UserCreateApiTokenJSONRequestBody

type UserCreateApiTokenJSONRequestBody UserCreateApiTokenJSONBody

UserCreateApiTokenJSONRequestBody defines body for UserCreateApiToken for application/json ContentType.

type UserCreateApiTokenResponse

type UserCreateApiTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		// Token The `ApiToken`.
		Token string `json:"token"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserCreateApiTokenResponse

func ParseUserCreateApiTokenResponse(rsp *http.Response) (*UserCreateApiTokenResponse, error)

ParseUserCreateApiTokenResponse parses an HTTP response from a UserCreateApiTokenWithResponse call

func (UserCreateApiTokenResponse) Status

Status returns HTTPResponse.Status

func (UserCreateApiTokenResponse) StatusCode

func (r UserCreateApiTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserCreateFeedbackJSONBody

type UserCreateFeedbackJSONBody struct {
	// Message Personal feedback message.
	Message *string `json:"message,omitempty"`

	// Origin Origin of the feedback.
	Origin *string `json:"origin,omitempty"`

	// Subject Descriptive subject.
	Subject string `json:"subject"`

	// Type Type of feedback.
	Type *UserCreateFeedbackJSONBodyType `json:"type,omitempty"`

	// Vote Feedback rating from bad to good. Set to 0 or skip this field to not vote at all.
	Vote *float32 `json:"vote,omitempty"`
}

UserCreateFeedbackJSONBody defines parameters for UserCreateFeedback.

type UserCreateFeedbackJSONBodyType

type UserCreateFeedbackJSONBodyType string

UserCreateFeedbackJSONBodyType defines parameters for UserCreateFeedback.

const (
	UserCreateFeedbackJSONBodyTypeBug      UserCreateFeedbackJSONBodyType = "bug"
	UserCreateFeedbackJSONBodyTypeFeedback UserCreateFeedbackJSONBodyType = "feedback"
)

Defines values for UserCreateFeedbackJSONBodyType.

type UserCreateFeedbackJSONRequestBody

type UserCreateFeedbackJSONRequestBody UserCreateFeedbackJSONBody

UserCreateFeedbackJSONRequestBody defines body for UserCreateFeedback for application/json ContentType.

type UserCreateFeedbackResponse

type UserCreateFeedbackResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *map[string]interface{}
	JSON401      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserCreateFeedbackResponse

func ParseUserCreateFeedbackResponse(rsp *http.Response) (*UserCreateFeedbackResponse, error)

ParseUserCreateFeedbackResponse parses an HTTP response from a UserCreateFeedbackWithResponse call

func (UserCreateFeedbackResponse) Status

Status returns HTTPResponse.Status

func (UserCreateFeedbackResponse) StatusCode

func (r UserCreateFeedbackResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserCreateSshKeyJSONBody

type UserCreateSshKeyJSONBody struct {
	ExpiresAt *time.Time `json:"expiresAt,omitempty"`
	PublicKey string     `json:"publicKey"`
}

UserCreateSshKeyJSONBody defines parameters for UserCreateSshKey.

type UserCreateSshKeyJSONRequestBody

type UserCreateSshKeyJSONRequestBody UserCreateSshKeyJSONBody

UserCreateSshKeyJSONRequestBody defines body for UserCreateSshKey for application/json ContentType.

type UserCreateSshKeyResponse

type UserCreateSshKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *map[string]interface{}
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserCreateSshKeyResponse

func ParseUserCreateSshKeyResponse(rsp *http.Response) (*UserCreateSshKeyResponse, error)

ParseUserCreateSshKeyResponse parses an HTTP response from a UserCreateSshKeyWithResponse call

func (UserCreateSshKeyResponse) Status

func (r UserCreateSshKeyResponse) Status() string

Status returns HTTPResponse.Status

func (UserCreateSshKeyResponse) StatusCode

func (r UserCreateSshKeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserDeleteApiTokenResponse

type UserDeleteApiTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserDeleteApiTokenResponse

func ParseUserDeleteApiTokenResponse(rsp *http.Response) (*UserDeleteApiTokenResponse, error)

ParseUserDeleteApiTokenResponse parses an HTTP response from a UserDeleteApiTokenWithResponse call

func (UserDeleteApiTokenResponse) Status

Status returns HTTPResponse.Status

func (UserDeleteApiTokenResponse) StatusCode

func (r UserDeleteApiTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserDeleteSshKeyResponse

type UserDeleteSshKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserDeleteSshKeyResponse

func ParseUserDeleteSshKeyResponse(rsp *http.Response) (*UserDeleteSshKeyResponse, error)

ParseUserDeleteSshKeyResponse parses an HTTP response from a UserDeleteSshKeyWithResponse call

func (UserDeleteSshKeyResponse) Status

func (r UserDeleteSshKeyResponse) Status() string

Status returns HTTPResponse.Status

func (UserDeleteSshKeyResponse) StatusCode

func (r UserDeleteSshKeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserDeleteUser202Name

type UserDeleteUser202Name string

type UserDeleteUser409Name

type UserDeleteUser409Name string

type UserDeleteUserJSONBody

type UserDeleteUserJSONBody struct {
	// MultiFactorCode Multi Factor Code to authorize your request.
	MultiFactorCode *string `json:"multiFactorCode,omitempty"`
	Password        string  `json:"password"`
}

UserDeleteUserJSONBody defines parameters for UserDeleteUser.

type UserDeleteUserJSONRequestBody

type UserDeleteUserJSONRequestBody UserDeleteUserJSONBody

UserDeleteUserJSONRequestBody defines body for UserDeleteUser for application/json ContentType.

type UserDeleteUserResponse

func ParseUserDeleteUserResponse

func ParseUserDeleteUserResponse(rsp *http.Response) (*UserDeleteUserResponse, error)

ParseUserDeleteUserResponse parses an HTTP response from a UserDeleteUserWithResponse call

func (UserDeleteUserResponse) Status

func (r UserDeleteUserResponse) Status() string

Status returns HTTPResponse.Status

func (UserDeleteUserResponse) StatusCode

func (r UserDeleteUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserDisableMfaJSONBody

type UserDisableMfaJSONBody struct {
	// MultiFactorCode Multi Factor Code to confirm MFA.
	MultiFactorCode string `json:"multiFactorCode"`
}

UserDisableMfaJSONBody defines parameters for UserDisableMfa.

type UserDisableMfaJSONRequestBody

type UserDisableMfaJSONRequestBody UserDisableMfaJSONBody

UserDisableMfaJSONRequestBody defines body for UserDisableMfa for application/json ContentType.

type UserDisableMfaResponse

type UserDisableMfaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserDisableMfaResponse

func ParseUserDisableMfaResponse(rsp *http.Response) (*UserDisableMfaResponse, error)

ParseUserDisableMfaResponse parses an HTTP response from a UserDisableMfaWithResponse call

func (UserDisableMfaResponse) Status

func (r UserDisableMfaResponse) Status() string

Status returns HTTPResponse.Status

func (UserDisableMfaResponse) StatusCode

func (r UserDisableMfaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserEditApiTokenJSONBody

type UserEditApiTokenJSONBody struct {
	Description string     `json:"description"`
	ExpiresAt   *time.Time `json:"expiresAt,omitempty"`
}

UserEditApiTokenJSONBody defines parameters for UserEditApiToken.

type UserEditApiTokenJSONRequestBody

type UserEditApiTokenJSONRequestBody UserEditApiTokenJSONBody

UserEditApiTokenJSONRequestBody defines body for UserEditApiToken for application/json ContentType.

type UserEditApiTokenResponse

type UserEditApiTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserEditApiTokenResponse

func ParseUserEditApiTokenResponse(rsp *http.Response) (*UserEditApiTokenResponse, error)

ParseUserEditApiTokenResponse parses an HTTP response from a UserEditApiTokenWithResponse call

func (UserEditApiTokenResponse) Status

func (r UserEditApiTokenResponse) Status() string

Status returns HTTPResponse.Status

func (UserEditApiTokenResponse) StatusCode

func (r UserEditApiTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserEditSshKeyJSONBody

type UserEditSshKeyJSONBody struct {
	Comment   string     `json:"comment"`
	ExpiresAt *time.Time `json:"expiresAt,omitempty"`
}

UserEditSshKeyJSONBody defines parameters for UserEditSshKey.

type UserEditSshKeyJSONRequestBody

type UserEditSshKeyJSONRequestBody UserEditSshKeyJSONBody

UserEditSshKeyJSONRequestBody defines body for UserEditSshKey for application/json ContentType.

type UserEditSshKeyResponse

type UserEditSshKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserEditSshKeyResponse

func ParseUserEditSshKeyResponse(rsp *http.Response) (*UserEditSshKeyResponse, error)

ParseUserEditSshKeyResponse parses an HTTP response from a UserEditSshKeyWithResponse call

func (UserEditSshKeyResponse) Status

func (r UserEditSshKeyResponse) Status() string

Status returns HTTPResponse.Status

func (UserEditSshKeyResponse) StatusCode

func (r UserEditSshKeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserGetApiTokenResponse

type UserGetApiTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1SignupApiToken
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserGetApiTokenResponse

func ParseUserGetApiTokenResponse(rsp *http.Response) (*UserGetApiTokenResponse, error)

ParseUserGetApiTokenResponse parses an HTTP response from a UserGetApiTokenWithResponse call

func (UserGetApiTokenResponse) Status

func (r UserGetApiTokenResponse) Status() string

Status returns HTTPResponse.Status

func (UserGetApiTokenResponse) StatusCode

func (r UserGetApiTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserGetMfaStatusResponse

type UserGetMfaStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Confirmed   bool `json:"confirmed"`
		Initialized bool `json:"initialized"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserGetMfaStatusResponse

func ParseUserGetMfaStatusResponse(rsp *http.Response) (*UserGetMfaStatusResponse, error)

ParseUserGetMfaStatusResponse parses an HTTP response from a UserGetMfaStatusWithResponse call

func (UserGetMfaStatusResponse) Status

func (r UserGetMfaStatusResponse) Status() string

Status returns HTTPResponse.Status

func (UserGetMfaStatusResponse) StatusCode

func (r UserGetMfaStatusResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserGetOwnAccountJSONBody

type UserGetOwnAccountJSONBody = map[string]interface{}

UserGetOwnAccountJSONBody defines parameters for UserGetOwnAccount.

type UserGetOwnAccountJSONRequestBody

type UserGetOwnAccountJSONRequestBody = UserGetOwnAccountJSONBody

UserGetOwnAccountJSONRequestBody defines body for UserGetOwnAccount for application/json ContentType.

type UserGetOwnAccountResponse

type UserGetOwnAccountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1SignupAccount
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserGetOwnAccountResponse

func ParseUserGetOwnAccountResponse(rsp *http.Response) (*UserGetOwnAccountResponse, error)

ParseUserGetOwnAccountResponse parses an HTTP response from a UserGetOwnAccountWithResponse call

func (UserGetOwnAccountResponse) Status

func (r UserGetOwnAccountResponse) Status() string

Status returns HTTPResponse.Status

func (UserGetOwnAccountResponse) StatusCode

func (r UserGetOwnAccountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserGetOwnEmailResponse

type UserGetOwnEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Email openapi_types.Email `json:"email"`
	}
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserGetOwnEmailResponse

func ParseUserGetOwnEmailResponse(rsp *http.Response) (*UserGetOwnEmailResponse, error)

ParseUserGetOwnEmailResponse parses an HTTP response from a UserGetOwnEmailWithResponse call

func (UserGetOwnEmailResponse) Status

func (r UserGetOwnEmailResponse) Status() string

Status returns HTTPResponse.Status

func (UserGetOwnEmailResponse) StatusCode

func (r UserGetOwnEmailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserGetPasswordUpdatedAtJSONBody

type UserGetPasswordUpdatedAtJSONBody = map[string]interface{}

UserGetPasswordUpdatedAtJSONBody defines parameters for UserGetPasswordUpdatedAt.

type UserGetPasswordUpdatedAtJSONRequestBody

type UserGetPasswordUpdatedAtJSONRequestBody = UserGetPasswordUpdatedAtJSONBody

UserGetPasswordUpdatedAtJSONRequestBody defines body for UserGetPasswordUpdatedAt for application/json ContentType.

type UserGetPasswordUpdatedAtResponse

type UserGetPasswordUpdatedAtResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		PasswordUpdatedAt time.Time `json:"passwordUpdatedAt"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserGetPasswordUpdatedAtResponse

func ParseUserGetPasswordUpdatedAtResponse(rsp *http.Response) (*UserGetPasswordUpdatedAtResponse, error)

ParseUserGetPasswordUpdatedAtResponse parses an HTTP response from a UserGetPasswordUpdatedAtWithResponse call

func (UserGetPasswordUpdatedAtResponse) Status

Status returns HTTPResponse.Status

func (UserGetPasswordUpdatedAtResponse) StatusCode

func (r UserGetPasswordUpdatedAtResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserGetPersonalizedSettingsParamsUserId0

type UserGetPersonalizedSettingsParamsUserId0 string

UserGetPersonalizedSettingsParamsUserId0 defines parameters for UserGetPersonalizedSettings.

const (
	UserGetPersonalizedSettingsParamsUserId0Self UserGetPersonalizedSettingsParamsUserId0 = "self"
)

Defines values for UserGetPersonalizedSettingsParamsUserId0.

type UserGetPersonalizedSettingsParamsUserId1

type UserGetPersonalizedSettingsParamsUserId1 = openapi_types.UUID

UserGetPersonalizedSettingsParamsUserId1 defines parameters for UserGetPersonalizedSettings.

type UserGetPersonalizedSettingsResponse

type UserGetPersonalizedSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		SettingsString *string `json:"settingsString,omitempty"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserGetPersonalizedSettingsResponse

func ParseUserGetPersonalizedSettingsResponse(rsp *http.Response) (*UserGetPersonalizedSettingsResponse, error)

ParseUserGetPersonalizedSettingsResponse parses an HTTP response from a UserGetPersonalizedSettingsWithResponse call

func (UserGetPersonalizedSettingsResponse) Status

Status returns HTTPResponse.Status

func (UserGetPersonalizedSettingsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UserGetPollStatusResponse

type UserGetPollStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1PollUserPollSettings
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserGetPollStatusResponse

func ParseUserGetPollStatusResponse(rsp *http.Response) (*UserGetPollStatusResponse, error)

ParseUserGetPollStatusResponse parses an HTTP response from a UserGetPollStatusWithResponse call

func (UserGetPollStatusResponse) Status

func (r UserGetPollStatusResponse) Status() string

Status returns HTTPResponse.Status

func (UserGetPollStatusResponse) StatusCode

func (r UserGetPollStatusResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserGetSessionResponse

type UserGetSessionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1SignupUserSession
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserGetSessionResponse

func ParseUserGetSessionResponse(rsp *http.Response) (*UserGetSessionResponse, error)

ParseUserGetSessionResponse parses an HTTP response from a UserGetSessionWithResponse call

func (UserGetSessionResponse) Status

func (r UserGetSessionResponse) Status() string

Status returns HTTPResponse.Status

func (UserGetSessionResponse) StatusCode

func (r UserGetSessionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserGetSshKeyResponse

type UserGetSshKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		SshKey DeMittwaldV1SignupSshKey `json:"sshKey"`
	}
	JSON404     *DeMittwaldV1CommonsNotFoundError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserGetSshKeyResponse

func ParseUserGetSshKeyResponse(rsp *http.Response) (*UserGetSshKeyResponse, error)

ParseUserGetSshKeyResponse parses an HTTP response from a UserGetSshKeyWithResponse call

func (UserGetSshKeyResponse) Status

func (r UserGetSshKeyResponse) Status() string

Status returns HTTPResponse.Status

func (UserGetSshKeyResponse) StatusCode

func (r UserGetSshKeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserGetUserParamsUserId0

type UserGetUserParamsUserId0 string

UserGetUserParamsUserId0 defines parameters for UserGetUser.

const (
	UserGetUserParamsUserId0Self UserGetUserParamsUserId0 = "self"
)

Defines values for UserGetUserParamsUserId0.

type UserGetUserParamsUserId1

type UserGetUserParamsUserId1 = openapi_types.UUID

UserGetUserParamsUserId1 defines parameters for UserGetUser.

type UserGetUserResponse

type UserGetUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1UserUser
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSON404      *DeMittwaldV1CommonsDefaultError
	JSON412      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserGetUserResponse

func ParseUserGetUserResponse(rsp *http.Response) (*UserGetUserResponse, error)

ParseUserGetUserResponse parses an HTTP response from a UserGetUserWithResponse call

func (UserGetUserResponse) Status

func (r UserGetUserResponse) Status() string

Status returns HTTPResponse.Status

func (UserGetUserResponse) StatusCode

func (r UserGetUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserInitMfaJSONBody

type UserInitMfaJSONBody = map[string]interface{}

UserInitMfaJSONBody defines parameters for UserInitMfa.

type UserInitMfaJSONRequestBody

type UserInitMfaJSONRequestBody = UserInitMfaJSONBody

UserInitMfaJSONRequestBody defines body for UserInitMfa for application/json ContentType.

type UserInitMfaResponse

type UserInitMfaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// Barcode base64 encoded barcode content to scan from your mfa app. e.g. `iVBORw0KGgoAAAANSUhEUgAAAMgAAADIEAAAAADYoy...`. You
		// can display it with `<img src="data:image/png;base64,iVBORw0KGgoAAAANSUh.." />`
		Barcode string `json:"barcode"`

		// Url Same as barcode,  but in URL form.
		Url string `json:"url"`
	}
	JSON400     *DeMittwaldV1CommonsValidationErrors
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserInitMfaResponse

func ParseUserInitMfaResponse(rsp *http.Response) (*UserInitMfaResponse, error)

ParseUserInitMfaResponse parses an HTTP response from a UserInitMfaWithResponse call

func (UserInitMfaResponse) Status

func (r UserInitMfaResponse) Status() string

Status returns HTTPResponse.Status

func (UserInitMfaResponse) StatusCode

func (r UserInitMfaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserInitPasswordResetJSONBody

type UserInitPasswordResetJSONBody struct {
	// Email Email address to reset the password for.
	Email openapi_types.Email `json:"email"`
}

UserInitPasswordResetJSONBody defines parameters for UserInitPasswordReset.

type UserInitPasswordResetJSONRequestBody

type UserInitPasswordResetJSONRequestBody UserInitPasswordResetJSONBody

UserInitPasswordResetJSONRequestBody defines body for UserInitPasswordReset for application/json ContentType.

type UserInitPasswordResetResponse

type UserInitPasswordResetResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *map[string]interface{}
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSON403      *DeMittwaldV1CommonsRateLimitError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserInitPasswordResetResponse

func ParseUserInitPasswordResetResponse(rsp *http.Response) (*UserInitPasswordResetResponse, error)

ParseUserInitPasswordResetResponse parses an HTTP response from a UserInitPasswordResetWithResponse call

func (UserInitPasswordResetResponse) Status

Status returns HTTPResponse.Status

func (UserInitPasswordResetResponse) StatusCode

func (r UserInitPasswordResetResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserListApiTokensResponse

type UserListApiTokensResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1SignupApiToken
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserListApiTokensResponse

func ParseUserListApiTokensResponse(rsp *http.Response) (*UserListApiTokensResponse, error)

ParseUserListApiTokensResponse parses an HTTP response from a UserListApiTokensWithResponse call

func (UserListApiTokensResponse) Status

func (r UserListApiTokensResponse) Status() string

Status returns HTTPResponse.Status

func (UserListApiTokensResponse) StatusCode

func (r UserListApiTokensResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserListFeedbackParams

type UserListFeedbackParams struct {
	// Subject Filter for subject content.
	Subject *string `form:"subject,omitempty" json:"subject,omitempty"`
}

UserListFeedbackParams defines parameters for UserListFeedback.

type UserListFeedbackParamsUserId0

type UserListFeedbackParamsUserId0 string

UserListFeedbackParamsUserId0 defines parameters for UserListFeedback.

const (
	UserListFeedbackParamsUserId0Self UserListFeedbackParamsUserId0 = "self"
)

Defines values for UserListFeedbackParamsUserId0.

type UserListFeedbackParamsUserId1

type UserListFeedbackParamsUserId1 = openapi_types.UUID

UserListFeedbackParamsUserId1 defines parameters for UserListFeedback.

type UserListFeedbackResponse

type UserListFeedbackResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1UserUserFeedback
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserListFeedbackResponse

func ParseUserListFeedbackResponse(rsp *http.Response) (*UserListFeedbackResponse, error)

ParseUserListFeedbackResponse parses an HTTP response from a UserListFeedbackWithResponse call

func (UserListFeedbackResponse) Status

func (r UserListFeedbackResponse) Status() string

Status returns HTTPResponse.Status

func (UserListFeedbackResponse) StatusCode

func (r UserListFeedbackResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserListSessionsResponse

type UserListSessionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]DeMittwaldV1SignupUserSession
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserListSessionsResponse

func ParseUserListSessionsResponse(rsp *http.Response) (*UserListSessionsResponse, error)

ParseUserListSessionsResponse parses an HTTP response from a UserListSessionsWithResponse call

func (UserListSessionsResponse) Status

func (r UserListSessionsResponse) Status() string

Status returns HTTPResponse.Status

func (UserListSessionsResponse) StatusCode

func (r UserListSessionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserListSshKeysResponse

type UserListSshKeysResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		SshKeys *[]DeMittwaldV1SignupSshKey `json:"sshKeys,omitempty"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserListSshKeysResponse

func ParseUserListSshKeysResponse(rsp *http.Response) (*UserListSshKeysResponse, error)

ParseUserListSshKeysResponse parses an HTTP response from a UserListSshKeysWithResponse call

func (UserListSshKeysResponse) Status

func (r UserListSshKeysResponse) Status() string

Status returns HTTPResponse.Status

func (UserListSshKeysResponse) StatusCode

func (r UserListSshKeysResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserLogoutJSONBody

type UserLogoutJSONBody = map[string]interface{}

UserLogoutJSONBody defines parameters for UserLogout.

type UserLogoutJSONRequestBody

type UserLogoutJSONRequestBody = UserLogoutJSONBody

UserLogoutJSONRequestBody defines body for UserLogout for application/json ContentType.

type UserLogoutResponse

type UserLogoutResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserLogoutResponse

func ParseUserLogoutResponse(rsp *http.Response) (*UserLogoutResponse, error)

ParseUserLogoutResponse parses an HTTP response from a UserLogoutWithResponse call

func (UserLogoutResponse) Status

func (r UserLogoutResponse) Status() string

Status returns HTTPResponse.Status

func (UserLogoutResponse) StatusCode

func (r UserLogoutResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserOauthGetAuthorization400Error

type UserOauthGetAuthorization400Error string

type UserOauthGetAuthorizationParams

type UserOauthGetAuthorizationParams struct {
	// GrantConsent Can be set in combination with `Authorization`-Header to grant consent for the requested scopes.
	// If set to `true`, the scopes will be marked as consented and the authorization server will
	// redirect the user-agent back to the client.
	// If set to `false`, the authorization server will redirect the user-agent back to the client with an
	// access denied error.
	// If not set and `Authorization`-Header is set, the user will be asked for consent.
	GrantConsent *bool `form:"grant_consent,omitempty" json:"grant_consent,omitempty"`

	// GrantType The grant type. Must be set to `authorization_code` for this endpoint.
	GrantType *UserOauthGetAuthorizationParamsGrantType `form:"grant_type,omitempty" json:"grant_type,omitempty"`

	// ResponseType The response type. Must be set to `code` for this endpoint.
	ResponseType UserOauthGetAuthorizationParamsResponseType `form:"response_type" json:"response_type"`

	// ClientId The client identifier as described in
	// [RFC6749](https://datatracker.ietf.org/doc/html/rfc6749#section-2.2).
	ClientId string `form:"client_id" json:"client_id"`

	// RedirectUri The redirection URI to which the authorization server
	// directs the user-agent back after the authorization
	// endpoint. Must be a valid URI.
	RedirectUri *string `form:"redirect_uri,omitempty" json:"redirect_uri,omitempty"`

	// Scope The scope of the access request as described by
	// [RFC6749](https://datatracker.ietf.org/doc/html/rfc6749#section-3.3).
	Scope *string `form:"scope,omitempty" json:"scope,omitempty"`

	// State An opaque value used by the client to maintain state
	// between the request and callback. The authorization server
	// includes this value when redirecting the user-agent back to
	// the client. The parameter SHOULD be used for preventing
	// cross-site request forgery as described in
	// [RFC6749](https://datatracker.ietf.org/doc/html/rfc6749#section-10.12).
	State *string `form:"state,omitempty" json:"state,omitempty"`

	// CodeChallenge The code challenge as described by
	// [RFC7636](https://datatracker.ietf.org/doc/html/rfc7636#section-4.2).
	// If the authorization code flow should be used with Proof Key for Code Exchange (PKCE), this parameter
	//   must be set and the code verifier has to be given to the token endpoint.
	CodeChallenge *string `form:"code_challenge,omitempty" json:"code_challenge,omitempty"`

	// CodeChallengeMethod The code challenge method as described in
	// [RFC7636](https://datatracker.ietf.org/doc/html/rfc7636#section-4.3).
	// If used, the code_challenge must be set as well and the code verifier
	// has to be given to the token endpoint
	CodeChallengeMethod *UserOauthGetAuthorizationParamsCodeChallengeMethod `form:"code_challenge_method,omitempty" json:"code_challenge_method,omitempty"`

	// XAccessToken Access Token of the Resource Owner.
	XAccessToken *string `form:"x-access-token,omitempty" json:"x-access-token,omitempty"`
}

UserOauthGetAuthorizationParams defines parameters for UserOauthGetAuthorization.

type UserOauthGetAuthorizationParamsCodeChallengeMethod

type UserOauthGetAuthorizationParamsCodeChallengeMethod string

UserOauthGetAuthorizationParamsCodeChallengeMethod defines parameters for UserOauthGetAuthorization.

Defines values for UserOauthGetAuthorizationParamsCodeChallengeMethod.

type UserOauthGetAuthorizationParamsGrantType

type UserOauthGetAuthorizationParamsGrantType string

UserOauthGetAuthorizationParamsGrantType defines parameters for UserOauthGetAuthorization.

const (
	UserOauthGetAuthorizationParamsGrantTypeAuthorizationCode UserOauthGetAuthorizationParamsGrantType = "authorization_code"
)

Defines values for UserOauthGetAuthorizationParamsGrantType.

type UserOauthGetAuthorizationParamsResponseType

type UserOauthGetAuthorizationParamsResponseType string

UserOauthGetAuthorizationParamsResponseType defines parameters for UserOauthGetAuthorization.

Defines values for UserOauthGetAuthorizationParamsResponseType.

type UserOauthGetAuthorizationResponse

type UserOauthGetAuthorizationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *struct {
		Error            UserOauthGetAuthorization400Error `json:"error"`
		ErrorDescription *string                           `json:"error_description,omitempty"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserOauthGetAuthorizationResponse

func ParseUserOauthGetAuthorizationResponse(rsp *http.Response) (*UserOauthGetAuthorizationResponse, error)

ParseUserOauthGetAuthorizationResponse parses an HTTP response from a UserOauthGetAuthorizationWithResponse call

func (UserOauthGetAuthorizationResponse) Status

Status returns HTTPResponse.Status

func (UserOauthGetAuthorizationResponse) StatusCode

func (r UserOauthGetAuthorizationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserOauthRetrieveAccessToken200TokenType

type UserOauthRetrieveAccessToken200TokenType string

type UserOauthRetrieveAccessToken400Error

type UserOauthRetrieveAccessToken400Error string

type UserOauthRetrieveAccessTokenFormdataBody

type UserOauthRetrieveAccessTokenFormdataBody struct {
	// Code The authorization code received from the authorization server.
	Code string `form:"code" json:"code"`

	// CodeVerifier The code verifier used to generate the code challenge as described in
	// [RFC7636](https://datatracker.ietf.org/doc/html/rfc7636#section-4.1).
	// If the authorization flow was initiated with a code challenge, this parameter is required.
	CodeVerifier *string `form:"code_verifier,omitempty" json:"code_verifier,omitempty"`

	// GrantType The grant type as described in
	// [RFC6749](https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.3).
	GrantType UserOauthRetrieveAccessTokenFormdataBodyGrantType `form:"grant_type" json:"grant_type"`

	// RedirectUri The redirection URI used in the authorization request.
	// Must be a valid URI.
	RedirectUri string `form:"redirect_uri" json:"redirect_uri"`
}

UserOauthRetrieveAccessTokenFormdataBody defines parameters for UserOauthRetrieveAccessToken.

type UserOauthRetrieveAccessTokenFormdataBodyGrantType

type UserOauthRetrieveAccessTokenFormdataBodyGrantType string

UserOauthRetrieveAccessTokenFormdataBodyGrantType defines parameters for UserOauthRetrieveAccessToken.

const (
	UserOauthRetrieveAccessTokenFormdataBodyGrantTypeAuthorizationCode UserOauthRetrieveAccessTokenFormdataBodyGrantType = "authorization_code"
)

Defines values for UserOauthRetrieveAccessTokenFormdataBodyGrantType.

type UserOauthRetrieveAccessTokenFormdataRequestBody

type UserOauthRetrieveAccessTokenFormdataRequestBody UserOauthRetrieveAccessTokenFormdataBody

UserOauthRetrieveAccessTokenFormdataRequestBody defines body for UserOauthRetrieveAccessToken for application/x-www-form-urlencoded ContentType.

type UserOauthRetrieveAccessTokenParams

type UserOauthRetrieveAccessTokenParams struct {
	// Authorization The client credentials (`client_id` and `client_secret`), separated with a colon
	// and base64 encoded as described in
	// [RFC6749](https://datatracker.ietf.org/doc/html/rfc6749#section-2.3.1).
	// Submitting the `client_id` and `client_secret` as request-body as suggested is forbidden.
	Authorization *string `json:"Authorization,omitempty"`
}

UserOauthRetrieveAccessTokenParams defines parameters for UserOauthRetrieveAccessToken.

type UserOauthRetrieveAccessTokenResponse

type UserOauthRetrieveAccessTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// AccessToken The access token issued by the authorization server.
		AccessToken string `json:"access_token"`

		// ExpiresIn The lifetime in seconds of the access token. For
		// example, the value "3600" denotes that the access
		// token will expire in one hour from the time the
		// response was generated.
		ExpiresIn int `json:"expires_in"`

		// Scope The scope of the access token as described by
		// [RFC6749](https://datatracker.ietf.org/doc/html/rfc6749#section-3.3).
		Scope *string `json:"scope,omitempty"`

		// TokenType The type of the token issued as described in
		// [RFC6749](https://datatracker.ietf.org/doc/html/rfc6749#section-7.1).
		TokenType UserOauthRetrieveAccessToken200TokenType `json:"token_type"`
	}
	JSON400 *struct {
		Error            UserOauthRetrieveAccessToken400Error `json:"error"`
		ErrorDescription *string                              `json:"error_description,omitempty"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserOauthRetrieveAccessTokenResponse

func ParseUserOauthRetrieveAccessTokenResponse(rsp *http.Response) (*UserOauthRetrieveAccessTokenResponse, error)

ParseUserOauthRetrieveAccessTokenResponse parses an HTTP response from a UserOauthRetrieveAccessTokenWithResponse call

func (UserOauthRetrieveAccessTokenResponse) Status

Status returns HTTPResponse.Status

func (UserOauthRetrieveAccessTokenResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UserPostPollStatusJSONBody

type UserPostPollStatusJSONBody struct {
	Status UserPostPollStatusJSONBodyStatus `json:"status"`
	UserId string                           `json:"userId"`
}

UserPostPollStatusJSONBody defines parameters for UserPostPollStatus.

type UserPostPollStatusJSONBodyStatus

type UserPostPollStatusJSONBodyStatus string

UserPostPollStatusJSONBodyStatus defines parameters for UserPostPollStatus.

const (
	UserPostPollStatusJSONBodyStatusCompleted UserPostPollStatusJSONBodyStatus = "completed"
	UserPostPollStatusJSONBodyStatusIgnored   UserPostPollStatusJSONBodyStatus = "ignored"
	UserPostPollStatusJSONBodyStatusMuted     UserPostPollStatusJSONBodyStatus = "muted"
)

Defines values for UserPostPollStatusJSONBodyStatus.

type UserPostPollStatusJSONRequestBody

type UserPostPollStatusJSONRequestBody UserPostPollStatusJSONBody

UserPostPollStatusJSONRequestBody defines body for UserPostPollStatus for application/json ContentType.

type UserPostPollStatusResponse

type UserPostPollStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeMittwaldV1PollUserPollSettings
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON403      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserPostPollStatusResponse

func ParseUserPostPollStatusResponse(rsp *http.Response) (*UserPostPollStatusResponse, error)

ParseUserPostPollStatusResponse parses an HTTP response from a UserPostPollStatusWithResponse call

func (UserPostPollStatusResponse) Status

Status returns HTTPResponse.Status

func (UserPostPollStatusResponse) StatusCode

func (r UserPostPollStatusResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserRegisterJSONBody

type UserRegisterJSONBody struct {
	// Email The users email address
	Email openapi_types.Email `json:"email"`

	// Password The users password.
	Password string `json:"password"`

	// Person The users personal information, e.g. first name.
	Person DeMittwaldV1CommonsPerson `json:"person"`
}

UserRegisterJSONBody defines parameters for UserRegister.

type UserRegisterJSONRequestBody

type UserRegisterJSONRequestBody UserRegisterJSONBody

UserRegisterJSONRequestBody defines body for UserRegister for application/json ContentType.

type UserRegisterResponse

type UserRegisterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		UserId openapi_types.UUID `json:"userId"`
	}
	JSON400     *DeMittwaldV1CommonsValidationErrors
	JSON403     *DeMittwaldV1CommonsRateLimitError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserRegisterResponse

func ParseUserRegisterResponse(rsp *http.Response) (*UserRegisterResponse, error)

ParseUserRegisterResponse parses an HTTP response from a UserRegisterWithResponse call

func (UserRegisterResponse) Status

func (r UserRegisterResponse) Status() string

Status returns HTTPResponse.Status

func (UserRegisterResponse) StatusCode

func (r UserRegisterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserRemoveAvatarParamsUserId0

type UserRemoveAvatarParamsUserId0 string

UserRemoveAvatarParamsUserId0 defines parameters for UserRemoveAvatar.

const (
	UserRemoveAvatarParamsUserId0Self UserRemoveAvatarParamsUserId0 = "self"
)

Defines values for UserRemoveAvatarParamsUserId0.

type UserRemoveAvatarParamsUserId1

type UserRemoveAvatarParamsUserId1 = openapi_types.UUID

UserRemoveAvatarParamsUserId1 defines parameters for UserRemoveAvatar.

type UserRemoveAvatarResponse

type UserRemoveAvatarResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserRemoveAvatarResponse

func ParseUserRemoveAvatarResponse(rsp *http.Response) (*UserRemoveAvatarResponse, error)

ParseUserRemoveAvatarResponse parses an HTTP response from a UserRemoveAvatarWithResponse call

func (UserRemoveAvatarResponse) Status

func (r UserRemoveAvatarResponse) Status() string

Status returns HTTPResponse.Status

func (UserRemoveAvatarResponse) StatusCode

func (r UserRemoveAvatarResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserRemovePhoneNumberParamsUserId0

type UserRemovePhoneNumberParamsUserId0 string

UserRemovePhoneNumberParamsUserId0 defines parameters for UserRemovePhoneNumber.

const (
	UserRemovePhoneNumberParamsUserId0Self UserRemovePhoneNumberParamsUserId0 = "self"
)

Defines values for UserRemovePhoneNumberParamsUserId0.

type UserRemovePhoneNumberParamsUserId1

type UserRemovePhoneNumberParamsUserId1 = openapi_types.UUID

UserRemovePhoneNumberParamsUserId1 defines parameters for UserRemovePhoneNumber.

type UserRemovePhoneNumberResponse

type UserRemovePhoneNumberResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserRemovePhoneNumberResponse

func ParseUserRemovePhoneNumberResponse(rsp *http.Response) (*UserRemovePhoneNumberResponse, error)

ParseUserRemovePhoneNumberResponse parses an HTTP response from a UserRemovePhoneNumberWithResponse call

func (UserRemovePhoneNumberResponse) Status

Status returns HTTPResponse.Status

func (UserRemovePhoneNumberResponse) StatusCode

func (r UserRemovePhoneNumberResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserRequestAvatarUploadJSONBody

type UserRequestAvatarUploadJSONBody = map[string]interface{}

UserRequestAvatarUploadJSONBody defines parameters for UserRequestAvatarUpload.

type UserRequestAvatarUploadJSONRequestBody

type UserRequestAvatarUploadJSONRequestBody = UserRequestAvatarUploadJSONBody

UserRequestAvatarUploadJSONRequestBody defines body for UserRequestAvatarUpload for application/json ContentType.

type UserRequestAvatarUploadParamsUserId0

type UserRequestAvatarUploadParamsUserId0 string

UserRequestAvatarUploadParamsUserId0 defines parameters for UserRequestAvatarUpload.

const (
	UserRequestAvatarUploadParamsUserId0Self UserRequestAvatarUploadParamsUserId0 = "self"
)

Defines values for UserRequestAvatarUploadParamsUserId0.

type UserRequestAvatarUploadParamsUserId1

type UserRequestAvatarUploadParamsUserId1 = openapi_types.UUID

UserRequestAvatarUploadParamsUserId1 defines parameters for UserRequestAvatarUpload.

type UserRequestAvatarUploadResponse

type UserRequestAvatarUploadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// RefId The `refId` to be used to upload your avatar to the /v2/files/:refId route.
		RefId openapi_types.UUID `json:"refId"`

		// Rules Contstraints for the avatar image upload.
		Rules struct {
			// MaxSizeInKB Maximum size in kilobytes of the avatar image.
			MaxSizeInKB int `json:"maxSizeInKB"`

			// MimeTypes List of supported mime types.
			MimeTypes  []string `json:"mimeTypes"`
			Properties *struct {
				// ImageDimensions Supported range of dimensions for the avatar image.
				ImageDimensions *struct {
					Max *struct {
						Height *int `json:"height,omitempty"`
						Width  *int `json:"width,omitempty"`
					} `json:"max,omitempty"`
					Min *struct {
						Height *int `json:"height,omitempty"`
						Width  *int `json:"width,omitempty"`
					} `json:"min,omitempty"`
				} `json:"imageDimensions,omitempty"`
			} `json:"properties,omitempty"`
		} `json:"rules"`
	}
	JSON400     *DeMittwaldV1CommonsValidationError
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserRequestAvatarUploadResponse

func ParseUserRequestAvatarUploadResponse(rsp *http.Response) (*UserRequestAvatarUploadResponse, error)

ParseUserRequestAvatarUploadResponse parses an HTTP response from a UserRequestAvatarUploadWithResponse call

func (UserRequestAvatarUploadResponse) Status

Status returns HTTPResponse.Status

func (UserRequestAvatarUploadResponse) StatusCode

func (r UserRequestAvatarUploadResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserResendVerificationEmailJSONBody

type UserResendVerificationEmailJSONBody struct {
	Email  openapi_types.Email `json:"email"`
	UserId openapi_types.UUID  `json:"userId"`
}

UserResendVerificationEmailJSONBody defines parameters for UserResendVerificationEmail.

type UserResendVerificationEmailJSONRequestBody

type UserResendVerificationEmailJSONRequestBody UserResendVerificationEmailJSONBody

UserResendVerificationEmailJSONRequestBody defines body for UserResendVerificationEmail for application/json ContentType.

type UserResendVerificationEmailResponse

type UserResendVerificationEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSON403      *DeMittwaldV1CommonsRateLimitError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserResendVerificationEmailResponse

func ParseUserResendVerificationEmailResponse(rsp *http.Response) (*UserResendVerificationEmailResponse, error)

ParseUserResendVerificationEmailResponse parses an HTTP response from a UserResendVerificationEmailWithResponse call

func (UserResendVerificationEmailResponse) Status

Status returns HTTPResponse.Status

func (UserResendVerificationEmailResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UserResetRecoverycodesJSONBody

type UserResetRecoverycodesJSONBody struct {
	// MultiFactorCode Multi Factor Code to authorize your request.
	MultiFactorCode string `json:"multiFactorCode"`
}

UserResetRecoverycodesJSONBody defines parameters for UserResetRecoverycodes.

type UserResetRecoverycodesJSONRequestBody

type UserResetRecoverycodesJSONRequestBody UserResetRecoverycodesJSONBody

UserResetRecoverycodesJSONRequestBody defines body for UserResetRecoverycodes for application/json ContentType.

type UserResetRecoverycodesResponse

type UserResetRecoverycodesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		RecoveryCodesList []string `json:"recoveryCodesList"`
	}
	JSON400     *DeMittwaldV1CommonsValidationErrors
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserResetRecoverycodesResponse

func ParseUserResetRecoverycodesResponse(rsp *http.Response) (*UserResetRecoverycodesResponse, error)

ParseUserResetRecoverycodesResponse parses an HTTP response from a UserResetRecoverycodesWithResponse call

func (UserResetRecoverycodesResponse) Status

Status returns HTTPResponse.Status

func (UserResetRecoverycodesResponse) StatusCode

func (r UserResetRecoverycodesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserSupportCodeRequestParams

type UserSupportCodeRequestParams struct {
	ForceRecreate *bool `form:"forceRecreate,omitempty" json:"forceRecreate,omitempty"`
}

UserSupportCodeRequestParams defines parameters for UserSupportCodeRequest.

type UserSupportCodeRequestResponse

type UserSupportCodeRequestResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// ExpiresAt Expiration of the support code
		ExpiresAt time.Time `json:"expiresAt"`

		// SupportCode support code to authenticate yourself against the mittwald support via telephone
		SupportCode string `json:"supportCode"`
	}
	JSONDefault *DeMittwaldV1CommonsDefaultError
}

func ParseUserSupportCodeRequestResponse

func ParseUserSupportCodeRequestResponse(rsp *http.Response) (*UserSupportCodeRequestResponse, error)

ParseUserSupportCodeRequestResponse parses an HTTP response from a UserSupportCodeRequestWithResponse call

func (UserSupportCodeRequestResponse) Status

Status returns HTTPResponse.Status

func (UserSupportCodeRequestResponse) StatusCode

func (r UserSupportCodeRequestResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserTerminateAllSessionsResponse

type UserTerminateAllSessionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserTerminateAllSessionsResponse

func ParseUserTerminateAllSessionsResponse(rsp *http.Response) (*UserTerminateAllSessionsResponse, error)

ParseUserTerminateAllSessionsResponse parses an HTTP response from a UserTerminateAllSessionsWithResponse call

func (UserTerminateAllSessionsResponse) Status

Status returns HTTPResponse.Status

func (UserTerminateAllSessionsResponse) StatusCode

func (r UserTerminateAllSessionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserTerminateSessionResponse

type UserTerminateSessionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserTerminateSessionResponse

func ParseUserTerminateSessionResponse(rsp *http.Response) (*UserTerminateSessionResponse, error)

ParseUserTerminateSessionResponse parses an HTTP response from a UserTerminateSessionWithResponse call

func (UserTerminateSessionResponse) Status

Status returns HTTPResponse.Status

func (UserTerminateSessionResponse) StatusCode

func (r UserTerminateSessionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserUpdateAccountJSONBody

type UserUpdateAccountJSONBody struct {
	// Person The users personal information, e.g. first name.
	Person DeMittwaldV1CommonsPerson `json:"person"`
}

UserUpdateAccountJSONBody defines parameters for UserUpdateAccount.

type UserUpdateAccountJSONRequestBody

type UserUpdateAccountJSONRequestBody UserUpdateAccountJSONBody

UserUpdateAccountJSONRequestBody defines body for UserUpdateAccount for application/json ContentType.

type UserUpdateAccountResponse

type UserUpdateAccountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserUpdateAccountResponse

func ParseUserUpdateAccountResponse(rsp *http.Response) (*UserUpdateAccountResponse, error)

ParseUserUpdateAccountResponse parses an HTTP response from a UserUpdateAccountWithResponse call

func (UserUpdateAccountResponse) Status

func (r UserUpdateAccountResponse) Status() string

Status returns HTTPResponse.Status

func (UserUpdateAccountResponse) StatusCode

func (r UserUpdateAccountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserUpdatePersonalInformationJSONBody

type UserUpdatePersonalInformationJSONBody struct {
	// Person The users personal information, e.g. first name.
	Person DeMittwaldV1CommonsPerson `json:"person"`
}

UserUpdatePersonalInformationJSONBody defines parameters for UserUpdatePersonalInformation.

type UserUpdatePersonalInformationJSONRequestBody

type UserUpdatePersonalInformationJSONRequestBody UserUpdatePersonalInformationJSONBody

UserUpdatePersonalInformationJSONRequestBody defines body for UserUpdatePersonalInformation for application/json ContentType.

type UserUpdatePersonalInformationParamsUserId0

type UserUpdatePersonalInformationParamsUserId0 string

UserUpdatePersonalInformationParamsUserId0 defines parameters for UserUpdatePersonalInformation.

const (
	UserUpdatePersonalInformationParamsUserId0Self UserUpdatePersonalInformationParamsUserId0 = "self"
)

Defines values for UserUpdatePersonalInformationParamsUserId0.

type UserUpdatePersonalInformationParamsUserId1

type UserUpdatePersonalInformationParamsUserId1 = openapi_types.UUID

UserUpdatePersonalInformationParamsUserId1 defines parameters for UserUpdatePersonalInformation.

type UserUpdatePersonalInformationResponse

type UserUpdatePersonalInformationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserUpdatePersonalInformationResponse

func ParseUserUpdatePersonalInformationResponse(rsp *http.Response) (*UserUpdatePersonalInformationResponse, error)

ParseUserUpdatePersonalInformationResponse parses an HTTP response from a UserUpdatePersonalInformationWithResponse call

func (UserUpdatePersonalInformationResponse) Status

Status returns HTTPResponse.Status

func (UserUpdatePersonalInformationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UserUpdatePersonalizedSettingsJSONBody

type UserUpdatePersonalizedSettingsJSONBody struct {
	SettingsString string `json:"settingsString"`
}

UserUpdatePersonalizedSettingsJSONBody defines parameters for UserUpdatePersonalizedSettings.

type UserUpdatePersonalizedSettingsJSONRequestBody

type UserUpdatePersonalizedSettingsJSONRequestBody UserUpdatePersonalizedSettingsJSONBody

UserUpdatePersonalizedSettingsJSONRequestBody defines body for UserUpdatePersonalizedSettings for application/json ContentType.

type UserUpdatePersonalizedSettingsParamsUserId0

type UserUpdatePersonalizedSettingsParamsUserId0 string

UserUpdatePersonalizedSettingsParamsUserId0 defines parameters for UserUpdatePersonalizedSettings.

Defines values for UserUpdatePersonalizedSettingsParamsUserId0.

type UserUpdatePersonalizedSettingsParamsUserId1

type UserUpdatePersonalizedSettingsParamsUserId1 = openapi_types.UUID

UserUpdatePersonalizedSettingsParamsUserId1 defines parameters for UserUpdatePersonalizedSettings.

type UserUpdatePersonalizedSettingsResponse

type UserUpdatePersonalizedSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserUpdatePersonalizedSettingsResponse

func ParseUserUpdatePersonalizedSettingsResponse(rsp *http.Response) (*UserUpdatePersonalizedSettingsResponse, error)

ParseUserUpdatePersonalizedSettingsResponse parses an HTTP response from a UserUpdatePersonalizedSettingsWithResponse call

func (UserUpdatePersonalizedSettingsResponse) Status

Status returns HTTPResponse.Status

func (UserUpdatePersonalizedSettingsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UserVerifyEmailJSONBody

type UserVerifyEmailJSONBody struct {
	// Email The Email-Address to verify.
	Email openapi_types.Email `json:"email"`

	// Token The token found in the verification email.
	Token *string `json:"token,omitempty"`
}

UserVerifyEmailJSONBody defines parameters for UserVerifyEmail.

type UserVerifyEmailJSONRequestBody

type UserVerifyEmailJSONRequestBody UserVerifyEmailJSONBody

UserVerifyEmailJSONRequestBody defines body for UserVerifyEmail for application/json ContentType.

type UserVerifyEmailResponse

type UserVerifyEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserVerifyEmailResponse

func ParseUserVerifyEmailResponse(rsp *http.Response) (*UserVerifyEmailResponse, error)

ParseUserVerifyEmailResponse parses an HTTP response from a UserVerifyEmailWithResponse call

func (UserVerifyEmailResponse) Status

func (r UserVerifyEmailResponse) Status() string

Status returns HTTPResponse.Status

func (UserVerifyEmailResponse) StatusCode

func (r UserVerifyEmailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserVerifyPhoneNumberJSONBody

type UserVerifyPhoneNumberJSONBody struct {
	Code        string `json:"code"`
	PhoneNumber string `json:"phoneNumber"`
}

UserVerifyPhoneNumberJSONBody defines parameters for UserVerifyPhoneNumber.

type UserVerifyPhoneNumberJSONRequestBody

type UserVerifyPhoneNumberJSONRequestBody UserVerifyPhoneNumberJSONBody

UserVerifyPhoneNumberJSONRequestBody defines body for UserVerifyPhoneNumber for application/json ContentType.

type UserVerifyPhoneNumberParamsUserId0

type UserVerifyPhoneNumberParamsUserId0 string

UserVerifyPhoneNumberParamsUserId0 defines parameters for UserVerifyPhoneNumber.

const (
	UserVerifyPhoneNumberParamsUserId0Self UserVerifyPhoneNumberParamsUserId0 = "self"
)

Defines values for UserVerifyPhoneNumberParamsUserId0.

type UserVerifyPhoneNumberParamsUserId1

type UserVerifyPhoneNumberParamsUserId1 = openapi_types.UUID

UserVerifyPhoneNumberParamsUserId1 defines parameters for UserVerifyPhoneNumber.

type UserVerifyPhoneNumberResponse

type UserVerifyPhoneNumberResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *DeMittwaldV1CommonsValidationError
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSON409      *DeMittwaldV1CommonsDefaultError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserVerifyPhoneNumberResponse

func ParseUserVerifyPhoneNumberResponse(rsp *http.Response) (*UserVerifyPhoneNumberResponse, error)

ParseUserVerifyPhoneNumberResponse parses an HTTP response from a UserVerifyPhoneNumberWithResponse call

func (UserVerifyPhoneNumberResponse) Status

Status returns HTTPResponse.Status

func (UserVerifyPhoneNumberResponse) StatusCode

func (r UserVerifyPhoneNumberResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserVerifyRegistrationJSONBody

type UserVerifyRegistrationJSONBody struct {
	// Email The users email address.
	Email openapi_types.Email `json:"email"`

	// Token The token that was send to your email address
	Token string `json:"token"`

	// UserId UUID of the registered user.
	UserId openapi_types.UUID `json:"userId"`
}

UserVerifyRegistrationJSONBody defines parameters for UserVerifyRegistration.

type UserVerifyRegistrationJSONRequestBody

type UserVerifyRegistrationJSONRequestBody UserVerifyRegistrationJSONBody

UserVerifyRegistrationJSONRequestBody defines body for UserVerifyRegistration for application/json ContentType.

type UserVerifyRegistrationResponse

type UserVerifyRegistrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]interface{}
	JSON400      *DeMittwaldV1CommonsValidationErrors
	JSON404      *DeMittwaldV1CommonsNotFoundError
	JSONDefault  *DeMittwaldV1CommonsDefaultError
}

func ParseUserVerifyRegistrationResponse

func ParseUserVerifyRegistrationResponse(rsp *http.Response) (*UserVerifyRegistrationResponse, error)

ParseUserVerifyRegistrationResponse parses an HTTP response from a UserVerifyRegistrationWithResponse call

func (UserVerifyRegistrationResponse) Status

Status returns HTTPResponse.Status

func (UserVerifyRegistrationResponse) StatusCode

func (r UserVerifyRegistrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL