@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.
- package/dist/{admin-interface-DIt0PvhC.d.ts → admin-interface-sca4FCAt.d.ts} +11 -11
- package/dist/{admin-interface-DIt0PvhC.d.ts.map → admin-interface-sca4FCAt.d.ts.map} +1 -1
- package/dist/{admin-metrics-bsOkw4YQ.d.ts → admin-metrics-BTgqWZXI.d.ts} +16 -16
- package/dist/{admin-metrics-bsOkw4YQ.d.ts.map → admin-metrics-BTgqWZXI.d.ts.map} +1 -1
- package/dist/ai/hexclave-ask.d.ts +37 -0
- package/dist/ai/hexclave-ask.d.ts.map +1 -0
- package/dist/ai/hexclave-ask.js +120 -0
- package/dist/ai/hexclave-ask.js.map +1 -0
- package/dist/ai/hexclave-ask.test.d.ts +1 -0
- package/dist/ai/hexclave-ask.test.js +46 -0
- package/dist/ai/hexclave-ask.test.js.map +1 -0
- package/dist/ai/unified-prompts/reminders.js +3 -3
- package/dist/ai/unified-prompts/reminders.js.map +1 -1
- package/dist/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js +1 -1
- package/dist/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js.map +1 -1
- package/dist/ai/unified-prompts/skill-site-prompt.js +2 -2
- package/dist/ai/unified-prompts/skill-site-prompt.js.map +1 -1
- package/dist/{client-interface-BQz4jNAC.d.ts → client-interface-BQakINAH.d.ts} +10 -10
- package/dist/{client-interface-BQz4jNAC.d.ts.map → client-interface-BQakINAH.d.ts.map} +1 -1
- package/dist/config/schema-fuzzer.test.js +1 -1
- package/dist/config/schema.d.ts +1 -1
- package/dist/config/schema.js +1 -1
- package/dist/config-authoring.d.ts +1 -1
- package/dist/{current-user-BBoN3hsn.d.ts → current-user-DosTPiF7.d.ts} +12 -12
- package/dist/{current-user-BBoN3hsn.d.ts.map → current-user-DosTPiF7.d.ts.map} +1 -1
- package/dist/{email-outbox-CqzwInBL.d.ts → email-outbox-C07KfbmL.d.ts} +249 -249
- package/dist/{email-outbox-CqzwInBL.d.ts.map → email-outbox-C07KfbmL.d.ts.map} +1 -1
- package/dist/esm/ai/hexclave-ask.d.ts +37 -0
- package/dist/esm/ai/hexclave-ask.d.ts.map +1 -0
- package/dist/esm/ai/hexclave-ask.js +117 -0
- package/dist/esm/ai/hexclave-ask.js.map +1 -0
- package/dist/esm/ai/hexclave-ask.test.d.ts +1 -0
- package/dist/esm/ai/hexclave-ask.test.js +47 -0
- package/dist/esm/ai/hexclave-ask.test.js.map +1 -0
- package/dist/esm/ai/unified-prompts/reminders.js +3 -3
- package/dist/esm/ai/unified-prompts/reminders.js.map +1 -1
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js +1 -1
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js.map +1 -1
- package/dist/esm/ai/unified-prompts/skill-site-prompt.js +2 -2
- package/dist/esm/ai/unified-prompts/skill-site-prompt.js.map +1 -1
- package/dist/esm/config/schema-fuzzer.test.js +1 -1
- package/dist/esm/config/schema.d.ts +55 -55
- package/dist/esm/config/schema.js +1 -1
- package/dist/esm/interface/admin-interface.js +1 -1
- package/dist/esm/interface/admin-metrics.d.ts +15 -15
- package/dist/esm/interface/client-interface.js +2 -2
- package/dist/esm/interface/conversations.d.ts +30 -30
- package/dist/esm/interface/crud/current-user.d.ts +11 -11
- package/dist/esm/interface/crud/email-outbox.d.ts +248 -248
- package/dist/esm/interface/crud/invoices.d.ts +2 -2
- package/dist/esm/interface/crud/products.d.ts +15 -15
- package/dist/esm/interface/crud/project-api-keys.d.ts +2 -2
- package/dist/esm/interface/crud/projects.d.ts +113 -113
- package/dist/esm/interface/crud/team-member-profiles.d.ts +24 -24
- package/dist/esm/interface/crud/transactions.d.ts +20 -20
- package/dist/esm/interface/crud/transactions.d.ts.map +1 -1
- package/dist/esm/interface/crud/users.d.ts +6 -6
- package/dist/esm/interface/plan-usage.d.ts +1 -1
- package/dist/esm/interface/server-interface.js +1 -1
- package/dist/esm/known-errors.d.ts +1 -1
- package/dist/esm/schema-fields.d.ts +2 -2
- package/dist/esm/sessions.d.ts +7 -7
- package/dist/esm/utils/promises.js +1 -1
- package/dist/helpers/password.d.ts +1 -1
- package/dist/helpers/production-mode.d.ts +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/interface/admin-interface.d.ts +2 -2
- package/dist/interface/admin-interface.js +1 -1
- package/dist/interface/admin-metrics.d.ts +1 -1
- package/dist/interface/client-interface.d.ts +1 -1
- package/dist/interface/client-interface.js +2 -2
- package/dist/interface/conversations.d.ts +30 -30
- package/dist/interface/crud/current-user.d.ts +1 -1
- package/dist/interface/crud/email-outbox.d.ts +1 -1
- package/dist/interface/crud/invoices.d.ts +1 -1
- package/dist/interface/crud/products.d.ts +1 -1
- package/dist/interface/crud/project-api-keys.d.ts +1 -1
- package/dist/interface/crud/projects.d.ts +1 -1
- package/dist/interface/crud/team-member-profiles.d.ts +1 -1
- package/dist/interface/crud/transactions.d.ts +1 -1
- package/dist/interface/crud/users.d.ts +1 -1
- package/dist/interface/plan-usage.d.ts +1 -1
- package/dist/interface/server-interface.d.ts +1 -1
- package/dist/interface/server-interface.js +1 -1
- package/dist/{invoices-CHo9YKbI.d.ts → invoices-U65KzAZX.d.ts} +3 -3
- package/dist/{invoices-CHo9YKbI.d.ts.map → invoices-U65KzAZX.d.ts.map} +1 -1
- package/dist/{known-errors-Bm4a61wL.d.ts → known-errors-BFf8SVm8.d.ts} +2 -2
- package/dist/{known-errors-Bm4a61wL.d.ts.map → known-errors-BFf8SVm8.d.ts.map} +1 -1
- package/dist/known-errors.d.ts +1 -1
- package/dist/{plan-usage-BO2GsKlN.d.ts → plan-usage-CFwV688o.d.ts} +2 -2
- package/dist/{plan-usage-BO2GsKlN.d.ts.map → plan-usage-CFwV688o.d.ts.map} +1 -1
- package/dist/{products-D4o8A2W0.d.ts → products-DzedG6oU.d.ts} +16 -16
- package/dist/{products-D4o8A2W0.d.ts.map → products-DzedG6oU.d.ts.map} +1 -1
- package/dist/{project-api-keys--7V5X_UW.d.ts → project-api-keys-Di2ENRam.d.ts} +3 -3
- package/dist/{project-api-keys--7V5X_UW.d.ts.map → project-api-keys-Di2ENRam.d.ts.map} +1 -1
- package/dist/{projects-CFTNXRfG.d.ts → projects-W2I5ueag.d.ts} +114 -114
- package/dist/{projects-CFTNXRfG.d.ts.map → projects-W2I5ueag.d.ts.map} +1 -1
- package/dist/{schema-CLmaZetm.d.ts → schema-BXM8B2V2.d.ts} +56 -56
- package/dist/{schema-CLmaZetm.d.ts.map → schema-BXM8B2V2.d.ts.map} +1 -1
- package/dist/{schema-fields-DZtDQEEO.d.ts → schema-fields-DhryPaD4.d.ts} +3 -3
- package/dist/{schema-fields-DZtDQEEO.d.ts.map → schema-fields-DhryPaD4.d.ts.map} +1 -1
- package/dist/schema-fields.d.ts +1 -1
- package/dist/{server-interface-BjY-eS4Q.d.ts → server-interface--aZDYxx4.d.ts} +8 -8
- package/dist/{server-interface-BjY-eS4Q.d.ts.map → server-interface--aZDYxx4.d.ts.map} +1 -1
- package/dist/{sessions-CI-0TBQb.d.ts → sessions-CKNkS48M.d.ts} +9 -9
- package/dist/{sessions-CI-0TBQb.d.ts.map → sessions-CKNkS48M.d.ts.map} +1 -1
- package/dist/sessions.d.ts +1 -1
- package/dist/{team-member-profiles-BoDEqx-0.d.ts → team-member-profiles-BhcD2OP5.d.ts} +25 -25
- package/dist/{team-member-profiles-BoDEqx-0.d.ts.map → team-member-profiles-BhcD2OP5.d.ts.map} +1 -1
- package/dist/{transactions-CHNUJ42J.d.ts → transactions-icyjJzs-.d.ts} +21 -21
- package/dist/transactions-icyjJzs-.d.ts.map +1 -0
- package/dist/{users-DHNRwoSz.d.ts → users-DMNuqLTW.d.ts} +7 -7
- package/dist/{users-DHNRwoSz.d.ts.map → users-DMNuqLTW.d.ts.map} +1 -1
- package/dist/utils/promises.js +1 -1
- package/package.json +1 -1
- package/src/ai/hexclave-ask.test.ts +50 -0
- package/src/ai/hexclave-ask.ts +175 -0
- package/src/ai/unified-prompts/reminders.ts +3 -3
- package/src/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.ts +1 -1
- package/src/ai/unified-prompts/skill-site-prompt.ts +2 -2
- package/dist/transactions-CHNUJ42J.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: "
|
|
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,7 +15,7 @@ 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: "
|
|
18
|
+
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
19
19
|
created_at_millis: number;
|
|
20
20
|
amount_total: number;
|
|
21
21
|
hosted_invoice_url: string | null;
|
|
@@ -9,8 +9,6 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
|
|
|
9
9
|
client_metadata?: {} | null | undefined;
|
|
10
10
|
client_read_only_metadata?: {} | null | undefined;
|
|
11
11
|
server_metadata?: {} | null | undefined;
|
|
12
|
-
server_only: boolean;
|
|
13
|
-
customer_type: "team" | "user" | "custom";
|
|
14
12
|
stackable: boolean;
|
|
15
13
|
prices: Record<string, {
|
|
16
14
|
USD?: string | undefined;
|
|
@@ -24,9 +22,11 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
|
|
|
24
22
|
free_trial?: import("../../utils/dates").DayInterval | undefined;
|
|
25
23
|
}>;
|
|
26
24
|
display_name: string;
|
|
25
|
+
customer_type: "team" | "user" | "custom";
|
|
26
|
+
server_only: boolean;
|
|
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
|
};
|
|
@@ -38,14 +38,11 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
|
|
|
38
38
|
is_cancelable: boolean;
|
|
39
39
|
} | null | undefined;
|
|
40
40
|
switch_options: {
|
|
41
|
-
product_id: string;
|
|
42
41
|
product: {
|
|
43
42
|
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;
|
|
47
|
-
server_only: boolean;
|
|
48
|
-
customer_type: "team" | "user" | "custom";
|
|
49
46
|
stackable: boolean;
|
|
50
47
|
prices: Record<string, {
|
|
51
48
|
USD?: string | undefined;
|
|
@@ -59,12 +56,15 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
|
|
|
59
56
|
free_trial?: import("../../utils/dates").DayInterval | undefined;
|
|
60
57
|
}>;
|
|
61
58
|
display_name: string;
|
|
59
|
+
customer_type: "team" | "user" | "custom";
|
|
60
|
+
server_only: boolean;
|
|
62
61
|
included_items: Record<string, {
|
|
63
|
-
quantity?: number | undefined;
|
|
64
62
|
repeat?: "never" | import("../../utils/dates").DayInterval | undefined;
|
|
63
|
+
quantity?: number | undefined;
|
|
65
64
|
expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
|
|
66
65
|
}>;
|
|
67
66
|
};
|
|
67
|
+
product_id: string;
|
|
68
68
|
}[] | undefined;
|
|
69
69
|
}, yup$1.AnyObject, {
|
|
70
70
|
id: undefined;
|
|
@@ -101,14 +101,11 @@ declare const customerProductsListResponseSchema: yup$1.ObjectSchema<{
|
|
|
101
101
|
is_cancelable: boolean;
|
|
102
102
|
} | null | undefined;
|
|
103
103
|
switch_options?: {
|
|
104
|
-
product_id: string;
|
|
105
104
|
product: {
|
|
106
105
|
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;
|
|
110
|
-
server_only: boolean;
|
|
111
|
-
customer_type: "team" | "user" | "custom";
|
|
112
109
|
stackable: boolean;
|
|
113
110
|
prices: Record<string, {
|
|
114
111
|
USD?: string | undefined;
|
|
@@ -122,21 +119,21 @@ declare const customerProductsListResponseSchema: yup$1.ObjectSchema<{
|
|
|
122
119
|
free_trial?: import("../../utils/dates").DayInterval | undefined;
|
|
123
120
|
}>;
|
|
124
121
|
display_name: string;
|
|
122
|
+
customer_type: "team" | "user" | "custom";
|
|
123
|
+
server_only: boolean;
|
|
125
124
|
included_items: Record<string, {
|
|
126
|
-
quantity?: number | undefined;
|
|
127
125
|
repeat?: "never" | import("../../utils/dates").DayInterval | undefined;
|
|
126
|
+
quantity?: number | undefined;
|
|
128
127
|
expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
|
|
129
128
|
}>;
|
|
130
129
|
};
|
|
130
|
+
product_id: string;
|
|
131
131
|
}[] | undefined;
|
|
132
|
-
quantity: number;
|
|
133
132
|
product: {
|
|
134
133
|
free_trial?: import("../../utils/dates").DayInterval | undefined;
|
|
135
134
|
client_metadata?: {} | null | undefined;
|
|
136
135
|
client_read_only_metadata?: {} | null | undefined;
|
|
137
136
|
server_metadata?: {} | null | undefined;
|
|
138
|
-
server_only: boolean;
|
|
139
|
-
customer_type: "team" | "user" | "custom";
|
|
140
137
|
stackable: boolean;
|
|
141
138
|
prices: Record<string, {
|
|
142
139
|
USD?: string | undefined;
|
|
@@ -150,12 +147,15 @@ declare const customerProductsListResponseSchema: yup$1.ObjectSchema<{
|
|
|
150
147
|
free_trial?: import("../../utils/dates").DayInterval | undefined;
|
|
151
148
|
}>;
|
|
152
149
|
display_name: string;
|
|
150
|
+
customer_type: "team" | "user" | "custom";
|
|
151
|
+
server_only: boolean;
|
|
153
152
|
included_items: Record<string, {
|
|
154
|
-
quantity?: number | undefined;
|
|
155
153
|
repeat?: "never" | import("../../utils/dates").DayInterval | undefined;
|
|
154
|
+
quantity?: number | undefined;
|
|
156
155
|
expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
|
|
157
156
|
}>;
|
|
158
157
|
};
|
|
158
|
+
quantity: number;
|
|
159
159
|
id: string | null;
|
|
160
160
|
}[];
|
|
161
161
|
is_paginated: boolean;
|
|
@@ -78,10 +78,10 @@ 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
81
|
type: "user";
|
|
83
82
|
description: string;
|
|
84
83
|
id: string;
|
|
84
|
+
user_id: string;
|
|
85
85
|
created_at_millis: number;
|
|
86
86
|
expires_at_millis: number | undefined;
|
|
87
87
|
manually_revoked_at_millis: number | undefined;
|
|
@@ -177,9 +177,9 @@ declare const teamApiKeysCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
177
177
|
team_id: undefined;
|
|
178
178
|
}, "">, teamApiKeysCreateOutputSchema: yup$1.ObjectSchema<{
|
|
179
179
|
type: "team";
|
|
180
|
-
team_id: string;
|
|
181
180
|
description: string;
|
|
182
181
|
id: string;
|
|
182
|
+
team_id: string;
|
|
183
183
|
created_at_millis: number;
|
|
184
184
|
expires_at_millis: number | undefined;
|
|
185
185
|
manually_revoked_at_millis: number | 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" | "
|
|
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
|
-
|
|
65
|
-
|
|
66
|
-
|
|
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" | "
|
|
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" | "
|
|
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: 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" | "
|
|
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: import("../../crud").CrudSchemaFromOptions<{
|
|
|
464
464
|
message: string;
|
|
465
465
|
}[];
|
|
466
466
|
config: {
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
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: import("../../crud").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: 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" | "
|
|
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: import("../../crud").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: 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" | "
|
|
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: import("../../crud").CrudSchemaFromOptions<
|
|
|
697
697
|
message: string;
|
|
698
698
|
}[];
|
|
699
699
|
config: {
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
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: import("../../crud").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: 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" | "
|
|
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: import("../../crud").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";
|