@hexclave/shared 1.0.55 → 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-DIt0PvhC.d.ts → admin-interface-sca4FCAt.d.ts} +11 -11
  2. package/dist/{admin-interface-DIt0PvhC.d.ts.map → admin-interface-sca4FCAt.d.ts.map} +1 -1
  3. package/dist/{admin-metrics-bsOkw4YQ.d.ts → admin-metrics-BTgqWZXI.d.ts} +16 -16
  4. package/dist/{admin-metrics-bsOkw4YQ.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 +3 -3
  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-BQz4jNAC.d.ts → client-interface-BQakINAH.d.ts} +10 -10
  19. package/dist/{client-interface-BQz4jNAC.d.ts.map → client-interface-BQakINAH.d.ts.map} +1 -1
  20. package/dist/config/schema-fuzzer.test.js +1 -1
  21. package/dist/config/schema.d.ts +1 -1
  22. package/dist/config/schema.js +1 -1
  23. package/dist/config-authoring.d.ts +1 -1
  24. package/dist/{current-user-BBoN3hsn.d.ts → current-user-DosTPiF7.d.ts} +12 -12
  25. package/dist/{current-user-BBoN3hsn.d.ts.map → current-user-DosTPiF7.d.ts.map} +1 -1
  26. package/dist/{email-outbox-CqzwInBL.d.ts → email-outbox-C07KfbmL.d.ts} +249 -249
  27. package/dist/{email-outbox-CqzwInBL.d.ts.map → email-outbox-C07KfbmL.d.ts.map} +1 -1
  28. package/dist/esm/ai/hexclave-ask.d.ts +37 -0
  29. package/dist/esm/ai/hexclave-ask.d.ts.map +1 -0
  30. package/dist/esm/ai/hexclave-ask.js +117 -0
  31. package/dist/esm/ai/hexclave-ask.js.map +1 -0
  32. package/dist/esm/ai/hexclave-ask.test.d.ts +1 -0
  33. package/dist/esm/ai/hexclave-ask.test.js +47 -0
  34. package/dist/esm/ai/hexclave-ask.test.js.map +1 -0
  35. package/dist/esm/ai/unified-prompts/reminders.js +3 -3
  36. package/dist/esm/ai/unified-prompts/reminders.js.map +1 -1
  37. package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js +1 -1
  38. package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js.map +1 -1
  39. package/dist/esm/ai/unified-prompts/skill-site-prompt.js +2 -2
  40. package/dist/esm/ai/unified-prompts/skill-site-prompt.js.map +1 -1
  41. package/dist/esm/config/schema-fuzzer.test.js +1 -1
  42. package/dist/esm/config/schema.d.ts +55 -55
  43. package/dist/esm/config/schema.js +1 -1
  44. package/dist/esm/interface/admin-interface.js +1 -1
  45. package/dist/esm/interface/admin-metrics.d.ts +15 -15
  46. package/dist/esm/interface/client-interface.js +2 -2
  47. package/dist/esm/interface/conversations.d.ts +30 -30
  48. package/dist/esm/interface/crud/current-user.d.ts +11 -11
  49. package/dist/esm/interface/crud/email-outbox.d.ts +248 -248
  50. package/dist/esm/interface/crud/invoices.d.ts +2 -2
  51. package/dist/esm/interface/crud/products.d.ts +15 -15
  52. package/dist/esm/interface/crud/project-api-keys.d.ts +2 -2
  53. package/dist/esm/interface/crud/projects.d.ts +113 -113
  54. package/dist/esm/interface/crud/team-member-profiles.d.ts +24 -24
  55. package/dist/esm/interface/crud/transactions.d.ts +20 -20
  56. package/dist/esm/interface/crud/transactions.d.ts.map +1 -1
  57. package/dist/esm/interface/crud/users.d.ts +6 -6
  58. package/dist/esm/interface/plan-usage.d.ts +1 -1
  59. package/dist/esm/interface/server-interface.js +1 -1
  60. package/dist/esm/known-errors.d.ts +1 -1
  61. package/dist/esm/schema-fields.d.ts +2 -2
  62. package/dist/esm/sessions.d.ts +7 -7
  63. package/dist/esm/utils/promises.js +1 -1
  64. package/dist/helpers/password.d.ts +1 -1
  65. package/dist/helpers/production-mode.d.ts +1 -1
  66. package/dist/index.d.ts +4 -4
  67. package/dist/interface/admin-interface.d.ts +2 -2
  68. package/dist/interface/admin-interface.js +1 -1
  69. package/dist/interface/admin-metrics.d.ts +1 -1
  70. package/dist/interface/client-interface.d.ts +1 -1
  71. package/dist/interface/client-interface.js +2 -2
  72. package/dist/interface/conversations.d.ts +30 -30
  73. package/dist/interface/crud/current-user.d.ts +1 -1
  74. package/dist/interface/crud/email-outbox.d.ts +1 -1
  75. package/dist/interface/crud/invoices.d.ts +1 -1
  76. package/dist/interface/crud/products.d.ts +1 -1
  77. package/dist/interface/crud/project-api-keys.d.ts +1 -1
  78. package/dist/interface/crud/projects.d.ts +1 -1
  79. package/dist/interface/crud/team-member-profiles.d.ts +1 -1
  80. package/dist/interface/crud/transactions.d.ts +1 -1
  81. package/dist/interface/crud/users.d.ts +1 -1
  82. package/dist/interface/plan-usage.d.ts +1 -1
  83. package/dist/interface/server-interface.d.ts +1 -1
  84. package/dist/interface/server-interface.js +1 -1
  85. package/dist/{invoices-CHo9YKbI.d.ts → invoices-U65KzAZX.d.ts} +3 -3
  86. package/dist/{invoices-CHo9YKbI.d.ts.map → invoices-U65KzAZX.d.ts.map} +1 -1
  87. package/dist/{known-errors-Bm4a61wL.d.ts → known-errors-BFf8SVm8.d.ts} +2 -2
  88. package/dist/{known-errors-Bm4a61wL.d.ts.map → known-errors-BFf8SVm8.d.ts.map} +1 -1
  89. package/dist/known-errors.d.ts +1 -1
  90. package/dist/{plan-usage-BO2GsKlN.d.ts → plan-usage-CFwV688o.d.ts} +2 -2
  91. package/dist/{plan-usage-BO2GsKlN.d.ts.map → plan-usage-CFwV688o.d.ts.map} +1 -1
  92. package/dist/{products-D4o8A2W0.d.ts → products-DzedG6oU.d.ts} +16 -16
  93. package/dist/{products-D4o8A2W0.d.ts.map → products-DzedG6oU.d.ts.map} +1 -1
  94. package/dist/{project-api-keys--7V5X_UW.d.ts → project-api-keys-Di2ENRam.d.ts} +3 -3
  95. package/dist/{project-api-keys--7V5X_UW.d.ts.map → project-api-keys-Di2ENRam.d.ts.map} +1 -1
  96. package/dist/{projects-CFTNXRfG.d.ts → projects-W2I5ueag.d.ts} +114 -114
  97. package/dist/{projects-CFTNXRfG.d.ts.map → projects-W2I5ueag.d.ts.map} +1 -1
  98. package/dist/{schema-CLmaZetm.d.ts → schema-BXM8B2V2.d.ts} +56 -56
  99. package/dist/{schema-CLmaZetm.d.ts.map → schema-BXM8B2V2.d.ts.map} +1 -1
  100. package/dist/{schema-fields-DZtDQEEO.d.ts → schema-fields-DhryPaD4.d.ts} +3 -3
  101. package/dist/{schema-fields-DZtDQEEO.d.ts.map → schema-fields-DhryPaD4.d.ts.map} +1 -1
  102. package/dist/schema-fields.d.ts +1 -1
  103. package/dist/{server-interface-BjY-eS4Q.d.ts → server-interface--aZDYxx4.d.ts} +8 -8
  104. package/dist/{server-interface-BjY-eS4Q.d.ts.map → server-interface--aZDYxx4.d.ts.map} +1 -1
  105. package/dist/{sessions-CI-0TBQb.d.ts → sessions-CKNkS48M.d.ts} +9 -9
  106. package/dist/{sessions-CI-0TBQb.d.ts.map → sessions-CKNkS48M.d.ts.map} +1 -1
  107. package/dist/sessions.d.ts +1 -1
  108. package/dist/{team-member-profiles-BoDEqx-0.d.ts → team-member-profiles-BhcD2OP5.d.ts} +25 -25
  109. package/dist/{team-member-profiles-BoDEqx-0.d.ts.map → team-member-profiles-BhcD2OP5.d.ts.map} +1 -1
  110. package/dist/{transactions-CHNUJ42J.d.ts → transactions-icyjJzs-.d.ts} +21 -21
  111. package/dist/transactions-icyjJzs-.d.ts.map +1 -0
  112. package/dist/{users-DHNRwoSz.d.ts → users-DMNuqLTW.d.ts} +7 -7
  113. package/dist/{users-DHNRwoSz.d.ts.map → users-DMNuqLTW.d.ts.map} +1 -1
  114. package/dist/utils/promises.js +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 +3 -3
  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-CHNUJ42J.d.ts.map +0 -1
