@estifanos-sh/convex-auth 0.0.10 → 0.0.12

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.
Files changed (94) hide show
  1. package/dist/component/account.d.ts +33 -33
  2. package/dist/component/connection/audit.d.ts +14 -14
  3. package/dist/component/connection/audit.d.ts.map +1 -1
  4. package/dist/component/connection/cache.d.ts +6 -6
  5. package/dist/component/connection/domain/verification.d.ts +15 -15
  6. package/dist/component/connection/domain.d.ts +18 -18
  7. package/dist/component/connection/saml/assertion.d.ts +4 -4
  8. package/dist/component/connection/saml/request.d.ts +7 -7
  9. package/dist/component/connection/scim/config.d.ts +11 -11
  10. package/dist/component/connection/scim/identity.d.ts +51 -51
  11. package/dist/component/connection/secret.d.ts +13 -13
  12. package/dist/component/connection/webhook/delivery.d.ts +33 -33
  13. package/dist/component/connection/webhook/endpoint.d.ts +21 -21
  14. package/dist/component/connection.d.ts +27 -27
  15. package/dist/component/connection.d.ts.map +1 -1
  16. package/dist/component/context.d.ts +18 -18
  17. package/dist/component/convex.config.d.ts +2 -2
  18. package/dist/component/convex.config.d.ts.map +1 -1
  19. package/dist/component/crons.d.ts +2 -2
  20. package/dist/component/documents.d.ts +50 -50
  21. package/dist/component/event.d.ts +41 -41
  22. package/dist/component/event.d.ts.map +1 -1
  23. package/dist/component/factor/device.d.ts +21 -21
  24. package/dist/component/factor/device.d.ts.map +1 -1
  25. package/dist/component/factor/passkey.d.ts +76 -76
  26. package/dist/component/factor/passkey.d.ts.map +1 -1
  27. package/dist/component/factor/totp.d.ts +46 -46
  28. package/dist/component/factor/totp.d.ts.map +1 -1
  29. package/dist/component/group/active.d.ts +84 -84
  30. package/dist/component/group/invite.d.ts +30 -30
  31. package/dist/component/group/invite.d.ts.map +1 -1
  32. package/dist/component/group/member.d.ts +35 -35
  33. package/dist/component/group/member.d.ts.map +1 -1
  34. package/dist/component/group.d.ts +35 -35
  35. package/dist/component/group.d.ts.map +1 -1
  36. package/dist/component/http.d.ts +2 -2
  37. package/dist/component/limits.d.ts +4 -4
  38. package/dist/component/maintenance.d.ts +2 -2
  39. package/dist/component/model.d.ts +494 -494
  40. package/dist/component/model.d.ts.map +1 -1
  41. package/dist/component/oauth/client.d.ts +18 -18
  42. package/dist/component/oauth/code.d.ts +11 -11
  43. package/dist/component/oauth/refresh.d.ts +16 -16
  44. package/dist/component/schema.d.ts +675 -675
  45. package/dist/component/session.d.ts +26 -26
  46. package/dist/component/token/continuation.d.ts +18 -18
  47. package/dist/component/token/continuation.d.ts.map +1 -1
  48. package/dist/component/token/enrollment.d.ts +9 -9
  49. package/dist/component/token/pkce.d.ts +22 -22
  50. package/dist/component/token/refresh.d.ts +33 -33
  51. package/dist/component/token/refresh.d.ts.map +1 -1
  52. package/dist/component/token/verification.d.ts +30 -30
  53. package/dist/component/token/verification.d.ts.map +1 -1
  54. package/dist/component/user/email.d.ts +17 -17
  55. package/dist/component/user/email.d.ts.map +1 -1
  56. package/dist/component/user/key.d.ts +28 -28
  57. package/dist/component/user/key.d.ts.map +1 -1
  58. package/dist/component/user.d.ts +40 -40
  59. package/dist/component/user.d.ts.map +1 -1
  60. package/dist/component/user.js +1 -1
  61. package/dist/component/user.js.map +1 -1
  62. package/dist/providers/anonymous.d.ts +3 -3
  63. package/dist/providers/anonymous.d.ts.map +1 -1
  64. package/dist/providers/password.d.ts +40 -40
  65. package/dist/providers/password.d.ts.map +1 -1
  66. package/dist/providers/password.js +4 -2
  67. package/dist/providers/password.js.map +1 -1
  68. package/dist/server/connection/domain.d.ts +1 -1
  69. package/dist/server/core.js +5 -3
  70. package/dist/server/core.js.map +1 -1
  71. package/dist/server/cors.d.ts +2 -2
  72. package/dist/server/cors.d.ts.map +1 -1
  73. package/dist/server/domains/account.d.ts.map +1 -1
  74. package/dist/server/domains/account.js +15 -4
  75. package/dist/server/domains/account.js.map +1 -1
  76. package/dist/server/mutations/account.js +4 -3
  77. package/dist/server/mutations/account.js.map +1 -1
  78. package/dist/server/mutations/credentials/signin.js +7 -6
  79. package/dist/server/mutations/credentials/signin.js.map +1 -1
  80. package/dist/server/mutations/enrollment.js +2 -1
  81. package/dist/server/mutations/enrollment.js.map +1 -1
  82. package/dist/server/mutations/get.js +4 -3
  83. package/dist/server/mutations/get.js.map +1 -1
  84. package/dist/server/mutations/register.js +7 -5
  85. package/dist/server/mutations/register.js.map +1 -1
  86. package/dist/server/mutations/verify.js +1 -1
  87. package/dist/server/mutations/verify.js.map +1 -1
  88. package/dist/server/runtime.d.ts +14 -10
  89. package/dist/server/runtime.d.ts.map +1 -1
  90. package/dist/server/runtime.js +1 -1
  91. package/dist/server/runtime.js.map +1 -1
  92. package/dist/server/validators.d.ts +660 -660
  93. package/dist/test.d.ts +614 -614
  94. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { SessionRows } from "./session.js";
