Latest generation

This commit is contained in:
ci core model
2025-04-28 11:35:40 +00:00
parent 27d08cc0b6
commit 595d5e3e36
16 changed files with 11440 additions and 4 deletions

View File

@@ -16,6 +16,11 @@
export * from './adminConnection'
export * from './api.client'
export * from './api'
export * from './appointment'
export * from './appointmentInput.client'
export * from './appointmentInput'
export * from './appointmentQuery.client'
export * from './appointmentQuery'
export * from './attachmentType.client'
export * from './attachmentType'
export * from './attachmentV2.client'
@@ -23,6 +28,8 @@
export * from './base'
export * from './billing.client'
export * from './billing'
export * from './calendar.client'
export * from './calendar'
export * from './claim-type.client'
export * from './claim-type'
export * from './claim'
@@ -137,6 +144,9 @@
export * from './rules.client'
export * from './rules'
export * from './shared'
export * from './site.client'
export * from './site'
export * from './slotbooking'
export * from './stock'
export * from './stockAction'
export * from './stockInput.client'