@convex-dev/better-auth 0.10.13 → 0.11.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/auth-options.d.ts.map +1 -1
- package/dist/auth-options.js +0 -2
- package/dist/auth-options.js.map +1 -1
- package/dist/client/adapter-utils.d.ts +10 -10
- package/dist/client/adapter-utils.d.ts.map +1 -1
- package/dist/client/adapter-utils.js +41 -32
- package/dist/client/adapter-utils.js.map +1 -1
- package/dist/client/adapter.d.ts +1 -1
- package/dist/client/adapter.d.ts.map +1 -1
- package/dist/client/adapter.js +113 -7
- package/dist/client/adapter.js.map +1 -1
- package/dist/client/create-api.d.ts +8 -7
- package/dist/client/create-api.d.ts.map +1 -1
- package/dist/client/create-api.js +1 -0
- package/dist/client/create-api.js.map +1 -1
- package/dist/client/create-client.d.ts +1 -1
- package/dist/client/create-client.d.ts.map +1 -1
- package/dist/client/create-client.js +8 -7
- package/dist/client/create-client.js.map +1 -1
- package/dist/client/create-schema.d.ts +0 -1
- package/dist/client/create-schema.d.ts.map +1 -1
- package/dist/client/create-schema.js +0 -1
- package/dist/client/create-schema.js.map +1 -1
- package/dist/component/_generated/api.d.ts +12 -0
- package/dist/component/_generated/api.d.ts.map +1 -1
- package/dist/component/_generated/api.js.map +1 -1
- package/dist/component/_generated/component.d.ts +7407 -92
- package/dist/component/_generated/component.d.ts.map +1 -1
- package/dist/component/adapter.d.ts +8 -7
- package/dist/component/adapter.d.ts.map +1 -1
- package/dist/component/adapterTest.d.ts +1 -7
- package/dist/component/adapterTest.d.ts.map +1 -1
- package/dist/component/adapterTest.js +193 -390
- package/dist/component/adapterTest.js.map +1 -1
- package/dist/component/schema.d.ts +35 -74
- package/dist/component/schema.d.ts.map +1 -1
- package/dist/component/schema.js +16 -21
- package/dist/component/schema.js.map +1 -1
- package/dist/component/testProfiles/adapterAdditionalFields.d.ts +131 -0
- package/dist/component/testProfiles/adapterAdditionalFields.d.ts.map +1 -0
- package/dist/component/testProfiles/adapterAdditionalFields.js +5 -0
- package/dist/component/testProfiles/adapterAdditionalFields.js.map +1 -0
- package/dist/component/testProfiles/adapterOrganizationJoins.d.ts +131 -0
- package/dist/component/testProfiles/adapterOrganizationJoins.d.ts.map +1 -0
- package/dist/component/testProfiles/adapterOrganizationJoins.js +5 -0
- package/dist/component/testProfiles/adapterOrganizationJoins.js.map +1 -0
- package/dist/component/testProfiles/adapterPluginTable.d.ts +131 -0
- package/dist/component/testProfiles/adapterPluginTable.d.ts.map +1 -0
- package/dist/component/testProfiles/adapterPluginTable.js +5 -0
- package/dist/component/testProfiles/adapterPluginTable.js.map +1 -0
- package/dist/component/testProfiles/adapterRenameField.d.ts +131 -0
- package/dist/component/testProfiles/adapterRenameField.d.ts.map +1 -0
- package/dist/component/testProfiles/adapterRenameField.js +5 -0
- package/dist/component/testProfiles/adapterRenameField.js.map +1 -0
- package/dist/component/testProfiles/adapterRenameUserCustom.d.ts +131 -0
- package/dist/component/testProfiles/adapterRenameUserCustom.d.ts.map +1 -0
- package/dist/component/testProfiles/adapterRenameUserCustom.js +5 -0
- package/dist/component/testProfiles/adapterRenameUserCustom.js.map +1 -0
- package/dist/component/testProfiles/adapterRenameUserTable.d.ts +131 -0
- package/dist/component/testProfiles/adapterRenameUserTable.d.ts.map +1 -0
- package/dist/component/testProfiles/adapterRenameUserTable.js +5 -0
- package/dist/component/testProfiles/adapterRenameUserTable.js.map +1 -0
- package/dist/component/testProfiles/auth-options.profile-additional-fields.d.ts +3 -0
- package/dist/component/testProfiles/auth-options.profile-additional-fields.d.ts.map +1 -0
- package/dist/component/testProfiles/auth-options.profile-additional-fields.js +38 -0
- package/dist/component/testProfiles/auth-options.profile-additional-fields.js.map +1 -0
- package/dist/component/testProfiles/auth-options.profile-plugin-table.d.ts +3 -0
- package/dist/component/testProfiles/auth-options.profile-plugin-table.d.ts.map +1 -0
- package/dist/component/testProfiles/auth-options.profile-plugin-table.js +92 -0
- package/dist/component/testProfiles/auth-options.profile-plugin-table.js.map +1 -0
- package/dist/component/testProfiles/auth-options.profile-rename-joins.d.ts +6 -0
- package/dist/component/testProfiles/auth-options.profile-rename-joins.d.ts.map +1 -0
- package/dist/component/testProfiles/auth-options.profile-rename-joins.js +49 -0
- package/dist/component/testProfiles/auth-options.profile-rename-joins.js.map +1 -0
- package/dist/component/testProfiles/schema.profile-additional-fields.d.ts +227 -0
- package/dist/component/testProfiles/schema.profile-additional-fields.d.ts.map +1 -0
- package/dist/component/testProfiles/schema.profile-additional-fields.js +37 -0
- package/dist/component/testProfiles/schema.profile-additional-fields.js.map +1 -0
- package/dist/component/testProfiles/schema.profile-plugin-table.d.ts +450 -0
- package/dist/component/testProfiles/schema.profile-plugin-table.d.ts.map +1 -0
- package/dist/component/testProfiles/schema.profile-plugin-table.js +116 -0
- package/dist/component/testProfiles/schema.profile-plugin-table.js.map +1 -0
- package/dist/nextjs/index.d.ts.map +1 -1
- package/dist/nextjs/index.js +1 -0
- package/dist/nextjs/index.js.map +1 -1
- package/dist/plugins/convex/index.d.ts +131 -12
- package/dist/plugins/convex/index.d.ts.map +1 -1
- package/dist/plugins/convex/index.js +12 -5
- package/dist/plugins/convex/index.js.map +1 -1
- package/dist/plugins/cross-domain/client.d.ts +1 -1
- package/dist/plugins/cross-domain/index.d.ts +126 -1
- package/dist/plugins/cross-domain/index.d.ts.map +1 -1
- package/dist/plugins/cross-domain/index.js +10 -15
- package/dist/plugins/cross-domain/index.js.map +1 -1
- package/dist/react-start/index.d.ts.map +1 -1
- package/dist/react-start/index.js +1 -0
- package/dist/react-start/index.js.map +1 -1
- package/dist/test/adapter-factory/auth-flow.d.ts +42 -0
- package/dist/test/adapter-factory/auth-flow.d.ts.map +1 -0
- package/dist/test/adapter-factory/auth-flow.js +145 -0
- package/dist/test/adapter-factory/auth-flow.js.map +1 -0
- package/dist/test/adapter-factory/basic.d.ts +190 -0
- package/dist/test/adapter-factory/basic.d.ts.map +1 -0
- package/dist/test/adapter-factory/basic.js +2713 -0
- package/dist/test/adapter-factory/basic.js.map +1 -0
- package/dist/test/adapter-factory/convex-custom.d.ts +18 -0
- package/dist/test/adapter-factory/convex-custom.d.ts.map +1 -0
- package/dist/test/adapter-factory/convex-custom.js +610 -0
- package/dist/test/adapter-factory/convex-custom.js.map +1 -0
- package/dist/test/adapter-factory/index.d.ts +11 -0
- package/dist/test/adapter-factory/index.d.ts.map +1 -0
- package/dist/test/adapter-factory/index.js +11 -0
- package/dist/test/adapter-factory/index.js.map +1 -0
- package/dist/test/adapter-factory/joins.d.ts +18 -0
- package/dist/test/adapter-factory/joins.d.ts.map +1 -0
- package/dist/test/adapter-factory/joins.js +22 -0
- package/dist/test/adapter-factory/joins.js.map +1 -0
- package/dist/test/adapter-factory/number-id.d.ts +18 -0
- package/dist/test/adapter-factory/number-id.d.ts.map +1 -0
- package/dist/test/adapter-factory/number-id.js +36 -0
- package/dist/test/adapter-factory/number-id.js.map +1 -0
- package/dist/test/adapter-factory/profile-additional-fields.d.ts +71 -0
- package/dist/test/adapter-factory/profile-additional-fields.d.ts.map +1 -0
- package/dist/test/adapter-factory/profile-additional-fields.js +44 -0
- package/dist/test/adapter-factory/profile-additional-fields.js.map +1 -0
- package/dist/test/adapter-factory/profile-plugin-table.d.ts +19 -0
- package/dist/test/adapter-factory/profile-plugin-table.d.ts.map +1 -0
- package/dist/test/adapter-factory/profile-plugin-table.js +25 -0
- package/dist/test/adapter-factory/profile-plugin-table.js.map +1 -0
- package/dist/test/adapter-factory/profile-rename-joins.d.ts +73 -0
- package/dist/test/adapter-factory/profile-rename-joins.d.ts.map +1 -0
- package/dist/test/adapter-factory/profile-rename-joins.js +34 -0
- package/dist/test/adapter-factory/profile-rename-joins.js.map +1 -0
- package/dist/test/adapter-factory/transactions.d.ts +21 -0
- package/dist/test/adapter-factory/transactions.d.ts.map +1 -0
- package/dist/test/adapter-factory/transactions.js +28 -0
- package/dist/test/adapter-factory/transactions.js.map +1 -0
- package/dist/test/adapter-factory/uuid.d.ts +18 -0
- package/dist/test/adapter-factory/uuid.d.ts.map +1 -0
- package/dist/test/adapter-factory/uuid.js +58 -0
- package/dist/test/adapter-factory/uuid.js.map +1 -0
- package/dist/utils/index.d.ts +18 -3
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js.map +1 -1
- package/package.json +8 -4
- package/src/auth-options.ts +0 -2
- package/src/client/adapter-utils.ts +80 -73
- package/src/client/adapter.test.ts +2 -74
- package/src/client/adapter.ts +142 -7
- package/src/client/create-api.ts +1 -0
- package/src/client/create-client.ts +14 -6
- package/src/client/create-schema.ts +0 -1
- package/src/component/_generated/api.ts +12 -0
- package/src/component/_generated/component.ts +19454 -215
- package/src/component/adapterTest.ts +250 -466
- package/src/component/schema.ts +21 -26
- package/src/component/testProfiles/adapterAdditionalFields.ts +13 -0
- package/src/component/testProfiles/adapterOrganizationJoins.ts +13 -0
- package/src/component/testProfiles/adapterPluginTable.ts +13 -0
- package/src/component/testProfiles/adapterRenameField.ts +13 -0
- package/src/component/testProfiles/adapterRenameUserCustom.ts +13 -0
- package/src/component/testProfiles/adapterRenameUserTable.ts +13 -0
- package/src/component/testProfiles/auth-options.profile-additional-fields.ts +39 -0
- package/src/component/testProfiles/auth-options.profile-plugin-table.ts +93 -0
- package/src/component/testProfiles/auth-options.profile-rename-joins.ts +54 -0
- package/src/component/testProfiles/schema.profile-additional-fields.ts +39 -0
- package/src/component/testProfiles/schema.profile-plugin-table.ts +130 -0
- package/src/nextjs/index.ts +1 -0
- package/src/plugins/convex/index.test.ts +55 -0
- package/src/plugins/convex/index.ts +26 -11
- package/src/plugins/cross-domain/index.test.ts +67 -0
- package/src/plugins/cross-domain/index.ts +10 -21
- package/src/react-start/index.ts +1 -0
- package/src/test/adapter-factory/auth-flow.ts +170 -0
- package/src/test/adapter-factory/basic.ts +3190 -0
- package/src/test/adapter-factory/convex-custom.ts +706 -0
- package/src/test/adapter-factory/index.ts +10 -0
- package/src/test/adapter-factory/joins.ts +28 -0
- package/src/test/adapter-factory/number-id.ts +45 -0
- package/src/test/adapter-factory/profile-additional-fields.ts +84 -0
- package/src/test/adapter-factory/profile-plugin-table.ts +37 -0
- package/src/test/adapter-factory/profile-rename-joins.ts +67 -0
- package/src/test/adapter-factory/transactions.ts +38 -0
- package/src/test/adapter-factory/uuid.ts +67 -0
- package/src/utils/index.ts +25 -3
|
@@ -0,0 +1,450 @@
|
|
|
1
|
+
declare const schema: import("convex/server").SchemaDefinition<{
|
|
2
|
+
user: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
3
|
+
email?: string | null | undefined;
|
|
4
|
+
image?: string | null | undefined;
|
|
5
|
+
userId?: string | null | undefined;
|
|
6
|
+
twoFactorEnabled?: boolean | null | undefined;
|
|
7
|
+
isAnonymous?: boolean | null | undefined;
|
|
8
|
+
username?: string | null | undefined;
|
|
9
|
+
displayUsername?: string | null | undefined;
|
|
10
|
+
phoneNumber?: string | null | undefined;
|
|
11
|
+
phoneNumberVerified?: boolean | null | undefined;
|
|
12
|
+
customField?: string | null | undefined;
|
|
13
|
+
numericField?: number | null | undefined;
|
|
14
|
+
testField?: string | null | undefined;
|
|
15
|
+
cbDefaultValueField?: string | null | undefined;
|
|
16
|
+
dateField?: number | null | undefined;
|
|
17
|
+
email_address?: string | null | undefined;
|
|
18
|
+
createdAt: number;
|
|
19
|
+
updatedAt: number;
|
|
20
|
+
emailVerified: boolean;
|
|
21
|
+
name: string;
|
|
22
|
+
}, {
|
|
23
|
+
name: import("convex/values").VString<string, "required">;
|
|
24
|
+
email: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
25
|
+
email_address: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
26
|
+
emailVerified: import("convex/values").VBoolean<boolean, "required">;
|
|
27
|
+
image: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
28
|
+
createdAt: import("convex/values").VFloat64<number, "required">;
|
|
29
|
+
updatedAt: import("convex/values").VFloat64<number, "required">;
|
|
30
|
+
twoFactorEnabled: import("convex/values").VUnion<boolean | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VBoolean<boolean, "required">], "optional", never>;
|
|
31
|
+
isAnonymous: import("convex/values").VUnion<boolean | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VBoolean<boolean, "required">], "optional", never>;
|
|
32
|
+
username: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
33
|
+
displayUsername: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
34
|
+
phoneNumber: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
35
|
+
phoneNumberVerified: import("convex/values").VUnion<boolean | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VBoolean<boolean, "required">], "optional", never>;
|
|
36
|
+
userId: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
37
|
+
testField: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
38
|
+
cbDefaultValueField: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
39
|
+
customField: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
40
|
+
numericField: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
41
|
+
dateField: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
42
|
+
}, "required", "createdAt" | "updatedAt" | "email" | "emailVerified" | "name" | "image" | "userId" | "twoFactorEnabled" | "isAnonymous" | "username" | "displayUsername" | "phoneNumber" | "phoneNumberVerified" | "customField" | "numericField" | "testField" | "cbDefaultValueField" | "dateField" | "email_address">, {
|
|
43
|
+
email_name: ["email", "name", "_creationTime"];
|
|
44
|
+
email_address_name: ["email_address", "name", "_creationTime"];
|
|
45
|
+
name: ["name", "_creationTime"];
|
|
46
|
+
userId: ["userId", "_creationTime"];
|
|
47
|
+
username: ["username", "_creationTime"];
|
|
48
|
+
phoneNumber: ["phoneNumber", "_creationTime"];
|
|
49
|
+
customField: ["customField", "_creationTime"];
|
|
50
|
+
numericField: ["numericField", "_creationTime"];
|
|
51
|
+
dateField: ["dateField", "_creationTime"];
|
|
52
|
+
}, {}, {}>;
|
|
53
|
+
user_custom: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
54
|
+
email?: string | null | undefined;
|
|
55
|
+
image?: string | null | undefined;
|
|
56
|
+
userId?: string | null | undefined;
|
|
57
|
+
twoFactorEnabled?: boolean | null | undefined;
|
|
58
|
+
isAnonymous?: boolean | null | undefined;
|
|
59
|
+
username?: string | null | undefined;
|
|
60
|
+
displayUsername?: string | null | undefined;
|
|
61
|
+
phoneNumber?: string | null | undefined;
|
|
62
|
+
phoneNumberVerified?: boolean | null | undefined;
|
|
63
|
+
customField?: string | null | undefined;
|
|
64
|
+
numericField?: number | null | undefined;
|
|
65
|
+
testField?: string | null | undefined;
|
|
66
|
+
cbDefaultValueField?: string | null | undefined;
|
|
67
|
+
dateField?: number | null | undefined;
|
|
68
|
+
email_address?: string | null | undefined;
|
|
69
|
+
createdAt: number;
|
|
70
|
+
updatedAt: number;
|
|
71
|
+
emailVerified: boolean;
|
|
72
|
+
name: string;
|
|
73
|
+
}, {
|
|
74
|
+
name: import("convex/values").VString<string, "required">;
|
|
75
|
+
email: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
76
|
+
email_address: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
77
|
+
emailVerified: import("convex/values").VBoolean<boolean, "required">;
|
|
78
|
+
image: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
79
|
+
createdAt: import("convex/values").VFloat64<number, "required">;
|
|
80
|
+
updatedAt: import("convex/values").VFloat64<number, "required">;
|
|
81
|
+
twoFactorEnabled: import("convex/values").VUnion<boolean | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VBoolean<boolean, "required">], "optional", never>;
|
|
82
|
+
isAnonymous: import("convex/values").VUnion<boolean | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VBoolean<boolean, "required">], "optional", never>;
|
|
83
|
+
username: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
84
|
+
displayUsername: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
85
|
+
phoneNumber: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
86
|
+
phoneNumberVerified: import("convex/values").VUnion<boolean | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VBoolean<boolean, "required">], "optional", never>;
|
|
87
|
+
userId: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
88
|
+
testField: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
89
|
+
cbDefaultValueField: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
90
|
+
customField: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
91
|
+
numericField: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
92
|
+
dateField: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
93
|
+
}, "required", "createdAt" | "updatedAt" | "email" | "emailVerified" | "name" | "image" | "userId" | "twoFactorEnabled" | "isAnonymous" | "username" | "displayUsername" | "phoneNumber" | "phoneNumberVerified" | "customField" | "numericField" | "testField" | "cbDefaultValueField" | "dateField" | "email_address">, {
|
|
94
|
+
email_name: ["email", "name", "_creationTime"];
|
|
95
|
+
email_address_name: ["email_address", "name", "_creationTime"];
|
|
96
|
+
name: ["name", "_creationTime"];
|
|
97
|
+
userId: ["userId", "_creationTime"];
|
|
98
|
+
username: ["username", "_creationTime"];
|
|
99
|
+
phoneNumber: ["phoneNumber", "_creationTime"];
|
|
100
|
+
customField: ["customField", "_creationTime"];
|
|
101
|
+
numericField: ["numericField", "_creationTime"];
|
|
102
|
+
dateField: ["dateField", "_creationTime"];
|
|
103
|
+
}, {}, {}>;
|
|
104
|
+
user_table: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
105
|
+
email?: string | null | undefined;
|
|
106
|
+
image?: string | null | undefined;
|
|
107
|
+
userId?: string | null | undefined;
|
|
108
|
+
twoFactorEnabled?: boolean | null | undefined;
|
|
109
|
+
isAnonymous?: boolean | null | undefined;
|
|
110
|
+
username?: string | null | undefined;
|
|
111
|
+
displayUsername?: string | null | undefined;
|
|
112
|
+
phoneNumber?: string | null | undefined;
|
|
113
|
+
phoneNumberVerified?: boolean | null | undefined;
|
|
114
|
+
customField?: string | null | undefined;
|
|
115
|
+
numericField?: number | null | undefined;
|
|
116
|
+
testField?: string | null | undefined;
|
|
117
|
+
cbDefaultValueField?: string | null | undefined;
|
|
118
|
+
dateField?: number | null | undefined;
|
|
119
|
+
email_address?: string | null | undefined;
|
|
120
|
+
createdAt: number;
|
|
121
|
+
updatedAt: number;
|
|
122
|
+
emailVerified: boolean;
|
|
123
|
+
name: string;
|
|
124
|
+
}, {
|
|
125
|
+
name: import("convex/values").VString<string, "required">;
|
|
126
|
+
email: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
127
|
+
email_address: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
128
|
+
emailVerified: import("convex/values").VBoolean<boolean, "required">;
|
|
129
|
+
image: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
130
|
+
createdAt: import("convex/values").VFloat64<number, "required">;
|
|
131
|
+
updatedAt: import("convex/values").VFloat64<number, "required">;
|
|
132
|
+
twoFactorEnabled: import("convex/values").VUnion<boolean | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VBoolean<boolean, "required">], "optional", never>;
|
|
133
|
+
isAnonymous: import("convex/values").VUnion<boolean | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VBoolean<boolean, "required">], "optional", never>;
|
|
134
|
+
username: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
135
|
+
displayUsername: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
136
|
+
phoneNumber: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
137
|
+
phoneNumberVerified: import("convex/values").VUnion<boolean | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VBoolean<boolean, "required">], "optional", never>;
|
|
138
|
+
userId: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
139
|
+
testField: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
140
|
+
cbDefaultValueField: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
141
|
+
customField: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
142
|
+
numericField: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
143
|
+
dateField: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
144
|
+
}, "required", "createdAt" | "updatedAt" | "email" | "emailVerified" | "name" | "image" | "userId" | "twoFactorEnabled" | "isAnonymous" | "username" | "displayUsername" | "phoneNumber" | "phoneNumberVerified" | "customField" | "numericField" | "testField" | "cbDefaultValueField" | "dateField" | "email_address">, {
|
|
145
|
+
email_name: ["email", "name", "_creationTime"];
|
|
146
|
+
email_address_name: ["email_address", "name", "_creationTime"];
|
|
147
|
+
name: ["name", "_creationTime"];
|
|
148
|
+
userId: ["userId", "_creationTime"];
|
|
149
|
+
username: ["username", "_creationTime"];
|
|
150
|
+
phoneNumber: ["phoneNumber", "_creationTime"];
|
|
151
|
+
customField: ["customField", "_creationTime"];
|
|
152
|
+
numericField: ["numericField", "_creationTime"];
|
|
153
|
+
dateField: ["dateField", "_creationTime"];
|
|
154
|
+
}, {}, {}>;
|
|
155
|
+
oneToOneTable: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
156
|
+
oneToOne: string;
|
|
157
|
+
}, {
|
|
158
|
+
oneToOne: import("convex/values").VString<string, "required">;
|
|
159
|
+
}, "required", "oneToOne">, {
|
|
160
|
+
oneToOne: ["oneToOne", "_creationTime"];
|
|
161
|
+
}, {}, {}>;
|
|
162
|
+
one_to_one_table: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
163
|
+
oneToOne?: string | null | undefined;
|
|
164
|
+
one_to_one?: string | null | undefined;
|
|
165
|
+
}, {
|
|
166
|
+
oneToOne: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
167
|
+
one_to_one: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
168
|
+
}, "required", "oneToOne" | "one_to_one">, {
|
|
169
|
+
oneToOne: ["oneToOne", "_creationTime"];
|
|
170
|
+
one_to_one: ["one_to_one", "_creationTime"];
|
|
171
|
+
}, {}, {}>;
|
|
172
|
+
testModel: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
173
|
+
json?: any;
|
|
174
|
+
testField?: string | null | undefined;
|
|
175
|
+
cbDefaultValueField?: string | null | undefined;
|
|
176
|
+
nullableReference?: string | null | undefined;
|
|
177
|
+
stringArray?: string[] | null | undefined;
|
|
178
|
+
numberArray?: number[] | null | undefined;
|
|
179
|
+
}, {
|
|
180
|
+
nullableReference: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
181
|
+
testField: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
182
|
+
cbDefaultValueField: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
183
|
+
stringArray: import("convex/values").VUnion<string[] | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VArray<string[], import("convex/values").VString<string, "required">, "required">], "optional", never>;
|
|
184
|
+
numberArray: import("convex/values").VUnion<number[] | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VArray<number[], import("convex/values").VFloat64<number, "required">, "required">], "optional", never>;
|
|
185
|
+
json: import("convex/values").VAny<any, "optional", string>;
|
|
186
|
+
}, "required", "json" | "testField" | "cbDefaultValueField" | "nullableReference" | "stringArray" | "numberArray" | `json.${string}`>, {
|
|
187
|
+
nullableReference: ["nullableReference", "_creationTime"];
|
|
188
|
+
}, {}, {}>;
|
|
189
|
+
organization: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
190
|
+
metadata?: string | null | undefined;
|
|
191
|
+
updatedAt?: number | null | undefined;
|
|
192
|
+
logo?: string | null | undefined;
|
|
193
|
+
createdAt: number;
|
|
194
|
+
name: string;
|
|
195
|
+
slug: string;
|
|
196
|
+
}, {
|
|
197
|
+
name: import("convex/values").VString<string, "required">;
|
|
198
|
+
slug: import("convex/values").VString<string, "required">;
|
|
199
|
+
logo: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
200
|
+
metadata: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
201
|
+
createdAt: import("convex/values").VFloat64<number, "required">;
|
|
202
|
+
updatedAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
203
|
+
}, "required", "metadata" | "createdAt" | "updatedAt" | "name" | "slug" | "logo">, {
|
|
204
|
+
slug: ["slug", "_creationTime"];
|
|
205
|
+
name: ["name", "_creationTime"];
|
|
206
|
+
}, {}, {}>;
|
|
207
|
+
member: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
208
|
+
updatedAt?: number | null | undefined;
|
|
209
|
+
createdAt: number;
|
|
210
|
+
userId: string;
|
|
211
|
+
organizationId: string;
|
|
212
|
+
role: string;
|
|
213
|
+
}, {
|
|
214
|
+
organizationId: import("convex/values").VString<string, "required">;
|
|
215
|
+
userId: import("convex/values").VString<string, "required">;
|
|
216
|
+
role: import("convex/values").VString<string, "required">;
|
|
217
|
+
createdAt: import("convex/values").VFloat64<number, "required">;
|
|
218
|
+
updatedAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
219
|
+
}, "required", "createdAt" | "updatedAt" | "userId" | "organizationId" | "role">, {
|
|
220
|
+
organizationId: ["organizationId", "_creationTime"];
|
|
221
|
+
userId: ["userId", "_creationTime"];
|
|
222
|
+
}, {}, {}>;
|
|
223
|
+
team: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
224
|
+
updatedAt?: number | null | undefined;
|
|
225
|
+
createdAt: number;
|
|
226
|
+
name: string;
|
|
227
|
+
organizationId: string;
|
|
228
|
+
}, {
|
|
229
|
+
name: import("convex/values").VString<string, "required">;
|
|
230
|
+
organizationId: import("convex/values").VString<string, "required">;
|
|
231
|
+
createdAt: import("convex/values").VFloat64<number, "required">;
|
|
232
|
+
updatedAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
233
|
+
}, "required", "createdAt" | "updatedAt" | "name" | "organizationId">, {
|
|
234
|
+
organizationId: ["organizationId", "_creationTime"];
|
|
235
|
+
name: ["name", "_creationTime"];
|
|
236
|
+
}, {}, {}>;
|
|
237
|
+
teamMember: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
238
|
+
createdAt?: number | null | undefined;
|
|
239
|
+
userId: string;
|
|
240
|
+
teamId: string;
|
|
241
|
+
}, {
|
|
242
|
+
teamId: import("convex/values").VString<string, "required">;
|
|
243
|
+
userId: import("convex/values").VString<string, "required">;
|
|
244
|
+
createdAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
245
|
+
}, "required", "createdAt" | "userId" | "teamId">, {
|
|
246
|
+
teamId: ["teamId", "_creationTime"];
|
|
247
|
+
userId: ["userId", "_creationTime"];
|
|
248
|
+
}, {}, {}>;
|
|
249
|
+
invitation: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
250
|
+
createdAt?: number | null | undefined;
|
|
251
|
+
updatedAt?: number | null | undefined;
|
|
252
|
+
email?: string | null | undefined;
|
|
253
|
+
expiresAt?: number | null | undefined;
|
|
254
|
+
organizationId?: string | null | undefined;
|
|
255
|
+
role?: string | null | undefined;
|
|
256
|
+
teamId?: string | null | undefined;
|
|
257
|
+
status?: string | null | undefined;
|
|
258
|
+
inviterId?: string | null | undefined;
|
|
259
|
+
}, {
|
|
260
|
+
email: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
261
|
+
role: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
262
|
+
status: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
263
|
+
organizationId: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
264
|
+
teamId: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
265
|
+
inviterId: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
266
|
+
expiresAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
267
|
+
createdAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
268
|
+
updatedAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
269
|
+
}, "required", "createdAt" | "updatedAt" | "email" | "expiresAt" | "organizationId" | "role" | "teamId" | "status" | "inviterId">, {
|
|
270
|
+
organizationId: ["organizationId", "_creationTime"];
|
|
271
|
+
email: ["email", "_creationTime"];
|
|
272
|
+
}, {}, {}>;
|
|
273
|
+
session: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
274
|
+
ipAddress?: string | null | undefined;
|
|
275
|
+
userAgent?: string | null | undefined;
|
|
276
|
+
createdAt: number;
|
|
277
|
+
updatedAt: number;
|
|
278
|
+
userId: string;
|
|
279
|
+
expiresAt: number;
|
|
280
|
+
token: string;
|
|
281
|
+
}, {
|
|
282
|
+
expiresAt: import("convex/values").VFloat64<number, "required">;
|
|
283
|
+
token: import("convex/values").VString<string, "required">;
|
|
284
|
+
createdAt: import("convex/values").VFloat64<number, "required">;
|
|
285
|
+
updatedAt: import("convex/values").VFloat64<number, "required">;
|
|
286
|
+
ipAddress: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
287
|
+
userAgent: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
288
|
+
userId: import("convex/values").VString<string, "required">;
|
|
289
|
+
}, "required", "createdAt" | "updatedAt" | "userId" | "expiresAt" | "token" | "ipAddress" | "userAgent">, {
|
|
290
|
+
expiresAt: ["expiresAt", "_creationTime"];
|
|
291
|
+
expiresAt_userId: ["expiresAt", "userId", "_creationTime"];
|
|
292
|
+
token: ["token", "_creationTime"];
|
|
293
|
+
userId: ["userId", "_creationTime"];
|
|
294
|
+
}, {}, {}>;
|
|
295
|
+
account: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
296
|
+
password?: string | null | undefined;
|
|
297
|
+
accessToken?: string | null | undefined;
|
|
298
|
+
refreshToken?: string | null | undefined;
|
|
299
|
+
idToken?: string | null | undefined;
|
|
300
|
+
accessTokenExpiresAt?: number | null | undefined;
|
|
301
|
+
refreshTokenExpiresAt?: number | null | undefined;
|
|
302
|
+
scope?: string | null | undefined;
|
|
303
|
+
createdAt: number;
|
|
304
|
+
updatedAt: number;
|
|
305
|
+
userId: string;
|
|
306
|
+
accountId: string;
|
|
307
|
+
providerId: string;
|
|
308
|
+
}, {
|
|
309
|
+
accountId: import("convex/values").VString<string, "required">;
|
|
310
|
+
providerId: import("convex/values").VString<string, "required">;
|
|
311
|
+
userId: import("convex/values").VString<string, "required">;
|
|
312
|
+
accessToken: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
313
|
+
refreshToken: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
314
|
+
idToken: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
315
|
+
accessTokenExpiresAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
316
|
+
refreshTokenExpiresAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
317
|
+
scope: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
318
|
+
password: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
319
|
+
createdAt: import("convex/values").VFloat64<number, "required">;
|
|
320
|
+
updatedAt: import("convex/values").VFloat64<number, "required">;
|
|
321
|
+
}, "required", "createdAt" | "updatedAt" | "userId" | "password" | "accountId" | "providerId" | "accessToken" | "refreshToken" | "idToken" | "accessTokenExpiresAt" | "refreshTokenExpiresAt" | "scope">, {
|
|
322
|
+
accountId: ["accountId", "_creationTime"];
|
|
323
|
+
accountId_providerId: ["accountId", "providerId", "_creationTime"];
|
|
324
|
+
providerId_userId: ["providerId", "userId", "_creationTime"];
|
|
325
|
+
userId: ["userId", "_creationTime"];
|
|
326
|
+
}, {}, {}>;
|
|
327
|
+
verification: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
328
|
+
createdAt: number;
|
|
329
|
+
updatedAt: number;
|
|
330
|
+
expiresAt: number;
|
|
331
|
+
value: string;
|
|
332
|
+
identifier: string;
|
|
333
|
+
}, {
|
|
334
|
+
identifier: import("convex/values").VString<string, "required">;
|
|
335
|
+
value: import("convex/values").VString<string, "required">;
|
|
336
|
+
expiresAt: import("convex/values").VFloat64<number, "required">;
|
|
337
|
+
createdAt: import("convex/values").VFloat64<number, "required">;
|
|
338
|
+
updatedAt: import("convex/values").VFloat64<number, "required">;
|
|
339
|
+
}, "required", "createdAt" | "updatedAt" | "expiresAt" | "value" | "identifier">, {
|
|
340
|
+
expiresAt: ["expiresAt", "_creationTime"];
|
|
341
|
+
identifier: ["identifier", "_creationTime"];
|
|
342
|
+
}, {}, {}>;
|
|
343
|
+
twoFactor: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
344
|
+
userId: string;
|
|
345
|
+
secret: string;
|
|
346
|
+
backupCodes: string;
|
|
347
|
+
}, {
|
|
348
|
+
secret: import("convex/values").VString<string, "required">;
|
|
349
|
+
backupCodes: import("convex/values").VString<string, "required">;
|
|
350
|
+
userId: import("convex/values").VString<string, "required">;
|
|
351
|
+
}, "required", "userId" | "secret" | "backupCodes">, {
|
|
352
|
+
userId: ["userId", "_creationTime"];
|
|
353
|
+
}, {}, {}>;
|
|
354
|
+
oauthApplication: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
355
|
+
type?: string | null | undefined;
|
|
356
|
+
metadata?: string | null | undefined;
|
|
357
|
+
createdAt?: number | null | undefined;
|
|
358
|
+
updatedAt?: number | null | undefined;
|
|
359
|
+
name?: string | null | undefined;
|
|
360
|
+
userId?: string | null | undefined;
|
|
361
|
+
icon?: string | null | undefined;
|
|
362
|
+
clientId?: string | null | undefined;
|
|
363
|
+
clientSecret?: string | null | undefined;
|
|
364
|
+
redirectUrls?: string | null | undefined;
|
|
365
|
+
disabled?: boolean | null | undefined;
|
|
366
|
+
}, {
|
|
367
|
+
name: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
368
|
+
icon: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
369
|
+
metadata: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
370
|
+
clientId: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
371
|
+
clientSecret: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
372
|
+
redirectUrls: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
373
|
+
type: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
374
|
+
disabled: import("convex/values").VUnion<boolean | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VBoolean<boolean, "required">], "optional", never>;
|
|
375
|
+
userId: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
376
|
+
createdAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
377
|
+
updatedAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
378
|
+
}, "required", "type" | "metadata" | "createdAt" | "updatedAt" | "name" | "userId" | "icon" | "clientId" | "clientSecret" | "redirectUrls" | "disabled">, {
|
|
379
|
+
clientId: ["clientId", "_creationTime"];
|
|
380
|
+
userId: ["userId", "_creationTime"];
|
|
381
|
+
}, {}, {}>;
|
|
382
|
+
oauthAccessToken: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
383
|
+
createdAt?: number | null | undefined;
|
|
384
|
+
updatedAt?: number | null | undefined;
|
|
385
|
+
userId?: string | null | undefined;
|
|
386
|
+
accessToken?: string | null | undefined;
|
|
387
|
+
refreshToken?: string | null | undefined;
|
|
388
|
+
accessTokenExpiresAt?: number | null | undefined;
|
|
389
|
+
refreshTokenExpiresAt?: number | null | undefined;
|
|
390
|
+
clientId?: string | null | undefined;
|
|
391
|
+
scopes?: string | null | undefined;
|
|
392
|
+
}, {
|
|
393
|
+
accessToken: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
394
|
+
refreshToken: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
395
|
+
accessTokenExpiresAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
396
|
+
refreshTokenExpiresAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
397
|
+
clientId: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
398
|
+
userId: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
399
|
+
scopes: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
400
|
+
createdAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
401
|
+
updatedAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
402
|
+
}, "required", "createdAt" | "updatedAt" | "userId" | "accessToken" | "refreshToken" | "accessTokenExpiresAt" | "refreshTokenExpiresAt" | "clientId" | "scopes">, {
|
|
403
|
+
accessToken: ["accessToken", "_creationTime"];
|
|
404
|
+
refreshToken: ["refreshToken", "_creationTime"];
|
|
405
|
+
clientId: ["clientId", "_creationTime"];
|
|
406
|
+
userId: ["userId", "_creationTime"];
|
|
407
|
+
}, {}, {}>;
|
|
408
|
+
oauthConsent: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
409
|
+
createdAt?: number | null | undefined;
|
|
410
|
+
updatedAt?: number | null | undefined;
|
|
411
|
+
userId?: string | null | undefined;
|
|
412
|
+
clientId?: string | null | undefined;
|
|
413
|
+
scopes?: string | null | undefined;
|
|
414
|
+
consentGiven?: boolean | null | undefined;
|
|
415
|
+
}, {
|
|
416
|
+
clientId: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
417
|
+
userId: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
418
|
+
scopes: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VString<string, "required">], "optional", never>;
|
|
419
|
+
createdAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
420
|
+
updatedAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
421
|
+
consentGiven: import("convex/values").VUnion<boolean | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VBoolean<boolean, "required">], "optional", never>;
|
|
422
|
+
}, "required", "createdAt" | "updatedAt" | "userId" | "clientId" | "scopes" | "consentGiven">, {
|
|
423
|
+
clientId_userId: ["clientId", "userId", "_creationTime"];
|
|
424
|
+
userId: ["userId", "_creationTime"];
|
|
425
|
+
}, {}, {}>;
|
|
426
|
+
jwks: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
427
|
+
expiresAt?: number | null | undefined;
|
|
428
|
+
createdAt: number;
|
|
429
|
+
publicKey: string;
|
|
430
|
+
privateKey: string;
|
|
431
|
+
}, {
|
|
432
|
+
publicKey: import("convex/values").VString<string, "required">;
|
|
433
|
+
privateKey: import("convex/values").VString<string, "required">;
|
|
434
|
+
createdAt: import("convex/values").VFloat64<number, "required">;
|
|
435
|
+
expiresAt: import("convex/values").VUnion<number | null | undefined, [import("convex/values").VNull<null, "required">, import("convex/values").VFloat64<number, "required">], "optional", never>;
|
|
436
|
+
}, "required", "createdAt" | "expiresAt" | "publicKey" | "privateKey">, {}, {}, {}>;
|
|
437
|
+
rateLimit: import("convex/server").TableDefinition<import("convex/values").VObject<{
|
|
438
|
+
key: string;
|
|
439
|
+
count: number;
|
|
440
|
+
lastRequest: number;
|
|
441
|
+
}, {
|
|
442
|
+
key: import("convex/values").VString<string, "required">;
|
|
443
|
+
count: import("convex/values").VFloat64<number, "required">;
|
|
444
|
+
lastRequest: import("convex/values").VFloat64<number, "required">;
|
|
445
|
+
}, "required", "key" | "count" | "lastRequest">, {
|
|
446
|
+
key: ["key", "_creationTime"];
|
|
447
|
+
}, {}, {}>;
|
|
448
|
+
}, true>;
|
|
449
|
+
export default schema;
|
|
450
|
+
//# sourceMappingURL=schema.profile-plugin-table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema.profile-plugin-table.d.ts","sourceRoot":"","sources":["../../../src/component/testProfiles/schema.profile-plugin-table.ts"],"names":[],"mappings":"AAkHA,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAaV,CAAC;AAEH,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { defineSchema, defineTable } from "convex/server";
|
|
2
|
+
import { v } from "convex/values";
|
|
3
|
+
import { tables as baseTables } from "../schema.js";
|
|
4
|
+
const makeUserTable = () => defineTable({
|
|
5
|
+
name: v.string(),
|
|
6
|
+
email: v.optional(v.union(v.null(), v.string())),
|
|
7
|
+
email_address: v.optional(v.union(v.null(), v.string())),
|
|
8
|
+
emailVerified: v.boolean(),
|
|
9
|
+
image: v.optional(v.union(v.null(), v.string())),
|
|
10
|
+
createdAt: v.number(),
|
|
11
|
+
updatedAt: v.number(),
|
|
12
|
+
twoFactorEnabled: v.optional(v.union(v.null(), v.boolean())),
|
|
13
|
+
isAnonymous: v.optional(v.union(v.null(), v.boolean())),
|
|
14
|
+
username: v.optional(v.union(v.null(), v.string())),
|
|
15
|
+
displayUsername: v.optional(v.union(v.null(), v.string())),
|
|
16
|
+
phoneNumber: v.optional(v.union(v.null(), v.string())),
|
|
17
|
+
phoneNumberVerified: v.optional(v.union(v.null(), v.boolean())),
|
|
18
|
+
userId: v.optional(v.union(v.null(), v.string())),
|
|
19
|
+
testField: v.optional(v.union(v.null(), v.string())),
|
|
20
|
+
cbDefaultValueField: v.optional(v.union(v.null(), v.string())),
|
|
21
|
+
customField: v.optional(v.union(v.null(), v.string())),
|
|
22
|
+
numericField: v.optional(v.union(v.null(), v.number())),
|
|
23
|
+
dateField: v.optional(v.union(v.null(), v.number())),
|
|
24
|
+
})
|
|
25
|
+
.index("email_name", ["email", "name"])
|
|
26
|
+
.index("email_address_name", ["email_address", "name"])
|
|
27
|
+
.index("name", ["name"])
|
|
28
|
+
.index("userId", ["userId"])
|
|
29
|
+
.index("username", ["username"])
|
|
30
|
+
.index("phoneNumber", ["phoneNumber"])
|
|
31
|
+
.index("customField", ["customField"])
|
|
32
|
+
.index("numericField", ["numericField"])
|
|
33
|
+
.index("dateField", ["dateField"]);
|
|
34
|
+
const userTableWithProfileFields = makeUserTable();
|
|
35
|
+
const userCustomTable = makeUserTable();
|
|
36
|
+
const userTableRenamed = makeUserTable();
|
|
37
|
+
const oneToOneTable = defineTable({
|
|
38
|
+
oneToOne: v.string(),
|
|
39
|
+
}).index("oneToOne", ["oneToOne"]);
|
|
40
|
+
const oneToOneTableRenamed = defineTable({
|
|
41
|
+
oneToOne: v.optional(v.union(v.null(), v.string())),
|
|
42
|
+
one_to_one: v.optional(v.union(v.null(), v.string())),
|
|
43
|
+
})
|
|
44
|
+
.index("oneToOne", ["oneToOne"])
|
|
45
|
+
.index("one_to_one", ["one_to_one"]);
|
|
46
|
+
const testModelTable = defineTable({
|
|
47
|
+
nullableReference: v.optional(v.union(v.null(), v.string())),
|
|
48
|
+
testField: v.optional(v.union(v.null(), v.string())),
|
|
49
|
+
cbDefaultValueField: v.optional(v.union(v.null(), v.string())),
|
|
50
|
+
stringArray: v.optional(v.union(v.null(), v.array(v.string()))),
|
|
51
|
+
numberArray: v.optional(v.union(v.null(), v.array(v.number()))),
|
|
52
|
+
json: v.optional(v.any()),
|
|
53
|
+
}).index("nullableReference", ["nullableReference"]);
|
|
54
|
+
const organizationTable = defineTable({
|
|
55
|
+
name: v.string(),
|
|
56
|
+
slug: v.string(),
|
|
57
|
+
logo: v.optional(v.union(v.null(), v.string())),
|
|
58
|
+
metadata: v.optional(v.union(v.null(), v.string())),
|
|
59
|
+
createdAt: v.number(),
|
|
60
|
+
updatedAt: v.optional(v.union(v.null(), v.number())),
|
|
61
|
+
})
|
|
62
|
+
.index("slug", ["slug"])
|
|
63
|
+
.index("name", ["name"]);
|
|
64
|
+
const memberTable = defineTable({
|
|
65
|
+
organizationId: v.string(),
|
|
66
|
+
userId: v.string(),
|
|
67
|
+
role: v.string(),
|
|
68
|
+
createdAt: v.number(),
|
|
69
|
+
updatedAt: v.optional(v.union(v.null(), v.number())),
|
|
70
|
+
})
|
|
71
|
+
.index("organizationId", ["organizationId"])
|
|
72
|
+
.index("userId", ["userId"]);
|
|
73
|
+
const teamTable = defineTable({
|
|
74
|
+
name: v.string(),
|
|
75
|
+
organizationId: v.string(),
|
|
76
|
+
createdAt: v.number(),
|
|
77
|
+
updatedAt: v.optional(v.union(v.null(), v.number())),
|
|
78
|
+
})
|
|
79
|
+
.index("organizationId", ["organizationId"])
|
|
80
|
+
.index("name", ["name"]);
|
|
81
|
+
const teamMemberTable = defineTable({
|
|
82
|
+
teamId: v.string(),
|
|
83
|
+
userId: v.string(),
|
|
84
|
+
createdAt: v.optional(v.union(v.null(), v.number())),
|
|
85
|
+
})
|
|
86
|
+
.index("teamId", ["teamId"])
|
|
87
|
+
.index("userId", ["userId"]);
|
|
88
|
+
const invitationTable = defineTable({
|
|
89
|
+
email: v.optional(v.union(v.null(), v.string())),
|
|
90
|
+
role: v.optional(v.union(v.null(), v.string())),
|
|
91
|
+
status: v.optional(v.union(v.null(), v.string())),
|
|
92
|
+
organizationId: v.optional(v.union(v.null(), v.string())),
|
|
93
|
+
teamId: v.optional(v.union(v.null(), v.string())),
|
|
94
|
+
inviterId: v.optional(v.union(v.null(), v.string())),
|
|
95
|
+
expiresAt: v.optional(v.union(v.null(), v.number())),
|
|
96
|
+
createdAt: v.optional(v.union(v.null(), v.number())),
|
|
97
|
+
updatedAt: v.optional(v.union(v.null(), v.number())),
|
|
98
|
+
})
|
|
99
|
+
.index("organizationId", ["organizationId"])
|
|
100
|
+
.index("email", ["email"]);
|
|
101
|
+
const schema = defineSchema({
|
|
102
|
+
...baseTables,
|
|
103
|
+
user: userTableWithProfileFields,
|
|
104
|
+
user_custom: userCustomTable,
|
|
105
|
+
user_table: userTableRenamed,
|
|
106
|
+
oneToOneTable,
|
|
107
|
+
one_to_one_table: oneToOneTableRenamed,
|
|
108
|
+
testModel: testModelTable,
|
|
109
|
+
organization: organizationTable,
|
|
110
|
+
member: memberTable,
|
|
111
|
+
team: teamTable,
|
|
112
|
+
teamMember: teamMemberTable,
|
|
113
|
+
invitation: invitationTable,
|
|
114
|
+
});
|
|
115
|
+
export default schema;
|
|
116
|
+
//# sourceMappingURL=schema.profile-plugin-table.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema.profile-plugin-table.js","sourceRoot":"","sources":["../../../src/component/testProfiles/schema.profile-plugin-table.ts"],"names":[],"mappings":"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"}
|