appos 0.1.13-0 → 0.1.14-0
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/build/exports/db.d.mts +3 -2
- package/build/exports/db.mjs +5 -4
- package/build/exports/{dist-cjs-CWQnfnl0.mjs → dist-cjs-C52tT6at.mjs} +1 -1
- package/build/exports/{dist-cjs-W4znRhKQ.mjs → dist-cjs-C7mx_mmI.mjs} +1 -1
- package/build/exports/{dist-cjs-B8eo7PtO.mjs → dist-cjs-YEmtR5oW.mjs} +1 -1
- package/build/exports/{dist-cjs-DhrATPLi.mjs → dist-cjs-ZYsjewld.mjs} +1 -1
- package/build/exports/{sso-oidc-Cx-v4ZN4.mjs → sso-oidc-PXZ3-6bu.mjs} +1 -1
- package/build/exports/{sts-DOnaOVV9.mjs → sts-9LPyuVkZ.mjs} +1 -1
- package/build/exports/{sts-CNfip6wL.mjs → sts-BpR3feII.mjs} +1 -1
- package/build/exports/test.mjs +2 -2
- package/build/exports/ui/index.d.ts +302 -302
- package/package.json +1 -2
package/build/exports/db.d.mts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as drizzle_orm7 from "drizzle-orm";
|
|
2
|
-
import {
|
|
2
|
+
import { RelationsBuilder } from "drizzle-orm";
|
|
3
3
|
import * as drizzle_orm_pg_core87 from "drizzle-orm/pg-core";
|
|
4
4
|
import { AnyForeignKeyBuilder, AnyIndexBuilder, AnyPgColumn, AnyPgDeleteBase, AnyPgInsert, AnyPgSelect, AnyPgSelectQueryBuilder, AnyPgSetOperatorInterface, AnyPgTable, AnyPgUpdate, BuildAliasTable, Check, CheckBuilder, ColumnsWithTable, CreatePgSelectFromBuilderMode, ForeignKey, ForeignKeyBuilder, GetColumnsTableName, GetPgSetOperators, Index, IndexBuilder, IndexBuilderOn, IndexColumn, IndexedColumn, IndexedExtraConfigType, PgArray, PgArrayBuilder, PgArrayColumnBuilderBaseConfig, PgBigInt53, PgBigInt53Builder, PgBigInt64, PgBigInt64Builder, PgBigIntConfig, PgBigSerial53, PgBigSerial53Builder, PgBigSerial64, PgBigSerial64Builder, PgBigSerialConfig, PgBinaryVector, PgBinaryVectorBuilder, PgBinaryVectorConfig, PgBoolean, PgBooleanBuilder, PgBytea, PgByteaBuilder, PgChar, PgCharBuilder, PgCharConfig, PgCidr, PgCidrBuilder, PgColumn, PgColumnBuilder, PgCustomColumn, PgCustomColumnBuilder, PgCustomColumnInnerConfig, PgDatabase, PgDate, PgDateBuilder, PgDateConfig, PgDateString, PgDateStringBuilder, PgDeleteBase, PgDeleteConfig, PgDeleteDynamic, PgDeleteReturning, PgDeleteReturningAll, PgDialect, PgDialectConfig, PgEnum, PgEnumObject, PgGeometry, PgGeometryBuilder, PgGeometryConfig, PgGeometryObject, PgGeometryObjectBuilder, PgHalfVector, PgHalfVectorBuilder, PgHalfVectorConfig, PgInsertBuilder, PgInsertConfig, PgInsertOnConflictDoUpdateConfig, PgInsertSelectQueryBuilder, PgInteger, PgIntegerBuilder, PgJson, PgJsonBuilder, PgJsonb, PgJsonbBuilder, PgLineABC, PgLineABCBuilder, PgLineBuilder, PgLineTypeConfig, PgMacaddr, PgMacaddr8, PgMacaddr8Builder, PgMacaddrBuilder, PgMaterializedViewConfig, PgNumeric, PgNumericBigInt, PgNumericBigIntBuilder, PgNumericBuilder, PgNumericConfig, PgNumericNumber, PgNumericNumberBuilder, PgPointConfig, PgPolicyConfig, PgQueryResultHKT, PgQueryResultKind, PgReal, PgRealBuilder, PgRoleConfig, PgSelectConfig, PgSelectCrossJoinFn, PgSelectHKT, PgSelectHKTBase, PgSelectJoin, PgSelectJoinConfig, PgSelectJoinFn, PgSelectKind, PgSelectQueryBuilder, PgSelectQueryBuilderBase, PgSelectQueryBuilderHKT, PgSetOperatorInterface, PgSparseVectorConfig, PgTable, PgTableExtraConfig, PgTableExtraConfigValue, PgTableFn, PgTableWithColumns, PgText, PgTextBuilder, PgTextConfig, PgTimestampConfig, PgTransactionConfig, PgUpdate, PgUpdateBase, PgUpdateBuilder, PgUpdateConfig, PgUpdateDynamic, PgUpdateJoin, PgUpdateJoinFn, PgUpdatePrepare, PgUpdateReturning, PgUpdateReturningAll, PgUpdateSetSource, PgUpdateWithJoins, PgUpdateWithout, PgVarcharConfig, PgVectorConfig, PgViewWithSelection, Precision, PreparedQueryConfig, PrimaryKey, QueryBuilder, SelectedFields, SelectedFieldsFlat, SelectedFieldsOrdered, TableConfig, TableLikeHasEmptySelection, TimeConfig, UniqueConstraint, UniqueConstraintBuilder, UniqueOnConstraintBuilder, UpdateDeleteAction, ViewBuilder, WithBuilder, WithSubqueryWithSelection, alias, bigint, bigserial, bit, boolean, bytea, char, check, cidr, customType, date, decimal, doublePrecision, except, exceptAll, extractUsedTable, foreignKey, geometry, getMaterializedViewConfig, getTableConfig, getViewConfig, halfvec, index, inet, integer, intersect, intersectAll, interval, isPgEnum, isPgMaterializedView, isPgSchema, isPgSequence, isPgView, json, jsonb, line, macaddr, macaddr8, makePgArray, numeric, parsePgArray, parsePgNestedArray, pgEnum, pgMaterializedView, pgPolicy, pgRole, pgSchema, pgSequence, pgTable, pgTableCreator, pgView, point, primaryKey, real, serial, smallint, smallserial, sparsevec, text, time, timestamp, union, unionAll, unique, uniqueIndex, uniqueKeyName, uuid, withReplicas } from "drizzle-orm/pg-core";
|
|
5
|
+
export * from "drizzle-orm";
|
|
5
6
|
|
|
6
7
|
//#region app/.server/primitives/auth-schema.d.ts
|
|
7
8
|
/**
|
|
@@ -5192,4 +5193,4 @@ type StorageBlob = typeof schema.tables.storageBlobs.$inferSelect;
|
|
|
5192
5193
|
type StorageAttachment = typeof schema.tables.storageAttachments.$inferSelect;
|
|
5193
5194
|
type StorageVariantRecord = typeof schema.tables.storageVariantRecords.$inferSelect;
|
|
5194
5195
|
//#endregion
|
|
5195
|
-
export {
|
|
5196
|
+
export { type AnyForeignKeyBuilder, type AnyIndexBuilder, type AnyPgColumn, type AnyPgDeleteBase, type AnyPgInsert, type AnyPgSelect, type AnyPgSelectQueryBuilder, type AnyPgSetOperatorInterface, type AnyPgTable, type AnyPgUpdate, type BuildAliasTable, Check, CheckBuilder, type ColumnsWithTable, type CreatePgSelectFromBuilderMode, ForeignKey, ForeignKeyBuilder, type GetColumnsTableName, type GetPgSetOperators, Index, IndexBuilder, IndexBuilderOn, type IndexColumn, IndexedColumn, type IndexedExtraConfigType, PgArray, PgArrayBuilder, type PgArrayColumnBuilderBaseConfig, PgBigInt53, PgBigInt53Builder, PgBigInt64, PgBigInt64Builder, type PgBigIntConfig, PgBigSerial53, PgBigSerial53Builder, PgBigSerial64, PgBigSerial64Builder, type PgBigSerialConfig, PgBinaryVector, PgBinaryVectorBuilder, type PgBinaryVectorConfig, PgBoolean, PgBooleanBuilder, PgBytea, PgByteaBuilder, PgChar, PgCharBuilder, type PgCharConfig, PgCidr, PgCidrBuilder, PgColumn, PgColumnBuilder, PgCustomColumn, PgCustomColumnBuilder, type PgCustomColumnInnerConfig, PgDatabase, PgDate, PgDateBuilder, type PgDateConfig, PgDateString, PgDateStringBuilder, PgDeleteBase, type PgDeleteConfig, type PgDeleteDynamic, type PgDeleteReturning, type PgDeleteReturningAll, PgDialect, type PgDialectConfig, type PgEnum, type PgEnumObject, PgGeometry, PgGeometryBuilder, type PgGeometryConfig, PgGeometryObject, PgGeometryObjectBuilder, PgHalfVector, PgHalfVectorBuilder, type PgHalfVectorConfig, PgInsertBuilder, type PgInsertConfig, type PgInsertOnConflictDoUpdateConfig, type PgInsertSelectQueryBuilder, PgInteger, PgIntegerBuilder, PgJson, PgJsonBuilder, PgJsonb, PgJsonbBuilder, PgLineABC, PgLineABCBuilder, PgLineBuilder, type PgLineTypeConfig, PgMacaddr, PgMacaddr8, PgMacaddr8Builder, PgMacaddrBuilder, PgMaterializedViewConfig, PgNumeric, PgNumericBigInt, PgNumericBigIntBuilder, PgNumericBuilder, type PgNumericConfig, PgNumericNumber, PgNumericNumberBuilder, type PgPointConfig, type PgPolicyConfig, type PgQueryResultHKT, type PgQueryResultKind, PgReal, PgRealBuilder, type PgRoleConfig, type PgSelectConfig, type PgSelectCrossJoinFn, type PgSelectHKT, type PgSelectHKTBase, type PgSelectJoin, type PgSelectJoinConfig, type PgSelectJoinFn, type PgSelectKind, type PgSelectQueryBuilder, type PgSelectQueryBuilderBase, type PgSelectQueryBuilderHKT, type PgSetOperatorInterface, type PgSparseVectorConfig, PgTable, type PgTableExtraConfig, type PgTableExtraConfigValue, type PgTableFn, type PgTableWithColumns, PgText, PgTextBuilder, type PgTextConfig, type PgTimestampConfig, type PgTransactionConfig, type PgUpdate, type PgUpdateBase, type PgUpdateBuilder, type PgUpdateConfig, type PgUpdateDynamic, type PgUpdateJoin, type PgUpdateJoinFn, type PgUpdatePrepare, type PgUpdateReturning, type PgUpdateReturningAll, type PgUpdateSetSource, type PgUpdateWithJoins, type PgUpdateWithout, type PgVarcharConfig, type PgVectorConfig, type PgViewWithSelection, type Precision, type PreparedQueryConfig, PrimaryKey, QueryBuilder, type SelectedFields, type SelectedFieldsFlat, type SelectedFieldsOrdered, type StorageAttachment, type StorageBlob, type StorageVariantRecord, type TableConfig, type TableLikeHasEmptySelection, type TimeConfig, UniqueConstraint, UniqueConstraintBuilder, UniqueOnConstraintBuilder, type UpdateDeleteAction, type ViewBuilder, type WithBuilder, type WithSubqueryWithSelection, alias, bigint, bigserial, bit, boolean, bytea, char, check, cidr, customType, date, decimal, defineAuthSchema, defineStorageSchema, doublePrecision, except, exceptAll, extractUsedTable, foreignKey, geometry, getMaterializedViewConfig, getTableConfig, getViewConfig, halfvec, index, inet, integer, intersect, intersectAll, interval, isPgEnum, isPgMaterializedView, isPgSchema, isPgSequence, isPgView, json, jsonb, line, macaddr, macaddr8, makePgArray, numeric, parsePgArray, parsePgNestedArray, pgEnum, pgMaterializedView, pgPolicy, pgRole, pgSchema, pgSequence, pgTable, pgTableCreator, pgView, point, primaryKey, real, serial, smallint, smallserial, sparsevec, text, time, timestamp, union, unionAll, unique, uniqueIndex, uniqueKeyName, uuid, withReplicas };
|