@hexclave/shared 1.0.43 → 1.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{admin-interface-Bv8rBJo-.d.ts → admin-interface-B-UjGQ0i.d.ts} +11 -13
- package/dist/admin-interface-B-UjGQ0i.d.ts.map +1 -0
- package/dist/{admin-metrics-DyW8_G82.d.ts → admin-metrics-1yiWGq9z.d.ts} +10 -10
- package/dist/{admin-metrics-DyW8_G82.d.ts.map → admin-metrics-1yiWGq9z.d.ts.map} +1 -1
- package/dist/ai/unified-prompts/reminders.js +2 -2
- package/dist/ai/unified-prompts/reminders.js.map +1 -1
- package/dist/{client-interface-CGrvUtX0.d.ts → client-interface-DjVtlQix.d.ts} +10 -10
- package/dist/{client-interface-CGrvUtX0.d.ts.map → client-interface-DjVtlQix.d.ts.map} +1 -1
- package/dist/config/schema-fuzzer.test.js +0 -4
- package/dist/config/schema-fuzzer.test.js.map +1 -1
- package/dist/config/schema.d.ts +1 -1
- package/dist/config/schema.js +9 -8
- package/dist/config/schema.js.map +1 -1
- package/dist/config-authoring.d.ts +1 -1
- package/dist/{current-user-Dvf8Ttjo.d.ts → current-user-BCkMYzHx.d.ts} +15 -15
- package/dist/{current-user-Dvf8Ttjo.d.ts.map → current-user-BCkMYzHx.d.ts.map} +1 -1
- package/dist/{email-outbox-BVqBaXpn.d.ts → email-outbox-BRZiK0ZG.d.ts} +199 -199
- package/dist/{email-outbox-BVqBaXpn.d.ts.map → email-outbox-BRZiK0ZG.d.ts.map} +1 -1
- package/dist/esm/ai/unified-prompts/reminders.js +2 -1
- package/dist/esm/ai/unified-prompts/reminders.js.map +1 -1
- package/dist/esm/config/schema-fuzzer.test.js +0 -4
- package/dist/esm/config/schema-fuzzer.test.js.map +1 -1
- package/dist/esm/config/schema.d.ts +135 -174
- package/dist/esm/config/schema.d.ts.map +1 -1
- package/dist/esm/config/schema.js +9 -8
- package/dist/esm/config/schema.js.map +1 -1
- package/dist/esm/interface/admin-interface.d.ts +0 -2
- package/dist/esm/interface/admin-interface.d.ts.map +1 -1
- package/dist/esm/interface/admin-interface.js +0 -12
- package/dist/esm/interface/admin-interface.js.map +1 -1
- package/dist/esm/interface/admin-metrics.d.ts +9 -9
- package/dist/esm/interface/conversations.d.ts +7 -7
- package/dist/esm/interface/crud/current-user.d.ts +14 -14
- package/dist/esm/interface/crud/email-outbox.d.ts +198 -198
- package/dist/esm/interface/crud/invoices.d.ts +1 -1
- package/dist/esm/interface/crud/products.d.ts +21 -21
- package/dist/esm/interface/crud/project-api-keys.d.ts +4 -4
- package/dist/esm/interface/crud/projects.d.ts +23 -23
- package/dist/esm/interface/crud/team-member-profiles.d.ts +22 -22
- package/dist/esm/interface/crud/transactions.d.ts +17 -17
- package/dist/esm/interface/crud/transactions.d.ts.map +1 -1
- package/dist/esm/interface/crud/users.d.ts +12 -12
- package/dist/esm/interface/plan-usage.d.ts +2 -2
- package/dist/esm/interface/server-interface.d.ts +2 -0
- package/dist/esm/interface/server-interface.d.ts.map +1 -1
- package/dist/esm/interface/server-interface.js +12 -0
- package/dist/esm/interface/server-interface.js.map +1 -1
- package/dist/esm/interface/webhooks.d.ts +2 -2
- package/dist/esm/known-errors.d.ts +3 -3
- package/dist/esm/schema-fields.d.ts +12 -12
- package/dist/esm/sessions.d.ts +9 -9
- 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 +0 -12
- package/dist/interface/admin-interface.js.map +1 -1
- package/dist/interface/admin-metrics.d.ts +1 -1
- package/dist/interface/client-interface.d.ts +1 -1
- package/dist/interface/conversations.d.ts +7 -7
- 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 +12 -0
- package/dist/interface/server-interface.js.map +1 -1
- package/dist/interface/webhooks.d.ts +1 -1
- package/dist/{invoices-U65KzAZX.d.ts → invoices-BGLLnTlR.d.ts} +2 -2
- package/dist/{invoices-U65KzAZX.d.ts.map → invoices-BGLLnTlR.d.ts.map} +1 -1
- package/dist/{known-errors-Bm4a61wL.d.ts → known-errors-g7JC8z58.d.ts} +4 -4
- package/dist/{known-errors-Bm4a61wL.d.ts.map → known-errors-g7JC8z58.d.ts.map} +1 -1
- package/dist/known-errors.d.ts +1 -1
- package/dist/{plan-usage-DfDoj5K4.d.ts → plan-usage-BigvGIcT.d.ts} +3 -3
- package/dist/{plan-usage-DfDoj5K4.d.ts.map → plan-usage-BigvGIcT.d.ts.map} +1 -1
- package/dist/{products-Bs74ld-v.d.ts → products-D_fcxfR0.d.ts} +22 -22
- package/dist/{products-Bs74ld-v.d.ts.map → products-D_fcxfR0.d.ts.map} +1 -1
- package/dist/{project-api-keys--7V5X_UW.d.ts → project-api-keys-OQqmKtMS.d.ts} +5 -5
- package/dist/{project-api-keys--7V5X_UW.d.ts.map → project-api-keys-OQqmKtMS.d.ts.map} +1 -1
- package/dist/{projects-CgFGB3nO.d.ts → projects-C42SVFvm.d.ts} +24 -24
- package/dist/{projects-CgFGB3nO.d.ts.map → projects-C42SVFvm.d.ts.map} +1 -1
- package/dist/{schema-01nWxmb4.d.ts → schema-Bgy-GC70.d.ts} +136 -175
- package/dist/schema-Bgy-GC70.d.ts.map +1 -0
- package/dist/{schema-fields-DqGQ4kF7.d.ts → schema-fields-BljhsWsa.d.ts} +13 -13
- package/dist/{schema-fields-DqGQ4kF7.d.ts.map → schema-fields-BljhsWsa.d.ts.map} +1 -1
- package/dist/schema-fields.d.ts +1 -1
- package/dist/{server-interface-BUPG1kor.d.ts → server-interface-C1W1tZ_y.d.ts} +10 -8
- package/dist/server-interface-C1W1tZ_y.d.ts.map +1 -0
- package/dist/{sessions-d8qtvBUB.d.ts → sessions-C0nM8bE_.d.ts} +11 -11
- package/dist/{sessions-d8qtvBUB.d.ts.map → sessions-C0nM8bE_.d.ts.map} +1 -1
- package/dist/sessions.d.ts +1 -1
- package/dist/{team-member-profiles-uTluO8XI.d.ts → team-member-profiles-CgYXR-Rx.d.ts} +23 -23
- package/dist/{team-member-profiles-uTluO8XI.d.ts.map → team-member-profiles-CgYXR-Rx.d.ts.map} +1 -1
- package/dist/{transactions-DhnbvGH5.d.ts → transactions-BomBBiph.d.ts} +18 -18
- package/dist/transactions-BomBBiph.d.ts.map +1 -0
- package/dist/{users-CmBBuF00.d.ts → users-7MKfEyyq.d.ts} +14 -14
- package/dist/{users-CmBBuF00.d.ts.map → users-7MKfEyyq.d.ts.map} +1 -1
- package/dist/{webhooks-ByXrdSOx.d.ts → webhooks-C5gG85Ce.d.ts} +3 -3
- package/dist/{webhooks-ByXrdSOx.d.ts.map → webhooks-C5gG85Ce.d.ts.map} +1 -1
- package/package.json +1 -1
- package/src/ai/unified-prompts/reminders.ts +1 -0
- package/src/config/schema-fuzzer.test.ts +11 -11
- package/src/config/schema.ts +35 -14
- package/src/interface/admin-interface.ts +0 -20
- package/src/interface/server-interface.ts +20 -0
- package/dist/admin-interface-Bv8rBJo-.d.ts.map +0 -1
- package/dist/schema-01nWxmb4.d.ts.map +0 -1
- package/dist/server-interface-BUPG1kor.d.ts.map +0 -1
- package/dist/transactions-DhnbvGH5.d.ts.map +0 -1
|
@@ -2,7 +2,7 @@ import { c as CrudTypeOf, s as CrudSchemaFromOptions } from "./crud-CqmEW9s6.js"
|
|
|
2
2
|
|
|
3
3
|
//#region src/interface/crud/projects.d.ts
|
|
4
4
|
declare const emailConfigSchema: import("yup").ObjectSchema<{
|
|
5
|
-
type: "
|
|
5
|
+
type: "standard" | "shared";
|
|
6
6
|
host: string | undefined;
|
|
7
7
|
port: number | undefined;
|
|
8
8
|
username: string | undefined;
|
|
@@ -19,7 +19,7 @@ declare const emailConfigSchema: import("yup").ObjectSchema<{
|
|
|
19
19
|
sender_email: undefined;
|
|
20
20
|
}, "">;
|
|
21
21
|
declare const emailConfigWithoutPasswordSchema: import("yup").ObjectSchema<{
|
|
22
|
-
type: "
|
|
22
|
+
type: "standard" | "shared";
|
|
23
23
|
host: string | undefined;
|
|
24
24
|
port: number | undefined;
|
|
25
25
|
username: string | undefined;
|
|
@@ -50,7 +50,7 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
|
|
|
50
50
|
onboarding_state: {
|
|
51
51
|
selected_config_choice: "create-new" | "link-existing";
|
|
52
52
|
selected_apps: string[];
|
|
53
|
-
selected_sign_in_methods: ("google" | "github" | "microsoft" | "
|
|
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;
|
|
@@ -67,7 +67,7 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
|
|
|
67
67
|
facebook_config_id?: string | undefined;
|
|
68
68
|
microsoft_tenant_id?: string | undefined;
|
|
69
69
|
apple_bundle_ids?: string[] | undefined;
|
|
70
|
-
type: "
|
|
70
|
+
type: "standard" | "shared";
|
|
71
71
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
72
72
|
provider_config_id: string;
|
|
73
73
|
}[];
|
|
@@ -94,7 +94,7 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
|
|
|
94
94
|
username?: string | undefined;
|
|
95
95
|
sender_name?: string | undefined;
|
|
96
96
|
sender_email?: string | undefined;
|
|
97
|
-
type: "
|
|
97
|
+
type: "standard" | "shared";
|
|
98
98
|
};
|
|
99
99
|
email_theme: string;
|
|
100
100
|
create_team_on_sign_up: boolean;
|
|
@@ -223,7 +223,7 @@ 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;
|
|
@@ -234,7 +234,7 @@ declare const projectsCrudAdminUpdateSchema: import("yup").ObjectSchema<{
|
|
|
234
234
|
facebook_config_id?: string | undefined;
|
|
235
235
|
microsoft_tenant_id?: string | undefined;
|
|
236
236
|
apple_bundle_ids?: string[] | undefined;
|
|
237
|
-
type: "
|
|
237
|
+
type: "standard" | "shared";
|
|
238
238
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
239
239
|
}[] | undefined;
|
|
240
240
|
allow_localhost?: boolean | undefined;
|
|
@@ -257,7 +257,7 @@ declare const projectsCrudAdminUpdateSchema: import("yup").ObjectSchema<{
|
|
|
257
257
|
username?: string | undefined;
|
|
258
258
|
sender_name?: string | undefined;
|
|
259
259
|
sender_email?: string | undefined;
|
|
260
|
-
type: "
|
|
260
|
+
type: "standard" | "shared";
|
|
261
261
|
} | undefined;
|
|
262
262
|
email_theme?: string | undefined;
|
|
263
263
|
create_team_on_sign_up?: boolean | undefined;
|
|
@@ -303,7 +303,7 @@ 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;
|
|
@@ -314,7 +314,7 @@ declare const projectsCrudAdminCreateSchema: import("yup").ObjectSchema<{
|
|
|
314
314
|
facebook_config_id?: string | undefined;
|
|
315
315
|
microsoft_tenant_id?: string | undefined;
|
|
316
316
|
apple_bundle_ids?: string[] | undefined;
|
|
317
|
-
type: "
|
|
317
|
+
type: "standard" | "shared";
|
|
318
318
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
319
319
|
}[] | undefined;
|
|
320
320
|
allow_localhost?: boolean | undefined;
|
|
@@ -337,7 +337,7 @@ declare const projectsCrudAdminCreateSchema: import("yup").ObjectSchema<{
|
|
|
337
337
|
username?: string | undefined;
|
|
338
338
|
sender_name?: string | undefined;
|
|
339
339
|
sender_email?: string | undefined;
|
|
340
|
-
type: "
|
|
340
|
+
type: "standard" | "shared";
|
|
341
341
|
} | undefined;
|
|
342
342
|
email_theme?: string | undefined;
|
|
343
343
|
create_team_on_sign_up?: boolean | undefined;
|
|
@@ -453,7 +453,7 @@ declare const projectsCrud: CrudSchemaFromOptions<{
|
|
|
453
453
|
onboarding_state: {
|
|
454
454
|
selected_config_choice: "create-new" | "link-existing";
|
|
455
455
|
selected_apps: string[];
|
|
456
|
-
selected_sign_in_methods: ("google" | "github" | "microsoft" | "
|
|
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;
|
|
@@ -470,7 +470,7 @@ declare const projectsCrud: CrudSchemaFromOptions<{
|
|
|
470
470
|
facebook_config_id?: string | undefined;
|
|
471
471
|
microsoft_tenant_id?: string | undefined;
|
|
472
472
|
apple_bundle_ids?: string[] | undefined;
|
|
473
|
-
type: "
|
|
473
|
+
type: "standard" | "shared";
|
|
474
474
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
475
475
|
provider_config_id: string;
|
|
476
476
|
}[];
|
|
@@ -497,7 +497,7 @@ declare const projectsCrud: CrudSchemaFromOptions<{
|
|
|
497
497
|
username?: string | undefined;
|
|
498
498
|
sender_name?: string | undefined;
|
|
499
499
|
sender_email?: string | undefined;
|
|
500
|
-
type: "
|
|
500
|
+
type: "standard" | "shared";
|
|
501
501
|
};
|
|
502
502
|
email_theme: string;
|
|
503
503
|
create_team_on_sign_up: boolean;
|
|
@@ -578,7 +578,7 @@ declare const projectsCrud: CrudSchemaFromOptions<{
|
|
|
578
578
|
onboarding_state: {
|
|
579
579
|
selected_config_choice: "create-new" | "link-existing";
|
|
580
580
|
selected_apps: string[];
|
|
581
|
-
selected_sign_in_methods: ("google" | "github" | "microsoft" | "
|
|
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;
|
|
@@ -589,7 +589,7 @@ declare const projectsCrud: CrudSchemaFromOptions<{
|
|
|
589
589
|
facebook_config_id?: string | undefined;
|
|
590
590
|
microsoft_tenant_id?: string | undefined;
|
|
591
591
|
apple_bundle_ids?: string[] | undefined;
|
|
592
|
-
type: "
|
|
592
|
+
type: "standard" | "shared";
|
|
593
593
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
594
594
|
}[] | undefined;
|
|
595
595
|
allow_localhost?: boolean | undefined;
|
|
@@ -612,7 +612,7 @@ declare const projectsCrud: CrudSchemaFromOptions<{
|
|
|
612
612
|
username?: string | undefined;
|
|
613
613
|
sender_name?: string | undefined;
|
|
614
614
|
sender_email?: string | undefined;
|
|
615
|
-
type: "
|
|
615
|
+
type: "standard" | "shared";
|
|
616
616
|
} | undefined;
|
|
617
617
|
email_theme?: string | undefined;
|
|
618
618
|
create_team_on_sign_up?: boolean | undefined;
|
|
@@ -686,7 +686,7 @@ declare const adminUserProjectsCrud: 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;
|
|
@@ -703,7 +703,7 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
|
|
|
703
703
|
facebook_config_id?: string | undefined;
|
|
704
704
|
microsoft_tenant_id?: string | undefined;
|
|
705
705
|
apple_bundle_ids?: string[] | undefined;
|
|
706
|
-
type: "
|
|
706
|
+
type: "standard" | "shared";
|
|
707
707
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
708
708
|
provider_config_id: string;
|
|
709
709
|
}[];
|
|
@@ -730,7 +730,7 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
|
|
|
730
730
|
username?: string | undefined;
|
|
731
731
|
sender_name?: string | undefined;
|
|
732
732
|
sender_email?: string | undefined;
|
|
733
|
-
type: "
|
|
733
|
+
type: "standard" | "shared";
|
|
734
734
|
};
|
|
735
735
|
email_theme: string;
|
|
736
736
|
create_team_on_sign_up: boolean;
|
|
@@ -811,7 +811,7 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
|
|
|
811
811
|
onboarding_state: {
|
|
812
812
|
selected_config_choice: "create-new" | "link-existing";
|
|
813
813
|
selected_apps: string[];
|
|
814
|
-
selected_sign_in_methods: ("google" | "github" | "microsoft" | "
|
|
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;
|
|
@@ -822,7 +822,7 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
|
|
|
822
822
|
facebook_config_id?: string | undefined;
|
|
823
823
|
microsoft_tenant_id?: string | undefined;
|
|
824
824
|
apple_bundle_ids?: string[] | undefined;
|
|
825
|
-
type: "
|
|
825
|
+
type: "standard" | "shared";
|
|
826
826
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
827
827
|
}[] | undefined;
|
|
828
828
|
allow_localhost?: boolean | undefined;
|
|
@@ -845,7 +845,7 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
|
|
|
845
845
|
username?: string | undefined;
|
|
846
846
|
sender_name?: string | undefined;
|
|
847
847
|
sender_email?: string | undefined;
|
|
848
|
-
type: "
|
|
848
|
+
type: "standard" | "shared";
|
|
849
849
|
} | undefined;
|
|
850
850
|
email_theme?: string | undefined;
|
|
851
851
|
create_team_on_sign_up?: boolean | undefined;
|
|
@@ -897,4 +897,4 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
|
|
|
897
897
|
type AdminUserProjectsCrud = CrudTypeOf<typeof adminUserProjectsCrud>;
|
|
898
898
|
//#endregion
|
|
899
899
|
export { clientProjectsCrud as a, projectsCrud as c, projectsCrudAdminReadSchema as d, projectsCrudAdminUpdateSchema as f, adminUserProjectsCrud as i, projectsCrudAdminCreateSchema as l, ClientProjectsCrud as n, emailConfigSchema as o, projectsCrudClientReadSchema as p, ProjectsCrud as r, emailConfigWithoutPasswordSchema as s, AdminUserProjectsCrud as t, projectsCrudAdminDeleteSchema as u };
|
|
900
|
-
//# sourceMappingURL=projects-
|
|
900
|
+
//# sourceMappingURL=projects-C42SVFvm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projects-
|
|
1
|
+
{"version":3,"file":"projects-C42SVFvm.d.ts","names":[],"sources":["../src/interface/crud/projects.ts"],"mappings":";;;cAsDa,iBAAA,gBAAiB,YAAA;;;;;;;;;;;;;;;;;cAsBjB,gCAAA,gBAAgC,YAAA;;;;;;;;;;;;;;;;cAShC,2BAAA,gBAA2B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyC3B,4BAAA,gBAA4B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqB5B,6BAAA,gBAA6B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkC7B,6BAAA,gBAA6B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAM7B,6BAAA,gBAA6B,WAAA,+BAAA,SAAA;AAAA,cAE7B,kBAAA,EASX,qBAT6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAUnB,kBAAA,GAAqB,UAAU,QAAQ,kBAAA;AAAA,cAEtC,YAAA,EAwBX,qBAxBuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAyBb,YAAA,GAAe,UAAU,QAAQ,YAAA;AAAA,cAEhC,qBAAA,EAWX,qBAXgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAYtB,qBAAA,GAAwB,UAAU,QAAQ,qBAAA"}
|