@hexclave/shared 1.0.58 → 1.0.59
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-Do9G1zZ8.d.ts → admin-interface-v-CiCt1-.d.ts} +3 -3
- package/dist/{admin-interface-Do9G1zZ8.d.ts.map → admin-interface-v-CiCt1-.d.ts.map} +1 -1
- package/dist/config/schema.d.ts +1 -1
- package/dist/config-authoring.d.ts +1 -1
- package/dist/{email-outbox-D_wbK759.d.ts → email-outbox-B1wmVPRG.d.ts} +113 -113
- package/dist/{email-outbox-D_wbK759.d.ts.map → email-outbox-B1wmVPRG.d.ts.map} +1 -1
- package/dist/esm/config/schema.d.ts +155 -155
- package/dist/esm/interface/crud/email-outbox.d.ts +112 -112
- package/dist/index.d.ts +1 -1
- package/dist/interface/admin-interface.d.ts +1 -1
- package/dist/interface/crud/email-outbox.d.ts +1 -1
- package/dist/{schema-BvjIkl-K.d.ts → schema-DV0SQUbY.d.ts} +156 -156
- package/dist/{schema-BvjIkl-K.d.ts.map → schema-DV0SQUbY.d.ts.map} +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"email-outbox-
|
|
1
|
+
{"version":3,"file":"email-outbox-B1wmVPRG.d.ts","names":[],"sources":["../src/interface/crud/email-outbox.ts"],"mappings":";;;cAiNa,qBAAA,gBAAqB,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmBrB,uBAAA,gBAAuB,YAAA;;;;;;;;;;;;;;aASxB,MAAA;;;;;;;;;;;;;;;cAEC,eAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAsBD,eAAA,GAAkB,UAAU,QAAQ,eAAA"}
|
|
@@ -83,7 +83,7 @@ declare const branchConfigSchema: yup$1.Schema<Omit<Omit<{
|
|
|
83
83
|
sourceOfTruth: {
|
|
84
84
|
type: "hosted";
|
|
85
85
|
};
|
|
86
|
-
}, string>, "
|
|
86
|
+
}, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "users" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
|
|
87
87
|
payments?: {
|
|
88
88
|
blockNewPurchases?: boolean | undefined;
|
|
89
89
|
autoPay?: {
|
|
@@ -124,40 +124,6 @@ declare const branchConfigSchema: yup$1.Schema<Omit<Omit<{
|
|
|
124
124
|
}>;
|
|
125
125
|
}>;
|
|
126
126
|
} | undefined;
|
|
127
|
-
users: {
|
|
128
|
-
allowClientUserDeletion?: boolean | undefined;
|
|
129
|
-
};
|
|
130
|
-
teams: {
|
|
131
|
-
createPersonalTeamOnSignUp?: boolean | undefined;
|
|
132
|
-
allowClientTeamCreation?: boolean | undefined;
|
|
133
|
-
};
|
|
134
|
-
rbac: {
|
|
135
|
-
permissions: Record<string, {
|
|
136
|
-
description?: string | undefined;
|
|
137
|
-
scope?: "team" | "project" | undefined;
|
|
138
|
-
containedPermissionIds?: Record<string, true | undefined> | undefined;
|
|
139
|
-
} | undefined>;
|
|
140
|
-
defaultPermissions: {
|
|
141
|
-
teamCreator: Record<string, true | undefined>;
|
|
142
|
-
teamMember: Record<string, true | undefined>;
|
|
143
|
-
signUp: Record<string, true | undefined>;
|
|
144
|
-
};
|
|
145
|
-
};
|
|
146
|
-
onboarding: {
|
|
147
|
-
requireEmailVerification?: boolean | undefined;
|
|
148
|
-
};
|
|
149
|
-
apiKeys: {
|
|
150
|
-
enabled: {
|
|
151
|
-
team?: boolean | undefined;
|
|
152
|
-
user?: boolean | undefined;
|
|
153
|
-
};
|
|
154
|
-
};
|
|
155
|
-
apps: {
|
|
156
|
-
installed: Record<"teams" | "rbac" | "onboarding" | "payments" | "authentication" | "fraud-protection" | "analytics" | "api-keys" | "emails" | "support" | "email-api" | "data-vault" | "webhooks" | "tv-mode" | "launch-checklist" | "catalyst" | "neon" | "convex" | "vercel" | "tanstack-start" | "clickmaps" | "session-replays" | "cli-auth", {
|
|
157
|
-
enabled?: boolean | undefined;
|
|
158
|
-
}>;
|
|
159
|
-
};
|
|
160
|
-
domains: {};
|
|
161
127
|
auth: {
|
|
162
128
|
allowSignUp?: boolean | undefined;
|
|
163
129
|
signUpRulesDefaultAction?: string | undefined;
|
|
@@ -189,6 +155,25 @@ declare const branchConfigSchema: yup$1.Schema<Omit<Omit<{
|
|
|
189
155
|
};
|
|
190
156
|
}>;
|
|
191
157
|
};
|
|
158
|
+
onboarding: {
|
|
159
|
+
requireEmailVerification?: boolean | undefined;
|
|
160
|
+
};
|
|
161
|
+
teams: {
|
|
162
|
+
createPersonalTeamOnSignUp?: boolean | undefined;
|
|
163
|
+
allowClientTeamCreation?: boolean | undefined;
|
|
164
|
+
};
|
|
165
|
+
rbac: {
|
|
166
|
+
permissions: Record<string, {
|
|
167
|
+
description?: string | undefined;
|
|
168
|
+
scope?: "team" | "project" | undefined;
|
|
169
|
+
containedPermissionIds?: Record<string, true | undefined> | undefined;
|
|
170
|
+
} | undefined>;
|
|
171
|
+
defaultPermissions: {
|
|
172
|
+
teamCreator: Record<string, true | undefined>;
|
|
173
|
+
teamMember: Record<string, true | undefined>;
|
|
174
|
+
signUp: Record<string, true | undefined>;
|
|
175
|
+
};
|
|
176
|
+
};
|
|
192
177
|
emails: {
|
|
193
178
|
selectedThemeId?: string | undefined;
|
|
194
179
|
themes: Record<string, {
|
|
@@ -201,6 +186,21 @@ declare const branchConfigSchema: yup$1.Schema<Omit<Omit<{
|
|
|
201
186
|
tsxSource: string;
|
|
202
187
|
}>;
|
|
203
188
|
};
|
|
189
|
+
users: {
|
|
190
|
+
allowClientUserDeletion?: boolean | undefined;
|
|
191
|
+
};
|
|
192
|
+
apiKeys: {
|
|
193
|
+
enabled: {
|
|
194
|
+
team?: boolean | undefined;
|
|
195
|
+
user?: boolean | undefined;
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
apps: {
|
|
199
|
+
installed: Record<"authentication" | "fraud-protection" | "analytics" | "onboarding" | "teams" | "rbac" | "api-keys" | "payments" | "emails" | "support" | "email-api" | "data-vault" | "webhooks" | "tv-mode" | "launch-checklist" | "catalyst" | "neon" | "convex" | "vercel" | "tanstack-start" | "clickmaps" | "session-replays" | "cli-auth", {
|
|
200
|
+
enabled?: boolean | undefined;
|
|
201
|
+
}>;
|
|
202
|
+
};
|
|
203
|
+
domains: {};
|
|
204
204
|
dataVault: {
|
|
205
205
|
stores: Record<string, {
|
|
206
206
|
displayName?: string | undefined;
|
|
@@ -211,7 +211,7 @@ declare const branchConfigSchema: yup$1.Schema<Omit<Omit<{
|
|
|
211
211
|
project: {
|
|
212
212
|
requirePublishableClientKey: undefined;
|
|
213
213
|
};
|
|
214
|
-
}, string>, "
|
|
214
|
+
}, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "users" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
|
|
215
215
|
rbac: {
|
|
216
216
|
permissions: undefined;
|
|
217
217
|
defaultPermissions: {
|
|
@@ -283,7 +283,7 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
|
|
|
283
283
|
sourceOfTruth: {
|
|
284
284
|
type: "hosted";
|
|
285
285
|
};
|
|
286
|
-
}, string>, "
|
|
286
|
+
}, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "users" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
|
|
287
287
|
payments?: {
|
|
288
288
|
blockNewPurchases?: boolean | undefined;
|
|
289
289
|
autoPay?: {
|
|
@@ -324,40 +324,6 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
|
|
|
324
324
|
}>;
|
|
325
325
|
}>;
|
|
326
326
|
} | undefined;
|
|
327
|
-
users: {
|
|
328
|
-
allowClientUserDeletion?: boolean | undefined;
|
|
329
|
-
};
|
|
330
|
-
teams: {
|
|
331
|
-
createPersonalTeamOnSignUp?: boolean | undefined;
|
|
332
|
-
allowClientTeamCreation?: boolean | undefined;
|
|
333
|
-
};
|
|
334
|
-
rbac: {
|
|
335
|
-
permissions: Record<string, {
|
|
336
|
-
description?: string | undefined;
|
|
337
|
-
scope?: "team" | "project" | undefined;
|
|
338
|
-
containedPermissionIds?: Record<string, true | undefined> | undefined;
|
|
339
|
-
} | undefined>;
|
|
340
|
-
defaultPermissions: {
|
|
341
|
-
teamCreator: Record<string, true | undefined>;
|
|
342
|
-
teamMember: Record<string, true | undefined>;
|
|
343
|
-
signUp: Record<string, true | undefined>;
|
|
344
|
-
};
|
|
345
|
-
};
|
|
346
|
-
onboarding: {
|
|
347
|
-
requireEmailVerification?: boolean | undefined;
|
|
348
|
-
};
|
|
349
|
-
apiKeys: {
|
|
350
|
-
enabled: {
|
|
351
|
-
team?: boolean | undefined;
|
|
352
|
-
user?: boolean | undefined;
|
|
353
|
-
};
|
|
354
|
-
};
|
|
355
|
-
apps: {
|
|
356
|
-
installed: Record<"teams" | "rbac" | "onboarding" | "payments" | "authentication" | "fraud-protection" | "analytics" | "api-keys" | "emails" | "support" | "email-api" | "data-vault" | "webhooks" | "tv-mode" | "launch-checklist" | "catalyst" | "neon" | "convex" | "vercel" | "tanstack-start" | "clickmaps" | "session-replays" | "cli-auth", {
|
|
357
|
-
enabled?: boolean | undefined;
|
|
358
|
-
}>;
|
|
359
|
-
};
|
|
360
|
-
domains: {};
|
|
361
327
|
auth: {
|
|
362
328
|
allowSignUp?: boolean | undefined;
|
|
363
329
|
signUpRulesDefaultAction?: string | undefined;
|
|
@@ -389,6 +355,25 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
|
|
|
389
355
|
};
|
|
390
356
|
}>;
|
|
391
357
|
};
|
|
358
|
+
onboarding: {
|
|
359
|
+
requireEmailVerification?: boolean | undefined;
|
|
360
|
+
};
|
|
361
|
+
teams: {
|
|
362
|
+
createPersonalTeamOnSignUp?: boolean | undefined;
|
|
363
|
+
allowClientTeamCreation?: boolean | undefined;
|
|
364
|
+
};
|
|
365
|
+
rbac: {
|
|
366
|
+
permissions: Record<string, {
|
|
367
|
+
description?: string | undefined;
|
|
368
|
+
scope?: "team" | "project" | undefined;
|
|
369
|
+
containedPermissionIds?: Record<string, true | undefined> | undefined;
|
|
370
|
+
} | undefined>;
|
|
371
|
+
defaultPermissions: {
|
|
372
|
+
teamCreator: Record<string, true | undefined>;
|
|
373
|
+
teamMember: Record<string, true | undefined>;
|
|
374
|
+
signUp: Record<string, true | undefined>;
|
|
375
|
+
};
|
|
376
|
+
};
|
|
392
377
|
emails: {
|
|
393
378
|
selectedThemeId?: string | undefined;
|
|
394
379
|
themes: Record<string, {
|
|
@@ -401,12 +386,27 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
|
|
|
401
386
|
tsxSource: string;
|
|
402
387
|
}>;
|
|
403
388
|
};
|
|
389
|
+
users: {
|
|
390
|
+
allowClientUserDeletion?: boolean | undefined;
|
|
391
|
+
};
|
|
392
|
+
apiKeys: {
|
|
393
|
+
enabled: {
|
|
394
|
+
team?: boolean | undefined;
|
|
395
|
+
user?: boolean | undefined;
|
|
396
|
+
};
|
|
397
|
+
};
|
|
398
|
+
apps: {
|
|
399
|
+
installed: Record<"authentication" | "fraud-protection" | "analytics" | "onboarding" | "teams" | "rbac" | "api-keys" | "payments" | "emails" | "support" | "email-api" | "data-vault" | "webhooks" | "tv-mode" | "launch-checklist" | "catalyst" | "neon" | "convex" | "vercel" | "tanstack-start" | "clickmaps" | "session-replays" | "cli-auth", {
|
|
400
|
+
enabled?: boolean | undefined;
|
|
401
|
+
}>;
|
|
402
|
+
};
|
|
403
|
+
domains: {};
|
|
404
404
|
dataVault: {
|
|
405
405
|
stores: Record<string, {
|
|
406
406
|
displayName?: string | undefined;
|
|
407
407
|
}>;
|
|
408
408
|
};
|
|
409
|
-
}>, "
|
|
409
|
+
}>, "auth" | "analytics" | "payments" | "emails" | "domains" | "customDashboards" | "dbSync"> & {
|
|
410
410
|
payments?: (Omit<{
|
|
411
411
|
blockNewPurchases?: boolean | undefined;
|
|
412
412
|
autoPay?: {
|
|
@@ -449,13 +449,6 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
|
|
|
449
449
|
}, "testMode"> & {
|
|
450
450
|
testMode?: boolean | undefined;
|
|
451
451
|
}) | undefined;
|
|
452
|
-
domains: Omit<{}, "allowLocalhost" | "trustedDomains"> & {
|
|
453
|
-
allowLocalhost?: boolean | undefined;
|
|
454
|
-
trustedDomains: Record<string, {
|
|
455
|
-
baseUrl?: string | undefined;
|
|
456
|
-
handlerPath?: string | undefined;
|
|
457
|
-
}>;
|
|
458
|
-
};
|
|
459
452
|
auth: Omit<{
|
|
460
453
|
allowSignUp?: boolean | undefined;
|
|
461
454
|
signUpRulesDefaultAction?: string | undefined;
|
|
@@ -550,6 +543,13 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
|
|
|
550
543
|
managedSenderLocalPart?: string | undefined;
|
|
551
544
|
};
|
|
552
545
|
};
|
|
546
|
+
domains: Omit<{}, "allowLocalhost" | "trustedDomains"> & {
|
|
547
|
+
allowLocalhost?: boolean | undefined;
|
|
548
|
+
trustedDomains: Record<string, {
|
|
549
|
+
baseUrl?: string | undefined;
|
|
550
|
+
handlerPath?: string | undefined;
|
|
551
|
+
}>;
|
|
552
|
+
};
|
|
553
553
|
customDashboards: Record<string, {
|
|
554
554
|
displayName: string;
|
|
555
555
|
tsxSource: string;
|
|
@@ -565,7 +565,7 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
|
|
|
565
565
|
project: {
|
|
566
566
|
requirePublishableClientKey: undefined;
|
|
567
567
|
};
|
|
568
|
-
}, string>, "
|
|
568
|
+
}, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "users" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
|
|
569
569
|
rbac: {
|
|
570
570
|
permissions: undefined;
|
|
571
571
|
defaultPermissions: {
|
|
@@ -629,13 +629,13 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
|
|
|
629
629
|
dataVault: {
|
|
630
630
|
stores: undefined;
|
|
631
631
|
};
|
|
632
|
-
}>, "
|
|
632
|
+
}>, "auth" | "analytics" | "payments" | "emails" | "domains" | "customDashboards" | "dbSync"> & {
|
|
633
633
|
auth: Omit<NonNullable<Omit<Omit<{
|
|
634
634
|
sourceOfTruth: undefined;
|
|
635
635
|
project: {
|
|
636
636
|
requirePublishableClientKey: undefined;
|
|
637
637
|
};
|
|
638
|
-
}, string>, "
|
|
638
|
+
}, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "users" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
|
|
639
639
|
rbac: {
|
|
640
640
|
permissions: undefined;
|
|
641
641
|
defaultPermissions: {
|
|
@@ -705,7 +705,7 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
|
|
|
705
705
|
project: {
|
|
706
706
|
requirePublishableClientKey: undefined;
|
|
707
707
|
};
|
|
708
|
-
}, string>, "
|
|
708
|
+
}, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "users" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
|
|
709
709
|
rbac: {
|
|
710
710
|
permissions: undefined;
|
|
711
711
|
defaultPermissions: {
|
|
@@ -778,7 +778,7 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
|
|
|
778
778
|
project: {
|
|
779
779
|
requirePublishableClientKey: undefined;
|
|
780
780
|
};
|
|
781
|
-
}, string>, "
|
|
781
|
+
}, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "users" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
|
|
782
782
|
rbac: {
|
|
783
783
|
permissions: undefined;
|
|
784
784
|
defaultPermissions: {
|
|
@@ -861,7 +861,7 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
|
|
|
861
861
|
project: {
|
|
862
862
|
requirePublishableClientKey: undefined;
|
|
863
863
|
};
|
|
864
|
-
}, string>, "
|
|
864
|
+
}, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "users" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
|
|
865
865
|
rbac: {
|
|
866
866
|
permissions: undefined;
|
|
867
867
|
defaultPermissions: {
|
|
@@ -934,7 +934,7 @@ declare const environmentConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<Omit<{
|
|
|
934
934
|
project: {
|
|
935
935
|
requirePublishableClientKey: undefined;
|
|
936
936
|
};
|
|
937
|
-
}, string>, "
|
|
937
|
+
}, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "users" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
|
|
938
938
|
rbac: {
|
|
939
939
|
permissions: undefined;
|
|
940
940
|
defaultPermissions: {
|
|
@@ -1016,7 +1016,7 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
|
|
|
1016
1016
|
sourceOfTruth: {
|
|
1017
1017
|
type: "hosted";
|
|
1018
1018
|
};
|
|
1019
|
-
}, string>, "
|
|
1019
|
+
}, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "users" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
|
|
1020
1020
|
payments?: {
|
|
1021
1021
|
blockNewPurchases?: boolean | undefined;
|
|
1022
1022
|
autoPay?: {
|
|
@@ -1057,40 +1057,6 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
|
|
|
1057
1057
|
}>;
|
|
1058
1058
|
}>;
|
|
1059
1059
|
} | undefined;
|
|
1060
|
-
users: {
|
|
1061
|
-
allowClientUserDeletion?: boolean | undefined;
|
|
1062
|
-
};
|
|
1063
|
-
teams: {
|
|
1064
|
-
createPersonalTeamOnSignUp?: boolean | undefined;
|
|
1065
|
-
allowClientTeamCreation?: boolean | undefined;
|
|
1066
|
-
};
|
|
1067
|
-
rbac: {
|
|
1068
|
-
permissions: Record<string, {
|
|
1069
|
-
description?: string | undefined;
|
|
1070
|
-
scope?: "team" | "project" | undefined;
|
|
1071
|
-
containedPermissionIds?: Record<string, true | undefined> | undefined;
|
|
1072
|
-
} | undefined>;
|
|
1073
|
-
defaultPermissions: {
|
|
1074
|
-
teamCreator: Record<string, true | undefined>;
|
|
1075
|
-
teamMember: Record<string, true | undefined>;
|
|
1076
|
-
signUp: Record<string, true | undefined>;
|
|
1077
|
-
};
|
|
1078
|
-
};
|
|
1079
|
-
onboarding: {
|
|
1080
|
-
requireEmailVerification?: boolean | undefined;
|
|
1081
|
-
};
|
|
1082
|
-
apiKeys: {
|
|
1083
|
-
enabled: {
|
|
1084
|
-
team?: boolean | undefined;
|
|
1085
|
-
user?: boolean | undefined;
|
|
1086
|
-
};
|
|
1087
|
-
};
|
|
1088
|
-
apps: {
|
|
1089
|
-
installed: Record<"teams" | "rbac" | "onboarding" | "payments" | "authentication" | "fraud-protection" | "analytics" | "api-keys" | "emails" | "support" | "email-api" | "data-vault" | "webhooks" | "tv-mode" | "launch-checklist" | "catalyst" | "neon" | "convex" | "vercel" | "tanstack-start" | "clickmaps" | "session-replays" | "cli-auth", {
|
|
1090
|
-
enabled?: boolean | undefined;
|
|
1091
|
-
}>;
|
|
1092
|
-
};
|
|
1093
|
-
domains: {};
|
|
1094
1060
|
auth: {
|
|
1095
1061
|
allowSignUp?: boolean | undefined;
|
|
1096
1062
|
signUpRulesDefaultAction?: string | undefined;
|
|
@@ -1122,6 +1088,25 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
|
|
|
1122
1088
|
};
|
|
1123
1089
|
}>;
|
|
1124
1090
|
};
|
|
1091
|
+
onboarding: {
|
|
1092
|
+
requireEmailVerification?: boolean | undefined;
|
|
1093
|
+
};
|
|
1094
|
+
teams: {
|
|
1095
|
+
createPersonalTeamOnSignUp?: boolean | undefined;
|
|
1096
|
+
allowClientTeamCreation?: boolean | undefined;
|
|
1097
|
+
};
|
|
1098
|
+
rbac: {
|
|
1099
|
+
permissions: Record<string, {
|
|
1100
|
+
description?: string | undefined;
|
|
1101
|
+
scope?: "team" | "project" | undefined;
|
|
1102
|
+
containedPermissionIds?: Record<string, true | undefined> | undefined;
|
|
1103
|
+
} | undefined>;
|
|
1104
|
+
defaultPermissions: {
|
|
1105
|
+
teamCreator: Record<string, true | undefined>;
|
|
1106
|
+
teamMember: Record<string, true | undefined>;
|
|
1107
|
+
signUp: Record<string, true | undefined>;
|
|
1108
|
+
};
|
|
1109
|
+
};
|
|
1125
1110
|
emails: {
|
|
1126
1111
|
selectedThemeId?: string | undefined;
|
|
1127
1112
|
themes: Record<string, {
|
|
@@ -1134,12 +1119,27 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
|
|
|
1134
1119
|
tsxSource: string;
|
|
1135
1120
|
}>;
|
|
1136
1121
|
};
|
|
1122
|
+
users: {
|
|
1123
|
+
allowClientUserDeletion?: boolean | undefined;
|
|
1124
|
+
};
|
|
1125
|
+
apiKeys: {
|
|
1126
|
+
enabled: {
|
|
1127
|
+
team?: boolean | undefined;
|
|
1128
|
+
user?: boolean | undefined;
|
|
1129
|
+
};
|
|
1130
|
+
};
|
|
1131
|
+
apps: {
|
|
1132
|
+
installed: Record<"authentication" | "fraud-protection" | "analytics" | "onboarding" | "teams" | "rbac" | "api-keys" | "payments" | "emails" | "support" | "email-api" | "data-vault" | "webhooks" | "tv-mode" | "launch-checklist" | "catalyst" | "neon" | "convex" | "vercel" | "tanstack-start" | "clickmaps" | "session-replays" | "cli-auth", {
|
|
1133
|
+
enabled?: boolean | undefined;
|
|
1134
|
+
}>;
|
|
1135
|
+
};
|
|
1136
|
+
domains: {};
|
|
1137
1137
|
dataVault: {
|
|
1138
1138
|
stores: Record<string, {
|
|
1139
1139
|
displayName?: string | undefined;
|
|
1140
1140
|
}>;
|
|
1141
1141
|
};
|
|
1142
|
-
}>, "
|
|
1142
|
+
}>, "auth" | "analytics" | "payments" | "emails" | "domains" | "customDashboards" | "dbSync"> & {
|
|
1143
1143
|
payments?: (Omit<{
|
|
1144
1144
|
blockNewPurchases?: boolean | undefined;
|
|
1145
1145
|
autoPay?: {
|
|
@@ -1182,13 +1182,6 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
|
|
|
1182
1182
|
}, "testMode"> & {
|
|
1183
1183
|
testMode?: boolean | undefined;
|
|
1184
1184
|
}) | undefined;
|
|
1185
|
-
domains: Omit<{}, "allowLocalhost" | "trustedDomains"> & {
|
|
1186
|
-
allowLocalhost?: boolean | undefined;
|
|
1187
|
-
trustedDomains: Record<string, {
|
|
1188
|
-
baseUrl?: string | undefined;
|
|
1189
|
-
handlerPath?: string | undefined;
|
|
1190
|
-
}>;
|
|
1191
|
-
};
|
|
1192
1185
|
auth: Omit<{
|
|
1193
1186
|
allowSignUp?: boolean | undefined;
|
|
1194
1187
|
signUpRulesDefaultAction?: string | undefined;
|
|
@@ -1283,6 +1276,13 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
|
|
|
1283
1276
|
managedSenderLocalPart?: string | undefined;
|
|
1284
1277
|
};
|
|
1285
1278
|
};
|
|
1279
|
+
domains: Omit<{}, "allowLocalhost" | "trustedDomains"> & {
|
|
1280
|
+
allowLocalhost?: boolean | undefined;
|
|
1281
|
+
trustedDomains: Record<string, {
|
|
1282
|
+
baseUrl?: string | undefined;
|
|
1283
|
+
handlerPath?: string | undefined;
|
|
1284
|
+
}>;
|
|
1285
|
+
};
|
|
1286
1286
|
customDashboards: Record<string, {
|
|
1287
1287
|
displayName: string;
|
|
1288
1288
|
tsxSource: string;
|
|
@@ -1298,7 +1298,7 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
|
|
|
1298
1298
|
project: {
|
|
1299
1299
|
requirePublishableClientKey: undefined;
|
|
1300
1300
|
};
|
|
1301
|
-
}, string>, "
|
|
1301
|
+
}, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "users" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
|
|
1302
1302
|
rbac: {
|
|
1303
1303
|
permissions: undefined;
|
|
1304
1304
|
defaultPermissions: {
|
|
@@ -1362,13 +1362,13 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
|
|
|
1362
1362
|
dataVault: {
|
|
1363
1363
|
stores: undefined;
|
|
1364
1364
|
};
|
|
1365
|
-
}>, "
|
|
1365
|
+
}>, "auth" | "analytics" | "payments" | "emails" | "domains" | "customDashboards" | "dbSync"> & {
|
|
1366
1366
|
auth: Omit<NonNullable<Omit<Omit<{
|
|
1367
1367
|
sourceOfTruth: undefined;
|
|
1368
1368
|
project: {
|
|
1369
1369
|
requirePublishableClientKey: undefined;
|
|
1370
1370
|
};
|
|
1371
|
-
}, string>, "
|
|
1371
|
+
}, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "users" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
|
|
1372
1372
|
rbac: {
|
|
1373
1373
|
permissions: undefined;
|
|
1374
1374
|
defaultPermissions: {
|
|
@@ -1438,7 +1438,7 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
|
|
|
1438
1438
|
project: {
|
|
1439
1439
|
requirePublishableClientKey: undefined;
|
|
1440
1440
|
};
|
|
1441
|
-
}, string>, "
|
|
1441
|
+
}, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "users" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
|
|
1442
1442
|
rbac: {
|
|
1443
1443
|
permissions: undefined;
|
|
1444
1444
|
defaultPermissions: {
|
|
@@ -1511,7 +1511,7 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
|
|
|
1511
1511
|
project: {
|
|
1512
1512
|
requirePublishableClientKey: undefined;
|
|
1513
1513
|
};
|
|
1514
|
-
}, string>, "
|
|
1514
|
+
}, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "users" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
|
|
1515
1515
|
rbac: {
|
|
1516
1516
|
permissions: undefined;
|
|
1517
1517
|
defaultPermissions: {
|
|
@@ -1594,7 +1594,7 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
|
|
|
1594
1594
|
project: {
|
|
1595
1595
|
requirePublishableClientKey: undefined;
|
|
1596
1596
|
};
|
|
1597
|
-
}, string>, "
|
|
1597
|
+
}, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "users" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
|
|
1598
1598
|
rbac: {
|
|
1599
1599
|
permissions: undefined;
|
|
1600
1600
|
defaultPermissions: {
|
|
@@ -1667,7 +1667,7 @@ declare const organizationConfigSchema: yup$1.Schema<Omit<NonNullable<Omit<NonNu
|
|
|
1667
1667
|
project: {
|
|
1668
1668
|
requirePublishableClientKey: undefined;
|
|
1669
1669
|
};
|
|
1670
|
-
}, string>, "
|
|
1670
|
+
}, string>, "auth" | "onboarding" | "teams" | "rbac" | "payments" | "emails" | "users" | "apiKeys" | "apps" | "domains" | "dataVault"> & {
|
|
1671
1671
|
rbac: {
|
|
1672
1672
|
permissions: undefined;
|
|
1673
1673
|
defaultPermissions: {
|
|
@@ -2143,8 +2143,23 @@ declare function sanitizeOrganizationConfig(config: OrganizationRenderedConfigBe
|
|
|
2143
2143
|
} & {
|
|
2144
2144
|
readonly type: "hosted";
|
|
2145
2145
|
};
|
|
2146
|
-
|
|
2147
|
-
|
|
2146
|
+
analytics: {
|
|
2147
|
+
queryFolders: {
|
|
2148
|
+
[x: string]: {
|
|
2149
|
+
displayName: string;
|
|
2150
|
+
sortOrder: number;
|
|
2151
|
+
queries: {
|
|
2152
|
+
[x: string]: {
|
|
2153
|
+
description: string | undefined;
|
|
2154
|
+
displayName: string;
|
|
2155
|
+
sqlQuery: string;
|
|
2156
|
+
};
|
|
2157
|
+
};
|
|
2158
|
+
};
|
|
2159
|
+
};
|
|
2160
|
+
};
|
|
2161
|
+
onboarding: {
|
|
2162
|
+
requireEmailVerification: boolean;
|
|
2148
2163
|
};
|
|
2149
2164
|
teams: {
|
|
2150
2165
|
createPersonalTeamOnSignUp: boolean;
|
|
@@ -2172,8 +2187,8 @@ declare function sanitizeOrganizationConfig(config: OrganizationRenderedConfigBe
|
|
|
2172
2187
|
};
|
|
2173
2188
|
};
|
|
2174
2189
|
};
|
|
2175
|
-
|
|
2176
|
-
|
|
2190
|
+
users: {
|
|
2191
|
+
allowClientUserDeletion: boolean;
|
|
2177
2192
|
};
|
|
2178
2193
|
apiKeys: {
|
|
2179
2194
|
enabled: {
|
|
@@ -2190,21 +2205,6 @@ declare function sanitizeOrganizationConfig(config: OrganizationRenderedConfigBe
|
|
|
2190
2205
|
};
|
|
2191
2206
|
};
|
|
2192
2207
|
};
|
|
2193
|
-
analytics: {
|
|
2194
|
-
queryFolders: {
|
|
2195
|
-
[x: string]: {
|
|
2196
|
-
displayName: string;
|
|
2197
|
-
sortOrder: number;
|
|
2198
|
-
queries: {
|
|
2199
|
-
[x: string]: {
|
|
2200
|
-
description: string | undefined;
|
|
2201
|
-
displayName: string;
|
|
2202
|
-
sqlQuery: string;
|
|
2203
|
-
};
|
|
2204
|
-
};
|
|
2205
|
-
};
|
|
2206
|
-
};
|
|
2207
|
-
};
|
|
2208
2208
|
dataVault: {
|
|
2209
2209
|
stores: {
|
|
2210
2210
|
[x: string]: {
|