@hexclave/shared 1.0.44 → 1.0.45

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 (101) hide show
  1. package/dist/{admin-interface-BSW1mzGs.d.ts → admin-interface-B-UjGQ0i.d.ts} +11 -13
  2. package/dist/admin-interface-B-UjGQ0i.d.ts.map +1 -0
  3. package/dist/{admin-metrics-bsOkw4YQ.d.ts → admin-metrics-1yiWGq9z.d.ts} +15 -15
  4. package/dist/{admin-metrics-bsOkw4YQ.d.ts.map → admin-metrics-1yiWGq9z.d.ts.map} +1 -1
  5. package/dist/ai/unified-prompts/reminders.js +1 -2
  6. package/dist/ai/unified-prompts/reminders.js.map +1 -1
  7. package/dist/{client-interface-iIw4nU5k.d.ts → client-interface-DjVtlQix.d.ts} +10 -10
  8. package/dist/{client-interface-iIw4nU5k.d.ts.map → client-interface-DjVtlQix.d.ts.map} +1 -1
  9. package/dist/config/schema.d.ts +1 -1
  10. package/dist/config-authoring.d.ts +1 -1
  11. package/dist/{current-user-BBoN3hsn.d.ts → current-user-BCkMYzHx.d.ts} +17 -17
  12. package/dist/{current-user-BBoN3hsn.d.ts.map → current-user-BCkMYzHx.d.ts.map} +1 -1
  13. package/dist/{email-outbox-B1wmVPRG.d.ts → email-outbox-BRZiK0ZG.d.ts} +221 -221
  14. package/dist/{email-outbox-B1wmVPRG.d.ts.map → email-outbox-BRZiK0ZG.d.ts.map} +1 -1
  15. package/dist/esm/ai/unified-prompts/reminders.js +1 -1
  16. package/dist/esm/config/schema.d.ts +116 -116
  17. package/dist/esm/interface/admin-interface.d.ts +0 -2
  18. package/dist/esm/interface/admin-interface.d.ts.map +1 -1
  19. package/dist/esm/interface/admin-interface.js +0 -12
  20. package/dist/esm/interface/admin-interface.js.map +1 -1
  21. package/dist/esm/interface/admin-metrics.d.ts +14 -14
  22. package/dist/esm/interface/conversations.d.ts +18 -18
  23. package/dist/esm/interface/crud/current-user.d.ts +16 -16
  24. package/dist/esm/interface/crud/email-outbox.d.ts +220 -220
  25. package/dist/esm/interface/crud/invoices.d.ts +2 -2
  26. package/dist/esm/interface/crud/products.d.ts +21 -21
  27. package/dist/esm/interface/crud/project-api-keys.d.ts +4 -4
  28. package/dist/esm/interface/crud/projects.d.ts +59 -59
  29. package/dist/esm/interface/crud/team-member-profiles.d.ts +32 -32
  30. package/dist/esm/interface/crud/transactions.d.ts +17 -17
  31. package/dist/esm/interface/crud/transactions.d.ts.map +1 -1
  32. package/dist/esm/interface/crud/users.d.ts +22 -22
  33. package/dist/esm/interface/plan-usage.d.ts +1 -1
  34. package/dist/esm/interface/server-interface.d.ts +2 -0
  35. package/dist/esm/interface/server-interface.d.ts.map +1 -1
  36. package/dist/esm/interface/server-interface.js +12 -0
  37. package/dist/esm/interface/server-interface.js.map +1 -1
  38. package/dist/esm/interface/webhooks.d.ts +4 -4
  39. package/dist/esm/known-errors.d.ts +3 -3
  40. package/dist/esm/schema-fields.d.ts +12 -12
  41. package/dist/esm/sessions.d.ts +9 -9
  42. package/dist/helpers/password.d.ts +1 -1
  43. package/dist/helpers/production-mode.d.ts +1 -1
  44. package/dist/index.d.ts +4 -4
  45. package/dist/interface/admin-interface.d.ts +2 -2
  46. package/dist/interface/admin-interface.js +0 -12
  47. package/dist/interface/admin-interface.js.map +1 -1
  48. package/dist/interface/admin-metrics.d.ts +1 -1
  49. package/dist/interface/client-interface.d.ts +1 -1
  50. package/dist/interface/conversations.d.ts +18 -18
  51. package/dist/interface/crud/current-user.d.ts +1 -1
  52. package/dist/interface/crud/email-outbox.d.ts +1 -1
  53. package/dist/interface/crud/invoices.d.ts +1 -1
  54. package/dist/interface/crud/products.d.ts +1 -1
  55. package/dist/interface/crud/project-api-keys.d.ts +1 -1
  56. package/dist/interface/crud/projects.d.ts +1 -1
  57. package/dist/interface/crud/team-member-profiles.d.ts +1 -1
  58. package/dist/interface/crud/transactions.d.ts +1 -1
  59. package/dist/interface/crud/users.d.ts +1 -1
  60. package/dist/interface/plan-usage.d.ts +1 -1
  61. package/dist/interface/server-interface.d.ts +1 -1
  62. package/dist/interface/server-interface.js +12 -0
  63. package/dist/interface/server-interface.js.map +1 -1
  64. package/dist/interface/webhooks.d.ts +1 -1
  65. package/dist/{invoices-CHo9YKbI.d.ts → invoices-BGLLnTlR.d.ts} +3 -3
  66. package/dist/{invoices-CHo9YKbI.d.ts.map → invoices-BGLLnTlR.d.ts.map} +1 -1
  67. package/dist/{known-errors-Bm4a61wL.d.ts → known-errors-g7JC8z58.d.ts} +4 -4
  68. package/dist/{known-errors-Bm4a61wL.d.ts.map → known-errors-g7JC8z58.d.ts.map} +1 -1
  69. package/dist/known-errors.d.ts +1 -1
  70. package/dist/{plan-usage-ChUZqQWw.d.ts → plan-usage-BigvGIcT.d.ts} +2 -2
  71. package/dist/{plan-usage-ChUZqQWw.d.ts.map → plan-usage-BigvGIcT.d.ts.map} +1 -1
  72. package/dist/{products-Bs74ld-v.d.ts → products-D_fcxfR0.d.ts} +22 -22
  73. package/dist/{products-Bs74ld-v.d.ts.map → products-D_fcxfR0.d.ts.map} +1 -1
  74. package/dist/{project-api-keys--7V5X_UW.d.ts → project-api-keys-OQqmKtMS.d.ts} +5 -5
  75. package/dist/{project-api-keys--7V5X_UW.d.ts.map → project-api-keys-OQqmKtMS.d.ts.map} +1 -1
  76. package/dist/{projects-CFTNXRfG.d.ts → projects-C42SVFvm.d.ts} +60 -60
  77. package/dist/{projects-CFTNXRfG.d.ts.map → projects-C42SVFvm.d.ts.map} +1 -1
  78. package/dist/{schema-DIefUvKi.d.ts → schema-Bgy-GC70.d.ts} +117 -117
  79. package/dist/{schema-DIefUvKi.d.ts.map → schema-Bgy-GC70.d.ts.map} +1 -1
  80. package/dist/{schema-fields-DqGQ4kF7.d.ts → schema-fields-BljhsWsa.d.ts} +13 -13
  81. package/dist/{schema-fields-DqGQ4kF7.d.ts.map → schema-fields-BljhsWsa.d.ts.map} +1 -1
  82. package/dist/schema-fields.d.ts +1 -1
  83. package/dist/{server-interface-CgpxsLT_.d.ts → server-interface-C1W1tZ_y.d.ts} +10 -8
  84. package/dist/server-interface-C1W1tZ_y.d.ts.map +1 -0
  85. package/dist/{sessions-d8qtvBUB.d.ts → sessions-C0nM8bE_.d.ts} +11 -11
  86. package/dist/{sessions-d8qtvBUB.d.ts.map → sessions-C0nM8bE_.d.ts.map} +1 -1
  87. package/dist/sessions.d.ts +1 -1
  88. package/dist/{team-member-profiles-BoDEqx-0.d.ts → team-member-profiles-CgYXR-Rx.d.ts} +33 -33
  89. package/dist/{team-member-profiles-BoDEqx-0.d.ts.map → team-member-profiles-CgYXR-Rx.d.ts.map} +1 -1
  90. package/dist/{transactions-DhnbvGH5.d.ts → transactions-BomBBiph.d.ts} +18 -18
  91. package/dist/transactions-BomBBiph.d.ts.map +1 -0
  92. package/dist/{users-DHNRwoSz.d.ts → users-7MKfEyyq.d.ts} +24 -24
  93. package/dist/{users-DHNRwoSz.d.ts.map → users-7MKfEyyq.d.ts.map} +1 -1
  94. package/dist/{webhooks-8Ts1Clcb.d.ts → webhooks-C5gG85Ce.d.ts} +5 -5
  95. package/dist/{webhooks-8Ts1Clcb.d.ts.map → webhooks-C5gG85Ce.d.ts.map} +1 -1
  96. package/package.json +1 -1
  97. package/src/interface/admin-interface.ts +0 -20
  98. package/src/interface/server-interface.ts +20 -0
  99. package/dist/admin-interface-BSW1mzGs.d.ts.map +0 -1
  100. package/dist/server-interface-CgpxsLT_.d.ts.map +0 -1
  101. package/dist/transactions-DhnbvGH5.d.ts.map +0 -1
