Versions in this module Expand all Collapse all v0 v0.3.0 Aug 25, 2026 Changes in this version + const ApiKeyAuthScopes + const BasicAuthScopes + const CookieAuthScopes + func NewApiAgentRevokeCreateRequest(server string) (*http.Request, error) + func NewApiMeRetrieveRequest(server string) (*http.Request, error) + func NewApiProjectsCreateRequest(server string, body ApiProjectsCreateJSONRequestBody) (*http.Request, error) + func NewApiProjectsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewApiProjectsCreateRequestWithFormdataBody(server string, body ApiProjectsCreateFormdataRequestBody) (*http.Request, error) + func NewApiProjectsDestroyRequest(server string, id string) (*http.Request, error) + func NewApiProjectsListRequest(server string, params *ApiProjectsListParams) (*http.Request, error) + func NewApiProjectsPartialUpdateRequest(server string, id string, body ApiProjectsPartialUpdateJSONRequestBody) (*http.Request, error) + func NewApiProjectsPartialUpdateRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error) + func NewApiProjectsPartialUpdateRequestWithFormdataBody(server string, id string, body ApiProjectsPartialUpdateFormdataRequestBody) (*http.Request, error) + func NewApiProjectsRetrieveRequest(server string, id string) (*http.Request, error) + func NewApiProjectsRevokePublicKeyCreateRequest(server string, id string, body ApiProjectsRevokePublicKeyCreateJSONRequestBody) (*http.Request, error) + func NewApiProjectsRevokePublicKeyCreateRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error) + func NewApiProjectsRevokePublicKeyCreateRequestWithFormdataBody(server string, id string, ...) (*http.Request, error) + func NewApiProjectsRotatePublicKeyCreateRequest(server string, id string, body ApiProjectsRotatePublicKeyCreateJSONRequestBody) (*http.Request, error) + func NewApiProjectsRotatePublicKeyCreateRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error) + func NewApiProjectsRotatePublicKeyCreateRequestWithFormdataBody(server string, id string, ...) (*http.Request, error) + func NewApiProjectsUpdateRequest(server string, id string, body ApiProjectsUpdateJSONRequestBody) (*http.Request, error) + func NewApiProjectsUpdateRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error) + func NewApiProjectsUpdateRequestWithFormdataBody(server string, id string, body ApiProjectsUpdateFormdataRequestBody) (*http.Request, error) + func NewApiPublicV1ProjectsSessionsPinsUploadCreateRequest(server string, projectId int, sessionNumber int, pinNumber int) (*http.Request, error) + func NewApiPublicV1SessionsCreateRequest(server string) (*http.Request, error) + func NewApiPublicV1SessionsGenerateTitleCreateRequest(server string) (*http.Request, error) + func NewApiSearchRetrieveRequest(server string) (*http.Request, error) + func NewApiSessionsCreateRequest(server string, body ApiSessionsCreateJSONRequestBody) (*http.Request, error) + func NewApiSessionsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewApiSessionsCreateRequestWithFormdataBody(server string, body ApiSessionsCreateFormdataRequestBody) (*http.Request, error) + func NewApiSessionsGenerateTitleCreateRequest(server string, body ApiSessionsGenerateTitleCreateJSONRequestBody) (*http.Request, error) + func NewApiSessionsGenerateTitleCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewApiSessionsGenerateTitleCreateRequestWithFormdataBody(server string, body ApiSessionsGenerateTitleCreateFormdataRequestBody) (*http.Request, error) + func NewApiSessionsListRequest(server string, params *ApiSessionsListParams) (*http.Request, error) + func NewApiTeamsProjectsSessionsContextRetrieveRequest(server string, teamSlug string, projectId int, sessionNumber int) (*http.Request, error) + func NewApiTeamsProjectsSessionsDestroyRequest(server string, teamSlug string, projectId int, sessionNumber int) (*http.Request, error) + func NewApiTeamsProjectsSessionsPartialUpdateRequest(server string, teamSlug string, projectId int, sessionNumber int, ...) (*http.Request, error) + func NewApiTeamsProjectsSessionsPartialUpdateRequestWithBody(server string, teamSlug string, projectId int, sessionNumber int, ...) (*http.Request, error) + func NewApiTeamsProjectsSessionsPartialUpdateRequestWithFormdataBody(server string, teamSlug string, projectId int, sessionNumber int, ...) (*http.Request, error) + func NewApiTeamsProjectsSessionsPinsByNumberRetrieveRequest(server string, teamSlug string, projectId int, sessionNumber int, number int) (*http.Request, error) + func NewApiTeamsProjectsSessionsPinsByNumberUploadCreateRequest(server string, teamSlug string, projectId int, sessionNumber int, number int) (*http.Request, error) + func NewApiTeamsProjectsSessionsPinsListRequest(server string, teamSlug string, projectId int, sessionNumber int, ...) (*http.Request, error) + func NewApiTeamsProjectsSessionsResolveCreateRequest(server string, teamSlug string, projectId int, sessionNumber int, ...) (*http.Request, error) + func NewApiTeamsProjectsSessionsResolveCreateRequestWithBody(server string, teamSlug string, projectId int, sessionNumber int, ...) (*http.Request, error) + func NewApiTeamsProjectsSessionsResolveCreateRequestWithFormdataBody(server string, teamSlug string, projectId int, sessionNumber int, ...) (*http.Request, error) + func NewApiTeamsProjectsSessionsRetrieveRequest(server string, teamSlug string, projectId int, sessionNumber int) (*http.Request, error) + func NewInvitationsCreateRequest(server string, teamSlug string, body InvitationsCreateJSONRequestBody) (*http.Request, error) + func NewInvitationsCreateRequestWithBody(server string, teamSlug string, contentType string, body io.Reader) (*http.Request, error) + func NewInvitationsCreateRequestWithFormdataBody(server string, teamSlug string, body InvitationsCreateFormdataRequestBody) (*http.Request, error) + func NewInvitationsDestroyRequest(server string, teamSlug string, id openapi_types.UUID) (*http.Request, error) + func NewInvitationsListRequest(server string, teamSlug string, params *InvitationsListParams) (*http.Request, error) + func NewInvitationsPartialUpdateRequest(server string, teamSlug string, id openapi_types.UUID, ...) (*http.Request, error) + func NewInvitationsPartialUpdateRequestWithBody(server string, teamSlug string, id openapi_types.UUID, contentType string, ...) (*http.Request, error) + func NewInvitationsPartialUpdateRequestWithFormdataBody(server string, teamSlug string, id openapi_types.UUID, ...) (*http.Request, error) + func NewInvitationsResendRequest(server string, teamSlug string, id openapi_types.UUID) (*http.Request, error) + func NewInvitationsRetrieveRequest(server string, teamSlug string, id openapi_types.UUID) (*http.Request, error) + func NewInvitationsUpdateRequest(server string, teamSlug string, id openapi_types.UUID, ...) (*http.Request, error) + func NewInvitationsUpdateRequestWithBody(server string, teamSlug string, id openapi_types.UUID, contentType string, ...) (*http.Request, error) + func NewInvitationsUpdateRequestWithFormdataBody(server string, teamSlug string, id openapi_types.UUID, ...) (*http.Request, error) + func NewScopedPinAttachmentDownloadRequest(server string, teamSlug string, projectId int, sessionNumber int, number int, ...) (*http.Request, error) + func NewScopedPinStatusUpdateRequest(server string, teamSlug string, projectId int, sessionNumber int, number int, ...) (*http.Request, error) + func NewScopedPinStatusUpdateRequestWithBody(server string, teamSlug string, projectId int, sessionNumber int, number int, ...) (*http.Request, error) + func NewScopedPinStatusUpdateRequestWithFormdataBody(server string, teamSlug string, projectId int, sessionNumber int, number int, ...) (*http.Request, error) + func NewScopedSessionStatusUpdateRequest(server string, teamSlug string, projectId int, sessionNumber int, ...) (*http.Request, error) + func NewScopedSessionStatusUpdateRequestWithBody(server string, teamSlug string, projectId int, sessionNumber int, ...) (*http.Request, error) + func NewScopedSessionStatusUpdateRequestWithFormdataBody(server string, teamSlug string, projectId int, sessionNumber int, ...) (*http.Request, error) + func NewTeamsCreateRequest(server string, body TeamsCreateJSONRequestBody) (*http.Request, error) + func NewTeamsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewTeamsCreateRequestWithFormdataBody(server string, body TeamsCreateFormdataRequestBody) (*http.Request, error) + func NewTeamsDestroyRequest(server string, id int) (*http.Request, error) + func NewTeamsListRequest(server string, params *TeamsListParams) (*http.Request, error) + func NewTeamsPartialUpdateRequest(server string, id int, body TeamsPartialUpdateJSONRequestBody) (*http.Request, error) + func NewTeamsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error) + func NewTeamsPartialUpdateRequestWithFormdataBody(server string, id int, body TeamsPartialUpdateFormdataRequestBody) (*http.Request, error) + func NewTeamsRetrieveRequest(server string, id int) (*http.Request, error) + func NewTeamsUpdateRequest(server string, id int, body TeamsUpdateJSONRequestBody) (*http.Request, error) + func NewTeamsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error) + func NewTeamsUpdateRequestWithFormdataBody(server string, id int, body TeamsUpdateFormdataRequestBody) (*http.Request, error) + func NewTranscribeVoiceNoteRequest(server string, body TranscribeVoiceNoteJSONRequestBody) (*http.Request, error) + func NewTranscribeVoiceNoteRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewTranscribeVoiceNoteRequestWithFormdataBody(server string, body TranscribeVoiceNoteFormdataRequestBody) (*http.Request, error) + func NewUserInvitationsRequest(server string) (*http.Request, error) + type ActionEnum string + const Pickup + const StatusChanged + type AgentActivity struct + Action *ActionEnum + AgentDisplay *string + AgentId *int + CreatedAt *time.Time + Field *FieldEnum + Id *int + Note *string + PinNumber *int + Status *StatusEnum + type ApiAgentRevokeCreateResp struct + Body []byte + HTTPResponse *http.Response + func ParseApiAgentRevokeCreateResp(rsp *http.Response) (*ApiAgentRevokeCreateResp, error) + func (r ApiAgentRevokeCreateResp) Status() string + func (r ApiAgentRevokeCreateResp) StatusCode() int + type ApiMeRetrieveResp struct + Body []byte + HTTPResponse *http.Response + func ParseApiMeRetrieveResp(rsp *http.Response) (*ApiMeRetrieveResp, error) + func (r ApiMeRetrieveResp) Status() string + func (r ApiMeRetrieveResp) StatusCode() int + type ApiProjectsCreateFormdataRequestBody = Project + type ApiProjectsCreateJSONRequestBody = Project + type ApiProjectsCreateMultipartRequestBody = Project + type ApiProjectsCreateResp struct + Body []byte + HTTPResponse *http.Response + JSON201 *Project + func ParseApiProjectsCreateResp(rsp *http.Response) (*ApiProjectsCreateResp, error) + func (r ApiProjectsCreateResp) Status() string + func (r ApiProjectsCreateResp) StatusCode() int + type ApiProjectsDestroyResp struct + Body []byte + HTTPResponse *http.Response + func ParseApiProjectsDestroyResp(rsp *http.Response) (*ApiProjectsDestroyResp, error) + func (r ApiProjectsDestroyResp) Status() string + func (r ApiProjectsDestroyResp) StatusCode() int + type ApiProjectsListParams struct + Page *int + type ApiProjectsListResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *PaginatedProjectList + func ParseApiProjectsListResp(rsp *http.Response) (*ApiProjectsListResp, error) + func (r ApiProjectsListResp) Status() string + func (r ApiProjectsListResp) StatusCode() int + type ApiProjectsPartialUpdateFormdataRequestBody = PatchedProject + type ApiProjectsPartialUpdateJSONRequestBody = PatchedProject + type ApiProjectsPartialUpdateMultipartRequestBody = PatchedProject + type ApiProjectsPartialUpdateResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *Project + func ParseApiProjectsPartialUpdateResp(rsp *http.Response) (*ApiProjectsPartialUpdateResp, error) + func (r ApiProjectsPartialUpdateResp) Status() string + func (r ApiProjectsPartialUpdateResp) StatusCode() int + type ApiProjectsRetrieveResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *Project + func ParseApiProjectsRetrieveResp(rsp *http.Response) (*ApiProjectsRetrieveResp, error) + func (r ApiProjectsRetrieveResp) Status() string + func (r ApiProjectsRetrieveResp) StatusCode() int + type ApiProjectsRevokePublicKeyCreateFormdataRequestBody = Project + type ApiProjectsRevokePublicKeyCreateJSONRequestBody = Project + type ApiProjectsRevokePublicKeyCreateMultipartRequestBody = Project + type ApiProjectsRevokePublicKeyCreateResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *Project + func ParseApiProjectsRevokePublicKeyCreateResp(rsp *http.Response) (*ApiProjectsRevokePublicKeyCreateResp, error) + func (r ApiProjectsRevokePublicKeyCreateResp) Status() string + func (r ApiProjectsRevokePublicKeyCreateResp) StatusCode() int + type ApiProjectsRotatePublicKeyCreateFormdataRequestBody = Project + type ApiProjectsRotatePublicKeyCreateJSONRequestBody = Project + type ApiProjectsRotatePublicKeyCreateMultipartRequestBody = Project + type ApiProjectsRotatePublicKeyCreateResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *Project + func ParseApiProjectsRotatePublicKeyCreateResp(rsp *http.Response) (*ApiProjectsRotatePublicKeyCreateResp, error) + func (r ApiProjectsRotatePublicKeyCreateResp) Status() string + func (r ApiProjectsRotatePublicKeyCreateResp) StatusCode() int + type ApiProjectsUpdateFormdataRequestBody = Project + type ApiProjectsUpdateJSONRequestBody = Project + type ApiProjectsUpdateMultipartRequestBody = Project + type ApiProjectsUpdateResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *Project + func ParseApiProjectsUpdateResp(rsp *http.Response) (*ApiProjectsUpdateResp, error) + func (r ApiProjectsUpdateResp) Status() string + func (r ApiProjectsUpdateResp) StatusCode() int + type ApiPublicV1ProjectsSessionsPinsUploadCreateResp struct + Body []byte + HTTPResponse *http.Response + func ParseApiPublicV1ProjectsSessionsPinsUploadCreateResp(rsp *http.Response) (*ApiPublicV1ProjectsSessionsPinsUploadCreateResp, error) + func (r ApiPublicV1ProjectsSessionsPinsUploadCreateResp) Status() string + func (r ApiPublicV1ProjectsSessionsPinsUploadCreateResp) StatusCode() int + type ApiPublicV1SessionsCreateResp struct + Body []byte + HTTPResponse *http.Response + func ParseApiPublicV1SessionsCreateResp(rsp *http.Response) (*ApiPublicV1SessionsCreateResp, error) + func (r ApiPublicV1SessionsCreateResp) Status() string + func (r ApiPublicV1SessionsCreateResp) StatusCode() int + type ApiPublicV1SessionsGenerateTitleCreateResp struct + Body []byte + HTTPResponse *http.Response + func ParseApiPublicV1SessionsGenerateTitleCreateResp(rsp *http.Response) (*ApiPublicV1SessionsGenerateTitleCreateResp, error) + func (r ApiPublicV1SessionsGenerateTitleCreateResp) Status() string + func (r ApiPublicV1SessionsGenerateTitleCreateResp) StatusCode() int + type ApiSearchRetrieveResp struct + Body []byte + HTTPResponse *http.Response + func ParseApiSearchRetrieveResp(rsp *http.Response) (*ApiSearchRetrieveResp, error) + func (r ApiSearchRetrieveResp) Status() string + func (r ApiSearchRetrieveResp) StatusCode() int + type ApiSessionsCreateFormdataRequestBody = SessionCreate + type ApiSessionsCreateJSONRequestBody = SessionCreate + type ApiSessionsCreateMultipartRequestBody = SessionCreate + type ApiSessionsCreateResp struct + Body []byte + HTTPResponse *http.Response + JSON201 *SessionCreate + func ParseApiSessionsCreateResp(rsp *http.Response) (*ApiSessionsCreateResp, error) + func (r ApiSessionsCreateResp) Status() string + func (r ApiSessionsCreateResp) StatusCode() int + type ApiSessionsGenerateTitleCreateFormdataRequestBody = GenerateSessionTitle + type ApiSessionsGenerateTitleCreateJSONRequestBody = GenerateSessionTitle + type ApiSessionsGenerateTitleCreateMultipartRequestBody = GenerateSessionTitle + type ApiSessionsGenerateTitleCreateResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + func ParseApiSessionsGenerateTitleCreateResp(rsp *http.Response) (*ApiSessionsGenerateTitleCreateResp, error) + func (r ApiSessionsGenerateTitleCreateResp) Status() string + func (r ApiSessionsGenerateTitleCreateResp) StatusCode() int + type ApiSessionsListParams struct + Cursor *int + Limit *int + type ApiSessionsListResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *PaginatedSessionListList + func ParseApiSessionsListResp(rsp *http.Response) (*ApiSessionsListResp, error) + func (r ApiSessionsListResp) Status() string + func (r ApiSessionsListResp) StatusCode() int + type ApiTeamsProjectsSessionsContextRetrieveResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *SessionDetail + func ParseApiTeamsProjectsSessionsContextRetrieveResp(rsp *http.Response) (*ApiTeamsProjectsSessionsContextRetrieveResp, error) + func (r ApiTeamsProjectsSessionsContextRetrieveResp) Status() string + func (r ApiTeamsProjectsSessionsContextRetrieveResp) StatusCode() int + type ApiTeamsProjectsSessionsDestroyResp struct + Body []byte + HTTPResponse *http.Response + func ParseApiTeamsProjectsSessionsDestroyResp(rsp *http.Response) (*ApiTeamsProjectsSessionsDestroyResp, error) + func (r ApiTeamsProjectsSessionsDestroyResp) Status() string + func (r ApiTeamsProjectsSessionsDestroyResp) StatusCode() int + type ApiTeamsProjectsSessionsPartialUpdateFormdataRequestBody = PatchedSessionUpdate + type ApiTeamsProjectsSessionsPartialUpdateJSONRequestBody = PatchedSessionUpdate + type ApiTeamsProjectsSessionsPartialUpdateMultipartRequestBody = PatchedSessionUpdate + type ApiTeamsProjectsSessionsPartialUpdateResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *SessionUpdate + func ParseApiTeamsProjectsSessionsPartialUpdateResp(rsp *http.Response) (*ApiTeamsProjectsSessionsPartialUpdateResp, error) + func (r ApiTeamsProjectsSessionsPartialUpdateResp) Status() string + func (r ApiTeamsProjectsSessionsPartialUpdateResp) StatusCode() int + type ApiTeamsProjectsSessionsPinsByNumberRetrieveResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *Pin + func ParseApiTeamsProjectsSessionsPinsByNumberRetrieveResp(rsp *http.Response) (*ApiTeamsProjectsSessionsPinsByNumberRetrieveResp, error) + func (r ApiTeamsProjectsSessionsPinsByNumberRetrieveResp) Status() string + func (r ApiTeamsProjectsSessionsPinsByNumberRetrieveResp) StatusCode() int + type ApiTeamsProjectsSessionsPinsByNumberUploadCreateResp struct + Body []byte + HTTPResponse *http.Response + func ParseApiTeamsProjectsSessionsPinsByNumberUploadCreateResp(rsp *http.Response) (*ApiTeamsProjectsSessionsPinsByNumberUploadCreateResp, error) + func (r ApiTeamsProjectsSessionsPinsByNumberUploadCreateResp) Status() string + func (r ApiTeamsProjectsSessionsPinsByNumberUploadCreateResp) StatusCode() int + type ApiTeamsProjectsSessionsPinsListParams struct + Page *int + type ApiTeamsProjectsSessionsPinsListResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *PaginatedPinList + func ParseApiTeamsProjectsSessionsPinsListResp(rsp *http.Response) (*ApiTeamsProjectsSessionsPinsListResp, error) + func (r ApiTeamsProjectsSessionsPinsListResp) Status() string + func (r ApiTeamsProjectsSessionsPinsListResp) StatusCode() int + type ApiTeamsProjectsSessionsResolveCreateFormdataRequestBody = SessionDetail + type ApiTeamsProjectsSessionsResolveCreateJSONRequestBody = SessionDetail + type ApiTeamsProjectsSessionsResolveCreateMultipartRequestBody = SessionDetail + type ApiTeamsProjectsSessionsResolveCreateResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *SessionDetail + func ParseApiTeamsProjectsSessionsResolveCreateResp(rsp *http.Response) (*ApiTeamsProjectsSessionsResolveCreateResp, error) + func (r ApiTeamsProjectsSessionsResolveCreateResp) Status() string + func (r ApiTeamsProjectsSessionsResolveCreateResp) StatusCode() int + type ApiTeamsProjectsSessionsRetrieveResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *SessionDetail + func ParseApiTeamsProjectsSessionsRetrieveResp(rsp *http.Response) (*ApiTeamsProjectsSessionsRetrieveResp, error) + func (r ApiTeamsProjectsSessionsRetrieveResp) Status() string + func (r ApiTeamsProjectsSessionsRetrieveResp) StatusCode() int + type AudioTranscriptionRequest struct + Audio string + type AudioTranscriptionResponse struct + Transcript string + type Client struct + Client HttpRequestDoer + RequestEditors []RequestEditorFn + Server string + func NewClient(server string, opts ...ClientOption) (*Client, error) + func (c *Client) ApiAgentRevokeCreate(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ApiMeRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ApiProjectsCreate(ctx context.Context, body ApiProjectsCreateJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ApiProjectsCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ApiProjectsCreateWithFormdataBody(ctx context.Context, body ApiProjectsCreateFormdataRequestBody, ...) (*http.Response, error) + func (c *Client) ApiProjectsDestroy(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ApiProjectsList(ctx context.Context, params *ApiProjectsListParams, ...) (*http.Response, error) + func (c *Client) ApiProjectsPartialUpdate(ctx context.Context, id string, body ApiProjectsPartialUpdateJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ApiProjectsPartialUpdateWithBody(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ApiProjectsPartialUpdateWithFormdataBody(ctx context.Context, id string, ...) (*http.Response, error) + func (c *Client) ApiProjectsRetrieve(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ApiProjectsRevokePublicKeyCreate(ctx context.Context, id string, ...) (*http.Response, error) + func (c *Client) ApiProjectsRevokePublicKeyCreateWithBody(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ApiProjectsRevokePublicKeyCreateWithFormdataBody(ctx context.Context, id string, ...) (*http.Response, error) + func (c *Client) ApiProjectsRotatePublicKeyCreate(ctx context.Context, id string, ...) (*http.Response, error) + func (c *Client) ApiProjectsRotatePublicKeyCreateWithBody(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ApiProjectsRotatePublicKeyCreateWithFormdataBody(ctx context.Context, id string, ...) (*http.Response, error) + func (c *Client) ApiProjectsUpdate(ctx context.Context, id string, body ApiProjectsUpdateJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ApiProjectsUpdateWithBody(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ApiProjectsUpdateWithFormdataBody(ctx context.Context, id string, body ApiProjectsUpdateFormdataRequestBody, ...) (*http.Response, error) + func (c *Client) ApiPublicV1ProjectsSessionsPinsUploadCreate(ctx context.Context, projectId int, sessionNumber int, pinNumber int, ...) (*http.Response, error) + func (c *Client) ApiPublicV1SessionsCreate(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ApiPublicV1SessionsGenerateTitleCreate(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ApiSearchRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ApiSessionsCreate(ctx context.Context, body ApiSessionsCreateJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ApiSessionsCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ApiSessionsCreateWithFormdataBody(ctx context.Context, body ApiSessionsCreateFormdataRequestBody, ...) (*http.Response, error) + func (c *Client) ApiSessionsGenerateTitleCreate(ctx context.Context, body ApiSessionsGenerateTitleCreateJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ApiSessionsGenerateTitleCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ApiSessionsGenerateTitleCreateWithFormdataBody(ctx context.Context, body ApiSessionsGenerateTitleCreateFormdataRequestBody, ...) (*http.Response, error) + func (c *Client) ApiSessionsList(ctx context.Context, params *ApiSessionsListParams, ...) (*http.Response, error) + func (c *Client) ApiTeamsProjectsSessionsContextRetrieve(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) ApiTeamsProjectsSessionsDestroy(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) ApiTeamsProjectsSessionsPartialUpdate(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) ApiTeamsProjectsSessionsPartialUpdateWithBody(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) ApiTeamsProjectsSessionsPartialUpdateWithFormdataBody(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) ApiTeamsProjectsSessionsPinsByNumberRetrieve(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) ApiTeamsProjectsSessionsPinsByNumberUploadCreate(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) ApiTeamsProjectsSessionsPinsList(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) ApiTeamsProjectsSessionsResolveCreate(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) ApiTeamsProjectsSessionsResolveCreateWithBody(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) ApiTeamsProjectsSessionsResolveCreateWithFormdataBody(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) ApiTeamsProjectsSessionsRetrieve(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) InvitationsCreate(ctx context.Context, teamSlug string, body InvitationsCreateJSONRequestBody, ...) (*http.Response, error) + func (c *Client) InvitationsCreateWithBody(ctx context.Context, teamSlug string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) InvitationsCreateWithFormdataBody(ctx context.Context, teamSlug string, ...) (*http.Response, error) + func (c *Client) InvitationsDestroy(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + func (c *Client) InvitationsList(ctx context.Context, teamSlug string, params *InvitationsListParams, ...) (*http.Response, error) + func (c *Client) InvitationsPartialUpdate(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + func (c *Client) InvitationsPartialUpdateWithBody(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + func (c *Client) InvitationsPartialUpdateWithFormdataBody(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + func (c *Client) InvitationsResend(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + func (c *Client) InvitationsRetrieve(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + func (c *Client) InvitationsUpdate(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + func (c *Client) InvitationsUpdateWithBody(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + func (c *Client) InvitationsUpdateWithFormdataBody(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + func (c *Client) ScopedPinAttachmentDownload(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) ScopedPinStatusUpdate(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) ScopedPinStatusUpdateWithBody(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) ScopedPinStatusUpdateWithFormdataBody(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) ScopedSessionStatusUpdate(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) ScopedSessionStatusUpdateWithBody(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) ScopedSessionStatusUpdateWithFormdataBody(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + func (c *Client) TeamsCreate(ctx context.Context, body TeamsCreateJSONRequestBody, ...) (*http.Response, error) + func (c *Client) TeamsCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) TeamsCreateWithFormdataBody(ctx context.Context, body TeamsCreateFormdataRequestBody, ...) (*http.Response, error) + func (c *Client) TeamsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) TeamsList(ctx context.Context, params *TeamsListParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) TeamsPartialUpdate(ctx context.Context, id int, body TeamsPartialUpdateJSONRequestBody, ...) (*http.Response, error) + func (c *Client) TeamsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) TeamsPartialUpdateWithFormdataBody(ctx context.Context, id int, body TeamsPartialUpdateFormdataRequestBody, ...) (*http.Response, error) + func (c *Client) TeamsRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) TeamsUpdate(ctx context.Context, id int, body TeamsUpdateJSONRequestBody, ...) (*http.Response, error) + func (c *Client) TeamsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) TeamsUpdateWithFormdataBody(ctx context.Context, id int, body TeamsUpdateFormdataRequestBody, ...) (*http.Response, error) + func (c *Client) TranscribeVoiceNote(ctx context.Context, body TranscribeVoiceNoteJSONRequestBody, ...) (*http.Response, error) + func (c *Client) TranscribeVoiceNoteWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) TranscribeVoiceNoteWithFormdataBody(ctx context.Context, body TranscribeVoiceNoteFormdataRequestBody, ...) (*http.Response, error) + func (c *Client) UserInvitations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + type ClientInterface interface + ApiAgentRevokeCreate func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ApiMeRetrieve func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ApiProjectsCreate func(ctx context.Context, body ApiProjectsCreateJSONRequestBody, ...) (*http.Response, error) + ApiProjectsCreateWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ApiProjectsCreateWithFormdataBody func(ctx context.Context, body ApiProjectsCreateFormdataRequestBody, ...) (*http.Response, error) + ApiProjectsDestroy func(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error) + ApiProjectsList func(ctx context.Context, params *ApiProjectsListParams, ...) (*http.Response, error) + ApiProjectsPartialUpdate func(ctx context.Context, id string, body ApiProjectsPartialUpdateJSONRequestBody, ...) (*http.Response, error) + ApiProjectsPartialUpdateWithBody func(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error) + ApiProjectsPartialUpdateWithFormdataBody func(ctx context.Context, id string, ...) (*http.Response, error) + ApiProjectsRetrieve func(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error) + ApiProjectsRevokePublicKeyCreate func(ctx context.Context, id string, ...) (*http.Response, error) + ApiProjectsRevokePublicKeyCreateWithBody func(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error) + ApiProjectsRevokePublicKeyCreateWithFormdataBody func(ctx context.Context, id string, ...) (*http.Response, error) + ApiProjectsRotatePublicKeyCreate func(ctx context.Context, id string, ...) (*http.Response, error) + ApiProjectsRotatePublicKeyCreateWithBody func(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error) + ApiProjectsRotatePublicKeyCreateWithFormdataBody func(ctx context.Context, id string, ...) (*http.Response, error) + ApiProjectsUpdate func(ctx context.Context, id string, body ApiProjectsUpdateJSONRequestBody, ...) (*http.Response, error) + ApiProjectsUpdateWithBody func(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error) + ApiProjectsUpdateWithFormdataBody func(ctx context.Context, id string, body ApiProjectsUpdateFormdataRequestBody, ...) (*http.Response, error) + ApiPublicV1ProjectsSessionsPinsUploadCreate func(ctx context.Context, projectId int, sessionNumber int, pinNumber int, ...) (*http.Response, error) + ApiPublicV1SessionsCreate func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ApiPublicV1SessionsGenerateTitleCreate func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ApiSearchRetrieve func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ApiSessionsCreate func(ctx context.Context, body ApiSessionsCreateJSONRequestBody, ...) (*http.Response, error) + ApiSessionsCreateWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ApiSessionsCreateWithFormdataBody func(ctx context.Context, body ApiSessionsCreateFormdataRequestBody, ...) (*http.Response, error) + ApiSessionsGenerateTitleCreate func(ctx context.Context, body ApiSessionsGenerateTitleCreateJSONRequestBody, ...) (*http.Response, error) + ApiSessionsGenerateTitleCreateWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ApiSessionsGenerateTitleCreateWithFormdataBody func(ctx context.Context, body ApiSessionsGenerateTitleCreateFormdataRequestBody, ...) (*http.Response, error) + ApiSessionsList func(ctx context.Context, params *ApiSessionsListParams, ...) (*http.Response, error) + ApiTeamsProjectsSessionsContextRetrieve func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + ApiTeamsProjectsSessionsDestroy func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + ApiTeamsProjectsSessionsPartialUpdate func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + ApiTeamsProjectsSessionsPartialUpdateWithBody func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + ApiTeamsProjectsSessionsPartialUpdateWithFormdataBody func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + ApiTeamsProjectsSessionsPinsByNumberRetrieve func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + ApiTeamsProjectsSessionsPinsByNumberUploadCreate func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + ApiTeamsProjectsSessionsPinsList func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + ApiTeamsProjectsSessionsResolveCreate func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + ApiTeamsProjectsSessionsResolveCreateWithBody func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + ApiTeamsProjectsSessionsResolveCreateWithFormdataBody func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + ApiTeamsProjectsSessionsRetrieve func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + InvitationsCreate func(ctx context.Context, teamSlug string, body InvitationsCreateJSONRequestBody, ...) (*http.Response, error) + InvitationsCreateWithBody func(ctx context.Context, teamSlug string, contentType string, body io.Reader, ...) (*http.Response, error) + InvitationsCreateWithFormdataBody func(ctx context.Context, teamSlug string, ...) (*http.Response, error) + InvitationsDestroy func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + InvitationsList func(ctx context.Context, teamSlug string, params *InvitationsListParams, ...) (*http.Response, error) + InvitationsPartialUpdate func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + InvitationsPartialUpdateWithBody func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + InvitationsPartialUpdateWithFormdataBody func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + InvitationsResend func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + InvitationsRetrieve func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + InvitationsUpdate func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + InvitationsUpdateWithBody func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + InvitationsUpdateWithFormdataBody func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*http.Response, error) + ScopedPinAttachmentDownload func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + ScopedPinStatusUpdate func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + ScopedPinStatusUpdateWithBody func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + ScopedPinStatusUpdateWithFormdataBody func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + ScopedSessionStatusUpdate func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + ScopedSessionStatusUpdateWithBody func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + ScopedSessionStatusUpdateWithFormdataBody func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*http.Response, error) + TeamsCreate func(ctx context.Context, body TeamsCreateJSONRequestBody, ...) (*http.Response, error) + TeamsCreateWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + TeamsCreateWithFormdataBody func(ctx context.Context, body TeamsCreateFormdataRequestBody, ...) (*http.Response, error) + TeamsDestroy func(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error) + TeamsList func(ctx context.Context, params *TeamsListParams, reqEditors ...RequestEditorFn) (*http.Response, error) + TeamsPartialUpdate func(ctx context.Context, id int, body TeamsPartialUpdateJSONRequestBody, ...) (*http.Response, error) + TeamsPartialUpdateWithBody func(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error) + TeamsPartialUpdateWithFormdataBody func(ctx context.Context, id int, body TeamsPartialUpdateFormdataRequestBody, ...) (*http.Response, error) + TeamsRetrieve func(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error) + TeamsUpdate func(ctx context.Context, id int, body TeamsUpdateJSONRequestBody, ...) (*http.Response, error) + TeamsUpdateWithBody func(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error) + TeamsUpdateWithFormdataBody func(ctx context.Context, id int, body TeamsUpdateFormdataRequestBody, ...) (*http.Response, error) + TranscribeVoiceNote func(ctx context.Context, body TranscribeVoiceNoteJSONRequestBody, ...) (*http.Response, error) + TranscribeVoiceNoteWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + TranscribeVoiceNoteWithFormdataBody func(ctx context.Context, body TranscribeVoiceNoteFormdataRequestBody, ...) (*http.Response, error) + UserInvitations func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + type ClientOption func(*Client) error + func WithBaseURL(baseURL string) ClientOption + func WithHTTPClient(doer HttpRequestDoer) ClientOption + func WithRequestEditorFn(fn RequestEditorFn) ClientOption + type ClientWithResponses struct + func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error) + func (c *ClientWithResponses) ApiAgentRevokeCreateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ApiAgentRevokeCreateResp, error) + func (c *ClientWithResponses) ApiMeRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ApiMeRetrieveResp, error) + func (c *ClientWithResponses) ApiProjectsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ApiProjectsCreateResp, error) + func (c *ClientWithResponses) ApiProjectsCreateWithFormdataBodyWithResponse(ctx context.Context, body ApiProjectsCreateFormdataRequestBody, ...) (*ApiProjectsCreateResp, error) + func (c *ClientWithResponses) ApiProjectsCreateWithResponse(ctx context.Context, body ApiProjectsCreateJSONRequestBody, ...) (*ApiProjectsCreateResp, error) + func (c *ClientWithResponses) ApiProjectsDestroyWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ApiProjectsDestroyResp, error) + func (c *ClientWithResponses) ApiProjectsListWithResponse(ctx context.Context, params *ApiProjectsListParams, ...) (*ApiProjectsListResp, error) + func (c *ClientWithResponses) ApiProjectsPartialUpdateWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, ...) (*ApiProjectsPartialUpdateResp, error) + func (c *ClientWithResponses) ApiProjectsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id string, ...) (*ApiProjectsPartialUpdateResp, error) + func (c *ClientWithResponses) ApiProjectsPartialUpdateWithResponse(ctx context.Context, id string, body ApiProjectsPartialUpdateJSONRequestBody, ...) (*ApiProjectsPartialUpdateResp, error) + func (c *ClientWithResponses) ApiProjectsRetrieveWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ApiProjectsRetrieveResp, error) + func (c *ClientWithResponses) ApiProjectsRevokePublicKeyCreateWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, ...) (*ApiProjectsRevokePublicKeyCreateResp, error) + func (c *ClientWithResponses) ApiProjectsRevokePublicKeyCreateWithFormdataBodyWithResponse(ctx context.Context, id string, ...) (*ApiProjectsRevokePublicKeyCreateResp, error) + func (c *ClientWithResponses) ApiProjectsRevokePublicKeyCreateWithResponse(ctx context.Context, id string, ...) (*ApiProjectsRevokePublicKeyCreateResp, error) + func (c *ClientWithResponses) ApiProjectsRotatePublicKeyCreateWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, ...) (*ApiProjectsRotatePublicKeyCreateResp, error) + func (c *ClientWithResponses) ApiProjectsRotatePublicKeyCreateWithFormdataBodyWithResponse(ctx context.Context, id string, ...) (*ApiProjectsRotatePublicKeyCreateResp, error) + func (c *ClientWithResponses) ApiProjectsRotatePublicKeyCreateWithResponse(ctx context.Context, id string, ...) (*ApiProjectsRotatePublicKeyCreateResp, error) + func (c *ClientWithResponses) ApiProjectsUpdateWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, ...) (*ApiProjectsUpdateResp, error) + func (c *ClientWithResponses) ApiProjectsUpdateWithFormdataBodyWithResponse(ctx context.Context, id string, body ApiProjectsUpdateFormdataRequestBody, ...) (*ApiProjectsUpdateResp, error) + func (c *ClientWithResponses) ApiProjectsUpdateWithResponse(ctx context.Context, id string, body ApiProjectsUpdateJSONRequestBody, ...) (*ApiProjectsUpdateResp, error) + func (c *ClientWithResponses) ApiPublicV1ProjectsSessionsPinsUploadCreateWithResponse(ctx context.Context, projectId int, sessionNumber int, pinNumber int, ...) (*ApiPublicV1ProjectsSessionsPinsUploadCreateResp, error) + func (c *ClientWithResponses) ApiPublicV1SessionsCreateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ApiPublicV1SessionsCreateResp, error) + func (c *ClientWithResponses) ApiPublicV1SessionsGenerateTitleCreateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ApiPublicV1SessionsGenerateTitleCreateResp, error) + func (c *ClientWithResponses) ApiSearchRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ApiSearchRetrieveResp, error) + func (c *ClientWithResponses) ApiSessionsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ApiSessionsCreateResp, error) + func (c *ClientWithResponses) ApiSessionsCreateWithFormdataBodyWithResponse(ctx context.Context, body ApiSessionsCreateFormdataRequestBody, ...) (*ApiSessionsCreateResp, error) + func (c *ClientWithResponses) ApiSessionsCreateWithResponse(ctx context.Context, body ApiSessionsCreateJSONRequestBody, ...) (*ApiSessionsCreateResp, error) + func (c *ClientWithResponses) ApiSessionsGenerateTitleCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ApiSessionsGenerateTitleCreateResp, error) + func (c *ClientWithResponses) ApiSessionsGenerateTitleCreateWithFormdataBodyWithResponse(ctx context.Context, body ApiSessionsGenerateTitleCreateFormdataRequestBody, ...) (*ApiSessionsGenerateTitleCreateResp, error) + func (c *ClientWithResponses) ApiSessionsGenerateTitleCreateWithResponse(ctx context.Context, body ApiSessionsGenerateTitleCreateJSONRequestBody, ...) (*ApiSessionsGenerateTitleCreateResp, error) + func (c *ClientWithResponses) ApiSessionsListWithResponse(ctx context.Context, params *ApiSessionsListParams, ...) (*ApiSessionsListResp, error) + func (c *ClientWithResponses) ApiTeamsProjectsSessionsContextRetrieveWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsContextRetrieveResp, error) + func (c *ClientWithResponses) ApiTeamsProjectsSessionsDestroyWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsDestroyResp, error) + func (c *ClientWithResponses) ApiTeamsProjectsSessionsPartialUpdateWithBodyWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsPartialUpdateResp, error) + func (c *ClientWithResponses) ApiTeamsProjectsSessionsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsPartialUpdateResp, error) + func (c *ClientWithResponses) ApiTeamsProjectsSessionsPartialUpdateWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsPartialUpdateResp, error) + func (c *ClientWithResponses) ApiTeamsProjectsSessionsPinsByNumberRetrieveWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsPinsByNumberRetrieveResp, error) + func (c *ClientWithResponses) ApiTeamsProjectsSessionsPinsByNumberUploadCreateWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsPinsByNumberUploadCreateResp, error) + func (c *ClientWithResponses) ApiTeamsProjectsSessionsPinsListWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsPinsListResp, error) + func (c *ClientWithResponses) ApiTeamsProjectsSessionsResolveCreateWithBodyWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsResolveCreateResp, error) + func (c *ClientWithResponses) ApiTeamsProjectsSessionsResolveCreateWithFormdataBodyWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsResolveCreateResp, error) + func (c *ClientWithResponses) ApiTeamsProjectsSessionsResolveCreateWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsResolveCreateResp, error) + func (c *ClientWithResponses) ApiTeamsProjectsSessionsRetrieveWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsRetrieveResp, error) + func (c *ClientWithResponses) InvitationsCreateWithBodyWithResponse(ctx context.Context, teamSlug string, contentType string, body io.Reader, ...) (*InvitationsCreateResp, error) + func (c *ClientWithResponses) InvitationsCreateWithFormdataBodyWithResponse(ctx context.Context, teamSlug string, ...) (*InvitationsCreateResp, error) + func (c *ClientWithResponses) InvitationsCreateWithResponse(ctx context.Context, teamSlug string, body InvitationsCreateJSONRequestBody, ...) (*InvitationsCreateResp, error) + func (c *ClientWithResponses) InvitationsDestroyWithResponse(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsDestroyResp, error) + func (c *ClientWithResponses) InvitationsListWithResponse(ctx context.Context, teamSlug string, params *InvitationsListParams, ...) (*InvitationsListResp, error) + func (c *ClientWithResponses) InvitationsPartialUpdateWithBodyWithResponse(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsPartialUpdateResp, error) + func (c *ClientWithResponses) InvitationsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsPartialUpdateResp, error) + func (c *ClientWithResponses) InvitationsPartialUpdateWithResponse(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsPartialUpdateResp, error) + func (c *ClientWithResponses) InvitationsResendWithResponse(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsResendResp, error) + func (c *ClientWithResponses) InvitationsRetrieveWithResponse(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsRetrieveResp, error) + func (c *ClientWithResponses) InvitationsUpdateWithBodyWithResponse(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsUpdateResp, error) + func (c *ClientWithResponses) InvitationsUpdateWithFormdataBodyWithResponse(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsUpdateResp, error) + func (c *ClientWithResponses) InvitationsUpdateWithResponse(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsUpdateResp, error) + func (c *ClientWithResponses) ScopedPinAttachmentDownloadWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ScopedPinAttachmentDownloadResp, error) + func (c *ClientWithResponses) ScopedPinStatusUpdateWithBodyWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ScopedPinStatusUpdateResp, error) + func (c *ClientWithResponses) ScopedPinStatusUpdateWithFormdataBodyWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ScopedPinStatusUpdateResp, error) + func (c *ClientWithResponses) ScopedPinStatusUpdateWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ScopedPinStatusUpdateResp, error) + func (c *ClientWithResponses) ScopedSessionStatusUpdateWithBodyWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ScopedSessionStatusUpdateResp, error) + func (c *ClientWithResponses) ScopedSessionStatusUpdateWithFormdataBodyWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ScopedSessionStatusUpdateResp, error) + func (c *ClientWithResponses) ScopedSessionStatusUpdateWithResponse(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ScopedSessionStatusUpdateResp, error) + func (c *ClientWithResponses) TeamsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TeamsCreateResp, error) + func (c *ClientWithResponses) TeamsCreateWithFormdataBodyWithResponse(ctx context.Context, body TeamsCreateFormdataRequestBody, ...) (*TeamsCreateResp, error) + func (c *ClientWithResponses) TeamsCreateWithResponse(ctx context.Context, body TeamsCreateJSONRequestBody, ...) (*TeamsCreateResp, error) + func (c *ClientWithResponses) TeamsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TeamsDestroyResp, error) + func (c *ClientWithResponses) TeamsListWithResponse(ctx context.Context, params *TeamsListParams, reqEditors ...RequestEditorFn) (*TeamsListResp, error) + func (c *ClientWithResponses) TeamsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*TeamsPartialUpdateResp, error) + func (c *ClientWithResponses) TeamsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body TeamsPartialUpdateFormdataRequestBody, ...) (*TeamsPartialUpdateResp, error) + func (c *ClientWithResponses) TeamsPartialUpdateWithResponse(ctx context.Context, id int, body TeamsPartialUpdateJSONRequestBody, ...) (*TeamsPartialUpdateResp, error) + func (c *ClientWithResponses) TeamsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TeamsRetrieveResp, error) + func (c *ClientWithResponses) TeamsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*TeamsUpdateResp, error) + func (c *ClientWithResponses) TeamsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body TeamsUpdateFormdataRequestBody, ...) (*TeamsUpdateResp, error) + func (c *ClientWithResponses) TeamsUpdateWithResponse(ctx context.Context, id int, body TeamsUpdateJSONRequestBody, ...) (*TeamsUpdateResp, error) + func (c *ClientWithResponses) TranscribeVoiceNoteWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TranscribeVoiceNoteResp, error) + func (c *ClientWithResponses) TranscribeVoiceNoteWithFormdataBodyWithResponse(ctx context.Context, body TranscribeVoiceNoteFormdataRequestBody, ...) (*TranscribeVoiceNoteResp, error) + func (c *ClientWithResponses) TranscribeVoiceNoteWithResponse(ctx context.Context, body TranscribeVoiceNoteJSONRequestBody, ...) (*TranscribeVoiceNoteResp, error) + func (c *ClientWithResponses) UserInvitationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserInvitationsResp, error) + type ClientWithResponsesInterface interface + ApiAgentRevokeCreateWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*ApiAgentRevokeCreateResp, error) + ApiMeRetrieveWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*ApiMeRetrieveResp, error) + ApiProjectsCreateWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ApiProjectsCreateResp, error) + ApiProjectsCreateWithFormdataBodyWithResponse func(ctx context.Context, body ApiProjectsCreateFormdataRequestBody, ...) (*ApiProjectsCreateResp, error) + ApiProjectsCreateWithResponse func(ctx context.Context, body ApiProjectsCreateJSONRequestBody, ...) (*ApiProjectsCreateResp, error) + ApiProjectsDestroyWithResponse func(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ApiProjectsDestroyResp, error) + ApiProjectsListWithResponse func(ctx context.Context, params *ApiProjectsListParams, ...) (*ApiProjectsListResp, error) + ApiProjectsPartialUpdateWithBodyWithResponse func(ctx context.Context, id string, contentType string, body io.Reader, ...) (*ApiProjectsPartialUpdateResp, error) + ApiProjectsPartialUpdateWithFormdataBodyWithResponse func(ctx context.Context, id string, ...) (*ApiProjectsPartialUpdateResp, error) + ApiProjectsPartialUpdateWithResponse func(ctx context.Context, id string, body ApiProjectsPartialUpdateJSONRequestBody, ...) (*ApiProjectsPartialUpdateResp, error) + ApiProjectsRetrieveWithResponse func(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ApiProjectsRetrieveResp, error) + ApiProjectsRevokePublicKeyCreateWithBodyWithResponse func(ctx context.Context, id string, contentType string, body io.Reader, ...) (*ApiProjectsRevokePublicKeyCreateResp, error) + ApiProjectsRevokePublicKeyCreateWithFormdataBodyWithResponse func(ctx context.Context, id string, ...) (*ApiProjectsRevokePublicKeyCreateResp, error) + ApiProjectsRevokePublicKeyCreateWithResponse func(ctx context.Context, id string, ...) (*ApiProjectsRevokePublicKeyCreateResp, error) + ApiProjectsRotatePublicKeyCreateWithBodyWithResponse func(ctx context.Context, id string, contentType string, body io.Reader, ...) (*ApiProjectsRotatePublicKeyCreateResp, error) + ApiProjectsRotatePublicKeyCreateWithFormdataBodyWithResponse func(ctx context.Context, id string, ...) (*ApiProjectsRotatePublicKeyCreateResp, error) + ApiProjectsRotatePublicKeyCreateWithResponse func(ctx context.Context, id string, ...) (*ApiProjectsRotatePublicKeyCreateResp, error) + ApiProjectsUpdateWithBodyWithResponse func(ctx context.Context, id string, contentType string, body io.Reader, ...) (*ApiProjectsUpdateResp, error) + ApiProjectsUpdateWithFormdataBodyWithResponse func(ctx context.Context, id string, body ApiProjectsUpdateFormdataRequestBody, ...) (*ApiProjectsUpdateResp, error) + ApiProjectsUpdateWithResponse func(ctx context.Context, id string, body ApiProjectsUpdateJSONRequestBody, ...) (*ApiProjectsUpdateResp, error) + ApiPublicV1ProjectsSessionsPinsUploadCreateWithResponse func(ctx context.Context, projectId int, sessionNumber int, pinNumber int, ...) (*ApiPublicV1ProjectsSessionsPinsUploadCreateResp, error) + ApiPublicV1SessionsCreateWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*ApiPublicV1SessionsCreateResp, error) + ApiPublicV1SessionsGenerateTitleCreateWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*ApiPublicV1SessionsGenerateTitleCreateResp, error) + ApiSearchRetrieveWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*ApiSearchRetrieveResp, error) + ApiSessionsCreateWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ApiSessionsCreateResp, error) + ApiSessionsCreateWithFormdataBodyWithResponse func(ctx context.Context, body ApiSessionsCreateFormdataRequestBody, ...) (*ApiSessionsCreateResp, error) + ApiSessionsCreateWithResponse func(ctx context.Context, body ApiSessionsCreateJSONRequestBody, ...) (*ApiSessionsCreateResp, error) + ApiSessionsGenerateTitleCreateWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ApiSessionsGenerateTitleCreateResp, error) + ApiSessionsGenerateTitleCreateWithFormdataBodyWithResponse func(ctx context.Context, body ApiSessionsGenerateTitleCreateFormdataRequestBody, ...) (*ApiSessionsGenerateTitleCreateResp, error) + ApiSessionsGenerateTitleCreateWithResponse func(ctx context.Context, body ApiSessionsGenerateTitleCreateJSONRequestBody, ...) (*ApiSessionsGenerateTitleCreateResp, error) + ApiSessionsListWithResponse func(ctx context.Context, params *ApiSessionsListParams, ...) (*ApiSessionsListResp, error) + ApiTeamsProjectsSessionsContextRetrieveWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsContextRetrieveResp, error) + ApiTeamsProjectsSessionsDestroyWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsDestroyResp, error) + ApiTeamsProjectsSessionsPartialUpdateWithBodyWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsPartialUpdateResp, error) + ApiTeamsProjectsSessionsPartialUpdateWithFormdataBodyWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsPartialUpdateResp, error) + ApiTeamsProjectsSessionsPartialUpdateWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsPartialUpdateResp, error) + ApiTeamsProjectsSessionsPinsByNumberRetrieveWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsPinsByNumberRetrieveResp, error) + ApiTeamsProjectsSessionsPinsByNumberUploadCreateWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsPinsByNumberUploadCreateResp, error) + ApiTeamsProjectsSessionsPinsListWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsPinsListResp, error) + ApiTeamsProjectsSessionsResolveCreateWithBodyWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsResolveCreateResp, error) + ApiTeamsProjectsSessionsResolveCreateWithFormdataBodyWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsResolveCreateResp, error) + ApiTeamsProjectsSessionsResolveCreateWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsResolveCreateResp, error) + ApiTeamsProjectsSessionsRetrieveWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ApiTeamsProjectsSessionsRetrieveResp, error) + InvitationsCreateWithBodyWithResponse func(ctx context.Context, teamSlug string, contentType string, body io.Reader, ...) (*InvitationsCreateResp, error) + InvitationsCreateWithFormdataBodyWithResponse func(ctx context.Context, teamSlug string, ...) (*InvitationsCreateResp, error) + InvitationsCreateWithResponse func(ctx context.Context, teamSlug string, body InvitationsCreateJSONRequestBody, ...) (*InvitationsCreateResp, error) + InvitationsDestroyWithResponse func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsDestroyResp, error) + InvitationsListWithResponse func(ctx context.Context, teamSlug string, params *InvitationsListParams, ...) (*InvitationsListResp, error) + InvitationsPartialUpdateWithBodyWithResponse func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsPartialUpdateResp, error) + InvitationsPartialUpdateWithFormdataBodyWithResponse func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsPartialUpdateResp, error) + InvitationsPartialUpdateWithResponse func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsPartialUpdateResp, error) + InvitationsResendWithResponse func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsResendResp, error) + InvitationsRetrieveWithResponse func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsRetrieveResp, error) + InvitationsUpdateWithBodyWithResponse func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsUpdateResp, error) + InvitationsUpdateWithFormdataBodyWithResponse func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsUpdateResp, error) + InvitationsUpdateWithResponse func(ctx context.Context, teamSlug string, id openapi_types.UUID, ...) (*InvitationsUpdateResp, error) + ScopedPinAttachmentDownloadWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ScopedPinAttachmentDownloadResp, error) + ScopedPinStatusUpdateWithBodyWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ScopedPinStatusUpdateResp, error) + ScopedPinStatusUpdateWithFormdataBodyWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ScopedPinStatusUpdateResp, error) + ScopedPinStatusUpdateWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ScopedPinStatusUpdateResp, error) + ScopedSessionStatusUpdateWithBodyWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ScopedSessionStatusUpdateResp, error) + ScopedSessionStatusUpdateWithFormdataBodyWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ScopedSessionStatusUpdateResp, error) + ScopedSessionStatusUpdateWithResponse func(ctx context.Context, teamSlug string, projectId int, sessionNumber int, ...) (*ScopedSessionStatusUpdateResp, error) + TeamsCreateWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*TeamsCreateResp, error) + TeamsCreateWithFormdataBodyWithResponse func(ctx context.Context, body TeamsCreateFormdataRequestBody, ...) (*TeamsCreateResp, error) + TeamsCreateWithResponse func(ctx context.Context, body TeamsCreateJSONRequestBody, ...) (*TeamsCreateResp, error) + TeamsDestroyWithResponse func(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TeamsDestroyResp, error) + TeamsListWithResponse func(ctx context.Context, params *TeamsListParams, reqEditors ...RequestEditorFn) (*TeamsListResp, error) + TeamsPartialUpdateWithBodyWithResponse func(ctx context.Context, id int, contentType string, body io.Reader, ...) (*TeamsPartialUpdateResp, error) + TeamsPartialUpdateWithFormdataBodyWithResponse func(ctx context.Context, id int, body TeamsPartialUpdateFormdataRequestBody, ...) (*TeamsPartialUpdateResp, error) + TeamsPartialUpdateWithResponse func(ctx context.Context, id int, body TeamsPartialUpdateJSONRequestBody, ...) (*TeamsPartialUpdateResp, error) + TeamsRetrieveWithResponse func(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TeamsRetrieveResp, error) + TeamsUpdateWithBodyWithResponse func(ctx context.Context, id int, contentType string, body io.Reader, ...) (*TeamsUpdateResp, error) + TeamsUpdateWithFormdataBodyWithResponse func(ctx context.Context, id int, body TeamsUpdateFormdataRequestBody, ...) (*TeamsUpdateResp, error) + TeamsUpdateWithResponse func(ctx context.Context, id int, body TeamsUpdateJSONRequestBody, ...) (*TeamsUpdateResp, error) + TranscribeVoiceNoteWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*TranscribeVoiceNoteResp, error) + TranscribeVoiceNoteWithFormdataBodyWithResponse func(ctx context.Context, body TranscribeVoiceNoteFormdataRequestBody, ...) (*TranscribeVoiceNoteResp, error) + TranscribeVoiceNoteWithResponse func(ctx context.Context, body TranscribeVoiceNoteJSONRequestBody, ...) (*TranscribeVoiceNoteResp, error) + UserInvitationsWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*UserInvitationsResp, error) + type FieldEnum string + const All + const Console + const Events + const Network + const Replay + const Screenshot + const Summary + const VideoRecording + const VoiceNote + type GenerateSessionTitle struct + Pins []PinCreate + type HttpRequestDoer interface + Do func(req *http.Request) (*http.Response, error) + type Invitation struct + Email openapi_types.Email + Id *openapi_types.UUID + InvitedBy *string + IsAccepted *bool + Role *RoleEnum + Team int + type InvitationsCreateFormdataRequestBody = Invitation + type InvitationsCreateJSONRequestBody = Invitation + type InvitationsCreateMultipartRequestBody = Invitation + type InvitationsCreateResp struct + Body []byte + HTTPResponse *http.Response + JSON201 *Invitation + func ParseInvitationsCreateResp(rsp *http.Response) (*InvitationsCreateResp, error) + func (r InvitationsCreateResp) Status() string + func (r InvitationsCreateResp) StatusCode() int + type InvitationsDestroyResp struct + Body []byte + HTTPResponse *http.Response + func ParseInvitationsDestroyResp(rsp *http.Response) (*InvitationsDestroyResp, error) + func (r InvitationsDestroyResp) Status() string + func (r InvitationsDestroyResp) StatusCode() int + type InvitationsListParams struct + Page *int + type InvitationsListResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *PaginatedInvitationList + func ParseInvitationsListResp(rsp *http.Response) (*InvitationsListResp, error) + func (r InvitationsListResp) Status() string + func (r InvitationsListResp) StatusCode() int + type InvitationsPartialUpdateFormdataRequestBody = PatchedInvitation + type InvitationsPartialUpdateJSONRequestBody = PatchedInvitation + type InvitationsPartialUpdateMultipartRequestBody = PatchedInvitation + type InvitationsPartialUpdateResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *Invitation + func ParseInvitationsPartialUpdateResp(rsp *http.Response) (*InvitationsPartialUpdateResp, error) + func (r InvitationsPartialUpdateResp) Status() string + func (r InvitationsPartialUpdateResp) StatusCode() int + type InvitationsResendResp struct + Body []byte + HTTPResponse *http.Response + func ParseInvitationsResendResp(rsp *http.Response) (*InvitationsResendResp, error) + func (r InvitationsResendResp) Status() string + func (r InvitationsResendResp) StatusCode() int + type InvitationsRetrieveResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *Invitation + func ParseInvitationsRetrieveResp(rsp *http.Response) (*InvitationsRetrieveResp, error) + func (r InvitationsRetrieveResp) Status() string + func (r InvitationsRetrieveResp) StatusCode() int + type InvitationsUpdateFormdataRequestBody = Invitation + type InvitationsUpdateJSONRequestBody = Invitation + type InvitationsUpdateMultipartRequestBody = Invitation + type InvitationsUpdateResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *Invitation + func ParseInvitationsUpdateResp(rsp *http.Response) (*InvitationsUpdateResp, error) + func (r InvitationsUpdateResp) Status() string + func (r InvitationsUpdateResp) StatusCode() int + type Membership struct + DisplayName *string + FirstName *string + Id *int + LastName *string + Role RoleEnum + UserId *int + type OpenInvitation struct + Email *string + Id *int + TeamName *string + Verified *bool + type PaginatedInvitationList struct + Count int + Next *string + Previous *string + Results []Invitation + type PaginatedPinList struct + Count int + Next *string + Previous *string + Results []Pin + type PaginatedProjectList struct + Count int + Next *string + Previous *string + Results []Project + type PaginatedSessionListList struct + Count int + Next *string + Previous *string + Results []SessionList + type PaginatedTeamList struct + Count int + Next *string + Previous *string + Results []Team + type PatchedInvitation struct + Email *openapi_types.Email + Id *openapi_types.UUID + InvitedBy *string + IsAccepted *bool + Role *RoleEnum + Team *int + type PatchedProject struct + CreatedAt *time.Time + Description *string + Id *int + Name *string + PublicIngestEnabled *bool + SessionCount *int + TeamName *string + UpdatedAt *time.Time + type PatchedSessionUpdate struct + Project *int + Status *StatusEnum + type PatchedTeam struct + DashboardUrl *string + HasActiveSubscription *bool + Id *int + Invitations *[]Invitation + IsAdmin *bool + Members *[]Membership + Name *string + Slug *string + Subscription *Subscription + type Pin struct + Attachments *[]PinAttachment + CreatedAt *time.Time + ElementInfo *interface{} + Feedback string + Logs *string + Metadata *interface{} + Number *int + Order *int + Screenshot *string + Selector *string + SessionReplay *string + Status *StatusEnum + UpdatedAt *time.Time + Url string + VideoRecording *string + VoiceNote *string + type PinAttachment struct + ContentType *string + Filename *string + Id *int + SizeBytes *int + type PinCreate struct + ElementInfo *interface{} + Feedback string + Metadata *interface{} + Selector *string + Url string + type PinStatusResponse struct + AgentLog *[]AgentActivity + Number *int + Status *StatusEnum + type PinStatusUpdate struct + Note *string + Status StatusEnum + type Price struct + HumanReadablePrice *string + Id string + Nickname *string + PaymentAmount *string + ProductName string + UnitAmount *int + type Project struct + CreatedAt *time.Time + Description *string + Id *int + Name string + PublicIngestEnabled *bool + SessionCount *int + TeamName *string + UpdatedAt *time.Time + type ProjectSummary struct + Id *int + Name *string + Slug *string + type RequestEditorFn func(ctx context.Context, req *http.Request) error + type RoleEnum string + const Admin + const Member + type ScopedPinAttachmentDownloadResp struct + Body []byte + HTTPResponse *http.Response + func ParseScopedPinAttachmentDownloadResp(rsp *http.Response) (*ScopedPinAttachmentDownloadResp, error) + func (r ScopedPinAttachmentDownloadResp) Status() string + func (r ScopedPinAttachmentDownloadResp) StatusCode() int + type ScopedPinStatusUpdateFormdataRequestBody = PinStatusUpdate + type ScopedPinStatusUpdateJSONRequestBody = PinStatusUpdate + type ScopedPinStatusUpdateMultipartRequestBody = PinStatusUpdate + type ScopedPinStatusUpdateResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *PinStatusResponse + func ParseScopedPinStatusUpdateResp(rsp *http.Response) (*ScopedPinStatusUpdateResp, error) + func (r ScopedPinStatusUpdateResp) Status() string + func (r ScopedPinStatusUpdateResp) StatusCode() int + type ScopedSessionStatusUpdateFormdataRequestBody = SessionStatusUpdate + type ScopedSessionStatusUpdateJSONRequestBody = SessionStatusUpdate + type ScopedSessionStatusUpdateMultipartRequestBody = SessionStatusUpdate + type ScopedSessionStatusUpdateResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *SessionStatusResponse + func ParseScopedSessionStatusUpdateResp(rsp *http.Response) (*ScopedSessionStatusUpdateResp, error) + func (r ScopedSessionStatusUpdateResp) Status() string + func (r ScopedSessionStatusUpdateResp) StatusCode() int + type SessionAttachment struct + ContentType *string + Filename *string + Id *int + PinNumber *int + SizeBytes *int + type SessionComment struct + CreatedAt *time.Time + OwnerName *string + Text *string + UpdatedAt *time.Time + type SessionCreate struct + Pins []PinCreate + Project int + Status *StatusEnum + Title *string + type SessionDetail struct + AgentLog *[]AgentActivity + Comments *[]SessionComment + CreatedAt *time.Time + Pins *[]Pin + Project *ProjectSummary + ProjectSessionNumber *int + ReportUrl *string + Reporter *string + Status *StatusEnum + TeamSlug *string + Title *string + UpdatedAt *time.Time + Url *string + VideoRecording *string + VoiceNote *string + type SessionList struct + Attachments *[]SessionAttachment + CreatedAt *time.Time + FirstPinFeedback *string + FreeTierLocked *string + PinCount *string + Project *ProjectSummary + ProjectSessionNumber *int + ReportUrl *string + Reporter *string + Status *StatusEnum + TeamSlug *string + Title *string + UpdatedAt *time.Time + Url *string + type SessionStatusResponse struct + AgentLog *[]AgentActivity + Project *ProjectSummary + ProjectSessionNumber *int + ReportUrl *string + Status *StatusEnum + TeamSlug *string + type SessionStatusUpdate struct + Note *string + Status StatusEnum + type SessionUpdate struct + Project *int + Status *StatusEnum + type StatusEnum string + const Dismissed + const Open + const Resolved + type Subscription struct + BillingInterval string + CancelAtPeriodEnd *bool + CurrentPeriodEnd *time.Time + CurrentPeriodStart *time.Time + DisplayName string + Id string + Items []SubscriptionItem + Quantity *int + StartDate *time.Time + Status *string + type SubscriptionItem struct + Id string + Price Price + Quantity *int + type Team struct + DashboardUrl *string + HasActiveSubscription *bool + Id *int + Invitations *[]Invitation + IsAdmin *bool + Members *[]Membership + Name string + Slug *string + Subscription *Subscription + type TeamsCreateFormdataRequestBody = Team + type TeamsCreateJSONRequestBody = Team + type TeamsCreateMultipartRequestBody = Team + type TeamsCreateResp struct + Body []byte + HTTPResponse *http.Response + JSON201 *Team + func ParseTeamsCreateResp(rsp *http.Response) (*TeamsCreateResp, error) + func (r TeamsCreateResp) Status() string + func (r TeamsCreateResp) StatusCode() int + type TeamsDestroyResp struct + Body []byte + HTTPResponse *http.Response + func ParseTeamsDestroyResp(rsp *http.Response) (*TeamsDestroyResp, error) + func (r TeamsDestroyResp) Status() string + func (r TeamsDestroyResp) StatusCode() int + type TeamsListParams struct + Page *int + type TeamsListResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *PaginatedTeamList + func ParseTeamsListResp(rsp *http.Response) (*TeamsListResp, error) + func (r TeamsListResp) Status() string + func (r TeamsListResp) StatusCode() int + type TeamsPartialUpdateFormdataRequestBody = PatchedTeam + type TeamsPartialUpdateJSONRequestBody = PatchedTeam + type TeamsPartialUpdateMultipartRequestBody = PatchedTeam + type TeamsPartialUpdateResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *Team + func ParseTeamsPartialUpdateResp(rsp *http.Response) (*TeamsPartialUpdateResp, error) + func (r TeamsPartialUpdateResp) Status() string + func (r TeamsPartialUpdateResp) StatusCode() int + type TeamsRetrieveResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *Team + func ParseTeamsRetrieveResp(rsp *http.Response) (*TeamsRetrieveResp, error) + func (r TeamsRetrieveResp) Status() string + func (r TeamsRetrieveResp) StatusCode() int + type TeamsUpdateFormdataRequestBody = Team + type TeamsUpdateJSONRequestBody = Team + type TeamsUpdateMultipartRequestBody = Team + type TeamsUpdateResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *Team + func ParseTeamsUpdateResp(rsp *http.Response) (*TeamsUpdateResp, error) + func (r TeamsUpdateResp) Status() string + func (r TeamsUpdateResp) StatusCode() int + type TranscribeVoiceNoteFormdataRequestBody = AudioTranscriptionRequest + type TranscribeVoiceNoteJSONRequestBody = AudioTranscriptionRequest + type TranscribeVoiceNoteMultipartRequestBody = AudioTranscriptionRequest + type TranscribeVoiceNoteResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *AudioTranscriptionResponse + func ParseTranscribeVoiceNoteResp(rsp *http.Response) (*TranscribeVoiceNoteResp, error) + func (r TranscribeVoiceNoteResp) Status() string + func (r TranscribeVoiceNoteResp) StatusCode() int + type UserInvitationsResp struct + Body []byte + HTTPResponse *http.Response + JSON200 *UserInvitationsResponse + func ParseUserInvitationsResp(rsp *http.Response) (*UserInvitationsResp, error) + func (r UserInvitationsResp) Status() string + func (r UserInvitationsResp) StatusCode() int + type UserInvitationsResponse struct + Results []OpenInvitation