@@ -50,7 +50,7 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
50
50
  onboarding_state: {
51
51
  selected_config_choice: "create-new" | "link-existing";
52
52
  selected_apps: string[];
53
- selected_sign_in_methods: ("google" | "github" | "microsoft" | "passkey" | "credential" | "magicLink")[];
53
+ selected_sign_in_methods: ("google" | "github" | "microsoft" | "credential" | "magicLink" | "passkey")[];
54
54
  selected_email_theme_id: string | null;
55
55
  selected_payments_country: "US" | "OTHER";
56
56
  } | null | undefined;
@@ -61,10 +61,15 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
61
61
  message: string;
62
62
  }[];
63
63
  config: {
64
- domains: {
65
- domain: string;
66
- handler_path: string;
67
- }[];
64
+ allow_localhost: boolean;
65
+ sign_up_enabled: boolean;
66
+ credential_enabled: boolean;
67
+ magic_link_enabled: boolean;
68
+ passkey_enabled: boolean;
69
+ client_team_creation_enabled: boolean;
70
+ client_user_deletion_enabled: boolean;
71
+ allow_user_api_keys: boolean;
72
+ allow_team_api_keys: boolean;
68
73
  oauth_providers: {
69
74
  client_id?: string | undefined;
70
75
  client_secret?: string | undefined;
@@ -75,23 +80,18 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
75
80
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
76
81
  provider_config_id: string;
77
82
  }[];
78
- allow_localhost: boolean;
79
- sign_up_enabled: boolean;
80
- credential_enabled: boolean;
81
- magic_link_enabled: boolean;
82
- passkey_enabled: boolean;
83
- client_team_creation_enabled: boolean;
84
- client_user_deletion_enabled: boolean;
85
- allow_user_api_keys: boolean;
86
- allow_team_api_keys: boolean;
87
83
  enabled_oauth_providers: {
88
84
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
89
85
  }[];
86
+ domains: {
87
+ domain: string;
88
+ handler_path: string;
89
+ }[];
90
90
  email_config: {
91
- password?: string | undefined;
92
91
  host?: string | undefined;
93
92
  port?: number | undefined;
94
93
  username?: string | undefined;
94
+ password?: string | undefined;
95
95
  sender_name?: string | undefined;
96
96
  sender_email?: string | undefined;
97
97
  type: "shared" | "standard";
@@ -173,10 +173,6 @@ declare const projectsCrudClientReadSchema: import("yup").ObjectSchema<{
173
173
  message: string;
174
174
  }[];
175
175
  config: {
176
- domains: {
177
- domain: string;
178
- handler_path: string;
179
- }[];
180
176
  allow_localhost: boolean;
181
177
  sign_up_enabled: boolean;
182
178
  credential_enabled: boolean;
@@ -189,6 +185,10 @@ declare const projectsCrudClientReadSchema: import("yup").ObjectSchema<{
189
185
  enabled_oauth_providers: {
190
186
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
191
187
  }[];
188
+ domains: {
189
+ domain: string;
190
+ handler_path: string;
191
+ }[];
192
192
  };
193
193
  }, import("yup").AnyObject, {
194
194
  id: undefined;
@@ -223,24 +223,11 @@ declare const projectsCrudAdminUpdateSchema: import("yup").ObjectSchema<{
223
223
  onboarding_state: {
224
224
  selected_config_choice: "create-new" | "link-existing";
225
225
  selected_apps: string[];
226
- selected_sign_in_methods: ("google" | "github" | "microsoft" | "passkey" | "credential" | "magicLink")[];
226
+ selected_sign_in_methods: ("google" | "github" | "microsoft" | "credential" | "magicLink" | "passkey")[];
227
227
  selected_email_theme_id: string | null;
228
228
  selected_payments_country: "US" | "OTHER";
229
229
  } | null | undefined;
230
230
  config: {
231
- domains?: {
232
- domain: string;
233
- handler_path: string;
234
- }[] | undefined;
235
- oauth_providers?: {
236
- client_id?: string | undefined;
237
- client_secret?: string | undefined;
238
- facebook_config_id?: string | undefined;
239
- microsoft_tenant_id?: string | undefined;
240
- apple_bundle_ids?: string[] | undefined;
241
- type: "shared" | "standard";
242
- id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
243
- }[] | undefined;
244
231
  allow_localhost?: boolean | undefined;
245
232
  sign_up_enabled?: boolean | undefined;
246
233
  credential_enabled?: boolean | undefined;
@@ -250,11 +237,24 @@ declare const projectsCrudAdminUpdateSchema: import("yup").ObjectSchema<{
250
237
  client_user_deletion_enabled?: boolean | undefined;
251
238
  allow_user_api_keys?: boolean | undefined;
252
239
  allow_team_api_keys?: boolean | undefined;
240
+ oauth_providers?: {
241
+ client_id?: string | undefined;
242
+ client_secret?: string | undefined;
243
+ facebook_config_id?: string | undefined;
244
+ microsoft_tenant_id?: string | undefined;
245
+ apple_bundle_ids?: string[] | undefined;
246
+ type: "shared" | "standard";
247
+ id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
248
+ }[] | undefined;
249
+ domains?: {
250
+ domain: string;
251
+ handler_path: string;
252
+ }[] | undefined;
253
253
  email_config?: {
254
- password?: string | undefined;
255
254
  host?: string | undefined;
256
255
  port?: number | undefined;
257
256
  username?: string | undefined;
257
+ password?: string | undefined;
258
258
  sender_name?: string | undefined;
259
259
  sender_email?: string | undefined;
260
260
  type: "shared" | "standard";
@@ -303,24 +303,11 @@ declare const projectsCrudAdminCreateSchema: import("yup").ObjectSchema<{
303
303
  onboarding_state: {
304
304
  selected_config_choice: "create-new" | "link-existing";
305
305
  selected_apps: string[];
306
- selected_sign_in_methods: ("google" | "github" | "microsoft" | "passkey" | "credential" | "magicLink")[];
306
+ selected_sign_in_methods: ("google" | "github" | "microsoft" | "credential" | "magicLink" | "passkey")[];
307
307
  selected_email_theme_id: string | null;
308
308
  selected_payments_country: "US" | "OTHER";
309
309
  } | null | undefined;
310
310
  config: {
311
- domains?: {
312
- domain: string;
313
- handler_path: string;
314
- }[] | undefined;
315
- oauth_providers?: {
316
- client_id?: string | undefined;
317
- client_secret?: string | undefined;
318
- facebook_config_id?: string | undefined;
319
- microsoft_tenant_id?: string | undefined;
320
- apple_bundle_ids?: string[] | undefined;
321
- type: "shared" | "standard";
322
- id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
323
- }[] | undefined;
324
311
  allow_localhost?: boolean | undefined;
325
312
  sign_up_enabled?: boolean | undefined;
326
313
  credential_enabled?: boolean | undefined;
@@ -330,11 +317,24 @@ declare const projectsCrudAdminCreateSchema: import("yup").ObjectSchema<{
330
317
  client_user_deletion_enabled?: boolean | undefined;
331
318
  allow_user_api_keys?: boolean | undefined;
332
319
  allow_team_api_keys?: boolean | undefined;
320
+ oauth_providers?: {
321
+ client_id?: string | undefined;
322
+ client_secret?: string | undefined;
323
+ facebook_config_id?: string | undefined;
324
+ microsoft_tenant_id?: string | undefined;
325
+ apple_bundle_ids?: string[] | undefined;
326
+ type: "shared" | "standard";
327
+ id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
328
+ }[] | undefined;
329
+ domains?: {
330
+ domain: string;
331
+ handler_path: string;
332
+ }[] | undefined;
333
333
  email_config?: {
334
- password?: string | undefined;
335
334
  host?: string | undefined;
336
335
  port?: number | undefined;
337
336
  username?: string | undefined;
337
+ password?: string | undefined;
338
338
  sender_name?: string | undefined;
339
339
  sender_email?: string | undefined;
340
340
  type: "shared" | "standard";
@@ -389,10 +389,6 @@ declare const clientProjectsCrud: CrudSchemaFromOptions<{
389
389
  message: string;
390
390
  }[];
391
391
  config: {
392
- domains: {
393
- domain: string;
394
- handler_path: string;
395
- }[];
396
392
  allow_localhost: boolean;
397
393
  sign_up_enabled: boolean;
398
394
  credential_enabled: boolean;
@@ -405,6 +401,10 @@ declare const clientProjectsCrud: CrudSchemaFromOptions<{
405
401
  enabled_oauth_providers: {
406
402
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
407
403
  }[];
404
+ domains: {
405
+ domain: string;
406
+ handler_path: string;
407
+ }[];
408
408
  };
409
409
  }, import("yup").AnyObject, {
410
410
  id: undefined;
@@ -453,7 +453,7 @@ declare const projectsCrud: CrudSchemaFromOptions<{
453
453
  onboarding_state: {
454
454
  selected_config_choice: "create-new" | "link-existing";
455
455
  selected_apps: string[];
456
- selected_sign_in_methods: ("google" | "github" | "microsoft" | "passkey" | "credential" | "magicLink")[];
456
+ selected_sign_in_methods: ("google" | "github" | "microsoft" | "credential" | "magicLink" | "passkey")[];
457
457
  selected_email_theme_id: string | null;
458
458
  selected_payments_country: "US" | "OTHER";
459
459
  } | null | undefined;
@@ -464,10 +464,15 @@ declare const projectsCrud: CrudSchemaFromOptions<{
464
464
  message: string;
465
465
  }[];
466
466
  config: {
467
- domains: {
468
- domain: string;
469
- handler_path: string;
470
- }[];
467
+ allow_localhost: boolean;
468
+ sign_up_enabled: boolean;
469
+ credential_enabled: boolean;
470
+ magic_link_enabled: boolean;
471
+ passkey_enabled: boolean;
472
+ client_team_creation_enabled: boolean;
473
+ client_user_deletion_enabled: boolean;
474
+ allow_user_api_keys: boolean;
475
+ allow_team_api_keys: boolean;
471
476
  oauth_providers: {
472
477
  client_id?: string | undefined;
473
478
  client_secret?: string | undefined;
@@ -478,23 +483,18 @@ declare const projectsCrud: CrudSchemaFromOptions<{
478
483
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
479
484
  provider_config_id: string;
480
485
  }[];
481
- allow_localhost: boolean;
482
- sign_up_enabled: boolean;
483
- credential_enabled: boolean;
484
- magic_link_enabled: boolean;
485
- passkey_enabled: boolean;
486
- client_team_creation_enabled: boolean;
487
- client_user_deletion_enabled: boolean;
488
- allow_user_api_keys: boolean;
489
- allow_team_api_keys: boolean;
490
486
  enabled_oauth_providers: {
491
487
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
492
488
  }[];
489
+ domains: {
490
+ domain: string;
491
+ handler_path: string;
492
+ }[];
493
493
  email_config: {
494
- password?: string | undefined;
495
494
  host?: string | undefined;
496
495
  port?: number | undefined;
497
496
  username?: string | undefined;
497
+ password?: string | undefined;
498
498
  sender_name?: string | undefined;
499
499
  sender_email?: string | undefined;
500
500
  type: "shared" | "standard";
@@ -578,24 +578,11 @@ declare const projectsCrud: CrudSchemaFromOptions<{
578
578
  onboarding_state: {
579
579
  selected_config_choice: "create-new" | "link-existing";
580
580
  selected_apps: string[];
581
- selected_sign_in_methods: ("google" | "github" | "microsoft" | "passkey" | "credential" | "magicLink")[];
581
+ selected_sign_in_methods: ("google" | "github" | "microsoft" | "credential" | "magicLink" | "passkey")[];
582
582
  selected_email_theme_id: string | null;
583
583
  selected_payments_country: "US" | "OTHER";
584
584
  } | null | undefined;
585
585
  config: {
586
- domains?: {
587
- domain: string;
588
- handler_path: string;
589
- }[] | undefined;
590
- oauth_providers?: {
591
- client_id?: string | undefined;
592
- client_secret?: string | undefined;
593
- facebook_config_id?: string | undefined;
594
- microsoft_tenant_id?: string | undefined;
595
- apple_bundle_ids?: string[] | undefined;
596
- type: "shared" | "standard";
597
- id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
598
- }[] | undefined;
599
586
  allow_localhost?: boolean | undefined;
600
587
  sign_up_enabled?: boolean | undefined;
601
588
  credential_enabled?: boolean | undefined;
@@ -605,11 +592,24 @@ declare const projectsCrud: CrudSchemaFromOptions<{
605
592
  client_user_deletion_enabled?: boolean | undefined;
606
593
  allow_user_api_keys?: boolean | undefined;
607
594
  allow_team_api_keys?: boolean | undefined;
595
+ oauth_providers?: {
596
+ client_id?: string | undefined;
597
+ client_secret?: string | undefined;
598
+ facebook_config_id?: string | undefined;
599
+ microsoft_tenant_id?: string | undefined;
600
+ apple_bundle_ids?: string[] | undefined;
601
+ type: "shared" | "standard";
602
+ id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
603
+ }[] | undefined;
604
+ domains?: {
605
+ domain: string;
606
+ handler_path: string;
607
+ }[] | undefined;
608
608
  email_config?: {
609
- password?: string | undefined;
610
609
  host?: string | undefined;
611
610
  port?: number | undefined;
612
611
  username?: string | undefined;
612
+ password?: string | undefined;
613
613
  sender_name?: string | undefined;
614
614
  sender_email?: string | undefined;
615
615
  type: "shared" | "standard";
@@ -686,7 +686,7 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
686
686
  onboarding_state: {
687
687
  selected_config_choice: "create-new" | "link-existing";
688
688
  selected_apps: string[];
689
- selected_sign_in_methods: ("google" | "github" | "microsoft" | "passkey" | "credential" | "magicLink")[];
689
+ selected_sign_in_methods: ("google" | "github" | "microsoft" | "credential" | "magicLink" | "passkey")[];
690
690
  selected_email_theme_id: string | null;
691
691
  selected_payments_country: "US" | "OTHER";
692
692
  } | null | undefined;
@@ -697,10 +697,15 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
697
697
  message: string;
698
698
  }[];
699
699
  config: {
700
- domains: {
701
- domain: string;
702
- handler_path: string;
703
- }[];
700
+ allow_localhost: boolean;
701
+ sign_up_enabled: boolean;
702
+ credential_enabled: boolean;
703
+ magic_link_enabled: boolean;
704
+ passkey_enabled: boolean;
705
+ client_team_creation_enabled: boolean;
706
+ client_user_deletion_enabled: boolean;
707
+ allow_user_api_keys: boolean;
708
+ allow_team_api_keys: boolean;
704
709
  oauth_providers: {
705
710
  client_id?: string | undefined;
706
711
  client_secret?: string | undefined;
@@ -711,23 +716,18 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
711
716
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
712
717
  provider_config_id: string;
713
718
  }[];
714
- allow_localhost: boolean;
715
- sign_up_enabled: boolean;
716
- credential_enabled: boolean;
717
- magic_link_enabled: boolean;
718
- passkey_enabled: boolean;
719
- client_team_creation_enabled: boolean;
720
- client_user_deletion_enabled: boolean;
721
- allow_user_api_keys: boolean;
722
- allow_team_api_keys: boolean;
723
719
  enabled_oauth_providers: {
724
720
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
725
721
  }[];
722
+ domains: {
723
+ domain: string;
724
+ handler_path: string;
725
+ }[];
726
726
  email_config: {
727
- password?: string | undefined;
728
727
  host?: string | undefined;
729
728
  port?: number | undefined;
730
729
  username?: string | undefined;
730
+ password?: string | undefined;
731
731
  sender_name?: string | undefined;
732
732
  sender_email?: string | undefined;
733
733
  type: "shared" | "standard";
@@ -811,24 +811,11 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
811
811
  onboarding_state: {
812
812
  selected_config_choice: "create-new" | "link-existing";
813
813
  selected_apps: string[];
814
- selected_sign_in_methods: ("google" | "github" | "microsoft" | "passkey" | "credential" | "magicLink")[];
814
+ selected_sign_in_methods: ("google" | "github" | "microsoft" | "credential" | "magicLink" | "passkey")[];
815
815
  selected_email_theme_id: string | null;
816
816
  selected_payments_country: "US" | "OTHER";
817
817
  } | null | undefined;
818
818
  config: {
819
- domains?: {
820
- domain: string;
821
- handler_path: string;
822
- }[] | undefined;
823
- oauth_providers?: {
824
- client_id?: string | undefined;
825
- client_secret?: string | undefined;
826
- facebook_config_id?: string | undefined;
827
- microsoft_tenant_id?: string | undefined;
828
- apple_bundle_ids?: string[] | undefined;
829
- type: "shared" | "standard";
830
- id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
831
- }[] | undefined;
832
819
  allow_localhost?: boolean | undefined;
833
820
  sign_up_enabled?: boolean | undefined;
834
821
  credential_enabled?: boolean | undefined;
@@ -838,11 +825,24 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
838
825
  client_user_deletion_enabled?: boolean | undefined;
839
826
  allow_user_api_keys?: boolean | undefined;
840
827
  allow_team_api_keys?: boolean | undefined;
828
+ oauth_providers?: {
829
+ client_id?: string | undefined;
830
+ client_secret?: string | undefined;
831
+ facebook_config_id?: string | undefined;
832
+ microsoft_tenant_id?: string | undefined;
833
+ apple_bundle_ids?: string[] | undefined;
834
+ type: "shared" | "standard";
835
+ id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
836
+ }[] | undefined;
837
+ domains?: {
838
+ domain: string;
839
+ handler_path: string;
840
+ }[] | undefined;
841
841
  email_config?: {
842
- password?: string | undefined;
843
842
  host?: string | undefined;
844
843
  port?: number | undefined;
845
844
  username?: string | undefined;
845
+ password?: string | undefined;
846
846
  sender_name?: string | undefined;
847
847
  sender_email?: string | undefined;
848
848
  type: "shared" | "standard";
@@ -897,4 +897,4 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
897
897
  type AdminUserProjectsCrud = CrudTypeOf<typeof adminUserProjectsCrud>;
898
898
  //#endregion
899
899
  export { clientProjectsCrud as a, projectsCrud as c, projectsCrudAdminReadSchema as d, projectsCrudAdminUpdateSchema as f, adminUserProjectsCrud as i, projectsCrudAdminCreateSchema as l, ClientProjectsCrud as n, emailConfigSchema as o, projectsCrudClientReadSchema as p, ProjectsCrud as r, emailConfigWithoutPasswordSchema as s, AdminUserProjectsCrud as t, projectsCrudAdminDeleteSchema as u };
900
- //# sourceMappingURL=projects-CFTNXRfG.d.ts.map
900
+ //# sourceMappingURL=projects-W2I5ueag.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"projects-CFTNXRfG.d.ts","names":[],"sources":["../src/interface/crud/projects.ts"],"mappings":";;;cAsDa,iBAAA,gBAAiB,YAAA;;;;;;;;;;;;;;;;;cAsBjB,gCAAA,gBAAgC,YAAA;;;;;;;;;;;;;;;;cAShC,2BAAA,gBAA2B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyC3B,4BAAA,gBAA4B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqB5B,6BAAA,gBAA6B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkC7B,6BAAA,gBAA6B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAM7B,6BAAA,gBAA6B,WAAA,+BAAA,SAAA;AAAA,cAE7B,kBAAA,EASX,qBAT6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAUnB,kBAAA,GAAqB,UAAU,QAAQ,kBAAA;AAAA,cAEtC,YAAA,EAwBX,qBAxBuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAyBb,YAAA,GAAe,UAAU,QAAQ,YAAA;AAAA,cAEhC,qBAAA,EAWX,qBAXgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAYtB,qBAAA,GAAwB,UAAU,QAAQ,qBAAA"}
1
+ {"version":3,"file":"projects-W2I5ueag.d.ts","names":[],"sources":["../src/interface/crud/projects.ts"],"mappings":";;;cAsDa,iBAAA,gBAAiB,YAAA;;;;;;;;;;;;;;;;;cAsBjB,gCAAA,gBAAgC,YAAA;;;;;;;;;;;;;;;;cAShC,2BAAA,gBAA2B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyC3B,4BAAA,gBAA4B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqB5B,6BAAA,gBAA6B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkC7B,6BAAA,gBAA6B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAM7B,6BAAA,gBAA6B,WAAA,+BAAA,SAAA;AAAA,cAE7B,kBAAA,EASX,qBAT6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAUnB,kBAAA,GAAqB,UAAU,QAAQ,kBAAA;AAAA,cAEtC,YAAA,EAwBX,qBAxBuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAyBb,YAAA,GAAe,UAAU,QAAQ,YAAA;AAAA,cAEhC,qBAAA,EAWX,qBAXgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAYtB,qBAAA,GAAwB,UAAU,QAAQ,qBAAA"}