Skip to content

Interface: AppointmentOccurrence

@flyze/lib-data-store 3.0.0-alpha.55· latest

Defined in: projects/lib-data-store/src/lib/flyze-models/appointment-occurrence.model.ts:3

  • AppointmentOccurrenceDTO

appointmentRuleId: string

Defined in: node_modules/@flyze/lib-db-models/models/appointment-occurrence/appointment-occurrence.model.d.ts:14

_AppointmentOccurrence.appointmentRuleId


optional canceledAt: Date

Defined in: node_modules/@flyze/lib-db-models/models/appointment-occurrence/appointment-occurrence.model.d.ts:22

_AppointmentOccurrence.canceledAt


readonly createdAt: Date

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-tracked-dates.model.d.ts:5

The date when the record was created.

_AppointmentOccurrence.createdAt


optional createdBy: string | null

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-audit-meta.model.d.ts:7

The ID of the user who created the resource.

_AppointmentOccurrence.createdBy


createdByKind: "Group" | "User" | "Unknown" | "API" | "System"

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-audit-meta.model.d.ts:11

The kind of the user who created the resource.

_AppointmentOccurrence.createdByKind


optional deletedAt: Date

Defined in: node_modules/@flyze/lib-db-models/models/appointment-occurrence/appointment-occurrence.model.d.ts:24

_AppointmentOccurrence.deletedAt


optional description: string

Defined in: node_modules/@flyze/lib-db-models/models/appointment-occurrence/appointment-occurrence.model.d.ts:16

_AppointmentOccurrence.description


end: Date

Defined in: node_modules/@flyze/lib-db-models/models/appointment-occurrence/appointment-occurrence.model.d.ts:21

_AppointmentOccurrence.end


readonly entityKind: "appointment-occurrence"

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-entity-kind.model.d.ts:31

The kind of the entity.

_AppointmentOccurrence.entityKind


readonly id: string

Defined in: projects/lib-data-store/src/lib/flyze-models/appointment-occurrence.model.ts:4

_AppointmentOccurrence.id


optional movedAt: Date

Defined in: node_modules/@flyze/lib-db-models/models/appointment-occurrence/appointment-occurrence.model.d.ts:23

_AppointmentOccurrence.movedAt


originalEnd: Date

Defined in: node_modules/@flyze/lib-db-models/models/appointment-occurrence/appointment-occurrence.model.d.ts:19

_AppointmentOccurrence.originalEnd


originalStart: Date

Defined in: node_modules/@flyze/lib-db-models/models/appointment-occurrence/appointment-occurrence.model.d.ts:18

_AppointmentOccurrence.originalStart


optional ownerId: string | null

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-owner.model.d.ts:14

The ID of the owner of the resource.

_AppointmentOccurrence.ownerId


ownerKind: "Group" | "User" | "Unknown" | "API" | "System"

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-owner.model.d.ts:18

The owner of the resource.

_AppointmentOccurrence.ownerKind


start: Date

Defined in: node_modules/@flyze/lib-db-models/models/appointment-occurrence/appointment-occurrence.model.d.ts:20

_AppointmentOccurrence.start


status: AppointmentOccurrenceStatus

Defined in: node_modules/@flyze/lib-db-models/models/appointment-occurrence/appointment-occurrence.model.d.ts:17

_AppointmentOccurrence.status


optional title: string

Defined in: node_modules/@flyze/lib-db-models/models/appointment-occurrence/appointment-occurrence.model.d.ts:15

_AppointmentOccurrence.title


readonly updatedAt: Date

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-tracked-dates.model.d.ts:9

The date when the record was last updated.

_AppointmentOccurrence.updatedAt


optional updatedBy: string | null

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-audit-meta.model.d.ts:15

The ID of the user who last updated the resource.

_AppointmentOccurrence.updatedBy


updatedByKind: "Group" | "User" | "Unknown" | "API" | "System"

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-audit-meta.model.d.ts:19

The kind of the user who last updated the resource.

_AppointmentOccurrence.updatedByKind