@hexclave/shared 1.0.54 → 1.0.56

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 (121) hide show
  1. package/dist/{admin-interface-DuboQXpC.d.ts → admin-interface-sca4FCAt.d.ts} +11 -11
  2. package/dist/{admin-interface-DuboQXpC.d.ts.map → admin-interface-sca4FCAt.d.ts.map} +1 -1
  3. package/dist/{admin-metrics-IxLyJ-cP.d.ts → admin-metrics-BTgqWZXI.d.ts} +18 -18
  4. package/dist/{admin-metrics-IxLyJ-cP.d.ts.map → admin-metrics-BTgqWZXI.d.ts.map} +1 -1
  5. package/dist/ai/hexclave-ask.d.ts +37 -0
  6. package/dist/ai/hexclave-ask.d.ts.map +1 -0
  7. package/dist/ai/hexclave-ask.js +120 -0
  8. package/dist/ai/hexclave-ask.js.map +1 -0
  9. package/dist/ai/hexclave-ask.test.d.ts +1 -0
  10. package/dist/ai/hexclave-ask.test.js +46 -0
  11. package/dist/ai/hexclave-ask.test.js.map +1 -0
  12. package/dist/ai/unified-prompts/reminders.js +4 -4
  13. package/dist/ai/unified-prompts/reminders.js.map +1 -1
  14. package/dist/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js +1 -1
  15. package/dist/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js.map +1 -1
  16. package/dist/ai/unified-prompts/skill-site-prompt.js +2 -2
  17. package/dist/ai/unified-prompts/skill-site-prompt.js.map +1 -1
  18. package/dist/{client-interface-Ca6UZywk.d.ts → client-interface-BQakINAH.d.ts} +10 -10
  19. package/dist/{client-interface-Ca6UZywk.d.ts.map → client-interface-BQakINAH.d.ts.map} +1 -1
  20. package/dist/config/schema.d.ts +1 -1
  21. package/dist/config-authoring.d.ts +1 -1
  22. package/dist/{current-user-DNxac4sS.d.ts → current-user-DosTPiF7.d.ts} +16 -16
  23. package/dist/{current-user-DNxac4sS.d.ts.map → current-user-DosTPiF7.d.ts.map} +1 -1
  24. package/dist/{email-outbox-ILs0LlGd.d.ts → email-outbox-C07KfbmL.d.ts} +155 -155
  25. package/dist/{email-outbox-ILs0LlGd.d.ts.map → email-outbox-C07KfbmL.d.ts.map} +1 -1
  26. package/dist/esm/ai/hexclave-ask.d.ts +37 -0
  27. package/dist/esm/ai/hexclave-ask.d.ts.map +1 -0
  28. package/dist/esm/ai/hexclave-ask.js +117 -0
  29. package/dist/esm/ai/hexclave-ask.js.map +1 -0
  30. package/dist/esm/ai/hexclave-ask.test.d.ts +1 -0
  31. package/dist/esm/ai/hexclave-ask.test.js +47 -0
  32. package/dist/esm/ai/hexclave-ask.test.js.map +1 -0
  33. package/dist/esm/ai/unified-prompts/reminders.js +4 -4
  34. package/dist/esm/ai/unified-prompts/reminders.js.map +1 -1
  35. package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js +1 -1
  36. package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js.map +1 -1
  37. package/dist/esm/ai/unified-prompts/skill-site-prompt.js +2 -2
  38. package/dist/esm/ai/unified-prompts/skill-site-prompt.js.map +1 -1
  39. package/dist/esm/config/schema.d.ts +112 -112
  40. package/dist/esm/interface/admin-interface.js +1 -1
  41. package/dist/esm/interface/admin-metrics.d.ts +17 -17
  42. package/dist/esm/interface/client-interface.js +1 -1
  43. package/dist/esm/interface/conversations.d.ts +36 -36
  44. package/dist/esm/interface/crud/current-user.d.ts +15 -15
  45. package/dist/esm/interface/crud/email-outbox.d.ts +154 -154
  46. package/dist/esm/interface/crud/invoices.d.ts +2 -2
  47. package/dist/esm/interface/crud/products.d.ts +20 -20
  48. package/dist/esm/interface/crud/project-api-keys.d.ts +4 -4
  49. package/dist/esm/interface/crud/projects.d.ts +94 -94
  50. package/dist/esm/interface/crud/team-member-profiles.d.ts +30 -30
  51. package/dist/esm/interface/crud/transactions.d.ts +23 -23
  52. package/dist/esm/interface/crud/transactions.d.ts.map +1 -1
  53. package/dist/esm/interface/crud/users.d.ts +14 -14
  54. package/dist/esm/interface/plan-usage.d.ts +2 -2
  55. package/dist/esm/interface/server-interface.js +1 -1
  56. package/dist/esm/interface/webhooks.d.ts +2 -2
  57. package/dist/esm/known-errors.d.ts +4 -4
  58. package/dist/esm/schema-fields.d.ts +5 -5
  59. package/dist/esm/sessions.d.ts +1 -1
  60. package/dist/esm/utils/promises.js +1 -1
  61. package/dist/helpers/password.d.ts +1 -1
  62. package/dist/helpers/production-mode.d.ts +1 -1
  63. package/dist/index.d.ts +4 -4
  64. package/dist/interface/admin-interface.d.ts +2 -2
  65. package/dist/interface/admin-interface.js +1 -1
  66. package/dist/interface/admin-metrics.d.ts +1 -1
  67. package/dist/interface/client-interface.d.ts +1 -1
  68. package/dist/interface/client-interface.js +1 -1
  69. package/dist/interface/conversations.d.ts +36 -36
  70. package/dist/interface/crud/current-user.d.ts +1 -1
  71. package/dist/interface/crud/email-outbox.d.ts +1 -1
  72. package/dist/interface/crud/invoices.d.ts +1 -1
  73. package/dist/interface/crud/products.d.ts +1 -1
  74. package/dist/interface/crud/project-api-keys.d.ts +1 -1
  75. package/dist/interface/crud/projects.d.ts +1 -1
  76. package/dist/interface/crud/team-member-profiles.d.ts +1 -1
  77. package/dist/interface/crud/transactions.d.ts +1 -1
  78. package/dist/interface/crud/users.d.ts +1 -1
  79. package/dist/interface/plan-usage.d.ts +1 -1
  80. package/dist/interface/server-interface.d.ts +1 -1
  81. package/dist/interface/server-interface.js +1 -1
  82. package/dist/interface/webhooks.d.ts +1 -1
  83. package/dist/{invoices-CHo9YKbI.d.ts → invoices-U65KzAZX.d.ts} +3 -3
  84. package/dist/{invoices-CHo9YKbI.d.ts.map → invoices-U65KzAZX.d.ts.map} +1 -1
  85. package/dist/{known-errors-g7JC8z58.d.ts → known-errors-BFf8SVm8.d.ts} +5 -5
  86. package/dist/{known-errors-g7JC8z58.d.ts.map → known-errors-BFf8SVm8.d.ts.map} +1 -1
  87. package/dist/known-errors.d.ts +1 -1
  88. package/dist/{plan-usage-D0kWw4HR.d.ts → plan-usage-CFwV688o.d.ts} +3 -3
  89. package/dist/{plan-usage-D0kWw4HR.d.ts.map → plan-usage-CFwV688o.d.ts.map} +1 -1
  90. package/dist/{products-C98fCS-1.d.ts → products-DzedG6oU.d.ts} +21 -21
  91. package/dist/{products-C98fCS-1.d.ts.map → products-DzedG6oU.d.ts.map} +1 -1
  92. package/dist/{project-api-keys-P97ElZZe.d.ts → project-api-keys-Di2ENRam.d.ts} +5 -5
  93. package/dist/{project-api-keys-P97ElZZe.d.ts.map → project-api-keys-Di2ENRam.d.ts.map} +1 -1
  94. package/dist/{projects-BM2a4sfO.d.ts → projects-W2I5ueag.d.ts} +95 -95
  95. package/dist/{projects-BM2a4sfO.d.ts.map → projects-W2I5ueag.d.ts.map} +1 -1
  96. package/dist/{schema-Bq1TSMFV.d.ts → schema-BXM8B2V2.d.ts} +113 -113
  97. package/dist/{schema-Bq1TSMFV.d.ts.map → schema-BXM8B2V2.d.ts.map} +1 -1
  98. package/dist/{schema-fields-Cch3V5nd.d.ts → schema-fields-DhryPaD4.d.ts} +6 -6
  99. package/dist/{schema-fields-Cch3V5nd.d.ts.map → schema-fields-DhryPaD4.d.ts.map} +1 -1
  100. package/dist/schema-fields.d.ts +1 -1
  101. package/dist/{server-interface-yKuDPrQI.d.ts → server-interface--aZDYxx4.d.ts} +8 -8
  102. package/dist/{server-interface-yKuDPrQI.d.ts.map → server-interface--aZDYxx4.d.ts.map} +1 -1
  103. package/dist/{sessions-DCTyJhi3.d.ts → sessions-CKNkS48M.d.ts} +3 -3
  104. package/dist/{sessions-DCTyJhi3.d.ts.map → sessions-CKNkS48M.d.ts.map} +1 -1
  105. package/dist/sessions.d.ts +1 -1
  106. package/dist/{team-member-profiles-CaD1OJqt.d.ts → team-member-profiles-BhcD2OP5.d.ts} +31 -31
  107. package/dist/{team-member-profiles-CaD1OJqt.d.ts.map → team-member-profiles-BhcD2OP5.d.ts.map} +1 -1
  108. package/dist/{transactions-CrAZLdGo.d.ts → transactions-icyjJzs-.d.ts} +24 -24
  109. package/dist/transactions-icyjJzs-.d.ts.map +1 -0
  110. package/dist/{users-DSpJgn9Z.d.ts → users-DMNuqLTW.d.ts} +16 -16
  111. package/dist/{users-DSpJgn9Z.d.ts.map → users-DMNuqLTW.d.ts.map} +1 -1
  112. package/dist/utils/promises.js +1 -1
  113. package/dist/{webhooks-_aXIgZBW.d.ts → webhooks-8Ts1Clcb.d.ts} +3 -3
  114. package/dist/{webhooks-_aXIgZBW.d.ts.map → webhooks-8Ts1Clcb.d.ts.map} +1 -1
  115. package/package.json +1 -1
  116. package/src/ai/hexclave-ask.test.ts +50 -0
  117. package/src/ai/hexclave-ask.ts +175 -0
  118. package/src/ai/unified-prompts/reminders.ts +4 -4
  119. package/src/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.ts +1 -1
  120. package/src/ai/unified-prompts/skill-site-prompt.ts +2 -2
  121. package/dist/transactions-CrAZLdGo.d.ts.map +0 -1
