@hexclave/shared 1.0.54 → 1.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{admin-interface-DuboQXpC.d.ts → admin-interface-sca4FCAt.d.ts} +11 -11
- package/dist/{admin-interface-DuboQXpC.d.ts.map → admin-interface-sca4FCAt.d.ts.map} +1 -1
- package/dist/{admin-metrics-IxLyJ-cP.d.ts → admin-metrics-BTgqWZXI.d.ts} +18 -18
- package/dist/{admin-metrics-IxLyJ-cP.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 +4 -4
- 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-Ca6UZywk.d.ts → client-interface-BQakINAH.d.ts} +10 -10
- package/dist/{client-interface-Ca6UZywk.d.ts.map → client-interface-BQakINAH.d.ts.map} +1 -1
- package/dist/config/schema.d.ts +1 -1
- package/dist/config-authoring.d.ts +1 -1
- package/dist/{current-user-DNxac4sS.d.ts → current-user-DosTPiF7.d.ts} +16 -16
- package/dist/{current-user-DNxac4sS.d.ts.map → current-user-DosTPiF7.d.ts.map} +1 -1
- package/dist/{email-outbox-ILs0LlGd.d.ts → email-outbox-C07KfbmL.d.ts} +155 -155
- package/dist/{email-outbox-ILs0LlGd.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 +4 -4
- 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.d.ts +112 -112
- package/dist/esm/interface/admin-interface.js +1 -1
- package/dist/esm/interface/admin-metrics.d.ts +17 -17
- package/dist/esm/interface/client-interface.js +1 -1
- package/dist/esm/interface/conversations.d.ts +36 -36
- package/dist/esm/interface/crud/current-user.d.ts +15 -15
- package/dist/esm/interface/crud/email-outbox.d.ts +154 -154
- package/dist/esm/interface/crud/invoices.d.ts +2 -2
- package/dist/esm/interface/crud/products.d.ts +20 -20
- package/dist/esm/interface/crud/project-api-keys.d.ts +4 -4
- package/dist/esm/interface/crud/projects.d.ts +94 -94
- package/dist/esm/interface/crud/team-member-profiles.d.ts +30 -30
- package/dist/esm/interface/crud/transactions.d.ts +23 -23
- package/dist/esm/interface/crud/transactions.d.ts.map +1 -1
- package/dist/esm/interface/crud/users.d.ts +14 -14
- package/dist/esm/interface/plan-usage.d.ts +2 -2
- package/dist/esm/interface/server-interface.js +1 -1
- package/dist/esm/interface/webhooks.d.ts +2 -2
- package/dist/esm/known-errors.d.ts +4 -4
- package/dist/esm/schema-fields.d.ts +5 -5
- package/dist/esm/sessions.d.ts +1 -1
- 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 +1 -1
- package/dist/interface/conversations.d.ts +36 -36
- 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/interface/webhooks.d.ts +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-g7JC8z58.d.ts → known-errors-BFf8SVm8.d.ts} +5 -5
- package/dist/{known-errors-g7JC8z58.d.ts.map → known-errors-BFf8SVm8.d.ts.map} +1 -1
- package/dist/known-errors.d.ts +1 -1
- package/dist/{plan-usage-D0kWw4HR.d.ts → plan-usage-CFwV688o.d.ts} +3 -3
- package/dist/{plan-usage-D0kWw4HR.d.ts.map → plan-usage-CFwV688o.d.ts.map} +1 -1
- package/dist/{products-C98fCS-1.d.ts → products-DzedG6oU.d.ts} +21 -21
- package/dist/{products-C98fCS-1.d.ts.map → products-DzedG6oU.d.ts.map} +1 -1
- package/dist/{project-api-keys-P97ElZZe.d.ts → project-api-keys-Di2ENRam.d.ts} +5 -5
- package/dist/{project-api-keys-P97ElZZe.d.ts.map → project-api-keys-Di2ENRam.d.ts.map} +1 -1
- package/dist/{projects-BM2a4sfO.d.ts → projects-W2I5ueag.d.ts} +95 -95
- package/dist/{projects-BM2a4sfO.d.ts.map → projects-W2I5ueag.d.ts.map} +1 -1
- package/dist/{schema-Bq1TSMFV.d.ts → schema-BXM8B2V2.d.ts} +113 -113
- package/dist/{schema-Bq1TSMFV.d.ts.map → schema-BXM8B2V2.d.ts.map} +1 -1
- package/dist/{schema-fields-Cch3V5nd.d.ts → schema-fields-DhryPaD4.d.ts} +6 -6
- package/dist/{schema-fields-Cch3V5nd.d.ts.map → schema-fields-DhryPaD4.d.ts.map} +1 -1
- package/dist/schema-fields.d.ts +1 -1
- package/dist/{server-interface-yKuDPrQI.d.ts → server-interface--aZDYxx4.d.ts} +8 -8
- package/dist/{server-interface-yKuDPrQI.d.ts.map → server-interface--aZDYxx4.d.ts.map} +1 -1
- package/dist/{sessions-DCTyJhi3.d.ts → sessions-CKNkS48M.d.ts} +3 -3
- package/dist/{sessions-DCTyJhi3.d.ts.map → sessions-CKNkS48M.d.ts.map} +1 -1
- package/dist/sessions.d.ts +1 -1
- package/dist/{team-member-profiles-CaD1OJqt.d.ts → team-member-profiles-BhcD2OP5.d.ts} +31 -31
- package/dist/{team-member-profiles-CaD1OJqt.d.ts.map → team-member-profiles-BhcD2OP5.d.ts.map} +1 -1
- package/dist/{transactions-CrAZLdGo.d.ts → transactions-icyjJzs-.d.ts} +24 -24
- package/dist/transactions-icyjJzs-.d.ts.map +1 -0
- package/dist/{users-DSpJgn9Z.d.ts → users-DMNuqLTW.d.ts} +16 -16
- package/dist/{users-DSpJgn9Z.d.ts.map → users-DMNuqLTW.d.ts.map} +1 -1
- package/dist/utils/promises.js +1 -1
- package/dist/{webhooks-_aXIgZBW.d.ts → webhooks-8Ts1Clcb.d.ts} +3 -3
- package/dist/{webhooks-_aXIgZBW.d.ts.map → webhooks-8Ts1Clcb.d.ts.map} +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 +4 -4
- 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-CrAZLdGo.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;
|
|
@@ -5,13 +5,10 @@ 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;
|
|
8
9
|
client_metadata?: {} | null | undefined;
|
|
9
10
|
client_read_only_metadata?: {} | null | undefined;
|
|
10
11
|
server_metadata?: {} | null | undefined;
|
|
11
|
-
free_trial?: import("../../utils/dates").DayInterval | undefined;
|
|
12
|
-
display_name: string;
|
|
13
|
-
server_only: boolean;
|
|
14
|
-
customer_type: "user" | "team" | "custom";
|
|
15
12
|
stackable: boolean;
|
|
16
13
|
prices: Record<string, {
|
|
17
14
|
USD?: string | undefined;
|
|
@@ -24,6 +21,9 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
|
|
|
24
21
|
interval?: import("../../utils/dates").DayInterval | undefined;
|
|
25
22
|
free_trial?: import("../../utils/dates").DayInterval | undefined;
|
|
26
23
|
}>;
|
|
24
|
+
display_name: string;
|
|
25
|
+
customer_type: "team" | "user" | "custom";
|
|
26
|
+
server_only: boolean;
|
|
27
27
|
included_items: Record<string, {
|
|
28
28
|
repeat?: "never" | import("../../utils/dates").DayInterval | undefined;
|
|
29
29
|
quantity?: number | undefined;
|
|
@@ -38,15 +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: {
|
|
42
|
+
free_trial?: import("../../utils/dates").DayInterval | undefined;
|
|
43
43
|
client_metadata?: {} | null | undefined;
|
|
44
44
|
client_read_only_metadata?: {} | null | undefined;
|
|
45
45
|
server_metadata?: {} | null | undefined;
|
|
46
|
-
free_trial?: import("../../utils/dates").DayInterval | undefined;
|
|
47
|
-
display_name: string;
|
|
48
|
-
server_only: boolean;
|
|
49
|
-
customer_type: "user" | "team" | "custom";
|
|
50
46
|
stackable: boolean;
|
|
51
47
|
prices: Record<string, {
|
|
52
48
|
USD?: string | undefined;
|
|
@@ -59,12 +55,16 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
|
|
|
59
55
|
interval?: import("../../utils/dates").DayInterval | undefined;
|
|
60
56
|
free_trial?: import("../../utils/dates").DayInterval | undefined;
|
|
61
57
|
}>;
|
|
58
|
+
display_name: string;
|
|
59
|
+
customer_type: "team" | "user" | "custom";
|
|
60
|
+
server_only: boolean;
|
|
62
61
|
included_items: Record<string, {
|
|
63
62
|
repeat?: "never" | import("../../utils/dates").DayInterval | undefined;
|
|
64
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,15 +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: {
|
|
105
|
+
free_trial?: import("../../utils/dates").DayInterval | undefined;
|
|
106
106
|
client_metadata?: {} | null | undefined;
|
|
107
107
|
client_read_only_metadata?: {} | null | undefined;
|
|
108
108
|
server_metadata?: {} | null | undefined;
|
|
109
|
-
free_trial?: import("../../utils/dates").DayInterval | undefined;
|
|
110
|
-
display_name: string;
|
|
111
|
-
server_only: boolean;
|
|
112
|
-
customer_type: "user" | "team" | "custom";
|
|
113
109
|
stackable: boolean;
|
|
114
110
|
prices: Record<string, {
|
|
115
111
|
USD?: string | undefined;
|
|
@@ -122,23 +118,22 @@ declare const customerProductsListResponseSchema: yup$1.ObjectSchema<{
|
|
|
122
118
|
interval?: import("../../utils/dates").DayInterval | undefined;
|
|
123
119
|
free_trial?: import("../../utils/dates").DayInterval | undefined;
|
|
124
120
|
}>;
|
|
121
|
+
display_name: string;
|
|
122
|
+
customer_type: "team" | "user" | "custom";
|
|
123
|
+
server_only: boolean;
|
|
125
124
|
included_items: Record<string, {
|
|
126
125
|
repeat?: "never" | import("../../utils/dates").DayInterval | undefined;
|
|
127
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
|
-
id: string | null;
|
|
133
|
-
quantity: number;
|
|
134
132
|
product: {
|
|
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
|
-
free_trial?: import("../../utils/dates").DayInterval | undefined;
|
|
139
|
-
display_name: string;
|
|
140
|
-
server_only: boolean;
|
|
141
|
-
customer_type: "user" | "team" | "custom";
|
|
142
137
|
stackable: boolean;
|
|
143
138
|
prices: Record<string, {
|
|
144
139
|
USD?: string | undefined;
|
|
@@ -151,12 +146,17 @@ declare const customerProductsListResponseSchema: yup$1.ObjectSchema<{
|
|
|
151
146
|
interval?: import("../../utils/dates").DayInterval | undefined;
|
|
152
147
|
free_trial?: import("../../utils/dates").DayInterval | undefined;
|
|
153
148
|
}>;
|
|
149
|
+
display_name: string;
|
|
150
|
+
customer_type: "team" | "user" | "custom";
|
|
151
|
+
server_only: boolean;
|
|
154
152
|
included_items: Record<string, {
|
|
155
153
|
repeat?: "never" | import("../../utils/dates").DayInterval | undefined;
|
|
156
154
|
quantity?: number | undefined;
|
|
157
155
|
expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
|
|
158
156
|
}>;
|
|
159
157
|
};
|
|
158
|
+
quantity: number;
|
|
159
|
+
id: string | null;
|
|
160
160
|
}[];
|
|
161
161
|
is_paginated: boolean;
|
|
162
162
|
pagination: {
|
|
@@ -79,11 +79,11 @@ declare const userApiKeysCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
79
79
|
user_id: undefined;
|
|
80
80
|
}, "">, userApiKeysCreateOutputSchema: yup$1.ObjectSchema<{
|
|
81
81
|
type: "user";
|
|
82
|
+
description: string;
|
|
82
83
|
id: string;
|
|
84
|
+
user_id: string;
|
|
83
85
|
created_at_millis: number;
|
|
84
86
|
expires_at_millis: number | undefined;
|
|
85
|
-
user_id: string;
|
|
86
|
-
description: string;
|
|
87
87
|
manually_revoked_at_millis: number | undefined;
|
|
88
88
|
is_public: boolean;
|
|
89
89
|
} & {
|
|
@@ -177,11 +177,11 @@ declare const teamApiKeysCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
177
177
|
team_id: undefined;
|
|
178
178
|
}, "">, teamApiKeysCreateOutputSchema: yup$1.ObjectSchema<{
|
|
179
179
|
type: "team";
|
|
180
|
+
description: string;
|
|
180
181
|
id: string;
|
|
182
|
+
team_id: string;
|
|
181
183
|
created_at_millis: number;
|
|
182
184
|
expires_at_millis: number | undefined;
|
|
183
|
-
team_id: string;
|
|
184
|
-
description: string;
|
|
185
185
|
manually_revoked_at_millis: number | undefined;
|
|
186
186
|
is_public: boolean;
|
|
187
187
|
} & {
|
|
@@ -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,6 +61,15 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
|
|
|
61
61
|
message: string;
|
|
62
62
|
}[];
|
|
63
63
|
config: {
|
|
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;
|
|
64
73
|
oauth_providers: {
|
|
65
74
|
client_id?: string | undefined;
|
|
66
75
|
client_secret?: string | undefined;
|
|
@@ -71,27 +80,18 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
|
|
|
71
80
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
72
81
|
provider_config_id: string;
|
|
73
82
|
}[];
|
|
83
|
+
enabled_oauth_providers: {
|
|
84
|
+
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
85
|
+
}[];
|
|
74
86
|
domains: {
|
|
75
87
|
domain: string;
|
|
76
88
|
handler_path: string;
|
|
77
89
|
}[];
|
|
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
|
-
enabled_oauth_providers: {
|
|
88
|
-
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
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,11 +223,20 @@ 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
|
+
allow_localhost?: boolean | undefined;
|
|
232
|
+
sign_up_enabled?: boolean | undefined;
|
|
233
|
+
credential_enabled?: boolean | undefined;
|
|
234
|
+
magic_link_enabled?: boolean | undefined;
|
|
235
|
+
passkey_enabled?: boolean | undefined;
|
|
236
|
+
client_team_creation_enabled?: boolean | undefined;
|
|
237
|
+
client_user_deletion_enabled?: boolean | undefined;
|
|
238
|
+
allow_user_api_keys?: boolean | undefined;
|
|
239
|
+
allow_team_api_keys?: boolean | undefined;
|
|
231
240
|
oauth_providers?: {
|
|
232
241
|
client_id?: string | undefined;
|
|
233
242
|
client_secret?: string | undefined;
|
|
@@ -241,20 +250,11 @@ declare const projectsCrudAdminUpdateSchema: import("yup").ObjectSchema<{
|
|
|
241
250
|
domain: string;
|
|
242
251
|
handler_path: string;
|
|
243
252
|
}[] | undefined;
|
|
244
|
-
allow_localhost?: boolean | undefined;
|
|
245
|
-
sign_up_enabled?: boolean | undefined;
|
|
246
|
-
credential_enabled?: boolean | undefined;
|
|
247
|
-
magic_link_enabled?: boolean | undefined;
|
|
248
|
-
passkey_enabled?: boolean | undefined;
|
|
249
|
-
client_team_creation_enabled?: boolean | undefined;
|
|
250
|
-
client_user_deletion_enabled?: boolean | undefined;
|
|
251
|
-
allow_user_api_keys?: boolean | undefined;
|
|
252
|
-
allow_team_api_keys?: boolean | 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,11 +303,20 @@ 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
|
+
allow_localhost?: boolean | undefined;
|
|
312
|
+
sign_up_enabled?: boolean | undefined;
|
|
313
|
+
credential_enabled?: boolean | undefined;
|
|
314
|
+
magic_link_enabled?: boolean | undefined;
|
|
315
|
+
passkey_enabled?: boolean | undefined;
|
|
316
|
+
client_team_creation_enabled?: boolean | undefined;
|
|
317
|
+
client_user_deletion_enabled?: boolean | undefined;
|
|
318
|
+
allow_user_api_keys?: boolean | undefined;
|
|
319
|
+
allow_team_api_keys?: boolean | undefined;
|
|
311
320
|
oauth_providers?: {
|
|
312
321
|
client_id?: string | undefined;
|
|
313
322
|
client_secret?: string | undefined;
|
|
@@ -321,20 +330,11 @@ declare const projectsCrudAdminCreateSchema: import("yup").ObjectSchema<{
|
|
|
321
330
|
domain: string;
|
|
322
331
|
handler_path: string;
|
|
323
332
|
}[] | undefined;
|
|
324
|
-
allow_localhost?: boolean | undefined;
|
|
325
|
-
sign_up_enabled?: boolean | undefined;
|
|
326
|
-
credential_enabled?: boolean | undefined;
|
|
327
|
-
magic_link_enabled?: boolean | undefined;
|
|
328
|
-
passkey_enabled?: boolean | undefined;
|
|
329
|
-
client_team_creation_enabled?: boolean | undefined;
|
|
330
|
-
client_user_deletion_enabled?: boolean | undefined;
|
|
331
|
-
allow_user_api_keys?: boolean | undefined;
|
|
332
|
-
allow_team_api_keys?: boolean | 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,6 +464,15 @@ declare const projectsCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
464
464
|
message: string;
|
|
465
465
|
}[];
|
|
466
466
|
config: {
|
|
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;
|
|
467
476
|
oauth_providers: {
|
|
468
477
|
client_id?: string | undefined;
|
|
469
478
|
client_secret?: string | undefined;
|
|
@@ -474,27 +483,18 @@ declare const projectsCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
474
483
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
475
484
|
provider_config_id: string;
|
|
476
485
|
}[];
|
|
486
|
+
enabled_oauth_providers: {
|
|
487
|
+
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
488
|
+
}[];
|
|
477
489
|
domains: {
|
|
478
490
|
domain: string;
|
|
479
491
|
handler_path: string;
|
|
480
492
|
}[];
|
|
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
|
-
enabled_oauth_providers: {
|
|
491
|
-
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
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,11 +578,20 @@ 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
|
+
allow_localhost?: boolean | undefined;
|
|
587
|
+
sign_up_enabled?: boolean | undefined;
|
|
588
|
+
credential_enabled?: boolean | undefined;
|
|
589
|
+
magic_link_enabled?: boolean | undefined;
|
|
590
|
+
passkey_enabled?: boolean | undefined;
|
|
591
|
+
client_team_creation_enabled?: boolean | undefined;
|
|
592
|
+
client_user_deletion_enabled?: boolean | undefined;
|
|
593
|
+
allow_user_api_keys?: boolean | undefined;
|
|
594
|
+
allow_team_api_keys?: boolean | undefined;
|
|
586
595
|
oauth_providers?: {
|
|
587
596
|
client_id?: string | undefined;
|
|
588
597
|
client_secret?: string | undefined;
|
|
@@ -596,20 +605,11 @@ declare const projectsCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
596
605
|
domain: string;
|
|
597
606
|
handler_path: string;
|
|
598
607
|
}[] | undefined;
|
|
599
|
-
allow_localhost?: boolean | undefined;
|
|
600
|
-
sign_up_enabled?: boolean | undefined;
|
|
601
|
-
credential_enabled?: boolean | undefined;
|
|
602
|
-
magic_link_enabled?: boolean | undefined;
|
|
603
|
-
passkey_enabled?: boolean | undefined;
|
|
604
|
-
client_team_creation_enabled?: boolean | undefined;
|
|
605
|
-
client_user_deletion_enabled?: boolean | undefined;
|
|
606
|
-
allow_user_api_keys?: boolean | undefined;
|
|
607
|
-
allow_team_api_keys?: boolean | 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,6 +697,15 @@ declare const adminUserProjectsCrud: import("../../crud").CrudSchemaFromOptions<
|
|
|
697
697
|
message: string;
|
|
698
698
|
}[];
|
|
699
699
|
config: {
|
|
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;
|
|
700
709
|
oauth_providers: {
|
|
701
710
|
client_id?: string | undefined;
|
|
702
711
|
client_secret?: string | undefined;
|
|
@@ -707,27 +716,18 @@ declare const adminUserProjectsCrud: import("../../crud").CrudSchemaFromOptions<
|
|
|
707
716
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
708
717
|
provider_config_id: string;
|
|
709
718
|
}[];
|
|
719
|
+
enabled_oauth_providers: {
|
|
720
|
+
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
721
|
+
}[];
|
|
710
722
|
domains: {
|
|
711
723
|
domain: string;
|
|
712
724
|
handler_path: string;
|
|
713
725
|
}[];
|
|
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
|
-
enabled_oauth_providers: {
|
|
724
|
-
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
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,11 +811,20 @@ 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
|
+
allow_localhost?: boolean | undefined;
|
|
820
|
+
sign_up_enabled?: boolean | undefined;
|
|
821
|
+
credential_enabled?: boolean | undefined;
|
|
822
|
+
magic_link_enabled?: boolean | undefined;
|
|
823
|
+
passkey_enabled?: boolean | undefined;
|
|
824
|
+
client_team_creation_enabled?: boolean | undefined;
|
|
825
|
+
client_user_deletion_enabled?: boolean | undefined;
|
|
826
|
+
allow_user_api_keys?: boolean | undefined;
|
|
827
|
+
allow_team_api_keys?: boolean | undefined;
|
|
819
828
|
oauth_providers?: {
|
|
820
829
|
client_id?: string | undefined;
|
|
821
830
|
client_secret?: string | undefined;
|
|
@@ -829,20 +838,11 @@ declare const adminUserProjectsCrud: import("../../crud").CrudSchemaFromOptions<
|
|
|
829
838
|
domain: string;
|
|
830
839
|
handler_path: string;
|
|
831
840
|
}[] | undefined;
|
|
832
|
-
allow_localhost?: boolean | undefined;
|
|
833
|
-
sign_up_enabled?: boolean | undefined;
|
|
834
|
-
credential_enabled?: boolean | undefined;
|
|
835
|
-
magic_link_enabled?: boolean | undefined;
|
|
836
|
-
passkey_enabled?: boolean | undefined;
|
|
837
|
-
client_team_creation_enabled?: boolean | undefined;
|
|
838
|
-
client_user_deletion_enabled?: boolean | undefined;
|
|
839
|
-
allow_user_api_keys?: boolean | undefined;
|
|
840
|
-
allow_team_api_keys?: boolean | 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";
|