appos 0.1.11-0 → 0.1.13-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.
@@ -1,8 +1,7 @@
1
1
  import * as drizzle_orm7 from "drizzle-orm";
2
- import { RelationsBuilder } from "drizzle-orm";
2
+ import { AggregatedField, AnyColumn, AnyDBQueryConfig, AnyMany, AnyManyConfig, AnyOne, AnyOneConfig, AnyRelation, AnyRelations, AnyRelationsBuilderConfig, AnyRelationsFilter, AnyTable, AnyTableFilter, BinaryOperator, BuildColumn, BuildColumns, BuildExtraConfigColumns, BuildIndexColumn, BuildQueryConfig, BuildQueryResult, BuildRelationResult, BuildRelationalQueryResult, DBQueryConfig, DBQueryConfigColumns, EmptyRelations, HasDefault, IsPrimaryKey, NotNull, Param, Placeholder, PromiseOf, Relation, RelationFieldsFilterInternals, RelationsBuilder, SQL, SQLChunk, SQLGenerator, SQLOperator, SQLWrapper, Subquery, Table, TableAliasProxyHandler, ViewBaseConfig, WithSubquery, aliasedRelation, aliasedTable, aliasedTableColumn, and, arrayContained, arrayContains, arrayOverlaps, asc, avg, avgDistinct, between, bindIfParam, buildRelations, buildRelationsParts, cosineDistance, count, countDistinct, createRelationsHelper, defineRelations, defineRelationsPart, desc, entityKind, eq, exists, extractExtendedColumnType, extractTablesFromSchema, fillPlaceholders, getColumnTable, getOrderByOperators, getTableAsAliasSQL, getTableColumns, getTableName, getTableUniqueName, getViewName, getViewSelectedFields, gt, gte, hammingDistance, hasOwnEntityKind, haveSameKeys, ilike, inArray, innerProduct, is, isConfig, isDriverValueEncoder, isNotNull, isNull, isSQLWrapper, isTable, isView, jaccardDistance, l1Distance, l2Distance, like, lt, lte, mapColumnsInAliasedSQLToAlias, mapColumnsInSQLToAlias, ne, noopDecoder, noopEncoder, noopMapper, not, notBetween, notExists, notIlike, notInArray, notLike, operators, or, orderByOperators, processRelations, relationExtrasToSQL, relationToSQL, relationsFilterToSQL, relationsOrderToSQL, sql, sum, sumDistinct, textDecoder } 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";
6
5
 
7
6
  //#region app/.server/primitives/auth-schema.d.ts
8
7
  /**
@@ -5193,4 +5192,4 @@ type StorageBlob = typeof schema.tables.storageBlobs.$inferSelect;
5193
5192
  type StorageAttachment = typeof schema.tables.storageAttachments.$inferSelect;
5194
5193
  type StorageVariantRecord = typeof schema.tables.storageVariantRecords.$inferSelect;
5195
5194
  //#endregion
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 };
5195
+ export { AggregatedField, type AnyColumn, type AnyDBQueryConfig, type AnyForeignKeyBuilder, type AnyIndexBuilder, type AnyMany, type AnyManyConfig, type AnyOne, type AnyOneConfig, type AnyPgColumn, type AnyPgDeleteBase, type AnyPgInsert, type AnyPgSelect, type AnyPgSelectQueryBuilder, type AnyPgSetOperatorInterface, type AnyPgTable, type AnyPgUpdate, type AnyRelation, type AnyRelations, type AnyRelationsBuilderConfig, type AnyRelationsFilter, type AnyTable, type AnyTableFilter, type BinaryOperator, type BuildAliasTable, type BuildColumn, type BuildColumns, type BuildExtraConfigColumns, type BuildIndexColumn, type BuildQueryConfig, type BuildQueryResult, type BuildRelationResult, type BuildRelationalQueryResult, Check, CheckBuilder, type ColumnsWithTable, type CreatePgSelectFromBuilderMode, type DBQueryConfig, type DBQueryConfigColumns, type EmptyRelations, ForeignKey, ForeignKeyBuilder, type GetColumnsTableName, type GetPgSetOperators, type HasDefault, Index, IndexBuilder, IndexBuilderOn, type IndexColumn, IndexedColumn, type IndexedExtraConfigType, type IsPrimaryKey, type NotNull, Param, 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, Placeholder, type Precision, type PreparedQueryConfig, PrimaryKey, type PromiseOf, QueryBuilder, Relation, type RelationFieldsFilterInternals, SQL, type SQLChunk, type SQLGenerator, type SQLOperator, type SQLWrapper, type SelectedFields, type SelectedFieldsFlat, type SelectedFieldsOrdered, type StorageAttachment, type StorageBlob, type StorageVariantRecord, Subquery, Table, TableAliasProxyHandler, type TableConfig, type TableLikeHasEmptySelection, type TimeConfig, UniqueConstraint, UniqueConstraintBuilder, UniqueOnConstraintBuilder, type UpdateDeleteAction, ViewBaseConfig, type ViewBuilder, type WithBuilder, WithSubquery, type WithSubqueryWithSelection, alias, aliasedRelation, aliasedTable, aliasedTableColumn, and, arrayContained, arrayContains, arrayOverlaps, asc, avg, avgDistinct, between, bigint, bigserial, bindIfParam, bit, boolean, buildRelations, buildRelationsParts, bytea, char, check, cidr, cosineDistance, count, countDistinct, createRelationsHelper, customType, date, decimal, defineAuthSchema, defineRelations, defineRelationsPart, defineStorageSchema, desc, doublePrecision, entityKind, eq, except, exceptAll, exists, extractExtendedColumnType, extractTablesFromSchema, extractUsedTable, fillPlaceholders, foreignKey, geometry, getColumnTable, getMaterializedViewConfig, getOrderByOperators, getTableAsAliasSQL, getTableColumns, getTableConfig, getTableName, getTableUniqueName, getViewConfig, getViewName, getViewSelectedFields, gt, gte, halfvec, hammingDistance, hasOwnEntityKind, haveSameKeys, ilike, inArray, index, inet, innerProduct, integer, intersect, intersectAll, interval, is, isConfig, isDriverValueEncoder, isNotNull, isNull, isPgEnum, isPgMaterializedView, isPgSchema, isPgSequence, isPgView, isSQLWrapper, isTable, isView, jaccardDistance, json, jsonb, l1Distance, l2Distance, like, line, lt, lte, macaddr, macaddr8, makePgArray, mapColumnsInAliasedSQLToAlias, mapColumnsInSQLToAlias, ne, noopDecoder, noopEncoder, noopMapper, not, notBetween, notExists, notIlike, notInArray, notLike, numeric, operators, or, orderByOperators, parsePgArray, parsePgNestedArray, pgEnum, pgMaterializedView, pgPolicy, pgRole, pgSchema, pgSequence, pgTable, pgTableCreator, pgView, point, primaryKey, processRelations, real, relationExtrasToSQL, relationToSQL, relationsFilterToSQL, relationsOrderToSQL, serial, smallint, smallserial, sparsevec, sql, sum, sumDistinct, text, textDecoder, time, timestamp, union, unionAll, unique, uniqueIndex, uniqueKeyName, uuid, withReplicas };