@@ -36,7 +36,7 @@ declare const branchPaymentsSchema: yup$1.ObjectSchema<{
36
36
  } | undefined;
37
37
  productLines: Record<string, {
38
38
  displayName?: string | undefined;
39
- customerType?: "user" | "team" | "custom" | undefined;
39
+ customerType?: "team" | "user" | "custom" | undefined;
40
40
  }>;
41
41
  products: Record<string, {
42
42
  displayName?: string | undefined;
@@ -45,7 +45,7 @@ declare const branchPaymentsSchema: yup$1.ObjectSchema<{
45
45
  productLineId?: string | undefined;
46
46
  isAddOnTo?: false | Record<string, true> | undefined;
47
47
  stackable?: boolean | undefined;
48
- customerType: "user" | "team" | "custom";
48
+ customerType: "team" | "user" | "custom";
49
49
  prices: Record<string, {
50
50
  USD?: string | undefined;
51
51
  EUR?: string | undefined;
@@ -66,7 +66,7 @@ declare const branchPaymentsSchema: yup$1.ObjectSchema<{
66
66
  }>;
67
67
  items: Record<string, {
68
68
  displayName?: string | undefined;
69
- customerType?: "user" | "team" | "custom" | undefined;
69
+ customerType?: "team" | "user" | "custom" | undefined;
70
70
  }>;
71
71
  } | undefined, yup$1.AnyObject, {
72
72
  blockNewPurchases: undefined;
@@ -84,7 +84,7 @@ declare const branchConfigSchema: yup$1.Schema<Omit<Omit<{
84
84
  sourceOfTruth: {
85
85
  type: "hosted";
86
86
  };
87
- }, string>, "users" | "teams" | "auth" | "onboarding" | "rbac" | "payments" | "emails" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
87
+ }, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "domains" | "users" | "apiKeys" | "apps" | "dataVault"> & {
88
88
  payments?: {
89
89
  blockNewPurchases?: boolean | undefined;
90
90
  autoPay?: {
@@ -92,11 +92,11 @@ declare const branchConfigSchema: yup$1.Schema<Omit<Omit<{
92
92
  } | undefined;
93
93
  items: Record<string, {
94
94
  displayName?: string | undefined;
95
- customerType?: "user" | "team" | "custom" | undefined;
95
+ customerType?: "team" | "user" | "custom" | undefined;
96
96
  }>;
97
97
  productLines: Record<string, {
98
98
  displayName?: string | undefined;
99
- customerType?: "user" | "team" | "custom" | undefined;
99
+ customerType?: "team" | "user" | "custom" | undefined;
100
100
  }>;
101
101
  products: Record<string, {
102
102
  displayName?: string | undefined;
@@ -105,7 +105,7 @@ declare const branchConfigSchema: yup$1.Schema<Omit<Omit<{
105
105
  productLineId?: string | undefined;
106
106
  isAddOnTo?: false | Record<string, true> | undefined;
107
107
  stackable?: boolean | undefined;
108
- customerType: "user" | "team" | "custom";
108
+ customerType: "team" | "user" | "custom";
109
109
  prices: Record<string, {
110
110
  USD?: string | undefined;
111
111
  EUR?: string | undefined;
@@ -125,19 +125,15 @@ declare const branchConfigSchema: yup$1.Schema<Omit<Omit<{
125
125
  }>;
126
126
  }>;
127
127
  } | undefined;
128
- users: {
129
- allowClientUserDeletion?: boolean | undefined;
130
- };
131
- teams: {
132
- createPersonalTeamOnSignUp?: boolean | undefined;
133
- allowClientTeamCreation?: boolean | undefined;
134
- };
135
128
  auth: {
136
129
  allowSignUp?: boolean | undefined;
137
130
  signUpRulesDefaultAction?: string | undefined;
138
131
  password: {
139
132
  allowSignIn?: boolean | undefined;
140
133
  };
134
+ passkey: {
135
+ allowSignIn?: boolean | undefined;
136
+ };
141
137
  otp: {
142
138
  allowSignIn?: boolean | undefined;
143
139
  };
@@ -149,13 +145,10 @@ declare const branchConfigSchema: yup$1.Schema<Omit<Omit<{
149
145
  allowConnectedAccounts?: boolean | undefined;
150
146
  }>;
151
147
  };
152
- passkey: {
153
- allowSignIn?: boolean | undefined;
154
- };
155
148
  signUpRules: Record<string, {
156
149
  displayName?: string | undefined;
157
- priority?: number | undefined;
158
150
  enabled?: boolean | undefined;
151
+ priority?: number | undefined;
159
152
  condition?: string | undefined;
160
153
  action: {
161
154
  message?: string | undefined;
@@ -166,6 +159,10 @@ declare const branchConfigSchema: yup$1.Schema<Omit<Omit<{
166
159
  onboarding: {
167
160
  requireEmailVerification?: boolean | undefined;
168
161
  };
162
+ teams: {
163
+ createPersonalTeamOnSignUp?: boolean | undefined;
164
+ allowClientTeamCreation?: boolean | undefined;
165
+ };
169
166
  rbac: {
170
167
  permissions: Record<string, {
171
168
  description?: string | undefined;
@@ -190,18 +187,21 @@ declare const branchConfigSchema: yup$1.Schema<Omit<Omit<{
190
187
  tsxSource: string;
191
188
  }>;
192
189
  };
190
+ domains: {};
191
+ users: {
192
+ allowClientUserDeletion?: boolean | undefined;
193
+ };
193
194
  apiKeys: {
194
195
  enabled: {
195
- user?: boolean | undefined;
196
196
  team?: boolean | undefined;
197
+ user?: boolean | undefined;
197
198
  };
198
199
  };
199
200
  apps: {
200
- installed: Record<"teams" | "authentication" | "fraud-protection" | "analytics" | "onboarding" | "rbac" | "api-keys" | "payments" | "emails" | "support" | "email-api" | "data-vault" | "webhooks" | "tv-mode" | "launch-checklist" | "catalyst" | "neon" | "convex" | "vercel" | "tanstack-start" | "clickmaps" | "session-replays" | "cli-auth", {
201
+ installed: Record<"authentication" | "fraud-protection" | "analytics" | "onboarding" | "teams" | "rbac" | "api-keys" | "payments" | "emails" | "support" | "email-api" | "data-vault" | "webhooks" | "tv-mode" | "launch-checklist" | "catalyst" | "neon" | "convex" | "vercel" | "tanstack-start" | "clickmaps" | "session-replays" | "cli-auth", {
201
202
  enabled?: boolean | undefined;
202
203
  }>;
203
204
  };
204
- domains: {};
205
205
  dataVault: {
206
206
  stores: Record<string, {
207
207
  displayName?: string | undefined;
@@ -212,7 +212,7 @@ declare const branchConfigSchema: yup$1.Schema<Omit<Omit<{
212
212
  project: {
213
213
  requirePublishableClientKey: undefined;
214
214
  };
215
- }, string>, "users" | "teams" | "auth" | "onboarding" | "rbac" | "payments" | "emails" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
215
+ }, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "domains" | "users" | "apiKeys" | "apps" | "dataVault"> & {
216
216
  rbac: {
217
217
  permissions: undefined;
218
218
  defaultPermissions: {
@@ -284,7 +284,7 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
284
284
  sourceOfTruth: {
285
285
  type: "hosted";
286
286
  };
287
- }, string>, "users" | "teams" | "auth" | "onboarding" | "rbac" | "payments" | "emails" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
287
+ }, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "domains" | "users" | "apiKeys" | "apps" | "dataVault"> & {
288
288
  payments?: {
289
289
  blockNewPurchases?: boolean | undefined;
290
290
  autoPay?: {
@@ -292,11 +292,11 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
292
292
  } | undefined;
293
293
  items: Record<string, {
294
294
  displayName?: string | undefined;
295
- customerType?: "user" | "team" | "custom" | undefined;
295
+ customerType?: "team" | "user" | "custom" | undefined;
296
296
  }>;
297
297
  productLines: Record<string, {
298
298
  displayName?: string | undefined;
299
- customerType?: "user" | "team" | "custom" | undefined;
299
+ customerType?: "team" | "user" | "custom" | undefined;
300
300
  }>;
301
301
  products: Record<string, {
302
302
  displayName?: string | undefined;
@@ -305,7 +305,7 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
305
305
  productLineId?: string | undefined;
306
306
  isAddOnTo?: false | Record<string, true> | undefined;
307
307
  stackable?: boolean | undefined;
308
- customerType: "user" | "team" | "custom";
308
+ customerType: "team" | "user" | "custom";
309
309
  prices: Record<string, {
310
310
  USD?: string | undefined;
311
311
  EUR?: string | undefined;
@@ -325,19 +325,15 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
325
325
  }>;
326
326
  }>;
327
327
  } | undefined;
328
- users: {
329
- allowClientUserDeletion?: boolean | undefined;
330
- };
331
- teams: {
332
- createPersonalTeamOnSignUp?: boolean | undefined;
333
- allowClientTeamCreation?: boolean | undefined;
334
- };
335
328
  auth: {
336
329
  allowSignUp?: boolean | undefined;
337
330
  signUpRulesDefaultAction?: string | undefined;
338
331
  password: {
339
332
  allowSignIn?: boolean | undefined;
340
333
  };
334
+ passkey: {
335
+ allowSignIn?: boolean | undefined;
336
+ };
341
337
  otp: {
342
338
  allowSignIn?: boolean | undefined;
343
339
  };
@@ -349,13 +345,10 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
349
345
  allowConnectedAccounts?: boolean | undefined;
350
346
  }>;
351
347
  };
352
- passkey: {
353
- allowSignIn?: boolean | undefined;
354
- };
355
348
  signUpRules: Record<string, {
356
349
  displayName?: string | undefined;
357
- priority?: number | undefined;
358
350
  enabled?: boolean | undefined;
351
+ priority?: number | undefined;
359
352
  condition?: string | undefined;
360
353
  action: {
361
354
  message?: string | undefined;
@@ -366,6 +359,10 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
366
359
  onboarding: {
367
360
  requireEmailVerification?: boolean | undefined;
368
361
  };
362
+ teams: {
363
+ createPersonalTeamOnSignUp?: boolean | undefined;
364
+ allowClientTeamCreation?: boolean | undefined;
365
+ };
369
366
  rbac: {
370
367
  permissions: Record<string, {
371
368
  description?: string | undefined;
@@ -390,18 +387,21 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
390
387
  tsxSource: string;
391
388
  }>;
392
389
  };
390
+ domains: {};
391
+ users: {
392
+ allowClientUserDeletion?: boolean | undefined;
393
+ };
393
394
  apiKeys: {
394
395
  enabled: {
395
- user?: boolean | undefined;
396
396
  team?: boolean | undefined;
397
+ user?: boolean | undefined;
397
398
  };
398
399
  };
399
400
  apps: {
400
- installed: Record<"teams" | "authentication" | "fraud-protection" | "analytics" | "onboarding" | "rbac" | "api-keys" | "payments" | "emails" | "support" | "email-api" | "data-vault" | "webhooks" | "tv-mode" | "launch-checklist" | "catalyst" | "neon" | "convex" | "vercel" | "tanstack-start" | "clickmaps" | "session-replays" | "cli-auth", {
401
+ installed: Record<"authentication" | "fraud-protection" | "analytics" | "onboarding" | "teams" | "rbac" | "api-keys" | "payments" | "emails" | "support" | "email-api" | "data-vault" | "webhooks" | "tv-mode" | "launch-checklist" | "catalyst" | "neon" | "convex" | "vercel" | "tanstack-start" | "clickmaps" | "session-replays" | "cli-auth", {
401
402
  enabled?: boolean | undefined;
402
403
  }>;
403
404
  };
404
- domains: {};
405
405
  dataVault: {
406
406
  stores: Record<string, {
407
407
  displayName?: string | undefined;
@@ -415,11 +415,11 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
415
415
  } | undefined;
416
416
  items: Record<string, {
417
417
  displayName?: string | undefined;
418
- customerType?: "user" | "team" | "custom" | undefined;
418
+ customerType?: "team" | "user" | "custom" | undefined;
419
419
  }>;
420
420
  productLines: Record<string, {
421
421
  displayName?: string | undefined;
422
- customerType?: "user" | "team" | "custom" | undefined;
422
+ customerType?: "team" | "user" | "custom" | undefined;
423
423
  }>;
424
424
  products: Record<string, {
425
425
  displayName?: string | undefined;
@@ -428,7 +428,7 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
428
428
  productLineId?: string | undefined;
429
429
  isAddOnTo?: false | Record<string, true> | undefined;
430
430
  stackable?: boolean | undefined;
431
- customerType: "user" | "team" | "custom";
431
+ customerType: "team" | "user" | "custom";
432
432
  prices: Record<string, {
433
433
  USD?: string | undefined;
434
434
  EUR?: string | undefined;
@@ -456,6 +456,9 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
456
456
  password: {
457
457
  allowSignIn?: boolean | undefined;
458
458
  };
459
+ passkey: {
460
+ allowSignIn?: boolean | undefined;
461
+ };
459
462
  otp: {
460
463
  allowSignIn?: boolean | undefined;
461
464
  };
@@ -467,13 +470,10 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
467
470
  allowConnectedAccounts?: boolean | undefined;
468
471
  }>;
469
472
  };
470
- passkey: {
471
- allowSignIn?: boolean | undefined;
472
- };
473
473
  signUpRules: Record<string, {
474
474
  displayName?: string | undefined;
475
- priority?: number | undefined;
476
475
  enabled?: boolean | undefined;
476
+ priority?: number | undefined;
477
477
  condition?: string | undefined;
478
478
  action: {
479
479
  message?: string | undefined;
@@ -513,8 +513,8 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
513
513
  displayName?: string | undefined;
514
514
  sortOrder?: number | undefined;
515
515
  queries: Record<string, {
516
- displayName?: string | undefined;
517
516
  description?: string | undefined;
517
+ displayName?: string | undefined;
518
518
  sqlQuery?: string | undefined;
519
519
  }>;
520
520
  }>;
@@ -533,11 +533,11 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
533
533
  }, "server"> & {
534
534
  server: {
535
535
  provider?: "resend" | "smtp" | "managed" | undefined;
536
- password?: string | undefined;
537
- isShared?: boolean | undefined;
538
536
  host?: string | undefined;
539
537
  port?: number | undefined;
540
538
  username?: string | undefined;
539
+ password?: string | undefined;
540
+ isShared?: boolean | undefined;
541
541
  senderName?: string | undefined;
542
542
  senderEmail?: string | undefined;
543
543
  managedSubdomain?: string | undefined;
@@ -566,7 +566,7 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
566
566
  project: {
567
567
  requirePublishableClientKey: undefined;
568
568
  };
569
- }, string>, "users" | "teams" | "auth" | "onboarding" | "rbac" | "payments" | "emails" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
569
+ }, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "domains" | "users" | "apiKeys" | "apps" | "dataVault"> & {
570
570
  rbac: {
571
571
  permissions: undefined;
572
572
  defaultPermissions: {
@@ -636,7 +636,7 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
636
636
  project: {
637
637
  requirePublishableClientKey: undefined;
638
638
  };
639
- }, string>, "users" | "teams" | "auth" | "onboarding" | "rbac" | "payments" | "emails" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
639
+ }, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "domains" | "users" | "apiKeys" | "apps" | "dataVault"> & {
640
640
  rbac: {
641
641
  permissions: undefined;
642
642
  defaultPermissions: {
@@ -706,7 +706,7 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
706
706
  project: {
707
707
  requirePublishableClientKey: undefined;
708
708
  };
709
- }, string>, "users" | "teams" | "auth" | "onboarding" | "rbac" | "payments" | "emails" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
709
+ }, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "domains" | "users" | "apiKeys" | "apps" | "dataVault"> & {
710
710
  rbac: {
711
711
  permissions: undefined;
712
712
  defaultPermissions: {
@@ -779,7 +779,7 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
779
779
  project: {
780
780
  requirePublishableClientKey: undefined;
781
781
  };
782
- }, string>, "users" | "teams" | "auth" | "onboarding" | "rbac" | "payments" | "emails" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
782
+ }, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "domains" | "users" | "apiKeys" | "apps" | "dataVault"> & {
783
783
  rbac: {
784
784
  permissions: undefined;
785
785
  defaultPermissions: {
@@ -862,7 +862,7 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
862
862
  project: {
863
863
  requirePublishableClientKey: undefined;
864
864
  };
865
- }, string>, "users" | "teams" | "auth" | "onboarding" | "rbac" | "payments" | "emails" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
865
+ }, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "domains" | "users" | "apiKeys" | "apps" | "dataVault"> & {
866
866
  rbac: {
867
867
  permissions: undefined;
868
868
  defaultPermissions: {
@@ -935,7 +935,7 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
935
935
  project: {
936
936
  requirePublishableClientKey: undefined;
937
937
  };
938
- }, string>, "users" | "teams" | "auth" | "onboarding" | "rbac" | "payments" | "emails" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
938
+ }, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "domains" | "users" | "apiKeys" | "apps" | "dataVault"> & {
939
939
  rbac: {
940
940
  permissions: undefined;
941
941
  defaultPermissions: {
@@ -1017,7 +1017,7 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1017
1017
  sourceOfTruth: {
1018
1018
  type: "hosted";
1019
1019
  };
1020
- }, string>, "users" | "teams" | "auth" | "onboarding" | "rbac" | "payments" | "emails" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
1020
+ }, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "domains" | "users" | "apiKeys" | "apps" | "dataVault"> & {
1021
1021
  payments?: {
1022
1022
  blockNewPurchases?: boolean | undefined;
1023
1023
  autoPay?: {
@@ -1025,11 +1025,11 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1025
1025
  } | undefined;
1026
1026
  items: Record<string, {
1027
1027
  displayName?: string | undefined;
1028
- customerType?: "user" | "team" | "custom" | undefined;
1028
+ customerType?: "team" | "user" | "custom" | undefined;
1029
1029
  }>;
1030
1030
  productLines: Record<string, {
1031
1031
  displayName?: string | undefined;
1032
- customerType?: "user" | "team" | "custom" | undefined;
1032
+ customerType?: "team" | "user" | "custom" | undefined;
1033
1033
  }>;
1034
1034
  products: Record<string, {
1035
1035
  displayName?: string | undefined;
@@ -1038,7 +1038,7 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1038
1038
  productLineId?: string | undefined;
1039
1039
  isAddOnTo?: false | Record<string, true> | undefined;
1040
1040
  stackable?: boolean | undefined;
1041
- customerType: "user" | "team" | "custom";
1041
+ customerType: "team" | "user" | "custom";
1042
1042
  prices: Record<string, {
1043
1043
  USD?: string | undefined;
1044
1044
  EUR?: string | undefined;
@@ -1058,19 +1058,15 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1058
1058
  }>;
1059
1059
  }>;
1060
1060
  } | undefined;
1061
- users: {
1062
- allowClientUserDeletion?: boolean | undefined;
1063
- };
1064
- teams: {
1065
- createPersonalTeamOnSignUp?: boolean | undefined;
1066
- allowClientTeamCreation?: boolean | undefined;
1067
- };
1068
1061
  auth: {
1069
1062
  allowSignUp?: boolean | undefined;
1070
1063
  signUpRulesDefaultAction?: string | undefined;
1071
1064
  password: {
1072
1065
  allowSignIn?: boolean | undefined;
1073
1066
  };
1067
+ passkey: {
1068
+ allowSignIn?: boolean | undefined;
1069
+ };
1074
1070
  otp: {
1075
1071
  allowSignIn?: boolean | undefined;
1076
1072
  };
@@ -1082,13 +1078,10 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1082
1078
  allowConnectedAccounts?: boolean | undefined;
1083
1079
  }>;
1084
1080
  };
1085
- passkey: {
1086
- allowSignIn?: boolean | undefined;
1087
- };
1088
1081
  signUpRules: Record<string, {
1089
1082
  displayName?: string | undefined;
1090
- priority?: number | undefined;
1091
1083
  enabled?: boolean | undefined;
1084
+ priority?: number | undefined;
1092
1085
  condition?: string | undefined;
1093
1086
  action: {
1094
1087
  message?: string | undefined;
@@ -1099,6 +1092,10 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1099
1092
  onboarding: {
1100
1093
  requireEmailVerification?: boolean | undefined;
1101
1094
  };
1095
+ teams: {
1096
+ createPersonalTeamOnSignUp?: boolean | undefined;
1097
+ allowClientTeamCreation?: boolean | undefined;
1098
+ };
1102
1099
  rbac: {
1103
1100
  permissions: Record<string, {
1104
1101
  description?: string | undefined;
@@ -1123,18 +1120,21 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1123
1120
  tsxSource: string;
1124
1121
  }>;
1125
1122
  };
1123
+ domains: {};
1124
+ users: {
1125
+ allowClientUserDeletion?: boolean | undefined;
1126
+ };
1126
1127
  apiKeys: {
1127
1128
  enabled: {
1128
- user?: boolean | undefined;
1129
1129
  team?: boolean | undefined;
1130
+ user?: boolean | undefined;
1130
1131
  };
1131
1132
  };
1132
1133
  apps: {
1133
- installed: Record<"teams" | "authentication" | "fraud-protection" | "analytics" | "onboarding" | "rbac" | "api-keys" | "payments" | "emails" | "support" | "email-api" | "data-vault" | "webhooks" | "tv-mode" | "launch-checklist" | "catalyst" | "neon" | "convex" | "vercel" | "tanstack-start" | "clickmaps" | "session-replays" | "cli-auth", {
1134
+ installed: Record<"authentication" | "fraud-protection" | "analytics" | "onboarding" | "teams" | "rbac" | "api-keys" | "payments" | "emails" | "support" | "email-api" | "data-vault" | "webhooks" | "tv-mode" | "launch-checklist" | "catalyst" | "neon" | "convex" | "vercel" | "tanstack-start" | "clickmaps" | "session-replays" | "cli-auth", {
1134
1135
  enabled?: boolean | undefined;
1135
1136
  }>;
1136
1137
  };
1137
- domains: {};
1138
1138
  dataVault: {
1139
1139
  stores: Record<string, {
1140
1140
  displayName?: string | undefined;
@@ -1148,11 +1148,11 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1148
1148
  } | undefined;
1149
1149
  items: Record<string, {
1150
1150
  displayName?: string | undefined;
1151
- customerType?: "user" | "team" | "custom" | undefined;
1151
+ customerType?: "team" | "user" | "custom" | undefined;
1152
1152
  }>;
1153
1153
  productLines: Record<string, {
1154
1154
  displayName?: string | undefined;
1155
- customerType?: "user" | "team" | "custom" | undefined;
1155
+ customerType?: "team" | "user" | "custom" | undefined;
1156
1156
  }>;
1157
1157
  products: Record<string, {
1158
1158
  displayName?: string | undefined;
@@ -1161,7 +1161,7 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1161
1161
  productLineId?: string | undefined;
1162
1162
  isAddOnTo?: false | Record<string, true> | undefined;
1163
1163
  stackable?: boolean | undefined;
1164
- customerType: "user" | "team" | "custom";
1164
+ customerType: "team" | "user" | "custom";
1165
1165
  prices: Record<string, {
1166
1166
  USD?: string | undefined;
1167
1167
  EUR?: string | undefined;
@@ -1189,6 +1189,9 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1189
1189
  password: {
1190
1190
  allowSignIn?: boolean | undefined;
1191
1191
  };
1192
+ passkey: {
1193
+ allowSignIn?: boolean | undefined;
1194
+ };
1192
1195
  otp: {
1193
1196
  allowSignIn?: boolean | undefined;
1194
1197
  };
@@ -1200,13 +1203,10 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1200
1203
  allowConnectedAccounts?: boolean | undefined;
1201
1204
  }>;
1202
1205
  };
1203
- passkey: {
1204
- allowSignIn?: boolean | undefined;
1205
- };
1206
1206
  signUpRules: Record<string, {
1207
1207
  displayName?: string | undefined;
1208
- priority?: number | undefined;
1209
1208
  enabled?: boolean | undefined;
1209
+ priority?: number | undefined;
1210
1210
  condition?: string | undefined;
1211
1211
  action: {
1212
1212
  message?: string | undefined;
@@ -1246,8 +1246,8 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1246
1246
  displayName?: string | undefined;
1247
1247
  sortOrder?: number | undefined;
1248
1248
  queries: Record<string, {
1249
- displayName?: string | undefined;
1250
1249
  description?: string | undefined;
1250
+ displayName?: string | undefined;
1251
1251
  sqlQuery?: string | undefined;
1252
1252
  }>;
1253
1253
  }>;
@@ -1266,11 +1266,11 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1266
1266
  }, "server"> & {
1267
1267
  server: {
1268
1268
  provider?: "resend" | "smtp" | "managed" | undefined;
1269
- password?: string | undefined;
1270
- isShared?: boolean | undefined;
1271
1269
  host?: string | undefined;
1272
1270
  port?: number | undefined;
1273
1271
  username?: string | undefined;
1272
+ password?: string | undefined;
1273
+ isShared?: boolean | undefined;
1274
1274
  senderName?: string | undefined;
1275
1275
  senderEmail?: string | undefined;
1276
1276
  managedSubdomain?: string | undefined;
@@ -1299,7 +1299,7 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1299
1299
  project: {
1300
1300
  requirePublishableClientKey: undefined;
1301
1301
  };
1302
- }, string>, "users" | "teams" | "auth" | "onboarding" | "rbac" | "payments" | "emails" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
1302
+ }, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "domains" | "users" | "apiKeys" | "apps" | "dataVault"> & {
1303
1303
  rbac: {
1304
1304
  permissions: undefined;
1305
1305
  defaultPermissions: {
@@ -1369,7 +1369,7 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1369
1369
  project: {
1370
1370
  requirePublishableClientKey: undefined;
1371
1371
  };
1372
- }, string>, "users" | "teams" | "auth" | "onboarding" | "rbac" | "payments" | "emails" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
1372
+ }, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "domains" | "users" | "apiKeys" | "apps" | "dataVault"> & {
1373
1373
  rbac: {
1374
1374
  permissions: undefined;
1375
1375
  defaultPermissions: {
@@ -1439,7 +1439,7 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1439
1439
  project: {
1440
1440
  requirePublishableClientKey: undefined;
1441
1441
  };
1442
- }, string>, "users" | "teams" | "auth" | "onboarding" | "rbac" | "payments" | "emails" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
1442
+ }, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "domains" | "users" | "apiKeys" | "apps" | "dataVault"> & {
1443
1443
  rbac: {
1444
1444
  permissions: undefined;
1445
1445
  defaultPermissions: {
@@ -1512,7 +1512,7 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1512
1512
  project: {
1513
1513
  requirePublishableClientKey: undefined;
1514
1514
  };
1515
- }, string>, "users" | "teams" | "auth" | "onboarding" | "rbac" | "payments" | "emails" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
1515
+ }, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "domains" | "users" | "apiKeys" | "apps" | "dataVault"> & {
1516
1516
  rbac: {
1517
1517
  permissions: undefined;
1518
1518
  defaultPermissions: {
@@ -1595,7 +1595,7 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1595
1595
  project: {
1596
1596
  requirePublishableClientKey: undefined;
1597
1597
  };
1598
- }, string>, "users" | "teams" | "auth" | "onboarding" | "rbac" | "payments" | "emails" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
1598
+ }, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "domains" | "users" | "apiKeys" | "apps" | "dataVault"> & {
1599
1599
  rbac: {
1600
1600
  permissions: undefined;
1601
1601
  defaultPermissions: {
@@ -1668,7 +1668,7 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
1668
1668
  project: {
1669
1669
  requirePublishableClientKey: undefined;
1670
1670
  };
1671
- }, string>, "users" | "teams" | "auth" | "onboarding" | "rbac" | "payments" | "emails" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
1671
+ }, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "domains" | "users" | "apiKeys" | "apps" | "dataVault"> & {
1672
1672
  rbac: {
1673
1673
  permissions: undefined;
1674
1674
  defaultPermissions: {
@@ -2034,8 +2034,8 @@ declare function sanitizeOrganizationConfig(config: OrganizationRenderedConfigBe
2034
2034
  };
2035
2035
  signUpRules: Record<string, {
2036
2036
  displayName: string | undefined;
2037
- priority: number;
2038
2037
  enabled: boolean;
2038
+ priority: number;
2039
2039
  condition: string | undefined;
2040
2040
  action: {
2041
2041
  type: "allow" | "reject" | "restrict" | "log";
@@ -2045,10 +2045,10 @@ declare function sanitizeOrganizationConfig(config: OrganizationRenderedConfigBe
2045
2045
  password: {
2046
2046
  allowSignIn: boolean;
2047
2047
  };
2048
- otp: {
2048
+ passkey: {
2049
2049
  allowSignIn: boolean;
2050
2050
  };
2051
- passkey: {
2051
+ otp: {
2052
2052
  allowSignIn: boolean;
2053
2053
  };
2054
2054
  allowSignUp: boolean;
@@ -2071,11 +2071,11 @@ declare function sanitizeOrganizationConfig(config: OrganizationRenderedConfigBe
2071
2071
  };
2072
2072
  server: {
2073
2073
  provider: "resend" | "smtp" | "managed";
2074
- password: string | undefined;
2075
- isShared: boolean;
2076
2074
  host: string | undefined;
2077
2075
  port: number | undefined;
2078
2076
  username: string | undefined;
2077
+ password: string | undefined;
2078
+ isShared: boolean;
2079
2079
  senderName: string | undefined;
2080
2080
  senderEmail: string | undefined;
2081
2081
  managedSubdomain: string | undefined;
@@ -2103,7 +2103,7 @@ declare function sanitizeOrganizationConfig(config: OrganizationRenderedConfigBe
2103
2103
  serverOnly: boolean;
2104
2104
  freeTrial: [number, "day" | "week" | "month" | "year"] | undefined;
2105
2105
  productLineId: string | undefined;
2106
- customerType: "user" | "team" | "custom";
2106
+ customerType: "team" | "user" | "custom";
2107
2107
  stackable: boolean | undefined;
2108
2108
  includedItems: {
2109
2109
  [x: string]: {
@@ -2116,7 +2116,7 @@ declare function sanitizeOrganizationConfig(config: OrganizationRenderedConfigBe
2116
2116
  items: {
2117
2117
  [x: string]: {
2118
2118
  displayName: string;
2119
- customerType: "user" | "team" | "custom";
2119
+ customerType: "team" | "user" | "custom";
2120
2120
  };
2121
2121
  };
2122
2122
  blockNewPurchases: boolean;
@@ -2126,7 +2126,7 @@ declare function sanitizeOrganizationConfig(config: OrganizationRenderedConfigBe
2126
2126
  productLines: {
2127
2127
  [x: string]: {
2128
2128
  displayName: string | undefined;
2129
- customerType: "user" | "team" | "custom" | undefined;
2129
+ customerType: "team" | "user" | "custom" | undefined;
2130
2130
  };
2131
2131
  };
2132
2132
  testMode: boolean;
@@ -2144,13 +2144,6 @@ declare function sanitizeOrganizationConfig(config: OrganizationRenderedConfigBe
2144
2144
  } & {
2145
2145
  readonly type: "hosted";
2146
2146
  };
2147
- users: {
2148
- allowClientUserDeletion: boolean;
2149
- };
2150
- teams: {
2151
- createPersonalTeamOnSignUp: boolean;
2152
- allowClientTeamCreation: boolean;
2153
- };
2154
2147
  analytics: {
2155
2148
  queryFolders: {
2156
2149
  [x: string]: {
@@ -2158,8 +2151,8 @@ declare function sanitizeOrganizationConfig(config: OrganizationRenderedConfigBe
2158
2151
  sortOrder: number;
2159
2152
  queries: {
2160
2153
  [x: string]: {
2161
- displayName: string;
2162
2154
  description: string | undefined;
2155
+ displayName: string;
2163
2156
  sqlQuery: string;
2164
2157
  };
2165
2158
  };
@@ -2169,6 +2162,10 @@ declare function sanitizeOrganizationConfig(config: OrganizationRenderedConfigBe
2169
2162
  onboarding: {
2170
2163
  requireEmailVerification: boolean;
2171
2164
  };
2165
+ teams: {
2166
+ createPersonalTeamOnSignUp: boolean;
2167
+ allowClientTeamCreation: boolean;
2168
+ };
2172
2169
  rbac: {
2173
2170
  permissions: {
2174
2171
  [x: string]: {
@@ -2191,12 +2188,6 @@ declare function sanitizeOrganizationConfig(config: OrganizationRenderedConfigBe
2191
2188
  };
2192
2189
  };
2193
2190
  };
2194
- apiKeys: {
2195
- enabled: {
2196
- user: boolean;
2197
- team: boolean;
2198
- };
2199
- };
2200
2191
  domains: {
2201
2192
  allowLocalhost: boolean;
2202
2193
  trustedDomains: {
@@ -2206,6 +2197,15 @@ declare function sanitizeOrganizationConfig(config: OrganizationRenderedConfigBe
2206
2197
  };
2207
2198
  };
2208
2199
  };
2200
+ users: {
2201
+ allowClientUserDeletion: boolean;
2202
+ };
2203
+ apiKeys: {
2204
+ enabled: {
2205
+ team: boolean;
2206
+ user: boolean;
2207
+ };
2208
+ };
2209
2209
  dataVault: {
2210
2210
  stores: {
2211
2211
  [x: string]: {
@@ -2286,4 +2286,4 @@ type OrganizationRenderedConfig = Expand<Awaited<ReturnType<typeof sanitizeOrgan
2286
2286
  type CompleteConfig = OrganizationRenderedConfig;
2287
2287
  //#endregion
2288
2288
  export { branchConfigSchema as A, sanitizeEnvironmentConfig as B, ValidatedToHaveNoConfigOverrideErrors as C, applyOrganizationDefaults as D, applyEnvironmentDefaults as E, getIncompleteConfigWarnings as F, sanitizeProjectConfig as H, migrateConfigOverride as I, organizationConfigSchema as L, configLevels as M, environmentConfigSchema as N, applyProjectDefaults as O, getConfigOverrideErrors as P, projectConfigSchema as R, ProjectRenderedConfig as S, applyBranchDefaults as T, sanitizeOrganizationConfig as V, OrganizationRenderedConfig as _, BranchRenderedConfig as a, ProjectConfigOverrideOverride as b, EnvironmentConfigNormalizedOverride as c, EnvironmentIncompleteConfig as d, EnvironmentRenderedConfig as f, OrganizationIncompleteConfig as g, OrganizationConfigOverrideOverride as h, BranchIncompleteConfig as i, branchPaymentsSchema as j, assertNoConfigOverrideErrors as k, EnvironmentConfigOverride as l, OrganizationConfigOverride as m, BranchConfigOverride as n, CompleteConfig as o, OrganizationConfigNormalizedOverride as p, BranchConfigOverrideOverride as r, ConfigLevel as s, BranchConfigNormalizedOverride as t, EnvironmentConfigOverrideOverride as u, ProjectConfigNormalizedOverride as v, ValidatedToHaveNoIncompleteConfigWarnings as w, ProjectIncompleteConfig as x, ProjectConfigOverride as y, sanitizeBranchConfig as z };
2289
- //# sourceMappingURL=schema-Bq1TSMFV.d.ts.map
2289
+ //# sourceMappingURL=schema-BXM8B2V2.d.ts.map