@@ -3,7 +3,7 @@ import * as yup$1 from "yup";
3
3
  //#region src/interface/crud/invoices.d.ts
4
4
  declare const customerInvoiceReadSchema: yup$1.ObjectSchema<{
5
5
  created_at_millis: number;
6
- status: "open" | "draft" | "paid" | "uncollectible" | "void" | null;
6
+ status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
7
7
  amount_total: number;
8
8
  hosted_invoice_url: string | null;
9
9
  }, yup$1.AnyObject, {
@@ -15,8 +15,8 @@ declare const customerInvoiceReadSchema: yup$1.ObjectSchema<{
15
15
  type CustomerInvoiceRead = yup$1.InferType<typeof customerInvoiceReadSchema>;
16
16
  declare const customerInvoicesListResponseSchema: yup$1.ObjectSchema<{
17
17
  items: {
18
- status: "open" | "draft" | "paid" | "uncollectible" | "void" | null;
19
18
  created_at_millis: number;
19
+ status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
20
20
  amount_total: number;
21
21
  hosted_invoice_url: string | null;
22
22
  }[];
@@ -5,14 +5,16 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
5
5
  id: string | null;
6
6
  quantity: number;
7
7
  product: {
8
- free_trial?: import("../../utils/dates").DayInterval | undefined;
9
8
  client_metadata?: {} | null | undefined;
10
9
  client_read_only_metadata?: {} | null | undefined;
11
10
  server_metadata?: {} | null | undefined;
11
+ free_trial?: import("../../utils/dates").DayInterval | undefined;
12
+ display_name: string;
12
13
  server_only: boolean;
13
- customer_type: "team" | "user" | "custom";
14
+ customer_type: "user" | "team" | "custom";
14
15
  stackable: boolean;
15
16
  prices: Record<string, {
17
+ free_trial?: import("../../utils/dates").DayInterval | undefined;
16
18
  USD?: string | undefined;
17
19
  EUR?: string | undefined;
18
20
  GBP?: string | undefined;
@@ -21,12 +23,10 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
21
23
  AUD?: string | undefined;
22
24
  CAD?: string | undefined;
23
25
  interval?: import("../../utils/dates").DayInterval | undefined;
24
- free_trial?: import("../../utils/dates").DayInterval | undefined;
25
26
  }>;
26
- display_name: string;
27
27
  included_items: Record<string, {
28
- quantity?: number | undefined;
29
28
  repeat?: "never" | import("../../utils/dates").DayInterval | undefined;
29
+ quantity?: number | undefined;
30
30
  expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
31
31
  }>;
32
32
  };
@@ -40,14 +40,16 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
40
40
  switch_options: {
41
41
  product_id: string;
42
42
  product: {
43
- free_trial?: import("../../utils/dates").DayInterval | undefined;
44
43
  client_metadata?: {} | null | undefined;
45
44
  client_read_only_metadata?: {} | null | undefined;
46
45
  server_metadata?: {} | null | undefined;
46
+ free_trial?: import("../../utils/dates").DayInterval | undefined;
47
+ display_name: string;
47
48
  server_only: boolean;
48
- customer_type: "team" | "user" | "custom";
49
+ customer_type: "user" | "team" | "custom";
49
50
  stackable: boolean;
50
51
  prices: Record<string, {
52
+ free_trial?: import("../../utils/dates").DayInterval | undefined;
51
53
  USD?: string | undefined;
52
54
  EUR?: string | undefined;
53
55
  GBP?: string | undefined;
@@ -56,12 +58,10 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
56
58
  AUD?: string | undefined;
57
59
  CAD?: string | undefined;
58
60
  interval?: import("../../utils/dates").DayInterval | undefined;
59
- free_trial?: import("../../utils/dates").DayInterval | undefined;
60
61
  }>;
61
- display_name: string;
62
62
  included_items: Record<string, {
63
- quantity?: number | undefined;
64
63
  repeat?: "never" | import("../../utils/dates").DayInterval | undefined;
64
+ quantity?: number | undefined;
65
65
  expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
66
66
  }>;
67
67
  };
@@ -103,14 +103,16 @@ declare const customerProductsListResponseSchema: yup$1.ObjectSchema<{
103
103
  switch_options?: {
104
104
  product_id: string;
105
105
  product: {
106
- free_trial?: import("../../utils/dates").DayInterval | undefined;
107
106
  client_metadata?: {} | null | undefined;
108
107
  client_read_only_metadata?: {} | null | undefined;
109
108
  server_metadata?: {} | null | undefined;
109
+ free_trial?: import("../../utils/dates").DayInterval | undefined;
110
+ display_name: string;
110
111
  server_only: boolean;
111
- customer_type: "team" | "user" | "custom";
112
+ customer_type: "user" | "team" | "custom";
112
113
  stackable: boolean;
113
114
  prices: Record<string, {
115
+ free_trial?: import("../../utils/dates").DayInterval | undefined;
114
116
  USD?: string | undefined;
115
117
  EUR?: string | undefined;
116
118
  GBP?: string | undefined;
@@ -119,26 +121,27 @@ declare const customerProductsListResponseSchema: yup$1.ObjectSchema<{
119
121
  AUD?: string | undefined;
120
122
  CAD?: string | undefined;
121
123
  interval?: import("../../utils/dates").DayInterval | undefined;
122
- free_trial?: import("../../utils/dates").DayInterval | undefined;
123
124
  }>;
124
- display_name: string;
125
125
  included_items: Record<string, {
126
- quantity?: number | undefined;
127
126
  repeat?: "never" | import("../../utils/dates").DayInterval | undefined;
127
+ quantity?: number | undefined;
128
128
  expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
129
129
  }>;
130
130
  };
131
131
  }[] | undefined;
132
+ id: string | null;
132
133
  quantity: number;
133
134
  product: {
134
- free_trial?: import("../../utils/dates").DayInterval | undefined;
135
135
  client_metadata?: {} | null | undefined;
136
136
  client_read_only_metadata?: {} | null | undefined;
137
137
  server_metadata?: {} | null | undefined;
138
+ free_trial?: import("../../utils/dates").DayInterval | undefined;
139
+ display_name: string;
138
140
  server_only: boolean;
139
- customer_type: "team" | "user" | "custom";
141
+ customer_type: "user" | "team" | "custom";
140
142
  stackable: boolean;
141
143
  prices: Record<string, {
144
+ free_trial?: import("../../utils/dates").DayInterval | undefined;
142
145
  USD?: string | undefined;
143
146
  EUR?: string | undefined;
144
147
  GBP?: string | undefined;
@@ -147,16 +150,13 @@ declare const customerProductsListResponseSchema: yup$1.ObjectSchema<{
147
150
  AUD?: string | undefined;
148
151
  CAD?: string | undefined;
149
152
  interval?: import("../../utils/dates").DayInterval | undefined;
150
- free_trial?: import("../../utils/dates").DayInterval | undefined;
151
153
  }>;
152
- display_name: string;
153
154
  included_items: Record<string, {
154
- quantity?: number | undefined;
155
155
  repeat?: "never" | import("../../utils/dates").DayInterval | undefined;
156
+ quantity?: number | undefined;
156
157
  expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
157
158
  }>;
158
159
  };
159
- id: string | null;
160
160
  }[];
161
161
  is_paginated: boolean;
162
162
  pagination: {
@@ -78,9 +78,9 @@ declare const userApiKeysCrud: import("../../crud").CrudSchemaFromOptions<{
78
78
  is_public: undefined;
79
79
  user_id: undefined;
80
80
  }, "">, userApiKeysCreateOutputSchema: yup$1.ObjectSchema<{
81
- user_id: string;
82
- type: "user";
83
81
  description: string;
82
+ type: "user";
83
+ user_id: string;
84
84
  id: string;
85
85
  created_at_millis: number;
86
86
  expires_at_millis: number | undefined;
@@ -176,11 +176,11 @@ declare const teamApiKeysCrud: import("../../crud").CrudSchemaFromOptions<{
176
176
  is_public: undefined;
177
177
  team_id: undefined;
178
178
  }, "">, teamApiKeysCreateOutputSchema: yup$1.ObjectSchema<{
179
- type: "team";
180
- team_id: string;
181
179
  description: string;
180
+ type: "team";
182
181
  id: string;
183
182
  created_at_millis: number;
183
+ team_id: string;
184
184
  expires_at_millis: number | undefined;
185
185
  manually_revoked_at_millis: number | undefined;
186
186
  is_public: boolean;
@@ -2,7 +2,7 @@ import { CrudTypeOf } from "../../crud.js";
2
2
 
3
3
  //#region src/interface/crud/projects.d.ts
4
4
  declare const emailConfigSchema: import("yup").ObjectSchema<{
5
- type: "shared" | "standard";
5
+ type: "standard" | "shared";
6
6
  host: string | undefined;
7
7
  port: number | undefined;
8
8
  username: string | undefined;
@@ -19,7 +19,7 @@ declare const emailConfigSchema: import("yup").ObjectSchema<{
19
19
  sender_email: undefined;
20
20
  }, "">;
21
21
  declare const emailConfigWithoutPasswordSchema: import("yup").ObjectSchema<{
22
- type: "shared" | "standard";
22
+ type: "standard" | "shared";
23
23
  host: string | undefined;
24
24
  port: number | undefined;
25
25
  username: string | undefined;
@@ -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,17 +61,13 @@ 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
- }[];
68
64
  oauth_providers: {
69
65
  client_id?: string | undefined;
70
66
  client_secret?: string | undefined;
71
67
  facebook_config_id?: string | undefined;
72
68
  microsoft_tenant_id?: string | undefined;
73
69
  apple_bundle_ids?: string[] | undefined;
74
- type: "shared" | "standard";
70
+ type: "standard" | "shared";
75
71
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
76
72
  provider_config_id: string;
77
73
  }[];
@@ -87,6 +83,10 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
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
91
  password?: string | undefined;
92
92
  host?: string | undefined;
@@ -94,7 +94,7 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
94
94
  username?: string | undefined;
95
95
  sender_name?: string | undefined;
96
96
  sender_email?: string | undefined;
97
- type: "shared" | "standard";
97
+ type: "standard" | "shared";
98
98
  };
99
99
  email_theme: string;
100
100
  create_team_on_sign_up: boolean;
@@ -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,22 +223,18 @@ 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
231
  oauth_providers?: {
236
232
  client_id?: string | undefined;
237
233
  client_secret?: string | undefined;
238
234
  facebook_config_id?: string | undefined;
239
235
  microsoft_tenant_id?: string | undefined;
240
236
  apple_bundle_ids?: string[] | undefined;
241
- type: "shared" | "standard";
237
+ type: "standard" | "shared";
242
238
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
243
239
  }[] | undefined;
244
240
  allow_localhost?: boolean | undefined;
@@ -250,6 +246,10 @@ declare const projectsCrudAdminUpdateSchema: import("yup").ObjectSchema<{
250
246
  client_user_deletion_enabled?: boolean | undefined;
251
247
  allow_user_api_keys?: boolean | undefined;
252
248
  allow_team_api_keys?: boolean | undefined;
249
+ domains?: {
250
+ domain: string;
251
+ handler_path: string;
252
+ }[] | undefined;
253
253
  email_config?: {
254
254
  password?: string | undefined;
255
255
  host?: string | undefined;
@@ -257,7 +257,7 @@ declare const projectsCrudAdminUpdateSchema: import("yup").ObjectSchema<{
257
257
  username?: string | undefined;
258
258
  sender_name?: string | undefined;
259
259
  sender_email?: string | undefined;
260
- type: "shared" | "standard";
260
+ type: "standard" | "shared";
261
261
  } | undefined;
262
262
  email_theme?: string | undefined;
263
263
  create_team_on_sign_up?: boolean | undefined;
@@ -303,22 +303,18 @@ 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
311
  oauth_providers?: {
316
312
  client_id?: string | undefined;
317
313
  client_secret?: string | undefined;
318
314
  facebook_config_id?: string | undefined;
319
315
  microsoft_tenant_id?: string | undefined;
320
316
  apple_bundle_ids?: string[] | undefined;
321
- type: "shared" | "standard";
317
+ type: "standard" | "shared";
322
318
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
323
319
  }[] | undefined;
324
320
  allow_localhost?: boolean | undefined;
@@ -330,6 +326,10 @@ declare const projectsCrudAdminCreateSchema: import("yup").ObjectSchema<{
330
326
  client_user_deletion_enabled?: boolean | undefined;
331
327
  allow_user_api_keys?: boolean | undefined;
332
328
  allow_team_api_keys?: boolean | undefined;
329
+ domains?: {
330
+ domain: string;
331
+ handler_path: string;
332
+ }[] | undefined;
333
333
  email_config?: {
334
334
  password?: string | undefined;
335
335
  host?: string | undefined;
@@ -337,7 +337,7 @@ declare const projectsCrudAdminCreateSchema: import("yup").ObjectSchema<{
337
337
  username?: string | undefined;
338
338
  sender_name?: string | undefined;
339
339
  sender_email?: string | undefined;
340
- type: "shared" | "standard";
340
+ type: "standard" | "shared";
341
341
  } | undefined;
342
342
  email_theme?: string | undefined;
343
343
  create_team_on_sign_up?: boolean | undefined;
@@ -389,10 +389,6 @@ declare const clientProjectsCrud: import("../../crud").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: import("../../crud").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: import("../../crud").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,17 +464,13 @@ declare const projectsCrud: import("../../crud").CrudSchemaFromOptions<{
464
464
  message: string;
465
465
  }[];
466
466
  config: {
467
- domains: {
468
- domain: string;
469
- handler_path: string;
470
- }[];
471
467
  oauth_providers: {
472
468
  client_id?: string | undefined;
473
469
  client_secret?: string | undefined;
474
470
  facebook_config_id?: string | undefined;
475
471
  microsoft_tenant_id?: string | undefined;
476
472
  apple_bundle_ids?: string[] | undefined;
477
- type: "shared" | "standard";
473
+ type: "standard" | "shared";
478
474
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
479
475
  provider_config_id: string;
480
476
  }[];
@@ -490,6 +486,10 @@ declare const projectsCrud: import("../../crud").CrudSchemaFromOptions<{
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
494
  password?: string | undefined;
495
495
  host?: string | undefined;
@@ -497,7 +497,7 @@ declare const projectsCrud: import("../../crud").CrudSchemaFromOptions<{
497
497
  username?: string | undefined;
498
498
  sender_name?: string | undefined;
499
499
  sender_email?: string | undefined;
500
- type: "shared" | "standard";
500
+ type: "standard" | "shared";
501
501
  };
502
502
  email_theme: string;
503
503
  create_team_on_sign_up: boolean;
@@ -578,22 +578,18 @@ declare const projectsCrud: import("../../crud").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
586
  oauth_providers?: {
591
587
  client_id?: string | undefined;
592
588
  client_secret?: string | undefined;
593
589
  facebook_config_id?: string | undefined;
594
590
  microsoft_tenant_id?: string | undefined;
595
591
  apple_bundle_ids?: string[] | undefined;
596
- type: "shared" | "standard";
592
+ type: "standard" | "shared";
597
593
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
598
594
  }[] | undefined;
599
595
  allow_localhost?: boolean | undefined;
@@ -605,6 +601,10 @@ declare const projectsCrud: import("../../crud").CrudSchemaFromOptions<{
605
601
  client_user_deletion_enabled?: boolean | undefined;
606
602
  allow_user_api_keys?: boolean | undefined;
607
603
  allow_team_api_keys?: boolean | undefined;
604
+ domains?: {
605
+ domain: string;
606
+ handler_path: string;
607
+ }[] | undefined;
608
608
  email_config?: {
609
609
  password?: string | undefined;
610
610
  host?: string | undefined;
@@ -612,7 +612,7 @@ declare const projectsCrud: import("../../crud").CrudSchemaFromOptions<{
612
612
  username?: string | undefined;
613
613
  sender_name?: string | undefined;
614
614
  sender_email?: string | undefined;
615
- type: "shared" | "standard";
615
+ type: "standard" | "shared";
616
616
  } | undefined;
617
617
  email_theme?: string | undefined;
618
618
  create_team_on_sign_up?: boolean | undefined;
@@ -686,7 +686,7 @@ declare const adminUserProjectsCrud: import("../../crud").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,17 +697,13 @@ declare const adminUserProjectsCrud: import("../../crud").CrudSchemaFromOptions<
697
697
  message: string;
698
698
  }[];
699
699
  config: {
700
- domains: {
701
- domain: string;
702
- handler_path: string;
703
- }[];
704
700
  oauth_providers: {
705
701
  client_id?: string | undefined;
706
702
  client_secret?: string | undefined;
707
703
  facebook_config_id?: string | undefined;
708
704
  microsoft_tenant_id?: string | undefined;
709
705
  apple_bundle_ids?: string[] | undefined;
710
- type: "shared" | "standard";
706
+ type: "standard" | "shared";
711
707
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
712
708
  provider_config_id: string;
713
709
  }[];
@@ -723,6 +719,10 @@ declare const adminUserProjectsCrud: import("../../crud").CrudSchemaFromOptions<
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
727
  password?: string | undefined;
728
728
  host?: string | undefined;
@@ -730,7 +730,7 @@ declare const adminUserProjectsCrud: import("../../crud").CrudSchemaFromOptions<
730
730
  username?: string | undefined;
731
731
  sender_name?: string | undefined;
732
732
  sender_email?: string | undefined;
733
- type: "shared" | "standard";
733
+ type: "standard" | "shared";
734
734
  };
735
735
  email_theme: string;
736
736
  create_team_on_sign_up: boolean;
@@ -811,22 +811,18 @@ declare const adminUserProjectsCrud: import("../../crud").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
819
  oauth_providers?: {
824
820
  client_id?: string | undefined;
825
821
  client_secret?: string | undefined;
826
822
  facebook_config_id?: string | undefined;
827
823
  microsoft_tenant_id?: string | undefined;
828
824
  apple_bundle_ids?: string[] | undefined;
829
- type: "shared" | "standard";
825
+ type: "standard" | "shared";
830
826
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
831
827
  }[] | undefined;
832
828
  allow_localhost?: boolean | undefined;
@@ -838,6 +834,10 @@ declare const adminUserProjectsCrud: import("../../crud").CrudSchemaFromOptions<
838
834
  client_user_deletion_enabled?: boolean | undefined;
839
835
  allow_user_api_keys?: boolean | undefined;
840
836
  allow_team_api_keys?: boolean | undefined;
837
+ domains?: {
838
+ domain: string;
839
+ handler_path: string;
840
+ }[] | undefined;
841
841
  email_config?: {
842
842
  password?: string | undefined;
843
843
  host?: string | undefined;
@@ -845,7 +845,7 @@ declare const adminUserProjectsCrud: import("../../crud").CrudSchemaFromOptions<
845
845
  username?: string | undefined;
846
846
  sender_name?: string | undefined;
847
847
  sender_email?: string | undefined;
848
- type: "shared" | "standard";
848
+ type: "standard" | "shared";
849
849
  } | undefined;
850
850
  email_theme?: string | undefined;
851
851
  create_team_on_sign_up?: boolean | undefined;