@elevasis/ui 2.35.0 → 2.37.0
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/api/index.js +4 -3
- package/dist/app/index.css +0 -384
- package/dist/app/index.d.ts +45 -18
- package/dist/app/index.js +21 -21
- package/dist/auth/index.d.ts +91 -28
- package/dist/auth/index.js +5 -1
- package/dist/charts/index.js +9 -3
- package/dist/chunk-5CTJ7TW2.js +111 -0
- package/dist/chunk-5EYJ2GIN.js +122 -0
- package/dist/{chunk-VDOOGGBA.js → chunk-6NREL3KL.js} +2 -2
- package/dist/chunk-6ROXVZ3L.js +9 -0
- package/dist/{chunk-YYX7OPZQ.js → chunk-73EWE2EW.js} +1 -1
- package/dist/{chunk-SIQ3P4OR.js → chunk-7GQFIWP4.js} +8 -756
- package/dist/chunk-A7IG36LB.js +215 -0
- package/dist/chunk-CLDCYJQT.js +1 -0
- package/dist/{chunk-AKW7KISS.js → chunk-CWYQRM5T.js} +2 -38
- package/dist/{chunk-LUYVRATI.js → chunk-DA6I5VEY.js} +5 -213
- package/dist/chunk-I53EX4VU.js +734 -0
- package/dist/chunk-IIMU5YAJ.js +53 -0
- package/dist/{chunk-VKIZUUPM.js → chunk-JPVZRZ3X.js} +31 -14
- package/dist/chunk-JXVNHVK7.js +79 -0
- package/dist/chunk-JZ2WID2G.js +337 -0
- package/dist/chunk-LCJQ6OWC.js +348 -0
- package/dist/chunk-LNC6PZAE.js +85 -0
- package/dist/{chunk-4U3XAWCN.js → chunk-NWMPBG4U.js} +134 -495
- package/dist/chunk-NYNOMAAS.js +422 -0
- package/dist/chunk-S3KBYQTI.js +39 -0
- package/dist/chunk-S3XR4II4.js +30 -0
- package/dist/chunk-SHZT7ULK.js +425 -0
- package/dist/{chunk-26HFM4MH.js → chunk-T3NI7DOA.js} +2005 -4106
- package/dist/{chunk-GX6XBRRF.js → chunk-TYRUKGGD.js} +2 -1
- package/dist/{chunk-R3VCBZDC.js → chunk-X4WBGKJQ.js} +3 -50
- package/dist/{chunk-GEFWMU26.js → chunk-X66MVMZT.js} +1 -9
- package/dist/{chunk-57OZ3AEG.js → chunk-Y3JQBSKQ.js} +1 -1
- package/dist/components/index.d.ts +36 -46
- package/dist/components/index.js +33 -19
- package/dist/components/navigation/index.js +3 -31
- package/dist/execution/index.d.ts +2 -2
- package/dist/features/auth/index.d.ts +55 -99
- package/dist/features/auth/index.js +36 -99
- package/dist/features/clients/index.js +33 -19
- package/dist/features/crm/index.d.ts +23 -0
- package/dist/features/crm/index.js +33 -19
- package/dist/features/dashboard/index.d.ts +3 -3
- package/dist/features/dashboard/index.js +33 -19
- package/dist/features/delivery/index.d.ts +23 -0
- package/dist/features/delivery/index.js +33 -19
- package/dist/features/knowledge/index.js +6 -30
- package/dist/features/lead-gen/index.d.ts +1373 -48
- package/dist/features/lead-gen/index.js +33 -19
- package/dist/features/monitoring/index.js +33 -19
- package/dist/features/monitoring/requests/index.js +33 -19
- package/dist/features/notes/index.d.ts +72 -0
- package/dist/features/notes/index.js +621 -0
- package/dist/features/operations/index.d.ts +30 -30
- package/dist/features/operations/index.js +33 -19
- package/dist/features/right-panel-host/index.d.ts +214 -0
- package/dist/features/right-panel-host/index.js +640 -0
- package/dist/features/seo/index.js +3 -2
- package/dist/features/settings/index.d.ts +26 -35
- package/dist/features/settings/index.js +33 -19
- package/dist/hooks/access/index.d.ts +90 -0
- package/dist/hooks/access/index.js +10 -0
- package/dist/hooks/delivery/index.d.ts +23 -0
- package/dist/hooks/delivery/index.js +33 -19
- package/dist/hooks/index.d.ts +1816 -1855
- package/dist/hooks/index.js +33 -19
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +13 -13
- package/dist/hooks/published.d.ts +1816 -1855
- package/dist/hooks/published.js +33 -19
- package/dist/hooks/user-notes/index.d.ts +57 -0
- package/dist/hooks/user-notes/index.js +3 -0
- package/dist/index.d.ts +290 -309
- package/dist/index.js +34 -20
- package/dist/initialization/index.d.ts +23 -19
- package/dist/knowledge/index.d.ts +21 -21
- package/dist/knowledge/index.js +12 -9
- package/dist/{knowledge-search-index-ORIJCEZX.js → knowledge-search-index-NBCTFIOH.js} +2 -2
- package/dist/layout/index.js +5 -3
- package/dist/organization/index.d.ts +0 -19
- package/dist/organization/index.js +33 -19
- package/dist/profile/index.d.ts +23 -0
- package/dist/provider/index.css +0 -384
- package/dist/provider/index.d.ts +45 -18
- package/dist/provider/index.js +15 -21
- package/dist/provider/published.css +0 -523
- package/dist/provider/published.d.ts +45 -18
- package/dist/provider/published.js +11 -21
- package/dist/sse/index.js +26 -5
- package/dist/supabase/index.d.ts +46 -0
- package/dist/test-utils/index.d.ts +2 -21
- package/dist/test-utils/index.js +5 -18
- package/dist/theme/index.js +2 -1
- package/dist/types/index.d.ts +86 -72
- package/dist/utils/index.d.ts +3 -3
- package/dist/utils/index.js +2 -1
- package/package.json +21 -5
- package/src/auth/README.md +6 -6
- package/dist/components/navigation/index.css +0 -649
- package/dist/features/knowledge/index.css +0 -649
|
@@ -2784,6 +2784,7 @@ type Database = {
|
|
|
2784
2784
|
title: string | null;
|
|
2785
2785
|
updated_at: string;
|
|
2786
2786
|
user_id: string;
|
|
2787
|
+
visibility: string;
|
|
2787
2788
|
};
|
|
2788
2789
|
Insert: {
|
|
2789
2790
|
content: string;
|
|
@@ -2798,6 +2799,7 @@ type Database = {
|
|
|
2798
2799
|
title?: string | null;
|
|
2799
2800
|
updated_at?: string;
|
|
2800
2801
|
user_id: string;
|
|
2802
|
+
visibility?: string;
|
|
2801
2803
|
};
|
|
2802
2804
|
Update: {
|
|
2803
2805
|
content?: string;
|
|
@@ -2812,6 +2814,7 @@ type Database = {
|
|
|
2812
2814
|
title?: string | null;
|
|
2813
2815
|
updated_at?: string;
|
|
2814
2816
|
user_id?: string;
|
|
2817
|
+
visibility?: string;
|
|
2815
2818
|
};
|
|
2816
2819
|
Relationships: [
|
|
2817
2820
|
{
|
|
@@ -2980,6 +2983,12 @@ type Database = {
|
|
|
2980
2983
|
Args: never;
|
|
2981
2984
|
Returns: boolean;
|
|
2982
2985
|
};
|
|
2986
|
+
current_user_shares_org_with: {
|
|
2987
|
+
Args: {
|
|
2988
|
+
other_user_id: string;
|
|
2989
|
+
};
|
|
2990
|
+
Returns: boolean;
|
|
2991
|
+
};
|
|
2983
2992
|
current_user_supabase_id: {
|
|
2984
2993
|
Args: never;
|
|
2985
2994
|
Returns: string;
|
|
@@ -3019,6 +3028,20 @@ type Database = {
|
|
|
3019
3028
|
Args: never;
|
|
3020
3029
|
Returns: string;
|
|
3021
3030
|
};
|
|
3031
|
+
has_org_access: {
|
|
3032
|
+
Args: {
|
|
3033
|
+
action?: string;
|
|
3034
|
+
org_id: string;
|
|
3035
|
+
system_path: string;
|
|
3036
|
+
};
|
|
3037
|
+
Returns: boolean;
|
|
3038
|
+
} | {
|
|
3039
|
+
Args: {
|
|
3040
|
+
action?: string;
|
|
3041
|
+
system_path: string;
|
|
3042
|
+
};
|
|
3043
|
+
Returns: boolean;
|
|
3044
|
+
};
|
|
3022
3045
|
has_org_permission: {
|
|
3023
3046
|
Args: {
|
|
3024
3047
|
org_id: string;
|
|
@@ -3102,24 +3125,6 @@ type Tables<DefaultSchemaTableNameOrOptions extends keyof (DefaultSchema["Tables
|
|
|
3102
3125
|
|
|
3103
3126
|
type SupabaseUserProfile = Tables<'users'>;
|
|
3104
3127
|
|
|
3105
|
-
/**
|
|
3106
|
-
* Multi-tenancy configuration types
|
|
3107
|
-
*
|
|
3108
|
-
* Config is stored in dedicated `config` columns (NOT nested in metadata):
|
|
3109
|
-
* - organizations.config: Org-level config (no feature toggles -- all features available by default)
|
|
3110
|
-
* - org_memberships.config: Per-user-per-org feature overrides
|
|
3111
|
-
* - users.config: User-global config
|
|
3112
|
-
*/
|
|
3113
|
-
|
|
3114
|
-
/**
|
|
3115
|
-
* Per-user-per-org config (stored in org_memberships.config)
|
|
3116
|
-
* Controls which features a specific member can access within their org.
|
|
3117
|
-
* Keys are feature IDs from the organization model (e.g. crm, lead-gen, projects, seo).
|
|
3118
|
-
*/
|
|
3119
|
-
interface MembershipFeatureConfig {
|
|
3120
|
-
features?: Record<string, boolean>;
|
|
3121
|
-
}
|
|
3122
|
-
|
|
3123
3128
|
/**
|
|
3124
3129
|
* GET /api/credentials - List credentials
|
|
3125
3130
|
*/
|
|
@@ -3269,19 +3274,6 @@ interface OrgMembersListProps {
|
|
|
3269
3274
|
}
|
|
3270
3275
|
declare function OrgMembersList({ orgId }: OrgMembersListProps): react_jsx_runtime.JSX.Element;
|
|
3271
3276
|
|
|
3272
|
-
interface MemberConfigModalProps {
|
|
3273
|
-
opened: boolean;
|
|
3274
|
-
onClose: () => void;
|
|
3275
|
-
member: {
|
|
3276
|
-
id: string;
|
|
3277
|
-
name: string;
|
|
3278
|
-
email: string;
|
|
3279
|
-
role: string;
|
|
3280
|
-
config?: MembershipFeatureConfig;
|
|
3281
|
-
} | null;
|
|
3282
|
-
}
|
|
3283
|
-
declare function MemberConfigModal({ opened, onClose, member }: MemberConfigModalProps): react_jsx_runtime.JSX.Element | null;
|
|
3284
|
-
|
|
3285
3277
|
interface MemberAccessModalProps {
|
|
3286
3278
|
opened: boolean;
|
|
3287
3279
|
onClose: () => void;
|
|
@@ -3291,11 +3283,10 @@ interface MemberAccessModalProps {
|
|
|
3291
3283
|
name: string;
|
|
3292
3284
|
email: string;
|
|
3293
3285
|
role: string;
|
|
3294
|
-
config?: MembershipFeatureConfig;
|
|
3295
3286
|
} | null;
|
|
3296
3287
|
defaultTab?: MemberAccessTab;
|
|
3297
3288
|
}
|
|
3298
|
-
type MemberAccessTab = 'roles'
|
|
3289
|
+
type MemberAccessTab = 'roles';
|
|
3299
3290
|
declare function MemberAccessModal({ opened, onClose, orgId, member, defaultTab }: MemberAccessModalProps): react_jsx_runtime.JSX.Element | null;
|
|
3300
3291
|
|
|
3301
3292
|
interface EditCredentialModalProps {
|
|
@@ -3344,5 +3335,5 @@ interface OrganizationGraphSystemBridge {
|
|
|
3344
3335
|
|
|
3345
3336
|
declare const settingsManifest: SystemModule;
|
|
3346
3337
|
|
|
3347
|
-
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal,
|
|
3348
|
-
export type { AccountSettingsProps, AccountSettingsUser, AppearanceSettingsProps, CreateWebhookEndpointModalProps, EditCredentialModalProps, EditWebhookEndpointModalProps, MemberAccessModalProps, MemberAccessTab,
|
|
3338
|
+
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest };
|
|
3339
|
+
export type { AccountSettingsProps, AccountSettingsUser, AppearanceSettingsProps, CreateWebhookEndpointModalProps, EditCredentialModalProps, EditWebhookEndpointModalProps, MemberAccessModalProps, MemberAccessTab, OAuthIntegrationsCardProps, OrgMembersListProps, OrganizationSettingsMembership, OrganizationSettingsProps, OrganizationSettingsUser, WebhookEndpointListProps, WebhookEndpointSettingsProps };
|
|
@@ -1,33 +1,47 @@
|
|
|
1
|
-
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal,
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-3KMDHCAR.js';
|
|
5
|
-
import '../../chunk-AKW7KISS.js';
|
|
6
|
-
import '../../chunk-WF7CONXF.js';
|
|
7
|
-
import '../../chunk-ZTWA5H77.js';
|
|
1
|
+
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest } from '../../chunk-T3NI7DOA.js';
|
|
2
|
+
import '../../chunk-S3KBYQTI.js';
|
|
3
|
+
import '../../chunk-SHZT7ULK.js';
|
|
8
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
9
5
|
import '../../chunk-6M6OLGQY.js';
|
|
10
6
|
import '../../chunk-BRXELOHC.js';
|
|
11
|
-
import '../../chunk-
|
|
12
|
-
import '../../chunk-
|
|
13
|
-
import '../../chunk-
|
|
14
|
-
import '../../chunk-WLOQ4IBG.js';
|
|
15
|
-
import '../../chunk-57OZ3AEG.js';
|
|
7
|
+
import '../../chunk-LNC6PZAE.js';
|
|
8
|
+
import '../../chunk-CXY7FMUM.js';
|
|
9
|
+
import '../../chunk-7GQFIWP4.js';
|
|
16
10
|
import '../../chunk-JBWJ6WHZ.js';
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import '../../chunk-
|
|
19
|
-
import '../../chunk-
|
|
20
|
-
import '../../chunk-
|
|
21
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-ZTWA5H77.js';
|
|
12
|
+
import '../../chunk-5EYJ2GIN.js';
|
|
13
|
+
import '../../chunk-DA6I5VEY.js';
|
|
14
|
+
import '../../chunk-CLDCYJQT.js';
|
|
15
|
+
import '../../chunk-TYRUKGGD.js';
|
|
16
|
+
import '../../chunk-X4WBGKJQ.js';
|
|
17
|
+
import '../../chunk-IIMU5YAJ.js';
|
|
22
18
|
import '../../chunk-HENXLGVD.js';
|
|
23
19
|
import '../../chunk-7FPLLSHN.js';
|
|
24
20
|
import '../../chunk-RNP5R5I3.js';
|
|
25
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-5CTJ7TW2.js';
|
|
22
|
+
import '../../chunk-CWYQRM5T.js';
|
|
23
|
+
import '../../chunk-WF7CONXF.js';
|
|
24
|
+
import '../../chunk-WLOQ4IBG.js';
|
|
25
|
+
import '../../chunk-JZ2WID2G.js';
|
|
26
|
+
import '../../chunk-I53EX4VU.js';
|
|
27
|
+
import '../../chunk-3KMDHCAR.js';
|
|
28
|
+
import '../../chunk-S3XR4II4.js';
|
|
29
|
+
import '../../chunk-A7IG36LB.js';
|
|
30
|
+
import '../../chunk-NYBEU5TE.js';
|
|
31
|
+
import '../../chunk-Y3JQBSKQ.js';
|
|
32
|
+
import '../../chunk-DT3QYZVU.js';
|
|
33
|
+
import '../../chunk-2IFYDILW.js';
|
|
34
|
+
import '../../chunk-Q7DJKLEN.js';
|
|
35
|
+
import '../../chunk-X66MVMZT.js';
|
|
26
36
|
import '../../chunk-KRWALB24.js';
|
|
27
|
-
import '../../chunk-
|
|
37
|
+
import '../../chunk-JPVZRZ3X.js';
|
|
38
|
+
import '../../chunk-LCJQ6OWC.js';
|
|
39
|
+
import '../../chunk-NYNOMAAS.js';
|
|
28
40
|
import '../../chunk-533DUEQY.js';
|
|
41
|
+
import '../../chunk-NWMPBG4U.js';
|
|
29
42
|
import '../../chunk-DD3CCMCZ.js';
|
|
30
43
|
import '../../chunk-2Q2JQSQO.js';
|
|
44
|
+
import '../../chunk-6ROXVZ3L.js';
|
|
31
45
|
import '../../chunk-KJ3QUBNU.js';
|
|
32
46
|
import '../../chunk-BRJ3QZ4E.js';
|
|
33
47
|
import '../../chunk-I2KLQ2HA.js';
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const AccessKeyInputSchema: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
4
|
+
systemPath: z.ZodString;
|
|
5
|
+
action: z.ZodDefault<z.ZodEnum<{
|
|
6
|
+
view: "view";
|
|
7
|
+
manage: "manage";
|
|
8
|
+
}>>;
|
|
9
|
+
}, z.core.$strict>]>;
|
|
10
|
+
type AccessKeyInput = z.input<typeof AccessKeyInputSchema>;
|
|
11
|
+
declare const AccessKeys: {
|
|
12
|
+
readonly platformAdmin: {
|
|
13
|
+
readonly systemPath: "platform.admin";
|
|
14
|
+
readonly action: "view";
|
|
15
|
+
};
|
|
16
|
+
readonly organizationManage: {
|
|
17
|
+
readonly systemPath: "permission.org";
|
|
18
|
+
readonly action: "manage";
|
|
19
|
+
};
|
|
20
|
+
readonly membersManage: {
|
|
21
|
+
readonly systemPath: "permission.members";
|
|
22
|
+
readonly action: "manage";
|
|
23
|
+
};
|
|
24
|
+
readonly rolesManage: {
|
|
25
|
+
readonly systemPath: "permission.roles";
|
|
26
|
+
readonly action: "manage";
|
|
27
|
+
};
|
|
28
|
+
readonly secretsManage: {
|
|
29
|
+
readonly systemPath: "permission.secrets";
|
|
30
|
+
readonly action: "manage";
|
|
31
|
+
};
|
|
32
|
+
readonly operationsRead: {
|
|
33
|
+
readonly systemPath: "permission.operations";
|
|
34
|
+
readonly action: "view";
|
|
35
|
+
};
|
|
36
|
+
readonly operationsManage: {
|
|
37
|
+
readonly systemPath: "permission.operations";
|
|
38
|
+
readonly action: "manage";
|
|
39
|
+
};
|
|
40
|
+
readonly acquisitionManage: {
|
|
41
|
+
readonly systemPath: "permission.acquisition";
|
|
42
|
+
readonly action: "manage";
|
|
43
|
+
};
|
|
44
|
+
readonly projectsManage: {
|
|
45
|
+
readonly systemPath: "permission.projects";
|
|
46
|
+
readonly action: "manage";
|
|
47
|
+
};
|
|
48
|
+
readonly clientsManage: {
|
|
49
|
+
readonly systemPath: "permission.clients";
|
|
50
|
+
readonly action: "manage";
|
|
51
|
+
};
|
|
52
|
+
readonly operationsOverview: {
|
|
53
|
+
readonly systemPath: "diagnostic.operations.overview";
|
|
54
|
+
readonly action: "view";
|
|
55
|
+
};
|
|
56
|
+
readonly operationsRecentExecutions: {
|
|
57
|
+
readonly systemPath: "diagnostic.operations.recent-executions";
|
|
58
|
+
readonly action: "view";
|
|
59
|
+
};
|
|
60
|
+
readonly monitoringExecutionLogs: {
|
|
61
|
+
readonly systemPath: "diagnostic.monitoring.execution-logs";
|
|
62
|
+
readonly action: "view";
|
|
63
|
+
};
|
|
64
|
+
readonly monitoringNotifications: {
|
|
65
|
+
readonly systemPath: "diagnostic.monitoring.notifications";
|
|
66
|
+
readonly action: "view";
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
type AccessRestrictedBy = 'catalog' | 'membership' | 'system-lifecycle' | 'role-permission' | 'diagnostic-allowlist' | null;
|
|
71
|
+
type AccessReason = 'allowed' | 'platform-admin-bypass' | 'invalid-access-key' | 'unknown-access-key' | 'organization-mismatch' | 'missing-membership' | 'system-not-active' | 'role-permission-denied' | 'diagnostic-key-not-allowed';
|
|
72
|
+
interface AccessAnswer {
|
|
73
|
+
allowed: boolean;
|
|
74
|
+
restrictedBy: AccessRestrictedBy;
|
|
75
|
+
reason: AccessReason;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
interface UseAccessResult extends AccessAnswer {
|
|
79
|
+
isReady: boolean;
|
|
80
|
+
isPlatformAdmin: boolean;
|
|
81
|
+
permissions: readonly string[];
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Unified access hook for Organization Model system lifecycle, diagnostic keys,
|
|
85
|
+
* role permissions, organization membership, and platform-admin bypass.
|
|
86
|
+
*/
|
|
87
|
+
declare function useAccess(key: AccessKeyInput): UseAccessResult;
|
|
88
|
+
|
|
89
|
+
export { AccessKeys, useAccess };
|
|
90
|
+
export type { AccessKeyInput, UseAccessResult };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { AccessKeys, useAccess } from '../../chunk-LCJQ6OWC.js';
|
|
2
|
+
import '../../chunk-NYNOMAAS.js';
|
|
3
|
+
import '../../chunk-533DUEQY.js';
|
|
4
|
+
import '../../chunk-NWMPBG4U.js';
|
|
5
|
+
import '../../chunk-DD3CCMCZ.js';
|
|
6
|
+
import '../../chunk-2Q2JQSQO.js';
|
|
7
|
+
import '../../chunk-6ROXVZ3L.js';
|
|
8
|
+
import '../../chunk-KJ3QUBNU.js';
|
|
9
|
+
import '../../chunk-BRJ3QZ4E.js';
|
|
10
|
+
import '../../chunk-I2KLQ2HA.js';
|
|
@@ -2782,6 +2782,7 @@ type Database = {
|
|
|
2782
2782
|
title: string | null;
|
|
2783
2783
|
updated_at: string;
|
|
2784
2784
|
user_id: string;
|
|
2785
|
+
visibility: string;
|
|
2785
2786
|
};
|
|
2786
2787
|
Insert: {
|
|
2787
2788
|
content: string;
|
|
@@ -2796,6 +2797,7 @@ type Database = {
|
|
|
2796
2797
|
title?: string | null;
|
|
2797
2798
|
updated_at?: string;
|
|
2798
2799
|
user_id: string;
|
|
2800
|
+
visibility?: string;
|
|
2799
2801
|
};
|
|
2800
2802
|
Update: {
|
|
2801
2803
|
content?: string;
|
|
@@ -2810,6 +2812,7 @@ type Database = {
|
|
|
2810
2812
|
title?: string | null;
|
|
2811
2813
|
updated_at?: string;
|
|
2812
2814
|
user_id?: string;
|
|
2815
|
+
visibility?: string;
|
|
2813
2816
|
};
|
|
2814
2817
|
Relationships: [
|
|
2815
2818
|
{
|
|
@@ -2978,6 +2981,12 @@ type Database = {
|
|
|
2978
2981
|
Args: never;
|
|
2979
2982
|
Returns: boolean;
|
|
2980
2983
|
};
|
|
2984
|
+
current_user_shares_org_with: {
|
|
2985
|
+
Args: {
|
|
2986
|
+
other_user_id: string;
|
|
2987
|
+
};
|
|
2988
|
+
Returns: boolean;
|
|
2989
|
+
};
|
|
2981
2990
|
current_user_supabase_id: {
|
|
2982
2991
|
Args: never;
|
|
2983
2992
|
Returns: string;
|
|
@@ -3017,6 +3026,20 @@ type Database = {
|
|
|
3017
3026
|
Args: never;
|
|
3018
3027
|
Returns: string;
|
|
3019
3028
|
};
|
|
3029
|
+
has_org_access: {
|
|
3030
|
+
Args: {
|
|
3031
|
+
action?: string;
|
|
3032
|
+
org_id: string;
|
|
3033
|
+
system_path: string;
|
|
3034
|
+
};
|
|
3035
|
+
Returns: boolean;
|
|
3036
|
+
} | {
|
|
3037
|
+
Args: {
|
|
3038
|
+
action?: string;
|
|
3039
|
+
system_path: string;
|
|
3040
|
+
};
|
|
3041
|
+
Returns: boolean;
|
|
3042
|
+
};
|
|
3020
3043
|
has_org_permission: {
|
|
3021
3044
|
Args: {
|
|
3022
3045
|
org_id: string;
|
|
@@ -1,33 +1,47 @@
|
|
|
1
|
-
export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateMilestone, useCreateNote, useCreateProject, useCreateTask, useDeleteMilestone, useDeleteProject, useDeleteTask2 as useDeleteTask, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateMilestone, useUpdateProject, useUpdateTask } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-3KMDHCAR.js';
|
|
5
|
-
import '../../chunk-AKW7KISS.js';
|
|
6
|
-
import '../../chunk-WF7CONXF.js';
|
|
7
|
-
import '../../chunk-ZTWA5H77.js';
|
|
1
|
+
export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateMilestone, useCreateNote, useCreateProject, useCreateTask, useDeleteMilestone, useDeleteProject, useDeleteTask2 as useDeleteTask, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateMilestone, useUpdateProject, useUpdateTask } from '../../chunk-T3NI7DOA.js';
|
|
2
|
+
import '../../chunk-S3KBYQTI.js';
|
|
3
|
+
import '../../chunk-SHZT7ULK.js';
|
|
8
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
9
5
|
import '../../chunk-6M6OLGQY.js';
|
|
10
6
|
import '../../chunk-BRXELOHC.js';
|
|
11
|
-
import '../../chunk-
|
|
12
|
-
import '../../chunk-
|
|
13
|
-
import '../../chunk-
|
|
14
|
-
import '../../chunk-WLOQ4IBG.js';
|
|
15
|
-
import '../../chunk-57OZ3AEG.js';
|
|
7
|
+
import '../../chunk-LNC6PZAE.js';
|
|
8
|
+
import '../../chunk-CXY7FMUM.js';
|
|
9
|
+
import '../../chunk-7GQFIWP4.js';
|
|
16
10
|
import '../../chunk-JBWJ6WHZ.js';
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import '../../chunk-
|
|
19
|
-
import '../../chunk-
|
|
20
|
-
import '../../chunk-
|
|
21
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-ZTWA5H77.js';
|
|
12
|
+
import '../../chunk-5EYJ2GIN.js';
|
|
13
|
+
import '../../chunk-DA6I5VEY.js';
|
|
14
|
+
import '../../chunk-CLDCYJQT.js';
|
|
15
|
+
import '../../chunk-TYRUKGGD.js';
|
|
16
|
+
import '../../chunk-X4WBGKJQ.js';
|
|
17
|
+
import '../../chunk-IIMU5YAJ.js';
|
|
22
18
|
import '../../chunk-HENXLGVD.js';
|
|
23
19
|
import '../../chunk-7FPLLSHN.js';
|
|
24
20
|
import '../../chunk-RNP5R5I3.js';
|
|
25
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-5CTJ7TW2.js';
|
|
22
|
+
import '../../chunk-CWYQRM5T.js';
|
|
23
|
+
import '../../chunk-WF7CONXF.js';
|
|
24
|
+
import '../../chunk-WLOQ4IBG.js';
|
|
25
|
+
import '../../chunk-JZ2WID2G.js';
|
|
26
|
+
import '../../chunk-I53EX4VU.js';
|
|
27
|
+
import '../../chunk-3KMDHCAR.js';
|
|
28
|
+
import '../../chunk-S3XR4II4.js';
|
|
29
|
+
import '../../chunk-A7IG36LB.js';
|
|
30
|
+
import '../../chunk-NYBEU5TE.js';
|
|
31
|
+
import '../../chunk-Y3JQBSKQ.js';
|
|
32
|
+
import '../../chunk-DT3QYZVU.js';
|
|
33
|
+
import '../../chunk-2IFYDILW.js';
|
|
34
|
+
import '../../chunk-Q7DJKLEN.js';
|
|
35
|
+
import '../../chunk-X66MVMZT.js';
|
|
26
36
|
import '../../chunk-KRWALB24.js';
|
|
27
|
-
import '../../chunk-
|
|
37
|
+
import '../../chunk-JPVZRZ3X.js';
|
|
38
|
+
import '../../chunk-LCJQ6OWC.js';
|
|
39
|
+
import '../../chunk-NYNOMAAS.js';
|
|
28
40
|
import '../../chunk-533DUEQY.js';
|
|
41
|
+
import '../../chunk-NWMPBG4U.js';
|
|
29
42
|
import '../../chunk-DD3CCMCZ.js';
|
|
30
43
|
import '../../chunk-2Q2JQSQO.js';
|
|
44
|
+
import '../../chunk-6ROXVZ3L.js';
|
|
31
45
|
import '../../chunk-KJ3QUBNU.js';
|
|
32
46
|
import '../../chunk-BRJ3QZ4E.js';
|
|
33
47
|
import '../../chunk-I2KLQ2HA.js';
|