2
- import * as convex_values2499 from "convex/values";
3
- import * as convex_server89 from "convex/server";
2
+ import * as convex_values1530 from "convex/values";
3
+ import * as convex_server81 from "convex/server";
4
4
 
5
5
  //#region src/component/account.d.ts
6
6
  declare namespace account_d_exports {
@@ -10,7 +10,7 @@ type AcceptedCredentialsSignIn = Omit<SessionRows, "epoch"> & {
10
10
  status: "accepted";
11
11
  };
12
12
  /** Reserve a password attempt and load all sign-in state in one transaction. */
13
- declare const beginCredentialsSignIn: convex_server89.RegisteredMutation<"public", {
13
+ declare const beginCredentialsSignIn: convex_server81.RegisteredMutation<"public", {
14
14
  provider: string;
15
15
  providerAccountId: string;
16
16
  limitIdentifier: string;
@@ -30,43 +30,43 @@ declare const beginCredentialsSignIn: convex_server89.RegisteredMutation<"public
30
30
  } | {
31
31
  status: "ready";
32
32
  account: {
33
- _id: convex_values2499.GenericId<"Account">;
33
+ _id: convex_values1530.GenericId<"Account">;
34
34
  _creationTime: number;
35
35
  extend?: any;
36
36
  secret?: string | undefined;
37
37
  emailVerified?: string | undefined;
38
38
  phoneVerified?: string | undefined;
39
- userId: convex_values2499.GenericId<"User">;
39
+ userId: convex_values1530.GenericId<"User">;
40
40
  provider: string;
41
41
  providerAccountId: string;
42
42
  };
43
43
  user: {
44
- _id: convex_values2499.GenericId<"User">;
44
+ _id: convex_values1530.GenericId<"User">;
45
45
  _creationTime: number;
46
46
  email?: string | undefined;
47
+ phone?: string | undefined;
47
48
  extend?: any;
48
49
  name?: string | undefined;
49
- image?: string | undefined;
50
- phone?: string | undefined;
51
50
  firstName?: string | undefined;
52
51
  lastName?: string | undefined;
52
+ image?: string | undefined;
53
53
  emailVerificationTime?: number | undefined;
54
54
  phoneVerificationTime?: number | undefined;
55
55
  isAnonymous?: boolean | undefined;
56
- lastActiveGroup?: convex_values2499.GenericId<"Group"> | undefined;
56
+ lastActiveGroup?: convex_values1530.GenericId<"Group"> | undefined;
57
57
  sessionEpoch: number;
58
58
  };
59
59
  hasTotp: boolean;
60
60
  }>>;
61
61
  /** Refund a verified password attempt and optionally issue its session atomically. */
62
- declare const completeCredentialsSignIn: convex_server89.RegisteredMutation<"public", {
62
+ declare const completeCredentialsSignIn: convex_server81.RegisteredMutation<"public", {
63
63
  replaceSession?: {
64
- sessionId: convex_values2499.GenericId<"Session">;
65
- authenticatedUserId: convex_values2499.GenericId<"User">;
64
+ sessionId: convex_values1530.GenericId<"Session">;
65
+ authenticatedUserId: convex_values1530.GenericId<"User">;
66
66
  } | undefined;
67
67
  sessionExpirationTime: number;
68
68
  refreshTokenExpirationTime: number;
69
- accountId: convex_values2499.GenericId<"Account">;
69
+ accountId: convex_values1530.GenericId<"Account">;
70
70
  limitIdentifier: string;
71
71
  issueSession: boolean;
72
72
  generateTokens: boolean;
@@ -79,18 +79,18 @@ declare const completeCredentialsSignIn: convex_server89.RegisteredMutation<"pub
79
79
  * Read an account by id, or by `{ provider, providerAccountId }` when both
80
80
  * are given. Returns `null` when no selector matches.
81
81
  */
82
- declare const get: convex_server89.RegisteredQuery<"public", {
83
- id?: convex_values2499.GenericId<"Account"> | undefined;
82
+ declare const get: convex_server81.RegisteredQuery<"public", {
83
+ id?: convex_values1530.GenericId<"Account"> | undefined;
84
84
  provider?: string | undefined;
85
85
  providerAccountId?: string | undefined;
86
86
  }, Promise<{
87
- _id: convex_values2499.GenericId<"Account">;
87
+ _id: convex_values1530.GenericId<"Account">;
88
88
  _creationTime: number;
89
89
  extend?: any;
90
90
  secret?: string | undefined;
91
91
  emailVerified?: string | undefined;
92
92
  phoneVerified?: string | undefined;
93
- userId: convex_values2499.GenericId<"User">;
93
+ userId: convex_values1530.GenericId<"User">;
94
94
  provider: string;
95
95
  providerAccountId: string;
96
96
  } | null>>;
@@ -101,39 +101,39 @@ declare const get: convex_server89.RegisteredQuery<"public", {
101
101
  * public server facade projects these raw records into safe capability
102
102
  * summaries before exposing them to application code.
103
103
  */
104
- declare const list: convex_server89.RegisteredQuery<"public", {
105
- userId?: convex_values2499.GenericId<"User"> | undefined;
104
+ declare const list: convex_server81.RegisteredQuery<"public", {
105
+ userId?: convex_values1530.GenericId<"User"> | undefined;
106
106
  provider?: string | undefined;
107
- userIds?: convex_values2499.GenericId<"User">[] | undefined;
107
+ userIds?: convex_values1530.GenericId<"User">[] | undefined;
108
108
  }, Promise<{
109
- _id: convex_values2499.GenericId<"Account">;
109
+ _id: convex_values1530.GenericId<"Account">;
110
110
  _creationTime: number;
111
111
  extend?: any;
112
112
  secret?: string | undefined;
113
113
  emailVerified?: string | undefined;
114
114
  phoneVerified?: string | undefined;
115
- userId: convex_values2499.GenericId<"User">;
115
+ userId: convex_values1530.GenericId<"User">;
116
116
  provider: string;
117
117
  providerAccountId: string;
118
118
  }[]>>;
119
119
  /** Insert a new account. */
120
- declare const create: convex_server89.RegisteredMutation<"public", {
120
+ declare const create: convex_server81.RegisteredMutation<"public", {
121
121
  extend?: any;
122
122
  secret?: string | undefined;
123
- userId: convex_values2499.GenericId<"User">;
123
+ userId: convex_values1530.GenericId<"User">;
124
124
  provider: string;
125
125
  providerAccountId: string;
126
- }, Promise<convex_values2499.GenericId<"Account">>>;
126
+ }, Promise<convex_values1530.GenericId<"Account">>>;
127
127
  /** Patch fields on an account. */
128
- declare const update: convex_server89.RegisteredMutation<"public", {
129
- id: convex_values2499.GenericId<"Account">;
128
+ declare const update: convex_server81.RegisteredMutation<"public", {
129
+ id: convex_values1530.GenericId<"Account">;
130
130
  patch: {
131
+ userId?: convex_values1530.GenericId<"User"> | undefined;
131
132
  extend?: any;
132
- secret?: string | undefined;
133
- emailVerified?: string | undefined;
134
- userId?: convex_values2499.GenericId<"User"> | undefined;
135
133
  provider?: string | undefined;
136
134
  providerAccountId?: string | undefined;
135
+ secret?: string | undefined;
136
+ emailVerified?: string | undefined;
137
137
  phoneVerified?: string | undefined;
138
138
  };
139
139
  }, Promise<null>>;
@@ -141,10 +141,10 @@ declare const update: convex_server89.RegisteredMutation<"public", {
141
141
  * Delete an account. When `requireOtherAccount` is set, refuses to delete the
142
142
  * user's last remaining account so they are never left with none.
143
143
  */
144
- declare const remove: convex_server89.RegisteredMutation<"public", {
145
- userId?: convex_values2499.GenericId<"User"> | undefined;
144
+ declare const remove: convex_server81.RegisteredMutation<"public", {
145
+ userId?: convex_values1530.GenericId<"User"> | undefined;
146
146
  requireOtherAccount?: boolean | undefined;
147
- id: convex_values2499.GenericId<"Account">;
147
+ id: convex_values1530.GenericId<"Account">;
148
148
  }, Promise<null>>;
149
149
  //#endregion
150
150
  export { account_d_exports };
@@ -1,5 +1,5 @@
1
- import * as convex_values2836 from "convex/values";
2
- import * as convex_server194 from "convex/server";
1
+ import * as convex_values1594 from "convex/values";
2
+ import * as convex_server99 from "convex/server";
3
3
 
4
4
  //#region src/component/connection/audit.d.ts
5
5
  declare namespace audit_d_exports {
@@ -15,7 +15,7 @@ declare namespace audit_d_exports {
15
15
  * paginated. Requires exactly one of `connectionId` or `groupId`, so a caller
16
16
  * cannot scan the whole event log by omitting the scope.
17
17
  */
18
- declare const list: convex_server194.RegisteredQuery<"public", {
18
+ declare const list: convex_server99.RegisteredQuery<"public", {
19
19
  paginationOpts: {
20
20
  id?: number;
21
21
  endCursor?: string | null;
@@ -25,50 +25,50 @@ declare const list: convex_server194.RegisteredQuery<"public", {
25
25
  cursor: string | null;
26
26
  };
27
27
  scope: {
28
- connectionId: convex_values2836.GenericId<"GroupConnection">;
28
+ connectionId: convex_values1594.GenericId<"GroupConnection">;
29
29
  } | {
30
- groupId: convex_values2836.GenericId<"Group">;
30
+ groupId: convex_values1594.GenericId<"Group">;
31
31
  };
32
- }, Promise<convex_server194.PaginationResult<{
33
- _id: convex_values2836.GenericId<"AuthEventProjection">;
32
+ }, Promise<convex_server99.PaginationResult<{
33
+ _id: convex_values1594.GenericId<"AuthEventProjection">;
34
34
  _creationTime: number;
35
35
  requestId?: string | undefined;
36
36
  ip?: string | undefined;
37
37
  userAgent?: string | undefined;
38
38
  errorCode?: string | undefined;
39
39
  data?: {
40
- profile?: Record<string, any> | undefined;
41
40
  type?: string | undefined;
42
41
  provider?: string | undefined;
42
+ profile?: Record<string, any> | undefined;
43
43
  existingUserId?: string | undefined;
44
44
  } | {
45
45
  method?: string | undefined;
46
46
  provider: string;
47
47
  } | {
48
- flow?: "reset" | "change" | undefined;
49
48
  userId?: string | undefined;
50
49
  sessionId?: string | undefined;
51
50
  reason?: string | undefined;
52
51
  refreshTokenId?: string | undefined;
52
+ flow?: "reset" | "change" | undefined;
53
53
  } | {
54
54
  provider?: string | undefined;
55
55
  providerAccountId?: string | undefined;
56
56
  accountId?: string | undefined;
57
57
  } | {
58
- name?: string | undefined;
59
58
  reason?: string | undefined;
60
59
  passkeyId?: string | undefined;
61
60
  credentialId?: string | undefined;
62
61
  totpId?: string | undefined;
63
62
  keyId?: string | undefined;
63
+ name?: string | undefined;
64
64
  prefix?: string | undefined;
65
65
  } | {
66
- email?: string | undefined;
67
66
  userId?: string | undefined;
67
+ email?: string | undefined;
68
68
  phone?: string | undefined;
69
69
  } | {
70
- name?: string | undefined;
71
70
  userId?: string | undefined;
71
+ name?: string | undefined;
72
72
  clientId?: string | undefined;
73
73
  codeId?: string | undefined;
74
74
  scopes?: string[] | undefined;
@@ -115,12 +115,12 @@ declare const list: convex_server194.RegisteredQuery<"public", {
115
115
  subjectId?: string | undefined;
116
116
  eventId: string;
117
117
  kind: "user.created" | "user.updated" | "session.signed_in" | "session.signed_out" | "session.invalidated" | "session.refresh_exchanged" | "session.refresh_reuse_detected" | "account.linked" | "account.unlinked" | "password.changed" | "passkey.added" | "passkey.removed" | "totp.enrolled" | "totp.removed" | "email.verified" | "phone.verified" | "api_key.created" | "api_key.revoked" | "oauth.client.created" | "oauth.client.revoked" | "oauth.code.created" | "oauth.token.created" | "oauth.token.exchanged" | "oauth.refresh.reuse_detected" | "oauth.refresh.revoked" | "connection.created" | "connection.updated" | "connection.removed" | "connection.login.succeeded" | "connection.login.failed" | "connection.domain.verification_requested" | "connection.domain.verified" | "connection.policy.updated" | "connection.saml.set" | "connection.saml.refreshed" | "connection.oidc.set" | "connection.scim.set" | "connection.scim.read" | "connection.scim.user.provisioned" | "connection.scim.user.updated" | "connection.scim.user.deactivated" | "connection.scim.user.reactivated" | "connection.scim.group.provisioned" | "connection.scim.group.updated" | "connection.scim.group.deactivated" | "connection.scim.group.reactivated" | "webhook.endpoint.created" | "webhook.endpoint.disabled" | "webhook.delivery.created" | "webhook.delivery.attempted" | "webhook.delivery.succeeded" | "webhook.delivery.failed";
118
- category: "email" | "password" | "user" | "session" | "account" | "passkey" | "totp" | "phone" | "api_key" | "oauth" | "connection" | "scim" | "webhook" | "security";
118
+ category: "user" | "session" | "account" | "password" | "passkey" | "totp" | "email" | "phone" | "api_key" | "oauth" | "connection" | "scim" | "webhook" | "security";
119
119
  occurredAt: number;
120
120
  outcome: "success" | "failure";
121
121
  targetKind: "user" | "group" | "session" | "api_key" | "connection" | "oauth_client" | "global";
122
122
  actorType: "user" | "api_key" | "scim" | "webhook" | "system" | "oauth_client" | "anonymous";
123
- subjectType: "email" | "user" | "group" | "session" | "account" | "passkey" | "totp" | "phone" | "api_key" | "connection" | "system" | "oauth_client" | "oauth_code" | "scim_identity" | "webhook_endpoint" | "webhook_delivery";
123
+ subjectType: "user" | "group" | "session" | "account" | "passkey" | "totp" | "email" | "phone" | "api_key" | "connection" | "system" | "oauth_client" | "oauth_code" | "scim_identity" | "webhook_endpoint" | "webhook_delivery";
124
124
  targetId: string;
125
125
  }>>>;
126
126
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"audit.d.ts","names":[],"sources":["../../../src/component/connection/audit.ts"],"mappings":";;;;;;;;;;;;;AAoBA;;;;cAAa,IAAA,mBAAI,eAAA;;;;;;;;;;kBA6Bf,iBAAA,CAAA,SAAA;EAAA"}
1
+ {"version":3,"file":"audit.d.ts","names":[],"sources":["../../../src/component/connection/audit.ts"],"mappings":";;;;;;;;;;;;;AAoBA;;;;cAAa,IAAA,kBAAI,eAAA;;;;;;;;;;kBA6Bf,iBAAA,CAAA,SAAA;EAAA"}
@@ -1,4 +1,4 @@
1
- import * as convex_server196 from "convex/server";
1
+ import * as convex_server110 from "convex/server";
2
2
 
3
3
  //#region src/component/connection/cache.d.ts
4
4
  declare namespace cache_d_exports {
@@ -27,7 +27,7 @@ declare namespace cache_d_exports {
27
27
  /**
28
28
  * Read-through fetch for OIDC discovery JSON. Cached 1h per URL.
29
29
  */
30
- declare const oidcDiscovery: convex_server196.RegisteredAction<"public", {
30
+ declare const oidcDiscovery: convex_server110.RegisteredAction<"public", {
31
31
  runtimeOrigin?: string | undefined;
32
32
  externalHost?: string | undefined;
33
33
  url: string;
@@ -45,7 +45,7 @@ declare const oidcDiscovery: convex_server196.RegisteredAction<"public", {
45
45
  * Cached 2h per URL (separate from the runtime sign-in path so admin
46
46
  * dashboards don't share keys with hot-path traffic).
47
47
  */
48
- declare const oidcStatusDiscovery: convex_server196.RegisteredAction<"public", {
48
+ declare const oidcStatusDiscovery: convex_server110.RegisteredAction<"public", {
49
49
  runtimeOrigin?: string | undefined;
50
50
  externalHost?: string | undefined;
51
51
  url: string;
@@ -61,19 +61,19 @@ declare const oidcStatusDiscovery: convex_server196.RegisteredAction<"public", {
61
61
  /**
62
62
  * Read-through fetch for SAML IdP metadata XML. Cached 24h per URL.
63
63
  */
64
- declare const samlMetadata: convex_server196.RegisteredAction<"public", {
64
+ declare const samlMetadata: convex_server110.RegisteredAction<"public", {
65
65
  runtimeOrigin?: string | undefined;
66
66
  externalHost?: string | undefined;
67
67
  url: string;
68
68
  }, Promise<string>>;
69
69
  /** Invalidate a cached OIDC discovery entry (e.g. on `discoveryUrl` update). */
70
- declare const invalidateOidcDiscovery: convex_server196.RegisteredMutation<"public", {
70
+ declare const invalidateOidcDiscovery: convex_server110.RegisteredMutation<"public", {
71
71
  runtimeOrigin?: string | undefined;
72
72
  externalHost?: string | undefined;
73
73
  url: string;
74
74
  }, Promise<null>>;
75
75
  /** Invalidate a cached SAML metadata entry (e.g. on `metadataUrl` update). */
76
- declare const invalidateSamlMetadata: convex_server196.RegisteredMutation<"public", {
76
+ declare const invalidateSamlMetadata: convex_server110.RegisteredMutation<"public", {
77
77
  runtimeOrigin?: string | undefined;
78
78
  externalHost?: string | undefined;
79
79
  url: string;
@@ -1,5 +1,5 @@
1
- import * as convex_values2775 from "convex/values";
2
- import * as convex_server177 from "convex/server";
1
+ import * as convex_values3744 from "convex/values";
2
+ import * as convex_server254 from "convex/server";
3
3
 
4
4
  //#region src/component/connection/domain/verification.d.ts
5
5
  declare namespace verification_d_exports {
@@ -12,36 +12,36 @@ declare namespace verification_d_exports {
12
12
  * @module
13
13
  */
14
14
  /** Read a domain's verification record by `domainId`, or `null` if none. */
15
- declare const get: convex_server177.RegisteredQuery<"public", {
16
- domainId: convex_values2775.GenericId<"GroupConnectionDomain">;
15
+ declare const get: convex_server254.RegisteredQuery<"public", {
16
+ domainId: convex_values3744.GenericId<"GroupConnectionDomain">;
17
17
  }, Promise<{
18
- _id: convex_values2775.GenericId<"GroupConnectionDomainVerification">;
18
+ _id: convex_values3744.GenericId<"GroupConnectionDomainVerification">;
19
19
  _creationTime: number;
20
- connectionId: convex_values2775.GenericId<"GroupConnection">;
20
+ connectionId: convex_values3744.GenericId<"GroupConnection">;
21
21
  domain: string;
22
22
  recordName: string;
23
23
  expiresAt: number;
24
- groupId: convex_values2775.GenericId<"Group">;
24
+ groupId: convex_values3744.GenericId<"Group">;
25
25
  tokenHash: string;
26
- domainId: convex_values2775.GenericId<"GroupConnectionDomain">;
26
+ domainId: convex_values3744.GenericId<"GroupConnectionDomain">;
27
27
  token: string;
28
28
  requestedAt: number;
29
29
  } | null>>;
30
30
  /** Insert a verification record, or patch it when one already exists for the domain (keyed by `domainId`). */
31
- declare const upsert: convex_server177.RegisteredMutation<"public", {
32
- connectionId: convex_values2775.GenericId<"GroupConnection">;
31
+ declare const upsert: convex_server254.RegisteredMutation<"public", {
32
+ connectionId: convex_values3744.GenericId<"GroupConnection">;
33
33
  domain: string;
34
34
  recordName: string;
35
35
  expiresAt: number;
36
- groupId: convex_values2775.GenericId<"Group">;
36
+ groupId: convex_values3744.GenericId<"Group">;
37
37
  tokenHash: string;
38
- domainId: convex_values2775.GenericId<"GroupConnectionDomain">;
38
+ domainId: convex_values3744.GenericId<"GroupConnectionDomain">;
39
39
  token: string;
40
40
  requestedAt: number;
41
- }, Promise<convex_values2775.GenericId<"GroupConnectionDomainVerification">>>;
41
+ }, Promise<convex_values3744.GenericId<"GroupConnectionDomainVerification">>>;
42
42
  /** Delete a domain's verification record, if any. */
43
- declare const remove: convex_server177.RegisteredMutation<"public", {
44
- domainId: convex_values2775.GenericId<"GroupConnectionDomain">;
43
+ declare const remove: convex_server254.RegisteredMutation<"public", {
44
+ domainId: convex_values3744.GenericId<"GroupConnectionDomain">;
45
45
  }, Promise<null>>;
46
46
  //#endregion
47
47
  export { verification_d_exports };
@@ -1,5 +1,5 @@
1
- import * as convex_values2763 from "convex/values";
2
- import * as convex_server173 from "convex/server";
1
+ import * as convex_values3719 from "convex/values";
2
+ import * as convex_server244 from "convex/server";
3
3
 
4
4
  //#region src/component/connection/domain.d.ts
5
5
  declare namespace domain_d_exports {
@@ -15,16 +15,16 @@ declare namespace domain_d_exports {
15
15
  * @module
16
16
  */
17
17
  /** List the domains attached to a connection (`limit` clamped to 1..500, default 100). */
18
- declare const list: convex_server173.RegisteredQuery<"public", {
18
+ declare const list: convex_server244.RegisteredQuery<"public", {
19
19
  limit?: number | undefined;
20
- connectionId: convex_values2763.GenericId<"GroupConnection">;
20
+ connectionId: convex_values3719.GenericId<"GroupConnection">;
21
21
  }, Promise<{
22
- _id: convex_values2763.GenericId<"GroupConnectionDomain">;
22
+ _id: convex_values3719.GenericId<"GroupConnectionDomain">;
23
23
  _creationTime: number;
24
24
  verifiedAt?: number | undefined;
25
- connectionId: convex_values2763.GenericId<"GroupConnection">;
25
+ connectionId: convex_values3719.GenericId<"GroupConnection">;
26
26
  domain: string;
27
- groupId: convex_values2763.GenericId<"Group">;
27
+ groupId: convex_values3719.GenericId<"Group">;
28
28
  isPrimary: boolean;
29
29
  }[]>>;
30
30
  /**
@@ -33,30 +33,30 @@ declare const list: convex_server173.RegisteredQuery<"public", {
33
33
  * domain already belongs to a different connection. Setting `isPrimary` demotes
34
34
  * any current primary; the first domain on a connection becomes primary by default.
35
35
  */
36
- declare const create: convex_server173.RegisteredMutation<"public", {
36
+ declare const create: convex_server244.RegisteredMutation<"public", {
37
37
  isPrimary?: boolean | undefined;
38
- connectionId: convex_values2763.GenericId<"GroupConnection">;
38
+ connectionId: convex_values3719.GenericId<"GroupConnection">;
39
39
  domain: string;
40
- groupId: convex_values2763.GenericId<"Group">;
41
- }, Promise<convex_values2763.GenericId<"GroupConnectionDomain">>>;
40
+ groupId: convex_values3719.GenericId<"Group">;
41
+ }, Promise<convex_values3719.GenericId<"GroupConnectionDomain">>>;
42
42
  /** Delete a domain and its dependent verification record, if any. */
43
- declare const remove: convex_server173.RegisteredMutation<"public", {
44
- id: convex_values2763.GenericId<"GroupConnectionDomain">;
43
+ declare const remove: convex_server244.RegisteredMutation<"public", {
44
+ id: convex_values3719.GenericId<"GroupConnectionDomain">;
45
45
  }, Promise<null>>;
46
46
  /**
47
47
  * Mark a domain verified at `verifiedAt` and clear its pending verification
48
48
  * record. Returns the updated domain doc.
49
49
  */
50
- declare const verify: convex_server173.RegisteredMutation<"public", {
51
- id: convex_values2763.GenericId<"GroupConnectionDomain">;
50
+ declare const verify: convex_server244.RegisteredMutation<"public", {
51
+ id: convex_values3719.GenericId<"GroupConnectionDomain">;
52
52
  verifiedAt: number;
53
53
  }, Promise<{
54
- _id: convex_values2763.GenericId<"GroupConnectionDomain">;
54
+ _id: convex_values3719.GenericId<"GroupConnectionDomain">;
55
55
  _creationTime: number;
56
56
  verifiedAt?: number | undefined;
57
- connectionId: convex_values2763.GenericId<"GroupConnection">;
57
+ connectionId: convex_values3719.GenericId<"GroupConnection">;
58
58
  domain: string;
59
- groupId: convex_values2763.GenericId<"Group">;
59
+ groupId: convex_values3719.GenericId<"Group">;
60
60
  isPrimary: boolean;
61
61
  }>>;
62
62
  //#endregion
@@ -1,5 +1,5 @@
1
- import * as convex_values2762 from "convex/values";
2
- import * as convex_server172 from "convex/server";
1
+ import * as convex_values3686 from "convex/values";
2
+ import * as convex_server235 from "convex/server";
3
3
 
4
4
  //#region src/component/connection/saml/assertion.d.ts
5
5
  declare namespace assertion_d_exports {
@@ -21,8 +21,8 @@ declare namespace assertion_d_exports {
21
21
  * first sighting (the row is inserted); returns `false` if the assertion ID was
22
22
  * already recorded, signalling a replay the caller must reject.
23
23
  */
24
- declare const accept: convex_server172.RegisteredMutation<"public", {
25
- connectionId: convex_values2762.GenericId<"GroupConnection">;
24
+ declare const accept: convex_server235.RegisteredMutation<"public", {
25
+ connectionId: convex_values3686.GenericId<"GroupConnection">;
26
26
  expiresAt: number;
27
27
  assertionId: string;
28
28
  }, Promise<boolean>>;
@@ -1,5 +1,5 @@
1
- import * as convex_values2759 from "convex/values";
2
- import * as convex_server170 from "convex/server";
1
+ import * as convex_values3621 from "convex/values";
2
+ import * as convex_server215 from "convex/server";
3
3
 
4
4
  //#region src/component/connection/saml/request.d.ts
5
5
  declare namespace request_d_exports {
@@ -17,11 +17,11 @@ declare namespace request_d_exports {
17
17
  * @module
18
18
  */
19
19
  /** Persist a pending SAML AuthnRequest ID so the ACS handler can accept it once. */
20
- declare const create: convex_server170.RegisteredMutation<"public", {
20
+ declare const create: convex_server215.RegisteredMutation<"public", {
21
21
  requestId: string;
22
- connectionId: convex_values2759.GenericId<"GroupConnection">;
22
+ connectionId: convex_values3621.GenericId<"GroupConnection">;
23
23
  expiresAt: number;
24
- }, Promise<convex_values2759.GenericId<"SamlLoginRequest">>>;
24
+ }, Promise<convex_values3621.GenericId<"SamlLoginRequest">>>;
25
25
  /**
26
26
  * Atomically accept a pending SAML AuthnRequest by its `requestId`. Returns
27
27
  * `true` only when a matching, unaccepted, unexpired row existed and was
@@ -36,8 +36,8 @@ declare const create: convex_server170.RegisteredMutation<"public", {
36
36
  * connection can still accept it (a wrong-connection probe cannot burn a
37
37
  * legitimate pending request).
38
38
  */
39
- declare const accept: convex_server170.RegisteredMutation<"public", {
40
- connectionId?: convex_values2759.GenericId<"GroupConnection"> | undefined;
39
+ declare const accept: convex_server215.RegisteredMutation<"public", {
40
+ connectionId?: convex_values3621.GenericId<"GroupConnection"> | undefined;
41
41
  requestId: string;
42
42
  now: number;
43
43
  }, Promise<boolean>>;
@@ -1,5 +1,5 @@
1
- import * as convex_values2793 from "convex/values";
2
- import * as convex_server183 from "convex/server";
1
+ import * as convex_values3778 from "convex/values";
2
+ import * as convex_server267 from "convex/server";
3
3
 
4
4
  //#region src/component/connection/scim/config.d.ts
5
5
  declare namespace config_d_exports {
@@ -18,30 +18,30 @@ declare namespace config_d_exports {
18
18
  * Read a SCIM config. Overloaded: lookup by `{ tokenHash }` (bearer-token
19
19
  * resolution) or by `{ connectionId }`. Returns `null` when nothing matches.
20
20
  */
21
- declare const get: convex_server183.RegisteredQuery<"public", {
22
- connectionId?: convex_values2793.GenericId<"GroupConnection"> | undefined;
21
+ declare const get: convex_server267.RegisteredQuery<"public", {
22
+ connectionId?: convex_values3778.GenericId<"GroupConnection"> | undefined;
23
23
  tokenHash?: string | undefined;
24
24
  }, Promise<{
25
- _id: convex_values2793.GenericId<"GroupConnectionScimConfig">;
25
+ _id: convex_values3778.GenericId<"GroupConnectionScimConfig">;
26
26
  _creationTime: number;
27
27
  extend?: any;
28
28
  lastRotatedAt?: number | undefined;
29
- connectionId: convex_values2793.GenericId<"GroupConnection">;
30
- groupId: convex_values2793.GenericId<"Group">;
29
+ connectionId: convex_values3778.GenericId<"GroupConnection">;
30
+ groupId: convex_values3778.GenericId<"Group">;
31
31
  status: "active" | "draft" | "disabled";
32
32
  tokenHash: string;
33
33
  basePath: string;
34
34
  } | null>>;
35
35
  /** Insert a SCIM config, or patch it when one already exists for the connection (keyed by `connectionId`). */
36
- declare const upsert: convex_server183.RegisteredMutation<"public", {
36
+ declare const upsert: convex_server267.RegisteredMutation<"public", {
37
37
  extend?: any;
38
38
  lastRotatedAt?: number | undefined;
39
- connectionId: convex_values2793.GenericId<"GroupConnection">;
40
- groupId: convex_values2793.GenericId<"Group">;
39
+ connectionId: convex_values3778.GenericId<"GroupConnection">;
40
+ groupId: convex_values3778.GenericId<"Group">;
41
41
  status: "active" | "draft" | "disabled";
42
42
  tokenHash: string;
43
43
  basePath: string;
44
- }, Promise<convex_values2793.GenericId<"GroupConnectionScimConfig">>>;
44
+ }, Promise<convex_values3778.GenericId<"GroupConnectionScimConfig">>>;
45
45
  //#endregion
46
46
  export { config_d_exports };
47
47
  //# sourceMappingURL=config.d.ts.map