kitcn 0.20.0 → 0.22.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/dist/aggregate/index.d.ts +1 -1
- package/dist/auth/client/index.d.ts +1 -1
- package/dist/auth/client/index.js +99 -31
- package/dist/auth/generated/index.d.ts +1 -1
- package/dist/auth/index.d.ts +24 -20
- package/dist/auth/index.js +75 -37
- package/dist/auth/nextjs/index.js +1 -1
- package/dist/auth/start/server/index.js +1 -1
- package/dist/{auth-store-BHk8eMnX.js → auth-store-BnsWs1xd.js} +2 -1
- package/dist/{auth-store-47WTg13B.d.ts → auth-store-DHEk0ARa.d.ts} +10 -0
- package/dist/{convex-plugin-BHVCqWTH.js → convex-plugin-D8B0oCFq.js} +16 -6
- package/dist/{generated-contract-disabled-BbPCefQM.d.ts → generated-contract-disabled-B-nmd7Ne.d.ts} +29 -16
- package/dist/orm/index.d.ts +1 -1
- package/dist/react/index.d.ts +7 -2
- package/dist/react/index.js +115 -40
- package/dist/solid/index.d.ts +51 -2
- package/dist/solid/index.js +419 -79
- package/dist/{token-oA2EMtPA.js → token-xlpENMVn.js} +1 -1
- package/dist/{where-clause-compiler-BGBNBNit.d.ts → where-clause-compiler-B_H3oio5.d.ts} +8 -8
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as JWT_COOKIE_NAME } from "./convex-plugin-
|
|
1
|
+
import { t as JWT_COOKIE_NAME } from "./convex-plugin-D8B0oCFq.js";
|
|
2
2
|
import { betterFetch } from "@better-fetch/fetch";
|
|
3
3
|
import { getSessionCookie } from "better-auth/cookies";
|
|
4
4
|
import * as jose from "jose";
|
|
@@ -4390,26 +4390,26 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
4390
4390
|
fieldName: "status";
|
|
4391
4391
|
};
|
|
4392
4392
|
};
|
|
4393
|
-
|
|
4393
|
+
kind: ConvexTextBuilderInitial<""> & {
|
|
4394
4394
|
_: {
|
|
4395
|
-
|
|
4395
|
+
notNull: true;
|
|
4396
4396
|
};
|
|
4397
4397
|
} & {
|
|
4398
4398
|
_: {
|
|
4399
|
-
|
|
4399
|
+
tableName: "aggregate_state";
|
|
4400
4400
|
};
|
|
4401
|
-
}
|
|
4402
|
-
kind: ConvexTextBuilderInitial<""> & {
|
|
4401
|
+
} & {
|
|
4403
4402
|
_: {
|
|
4404
|
-
|
|
4403
|
+
fieldName: "kind";
|
|
4405
4404
|
};
|
|
4406
|
-
}
|
|
4405
|
+
};
|
|
4406
|
+
cursor: ConvexTextBuilderInitial<""> & {
|
|
4407
4407
|
_: {
|
|
4408
4408
|
tableName: "aggregate_state";
|
|
4409
4409
|
};
|
|
4410
4410
|
} & {
|
|
4411
4411
|
_: {
|
|
4412
|
-
fieldName: "
|
|
4412
|
+
fieldName: "cursor";
|
|
4413
4413
|
};
|
|
4414
4414
|
};
|
|
4415
4415
|
updatedAt: ConvexNumberBuilderInitial<""> & {
|