UNPKG

@lucidcms/core

Version:

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

2 lines 870 B
import e from"./parents/static-repository.mjs";import t from"zod";var n=class extends e{constructor(e,t){super(e,t,`lucid_client_integration_scopes`)}tableSchema=t.object({id:t.number(),client_integration_id:t.number(),scope:t.string(),core:t.union([t.literal(this.dbAdapter.config.defaults.boolean.true),t.literal(this.dbAdapter.config.defaults.boolean.false)]),created_at:t.union([t.string(),t.date()]).nullable(),updated_at:t.union([t.string(),t.date()]).nullable()});columnFormats={id:this.dbAdapter.getDataType(`primary`),client_integration_id:this.dbAdapter.getDataType(`integer`),scope:this.dbAdapter.getDataType(`text`),core:this.dbAdapter.getDataType(`boolean`),created_at:this.dbAdapter.getDataType(`timestamp`),updated_at:this.dbAdapter.getDataType(`timestamp`)};queryConfig=void 0};export{n as default}; //# sourceMappingURL=client-integration-scopes.mjs.map