@jmruthers/pace-core 0.5.186 → 0.5.188

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (290) hide show
  1. package/dist/{DataTable-IX2NBUTP.js → DataTable-GUFUNZ3N.js} +7 -7
  2. package/dist/{DataTable-Z9NLVJh0.d.ts → DataTable-IVYljGJ6.d.ts} +1 -1
  3. package/dist/{PublicPageProvider-DIzEzwKl.d.ts → PublicPageProvider-DrLDztHt.d.ts} +211 -106
  4. package/dist/{UnifiedAuthProvider-A4BCQRJY.js → UnifiedAuthProvider-643PUAIM.js} +2 -2
  5. package/dist/{api-BMFCXVQX.js → api-YP7XD5L6.js} +3 -3
  6. package/dist/{audit-WRS3KJKI.js → audit-B5P6FFIR.js} +2 -2
  7. package/dist/{chunk-HGPQUCBC.js → chunk-2UUZZJFT.js} +3 -3
  8. package/dist/{chunk-445GEP27.js → chunk-3GOZZZYH.js} +33 -8
  9. package/dist/chunk-3GOZZZYH.js.map +1 -0
  10. package/dist/{chunk-FSFQFJCU.js → chunk-63FOKYGO.js} +174 -6
  11. package/dist/chunk-63FOKYGO.js.map +1 -0
  12. package/dist/{chunk-DAGICKHT.js → chunk-DDM4CCYT.js} +3 -3
  13. package/dist/{chunk-XAUHJD3L.js → chunk-E7UAOUMY.js} +2 -2
  14. package/dist/{chunk-HDCUMOOI.js → chunk-EFCLXK7F.js} +792 -559
  15. package/dist/chunk-EFCLXK7F.js.map +1 -0
  16. package/dist/{chunk-U6WNSFX5.js → chunk-HEHYGYOX.js} +279 -44
  17. package/dist/chunk-HEHYGYOX.js.map +1 -0
  18. package/dist/{chunk-GRIQLQ52.js → chunk-IM4QE42D.js} +27 -23
  19. package/dist/chunk-IM4QE42D.js.map +1 -0
  20. package/dist/{chunk-OALXJH4Y.js → chunk-IPCH26AG.js} +8 -8
  21. package/dist/chunk-IPCH26AG.js.map +1 -0
  22. package/dist/{chunk-UQWSHFVX.js → chunk-SAUPYVLF.js} +1 -1
  23. package/dist/{chunk-UQWSHFVX.js.map → chunk-SAUPYVLF.js.map} +1 -1
  24. package/dist/{chunk-TC7D3CR3.js → chunk-UNOTYLQF.js} +556 -101
  25. package/dist/chunk-UNOTYLQF.js.map +1 -0
  26. package/dist/{chunk-FXFJRTKI.js → chunk-VGZZXKBR.js} +5 -5
  27. package/dist/chunk-VGZZXKBR.js.map +1 -0
  28. package/dist/chunk-YHCN776L.js +447 -0
  29. package/dist/chunk-YHCN776L.js.map +1 -0
  30. package/dist/components.d.ts +4 -4
  31. package/dist/components.js +12 -10
  32. package/dist/components.js.map +1 -1
  33. package/dist/{file-reference-PRTSLxKx.d.ts → file-reference-D037xOFK.d.ts} +0 -1
  34. package/dist/hooks.d.ts +221 -6
  35. package/dist/hooks.js +146 -49
  36. package/dist/hooks.js.map +1 -1
  37. package/dist/index.d.ts +24 -9
  38. package/dist/index.js +62 -28
  39. package/dist/index.js.map +1 -1
  40. package/dist/providers.js +1 -1
  41. package/dist/rbac/index.d.ts +124 -7
  42. package/dist/rbac/index.js +27 -7
  43. package/dist/{types-DUyCRSTj.d.ts → types-Bwgl--Xo.d.ts} +162 -1
  44. package/dist/types.d.ts +1 -1
  45. package/dist/types.js +1 -1
  46. package/dist/{usePublicRouteParams-D71QLlg4.d.ts → usePublicRouteParams-CTDELQ7H.d.ts} +2 -2
  47. package/dist/utils.d.ts +213 -3
  48. package/dist/utils.js +22 -2
  49. package/dist/utils.js.map +1 -1
  50. package/docs/api/classes/ColumnFactory.md +1 -1
  51. package/docs/api/classes/ErrorBoundary.md +1 -1
  52. package/docs/api/classes/InvalidScopeError.md +1 -1
  53. package/docs/api/classes/Logger.md +1 -1
  54. package/docs/api/classes/MissingUserContextError.md +1 -1
  55. package/docs/api/classes/OrganisationContextRequiredError.md +1 -1
  56. package/docs/api/classes/PermissionDeniedError.md +1 -1
  57. package/docs/api/classes/RBACAuditManager.md +21 -17
  58. package/docs/api/classes/RBACCache.md +31 -23
  59. package/docs/api/classes/RBACEngine.md +5 -5
  60. package/docs/api/classes/RBACError.md +1 -1
  61. package/docs/api/classes/RBACNotInitializedError.md +1 -1
  62. package/docs/api/classes/SecureSupabaseClient.md +1 -1
  63. package/docs/api/classes/StorageUtils.md +1 -1
  64. package/docs/api/enums/FileCategory.md +1 -1
  65. package/docs/api/enums/LogLevel.md +1 -1
  66. package/docs/api/enums/RBACErrorCode.md +1 -1
  67. package/docs/api/enums/RPCFunction.md +1 -1
  68. package/docs/api/interfaces/AddressFieldProps.md +241 -0
  69. package/docs/api/interfaces/AddressFieldRef.md +94 -0
  70. package/docs/api/interfaces/AggregateConfig.md +1 -1
  71. package/docs/api/interfaces/AutocompleteOptions.md +75 -0
  72. package/docs/api/interfaces/BadgeProps.md +1 -1
  73. package/docs/api/interfaces/ButtonProps.md +1 -1
  74. package/docs/api/interfaces/CalendarProps.md +1 -1
  75. package/docs/api/interfaces/CardProps.md +1 -1
  76. package/docs/api/interfaces/ColorPalette.md +1 -1
  77. package/docs/api/interfaces/ColorShade.md +1 -1
  78. package/docs/api/interfaces/ComplianceResult.md +1 -1
  79. package/docs/api/interfaces/DataAccessRecord.md +1 -1
  80. package/docs/api/interfaces/DataRecord.md +1 -1
  81. package/docs/api/interfaces/DataTableAction.md +1 -1
  82. package/docs/api/interfaces/DataTableColumn.md +1 -1
  83. package/docs/api/interfaces/DataTableProps.md +1 -1
  84. package/docs/api/interfaces/DataTableToolbarButton.md +1 -1
  85. package/docs/api/interfaces/DatabaseComplianceResult.md +1 -1
  86. package/docs/api/interfaces/DatabaseIssue.md +1 -1
  87. package/docs/api/interfaces/EmptyStateConfig.md +1 -1
  88. package/docs/api/interfaces/EnhancedNavigationMenuProps.md +1 -1
  89. package/docs/api/interfaces/EventAppRoleData.md +1 -1
  90. package/docs/api/interfaces/ExportColumn.md +1 -1
  91. package/docs/api/interfaces/ExportOptions.md +1 -1
  92. package/docs/api/interfaces/FileDisplayProps.md +15 -15
  93. package/docs/api/interfaces/FileMetadata.md +1 -1
  94. package/docs/api/interfaces/FileReference.md +1 -1
  95. package/docs/api/interfaces/FileSizeLimits.md +1 -1
  96. package/docs/api/interfaces/FileUploadOptions.md +1 -1
  97. package/docs/api/interfaces/FileUploadProps.md +1 -1
  98. package/docs/api/interfaces/FooterProps.md +1 -1
  99. package/docs/api/interfaces/FormFieldProps.md +1 -1
  100. package/docs/api/interfaces/FormProps.md +1 -1
  101. package/docs/api/interfaces/GrantEventAppRoleParams.md +1 -1
  102. package/docs/api/interfaces/InactivityWarningModalProps.md +1 -1
  103. package/docs/api/interfaces/InputProps.md +1 -1
  104. package/docs/api/interfaces/LabelProps.md +1 -1
  105. package/docs/api/interfaces/LoggerConfig.md +1 -1
  106. package/docs/api/interfaces/LoginFormProps.md +1 -1
  107. package/docs/api/interfaces/NavigationAccessRecord.md +1 -1
  108. package/docs/api/interfaces/NavigationContextType.md +1 -1
  109. package/docs/api/interfaces/NavigationGuardProps.md +1 -1
  110. package/docs/api/interfaces/NavigationItem.md +1 -1
  111. package/docs/api/interfaces/NavigationMenuProps.md +1 -1
  112. package/docs/api/interfaces/NavigationProviderProps.md +1 -1
  113. package/docs/api/interfaces/Organisation.md +1 -1
  114. package/docs/api/interfaces/OrganisationContextType.md +1 -1
  115. package/docs/api/interfaces/OrganisationMembership.md +1 -1
  116. package/docs/api/interfaces/OrganisationProviderProps.md +1 -1
  117. package/docs/api/interfaces/OrganisationSecurityError.md +1 -1
  118. package/docs/api/interfaces/PaceAppLayoutProps.md +1 -1
  119. package/docs/api/interfaces/PaceLoginPageProps.md +1 -1
  120. package/docs/api/interfaces/PageAccessRecord.md +1 -1
  121. package/docs/api/interfaces/PagePermissionContextType.md +1 -1
  122. package/docs/api/interfaces/PagePermissionGuardProps.md +11 -11
  123. package/docs/api/interfaces/PagePermissionProviderProps.md +1 -1
  124. package/docs/api/interfaces/PaletteData.md +1 -1
  125. package/docs/api/interfaces/ParsedAddress.md +120 -0
  126. package/docs/api/interfaces/PermissionEnforcerProps.md +1 -1
  127. package/docs/api/interfaces/ProgressProps.md +1 -1
  128. package/docs/api/interfaces/ProtectedRouteProps.md +1 -1
  129. package/docs/api/interfaces/PublicPageFooterProps.md +1 -1
  130. package/docs/api/interfaces/PublicPageHeaderProps.md +1 -1
  131. package/docs/api/interfaces/PublicPageLayoutProps.md +1 -1
  132. package/docs/api/interfaces/QuickFix.md +1 -1
  133. package/docs/api/interfaces/RBACAccessValidateParams.md +1 -1
  134. package/docs/api/interfaces/RBACAccessValidateResult.md +1 -1
  135. package/docs/api/interfaces/RBACAuditLogParams.md +1 -1
  136. package/docs/api/interfaces/RBACAuditLogResult.md +1 -1
  137. package/docs/api/interfaces/RBACConfig.md +26 -3
  138. package/docs/api/interfaces/RBACContext.md +1 -1
  139. package/docs/api/interfaces/RBACLogger.md +5 -5
  140. package/docs/api/interfaces/RBACPageAccessCheckParams.md +1 -1
  141. package/docs/api/interfaces/RBACPerformanceMetrics.md +138 -0
  142. package/docs/api/interfaces/RBACPermissionCheckParams.md +1 -1
  143. package/docs/api/interfaces/RBACPermissionCheckResult.md +1 -1
  144. package/docs/api/interfaces/RBACPermissionsGetParams.md +1 -1
  145. package/docs/api/interfaces/RBACPermissionsGetResult.md +1 -1
  146. package/docs/api/interfaces/RBACResult.md +1 -1
  147. package/docs/api/interfaces/RBACRoleGrantParams.md +1 -1
  148. package/docs/api/interfaces/RBACRoleGrantResult.md +1 -1
  149. package/docs/api/interfaces/RBACRoleRevokeParams.md +1 -1
  150. package/docs/api/interfaces/RBACRoleRevokeResult.md +1 -1
  151. package/docs/api/interfaces/RBACRoleValidateParams.md +1 -1
  152. package/docs/api/interfaces/RBACRoleValidateResult.md +1 -1
  153. package/docs/api/interfaces/RBACRolesListParams.md +1 -1
  154. package/docs/api/interfaces/RBACRolesListResult.md +1 -1
  155. package/docs/api/interfaces/RBACSessionTrackParams.md +1 -1
  156. package/docs/api/interfaces/RBACSessionTrackResult.md +1 -1
  157. package/docs/api/interfaces/ResourcePermissions.md +1 -1
  158. package/docs/api/interfaces/RevokeEventAppRoleParams.md +1 -1
  159. package/docs/api/interfaces/RoleBasedRouterContextType.md +1 -1
  160. package/docs/api/interfaces/RoleBasedRouterProps.md +1 -1
  161. package/docs/api/interfaces/RoleManagementResult.md +1 -1
  162. package/docs/api/interfaces/RouteAccessRecord.md +1 -1
  163. package/docs/api/interfaces/RouteConfig.md +1 -1
  164. package/docs/api/interfaces/RuntimeComplianceResult.md +1 -1
  165. package/docs/api/interfaces/SecureDataContextType.md +1 -1
  166. package/docs/api/interfaces/SecureDataProviderProps.md +1 -1
  167. package/docs/api/interfaces/SessionRestorationLoaderProps.md +1 -1
  168. package/docs/api/interfaces/SetupIssue.md +1 -1
  169. package/docs/api/interfaces/StorageConfig.md +1 -1
  170. package/docs/api/interfaces/StorageFileInfo.md +1 -1
  171. package/docs/api/interfaces/StorageFileMetadata.md +1 -1
  172. package/docs/api/interfaces/StorageListOptions.md +1 -1
  173. package/docs/api/interfaces/StorageListResult.md +1 -1
  174. package/docs/api/interfaces/StorageUploadOptions.md +1 -1
  175. package/docs/api/interfaces/StorageUploadResult.md +1 -1
  176. package/docs/api/interfaces/StorageUrlOptions.md +1 -1
  177. package/docs/api/interfaces/StyleImport.md +1 -1
  178. package/docs/api/interfaces/SwitchProps.md +1 -1
  179. package/docs/api/interfaces/TabsContentProps.md +1 -1
  180. package/docs/api/interfaces/TabsListProps.md +1 -1
  181. package/docs/api/interfaces/TabsProps.md +1 -1
  182. package/docs/api/interfaces/TabsTriggerProps.md +1 -1
  183. package/docs/api/interfaces/TextareaProps.md +1 -1
  184. package/docs/api/interfaces/ToastActionElement.md +1 -1
  185. package/docs/api/interfaces/ToastProps.md +1 -1
  186. package/docs/api/interfaces/UnifiedAuthContextType.md +1 -1
  187. package/docs/api/interfaces/UnifiedAuthProviderProps.md +1 -1
  188. package/docs/api/interfaces/UseFormDialogOptions.md +1 -1
  189. package/docs/api/interfaces/UseFormDialogReturn.md +1 -1
  190. package/docs/api/interfaces/UseInactivityTrackerOptions.md +1 -1
  191. package/docs/api/interfaces/UseInactivityTrackerReturn.md +1 -1
  192. package/docs/api/interfaces/UsePublicEventLogoOptions.md +1 -1
  193. package/docs/api/interfaces/UsePublicEventLogoReturn.md +1 -1
  194. package/docs/api/interfaces/UsePublicEventOptions.md +1 -1
  195. package/docs/api/interfaces/UsePublicEventReturn.md +1 -1
  196. package/docs/api/interfaces/UsePublicFileDisplayOptions.md +1 -1
  197. package/docs/api/interfaces/UsePublicFileDisplayReturn.md +1 -1
  198. package/docs/api/interfaces/UsePublicRouteParamsReturn.md +1 -1
  199. package/docs/api/interfaces/UseResolvedScopeOptions.md +1 -1
  200. package/docs/api/interfaces/UseResolvedScopeReturn.md +1 -1
  201. package/docs/api/interfaces/UseResourcePermissionsOptions.md +1 -1
  202. package/docs/api/interfaces/UserEventAccess.md +1 -1
  203. package/docs/api/interfaces/UserMenuProps.md +1 -1
  204. package/docs/api/interfaces/UserProfile.md +1 -1
  205. package/docs/api/modules.md +318 -59
  206. package/docs/best-practices/performance.md +11 -0
  207. package/docs/getting-started/examples/README.md +2 -2
  208. package/docs/implementation-guides/file-upload-storage.md +29 -0
  209. package/docs/implementation-guides/public-pages.md +140 -1230
  210. package/docs/rbac/README.md +2 -1
  211. package/docs/rbac/api-reference.md +11 -0
  212. package/docs/rbac/performance.md +320 -0
  213. package/docs/standards/01-architecture-standard.md +5 -0
  214. package/docs/standards/05-security-standard.md +14 -0
  215. package/docs/standards/07-rbac-and-rls-standard.md +356 -0
  216. package/package.json +1 -1
  217. package/src/__tests__/public-recipe-view.test.ts +199 -0
  218. package/src/__tests__/rls-policies.test.ts +333 -0
  219. package/src/components/AddressField/AddressField.test.tsx +411 -0
  220. package/src/components/AddressField/AddressField.tsx +323 -0
  221. package/src/components/AddressField/README.md +336 -0
  222. package/src/components/AddressField/index.ts +10 -0
  223. package/src/components/AddressField/types.ts +65 -0
  224. package/src/components/FileDisplay/FileDisplay.test.tsx +454 -0
  225. package/src/components/FileDisplay/FileDisplay.tsx +28 -1
  226. package/src/components/index.ts +2 -0
  227. package/src/hooks/__tests__/useFileDisplay.unit.test.ts +30 -5
  228. package/src/hooks/__tests__/useOrganisationSecurity.unit.test.tsx +11 -10
  229. package/src/hooks/__tests__/usePublicFileDisplay.test.ts +31 -6
  230. package/src/hooks/index.ts +6 -0
  231. package/src/hooks/public/usePublicFileDisplay.ts +8 -10
  232. package/src/hooks/useAddressAutocomplete.test.ts +318 -0
  233. package/src/hooks/useAddressAutocomplete.ts +268 -0
  234. package/src/hooks/useFileDisplay.ts +3 -15
  235. package/src/hooks/useFileReference.test.ts +20 -3
  236. package/src/hooks/useFileReference.ts +3 -24
  237. package/src/hooks/useFileUrlCache.ts +246 -0
  238. package/src/hooks/useInactivityTracker.ts +31 -20
  239. package/src/hooks/useOrganisationSecurity.test.ts +10 -7
  240. package/src/hooks/useOrganisationSecurity.ts +3 -3
  241. package/src/hooks/useQueryCache.ts +315 -0
  242. package/src/index.ts +2 -0
  243. package/src/providers/services/EventServiceProvider.tsx +4 -1
  244. package/src/rbac/api.test.ts +21 -6
  245. package/src/rbac/api.ts +32 -11
  246. package/src/rbac/audit-batched.ts +223 -0
  247. package/src/rbac/audit-enhanced.ts +2 -2
  248. package/src/rbac/audit.test.ts +6 -5
  249. package/src/rbac/audit.ts +34 -6
  250. package/src/rbac/cache-invalidation.ts +63 -12
  251. package/src/rbac/cache.test.ts +2 -2
  252. package/src/rbac/cache.ts +61 -14
  253. package/src/rbac/components/PagePermissionGuard.tsx +19 -10
  254. package/src/rbac/components/__tests__/PagePermissionGuard.performance.test.tsx +248 -0
  255. package/src/rbac/config.ts +9 -0
  256. package/src/rbac/engine.ts +2 -21
  257. package/src/rbac/hooks/usePermissions.ts +21 -5
  258. package/src/rbac/index.ts +19 -0
  259. package/src/rbac/performance.ts +210 -0
  260. package/src/rbac/request-deduplication.ts +87 -0
  261. package/src/rbac/utils/deep-equal.ts +93 -0
  262. package/src/services/OrganisationService.ts +5 -4
  263. package/src/types/file-reference.ts +0 -1
  264. package/src/utils/file-reference/__tests__/file-reference.test.ts +31 -4
  265. package/src/utils/file-reference/index.ts +44 -15
  266. package/src/utils/google-places/googlePlacesUtils.test.ts +403 -0
  267. package/src/utils/google-places/googlePlacesUtils.ts +475 -0
  268. package/src/utils/google-places/index.ts +26 -0
  269. package/src/utils/google-places/loadGoogleMapsScript.ts +207 -0
  270. package/src/utils/google-places/types.ts +94 -0
  271. package/src/utils/index.ts +23 -0
  272. package/src/utils/request-deduplication.ts +165 -0
  273. package/src/utils/storage/helpers.ts +143 -4
  274. package/dist/chunk-445GEP27.js.map +0 -1
  275. package/dist/chunk-FMUCXFII.js +0 -76
  276. package/dist/chunk-FMUCXFII.js.map +0 -1
  277. package/dist/chunk-FSFQFJCU.js.map +0 -1
  278. package/dist/chunk-FXFJRTKI.js.map +0 -1
  279. package/dist/chunk-GRIQLQ52.js.map +0 -1
  280. package/dist/chunk-HDCUMOOI.js.map +0 -1
  281. package/dist/chunk-OALXJH4Y.js.map +0 -1
  282. package/dist/chunk-TC7D3CR3.js.map +0 -1
  283. package/dist/chunk-U6WNSFX5.js.map +0 -1
  284. /package/dist/{DataTable-IX2NBUTP.js.map → DataTable-GUFUNZ3N.js.map} +0 -0
  285. /package/dist/{UnifiedAuthProvider-A4BCQRJY.js.map → UnifiedAuthProvider-643PUAIM.js.map} +0 -0
  286. /package/dist/{api-BMFCXVQX.js.map → api-YP7XD5L6.js.map} +0 -0
  287. /package/dist/{audit-WRS3KJKI.js.map → audit-B5P6FFIR.js.map} +0 -0
  288. /package/dist/{chunk-HGPQUCBC.js.map → chunk-2UUZZJFT.js.map} +0 -0
  289. /package/dist/{chunk-DAGICKHT.js.map → chunk-DDM4CCYT.js.map} +0 -0
  290. /package/dist/{chunk-XAUHJD3L.js.map → chunk-E7UAOUMY.js.map} +0 -0
@@ -1,6 +1,6 @@
1
- [@jmruthers/pace-core - v0.5.186](README.md) / Exports
1
+ [@jmruthers/pace-core - v0.5.188](README.md) / Exports
2
2
 
3
- # @jmruthers/pace-core - v0.5.186
3
+ # @jmruthers/pace-core - v0.5.188
4
4
 
5
5
  **`File`**
6
6
 
@@ -55,6 +55,8 @@ import { Dialog, NavigationMenu } from '@jmruthers/pace-core/components';
55
55
 
56
56
  ### Interfaces
57
57
 
58
+ - [AddressFieldProps](interfaces/AddressFieldProps.md)
59
+ - [AddressFieldRef](interfaces/AddressFieldRef.md)
58
60
  - [BadgeProps](interfaces/BadgeProps.md)
59
61
  - [ButtonProps](interfaces/ButtonProps.md)
60
62
  - [CalendarProps](interfaces/CalendarProps.md)
@@ -144,6 +146,7 @@ import { Dialog, NavigationMenu } from '@jmruthers/pace-core/components';
144
146
  - [RevokeEventAppRoleParams](interfaces/RevokeEventAppRoleParams.md)
145
147
  - [GrantEventAppRoleParams](interfaces/GrantEventAppRoleParams.md)
146
148
  - [RoleManagementResult](interfaces/RoleManagementResult.md)
149
+ - [RBACPerformanceMetrics](interfaces/RBACPerformanceMetrics.md)
147
150
  - [RBACPermissionCheckParams](interfaces/RBACPermissionCheckParams.md)
148
151
  - [RBACPermissionCheckResult](interfaces/RBACPermissionCheckResult.md)
149
152
  - [RBACPermissionsGetParams](interfaces/RBACPermissionsGetParams.md)
@@ -178,6 +181,8 @@ import { Dialog, NavigationMenu } from '@jmruthers/pace-core/components';
178
181
  - [OrganisationSecurityError](interfaces/OrganisationSecurityError.md)
179
182
  - [OrganisationContextType](interfaces/OrganisationContextType.md)
180
183
  - [LoggerConfig](interfaces/LoggerConfig.md)
184
+ - [ParsedAddress](interfaces/ParsedAddress.md)
185
+ - [AutocompleteOptions](interfaces/AutocompleteOptions.md)
181
186
  - [StorageUploadOptions](interfaces/StorageUploadOptions.md)
182
187
  - [StorageFileMetadata](interfaces/StorageFileMetadata.md)
183
188
  - [StorageUploadResult](interfaces/StorageUploadResult.md)
@@ -237,6 +242,7 @@ import { Dialog, NavigationMenu } from '@jmruthers/pace-core/components';
237
242
 
238
243
  ### Functions
239
244
 
245
+ - [AddressField](modules.md#addressfield)
240
246
  - [Alert](modules.md#alert)
241
247
  - [AlertTitle](modules.md#alerttitle)
242
248
  - [AlertDescription](modules.md#alertdescription)
@@ -438,8 +444,18 @@ import { Dialog, NavigationMenu } from '@jmruthers/pace-core/components';
438
444
  - [useResourcePermissions](modules.md#useresourcepermissions)
439
445
  - [useRoleManagement](modules.md#userolemanagement)
440
446
  - [useSecureSupabase](modules.md#usesecuresupabase)
447
+ - [enablePerformanceMonitoring](modules.md#enableperformancemonitoring)
448
+ - [disablePerformanceMonitoring](modules.md#disableperformancemonitoring)
449
+ - [isPerformanceMonitoringEnabled](modules.md#isperformancemonitoringenabled)
450
+ - [recordPermissionCheck](modules.md#recordpermissioncheck)
451
+ - [recordAuditEvent](modules.md#recordauditevent)
452
+ - [getPerformanceMetrics](modules.md#getperformancemetrics)
453
+ - [resetPerformanceMetrics](modules.md#resetperformancemetrics)
454
+ - [getPerformanceSummary](modules.md#getperformancesummary)
441
455
  - [isValidPermission](modules.md#isvalidpermission)
442
456
  - [getPermissionsForRole](modules.md#getpermissionsforrole)
457
+ - [clearInFlightRequests](modules.md#clearinflightrequests)
458
+ - [getInFlightRequestCount](modules.md#getinflightrequestcount)
443
459
  - [createSecureClient](modules.md#createsecureclient)
444
460
  - [fromSupabaseClient](modules.md#fromsupabaseclient)
445
461
  - [getStylePath](modules.md#getstylepath)
@@ -472,6 +488,7 @@ import { Dialog, NavigationMenu } from '@jmruthers/pace-core/components';
472
488
  - [uploadFile](modules.md#uploadfile)
473
489
  - [getPublicUrl](modules.md#getpublicurl)
474
490
  - [getSignedUrl](modules.md#getsignedurl)
491
+ - [generateFileUrlsBatch](modules.md#generatefileurlsbatch)
475
492
  - [deleteFile](modules.md#deletefile)
476
493
  - [listFiles](modules.md#listfiles)
477
494
  - [downloadFile](modules.md#downloadfile)
@@ -570,7 +587,7 @@ ___
570
587
 
571
588
  #### Defined in
572
589
 
573
- [packages/core/src/hooks/useFileReference.ts:451](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/hooks/useFileReference.ts#L451)
590
+ [packages/core/src/hooks/useFileReference.ts:430](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/hooks/useFileReference.ts#L430)
574
591
 
575
592
  ___
576
593
 
@@ -596,7 +613,7 @@ ___
596
613
 
597
614
  #### Defined in
598
615
 
599
- [packages/core/src/hooks/useFileReference.ts:457](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/hooks/useFileReference.ts#L457)
616
+ [packages/core/src/hooks/useFileReference.ts:436](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/hooks/useFileReference.ts#L436)
600
617
 
601
618
  ___
602
619
 
@@ -624,7 +641,7 @@ ___
624
641
 
625
642
  #### Defined in
626
643
 
627
- [packages/core/src/hooks/useFileReference.ts:471](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/hooks/useFileReference.ts#L471)
644
+ [packages/core/src/hooks/useFileReference.ts:450](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/hooks/useFileReference.ts#L450)
628
645
 
629
646
  ___
630
647
 
@@ -837,7 +854,7 @@ You can create additional instances if needed for different contexts.
837
854
 
838
855
  #### Defined in
839
856
 
840
- [packages/core/src/rbac/cache.ts:256](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/cache.ts#L256)
857
+ [packages/core/src/rbac/cache.ts:303](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/cache.ts#L303)
841
858
 
842
859
  ___
843
860
 
@@ -859,7 +876,7 @@ Cache key patterns for invalidation
859
876
 
860
877
  #### Defined in
861
878
 
862
- [packages/core/src/rbac/cache.ts:261](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/cache.ts#L261)
879
+ [packages/core/src/rbac/cache.ts:308](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/cache.ts#L308)
863
880
 
864
881
  ___
865
882
 
@@ -1222,6 +1239,46 @@ Basic password schema for less strict requirements
1222
1239
 
1223
1240
  ## Functions
1224
1241
 
1242
+ ### AddressField
1243
+
1244
+ ▸ **AddressField**(`props`): `ReactNode`
1245
+
1246
+ AddressField component
1247
+
1248
+ A production-ready address input field with Google Places API autocomplete.
1249
+ Returns structured address data including place_id for later retrieval.
1250
+
1251
+ #### Parameters
1252
+
1253
+ | Name | Type | Description |
1254
+ | :------ | :------ | :------ |
1255
+ | `props` | [`AddressFieldProps`](interfaces/AddressFieldProps.md) & `RefAttributes`\<`HTMLInputElement`\> | AddressField configuration |
1256
+
1257
+ #### Returns
1258
+
1259
+ `ReactNode`
1260
+
1261
+ JSX.Element - The rendered address field
1262
+
1263
+ **`Example`**
1264
+
1265
+ ```tsx
1266
+ <AddressField
1267
+ apiKey={apiKey}
1268
+ onChange={(address) => {
1269
+ // address includes place_id, full_address, lat, lng, etc.
1270
+ console.log(address.place_id);
1271
+ }}
1272
+ placeholder="Enter your address"
1273
+ />
1274
+ ```
1275
+
1276
+ #### Defined in
1277
+
1278
+ [packages/core/src/components/AddressField/AddressField.tsx:49](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/AddressField/AddressField.tsx#L49)
1279
+
1280
+ ___
1281
+
1225
1282
  ### Alert
1226
1283
 
1227
1284
  ▸ **Alert**(`props`): `ReactNode`
@@ -2446,7 +2503,7 @@ React element with file display
2446
2503
 
2447
2504
  #### Defined in
2448
2505
 
2449
- [packages/core/src/components/FileDisplay/FileDisplay.tsx:770](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/FileDisplay/FileDisplay.tsx#L770)
2506
+ [packages/core/src/components/FileDisplay/FileDisplay.tsx:797](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/FileDisplay/FileDisplay.tsx#L797)
2450
2507
 
2451
2508
  ___
2452
2509
 
@@ -4740,7 +4797,7 @@ Useful for testing or when you need to force refresh all data
4740
4797
 
4741
4798
  #### Defined in
4742
4799
 
4743
- [packages/core/src/hooks/public/usePublicFileDisplay.ts:398](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/hooks/public/usePublicFileDisplay.ts#L398)
4800
+ [packages/core/src/hooks/public/usePublicFileDisplay.ts:396](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/hooks/public/usePublicFileDisplay.ts#L396)
4744
4801
 
4745
4802
  ___
4746
4803
 
@@ -4761,7 +4818,7 @@ Get cache statistics for debugging
4761
4818
 
4762
4819
  #### Defined in
4763
4820
 
4764
- [packages/core/src/hooks/public/usePublicFileDisplay.ts:409](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/hooks/public/usePublicFileDisplay.ts#L409)
4821
+ [packages/core/src/hooks/public/usePublicFileDisplay.ts:407](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/hooks/public/usePublicFileDisplay.ts#L407)
4765
4822
 
4766
4823
  ___
4767
4824
 
@@ -6049,7 +6106,7 @@ Setup RBAC system
6049
6106
 
6050
6107
  #### Defined in
6051
6108
 
6052
- [packages/core/src/rbac/api.ts:42](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L42)
6109
+ [packages/core/src/rbac/api.ts:44](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L44)
6053
6110
 
6054
6111
  ___
6055
6112
 
@@ -6084,7 +6141,7 @@ const accessLevel = await getAccessLevel({
6084
6141
 
6085
6142
  #### Defined in
6086
6143
 
6087
- [packages/core/src/rbac/api.ts:109](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L109)
6144
+ [packages/core/src/rbac/api.ts:121](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L121)
6088
6145
 
6089
6146
  ___
6090
6147
 
@@ -6123,7 +6180,7 @@ const permissions = await getPermissionMap({
6123
6180
 
6124
6181
  #### Defined in
6125
6182
 
6126
- [packages/core/src/rbac/api.ts:135](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L135)
6183
+ [packages/core/src/rbac/api.ts:147](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L147)
6127
6184
 
6128
6185
  ___
6129
6186
 
@@ -6145,7 +6202,7 @@ ___
6145
6202
 
6146
6203
  #### Defined in
6147
6204
 
6148
- [packages/core/src/rbac/api.ts:143](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L143)
6205
+ [packages/core/src/rbac/api.ts:155](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L155)
6149
6206
 
6150
6207
  ___
6151
6208
 
@@ -6167,7 +6224,7 @@ ___
6167
6224
 
6168
6225
  #### Defined in
6169
6226
 
6170
- [packages/core/src/rbac/api.ts:151](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L151)
6227
+ [packages/core/src/rbac/api.ts:163](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L163)
6171
6228
 
6172
6229
  ___
6173
6230
 
@@ -6202,7 +6259,7 @@ const canManage = await isPermitted({
6202
6259
 
6203
6260
  #### Defined in
6204
6261
 
6205
- [packages/core/src/rbac/api.ts:175](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L175)
6262
+ [packages/core/src/rbac/api.ts:187](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L187)
6206
6263
 
6207
6264
  ___
6208
6265
 
@@ -6212,6 +6269,9 @@ ___
6212
6269
 
6213
6270
  Check if user has a specific permission (cached version)
6214
6271
 
6272
+ Uses request deduplication to share in-flight requests across components
6273
+ and checks cache before making new requests. Uses session cache for page-level checks.
6274
+
6215
6275
  #### Parameters
6216
6276
 
6217
6277
  | Name | Type | Description |
@@ -6226,7 +6286,7 @@ Promise resolving to permission result
6226
6286
 
6227
6287
  #### Defined in
6228
6288
 
6229
- [packages/core/src/rbac/api.ts:201](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L201)
6289
+ [packages/core/src/rbac/api.ts:216](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L216)
6230
6290
 
6231
6291
  ___
6232
6292
 
@@ -6250,7 +6310,7 @@ Promise<boolean> - True if user has permission
6250
6310
 
6251
6311
  #### Defined in
6252
6312
 
6253
- [packages/core/src/rbac/api.ts:234](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L234)
6313
+ [packages/core/src/rbac/api.ts:255](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L255)
6254
6314
 
6255
6315
  ___
6256
6316
 
@@ -6278,7 +6338,7 @@ Promise resolving to true if user has any permission
6278
6338
 
6279
6339
  #### Defined in
6280
6340
 
6281
- [packages/core/src/rbac/api.ts:244](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L244)
6341
+ [packages/core/src/rbac/api.ts:265](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L265)
6282
6342
 
6283
6343
  ___
6284
6344
 
@@ -6306,21 +6366,25 @@ Promise resolving to true if user has all permissions
6306
6366
 
6307
6367
  #### Defined in
6308
6368
 
6309
- [packages/core/src/rbac/api.ts:272](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L272)
6369
+ [packages/core/src/rbac/api.ts:293](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/api.ts#L293)
6310
6370
 
6311
6371
  ___
6312
6372
 
6313
6373
  ### createAuditManager
6314
6374
 
6315
- ▸ **createAuditManager**(`supabase`): [`RBACAuditManager`](classes/RBACAuditManager.md)
6375
+ ▸ **createAuditManager**(`supabase`, `useBatching?`, `batchConfig?`): [`RBACAuditManager`](classes/RBACAuditManager.md)
6316
6376
 
6317
6377
  Create an audit manager instance
6318
6378
 
6319
6379
  #### Parameters
6320
6380
 
6321
- | Name | Type | Description |
6322
- | :------ | :------ | :------ |
6323
- | `supabase` | `default`\<`Database`, ``"public"``, ``"public"``, \{ `Tables`: \{ `addresses`: \{ `Row`: \{ `country`: ``null`` \| `string` ; `created_at`: `string` ; `full_address`: ``null`` \| `string` ; `id`: `string` ; `lat`: ``null`` \| `number` ; `lng`: ``null`` \| `number` ; `organisation_id`: `string` ; `place_id`: `string` ; `postcode`: ``null`` \| `string` ; `route`: ``null`` \| `string` ; `state`: ``null`` \| `string` ; `street_number`: ``null`` \| `string` ; `suburb`: ``null`` \| `string` } ; `Insert`: \{ `country?`: ``null`` \| `string` ; `created_at?`: `string` ; `full_address?`: ``null`` \| `string` ; `id?`: `string` ; `lat?`: ``null`` \| `number` ; `lng?`: ``null`` \| `number` ; `organisation_id`: `string` ; `place_id`: `string` ; `postcode?`: ``null`` \| `string` ; `route?`: ``null`` \| `string` ; `state?`: ``null`` \| `string` ; `street_number?`: ``null`` \| `string` ; `suburb?`: ``null`` \| `string` } ; `Update`: \{ `country?`: ``null`` \| `string` ; `created_at?`: `string` ; `full_address?`: ``null`` \| `string` ; `id?`: `string` ; `lat?`: ``null`` \| `number` ; `lng?`: ``null`` \| `number` ; `organisation_id?`: `string` ; `place_id?`: `string` ; `postcode?`: ``null`` \| `string` ; `route?`: ``null`` \| `string` ; `state?`: ``null`` \| `string` ; `street_number?`: ``null`` \| `string` ; `suburb?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"addresses_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `base_application`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `event_id`: `string` ; `id`: `string` ; `organisation_id`: `string` ; `person_id`: `string` ; `status`: `string` ; `status_updated_at`: ``null`` \| `string` ; `status_updated_by`: ``null`` \| `string` ; `submitted_at`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `event_id`: `string` ; `id?`: `string` ; `organisation_id`: `string` ; `person_id`: `string` ; `status?`: `string` ; `status_updated_at?`: ``null`` \| `string` ; `status_updated_by?`: ``null`` \| `string` ; `submitted_at?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `event_id?`: `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `person_id?`: `string` ; `status?`: `string` ; `status_updated_at?`: ``null`` \| `string` ; `status_updated_by?`: ``null`` \| `string` ; `submitted_at?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"base_application_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"base_application_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"base_application_person_id_fkey"`` ; `columns`: [``"person_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_person"`` ; `referencedColumns`: [``"id"``] }] } ; `base_questions`: \{ `Row`: \{ `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `depends_on_question_id`: ``null`` \| `string` ; `depends_on_value`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `id`: `string` ; `is_active`: `boolean` ; `is_sensitive`: `boolean` ; `label`: `string` ; `options`: `Json` ; `organisation_id`: `string` ; `question_group`: ``null`` \| `string` ; `question_type`: `string` ; `sort_order`: `number` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` ; `validation_rules`: `Json` ; `visibility`: `string` } ; `Insert`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `depends_on_question_id?`: ``null`` \| `string` ; `depends_on_value?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `id?`: `string` ; `is_active?`: `boolean` ; `is_sensitive?`: `boolean` ; `label`: `string` ; `options?`: `Json` ; `organisation_id`: `string` ; `question_group?`: ``null`` \| `string` ; `question_type`: `string` ; `sort_order?`: `number` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` ; `validation_rules?`: `Json` ; `visibility?`: `string` } ; `Update`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `depends_on_question_id?`: ``null`` \| `string` ; `depends_on_value?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `id?`: `string` ; `is_active?`: `boolean` ; `is_sensitive?`: `boolean` ; `label?`: `string` ; `options?`: `Json` ; `organisation_id?`: `string` ; `question_group?`: ``null`` \| `string` ; `question_type?`: `string` ; `sort_order?`: `number` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` ; `validation_rules?`: `Json` ; `visibility?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"base_questions_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `cake_delivery`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `delivery_address`: ``null`` \| `string` ; `delivery_date`: `string` ; `delivery_event_id`: `string` ; `delivery_id`: `string` ; `delivery_notes`: ``null`` \| `string` ; `delivery_supplier_id`: `string` ; `delivery_unitcollectiondate`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `delivery_address?`: ``null`` \| `string` ; `delivery_date`: `string` ; `delivery_event_id`: `string` ; `delivery_id`: `string` ; `delivery_notes?`: ``null`` \| `string` ; `delivery_supplier_id`: `string` ; `delivery_unitcollectiondate`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `delivery_address?`: ``null`` \| `string` ; `delivery_date?`: `string` ; `delivery_event_id?`: `string` ; `delivery_id?`: `string` ; `delivery_notes?`: ``null`` \| `string` ; `delivery_supplier_id?`: `string` ; `delivery_unitcollectiondate?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_delivery_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"delivery_delivery_event_id_fkey"`` ; `columns`: [``"delivery_event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"delivery_delivery_supplier_id_fkey"`` ; `columns`: [``"delivery_supplier_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_supplier"`` ; `referencedColumns`: [``"supplier_id"``] }] } ; `cake_diettype`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `diettype_code`: `string` ; `diettype_description`: ``null`` \| `string` ; `diettype_id`: `string` ; `diettype_name`: `string` ; `is_active`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `diettype_code`: `string` ; `diettype_description?`: ``null`` \| `string` ; `diettype_id`: `string` ; `diettype_name`: `string` ; `is_active?`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `diettype_code?`: `string` ; `diettype_description?`: ``null`` \| `string` ; `diettype_id?`: `string` ; `diettype_name?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_diettype_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `cake_diner`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `diner_adult`: ``null`` \| `number` ; `diner_diettype_id`: `string` ; `diner_id`: `string` ; `diner_unit_id`: `string` ; `diner_youth`: ``null`` \| `number` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `diner_adult?`: ``null`` \| `number` ; `diner_diettype_id`: `string` ; `diner_id`: `string` ; `diner_unit_id`: `string` ; `diner_youth?`: ``null`` \| `number` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `diner_adult?`: ``null`` \| `number` ; `diner_diettype_id?`: `string` ; `diner_id?`: `string` ; `diner_unit_id?`: `string` ; `diner_youth?`: ``null`` \| `number` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_diner_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"diner_diner_diettype_id_fkey"`` ; `columns`: [``"diner_diettype_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_diettype"`` ; `referencedColumns`: [``"diettype_id"``] }, \{ `foreignKeyName`: ``"diner_diner_unit_id_fkey"`` ; `columns`: [``"diner_unit_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_unit"`` ; `referencedColumns`: [``"unit_id"``] }] } ; `cake_dish`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `dish_code`: `string` ; `dish_description`: ``null`` \| `string` ; `dish_dietnote`: ``null`` \| `string` ; `dish_equipment`: ``null`` \| `string` ; `dish_event_id`: `string` ; `dish_id`: `string` ; `dish_mealtype_id`: `string` ; `dish_name`: `string` ; `dish_prep`: ``null`` \| `string` ; `dish_step1`: ``null`` \| `string` ; `dish_step2`: ``null`` \| `string` ; `dish_step3`: ``null`` \| `string` ; `dish_step4`: ``null`` \| `string` ; `dish_step5`: ``null`` \| `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `dish_code`: `string` ; `dish_description?`: ``null`` \| `string` ; `dish_dietnote?`: ``null`` \| `string` ; `dish_equipment?`: ``null`` \| `string` ; `dish_event_id`: `string` ; `dish_id`: `string` ; `dish_mealtype_id`: `string` ; `dish_name`: `string` ; `dish_prep?`: ``null`` \| `string` ; `dish_step1?`: ``null`` \| `string` ; `dish_step2?`: ``null`` \| `string` ; `dish_step3?`: ``null`` \| `string` ; `dish_step4?`: ``null`` \| `string` ; `dish_step5?`: ``null`` \| `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `dish_code?`: `string` ; `dish_description?`: ``null`` \| `string` ; `dish_dietnote?`: ``null`` \| `string` ; `dish_equipment?`: ``null`` \| `string` ; `dish_event_id?`: `string` ; `dish_id?`: `string` ; `dish_mealtype_id?`: `string` ; `dish_name?`: `string` ; `dish_prep?`: ``null`` \| `string` ; `dish_step1?`: ``null`` \| `string` ; `dish_step2?`: ``null`` \| `string` ; `dish_step3?`: ``null`` \| `string` ; `dish_step4?`: ``null`` \| `string` ; `dish_step5?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_dish_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"dish_dish_event_id_fkey"`` ; `columns`: [``"dish_event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"dish_dish_mealtype_id_fkey"`` ; `columns`: [``"dish_mealtype_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_mealtype"`` ; `referencedColumns`: [``"mealtype_id"``] }] } ; `cake_item`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `item_brand`: ``null`` \| `string` ; `item_diet_dairyfree`: ``null`` \| `boolean` ; `item_diet_diabetic`: ``null`` \| `boolean` ; `item_diet_eggfree`: ``null`` \| `boolean` ; `item_diet_glutenfree`: ``null`` \| `boolean` ; `item_diet_halal`: ``null`` \| `boolean` ; `item_diet_kosher`: ``null`` \| `boolean` ; `item_diet_lactosefree`: ``null`` \| `boolean` ; `item_diet_lowfodmap`: ``null`` \| `boolean` ; `item_diet_lowfructose`: ``null`` \| `boolean` ; `item_diet_porkfree`: ``null`` \| `boolean` ; `item_diet_redmeatfree`: ``null`` \| `boolean` ; `item_diet_vegan`: ``null`` \| `boolean` ; `item_diet_vegetarian`: ``null`` \| `boolean` ; `item_distribution`: ``null`` \| `string` ; `item_id`: `string` ; `item_ingredients`: ``null`` \| `string` ; `item_logistics`: `number` ; `item_name`: `string` ; `item_packageunit`: `string` ; `item_producturl`: ``null`` \| `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `item_brand?`: ``null`` \| `string` ; `item_diet_dairyfree?`: ``null`` \| `boolean` ; `item_diet_diabetic?`: ``null`` \| `boolean` ; `item_diet_eggfree?`: ``null`` \| `boolean` ; `item_diet_glutenfree?`: ``null`` \| `boolean` ; `item_diet_halal?`: ``null`` \| `boolean` ; `item_diet_kosher?`: ``null`` \| `boolean` ; `item_diet_lactosefree?`: ``null`` \| `boolean` ; `item_diet_lowfodmap?`: ``null`` \| `boolean` ; `item_diet_lowfructose?`: ``null`` \| `boolean` ; `item_diet_porkfree?`: ``null`` \| `boolean` ; `item_diet_redmeatfree?`: ``null`` \| `boolean` ; `item_diet_vegan?`: ``null`` \| `boolean` ; `item_diet_vegetarian?`: ``null`` \| `boolean` ; `item_distribution?`: ``null`` \| `string` ; `item_id`: `string` ; `item_ingredients?`: ``null`` \| `string` ; `item_logistics`: `number` ; `item_name`: `string` ; `item_packageunit`: `string` ; `item_producturl?`: ``null`` \| `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `item_brand?`: ``null`` \| `string` ; `item_diet_dairyfree?`: ``null`` \| `boolean` ; `item_diet_diabetic?`: ``null`` \| `boolean` ; `item_diet_eggfree?`: ``null`` \| `boolean` ; `item_diet_glutenfree?`: ``null`` \| `boolean` ; `item_diet_halal?`: ``null`` \| `boolean` ; `item_diet_kosher?`: ``null`` \| `boolean` ; `item_diet_lactosefree?`: ``null`` \| `boolean` ; `item_diet_lowfodmap?`: ``null`` \| `boolean` ; `item_diet_lowfructose?`: ``null`` \| `boolean` ; `item_diet_porkfree?`: ``null`` \| `boolean` ; `item_diet_redmeatfree?`: ``null`` \| `boolean` ; `item_diet_vegan?`: ``null`` \| `boolean` ; `item_diet_vegetarian?`: ``null`` \| `boolean` ; `item_distribution?`: ``null`` \| `string` ; `item_id?`: `string` ; `item_ingredients?`: ``null`` \| `string` ; `item_logistics?`: `number` ; `item_name?`: `string` ; `item_packageunit?`: `string` ; `item_producturl?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_item_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_item_logistics"`` ; `columns`: [``"item_logistics"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_logistics"`` ; `referencedColumns`: [``"logistics_id"``] }] } ; `cake_logistics`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `logistics_code`: `string` ; `logistics_id`: `number` ; `logistics_name`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `logistics_code`: `string` ; `logistics_id`: `number` ; `logistics_name`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `logistics_code?`: `string` ; `logistics_id?`: `number` ; `logistics_name?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_logistics_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `cake_meal`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `meal_code`: `string` ; `meal_collectiondate`: `string` ; `meal_date`: `string` ; `meal_event_id`: `string` ; `meal_id`: `string` ; `meal_mealtype_id`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `meal_code`: `string` ; `meal_collectiondate`: `string` ; `meal_date`: `string` ; `meal_event_id`: `string` ; `meal_id`: `string` ; `meal_mealtype_id`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `meal_code?`: `string` ; `meal_collectiondate?`: `string` ; `meal_date?`: `string` ; `meal_event_id?`: `string` ; `meal_id?`: `string` ; `meal_mealtype_id?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_meal_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"meal_meal_event_id_fkey"`` ; `columns`: [``"meal_event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"meal_meal_mealtype_id_fkey"`` ; `columns`: [``"meal_mealtype_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_mealtype"`` ; `referencedColumns`: [``"mealtype_id"``] }] } ; `cake_mealplan`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `mealplan_dish_id`: `string` ; `mealplan_dish_multiplier`: ``null`` \| `number` ; `mealplan_id`: `string` ; `mealplan_meal_id`: `string` ; `mealplan_unit_id`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `mealplan_dish_id`: `string` ; `mealplan_dish_multiplier?`: ``null`` \| `number` ; `mealplan_id`: `string` ; `mealplan_meal_id`: `string` ; `mealplan_unit_id`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `mealplan_dish_id?`: `string` ; `mealplan_dish_multiplier?`: ``null`` \| `number` ; `mealplan_id?`: `string` ; `mealplan_meal_id?`: `string` ; `mealplan_unit_id?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_mealplan_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"mealplan_mealplan_dish_id_fkey"`` ; `columns`: [``"mealplan_dish_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_dish"`` ; `referencedColumns`: [``"dish_id"``] }, \{ `foreignKeyName`: ``"mealplan_mealplan_meal_id_fkey"`` ; `columns`: [``"mealplan_meal_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_meal"`` ; `referencedColumns`: [``"meal_id"``] }, \{ `foreignKeyName`: ``"mealplan_mealplan_unit_id_fkey"`` ; `columns`: [``"mealplan_unit_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_unit"`` ; `referencedColumns`: [``"unit_id"``] }] } ; `cake_mealtype`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `mealtype_id`: `string` ; `mealtype_name`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `mealtype_id`: `string` ; `mealtype_name`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `mealtype_id?`: `string` ; `mealtype_name?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_mealtype_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `cake_package`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `organisation_id`: `string` ; `package_ctnpkgs`: ``null`` \| `number` ; `package_id`: `string` ; `package_itemid`: `string` ; `package_palletctns`: ``null`` \| `number` ; `package_size`: `number` ; `package_type`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id`: `string` ; `package_ctnpkgs?`: ``null`` \| `number` ; `package_id`: `string` ; `package_itemid`: `string` ; `package_palletctns?`: ``null`` \| `number` ; `package_size`: `number` ; `package_type`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `package_ctnpkgs?`: ``null`` \| `number` ; `package_id?`: `string` ; `package_itemid?`: `string` ; `package_palletctns?`: ``null`` \| `number` ; `package_size?`: `number` ; `package_type?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_package_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"package_package_itemid_fkey"`` ; `columns`: [``"package_itemid"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_item"`` ; `referencedColumns`: [``"item_id"``] }] } ; `cake_recipe`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `organisation_id`: `string` ; `recipe_diettype_id`: `string` ; `recipe_dish_id`: `string` ; `recipe_id`: `string` ; `recipe_item_id`: `string` ; `recipe_qtypp`: `number` ; `recipe_uptake`: `number` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id`: `string` ; `recipe_diettype_id`: `string` ; `recipe_dish_id`: `string` ; `recipe_id`: `string` ; `recipe_item_id`: `string` ; `recipe_qtypp`: `number` ; `recipe_uptake`: `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `recipe_diettype_id?`: `string` ; `recipe_dish_id?`: `string` ; `recipe_id?`: `string` ; `recipe_item_id?`: `string` ; `recipe_qtypp?`: `number` ; `recipe_uptake?`: `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_recipe_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"recipe_dish_id_fkey"`` ; `columns`: [``"recipe_dish_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_dish"`` ; `referencedColumns`: [``"dish_id"``] }, \{ `foreignKeyName`: ``"recipe_recipe_diettype_id_fkey"`` ; `columns`: [``"recipe_diettype_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_diettype"`` ; `referencedColumns`: [``"diettype_id"``] }, \{ `foreignKeyName`: ``"recipe_recipe_item_id_fkey"`` ; `columns`: [``"recipe_item_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_item"`` ; `referencedColumns`: [``"item_id"``] }] } ; `cake_supplier`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `organisation_id`: `string` ; `supplier_contactemail`: ``null`` \| `string` ; `supplier_contactname`: ``null`` \| `string` ; `supplier_contactnumber`: ``null`` \| `string` ; `supplier_id`: `string` ; `supplier_name`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id`: `string` ; `supplier_contactemail?`: ``null`` \| `string` ; `supplier_contactname?`: ``null`` \| `string` ; `supplier_contactnumber?`: ``null`` \| `string` ; `supplier_id`: `string` ; `supplier_name`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `supplier_contactemail?`: ``null`` \| `string` ; `supplier_contactname?`: ``null`` \| `string` ; `supplier_contactnumber?`: ``null`` \| `string` ; `supplier_id?`: `string` ; `supplier_name?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_supplier_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `cake_supply`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `organisation_id`: `string` ; `supply_code`: ``null`` \| `string` ; `supply_cost`: ``null`` \| `number` ; `supply_event_id`: `string` ; `supply_id`: `string` ; `supply_packageid`: `string` ; `supply_supplier_id`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id`: `string` ; `supply_code?`: ``null`` \| `string` ; `supply_cost?`: ``null`` \| `number` ; `supply_event_id`: `string` ; `supply_id`: `string` ; `supply_packageid`: `string` ; `supply_supplier_id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `supply_code?`: ``null`` \| `string` ; `supply_cost?`: ``null`` \| `number` ; `supply_event_id?`: `string` ; `supply_id?`: `string` ; `supply_packageid?`: `string` ; `supply_supplier_id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_supply_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"supply_supply_event_id_fkey"`` ; `columns`: [``"supply_event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"supply_supply_packageid_fkey"`` ; `columns`: [``"supply_packageid"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_package"`` ; `referencedColumns`: [``"package_id"``] }, \{ `foreignKeyName`: ``"supply_supply_supplier_id_fkey"`` ; `columns`: [``"supply_supplier_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_supplier"`` ; `referencedColumns`: [``"supplier_id"``] }] } ; `cake_unit`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `organisation_id`: `string` ; `unit_contingent`: ``null`` \| `string` ; `unit_event_id`: `string` ; `unit_id`: `string` ; `unit_name`: ``null`` \| `string` ; `unit_number`: `number` ; `unit_subcamp`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id`: `string` ; `unit_contingent?`: ``null`` \| `string` ; `unit_event_id`: `string` ; `unit_id`: `string` ; `unit_name?`: ``null`` \| `string` ; `unit_number`: `number` ; `unit_subcamp?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `unit_contingent?`: ``null`` \| `string` ; `unit_event_id?`: `string` ; `unit_id?`: `string` ; `unit_name?`: ``null`` \| `string` ; `unit_number?`: `number` ; `unit_subcamp?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_unit_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"unit_unit_event_id_fkey"`` ; `columns`: [``"unit_event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }] } ; `event`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `event_billing`: ``null`` \| `string` ; `event_catering_email`: ``null`` \| `string` ; `event_code`: ``null`` \| `string` ; `event_colours`: `Json` ; `event_date`: ``null`` \| `string` ; `event_days`: ``null`` \| `number` ; `event_email`: ``null`` \| `string` ; `event_id`: `string` ; `event_name`: `string` ; `event_news`: ``null`` \| `string` ; `event_participants`: ``null`` \| `number` ; `event_rounddown`: ``null`` \| `number` ; `event_typicalunit`: ``null`` \| `number` ; `event_venue`: ``null`` \| `string` ; `event_youthmultiplier`: ``null`` \| `number` ; `is_visible`: ``null`` \| `boolean` ; `organisation_id`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `event_billing?`: ``null`` \| `string` ; `event_catering_email?`: ``null`` \| `string` ; `event_code?`: ``null`` \| `string` ; `event_colours?`: `Json` ; `event_date?`: ``null`` \| `string` ; `event_days?`: ``null`` \| `number` ; `event_email?`: ``null`` \| `string` ; `event_id`: `string` ; `event_name`: `string` ; `event_news?`: ``null`` \| `string` ; `event_participants?`: ``null`` \| `number` ; `event_rounddown?`: ``null`` \| `number` ; `event_typicalunit?`: ``null`` \| `number` ; `event_venue?`: ``null`` \| `string` ; `event_youthmultiplier?`: ``null`` \| `number` ; `is_visible?`: ``null`` \| `boolean` ; `organisation_id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `event_billing?`: ``null`` \| `string` ; `event_catering_email?`: ``null`` \| `string` ; `event_code?`: ``null`` \| `string` ; `event_colours?`: `Json` ; `event_date?`: ``null`` \| `string` ; `event_days?`: ``null`` \| `number` ; `event_email?`: ``null`` \| `string` ; `event_id?`: `string` ; `event_name?`: `string` ; `event_news?`: ``null`` \| `string` ; `event_participants?`: ``null`` \| `number` ; `event_rounddown?`: ``null`` \| `number` ; `event_typicalunit?`: ``null`` \| `number` ; `event_venue?`: ``null`` \| `string` ; `event_youthmultiplier?`: ``null`` \| `number` ; `is_visible?`: ``null`` \| `boolean` ; `organisation_id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"event_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `event_app_access`: \{ `Row`: \{ `app_id`: `string` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `event_id`: `string` ; `id`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `app_id`: `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `event_id`: `string` ; `id?`: `string` ; `organisation_id`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `app_id?`: `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `event_id?`: `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"event_app_access_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"event_app_access_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_event_app_access_app_id"`` ; `columns`: [``"app_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_apps"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_event_app_access_event_id"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }] } ; `file_references`: \{ `Row`: \{ `app_id`: `string` ; `created_at`: ``null`` \| `string` ; `file_metadata`: `Json` ; `file_path`: `string` ; `id`: `string` ; `is_public`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `record_id`: `string` ; `table_name`: `string` ; `updated_at`: ``null`` \| `string` } ; `Insert`: \{ `app_id`: `string` ; `created_at?`: ``null`` \| `string` ; `file_metadata?`: `Json` ; `file_path`: `string` ; `id?`: `string` ; `is_public?`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `record_id`: `string` ; `table_name`: `string` ; `updated_at?`: ``null`` \| `string` } ; `Update`: \{ `app_id?`: `string` ; `created_at?`: ``null`` \| `string` ; `file_metadata?`: `Json` ; `file_path?`: `string` ; `id?`: `string` ; `is_public?`: ``null`` \| `boolean` ; `organisation_id?`: `string` ; `record_id?`: `string` ; `table_name?`: `string` ; `updated_at?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"file_references_app_id_fkey"`` ; `columns`: [``"app_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_apps"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"file_references_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `form_contexts`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `display_name`: `string` ; `id`: `string` ; `is_active`: ``null`` \| `boolean` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `display_name`: `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `display_name?`: `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `name?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"form_contexts_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `form_field_config`: \{ `Row`: \{ `admin_notes`: ``null`` \| `string` ; `category`: ``null`` \| `string` ; `column_name`: `string` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `display_order`: ``null`` \| `number` ; `id`: `string` ; `is_enabled`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `sensitivity_level`: ``null`` \| `string` ; `table_name`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `admin_notes?`: ``null`` \| `string` ; `category?`: ``null`` \| `string` ; `column_name`: `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `display_order?`: ``null`` \| `number` ; `id?`: `string` ; `is_enabled?`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `sensitivity_level?`: ``null`` \| `string` ; `table_name`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `admin_notes?`: ``null`` \| `string` ; `category?`: ``null`` \| `string` ; `column_name?`: `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `display_order?`: ``null`` \| `number` ; `id?`: `string` ; `is_enabled?`: ``null`` \| `boolean` ; `organisation_id?`: `string` ; `sensitivity_level?`: ``null`` \| `string` ; `table_name?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"form_field_config_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `form_fields`: \{ `Row`: \{ `column_name`: `string` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `display_options`: `Json` ; `field_description`: ``null`` \| `string` ; `field_label`: ``null`` \| `string` ; `form_id`: `string` ; `id`: `string` ; `is_active`: ``null`` \| `boolean` ; `is_required`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `sort_order`: `number` ; `table_name`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` ; `validation_rules`: `Json` } ; `Insert`: \{ `column_name`: `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `display_options?`: `Json` ; `field_description?`: ``null`` \| `string` ; `field_label?`: ``null`` \| `string` ; `form_id`: `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `is_required?`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `sort_order`: `number` ; `table_name`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `validation_rules?`: `Json` } ; `Update`: \{ `column_name?`: `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `display_options?`: `Json` ; `field_description?`: ``null`` \| `string` ; `field_label?`: ``null`` \| `string` ; `form_id?`: `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `is_required?`: ``null`` \| `boolean` ; `organisation_id?`: `string` ; `sort_order?`: `number` ; `table_name?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `validation_rules?`: `Json` } ; `Relationships`: [\{ `foreignKeyName`: ``"form_fields_form_id_fkey"`` ; `columns`: [``"form_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"forms"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"form_fields_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `form_response_values`: \{ `Row`: \{ `column_name`: `string` ; `created_at`: ``null`` \| `string` ; `form_field_id`: `string` ; `id`: `string` ; `organisation_id`: `string` ; `response_id`: `string` ; `table_name`: `string` ; `updated_at`: ``null`` \| `string` ; `value_json`: `Json` ; `value_text`: ``null`` \| `string` } ; `Insert`: \{ `column_name`: `string` ; `created_at?`: ``null`` \| `string` ; `form_field_id`: `string` ; `id?`: `string` ; `organisation_id`: `string` ; `response_id`: `string` ; `table_name`: `string` ; `updated_at?`: ``null`` \| `string` ; `value_json?`: `Json` ; `value_text?`: ``null`` \| `string` } ; `Update`: \{ `column_name?`: `string` ; `created_at?`: ``null`` \| `string` ; `form_field_id?`: `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `response_id?`: `string` ; `table_name?`: `string` ; `updated_at?`: ``null`` \| `string` ; `value_json?`: `Json` ; `value_text?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_form_response_values_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"form_response_values_form_field_id_fkey"`` ; `columns`: [``"form_field_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"form_fields"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"form_response_values_response_id_fkey"`` ; `columns`: [``"response_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"form_responses"`` ; `referencedColumns`: [``"id"``] }] } ; `form_responses`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `form_id`: `string` ; `id`: `string` ; `metadata`: `Json` ; `organisation_id`: `string` ; `respondent_id`: ``null`` \| `string` ; `status`: ``null`` \| `string` ; `submitted_at`: ``null`` \| `string` ; `target_record_id`: ``null`` \| `string` ; `target_table`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `form_id`: `string` ; `id?`: `string` ; `metadata?`: `Json` ; `organisation_id`: `string` ; `respondent_id?`: ``null`` \| `string` ; `status?`: ``null`` \| `string` ; `submitted_at?`: ``null`` \| `string` ; `target_record_id?`: ``null`` \| `string` ; `target_table?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `form_id?`: `string` ; `id?`: `string` ; `metadata?`: `Json` ; `organisation_id?`: `string` ; `respondent_id?`: ``null`` \| `string` ; `status?`: ``null`` \| `string` ; `submitted_at?`: ``null`` \| `string` ; `target_record_id?`: ``null`` \| `string` ; `target_table?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_form_responses_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"form_responses_form_id_fkey"`` ; `columns`: [``"form_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"forms"`` ; `referencedColumns`: [``"id"``] }] } ; `forms`: \{ `Row`: \{ `allow_multiple_submissions`: ``null`` \| `boolean` ; `closes_at`: ``null`` \| `string` ; `confirmation_message`: ``null`` \| `string` ; `context_id`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `event_id`: ``null`` \| `string` ; `id`: `string` ; `is_active`: ``null`` \| `boolean` ; `max_submissions`: ``null`` \| `number` ; `name`: `string` ; `opens_at`: ``null`` \| `string` ; `organisation_id`: `string` ; `slug`: `string` ; `sort_order`: ``null`` \| `number` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `allow_multiple_submissions?`: ``null`` \| `boolean` ; `closes_at?`: ``null`` \| `string` ; `confirmation_message?`: ``null`` \| `string` ; `context_id?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `max_submissions?`: ``null`` \| `number` ; `name`: `string` ; `opens_at?`: ``null`` \| `string` ; `organisation_id`: `string` ; `slug`: `string` ; `sort_order?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `allow_multiple_submissions?`: ``null`` \| `boolean` ; `closes_at?`: ``null`` \| `string` ; `confirmation_message?`: ``null`` \| `string` ; `context_id?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `max_submissions?`: ``null`` \| `number` ; `name?`: `string` ; `opens_at?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `slug?`: `string` ; `sort_order?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_forms_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"forms_context_id_fkey"`` ; `columns`: [``"context_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"form_contexts"`` ; `referencedColumns`: [``"id"``] }] } ; `medi_access_log`: \{ `Row`: \{ `access_type`: `string` ; `accessed_at`: `string` ; `accessed_by`: `string` ; `id`: `number` ; `ip_address`: `unknown` ; `justification`: ``null`` \| `string` ; `organisation_id`: `string` ; `profile_id`: ``null`` \| `number` ; `record_id`: ``null`` \| `number` ; `table_name`: `string` ; `user_agent`: ``null`` \| `string` } ; `Insert`: \{ `access_type`: `string` ; `accessed_at?`: `string` ; `accessed_by`: `string` ; `id?`: `number` ; `ip_address?`: `unknown` ; `justification?`: ``null`` \| `string` ; `organisation_id`: `string` ; `profile_id?`: ``null`` \| `number` ; `record_id?`: ``null`` \| `number` ; `table_name`: `string` ; `user_agent?`: ``null`` \| `string` } ; `Update`: \{ `access_type?`: `string` ; `accessed_at?`: `string` ; `accessed_by?`: `string` ; `id?`: `number` ; `ip_address?`: `unknown` ; `justification?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `profile_id?`: ``null`` \| `number` ; `record_id?`: ``null`` \| `number` ; `table_name?`: `string` ; `user_agent?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_medi_access_log_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"medi_access_log_profile_id_fkey"`` ; `columns`: [``"profile_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"medi_profile"`` ; `referencedColumns`: [``"id"``] }] } ; `medi_action_plan`: \{ `Row`: \{ `condition_id`: ``null`` \| `number` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `date_received`: `string` ; `description`: `string` ; `expiry_date`: ``null`` \| `string` ; `id`: `number` ; `is_current`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `plan_type`: `string` ; `reviewed_by`: ``null`` \| `string` ; `reviewed_date`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `condition_id?`: ``null`` \| `number` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `date_received`: `string` ; `description`: `string` ; `expiry_date?`: ``null`` \| `string` ; `id?`: `number` ; `is_current?`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `plan_type`: `string` ; `reviewed_by?`: ``null`` \| `string` ; `reviewed_date?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `condition_id?`: ``null`` \| `number` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `date_received?`: `string` ; `description?`: `string` ; `expiry_date?`: ``null`` \| `string` ; `id?`: `number` ; `is_current?`: ``null`` \| `boolean` ; `organisation_id?`: `string` ; `plan_type?`: `string` ; `reviewed_by?`: ``null`` \| `string` ; `reviewed_date?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_medi_action_plan_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"medi_action_plan_condition_id_fkey"`` ; `columns`: [``"condition_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"medi_condition"`` ; `referencedColumns`: [``"id"``] }] } ; `medi_condition`: \{ `Row`: \{ `aid`: ``null`` \| `string` ; `alert_description`: ``null`` \| `string` ; `condition_type_id`: ``null`` \| `number` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `custom_name`: ``null`` \| `string` ; `data_classification`: ``null`` \| `string` ; `diagnosed_by`: ``null`` \| `string` ; `diagnosed_date`: ``null`` \| `string` ; `emergency_protocol`: ``null`` \| `string` ; `id`: `number` ; `is_active`: ``null`` \| `boolean` ; `last_episode_date`: ``null`` \| `string` ; `management_plan`: ``null`` \| `string` ; `medical_alert`: ``null`` \| `boolean` ; `medication`: ``null`` \| `string` ; `name`: ``null`` \| `string` ; `notes`: ``null`` \| `string` ; `organisation_id`: `string` ; `profile_id`: ``null`` \| `number` ; `reaction`: ``null`` \| `string` ; `severity`: ``null`` \| `string` ; `treatment`: ``null`` \| `string` ; `triggers`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `aid?`: ``null`` \| `string` ; `alert_description?`: ``null`` \| `string` ; `condition_type_id?`: ``null`` \| `number` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `custom_name?`: ``null`` \| `string` ; `data_classification?`: ``null`` \| `string` ; `diagnosed_by?`: ``null`` \| `string` ; `diagnosed_date?`: ``null`` \| `string` ; `emergency_protocol?`: ``null`` \| `string` ; `id?`: `number` ; `is_active?`: ``null`` \| `boolean` ; `last_episode_date?`: ``null`` \| `string` ; `management_plan?`: ``null`` \| `string` ; `medical_alert?`: ``null`` \| `boolean` ; `medication?`: ``null`` \| `string` ; `name?`: ``null`` \| `string` ; `notes?`: ``null`` \| `string` ; `organisation_id`: `string` ; `profile_id?`: ``null`` \| `number` ; `reaction?`: ``null`` \| `string` ; `severity?`: ``null`` \| `string` ; `treatment?`: ``null`` \| `string` ; `triggers?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `aid?`: ``null`` \| `string` ; `alert_description?`: ``null`` \| `string` ; `condition_type_id?`: ``null`` \| `number` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `custom_name?`: ``null`` \| `string` ; `data_classification?`: ``null`` \| `string` ; `diagnosed_by?`: ``null`` \| `string` ; `diagnosed_date?`: ``null`` \| `string` ; `emergency_protocol?`: ``null`` \| `string` ; `id?`: `number` ; `is_active?`: ``null`` \| `boolean` ; `last_episode_date?`: ``null`` \| `string` ; `management_plan?`: ``null`` \| `string` ; `medical_alert?`: ``null`` \| `boolean` ; `medication?`: ``null`` \| `string` ; `name?`: ``null`` \| `string` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `profile_id?`: ``null`` \| `number` ; `reaction?`: ``null`` \| `string` ; `severity?`: ``null`` \| `string` ; `treatment?`: ``null`` \| `string` ; `triggers?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_medi_condition_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"medi_conditions_condition_type_id_fkey"`` ; `columns`: [``"condition_type_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"medi_condition_type"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"medi_conditions_profile_id_fkey"`` ; `columns`: [``"profile_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"medi_profile"`` ; `referencedColumns`: [``"id"``] }] } ; `medi_condition_type`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: `number` ; `is_active`: ``null`` \| `boolean` ; `name`: `string` ; `organisation_id`: `string` ; `parent_id`: ``null`` \| `number` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `is_active?`: ``null`` \| `boolean` ; `name`: `string` ; `organisation_id`: `string` ; `parent_id?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `is_active?`: ``null`` \| `boolean` ; `name?`: `string` ; `organisation_id?`: `string` ; `parent_id?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"medi_condition_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"medi_condition_types_parent_id_fkey"`` ; `columns`: [``"parent_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"medi_condition_type"`` ; `referencedColumns`: [``"id"``] }] } ; `medi_diet`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `diettype_id`: ``null`` \| `string` ; `id`: `number` ; `notes`: ``null`` \| `string` ; `organisation_id`: `string` ; `other_description`: ``null`` \| `string` ; `profile_id`: ``null`` \| `number` ; `severity`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `diettype_id?`: ``null`` \| `string` ; `id?`: `number` ; `notes?`: ``null`` \| `string` ; `organisation_id`: `string` ; `other_description?`: ``null`` \| `string` ; `profile_id?`: ``null`` \| `number` ; `severity?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `diettype_id?`: ``null`` \| `string` ; `id?`: `number` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `other_description?`: ``null`` \| `string` ; `profile_id?`: ``null`` \| `number` ; `severity?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_medi_diet_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"medi_diet_diettype_id_fkey"`` ; `columns`: [``"diettype_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_diettype"`` ; `referencedColumns`: [``"diettype_id"``] }, \{ `foreignKeyName`: ``"medi_diet_profile_id_fkey"`` ; `columns`: [``"profile_id"``] ; `isOneToOne`: ``true`` ; `referencedRelation`: ``"medi_profile"`` ; `referencedColumns`: [``"id"``] }] } ; `medi_profile`: \{ `Row`: \{ `access_count`: ``null`` \| `number` ; `carer_name`: ``null`` \| `string` ; `consent_date`: ``null`` \| `string` ; `consent_given`: ``null`` \| `boolean` ; `consent_withdrawn_date`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `data_classification`: ``null`` \| `string` ; `data_retention_until`: ``null`` \| `string` ; `dietary_comments`: ``null`` \| `string` ; `has_carer`: ``null`` \| `boolean` ; `has_dietary_requirements`: ``null`` \| `boolean` ; `health_care_card_expiry`: ``null`` \| `string` ; `health_care_card_number`: ``null`` \| `string` ; `health_fund_name`: ``null`` \| `string` ; `health_fund_number`: ``null`` \| `string` ; `health_satisfactory`: ``null`` \| `boolean` ; `id`: `number` ; `is_fully_immunised`: ``null`` \| `boolean` ; `last_accessed_at`: ``null`` \| `string` ; `last_accessed_by`: ``null`` \| `string` ; `last_tetanus_date`: ``null`` \| `string` ; `medicare_expiry`: ``null`` \| `string` ; `medicare_number`: ``null`` \| `string` ; `member_id`: ``null`` \| `string` ; `menu_selection`: ``null`` \| `string` ; `organisation_id`: `string` ; `requires_support`: ``null`` \| `boolean` ; `support_details`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `access_count?`: ``null`` \| `number` ; `carer_name?`: ``null`` \| `string` ; `consent_date?`: ``null`` \| `string` ; `consent_given?`: ``null`` \| `boolean` ; `consent_withdrawn_date?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `data_classification?`: ``null`` \| `string` ; `data_retention_until?`: ``null`` \| `string` ; `dietary_comments?`: ``null`` \| `string` ; `has_carer?`: ``null`` \| `boolean` ; `has_dietary_requirements?`: ``null`` \| `boolean` ; `health_care_card_expiry?`: ``null`` \| `string` ; `health_care_card_number?`: ``null`` \| `string` ; `health_fund_name?`: ``null`` \| `string` ; `health_fund_number?`: ``null`` \| `string` ; `health_satisfactory?`: ``null`` \| `boolean` ; `id?`: `number` ; `is_fully_immunised?`: ``null`` \| `boolean` ; `last_accessed_at?`: ``null`` \| `string` ; `last_accessed_by?`: ``null`` \| `string` ; `last_tetanus_date?`: ``null`` \| `string` ; `medicare_expiry?`: ``null`` \| `string` ; `medicare_number?`: ``null`` \| `string` ; `member_id?`: ``null`` \| `string` ; `menu_selection?`: ``null`` \| `string` ; `organisation_id`: `string` ; `requires_support?`: ``null`` \| `boolean` ; `support_details?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `access_count?`: ``null`` \| `number` ; `carer_name?`: ``null`` \| `string` ; `consent_date?`: ``null`` \| `string` ; `consent_given?`: ``null`` \| `boolean` ; `consent_withdrawn_date?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `data_classification?`: ``null`` \| `string` ; `data_retention_until?`: ``null`` \| `string` ; `dietary_comments?`: ``null`` \| `string` ; `has_carer?`: ``null`` \| `boolean` ; `has_dietary_requirements?`: ``null`` \| `boolean` ; `health_care_card_expiry?`: ``null`` \| `string` ; `health_care_card_number?`: ``null`` \| `string` ; `health_fund_name?`: ``null`` \| `string` ; `health_fund_number?`: ``null`` \| `string` ; `health_satisfactory?`: ``null`` \| `boolean` ; `id?`: `number` ; `is_fully_immunised?`: ``null`` \| `boolean` ; `last_accessed_at?`: ``null`` \| `string` ; `last_accessed_by?`: ``null`` \| `string` ; `last_tetanus_date?`: ``null`` \| `string` ; `medicare_expiry?`: ``null`` \| `string` ; `medicare_number?`: ``null`` \| `string` ; `member_id?`: ``null`` \| `string` ; `menu_selection?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `requires_support?`: ``null`` \| `boolean` ; `support_details?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_medi_profile_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"medi_profile_member_id_fkey"`` ; `columns`: [``"member_id"``] ; `isOneToOne`: ``true`` ; `referencedRelation`: ``"pace_member"`` ; `referencedColumns`: [``"id"``] }] } ; `medi_profile_versions`: \{ `Row`: \{ `change_reason`: ``null`` \| `string` ; `created_at`: `string` ; `created_by`: `string` ; `data_snapshot`: `Json` ; `id`: `number` ; `organisation_id`: `string` ; `profile_id`: ``null`` \| `number` ; `version_number`: `number` } ; `Insert`: \{ `change_reason?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by`: `string` ; `data_snapshot`: `Json` ; `id?`: `number` ; `organisation_id`: `string` ; `profile_id?`: ``null`` \| `number` ; `version_number`: `number` } ; `Update`: \{ `change_reason?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: `string` ; `data_snapshot?`: `Json` ; `id?`: `number` ; `organisation_id?`: `string` ; `profile_id?`: ``null`` \| `number` ; `version_number?`: `number` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_medi_profile_versions_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"medi_profile_versions_profile_id_fkey"`` ; `columns`: [``"profile_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"medi_profile"`` ; `referencedColumns`: [``"id"``] }] } ; `mint_action_log`: \{ `Row`: \{ `action`: `string` ; `amount_minor`: ``null`` \| `number` ; `created_at`: `string` ; `gateway_ref`: ``null`` \| `string` ; `id`: `string` ; `invoice_id`: `string` ; `meta`: `Json` ; `reason`: ``null`` \| `string` } ; `Insert`: \{ `action`: `string` ; `amount_minor?`: ``null`` \| `number` ; `created_at?`: `string` ; `gateway_ref?`: ``null`` \| `string` ; `id?`: `string` ; `invoice_id`: `string` ; `meta?`: `Json` ; `reason?`: ``null`` \| `string` } ; `Update`: \{ `action?`: `string` ; `amount_minor?`: ``null`` \| `number` ; `created_at?`: `string` ; `gateway_ref?`: ``null`` \| `string` ; `id?`: `string` ; `invoice_id?`: `string` ; `meta?`: `Json` ; `reason?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"mint_action_log_invoice_id_fkey"`` ; `columns`: [``"invoice_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"mint_invoice"`` ; `referencedColumns`: [``"invoice_id"``] }] } ; `mint_audit_log`: \{ `Row`: \{ `created_at`: `string` ; `details`: `Json` ; `event_type`: `string` ; `id`: `string` ; `ip_address`: ``null`` \| `string` ; `organisation_id`: `string` ; `record_id`: `string` ; `table_name`: `string` ; `user_agent`: ``null`` \| `string` ; `user_id`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: `string` ; `details?`: `Json` ; `event_type`: `string` ; `id?`: `string` ; `ip_address?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `record_id`: `string` ; `table_name`: `string` ; `user_agent?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: `string` ; `details?`: `Json` ; `event_type?`: `string` ; `id?`: `string` ; `ip_address?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `record_id?`: `string` ; `table_name?`: `string` ; `user_agent?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Relationships`: [] } ; `mint_credit_balance`: \{ `Row`: \{ `amount`: `number` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `credit_id`: `string` ; `expires_at`: ``null`` \| `string` ; `invoice_id`: ``null`` \| `string` ; `is_used`: `boolean` ; `member_id`: `string` ; `organisation_id`: `string` ; `reason`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` ; `used_at`: ``null`` \| `string` } ; `Insert`: \{ `amount`: `number` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `credit_id?`: `string` ; `expires_at?`: ``null`` \| `string` ; `invoice_id?`: ``null`` \| `string` ; `is_used?`: `boolean` ; `member_id`: `string` ; `organisation_id`: `string` ; `reason`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `used_at?`: ``null`` \| `string` } ; `Update`: \{ `amount?`: `number` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `credit_id?`: `string` ; `expires_at?`: ``null`` \| `string` ; `invoice_id?`: ``null`` \| `string` ; `is_used?`: `boolean` ; `member_id?`: `string` ; `organisation_id?`: `string` ; `reason?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `used_at?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"credit_balance_invoice_id_fkey"`` ; `columns`: [``"invoice_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"mint_invoice"`` ; `referencedColumns`: [``"invoice_id"``] }, \{ `foreignKeyName`: ``"credit_balance_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `mint_dd_mandate_log`: \{ `Row`: \{ `created_at`: `string` ; `event`: `string` ; `id`: `string` ; `payload`: `Json` ; `payment_method_id`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: `string` ; `event`: `string` ; `id?`: `string` ; `payload?`: `Json` ; `payment_method_id?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: `string` ; `event?`: `string` ; `id?`: `string` ; `payload?`: `Json` ; `payment_method_id?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"mint_dd_mandate_log_payment_method_id_fkey"`` ; `columns`: [``"payment_method_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"mint_payment_method"`` ; `referencedColumns`: [``"payment_method_id"``] }] } ; `mint_idempotency`: \{ `Row`: \{ `first_request_at`: `string` ; `id`: `string` ; `idempotency_key`: `string` ; `last_response`: `Json` ; `scope`: `string` ; `status`: `string` } ; `Insert`: \{ `first_request_at?`: `string` ; `id?`: `string` ; `idempotency_key`: `string` ; `last_response?`: `Json` ; `scope?`: `string` ; `status`: `string` } ; `Update`: \{ `first_request_at?`: `string` ; `id?`: `string` ; `idempotency_key?`: `string` ; `last_response?`: `Json` ; `scope?`: `string` ; `status?`: `string` } ; `Relationships`: [] } ; `mint_invoice`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `greenpay_transaction_id`: ``null`` \| `string` ; `invoice_id`: `string` ; `issued_at`: `string` ; `member_id`: `string` ; `organisation_id`: `string` ; `paid_at`: ``null`` \| `string` ; `source_app`: `string` ; `source_origin`: ``null`` \| `string` ; `status`: `string` ; `total_amount`: `number` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `greenpay_transaction_id?`: ``null`` \| `string` ; `invoice_id?`: `string` ; `issued_at?`: `string` ; `member_id`: `string` ; `organisation_id`: `string` ; `paid_at?`: ``null`` \| `string` ; `source_app`: `string` ; `source_origin?`: ``null`` \| `string` ; `status`: `string` ; `total_amount`: `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `greenpay_transaction_id?`: ``null`` \| `string` ; `invoice_id?`: `string` ; `issued_at?`: `string` ; `member_id?`: `string` ; `organisation_id?`: `string` ; `paid_at?`: ``null`` \| `string` ; `source_app?`: `string` ; `source_origin?`: ``null`` \| `string` ; `status?`: `string` ; `total_amount?`: `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"invoice_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `mint_line_item`: \{ `Row`: \{ `amount`: `number` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `description`: `string` ; `fulfilled_at`: ``null`` \| `string` ; `fulfillment_status`: ``null`` \| `string` ; `invoice_id`: `string` ; `item_type`: `string` ; `line_item_id`: `string` ; `org_id`: ``null`` \| `string` ; `organisation_id`: `string` ; `proration_info`: `Json` ; `source_app`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `amount`: `number` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description`: `string` ; `fulfilled_at?`: ``null`` \| `string` ; `fulfillment_status?`: ``null`` \| `string` ; `invoice_id`: `string` ; `item_type`: `string` ; `line_item_id?`: `string` ; `org_id?`: ``null`` \| `string` ; `organisation_id`: `string` ; `proration_info?`: `Json` ; `source_app`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `amount?`: `number` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: `string` ; `fulfilled_at?`: ``null`` \| `string` ; `fulfillment_status?`: ``null`` \| `string` ; `invoice_id?`: `string` ; `item_type?`: `string` ; `line_item_id?`: `string` ; `org_id?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `proration_info?`: `Json` ; `source_app?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"line_item_invoice_id_fkey"`` ; `columns`: [``"invoice_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"mint_invoice"`` ; `referencedColumns`: [``"invoice_id"``] }, \{ `foreignKeyName`: ``"line_item_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `mint_mit_consent_log`: \{ `Row`: \{ `consent_text`: ``null`` \| `string` ; `created_at`: `string` ; `id`: `string` ; `invoice_id`: ``null`` \| `string` ; `ip`: `unknown` ; `member_id`: `string` ; `payment_method_id`: ``null`` \| `string` ; `terms_version`: ``null`` \| `string` ; `ua`: ``null`` \| `string` } ; `Insert`: \{ `consent_text?`: ``null`` \| `string` ; `created_at?`: `string` ; `id?`: `string` ; `invoice_id?`: ``null`` \| `string` ; `ip?`: `unknown` ; `member_id`: `string` ; `payment_method_id?`: ``null`` \| `string` ; `terms_version?`: ``null`` \| `string` ; `ua?`: ``null`` \| `string` } ; `Update`: \{ `consent_text?`: ``null`` \| `string` ; `created_at?`: `string` ; `id?`: `string` ; `invoice_id?`: ``null`` \| `string` ; `ip?`: `unknown` ; `member_id?`: `string` ; `payment_method_id?`: ``null`` \| `string` ; `terms_version?`: ``null`` \| `string` ; `ua?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"mint_mit_consent_log_payment_method_id_fkey"`` ; `columns`: [``"payment_method_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"mint_payment_method"`` ; `referencedColumns`: [``"payment_method_id"``] }] } ; `mint_payment_method`: \{ `Row`: \{ `bank_account_bsb`: ``null`` \| `string` ; `bank_account_last4`: ``null`` \| `string` ; `bank_account_name`: ``null`` \| `string` ; `brand`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `dd_mandate_id`: ``null`` \| `string` ; `dd_mandate_status`: ``null`` \| ``"active"`` \| ``"revoked"`` \| ``"pending"`` \| ``"failed"`` ; `expires_at`: ``null`` \| `string` ; `greenpay_token`: `string` ; `is_default`: `boolean` ; `last_four_digits`: `string` ; `member_id`: `string` ; `method_type`: `string` ; `mit_consent`: `boolean` ; `mit_consent_at`: ``null`` \| `string` ; `mit_consent_ip`: `unknown` ; `mit_consent_terms_version`: ``null`` \| `string` ; `mit_consent_text`: ``null`` \| `string` ; `mit_consent_ua`: ``null`` \| `string` ; `mit_initial_cit_at`: ``null`` \| `string` ; `mit_initial_cit_txn_id`: ``null`` \| `string` ; `organisation_id`: `string` ; `payment_method_id`: `string` ; `type`: ``"card"`` \| ``"bank"`` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` ; `validation_status`: `string` } ; `Insert`: \{ `bank_account_bsb?`: ``null`` \| `string` ; `bank_account_last4?`: ``null`` \| `string` ; `bank_account_name?`: ``null`` \| `string` ; `brand?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `dd_mandate_id?`: ``null`` \| `string` ; `dd_mandate_status?`: ``null`` \| ``"active"`` \| ``"revoked"`` \| ``"pending"`` \| ``"failed"`` ; `expires_at?`: ``null`` \| `string` ; `greenpay_token`: `string` ; `is_default?`: `boolean` ; `last_four_digits`: `string` ; `member_id`: `string` ; `method_type`: `string` ; `mit_consent?`: `boolean` ; `mit_consent_at?`: ``null`` \| `string` ; `mit_consent_ip?`: `unknown` ; `mit_consent_terms_version?`: ``null`` \| `string` ; `mit_consent_text?`: ``null`` \| `string` ; `mit_consent_ua?`: ``null`` \| `string` ; `mit_initial_cit_at?`: ``null`` \| `string` ; `mit_initial_cit_txn_id?`: ``null`` \| `string` ; `organisation_id`: `string` ; `payment_method_id?`: `string` ; `type?`: ``"card"`` \| ``"bank"`` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `validation_status?`: `string` } ; `Update`: \{ `bank_account_bsb?`: ``null`` \| `string` ; `bank_account_last4?`: ``null`` \| `string` ; `bank_account_name?`: ``null`` \| `string` ; `brand?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `dd_mandate_id?`: ``null`` \| `string` ; `dd_mandate_status?`: ``null`` \| ``"active"`` \| ``"revoked"`` \| ``"pending"`` \| ``"failed"`` ; `expires_at?`: ``null`` \| `string` ; `greenpay_token?`: `string` ; `is_default?`: `boolean` ; `last_four_digits?`: `string` ; `member_id?`: `string` ; `method_type?`: `string` ; `mit_consent?`: `boolean` ; `mit_consent_at?`: ``null`` \| `string` ; `mit_consent_ip?`: `unknown` ; `mit_consent_terms_version?`: ``null`` \| `string` ; `mit_consent_text?`: ``null`` \| `string` ; `mit_consent_ua?`: ``null`` \| `string` ; `mit_initial_cit_at?`: ``null`` \| `string` ; `mit_initial_cit_txn_id?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `payment_method_id?`: `string` ; `type?`: ``"card"`` \| ``"bank"`` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `validation_status?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"payment_method_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `mint_security_log`: \{ `Row`: \{ `action`: `string` ; `created_at`: ``null`` \| `string` ; `details`: `Json` ; `id`: `string` ; `ip_address`: ``null`` \| `string` ; `record_id`: ``null`` \| `string` ; `table_name`: ``null`` \| `string` ; `user_agent`: ``null`` \| `string` ; `user_id`: ``null`` \| `string` } ; `Insert`: \{ `action`: `string` ; `created_at?`: ``null`` \| `string` ; `details?`: `Json` ; `id?`: `string` ; `ip_address?`: ``null`` \| `string` ; `record_id?`: ``null`` \| `string` ; `table_name?`: ``null`` \| `string` ; `user_agent?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Update`: \{ `action?`: `string` ; `created_at?`: ``null`` \| `string` ; `details?`: `Json` ; `id?`: `string` ; `ip_address?`: ``null`` \| `string` ; `record_id?`: ``null`` \| `string` ; `table_name?`: ``null`` \| `string` ; `user_agent?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Relationships`: [] } ; `mint_webhook_log`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `event_type`: `string` ; `headers`: `Json` ; `invoice_id`: ``null`` \| `string` ; `organisation_id`: `string` ; `payload`: `Json` ; `processed_at`: ``null`` \| `string` ; `processing_error`: ``null`` \| `string` ; `source`: `string` ; `status`: `string` ; `transaction_id`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `webhook_log_id`: `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `event_type`: `string` ; `headers?`: `Json` ; `invoice_id?`: ``null`` \| `string` ; `organisation_id`: `string` ; `payload`: `Json` ; `processed_at?`: ``null`` \| `string` ; `processing_error?`: ``null`` \| `string` ; `source?`: `string` ; `status`: `string` ; `transaction_id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `webhook_log_id?`: `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `event_type?`: `string` ; `headers?`: `Json` ; `invoice_id?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `payload?`: `Json` ; `processed_at?`: ``null`` \| `string` ; `processing_error?`: ``null`` \| `string` ; `source?`: `string` ; `status?`: `string` ; `transaction_id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `webhook_log_id?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"webhook_log_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `note_attachments`: \{ `Row`: \{ `created_at`: `string` ; `created_by`: `string` ; `id`: `string` ; `mime_type`: ``null`` \| `string` ; `note_id`: `string` ; `organisation_id`: `string` } ; `Insert`: \{ `created_at?`: `string` ; `created_by?`: `string` ; `id?`: `string` ; `mime_type?`: ``null`` \| `string` ; `note_id`: `string` ; `organisation_id`: `string` } ; `Update`: \{ `created_at?`: `string` ; `created_by?`: `string` ; `id?`: `string` ; `mime_type?`: ``null`` \| `string` ; `note_id?`: `string` ; `organisation_id?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"note_attachments_note_id_fkey"`` ; `columns`: [``"note_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"team_internal_notes"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"note_attachments_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `organisation_app_access`: \{ `Row`: \{ `app_id`: `string` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: `string` ; `is_enabled`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `settings`: `Json` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `app_id`: `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `string` ; `is_enabled?`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `settings?`: `Json` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `app_id?`: `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `string` ; `is_enabled?`: ``null`` \| `boolean` ; `organisation_id?`: `string` ; `settings?`: `Json` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"organisation_app_access_app_id_fkey"`` ; `columns`: [``"app_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_apps"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"organisation_app_access_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `organisation_audit_log`: \{ `Row`: \{ `action`: `string` ; `created_at`: `string` ; `entity_id`: ``null`` \| `string` ; `entity_type`: `string` ; `id`: `string` ; `ip_address`: `unknown` ; `new_values`: `Json` ; `old_values`: `Json` ; `organisation_id`: `string` ; `user_agent`: ``null`` \| `string` ; `user_id`: ``null`` \| `string` } ; `Insert`: \{ `action`: `string` ; `created_at?`: `string` ; `entity_id?`: ``null`` \| `string` ; `entity_type`: `string` ; `id?`: `string` ; `ip_address?`: `unknown` ; `new_values?`: `Json` ; `old_values?`: `Json` ; `organisation_id`: `string` ; `user_agent?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Update`: \{ `action?`: `string` ; `created_at?`: `string` ; `entity_id?`: ``null`` \| `string` ; `entity_type?`: `string` ; `id?`: `string` ; `ip_address?`: `unknown` ; `new_values?`: `Json` ; `old_values?`: `Json` ; `organisation_id?`: `string` ; `user_agent?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"organisation_audit_log_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `organisation_invitations`: \{ `Row`: \{ `accepted_at`: ``null`` \| `string` ; `created_at`: `string` ; `email`: `string` ; `expires_at`: `string` ; `id`: `string` ; `invited_by`: ``null`` \| `string` ; `organisation_id`: `string` ; `role`: `string` ; `updated_at`: `string` } ; `Insert`: \{ `accepted_at?`: ``null`` \| `string` ; `created_at?`: `string` ; `email`: `string` ; `expires_at?`: `string` ; `id?`: `string` ; `invited_by?`: ``null`` \| `string` ; `organisation_id`: `string` ; `role?`: `string` ; `updated_at?`: `string` } ; `Update`: \{ `accepted_at?`: ``null`` \| `string` ; `created_at?`: `string` ; `email?`: `string` ; `expires_at?`: `string` ; `id?`: `string` ; `invited_by?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `role?`: `string` ; `updated_at?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"organisation_invitations_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `organisation_settings`: \{ `Row`: \{ `address`: `Json` ; `contact_email`: ``null`` \| `string` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `currency`: ``null`` \| `string` ; `custom_css`: ``null`` \| `string` ; `date_format`: ``null`` \| `string` ; `email_templates`: `Json` ; `joining_fee`: ``null`` \| `number` ; `language`: ``null`` \| `string` ; `notification_settings`: `Json` ; `organisation_id`: `string` ; `phone`: ``null`` \| `string` ; `primary_color`: ``null`` \| `string` ; `recurring_fee`: ``null`` \| `number` ; `secondary_color`: ``null`` \| `string` ; `timezone`: ``null`` \| `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `address?`: `Json` ; `contact_email?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `currency?`: ``null`` \| `string` ; `custom_css?`: ``null`` \| `string` ; `date_format?`: ``null`` \| `string` ; `email_templates?`: `Json` ; `joining_fee?`: ``null`` \| `number` ; `language?`: ``null`` \| `string` ; `notification_settings?`: `Json` ; `organisation_id`: `string` ; `phone?`: ``null`` \| `string` ; `primary_color?`: ``null`` \| `string` ; `recurring_fee?`: ``null`` \| `number` ; `secondary_color?`: ``null`` \| `string` ; `timezone?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `address?`: `Json` ; `contact_email?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `currency?`: ``null`` \| `string` ; `custom_css?`: ``null`` \| `string` ; `date_format?`: ``null`` \| `string` ; `email_templates?`: `Json` ; `joining_fee?`: ``null`` \| `number` ; `language?`: ``null`` \| `string` ; `notification_settings?`: `Json` ; `organisation_id?`: `string` ; `phone?`: ``null`` \| `string` ; `primary_color?`: ``null`` \| `string` ; `recurring_fee?`: ``null`` \| `number` ; `secondary_color?`: ``null`` \| `string` ; `timezone?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"organisation_settings_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``true`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `organisations`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `display_name`: `string` ; `id`: `string` ; `is_active`: ``null`` \| `boolean` ; `name`: `string` ; `parent_id`: ``null`` \| `string` ; `settings`: `Json` ; `subscription_tier`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `display_name`: `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `name`: `string` ; `parent_id?`: ``null`` \| `string` ; `settings?`: `Json` ; `subscription_tier?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `display_name?`: `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `name?`: `string` ; `parent_id?`: ``null`` \| `string` ; `settings?`: `Json` ; `subscription_tier?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"organisations_parent_id_fkey"`` ; `columns`: [``"parent_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_consent`: \{ `Row`: \{ `consent_type_id`: `number` ; `created_at`: ``null`` \| `string` ; `date_given`: ``null`` \| `string` ; `date_revoked`: ``null`` \| `string` ; `given`: `boolean` ; `id`: `string` ; `member_id`: `string` ; `notes`: ``null`` \| `string` ; `organisation_id`: `string` ; `recorded_by`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` } ; `Insert`: \{ `consent_type_id`: `number` ; `created_at?`: ``null`` \| `string` ; `date_given?`: ``null`` \| `string` ; `date_revoked?`: ``null`` \| `string` ; `given`: `boolean` ; `id?`: `string` ; `member_id`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id`: `string` ; `recorded_by?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` } ; `Update`: \{ `consent_type_id?`: `number` ; `created_at?`: ``null`` \| `string` ; `date_given?`: ``null`` \| `string` ; `date_revoked?`: ``null`` \| `string` ; `given?`: `boolean` ; `id?`: `string` ; `member_id?`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `recorded_by?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"consents_consent_type_id_fkey"`` ; `columns`: [``"consent_type_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_consent_type"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"consents_member_id_fkey1"`` ; `columns`: [``"member_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_member"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_pace_consent_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_consent_type`: \{ `Row`: \{ `active`: ``null`` \| `boolean` ; `category`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `id`: `number` ; `key`: `string` ; `label`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` } ; `Insert`: \{ `active?`: ``null`` \| `boolean` ; `category?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `id?`: `number` ; `key`: `string` ; `label`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` } ; `Update`: \{ `active?`: ``null`` \| `boolean` ; `category?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `id?`: `number` ; `key?`: `string` ; `label?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_consent_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_contact`: \{ `Row`: \{ `contact_person_id`: ``null`` \| `string` ; `contact_type_id`: ``null`` \| `number` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `expires_at`: ``null`` \| `string` ; `granted_at`: ``null`` \| `string` ; `id`: `string` ; `member_id`: ``null`` \| `string` ; `organisation_id`: `string` ; `permission_type`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `contact_person_id?`: ``null`` \| `string` ; `contact_type_id?`: ``null`` \| `number` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `expires_at?`: ``null`` \| `string` ; `granted_at?`: ``null`` \| `string` ; `id?`: `string` ; `member_id?`: ``null`` \| `string` ; `organisation_id`: `string` ; `permission_type?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `contact_person_id?`: ``null`` \| `string` ; `contact_type_id?`: ``null`` \| `number` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `expires_at?`: ``null`` \| `string` ; `granted_at?`: ``null`` \| `string` ; `id?`: `string` ; `member_id?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `permission_type?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_pace_contact_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_contact_related_person_id_fkey"`` ; `columns`: [``"contact_person_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_person"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_contact_relationship_type_id_fkey"`` ; `columns`: [``"contact_type_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_contact_type"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_member_permissions_member_id_fkey"`` ; `columns`: [``"member_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_member"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_contact_type`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `sort_order`: ``null`` \| `number` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `sort_order?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name?`: `string` ; `organisation_id?`: `string` ; `sort_order?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_contact_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_gender_type`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_gender_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_identification`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `document_number`: ``null`` \| `string` ; `expiry_date`: ``null`` \| `string` ; `id`: `string` ; `identification_type_id`: ``null`` \| `number` ; `issue_city`: ``null`` \| `string` ; `issue_country`: ``null`` \| `string` ; `issue_date`: ``null`` \| `string` ; `issue_state`: ``null`` \| `string` ; `member_id`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `verified`: ``null`` \| `boolean` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `document_number?`: ``null`` \| `string` ; `expiry_date?`: ``null`` \| `string` ; `id?`: `string` ; `identification_type_id?`: ``null`` \| `number` ; `issue_city?`: ``null`` \| `string` ; `issue_country?`: ``null`` \| `string` ; `issue_date?`: ``null`` \| `string` ; `issue_state?`: ``null`` \| `string` ; `member_id`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `verified?`: ``null`` \| `boolean` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `document_number?`: ``null`` \| `string` ; `expiry_date?`: ``null`` \| `string` ; `id?`: `string` ; `identification_type_id?`: ``null`` \| `number` ; `issue_city?`: ``null`` \| `string` ; `issue_country?`: ``null`` \| `string` ; `issue_date?`: ``null`` \| `string` ; `issue_state?`: ``null`` \| `string` ; `member_id?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `verified?`: ``null`` \| `boolean` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_pace_identification_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_pace_identification_type_id"`` ; `columns`: [``"identification_type_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_identification_type"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_identification_member_id_fkey"`` ; `columns`: [``"member_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_member"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_identification_type`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `id`: `number` ; `is_active`: ``null`` \| `boolean` ; `name`: `string` ; `organisation_id`: `string` ; `sort_order`: ``null`` \| `number` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `id?`: `undefined` ; `is_active?`: ``null`` \| `boolean` ; `name`: `string` ; `organisation_id`: `string` ; `sort_order?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `id?`: `undefined` ; `is_active?`: ``null`` \| `boolean` ; `name?`: `string` ; `organisation_id?`: `string` ; `sort_order?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_identification_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_member`: \{ `Row`: \{ `address_id`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `date_of_birth`: ``null`` \| `string` ; `deleted_at`: ``null`` \| `string` ; `gender_id`: ``null`` \| `number` ; `id`: `string` ; `membership_number`: ``null`` \| `string` ; `membership_status`: ``null`` \| ``"Provisional"`` \| ``"Cancelled"`` \| ``"Active"`` \| ``"Suspended"`` \| ``"Resigned"`` ; `membership_type_id`: ``null`` \| `number` ; `organisation_id`: `string` ; `person_id`: ``null`` \| `string` ; `postal_address`: ``null`` \| `string` ; `pronoun_id`: ``null`` \| `number` ; `residential_address`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `address_id?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `date_of_birth?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `gender_id?`: ``null`` \| `number` ; `id?`: `string` ; `membership_number?`: ``null`` \| `string` ; `membership_status?`: ``null`` \| ``"Provisional"`` \| ``"Cancelled"`` \| ``"Active"`` \| ``"Suspended"`` \| ``"Resigned"`` ; `membership_type_id?`: ``null`` \| `number` ; `organisation_id`: `string` ; `person_id?`: ``null`` \| `string` ; `postal_address?`: ``null`` \| `string` ; `pronoun_id?`: ``null`` \| `number` ; `residential_address?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `address_id?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `date_of_birth?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `gender_id?`: ``null`` \| `number` ; `id?`: `string` ; `membership_number?`: ``null`` \| `string` ; `membership_status?`: ``null`` \| ``"Provisional"`` \| ``"Cancelled"`` \| ``"Active"`` \| ``"Suspended"`` \| ``"Resigned"`` ; `membership_type_id?`: ``null`` \| `number` ; `organisation_id?`: `string` ; `person_id?`: ``null`` \| `string` ; `postal_address?`: ``null`` \| `string` ; `pronoun_id?`: ``null`` \| `number` ; `residential_address?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_member_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_member_person_id_fkey"`` ; `columns`: [``"person_id"``] ; `isOneToOne`: ``true`` ; `referencedRelation`: ``"pace_person"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_members_gender_id_fkey"`` ; `columns`: [``"gender_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_gender_type"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_members_membership_type_id_fkey"`` ; `columns`: [``"membership_type_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_membership_type"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_members_pronoun_id_fkey"`` ; `columns`: [``"pronoun_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_pronoun_type"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_member_role`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `deleted_at`: ``null`` \| `string` ; `end_date`: ``null`` \| `string` ; `id`: `string` ; `member_id`: ``null`` \| `string` ; `organisation_id`: `string` ; `role_id`: ``null`` \| `number` ; `start_date`: `string` ; `unit_id`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `end_date?`: ``null`` \| `string` ; `id?`: `string` ; `member_id?`: ``null`` \| `string` ; `organisation_id`: `string` ; `role_id?`: ``null`` \| `number` ; `start_date`: `string` ; `unit_id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `end_date?`: ``null`` \| `string` ; `id?`: `string` ; `member_id?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `role_id?`: ``null`` \| `number` ; `start_date?`: `string` ; `unit_id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_member_role_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_member_roles_member_id_fkey"`` ; `columns`: [``"member_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_member"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_member_roles_role_id_fkey"`` ; `columns`: [``"role_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_role_type"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"team_member_roles_unit_id_fkey"`` ; `columns`: [``"unit_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"team_unit"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_membership_type`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: `number` ; `is_active`: ``null`` \| `boolean` ; `max_age`: ``null`` \| `number` ; `min_age`: ``null`` \| `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `is_active?`: ``null`` \| `boolean` ; `max_age?`: ``null`` \| `number` ; `min_age?`: ``null`` \| `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `is_active?`: ``null`` \| `boolean` ; `max_age?`: ``null`` \| `number` ; `min_age?`: ``null`` \| `number` ; `name?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_membership_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_merchandise`: \{ `Row`: \{ `category`: ``null`` \| `string` ; `color`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `event_id`: ``null`` \| `string` ; `id`: `string` ; `name`: `string` ; `organisation_id`: `string` ; `person_id`: ``null`` \| `string` ; `price`: ``null`` \| `number` ; `size`: ``null`` \| `string` ; `sku`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` } ; `Insert`: \{ `category?`: ``null`` \| `string` ; `color?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `id?`: `string` ; `name`: `string` ; `organisation_id`: `string` ; `person_id?`: ``null`` \| `string` ; `price?`: ``null`` \| `number` ; `size?`: ``null`` \| `string` ; `sku?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` } ; `Update`: \{ `category?`: ``null`` \| `string` ; `color?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `id?`: `string` ; `name?`: `string` ; `organisation_id?`: `string` ; `person_id?`: ``null`` \| `string` ; `price?`: ``null`` \| `number` ; `size?`: ``null`` \| `string` ; `sku?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_merchandise_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"pace_merchandise_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_merchandise_person_id_fkey"`` ; `columns`: [``"person_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_person"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_person`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `deleted_at`: ``null`` \| `string` ; `email`: ``null`` \| `string` ; `first_name`: `string` ; `id`: `string` ; `last_name`: `string` ; `middle_name`: ``null`` \| `string` ; `preferred_name`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` ; `user_id`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `email?`: ``null`` \| `string` ; `first_name`: `string` ; `id?`: `string` ; `last_name`: `string` ; `middle_name?`: ``null`` \| `string` ; `preferred_name?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `email?`: ``null`` \| `string` ; `first_name?`: `string` ; `id?`: `string` ; `last_name?`: `string` ; `middle_name?`: ``null`` \| `string` ; `preferred_name?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Relationships`: [] } ; `pace_phone`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `deleted_at`: ``null`` \| `string` ; `id`: `string` ; `organisation_id`: `string` ; `person_id`: ``null`` \| `string` ; `phone_number`: `string` ; `phone_type_id`: ``null`` \| `number` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id`: `string` ; `person_id?`: ``null`` \| `string` ; `phone_number`: `string` ; `phone_type_id?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `person_id?`: ``null`` \| `string` ; `phone_number?`: `string` ; `phone_type_id?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_pace_phone_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"team_phones_contact_id_fkey"`` ; `columns`: [``"person_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_person"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"team_phones_phone_type_id_fkey"`` ; `columns`: [``"phone_type_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_phone_type"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_phone_type`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_phone_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_pronoun_type`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_pronoun_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_qualification`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `credential_id`: ``null`` \| `string` ; `expiry_date`: ``null`` \| `string` ; `id`: `string` ; `institution`: ``null`` \| `string` ; `issued_date`: ``null`` \| `string` ; `member_id`: `string` ; `organisation_id`: `string` ; `title`: `string` ; `updated_at`: ``null`` \| `string` ; `verified`: ``null`` \| `boolean` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `credential_id?`: ``null`` \| `string` ; `expiry_date?`: ``null`` \| `string` ; `id?`: `string` ; `institution?`: ``null`` \| `string` ; `issued_date?`: ``null`` \| `string` ; `member_id`: `string` ; `organisation_id`: `string` ; `title`: `string` ; `updated_at?`: ``null`` \| `string` ; `verified?`: ``null`` \| `boolean` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `credential_id?`: ``null`` \| `string` ; `expiry_date?`: ``null`` \| `string` ; `id?`: `string` ; `institution?`: ``null`` \| `string` ; `issued_date?`: ``null`` \| `string` ; `member_id?`: `string` ; `organisation_id?`: `string` ; `title?`: `string` ; `updated_at?`: ``null`` \| `string` ; `verified?`: ``null`` \| `boolean` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_pace_qualification_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_qualification_member_id_fkey"`` ; `columns`: [``"member_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_member"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_role_type`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_role_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `public_rate_limits`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `identifier`: `string` ; `requests`: ``null`` \| `number` ; `updated_at`: ``null`` \| `string` ; `window_start`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `identifier`: `string` ; `requests?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `window_start?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `identifier?`: `string` ; `requests?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `window_start?`: ``null`` \| `string` } ; `Relationships`: [] } ; `pump_comms_log`: \{ `Row`: \{ `body`: `string` ; `clicks`: ``null`` \| `number` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `event_id`: ``null`` \| `string` ; `from_address`: ``null`` \| `string` ; `id`: `string` ; `opens`: ``null`` \| `number` ; `organisation_id`: `string` ; `recipients`: `Json` ; `reply_to_address`: ``null`` \| `string` ; `response_metadata`: `Json` ; `scheduled_at`: ``null`` \| `string` ; `sender_id`: `string` ; `sent_at`: ``null`` \| `string` ; `status`: `string` ; `subject`: ``null`` \| `string` ; `template_slug`: ``null`` \| `string` ; `type`: `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `body`: `string` ; `clicks?`: ``null`` \| `number` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `from_address?`: ``null`` \| `string` ; `id?`: `string` ; `opens?`: ``null`` \| `number` ; `organisation_id`: `string` ; `recipients`: `Json` ; `reply_to_address?`: ``null`` \| `string` ; `response_metadata?`: `Json` ; `scheduled_at?`: ``null`` \| `string` ; `sender_id`: `string` ; `sent_at?`: ``null`` \| `string` ; `status?`: `string` ; `subject?`: ``null`` \| `string` ; `template_slug?`: ``null`` \| `string` ; `type`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `body?`: `string` ; `clicks?`: ``null`` \| `number` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `from_address?`: ``null`` \| `string` ; `id?`: `string` ; `opens?`: ``null`` \| `number` ; `organisation_id?`: `string` ; `recipients?`: `Json` ; `reply_to_address?`: ``null`` \| `string` ; `response_metadata?`: `Json` ; `scheduled_at?`: ``null`` \| `string` ; `sender_id?`: `string` ; `sent_at?`: ``null`` \| `string` ; `status?`: `string` ; `subject?`: ``null`` \| `string` ; `template_slug?`: ``null`` \| `string` ; `type?`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [] } ; `pump_comms_template`: \{ `Row`: \{ `body`: `string` ; `created_at`: `string` ; `created_by`: `string` ; `id`: `string` ; `organisation_id`: `string` ; `slug`: `string` ; `subject`: ``null`` \| `string` ; `type`: `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `body`: `string` ; `created_at?`: `string` ; `created_by`: `string` ; `id?`: `string` ; `organisation_id`: `string` ; `slug`: `string` ; `subject?`: ``null`` \| `string` ; `type`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `body?`: `string` ; `created_at?`: `string` ; `created_by?`: `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `slug?`: `string` ; `subject?`: ``null`` \| `string` ; `type?`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [] } ; `pump_org_settings`: \{ `Row`: \{ `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `default_from_address`: ``null`` \| `string` ; `default_reply_to_address`: ``null`` \| `string` ; `email_footer_html`: ``null`` \| `string` ; `email_header_html`: ``null`` \| `string` ; `id`: `string` ; `organisation_id`: `string` ; `sms_from_number`: ``null`` \| `string` ; `sms_messaging_service_sid`: ``null`` \| `string` ; `sms_opt_out_footer`: ``null`` \| `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `default_from_address?`: ``null`` \| `string` ; `default_reply_to_address?`: ``null`` \| `string` ; `email_footer_html?`: ``null`` \| `string` ; `email_header_html?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id`: `string` ; `sms_from_number?`: ``null`` \| `string` ; `sms_messaging_service_sid?`: ``null`` \| `string` ; `sms_opt_out_footer?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `default_from_address?`: ``null`` \| `string` ; `default_reply_to_address?`: ``null`` \| `string` ; `email_footer_html?`: ``null`` \| `string` ; `email_header_html?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `sms_from_number?`: ``null`` \| `string` ; `sms_messaging_service_sid?`: ``null`` \| `string` ; `sms_opt_out_footer?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [] } ; `pump_scheduled_jobs`: \{ `Row`: \{ `attempts`: ``null`` \| `number` ; `comms_log_id`: `string` ; `created_at`: `string` ; `id`: `string` ; `last_error`: ``null`` \| `string` ; `scheduled_for`: `string` ; `status`: `string` ; `updated_at`: `string` } ; `Insert`: \{ `attempts?`: ``null`` \| `number` ; `comms_log_id`: `string` ; `created_at?`: `string` ; `id?`: `string` ; `last_error?`: ``null`` \| `string` ; `scheduled_for`: `string` ; `status?`: `string` ; `updated_at?`: `string` } ; `Update`: \{ `attempts?`: ``null`` \| `number` ; `comms_log_id?`: `string` ; `created_at?`: `string` ; `id?`: `string` ; `last_error?`: ``null`` \| `string` ; `scheduled_for?`: `string` ; `status?`: `string` ; `updated_at?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pump_scheduled_jobs_comms_log_id_fkey"`` ; `columns`: [``"comms_log_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pump_comms_log"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_app_pages`: \{ `Row`: \{ `app_id`: `string` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `id`: `string` ; `page_description`: ``null`` \| `string` ; `page_name`: `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `app_id`: `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `string` ; `page_description?`: ``null`` \| `string` ; `page_name`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `app_id?`: `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `string` ; `page_description?`: ``null`` \| `string` ; `page_name?`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_app_pages_app_id"`` ; `columns`: [``"app_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_apps"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_apps`: \{ `Row`: \{ `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `display_name`: `string` ; `id`: `string` ; `is_active`: ``null`` \| `boolean` ; `name`: `string` ; `organisation_id`: `string` ; `requires_event`: ``null`` \| `boolean` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `display_name`: `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `name`: `string` ; `organisation_id`: `string` ; `requires_event?`: ``null`` \| `boolean` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `display_name?`: `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `name?`: `string` ; `organisation_id?`: `string` ; `requires_event?`: ``null`` \| `boolean` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_apps_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_audit_events`: \{ `Row`: \{ `app_id`: ``null`` \| `string` ; `bypass`: ``null`` \| `boolean` ; `created_at`: ``null`` \| `string` ; `decision`: ``null`` \| `boolean` ; `duration_ms`: ``null`` \| `number` ; `event_id`: ``null`` \| `string` ; `event_type`: `string` ; `id`: `string` ; `metadata`: `Json` ; `organisation_id`: `string` ; `page_id`: ``null`` \| `string` ; `permission`: ``null`` \| `string` ; `source`: ``null`` \| `string` ; `user_id`: `string` } ; `Insert`: \{ `app_id?`: ``null`` \| `string` ; `bypass?`: ``null`` \| `boolean` ; `created_at?`: ``null`` \| `string` ; `decision?`: ``null`` \| `boolean` ; `duration_ms?`: ``null`` \| `number` ; `event_id?`: ``null`` \| `string` ; `event_type`: `string` ; `id?`: `string` ; `metadata?`: `Json` ; `organisation_id`: `string` ; `page_id?`: ``null`` \| `string` ; `permission?`: ``null`` \| `string` ; `source?`: ``null`` \| `string` ; `user_id`: `string` } ; `Update`: \{ `app_id?`: ``null`` \| `string` ; `bypass?`: ``null`` \| `boolean` ; `created_at?`: ``null`` \| `string` ; `decision?`: ``null`` \| `boolean` ; `duration_ms?`: ``null`` \| `number` ; `event_id?`: ``null`` \| `string` ; `event_type?`: `string` ; `id?`: `string` ; `metadata?`: `Json` ; `organisation_id?`: `string` ; `page_id?`: ``null`` \| `string` ; `permission?`: ``null`` \| `string` ; `source?`: ``null`` \| `string` ; `user_id?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_audit_events_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_auth_attempts`: \{ `Row`: \{ `attempt_time`: ``null`` \| `string` ; `attempts`: ``null`` \| `number` ; `created_at`: ``null`` \| `string` ; `identifier`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `window_start`: ``null`` \| `string` } ; `Insert`: \{ `attempt_time?`: ``null`` \| `string` ; `attempts?`: ``null`` \| `number` ; `created_at?`: ``null`` \| `string` ; `identifier`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `window_start?`: ``null`` \| `string` } ; `Update`: \{ `attempt_time?`: ``null`` \| `string` ; `attempts?`: ``null`` \| `number` ; `created_at?`: ``null`` \| `string` ; `identifier?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `window_start?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_auth_attempts_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_event_app_roles`: \{ `Row`: \{ `app_id`: `string` ; `event_id`: `string` ; `granted_at`: ``null`` \| `string` ; `granted_by`: ``null`` \| `string` ; `id`: `string` ; `organisation_id`: `string` ; `role`: ``"viewer"`` \| ``"participant"`` \| ``"planner"`` \| ``"event_admin"`` ; `status`: `string` ; `user_id`: `string` ; `valid_from`: ``null`` \| `string` ; `valid_to`: ``null`` \| `string` } ; `Insert`: \{ `app_id`: `string` ; `event_id`: `string` ; `granted_at?`: ``null`` \| `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id`: `string` ; `role`: ``"viewer"`` \| ``"participant"`` \| ``"planner"`` \| ``"event_admin"`` ; `status?`: `string` ; `user_id`: `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Update`: \{ `app_id?`: `string` ; `event_id?`: `string` ; `granted_at?`: ``null`` \| `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `role?`: ``"viewer"`` \| ``"participant"`` \| ``"planner"`` \| ``"event_admin"`` ; `status?`: `string` ; `user_id?`: `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_rbac_event_app_roles_app_id"`` ; `columns`: [``"app_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_apps"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_event_app_roles_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"rbac_event_app_roles_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_function_backup`: \{ `Row`: \{ `backup_reason`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `function_definition`: `string` ; `function_name`: `string` ; `id`: `string` } ; `Insert`: \{ `backup_reason?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `function_definition`: `string` ; `function_name`: `string` ; `id?`: `string` } ; `Update`: \{ `backup_reason?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `function_definition?`: `string` ; `function_name?`: `string` ; `id?`: `string` } ; `Relationships`: [] } ; `rbac_global_roles`: \{ `Row`: \{ `granted_at`: ``null`` \| `string` ; `granted_by`: ``null`` \| `string` ; `id`: `string` ; `organisation_id`: `string` ; `role`: ``"super_admin"`` ; `user_id`: `string` ; `valid_from`: ``null`` \| `string` ; `valid_to`: ``null`` \| `string` } ; `Insert`: \{ `granted_at?`: ``null`` \| `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id`: `string` ; `role`: ``"super_admin"`` ; `user_id`: `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Update`: \{ `granted_at?`: ``null`` \| `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `role?`: ``"super_admin"`` ; `user_id?`: `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_global_roles_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_organisation_roles`: \{ `Row`: \{ `created_at`: `string` ; `granted_at`: `string` ; `granted_by`: ``null`` \| `string` ; `id`: `string` ; `notes`: ``null`` \| `string` ; `organisation_id`: `string` ; `revoked_at`: ``null`` \| `string` ; `revoked_by`: ``null`` \| `string` ; `role`: ``"org_admin"`` \| ``"leader"`` \| ``"member"`` \| ``"supporter"`` ; `status`: `string` ; `updated_at`: `string` ; `user_id`: `string` ; `valid_from`: ``null`` \| `string` ; `valid_to`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: `string` ; `granted_at?`: `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id`: `string` ; `revoked_at?`: ``null`` \| `string` ; `revoked_by?`: ``null`` \| `string` ; `role`: ``"org_admin"`` \| ``"leader"`` \| ``"member"`` \| ``"supporter"`` ; `status?`: `string` ; `updated_at?`: `string` ; `user_id`: `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: `string` ; `granted_at?`: `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `revoked_at?`: ``null`` \| `string` ; `revoked_by?`: ``null`` \| `string` ; `role?`: ``"org_admin"`` \| ``"leader"`` \| ``"member"`` \| ``"supporter"`` ; `status?`: `string` ; `updated_at?`: `string` ; `user_id?`: `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_organisation_roles_new_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"user_id"``] }] } ; `rbac_page_permissions`: \{ `Row`: \{ `allowed`: `boolean` ; `app_page_id`: `string` ; `created_at`: ``null`` \| `string` ; `id`: `string` ; `operation`: `string` ; `organisation_id`: `string` ; `role_name`: `string` ; `updated_at`: ``null`` \| `string` } ; `Insert`: \{ `allowed?`: `boolean` ; `app_page_id`: `string` ; `created_at?`: ``null`` \| `string` ; `id?`: `string` ; `operation`: `string` ; `organisation_id`: `string` ; `role_name`: `string` ; `updated_at?`: ``null`` \| `string` } ; `Update`: \{ `allowed?`: `boolean` ; `app_page_id?`: `string` ; `created_at?`: ``null`` \| `string` ; `id?`: `string` ; `operation?`: `string` ; `organisation_id?`: `string` ; `role_name?`: `string` ; `updated_at?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_rbac_page_permissions_app_page_id"`` ; `columns`: [``"app_page_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_app_pages"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_page_permissions_app_page_id_fkey"`` ; `columns`: [``"app_page_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_app_pages"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_page_permissions_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_policy_audit`: \{ `Row`: \{ `action`: `string` ; `changed_at`: ``null`` \| `string` ; `changed_by`: ``null`` \| `string` ; `error_message`: ``null`` \| `string` ; `id`: `string` ; `new_policy_sql`: ``null`` \| `string` ; `old_policy_sql`: ``null`` \| `string` ; `operation`: `string` ; `policy_name`: `string` ; `success`: `boolean` ; `table_name`: `string` } ; `Insert`: \{ `action`: `string` ; `changed_at?`: ``null`` \| `string` ; `changed_by?`: ``null`` \| `string` ; `error_message?`: ``null`` \| `string` ; `id?`: `string` ; `new_policy_sql?`: ``null`` \| `string` ; `old_policy_sql?`: ``null`` \| `string` ; `operation`: `string` ; `policy_name`: `string` ; `success?`: `boolean` ; `table_name`: `string` } ; `Update`: \{ `action?`: `string` ; `changed_at?`: ``null`` \| `string` ; `changed_by?`: ``null`` \| `string` ; `error_message?`: ``null`` \| `string` ; `id?`: `string` ; `new_policy_sql?`: ``null`` \| `string` ; `old_policy_sql?`: ``null`` \| `string` ; `operation?`: `string` ; `policy_name?`: `string` ; `success?`: `boolean` ; `table_name?`: `string` } ; `Relationships`: [] } ; `rbac_policy_configs`: \{ `Row`: \{ `app_name`: `string` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `event_column`: ``null`` \| `string` ; `id`: `string` ; `is_active`: `boolean` ; `operations`: `string`[] ; `organisation_column`: `string` ; `page_name`: `string` ; `table_name`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `app_name?`: `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `event_column?`: ``null`` \| `string` ; `id?`: `string` ; `is_active?`: `boolean` ; `operations?`: `string`[] ; `organisation_column?`: `string` ; `page_name`: `string` ; `table_name`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `app_name?`: `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `event_column?`: ``null`` \| `string` ; `id?`: `string` ; `is_active?`: `boolean` ; `operations?`: `string`[] ; `organisation_column?`: `string` ; `page_name?`: `string` ; `table_name?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [] } ; `rbac_user_login_history`: \{ `Row`: \{ `app_id`: ``null`` \| `string` ; `email`: `string` ; `event_id`: ``null`` \| `string` ; `id`: `string` ; `ip_address`: ``null`` \| `string` ; `login_timestamp`: `string` ; `organisation_id`: `string` ; `session_id`: `string` ; `user_agent`: ``null`` \| `string` ; `user_id`: `string` } ; `Insert`: \{ `app_id?`: ``null`` \| `string` ; `email`: `string` ; `event_id?`: ``null`` \| `string` ; `id?`: `string` ; `ip_address?`: ``null`` \| `string` ; `login_timestamp?`: `string` ; `organisation_id`: `string` ; `session_id`: `string` ; `user_agent?`: ``null`` \| `string` ; `user_id`: `string` } ; `Update`: \{ `app_id?`: ``null`` \| `string` ; `email?`: `string` ; `event_id?`: ``null`` \| `string` ; `id?`: `string` ; `ip_address?`: ``null`` \| `string` ; `login_timestamp?`: `string` ; `organisation_id?`: `string` ; `session_id?`: `string` ; `user_agent?`: ``null`` \| `string` ; `user_id?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_user_login_history_event"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"fk_user_login_history_user_profiles"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_user_login_history_user_profiles"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_user_login_history_user_profiles"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"user_id"``] }] } ; `rbac_user_profiles`: \{ `Row`: \{ `created_at`: `string` ; `email`: `string` ; `full_name`: ``null`` \| `string` ; `id`: `string` ; `organisation_id`: ``null`` \| `string` ; `updated_at`: `string` } ; `Insert`: \{ `created_at?`: `string` ; `email`: `string` ; `full_name?`: ``null`` \| `string` ; `id`: `string` ; `organisation_id?`: ``null`` \| `string` ; `updated_at?`: `string` } ; `Update`: \{ `created_at?`: `string` ; `email?`: `string` ; `full_name?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id?`: ``null`` \| `string` ; `updated_at?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_user_profiles_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_user_sessions`: \{ `Row`: \{ `app_id`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `device_fingerprint`: ``null`` \| `string` ; `event_id`: ``null`` \| `string` ; `expires_at`: ``null`` \| `string` ; `id`: `string` ; `ip_address`: `unknown` ; `is_valid`: ``null`` \| `boolean` ; `metadata`: `Json` ; `organisation_id`: `string` ; `session_type`: `string` ; `user_agent`: ``null`` \| `string` ; `user_id`: `string` } ; `Insert`: \{ `app_id?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `device_fingerprint?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `expires_at?`: ``null`` \| `string` ; `id?`: `string` ; `ip_address?`: `unknown` ; `is_valid?`: ``null`` \| `boolean` ; `metadata?`: `Json` ; `organisation_id`: `string` ; `session_type`: `string` ; `user_agent?`: ``null`` \| `string` ; `user_id`: `string` } ; `Update`: \{ `app_id?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `device_fingerprint?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `expires_at?`: ``null`` \| `string` ; `id?`: `string` ; `ip_address?`: `unknown` ; `is_valid?`: ``null`` \| `boolean` ; `metadata?`: `Json` ; `organisation_id?`: `string` ; `session_type?`: `string` ; `user_agent?`: ``null`` \| `string` ; `user_id?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_user_sessions_app_id_fkey"`` ; `columns`: [``"app_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_apps"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_user_sessions_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"rbac_user_sessions_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `team_internal_notes`: \{ `Row`: \{ `created_at`: `string` ; `created_by`: `string` ; `description`: `string` ; `id`: `string` ; `member_id`: `string` ; `organisation_id`: `string` ; `sensitivity`: ``"low"`` \| ``"medium"`` \| ``"high"`` ; `show_to_user`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` } ; `Insert`: \{ `created_at?`: `string` ; `created_by?`: `string` ; `description`: `string` ; `id?`: `string` ; `member_id`: `string` ; `organisation_id`: `string` ; `sensitivity?`: ``"low"`` \| ``"medium"`` \| ``"high"`` ; `show_to_user?`: `boolean` ; `updated_at?`: `string` ; `updated_by?`: `string` } ; `Update`: \{ `created_at?`: `string` ; `created_by?`: `string` ; `description?`: `string` ; `id?`: `string` ; `member_id?`: `string` ; `organisation_id?`: `string` ; `sensitivity?`: ``"low"`` \| ``"medium"`` \| ``"high"`` ; `show_to_user?`: `boolean` ; `updated_at?`: `string` ; `updated_by?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"internal_notes_member_id_fkey"`` ; `columns`: [``"member_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_member"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"team_internal_notes_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `team_unit`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `deleted_at`: ``null`` \| `string` ; `id`: `string` ; `name`: `string` ; `organisation_id`: `string` ; `parent_id`: ``null`` \| `string` ; `type`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `id?`: `string` ; `name`: `string` ; `organisation_id`: `string` ; `parent_id?`: ``null`` \| `string` ; `type`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `id?`: `string` ; `name?`: `string` ; `organisation_id?`: `string` ; `parent_id?`: ``null`` \| `string` ; `type?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"team_organizational_units_parent_id_fkey"`` ; `columns`: [``"parent_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"team_unit"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"team_unit_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_accommodation`: \{ `Row`: \{ `booking_reference`: ``null`` \| `string` ; `check_in_time`: `string` ; `check_out_time`: `string` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `currency`: ``null`` \| `string` ; `event_id`: `string` ; `group_cost`: ``null`` \| `number` ; `id`: `string` ; `individual_cost`: ``null`` \| `number` ; `location_coords`: `Json` ; `location_display_name`: ``null`` \| `string` ; `location_place_id`: ``null`` \| `string` ; `location_short_address`: ``null`` \| `string` ; `location_timezone`: ``null`` \| `string` ; `name`: `string` ; `notes`: ``null`` \| `string` ; `organisation_id`: `string` ; `status`: ``null`` \| `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `booking_reference?`: ``null`` \| `string` ; `check_in_time`: `string` ; `check_out_time`: `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `currency?`: ``null`` \| `string` ; `event_id`: `string` ; `group_cost?`: ``null`` \| `number` ; `id?`: `string` ; `individual_cost?`: ``null`` \| `number` ; `location_coords?`: `Json` ; `location_display_name?`: ``null`` \| `string` ; `location_place_id?`: ``null`` \| `string` ; `location_short_address?`: ``null`` \| `string` ; `location_timezone?`: ``null`` \| `string` ; `name`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id`: `string` ; `status?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `booking_reference?`: ``null`` \| `string` ; `check_in_time?`: `string` ; `check_out_time?`: `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `currency?`: ``null`` \| `string` ; `event_id?`: `string` ; `group_cost?`: ``null`` \| `number` ; `id?`: `string` ; `individual_cost?`: ``null`` \| `number` ; `location_coords?`: `Json` ; `location_display_name?`: ``null`` \| `string` ; `location_place_id?`: ``null`` \| `string` ; `location_short_address?`: ``null`` \| `string` ; `location_timezone?`: ``null`` \| `string` ; `name?`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `status?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_trac_accommodation_event_id"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_accommodation_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_activity`: \{ `Row`: \{ `booking_reference`: ``null`` \| `string` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `currency`: ``null`` \| `string` ; `event_id`: `string` ; `finish_location_coords`: `Json` ; `finish_location_display_name`: ``null`` \| `string` ; `finish_location_place_id`: ``null`` \| `string` ; `finish_location_short_address`: ``null`` \| `string` ; `finish_location_timezone`: ``null`` \| `string` ; `finish_time`: `string` ; `group_cost`: ``null`` \| `number` ; `id`: `string` ; `individual_cost`: ``null`` \| `number` ; `name`: `string` ; `notes`: ``null`` \| `string` ; `organisation_id`: `string` ; `start_location_coords`: `Json` ; `start_location_display_name`: ``null`` \| `string` ; `start_location_place_id`: ``null`` \| `string` ; `start_location_short_address`: ``null`` \| `string` ; `start_location_timezone`: ``null`` \| `string` ; `start_time`: `string` ; `status`: ``null`` \| `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `booking_reference?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `currency?`: ``null`` \| `string` ; `event_id`: `string` ; `finish_location_coords?`: `Json` ; `finish_location_display_name?`: ``null`` \| `string` ; `finish_location_place_id?`: ``null`` \| `string` ; `finish_location_short_address?`: ``null`` \| `string` ; `finish_location_timezone?`: ``null`` \| `string` ; `finish_time`: `string` ; `group_cost?`: ``null`` \| `number` ; `id?`: `string` ; `individual_cost?`: ``null`` \| `number` ; `name`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id`: `string` ; `start_location_coords?`: `Json` ; `start_location_display_name?`: ``null`` \| `string` ; `start_location_place_id?`: ``null`` \| `string` ; `start_location_short_address?`: ``null`` \| `string` ; `start_location_timezone?`: ``null`` \| `string` ; `start_time`: `string` ; `status?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `booking_reference?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `currency?`: ``null`` \| `string` ; `event_id?`: `string` ; `finish_location_coords?`: `Json` ; `finish_location_display_name?`: ``null`` \| `string` ; `finish_location_place_id?`: ``null`` \| `string` ; `finish_location_short_address?`: ``null`` \| `string` ; `finish_location_timezone?`: ``null`` \| `string` ; `finish_time?`: `string` ; `group_cost?`: ``null`` \| `number` ; `id?`: `string` ; `individual_cost?`: ``null`` \| `number` ; `name?`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `start_location_coords?`: `Json` ; `start_location_display_name?`: ``null`` \| `string` ; `start_location_place_id?`: ``null`` \| `string` ; `start_location_short_address?`: ``null`` \| `string` ; `start_location_timezone?`: ``null`` \| `string` ; `start_time?`: `string` ; `status?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_trac_activity_event_id"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_activity_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_activity_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_attachments`: \{ `Row`: \{ `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `id`: `string` ; `item_id`: `string` ; `item_type`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `id?`: `string` ; `item_id`: `string` ; `item_type`: `string` ; `organisation_id`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `id?`: `string` ; `item_id?`: `string` ; `item_type?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"trac_attachments_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_contacts`: \{ `Row`: \{ `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `email_address`: ``null`` \| `string` ; `event_id`: `string` ; `first_name`: `string` ; `id`: `string` ; `organisation_id`: `string` ; `phone_number`: ``null`` \| `string` ; `role`: ``null`` \| `string` ; `surname`: `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `email_address?`: ``null`` \| `string` ; `event_id`: `string` ; `first_name`: `string` ; `id?`: `string` ; `organisation_id`: `string` ; `phone_number?`: ``null`` \| `string` ; `role?`: ``null`` \| `string` ; `surname`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `email_address?`: ``null`` \| `string` ; `event_id?`: `string` ; `first_name?`: `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `phone_number?`: ``null`` \| `string` ; `role?`: ``null`` \| `string` ; `surname?`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_trac_contacts_event_id"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_contacts_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_currency_rates`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `currency_code`: `string` ; `event_id`: `string` ; `exchange_rate`: `number` ; `id`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `currency_code`: `string` ; `event_id`: `string` ; `exchange_rate`: `number` ; `id?`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `currency_code?`: `string` ; `event_id?`: `string` ; `exchange_rate?`: `number` ; `id?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_trac_currency_rates_event_id"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_currency_rates_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_currency_rates_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_journal_images`: \{ `Row`: \{ `created_at`: `string` ; `created_by`: `string` ; `id`: `string` ; `organisation_id`: `string` ; `post_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: `string` ; `created_by`: `string` ; `id?`: `string` ; `organisation_id`: `string` ; `post_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: `string` ; `created_by?`: `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `post_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_trac_journal_images_created_by"`` ; `columns`: [``"created_by"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_trac_journal_images_created_by"`` ; `columns`: [``"created_by"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_trac_journal_images_created_by"`` ; `columns`: [``"created_by"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"user_id"``] }, \{ `foreignKeyName`: ``"fk_trac_journal_images_updated_by"`` ; `columns`: [``"updated_by"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_user_profiles"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_journal_posts`: \{ `Row`: \{ `content`: `string` ; `created_at`: `string` ; `created_by`: `string` ; `event_id`: `string` ; `id`: `string` ; `organisation_id`: `string` ; `status`: ``"draft"`` \| ``"published"`` ; `title`: `string` ; `updated_at`: `string` ; `updated_by`: `string` } ; `Insert`: \{ `content`: `string` ; `created_at?`: `string` ; `created_by`: `string` ; `event_id`: `string` ; `id?`: `string` ; `organisation_id`: `string` ; `status?`: ``"draft"`` \| ``"published"`` ; `title`: `string` ; `updated_at?`: `string` ; `updated_by`: `string` } ; `Update`: \{ `content?`: `string` ; `created_at?`: `string` ; `created_by?`: `string` ; `event_id?`: `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `status?`: ``"draft"`` \| ``"published"`` ; `title?`: `string` ; `updated_at?`: `string` ; `updated_by?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_trac_journal_posts_created_by"`` ; `columns`: [``"created_by"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_trac_journal_posts_created_by"`` ; `columns`: [``"created_by"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_trac_journal_posts_created_by"`` ; `columns`: [``"created_by"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"user_id"``] }, \{ `foreignKeyName`: ``"fk_trac_journal_posts_event_id"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }] } ; `trac_location_cache`: \{ `Row`: \{ `city`: ``null`` \| `string` ; `coordinates`: `Json` ; `country`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `display_name`: ``null`` \| `string` ; `last_updated`: ``null`` \| `string` ; `organisation_id`: `string` ; `place_id`: `string` ; `short_address`: ``null`` \| `string` ; `timezoneid`: ``null`` \| `string` } ; `Insert`: \{ `city?`: ``null`` \| `string` ; `coordinates?`: `Json` ; `country?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `display_name?`: ``null`` \| `string` ; `last_updated?`: ``null`` \| `string` ; `organisation_id`: `string` ; `place_id`: `string` ; `short_address?`: ``null`` \| `string` ; `timezoneid?`: ``null`` \| `string` } ; `Update`: \{ `city?`: ``null`` \| `string` ; `coordinates?`: `Json` ; `country?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `display_name?`: ``null`` \| `string` ; `last_updated?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `place_id?`: `string` ; `short_address?`: ``null`` \| `string` ; `timezoneid?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"trac_location_cache_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_risks`: \{ `Row`: \{ `comment`: ``null`` \| `string` ; `consequence_after`: ``"Insignificant"`` \| ``"Minor"`` \| ``"Significant"`` \| ``"Major"`` \| ``"Severe"`` ; `consequence_before`: ``"Insignificant"`` \| ``"Minor"`` \| ``"Significant"`` \| ``"Major"`` \| ``"Severe"`` ; `control`: ``null`` \| `string` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `event_id`: `string` ; `id`: `string` ; `impact_after`: `number` ; `impact_before`: `number` ; `likelihood_after`: ``"Rare"`` \| ``"Unlikely"`` \| ``"Possible"`` \| ``"Likely"`` \| ``"Almost certain"`` ; `likelihood_before`: ``"Rare"`` \| ``"Unlikely"`` \| ``"Possible"`` \| ``"Likely"`` \| ``"Almost certain"`` ; `organisation_id`: `string` ; `response`: ``null`` \| `string` ; `responsible_contact_id`: ``null`` \| `string` ; `risk`: `string` ; `status`: ``"Planned"`` \| ``"In progress"`` \| ``"Complete"`` ; `type`: ``"Transport"`` \| ``"Accommodation"`` \| ``"Activity"`` \| ``"Financial"`` \| ``"Medical/Welfare"`` \| ``"Operational"`` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` ; `when`: ``"Prior"`` \| ``"During"`` } ; `Insert`: \{ `comment?`: ``null`` \| `string` ; `consequence_after`: ``"Insignificant"`` \| ``"Minor"`` \| ``"Significant"`` \| ``"Major"`` \| ``"Severe"`` ; `consequence_before`: ``"Insignificant"`` \| ``"Minor"`` \| ``"Significant"`` \| ``"Major"`` \| ``"Severe"`` ; `control?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `event_id`: `string` ; `id?`: `string` ; `impact_after`: `number` ; `impact_before`: `number` ; `likelihood_after`: ``"Rare"`` \| ``"Unlikely"`` \| ``"Possible"`` \| ``"Likely"`` \| ``"Almost certain"`` ; `likelihood_before`: ``"Rare"`` \| ``"Unlikely"`` \| ``"Possible"`` \| ``"Likely"`` \| ``"Almost certain"`` ; `organisation_id`: `string` ; `response?`: ``null`` \| `string` ; `responsible_contact_id?`: ``null`` \| `string` ; `risk`: `string` ; `status?`: ``"Planned"`` \| ``"In progress"`` \| ``"Complete"`` ; `type`: ``"Transport"`` \| ``"Accommodation"`` \| ``"Activity"`` \| ``"Financial"`` \| ``"Medical/Welfare"`` \| ``"Operational"`` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` ; `when`: ``"Prior"`` \| ``"During"`` } ; `Update`: \{ `comment?`: ``null`` \| `string` ; `consequence_after?`: ``"Insignificant"`` \| ``"Minor"`` \| ``"Significant"`` \| ``"Major"`` \| ``"Severe"`` ; `consequence_before?`: ``"Insignificant"`` \| ``"Minor"`` \| ``"Significant"`` \| ``"Major"`` \| ``"Severe"`` ; `control?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `event_id?`: `string` ; `id?`: `string` ; `impact_after?`: `number` ; `impact_before?`: `number` ; `likelihood_after?`: ``"Rare"`` \| ``"Unlikely"`` \| ``"Possible"`` \| ``"Likely"`` \| ``"Almost certain"`` ; `likelihood_before?`: ``"Rare"`` \| ``"Unlikely"`` \| ``"Possible"`` \| ``"Likely"`` \| ``"Almost certain"`` ; `organisation_id?`: `string` ; `response?`: ``null`` \| `string` ; `responsible_contact_id?`: ``null`` \| `string` ; `risk?`: `string` ; `status?`: ``"Planned"`` \| ``"In progress"`` \| ``"Complete"`` ; `type?`: ``"Transport"`` \| ``"Accommodation"`` \| ``"Activity"`` \| ``"Financial"`` \| ``"Medical/Welfare"`` \| ``"Operational"`` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` ; `when?`: ``"Prior"`` \| ``"During"`` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_trac_risks_event_id"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_risks_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"trac_risks_responsible_contact_id_fkey"`` ; `columns`: [``"responsible_contact_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"trac_contacts"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_transport`: \{ `Row`: \{ `arrival_coords`: `Json` ; `arrival_display_name`: ``null`` \| `string` ; `arrival_place_id`: ``null`` \| `string` ; `arrival_short_address`: ``null`` \| `string` ; `arrival_time`: `string` ; `arrival_timezone`: ``null`` \| `string` ; `booking_reference`: ``null`` \| `string` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `currency`: ``null`` \| `string` ; `departure_coords`: `Json` ; `departure_display_name`: ``null`` \| `string` ; `departure_place_id`: ``null`` \| `string` ; `departure_short_address`: ``null`` \| `string` ; `departure_time`: `string` ; `departure_timezone`: ``null`` \| `string` ; `event_id`: `string` ; `group_cost`: ``null`` \| `number` ; `id`: `string` ; `individual_cost`: ``null`` \| `number` ; `mode`: `string` ; `notes`: ``null`` \| `string` ; `organisation_id`: `string` ; `status`: ``null`` \| `string` ; `transport_number`: ``null`` \| `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `arrival_coords?`: `Json` ; `arrival_display_name?`: ``null`` \| `string` ; `arrival_place_id?`: ``null`` \| `string` ; `arrival_short_address?`: ``null`` \| `string` ; `arrival_time`: `string` ; `arrival_timezone?`: ``null`` \| `string` ; `booking_reference?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `currency?`: ``null`` \| `string` ; `departure_coords?`: `Json` ; `departure_display_name?`: ``null`` \| `string` ; `departure_place_id?`: ``null`` \| `string` ; `departure_short_address?`: ``null`` \| `string` ; `departure_time`: `string` ; `departure_timezone?`: ``null`` \| `string` ; `event_id`: `string` ; `group_cost?`: ``null`` \| `number` ; `id?`: `string` ; `individual_cost?`: ``null`` \| `number` ; `mode`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id`: `string` ; `status?`: ``null`` \| `string` ; `transport_number?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `arrival_coords?`: `Json` ; `arrival_display_name?`: ``null`` \| `string` ; `arrival_place_id?`: ``null`` \| `string` ; `arrival_short_address?`: ``null`` \| `string` ; `arrival_time?`: `string` ; `arrival_timezone?`: ``null`` \| `string` ; `booking_reference?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `currency?`: ``null`` \| `string` ; `departure_coords?`: `Json` ; `departure_display_name?`: ``null`` \| `string` ; `departure_place_id?`: ``null`` \| `string` ; `departure_short_address?`: ``null`` \| `string` ; `departure_time?`: `string` ; `departure_timezone?`: ``null`` \| `string` ; `event_id?`: `string` ; `group_cost?`: ``null`` \| `number` ; `id?`: `string` ; `individual_cost?`: ``null`` \| `number` ; `mode?`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `status?`: ``null`` \| `string` ; `transport_number?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_trac_transport_event_id"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_transport_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_transport_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } } ; `Views`: \{ `file_references_summary`: \{ `Row`: \{ `category`: ``null`` \| `string` ; `file_count`: ``null`` \| `number` ; `private_count`: ``null`` \| `number` ; `public_count`: ``null`` \| `number` ; `table_name`: ``null`` \| `string` } ; `Relationships`: [] } ; `organisation_memberships`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: ``null`` \| `string` ; `is_primary`: ``null`` \| `boolean` ; `joined_at`: ``null`` \| `string` ; `organisation_id`: ``null`` \| `string` ; `status`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` ; `user_id`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: ``null`` \| `string` ; `is_primary?`: `undefined` ; `joined_at?`: ``null`` \| `string` ; `organisation_id?`: ``null`` \| `string` ; `status?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: ``null`` \| `string` ; `is_primary?`: `undefined` ; `joined_at?`: ``null`` \| `string` ; `organisation_id?`: ``null`` \| `string` ; `status?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_organisation_roles_new_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"user_id"``] }] } ; `pace_field_list`: \{ `Row`: \{ `field_name`: `unknown` ; `field_type`: ``null`` \| `string` ; `is_nullable`: ``null`` \| `string` ; `ordinal_position`: ``null`` \| `number` ; `table_name`: `unknown` } ; `Relationships`: [] } ; `rbac_active_event_app_roles`: \{ `Row`: \{ `app_id`: ``null`` \| `string` ; `event_id`: ``null`` \| `string` ; `granted_at`: ``null`` \| `string` ; `granted_by`: ``null`` \| `string` ; `id`: ``null`` \| `string` ; `organisation_id`: ``null`` \| `string` ; `role`: ``null`` \| ``"viewer"`` \| ``"participant"`` \| ``"planner"`` \| ``"event_admin"`` ; `user_id`: ``null`` \| `string` ; `valid_from`: ``null`` \| `string` ; `valid_to`: ``null`` \| `string` } ; `Insert`: \{ `app_id?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `granted_at?`: ``null`` \| `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: ``null`` \| `string` ; `organisation_id?`: ``null`` \| `string` ; `role?`: ``null`` \| ``"viewer"`` \| ``"participant"`` \| ``"planner"`` \| ``"event_admin"`` ; `user_id?`: ``null`` \| `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Update`: \{ `app_id?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `granted_at?`: ``null`` \| `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: ``null`` \| `string` ; `organisation_id?`: ``null`` \| `string` ; `role?`: ``null`` \| ``"viewer"`` \| ``"participant"`` \| ``"planner"`` \| ``"event_admin"`` ; `user_id?`: ``null`` \| `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_rbac_event_app_roles_app_id"`` ; `columns`: [``"app_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_apps"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_event_app_roles_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"rbac_event_app_roles_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_active_organisation_roles`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `granted_at`: ``null`` \| `string` ; `granted_by`: ``null`` \| `string` ; `id`: ``null`` \| `string` ; `notes`: ``null`` \| `string` ; `organisation_id`: ``null`` \| `string` ; `revoked_at`: ``null`` \| `string` ; `revoked_by`: ``null`` \| `string` ; `role`: ``null`` \| ``"org_admin"`` \| ``"leader"`` \| ``"member"`` \| ``"supporter"`` ; `status`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `user_id`: ``null`` \| `string` ; `valid_from`: ``null`` \| `string` ; `valid_to`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `granted_at?`: ``null`` \| `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: ``null`` \| `string` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: ``null`` \| `string` ; `revoked_at?`: ``null`` \| `string` ; `revoked_by?`: ``null`` \| `string` ; `role?`: ``null`` \| ``"org_admin"`` \| ``"leader"`` \| ``"member"`` \| ``"supporter"`` ; `status?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `granted_at?`: ``null`` \| `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: ``null`` \| `string` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: ``null`` \| `string` ; `revoked_at?`: ``null`` \| `string` ; `revoked_by?`: ``null`` \| `string` ; `role?`: ``null`` \| ``"org_admin"`` \| ``"leader"`` \| ``"member"`` \| ``"supporter"`` ; `status?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_organisation_roles_new_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"user_id"``] }] } ; `user_organisation_memberships`: \{ `Row`: \{ `organisation_id`: ``null`` \| `string` ; `user_id`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_organisation_roles_new_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"user_id"``] }] } ; `user_profiles`: \{ `Row`: \{ `avatar_url`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `display_name`: ``null`` \| `string` ; `email`: ``null`` \| `string` ; `id`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `user_id`: ``null`` \| `string` } ; `Insert`: \{ `avatar_url?`: `undefined` ; `created_at?`: ``null`` \| `string` ; `display_name?`: ``null`` \| `string` ; `email?`: ``null`` \| `string` ; `id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Update`: \{ `avatar_url?`: `undefined` ; `created_at?`: ``null`` \| `string` ; `display_name?`: ``null`` \| `string` ; `email?`: ``null`` \| `string` ; `id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Relationships`: [] } } ; `Functions`: \{ `add_geo_columns_to_transport_tables`: \{ `Args`: `never` ; `Returns`: `undefined` } ; `app_cake_delivery_upsert`: \{ `Args`: \{ `p_collection_date`: `string` ; `p_delivery_address?`: `string` ; `p_delivery_date`: `string` ; `p_delivery_id?`: `string` ; `p_delivery_notes?`: `string` ; `p_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_supplier_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `delivery_id`: `string` ; `error_code`: `string` ; `message`: `string` ; `success`: `boolean` }[] } \| \{ `Args`: \{ `p_collection_date`: `string` ; `p_delivery_address?`: `string` ; `p_delivery_date`: `string` ; `p_delivery_id?`: `string` ; `p_delivery_notes?`: `string` ; `p_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_supplier_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `delivery_address`: `string` ; `delivery_date`: `string` ; `delivery_event_id`: `string` ; `delivery_id`: `string` ; `delivery_notes`: `string` ; `delivery_supplier_id`: `string` ; `delivery_unitcollectiondate`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `supplier_name`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_diner_create`: \{ `Args`: \{ `p_diner_adult?`: `number` ; `p_diner_diettype_id`: `string` ; `p_diner_unit_id`: `string` ; `p_diner_youth?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `diettype_code`: `string` ; `diettype_description`: `string` ; `diettype_name`: `string` ; `diner_adult`: `number` ; `diner_diettype_id`: `string` ; `diner_id`: `string` ; `diner_unit_id`: `string` ; `diner_youth`: `number` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_diner_update`: \{ `Args`: \{ `p_diner_adult?`: `number` ; `p_diner_diettype_id?`: `string` ; `p_diner_id`: `string` ; `p_diner_youth?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `diettype_code`: `string` ; `diettype_description`: `string` ; `diettype_name`: `string` ; `diner_adult`: `number` ; `diner_diettype_id`: `string` ; `diner_id`: `string` ; `diner_unit_id`: `string` ; `diner_youth`: `number` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_dish_create`: \{ `Args`: \{ `p_dish_code`: `string` ; `p_dish_description?`: `string` ; `p_dish_dietnote?`: `string` ; `p_dish_equipment?`: `string` ; `p_dish_event_id`: `string` ; `p_dish_mealtype_id`: `string` ; `p_dish_name`: `string` ; `p_dish_prep?`: `string` ; `p_dish_step1?`: `string` ; `p_dish_step2?`: `string` ; `p_dish_step3?`: `string` ; `p_dish_step4?`: `string` ; `p_dish_step5?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `dish_code`: `string` ; `dish_description`: `string` ; `dish_dietnote`: `string` ; `dish_equipment`: `string` ; `dish_event_id`: `string` ; `dish_id`: `string` ; `dish_mealtype_id`: `string` ; `dish_name`: `string` ; `dish_prep`: `string` ; `dish_step1`: `string` ; `dish_step2`: `string` ; `dish_step3`: `string` ; `dish_step4`: `string` ; `dish_step5`: `string` ; `mealtype_name`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_dish_delete`: \{ `Args`: \{ `p_dish_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `dish_code`: `string` ; `dish_description`: `string` ; `dish_dietnote`: `string` ; `dish_equipment`: `string` ; `dish_event_id`: `string` ; `dish_id`: `string` ; `dish_mealtype_id`: `string` ; `dish_name`: `string` ; `dish_prep`: `string` ; `dish_step1`: `string` ; `dish_step2`: `string` ; `dish_step3`: `string` ; `dish_step4`: `string` ; `dish_step5`: `string` ; `mealtype_name`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_dish_update`: \{ `Args`: \{ `p_dish_code?`: `string` ; `p_dish_description?`: `string` ; `p_dish_dietnote?`: `string` ; `p_dish_equipment?`: `string` ; `p_dish_id`: `string` ; `p_dish_mealtype_id?`: `string` ; `p_dish_name?`: `string` ; `p_dish_prep?`: `string` ; `p_dish_step1?`: `string` ; `p_dish_step2?`: `string` ; `p_dish_step3?`: `string` ; `p_dish_step4?`: `string` ; `p_dish_step5?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `dish_code`: `string` ; `dish_description`: `string` ; `dish_dietnote`: `string` ; `dish_equipment`: `string` ; `dish_event_id`: `string` ; `dish_id`: `string` ; `dish_mealtype_id`: `string` ; `dish_name`: `string` ; `dish_prep`: `string` ; `dish_step1`: `string` ; `dish_step2`: `string` ; `dish_step3`: `string` ; `dish_step4`: `string` ; `dish_step5`: `string` ; `mealtype_name`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_item_create`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_item_brand`: `string` ; `p_item_diet_dairyfree?`: `string` ; `p_item_diet_diabetic?`: `string` ; `p_item_diet_eggfree?`: `string` ; `p_item_diet_glutenfree?`: `string` ; `p_item_diet_halal?`: `string` ; `p_item_diet_kosher?`: `string` ; `p_item_diet_lactosefree?`: `string` ; `p_item_diet_lowfodmap?`: `string` ; `p_item_diet_lowfructose?`: `string` ; `p_item_diet_porkfree?`: `string` ; `p_item_diet_redmeatfree?`: `string` ; `p_item_diet_vegan?`: `string` ; `p_item_diet_vegetarian?`: `string` ; `p_item_distribution?`: `string` ; `p_item_ingredients?`: `string` ; `p_item_logistics?`: `number` ; `p_item_name`: `string` ; `p_item_packageunit`: `string` ; `p_item_producturl?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `audit_id`: `string` ; `error_code`: `string` ; `item_id`: `string` ; `message`: `string` ; `success`: `boolean` }[] } \| \{ `Args`: \{ `p_item_brand?`: `string` ; `p_item_diet_dairyfree?`: `boolean` ; `p_item_diet_diabetic?`: `boolean` ; `p_item_diet_eggfree?`: `boolean` ; `p_item_diet_glutenfree?`: `boolean` ; `p_item_diet_halal?`: `boolean` ; `p_item_diet_kosher?`: `boolean` ; `p_item_diet_lactosefree?`: `boolean` ; `p_item_diet_lowfodmap?`: `boolean` ; `p_item_diet_lowfructose?`: `boolean` ; `p_item_diet_porkfree?`: `boolean` ; `p_item_diet_redmeatfree?`: `boolean` ; `p_item_diet_vegan?`: `boolean` ; `p_item_diet_vegetarian?`: `boolean` ; `p_item_distribution?`: `string` ; `p_item_ingredients?`: `string` ; `p_item_logistics?`: `number` ; `p_item_name`: `string` ; `p_item_packageunit?`: `string` ; `p_item_producturl?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `item_brand`: `string` ; `item_diet_dairyfree`: `boolean` ; `item_diet_diabetic`: `boolean` ; `item_diet_eggfree`: `boolean` ; `item_diet_glutenfree`: `boolean` ; `item_diet_halal`: `boolean` ; `item_diet_kosher`: `boolean` ; `item_diet_lactosefree`: `boolean` ; `item_diet_lowfodmap`: `boolean` ; `item_diet_lowfructose`: `boolean` ; `item_diet_porkfree`: `boolean` ; `item_diet_redmeatfree`: `boolean` ; `item_diet_vegan`: `boolean` ; `item_diet_vegetarian`: `boolean` ; `item_distribution`: `string` ; `item_id`: `string` ; `item_ingredients`: `string` ; `item_logistics`: `number` ; `item_name`: `string` ; `item_packageunit`: `string` ; `item_producturl`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_item_update`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_item_brand?`: `string` ; `p_item_diet_dairyfree?`: `string` ; `p_item_diet_diabetic?`: `string` ; `p_item_diet_eggfree?`: `string` ; `p_item_diet_glutenfree?`: `string` ; `p_item_diet_halal?`: `string` ; `p_item_diet_kosher?`: `string` ; `p_item_diet_lactosefree?`: `string` ; `p_item_diet_lowfodmap?`: `string` ; `p_item_diet_lowfructose?`: `string` ; `p_item_diet_porkfree?`: `string` ; `p_item_diet_redmeatfree?`: `string` ; `p_item_diet_vegan?`: `string` ; `p_item_diet_vegetarian?`: `string` ; `p_item_distribution?`: `string` ; `p_item_id`: `string` ; `p_item_ingredients?`: `string` ; `p_item_logistics?`: `number` ; `p_item_name?`: `string` ; `p_item_packageunit?`: `string` ; `p_item_producturl?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `audit_id`: `string` ; `error_code`: `string` ; `message`: `string` ; `success`: `boolean` }[] } \| \{ `Args`: \{ `p_item_brand?`: `string` ; `p_item_diet_dairyfree?`: `boolean` ; `p_item_diet_diabetic?`: `boolean` ; `p_item_diet_eggfree?`: `boolean` ; `p_item_diet_glutenfree?`: `boolean` ; `p_item_diet_halal?`: `boolean` ; `p_item_diet_kosher?`: `boolean` ; `p_item_diet_lactosefree?`: `boolean` ; `p_item_diet_lowfodmap?`: `boolean` ; `p_item_diet_lowfructose?`: `boolean` ; `p_item_diet_porkfree?`: `boolean` ; `p_item_diet_redmeatfree?`: `boolean` ; `p_item_diet_vegan?`: `boolean` ; `p_item_diet_vegetarian?`: `boolean` ; `p_item_distribution?`: `string` ; `p_item_id`: `string` ; `p_item_ingredients?`: `string` ; `p_item_logistics?`: `number` ; `p_item_name?`: `string` ; `p_item_packageunit?`: `string` ; `p_item_producturl?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `item_brand`: `string` ; `item_diet_dairyfree`: `boolean` ; `item_diet_diabetic`: `boolean` ; `item_diet_eggfree`: `boolean` ; `item_diet_glutenfree`: `boolean` ; `item_diet_halal`: `boolean` ; `item_diet_kosher`: `boolean` ; `item_diet_lactosefree`: `boolean` ; `item_diet_lowfodmap`: `boolean` ; `item_diet_lowfructose`: `boolean` ; `item_diet_porkfree`: `boolean` ; `item_diet_redmeatfree`: `boolean` ; `item_diet_vegan`: `boolean` ; `item_diet_vegetarian`: `boolean` ; `item_distribution`: `string` ; `item_id`: `string` ; `item_ingredients`: `string` ; `item_logistics`: `number` ; `item_name`: `string` ; `item_packageunit`: `string` ; `item_producturl`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_meal_create`: \{ `Args`: \{ `p_meal_code`: `string` ; `p_meal_collectiondate?`: `string` ; `p_meal_date`: `string` ; `p_meal_event_id`: `string` ; `p_meal_mealtype_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `meal_code`: `string` ; `meal_collectiondate`: `string` ; `meal_date`: `string` ; `meal_event_id`: `string` ; `meal_id`: `string` ; `meal_mealtype_id`: `string` ; `mealtype_name`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_meal_delete`: \{ `Args`: \{ `p_meal_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `meal_code`: `string` ; `meal_collectiondate`: `string` ; `meal_date`: `string` ; `meal_event_id`: `string` ; `meal_id`: `string` ; `meal_mealtype_id`: `string` ; `mealtype_name`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_meal_update`: \{ `Args`: \{ `p_meal_code?`: `string` ; `p_meal_collectiondate?`: `string` ; `p_meal_date?`: `string` ; `p_meal_id`: `string` ; `p_meal_mealtype_id?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `meal_code`: `string` ; `meal_collectiondate`: `string` ; `meal_date`: `string` ; `meal_event_id`: `string` ; `meal_id`: `string` ; `meal_mealtype_id`: `string` ; `mealtype_name`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_mealplan_bulk_delete`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_unit_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `deleted_count`: `number` ; `message`: `string` ; `success`: `boolean` }[] } ; `app_cake_mealplan_create`: \{ `Args`: \{ `p_mealplan_dish_id`: `string` ; `p_mealplan_dish_multiplier?`: `number` ; `p_mealplan_meal_id`: `string` ; `p_mealplan_unit_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `mealplan_dish_id`: `string` ; `mealplan_dish_multiplier`: `number` ; `mealplan_id`: `string` ; `mealplan_meal_id`: `string` ; `mealplan_unit_id`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_mealplan_update`: \{ `Args`: \{ `p_mealplan_dish_id?`: `string` ; `p_mealplan_dish_multiplier?`: `number` ; `p_mealplan_id`: `string` ; `p_mealplan_meal_id?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `mealplan_dish_id`: `string` ; `mealplan_dish_multiplier`: `number` ; `mealplan_id`: `string` ; `mealplan_meal_id`: `string` ; `mealplan_unit_id`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_meals_bulk_import`: \{ `Args`: \{ `p_meals_data`: `Json` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `errors`: `Json` ; `failed`: `number` ; `imported`: `number` ; `message`: `string` ; `success`: `boolean` }[] } ; `app_cake_package_create`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_package_ctnpkgs?`: `number` ; `p_package_itemid`: `string` ; `p_package_palletctns?`: `number` ; `p_package_size`: `number` ; `p_package_type?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `audit_id`: `string` ; `error_code`: `string` ; `message`: `string` ; `package_id`: `string` ; `success`: `boolean` }[] } \| \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_package_ctnpkgs?`: `number` ; `p_package_itemid`: `string` ; `p_package_palletctns?`: `number` ; `p_package_size`: `number` ; `p_package_type?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `package_ctnpkgs`: `number` ; `package_id`: `string` ; `package_itemid`: `string` ; `package_palletctns`: `number` ; `package_size`: `number` ; `package_type`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_package_update`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_package_ctnpkgs?`: `number` ; `p_package_id`: `string` ; `p_package_itemid?`: `string` ; `p_package_palletctns?`: `number` ; `p_package_size?`: `number` ; `p_package_type?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `audit_id`: `string` ; `error_code`: `string` ; `message`: `string` ; `success`: `boolean` }[] } \| \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_package_ctnpkgs?`: `number` ; `p_package_id`: `string` ; `p_package_itemid?`: `string` ; `p_package_palletctns?`: `number` ; `p_package_size?`: `number` ; `p_package_type?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `package_ctnpkgs`: `number` ; `package_id`: `string` ; `package_itemid`: `string` ; `package_palletctns`: `number` ; `package_size`: `number` ; `package_type`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_recipe_create`: \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_recipe_diettype_id`: `string` ; `p_recipe_dish_id`: `string` ; `p_recipe_item_id`: `string` ; `p_recipe_qtypp`: `number` ; `p_recipe_uptake`: `number` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `diettype_name`: `string` ; `dish_code`: `string` ; `dish_name`: `string` ; `item_name`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `recipe_diettype_id`: `string` ; `recipe_dish_id`: `string` ; `recipe_id`: `string` ; `recipe_item_id`: `string` ; `recipe_qtypp`: `number` ; `recipe_uptake`: `number` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_recipe_delete`: \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_recipe_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `message`: `string` ; `success`: `boolean` }[] } ; `app_cake_recipe_update`: \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_recipe_diettype_id?`: `string` ; `p_recipe_id`: `string` ; `p_recipe_item_id?`: `string` ; `p_recipe_qtypp?`: `number` ; `p_recipe_uptake?`: `number` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `diettype_name`: `string` ; `dish_code`: `string` ; `dish_name`: `string` ; `item_name`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `recipe_diettype_id`: `string` ; `recipe_dish_id`: `string` ; `recipe_id`: `string` ; `recipe_item_id`: `string` ; `recipe_qtypp`: `number` ; `recipe_uptake`: `number` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_supplier_create`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_supplier_contactemail?`: `string` ; `p_supplier_contactname?`: `string` ; `p_supplier_contactnumber?`: `string` ; `p_supplier_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `message`: `string` ; `success`: `boolean` ; `supplier_id`: `string` }[] } \| \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_supplier_contactemail?`: `string` ; `p_supplier_contactname?`: `string` ; `p_supplier_contactnumber?`: `string` ; `p_supplier_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `supplier_contactemail`: `string` ; `supplier_contactname`: `string` ; `supplier_contactnumber`: `string` ; `supplier_id`: `string` ; `supplier_name`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_supplier_update`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_supplier_contactemail?`: `string` ; `p_supplier_contactname?`: `string` ; `p_supplier_contactnumber?`: `string` ; `p_supplier_id`: `string` ; `p_supplier_name?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `message`: `string` ; `success`: `boolean` ; `supplier_id`: `string` }[] } \| \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_supplier_contactemail?`: `string` ; `p_supplier_contactname?`: `string` ; `p_supplier_contactnumber?`: `string` ; `p_supplier_id`: `string` ; `p_supplier_name?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `supplier_contactemail`: `string` ; `supplier_contactname`: `string` ; `supplier_contactnumber`: `string` ; `supplier_id`: `string` ; `supplier_name`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_supply_create`: \{ `Args`: \{ `p_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_package_id`: `string` ; `p_supplier_id?`: `string` ; `p_supply_code?`: `string` ; `p_supply_cost?`: `number` ; `p_user_id?`: `string` } ; `Returns`: \{ `audit_id`: `string` ; `error_code`: `string` ; `message`: `string` ; `success`: `boolean` ; `supply_id`: `string` }[] } \| \{ `Args`: \{ `p_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_package_id`: `string` ; `p_supplier_id?`: `string` ; `p_supply_code?`: `string` ; `p_supply_cost?`: `number` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `package_ctnpkgs`: `number` ; `package_id`: `string` ; `package_itemid`: `string` ; `package_palletctns`: `number` ; `package_size`: `number` ; `package_type`: `string` ; `success`: `boolean` ; `supply_code`: `string` ; `supply_cost`: `number` ; `supply_event_id`: `string` ; `supply_id`: `string` ; `supply_packageid`: `string` ; `supply_supplier_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_supply_update`: \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_package_id?`: `string` ; `p_supplier_id?`: `string` ; `p_supply_code?`: `string` ; `p_supply_cost?`: `number` ; `p_supply_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `audit_id`: `string` ; `error_code`: `string` ; `message`: `string` ; `success`: `boolean` }[] } \| \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_package_id?`: `string` ; `p_supplier_id?`: `string` ; `p_supply_code?`: `string` ; `p_supply_cost?`: `number` ; `p_supply_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `package_ctnpkgs`: `number` ; `package_id`: `string` ; `package_itemid`: `string` ; `package_palletctns`: `number` ; `package_size`: `number` ; `package_type`: `string` ; `success`: `boolean` ; `supply_code`: `string` ; `supply_cost`: `number` ; `supply_event_id`: `string` ; `supply_id`: `string` ; `supply_packageid`: `string` ; `supply_supplier_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_unit_create`: \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_unit_contingent?`: `string` ; `p_unit_event_id`: `string` ; `p_unit_name?`: `string` ; `p_unit_number`: `number` ; `p_unit_subcamp?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `unit_contingent`: `string` ; `unit_event_id`: `string` ; `unit_id`: `string` ; `unit_name`: `string` ; `unit_number`: `number` ; `unit_subcamp`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_unit_update`: \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_unit_contingent?`: `string` ; `p_unit_id`: `string` ; `p_unit_name?`: `string` ; `p_unit_subcamp?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `message`: `string` ; `success`: `boolean` ; `unit_id`: `string` }[] } \| \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_unit_contingent?`: `string` ; `p_unit_id`: `string` ; `p_unit_name?`: `string` ; `p_unit_number?`: `number` ; `p_unit_subcamp?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `unit_contingent`: `string` ; `unit_event_id`: `string` ; `unit_id`: `string` ; `unit_name`: `string` ; `unit_number`: `number` ; `unit_subcamp`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_units_bulk_import`: \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_units_data`: `Json` ; `p_user_id?`: `string` } ; `Returns`: \{ `errors`: `Json` ; `failed`: `number` ; `imported`: `number` ; `message`: `string` ; `success`: `boolean` }[] } ; `app_name`: \{ `Args`: `never` ; `Returns`: `string` } ; `cleanup_orphaned_file_references`: \{ `Args`: `never` ; `Returns`: `number` } ; `data_cake_deliveries_list`: \{ `Args`: \{ `p_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `collection_date`: `string` ; `delivery_address`: `string` ; `delivery_date`: `string` ; `delivery_id`: `string` ; `delivery_notes`: `string` ; `item_count`: `number` ; `supplier_id`: `string` ; `supplier_name`: `string` ; `total_quantity`: `number` }[] } ; `data_cake_diettypes_list`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `diettype_code`: `string` ; `diettype_description`: `string` ; `diettype_id`: `string` ; `diettype_name`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_diners_list`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_unit_ids?`: `string`[] ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `diettype_code`: `string` ; `diettype_description`: `string` ; `diettype_name`: `string` ; `diner_adult`: `number` ; `diner_diettype_id`: `string` ; `diner_id`: `string` ; `diner_unit_id`: `string` ; `diner_youth`: `number` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_dish_details`: \{ `Args`: \{ `p_dish_id`: `string` ; `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `dish_code`: `string` ; `dish_description`: `string` ; `dish_dietnote`: `string` ; `dish_equipment`: `string` ; `dish_event_id`: `string` ; `dish_id`: `string` ; `dish_mealtype_id`: `string` ; `dish_name`: `string` ; `dish_prep`: `string` ; `dish_step1`: `string` ; `dish_step2`: `string` ; `dish_step3`: `string` ; `dish_step4`: `string` ; `dish_step5`: `string` ; `event_code`: `string` ; `event_name`: `string` ; `mealtype_name`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_dishes_list`: \{ `Args`: \{ `p_event_id`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `dish_code`: `string` ; `dish_description`: `string` ; `dish_dietnote`: `string` ; `dish_equipment`: `string` ; `dish_event_id`: `string` ; `dish_id`: `string` ; `dish_mealtype_id`: `string` ; `dish_name`: `string` ; `dish_prep`: `string` ; `dish_step1`: `string` ; `dish_step2`: `string` ; `dish_step3`: `string` ; `dish_step4`: `string` ; `dish_step5`: `string` ; `event_code`: `string` ; `event_name`: `string` ; `mealtype_name`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_distribution_list`: \{ `Args`: \{ `p_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `collection_date`: `string` ; `diettype_id`: `string` ; `diettype_name`: `string` ; `item_brand`: `string` ; `item_id`: `string` ; `item_logistics`: `number` ; `item_name`: `string` ; `item_packageunit`: `string` ; `logistics_name`: `string` ; `meal_dates`: `string`[] ; `package_size`: `number` ; `packages_needed`: `number` ; `required_quantity`: `number` ; `unit_id`: `string` ; `unit_name`: `string` ; `unit_number`: `number` ; `unit_subcamp`: `string` }[] } ; `data_cake_item_details`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_item_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `item_brand`: `string` ; `item_diet_dairyfree`: `string` ; `item_diet_diabetic`: `string` ; `item_diet_eggfree`: `string` ; `item_diet_glutenfree`: `string` ; `item_diet_halal`: `string` ; `item_diet_kosher`: `string` ; `item_diet_lactosefree`: `string` ; `item_diet_lowfodmap`: `string` ; `item_diet_lowfructose`: `string` ; `item_diet_porkfree`: `string` ; `item_diet_redmeatfree`: `string` ; `item_diet_vegan`: `string` ; `item_diet_vegetarian`: `string` ; `item_distribution`: `string` ; `item_id`: `string` ; `item_ingredients`: `string` ; `item_logistics`: `number` ; `item_name`: `string` ; `item_packageunit`: `string` ; `item_producturl`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_item_usage_check`: \{ `Args`: \{ `p_current_event_id`: `string` ; `p_item_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `other_event_names`: `string`[] ; `used_in_current_event`: `boolean` ; `used_in_other_events`: `boolean` }[] } \| \{ `Args`: \{ `p_current_event_id`: `string` ; `p_item_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `other_event_names`: `string`[] ; `used_in_current_event`: `boolean` ; `used_in_other_events`: `boolean` }[] } ; `data_cake_items_list`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `item_brand`: `string` ; `item_diet_dairyfree`: `boolean` ; `item_diet_diabetic`: `boolean` ; `item_diet_eggfree`: `boolean` ; `item_diet_glutenfree`: `boolean` ; `item_diet_halal`: `boolean` ; `item_diet_kosher`: `boolean` ; `item_diet_lactosefree`: `boolean` ; `item_diet_lowfodmap`: `boolean` ; `item_diet_lowfructose`: `boolean` ; `item_diet_porkfree`: `boolean` ; `item_diet_redmeatfree`: `boolean` ; `item_diet_vegan`: `boolean` ; `item_diet_vegetarian`: `boolean` ; `item_distribution`: `string` ; `item_id`: `string` ; `item_ingredients`: `string` ; `item_logistics`: `number` ; `item_name`: `string` ; `item_packageunit`: `string` ; `item_producturl`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_mealplans_list`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_unit_ids`: `string`[] ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `dish_dish_code`: `string` ; `dish_dish_id`: `string` ; `dish_dish_name`: `string` ; `meal_meal_code`: `string` ; `meal_meal_date`: `string` ; `meal_meal_event_id`: `string` ; `meal_mealtype_id`: `string` ; `mealplan_dish_id`: `string` ; `mealplan_dish_multiplier`: `number` ; `mealplan_id`: `string` ; `mealplan_meal_id`: `string` ; `mealplan_unit_id`: `string` ; `mealtype_name`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_meals_get`: \{ `Args`: \{ `p_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `meal_code`: `string` ; `meal_collectiondate`: `string` ; `meal_date`: `string` ; `meal_event_id`: `string` ; `meal_id`: `string` ; `meal_mealtype_id`: `string` ; `mealtype_name`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` }[] } ; `data_cake_meals_list`: \{ `Args`: \{ `p_event_id`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `meal_code`: `string` ; `meal_collectiondate`: `string` ; `meal_date`: `string` ; `meal_event_id`: `string` ; `meal_id`: `string` ; `meal_mealtype_id`: `string` ; `mealtype_name`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_mealtypes_list`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `mealtype_id`: `string` ; `mealtype_name`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_orders_list`: \{ `Args`: \{ `p_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `delivery_date`: `string` ; `item_brand`: `string` ; `item_id`: `string` ; `item_name`: `string` ; `item_packageunit`: `string` ; `package_cost`: `number` ; `package_ctnpkgs`: `number` ; `package_size`: `number` ; `package_type`: `string` ; `supplier_id`: `string` ; `supplier_name`: `string` ; `total_carton_cost`: `number` ; `total_cartons`: `number` ; `total_packages`: `number` ; `total_pkg_cost`: `number` }[] } ; `data_cake_package_details`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_package_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `organisation_id`: `string` ; `package_ctnpkgs`: `number` ; `package_id`: `string` ; `package_itemid`: `string` ; `package_palletctns`: `number` ; `package_size`: `number` ; `package_type`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_package_usage_check`: \{ `Args`: \{ `p_current_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_package_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `other_event_names`: `string`[] ; `used_in_current_event`: `boolean` ; `used_in_other_events`: `boolean` }[] } \| \{ `Args`: \{ `p_current_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_package_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `other_event_names`: `string`[] ; `used_in_current_event`: `boolean` ; `used_in_other_events`: `boolean` }[] } ; `data_cake_packages_list`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_item_id?`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `organisation_id`: `string` ; `package_ctnpkgs`: `number` ; `package_id`: `string` ; `package_itemid`: `string` ; `package_palletctns`: `number` ; `package_size`: `number` ; `package_type`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_recipe_details`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_recipe_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `diettype_name`: `string` ; `dish_code`: `string` ; `dish_name`: `string` ; `item_brand`: `string` ; `item_name`: `string` ; `item_packageunit`: `string` ; `mealtype_name`: `string` ; `recipe_diettype_id`: `string` ; `recipe_dish_id`: `string` ; `recipe_id`: `string` ; `recipe_item_id`: `string` ; `recipe_qtypp`: `number` ; `recipe_uptake`: `number` ; `updated_at`: `string` }[] } ; `data_cake_recipes_list`: \{ `Args`: \{ `p_event_id`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `diettype_name`: `string` ; `dish_code`: `string` ; `dish_name`: `string` ; `item_brand`: `string` ; `item_name`: `string` ; `item_packageunit`: `string` ; `mealtype_name`: `string` ; `recipe_diettype_id`: `string` ; `recipe_dish_id`: `string` ; `recipe_id`: `string` ; `recipe_item_id`: `string` ; `recipe_qtypp`: `number` ; `recipe_uptake`: `number` ; `updated_at`: `string` }[] } ; `data_cake_suppliers_list`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `organisation_id`: `string` ; `supplier_contactemail`: `string` ; `supplier_contactname`: `string` ; `supplier_contactnumber`: `string` ; `supplier_id`: `string` ; `supplier_name`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_supplies_list`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_package_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `organisation_id`: `string` ; `supply_code`: `string` ; `supply_cost`: `number` ; `supply_event_id`: `string` ; `supply_id`: `string` ; `supply_packageid`: `string` ; `supply_supplier_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_supply_details`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_supply_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `organisation_id`: `string` ; `supply_code`: `string` ; `supply_cost`: `number` ; `supply_event_id`: `string` ; `supply_id`: `string` ; `supply_packageid`: `string` ; `supply_supplier_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_units_list`: \{ `Args`: \{ `p_event_id`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `organisation_id`: `string` ; `unit_contingent`: `string` ; `unit_event_id`: `string` ; `unit_id`: `string` ; `unit_name`: `string` ; `unit_number`: `number` ; `unit_subcamp`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_event_get_by_code`: \{ `Args`: \{ `p_event_code`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `event_billing`: `string` ; `event_catering_email`: `string` ; `event_code`: `string` ; `event_col_d1`: `string` ; `event_col_d2`: `string` ; `event_col_l1`: `string` ; `event_col_l2`: `string` ; `event_col_m1`: `string` ; `event_col_m2`: `string` ; `event_colours`: `Json` ; `event_date`: `string` ; `event_days`: `number` ; `event_email`: `string` ; `event_footer`: `string` ; `event_id`: `string` ; `event_name`: `string` ; `event_news`: `string` ; `event_participants`: `number` ; `event_rounddown`: `number` ; `event_typicalunit`: `number` ; `event_venue`: `string` ; `event_youthmultiplier`: `number` ; `is_visible`: `boolean` ; `organisation_id`: `string` ; `updated_at`: `string` }[] } ; `data_file_reference_by_category_list`: \{ `Args`: \{ `p_category`: `string` ; `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `file_metadata`: `Json` ; `file_path`: `string` ; `id`: `string` ; `is_public`: `boolean` }[] } ; `data_file_reference_count_get`: \{ `Args`: \{ `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: `number` } ; `data_file_reference_create`: \{ `Args`: \{ `p_app_id`: `string` ; `p_file_metadata?`: `Json` ; `p_file_path`: `string` ; `p_is_public?`: `boolean` ; `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: `string` } ; `data_file_reference_delete`: \{ `Args`: \{ `p_delete_file?`: `boolean` ; `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: `boolean` } ; `data_file_reference_get`: \{ `Args`: \{ `p_file_reference_id`: `string` ; `p_organisation_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `app_id`: `string` ; `created_at`: `string` ; `file_metadata`: `Json` ; `file_path`: `string` ; `id`: `string` ; `is_public`: `boolean` ; `organisation_id`: `string` ; `record_id`: `string` ; `table_name`: `string` ; `updated_at`: `string` }[] } ; `data_file_reference_list`: \{ `Args`: \{ `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `file_metadata`: `Json` ; `file_path`: `string` ; `id`: `string` ; `is_public`: `boolean` }[] } ; `data_file_reference_signed_url_get`: \{ `Args`: \{ `p_expires_in?`: `number` ; `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: `string` } ; `data_file_reference_url_get`: \{ `Args`: \{ `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: `string` } ; `data_user_events_get`: \{ `Args`: \{ `p_app_name?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `event_code`: `string` ; `event_colours`: `Json` ; `event_date`: `string` ; `event_id`: `string` ; `event_logo`: `string` ; `event_name`: `string` ; `event_participants`: `number` ; `event_venue`: `string` ; `id`: `string` ; `is_visible`: `boolean` ; `organisation_id`: `string` ; `updated_at`: `string` }[] } ; `data_user_organisation_roles_get`: \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_user_id`: `string` } ; `Returns`: \{ `created_at`: `string` ; `granted_at`: `string` ; `granted_by`: `string` ; `id`: `string` ; `name`: `string` ; `notes`: `string` ; `organisation_id`: `string` ; `revoked_at`: `string` ; `revoked_by`: `string` ; `role`: `string` ; `status`: `string` ; `updated_at`: `string` ; `user_id`: `string` }[] } ; `data_user_organisations_get`: \{ `Args`: \{ `p_user_id?`: `string` } ; `Returns`: \{ `granted_at`: `string` ; `is_primary`: `boolean` ; `organisation_id`: `string` ; `organisation_name`: `string` ; `user_role`: `string` }[] } ; `debug_auth_context`: \{ `Args`: `never` ; `Returns`: `Json` } ; `delete_event_app_access`: \{ `Args`: \{ `p_app_id`: `string` ; `p_event_id`: `string` ; `p_organisation_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: `boolean` } ; `get_app_config`: \{ `Args`: \{ `app_id`: `string` } ; `Returns`: `Json` } ; `get_current_organisation_context`: \{ `Args`: `never` ; `Returns`: `string` } ; `get_file_url_for_record`: \{ `Args`: \{ `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` } ; `Returns`: `string` } ; `get_files_to_migrate_to_public`: \{ `Args`: `never` ; `Returns`: \{ `file_id`: `string` ; `new_path`: `string` ; `old_path`: `string` ; `organisation_id`: `string` }[] } ; `get_medi_conditions`: \{ `Args`: \{ `p_profile_id`: `number` } ; `Returns`: \{ `condition_type_id`: `number` ; `created_at`: `string` ; `created_by`: `string` ; `custom_name`: `string` ; `data_classification`: `string` ; `diagnosed_by`: `string` ; `diagnosed_date`: `string` ; `emergency_protocol`: `string` ; `id`: `number` ; `is_active`: `boolean` ; `last_episode_date`: `string` ; `management_plan`: `string` ; `name`: `string` ; `notes`: `string` ; `profile_id`: `number` ; `reaction`: `string` ; `severity`: `string` ; `treatment`: `string` ; `triggers`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `get_medi_items`: \{ `Args`: \{ `p_profile_id`: `number` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `custom_name`: `string` ; `data_classification`: `string` ; `description`: `string` ; `dose`: `string` ; `end_date`: `string` ; `frequency`: `string` ; `id`: `number` ; `is_active`: `boolean` ; `is_emergency_medication`: `boolean` ; `item_type_id`: `number` ; `name`: `string` ; `pharmacy_details`: `string` ; `prescribing_doctor`: `string` ; `profile_id`: `number` ; `route`: `string` ; `side_effects`: `string` ; `start_date`: `string` ; `storage_requirements`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `get_public_event_by_code`: \{ `Args`: \{ `event_code_param`: `string` } ; `Returns`: \{ `event_billing`: `string` ; `event_catering_email`: `string` ; `event_colours`: `Json` ; `event_date`: `string` ; `event_days`: `number` ; `event_email`: `string` ; `event_id`: `string` ; `event_logo`: `string` ; `event_name`: `string` ; `event_news`: `string` ; `event_participants`: `number` ; `event_rounddown`: `number` ; `event_typicalunit`: `number` ; `event_venue`: `string` ; `event_youthmultiplier`: `number` ; `organisation_id`: `string` }[] } ; `has_files`: \{ `Args`: \{ `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` } ; `Returns`: `boolean` } ; `increment_attempts`: \{ `Args`: \{ `p_identifier`: `string` ; `p_window_minutes?`: `number` } ; `Returns`: \{ `current_attempts`: `number` ; `is_blocked`: `boolean` ; `window_start`: `string` }[] } ; `insert_event_app_access`: \{ `Args`: \{ `p_app_id`: `string` ; `p_created_by?`: `string` ; `p_event_id`: `string` ; `p_organisation_id`: `string` ; `p_updated_by?`: `string` } ; `Returns`: `string` } ; `insert_journal_image`: \{ `Args`: \{ `p_created_by`: `string` ; `p_file_name`: `string` ; `p_file_path`: `string` ; `p_post_id`: `string` } ; `Returns`: `undefined` } ; `is_super_admin`: \{ `Args`: \{ `p_user_id`: `string` } ; `Returns`: `boolean` } ; `is_user_super_admin`: \{ `Args`: `never` ; `Returns`: `boolean` } ; `populate_location_descriptions`: \{ `Args`: `never` ; `Returns`: `undefined` } ; `populate_location_display_names`: \{ `Args`: `never` ; `Returns`: `undefined` } ; `rbac_audit_log`: \{ `Args`: \{ `p_event_data?`: `Json` ; `p_event_type`: `string` ; `p_resource_id`: `string` ; `p_resource_type`: `string` ; `p_user_id`: `string` } ; `Returns`: `string` } \| \{ `Args`: \{ `p_event_type`: `string` ; `p_ip_address?`: `unknown` ; `p_metadata?`: `Json` ; `p_organisation_id?`: `string` ; `p_permission?`: `string` ; `p_user_agent?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `audit_id`: `string` ; `error_code`: `string` ; `message`: `string` ; `success`: `boolean` }[] } ; `rbac_check_distribution_or_page_permission`: \{ `Args`: \{ `p_event_id`: `string` ; `p_organisation_id`: `string` ; `p_page_name`: `string` ; `p_permission_pattern`: `string` } ; `Returns`: `boolean` } ; `rbac_check_permission_simplified`: \{ `Args`: \{ `p_app_id?`: `string` ; `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_page_id?`: `string` ; `p_permission`: `string` ; `p_user_id`: `string` } ; `Returns`: `boolean` } ; `rbac_detect_concurrent_sessions`: \{ `Args`: \{ `p_device_fingerprint?`: `string` ; `p_timeout_seconds?`: `number` ; `p_user_id`: `string` } ; `Returns`: \{ `concurrent_sessions_count`: `number` ; `has_concurrent`: `boolean` ; `session_ids`: `string`[] }[] } ; `rbac_enforce_session_timeout`: \{ `Args`: \{ `p_timeout_minutes?`: `number` } ; `Returns`: \{ `expired_sessions_count`: `number` ; `user_ids`: `string`[] }[] } ; `rbac_generate_device_fingerprint`: \{ `Args`: `never` ; `Returns`: `string` } ; `rbac_invalidate_other_sessions`: \{ `Args`: \{ `p_current_device_fingerprint`: `string` ; `p_user_id`: `string` } ; `Returns`: `number` } ; `rbac_permissions_get`: \{ `Args`: \{ `p_app_id?`: `string` ; `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_page_id?`: `string` ; `p_user_id`: `string` } ; `Returns`: \{ `context_id`: `string` ; `granted_at`: `string` ; `has_permission`: `boolean` ; `permission_type`: `string` ; `role_name`: `string` }[] } ; `rbac_role_grant`: \{ `Args`: \{ `p_context_id?`: `string` ; `p_granted_by?`: `string` ; `p_role_name`: `string` ; `p_role_type`: `string` ; `p_user_id`: `string` } ; `Returns`: \{ `error_code`: `string` ; `message`: `string` ; `role_id`: `string` ; `success`: `boolean` }[] } ; `rbac_role_revoke`: \{ `Args`: \{ `p_context_id?`: `string` ; `p_revoked_by?`: `string` ; `p_role_name`: `string` ; `p_role_type`: `string` ; `p_user_id`: `string` } ; `Returns`: \{ `error_code`: `string` ; `message`: `string` ; `revoked_count`: `number` ; `success`: `boolean` }[] } ; `rbac_role_validate`: \{ `Args`: \{ `p_context_id?`: `string` ; `p_role_name`: `string` ; `p_role_type`: `string` ; `p_user_id`: `string` } ; `Returns`: \{ `expires_at`: `string` ; `granted_at`: `string` ; `is_valid`: `boolean` ; `role_id`: `string` ; `status`: `string` }[] } ; `rbac_roles_list`: \{ `Args`: \{ `p_app_id?`: `string` ; `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `context_id`: `string` ; `granted_at`: `string` ; `granted_by`: `string` ; `role_name`: `string` ; `role_type`: `string` ; `status`: `string` }[] } ; `rbac_session_track`: \{ `Args`: \{ `p_app_id?`: `string` ; `p_device_fingerprint?`: `string` ; `p_event_id?`: `string` ; `p_ip_address?`: `string` ; `p_session_type?`: `string` ; `p_user_agent?`: `string` ; `p_user_id`: `string` } ; `Returns`: `string` } ; `rbac_super_admin_check`: \{ `Args`: \{ `p_user_id`: `string` } ; `Returns`: `boolean` } ; `secure_query`: \{ `Args`: \{ `p_organisation_id`: `string` ; `p_select_columns`: `string` ; `p_table_name`: `string` ; `p_user_id`: `string` } ; `Returns`: `Json` } ; `set_app_organisation_id`: \{ `Args`: \{ `p_organisation_id`: `string` } ; `Returns`: `undefined` } ; `set_organisation_context`: \{ `Args`: \{ `org_id`: `string` } ; `Returns`: `undefined` } ; `sys_audit_cleanup`: \{ `Args`: \{ `p_days_to_keep?`: `number` ; `p_user_id?`: `string` } ; `Returns`: \{ `error_code`: `string` ; `message`: `string` ; `rows_deleted`: `number` ; `success`: `boolean` }[] } ; `util_app_resolve`: \{ `Args`: \{ `p_app_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `app_id`: `string` ; `app_name`: `string` ; `has_access`: `boolean` ; `is_active`: `boolean` }[] } ; `validate_base_question_options`: \{ `Args`: \{ `options`: `Json` ; `question_type`: `string` } ; `Returns`: `boolean` } ; `validate_organisation_access`: \{ `Args`: \{ `org_id`: `string` } ; `Returns`: `boolean` } ; `verify_greenpay_signature`: \{ `Args`: \{ `payload`: `string` ; `signature`: `string` } ; `Returns`: `boolean` } ; `verify_webhook_signature`: \{ `Args`: \{ `payload`: `string` ; `secret`: `string` ; `signature`: `string` } ; `Returns`: `boolean` } } ; `Enums`: \{ `access_level`: ``"viewer"`` \| ``"participant"`` \| ``"planner"`` \| ``"super"`` ; `crud_operation`: ``"create"`` \| ``"update"`` \| ``"read"`` \| ``"delete"`` ; `dd_mandate_status`: ``"active"`` \| ``"revoked"`` \| ``"pending"`` \| ``"failed"`` ; `journal_post_status`: ``"draft"`` \| ``"published"`` ; `organisation_role`: ``"org_admin"`` \| ``"member"`` \| ``"admin"`` \| ``"super_admin"`` \| ``"moderator"`` ; `pace_membership_status`: ``"Provisional"`` \| ``"Cancelled"`` \| ``"Active"`` \| ``"Suspended"`` \| ``"Resigned"`` ; `payment_method_type`: ``"card"`` \| ``"bank"`` ; `rbac_event_app_role`: ``"viewer"`` \| ``"participant"`` \| ``"planner"`` \| ``"event_admin"`` ; `rbac_global_role`: ``"super_admin"`` ; `rbac_organisation_role`: ``"org_admin"`` \| ``"leader"`` \| ``"member"`` \| ``"supporter"`` ; `risk_consequence`: ``"Insignificant"`` \| ``"Minor"`` \| ``"Significant"`` \| ``"Major"`` \| ``"Severe"`` ; `risk_likelihood`: ``"Rare"`` \| ``"Unlikely"`` \| ``"Possible"`` \| ``"Likely"`` \| ``"Almost certain"`` ; `risk_status`: ``"Planned"`` \| ``"In progress"`` \| ``"Complete"`` ; `risk_type`: ``"Transport"`` \| ``"Accommodation"`` \| ``"Activity"`` \| ``"Financial"`` \| ``"Medical/Welfare"`` \| ``"Operational"`` ; `risk_when`: ``"Prior"`` \| ``"During"`` ; `sensitivity`: ``"low"`` \| ``"medium"`` \| ``"high"`` } ; `CompositeTypes`: {} }, \{ `PostgrestVersion`: ``"12.2.3 (519615d)"`` }\> | Supabase client |
6381
+ | Name | Type | Default value | Description |
6382
+ | :------ | :------ | :------ | :------ |
6383
+ | `supabase` | `default`\<`Database`, ``"public"``, ``"public"``, \{ `Tables`: \{ `addresses`: \{ `Row`: \{ `country`: ``null`` \| `string` ; `created_at`: `string` ; `full_address`: ``null`` \| `string` ; `id`: `string` ; `lat`: ``null`` \| `number` ; `lng`: ``null`` \| `number` ; `organisation_id`: `string` ; `place_id`: `string` ; `postcode`: ``null`` \| `string` ; `route`: ``null`` \| `string` ; `state`: ``null`` \| `string` ; `street_number`: ``null`` \| `string` ; `suburb`: ``null`` \| `string` } ; `Insert`: \{ `country?`: ``null`` \| `string` ; `created_at?`: `string` ; `full_address?`: ``null`` \| `string` ; `id?`: `string` ; `lat?`: ``null`` \| `number` ; `lng?`: ``null`` \| `number` ; `organisation_id`: `string` ; `place_id`: `string` ; `postcode?`: ``null`` \| `string` ; `route?`: ``null`` \| `string` ; `state?`: ``null`` \| `string` ; `street_number?`: ``null`` \| `string` ; `suburb?`: ``null`` \| `string` } ; `Update`: \{ `country?`: ``null`` \| `string` ; `created_at?`: `string` ; `full_address?`: ``null`` \| `string` ; `id?`: `string` ; `lat?`: ``null`` \| `number` ; `lng?`: ``null`` \| `number` ; `organisation_id?`: `string` ; `place_id?`: `string` ; `postcode?`: ``null`` \| `string` ; `route?`: ``null`` \| `string` ; `state?`: ``null`` \| `string` ; `street_number?`: ``null`` \| `string` ; `suburb?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"addresses_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `base_application`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `event_id`: `string` ; `id`: `string` ; `organisation_id`: `string` ; `person_id`: `string` ; `status`: `string` ; `status_updated_at`: ``null`` \| `string` ; `status_updated_by`: ``null`` \| `string` ; `submitted_at`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `event_id`: `string` ; `id?`: `string` ; `organisation_id`: `string` ; `person_id`: `string` ; `status?`: `string` ; `status_updated_at?`: ``null`` \| `string` ; `status_updated_by?`: ``null`` \| `string` ; `submitted_at?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `event_id?`: `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `person_id?`: `string` ; `status?`: `string` ; `status_updated_at?`: ``null`` \| `string` ; `status_updated_by?`: ``null`` \| `string` ; `submitted_at?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"base_application_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"base_application_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"base_application_person_id_fkey"`` ; `columns`: [``"person_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_person"`` ; `referencedColumns`: [``"id"``] }] } ; `base_questions`: \{ `Row`: \{ `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `depends_on_question_id`: ``null`` \| `string` ; `depends_on_value`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `id`: `string` ; `is_active`: `boolean` ; `is_sensitive`: `boolean` ; `label`: `string` ; `options`: `Json` ; `organisation_id`: `string` ; `question_group`: ``null`` \| `string` ; `question_type`: `string` ; `sort_order`: `number` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` ; `validation_rules`: `Json` ; `visibility`: `string` } ; `Insert`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `depends_on_question_id?`: ``null`` \| `string` ; `depends_on_value?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `id?`: `string` ; `is_active?`: `boolean` ; `is_sensitive?`: `boolean` ; `label`: `string` ; `options?`: `Json` ; `organisation_id`: `string` ; `question_group?`: ``null`` \| `string` ; `question_type`: `string` ; `sort_order?`: `number` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` ; `validation_rules?`: `Json` ; `visibility?`: `string` } ; `Update`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `depends_on_question_id?`: ``null`` \| `string` ; `depends_on_value?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `id?`: `string` ; `is_active?`: `boolean` ; `is_sensitive?`: `boolean` ; `label?`: `string` ; `options?`: `Json` ; `organisation_id?`: `string` ; `question_group?`: ``null`` \| `string` ; `question_type?`: `string` ; `sort_order?`: `number` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` ; `validation_rules?`: `Json` ; `visibility?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"base_questions_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `cake_delivery`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `delivery_address`: ``null`` \| `string` ; `delivery_date`: `string` ; `delivery_event_id`: `string` ; `delivery_id`: `string` ; `delivery_notes`: ``null`` \| `string` ; `delivery_supplier_id`: `string` ; `delivery_unitcollectiondate`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `delivery_address?`: ``null`` \| `string` ; `delivery_date`: `string` ; `delivery_event_id`: `string` ; `delivery_id`: `string` ; `delivery_notes?`: ``null`` \| `string` ; `delivery_supplier_id`: `string` ; `delivery_unitcollectiondate`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `delivery_address?`: ``null`` \| `string` ; `delivery_date?`: `string` ; `delivery_event_id?`: `string` ; `delivery_id?`: `string` ; `delivery_notes?`: ``null`` \| `string` ; `delivery_supplier_id?`: `string` ; `delivery_unitcollectiondate?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_delivery_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"delivery_delivery_event_id_fkey"`` ; `columns`: [``"delivery_event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"delivery_delivery_supplier_id_fkey"`` ; `columns`: [``"delivery_supplier_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_supplier"`` ; `referencedColumns`: [``"supplier_id"``] }] } ; `cake_diettype`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `diettype_code`: `string` ; `diettype_description`: ``null`` \| `string` ; `diettype_id`: `string` ; `diettype_name`: `string` ; `is_active`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `diettype_code`: `string` ; `diettype_description?`: ``null`` \| `string` ; `diettype_id`: `string` ; `diettype_name`: `string` ; `is_active?`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `diettype_code?`: `string` ; `diettype_description?`: ``null`` \| `string` ; `diettype_id?`: `string` ; `diettype_name?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_diettype_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `cake_diner`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `diner_adult`: ``null`` \| `number` ; `diner_diettype_id`: `string` ; `diner_id`: `string` ; `diner_unit_id`: `string` ; `diner_youth`: ``null`` \| `number` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `diner_adult?`: ``null`` \| `number` ; `diner_diettype_id`: `string` ; `diner_id`: `string` ; `diner_unit_id`: `string` ; `diner_youth?`: ``null`` \| `number` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `diner_adult?`: ``null`` \| `number` ; `diner_diettype_id?`: `string` ; `diner_id?`: `string` ; `diner_unit_id?`: `string` ; `diner_youth?`: ``null`` \| `number` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_diner_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"diner_diner_diettype_id_fkey"`` ; `columns`: [``"diner_diettype_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_diettype"`` ; `referencedColumns`: [``"diettype_id"``] }, \{ `foreignKeyName`: ``"diner_diner_unit_id_fkey"`` ; `columns`: [``"diner_unit_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_unit"`` ; `referencedColumns`: [``"unit_id"``] }] } ; `cake_dish`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `dish_code`: `string` ; `dish_description`: ``null`` \| `string` ; `dish_dietnote`: ``null`` \| `string` ; `dish_equipment`: ``null`` \| `string` ; `dish_event_id`: `string` ; `dish_id`: `string` ; `dish_mealtype_id`: `string` ; `dish_name`: `string` ; `dish_prep`: ``null`` \| `string` ; `dish_step1`: ``null`` \| `string` ; `dish_step2`: ``null`` \| `string` ; `dish_step3`: ``null`` \| `string` ; `dish_step4`: ``null`` \| `string` ; `dish_step5`: ``null`` \| `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `dish_code`: `string` ; `dish_description?`: ``null`` \| `string` ; `dish_dietnote?`: ``null`` \| `string` ; `dish_equipment?`: ``null`` \| `string` ; `dish_event_id`: `string` ; `dish_id`: `string` ; `dish_mealtype_id`: `string` ; `dish_name`: `string` ; `dish_prep?`: ``null`` \| `string` ; `dish_step1?`: ``null`` \| `string` ; `dish_step2?`: ``null`` \| `string` ; `dish_step3?`: ``null`` \| `string` ; `dish_step4?`: ``null`` \| `string` ; `dish_step5?`: ``null`` \| `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `dish_code?`: `string` ; `dish_description?`: ``null`` \| `string` ; `dish_dietnote?`: ``null`` \| `string` ; `dish_equipment?`: ``null`` \| `string` ; `dish_event_id?`: `string` ; `dish_id?`: `string` ; `dish_mealtype_id?`: `string` ; `dish_name?`: `string` ; `dish_prep?`: ``null`` \| `string` ; `dish_step1?`: ``null`` \| `string` ; `dish_step2?`: ``null`` \| `string` ; `dish_step3?`: ``null`` \| `string` ; `dish_step4?`: ``null`` \| `string` ; `dish_step5?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_dish_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"dish_dish_event_id_fkey"`` ; `columns`: [``"dish_event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"dish_dish_mealtype_id_fkey"`` ; `columns`: [``"dish_mealtype_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_mealtype"`` ; `referencedColumns`: [``"mealtype_id"``] }] } ; `cake_item`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `item_brand`: ``null`` \| `string` ; `item_diet_dairyfree`: ``null`` \| `boolean` ; `item_diet_diabetic`: ``null`` \| `boolean` ; `item_diet_eggfree`: ``null`` \| `boolean` ; `item_diet_glutenfree`: ``null`` \| `boolean` ; `item_diet_halal`: ``null`` \| `boolean` ; `item_diet_kosher`: ``null`` \| `boolean` ; `item_diet_lactosefree`: ``null`` \| `boolean` ; `item_diet_lowfodmap`: ``null`` \| `boolean` ; `item_diet_lowfructose`: ``null`` \| `boolean` ; `item_diet_porkfree`: ``null`` \| `boolean` ; `item_diet_redmeatfree`: ``null`` \| `boolean` ; `item_diet_vegan`: ``null`` \| `boolean` ; `item_diet_vegetarian`: ``null`` \| `boolean` ; `item_distribution`: ``null`` \| `string` ; `item_id`: `string` ; `item_ingredients`: ``null`` \| `string` ; `item_logistics`: `number` ; `item_name`: `string` ; `item_packageunit`: `string` ; `item_producturl`: ``null`` \| `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `item_brand?`: ``null`` \| `string` ; `item_diet_dairyfree?`: ``null`` \| `boolean` ; `item_diet_diabetic?`: ``null`` \| `boolean` ; `item_diet_eggfree?`: ``null`` \| `boolean` ; `item_diet_glutenfree?`: ``null`` \| `boolean` ; `item_diet_halal?`: ``null`` \| `boolean` ; `item_diet_kosher?`: ``null`` \| `boolean` ; `item_diet_lactosefree?`: ``null`` \| `boolean` ; `item_diet_lowfodmap?`: ``null`` \| `boolean` ; `item_diet_lowfructose?`: ``null`` \| `boolean` ; `item_diet_porkfree?`: ``null`` \| `boolean` ; `item_diet_redmeatfree?`: ``null`` \| `boolean` ; `item_diet_vegan?`: ``null`` \| `boolean` ; `item_diet_vegetarian?`: ``null`` \| `boolean` ; `item_distribution?`: ``null`` \| `string` ; `item_id`: `string` ; `item_ingredients?`: ``null`` \| `string` ; `item_logistics`: `number` ; `item_name`: `string` ; `item_packageunit`: `string` ; `item_producturl?`: ``null`` \| `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `item_brand?`: ``null`` \| `string` ; `item_diet_dairyfree?`: ``null`` \| `boolean` ; `item_diet_diabetic?`: ``null`` \| `boolean` ; `item_diet_eggfree?`: ``null`` \| `boolean` ; `item_diet_glutenfree?`: ``null`` \| `boolean` ; `item_diet_halal?`: ``null`` \| `boolean` ; `item_diet_kosher?`: ``null`` \| `boolean` ; `item_diet_lactosefree?`: ``null`` \| `boolean` ; `item_diet_lowfodmap?`: ``null`` \| `boolean` ; `item_diet_lowfructose?`: ``null`` \| `boolean` ; `item_diet_porkfree?`: ``null`` \| `boolean` ; `item_diet_redmeatfree?`: ``null`` \| `boolean` ; `item_diet_vegan?`: ``null`` \| `boolean` ; `item_diet_vegetarian?`: ``null`` \| `boolean` ; `item_distribution?`: ``null`` \| `string` ; `item_id?`: `string` ; `item_ingredients?`: ``null`` \| `string` ; `item_logistics?`: `number` ; `item_name?`: `string` ; `item_packageunit?`: `string` ; `item_producturl?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_item_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_item_logistics"`` ; `columns`: [``"item_logistics"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_logistics"`` ; `referencedColumns`: [``"logistics_id"``] }] } ; `cake_logistics`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `logistics_code`: `string` ; `logistics_id`: `number` ; `logistics_name`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `logistics_code`: `string` ; `logistics_id`: `number` ; `logistics_name`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `logistics_code?`: `string` ; `logistics_id?`: `number` ; `logistics_name?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_logistics_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `cake_meal`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `meal_code`: `string` ; `meal_collectiondate`: `string` ; `meal_date`: `string` ; `meal_event_id`: `string` ; `meal_id`: `string` ; `meal_mealtype_id`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `meal_code`: `string` ; `meal_collectiondate`: `string` ; `meal_date`: `string` ; `meal_event_id`: `string` ; `meal_id`: `string` ; `meal_mealtype_id`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `meal_code?`: `string` ; `meal_collectiondate?`: `string` ; `meal_date?`: `string` ; `meal_event_id?`: `string` ; `meal_id?`: `string` ; `meal_mealtype_id?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_meal_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"meal_meal_event_id_fkey"`` ; `columns`: [``"meal_event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"meal_meal_mealtype_id_fkey"`` ; `columns`: [``"meal_mealtype_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_mealtype"`` ; `referencedColumns`: [``"mealtype_id"``] }] } ; `cake_mealplan`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `mealplan_dish_id`: `string` ; `mealplan_dish_multiplier`: ``null`` \| `number` ; `mealplan_id`: `string` ; `mealplan_meal_id`: `string` ; `mealplan_unit_id`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `mealplan_dish_id`: `string` ; `mealplan_dish_multiplier?`: ``null`` \| `number` ; `mealplan_id`: `string` ; `mealplan_meal_id`: `string` ; `mealplan_unit_id`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `mealplan_dish_id?`: `string` ; `mealplan_dish_multiplier?`: ``null`` \| `number` ; `mealplan_id?`: `string` ; `mealplan_meal_id?`: `string` ; `mealplan_unit_id?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_mealplan_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"mealplan_mealplan_dish_id_fkey"`` ; `columns`: [``"mealplan_dish_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_dish"`` ; `referencedColumns`: [``"dish_id"``] }, \{ `foreignKeyName`: ``"mealplan_mealplan_meal_id_fkey"`` ; `columns`: [``"mealplan_meal_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_meal"`` ; `referencedColumns`: [``"meal_id"``] }, \{ `foreignKeyName`: ``"mealplan_mealplan_unit_id_fkey"`` ; `columns`: [``"mealplan_unit_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_unit"`` ; `referencedColumns`: [``"unit_id"``] }] } ; `cake_mealtype`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `mealtype_id`: `string` ; `mealtype_name`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `mealtype_id`: `string` ; `mealtype_name`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `mealtype_id?`: `string` ; `mealtype_name?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_mealtype_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `cake_package`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `organisation_id`: `string` ; `package_ctnpkgs`: ``null`` \| `number` ; `package_id`: `string` ; `package_itemid`: `string` ; `package_palletctns`: ``null`` \| `number` ; `package_size`: `number` ; `package_type`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id`: `string` ; `package_ctnpkgs?`: ``null`` \| `number` ; `package_id`: `string` ; `package_itemid`: `string` ; `package_palletctns?`: ``null`` \| `number` ; `package_size`: `number` ; `package_type`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `package_ctnpkgs?`: ``null`` \| `number` ; `package_id?`: `string` ; `package_itemid?`: `string` ; `package_palletctns?`: ``null`` \| `number` ; `package_size?`: `number` ; `package_type?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_package_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"package_package_itemid_fkey"`` ; `columns`: [``"package_itemid"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_item"`` ; `referencedColumns`: [``"item_id"``] }] } ; `cake_recipe`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `organisation_id`: `string` ; `recipe_diettype_id`: `string` ; `recipe_dish_id`: `string` ; `recipe_id`: `string` ; `recipe_item_id`: `string` ; `recipe_qtypp`: `number` ; `recipe_uptake`: `number` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id`: `string` ; `recipe_diettype_id`: `string` ; `recipe_dish_id`: `string` ; `recipe_id`: `string` ; `recipe_item_id`: `string` ; `recipe_qtypp`: `number` ; `recipe_uptake`: `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `recipe_diettype_id?`: `string` ; `recipe_dish_id?`: `string` ; `recipe_id?`: `string` ; `recipe_item_id?`: `string` ; `recipe_qtypp?`: `number` ; `recipe_uptake?`: `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_recipe_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"recipe_dish_id_fkey"`` ; `columns`: [``"recipe_dish_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_dish"`` ; `referencedColumns`: [``"dish_id"``] }, \{ `foreignKeyName`: ``"recipe_recipe_diettype_id_fkey"`` ; `columns`: [``"recipe_diettype_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_diettype"`` ; `referencedColumns`: [``"diettype_id"``] }, \{ `foreignKeyName`: ``"recipe_recipe_item_id_fkey"`` ; `columns`: [``"recipe_item_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_item"`` ; `referencedColumns`: [``"item_id"``] }] } ; `cake_supplier`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `organisation_id`: `string` ; `supplier_contactemail`: ``null`` \| `string` ; `supplier_contactname`: ``null`` \| `string` ; `supplier_contactnumber`: ``null`` \| `string` ; `supplier_id`: `string` ; `supplier_name`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id`: `string` ; `supplier_contactemail?`: ``null`` \| `string` ; `supplier_contactname?`: ``null`` \| `string` ; `supplier_contactnumber?`: ``null`` \| `string` ; `supplier_id`: `string` ; `supplier_name`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `supplier_contactemail?`: ``null`` \| `string` ; `supplier_contactname?`: ``null`` \| `string` ; `supplier_contactnumber?`: ``null`` \| `string` ; `supplier_id?`: `string` ; `supplier_name?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_supplier_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `cake_supply`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `organisation_id`: `string` ; `supply_code`: ``null`` \| `string` ; `supply_cost`: ``null`` \| `number` ; `supply_event_id`: `string` ; `supply_id`: `string` ; `supply_packageid`: `string` ; `supply_supplier_id`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id`: `string` ; `supply_code?`: ``null`` \| `string` ; `supply_cost?`: ``null`` \| `number` ; `supply_event_id`: `string` ; `supply_id`: `string` ; `supply_packageid`: `string` ; `supply_supplier_id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `supply_code?`: ``null`` \| `string` ; `supply_cost?`: ``null`` \| `number` ; `supply_event_id?`: `string` ; `supply_id?`: `string` ; `supply_packageid?`: `string` ; `supply_supplier_id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_supply_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"supply_supply_event_id_fkey"`` ; `columns`: [``"supply_event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"supply_supply_packageid_fkey"`` ; `columns`: [``"supply_packageid"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_package"`` ; `referencedColumns`: [``"package_id"``] }, \{ `foreignKeyName`: ``"supply_supply_supplier_id_fkey"`` ; `columns`: [``"supply_supplier_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_supplier"`` ; `referencedColumns`: [``"supplier_id"``] }] } ; `cake_unit`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `organisation_id`: `string` ; `unit_contingent`: ``null`` \| `string` ; `unit_event_id`: `string` ; `unit_id`: `string` ; `unit_name`: ``null`` \| `string` ; `unit_number`: `number` ; `unit_subcamp`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id`: `string` ; `unit_contingent?`: ``null`` \| `string` ; `unit_event_id`: `string` ; `unit_id`: `string` ; `unit_name?`: ``null`` \| `string` ; `unit_number`: `number` ; `unit_subcamp?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `unit_contingent?`: ``null`` \| `string` ; `unit_event_id?`: `string` ; `unit_id?`: `string` ; `unit_name?`: ``null`` \| `string` ; `unit_number?`: `number` ; `unit_subcamp?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"cake_unit_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"unit_unit_event_id_fkey"`` ; `columns`: [``"unit_event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }] } ; `event`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `event_billing`: ``null`` \| `string` ; `event_catering_email`: ``null`` \| `string` ; `event_code`: ``null`` \| `string` ; `event_colours`: `Json` ; `event_date`: ``null`` \| `string` ; `event_days`: ``null`` \| `number` ; `event_email`: ``null`` \| `string` ; `event_id`: `string` ; `event_name`: `string` ; `event_news`: ``null`` \| `string` ; `event_participants`: ``null`` \| `number` ; `event_rounddown`: ``null`` \| `number` ; `event_typicalunit`: ``null`` \| `number` ; `event_venue`: ``null`` \| `string` ; `event_youthmultiplier`: ``null`` \| `number` ; `is_visible`: ``null`` \| `boolean` ; `organisation_id`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `event_billing?`: ``null`` \| `string` ; `event_catering_email?`: ``null`` \| `string` ; `event_code?`: ``null`` \| `string` ; `event_colours?`: `Json` ; `event_date?`: ``null`` \| `string` ; `event_days?`: ``null`` \| `number` ; `event_email?`: ``null`` \| `string` ; `event_id`: `string` ; `event_name`: `string` ; `event_news?`: ``null`` \| `string` ; `event_participants?`: ``null`` \| `number` ; `event_rounddown?`: ``null`` \| `number` ; `event_typicalunit?`: ``null`` \| `number` ; `event_venue?`: ``null`` \| `string` ; `event_youthmultiplier?`: ``null`` \| `number` ; `is_visible?`: ``null`` \| `boolean` ; `organisation_id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `event_billing?`: ``null`` \| `string` ; `event_catering_email?`: ``null`` \| `string` ; `event_code?`: ``null`` \| `string` ; `event_colours?`: `Json` ; `event_date?`: ``null`` \| `string` ; `event_days?`: ``null`` \| `number` ; `event_email?`: ``null`` \| `string` ; `event_id?`: `string` ; `event_name?`: `string` ; `event_news?`: ``null`` \| `string` ; `event_participants?`: ``null`` \| `number` ; `event_rounddown?`: ``null`` \| `number` ; `event_typicalunit?`: ``null`` \| `number` ; `event_venue?`: ``null`` \| `string` ; `event_youthmultiplier?`: ``null`` \| `number` ; `is_visible?`: ``null`` \| `boolean` ; `organisation_id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"event_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `event_app_access`: \{ `Row`: \{ `app_id`: `string` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `event_id`: `string` ; `id`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `app_id`: `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `event_id`: `string` ; `id?`: `string` ; `organisation_id`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `app_id?`: `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `event_id?`: `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"event_app_access_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"event_app_access_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_event_app_access_app_id"`` ; `columns`: [``"app_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_apps"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_event_app_access_event_id"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }] } ; `file_references`: \{ `Row`: \{ `app_id`: `string` ; `created_at`: ``null`` \| `string` ; `file_metadata`: `Json` ; `file_path`: `string` ; `id`: `string` ; `is_public`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `record_id`: `string` ; `table_name`: `string` ; `updated_at`: ``null`` \| `string` } ; `Insert`: \{ `app_id`: `string` ; `created_at?`: ``null`` \| `string` ; `file_metadata?`: `Json` ; `file_path`: `string` ; `id?`: `string` ; `is_public?`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `record_id`: `string` ; `table_name`: `string` ; `updated_at?`: ``null`` \| `string` } ; `Update`: \{ `app_id?`: `string` ; `created_at?`: ``null`` \| `string` ; `file_metadata?`: `Json` ; `file_path?`: `string` ; `id?`: `string` ; `is_public?`: ``null`` \| `boolean` ; `organisation_id?`: `string` ; `record_id?`: `string` ; `table_name?`: `string` ; `updated_at?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"file_references_app_id_fkey"`` ; `columns`: [``"app_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_apps"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"file_references_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `form_contexts`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `display_name`: `string` ; `id`: `string` ; `is_active`: ``null`` \| `boolean` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `display_name`: `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `display_name?`: `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `name?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"form_contexts_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `form_field_config`: \{ `Row`: \{ `admin_notes`: ``null`` \| `string` ; `category`: ``null`` \| `string` ; `column_name`: `string` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `display_order`: ``null`` \| `number` ; `id`: `string` ; `is_enabled`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `sensitivity_level`: ``null`` \| `string` ; `table_name`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `admin_notes?`: ``null`` \| `string` ; `category?`: ``null`` \| `string` ; `column_name`: `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `display_order?`: ``null`` \| `number` ; `id?`: `string` ; `is_enabled?`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `sensitivity_level?`: ``null`` \| `string` ; `table_name`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `admin_notes?`: ``null`` \| `string` ; `category?`: ``null`` \| `string` ; `column_name?`: `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `display_order?`: ``null`` \| `number` ; `id?`: `string` ; `is_enabled?`: ``null`` \| `boolean` ; `organisation_id?`: `string` ; `sensitivity_level?`: ``null`` \| `string` ; `table_name?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"form_field_config_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `form_fields`: \{ `Row`: \{ `column_name`: `string` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `display_options`: `Json` ; `field_description`: ``null`` \| `string` ; `field_label`: ``null`` \| `string` ; `form_id`: `string` ; `id`: `string` ; `is_active`: ``null`` \| `boolean` ; `is_required`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `sort_order`: `number` ; `table_name`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` ; `validation_rules`: `Json` } ; `Insert`: \{ `column_name`: `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `display_options?`: `Json` ; `field_description?`: ``null`` \| `string` ; `field_label?`: ``null`` \| `string` ; `form_id`: `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `is_required?`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `sort_order`: `number` ; `table_name`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `validation_rules?`: `Json` } ; `Update`: \{ `column_name?`: `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `display_options?`: `Json` ; `field_description?`: ``null`` \| `string` ; `field_label?`: ``null`` \| `string` ; `form_id?`: `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `is_required?`: ``null`` \| `boolean` ; `organisation_id?`: `string` ; `sort_order?`: `number` ; `table_name?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `validation_rules?`: `Json` } ; `Relationships`: [\{ `foreignKeyName`: ``"form_fields_form_id_fkey"`` ; `columns`: [``"form_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"forms"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"form_fields_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `form_response_values`: \{ `Row`: \{ `column_name`: `string` ; `created_at`: ``null`` \| `string` ; `form_field_id`: `string` ; `id`: `string` ; `organisation_id`: `string` ; `response_id`: `string` ; `table_name`: `string` ; `updated_at`: ``null`` \| `string` ; `value_json`: `Json` ; `value_text`: ``null`` \| `string` } ; `Insert`: \{ `column_name`: `string` ; `created_at?`: ``null`` \| `string` ; `form_field_id`: `string` ; `id?`: `string` ; `organisation_id`: `string` ; `response_id`: `string` ; `table_name`: `string` ; `updated_at?`: ``null`` \| `string` ; `value_json?`: `Json` ; `value_text?`: ``null`` \| `string` } ; `Update`: \{ `column_name?`: `string` ; `created_at?`: ``null`` \| `string` ; `form_field_id?`: `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `response_id?`: `string` ; `table_name?`: `string` ; `updated_at?`: ``null`` \| `string` ; `value_json?`: `Json` ; `value_text?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_form_response_values_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"form_response_values_form_field_id_fkey"`` ; `columns`: [``"form_field_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"form_fields"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"form_response_values_response_id_fkey"`` ; `columns`: [``"response_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"form_responses"`` ; `referencedColumns`: [``"id"``] }] } ; `form_responses`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `form_id`: `string` ; `id`: `string` ; `metadata`: `Json` ; `organisation_id`: `string` ; `respondent_id`: ``null`` \| `string` ; `status`: ``null`` \| `string` ; `submitted_at`: ``null`` \| `string` ; `target_record_id`: ``null`` \| `string` ; `target_table`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `form_id`: `string` ; `id?`: `string` ; `metadata?`: `Json` ; `organisation_id`: `string` ; `respondent_id?`: ``null`` \| `string` ; `status?`: ``null`` \| `string` ; `submitted_at?`: ``null`` \| `string` ; `target_record_id?`: ``null`` \| `string` ; `target_table?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `form_id?`: `string` ; `id?`: `string` ; `metadata?`: `Json` ; `organisation_id?`: `string` ; `respondent_id?`: ``null`` \| `string` ; `status?`: ``null`` \| `string` ; `submitted_at?`: ``null`` \| `string` ; `target_record_id?`: ``null`` \| `string` ; `target_table?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_form_responses_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"form_responses_form_id_fkey"`` ; `columns`: [``"form_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"forms"`` ; `referencedColumns`: [``"id"``] }] } ; `forms`: \{ `Row`: \{ `allow_multiple_submissions`: ``null`` \| `boolean` ; `closes_at`: ``null`` \| `string` ; `confirmation_message`: ``null`` \| `string` ; `context_id`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `event_id`: ``null`` \| `string` ; `id`: `string` ; `is_active`: ``null`` \| `boolean` ; `max_submissions`: ``null`` \| `number` ; `name`: `string` ; `opens_at`: ``null`` \| `string` ; `organisation_id`: `string` ; `slug`: `string` ; `sort_order`: ``null`` \| `number` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `allow_multiple_submissions?`: ``null`` \| `boolean` ; `closes_at?`: ``null`` \| `string` ; `confirmation_message?`: ``null`` \| `string` ; `context_id?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `max_submissions?`: ``null`` \| `number` ; `name`: `string` ; `opens_at?`: ``null`` \| `string` ; `organisation_id`: `string` ; `slug`: `string` ; `sort_order?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `allow_multiple_submissions?`: ``null`` \| `boolean` ; `closes_at?`: ``null`` \| `string` ; `confirmation_message?`: ``null`` \| `string` ; `context_id?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `max_submissions?`: ``null`` \| `number` ; `name?`: `string` ; `opens_at?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `slug?`: `string` ; `sort_order?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_forms_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"forms_context_id_fkey"`` ; `columns`: [``"context_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"form_contexts"`` ; `referencedColumns`: [``"id"``] }] } ; `medi_access_log`: \{ `Row`: \{ `access_type`: `string` ; `accessed_at`: `string` ; `accessed_by`: `string` ; `id`: `number` ; `ip_address`: `unknown` ; `justification`: ``null`` \| `string` ; `organisation_id`: `string` ; `profile_id`: ``null`` \| `number` ; `record_id`: ``null`` \| `number` ; `table_name`: `string` ; `user_agent`: ``null`` \| `string` } ; `Insert`: \{ `access_type`: `string` ; `accessed_at?`: `string` ; `accessed_by`: `string` ; `id?`: `number` ; `ip_address?`: `unknown` ; `justification?`: ``null`` \| `string` ; `organisation_id`: `string` ; `profile_id?`: ``null`` \| `number` ; `record_id?`: ``null`` \| `number` ; `table_name`: `string` ; `user_agent?`: ``null`` \| `string` } ; `Update`: \{ `access_type?`: `string` ; `accessed_at?`: `string` ; `accessed_by?`: `string` ; `id?`: `number` ; `ip_address?`: `unknown` ; `justification?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `profile_id?`: ``null`` \| `number` ; `record_id?`: ``null`` \| `number` ; `table_name?`: `string` ; `user_agent?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_medi_access_log_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"medi_access_log_profile_id_fkey"`` ; `columns`: [``"profile_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"medi_profile"`` ; `referencedColumns`: [``"id"``] }] } ; `medi_action_plan`: \{ `Row`: \{ `condition_id`: ``null`` \| `number` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `date_received`: `string` ; `description`: `string` ; `expiry_date`: ``null`` \| `string` ; `id`: `number` ; `is_current`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `plan_type`: `string` ; `reviewed_by`: ``null`` \| `string` ; `reviewed_date`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `condition_id?`: ``null`` \| `number` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `date_received`: `string` ; `description`: `string` ; `expiry_date?`: ``null`` \| `string` ; `id?`: `number` ; `is_current?`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `plan_type`: `string` ; `reviewed_by?`: ``null`` \| `string` ; `reviewed_date?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `condition_id?`: ``null`` \| `number` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `date_received?`: `string` ; `description?`: `string` ; `expiry_date?`: ``null`` \| `string` ; `id?`: `number` ; `is_current?`: ``null`` \| `boolean` ; `organisation_id?`: `string` ; `plan_type?`: `string` ; `reviewed_by?`: ``null`` \| `string` ; `reviewed_date?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_medi_action_plan_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"medi_action_plan_condition_id_fkey"`` ; `columns`: [``"condition_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"medi_condition"`` ; `referencedColumns`: [``"id"``] }] } ; `medi_condition`: \{ `Row`: \{ `aid`: ``null`` \| `string` ; `alert_description`: ``null`` \| `string` ; `condition_type_id`: ``null`` \| `number` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `custom_name`: ``null`` \| `string` ; `data_classification`: ``null`` \| `string` ; `diagnosed_by`: ``null`` \| `string` ; `diagnosed_date`: ``null`` \| `string` ; `emergency_protocol`: ``null`` \| `string` ; `id`: `number` ; `is_active`: ``null`` \| `boolean` ; `last_episode_date`: ``null`` \| `string` ; `management_plan`: ``null`` \| `string` ; `medical_alert`: ``null`` \| `boolean` ; `medication`: ``null`` \| `string` ; `name`: ``null`` \| `string` ; `notes`: ``null`` \| `string` ; `organisation_id`: `string` ; `profile_id`: ``null`` \| `number` ; `reaction`: ``null`` \| `string` ; `severity`: ``null`` \| `string` ; `treatment`: ``null`` \| `string` ; `triggers`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `aid?`: ``null`` \| `string` ; `alert_description?`: ``null`` \| `string` ; `condition_type_id?`: ``null`` \| `number` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `custom_name?`: ``null`` \| `string` ; `data_classification?`: ``null`` \| `string` ; `diagnosed_by?`: ``null`` \| `string` ; `diagnosed_date?`: ``null`` \| `string` ; `emergency_protocol?`: ``null`` \| `string` ; `id?`: `number` ; `is_active?`: ``null`` \| `boolean` ; `last_episode_date?`: ``null`` \| `string` ; `management_plan?`: ``null`` \| `string` ; `medical_alert?`: ``null`` \| `boolean` ; `medication?`: ``null`` \| `string` ; `name?`: ``null`` \| `string` ; `notes?`: ``null`` \| `string` ; `organisation_id`: `string` ; `profile_id?`: ``null`` \| `number` ; `reaction?`: ``null`` \| `string` ; `severity?`: ``null`` \| `string` ; `treatment?`: ``null`` \| `string` ; `triggers?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `aid?`: ``null`` \| `string` ; `alert_description?`: ``null`` \| `string` ; `condition_type_id?`: ``null`` \| `number` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `custom_name?`: ``null`` \| `string` ; `data_classification?`: ``null`` \| `string` ; `diagnosed_by?`: ``null`` \| `string` ; `diagnosed_date?`: ``null`` \| `string` ; `emergency_protocol?`: ``null`` \| `string` ; `id?`: `number` ; `is_active?`: ``null`` \| `boolean` ; `last_episode_date?`: ``null`` \| `string` ; `management_plan?`: ``null`` \| `string` ; `medical_alert?`: ``null`` \| `boolean` ; `medication?`: ``null`` \| `string` ; `name?`: ``null`` \| `string` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `profile_id?`: ``null`` \| `number` ; `reaction?`: ``null`` \| `string` ; `severity?`: ``null`` \| `string` ; `treatment?`: ``null`` \| `string` ; `triggers?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_medi_condition_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"medi_conditions_condition_type_id_fkey"`` ; `columns`: [``"condition_type_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"medi_condition_type"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"medi_conditions_profile_id_fkey"`` ; `columns`: [``"profile_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"medi_profile"`` ; `referencedColumns`: [``"id"``] }] } ; `medi_condition_type`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: `number` ; `is_active`: ``null`` \| `boolean` ; `name`: `string` ; `organisation_id`: `string` ; `parent_id`: ``null`` \| `number` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `is_active?`: ``null`` \| `boolean` ; `name`: `string` ; `organisation_id`: `string` ; `parent_id?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `is_active?`: ``null`` \| `boolean` ; `name?`: `string` ; `organisation_id?`: `string` ; `parent_id?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"medi_condition_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"medi_condition_types_parent_id_fkey"`` ; `columns`: [``"parent_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"medi_condition_type"`` ; `referencedColumns`: [``"id"``] }] } ; `medi_diet`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `diettype_id`: ``null`` \| `string` ; `id`: `number` ; `notes`: ``null`` \| `string` ; `organisation_id`: `string` ; `other_description`: ``null`` \| `string` ; `profile_id`: ``null`` \| `number` ; `severity`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `diettype_id?`: ``null`` \| `string` ; `id?`: `number` ; `notes?`: ``null`` \| `string` ; `organisation_id`: `string` ; `other_description?`: ``null`` \| `string` ; `profile_id?`: ``null`` \| `number` ; `severity?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `diettype_id?`: ``null`` \| `string` ; `id?`: `number` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `other_description?`: ``null`` \| `string` ; `profile_id?`: ``null`` \| `number` ; `severity?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_medi_diet_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"medi_diet_diettype_id_fkey"`` ; `columns`: [``"diettype_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"cake_diettype"`` ; `referencedColumns`: [``"diettype_id"``] }, \{ `foreignKeyName`: ``"medi_diet_profile_id_fkey"`` ; `columns`: [``"profile_id"``] ; `isOneToOne`: ``true`` ; `referencedRelation`: ``"medi_profile"`` ; `referencedColumns`: [``"id"``] }] } ; `medi_profile`: \{ `Row`: \{ `access_count`: ``null`` \| `number` ; `carer_name`: ``null`` \| `string` ; `consent_date`: ``null`` \| `string` ; `consent_given`: ``null`` \| `boolean` ; `consent_withdrawn_date`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `data_classification`: ``null`` \| `string` ; `data_retention_until`: ``null`` \| `string` ; `dietary_comments`: ``null`` \| `string` ; `has_carer`: ``null`` \| `boolean` ; `has_dietary_requirements`: ``null`` \| `boolean` ; `health_care_card_expiry`: ``null`` \| `string` ; `health_care_card_number`: ``null`` \| `string` ; `health_fund_name`: ``null`` \| `string` ; `health_fund_number`: ``null`` \| `string` ; `health_satisfactory`: ``null`` \| `boolean` ; `id`: `number` ; `is_fully_immunised`: ``null`` \| `boolean` ; `last_accessed_at`: ``null`` \| `string` ; `last_accessed_by`: ``null`` \| `string` ; `last_tetanus_date`: ``null`` \| `string` ; `medicare_expiry`: ``null`` \| `string` ; `medicare_number`: ``null`` \| `string` ; `member_id`: ``null`` \| `string` ; `menu_selection`: ``null`` \| `string` ; `organisation_id`: `string` ; `requires_support`: ``null`` \| `boolean` ; `support_details`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `access_count?`: ``null`` \| `number` ; `carer_name?`: ``null`` \| `string` ; `consent_date?`: ``null`` \| `string` ; `consent_given?`: ``null`` \| `boolean` ; `consent_withdrawn_date?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `data_classification?`: ``null`` \| `string` ; `data_retention_until?`: ``null`` \| `string` ; `dietary_comments?`: ``null`` \| `string` ; `has_carer?`: ``null`` \| `boolean` ; `has_dietary_requirements?`: ``null`` \| `boolean` ; `health_care_card_expiry?`: ``null`` \| `string` ; `health_care_card_number?`: ``null`` \| `string` ; `health_fund_name?`: ``null`` \| `string` ; `health_fund_number?`: ``null`` \| `string` ; `health_satisfactory?`: ``null`` \| `boolean` ; `id?`: `number` ; `is_fully_immunised?`: ``null`` \| `boolean` ; `last_accessed_at?`: ``null`` \| `string` ; `last_accessed_by?`: ``null`` \| `string` ; `last_tetanus_date?`: ``null`` \| `string` ; `medicare_expiry?`: ``null`` \| `string` ; `medicare_number?`: ``null`` \| `string` ; `member_id?`: ``null`` \| `string` ; `menu_selection?`: ``null`` \| `string` ; `organisation_id`: `string` ; `requires_support?`: ``null`` \| `boolean` ; `support_details?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `access_count?`: ``null`` \| `number` ; `carer_name?`: ``null`` \| `string` ; `consent_date?`: ``null`` \| `string` ; `consent_given?`: ``null`` \| `boolean` ; `consent_withdrawn_date?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `data_classification?`: ``null`` \| `string` ; `data_retention_until?`: ``null`` \| `string` ; `dietary_comments?`: ``null`` \| `string` ; `has_carer?`: ``null`` \| `boolean` ; `has_dietary_requirements?`: ``null`` \| `boolean` ; `health_care_card_expiry?`: ``null`` \| `string` ; `health_care_card_number?`: ``null`` \| `string` ; `health_fund_name?`: ``null`` \| `string` ; `health_fund_number?`: ``null`` \| `string` ; `health_satisfactory?`: ``null`` \| `boolean` ; `id?`: `number` ; `is_fully_immunised?`: ``null`` \| `boolean` ; `last_accessed_at?`: ``null`` \| `string` ; `last_accessed_by?`: ``null`` \| `string` ; `last_tetanus_date?`: ``null`` \| `string` ; `medicare_expiry?`: ``null`` \| `string` ; `medicare_number?`: ``null`` \| `string` ; `member_id?`: ``null`` \| `string` ; `menu_selection?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `requires_support?`: ``null`` \| `boolean` ; `support_details?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_medi_profile_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"medi_profile_member_id_fkey"`` ; `columns`: [``"member_id"``] ; `isOneToOne`: ``true`` ; `referencedRelation`: ``"pace_member"`` ; `referencedColumns`: [``"id"``] }] } ; `medi_profile_versions`: \{ `Row`: \{ `change_reason`: ``null`` \| `string` ; `created_at`: `string` ; `created_by`: `string` ; `data_snapshot`: `Json` ; `id`: `number` ; `organisation_id`: `string` ; `profile_id`: ``null`` \| `number` ; `version_number`: `number` } ; `Insert`: \{ `change_reason?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by`: `string` ; `data_snapshot`: `Json` ; `id?`: `number` ; `organisation_id`: `string` ; `profile_id?`: ``null`` \| `number` ; `version_number`: `number` } ; `Update`: \{ `change_reason?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: `string` ; `data_snapshot?`: `Json` ; `id?`: `number` ; `organisation_id?`: `string` ; `profile_id?`: ``null`` \| `number` ; `version_number?`: `number` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_medi_profile_versions_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"medi_profile_versions_profile_id_fkey"`` ; `columns`: [``"profile_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"medi_profile"`` ; `referencedColumns`: [``"id"``] }] } ; `mint_action_log`: \{ `Row`: \{ `action`: `string` ; `amount_minor`: ``null`` \| `number` ; `created_at`: `string` ; `gateway_ref`: ``null`` \| `string` ; `id`: `string` ; `invoice_id`: `string` ; `meta`: `Json` ; `reason`: ``null`` \| `string` } ; `Insert`: \{ `action`: `string` ; `amount_minor?`: ``null`` \| `number` ; `created_at?`: `string` ; `gateway_ref?`: ``null`` \| `string` ; `id?`: `string` ; `invoice_id`: `string` ; `meta?`: `Json` ; `reason?`: ``null`` \| `string` } ; `Update`: \{ `action?`: `string` ; `amount_minor?`: ``null`` \| `number` ; `created_at?`: `string` ; `gateway_ref?`: ``null`` \| `string` ; `id?`: `string` ; `invoice_id?`: `string` ; `meta?`: `Json` ; `reason?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"mint_action_log_invoice_id_fkey"`` ; `columns`: [``"invoice_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"mint_invoice"`` ; `referencedColumns`: [``"invoice_id"``] }] } ; `mint_audit_log`: \{ `Row`: \{ `created_at`: `string` ; `details`: `Json` ; `event_type`: `string` ; `id`: `string` ; `ip_address`: ``null`` \| `string` ; `organisation_id`: `string` ; `record_id`: `string` ; `table_name`: `string` ; `user_agent`: ``null`` \| `string` ; `user_id`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: `string` ; `details?`: `Json` ; `event_type`: `string` ; `id?`: `string` ; `ip_address?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `record_id`: `string` ; `table_name`: `string` ; `user_agent?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: `string` ; `details?`: `Json` ; `event_type?`: `string` ; `id?`: `string` ; `ip_address?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `record_id?`: `string` ; `table_name?`: `string` ; `user_agent?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Relationships`: [] } ; `mint_credit_balance`: \{ `Row`: \{ `amount`: `number` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `credit_id`: `string` ; `expires_at`: ``null`` \| `string` ; `invoice_id`: ``null`` \| `string` ; `is_used`: `boolean` ; `member_id`: `string` ; `organisation_id`: `string` ; `reason`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` ; `used_at`: ``null`` \| `string` } ; `Insert`: \{ `amount`: `number` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `credit_id?`: `string` ; `expires_at?`: ``null`` \| `string` ; `invoice_id?`: ``null`` \| `string` ; `is_used?`: `boolean` ; `member_id`: `string` ; `organisation_id`: `string` ; `reason`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `used_at?`: ``null`` \| `string` } ; `Update`: \{ `amount?`: `number` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `credit_id?`: `string` ; `expires_at?`: ``null`` \| `string` ; `invoice_id?`: ``null`` \| `string` ; `is_used?`: `boolean` ; `member_id?`: `string` ; `organisation_id?`: `string` ; `reason?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `used_at?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"credit_balance_invoice_id_fkey"`` ; `columns`: [``"invoice_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"mint_invoice"`` ; `referencedColumns`: [``"invoice_id"``] }, \{ `foreignKeyName`: ``"credit_balance_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `mint_dd_mandate_log`: \{ `Row`: \{ `created_at`: `string` ; `event`: `string` ; `id`: `string` ; `payload`: `Json` ; `payment_method_id`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: `string` ; `event`: `string` ; `id?`: `string` ; `payload?`: `Json` ; `payment_method_id?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: `string` ; `event?`: `string` ; `id?`: `string` ; `payload?`: `Json` ; `payment_method_id?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"mint_dd_mandate_log_payment_method_id_fkey"`` ; `columns`: [``"payment_method_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"mint_payment_method"`` ; `referencedColumns`: [``"payment_method_id"``] }] } ; `mint_idempotency`: \{ `Row`: \{ `first_request_at`: `string` ; `id`: `string` ; `idempotency_key`: `string` ; `last_response`: `Json` ; `scope`: `string` ; `status`: `string` } ; `Insert`: \{ `first_request_at?`: `string` ; `id?`: `string` ; `idempotency_key`: `string` ; `last_response?`: `Json` ; `scope?`: `string` ; `status`: `string` } ; `Update`: \{ `first_request_at?`: `string` ; `id?`: `string` ; `idempotency_key?`: `string` ; `last_response?`: `Json` ; `scope?`: `string` ; `status?`: `string` } ; `Relationships`: [] } ; `mint_invoice`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `greenpay_transaction_id`: ``null`` \| `string` ; `invoice_id`: `string` ; `issued_at`: `string` ; `member_id`: `string` ; `organisation_id`: `string` ; `paid_at`: ``null`` \| `string` ; `source_app`: `string` ; `source_origin`: ``null`` \| `string` ; `status`: `string` ; `total_amount`: `number` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `greenpay_transaction_id?`: ``null`` \| `string` ; `invoice_id?`: `string` ; `issued_at?`: `string` ; `member_id`: `string` ; `organisation_id`: `string` ; `paid_at?`: ``null`` \| `string` ; `source_app`: `string` ; `source_origin?`: ``null`` \| `string` ; `status`: `string` ; `total_amount`: `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `greenpay_transaction_id?`: ``null`` \| `string` ; `invoice_id?`: `string` ; `issued_at?`: `string` ; `member_id?`: `string` ; `organisation_id?`: `string` ; `paid_at?`: ``null`` \| `string` ; `source_app?`: `string` ; `source_origin?`: ``null`` \| `string` ; `status?`: `string` ; `total_amount?`: `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"invoice_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `mint_line_item`: \{ `Row`: \{ `amount`: `number` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `description`: `string` ; `fulfilled_at`: ``null`` \| `string` ; `fulfillment_status`: ``null`` \| `string` ; `invoice_id`: `string` ; `item_type`: `string` ; `line_item_id`: `string` ; `org_id`: ``null`` \| `string` ; `organisation_id`: `string` ; `proration_info`: `Json` ; `source_app`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `amount`: `number` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description`: `string` ; `fulfilled_at?`: ``null`` \| `string` ; `fulfillment_status?`: ``null`` \| `string` ; `invoice_id`: `string` ; `item_type`: `string` ; `line_item_id?`: `string` ; `org_id?`: ``null`` \| `string` ; `organisation_id`: `string` ; `proration_info?`: `Json` ; `source_app`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `amount?`: `number` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: `string` ; `fulfilled_at?`: ``null`` \| `string` ; `fulfillment_status?`: ``null`` \| `string` ; `invoice_id?`: `string` ; `item_type?`: `string` ; `line_item_id?`: `string` ; `org_id?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `proration_info?`: `Json` ; `source_app?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"line_item_invoice_id_fkey"`` ; `columns`: [``"invoice_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"mint_invoice"`` ; `referencedColumns`: [``"invoice_id"``] }, \{ `foreignKeyName`: ``"line_item_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `mint_mit_consent_log`: \{ `Row`: \{ `consent_text`: ``null`` \| `string` ; `created_at`: `string` ; `id`: `string` ; `invoice_id`: ``null`` \| `string` ; `ip`: `unknown` ; `member_id`: `string` ; `payment_method_id`: ``null`` \| `string` ; `terms_version`: ``null`` \| `string` ; `ua`: ``null`` \| `string` } ; `Insert`: \{ `consent_text?`: ``null`` \| `string` ; `created_at?`: `string` ; `id?`: `string` ; `invoice_id?`: ``null`` \| `string` ; `ip?`: `unknown` ; `member_id`: `string` ; `payment_method_id?`: ``null`` \| `string` ; `terms_version?`: ``null`` \| `string` ; `ua?`: ``null`` \| `string` } ; `Update`: \{ `consent_text?`: ``null`` \| `string` ; `created_at?`: `string` ; `id?`: `string` ; `invoice_id?`: ``null`` \| `string` ; `ip?`: `unknown` ; `member_id?`: `string` ; `payment_method_id?`: ``null`` \| `string` ; `terms_version?`: ``null`` \| `string` ; `ua?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"mint_mit_consent_log_payment_method_id_fkey"`` ; `columns`: [``"payment_method_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"mint_payment_method"`` ; `referencedColumns`: [``"payment_method_id"``] }] } ; `mint_payment_method`: \{ `Row`: \{ `bank_account_bsb`: ``null`` \| `string` ; `bank_account_last4`: ``null`` \| `string` ; `bank_account_name`: ``null`` \| `string` ; `brand`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `dd_mandate_id`: ``null`` \| `string` ; `dd_mandate_status`: ``null`` \| ``"active"`` \| ``"revoked"`` \| ``"pending"`` \| ``"failed"`` ; `expires_at`: ``null`` \| `string` ; `greenpay_token`: `string` ; `is_default`: `boolean` ; `last_four_digits`: `string` ; `member_id`: `string` ; `method_type`: `string` ; `mit_consent`: `boolean` ; `mit_consent_at`: ``null`` \| `string` ; `mit_consent_ip`: `unknown` ; `mit_consent_terms_version`: ``null`` \| `string` ; `mit_consent_text`: ``null`` \| `string` ; `mit_consent_ua`: ``null`` \| `string` ; `mit_initial_cit_at`: ``null`` \| `string` ; `mit_initial_cit_txn_id`: ``null`` \| `string` ; `organisation_id`: `string` ; `payment_method_id`: `string` ; `type`: ``"card"`` \| ``"bank"`` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` ; `validation_status`: `string` } ; `Insert`: \{ `bank_account_bsb?`: ``null`` \| `string` ; `bank_account_last4?`: ``null`` \| `string` ; `bank_account_name?`: ``null`` \| `string` ; `brand?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `dd_mandate_id?`: ``null`` \| `string` ; `dd_mandate_status?`: ``null`` \| ``"active"`` \| ``"revoked"`` \| ``"pending"`` \| ``"failed"`` ; `expires_at?`: ``null`` \| `string` ; `greenpay_token`: `string` ; `is_default?`: `boolean` ; `last_four_digits`: `string` ; `member_id`: `string` ; `method_type`: `string` ; `mit_consent?`: `boolean` ; `mit_consent_at?`: ``null`` \| `string` ; `mit_consent_ip?`: `unknown` ; `mit_consent_terms_version?`: ``null`` \| `string` ; `mit_consent_text?`: ``null`` \| `string` ; `mit_consent_ua?`: ``null`` \| `string` ; `mit_initial_cit_at?`: ``null`` \| `string` ; `mit_initial_cit_txn_id?`: ``null`` \| `string` ; `organisation_id`: `string` ; `payment_method_id?`: `string` ; `type?`: ``"card"`` \| ``"bank"`` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `validation_status?`: `string` } ; `Update`: \{ `bank_account_bsb?`: ``null`` \| `string` ; `bank_account_last4?`: ``null`` \| `string` ; `bank_account_name?`: ``null`` \| `string` ; `brand?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `dd_mandate_id?`: ``null`` \| `string` ; `dd_mandate_status?`: ``null`` \| ``"active"`` \| ``"revoked"`` \| ``"pending"`` \| ``"failed"`` ; `expires_at?`: ``null`` \| `string` ; `greenpay_token?`: `string` ; `is_default?`: `boolean` ; `last_four_digits?`: `string` ; `member_id?`: `string` ; `method_type?`: `string` ; `mit_consent?`: `boolean` ; `mit_consent_at?`: ``null`` \| `string` ; `mit_consent_ip?`: `unknown` ; `mit_consent_terms_version?`: ``null`` \| `string` ; `mit_consent_text?`: ``null`` \| `string` ; `mit_consent_ua?`: ``null`` \| `string` ; `mit_initial_cit_at?`: ``null`` \| `string` ; `mit_initial_cit_txn_id?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `payment_method_id?`: `string` ; `type?`: ``"card"`` \| ``"bank"`` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `validation_status?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"payment_method_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `mint_security_log`: \{ `Row`: \{ `action`: `string` ; `created_at`: ``null`` \| `string` ; `details`: `Json` ; `id`: `string` ; `ip_address`: ``null`` \| `string` ; `record_id`: ``null`` \| `string` ; `table_name`: ``null`` \| `string` ; `user_agent`: ``null`` \| `string` ; `user_id`: ``null`` \| `string` } ; `Insert`: \{ `action`: `string` ; `created_at?`: ``null`` \| `string` ; `details?`: `Json` ; `id?`: `string` ; `ip_address?`: ``null`` \| `string` ; `record_id?`: ``null`` \| `string` ; `table_name?`: ``null`` \| `string` ; `user_agent?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Update`: \{ `action?`: `string` ; `created_at?`: ``null`` \| `string` ; `details?`: `Json` ; `id?`: `string` ; `ip_address?`: ``null`` \| `string` ; `record_id?`: ``null`` \| `string` ; `table_name?`: ``null`` \| `string` ; `user_agent?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Relationships`: [] } ; `mint_webhook_log`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `event_type`: `string` ; `headers`: `Json` ; `invoice_id`: ``null`` \| `string` ; `organisation_id`: `string` ; `payload`: `Json` ; `processed_at`: ``null`` \| `string` ; `processing_error`: ``null`` \| `string` ; `source`: `string` ; `status`: `string` ; `transaction_id`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `webhook_log_id`: `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `event_type`: `string` ; `headers?`: `Json` ; `invoice_id?`: ``null`` \| `string` ; `organisation_id`: `string` ; `payload`: `Json` ; `processed_at?`: ``null`` \| `string` ; `processing_error?`: ``null`` \| `string` ; `source?`: `string` ; `status`: `string` ; `transaction_id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `webhook_log_id?`: `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `event_type?`: `string` ; `headers?`: `Json` ; `invoice_id?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `payload?`: `Json` ; `processed_at?`: ``null`` \| `string` ; `processing_error?`: ``null`` \| `string` ; `source?`: `string` ; `status?`: `string` ; `transaction_id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `webhook_log_id?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"webhook_log_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `note_attachments`: \{ `Row`: \{ `created_at`: `string` ; `created_by`: `string` ; `id`: `string` ; `mime_type`: ``null`` \| `string` ; `note_id`: `string` ; `organisation_id`: `string` } ; `Insert`: \{ `created_at?`: `string` ; `created_by?`: `string` ; `id?`: `string` ; `mime_type?`: ``null`` \| `string` ; `note_id`: `string` ; `organisation_id`: `string` } ; `Update`: \{ `created_at?`: `string` ; `created_by?`: `string` ; `id?`: `string` ; `mime_type?`: ``null`` \| `string` ; `note_id?`: `string` ; `organisation_id?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"note_attachments_note_id_fkey"`` ; `columns`: [``"note_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"team_internal_notes"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"note_attachments_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `organisation_app_access`: \{ `Row`: \{ `app_id`: `string` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: `string` ; `is_enabled`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `settings`: `Json` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `app_id`: `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `string` ; `is_enabled?`: ``null`` \| `boolean` ; `organisation_id`: `string` ; `settings?`: `Json` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `app_id?`: `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `string` ; `is_enabled?`: ``null`` \| `boolean` ; `organisation_id?`: `string` ; `settings?`: `Json` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"organisation_app_access_app_id_fkey"`` ; `columns`: [``"app_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_apps"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"organisation_app_access_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `organisation_audit_log`: \{ `Row`: \{ `action`: `string` ; `created_at`: `string` ; `entity_id`: ``null`` \| `string` ; `entity_type`: `string` ; `id`: `string` ; `ip_address`: `unknown` ; `new_values`: `Json` ; `old_values`: `Json` ; `organisation_id`: `string` ; `user_agent`: ``null`` \| `string` ; `user_id`: ``null`` \| `string` } ; `Insert`: \{ `action`: `string` ; `created_at?`: `string` ; `entity_id?`: ``null`` \| `string` ; `entity_type`: `string` ; `id?`: `string` ; `ip_address?`: `unknown` ; `new_values?`: `Json` ; `old_values?`: `Json` ; `organisation_id`: `string` ; `user_agent?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Update`: \{ `action?`: `string` ; `created_at?`: `string` ; `entity_id?`: ``null`` \| `string` ; `entity_type?`: `string` ; `id?`: `string` ; `ip_address?`: `unknown` ; `new_values?`: `Json` ; `old_values?`: `Json` ; `organisation_id?`: `string` ; `user_agent?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"organisation_audit_log_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `organisation_invitations`: \{ `Row`: \{ `accepted_at`: ``null`` \| `string` ; `created_at`: `string` ; `email`: `string` ; `expires_at`: `string` ; `id`: `string` ; `invited_by`: ``null`` \| `string` ; `organisation_id`: `string` ; `role`: `string` ; `updated_at`: `string` } ; `Insert`: \{ `accepted_at?`: ``null`` \| `string` ; `created_at?`: `string` ; `email`: `string` ; `expires_at?`: `string` ; `id?`: `string` ; `invited_by?`: ``null`` \| `string` ; `organisation_id`: `string` ; `role?`: `string` ; `updated_at?`: `string` } ; `Update`: \{ `accepted_at?`: ``null`` \| `string` ; `created_at?`: `string` ; `email?`: `string` ; `expires_at?`: `string` ; `id?`: `string` ; `invited_by?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `role?`: `string` ; `updated_at?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"organisation_invitations_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `organisation_settings`: \{ `Row`: \{ `address`: `Json` ; `contact_email`: ``null`` \| `string` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `currency`: ``null`` \| `string` ; `custom_css`: ``null`` \| `string` ; `date_format`: ``null`` \| `string` ; `email_templates`: `Json` ; `joining_fee`: ``null`` \| `number` ; `language`: ``null`` \| `string` ; `notification_settings`: `Json` ; `organisation_id`: `string` ; `phone`: ``null`` \| `string` ; `primary_color`: ``null`` \| `string` ; `recurring_fee`: ``null`` \| `number` ; `secondary_color`: ``null`` \| `string` ; `timezone`: ``null`` \| `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `address?`: `Json` ; `contact_email?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `currency?`: ``null`` \| `string` ; `custom_css?`: ``null`` \| `string` ; `date_format?`: ``null`` \| `string` ; `email_templates?`: `Json` ; `joining_fee?`: ``null`` \| `number` ; `language?`: ``null`` \| `string` ; `notification_settings?`: `Json` ; `organisation_id`: `string` ; `phone?`: ``null`` \| `string` ; `primary_color?`: ``null`` \| `string` ; `recurring_fee?`: ``null`` \| `number` ; `secondary_color?`: ``null`` \| `string` ; `timezone?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `address?`: `Json` ; `contact_email?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `currency?`: ``null`` \| `string` ; `custom_css?`: ``null`` \| `string` ; `date_format?`: ``null`` \| `string` ; `email_templates?`: `Json` ; `joining_fee?`: ``null`` \| `number` ; `language?`: ``null`` \| `string` ; `notification_settings?`: `Json` ; `organisation_id?`: `string` ; `phone?`: ``null`` \| `string` ; `primary_color?`: ``null`` \| `string` ; `recurring_fee?`: ``null`` \| `number` ; `secondary_color?`: ``null`` \| `string` ; `timezone?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"organisation_settings_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``true`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `organisations`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `display_name`: `string` ; `id`: `string` ; `is_active`: ``null`` \| `boolean` ; `name`: `string` ; `parent_id`: ``null`` \| `string` ; `settings`: `Json` ; `subscription_tier`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `display_name`: `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `name`: `string` ; `parent_id?`: ``null`` \| `string` ; `settings?`: `Json` ; `subscription_tier?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `display_name?`: `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `name?`: `string` ; `parent_id?`: ``null`` \| `string` ; `settings?`: `Json` ; `subscription_tier?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"organisations_parent_id_fkey"`` ; `columns`: [``"parent_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_consent`: \{ `Row`: \{ `consent_type_id`: `number` ; `created_at`: ``null`` \| `string` ; `date_given`: ``null`` \| `string` ; `date_revoked`: ``null`` \| `string` ; `given`: `boolean` ; `id`: `string` ; `member_id`: `string` ; `notes`: ``null`` \| `string` ; `organisation_id`: `string` ; `recorded_by`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` } ; `Insert`: \{ `consent_type_id`: `number` ; `created_at?`: ``null`` \| `string` ; `date_given?`: ``null`` \| `string` ; `date_revoked?`: ``null`` \| `string` ; `given`: `boolean` ; `id?`: `string` ; `member_id`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id`: `string` ; `recorded_by?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` } ; `Update`: \{ `consent_type_id?`: `number` ; `created_at?`: ``null`` \| `string` ; `date_given?`: ``null`` \| `string` ; `date_revoked?`: ``null`` \| `string` ; `given?`: `boolean` ; `id?`: `string` ; `member_id?`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `recorded_by?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"consents_consent_type_id_fkey"`` ; `columns`: [``"consent_type_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_consent_type"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"consents_member_id_fkey1"`` ; `columns`: [``"member_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_member"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_pace_consent_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_consent_type`: \{ `Row`: \{ `active`: ``null`` \| `boolean` ; `category`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `id`: `number` ; `key`: `string` ; `label`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` } ; `Insert`: \{ `active?`: ``null`` \| `boolean` ; `category?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `id?`: `number` ; `key`: `string` ; `label`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` } ; `Update`: \{ `active?`: ``null`` \| `boolean` ; `category?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `id?`: `number` ; `key?`: `string` ; `label?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_consent_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_contact`: \{ `Row`: \{ `contact_person_id`: ``null`` \| `string` ; `contact_type_id`: ``null`` \| `number` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `expires_at`: ``null`` \| `string` ; `granted_at`: ``null`` \| `string` ; `id`: `string` ; `member_id`: ``null`` \| `string` ; `organisation_id`: `string` ; `permission_type`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `contact_person_id?`: ``null`` \| `string` ; `contact_type_id?`: ``null`` \| `number` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `expires_at?`: ``null`` \| `string` ; `granted_at?`: ``null`` \| `string` ; `id?`: `string` ; `member_id?`: ``null`` \| `string` ; `organisation_id`: `string` ; `permission_type?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `contact_person_id?`: ``null`` \| `string` ; `contact_type_id?`: ``null`` \| `number` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `expires_at?`: ``null`` \| `string` ; `granted_at?`: ``null`` \| `string` ; `id?`: `string` ; `member_id?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `permission_type?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_pace_contact_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_contact_related_person_id_fkey"`` ; `columns`: [``"contact_person_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_person"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_contact_relationship_type_id_fkey"`` ; `columns`: [``"contact_type_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_contact_type"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_member_permissions_member_id_fkey"`` ; `columns`: [``"member_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_member"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_contact_type`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `sort_order`: ``null`` \| `number` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `sort_order?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name?`: `string` ; `organisation_id?`: `string` ; `sort_order?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_contact_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_gender_type`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_gender_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_identification`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `document_number`: ``null`` \| `string` ; `expiry_date`: ``null`` \| `string` ; `id`: `string` ; `identification_type_id`: ``null`` \| `number` ; `issue_city`: ``null`` \| `string` ; `issue_country`: ``null`` \| `string` ; `issue_date`: ``null`` \| `string` ; `issue_state`: ``null`` \| `string` ; `member_id`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `verified`: ``null`` \| `boolean` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `document_number?`: ``null`` \| `string` ; `expiry_date?`: ``null`` \| `string` ; `id?`: `string` ; `identification_type_id?`: ``null`` \| `number` ; `issue_city?`: ``null`` \| `string` ; `issue_country?`: ``null`` \| `string` ; `issue_date?`: ``null`` \| `string` ; `issue_state?`: ``null`` \| `string` ; `member_id`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `verified?`: ``null`` \| `boolean` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `document_number?`: ``null`` \| `string` ; `expiry_date?`: ``null`` \| `string` ; `id?`: `string` ; `identification_type_id?`: ``null`` \| `number` ; `issue_city?`: ``null`` \| `string` ; `issue_country?`: ``null`` \| `string` ; `issue_date?`: ``null`` \| `string` ; `issue_state?`: ``null`` \| `string` ; `member_id?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `verified?`: ``null`` \| `boolean` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_pace_identification_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_pace_identification_type_id"`` ; `columns`: [``"identification_type_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_identification_type"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_identification_member_id_fkey"`` ; `columns`: [``"member_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_member"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_identification_type`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `id`: `number` ; `is_active`: ``null`` \| `boolean` ; `name`: `string` ; `organisation_id`: `string` ; `sort_order`: ``null`` \| `number` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `id?`: `undefined` ; `is_active?`: ``null`` \| `boolean` ; `name`: `string` ; `organisation_id`: `string` ; `sort_order?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `id?`: `undefined` ; `is_active?`: ``null`` \| `boolean` ; `name?`: `string` ; `organisation_id?`: `string` ; `sort_order?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_identification_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_member`: \{ `Row`: \{ `address_id`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `date_of_birth`: ``null`` \| `string` ; `deleted_at`: ``null`` \| `string` ; `gender_id`: ``null`` \| `number` ; `id`: `string` ; `membership_number`: ``null`` \| `string` ; `membership_status`: ``null`` \| ``"Provisional"`` \| ``"Cancelled"`` \| ``"Active"`` \| ``"Suspended"`` \| ``"Resigned"`` ; `membership_type_id`: ``null`` \| `number` ; `organisation_id`: `string` ; `person_id`: ``null`` \| `string` ; `postal_address`: ``null`` \| `string` ; `pronoun_id`: ``null`` \| `number` ; `residential_address`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `address_id?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `date_of_birth?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `gender_id?`: ``null`` \| `number` ; `id?`: `string` ; `membership_number?`: ``null`` \| `string` ; `membership_status?`: ``null`` \| ``"Provisional"`` \| ``"Cancelled"`` \| ``"Active"`` \| ``"Suspended"`` \| ``"Resigned"`` ; `membership_type_id?`: ``null`` \| `number` ; `organisation_id`: `string` ; `person_id?`: ``null`` \| `string` ; `postal_address?`: ``null`` \| `string` ; `pronoun_id?`: ``null`` \| `number` ; `residential_address?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `address_id?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `date_of_birth?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `gender_id?`: ``null`` \| `number` ; `id?`: `string` ; `membership_number?`: ``null`` \| `string` ; `membership_status?`: ``null`` \| ``"Provisional"`` \| ``"Cancelled"`` \| ``"Active"`` \| ``"Suspended"`` \| ``"Resigned"`` ; `membership_type_id?`: ``null`` \| `number` ; `organisation_id?`: `string` ; `person_id?`: ``null`` \| `string` ; `postal_address?`: ``null`` \| `string` ; `pronoun_id?`: ``null`` \| `number` ; `residential_address?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_member_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_member_person_id_fkey"`` ; `columns`: [``"person_id"``] ; `isOneToOne`: ``true`` ; `referencedRelation`: ``"pace_person"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_members_gender_id_fkey"`` ; `columns`: [``"gender_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_gender_type"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_members_membership_type_id_fkey"`` ; `columns`: [``"membership_type_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_membership_type"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_members_pronoun_id_fkey"`` ; `columns`: [``"pronoun_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_pronoun_type"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_member_role`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `deleted_at`: ``null`` \| `string` ; `end_date`: ``null`` \| `string` ; `id`: `string` ; `member_id`: ``null`` \| `string` ; `organisation_id`: `string` ; `role_id`: ``null`` \| `number` ; `start_date`: `string` ; `unit_id`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `end_date?`: ``null`` \| `string` ; `id?`: `string` ; `member_id?`: ``null`` \| `string` ; `organisation_id`: `string` ; `role_id?`: ``null`` \| `number` ; `start_date`: `string` ; `unit_id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `end_date?`: ``null`` \| `string` ; `id?`: `string` ; `member_id?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `role_id?`: ``null`` \| `number` ; `start_date?`: `string` ; `unit_id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_member_role_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_member_roles_member_id_fkey"`` ; `columns`: [``"member_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_member"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_member_roles_role_id_fkey"`` ; `columns`: [``"role_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_role_type"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"team_member_roles_unit_id_fkey"`` ; `columns`: [``"unit_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"team_unit"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_membership_type`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: `number` ; `is_active`: ``null`` \| `boolean` ; `max_age`: ``null`` \| `number` ; `min_age`: ``null`` \| `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `is_active?`: ``null`` \| `boolean` ; `max_age?`: ``null`` \| `number` ; `min_age?`: ``null`` \| `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `is_active?`: ``null`` \| `boolean` ; `max_age?`: ``null`` \| `number` ; `min_age?`: ``null`` \| `number` ; `name?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_membership_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_merchandise`: \{ `Row`: \{ `category`: ``null`` \| `string` ; `color`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `event_id`: ``null`` \| `string` ; `id`: `string` ; `name`: `string` ; `organisation_id`: `string` ; `person_id`: ``null`` \| `string` ; `price`: ``null`` \| `number` ; `size`: ``null`` \| `string` ; `sku`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` } ; `Insert`: \{ `category?`: ``null`` \| `string` ; `color?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `id?`: `string` ; `name`: `string` ; `organisation_id`: `string` ; `person_id?`: ``null`` \| `string` ; `price?`: ``null`` \| `number` ; `size?`: ``null`` \| `string` ; `sku?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` } ; `Update`: \{ `category?`: ``null`` \| `string` ; `color?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `id?`: `string` ; `name?`: `string` ; `organisation_id?`: `string` ; `person_id?`: ``null`` \| `string` ; `price?`: ``null`` \| `number` ; `size?`: ``null`` \| `string` ; `sku?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_merchandise_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"pace_merchandise_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_merchandise_person_id_fkey"`` ; `columns`: [``"person_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_person"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_person`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `deleted_at`: ``null`` \| `string` ; `email`: ``null`` \| `string` ; `first_name`: `string` ; `id`: `string` ; `last_name`: `string` ; `middle_name`: ``null`` \| `string` ; `preferred_name`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` ; `user_id`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `email?`: ``null`` \| `string` ; `first_name`: `string` ; `id?`: `string` ; `last_name`: `string` ; `middle_name?`: ``null`` \| `string` ; `preferred_name?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `email?`: ``null`` \| `string` ; `first_name?`: `string` ; `id?`: `string` ; `last_name?`: `string` ; `middle_name?`: ``null`` \| `string` ; `preferred_name?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Relationships`: [] } ; `pace_phone`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `deleted_at`: ``null`` \| `string` ; `id`: `string` ; `organisation_id`: `string` ; `person_id`: ``null`` \| `string` ; `phone_number`: `string` ; `phone_type_id`: ``null`` \| `number` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id`: `string` ; `person_id?`: ``null`` \| `string` ; `phone_number`: `string` ; `phone_type_id?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `person_id?`: ``null`` \| `string` ; `phone_number?`: `string` ; `phone_type_id?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_pace_phone_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"team_phones_contact_id_fkey"`` ; `columns`: [``"person_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_person"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"team_phones_phone_type_id_fkey"`` ; `columns`: [``"phone_type_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_phone_type"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_phone_type`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_phone_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_pronoun_type`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_pronoun_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_qualification`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `credential_id`: ``null`` \| `string` ; `expiry_date`: ``null`` \| `string` ; `id`: `string` ; `institution`: ``null`` \| `string` ; `issued_date`: ``null`` \| `string` ; `member_id`: `string` ; `organisation_id`: `string` ; `title`: `string` ; `updated_at`: ``null`` \| `string` ; `verified`: ``null`` \| `boolean` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `credential_id?`: ``null`` \| `string` ; `expiry_date?`: ``null`` \| `string` ; `id?`: `string` ; `institution?`: ``null`` \| `string` ; `issued_date?`: ``null`` \| `string` ; `member_id`: `string` ; `organisation_id`: `string` ; `title`: `string` ; `updated_at?`: ``null`` \| `string` ; `verified?`: ``null`` \| `boolean` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `credential_id?`: ``null`` \| `string` ; `expiry_date?`: ``null`` \| `string` ; `id?`: `string` ; `institution?`: ``null`` \| `string` ; `issued_date?`: ``null`` \| `string` ; `member_id?`: `string` ; `organisation_id?`: `string` ; `title?`: `string` ; `updated_at?`: ``null`` \| `string` ; `verified?`: ``null`` \| `boolean` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_pace_qualification_organisation_id"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"pace_qualification_member_id_fkey"`` ; `columns`: [``"member_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_member"`` ; `referencedColumns`: [``"id"``] }] } ; `pace_role_type`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `number` ; `name?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pace_role_type_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `public_rate_limits`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `identifier`: `string` ; `requests`: ``null`` \| `number` ; `updated_at`: ``null`` \| `string` ; `window_start`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `identifier`: `string` ; `requests?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `window_start?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `identifier?`: `string` ; `requests?`: ``null`` \| `number` ; `updated_at?`: ``null`` \| `string` ; `window_start?`: ``null`` \| `string` } ; `Relationships`: [] } ; `pump_comms_log`: \{ `Row`: \{ `body`: `string` ; `clicks`: ``null`` \| `number` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `event_id`: ``null`` \| `string` ; `from_address`: ``null`` \| `string` ; `id`: `string` ; `opens`: ``null`` \| `number` ; `organisation_id`: `string` ; `recipients`: `Json` ; `reply_to_address`: ``null`` \| `string` ; `response_metadata`: `Json` ; `scheduled_at`: ``null`` \| `string` ; `sender_id`: `string` ; `sent_at`: ``null`` \| `string` ; `status`: `string` ; `subject`: ``null`` \| `string` ; `template_slug`: ``null`` \| `string` ; `type`: `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `body`: `string` ; `clicks?`: ``null`` \| `number` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `from_address?`: ``null`` \| `string` ; `id?`: `string` ; `opens?`: ``null`` \| `number` ; `organisation_id`: `string` ; `recipients`: `Json` ; `reply_to_address?`: ``null`` \| `string` ; `response_metadata?`: `Json` ; `scheduled_at?`: ``null`` \| `string` ; `sender_id`: `string` ; `sent_at?`: ``null`` \| `string` ; `status?`: `string` ; `subject?`: ``null`` \| `string` ; `template_slug?`: ``null`` \| `string` ; `type`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `body?`: `string` ; `clicks?`: ``null`` \| `number` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `from_address?`: ``null`` \| `string` ; `id?`: `string` ; `opens?`: ``null`` \| `number` ; `organisation_id?`: `string` ; `recipients?`: `Json` ; `reply_to_address?`: ``null`` \| `string` ; `response_metadata?`: `Json` ; `scheduled_at?`: ``null`` \| `string` ; `sender_id?`: `string` ; `sent_at?`: ``null`` \| `string` ; `status?`: `string` ; `subject?`: ``null`` \| `string` ; `template_slug?`: ``null`` \| `string` ; `type?`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [] } ; `pump_comms_template`: \{ `Row`: \{ `body`: `string` ; `created_at`: `string` ; `created_by`: `string` ; `id`: `string` ; `organisation_id`: `string` ; `slug`: `string` ; `subject`: ``null`` \| `string` ; `type`: `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `body`: `string` ; `created_at?`: `string` ; `created_by`: `string` ; `id?`: `string` ; `organisation_id`: `string` ; `slug`: `string` ; `subject?`: ``null`` \| `string` ; `type`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `body?`: `string` ; `created_at?`: `string` ; `created_by?`: `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `slug?`: `string` ; `subject?`: ``null`` \| `string` ; `type?`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [] } ; `pump_org_settings`: \{ `Row`: \{ `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `default_from_address`: ``null`` \| `string` ; `default_reply_to_address`: ``null`` \| `string` ; `email_footer_html`: ``null`` \| `string` ; `email_header_html`: ``null`` \| `string` ; `id`: `string` ; `organisation_id`: `string` ; `sms_from_number`: ``null`` \| `string` ; `sms_messaging_service_sid`: ``null`` \| `string` ; `sms_opt_out_footer`: ``null`` \| `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `default_from_address?`: ``null`` \| `string` ; `default_reply_to_address?`: ``null`` \| `string` ; `email_footer_html?`: ``null`` \| `string` ; `email_header_html?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id`: `string` ; `sms_from_number?`: ``null`` \| `string` ; `sms_messaging_service_sid?`: ``null`` \| `string` ; `sms_opt_out_footer?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `default_from_address?`: ``null`` \| `string` ; `default_reply_to_address?`: ``null`` \| `string` ; `email_footer_html?`: ``null`` \| `string` ; `email_header_html?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `sms_from_number?`: ``null`` \| `string` ; `sms_messaging_service_sid?`: ``null`` \| `string` ; `sms_opt_out_footer?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [] } ; `pump_scheduled_jobs`: \{ `Row`: \{ `attempts`: ``null`` \| `number` ; `comms_log_id`: `string` ; `created_at`: `string` ; `id`: `string` ; `last_error`: ``null`` \| `string` ; `scheduled_for`: `string` ; `status`: `string` ; `updated_at`: `string` } ; `Insert`: \{ `attempts?`: ``null`` \| `number` ; `comms_log_id`: `string` ; `created_at?`: `string` ; `id?`: `string` ; `last_error?`: ``null`` \| `string` ; `scheduled_for`: `string` ; `status?`: `string` ; `updated_at?`: `string` } ; `Update`: \{ `attempts?`: ``null`` \| `number` ; `comms_log_id?`: `string` ; `created_at?`: `string` ; `id?`: `string` ; `last_error?`: ``null`` \| `string` ; `scheduled_for?`: `string` ; `status?`: `string` ; `updated_at?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"pump_scheduled_jobs_comms_log_id_fkey"`` ; `columns`: [``"comms_log_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pump_comms_log"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_app_pages`: \{ `Row`: \{ `app_id`: `string` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `id`: `string` ; `page_description`: ``null`` \| `string` ; `page_name`: `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `app_id`: `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `string` ; `page_description?`: ``null`` \| `string` ; `page_name`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `app_id?`: `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `id?`: `string` ; `page_description?`: ``null`` \| `string` ; `page_name?`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_app_pages_app_id"`` ; `columns`: [``"app_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_apps"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_apps`: \{ `Row`: \{ `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `display_name`: `string` ; `id`: `string` ; `is_active`: ``null`` \| `boolean` ; `name`: `string` ; `organisation_id`: `string` ; `requires_event`: ``null`` \| `boolean` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `display_name`: `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `name`: `string` ; `organisation_id`: `string` ; `requires_event?`: ``null`` \| `boolean` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `display_name?`: `string` ; `id?`: `string` ; `is_active?`: ``null`` \| `boolean` ; `name?`: `string` ; `organisation_id?`: `string` ; `requires_event?`: ``null`` \| `boolean` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_apps_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_audit_events`: \{ `Row`: \{ `app_id`: ``null`` \| `string` ; `bypass`: ``null`` \| `boolean` ; `created_at`: ``null`` \| `string` ; `decision`: ``null`` \| `boolean` ; `duration_ms`: ``null`` \| `number` ; `event_id`: ``null`` \| `string` ; `event_type`: `string` ; `id`: `string` ; `metadata`: `Json` ; `organisation_id`: `string` ; `page_id`: ``null`` \| `string` ; `permission`: ``null`` \| `string` ; `source`: ``null`` \| `string` ; `user_id`: `string` } ; `Insert`: \{ `app_id?`: ``null`` \| `string` ; `bypass?`: ``null`` \| `boolean` ; `created_at?`: ``null`` \| `string` ; `decision?`: ``null`` \| `boolean` ; `duration_ms?`: ``null`` \| `number` ; `event_id?`: ``null`` \| `string` ; `event_type`: `string` ; `id?`: `string` ; `metadata?`: `Json` ; `organisation_id`: `string` ; `page_id?`: ``null`` \| `string` ; `permission?`: ``null`` \| `string` ; `source?`: ``null`` \| `string` ; `user_id`: `string` } ; `Update`: \{ `app_id?`: ``null`` \| `string` ; `bypass?`: ``null`` \| `boolean` ; `created_at?`: ``null`` \| `string` ; `decision?`: ``null`` \| `boolean` ; `duration_ms?`: ``null`` \| `number` ; `event_id?`: ``null`` \| `string` ; `event_type?`: `string` ; `id?`: `string` ; `metadata?`: `Json` ; `organisation_id?`: `string` ; `page_id?`: ``null`` \| `string` ; `permission?`: ``null`` \| `string` ; `source?`: ``null`` \| `string` ; `user_id?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_audit_events_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_auth_attempts`: \{ `Row`: \{ `attempt_time`: ``null`` \| `string` ; `attempts`: ``null`` \| `number` ; `created_at`: ``null`` \| `string` ; `identifier`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `window_start`: ``null`` \| `string` } ; `Insert`: \{ `attempt_time?`: ``null`` \| `string` ; `attempts?`: ``null`` \| `number` ; `created_at?`: ``null`` \| `string` ; `identifier`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `window_start?`: ``null`` \| `string` } ; `Update`: \{ `attempt_time?`: ``null`` \| `string` ; `attempts?`: ``null`` \| `number` ; `created_at?`: ``null`` \| `string` ; `identifier?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `window_start?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_auth_attempts_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_event_app_roles`: \{ `Row`: \{ `app_id`: `string` ; `event_id`: `string` ; `granted_at`: ``null`` \| `string` ; `granted_by`: ``null`` \| `string` ; `id`: `string` ; `organisation_id`: `string` ; `role`: ``"viewer"`` \| ``"participant"`` \| ``"planner"`` \| ``"event_admin"`` ; `status`: `string` ; `user_id`: `string` ; `valid_from`: ``null`` \| `string` ; `valid_to`: ``null`` \| `string` } ; `Insert`: \{ `app_id`: `string` ; `event_id`: `string` ; `granted_at?`: ``null`` \| `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id`: `string` ; `role`: ``"viewer"`` \| ``"participant"`` \| ``"planner"`` \| ``"event_admin"`` ; `status?`: `string` ; `user_id`: `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Update`: \{ `app_id?`: `string` ; `event_id?`: `string` ; `granted_at?`: ``null`` \| `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `role?`: ``"viewer"`` \| ``"participant"`` \| ``"planner"`` \| ``"event_admin"`` ; `status?`: `string` ; `user_id?`: `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_rbac_event_app_roles_app_id"`` ; `columns`: [``"app_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_apps"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_event_app_roles_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"rbac_event_app_roles_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_function_backup`: \{ `Row`: \{ `backup_reason`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `function_definition`: `string` ; `function_name`: `string` ; `id`: `string` } ; `Insert`: \{ `backup_reason?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `function_definition`: `string` ; `function_name`: `string` ; `id?`: `string` } ; `Update`: \{ `backup_reason?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `function_definition?`: `string` ; `function_name?`: `string` ; `id?`: `string` } ; `Relationships`: [] } ; `rbac_global_roles`: \{ `Row`: \{ `granted_at`: ``null`` \| `string` ; `granted_by`: ``null`` \| `string` ; `id`: `string` ; `organisation_id`: `string` ; `role`: ``"super_admin"`` ; `user_id`: `string` ; `valid_from`: ``null`` \| `string` ; `valid_to`: ``null`` \| `string` } ; `Insert`: \{ `granted_at?`: ``null`` \| `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id`: `string` ; `role`: ``"super_admin"`` ; `user_id`: `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Update`: \{ `granted_at?`: ``null`` \| `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `role?`: ``"super_admin"`` ; `user_id?`: `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_global_roles_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_organisation_roles`: \{ `Row`: \{ `created_at`: `string` ; `granted_at`: `string` ; `granted_by`: ``null`` \| `string` ; `id`: `string` ; `notes`: ``null`` \| `string` ; `organisation_id`: `string` ; `revoked_at`: ``null`` \| `string` ; `revoked_by`: ``null`` \| `string` ; `role`: ``"org_admin"`` \| ``"leader"`` \| ``"member"`` \| ``"supporter"`` ; `status`: `string` ; `updated_at`: `string` ; `user_id`: `string` ; `valid_from`: ``null`` \| `string` ; `valid_to`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: `string` ; `granted_at?`: `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id`: `string` ; `revoked_at?`: ``null`` \| `string` ; `revoked_by?`: ``null`` \| `string` ; `role`: ``"org_admin"`` \| ``"leader"`` \| ``"member"`` \| ``"supporter"`` ; `status?`: `string` ; `updated_at?`: `string` ; `user_id`: `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: `string` ; `granted_at?`: `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `revoked_at?`: ``null`` \| `string` ; `revoked_by?`: ``null`` \| `string` ; `role?`: ``"org_admin"`` \| ``"leader"`` \| ``"member"`` \| ``"supporter"`` ; `status?`: `string` ; `updated_at?`: `string` ; `user_id?`: `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_organisation_roles_new_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"user_id"``] }] } ; `rbac_page_permissions`: \{ `Row`: \{ `allowed`: `boolean` ; `app_page_id`: `string` ; `created_at`: ``null`` \| `string` ; `id`: `string` ; `operation`: `string` ; `organisation_id`: `string` ; `role_name`: `string` ; `updated_at`: ``null`` \| `string` } ; `Insert`: \{ `allowed?`: `boolean` ; `app_page_id`: `string` ; `created_at?`: ``null`` \| `string` ; `id?`: `string` ; `operation`: `string` ; `organisation_id`: `string` ; `role_name`: `string` ; `updated_at?`: ``null`` \| `string` } ; `Update`: \{ `allowed?`: `boolean` ; `app_page_id?`: `string` ; `created_at?`: ``null`` \| `string` ; `id?`: `string` ; `operation?`: `string` ; `organisation_id?`: `string` ; `role_name?`: `string` ; `updated_at?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_rbac_page_permissions_app_page_id"`` ; `columns`: [``"app_page_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_app_pages"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_page_permissions_app_page_id_fkey"`` ; `columns`: [``"app_page_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_app_pages"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_page_permissions_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_policy_audit`: \{ `Row`: \{ `action`: `string` ; `changed_at`: ``null`` \| `string` ; `changed_by`: ``null`` \| `string` ; `error_message`: ``null`` \| `string` ; `id`: `string` ; `new_policy_sql`: ``null`` \| `string` ; `old_policy_sql`: ``null`` \| `string` ; `operation`: `string` ; `policy_name`: `string` ; `success`: `boolean` ; `table_name`: `string` } ; `Insert`: \{ `action`: `string` ; `changed_at?`: ``null`` \| `string` ; `changed_by?`: ``null`` \| `string` ; `error_message?`: ``null`` \| `string` ; `id?`: `string` ; `new_policy_sql?`: ``null`` \| `string` ; `old_policy_sql?`: ``null`` \| `string` ; `operation`: `string` ; `policy_name`: `string` ; `success?`: `boolean` ; `table_name`: `string` } ; `Update`: \{ `action?`: `string` ; `changed_at?`: ``null`` \| `string` ; `changed_by?`: ``null`` \| `string` ; `error_message?`: ``null`` \| `string` ; `id?`: `string` ; `new_policy_sql?`: ``null`` \| `string` ; `old_policy_sql?`: ``null`` \| `string` ; `operation?`: `string` ; `policy_name?`: `string` ; `success?`: `boolean` ; `table_name?`: `string` } ; `Relationships`: [] } ; `rbac_policy_configs`: \{ `Row`: \{ `app_name`: `string` ; `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `event_column`: ``null`` \| `string` ; `id`: `string` ; `is_active`: `boolean` ; `operations`: `string`[] ; `organisation_column`: `string` ; `page_name`: `string` ; `table_name`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `app_name?`: `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `event_column?`: ``null`` \| `string` ; `id?`: `string` ; `is_active?`: `boolean` ; `operations?`: `string`[] ; `organisation_column?`: `string` ; `page_name`: `string` ; `table_name`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `app_name?`: `string` ; `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `event_column?`: ``null`` \| `string` ; `id?`: `string` ; `is_active?`: `boolean` ; `operations?`: `string`[] ; `organisation_column?`: `string` ; `page_name?`: `string` ; `table_name?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [] } ; `rbac_user_login_history`: \{ `Row`: \{ `app_id`: ``null`` \| `string` ; `email`: `string` ; `event_id`: ``null`` \| `string` ; `id`: `string` ; `ip_address`: ``null`` \| `string` ; `login_timestamp`: `string` ; `organisation_id`: `string` ; `session_id`: `string` ; `user_agent`: ``null`` \| `string` ; `user_id`: `string` } ; `Insert`: \{ `app_id?`: ``null`` \| `string` ; `email`: `string` ; `event_id?`: ``null`` \| `string` ; `id?`: `string` ; `ip_address?`: ``null`` \| `string` ; `login_timestamp?`: `string` ; `organisation_id`: `string` ; `session_id`: `string` ; `user_agent?`: ``null`` \| `string` ; `user_id`: `string` } ; `Update`: \{ `app_id?`: ``null`` \| `string` ; `email?`: `string` ; `event_id?`: ``null`` \| `string` ; `id?`: `string` ; `ip_address?`: ``null`` \| `string` ; `login_timestamp?`: `string` ; `organisation_id?`: `string` ; `session_id?`: `string` ; `user_agent?`: ``null`` \| `string` ; `user_id?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_user_login_history_event"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"fk_user_login_history_user_profiles"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_user_login_history_user_profiles"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_user_login_history_user_profiles"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"user_id"``] }] } ; `rbac_user_profiles`: \{ `Row`: \{ `created_at`: `string` ; `email`: `string` ; `full_name`: ``null`` \| `string` ; `id`: `string` ; `organisation_id`: ``null`` \| `string` ; `updated_at`: `string` } ; `Insert`: \{ `created_at?`: `string` ; `email`: `string` ; `full_name?`: ``null`` \| `string` ; `id`: `string` ; `organisation_id?`: ``null`` \| `string` ; `updated_at?`: `string` } ; `Update`: \{ `created_at?`: `string` ; `email?`: `string` ; `full_name?`: ``null`` \| `string` ; `id?`: `string` ; `organisation_id?`: ``null`` \| `string` ; `updated_at?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_user_profiles_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_user_sessions`: \{ `Row`: \{ `app_id`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `device_fingerprint`: ``null`` \| `string` ; `event_id`: ``null`` \| `string` ; `expires_at`: ``null`` \| `string` ; `id`: `string` ; `ip_address`: `unknown` ; `is_valid`: ``null`` \| `boolean` ; `metadata`: `Json` ; `organisation_id`: `string` ; `session_type`: `string` ; `user_agent`: ``null`` \| `string` ; `user_id`: `string` } ; `Insert`: \{ `app_id?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `device_fingerprint?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `expires_at?`: ``null`` \| `string` ; `id?`: `string` ; `ip_address?`: `unknown` ; `is_valid?`: ``null`` \| `boolean` ; `metadata?`: `Json` ; `organisation_id`: `string` ; `session_type`: `string` ; `user_agent?`: ``null`` \| `string` ; `user_id`: `string` } ; `Update`: \{ `app_id?`: ``null`` \| `string` ; `created_at?`: ``null`` \| `string` ; `device_fingerprint?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `expires_at?`: ``null`` \| `string` ; `id?`: `string` ; `ip_address?`: `unknown` ; `is_valid?`: ``null`` \| `boolean` ; `metadata?`: `Json` ; `organisation_id?`: `string` ; `session_type?`: `string` ; `user_agent?`: ``null`` \| `string` ; `user_id?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_user_sessions_app_id_fkey"`` ; `columns`: [``"app_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_apps"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_user_sessions_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"rbac_user_sessions_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `team_internal_notes`: \{ `Row`: \{ `created_at`: `string` ; `created_by`: `string` ; `description`: `string` ; `id`: `string` ; `member_id`: `string` ; `organisation_id`: `string` ; `sensitivity`: ``"low"`` \| ``"medium"`` \| ``"high"`` ; `show_to_user`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` } ; `Insert`: \{ `created_at?`: `string` ; `created_by?`: `string` ; `description`: `string` ; `id?`: `string` ; `member_id`: `string` ; `organisation_id`: `string` ; `sensitivity?`: ``"low"`` \| ``"medium"`` \| ``"high"`` ; `show_to_user?`: `boolean` ; `updated_at?`: `string` ; `updated_by?`: `string` } ; `Update`: \{ `created_at?`: `string` ; `created_by?`: `string` ; `description?`: `string` ; `id?`: `string` ; `member_id?`: `string` ; `organisation_id?`: `string` ; `sensitivity?`: ``"low"`` \| ``"medium"`` \| ``"high"`` ; `show_to_user?`: `boolean` ; `updated_at?`: `string` ; `updated_by?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"internal_notes_member_id_fkey"`` ; `columns`: [``"member_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"pace_member"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"team_internal_notes_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `team_unit`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `deleted_at`: ``null`` \| `string` ; `id`: `string` ; `name`: `string` ; `organisation_id`: `string` ; `parent_id`: ``null`` \| `string` ; `type`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `id?`: `string` ; `name`: `string` ; `organisation_id`: `string` ; `parent_id?`: ``null`` \| `string` ; `type`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `deleted_at?`: ``null`` \| `string` ; `id?`: `string` ; `name?`: `string` ; `organisation_id?`: `string` ; `parent_id?`: ``null`` \| `string` ; `type?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"team_organizational_units_parent_id_fkey"`` ; `columns`: [``"parent_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"team_unit"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"team_unit_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_accommodation`: \{ `Row`: \{ `booking_reference`: ``null`` \| `string` ; `check_in_time`: `string` ; `check_out_time`: `string` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `currency`: ``null`` \| `string` ; `event_id`: `string` ; `group_cost`: ``null`` \| `number` ; `id`: `string` ; `individual_cost`: ``null`` \| `number` ; `location_coords`: `Json` ; `location_display_name`: ``null`` \| `string` ; `location_place_id`: ``null`` \| `string` ; `location_short_address`: ``null`` \| `string` ; `location_timezone`: ``null`` \| `string` ; `name`: `string` ; `notes`: ``null`` \| `string` ; `organisation_id`: `string` ; `status`: ``null`` \| `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `booking_reference?`: ``null`` \| `string` ; `check_in_time`: `string` ; `check_out_time`: `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `currency?`: ``null`` \| `string` ; `event_id`: `string` ; `group_cost?`: ``null`` \| `number` ; `id?`: `string` ; `individual_cost?`: ``null`` \| `number` ; `location_coords?`: `Json` ; `location_display_name?`: ``null`` \| `string` ; `location_place_id?`: ``null`` \| `string` ; `location_short_address?`: ``null`` \| `string` ; `location_timezone?`: ``null`` \| `string` ; `name`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id`: `string` ; `status?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `booking_reference?`: ``null`` \| `string` ; `check_in_time?`: `string` ; `check_out_time?`: `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `currency?`: ``null`` \| `string` ; `event_id?`: `string` ; `group_cost?`: ``null`` \| `number` ; `id?`: `string` ; `individual_cost?`: ``null`` \| `number` ; `location_coords?`: `Json` ; `location_display_name?`: ``null`` \| `string` ; `location_place_id?`: ``null`` \| `string` ; `location_short_address?`: ``null`` \| `string` ; `location_timezone?`: ``null`` \| `string` ; `name?`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `status?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_trac_accommodation_event_id"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_accommodation_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_activity`: \{ `Row`: \{ `booking_reference`: ``null`` \| `string` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `currency`: ``null`` \| `string` ; `event_id`: `string` ; `finish_location_coords`: `Json` ; `finish_location_display_name`: ``null`` \| `string` ; `finish_location_place_id`: ``null`` \| `string` ; `finish_location_short_address`: ``null`` \| `string` ; `finish_location_timezone`: ``null`` \| `string` ; `finish_time`: `string` ; `group_cost`: ``null`` \| `number` ; `id`: `string` ; `individual_cost`: ``null`` \| `number` ; `name`: `string` ; `notes`: ``null`` \| `string` ; `organisation_id`: `string` ; `start_location_coords`: `Json` ; `start_location_display_name`: ``null`` \| `string` ; `start_location_place_id`: ``null`` \| `string` ; `start_location_short_address`: ``null`` \| `string` ; `start_location_timezone`: ``null`` \| `string` ; `start_time`: `string` ; `status`: ``null`` \| `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `booking_reference?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `currency?`: ``null`` \| `string` ; `event_id`: `string` ; `finish_location_coords?`: `Json` ; `finish_location_display_name?`: ``null`` \| `string` ; `finish_location_place_id?`: ``null`` \| `string` ; `finish_location_short_address?`: ``null`` \| `string` ; `finish_location_timezone?`: ``null`` \| `string` ; `finish_time`: `string` ; `group_cost?`: ``null`` \| `number` ; `id?`: `string` ; `individual_cost?`: ``null`` \| `number` ; `name`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id`: `string` ; `start_location_coords?`: `Json` ; `start_location_display_name?`: ``null`` \| `string` ; `start_location_place_id?`: ``null`` \| `string` ; `start_location_short_address?`: ``null`` \| `string` ; `start_location_timezone?`: ``null`` \| `string` ; `start_time`: `string` ; `status?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `booking_reference?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `currency?`: ``null`` \| `string` ; `event_id?`: `string` ; `finish_location_coords?`: `Json` ; `finish_location_display_name?`: ``null`` \| `string` ; `finish_location_place_id?`: ``null`` \| `string` ; `finish_location_short_address?`: ``null`` \| `string` ; `finish_location_timezone?`: ``null`` \| `string` ; `finish_time?`: `string` ; `group_cost?`: ``null`` \| `number` ; `id?`: `string` ; `individual_cost?`: ``null`` \| `number` ; `name?`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `start_location_coords?`: `Json` ; `start_location_display_name?`: ``null`` \| `string` ; `start_location_place_id?`: ``null`` \| `string` ; `start_location_short_address?`: ``null`` \| `string` ; `start_location_timezone?`: ``null`` \| `string` ; `start_time?`: `string` ; `status?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_trac_activity_event_id"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_activity_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_activity_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_attachments`: \{ `Row`: \{ `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `id`: `string` ; `item_id`: `string` ; `item_type`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `id?`: `string` ; `item_id`: `string` ; `item_type`: `string` ; `organisation_id`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `id?`: `string` ; `item_id?`: `string` ; `item_type?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"trac_attachments_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_contacts`: \{ `Row`: \{ `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `email_address`: ``null`` \| `string` ; `event_id`: `string` ; `first_name`: `string` ; `id`: `string` ; `organisation_id`: `string` ; `phone_number`: ``null`` \| `string` ; `role`: ``null`` \| `string` ; `surname`: `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `email_address?`: ``null`` \| `string` ; `event_id`: `string` ; `first_name`: `string` ; `id?`: `string` ; `organisation_id`: `string` ; `phone_number?`: ``null`` \| `string` ; `role?`: ``null`` \| `string` ; `surname`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `email_address?`: ``null`` \| `string` ; `event_id?`: `string` ; `first_name?`: `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `phone_number?`: ``null`` \| `string` ; `role?`: ``null`` \| `string` ; `surname?`: `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_trac_contacts_event_id"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_contacts_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_currency_rates`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `currency_code`: `string` ; `event_id`: `string` ; `exchange_rate`: `number` ; `id`: `string` ; `organisation_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `currency_code`: `string` ; `event_id`: `string` ; `exchange_rate`: `number` ; `id?`: `string` ; `organisation_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `currency_code?`: `string` ; `event_id?`: `string` ; `exchange_rate?`: `number` ; `id?`: `string` ; `organisation_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_trac_currency_rates_event_id"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_currency_rates_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_currency_rates_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_journal_images`: \{ `Row`: \{ `created_at`: `string` ; `created_by`: `string` ; `id`: `string` ; `organisation_id`: `string` ; `post_id`: `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: `string` ; `created_by`: `string` ; `id?`: `string` ; `organisation_id`: `string` ; `post_id`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: `string` ; `created_by?`: `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `post_id?`: `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_trac_journal_images_created_by"`` ; `columns`: [``"created_by"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_trac_journal_images_created_by"`` ; `columns`: [``"created_by"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_trac_journal_images_created_by"`` ; `columns`: [``"created_by"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"user_id"``] }, \{ `foreignKeyName`: ``"fk_trac_journal_images_updated_by"`` ; `columns`: [``"updated_by"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_user_profiles"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_journal_posts`: \{ `Row`: \{ `content`: `string` ; `created_at`: `string` ; `created_by`: `string` ; `event_id`: `string` ; `id`: `string` ; `organisation_id`: `string` ; `status`: ``"draft"`` \| ``"published"`` ; `title`: `string` ; `updated_at`: `string` ; `updated_by`: `string` } ; `Insert`: \{ `content`: `string` ; `created_at?`: `string` ; `created_by`: `string` ; `event_id`: `string` ; `id?`: `string` ; `organisation_id`: `string` ; `status?`: ``"draft"`` \| ``"published"`` ; `title`: `string` ; `updated_at?`: `string` ; `updated_by`: `string` } ; `Update`: \{ `content?`: `string` ; `created_at?`: `string` ; `created_by?`: `string` ; `event_id?`: `string` ; `id?`: `string` ; `organisation_id?`: `string` ; `status?`: ``"draft"`` \| ``"published"`` ; `title?`: `string` ; `updated_at?`: `string` ; `updated_by?`: `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_trac_journal_posts_created_by"`` ; `columns`: [``"created_by"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_trac_journal_posts_created_by"`` ; `columns`: [``"created_by"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"fk_trac_journal_posts_created_by"`` ; `columns`: [``"created_by"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"user_id"``] }, \{ `foreignKeyName`: ``"fk_trac_journal_posts_event_id"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }] } ; `trac_location_cache`: \{ `Row`: \{ `city`: ``null`` \| `string` ; `coordinates`: `Json` ; `country`: ``null`` \| `string` ; `description`: ``null`` \| `string` ; `display_name`: ``null`` \| `string` ; `last_updated`: ``null`` \| `string` ; `organisation_id`: `string` ; `place_id`: `string` ; `short_address`: ``null`` \| `string` ; `timezoneid`: ``null`` \| `string` } ; `Insert`: \{ `city?`: ``null`` \| `string` ; `coordinates?`: `Json` ; `country?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `display_name?`: ``null`` \| `string` ; `last_updated?`: ``null`` \| `string` ; `organisation_id`: `string` ; `place_id`: `string` ; `short_address?`: ``null`` \| `string` ; `timezoneid?`: ``null`` \| `string` } ; `Update`: \{ `city?`: ``null`` \| `string` ; `coordinates?`: `Json` ; `country?`: ``null`` \| `string` ; `description?`: ``null`` \| `string` ; `display_name?`: ``null`` \| `string` ; `last_updated?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `place_id?`: `string` ; `short_address?`: ``null`` \| `string` ; `timezoneid?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"trac_location_cache_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_risks`: \{ `Row`: \{ `comment`: ``null`` \| `string` ; `consequence_after`: ``"Insignificant"`` \| ``"Minor"`` \| ``"Significant"`` \| ``"Major"`` \| ``"Severe"`` ; `consequence_before`: ``"Insignificant"`` \| ``"Minor"`` \| ``"Significant"`` \| ``"Major"`` \| ``"Severe"`` ; `control`: ``null`` \| `string` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `event_id`: `string` ; `id`: `string` ; `impact_after`: `number` ; `impact_before`: `number` ; `likelihood_after`: ``"Rare"`` \| ``"Unlikely"`` \| ``"Possible"`` \| ``"Likely"`` \| ``"Almost certain"`` ; `likelihood_before`: ``"Rare"`` \| ``"Unlikely"`` \| ``"Possible"`` \| ``"Likely"`` \| ``"Almost certain"`` ; `organisation_id`: `string` ; `response`: ``null`` \| `string` ; `responsible_contact_id`: ``null`` \| `string` ; `risk`: `string` ; `status`: ``"Planned"`` \| ``"In progress"`` \| ``"Complete"`` ; `type`: ``"Transport"`` \| ``"Accommodation"`` \| ``"Activity"`` \| ``"Financial"`` \| ``"Medical/Welfare"`` \| ``"Operational"`` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` ; `when`: ``"Prior"`` \| ``"During"`` } ; `Insert`: \{ `comment?`: ``null`` \| `string` ; `consequence_after`: ``"Insignificant"`` \| ``"Minor"`` \| ``"Significant"`` \| ``"Major"`` \| ``"Severe"`` ; `consequence_before`: ``"Insignificant"`` \| ``"Minor"`` \| ``"Significant"`` \| ``"Major"`` \| ``"Severe"`` ; `control?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `event_id`: `string` ; `id?`: `string` ; `impact_after`: `number` ; `impact_before`: `number` ; `likelihood_after`: ``"Rare"`` \| ``"Unlikely"`` \| ``"Possible"`` \| ``"Likely"`` \| ``"Almost certain"`` ; `likelihood_before`: ``"Rare"`` \| ``"Unlikely"`` \| ``"Possible"`` \| ``"Likely"`` \| ``"Almost certain"`` ; `organisation_id`: `string` ; `response?`: ``null`` \| `string` ; `responsible_contact_id?`: ``null`` \| `string` ; `risk`: `string` ; `status?`: ``"Planned"`` \| ``"In progress"`` \| ``"Complete"`` ; `type`: ``"Transport"`` \| ``"Accommodation"`` \| ``"Activity"`` \| ``"Financial"`` \| ``"Medical/Welfare"`` \| ``"Operational"`` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` ; `when`: ``"Prior"`` \| ``"During"`` } ; `Update`: \{ `comment?`: ``null`` \| `string` ; `consequence_after?`: ``"Insignificant"`` \| ``"Minor"`` \| ``"Significant"`` \| ``"Major"`` \| ``"Severe"`` ; `consequence_before?`: ``"Insignificant"`` \| ``"Minor"`` \| ``"Significant"`` \| ``"Major"`` \| ``"Severe"`` ; `control?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `event_id?`: `string` ; `id?`: `string` ; `impact_after?`: `number` ; `impact_before?`: `number` ; `likelihood_after?`: ``"Rare"`` \| ``"Unlikely"`` \| ``"Possible"`` \| ``"Likely"`` \| ``"Almost certain"`` ; `likelihood_before?`: ``"Rare"`` \| ``"Unlikely"`` \| ``"Possible"`` \| ``"Likely"`` \| ``"Almost certain"`` ; `organisation_id?`: `string` ; `response?`: ``null`` \| `string` ; `responsible_contact_id?`: ``null`` \| `string` ; `risk?`: `string` ; `status?`: ``"Planned"`` \| ``"In progress"`` \| ``"Complete"`` ; `type?`: ``"Transport"`` \| ``"Accommodation"`` \| ``"Activity"`` \| ``"Financial"`` \| ``"Medical/Welfare"`` \| ``"Operational"`` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` ; `when?`: ``"Prior"`` \| ``"During"`` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_trac_risks_event_id"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_risks_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"trac_risks_responsible_contact_id_fkey"`` ; `columns`: [``"responsible_contact_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"trac_contacts"`` ; `referencedColumns`: [``"id"``] }] } ; `trac_transport`: \{ `Row`: \{ `arrival_coords`: `Json` ; `arrival_display_name`: ``null`` \| `string` ; `arrival_place_id`: ``null`` \| `string` ; `arrival_short_address`: ``null`` \| `string` ; `arrival_time`: `string` ; `arrival_timezone`: ``null`` \| `string` ; `booking_reference`: ``null`` \| `string` ; `created_at`: `string` ; `created_by`: ``null`` \| `string` ; `currency`: ``null`` \| `string` ; `departure_coords`: `Json` ; `departure_display_name`: ``null`` \| `string` ; `departure_place_id`: ``null`` \| `string` ; `departure_short_address`: ``null`` \| `string` ; `departure_time`: `string` ; `departure_timezone`: ``null`` \| `string` ; `event_id`: `string` ; `group_cost`: ``null`` \| `number` ; `id`: `string` ; `individual_cost`: ``null`` \| `number` ; `mode`: `string` ; `notes`: ``null`` \| `string` ; `organisation_id`: `string` ; `status`: ``null`` \| `string` ; `transport_number`: ``null`` \| `string` ; `updated_at`: `string` ; `updated_by`: ``null`` \| `string` } ; `Insert`: \{ `arrival_coords?`: `Json` ; `arrival_display_name?`: ``null`` \| `string` ; `arrival_place_id?`: ``null`` \| `string` ; `arrival_short_address?`: ``null`` \| `string` ; `arrival_time`: `string` ; `arrival_timezone?`: ``null`` \| `string` ; `booking_reference?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `currency?`: ``null`` \| `string` ; `departure_coords?`: `Json` ; `departure_display_name?`: ``null`` \| `string` ; `departure_place_id?`: ``null`` \| `string` ; `departure_short_address?`: ``null`` \| `string` ; `departure_time`: `string` ; `departure_timezone?`: ``null`` \| `string` ; `event_id`: `string` ; `group_cost?`: ``null`` \| `number` ; `id?`: `string` ; `individual_cost?`: ``null`` \| `number` ; `mode`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id`: `string` ; `status?`: ``null`` \| `string` ; `transport_number?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Update`: \{ `arrival_coords?`: `Json` ; `arrival_display_name?`: ``null`` \| `string` ; `arrival_place_id?`: ``null`` \| `string` ; `arrival_short_address?`: ``null`` \| `string` ; `arrival_time?`: `string` ; `arrival_timezone?`: ``null`` \| `string` ; `booking_reference?`: ``null`` \| `string` ; `created_at?`: `string` ; `created_by?`: ``null`` \| `string` ; `currency?`: ``null`` \| `string` ; `departure_coords?`: `Json` ; `departure_display_name?`: ``null`` \| `string` ; `departure_place_id?`: ``null`` \| `string` ; `departure_short_address?`: ``null`` \| `string` ; `departure_time?`: `string` ; `departure_timezone?`: ``null`` \| `string` ; `event_id?`: `string` ; `group_cost?`: ``null`` \| `number` ; `id?`: `string` ; `individual_cost?`: ``null`` \| `number` ; `mode?`: `string` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: `string` ; `status?`: ``null`` \| `string` ; `transport_number?`: ``null`` \| `string` ; `updated_at?`: `string` ; `updated_by?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_trac_transport_event_id"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_transport_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"trac_transport_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } } ; `Views`: \{ `file_references_summary`: \{ `Row`: \{ `category`: ``null`` \| `string` ; `file_count`: ``null`` \| `number` ; `private_count`: ``null`` \| `number` ; `public_count`: ``null`` \| `number` ; `table_name`: ``null`` \| `string` } ; `Relationships`: [] } ; `organisation_memberships`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `created_by`: ``null`` \| `string` ; `id`: ``null`` \| `string` ; `is_primary`: ``null`` \| `boolean` ; `joined_at`: ``null`` \| `string` ; `organisation_id`: ``null`` \| `string` ; `status`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `updated_by`: ``null`` \| `string` ; `user_id`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: ``null`` \| `string` ; `is_primary?`: `undefined` ; `joined_at?`: ``null`` \| `string` ; `organisation_id?`: ``null`` \| `string` ; `status?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `created_by?`: ``null`` \| `string` ; `id?`: ``null`` \| `string` ; `is_primary?`: `undefined` ; `joined_at?`: ``null`` \| `string` ; `organisation_id?`: ``null`` \| `string` ; `status?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `updated_by?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_organisation_roles_new_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"user_id"``] }] } ; `pace_field_list`: \{ `Row`: \{ `field_name`: `unknown` ; `field_type`: ``null`` \| `string` ; `is_nullable`: ``null`` \| `string` ; `ordinal_position`: ``null`` \| `number` ; `table_name`: `unknown` } ; `Relationships`: [] } ; `rbac_active_event_app_roles`: \{ `Row`: \{ `app_id`: ``null`` \| `string` ; `event_id`: ``null`` \| `string` ; `granted_at`: ``null`` \| `string` ; `granted_by`: ``null`` \| `string` ; `id`: ``null`` \| `string` ; `organisation_id`: ``null`` \| `string` ; `role`: ``null`` \| ``"viewer"`` \| ``"participant"`` \| ``"planner"`` \| ``"event_admin"`` ; `user_id`: ``null`` \| `string` ; `valid_from`: ``null`` \| `string` ; `valid_to`: ``null`` \| `string` } ; `Insert`: \{ `app_id?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `granted_at?`: ``null`` \| `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: ``null`` \| `string` ; `organisation_id?`: ``null`` \| `string` ; `role?`: ``null`` \| ``"viewer"`` \| ``"participant"`` \| ``"planner"`` \| ``"event_admin"`` ; `user_id?`: ``null`` \| `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Update`: \{ `app_id?`: ``null`` \| `string` ; `event_id?`: ``null`` \| `string` ; `granted_at?`: ``null`` \| `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: ``null`` \| `string` ; `organisation_id?`: ``null`` \| `string` ; `role?`: ``null`` \| ``"viewer"`` \| ``"participant"`` \| ``"planner"`` \| ``"event_admin"`` ; `user_id?`: ``null`` \| `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"fk_rbac_event_app_roles_app_id"`` ; `columns`: [``"app_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_apps"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_event_app_roles_event_id_fkey"`` ; `columns`: [``"event_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"event"`` ; `referencedColumns`: [``"event_id"``] }, \{ `foreignKeyName`: ``"rbac_event_app_roles_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }] } ; `rbac_active_organisation_roles`: \{ `Row`: \{ `created_at`: ``null`` \| `string` ; `granted_at`: ``null`` \| `string` ; `granted_by`: ``null`` \| `string` ; `id`: ``null`` \| `string` ; `notes`: ``null`` \| `string` ; `organisation_id`: ``null`` \| `string` ; `revoked_at`: ``null`` \| `string` ; `revoked_by`: ``null`` \| `string` ; `role`: ``null`` \| ``"org_admin"`` \| ``"leader"`` \| ``"member"`` \| ``"supporter"`` ; `status`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `user_id`: ``null`` \| `string` ; `valid_from`: ``null`` \| `string` ; `valid_to`: ``null`` \| `string` } ; `Insert`: \{ `created_at?`: ``null`` \| `string` ; `granted_at?`: ``null`` \| `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: ``null`` \| `string` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: ``null`` \| `string` ; `revoked_at?`: ``null`` \| `string` ; `revoked_by?`: ``null`` \| `string` ; `role?`: ``null`` \| ``"org_admin"`` \| ``"leader"`` \| ``"member"`` \| ``"supporter"`` ; `status?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Update`: \{ `created_at?`: ``null`` \| `string` ; `granted_at?`: ``null`` \| `string` ; `granted_by?`: ``null`` \| `string` ; `id?`: ``null`` \| `string` ; `notes?`: ``null`` \| `string` ; `organisation_id?`: ``null`` \| `string` ; `revoked_at?`: ``null`` \| `string` ; `revoked_by?`: ``null`` \| `string` ; `role?`: ``null`` \| ``"org_admin"`` \| ``"leader"`` \| ``"member"`` \| ``"supporter"`` ; `status?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` ; `valid_from?`: ``null`` \| `string` ; `valid_to?`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_organisation_roles_new_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"user_id"``] }] } ; `user_organisation_memberships`: \{ `Row`: \{ `organisation_id`: ``null`` \| `string` ; `user_id`: ``null`` \| `string` } ; `Relationships`: [\{ `foreignKeyName`: ``"rbac_organisation_roles_new_organisation_id_fkey"`` ; `columns`: [``"organisation_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"organisations"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"rbac_user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"id"``] }, \{ `foreignKeyName`: ``"rbac_organisation_roles_user_profiles_fkey"`` ; `columns`: [``"user_id"``] ; `isOneToOne`: ``false`` ; `referencedRelation`: ``"user_profiles"`` ; `referencedColumns`: [``"user_id"``] }] } ; `user_profiles`: \{ `Row`: \{ `avatar_url`: ``null`` \| `string` ; `created_at`: ``null`` \| `string` ; `display_name`: ``null`` \| `string` ; `email`: ``null`` \| `string` ; `id`: ``null`` \| `string` ; `updated_at`: ``null`` \| `string` ; `user_id`: ``null`` \| `string` } ; `Insert`: \{ `avatar_url?`: `undefined` ; `created_at?`: ``null`` \| `string` ; `display_name?`: ``null`` \| `string` ; `email?`: ``null`` \| `string` ; `id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Update`: \{ `avatar_url?`: `undefined` ; `created_at?`: ``null`` \| `string` ; `display_name?`: ``null`` \| `string` ; `email?`: ``null`` \| `string` ; `id?`: ``null`` \| `string` ; `updated_at?`: ``null`` \| `string` ; `user_id?`: ``null`` \| `string` } ; `Relationships`: [] } } ; `Functions`: \{ `add_geo_columns_to_transport_tables`: \{ `Args`: `never` ; `Returns`: `undefined` } ; `app_cake_delivery_upsert`: \{ `Args`: \{ `p_collection_date`: `string` ; `p_delivery_address?`: `string` ; `p_delivery_date`: `string` ; `p_delivery_id?`: `string` ; `p_delivery_notes?`: `string` ; `p_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_supplier_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `delivery_id`: `string` ; `error_code`: `string` ; `message`: `string` ; `success`: `boolean` }[] } \| \{ `Args`: \{ `p_collection_date`: `string` ; `p_delivery_address?`: `string` ; `p_delivery_date`: `string` ; `p_delivery_id?`: `string` ; `p_delivery_notes?`: `string` ; `p_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_supplier_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `delivery_address`: `string` ; `delivery_date`: `string` ; `delivery_event_id`: `string` ; `delivery_id`: `string` ; `delivery_notes`: `string` ; `delivery_supplier_id`: `string` ; `delivery_unitcollectiondate`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `supplier_name`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_diner_create`: \{ `Args`: \{ `p_diner_adult?`: `number` ; `p_diner_diettype_id`: `string` ; `p_diner_unit_id`: `string` ; `p_diner_youth?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `diettype_code`: `string` ; `diettype_description`: `string` ; `diettype_name`: `string` ; `diner_adult`: `number` ; `diner_diettype_id`: `string` ; `diner_id`: `string` ; `diner_unit_id`: `string` ; `diner_youth`: `number` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_diner_update`: \{ `Args`: \{ `p_diner_adult?`: `number` ; `p_diner_diettype_id?`: `string` ; `p_diner_id`: `string` ; `p_diner_youth?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `diettype_code`: `string` ; `diettype_description`: `string` ; `diettype_name`: `string` ; `diner_adult`: `number` ; `diner_diettype_id`: `string` ; `diner_id`: `string` ; `diner_unit_id`: `string` ; `diner_youth`: `number` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_dish_create`: \{ `Args`: \{ `p_dish_code`: `string` ; `p_dish_description?`: `string` ; `p_dish_dietnote?`: `string` ; `p_dish_equipment?`: `string` ; `p_dish_event_id`: `string` ; `p_dish_mealtype_id`: `string` ; `p_dish_name`: `string` ; `p_dish_prep?`: `string` ; `p_dish_step1?`: `string` ; `p_dish_step2?`: `string` ; `p_dish_step3?`: `string` ; `p_dish_step4?`: `string` ; `p_dish_step5?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `dish_code`: `string` ; `dish_description`: `string` ; `dish_dietnote`: `string` ; `dish_equipment`: `string` ; `dish_event_id`: `string` ; `dish_id`: `string` ; `dish_mealtype_id`: `string` ; `dish_name`: `string` ; `dish_prep`: `string` ; `dish_step1`: `string` ; `dish_step2`: `string` ; `dish_step3`: `string` ; `dish_step4`: `string` ; `dish_step5`: `string` ; `mealtype_name`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_dish_delete`: \{ `Args`: \{ `p_dish_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `dish_code`: `string` ; `dish_description`: `string` ; `dish_dietnote`: `string` ; `dish_equipment`: `string` ; `dish_event_id`: `string` ; `dish_id`: `string` ; `dish_mealtype_id`: `string` ; `dish_name`: `string` ; `dish_prep`: `string` ; `dish_step1`: `string` ; `dish_step2`: `string` ; `dish_step3`: `string` ; `dish_step4`: `string` ; `dish_step5`: `string` ; `mealtype_name`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_dish_update`: \{ `Args`: \{ `p_dish_code?`: `string` ; `p_dish_description?`: `string` ; `p_dish_dietnote?`: `string` ; `p_dish_equipment?`: `string` ; `p_dish_id`: `string` ; `p_dish_mealtype_id?`: `string` ; `p_dish_name?`: `string` ; `p_dish_prep?`: `string` ; `p_dish_step1?`: `string` ; `p_dish_step2?`: `string` ; `p_dish_step3?`: `string` ; `p_dish_step4?`: `string` ; `p_dish_step5?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `dish_code`: `string` ; `dish_description`: `string` ; `dish_dietnote`: `string` ; `dish_equipment`: `string` ; `dish_event_id`: `string` ; `dish_id`: `string` ; `dish_mealtype_id`: `string` ; `dish_name`: `string` ; `dish_prep`: `string` ; `dish_step1`: `string` ; `dish_step2`: `string` ; `dish_step3`: `string` ; `dish_step4`: `string` ; `dish_step5`: `string` ; `mealtype_name`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_item_create`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_item_brand`: `string` ; `p_item_diet_dairyfree?`: `string` ; `p_item_diet_diabetic?`: `string` ; `p_item_diet_eggfree?`: `string` ; `p_item_diet_glutenfree?`: `string` ; `p_item_diet_halal?`: `string` ; `p_item_diet_kosher?`: `string` ; `p_item_diet_lactosefree?`: `string` ; `p_item_diet_lowfodmap?`: `string` ; `p_item_diet_lowfructose?`: `string` ; `p_item_diet_porkfree?`: `string` ; `p_item_diet_redmeatfree?`: `string` ; `p_item_diet_vegan?`: `string` ; `p_item_diet_vegetarian?`: `string` ; `p_item_distribution?`: `string` ; `p_item_ingredients?`: `string` ; `p_item_logistics?`: `number` ; `p_item_name`: `string` ; `p_item_packageunit`: `string` ; `p_item_producturl?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `audit_id`: `string` ; `error_code`: `string` ; `item_id`: `string` ; `message`: `string` ; `success`: `boolean` }[] } \| \{ `Args`: \{ `p_item_brand?`: `string` ; `p_item_diet_dairyfree?`: `boolean` ; `p_item_diet_diabetic?`: `boolean` ; `p_item_diet_eggfree?`: `boolean` ; `p_item_diet_glutenfree?`: `boolean` ; `p_item_diet_halal?`: `boolean` ; `p_item_diet_kosher?`: `boolean` ; `p_item_diet_lactosefree?`: `boolean` ; `p_item_diet_lowfodmap?`: `boolean` ; `p_item_diet_lowfructose?`: `boolean` ; `p_item_diet_porkfree?`: `boolean` ; `p_item_diet_redmeatfree?`: `boolean` ; `p_item_diet_vegan?`: `boolean` ; `p_item_diet_vegetarian?`: `boolean` ; `p_item_distribution?`: `string` ; `p_item_ingredients?`: `string` ; `p_item_logistics?`: `number` ; `p_item_name`: `string` ; `p_item_packageunit?`: `string` ; `p_item_producturl?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `item_brand`: `string` ; `item_diet_dairyfree`: `boolean` ; `item_diet_diabetic`: `boolean` ; `item_diet_eggfree`: `boolean` ; `item_diet_glutenfree`: `boolean` ; `item_diet_halal`: `boolean` ; `item_diet_kosher`: `boolean` ; `item_diet_lactosefree`: `boolean` ; `item_diet_lowfodmap`: `boolean` ; `item_diet_lowfructose`: `boolean` ; `item_diet_porkfree`: `boolean` ; `item_diet_redmeatfree`: `boolean` ; `item_diet_vegan`: `boolean` ; `item_diet_vegetarian`: `boolean` ; `item_distribution`: `string` ; `item_id`: `string` ; `item_ingredients`: `string` ; `item_logistics`: `number` ; `item_name`: `string` ; `item_packageunit`: `string` ; `item_producturl`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_item_update`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_item_brand?`: `string` ; `p_item_diet_dairyfree?`: `string` ; `p_item_diet_diabetic?`: `string` ; `p_item_diet_eggfree?`: `string` ; `p_item_diet_glutenfree?`: `string` ; `p_item_diet_halal?`: `string` ; `p_item_diet_kosher?`: `string` ; `p_item_diet_lactosefree?`: `string` ; `p_item_diet_lowfodmap?`: `string` ; `p_item_diet_lowfructose?`: `string` ; `p_item_diet_porkfree?`: `string` ; `p_item_diet_redmeatfree?`: `string` ; `p_item_diet_vegan?`: `string` ; `p_item_diet_vegetarian?`: `string` ; `p_item_distribution?`: `string` ; `p_item_id`: `string` ; `p_item_ingredients?`: `string` ; `p_item_logistics?`: `number` ; `p_item_name?`: `string` ; `p_item_packageunit?`: `string` ; `p_item_producturl?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `audit_id`: `string` ; `error_code`: `string` ; `message`: `string` ; `success`: `boolean` }[] } \| \{ `Args`: \{ `p_item_brand?`: `string` ; `p_item_diet_dairyfree?`: `boolean` ; `p_item_diet_diabetic?`: `boolean` ; `p_item_diet_eggfree?`: `boolean` ; `p_item_diet_glutenfree?`: `boolean` ; `p_item_diet_halal?`: `boolean` ; `p_item_diet_kosher?`: `boolean` ; `p_item_diet_lactosefree?`: `boolean` ; `p_item_diet_lowfodmap?`: `boolean` ; `p_item_diet_lowfructose?`: `boolean` ; `p_item_diet_porkfree?`: `boolean` ; `p_item_diet_redmeatfree?`: `boolean` ; `p_item_diet_vegan?`: `boolean` ; `p_item_diet_vegetarian?`: `boolean` ; `p_item_distribution?`: `string` ; `p_item_id`: `string` ; `p_item_ingredients?`: `string` ; `p_item_logistics?`: `number` ; `p_item_name?`: `string` ; `p_item_packageunit?`: `string` ; `p_item_producturl?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `item_brand`: `string` ; `item_diet_dairyfree`: `boolean` ; `item_diet_diabetic`: `boolean` ; `item_diet_eggfree`: `boolean` ; `item_diet_glutenfree`: `boolean` ; `item_diet_halal`: `boolean` ; `item_diet_kosher`: `boolean` ; `item_diet_lactosefree`: `boolean` ; `item_diet_lowfodmap`: `boolean` ; `item_diet_lowfructose`: `boolean` ; `item_diet_porkfree`: `boolean` ; `item_diet_redmeatfree`: `boolean` ; `item_diet_vegan`: `boolean` ; `item_diet_vegetarian`: `boolean` ; `item_distribution`: `string` ; `item_id`: `string` ; `item_ingredients`: `string` ; `item_logistics`: `number` ; `item_name`: `string` ; `item_packageunit`: `string` ; `item_producturl`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_meal_create`: \{ `Args`: \{ `p_meal_code`: `string` ; `p_meal_collectiondate?`: `string` ; `p_meal_date`: `string` ; `p_meal_event_id`: `string` ; `p_meal_mealtype_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `meal_code`: `string` ; `meal_collectiondate`: `string` ; `meal_date`: `string` ; `meal_event_id`: `string` ; `meal_id`: `string` ; `meal_mealtype_id`: `string` ; `mealtype_name`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_meal_delete`: \{ `Args`: \{ `p_meal_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `meal_code`: `string` ; `meal_collectiondate`: `string` ; `meal_date`: `string` ; `meal_event_id`: `string` ; `meal_id`: `string` ; `meal_mealtype_id`: `string` ; `mealtype_name`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_meal_update`: \{ `Args`: \{ `p_meal_code?`: `string` ; `p_meal_collectiondate?`: `string` ; `p_meal_date?`: `string` ; `p_meal_id`: `string` ; `p_meal_mealtype_id?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `meal_code`: `string` ; `meal_collectiondate`: `string` ; `meal_date`: `string` ; `meal_event_id`: `string` ; `meal_id`: `string` ; `meal_mealtype_id`: `string` ; `mealtype_name`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_mealplan_bulk_delete`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_unit_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `deleted_count`: `number` ; `message`: `string` ; `success`: `boolean` }[] } ; `app_cake_mealplan_create`: \{ `Args`: \{ `p_mealplan_dish_id`: `string` ; `p_mealplan_dish_multiplier?`: `number` ; `p_mealplan_meal_id`: `string` ; `p_mealplan_unit_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `mealplan_dish_id`: `string` ; `mealplan_dish_multiplier`: `number` ; `mealplan_id`: `string` ; `mealplan_meal_id`: `string` ; `mealplan_unit_id`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_mealplan_update`: \{ `Args`: \{ `p_mealplan_dish_id?`: `string` ; `p_mealplan_dish_multiplier?`: `number` ; `p_mealplan_id`: `string` ; `p_mealplan_meal_id?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `mealplan_dish_id`: `string` ; `mealplan_dish_multiplier`: `number` ; `mealplan_id`: `string` ; `mealplan_meal_id`: `string` ; `mealplan_unit_id`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_meals_bulk_import`: \{ `Args`: \{ `p_meals_data`: `Json` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `errors`: `Json` ; `failed`: `number` ; `imported`: `number` ; `message`: `string` ; `success`: `boolean` }[] } ; `app_cake_package_create`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_package_ctnpkgs?`: `number` ; `p_package_itemid`: `string` ; `p_package_palletctns?`: `number` ; `p_package_size`: `number` ; `p_package_type?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `audit_id`: `string` ; `error_code`: `string` ; `message`: `string` ; `package_id`: `string` ; `success`: `boolean` }[] } \| \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_package_ctnpkgs?`: `number` ; `p_package_itemid`: `string` ; `p_package_palletctns?`: `number` ; `p_package_size`: `number` ; `p_package_type?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `package_ctnpkgs`: `number` ; `package_id`: `string` ; `package_itemid`: `string` ; `package_palletctns`: `number` ; `package_size`: `number` ; `package_type`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_package_update`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_package_ctnpkgs?`: `number` ; `p_package_id`: `string` ; `p_package_itemid?`: `string` ; `p_package_palletctns?`: `number` ; `p_package_size?`: `number` ; `p_package_type?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `audit_id`: `string` ; `error_code`: `string` ; `message`: `string` ; `success`: `boolean` }[] } \| \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_package_ctnpkgs?`: `number` ; `p_package_id`: `string` ; `p_package_itemid?`: `string` ; `p_package_palletctns?`: `number` ; `p_package_size?`: `number` ; `p_package_type?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `package_ctnpkgs`: `number` ; `package_id`: `string` ; `package_itemid`: `string` ; `package_palletctns`: `number` ; `package_size`: `number` ; `package_type`: `string` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_recipe_create`: \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_recipe_diettype_id`: `string` ; `p_recipe_dish_id`: `string` ; `p_recipe_item_id`: `string` ; `p_recipe_qtypp`: `number` ; `p_recipe_uptake`: `number` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `diettype_name`: `string` ; `dish_code`: `string` ; `dish_name`: `string` ; `item_name`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `recipe_diettype_id`: `string` ; `recipe_dish_id`: `string` ; `recipe_id`: `string` ; `recipe_item_id`: `string` ; `recipe_qtypp`: `number` ; `recipe_uptake`: `number` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_recipe_delete`: \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_recipe_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `message`: `string` ; `success`: `boolean` }[] } ; `app_cake_recipe_update`: \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_recipe_diettype_id?`: `string` ; `p_recipe_id`: `string` ; `p_recipe_item_id?`: `string` ; `p_recipe_qtypp?`: `number` ; `p_recipe_uptake?`: `number` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `diettype_name`: `string` ; `dish_code`: `string` ; `dish_name`: `string` ; `item_name`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `recipe_diettype_id`: `string` ; `recipe_dish_id`: `string` ; `recipe_id`: `string` ; `recipe_item_id`: `string` ; `recipe_qtypp`: `number` ; `recipe_uptake`: `number` ; `success`: `boolean` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_supplier_create`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_supplier_contactemail?`: `string` ; `p_supplier_contactname?`: `string` ; `p_supplier_contactnumber?`: `string` ; `p_supplier_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `message`: `string` ; `success`: `boolean` ; `supplier_id`: `string` }[] } \| \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_supplier_contactemail?`: `string` ; `p_supplier_contactname?`: `string` ; `p_supplier_contactnumber?`: `string` ; `p_supplier_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `supplier_contactemail`: `string` ; `supplier_contactname`: `string` ; `supplier_contactnumber`: `string` ; `supplier_id`: `string` ; `supplier_name`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_supplier_update`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_supplier_contactemail?`: `string` ; `p_supplier_contactname?`: `string` ; `p_supplier_contactnumber?`: `string` ; `p_supplier_id`: `string` ; `p_supplier_name?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `message`: `string` ; `success`: `boolean` ; `supplier_id`: `string` }[] } \| \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_supplier_contactemail?`: `string` ; `p_supplier_contactname?`: `string` ; `p_supplier_contactnumber?`: `string` ; `p_supplier_id`: `string` ; `p_supplier_name?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `supplier_contactemail`: `string` ; `supplier_contactname`: `string` ; `supplier_contactnumber`: `string` ; `supplier_id`: `string` ; `supplier_name`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_supply_create`: \{ `Args`: \{ `p_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_package_id`: `string` ; `p_supplier_id?`: `string` ; `p_supply_code?`: `string` ; `p_supply_cost?`: `number` ; `p_user_id?`: `string` } ; `Returns`: \{ `audit_id`: `string` ; `error_code`: `string` ; `message`: `string` ; `success`: `boolean` ; `supply_id`: `string` }[] } \| \{ `Args`: \{ `p_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_package_id`: `string` ; `p_supplier_id?`: `string` ; `p_supply_code?`: `string` ; `p_supply_cost?`: `number` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `package_ctnpkgs`: `number` ; `package_id`: `string` ; `package_itemid`: `string` ; `package_palletctns`: `number` ; `package_size`: `number` ; `package_type`: `string` ; `success`: `boolean` ; `supply_code`: `string` ; `supply_cost`: `number` ; `supply_event_id`: `string` ; `supply_id`: `string` ; `supply_packageid`: `string` ; `supply_supplier_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_supply_update`: \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_package_id?`: `string` ; `p_supplier_id?`: `string` ; `p_supply_code?`: `string` ; `p_supply_cost?`: `number` ; `p_supply_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `audit_id`: `string` ; `error_code`: `string` ; `message`: `string` ; `success`: `boolean` }[] } \| \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_package_id?`: `string` ; `p_supplier_id?`: `string` ; `p_supply_code?`: `string` ; `p_supply_cost?`: `number` ; `p_supply_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `package_ctnpkgs`: `number` ; `package_id`: `string` ; `package_itemid`: `string` ; `package_palletctns`: `number` ; `package_size`: `number` ; `package_type`: `string` ; `success`: `boolean` ; `supply_code`: `string` ; `supply_cost`: `number` ; `supply_event_id`: `string` ; `supply_id`: `string` ; `supply_packageid`: `string` ; `supply_supplier_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_unit_create`: \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_unit_contingent?`: `string` ; `p_unit_event_id`: `string` ; `p_unit_name?`: `string` ; `p_unit_number`: `number` ; `p_unit_subcamp?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `unit_contingent`: `string` ; `unit_event_id`: `string` ; `unit_id`: `string` ; `unit_name`: `string` ; `unit_number`: `number` ; `unit_subcamp`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_unit_update`: \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_unit_contingent?`: `string` ; `p_unit_id`: `string` ; `p_unit_name?`: `string` ; `p_unit_subcamp?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `message`: `string` ; `success`: `boolean` ; `unit_id`: `string` }[] } \| \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_unit_contingent?`: `string` ; `p_unit_id`: `string` ; `p_unit_name?`: `string` ; `p_unit_number?`: `number` ; `p_unit_subcamp?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `message`: `string` ; `organisation_id`: `string` ; `success`: `boolean` ; `unit_contingent`: `string` ; `unit_event_id`: `string` ; `unit_id`: `string` ; `unit_name`: `string` ; `unit_number`: `number` ; `unit_subcamp`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `app_cake_units_bulk_import`: \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_units_data`: `Json` ; `p_user_id?`: `string` } ; `Returns`: \{ `errors`: `Json` ; `failed`: `number` ; `imported`: `number` ; `message`: `string` ; `success`: `boolean` }[] } ; `app_name`: \{ `Args`: `never` ; `Returns`: `string` } ; `cleanup_orphaned_file_references`: \{ `Args`: `never` ; `Returns`: `number` } ; `data_cake_deliveries_list`: \{ `Args`: \{ `p_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `collection_date`: `string` ; `delivery_address`: `string` ; `delivery_date`: `string` ; `delivery_id`: `string` ; `delivery_notes`: `string` ; `item_count`: `number` ; `supplier_id`: `string` ; `supplier_name`: `string` ; `total_quantity`: `number` }[] } ; `data_cake_diettypes_list`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `diettype_code`: `string` ; `diettype_description`: `string` ; `diettype_id`: `string` ; `diettype_name`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_diners_list`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_unit_ids?`: `string`[] ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `diettype_code`: `string` ; `diettype_description`: `string` ; `diettype_name`: `string` ; `diner_adult`: `number` ; `diner_diettype_id`: `string` ; `diner_id`: `string` ; `diner_unit_id`: `string` ; `diner_youth`: `number` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_dish_details`: \{ `Args`: \{ `p_dish_id`: `string` ; `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `dish_code`: `string` ; `dish_description`: `string` ; `dish_dietnote`: `string` ; `dish_equipment`: `string` ; `dish_event_id`: `string` ; `dish_id`: `string` ; `dish_mealtype_id`: `string` ; `dish_name`: `string` ; `dish_prep`: `string` ; `dish_step1`: `string` ; `dish_step2`: `string` ; `dish_step3`: `string` ; `dish_step4`: `string` ; `dish_step5`: `string` ; `event_code`: `string` ; `event_name`: `string` ; `mealtype_name`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_dishes_list`: \{ `Args`: \{ `p_event_id`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `dish_code`: `string` ; `dish_description`: `string` ; `dish_dietnote`: `string` ; `dish_equipment`: `string` ; `dish_event_id`: `string` ; `dish_id`: `string` ; `dish_mealtype_id`: `string` ; `dish_name`: `string` ; `dish_prep`: `string` ; `dish_step1`: `string` ; `dish_step2`: `string` ; `dish_step3`: `string` ; `dish_step4`: `string` ; `dish_step5`: `string` ; `event_code`: `string` ; `event_name`: `string` ; `mealtype_name`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_distribution_list`: \{ `Args`: \{ `p_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `collection_date`: `string` ; `diettype_id`: `string` ; `diettype_name`: `string` ; `item_brand`: `string` ; `item_id`: `string` ; `item_logistics`: `number` ; `item_name`: `string` ; `item_packageunit`: `string` ; `logistics_name`: `string` ; `meal_dates`: `string`[] ; `package_size`: `number` ; `packages_needed`: `number` ; `required_quantity`: `number` ; `unit_id`: `string` ; `unit_name`: `string` ; `unit_number`: `number` ; `unit_subcamp`: `string` }[] } ; `data_cake_item_details`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_item_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `item_brand`: `string` ; `item_diet_dairyfree`: `string` ; `item_diet_diabetic`: `string` ; `item_diet_eggfree`: `string` ; `item_diet_glutenfree`: `string` ; `item_diet_halal`: `string` ; `item_diet_kosher`: `string` ; `item_diet_lactosefree`: `string` ; `item_diet_lowfodmap`: `string` ; `item_diet_lowfructose`: `string` ; `item_diet_porkfree`: `string` ; `item_diet_redmeatfree`: `string` ; `item_diet_vegan`: `string` ; `item_diet_vegetarian`: `string` ; `item_distribution`: `string` ; `item_id`: `string` ; `item_ingredients`: `string` ; `item_logistics`: `number` ; `item_name`: `string` ; `item_packageunit`: `string` ; `item_producturl`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_item_usage_check`: \{ `Args`: \{ `p_current_event_id`: `string` ; `p_item_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `other_event_names`: `string`[] ; `used_in_current_event`: `boolean` ; `used_in_other_events`: `boolean` }[] } \| \{ `Args`: \{ `p_current_event_id`: `string` ; `p_item_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `other_event_names`: `string`[] ; `used_in_current_event`: `boolean` ; `used_in_other_events`: `boolean` }[] } ; `data_cake_items_list`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `item_brand`: `string` ; `item_diet_dairyfree`: `boolean` ; `item_diet_diabetic`: `boolean` ; `item_diet_eggfree`: `boolean` ; `item_diet_glutenfree`: `boolean` ; `item_diet_halal`: `boolean` ; `item_diet_kosher`: `boolean` ; `item_diet_lactosefree`: `boolean` ; `item_diet_lowfodmap`: `boolean` ; `item_diet_lowfructose`: `boolean` ; `item_diet_porkfree`: `boolean` ; `item_diet_redmeatfree`: `boolean` ; `item_diet_vegan`: `boolean` ; `item_diet_vegetarian`: `boolean` ; `item_distribution`: `string` ; `item_id`: `string` ; `item_ingredients`: `string` ; `item_logistics`: `number` ; `item_name`: `string` ; `item_packageunit`: `string` ; `item_producturl`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_mealplans_list`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_unit_ids`: `string`[] ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `dish_dish_code`: `string` ; `dish_dish_id`: `string` ; `dish_dish_name`: `string` ; `meal_meal_code`: `string` ; `meal_meal_date`: `string` ; `meal_meal_event_id`: `string` ; `meal_mealtype_id`: `string` ; `mealplan_dish_id`: `string` ; `mealplan_dish_multiplier`: `number` ; `mealplan_id`: `string` ; `mealplan_meal_id`: `string` ; `mealplan_unit_id`: `string` ; `mealtype_name`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_meals_get`: \{ `Args`: \{ `p_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `meal_code`: `string` ; `meal_collectiondate`: `string` ; `meal_date`: `string` ; `meal_event_id`: `string` ; `meal_id`: `string` ; `meal_mealtype_id`: `string` ; `mealtype_name`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` }[] } ; `data_cake_meals_list`: \{ `Args`: \{ `p_event_id`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `meal_code`: `string` ; `meal_collectiondate`: `string` ; `meal_date`: `string` ; `meal_event_id`: `string` ; `meal_id`: `string` ; `meal_mealtype_id`: `string` ; `mealtype_name`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_mealtypes_list`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `mealtype_id`: `string` ; `mealtype_name`: `string` ; `organisation_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_orders_list`: \{ `Args`: \{ `p_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `delivery_date`: `string` ; `item_brand`: `string` ; `item_id`: `string` ; `item_name`: `string` ; `item_packageunit`: `string` ; `package_cost`: `number` ; `package_ctnpkgs`: `number` ; `package_size`: `number` ; `package_type`: `string` ; `supplier_id`: `string` ; `supplier_name`: `string` ; `total_carton_cost`: `number` ; `total_cartons`: `number` ; `total_packages`: `number` ; `total_pkg_cost`: `number` }[] } ; `data_cake_package_details`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_package_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `organisation_id`: `string` ; `package_ctnpkgs`: `number` ; `package_id`: `string` ; `package_itemid`: `string` ; `package_palletctns`: `number` ; `package_size`: `number` ; `package_type`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_package_usage_check`: \{ `Args`: \{ `p_current_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_package_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `other_event_names`: `string`[] ; `used_in_current_event`: `boolean` ; `used_in_other_events`: `boolean` }[] } \| \{ `Args`: \{ `p_current_event_id`: `string` ; `p_organisation_id?`: `string` ; `p_package_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `other_event_names`: `string`[] ; `used_in_current_event`: `boolean` ; `used_in_other_events`: `boolean` }[] } ; `data_cake_packages_list`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_item_id?`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `organisation_id`: `string` ; `package_ctnpkgs`: `number` ; `package_id`: `string` ; `package_itemid`: `string` ; `package_palletctns`: `number` ; `package_size`: `number` ; `package_type`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_recipe_details`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_recipe_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `diettype_name`: `string` ; `dish_code`: `string` ; `dish_name`: `string` ; `item_brand`: `string` ; `item_name`: `string` ; `item_packageunit`: `string` ; `mealtype_name`: `string` ; `recipe_diettype_id`: `string` ; `recipe_dish_id`: `string` ; `recipe_id`: `string` ; `recipe_item_id`: `string` ; `recipe_qtypp`: `number` ; `recipe_uptake`: `number` ; `updated_at`: `string` }[] } ; `data_cake_recipes_list`: \{ `Args`: \{ `p_event_id`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `diettype_name`: `string` ; `dish_code`: `string` ; `dish_name`: `string` ; `item_brand`: `string` ; `item_name`: `string` ; `item_packageunit`: `string` ; `mealtype_name`: `string` ; `recipe_diettype_id`: `string` ; `recipe_dish_id`: `string` ; `recipe_id`: `string` ; `recipe_item_id`: `string` ; `recipe_qtypp`: `number` ; `recipe_uptake`: `number` ; `updated_at`: `string` }[] } ; `data_cake_suppliers_list`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `organisation_id`: `string` ; `supplier_contactemail`: `string` ; `supplier_contactname`: `string` ; `supplier_contactnumber`: `string` ; `supplier_id`: `string` ; `supplier_name`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_supplies_list`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_package_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `organisation_id`: `string` ; `supply_code`: `string` ; `supply_cost`: `number` ; `supply_event_id`: `string` ; `supply_id`: `string` ; `supply_packageid`: `string` ; `supply_supplier_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_supply_details`: \{ `Args`: \{ `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_supply_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `organisation_id`: `string` ; `supply_code`: `string` ; `supply_cost`: `number` ; `supply_event_id`: `string` ; `supply_id`: `string` ; `supply_packageid`: `string` ; `supply_supplier_id`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_cake_units_list`: \{ `Args`: \{ `p_event_id`: `string` ; `p_limit?`: `number` ; `p_offset?`: `number` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `organisation_id`: `string` ; `unit_contingent`: `string` ; `unit_event_id`: `string` ; `unit_id`: `string` ; `unit_name`: `string` ; `unit_number`: `number` ; `unit_subcamp`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `data_event_get_by_code`: \{ `Args`: \{ `p_event_code`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `event_billing`: `string` ; `event_catering_email`: `string` ; `event_code`: `string` ; `event_col_d1`: `string` ; `event_col_d2`: `string` ; `event_col_l1`: `string` ; `event_col_l2`: `string` ; `event_col_m1`: `string` ; `event_col_m2`: `string` ; `event_colours`: `Json` ; `event_date`: `string` ; `event_days`: `number` ; `event_email`: `string` ; `event_footer`: `string` ; `event_id`: `string` ; `event_name`: `string` ; `event_news`: `string` ; `event_participants`: `number` ; `event_rounddown`: `number` ; `event_typicalunit`: `number` ; `event_venue`: `string` ; `event_youthmultiplier`: `number` ; `is_visible`: `boolean` ; `organisation_id`: `string` ; `updated_at`: `string` }[] } ; `data_file_reference_by_category_list`: \{ `Args`: \{ `p_category`: `string` ; `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `file_metadata`: `Json` ; `file_path`: `string` ; `id`: `string` ; `is_public`: `boolean` }[] } ; `data_file_reference_count_get`: \{ `Args`: \{ `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: `number` } ; `data_file_reference_create`: \{ `Args`: \{ `p_app_id`: `string` ; `p_file_metadata?`: `Json` ; `p_file_path`: `string` ; `p_is_public?`: `boolean` ; `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: `string` } ; `data_file_reference_delete`: \{ `Args`: \{ `p_delete_file?`: `boolean` ; `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: `boolean` } ; `data_file_reference_get`: \{ `Args`: \{ `p_file_reference_id`: `string` ; `p_organisation_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `app_id`: `string` ; `created_at`: `string` ; `file_metadata`: `Json` ; `file_path`: `string` ; `id`: `string` ; `is_public`: `boolean` ; `organisation_id`: `string` ; `record_id`: `string` ; `table_name`: `string` ; `updated_at`: `string` }[] } ; `data_file_reference_list`: \{ `Args`: \{ `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `file_metadata`: `Json` ; `file_path`: `string` ; `id`: `string` ; `is_public`: `boolean` }[] } ; `data_file_reference_signed_url_get`: \{ `Args`: \{ `p_expires_in?`: `number` ; `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: `string` } ; `data_file_reference_url_get`: \{ `Args`: \{ `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: `string` } ; `data_user_events_get`: \{ `Args`: \{ `p_app_name?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `created_at`: `string` ; `event_code`: `string` ; `event_colours`: `Json` ; `event_date`: `string` ; `event_id`: `string` ; `event_logo`: `string` ; `event_name`: `string` ; `event_participants`: `number` ; `event_venue`: `string` ; `id`: `string` ; `is_visible`: `boolean` ; `organisation_id`: `string` ; `updated_at`: `string` }[] } ; `data_user_organisation_roles_get`: \{ `Args`: \{ `p_organisation_id?`: `string` ; `p_user_id`: `string` } ; `Returns`: \{ `created_at`: `string` ; `granted_at`: `string` ; `granted_by`: `string` ; `id`: `string` ; `name`: `string` ; `notes`: `string` ; `organisation_id`: `string` ; `revoked_at`: `string` ; `revoked_by`: `string` ; `role`: `string` ; `status`: `string` ; `updated_at`: `string` ; `user_id`: `string` }[] } ; `data_user_organisations_get`: \{ `Args`: \{ `p_user_id?`: `string` } ; `Returns`: \{ `granted_at`: `string` ; `is_primary`: `boolean` ; `organisation_id`: `string` ; `organisation_name`: `string` ; `user_role`: `string` }[] } ; `debug_auth_context`: \{ `Args`: `never` ; `Returns`: `Json` } ; `delete_event_app_access`: \{ `Args`: \{ `p_app_id`: `string` ; `p_event_id`: `string` ; `p_organisation_id`: `string` ; `p_user_id?`: `string` } ; `Returns`: `boolean` } ; `get_app_config`: \{ `Args`: \{ `app_id`: `string` } ; `Returns`: `Json` } ; `get_current_organisation_context`: \{ `Args`: `never` ; `Returns`: `string` } ; `get_file_url_for_record`: \{ `Args`: \{ `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` } ; `Returns`: `string` } ; `get_files_to_migrate_to_public`: \{ `Args`: `never` ; `Returns`: \{ `file_id`: `string` ; `new_path`: `string` ; `old_path`: `string` ; `organisation_id`: `string` }[] } ; `get_medi_conditions`: \{ `Args`: \{ `p_profile_id`: `number` } ; `Returns`: \{ `condition_type_id`: `number` ; `created_at`: `string` ; `created_by`: `string` ; `custom_name`: `string` ; `data_classification`: `string` ; `diagnosed_by`: `string` ; `diagnosed_date`: `string` ; `emergency_protocol`: `string` ; `id`: `number` ; `is_active`: `boolean` ; `last_episode_date`: `string` ; `management_plan`: `string` ; `name`: `string` ; `notes`: `string` ; `profile_id`: `number` ; `reaction`: `string` ; `severity`: `string` ; `treatment`: `string` ; `triggers`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `get_medi_items`: \{ `Args`: \{ `p_profile_id`: `number` } ; `Returns`: \{ `created_at`: `string` ; `created_by`: `string` ; `custom_name`: `string` ; `data_classification`: `string` ; `description`: `string` ; `dose`: `string` ; `end_date`: `string` ; `frequency`: `string` ; `id`: `number` ; `is_active`: `boolean` ; `is_emergency_medication`: `boolean` ; `item_type_id`: `number` ; `name`: `string` ; `pharmacy_details`: `string` ; `prescribing_doctor`: `string` ; `profile_id`: `number` ; `route`: `string` ; `side_effects`: `string` ; `start_date`: `string` ; `storage_requirements`: `string` ; `updated_at`: `string` ; `updated_by`: `string` }[] } ; `get_public_event_by_code`: \{ `Args`: \{ `event_code_param`: `string` } ; `Returns`: \{ `event_billing`: `string` ; `event_catering_email`: `string` ; `event_colours`: `Json` ; `event_date`: `string` ; `event_days`: `number` ; `event_email`: `string` ; `event_id`: `string` ; `event_logo`: `string` ; `event_name`: `string` ; `event_news`: `string` ; `event_participants`: `number` ; `event_rounddown`: `number` ; `event_typicalunit`: `number` ; `event_venue`: `string` ; `event_youthmultiplier`: `number` ; `organisation_id`: `string` }[] } ; `has_files`: \{ `Args`: \{ `p_organisation_id`: `string` ; `p_record_id`: `string` ; `p_table_name`: `string` } ; `Returns`: `boolean` } ; `increment_attempts`: \{ `Args`: \{ `p_identifier`: `string` ; `p_window_minutes?`: `number` } ; `Returns`: \{ `current_attempts`: `number` ; `is_blocked`: `boolean` ; `window_start`: `string` }[] } ; `insert_event_app_access`: \{ `Args`: \{ `p_app_id`: `string` ; `p_created_by?`: `string` ; `p_event_id`: `string` ; `p_organisation_id`: `string` ; `p_updated_by?`: `string` } ; `Returns`: `string` } ; `insert_journal_image`: \{ `Args`: \{ `p_created_by`: `string` ; `p_file_name`: `string` ; `p_file_path`: `string` ; `p_post_id`: `string` } ; `Returns`: `undefined` } ; `is_super_admin`: \{ `Args`: \{ `p_user_id`: `string` } ; `Returns`: `boolean` } ; `is_user_super_admin`: \{ `Args`: `never` ; `Returns`: `boolean` } ; `populate_location_descriptions`: \{ `Args`: `never` ; `Returns`: `undefined` } ; `populate_location_display_names`: \{ `Args`: `never` ; `Returns`: `undefined` } ; `rbac_audit_log`: \{ `Args`: \{ `p_event_data?`: `Json` ; `p_event_type`: `string` ; `p_resource_id`: `string` ; `p_resource_type`: `string` ; `p_user_id`: `string` } ; `Returns`: `string` } \| \{ `Args`: \{ `p_event_type`: `string` ; `p_ip_address?`: `unknown` ; `p_metadata?`: `Json` ; `p_organisation_id?`: `string` ; `p_permission?`: `string` ; `p_user_agent?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `audit_id`: `string` ; `error_code`: `string` ; `message`: `string` ; `success`: `boolean` }[] } ; `rbac_check_distribution_or_page_permission`: \{ `Args`: \{ `p_event_id`: `string` ; `p_organisation_id`: `string` ; `p_page_name`: `string` ; `p_permission_pattern`: `string` } ; `Returns`: `boolean` } ; `rbac_check_permission_simplified`: \{ `Args`: \{ `p_app_id?`: `string` ; `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_page_id?`: `string` ; `p_permission`: `string` ; `p_user_id`: `string` } ; `Returns`: `boolean` } ; `rbac_detect_concurrent_sessions`: \{ `Args`: \{ `p_device_fingerprint?`: `string` ; `p_timeout_seconds?`: `number` ; `p_user_id`: `string` } ; `Returns`: \{ `concurrent_sessions_count`: `number` ; `has_concurrent`: `boolean` ; `session_ids`: `string`[] }[] } ; `rbac_enforce_session_timeout`: \{ `Args`: \{ `p_timeout_minutes?`: `number` } ; `Returns`: \{ `expired_sessions_count`: `number` ; `user_ids`: `string`[] }[] } ; `rbac_generate_device_fingerprint`: \{ `Args`: `never` ; `Returns`: `string` } ; `rbac_invalidate_other_sessions`: \{ `Args`: \{ `p_current_device_fingerprint`: `string` ; `p_user_id`: `string` } ; `Returns`: `number` } ; `rbac_permissions_get`: \{ `Args`: \{ `p_app_id?`: `string` ; `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_page_id?`: `string` ; `p_user_id`: `string` } ; `Returns`: \{ `context_id`: `string` ; `granted_at`: `string` ; `has_permission`: `boolean` ; `permission_type`: `string` ; `role_name`: `string` }[] } ; `rbac_role_grant`: \{ `Args`: \{ `p_context_id?`: `string` ; `p_granted_by?`: `string` ; `p_role_name`: `string` ; `p_role_type`: `string` ; `p_user_id`: `string` } ; `Returns`: \{ `error_code`: `string` ; `message`: `string` ; `role_id`: `string` ; `success`: `boolean` }[] } ; `rbac_role_revoke`: \{ `Args`: \{ `p_context_id?`: `string` ; `p_revoked_by?`: `string` ; `p_role_name`: `string` ; `p_role_type`: `string` ; `p_user_id`: `string` } ; `Returns`: \{ `error_code`: `string` ; `message`: `string` ; `revoked_count`: `number` ; `success`: `boolean` }[] } ; `rbac_role_validate`: \{ `Args`: \{ `p_context_id?`: `string` ; `p_role_name`: `string` ; `p_role_type`: `string` ; `p_user_id`: `string` } ; `Returns`: \{ `expires_at`: `string` ; `granted_at`: `string` ; `is_valid`: `boolean` ; `role_id`: `string` ; `status`: `string` }[] } ; `rbac_roles_list`: \{ `Args`: \{ `p_app_id?`: `string` ; `p_event_id?`: `string` ; `p_organisation_id?`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `context_id`: `string` ; `granted_at`: `string` ; `granted_by`: `string` ; `role_name`: `string` ; `role_type`: `string` ; `status`: `string` }[] } ; `rbac_session_track`: \{ `Args`: \{ `p_app_id?`: `string` ; `p_device_fingerprint?`: `string` ; `p_event_id?`: `string` ; `p_ip_address?`: `string` ; `p_session_type?`: `string` ; `p_user_agent?`: `string` ; `p_user_id`: `string` } ; `Returns`: `string` } ; `rbac_super_admin_check`: \{ `Args`: \{ `p_user_id`: `string` } ; `Returns`: `boolean` } ; `secure_query`: \{ `Args`: \{ `p_organisation_id`: `string` ; `p_select_columns`: `string` ; `p_table_name`: `string` ; `p_user_id`: `string` } ; `Returns`: `Json` } ; `set_app_organisation_id`: \{ `Args`: \{ `p_organisation_id`: `string` } ; `Returns`: `undefined` } ; `set_organisation_context`: \{ `Args`: \{ `org_id`: `string` } ; `Returns`: `undefined` } ; `sys_audit_cleanup`: \{ `Args`: \{ `p_days_to_keep?`: `number` ; `p_user_id?`: `string` } ; `Returns`: \{ `error_code`: `string` ; `message`: `string` ; `rows_deleted`: `number` ; `success`: `boolean` }[] } ; `util_app_resolve`: \{ `Args`: \{ `p_app_name`: `string` ; `p_user_id?`: `string` } ; `Returns`: \{ `app_id`: `string` ; `app_name`: `string` ; `has_access`: `boolean` ; `is_active`: `boolean` }[] } ; `validate_base_question_options`: \{ `Args`: \{ `options`: `Json` ; `question_type`: `string` } ; `Returns`: `boolean` } ; `validate_organisation_access`: \{ `Args`: \{ `org_id`: `string` } ; `Returns`: `boolean` } ; `verify_greenpay_signature`: \{ `Args`: \{ `payload`: `string` ; `signature`: `string` } ; `Returns`: `boolean` } ; `verify_webhook_signature`: \{ `Args`: \{ `payload`: `string` ; `secret`: `string` ; `signature`: `string` } ; `Returns`: `boolean` } } ; `Enums`: \{ `access_level`: ``"viewer"`` \| ``"participant"`` \| ``"planner"`` \| ``"super"`` ; `crud_operation`: ``"create"`` \| ``"update"`` \| ``"read"`` \| ``"delete"`` ; `dd_mandate_status`: ``"active"`` \| ``"revoked"`` \| ``"pending"`` \| ``"failed"`` ; `journal_post_status`: ``"draft"`` \| ``"published"`` ; `organisation_role`: ``"org_admin"`` \| ``"member"`` \| ``"admin"`` \| ``"super_admin"`` \| ``"moderator"`` ; `pace_membership_status`: ``"Provisional"`` \| ``"Cancelled"`` \| ``"Active"`` \| ``"Suspended"`` \| ``"Resigned"`` ; `payment_method_type`: ``"card"`` \| ``"bank"`` ; `rbac_event_app_role`: ``"viewer"`` \| ``"participant"`` \| ``"planner"`` \| ``"event_admin"`` ; `rbac_global_role`: ``"super_admin"`` ; `rbac_organisation_role`: ``"org_admin"`` \| ``"leader"`` \| ``"member"`` \| ``"supporter"`` ; `risk_consequence`: ``"Insignificant"`` \| ``"Minor"`` \| ``"Significant"`` \| ``"Major"`` \| ``"Severe"`` ; `risk_likelihood`: ``"Rare"`` \| ``"Unlikely"`` \| ``"Possible"`` \| ``"Likely"`` \| ``"Almost certain"`` ; `risk_status`: ``"Planned"`` \| ``"In progress"`` \| ``"Complete"`` ; `risk_type`: ``"Transport"`` \| ``"Accommodation"`` \| ``"Activity"`` \| ``"Financial"`` \| ``"Medical/Welfare"`` \| ``"Operational"`` ; `risk_when`: ``"Prior"`` \| ``"During"`` ; `sensitivity`: ``"low"`` \| ``"medium"`` \| ``"high"`` } ; `CompositeTypes`: {} }, \{ `PostgrestVersion`: ``"12.2.3 (519615d)"`` }\> | `undefined` | Supabase client |
6384
+ | `useBatching` | `boolean` | `true` | Whether to use batched audit logging (default: true) |
6385
+ | `batchConfig?` | `Object` | `undefined` | Optional batch configuration |
6386
+ | `batchConfig.batchWindow?` | `number` | `undefined` | - |
6387
+ | `batchConfig.batchSize?` | `number` | `undefined` | - |
6324
6388
 
6325
6389
  #### Returns
6326
6390
 
@@ -6330,7 +6394,7 @@ RBACAuditManager instance
6330
6394
 
6331
6395
  #### Defined in
6332
6396
 
6333
- [packages/core/src/rbac/audit.ts:420](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/audit.ts#L420)
6397
+ [packages/core/src/rbac/audit.ts:444](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/audit.ts#L444)
6334
6398
 
6335
6399
  ___
6336
6400
 
@@ -6352,7 +6416,7 @@ Set the global audit manager
6352
6416
 
6353
6417
  #### Defined in
6354
6418
 
6355
- [packages/core/src/rbac/audit.ts:436](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/audit.ts#L436)
6419
+ [packages/core/src/rbac/audit.ts:464](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/audit.ts#L464)
6356
6420
 
6357
6421
  ___
6358
6422
 
@@ -6370,7 +6434,7 @@ Global audit manager or null if not set
6370
6434
 
6371
6435
  #### Defined in
6372
6436
 
6373
- [packages/core/src/rbac/audit.ts:445](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/audit.ts#L445)
6437
+ [packages/core/src/rbac/audit.ts:473](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/audit.ts#L473)
6374
6438
 
6375
6439
  ___
6376
6440
 
@@ -6392,7 +6456,7 @@ Emit an audit event using the global audit manager
6392
6456
 
6393
6457
  #### Defined in
6394
6458
 
6395
- [packages/core/src/rbac/audit.ts:454](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/audit.ts#L454)
6459
+ [packages/core/src/rbac/audit.ts:482](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/audit.ts#L482)
6396
6460
 
6397
6461
  ___
6398
6462
 
@@ -6716,29 +6780,21 @@ ___
6716
6780
 
6717
6781
  ### PagePermissionGuard
6718
6782
 
6719
- ▸ **PagePermissionGuard**(`props`): ``null`` \| `string` \| `number` \| `boolean` \| `Iterable`\<`ReactNode`, `any`, `any`\> \| `Element`
6720
-
6721
- PagePermissionGuard - Enforces page-level permissions
6722
-
6723
- This component ensures that users can only access pages they have permission for.
6724
- It integrates with the existing RBAC system and provides strict enforcement to
6725
- prevent apps from bypassing permission checks.
6783
+ ▸ **PagePermissionGuard**(`props`): `ReactNode`
6726
6784
 
6727
6785
  #### Parameters
6728
6786
 
6729
- | Name | Type | Description |
6730
- | :------ | :------ | :------ |
6731
- | `props` | [`PagePermissionGuardProps`](interfaces/PagePermissionGuardProps.md) | Component props |
6787
+ | Name | Type |
6788
+ | :------ | :------ |
6789
+ | `props` | [`PagePermissionGuardProps`](interfaces/PagePermissionGuardProps.md) |
6732
6790
 
6733
6791
  #### Returns
6734
6792
 
6735
- ``null`` \| `string` \| `number` \| `boolean` \| `Iterable`\<`ReactNode`, `any`, `any`\> \| `Element`
6736
-
6737
- React element with permission enforcement
6793
+ `ReactNode`
6738
6794
 
6739
6795
  #### Defined in
6740
6796
 
6741
- [packages/core/src/rbac/components/PagePermissionGuard.tsx:490](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/PagePermissionGuard.tsx#L490)
6797
+ [packages/core/src/rbac/components/PagePermissionGuard.tsx:499](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/PagePermissionGuard.tsx#L499)
6742
6798
 
6743
6799
  ___
6744
6800
 
@@ -6933,7 +6989,7 @@ ___
6933
6989
 
6934
6990
  #### Defined in
6935
6991
 
6936
- [packages/core/src/rbac/config.ts:112](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L112)
6992
+ [packages/core/src/rbac/config.ts:121](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L121)
6937
6993
 
6938
6994
  ___
6939
6995
 
@@ -6947,7 +7003,7 @@ ___
6947
7003
 
6948
7004
  #### Defined in
6949
7005
 
6950
- [packages/core/src/rbac/config.ts:117](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L117)
7006
+ [packages/core/src/rbac/config.ts:126](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L126)
6951
7007
 
6952
7008
  ___
6953
7009
 
@@ -6961,7 +7017,7 @@ ___
6961
7017
 
6962
7018
  #### Defined in
6963
7019
 
6964
- [packages/core/src/rbac/config.ts:121](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L121)
7020
+ [packages/core/src/rbac/config.ts:130](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L130)
6965
7021
 
6966
7022
  ___
6967
7023
 
@@ -6975,7 +7031,7 @@ ___
6975
7031
 
6976
7032
  #### Defined in
6977
7033
 
6978
- [packages/core/src/rbac/config.ts:125](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L125)
7034
+ [packages/core/src/rbac/config.ts:134](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L134)
6979
7035
 
6980
7036
  ___
6981
7037
 
@@ -6989,7 +7045,7 @@ ___
6989
7045
 
6990
7046
  #### Defined in
6991
7047
 
6992
- [packages/core/src/rbac/config.ts:129](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L129)
7048
+ [packages/core/src/rbac/config.ts:138](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L138)
6993
7049
 
6994
7050
  ___
6995
7051
 
@@ -7014,7 +7070,7 @@ RBACEngine instance
7014
7070
 
7015
7071
  #### Defined in
7016
7072
 
7017
- [packages/core/src/rbac/engine.ts:621](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/engine.ts#L621)
7073
+ [packages/core/src/rbac/engine.ts:602](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/engine.ts#L602)
7018
7074
 
7019
7075
  ___
7020
7076
 
@@ -7074,7 +7130,7 @@ function MyComponent() {
7074
7130
 
7075
7131
  #### Defined in
7076
7132
 
7077
- [packages/core/src/rbac/hooks/usePermissions.ts:57](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/hooks/usePermissions.ts#L57)
7133
+ [packages/core/src/rbac/hooks/usePermissions.ts:58](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/hooks/usePermissions.ts#L58)
7078
7134
 
7079
7135
  ___
7080
7136
 
@@ -7122,7 +7178,7 @@ function MyComponent() {
7122
7178
 
7123
7179
  #### Defined in
7124
7180
 
7125
- [packages/core/src/rbac/hooks/usePermissions.ts:299](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/hooks/usePermissions.ts#L299)
7181
+ [packages/core/src/rbac/hooks/usePermissions.ts:300](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/hooks/usePermissions.ts#L300)
7126
7182
 
7127
7183
  ___
7128
7184
 
@@ -7172,7 +7228,7 @@ function MyComponent() {
7172
7228
 
7173
7229
  #### Defined in
7174
7230
 
7175
- [packages/core/src/rbac/hooks/usePermissions.ts:495](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/hooks/usePermissions.ts#L495)
7231
+ [packages/core/src/rbac/hooks/usePermissions.ts:511](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/hooks/usePermissions.ts#L511)
7176
7232
 
7177
7233
  ___
7178
7234
 
@@ -7229,7 +7285,7 @@ function MyComponent() {
7229
7285
 
7230
7286
  #### Defined in
7231
7287
 
7232
- [packages/core/src/rbac/hooks/usePermissions.ts:570](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/hooks/usePermissions.ts#L570)
7288
+ [packages/core/src/rbac/hooks/usePermissions.ts:586](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/hooks/usePermissions.ts#L586)
7233
7289
 
7234
7290
  ___
7235
7291
 
@@ -7280,7 +7336,7 @@ function MyComponent() {
7280
7336
 
7281
7337
  #### Defined in
7282
7338
 
7283
- [packages/core/src/rbac/hooks/usePermissions.ts:653](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/hooks/usePermissions.ts#L653)
7339
+ [packages/core/src/rbac/hooks/usePermissions.ts:669](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/hooks/usePermissions.ts#L669)
7284
7340
 
7285
7341
  ___
7286
7342
 
@@ -7331,7 +7387,7 @@ function MyComponent() {
7331
7387
 
7332
7388
  #### Defined in
7333
7389
 
7334
- [packages/core/src/rbac/hooks/usePermissions.ts:739](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/hooks/usePermissions.ts#L739)
7390
+ [packages/core/src/rbac/hooks/usePermissions.ts:755](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/hooks/usePermissions.ts#L755)
7335
7391
 
7336
7392
  ___
7337
7393
 
@@ -7382,7 +7438,7 @@ function MyComponent() {
7382
7438
 
7383
7439
  #### Defined in
7384
7440
 
7385
- [packages/core/src/rbac/hooks/usePermissions.ts:824](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/hooks/usePermissions.ts#L824)
7441
+ [packages/core/src/rbac/hooks/usePermissions.ts:840](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/hooks/usePermissions.ts#L840)
7386
7442
 
7387
7443
  ___
7388
7444
 
@@ -7596,6 +7652,148 @@ function MyComponent() {
7596
7652
 
7597
7653
  ___
7598
7654
 
7655
+ ### enablePerformanceMonitoring
7656
+
7657
+ ▸ **enablePerformanceMonitoring**(): `void`
7658
+
7659
+ Enable performance monitoring
7660
+
7661
+ #### Returns
7662
+
7663
+ `void`
7664
+
7665
+ #### Defined in
7666
+
7667
+ [packages/core/src/rbac/performance.ts:154](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/performance.ts#L154)
7668
+
7669
+ ___
7670
+
7671
+ ### disablePerformanceMonitoring
7672
+
7673
+ ▸ **disablePerformanceMonitoring**(): `void`
7674
+
7675
+ Disable performance monitoring
7676
+
7677
+ #### Returns
7678
+
7679
+ `void`
7680
+
7681
+ #### Defined in
7682
+
7683
+ [packages/core/src/rbac/performance.ts:161](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/performance.ts#L161)
7684
+
7685
+ ___
7686
+
7687
+ ### isPerformanceMonitoringEnabled
7688
+
7689
+ ▸ **isPerformanceMonitoringEnabled**(): `boolean`
7690
+
7691
+ Check if performance monitoring is enabled
7692
+
7693
+ #### Returns
7694
+
7695
+ `boolean`
7696
+
7697
+ #### Defined in
7698
+
7699
+ [packages/core/src/rbac/performance.ts:168](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/performance.ts#L168)
7700
+
7701
+ ___
7702
+
7703
+ ### recordPermissionCheck
7704
+
7705
+ ▸ **recordPermissionCheck**(`cacheHit`, `responseTime`, `wasDeduplicated?`): `void`
7706
+
7707
+ Record a permission check
7708
+
7709
+ #### Parameters
7710
+
7711
+ | Name | Type | Default value |
7712
+ | :------ | :------ | :------ |
7713
+ | `cacheHit` | `boolean` | `undefined` |
7714
+ | `responseTime` | `number` | `undefined` |
7715
+ | `wasDeduplicated` | `boolean` | `false` |
7716
+
7717
+ #### Returns
7718
+
7719
+ `void`
7720
+
7721
+ #### Defined in
7722
+
7723
+ [packages/core/src/rbac/performance.ts:175](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/performance.ts#L175)
7724
+
7725
+ ___
7726
+
7727
+ ### recordAuditEvent
7728
+
7729
+ ▸ **recordAuditEvent**(`batched`): `void`
7730
+
7731
+ Record an audit event
7732
+
7733
+ #### Parameters
7734
+
7735
+ | Name | Type |
7736
+ | :------ | :------ |
7737
+ | `batched` | `boolean` |
7738
+
7739
+ #### Returns
7740
+
7741
+ `void`
7742
+
7743
+ #### Defined in
7744
+
7745
+ [packages/core/src/rbac/performance.ts:186](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/performance.ts#L186)
7746
+
7747
+ ___
7748
+
7749
+ ### getPerformanceMetrics
7750
+
7751
+ ▸ **getPerformanceMetrics**(): [`RBACPerformanceMetrics`](interfaces/RBACPerformanceMetrics.md)
7752
+
7753
+ Get current performance metrics
7754
+
7755
+ #### Returns
7756
+
7757
+ [`RBACPerformanceMetrics`](interfaces/RBACPerformanceMetrics.md)
7758
+
7759
+ #### Defined in
7760
+
7761
+ [packages/core/src/rbac/performance.ts:193](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/performance.ts#L193)
7762
+
7763
+ ___
7764
+
7765
+ ### resetPerformanceMetrics
7766
+
7767
+ ▸ **resetPerformanceMetrics**(): `void`
7768
+
7769
+ Reset performance metrics
7770
+
7771
+ #### Returns
7772
+
7773
+ `void`
7774
+
7775
+ #### Defined in
7776
+
7777
+ [packages/core/src/rbac/performance.ts:200](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/performance.ts#L200)
7778
+
7779
+ ___
7780
+
7781
+ ### getPerformanceSummary
7782
+
7783
+ ▸ **getPerformanceSummary**(): `string`
7784
+
7785
+ Get performance metrics summary
7786
+
7787
+ #### Returns
7788
+
7789
+ `string`
7790
+
7791
+ #### Defined in
7792
+
7793
+ [packages/core/src/rbac/performance.ts:207](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/performance.ts#L207)
7794
+
7795
+ ___
7796
+
7599
7797
  ### isValidPermission
7600
7798
 
7601
7799
  ▸ **isValidPermission**(`permission`): permission is \`create:$\{string}\` \| \`update:$\{string}\` \| \`read:$\{string}\` \| \`delete:$\{string}\`
@@ -7659,6 +7857,40 @@ Empty array (function deprecated)
7659
7857
 
7660
7858
  ___
7661
7859
 
7860
+ ### clearInFlightRequests
7861
+
7862
+ ▸ **clearInFlightRequests**(): `void`
7863
+
7864
+ Clear all in-flight requests (useful for testing or cleanup)
7865
+
7866
+ #### Returns
7867
+
7868
+ `void`
7869
+
7870
+ #### Defined in
7871
+
7872
+ [packages/core/src/rbac/request-deduplication.ts:75](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/request-deduplication.ts#L75)
7873
+
7874
+ ___
7875
+
7876
+ ### getInFlightRequestCount
7877
+
7878
+ ▸ **getInFlightRequestCount**(): `number`
7879
+
7880
+ Get count of in-flight requests (useful for monitoring)
7881
+
7882
+ #### Returns
7883
+
7884
+ `number`
7885
+
7886
+ Number of in-flight requests
7887
+
7888
+ #### Defined in
7889
+
7890
+ [packages/core/src/rbac/request-deduplication.ts:84](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/request-deduplication.ts#L84)
7891
+
7892
+ ___
7893
+
7662
7894
  ### createSecureClient
7663
7895
 
7664
7896
  ▸ **createSecureClient**(`supabaseUrl`, `supabaseKey`, `organisationId`, `eventId?`, `appId?`): [`SecureSupabaseClient`](classes/SecureSupabaseClient.md)
@@ -8463,6 +8695,33 @@ Signed URL with expiration timestamp, or null if failed
8463
8695
 
8464
8696
  ___
8465
8697
 
8698
+ ### generateFileUrlsBatch
8699
+
8700
+ ▸ **generateFileUrlsBatch**(`supabase`, `fileReferences`, `options`): `Promise`\<`Map`\<`string`, `string`\>\>
8701
+
8702
+ Generate URLs for multiple file references in parallel
8703
+ This batches URL generation to reduce sequential requests and uses caching
8704
+
8705
+ #### Parameters
8706
+
8707
+ | Name | Type | Description |
8708
+ | :------ | :------ | :------ |
8709
+ | `supabase` | `default`\<`any`, ``"public"``, ``"public"``, `any`, `any`\> | Supabase client instance |
8710
+ | `fileReferences` | \{ `id`: `string` ; `file_path`: `string` ; `is_public`: `boolean` }[] | Array of file references to generate URLs for |
8711
+ | `options` | [`StorageUrlOptions`](interfaces/StorageUrlOptions.md) & \{ `orgId?`: `string` } | URL options including expiry time and organisation ID |
8712
+
8713
+ #### Returns
8714
+
8715
+ `Promise`\<`Map`\<`string`, `string`\>\>
8716
+
8717
+ Map of file ID to URL string (only includes successful URL generations)
8718
+
8719
+ #### Defined in
8720
+
8721
+ [packages/core/src/utils/storage/helpers.ts:462](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/utils/storage/helpers.ts#L462)
8722
+
8723
+ ___
8724
+
8466
8725
  ### deleteFile
8467
8726
 
8468
8727
  ▸ **deleteFile**(`supabase`, `path`, `isPublic?`): `Promise`\<\{ `success`: `boolean` ; `error?`: `string` }\>
@@ -8485,7 +8744,7 @@ Success status and optional error message
8485
8744
 
8486
8745
  #### Defined in
8487
8746
 
8488
- [packages/core/src/utils/storage/helpers.ts:430](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/utils/storage/helpers.ts#L430)
8747
+ [packages/core/src/utils/storage/helpers.ts:569](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/utils/storage/helpers.ts#L569)
8489
8748
 
8490
8749
  ___
8491
8750
 
@@ -8510,7 +8769,7 @@ List of files with metadata
8510
8769
 
8511
8770
  #### Defined in
8512
8771
 
8513
- [packages/core/src/utils/storage/helpers.ts:464](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/utils/storage/helpers.ts#L464)
8772
+ [packages/core/src/utils/storage/helpers.ts:603](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/utils/storage/helpers.ts#L603)
8514
8773
 
8515
8774
  ___
8516
8775
 
@@ -8536,7 +8795,7 @@ File blob with metadata, or null if failed
8536
8795
 
8537
8796
  #### Defined in
8538
8797
 
8539
- [packages/core/src/utils/storage/helpers.ts:524](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/utils/storage/helpers.ts#L524)
8798
+ [packages/core/src/utils/storage/helpers.ts:663](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/utils/storage/helpers.ts#L663)
8540
8799
 
8541
8800
  ___
8542
8801
 
@@ -8563,7 +8822,7 @@ Move a file to archived location (soft delete)
8563
8822
 
8564
8823
  #### Defined in
8565
8824
 
8566
- [packages/core/src/utils/storage/helpers.ts:577](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/utils/storage/helpers.ts#L577)
8825
+ [packages/core/src/utils/storage/helpers.ts:716](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/utils/storage/helpers.ts#L716)
8567
8826
 
8568
8827
  ___
8569
8828