Type aliases
ActionType
ActionType: "read" | "create" | "update" | "delete" | "publish" | "unpublish" | "archive" | "unarchive"
AdapterParams
Adapter
Params: { apiAdapter: Adapter }
ApiKeyProps
Api
KeyProps: { accessToken: string; description?: undefined | string; environments: { sys: MetaLinkProps }[]; name: string; policies?: { action: string; effect: string }[]; preview_api_key: { sys: MetaLinkProps }; sys: MetaSysProps }
Type declaration
-
accessToken: string
-
Optional description?: undefined | string
-
-
name: string
-
Optional policies?: { action: string; effect: string }[]
-
-
AppBundleFile
AppBundleFile: { md5: string; name: string; size: number }
Type declaration
-
md5: string
-
name: string
-
size: number
AppBundleProps
Type declaration
-
Optional comment?: undefined | string
-
-
AppDefinitionProps
Type declaration
-
Optional bundle?: Link<"AppBundle">
-
Optional locations?: AppLocation[]
-
name: string
-
Optional parameters?: undefined | { instance?: ParameterDefinition[] }
-
Optional src?: undefined | string
-
AssetApi
AssetApi: { archive: any; delete: any; isArchived: any; isDraft: any; isPublished: any; isUpdated: any; processForAllLocales: any; processForLocale: any; publish: any; unarchive: any; unpublish: any; update: any }
Type declaration
-
archive: function
- archive(): Promise<Asset>
-
delete: function
-
isArchived: function
-
isDraft: function
-
isPublished: function
-
isUpdated: function
-
processForAllLocales: function
-
processForLocale: function
-
publish: function
- publish(): Promise<Asset>
-
unarchive: function
- unarchive(): Promise<Asset>
-
unpublish: function
- unpublish(): Promise<Asset>
-
update: function
AssetKeyProps
AssetKeyProps: { policy: string; secret: string }
Type declaration
-
policy: string
-
secret: string
AssetProps
Type declaration
-
fields: { description?: undefined | {}; file: {}; title: {} }
-
Optional description?: undefined | {}
-
file: {}
-
[key: string]: { contentType: string; details?: Record<string, any>; fileName: string; upload?: undefined | string; uploadFrom?: Record<string, any>; url?: undefined | string }
-
contentType: string
-
Optional details?: Record<string, any>
-
fileName: string
-
Optional upload?: undefined | string
-
Optional uploadFrom?: Record<string, any>
-
Optional url?: undefined | string
-
title: {}
-
-
BulkActionProcessingOptions
BulkActionProcessingOptions: { initialDelayMs?: undefined | number; retryCount?: undefined | number; retryIntervalMs?: undefined | number; throwOnFailedExecution?: undefined | false | true }
Type declaration
-
Optional initialDelayMs?: undefined | number
-
Optional retryCount?: undefined | number
-
Optional retryIntervalMs?: undefined | number
-
Optional throwOnFailedExecution?: undefined | false | true
BulkActionStatuses
BulkActionStatuses: typeof STATUSES[number]
BulkActionSysProps
Type declaration
-
-
createdBy: Link<"User">
-
environment: Link<"Environment">
-
id: string
-
space: Link<"Space">
-
-
type: "BulkAction"
-
BulkActionType
BulkActionType: "publish" | "unpublish" | "validate"
Collection
Collection<T, T, TPlain>: Array<T>
Type parameters
sys
sys: { type: "Array" }
ConditionType
ConditionType: "and" | "or" | "not" | "equals"
ConstraintType
ConstraintType: {}
ContentTypeApi
ContentTypeApi: { delete: any; getEditorInterface: any; getSnapshot: any; getSnapshots: any; isDraft: any; isPublished: any; isUpdated: any; omitAndDeleteField: any; publish: any; unpublish: any; update: any }
Type declaration
-
delete: function
-
getEditorInterface: function
-
getSnapshot: function
-
getSnapshots: function
-
isDraft: function
-
isPublished: function
-
isUpdated: function
-
omitAndDeleteField: function
-
publish: function
-
unpublish: function
-
update: function
ContentTypeProps
Content
TypeProps: { description: string; displayField: string; fields: ContentFields[]; name: string; sys: BasicMetaSysProps & { environment: SysLink; firstPublishedAt?: undefined | string; publishedCounter?: undefined | number; publishedVersion?: undefined | number; space: SysLink } }
Type declaration
-
description: string
-
displayField: string
-
-
name: string
-
sys: BasicMetaSysProps & { environment: SysLink; firstPublishedAt?: undefined | string; publishedCounter?: undefined | number; publishedVersion?: undefined | number; space: SysLink }
ContentfulAppDefinitionAPI
ContentfulOrganizationAPI
CreateApiKeyProps
Create
ApiKeyProps: Pick<ApiKeyProps, "name" | "environments" | "description">
CreateAppBundleProps
CreateAppBundleProps: { appUploadId: string; comment?: undefined | string }
Type declaration
-
appUploadId: string
-
Optional comment?: undefined | string
CreateAppDefinitionProps
Create
AppDefinitionProps: SetOptional<Except<AppDefinitionProps, "sys" | "bundle">, "src" | "locations">
CreateAppInstallationProps
CreateAssetKeyProps
CreateAssetKeyProps: { expiresAt: number }
CreateContentTypeProps
Create
ContentTypeProps: SetOptional<Except<ContentTypeProps, "sys">, "description" | "displayField">
CreateEntryProps
Create
EntryProps<TFields>: Omit<EntryProps<TFields>, "sys">
Type parameters
CreateEnvironmentAliasProps
CreateExtensionProps
CreateExtensionProps: RequireExactlyOne<SetRequired<ExtensionProps["extension"], "name" | "fieldTypes" | "sidebar">, "src" | "srcdoc">
CreateLocaleProps
Create
LocaleProps: Omit<SetOptional<Except<LocaleProps, "sys">, "optional" | "contentManagementApi" | "default" | "contentDeliveryApi">, "internal_code">
CreateOrganizationInvitationProps
CreatePersonalAccessTokenProps
CreateSpaceMembershipProps
CreateTeamMembershipProps
CreateTeamSpaceMembershipProps
CreateWebhooksProps
Create
WebhooksProps: SetOptional<Except<WebhookProps, "sys">, "headers">
DefaultParams
DefaultParams: { environmentId?: undefined | string; organizationId?: undefined | string; spaceId?: undefined | string }
Type declaration
-
Optional environmentId?: undefined | string
-
Optional organizationId?: undefined | string
-
Optional spaceId?: undefined | string
DefinedParameters
DefinedParameters: Record<string, string | number | boolean>
Entity
Entity: "Entry" | "Asset"
EntryProps
Type parameters
EntryReferenceOptionsProps
EntryReferenceOptionsProps: { maxDepth?: undefined | number }
Type declaration
-
Optional maxDepth?: undefined | number
ExtensionProps
Type declaration
-
extension: { fieldTypes: FieldType[]; name: string; parameters?: undefined | { installation?: ParameterDefinition[]; instance?: ParameterDefinition[] }; sidebar?: undefined | false | true; src?: undefined | string; srcdoc?: undefined | string }
-
-
name: string
-
-
Optional sidebar?: undefined | false | true
-
Optional src?: undefined | string
-
Optional srcdoc?: undefined | string
-
-
FieldType
FieldType: { type: "Symbol" } | { type: "Text" } | { type: "RichText" } | { type: "Integer" } | { type: "Number" } | { type: "Date" } | { type: "Boolean" } | { type: "Object" } | { type: "Location" } | { linkType: "Asset"; type: "Link" } | { linkType: "Entry"; type: "Link" } | { items: { type: "Symbol" }; type: "Array" } | { items: { linkType: "Entry"; type: "Link" }; type: "Array" } | { items: { linkType: "Asset"; type: "Link" }; type: "Array" }
FreeFormParameters
FreeFormParameters: Record<string, any> | Array<any> | number | string | boolean
GetOrganizationMembershipProps
GetOrganizationParams
GetOrganizationParams: { organizationId: string }
GetSnapshotForContentTypeParams
GetSnapshotForEntryParams
GetSpaceEnvAliasParams
Get
SpaceEnvAliasParams: GetSpaceParams & { environmentAliasId: string }
GetSpaceEnvironmentParams
GetSpaceEnvironmentParams: { environmentId: string; spaceId: string }
Type declaration
-
environmentId: string
-
spaceId: string
GetSpaceMembershipProps
Get
SpaceMembershipProps: GetSpaceParams & { spaceMembershipId: string }
GetSpaceParams
GetSpaceParams: { spaceId: string }
GetTeamMembershipParams
Get
TeamMembershipParams: GetTeamParams & { teamMembershipId: string }
GetTeamParams
GetTeamParams: { organizationId: string; teamId: string }
Type declaration
-
organizationId: string
-
teamId: string
GetTeamSpaceMembershipParams
Get
TeamSpaceMembershipParams: GetSpaceParams & { teamSpaceMembershipId: string }
ISO8601Timestamp
ISO8601Timestamp: string
IterableFn
Type parameters
KeyValueMap
KeyValueMap: Record<string, any>
LocaleProps
Locale
Props: { code: string; contentDeliveryApi: boolean; contentManagementApi: boolean; default: boolean; fallbackCode: string | null; internal_code: string; name: string; optional: boolean; sys: BasicMetaSysProps & { environment: SysLink; space: SysLink } }
Type declaration
-
code: string
-
contentDeliveryApi: boolean
-
contentManagementApi: boolean
-
default: boolean
-
fallbackCode: string | null
-
internal_code: string
-
name: string
-
optional: boolean
-
LocationType
LocationType: "app-config" | "entry-sidebar" | "entry-editor" | "dialog" | "page"
MRActions
MRActions
: { ApiKey
: { create
: { headers
?: Record<string, unknown>; params
: GetSpaceParams; payload
: CreateApiKeyProps; return
: ApiKeyProps }; createWithId
: { headers
?: Record<string, unknown>; params
: GetSpaceParams & { apiKeyId
: string }; payload
: CreateApiKeyProps; return
: ApiKeyProps }; delete
: { params
: GetSpaceParams & { apiKeyId
: string }; return
: any }; get
: { params
: GetSpaceParams & { apiKeyId
: string }; return
: ApiKeyProps }; getMany
: { params
: GetSpaceParams & QueryParams; return
: CollectionProp<ApiKeyProps> }; update
: { headers
?: Record<string, unknown>; params
: GetSpaceParams & { apiKeyId
: string }; payload
: ApiKeyProps; return
: ApiKeyProps } }; AppBundle
: { create
: { params
: GetAppDefinitionParams; payload
: CreateAppBundleProps; return
: AppBundleProps }; delete
: { params
: GetAppBundleParams; return
: void }; get
: { params
: GetAppBundleParams; return
: AppBundleProps }; getMany
: { params
: GetAppDefinitionParams & QueryParams; return
: CollectionProp<AppBundleProps> } }; AppDefinition
: { create
: { params
: GetOrganizationParams; payload
: CreateAppDefinitionProps; return
: AppDefinitionProps }; delete
: { params
: GetAppDefinitionParams; return
: any }; get
: { params
: GetOrganizationParams & { appDefinitionId
: string }; return
: AppDefinitionProps }; getMany
: { params
: GetOrganizationParams & QueryParams; return
: CollectionProp<AppDefinitionProps> }; update
: { headers
?: Record<string, unknown>; params
: GetAppDefinitionParams; payload
: AppDefinitionProps; return
: AppDefinitionProps } }; AppInstallation
: { delete
: { params
: GetAppInstallationParams; return
: any }; get
: { params
: GetAppInstallationParams; return
: AppInstallationProps }; getMany
: { params
: GetSpaceEnvironmentParams & PaginationQueryParams; return
: CollectionProp<AppInstallationProps> }; upsert
: { headers
?: Record<string, unknown>; params
: GetAppInstallationParams; payload
: CreateAppInstallationProps; return
: AppInstallationProps } }; AppUpload
: { create
: { params
: GetOrganizationParams; payload
: { file
: string | ArrayBuffer | Stream }; return
: AppUploadProps }; delete
: { params
: GetAppUploadParams; return
: void }; get
: { params
: GetAppUploadParams; return
: AppUploadProps } }; Asset
: { archive
: { params
: GetSpaceEnvironmentParams & { assetId
: string }; return
: AssetProps }; create
: { params
: GetSpaceEnvironmentParams; payload
: CreateAssetProps; return
: AssetProps }; createFromFiles
: { params
: GetSpaceEnvironmentParams; payload
: Omit<AssetFileProp, "sys">; return
: AssetProps }; createWithId
: { params
: GetSpaceEnvironmentParams & { assetId
: string }; payload
: CreateAssetProps; return
: AssetProps }; delete
: { params
: GetSpaceEnvironmentParams & { assetId
: string }; return
: any }; get
: { params
: GetSpaceEnvironmentParams & { assetId
: string } & QueryParams; return
: AssetProps }; getMany
: { params
: GetSpaceEnvironmentParams & QueryParams; return
: CollectionProp<AssetProps> }; processForAllLocales
: { params
: GetSpaceEnvironmentParams & { asset
: AssetProps; options
?: AssetProcessingForLocale }; return
: AssetProps }; processForLocale
: { params
: GetSpaceEnvironmentParams & { asset
: AssetProps; locale
: string; options
?: AssetProcessingForLocale }; return
: AssetProps }; publish
: { params
: GetSpaceEnvironmentParams & { assetId
: string }; payload
: AssetProps; return
: AssetProps }; unarchive
: { params
: GetSpaceEnvironmentParams & { assetId
: string }; return
: AssetProps }; unpublish
: { params
: GetSpaceEnvironmentParams & { assetId
: string }; return
: AssetProps }; update
: { headers
?: Record<string, unknown>; params
: GetSpaceEnvironmentParams & { assetId
: string }; payload
: AssetProps; return
: AssetProps } }; AssetKey
: { create
: { params
: GetSpaceEnvironmentParams; payload
: CreateAssetKeyProps; return
: AssetKeyProps } }; BulkAction
: { get
: { params
: GetBulkActionParams; return
: BulkActionProps }; publish
: { params
: GetSpaceEnvironmentParams; payload
: BulkActionPublishPayload; return
: BulkActionProps<BulkActionPublishPayload> }; unpublish
: { params
: GetSpaceEnvironmentParams; payload
: BulkActionUnpublishPayload; return
: BulkActionProps<BulkActionUnpublishPayload> }; validate
: { params
: GetSpaceEnvironmentParams; payload
: BulkActionValidatePayload; return
: BulkActionProps<BulkActionValidatePayload> } }; ContentType
: { create
: { params
: GetSpaceEnvironmentParams; payload
: CreateContentTypeProps; return
: ContentTypeProps }; createWithId
: { params
: GetContentTypeParams; payload
: CreateContentTypeProps; return
: ContentTypeProps }; delete
: { params
: GetContentTypeParams; return
: any }; get
: { params
: GetContentTypeParams & QueryParams; return
: ContentTypeProps }; getMany
: { params
: GetSpaceEnvironmentParams & QueryParams; return
: CollectionProp<ContentTypeProps> }; publish
: { params
: GetContentTypeParams; payload
: ContentTypeProps; return
: ContentTypeProps }; unpublish
: { params
: GetContentTypeParams; return
: ContentTypeProps }; update
: { headers
?: Record<string, unknown>; params
: GetContentTypeParams; payload
: ContentTypeProps; return
: ContentTypeProps } }; EditorInterface
: { get
: { params
: GetEditorInterfaceParams; return
: EditorInterfaceProps }; getMany
: { params
: GetSpaceEnvironmentParams & QueryParams; return
: CollectionProp<EditorInterfaceProps> }; update
: { headers
?: Record<string, unknown>; params
: GetEditorInterfaceParams; payload
: EditorInterfaceProps; return
: EditorInterfaceProps } }; Entry
: { archive
: { params
: GetSpaceEnvironmentParams & { entryId
: string }; return
: EntryProps<any> }; create
: { params
: GetSpaceEnvironmentParams & { contentTypeId
: string }; payload
: CreateEntryProps<any>; return
: EntryProps<any> }; createWithId
: { params
: GetSpaceEnvironmentParams & { contentTypeId
: string; entryId
: string }; payload
: CreateEntryProps<any>; return
: EntryProps<any> }; delete
: { params
: GetSpaceEnvironmentParams & { entryId
: string }; return
: any }; get
: { params
: GetSpaceEnvironmentParams & { entryId
: string } & QueryParams; return
: EntryProps<any> }; getMany
: { params
: GetSpaceEnvironmentParams & QueryParams; return
: CollectionProp<EntryProps<any>> }; patch
: { headers
?: Record<string, unknown>; params
: GetSpaceEnvironmentParams & { entryId
: string; version
: number }; payload
: OpPatch[]; return
: EntryProps<any> }; publish
: { params
: GetSpaceEnvironmentParams & { entryId
: string }; payload
: EntryProps<any>; return
: EntryProps<any> }; references
: { params
: GetSpaceEnvironmentParams & { entryId
: string; maxDepth
?: undefined | number }; return
: EntryReferenceProps }; unarchive
: { params
: GetSpaceEnvironmentParams & { entryId
: string }; return
: EntryProps<any> }; unpublish
: { params
: GetSpaceEnvironmentParams & { entryId
: string }; return
: EntryProps<any> }; update
: { headers
?: Record<string, unknown>; params
: GetSpaceEnvironmentParams & { entryId
: string }; payload
: EntryProps<any>; return
: EntryProps<any> } }; Environment
: { create
: { headers
?: Record<string, unknown>; params
: GetSpaceParams; payload
: Partial<Pick<EnvironmentProps, "name">>; return
: EnvironmentProps }; createWithId
: { headers
?: Record<string, unknown>; params
: GetSpaceEnvironmentParams & { sourceEnvironmentId
?: undefined | string }; payload
: CreateEnvironmentProps; return
: EnvironmentProps }; delete
: { params
: GetSpaceEnvironmentParams; return
: any }; get
: { params
: GetSpaceEnvironmentParams; return
: EnvironmentProps }; getMany
: { params
: GetSpaceParams & PaginationQueryParams; return
: CollectionProp<EnvironmentProps> }; update
: { headers
?: Record<string, unknown>; params
: GetSpaceEnvironmentParams; payload
: EnvironmentProps; return
: EnvironmentProps } }; EnvironmentAlias
: { createWithId
: { headers
?: Record<string, unknown>; params
: GetSpaceEnvAliasParams; payload
: CreateEnvironmentAliasProps; return
: EnvironmentAliasProps }; delete
: { params
: GetSpaceEnvAliasParams; return
: any }; get
: { params
: GetSpaceEnvAliasParams; return
: EnvironmentAliasProps }; getMany
: { params
: GetSpaceParams & PaginationQueryParams; return
: CollectionProp<EnvironmentAliasProps> }; update
: { headers
?: Record<string, unknown>; params
: GetSpaceEnvAliasParams; payload
: EnvironmentAliasProps; return
: EnvironmentAliasProps } }; Extension
: { create
: { headers
?: Record<string, unknown>; params
: GetSpaceEnvironmentParams; payload
: CreateExtensionProps; return
: ExtensionProps }; createWithId
: { headers
?: Record<string, unknown>; params
: GetExtensionParams; payload
: CreateExtensionProps; return
: ExtensionProps }; delete
: { params
: GetExtensionParams; return
: any }; get
: { params
: GetExtensionParams & QueryParams; return
: ExtensionProps }; getMany
: { params
: GetSpaceEnvironmentParams & QueryParams; return
: CollectionProp<ExtensionProps> }; update
: { headers
?: Record<string, unknown>; params
: GetExtensionParams; payload
: ExtensionProps; return
: ExtensionProps } }; Http
: { delete
: { params
: { config
?: AxiosRequestConfig; url
: string }; return
: any }; get
: { params
: { config
?: AxiosRequestConfig; url
: string }; return
: any }; patch
: { params
: { config
?: AxiosRequestConfig; url
: string }; payload
: any; return
: any }; post
: { params
: { config
?: AxiosRequestConfig; url
: string }; payload
: any; return
: any }; put
: { params
: { config
?: AxiosRequestConfig; url
: string }; payload
: any; return
: any }; request
: { params
: { config
?: AxiosRequestConfig; url
: string }; return
: any } }; Locale
: { create
: { headers
?: Record<string, unknown>; params
: GetSpaceEnvironmentParams; payload
: CreateLocaleProps; return
: LocaleProps }; delete
: { params
: GetSpaceEnvironmentParams & { localeId
: string }; return
: any }; get
: { params
: GetSpaceEnvironmentParams & { localeId
: string }; return
: LocaleProps }; getMany
: { params
: GetSpaceEnvironmentParams & QueryParams; return
: CollectionProp<LocaleProps> }; update
: { headers
?: Record<string, unknown>; params
: GetSpaceEnvironmentParams & { localeId
: string }; payload
: LocaleProps; return
: LocaleProps } }; Organization
: { get
: { params
: GetOrganizationParams; return
: OrganizationProp }; getMany
: { return
: CollectionProp<OrganizationProp> } }; OrganizationInvitation
: { create
: { headers
?: Record<string, unknown>; params
: { organizationId
: string }; payload
: CreateOrganizationInvitationProps; return
: OrganizationInvitationProps }; get
: { headers
?: Record<string, unknown>; params
: { invitationId
: string; organizationId
: string }; return
: OrganizationInvitationProps } }; OrganizationMembership
: { delete
: { params
: GetOrganizationMembershipProps; return
: any }; get
: { params
: GetOrganizationMembershipProps; return
: OrganizationMembershipProps }; getMany
: { params
: GetOrganizationParams & QueryParams; return
: CollectionProp<OrganizationMembershipProps> }; update
: { headers
?: Record<string, unknown>; params
: GetOrganizationMembershipProps; payload
: OrganizationMembershipProps; return
: OrganizationMembershipProps } }; PersonalAccessToken
: { create
: { headers
?: Record<string, unknown>; params
: {}; payload
: CreatePersonalAccessTokenProps; return
: PersonalAccessTokenProp }; get
: { params
: { tokenId
: string }; return
: PersonalAccessTokenProp }; getMany
: { params
: QueryParams; return
: CollectionProp<PersonalAccessTokenProp> }; revoke
: { params
: { tokenId
: string }; return
: PersonalAccessTokenProp } }; PreviewApiKey
: { get
: { params
: GetSpaceParams & { previewApiKeyId
: string }; return
: PreviewApiKeyProps }; getMany
: { params
: GetSpaceParams & QueryParams; return
: CollectionProp<PreviewApiKeyProps> } }; Role
: { create
: { headers
?: Record<string, unknown>; params
: GetSpaceParams; payload
: CreateRoleProps; return
: RoleProps }; createWithId
: { headers
?: Record<string, unknown>; params
: GetSpaceParams & { roleId
: string }; payload
: CreateRoleProps; return
: RoleProps }; delete
: { params
: GetSpaceParams & { roleId
: string }; return
: any }; get
: { params
: GetSpaceParams & { roleId
: string }; return
: RoleProps }; getMany
: { params
: GetSpaceParams & QueryParams; return
: CollectionProp<RoleProps> }; update
: { headers
?: Record<string, unknown>; params
: GetSpaceParams & { roleId
: string }; payload
: RoleProps; return
: RoleProps } }; ScheduledAction
: { create
: { params
: GetSpaceParams; payload
: Omit<ScheduledActionProps, "sys">; return
: ScheduledActionProps }; delete
: { params
: GetSpaceParams & { scheduledActionId
: string }; return
: any }; getMany
: { params
: GetSpaceParams & QueryParams; return
: CollectionProp<ScheduledActionProps> } }; Snapshot
: { getForContentType
: { params
: GetSnapshotForContentTypeParams & { snapshotId
: string }; return
: SnapshotProps<ContentTypeProps> }; getForEntry
: { params
: GetSnapshotForEntryParams & { snapshotId
: string }; return
: SnapshotProps<EntryProps<any>> }; getManyForContentType
: { params
: GetSnapshotForContentTypeParams & QueryParams; return
: CollectionProp<SnapshotProps<ContentTypeProps>> }; getManyForEntry
: { params
: GetSnapshotForEntryParams & QueryParams; return
: CollectionProp<SnapshotProps<EntryProps<any>>> } }; Space
: { create
: { headers
?: Record<string, unknown>; params
: { organizationId
?: undefined | string }; payload
: Omit<SpaceProps, "sys">; return
: any }; delete
: { params
: GetSpaceParams; return
: void }; get
: { params
: GetSpaceParams; return
: SpaceProps }; getMany
: { params
: QueryParams; return
: CollectionProp<SpaceProps> }; update
: { headers
?: Record<string, unknown>; params
: GetSpaceParams; payload
: SpaceProps; return
: SpaceProps } }; SpaceMember
: { get
: { params
: GetSpaceParams & { spaceMemberId
: string }; return
: SpaceMemberProps }; getMany
: { params
: GetSpaceParams & QueryParams; return
: CollectionProp<SpaceMemberProps> } }; SpaceMembership
: { create
: { headers
?: Record<string, unknown>; params
: GetSpaceParams; payload
: CreateSpaceMembershipProps; return
: SpaceMembershipProps }; createWithId
: { headers
?: Record<string, unknown>; params
: GetSpaceMembershipProps; payload
: CreateSpaceMembershipProps; return
: SpaceMembershipProps }; delete
: { params
: GetSpaceMembershipProps; return
: any }; get
: { params
: GetSpaceMembershipProps; return
: SpaceMembershipProps }; getForOrganization
: { params
: GetOrganizationParams & { spaceMembershipId
: string }; return
: SpaceMembershipProps }; getMany
: { params
: GetSpaceParams & QueryParams; return
: CollectionProp<SpaceMembershipProps> }; getManyForOrganization
: { params
: GetOrganizationParams & QueryParams; return
: CollectionProp<SpaceMembershipProps> }; update
: { headers
?: Record<string, unknown>; params
: GetSpaceMembershipProps; payload
: SpaceMembershipProps; return
: SpaceMembershipProps } }; Tag
: { createWithId
: { params
: GetTagParams; payload
: CreateTagProps; return
: TagProps }; delete
: { params
: DeleteTagParams; return
: any }; get
: { params
: GetTagParams; return
: TagProps }; getMany
: { params
: GetSpaceEnvironmentParams & QueryParams; return
: CollectionProp<TagProps> }; update
: { headers
?: Record<string, unknown>; params
: GetTagParams; payload
: UpdateTagProps; return
: TagProps } }; Task
: { create
: { params
: CreateTaskParams; payload
: CreateTaskProps; return
: TaskProps }; delete
: { params
: DeleteTaskParams; return
: void }; get
: { params
: GetTaskParams; return
: TaskProps }; getAll
: { params
: GetEntryParams; return
: CollectionProp<TaskProps> }; update
: { headers
?: Record<string, unknown>; params
: UpdateTaskParams; payload
: UpdateTaskProps; return
: TaskProps } }; Team
: { create
: { headers
?: Record<string, unknown>; params
: GetOrganizationParams; payload
: CreateTeamProps; return
: any }; delete
: { params
: GetTeamParams; return
: any }; get
: { params
: GetTeamParams; return
: TeamProps }; getMany
: { params
: GetOrganizationParams & QueryParams; return
: CollectionProp<TeamProps> }; update
: { headers
?: Record<string, unknown>; params
: GetTeamParams; payload
: TeamProps; return
: TeamProps } }; TeamMembership
: { create
: { headers
?: Record<string, unknown>; params
: GetTeamParams; payload
: CreateTeamMembershipProps; return
: TeamMembershipProps }; delete
: { params
: GetTeamMembershipParams; return
: any }; get
: { params
: GetTeamMembershipParams; return
: TeamMembershipProps }; getManyForOrganization
: { params
: GetOrganizationParams & QueryParams; return
: CollectionProp<TeamMembershipProps> }; getManyForTeam
: { params
: GetTeamParams & QueryParams; return
: CollectionProp<TeamMembershipProps> }; update
: { headers
?: Record<string, unknown>; params
: GetTeamMembershipParams; payload
: TeamMembershipProps; return
: TeamMembershipProps } }; TeamSpaceMembership
: { create
: { headers
?: Record<string, unknown>; params
: GetSpaceParams & { teamId
: string }; payload
: CreateTeamSpaceMembershipProps; return
: TeamSpaceMembershipProps }; delete
: { params
: GetTeamSpaceMembershipParams; return
: any }; get
: { params
: GetTeamSpaceMembershipParams; return
: TeamSpaceMembershipProps }; getForOrganization
: { params
: GetOrganizationParams & { teamSpaceMembershipId
: string }; return
: TeamSpaceMembershipProps }; getMany
: { params
: GetSpaceParams & QueryParams; return
: CollectionProp<TeamSpaceMembershipProps> }; getManyForOrganization
: { params
: GetOrganizationParams & QueryParams & { teamId
?: undefined | string }; return
: CollectionProp<TeamSpaceMembershipProps> }; update
: { headers
?: Record<string, unknown>; params
: GetTeamSpaceMembershipParams; payload
: TeamSpaceMembershipProps; return
: TeamSpaceMembershipProps } }; Upload
: { create
: { params
: GetSpaceParams; payload
: { file
: string | ArrayBuffer | Stream }; return
: any }; delete
: { params
: GetSpaceParams & { uploadId
: string }; return
: any }; get
: { params
: GetSpaceParams & { uploadId
: string }; return
: any } }; Usage
: { getManyForOrganization
: { params
: { organizationId
: string } & QueryParams; return
: CollectionProp<UsageProps> }; getManyForSpace
: { params
: { organizationId
: string } & QueryParams; return
: CollectionProp<UsageProps> } }; User
: { getCurrent
: { params
?: QueryParams; return
: any }; getForOrganization
: { params
: GetOrganizationParams & { userId
: string }; return
: UserProps }; getForSpace
: { params
: GetSpaceParams & { userId
: string }; return
: UserProps }; getManyForOrganization
: { params
: GetOrganizationParams & QueryParams; return
: CollectionProp<UserProps> }; getManyForSpace
: { params
: GetSpaceParams & QueryParams; return
: CollectionProp<UserProps> } }; Webhook
: { create
: { headers
?: Record<string, unknown>; params
: GetSpaceParams; payload
: CreateWebhooksProps; return
: WebhookProps }; createWithId
: { headers
?: Record<string, unknown>; params
: GetWebhookParams; payload
: CreateWebhooksProps; return
: WebhookProps }; delete
: { params
: GetWebhookParams; return
: void }; get
: { params
: GetWebhookParams; return
: WebhookProps }; getCallDetails
: { params
: GetWebhookCallDetailsUrl; return
: WebhookCallDetailsProps }; getHealthStatus
: { params
: GetWebhookParams; return
: WebhookHealthProps }; getMany
: { params
: GetSpaceParams & QueryParams; return
: CollectionProp<WebhookProps> }; getManyCallDetails
: { params
: GetWebhookParams & QueryParams; return
: CollectionProp<WebhookCallOverviewProps> }; update
: { params
: GetWebhookParams; payload
: WebhookProps; return
: WebhookProps } } }
Type declaration
-
ApiKey: { create: { headers?: Record<string, unknown>; params: GetSpaceParams; payload: CreateApiKeyProps; return: ApiKeyProps }; createWithId: { headers?: Record<string, unknown>; params: GetSpaceParams & { apiKeyId: string }; payload: CreateApiKeyProps; return: ApiKeyProps }; delete: { params: GetSpaceParams & { apiKeyId: string }; return: any }; get: { params: GetSpaceParams & { apiKeyId: string }; return: ApiKeyProps }; getMany: { params: GetSpaceParams & QueryParams; return: CollectionProp<ApiKeyProps> }; update: { headers?: Record<string, unknown>; params: GetSpaceParams & { apiKeyId: string }; payload: ApiKeyProps; return: ApiKeyProps } }
-
-
-
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
-
create: { params: GetOrganizationParams; payload: { file: string | ArrayBuffer | Stream }; return: AppUploadProps }
-
-
payload: { file: string | ArrayBuffer | Stream }
-
file: string | ArrayBuffer | Stream
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
Http: { delete: { params: { config?: AxiosRequestConfig; url: string }; return: any }; get: { params: { config?: AxiosRequestConfig; url: string }; return: any }; patch: { params: { config?: AxiosRequestConfig; url: string }; payload: any; return: any }; post: { params: { config?: AxiosRequestConfig; url: string }; payload: any; return: any }; put: { params: { config?: AxiosRequestConfig; url: string }; payload: any; return: any }; request: { params: { config?: AxiosRequestConfig; url: string }; return: any } }
-
delete: { params: { config?: AxiosRequestConfig; url: string }; return: any }
-
params: { config?: AxiosRequestConfig; url: string }
-
Optional config?: AxiosRequestConfig
-
url: string
-
return: any
-
get: { params: { config?: AxiosRequestConfig; url: string }; return: any }
-
params: { config?: AxiosRequestConfig; url: string }
-
Optional config?: AxiosRequestConfig
-
url: string
-
return: any
-
patch: { params: { config?: AxiosRequestConfig; url: string }; payload: any; return: any }
-
params: { config?: AxiosRequestConfig; url: string }
-
Optional config?: AxiosRequestConfig
-
url: string
-
payload: any
-
return: any
-
post: { params: { config?: AxiosRequestConfig; url: string }; payload: any; return: any }
-
params: { config?: AxiosRequestConfig; url: string }
-
Optional config?: AxiosRequestConfig
-
url: string
-
payload: any
-
return: any
-
put: { params: { config?: AxiosRequestConfig; url: string }; payload: any; return: any }
-
params: { config?: AxiosRequestConfig; url: string }
-
Optional config?: AxiosRequestConfig
-
url: string
-
payload: any
-
return: any
-
request: { params: { config?: AxiosRequestConfig; url: string }; return: any }
-
params: { config?: AxiosRequestConfig; url: string }
-
Optional config?: AxiosRequestConfig
-
url: string
-
return: any
-
-
-
OrganizationInvitation: { create: { headers?: Record<string, unknown>; params: { organizationId: string }; payload: CreateOrganizationInvitationProps; return: OrganizationInvitationProps }; get: { headers?: Record<string, unknown>; params: { invitationId: string; organizationId: string }; return: OrganizationInvitationProps } }
-
-
Optional headers?: Record<string, unknown>
-
params: { organizationId: string }
-
-
-
get: { headers?: Record<string, unknown>; params: { invitationId: string; organizationId: string }; return: OrganizationInvitationProps }
-
Optional headers?: Record<string, unknown>
-
params: { invitationId: string; organizationId: string }
-
invitationId: string
-
organizationId: string
-
-
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
params: {}
-
-
-
-
params: { tokenId: string }
-
-
-
revoke: { params: { tokenId: string }; return: PersonalAccessTokenProp }
-
params: { tokenId: string }
-
-
-
Role: { create: { headers?: Record<string, unknown>; params: GetSpaceParams; payload: CreateRoleProps; return: RoleProps }; createWithId: { headers?: Record<string, unknown>; params: GetSpaceParams & { roleId: string }; payload: CreateRoleProps; return: RoleProps }; delete: { params: GetSpaceParams & { roleId: string }; return: any }; get: { params: GetSpaceParams & { roleId: string }; return: RoleProps }; getMany: { params: GetSpaceParams & QueryParams; return: CollectionProp<RoleProps> }; update: { headers?: Record<string, unknown>; params: GetSpaceParams & { roleId: string }; payload: RoleProps; return: RoleProps } }
-
-
-
delete: { params: GetSpaceParams & { scheduledActionId: string }; return: any }
-
-
-
Space: { create: { headers?: Record<string, unknown>; params: { organizationId?: undefined | string }; payload: Omit<SpaceProps, "sys">; return: any }; delete: { params: GetSpaceParams; return: void }; get: { params: GetSpaceParams; return: SpaceProps }; getMany: { params: QueryParams; return: CollectionProp<SpaceProps> }; update: { headers?: Record<string, unknown>; params: GetSpaceParams; payload: SpaceProps; return: SpaceProps } }
-
create: { headers?: Record<string, unknown>; params: { organizationId?: undefined | string }; payload: Omit<SpaceProps, "sys">; return: any }
-
Optional headers?: Record<string, unknown>
-
params: { organizationId?: undefined | string }
-
Optional organizationId?: undefined | string
-
payload: Omit<SpaceProps, "sys">
-
return: any
-
delete: { params: GetSpaceParams; return: void }
-
-
-
update: { headers?: Record<string, unknown>; params: GetSpaceParams; payload: SpaceProps; return: SpaceProps }
-
Optional headers?: Record<string, unknown>
-
-
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
-
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
-
-
-
delete: { params: DeleteTaskParams; return: void }
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
params: GetSpaceParams & { teamId: string }
-
-
-
-
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
Upload: { create: { params: GetSpaceParams; payload: { file: string | ArrayBuffer | Stream }; return: any }; delete: { params: GetSpaceParams & { uploadId: string }; return: any }; get: { params: GetSpaceParams & { uploadId: string }; return: any } }
-
create: { params: GetSpaceParams; payload: { file: string | ArrayBuffer | Stream }; return: any }
-
-
payload: { file: string | ArrayBuffer | Stream }
-
file: string | ArrayBuffer | Stream
-
return: any
-
delete: { params: GetSpaceParams & { uploadId: string }; return: any }
-
get: { params: GetSpaceParams & { uploadId: string }; return: any }
-
Usage: { getManyForOrganization: { params: { organizationId: string } & QueryParams; return: CollectionProp<UsageProps> }; getManyForSpace: { params: { organizationId: string } & QueryParams; return: CollectionProp<UsageProps> } }
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
-
Optional headers?: Record<string, unknown>
-
-
-
-
delete: { params: GetWebhookParams; return: void }
-
-
-
-
-
-
MRInternal
MRInternal<UA>
: { (opts
: MROpts<"Http", "get", UA>): MRReturn<"Http", "get">; (opts
: MROpts<"Http", "patch", UA>): MRReturn<"Http", "patch">; (opts
: MROpts<"Http", "post", UA>): MRReturn<"Http", "post">; (opts
: MROpts<"Http", "put", UA>): MRReturn<"Http", "put">; (opts
: MROpts<"Http", "delete", UA>): MRReturn<"Http", "delete">; (opts
: MROpts<"Http", "request", UA>): MRReturn<"Http", "request">; (opts
: MROpts<"AppBundle", "get", UA>): MRReturn<"AppBundle", "get">; (opts
: MROpts<"AppBundle", "getMany", UA>): MRReturn<"AppBundle", "getMany">; (opts
: MROpts<"AppBundle", "delete", UA>): MRReturn<"AppBundle", "delete">; (opts
: MROpts<"AppBundle", "create", UA>): MRReturn<"AppBundle", "create">; (opts
: MROpts<"ApiKey", "get", UA>): MRReturn<"ApiKey", "get">; (opts
: MROpts<"ApiKey", "getMany", UA>): MRReturn<"ApiKey", "getMany">; (opts
: MROpts<"ApiKey", "create", UA>): MRReturn<"ApiKey", "create">; (opts
: MROpts<"ApiKey", "createWithId", UA>): MRReturn<"ApiKey", "createWithId">; (opts
: MROpts<"ApiKey", "update", UA>): MRReturn<"ApiKey", "update">; (opts
: MROpts<"ApiKey", "delete", UA>): MRReturn<"ApiKey", "delete">; (opts
: MROpts<"AppDefinition", "get", UA>): MRReturn<"AppDefinition", "get">; (opts
: MROpts<"AppDefinition", "getMany", UA>): MRReturn<"AppDefinition", "getMany">; (opts
: MROpts<"AppDefinition", "create", UA>): MRReturn<"AppDefinition", "create">; (opts
: MROpts<"AppDefinition", "update", UA>): MRReturn<"AppDefinition", "update">; (opts
: MROpts<"AppDefinition", "delete", UA>): MRReturn<"AppDefinition", "delete">; (opts
: MROpts<"AppInstallation", "get", UA>): MRReturn<"AppInstallation", "get">; (opts
: MROpts<"AppInstallation", "getMany", UA>): MRReturn<"AppInstallation", "getMany">; (opts
: MROpts<"AppInstallation", "upsert", UA>): MRReturn<"AppInstallation", "upsert">; (opts
: MROpts<"AppInstallation", "delete", UA>): MRReturn<"AppInstallation", "delete">; (opts
: MROpts<"Asset", "getMany", UA>): MRReturn<"Asset", "getMany">; (opts
: MROpts<"Asset", "get", UA>): MRReturn<"Asset", "get">; (opts
: MROpts<"Asset", "update", UA>): MRReturn<"Asset", "update">; (opts
: MROpts<"Asset", "delete", UA>): MRReturn<"Asset", "delete">; (opts
: MROpts<"Asset", "publish", UA>): MRReturn<"Asset", "publish">; (opts
: MROpts<"Asset", "unpublish", UA>): MRReturn<"Asset", "unpublish">; (opts
: MROpts<"Asset", "archive", UA>): MRReturn<"Asset", "archive">; (opts
: MROpts<"Asset", "unarchive", UA>): MRReturn<"Asset", "unarchive">; (opts
: MROpts<"Asset", "create", UA>): MRReturn<"Asset", "create">; (opts
: MROpts<"Asset", "createWithId", UA>): MRReturn<"Asset", "createWithId">; (opts
: MROpts<"Asset", "createFromFiles", UA>): MRReturn<"Asset", "createFromFiles">; (opts
: MROpts<"Asset", "processForAllLocales", UA>): MRReturn<"Asset", "processForAllLocales">; (opts
: MROpts<"Asset", "processForLocale", UA>): MRReturn<"Asset", "processForLocale">; (opts
: MROpts<"AppUpload", "get", UA>): MRReturn<"AppUpload", "get">; (opts
: MROpts<"AppUpload", "delete", UA>): MRReturn<"AppUpload", "delete">; (opts
: MROpts<"AppUpload", "create", UA>): MRReturn<"AppUpload", "create">; (opts
: MROpts<"AssetKey", "create", UA>): MRReturn<"AssetKey", "create">; (opts
: MROpts<"BulkAction", "get", UA>): MRReturn<"BulkAction", "get">; (opts
: MROpts<"BulkAction", "publish", UA>): MRReturn<"BulkAction", "publish">; (opts
: MROpts<"BulkAction", "unpublish", UA>): MRReturn<"BulkAction", "unpublish">; (opts
: MROpts<"BulkAction", "validate", UA>): MRReturn<"BulkAction", "validate">; (opts
: MROpts<"ContentType", "get", UA>): MRReturn<"ContentType", "get">; (opts
: MROpts<"ContentType", "getMany", UA>): MRReturn<"ContentType", "getMany">; (opts
: MROpts<"ContentType", "update", UA>): MRReturn<"ContentType", "update">; (opts
: MROpts<"ContentType", "create", UA>): MRReturn<"ContentType", "create">; (opts
: MROpts<"ContentType", "createWithId", UA>): MRReturn<"ContentType", "createWithId">; (opts
: MROpts<"ContentType", "delete", UA>): MRReturn<"ContentType", "delete">; (opts
: MROpts<"ContentType", "publish", UA>): MRReturn<"ContentType", "publish">; (opts
: MROpts<"ContentType", "unpublish", UA>): MRReturn<"ContentType", "unpublish">; (opts
: MROpts<"EditorInterface", "get", UA>): MRReturn<"EditorInterface", "get">; (opts
: MROpts<"EditorInterface", "getMany", UA>): MRReturn<"EditorInterface", "getMany">; (opts
: MROpts<"EditorInterface", "update", UA>): MRReturn<"EditorInterface", "update">; (opts
: MROpts<"Environment", "get", UA>): MRReturn<"Environment", "get">; (opts
: MROpts<"Environment", "getMany", UA>): MRReturn<"Environment", "getMany">; (opts
: MROpts<"Environment", "create", UA>): MRReturn<"Environment", "create">; (opts
: MROpts<"Environment", "createWithId", UA>): MRReturn<"Environment", "createWithId">; (opts
: MROpts<"Environment", "update", UA>): MRReturn<"Environment", "update">; (opts
: MROpts<"Environment", "delete", UA>): MRReturn<"Environment", "delete">; (opts
: MROpts<"EnvironmentAlias", "get", UA>): MRReturn<"EnvironmentAlias", "get">; (opts
: MROpts<"EnvironmentAlias", "getMany", UA>): MRReturn<"EnvironmentAlias", "getMany">; (opts
: MROpts<"EnvironmentAlias", "createWithId", UA>): MRReturn<"EnvironmentAlias", "createWithId">; (opts
: MROpts<"EnvironmentAlias", "update", UA>): MRReturn<"EnvironmentAlias", "update">; (opts
: MROpts<"EnvironmentAlias", "delete", UA>): MRReturn<"EnvironmentAlias", "delete">; (opts
: MROpts<"Entry", "getMany", UA>): MRReturn<"Entry", "getMany">; (opts
: MROpts<"Entry", "get", UA>): MRReturn<"Entry", "get">; (opts
: MROpts<"Entry", "patch", UA>): MRReturn<"Entry", "patch">; (opts
: MROpts<"Entry", "update", UA>): MRReturn<"Entry", "update">; (opts
: MROpts<"Entry", "delete", UA>): MRReturn<"Entry", "delete">; (opts
: MROpts<"Entry", "publish", UA>): MRReturn<"Entry", "publish">; (opts
: MROpts<"Entry", "unpublish", UA>): MRReturn<"Entry", "unpublish">; (opts
: MROpts<"Entry", "archive", UA>): MRReturn<"Entry", "archive">; (opts
: MROpts<"Entry", "unarchive", UA>): MRReturn<"Entry", "unarchive">; (opts
: MROpts<"Entry", "create", UA>): MRReturn<"Entry", "create">; (opts
: MROpts<"Entry", "createWithId", UA>): MRReturn<"Entry", "createWithId">; (opts
: MROpts<"Entry", "references", UA>): MRReturn<"Entry", "references">; (opts
: MROpts<"Extension", "get", UA>): MRReturn<"Extension", "get">; (opts
: MROpts<"Extension", "getMany", UA>): MRReturn<"Extension", "getMany">; (opts
: MROpts<"Extension", "create", UA>): MRReturn<"Extension", "create">; (opts
: MROpts<"Extension", "createWithId", UA>): MRReturn<"Extension", "createWithId">; (opts
: MROpts<"Extension", "update", UA>): MRReturn<"Extension", "update">; (opts
: MROpts<"Extension", "delete", UA>): MRReturn<"Extension", "delete">; (opts
: MROpts<"Locale", "get", UA>): MRReturn<"Locale", "get">; (opts
: MROpts<"Locale", "getMany", UA>): MRReturn<"Locale", "getMany">; (opts
: MROpts<"Locale", "delete", UA>): MRReturn<"Locale", "delete">; (opts
: MROpts<"Locale", "update", UA>): MRReturn<"Locale", "update">; (opts
: MROpts<"Locale", "create", UA>): MRReturn<"Locale", "create">; (opts
: MROpts<"Organization", "getMany", UA>): MRReturn<"Organization", "getMany">; (opts
: MROpts<"Organization", "get", UA>): MRReturn<"Organization", "get">; (opts
: MROpts<"OrganizationInvitation", "get", UA>): MRReturn<"OrganizationInvitation", "get">; (opts
: MROpts<"OrganizationInvitation", "create", UA>): MRReturn<"OrganizationInvitation", "create">; (opts
: MROpts<"OrganizationMembership", "get", UA>): MRReturn<"OrganizationMembership", "get">; (opts
: MROpts<"OrganizationMembership", "getMany", UA>): MRReturn<"OrganizationMembership", "getMany">; (opts
: MROpts<"OrganizationMembership", "update", UA>): MRReturn<"OrganizationMembership", "update">; (opts
: MROpts<"OrganizationMembership", "delete", UA>): MRReturn<"OrganizationMembership", "delete">; (opts
: MROpts<"PersonalAccessToken", "get", UA>): MRReturn<"PersonalAccessToken", "get">; (opts
: MROpts<"PersonalAccessToken", "getMany", UA>): MRReturn<"PersonalAccessToken", "getMany">; (opts
: MROpts<"PersonalAccessToken", "create", UA>): MRReturn<"PersonalAccessToken", "create">; (opts
: MROpts<"PersonalAccessToken", "revoke", UA>): MRReturn<"PersonalAccessToken", "revoke">; (opts
: MROpts<"PreviewApiKey", "get", UA>): MRReturn<"PreviewApiKey", "get">; (opts
: MROpts<"PreviewApiKey", "getMany", UA>): MRReturn<"PreviewApiKey", "getMany">; (opts
: MROpts<"Role", "get", UA>): MRReturn<"Role", "get">; (opts
: MROpts<"Role", "getMany", UA>): MRReturn<"Role", "getMany">; (opts
: MROpts<"Role", "create", UA>): MRReturn<"Role", "create">; (opts
: MROpts<"Role", "createWithId", UA>): MRReturn<"Role", "createWithId">; (opts
: MROpts<"Role", "update", UA>): MRReturn<"Role", "update">; (opts
: MROpts<"Role", "delete", UA>): MRReturn<"Role", "delete">; (opts
: MROpts<"ScheduledAction", "getMany", UA>): MRReturn<"ScheduledAction", "getMany">; (opts
: MROpts<"ScheduledAction", "create", UA>): MRReturn<"ScheduledAction", "create">; (opts
: MROpts<"ScheduledAction", "delete", UA>): MRReturn<"ScheduledAction", "delete">; (opts
: MROpts<"Snapshot", "getManyForEntry", UA>): MRReturn<"Snapshot", "getManyForEntry">; (opts
: MROpts<"Snapshot", "getForEntry", UA>): MRReturn<"Snapshot", "getForEntry">; (opts
: MROpts<"Snapshot", "getManyForContentType", UA>): MRReturn<"Snapshot", "getManyForContentType">; (opts
: MROpts<"Snapshot", "getForContentType", UA>): MRReturn<"Snapshot", "getForContentType">; (opts
: MROpts<"Space", "get", UA>): MRReturn<"Space", "get">; (opts
: MROpts<"Space", "getMany", UA>): MRReturn<"Space", "getMany">; (opts
: MROpts<"Space", "create", UA>): MRReturn<"Space", "create">; (opts
: MROpts<"Space", "update", UA>): MRReturn<"Space", "update">; (opts
: MROpts<"Space", "delete", UA>): MRReturn<"Space", "delete">; (opts
: MROpts<"SpaceMember", "get", UA>): MRReturn<"SpaceMember", "get">; (opts
: MROpts<"SpaceMember", "getMany", UA>): MRReturn<"SpaceMember", "getMany">; (opts
: MROpts<"SpaceMembership", "get", UA>): MRReturn<"SpaceMembership", "get">; (opts
: MROpts<"SpaceMembership", "getMany", UA>): MRReturn<"SpaceMembership", "getMany">; (opts
: MROpts<"SpaceMembership", "getForOrganization", UA>): MRReturn<"SpaceMembership", "getForOrganization">; (opts
: MROpts<"SpaceMembership", "getManyForOrganization", UA>): MRReturn<"SpaceMembership", "getManyForOrganization">; (opts
: MROpts<"SpaceMembership", "create", UA>): MRReturn<"SpaceMembership", "create">; (opts
: MROpts<"SpaceMembership", "createWithId", UA>): MRReturn<"SpaceMembership", "createWithId">; (opts
: MROpts<"SpaceMembership", "update", UA>): MRReturn<"SpaceMembership", "update">; (opts
: MROpts<"SpaceMembership", "delete", UA>): MRReturn<"SpaceMembership", "delete">; (opts
: MROpts<"Tag", "get", UA>): MRReturn<"Tag", "get">; (opts
: MROpts<"Tag", "getMany", UA>): MRReturn<"Tag", "getMany">; (opts
: MROpts<"Tag", "createWithId", UA>): MRReturn<"Tag", "createWithId">; (opts
: MROpts<"Tag", "update", UA>): MRReturn<"Tag", "update">; (opts
: MROpts<"Tag", "delete", UA>): MRReturn<"Tag", "delete">; (opts
: MROpts<"Task", "get", UA>): MRReturn<"Task", "get">; (opts
: MROpts<"Task", "getAll", UA>): MRReturn<"Task", "getAll">; (opts
: MROpts<"Task", "create", UA>): MRReturn<"Task", "create">; (opts
: MROpts<"Task", "update", UA>): MRReturn<"Task", "update">; (opts
: MROpts<"Task", "delete", UA>): MRReturn<"Task", "delete">; (opts
: MROpts<"Team", "get", UA>): MRReturn<"Team", "get">; (opts
: MROpts<"Team", "getMany", UA>): MRReturn<"Team", "getMany">; (opts
: MROpts<"Team", "create", UA>): MRReturn<"Team", "create">; (opts
: MROpts<"Team", "update", UA>): MRReturn<"Team", "update">; (opts
: MROpts<"Team", "delete", UA>): MRReturn<"Team", "delete">; (opts
: MROpts<"TeamMembership", "get", UA>): MRReturn<"TeamMembership", "get">; (opts
: MROpts<"TeamMembership", "getManyForOrganization", UA>): MRReturn<"TeamMembership", "getManyForOrganization">; (opts
: MROpts<"TeamMembership", "getManyForTeam", UA>): MRReturn<"TeamMembership", "getManyForTeam">; (opts
: MROpts<"TeamMembership", "create", UA>): MRReturn<"TeamMembership", "create">; (opts
: MROpts<"TeamMembership", "update", UA>): MRReturn<"TeamMembership", "update">; (opts
: MROpts<"TeamMembership", "delete", UA>): MRReturn<"TeamMembership", "delete">; (opts
: MROpts<"TeamSpaceMembership", "get", UA>): MRReturn<"TeamSpaceMembership", "get">; (opts
: MROpts<"TeamSpaceMembership", "getMany", UA>): MRReturn<"TeamSpaceMembership", "getMany">; (opts
: MROpts<"TeamSpaceMembership", "getForOrganization", UA>): MRReturn<"TeamSpaceMembership", "getForOrganization">; (opts
: MROpts<"TeamSpaceMembership", "getManyForOrganization", UA>): MRReturn<"TeamSpaceMembership", "getManyForOrganization">; (opts
: MROpts<"TeamSpaceMembership", "create", UA>): MRReturn<"TeamSpaceMembership", "create">; (opts
: MROpts<"TeamSpaceMembership", "update", UA>): MRReturn<"TeamSpaceMembership", "update">; (opts
: MROpts<"TeamSpaceMembership", "delete", UA>): MRReturn<"TeamSpaceMembership", "delete">; (opts
: MROpts<"Upload", "get", UA>): MRReturn<"Entry", "get">; (opts
: MROpts<"Upload", "create", UA>): MRReturn<"Entry", "create">; (opts
: MROpts<"Upload", "delete", UA>): MRReturn<"Entry", "delete">; (opts
: MROpts<"Usage", "getManyForSpace", UA>): MRReturn<"Usage", "getManyForSpace">; (opts
: MROpts<"Usage", "getManyForOrganization", UA>): MRReturn<"Usage", "getManyForOrganization">; (opts
: MROpts<"User", "getManyForSpace", UA>): MRReturn<"User", "getManyForSpace">; (opts
: MROpts<"User", "getForSpace", UA>): MRReturn<"User", "getForSpace">; (opts
: MROpts<"User", "getCurrent", UA>): MRReturn<"User", "getCurrent">; (opts
: MROpts<"User", "getForOrganization", UA>): MRReturn<"User", "getForOrganization">; (opts
: MROpts<"User", "getManyForOrganization", UA>): MRReturn<"User", "getManyForOrganization">; (opts
: MROpts<"Webhook", "get", UA>): MRReturn<"Webhook", "get">; (opts
: MROpts<"Webhook", "getMany", UA>): MRReturn<"Webhook", "getMany">; (opts
: MROpts<"Webhook", "getCallDetails", UA>): MRReturn<"Webhook", "getCallDetails">; (opts
: MROpts<"Webhook", "getHealthStatus", UA>): MRReturn<"Webhook", "getHealthStatus">; (opts
: MROpts<"Webhook", "getManyCallDetails", UA>): MRReturn<"Webhook", "getManyCallDetails">; (opts
: MROpts<"Webhook", "create", UA>): MRReturn<"Webhook", "create">; (opts
: MROpts<"Webhook", "createWithId", UA>): MRReturn<"Webhook", "createWithId">; (opts
: MROpts<"Webhook", "update", UA>): MRReturn<"Webhook", "update">; (opts
: MROpts<"Webhook", "delete", UA>): MRReturn<"Webhook", "delete"> }
Type parameters
Type declaration
-
- (opts: MROpts<"Http", "get", UA>): MRReturn<"Http", "get">
- (opts: MROpts<"Http", "patch", UA>): MRReturn<"Http", "patch">
- (opts: MROpts<"Http", "post", UA>): MRReturn<"Http", "post">
- (opts: MROpts<"Http", "put", UA>): MRReturn<"Http", "put">
- (opts: MROpts<"Http", "delete", UA>): MRReturn<"Http", "delete">
- (opts: MROpts<"Http", "request", UA>): MRReturn<"Http", "request">
- (opts: MROpts<"AppBundle", "get", UA>): MRReturn<"AppBundle", "get">
- (opts: MROpts<"AppBundle", "getMany", UA>): MRReturn<"AppBundle", "getMany">
- (opts: MROpts<"AppBundle", "delete", UA>): MRReturn<"AppBundle", "delete">
- (opts: MROpts<"AppBundle", "create", UA>): MRReturn<"AppBundle", "create">
- (opts: MROpts<"ApiKey", "get", UA>): MRReturn<"ApiKey", "get">
- (opts: MROpts<"ApiKey", "getMany", UA>): MRReturn<"ApiKey", "getMany">
- (opts: MROpts<"ApiKey", "create", UA>): MRReturn<"ApiKey", "create">
- (opts: MROpts<"ApiKey", "createWithId", UA>): MRReturn<"ApiKey", "createWithId">
- (opts: MROpts<"ApiKey", "update", UA>): MRReturn<"ApiKey", "update">
- (opts: MROpts<"ApiKey", "delete", UA>): MRReturn<"ApiKey", "delete">
- (opts: MROpts<"AppDefinition", "get", UA>): MRReturn<"AppDefinition", "get">
- (opts: MROpts<"AppDefinition", "getMany", UA>): MRReturn<"AppDefinition", "getMany">
- (opts: MROpts<"AppDefinition", "create", UA>): MRReturn<"AppDefinition", "create">
- (opts: MROpts<"AppDefinition", "update", UA>): MRReturn<"AppDefinition", "update">
- (opts: MROpts<"AppDefinition", "delete", UA>): MRReturn<"AppDefinition", "delete">
- (opts: MROpts<"AppInstallation", "get", UA>): MRReturn<"AppInstallation", "get">
- (opts: MROpts<"AppInstallation", "getMany", UA>): MRReturn<"AppInstallation", "getMany">
- (opts: MROpts<"AppInstallation", "upsert", UA>): MRReturn<"AppInstallation", "upsert">
- (opts: MROpts<"AppInstallation", "delete", UA>): MRReturn<"AppInstallation", "delete">
- (opts: MROpts<"Asset", "getMany", UA>): MRReturn<"Asset", "getMany">
- (opts: MROpts<"Asset", "get", UA>): MRReturn<"Asset", "get">
- (opts: MROpts<"Asset", "update", UA>): MRReturn<"Asset", "update">
- (opts: MROpts<"Asset", "delete", UA>): MRReturn<"Asset", "delete">
- (opts: MROpts<"Asset", "publish", UA>): MRReturn<"Asset", "publish">
- (opts: MROpts<"Asset", "unpublish", UA>): MRReturn<"Asset", "unpublish">
- (opts: MROpts<"Asset", "archive", UA>): MRReturn<"Asset", "archive">
- (opts: MROpts<"Asset", "unarchive", UA>): MRReturn<"Asset", "unarchive">
- (opts: MROpts<"Asset", "create", UA>): MRReturn<"Asset", "create">
- (opts: MROpts<"Asset", "createWithId", UA>): MRReturn<"Asset", "createWithId">
- (opts: MROpts<"Asset", "createFromFiles", UA>): MRReturn<"Asset", "createFromFiles">
- (opts: MROpts<"Asset", "processForAllLocales", UA>): MRReturn<"Asset", "processForAllLocales">
- (opts: MROpts<"Asset", "processForLocale", UA>): MRReturn<"Asset", "processForLocale">
- (opts: MROpts<"AppUpload", "get", UA>): MRReturn<"AppUpload", "get">
- (opts: MROpts<"AppUpload", "delete", UA>): MRReturn<"AppUpload", "delete">
- (opts: MROpts<"AppUpload", "create", UA>): MRReturn<"AppUpload", "create">
- (opts: MROpts<"AssetKey", "create", UA>): MRReturn<"AssetKey", "create">
- (opts: MROpts<"BulkAction", "get", UA>): MRReturn<"BulkAction", "get">
- (opts: MROpts<"BulkAction", "publish", UA>): MRReturn<"BulkAction", "publish">
- (opts: MROpts<"BulkAction", "unpublish", UA>): MRReturn<"BulkAction", "unpublish">
- (opts: MROpts<"BulkAction", "validate", UA>): MRReturn<"BulkAction", "validate">
- (opts: MROpts<"ContentType", "get", UA>): MRReturn<"ContentType", "get">
- (opts: MROpts<"ContentType", "getMany", UA>): MRReturn<"ContentType", "getMany">
- (opts: MROpts<"ContentType", "update", UA>): MRReturn<"ContentType", "update">
- (opts: MROpts<"ContentType", "create", UA>): MRReturn<"ContentType", "create">
- (opts: MROpts<"ContentType", "createWithId", UA>): MRReturn<"ContentType", "createWithId">
- (opts: MROpts<"ContentType", "delete", UA>): MRReturn<"ContentType", "delete">
- (opts: MROpts<"ContentType", "publish", UA>): MRReturn<"ContentType", "publish">
- (opts: MROpts<"ContentType", "unpublish", UA>): MRReturn<"ContentType", "unpublish">
- (opts: MROpts<"EditorInterface", "get", UA>): MRReturn<"EditorInterface", "get">
- (opts: MROpts<"EditorInterface", "getMany", UA>): MRReturn<"EditorInterface", "getMany">
- (opts: MROpts<"EditorInterface", "update", UA>): MRReturn<"EditorInterface", "update">
- (opts: MROpts<"Environment", "get", UA>): MRReturn<"Environment", "get">
- (opts: MROpts<"Environment", "getMany", UA>): MRReturn<"Environment", "getMany">
- (opts: MROpts<"Environment", "create", UA>): MRReturn<"Environment", "create">
- (opts: MROpts<"Environment", "createWithId", UA>): MRReturn<"Environment", "createWithId">
- (opts: MROpts<"Environment", "update", UA>): MRReturn<"Environment", "update">
- (opts: MROpts<"Environment", "delete", UA>): MRReturn<"Environment", "delete">
- (opts: MROpts<"EnvironmentAlias", "get", UA>): MRReturn<"EnvironmentAlias", "get">
- (opts: MROpts<"EnvironmentAlias", "getMany", UA>): MRReturn<"EnvironmentAlias", "getMany">
- (opts: MROpts<"EnvironmentAlias", "createWithId", UA>): MRReturn<"EnvironmentAlias", "createWithId">
- (opts: MROpts<"EnvironmentAlias", "update", UA>): MRReturn<"EnvironmentAlias", "update">
- (opts: MROpts<"EnvironmentAlias", "delete", UA>): MRReturn<"EnvironmentAlias", "delete">
- (opts: MROpts<"Entry", "getMany", UA>): MRReturn<"Entry", "getMany">
- (opts: MROpts<"Entry", "get", UA>): MRReturn<"Entry", "get">
- (opts: MROpts<"Entry", "patch", UA>): MRReturn<"Entry", "patch">
- (opts: MROpts<"Entry", "update", UA>): MRReturn<"Entry", "update">
- (opts: MROpts<"Entry", "delete", UA>): MRReturn<"Entry", "delete">
- (opts: MROpts<"Entry", "publish", UA>): MRReturn<"Entry", "publish">
- (opts: MROpts<"Entry", "unpublish", UA>): MRReturn<"Entry", "unpublish">
- (opts: MROpts<"Entry", "archive", UA>): MRReturn<"Entry", "archive">
- (opts: MROpts<"Entry", "unarchive", UA>): MRReturn<"Entry", "unarchive">
- (opts: MROpts<"Entry", "create", UA>): MRReturn<"Entry", "create">
- (opts: MROpts<"Entry", "createWithId", UA>): MRReturn<"Entry", "createWithId">
- (opts: MROpts<"Entry", "references", UA>): MRReturn<"Entry", "references">
- (opts: MROpts<"Extension", "get", UA>): MRReturn<"Extension", "get">
- (opts: MROpts<"Extension", "getMany", UA>): MRReturn<"Extension", "getMany">
- (opts: MROpts<"Extension", "create", UA>): MRReturn<"Extension", "create">
- (opts: MROpts<"Extension", "createWithId", UA>): MRReturn<"Extension", "createWithId">
- (opts: MROpts<"Extension", "update", UA>): MRReturn<"Extension", "update">
- (opts: MROpts<"Extension", "delete", UA>): MRReturn<"Extension", "delete">
- (opts: MROpts<"Locale", "get", UA>): MRReturn<"Locale", "get">
- (opts: MROpts<"Locale", "getMany", UA>): MRReturn<"Locale", "getMany">
- (opts: MROpts<"Locale", "delete", UA>): MRReturn<"Locale", "delete">
- (opts: MROpts<"Locale", "update", UA>): MRReturn<"Locale", "update">
- (opts: MROpts<"Locale", "create", UA>): MRReturn<"Locale", "create">
- (opts: MROpts<"Organization", "getMany", UA>): MRReturn<"Organization", "getMany">
- (opts: MROpts<"Organization", "get", UA>): MRReturn<"Organization", "get">
- (opts: MROpts<"OrganizationInvitation", "get", UA>): MRReturn<"OrganizationInvitation", "get">
- (opts: MROpts<"OrganizationInvitation", "create", UA>): MRReturn<"OrganizationInvitation", "create">
- (opts: MROpts<"OrganizationMembership", "get", UA>): MRReturn<"OrganizationMembership", "get">
- (opts: MROpts<"OrganizationMembership", "getMany", UA>): MRReturn<"OrganizationMembership", "getMany">
- (opts: MROpts<"OrganizationMembership", "update", UA>): MRReturn<"OrganizationMembership", "update">
- (opts: MROpts<"OrganizationMembership", "delete", UA>): MRReturn<"OrganizationMembership", "delete">
- (opts: MROpts<"PersonalAccessToken", "get", UA>): MRReturn<"PersonalAccessToken", "get">
- (opts: MROpts<"PersonalAccessToken", "getMany", UA>): MRReturn<"PersonalAccessToken", "getMany">
- (opts: MROpts<"PersonalAccessToken", "create", UA>): MRReturn<"PersonalAccessToken", "create">
- (opts: MROpts<"PersonalAccessToken", "revoke", UA>): MRReturn<"PersonalAccessToken", "revoke">
- (opts: MROpts<"PreviewApiKey", "get", UA>): MRReturn<"PreviewApiKey", "get">
- (opts: MROpts<"PreviewApiKey", "getMany", UA>): MRReturn<"PreviewApiKey", "getMany">
- (opts: MROpts<"Role", "get", UA>): MRReturn<"Role", "get">
- (opts: MROpts<"Role", "getMany", UA>): MRReturn<"Role", "getMany">
- (opts: MROpts<"Role", "create", UA>): MRReturn<"Role", "create">
- (opts: MROpts<"Role", "createWithId", UA>): MRReturn<"Role", "createWithId">
- (opts: MROpts<"Role", "update", UA>): MRReturn<"Role", "update">
- (opts: MROpts<"Role", "delete", UA>): MRReturn<"Role", "delete">
- (opts: MROpts<"ScheduledAction", "getMany", UA>): MRReturn<"ScheduledAction", "getMany">
- (opts: MROpts<"ScheduledAction", "create", UA>): MRReturn<"ScheduledAction", "create">
- (opts: MROpts<"ScheduledAction", "delete", UA>): MRReturn<"ScheduledAction", "delete">
- (opts: MROpts<"Snapshot", "getManyForEntry", UA>): MRReturn<"Snapshot", "getManyForEntry">
- (opts: MROpts<"Snapshot", "getForEntry", UA>): MRReturn<"Snapshot", "getForEntry">
- (opts: MROpts<"Snapshot", "getManyForContentType", UA>): MRReturn<"Snapshot", "getManyForContentType">
- (opts: MROpts<"Snapshot", "getForContentType", UA>): MRReturn<"Snapshot", "getForContentType">
- (opts: MROpts<"Space", "get", UA>): MRReturn<"Space", "get">
- (opts: MROpts<"Space", "getMany", UA>): MRReturn<"Space", "getMany">
- (opts: MROpts<"Space", "create", UA>): MRReturn<"Space", "create">
- (opts: MROpts<"Space", "update", UA>): MRReturn<"Space", "update">
- (opts: MROpts<"Space", "delete", UA>): MRReturn<"Space", "delete">
- (opts: MROpts<"SpaceMember", "get", UA>): MRReturn<"SpaceMember", "get">
- (opts: MROpts<"SpaceMember", "getMany", UA>): MRReturn<"SpaceMember", "getMany">
- (opts: MROpts<"SpaceMembership", "get", UA>): MRReturn<"SpaceMembership", "get">
- (opts: MROpts<"SpaceMembership", "getMany", UA>): MRReturn<"SpaceMembership", "getMany">
- (opts: MROpts<"SpaceMembership", "getForOrganization", UA>): MRReturn<"SpaceMembership", "getForOrganization">
- (opts: MROpts<"SpaceMembership", "getManyForOrganization", UA>): MRReturn<"SpaceMembership", "getManyForOrganization">
- (opts: MROpts<"SpaceMembership", "create", UA>): MRReturn<"SpaceMembership", "create">
- (opts: MROpts<"SpaceMembership", "createWithId", UA>): MRReturn<"SpaceMembership", "createWithId">
- (opts: MROpts<"SpaceMembership", "update", UA>): MRReturn<"SpaceMembership", "update">
- (opts: MROpts<"SpaceMembership", "delete", UA>): MRReturn<"SpaceMembership", "delete">
- (opts: MROpts<"Tag", "get", UA>): MRReturn<"Tag", "get">
- (opts: MROpts<"Tag", "getMany", UA>): MRReturn<"Tag", "getMany">
- (opts: MROpts<"Tag", "createWithId", UA>): MRReturn<"Tag", "createWithId">
- (opts: MROpts<"Tag", "update", UA>): MRReturn<"Tag", "update">
- (opts: MROpts<"Tag", "delete", UA>): MRReturn<"Tag", "delete">
- (opts: MROpts<"Task", "get", UA>): MRReturn<"Task", "get">
- (opts: MROpts<"Task", "getAll", UA>): MRReturn<"Task", "getAll">
- (opts: MROpts<"Task", "create", UA>): MRReturn<"Task", "create">
- (opts: MROpts<"Task", "update", UA>): MRReturn<"Task", "update">
- (opts: MROpts<"Task", "delete", UA>): MRReturn<"Task", "delete">
- (opts: MROpts<"Team", "get", UA>): MRReturn<"Team", "get">
- (opts: MROpts<"Team", "getMany", UA>): MRReturn<"Team", "getMany">
- (opts: MROpts<"Team", "create", UA>): MRReturn<"Team", "create">
- (opts: MROpts<"Team", "update", UA>): MRReturn<"Team", "update">
- (opts: MROpts<"Team", "delete", UA>): MRReturn<"Team", "delete">
- (opts: MROpts<"TeamMembership", "get", UA>): MRReturn<"TeamMembership", "get">
- (opts: MROpts<"TeamMembership", "getManyForOrganization", UA>): MRReturn<"TeamMembership", "getManyForOrganization">
- (opts: MROpts<"TeamMembership", "getManyForTeam", UA>): MRReturn<"TeamMembership", "getManyForTeam">
- (opts: MROpts<"TeamMembership", "create", UA>): MRReturn<"TeamMembership", "create">
- (opts: MROpts<"TeamMembership", "update", UA>): MRReturn<"TeamMembership", "update">
- (opts: MROpts<"TeamMembership", "delete", UA>): MRReturn<"TeamMembership", "delete">
- (opts: MROpts<"TeamSpaceMembership", "get", UA>): MRReturn<"TeamSpaceMembership", "get">
- (opts: MROpts<"TeamSpaceMembership", "getMany", UA>): MRReturn<"TeamSpaceMembership", "getMany">
- (opts: MROpts<"TeamSpaceMembership", "getForOrganization", UA>): MRReturn<"TeamSpaceMembership", "getForOrganization">
- (opts: MROpts<"TeamSpaceMembership", "getManyForOrganization", UA>): MRReturn<"TeamSpaceMembership", "getManyForOrganization">
- (opts: MROpts<"TeamSpaceMembership", "create", UA>): MRReturn<"TeamSpaceMembership", "create">
- (opts: MROpts<"TeamSpaceMembership", "update", UA>): MRReturn<"TeamSpaceMembership", "update">
- (opts: MROpts<"TeamSpaceMembership", "delete", UA>): MRReturn<"TeamSpaceMembership", "delete">
- (opts: MROpts<"Upload", "get", UA>): MRReturn<"Entry", "get">
- (opts: MROpts<"Upload", "create", UA>): MRReturn<"Entry", "create">
- (opts: MROpts<"Upload", "delete", UA>): MRReturn<"Entry", "delete">
- (opts: MROpts<"Usage", "getManyForSpace", UA>): MRReturn<"Usage", "getManyForSpace">
- (opts: MROpts<"Usage", "getManyForOrganization", UA>): MRReturn<"Usage", "getManyForOrganization">
- (opts: MROpts<"User", "getManyForSpace", UA>): MRReturn<"User", "getManyForSpace">
- (opts: MROpts<"User", "getForSpace", UA>): MRReturn<"User", "getForSpace">
- (opts: MROpts<"User", "getCurrent", UA>): MRReturn<"User", "getCurrent">
- (opts: MROpts<"User", "getForOrganization", UA>): MRReturn<"User", "getForOrganization">
- (opts: MROpts<"User", "getManyForOrganization", UA>): MRReturn<"User", "getManyForOrganization">
- (opts: MROpts<"Webhook", "get", UA>): MRReturn<"Webhook", "get">
- (opts: MROpts<"Webhook", "getMany", UA>): MRReturn<"Webhook", "getMany">
- (opts: MROpts<"Webhook", "getCallDetails", UA>): MRReturn<"Webhook", "getCallDetails">
- (opts: MROpts<"Webhook", "getHealthStatus", UA>): MRReturn<"Webhook", "getHealthStatus">
- (opts: MROpts<"Webhook", "getManyCallDetails", UA>): MRReturn<"Webhook", "getManyCallDetails">
- (opts: MROpts<"Webhook", "create", UA>): MRReturn<"Webhook", "create">
- (opts: MROpts<"Webhook", "createWithId", UA>): MRReturn<"Webhook", "createWithId">
- (opts: MROpts<"Webhook", "update", UA>): MRReturn<"Webhook", "update">
- (opts: MROpts<"Webhook", "delete", UA>): MRReturn<"Webhook", "delete">
-
Parameters
-
opts: MROpts<"Http", "get", UA>
Returns MRReturn<"Http", "get">
-
Parameters
-
opts: MROpts<"Http", "patch", UA>
Returns MRReturn<"Http", "patch">
-
Parameters
-
opts: MROpts<"Http", "post", UA>
Returns MRReturn<"Http", "post">
-
Parameters
-
opts: MROpts<"Http", "put", UA>
Returns MRReturn<"Http", "put">
-
Parameters
-
opts: MROpts<"Http", "delete", UA>
Returns MRReturn<"Http", "delete">
-
Parameters
-
opts: MROpts<"Http", "request", UA>
Returns MRReturn<"Http", "request">
-
Parameters
-
opts: MROpts<"AppBundle", "get", UA>
Returns MRReturn<"AppBundle", "get">
-
Parameters
-
opts: MROpts<"AppBundle", "getMany", UA>
Returns MRReturn<"AppBundle", "getMany">
-
Parameters
-
opts: MROpts<"AppBundle", "delete", UA>
Returns MRReturn<"AppBundle", "delete">
-
Parameters
-
opts: MROpts<"AppBundle", "create", UA>
Returns MRReturn<"AppBundle", "create">
-
Parameters
-
opts: MROpts<"ApiKey", "get", UA>
Returns MRReturn<"ApiKey", "get">
-
Parameters
-
opts: MROpts<"ApiKey", "getMany", UA>
Returns MRReturn<"ApiKey", "getMany">
-
Parameters
-
opts: MROpts<"ApiKey", "create", UA>
Returns MRReturn<"ApiKey", "create">
-
Parameters
-
opts: MROpts<"ApiKey", "createWithId", UA>
Returns MRReturn<"ApiKey", "createWithId">
-
Parameters
-
opts: MROpts<"ApiKey", "update", UA>
Returns MRReturn<"ApiKey", "update">
-
Parameters
-
opts: MROpts<"ApiKey", "delete", UA>
Returns MRReturn<"ApiKey", "delete">
-
Parameters
-
opts: MROpts<"AppDefinition", "get", UA>
Returns MRReturn<"AppDefinition", "get">
-
Parameters
-
opts: MROpts<"AppDefinition", "getMany", UA>
Returns MRReturn<"AppDefinition", "getMany">
-
Parameters
-
opts: MROpts<"AppDefinition", "create", UA>
Returns MRReturn<"AppDefinition", "create">
-
Parameters
-
opts: MROpts<"AppDefinition", "update", UA>
Returns MRReturn<"AppDefinition", "update">
-
Parameters
-
opts: MROpts<"AppDefinition", "delete", UA>
Returns MRReturn<"AppDefinition", "delete">
-
Parameters
-
opts: MROpts<"AppInstallation", "get", UA>
Returns MRReturn<"AppInstallation", "get">
-
Parameters
-
opts: MROpts<"AppInstallation", "getMany", UA>
Returns MRReturn<"AppInstallation", "getMany">
-
Parameters
-
opts: MROpts<"AppInstallation", "upsert", UA>
Returns MRReturn<"AppInstallation", "upsert">
-
Parameters
-
opts: MROpts<"AppInstallation", "delete", UA>
Returns MRReturn<"AppInstallation", "delete">
-
Parameters
-
opts: MROpts<"Asset", "getMany", UA>
Returns MRReturn<"Asset", "getMany">
-
Parameters
-
opts: MROpts<"Asset", "get", UA>
Returns MRReturn<"Asset", "get">
-
Parameters
-
opts: MROpts<"Asset", "update", UA>
Returns MRReturn<"Asset", "update">
-
Parameters
-
opts: MROpts<"Asset", "delete", UA>
Returns MRReturn<"Asset", "delete">
-
Parameters
-
opts: MROpts<"Asset", "publish", UA>
Returns MRReturn<"Asset", "publish">
-
Parameters
-
opts: MROpts<"Asset", "unpublish", UA>
Returns MRReturn<"Asset", "unpublish">
-
Parameters
-
opts: MROpts<"Asset", "archive", UA>
Returns MRReturn<"Asset", "archive">
-
Parameters
-
opts: MROpts<"Asset", "unarchive", UA>
Returns MRReturn<"Asset", "unarchive">
-
Parameters
-
opts: MROpts<"Asset", "create", UA>
Returns MRReturn<"Asset", "create">
-
Parameters
-
opts: MROpts<"Asset", "createWithId", UA>
Returns MRReturn<"Asset", "createWithId">
-
Parameters
-
opts: MROpts<"Asset", "createFromFiles", UA>
Returns MRReturn<"Asset", "createFromFiles">
-
Parameters
-
opts: MROpts<"Asset", "processForAllLocales", UA>
Returns MRReturn<"Asset", "processForAllLocales">
-
Parameters
-
opts: MROpts<"Asset", "processForLocale", UA>
Returns MRReturn<"Asset", "processForLocale">
-
Parameters
-
opts: MROpts<"AppUpload", "get", UA>
Returns MRReturn<"AppUpload", "get">
-
Parameters
-
opts: MROpts<"AppUpload", "delete", UA>
Returns MRReturn<"AppUpload", "delete">
-
Parameters
-
opts: MROpts<"AppUpload", "create", UA>
Returns MRReturn<"AppUpload", "create">
-
Parameters
-
opts: MROpts<"AssetKey", "create", UA>
Returns MRReturn<"AssetKey", "create">
-
Parameters
-
opts: MROpts<"BulkAction", "get", UA>
Returns MRReturn<"BulkAction", "get">
-
Parameters
-
opts: MROpts<"BulkAction", "publish", UA>
Returns MRReturn<"BulkAction", "publish">
-
Parameters
-
opts: MROpts<"BulkAction", "unpublish", UA>
Returns MRReturn<"BulkAction", "unpublish">
-
Parameters
-
opts: MROpts<"BulkAction", "validate", UA>
Returns MRReturn<"BulkAction", "validate">
-
Parameters
-
opts: MROpts<"ContentType", "get", UA>
Returns MRReturn<"ContentType", "get">
-
Parameters
-
opts: MROpts<"ContentType", "getMany", UA>
Returns MRReturn<"ContentType", "getMany">
-
Parameters
-
opts: MROpts<"ContentType", "update", UA>
Returns MRReturn<"ContentType", "update">
-
Parameters
-
opts: MROpts<"ContentType", "create", UA>
Returns MRReturn<"ContentType", "create">
-
Parameters
-
opts: MROpts<"ContentType", "createWithId", UA>
Returns MRReturn<"ContentType", "createWithId">
-
Parameters
-
opts: MROpts<"ContentType", "delete", UA>
Returns MRReturn<"ContentType", "delete">
-
Parameters
-
opts: MROpts<"ContentType", "publish", UA>
Returns MRReturn<"ContentType", "publish">
-
Parameters
-
opts: MROpts<"ContentType", "unpublish", UA>
Returns MRReturn<"ContentType", "unpublish">
-
Parameters
-
opts: MROpts<"EditorInterface", "get", UA>
Returns MRReturn<"EditorInterface", "get">
-
Parameters
-
opts: MROpts<"EditorInterface", "getMany", UA>
Returns MRReturn<"EditorInterface", "getMany">
-
Parameters
-
opts: MROpts<"EditorInterface", "update", UA>
Returns MRReturn<"EditorInterface", "update">
-
Parameters
-
opts: MROpts<"Environment", "get", UA>
Returns MRReturn<"Environment", "get">
-
Parameters
-
opts: MROpts<"Environment", "getMany", UA>
Returns MRReturn<"Environment", "getMany">
-
Parameters
-
opts: MROpts<"Environment", "create", UA>
Returns MRReturn<"Environment", "create">
-
Parameters
-
opts: MROpts<"Environment", "createWithId", UA>
Returns MRReturn<"Environment", "createWithId">
-
Parameters
-
opts: MROpts<"Environment", "update", UA>
Returns MRReturn<"Environment", "update">
-
Parameters
-
opts: MROpts<"Environment", "delete", UA>
Returns MRReturn<"Environment", "delete">
-
Parameters
-
opts: MROpts<"EnvironmentAlias", "get", UA>
Returns MRReturn<"EnvironmentAlias", "get">
-
Parameters
-
opts: MROpts<"EnvironmentAlias", "getMany", UA>
Returns MRReturn<"EnvironmentAlias", "getMany">
-
Parameters
-
opts: MROpts<"EnvironmentAlias", "createWithId", UA>
Returns MRReturn<"EnvironmentAlias", "createWithId">
-
Parameters
-
opts: MROpts<"EnvironmentAlias", "update", UA>
Returns MRReturn<"EnvironmentAlias", "update">
-
Parameters
-
opts: MROpts<"EnvironmentAlias", "delete", UA>
Returns MRReturn<"EnvironmentAlias", "delete">
-
Parameters
-
opts: MROpts<"Entry", "getMany", UA>
Returns MRReturn<"Entry", "getMany">
-
Parameters
-
opts: MROpts<"Entry", "get", UA>
Returns MRReturn<"Entry", "get">
-
Parameters
-
opts: MROpts<"Entry", "patch", UA>
Returns MRReturn<"Entry", "patch">
-
Parameters
-
opts: MROpts<"Entry", "update", UA>
Returns MRReturn<"Entry", "update">
-
Parameters
-
opts: MROpts<"Entry", "delete", UA>
Returns MRReturn<"Entry", "delete">
-
Parameters
-
opts: MROpts<"Entry", "publish", UA>
Returns MRReturn<"Entry", "publish">
-
Parameters
-
opts: MROpts<"Entry", "unpublish", UA>
Returns MRReturn<"Entry", "unpublish">
-
Parameters
-
opts: MROpts<"Entry", "archive", UA>
Returns MRReturn<"Entry", "archive">
-
Parameters
-
opts: MROpts<"Entry", "unarchive", UA>
Returns MRReturn<"Entry", "unarchive">
-
Parameters
-
opts: MROpts<"Entry", "create", UA>
Returns MRReturn<"Entry", "create">
-
Parameters
-
opts: MROpts<"Entry", "createWithId", UA>
Returns MRReturn<"Entry", "createWithId">
-
Parameters
-
opts: MROpts<"Entry", "references", UA>
Returns MRReturn<"Entry", "references">
-
Parameters
-
opts: MROpts<"Extension", "get", UA>
Returns MRReturn<"Extension", "get">
-
Parameters
-
opts: MROpts<"Extension", "getMany", UA>
Returns MRReturn<"Extension", "getMany">
-
Parameters
-
opts: MROpts<"Extension", "create", UA>
Returns MRReturn<"Extension", "create">
-
Parameters
-
opts: MROpts<"Extension", "createWithId", UA>
Returns MRReturn<"Extension", "createWithId">
-
Parameters
-
opts: MROpts<"Extension", "update", UA>
Returns MRReturn<"Extension", "update">
-
Parameters
-
opts: MROpts<"Extension", "delete", UA>
Returns MRReturn<"Extension", "delete">
-
Parameters
-
opts: MROpts<"Locale", "get", UA>
Returns MRReturn<"Locale", "get">
-
Parameters
-
opts: MROpts<"Locale", "getMany", UA>
Returns MRReturn<"Locale", "getMany">
-
Parameters
-
opts: MROpts<"Locale", "delete", UA>
Returns MRReturn<"Locale", "delete">
-
Parameters
-
opts: MROpts<"Locale", "update", UA>
Returns MRReturn<"Locale", "update">
-
Parameters
-
opts: MROpts<"Locale", "create", UA>
Returns MRReturn<"Locale", "create">
-
Parameters
-
opts: MROpts<"Organization", "getMany", UA>
Returns MRReturn<"Organization", "getMany">
-
Parameters
-
opts: MROpts<"Organization", "get", UA>
Returns MRReturn<"Organization", "get">
-
Parameters
-
opts: MROpts<"OrganizationInvitation", "get", UA>
Returns MRReturn<"OrganizationInvitation", "get">
-
Parameters
-
opts: MROpts<"OrganizationInvitation", "create", UA>
Returns MRReturn<"OrganizationInvitation", "create">
-
Parameters
-
opts: MROpts<"OrganizationMembership", "get", UA>
Returns MRReturn<"OrganizationMembership", "get">
-
Parameters
-
opts: MROpts<"OrganizationMembership", "getMany", UA>
Returns MRReturn<"OrganizationMembership", "getMany">
-
Parameters
-
opts: MROpts<"OrganizationMembership", "update", UA>
Returns MRReturn<"OrganizationMembership", "update">
-
Parameters
-
opts: MROpts<"OrganizationMembership", "delete", UA>
Returns MRReturn<"OrganizationMembership", "delete">
-
Parameters
-
opts: MROpts<"PersonalAccessToken", "get", UA>
Returns MRReturn<"PersonalAccessToken", "get">
-
Parameters
-
opts: MROpts<"PersonalAccessToken", "getMany", UA>
Returns MRReturn<"PersonalAccessToken", "getMany">
-
Parameters
-
opts: MROpts<"PersonalAccessToken", "create", UA>
Returns MRReturn<"PersonalAccessToken", "create">
-
Parameters
-
opts: MROpts<"PersonalAccessToken", "revoke", UA>
Returns MRReturn<"PersonalAccessToken", "revoke">
-
Parameters
-
opts: MROpts<"PreviewApiKey", "get", UA>
Returns MRReturn<"PreviewApiKey", "get">
-
Parameters
-
opts: MROpts<"PreviewApiKey", "getMany", UA>
Returns MRReturn<"PreviewApiKey", "getMany">
-
Parameters
-
opts: MROpts<"Role", "get", UA>
Returns MRReturn<"Role", "get">
-
Parameters
-
opts: MROpts<"Role", "getMany", UA>
Returns MRReturn<"Role", "getMany">
-
Parameters
-
opts: MROpts<"Role", "create", UA>
Returns MRReturn<"Role", "create">
-
Parameters
-
opts: MROpts<"Role", "createWithId", UA>
Returns MRReturn<"Role", "createWithId">
-
Parameters
-
opts: MROpts<"Role", "update", UA>
Returns MRReturn<"Role", "update">
-
Parameters
-
opts: MROpts<"Role", "delete", UA>
Returns MRReturn<"Role", "delete">
-
Parameters
-
opts: MROpts<"ScheduledAction", "getMany", UA>
Returns MRReturn<"ScheduledAction", "getMany">
-
Parameters
-
opts: MROpts<"ScheduledAction", "create", UA>
Returns MRReturn<"ScheduledAction", "create">
-
Parameters
-
opts: MROpts<"ScheduledAction", "delete", UA>
Returns MRReturn<"ScheduledAction", "delete">
-
Parameters
-
opts: MROpts<"Snapshot", "getManyForEntry", UA>
Returns MRReturn<"Snapshot", "getManyForEntry">
-
Parameters
-
opts: MROpts<"Snapshot", "getForEntry", UA>
Returns MRReturn<"Snapshot", "getForEntry">
-
Parameters
-
opts: MROpts<"Snapshot", "getManyForContentType", UA>
Returns MRReturn<"Snapshot", "getManyForContentType">
-
Parameters
-
opts: MROpts<"Snapshot", "getForContentType", UA>
Returns MRReturn<"Snapshot", "getForContentType">
-
Parameters
-
opts: MROpts<"Space", "get", UA>
Returns MRReturn<"Space", "get">
-
Parameters
-
opts: MROpts<"Space", "getMany", UA>
Returns MRReturn<"Space", "getMany">
-
Parameters
-
opts: MROpts<"Space", "create", UA>
Returns MRReturn<"Space", "create">
-
Parameters
-
opts: MROpts<"Space", "update", UA>
Returns MRReturn<"Space", "update">
-
Parameters
-
opts: MROpts<"Space", "delete", UA>
Returns MRReturn<"Space", "delete">
-
Parameters
-
opts: MROpts<"SpaceMember", "get", UA>
Returns MRReturn<"SpaceMember", "get">
-
Parameters
-
opts: MROpts<"SpaceMember", "getMany", UA>
Returns MRReturn<"SpaceMember", "getMany">
-
Parameters
-
opts: MROpts<"SpaceMembership", "get", UA>
Returns MRReturn<"SpaceMembership", "get">
-
Parameters
-
opts: MROpts<"SpaceMembership", "getMany", UA>
Returns MRReturn<"SpaceMembership", "getMany">
-
Parameters
-
opts: MROpts<"SpaceMembership", "getForOrganization", UA>
Returns MRReturn<"SpaceMembership", "getForOrganization">
-
Parameters
-
opts: MROpts<"SpaceMembership", "getManyForOrganization", UA>
Returns MRReturn<"SpaceMembership", "getManyForOrganization">
-
Parameters
-
opts: MROpts<"SpaceMembership", "create", UA>
Returns MRReturn<"SpaceMembership", "create">
-
Parameters
-
opts: MROpts<"SpaceMembership", "createWithId", UA>
Returns MRReturn<"SpaceMembership", "createWithId">
-
Parameters
-
opts: MROpts<"SpaceMembership", "update", UA>
Returns MRReturn<"SpaceMembership", "update">
-
Parameters
-
opts: MROpts<"SpaceMembership", "delete", UA>
Returns MRReturn<"SpaceMembership", "delete">
-
Parameters
-
opts: MROpts<"Tag", "get", UA>
Returns MRReturn<"Tag", "get">
-
Parameters
-
opts: MROpts<"Tag", "getMany", UA>
Returns MRReturn<"Tag", "getMany">
-
Parameters
-
opts: MROpts<"Tag", "createWithId", UA>
Returns MRReturn<"Tag", "createWithId">
-
Parameters
-
opts: MROpts<"Tag", "update", UA>
Returns MRReturn<"Tag", "update">
-
Parameters
-
opts: MROpts<"Tag", "delete", UA>
Returns MRReturn<"Tag", "delete">
-
Parameters
-
opts: MROpts<"Task", "get", UA>
Returns MRReturn<"Task", "get">
-
Parameters
-
opts: MROpts<"Task", "getAll", UA>
Returns MRReturn<"Task", "getAll">
-
Parameters
-
opts: MROpts<"Task", "create", UA>
Returns MRReturn<"Task", "create">
-
Parameters
-
opts: MROpts<"Task", "update", UA>
Returns MRReturn<"Task", "update">
-
Parameters
-
opts: MROpts<"Task", "delete", UA>
Returns MRReturn<"Task", "delete">
-
Parameters
-
opts: MROpts<"Team", "get", UA>
Returns MRReturn<"Team", "get">
-
Parameters
-
opts: MROpts<"Team", "getMany", UA>
Returns MRReturn<"Team", "getMany">
-
Parameters
-
opts: MROpts<"Team", "create", UA>
Returns MRReturn<"Team", "create">
-
Parameters
-
opts: MROpts<"Team", "update", UA>
Returns MRReturn<"Team", "update">
-
Parameters
-
opts: MROpts<"Team", "delete", UA>
Returns MRReturn<"Team", "delete">
-
Parameters
-
opts: MROpts<"TeamMembership", "get", UA>
Returns MRReturn<"TeamMembership", "get">
-
Parameters
-
opts: MROpts<"TeamMembership", "getManyForOrganization", UA>
Returns MRReturn<"TeamMembership", "getManyForOrganization">
-
Parameters
-
opts: MROpts<"TeamMembership", "getManyForTeam", UA>
Returns MRReturn<"TeamMembership", "getManyForTeam">
-
Parameters
-
opts: MROpts<"TeamMembership", "create", UA>
Returns MRReturn<"TeamMembership", "create">
-
Parameters
-
opts: MROpts<"TeamMembership", "update", UA>
Returns MRReturn<"TeamMembership", "update">
-
Parameters
-
opts: MROpts<"TeamMembership", "delete", UA>
Returns MRReturn<"TeamMembership", "delete">
-
Parameters
-
opts: MROpts<"TeamSpaceMembership", "get", UA>
Returns MRReturn<"TeamSpaceMembership", "get">
-
Parameters
-
opts: MROpts<"TeamSpaceMembership", "getMany", UA>
Returns MRReturn<"TeamSpaceMembership", "getMany">
-
Parameters
-
opts: MROpts<"TeamSpaceMembership", "getForOrganization", UA>
Returns MRReturn<"TeamSpaceMembership", "getForOrganization">
-
Parameters
-
opts: MROpts<"TeamSpaceMembership", "getManyForOrganization", UA>
Returns MRReturn<"TeamSpaceMembership", "getManyForOrganization">
-
Parameters
-
opts: MROpts<"TeamSpaceMembership", "create", UA>
Returns MRReturn<"TeamSpaceMembership", "create">
-
Parameters
-
opts: MROpts<"TeamSpaceMembership", "update", UA>
Returns MRReturn<"TeamSpaceMembership", "update">
-
Parameters
-
opts: MROpts<"TeamSpaceMembership", "delete", UA>
Returns MRReturn<"TeamSpaceMembership", "delete">
-
Parameters
-
opts: MROpts<"Upload", "get", UA>
Returns MRReturn<"Entry", "get">
-
Parameters
-
opts: MROpts<"Upload", "create", UA>
Returns MRReturn<"Entry", "create">
-
Parameters
-
opts: MROpts<"Upload", "delete", UA>
Returns MRReturn<"Entry", "delete">
-
Parameters
-
opts: MROpts<"Usage", "getManyForSpace", UA>
Returns MRReturn<"Usage", "getManyForSpace">
-
Parameters
-
opts: MROpts<"Usage", "getManyForOrganization", UA>
Returns MRReturn<"Usage", "getManyForOrganization">
-
Parameters
-
opts: MROpts<"User", "getManyForSpace", UA>
Returns MRReturn<"User", "getManyForSpace">
-
Parameters
-
opts: MROpts<"User", "getForSpace", UA>
Returns MRReturn<"User", "getForSpace">
-
Parameters
-
opts: MROpts<"User", "getCurrent", UA>
Returns MRReturn<"User", "getCurrent">
-
Parameters
-
opts: MROpts<"User", "getForOrganization", UA>
Returns MRReturn<"User", "getForOrganization">
-
Parameters
-
opts: MROpts<"User", "getManyForOrganization", UA>
Returns MRReturn<"User", "getManyForOrganization">
-
Parameters
-
opts: MROpts<"Webhook", "get", UA>
Returns MRReturn<"Webhook", "get">
-
Parameters
-
opts: MROpts<"Webhook", "getMany", UA>
Returns MRReturn<"Webhook", "getMany">
-
Parameters
-
opts: MROpts<"Webhook", "getCallDetails", UA>
Returns MRReturn<"Webhook", "getCallDetails">
-
Parameters
-
opts: MROpts<"Webhook", "getHealthStatus", UA>
Returns MRReturn<"Webhook", "getHealthStatus">
-
Parameters
-
opts: MROpts<"Webhook", "getManyCallDetails", UA>
Returns MRReturn<"Webhook", "getManyCallDetails">
-
Parameters
-
opts: MROpts<"Webhook", "create", UA>
Returns MRReturn<"Webhook", "create">
-
Parameters
-
opts: MROpts<"Webhook", "createWithId", UA>
Returns MRReturn<"Webhook", "createWithId">
-
Parameters
-
opts: MROpts<"Webhook", "update", UA>
Returns MRReturn<"Webhook", "update">
-
Parameters
-
opts: MROpts<"Webhook", "delete", UA>
Returns MRReturn<"Webhook", "delete">
MROpts
MROpts<ET, Action, UA>: { action: Action; entityType: ET } & UA extends true ? { userAgent: string } : {} & "params" extends keyof MRActions[ET][Action] ? undefined extends MRActions[ET][Action]["params"] ? { params?: MRActions[ET][Action]["params"] } : { params: MRActions[ET][Action]["params"] } : {} & "payload" extends keyof MRActions[ET][Action] ? undefined extends MRActions[ET][Action]["payload"] ? { payload?: MRActions[ET][Action]["payload"] } : { payload: MRActions[ET][Action]["payload"] } : {} & "headers" extends keyof MRActions[ET][Action] ? undefined extends MRActions[ET][Action]["headers"] ? { headers?: MRActions[ET][Action]["headers"] } : { headers: MRActions[ET][Action]["headers"] } : {}
Type parameters
-
-
Action: keyof MRActions[ET]
-
UA: boolean = false
MRReturn
MRReturn<ET, Action>: "return" extends keyof MRActions[ET][Action] ? Promise<MRActions[ET][Action]["return"]> : never
Type parameters
-
-
Action: keyof MRActions[ET]
OmitOrDelete
OmitOrDelete: "omitted" | "deleted"
OptionalDefaults
Optional
Defaults<T>: Omit<T, keyof DefaultParams> & "organizationId" extends keyof T ? { organizationId?: undefined | string } : {} & "spaceId" extends keyof T ? { spaceId?: undefined | string } : {} & "environmentId" extends keyof T ? { environmentId?: undefined | string } : {}
Type parameters
OrganizationInvitationProps
Organization
InvitationProps: { email: string; firstName: string; lastName: string; role: string; sys: MetaSysProps & { invitationUrl: string; organizationMembership: { sys: MetaLinkProps }; status: string; user: Record<string, any> | null } }
Type declaration
-
email: string
-
firstName: string
-
lastName: string
-
role: string
-
sys: MetaSysProps & { invitationUrl: string; organizationMembership: { sys: MetaLinkProps }; status: string; user: Record<string, any> | null }
OrganizationMembershipProps
Type declaration
-
role: string
-
status: boolean
-
ParameterOption
ParameterOption: string | {}
ParameterType
ParameterType: "Boolean" | "Symbol" | "Number" | "Enum"
ParamsType
ParamsType<T>: T extends (params: infer P) => any ? P : never
Type parameters
PersonalAccessTokenProp
Personal
AccessTokenProp: { name: string; revokedAt: null | string; scopes: "content_management_manage"[]; sys: MetaSysProps; token?: undefined | string }
Type declaration
-
name: string
-
revokedAt: null | string
-
scopes: "content_management_manage"[]
-
-
Optional token?: undefined | string
PlainClientAPI
PlainClientAPI: { apiKey: { create: any; createWithId: any; delete: any; get: any; getMany: any; update: any }; appBundle: { create: any; delete: any; get: any; getMany: any }; appDefinition: { create: any; delete: any; get: any; getMany: any; update: any }; appInstallation: { delete: any; get: any; getMany: any; upsert: any }; appUpload: { create: any; delete: any; get: any }; asset: { archive: any; create: any; createFromFiles: any; createWithId: any; delete: any; get: any; getMany: any; processForAllLocales: any; processForLocale: any; publish: any; unarchive: any; unpublish: any; update: any }; assetKey: { create: any }; bulkAction: { get: any; publish: any; unpublish: any; validate: any }; contentType: { delete: any; get: any; getMany: any; omitAndDeleteField: any; publish: any; unpublish: any; update: any }; editorInterface: { get: any; getMany: any; update: any }; entry: { archive: any; create: any; createWithId: any; delete: any; get: any; getMany: any; patch: any; publish: any; references: any; unarchive: any; unpublish: any; update: any }; environment: { create: any; createWithId: any; delete: any; get: any; getMany: any; update: any }; environmentAlias: { createWithId: any; delete: any; get: any; getMany: any; update: any }; extension: { create: any; createWithId: any; delete: any; get: any; getMany: any; update: any }; locale: { create: any; delete: any; get: any; getMany: any; update: any }; organization: { get: any; getAll: any }; organizationInvitation: { create: any; get: any }; organizationMembership: { delete: any; get: any; getMany: any; update: any }; personalAccessToken: { create: any; get: any; getMany: any; revoke: any }; previewApiKey: { get: any; getMany: any }; raw: { delete: any; get: any; getDefaultParams: any; http: any; patch: any; post: any; put: any }; role: { create: any; createWithId: any; delete: any; get: any; getMany: any; update: any }; scheduledActions: { create: any; delete: any; getMany: any }; snapshot: { getForContentType: any; getForEntry: any; getManyForContentType: any; getManyForEntry: any }; space: { create: any; delete: any; get: any; getMany: any; update: any }; spaceMember: { get: any; getMany: any }; spaceMembership: { create: any; createWithId: any; delete: any; get: any; getForOrganization: any; getMany: any; getManyForOrganization: any; update: any }; tag: { createWithId: any; delete: any; get: any; getMany: any; update: any }; task: { create: any; delete: any; get: any; getAll: any; update: any }; team: { create: any; delete: any; get: any; getMany: any; update: any }; teamMembership: { create: any; delete: any; get: any; getManyForOrganization: any; getManyForTeam: any; update: any }; teamSpaceMembership: { create: any; delete: any; get: any; getForOrganization: any; getMany: any; getManyForOrganization: any; update: any }; upload: { create: any; delete: any; get: any }; usage: { getManyForOrganization: any; getManyForSpace: any }; user: { getCurrent: any; getForOrganization: any; getForSpace: any; getManyForOrganization: any; getManyForSpace: any }; webhook: { create: any; delete: any; get: any; getCallDetails: any; getHealthStatus: any; getMany: any; getManyCallDetails: any; update: any } }
Type declaration
-
apiKey: { create: any; createWithId: any; delete: any; get: any; getMany: any; update: any }
-
create: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
createWithId: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
getMany: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
appBundle: { create: any; delete: any; get: any; getMany: any }
-
create: function
-
delete: function
-
Parameters
Returns Promise<void>
-
get: function
-
getMany: function
-
appDefinition: { create: any; delete: any; get: any; getMany: any; update: any }
-
create: function
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
getMany: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
appInstallation: { delete: any; get: any; getMany: any; upsert: any }
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
getMany: function
-
upsert: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
appUpload: { create: any; delete: any; get: any }
-
create: function
-
Parameters
-
-
payload: { file: string | ArrayBuffer | Stream }
-
file: string | ArrayBuffer | Stream
-
delete: function
-
Parameters
Returns Promise<void>
-
get: function
-
asset: { archive: any; create: any; createFromFiles: any; createWithId: any; delete: any; get: any; getMany: any; processForAllLocales: any; processForLocale: any; publish: any; unarchive: any; unpublish: any; update: any }
-
archive: function
-
create: function
-
createFromFiles: function
-
createWithId: function
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
Parameters
-
-
Optional rawData: unknown
-
Optional headers: Record<string, unknown>
-
getMany: function
-
processForAllLocales: function
-
processForLocale: function
-
publish: function
-
unarchive: function
-
unpublish: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
assetKey: { create: any }
-
bulkAction: { get: any; publish: any; unpublish: any; validate: any }
-
get: function
-
Type parameters
Parameters
-
publish: function
-
unpublish: function
-
validate: function
-
contentType: { delete: any; get: any; getMany: any; omitAndDeleteField: any; publish: any; unpublish: any; update: any }
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
getMany: function
-
omitAndDeleteField: function
-
publish: function
-
unpublish: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
editorInterface: { get: any; getMany: any; update: any }
-
get: function
-
getMany: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
entry: { archive: any; create: any; createWithId: any; delete: any; get: any; getMany: any; patch: any; publish: any; references: any; unarchive: any; unpublish: any; update: any }
-
archive: function
-
Type parameters
Parameters
-
create: function
-
Type parameters
Parameters
-
createWithId: function
-
Type parameters
Parameters
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
Type parameters
Parameters
-
-
Optional rawData: unknown
-
Optional headers: Record<string, unknown>
-
getMany: function
-
Type parameters
Parameters
-
patch: function
-
Type parameters
Parameters
-
-
rawData: OpPatch[]
-
Optional headers: Record<string, unknown>
-
publish: function
-
Type parameters
Parameters
-
references: function
-
unarchive: function
-
Type parameters
Parameters
-
unpublish: function
-
Type parameters
Parameters
-
update: function
-
Type parameters
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
environment: { create: any; createWithId: any; delete: any; get: any; getMany: any; update: any }
-
create: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
createWithId: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
getMany: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
environmentAlias: { createWithId: any; delete: any; get: any; getMany: any; update: any }
-
createWithId: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
getMany: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
extension: { create: any; createWithId: any; delete: any; get: any; getMany: any; update: any }
-
create: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
createWithId: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
getMany: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
locale: { create: any; delete: any; get: any; getMany: any; update: any }
-
create: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
getMany: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
organization: { get: any; getAll: any }
-
get: function
-
getAll: function
-
organizationInvitation: { create: any; get: any }
-
create: function
-
Parameters
-
params: OptionalDefaults<{ organizationId: string }>
-
-
Optional headers: Record<string, unknown>
-
get: function
-
Parameters
-
params: OptionalDefaults<{ invitationId: string; organizationId: string }>
-
Optional headers: Record<string, unknown>
-
organizationMembership: { delete: any; get: any; getMany: any; update: any }
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
getMany: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
personalAccessToken: { create: any; get: any; getMany: any; revoke: any }
-
create: function
-
Parameters
-
-
Optional headers: Record<string, unknown>
-
get: function
-
getMany: function
-
revoke: function
-
previewApiKey: { get: any; getMany: any }
-
get: function
-
getMany: function
-
raw: { delete: any; get: any; getDefaultParams: any; http: any; patch: any; post: any; put: any }
-
delete: function
- delete<T>(url: string, config?: AxiosRequestConfig): Promise<T>
-
Type parameters
Parameters
-
url: string
-
Optional config: AxiosRequestConfig
Returns Promise<T>
-
get: function
- get<T>(url: string, config?: AxiosRequestConfig): Promise<T>
-
Type parameters
Parameters
-
url: string
-
Optional config: AxiosRequestConfig
Returns Promise<T>
-
getDefaultParams: function
-
http: function
- http<T>(url: string, config?: AxiosRequestConfig): Promise<T>
-
Type parameters
Parameters
-
url: string
-
Optional config: AxiosRequestConfig
Returns Promise<T>
-
patch: function
- patch<T>(url: string, payload?: any, config?: AxiosRequestConfig): Promise<T>
-
Type parameters
Parameters
-
url: string
-
Optional payload: any
-
Optional config: AxiosRequestConfig
Returns Promise<T>
-
post: function
- post<T>(url: string, payload?: any, config?: AxiosRequestConfig): Promise<T>
-
Type parameters
Parameters
-
url: string
-
Optional payload: any
-
Optional config: AxiosRequestConfig
Returns Promise<T>
-
put: function
- put<T>(url: string, payload?: any, config?: AxiosRequestConfig): Promise<T>
-
Type parameters
Parameters
-
url: string
-
Optional payload: any
-
Optional config: AxiosRequestConfig
Returns Promise<T>
-
role: { create: any; createWithId: any; delete: any; get: any; getMany: any; update: any }
-
create: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
createWithId: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
getMany: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
scheduledActions: { create: any; delete: any; getMany: any }
-
create: function
-
delete: function
-
Parameters
Returns Promise<any>
-
getMany: function
-
snapshot: { getForContentType: any; getForEntry: any; getManyForContentType: any; getManyForEntry: any }
-
getForContentType: function
-
getForEntry: function
-
Type parameters
Parameters
-
getManyForContentType: function
-
getManyForEntry: function
-
Type parameters
Parameters
-
space: { create: any; delete: any; get: any; getMany: any; update: any }
-
create: function
- create(params: OptionalDefaults<{ organizationId?: undefined | string }>, payload: Omit<SpaceProps, "sys">, headers?: Record<string, unknown>): Promise<any>
-
Parameters
-
params: OptionalDefaults<{ organizationId?: undefined | string }>
-
payload: Omit<SpaceProps, "sys">
-
Optional headers: Record<string, unknown>
Returns Promise<any>
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
getMany: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
spaceMember: { get: any; getMany: any }
-
get: function
-
getMany: function
-
spaceMembership: { create: any; createWithId: any; delete: any; get: any; getForOrganization: any; getMany: any; getManyForOrganization: any; update: any }
-
create: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
createWithId: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
getForOrganization: function
-
getMany: function
-
getManyForOrganization: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
tag: { createWithId: any; delete: any; get: any; getMany: any; update: any }
-
createWithId: function
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
getMany: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
Returns Promise<TagProps>
-
task: { create: any; delete: any; get: any; getAll: any; update: any }
-
create: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
delete: function
-
Parameters
Returns Promise<void>
-
get: function
-
getAll: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
team: { create: any; delete: any; get: any; getMany: any; update: any }
-
create: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
Returns Promise<any>
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
getMany: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
teamMembership: { create: any; delete: any; get: any; getManyForOrganization: any; getManyForTeam: any; update: any }
-
create: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
getManyForOrganization: function
-
getManyForTeam: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
teamSpaceMembership: { create: any; delete: any; get: any; getForOrganization: any; getMany: any; getManyForOrganization: any; update: any }
-
create: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
getForOrganization: function
-
getMany: function
-
getManyForOrganization: function
-
update: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
upload: { create: any; delete: any; get: any }
-
create: function
-
Parameters
-
-
data: { file: string | ArrayBuffer | Stream }
-
file: string | ArrayBuffer | Stream
Returns Promise<any>
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
Parameters
Returns Promise<any>
-
usage: { getManyForOrganization: any; getManyForSpace: any }
-
getManyForOrganization: function
-
getManyForSpace: function
-
user: { getCurrent: any; getForOrganization: any; getForSpace: any; getManyForOrganization: any; getManyForSpace: any }
-
getCurrent: function
-
Type parameters
Parameters
Returns Promise<T>
-
getForOrganization: function
-
getForSpace: function
-
getManyForOrganization: function
-
getManyForSpace: function
-
webhook: { create: any; delete: any; get: any; getCallDetails: any; getHealthStatus: any; getMany: any; getManyCallDetails: any; update: any }
-
create: function
-
Parameters
-
-
-
Optional headers: Record<string, unknown>
-
delete: function
-
Parameters
Returns Promise<any>
-
get: function
-
getCallDetails: function
-
getHealthStatus: function
-
getMany: function
-
getManyCallDetails: function
-
update: function
PlainOptions
Plain
Options: { bulkActionId: string; environmentId: string; plainClient: PlainClientAPI; spaceId: string }
Type declaration
-
bulkActionId: string
-
environmentId: string
-
-
spaceId: string
PreviewApiKeyProps
Preview
ApiKeyProps: { description: string; name: string; sys: MetaSysProps }
Type declaration
-
description: string
-
name: string
-
RestAdapterParams
RestAdapterParams: CreateHttpClientParams & { accessToken: CreateHttpClientParams["accessToken"]; host?: undefined | string; hostUpload?: undefined | string }
RestEndpoint
RestEndpoint<ET, Action, Params, Payload, Headers, Return>: Params extends undefined ? (http: AxiosInstance) => Return : Payload extends undefined ? (http: AxiosInstance, params: Params) => Return : Headers extends undefined ? (http: AxiosInstance, params: Params, payload: Payload) => Return : (http: AxiosInstance, params: Params, payload: Payload, headers: Headers) => Return
Type parameters
-
-
Action: keyof MRActions[ET]
-
Params = "params" extends keyof MROpts<ET, Action, false> ? MROpts<ET, Action, false>["params"] : undefined
-
Payload = "payload" extends keyof MROpts<ET, Action, false> ? MROpts<ET, Action, false>["payload"] : undefined
-
Headers = "headers" extends keyof MROpts<ET, Action, false> ? MROpts<ET, Action, false>["headers"] : undefined
-
Return = MRReturn<ET, Action>
RoleProps
Role
Props: { description?: undefined | string; name: string; permissions: { ContentDelivery: string[] | string; ContentModel: string[]; EnvironmentAliases: string[] | string; Environments: string[] | string; Settings: string[] | string }; policies: { actions: ActionType[] | "all"; constraint: ConstraintType; effect: string }[]; sys: BasicMetaSysProps & { space: SysLink } }
Type declaration
-
Optional description?: undefined | string
-
name: string
-
permissions: { ContentDelivery: string[] | string; ContentModel: string[]; EnvironmentAliases: string[] | string; Environments: string[] | string; Settings: string[] | string }
-
ContentDelivery: string[] | string
-
ContentModel: string[]
-
EnvironmentAliases: string[] | string
-
Environments: string[] | string
-
Settings: string[] | string
-
policies: { actions: ActionType[] | "all"; constraint: ConstraintType; effect: string }[]
-
SchedulableActionType
SchedulableActionType: "publish" | "unpublish"
SchedulableEntityType
SchedulableEntityType: "Entry" | "Asset" | "Release"
ScheduledActionApi
ScheduledActionApi: { delete: any }
ScheduledActionSysProps
Type declaration
-
-
Optional canceledBy?: undefined | { sys: MetaLinkProps }
-
-
-
id: string
-
-
-
type: "ScheduledAction"
SnapshotProps
Snapshot
Props<T>: { snapshot: T; sys: MetaSysProps & { snapshotEntityType: string; snapshotType: string } }
Type parameters
Type declaration
-
snapshot: T
-
sys: MetaSysProps & { snapshotEntityType: string; snapshotType: string }
SpaceProps
Space
Props: { name: string; sys: BasicMetaSysProps & { organization: { sys: { id: string } } } }
TagApi
TagApi: { delete: any; update: any }
Type declaration
-
delete: function
-
update: function
TagCollectionProps
Tag
CollectionProps: { items: TagProps[]; sys: { type: "Array" }; total: number }
Type declaration
-
-
sys: { type: "Array" }
-
total: number
TagVisibility
TagVisibility: "private" | "public"
TaskApi
TaskApi: { delete: any; update: any }
Type declaration
-
delete: function
-
update: function
TaskProps
Type declaration
-
assignedTo: Link<"User">
-
body: string
-
-
TaskStatus
TaskStatus: "active" | "resolved"
TaskSysProps
Task
SysProps: Pick<BasicMetaSysProps, "id" | "version" | "createdAt" | "createdBy" | "updatedAt" | "updatedBy"> & { environment: SysLink; parentEntity: Link<"Entry">; space: SysLink; type: "Task" }
TeamMembershipProps
Type declaration
-
admin: boolean
-
organizationMembershipId: string
-
TeamProps
Team
Props: { description: string; name: string; sys: MetaSysProps & { memberCount: number; organization: { sys: MetaLinkProps } } }
UpdateWebhookProps
Update
WebhookProps: SetOptional<Except<WebhookProps, "sys">, "headers" | "name" | "topics" | "url">
UsageMetricEnum
UsageMetricEnum: "cda" | "cma" | "cpa" | "gql"
UsageProps
Usage
Props: { dateRange: { endAt: string; startAt: string }; metric: UsageMetricEnum; sys: MetaSysProps & { organization?: undefined | { sys: MetaLinkProps } }; unitOfMeasure: string; usage: number; usagePerDay: {} }
Type declaration
-
dateRange: { endAt: string; startAt: string }
-
endAt: string
-
startAt: string
-
-
-
unitOfMeasure: string
-
usage: number
-
usagePerDay: {}
UserProps
User
Props: { 2faEnabled: boolean; activated: boolean; avatarUrl: string; confirmed: boolean; cookieConsentData: string; email: string; firstName: string; lastName: string; signInCount: number; sys: BasicMetaSysProps }
Type declaration
-
2faEnabled: boolean
-
activated: boolean
-
avatarUrl: string
-
confirmed: boolean
-
cookieConsentData: string
-
email: string
-
firstName: string
-
lastName: string
-
signInCount: number
-
WebhookCallDetailsProps
Type declaration
-
errors: any[]
-
eventType: string
-
-
requestAt: string
-
-
responseAt: string
-
statusCode: number
-
-
url: string
WebhookCallDetailsSys
Webhook
CallDetailsSys: Except<BasicMetaSysProps, "version" | "updatedAt" | "updatedBy">
WebhookCallRequest
WebhookCallRequest: { body: string; headers: {}; method: string; url: string }
Type declaration
-
body: string
-
headers: {}
-
method: string
-
url: string
WebhookCalls
WebhookCalls: { healthy: number; total: number }
Type declaration
-
healthy: number
-
total: number
WebhookHeader
WebhookHeader: { key: string; secret?: undefined | false | true; value: string }
Type declaration
-
key: string
-
Optional secret?: undefined | false | true
-
value: string
WebhookHealthSys
Webhook
HealthSys: Except<BasicMetaSysProps, "version" | "updatedAt" | "updatedBy" | "createdAt">
WebhookProps
Type declaration
-
-
-
Optional httpBasicPassword?: undefined | string
-
Optional httpBasicUsername?: undefined | string
-
name: string
-
-
topics: string[]
-
-
url: string
WebhookTransformation
WebhookTransformation: { body?: JsonValue; contentType?: null | "application/vnd.contentful.management.v1+json" | "application/vnd.contentful.management.v1+json; charset=utf-8" | "application/json" | "application/json; charset=utf-8" | "application/x-www-form-urlencoded" | "application/x-www-form-urlencoded; charset=utf-8"; includeContentLength?: boolean | null; method?: null | "POST" | "GET" | "PUT" | "PATCH" | "DELETE" }
Type declaration
-
Optional body?: JsonValue
-
Optional contentType?: null | "application/vnd.contentful.management.v1+json" | "application/vnd.contentful.management.v1+json; charset=utf-8" | "application/json" | "application/json; charset=utf-8" | "application/x-www-form-urlencoded" | "application/x-www-form-urlencoded; charset=utf-8"
-
Optional includeContentLength?: boolean | null
-
Optional method?: null | "POST" | "GET" | "PUT" | "PATCH" | "DELETE"
WrapFn
WrapFn<ET, Action, Params, Payload, Headers, Return>: Params extends undefined ? () => Return : Payload extends undefined ? (params: Params) => Return : Headers extends undefined ? (params: Params, payload: Payload) => Return : (params: Params, payload: Payload, headers: Headers) => Return
Type parameters
-
-
Action: keyof MRActions[ET]
-
Params = "params" extends keyof MRActions[ET][Action] ? MRActions[ET][Action]["params"] : undefined
-
Payload = "payload" extends keyof MRActions[ET][Action] ? MRActions[ET][Action]["payload"] : undefined
-
Headers = "headers" extends keyof MRActions[ET][Action] ? MRActions[ET][Action]["headers"] : undefined
-
Return = MRReturn<ET, Action>
A comment that describes this bundle