Interface: InstanceWithFederationState
Defined in: src/types/index.ts:46
Extends
output<typeofschemas.InstanceWithFederationState>
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
domain | string | - | z.infer.domain | src/schemas/InstanceWithFederationState.ts:6 |
federation_state? | object | if federation to this instance is or was active, show state of outgoing federation to this instance | z.infer.federation_state | src/schemas/InstanceWithFederationState.ts:11 |
federation_state.fail_count | number | how many failed attempts have been made to send the next activity | - | src/schemas/ReadableFederationState.ts:7 |
federation_state.instance_id | number | - | - | src/schemas/ReadableFederationState.ts:8 |
federation_state.last_retry? | string | timestamp of the last retry attempt (when the last failing activity was resent) | - | src/schemas/ReadableFederationState.ts:12 |
federation_state.last_successful_id? | number | the last successfully sent activity id | - | src/schemas/ReadableFederationState.ts:16 |
federation_state.last_successful_published_time? | string | - | - | src/schemas/ReadableFederationState.ts:17 |
federation_state.next_retry? | string | timestamp of the next retry attempt (null if fail count is 0) | - | src/schemas/ReadableFederationState.ts:21 |
id | number | - | z.infer.id | src/schemas/InstanceWithFederationState.ts:12 |
published_at | string | - | z.infer.published_at | src/schemas/InstanceWithFederationState.ts:13 |
software? | string | - | z.infer.software | src/schemas/InstanceWithFederationState.ts:14 |
updated_at? | string | - | z.infer.updated_at | src/schemas/InstanceWithFederationState.ts:15 |
version? | string | - | z.infer.version | src/schemas/InstanceWithFederationState.ts:16 |
