@danielhritcu/zenstack-custom 1.2.0 → 1.2.1
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.
- package/dist/cli.d.cts +1 -1
- package/dist/cli.d.ts +1 -1
- package/dist/codegen/index.cjs.map +1 -1
- package/dist/codegen/index.d.cts +2 -2
- package/dist/codegen/index.d.ts +2 -2
- package/dist/codegen/index.js.map +1 -1
- package/dist/{config-CRQer7hw.d.cts → config-rukOeRbn.d.cts} +3 -1
- package/dist/{config-CRQer7hw.d.ts → config-rukOeRbn.d.ts} +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DerivedField, a as DerivedModelDescriptor, E as ExtendedSchema, G as GlobalConfig, M as ManyRelation, b as ModelConfig, c as ModelsOutput, O as OneRelation, S as SchemaConfig, d as SearchField, e as SearchProfile, T as ThroughPath, f as ThroughRelation, Z as ZenConfig, g as defineConfig } from './config-
|
|
1
|
+
export { D as DerivedField, a as DerivedModelDescriptor, E as ExtendedSchema, G as GlobalConfig, M as ManyRelation, b as ModelConfig, c as ModelsOutput, O as OneRelation, S as SchemaConfig, d as SearchField, e as SearchProfile, T as ThroughPath, f as ThroughRelation, Z as ZenConfig, g as defineConfig } from './config-rukOeRbn.cjs';
|
|
2
2
|
export { APP_SLUG_JS, APP_SLUG_SQL, BrandingInfo, ComputedFieldDeclaration, ComputedFieldInfo, ComputedFieldsConfig, DerivedModelDeclaration, DerivedModelsConfig, EmitSchemaOptions, EnumInfo, FKInfo, FKRelationInfo, FieldInfo, FilteredRelationDeclaration, FilteredRelationsConfig, GENERATED_FILE_BANNER, RelationField, ResolvedRelationTargets, SearchDefaultDeclaration, SearchDefaultsConfig, TableInfo, ThroughRelationDeclaration, ThroughRelationPath, ThroughRelationsConfig, TypeDefField, TypeDefInfo, TypeDefMapping, TypedJsonArtifacts, TypedJsonFieldInfo, ViewInfo, adaptToLegacyConfig, assertNoTypedColumnOverrides, buildRelations, buildTypeDefs, capitalize, defineModels, derived, discoverEnums, discoverTables, discoverViews, emitCompatTs, emitEnumBlock, emitEnumsTs, emitFieldBlock, emitGeneratedFileBanner, emitIndexTs, emitInputTs, emitJsonNamespaceBlock, emitJsonRawNamespaceBlock, emitJsonRawTs, emitJsonTs, emitModelsTs, emitOrmTypesTs, emitRelationField, emitSchemaTs, emitTypeDefsBlock, emitViewsTs, esc, extend, extractFKs, getDrizzleTableName, many, mapColumn, model, one, through, toPascalCase, uncapitalize, writeFileIfChanged } from './codegen/index.cjs';
|
|
3
3
|
export { ArgsBuilder, CategorizedChange, ChangeCategory, CronJobOpts, CustomHashes, CustomObject, CustomObjectEntry, CustomObjectType, CustomObjectsMap, ENUM_MAP, ExtensionOpts, FALSE, FunctionOpts, GenerateFlags, OrderIssue, PgCronJob, PgExtension, PgFunction, PgTrigger, PgTypes, TriggerEvent, TriggerForEach, TriggerFunction, TriggerFunctionOpts, TriggerOpts, TriggerTiming, appSlugForeignKey, auditColumns, categorizeChanges, cleanMeta, colAppSlug, colCreatedAt, colDeletedAt, colId, colNumeric, colTimestamp, colUpdatedAt, collectCustomObjects, computeHash, currentAppSlug, currentUser, custom, defaultPolicy, drop, fixOrder, formatChangeSummary, formatVerboseOutput, generate, generateDropSQL, getLatestSnapshotPath, hasAppSlug, hasBypassEnabled, loadSchemaModules, packToSgz, parseFlags, pgCron, pgExtension, pgFunction, pgOrmEnum, pgTrigger, pgTypes, readJournal, readSnapshotCustomObjects, serializeCustomObject, simpleDiff, syncMeta, toPgEnum, unpackFromSgz, validateOrder, validateTimestamps, writeSnapshotCustomObjects } from './drizzle/index.cjs';
|
|
4
4
|
import 'drizzle-orm/pg-core';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DerivedField, a as DerivedModelDescriptor, E as ExtendedSchema, G as GlobalConfig, M as ManyRelation, b as ModelConfig, c as ModelsOutput, O as OneRelation, S as SchemaConfig, d as SearchField, e as SearchProfile, T as ThroughPath, f as ThroughRelation, Z as ZenConfig, g as defineConfig } from './config-
|
|
1
|
+
export { D as DerivedField, a as DerivedModelDescriptor, E as ExtendedSchema, G as GlobalConfig, M as ManyRelation, b as ModelConfig, c as ModelsOutput, O as OneRelation, S as SchemaConfig, d as SearchField, e as SearchProfile, T as ThroughPath, f as ThroughRelation, Z as ZenConfig, g as defineConfig } from './config-rukOeRbn.js';
|
|
2
2
|
export { APP_SLUG_JS, APP_SLUG_SQL, BrandingInfo, ComputedFieldDeclaration, ComputedFieldInfo, ComputedFieldsConfig, DerivedModelDeclaration, DerivedModelsConfig, EmitSchemaOptions, EnumInfo, FKInfo, FKRelationInfo, FieldInfo, FilteredRelationDeclaration, FilteredRelationsConfig, GENERATED_FILE_BANNER, RelationField, ResolvedRelationTargets, SearchDefaultDeclaration, SearchDefaultsConfig, TableInfo, ThroughRelationDeclaration, ThroughRelationPath, ThroughRelationsConfig, TypeDefField, TypeDefInfo, TypeDefMapping, TypedJsonArtifacts, TypedJsonFieldInfo, ViewInfo, adaptToLegacyConfig, assertNoTypedColumnOverrides, buildRelations, buildTypeDefs, capitalize, defineModels, derived, discoverEnums, discoverTables, discoverViews, emitCompatTs, emitEnumBlock, emitEnumsTs, emitFieldBlock, emitGeneratedFileBanner, emitIndexTs, emitInputTs, emitJsonNamespaceBlock, emitJsonRawNamespaceBlock, emitJsonRawTs, emitJsonTs, emitModelsTs, emitOrmTypesTs, emitRelationField, emitSchemaTs, emitTypeDefsBlock, emitViewsTs, esc, extend, extractFKs, getDrizzleTableName, many, mapColumn, model, one, through, toPascalCase, uncapitalize, writeFileIfChanged } from './codegen/index.js';
|
|
3
3
|
export { ArgsBuilder, CategorizedChange, ChangeCategory, CronJobOpts, CustomHashes, CustomObject, CustomObjectEntry, CustomObjectType, CustomObjectsMap, ENUM_MAP, ExtensionOpts, FALSE, FunctionOpts, GenerateFlags, OrderIssue, PgCronJob, PgExtension, PgFunction, PgTrigger, PgTypes, TriggerEvent, TriggerForEach, TriggerFunction, TriggerFunctionOpts, TriggerOpts, TriggerTiming, appSlugForeignKey, auditColumns, categorizeChanges, cleanMeta, colAppSlug, colCreatedAt, colDeletedAt, colId, colNumeric, colTimestamp, colUpdatedAt, collectCustomObjects, computeHash, currentAppSlug, currentUser, custom, defaultPolicy, drop, fixOrder, formatChangeSummary, formatVerboseOutput, generate, generateDropSQL, getLatestSnapshotPath, hasAppSlug, hasBypassEnabled, loadSchemaModules, packToSgz, parseFlags, pgCron, pgExtension, pgFunction, pgOrmEnum, pgTrigger, pgTypes, readJournal, readSnapshotCustomObjects, serializeCustomObject, simpleDiff, syncMeta, toPgEnum, unpackFromSgz, validateOrder, validateTimestamps, writeSnapshotCustomObjects } from './drizzle/index.js';
|
|
4
4
|
import 'drizzle-orm/pg-core';
|