Module types

Source
Expand description

Types used as operation parameters and responses.

Modules§

builder
Types for composing complex structures.
defaults
Generation of default values for serde.
error
Error types.

Structs§

ApiToken
An ApiToken is a unique identifier that you can use to authenticate requests to the API. You can create as many ApiTokens as you need.
ApiTokenCreateInput
ApiTokenCreateInput
Component
A component is a reusable piece of code that can be used in multiple projects.
ComponentCreateInput
ComponentCreateInput
ComponentListParams
ComponentListParams
ComponentUpdateParams
ComponentUpdateParams
ComponentVersion
Version of a component
ComponentVersionCreateInput
ComponentVersionCreateInput
ComponentVersionUpdateInput
ComponentVersionUpdateInput
DeletedResponse
DeletedResponse
Domain
A Domain is a hostname that you can use to access your project. Each domain belongs to a project.
DomainCreateInput
DomainCreateInput
DomainUpdateInput
DomainUpdateInput
DynamicFieldsItem
DynamicFieldsItem
ErrorResponse
An error response from the API. More info here
ErrorResponseError
ErrorResponseError
ErrorResponseErrorParamsItem
ErrorResponseErrorParamsItem
GetIncomingDataCollectionEventsResponse
GetIncomingDataCollectionEventsResponse
GetOutgoingDataCollectionEventsResponse
GetOutgoingDataCollectionEventsResponse
GetProjectBody
GetProjectBody
IncomingDataCollectionEvent
An incoming data collection event is an event created by edgee, which will be processed and transformed into one or more outgoing data collection events by the components.
Invitation
An invitation is a request to join an organization. An invitation is sent to an email address, and the recipient can accept or decline the invitation.
InvitationCreateInput
InvitationCreateInput
ListApiTokensBody
ListApiTokensBody
ListApiTokensResponse
ListApiTokensResponse
ListInvitationsBody
ListInvitationsBody
ListInvitationsResponse
ListInvitationsResponse
ListOrganizationComponentsResponse
ListOrganizationComponentsResponse
ListOrganizationsBody
ListOrganizationsBody
ListOrganizationsResponse
ListOrganizationsResponse
ListOrganizationsUsersBody
ListOrganizationsUsersBody
ListOrganizationsUsersResponse
ListOrganizationsUsersResponse
ListParams
ListParams
ListProjectComponentsResponse
ListProjectComponentsResponse
ListProjectDomainsResponse
ListProjectDomainsResponse
ListProjectProxySettingsResponse
ListProjectProxySettingsResponse
ListProjectsBody
ListProjectsBody
ListProjectsResponse
ListProjectsResponse
ListPublicComponentsResponse
ListPublicComponentsResponse
ListResponse
ListResponse
Organization
Organization
OrganizationCreateInput
OrganizationCreateInput
OrganizationUpdateInput
OrganizationUpdateInput
OrganizationUser
OrganizationUser
OrganizationUserUpdateInput
OrganizationUserUpdateInput
OutgoingDataCollectionEvent
An outgoing data collection event is an event created by a component, which will be sent to the destination specified by the component.
Project
Project
ProjectBase
A Project is a unique identifier that you can use to manage and organize your work. Each project belongs to an organization.
ProjectBaseWithoutOrgId
A Project is a unique identifier that you can use to manage and organize your work. Each project belongs to an organization.
ProjectComponent
A Project Component object represents an integration of a component in a project.
ProjectCreateInput
ProjectCreateInput
ProjectForwardedHeadersItem
ProjectForwardedHeadersItem
ProjectFull
A Project is a unique identifier that you can use to manage and organize your work. Each project belongs to an organization.
ProjectFullForwardedHeadersItem
ProjectFullForwardedHeadersItem
ProjectUpdateInput
ProjectUpdateInput
ProjectUpdateInputForwardedHeadersItem
ProjectUpdateInputForwardedHeadersItem
ProxySettings
A ProxySettings is a revision of the proxy settings of a project.
ProxySettingsBackend
A ProxySettings backend entity
ProxySettingsCreateInput
ProxySettingsCreateInput
ProxySettingsRoute
A ProxySettings route entity
ProxySettingsUpdateInput
ProxySettingsUpdateInput
User
A User is a unique identifier that you can use to manage and organize your work.

Enums§

ComponentCreateInputCategory
Category of the component.
ComponentCreateInputSubCategory
Subcategory of the component.
ComponentListParamsCategory
Filter components by category.
ComponentListParamsSubCategory
Filter components by sub category.
ErrorResponseErrorType
The type of error returned.
IncomingDataCollectionEventFrom
Origin of the event
IncomingDataCollectionEventType
Type of the event
InvitationCreateInputRole
The future role of the user in the organization.
InvitationRole
The future role of the user in the organization.
ListApiTokensBodyOrderDirection
The order direction of the returned list. Objects are returned sorted by creation date. By default, the order is descending, so the most recent object appears first. Possible values are ASC and DESC. Default is DESC.
ListApiTokensResponseOrderDirection
The order direction of the returned list. Objects are returned sorted by creation date. By default, the order is descending, so the most recent object appears first. Possible values are ASC and DESC. Default is DESC.
ListInvitationsBodyOrderDirection
The order direction of the returned list. Objects are returned sorted by creation date. By default, the order is descending, so the most recent object appears first. Possible values are ASC and DESC. Default is DESC.
ListOrganizationsBodyOrderDirection
The order direction of the returned list. Objects are returned sorted by creation date. By default, the order is descending, so the most recent object appears first. Possible values are ASC and DESC. Default is DESC.
ListOrganizationsUsersBodyOrderDirection
The order direction of the returned list. Objects are returned sorted by creation date. By default, the order is descending, so the most recent object appears first. Possible values are ASC and DESC. Default is DESC.
ListOrganizationsUsersBodyRole
The role of the users.
ListParamsOrderDirection
The order direction of the returned list. Objects are returned sorted by creation date. By default, the order is descending, so the most recent object appears first. Possible values are ASC and DESC. Default is DESC.
ListProjectsBodyOrderDirection
The order direction of the returned list. Objects are returned sorted by creation date. By default, the order is descending, so the most recent object appears first. Possible values are ASC and DESC. Default is DESC.
OrganizationCreateInputType
The type of the organization.
OrganizationType
The type of the organization.
OrganizationUpdateInputType
The type of the organization.
OrganizationUserRole
OrganizationUserRole
OrganizationUserUpdateInputRole
OrganizationUserUpdateInputRole
ProjectFullLogSeverity
The log severity of the project.
ProjectLogSeverity
The log severity of the project.
ProjectUpdateInputLogSeverity
The log severity of the project.