evo360-types 1.3.306 → 1.3.311
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/apps/evo-activity/zod-schemas.d.ts +6 -6
- package/dist/apps/evo-chat/contact/zod-schemas.d.ts +6 -6
- package/dist/apps/evo-chat/message/zod-schemas.d.ts +6 -6
- package/dist/apps/evo-chat/waba-template/zod-schemas.d.ts +1557 -0
- package/dist/apps/evo-chat/waba-template/zod-schemas.js +55 -0
- package/dist/apps/evo-chat/waba-template/zod-schemas.ts +57 -0
- package/dist/apps/evo-crm/dic/zod-schemas.d.ts +18 -18
- package/dist/apps/evo-crm/lead/zod-schemas.d.ts +6 -6
- package/dist/apps/evo-finops/zod-schemas.d.ts +60 -9
- package/dist/apps/evo-finops/zod-schemas.js +2 -0
- package/dist/apps/evo-finops/zod-schemas.ts +2 -0
- package/dist/apps/evo-med/appointment/zod-schemas.d.ts +6 -6
- package/dist/apps/evo-med/calendar/zod-schemas.d.ts +6 -6
- package/dist/apps/evo-med/dic/zod-schemas.d.ts +6 -6
- package/dist/apps/evo-med/insurance/zod-schemas.d.ts +6 -6
- package/dist/apps/evo-med/people/zod-schemas.d.ts +12 -12
- package/dist/apps/evo-med/procedure/zod-schemas.d.ts +12 -12
- package/dist/apps/evo-notifications/zod-schemas.d.ts +39 -39
- package/dist/apps/evo-people/zod-schemas.d.ts +24 -24
- package/dist/apps/evo-survey/zod-schemas.d.ts +58 -58
- package/dist/apps/evo-task/zod-schemas.d.ts +71 -71
- package/dist/apps/evo-task/zod-schemas.js +3 -0
- package/dist/apps/evo-task/zod-schemas.ts +3 -0
- package/dist/apps/shared/zod-schemas.d.ts +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.ts +1 -0
- package/dist/types/evo-chat/fb_collections.d.ts +3 -0
- package/dist/types/evo-chat/fb_collections.js +5 -1
- package/dist/types/evo-chat/fb_collections.ts +5 -0
- package/dist/types/evo-chat/index.d.ts +1 -0
- package/dist/types/evo-chat/index.js +1 -0
- package/dist/types/evo-chat/index.ts +1 -0
- package/dist/types/evo-chat/waba-template/index.d.ts +93 -0
- package/dist/types/evo-chat/waba-template/index.js +39 -0
- package/dist/types/evo-chat/waba-template/index.ts +108 -0
- package/dist/types/evo-finops/payment-links/index.d.ts +4 -1
- package/dist/types/evo-finops/payment-links/index.ts +5 -1
- package/dist/types/evo-notifications/index.d.ts +1 -0
- package/dist/types/evo-notifications/index.ts +1 -0
- package/dist/types/shared/external-links.d.ts +4 -0
- package/dist/types/shared/external-links.js +4 -0
- package/dist/types/shared/external-links.ts +4 -0
- package/package.json +1 -1
|
@@ -27,14 +27,14 @@ export declare const zIActivityEventSchema: z.ZodObject<{
|
|
|
27
27
|
name: string;
|
|
28
28
|
hidden: boolean;
|
|
29
29
|
base?: boolean | undefined;
|
|
30
|
-
color?: string | undefined;
|
|
31
30
|
category?: string | null | undefined;
|
|
31
|
+
color?: string | undefined;
|
|
32
32
|
}, {
|
|
33
33
|
name: string;
|
|
34
34
|
hidden: boolean;
|
|
35
35
|
base?: boolean | undefined;
|
|
36
|
-
color?: string | undefined;
|
|
37
36
|
category?: string | null | undefined;
|
|
37
|
+
color?: string | undefined;
|
|
38
38
|
}>, "many">>>;
|
|
39
39
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
40
40
|
id: z.ZodString;
|
|
@@ -63,14 +63,14 @@ export declare const zIActivityEventSchema: z.ZodObject<{
|
|
|
63
63
|
name: string;
|
|
64
64
|
hidden: boolean;
|
|
65
65
|
base?: boolean | undefined;
|
|
66
|
-
color?: string | undefined;
|
|
67
66
|
category?: string | null | undefined;
|
|
67
|
+
color?: string | undefined;
|
|
68
68
|
}, {
|
|
69
69
|
name: string;
|
|
70
70
|
hidden: boolean;
|
|
71
71
|
base?: boolean | undefined;
|
|
72
|
-
color?: string | undefined;
|
|
73
72
|
category?: string | null | undefined;
|
|
73
|
+
color?: string | undefined;
|
|
74
74
|
}>, "many">>>;
|
|
75
75
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
76
76
|
id: z.ZodString;
|
|
@@ -99,13 +99,13 @@ export declare const zIActivityEventSchema: z.ZodObject<{
|
|
|
99
99
|
name: string;
|
|
100
100
|
hidden: boolean;
|
|
101
101
|
base?: boolean | undefined;
|
|
102
|
-
color?: string | undefined;
|
|
103
102
|
category?: string | null | undefined;
|
|
103
|
+
color?: string | undefined;
|
|
104
104
|
}, {
|
|
105
105
|
name: string;
|
|
106
106
|
hidden: boolean;
|
|
107
107
|
base?: boolean | undefined;
|
|
108
|
-
color?: string | undefined;
|
|
109
108
|
category?: string | null | undefined;
|
|
109
|
+
color?: string | undefined;
|
|
110
110
|
}>, "many">>>;
|
|
111
111
|
}, z.ZodTypeAny, "passthrough">>;
|
|
@@ -210,14 +210,14 @@ export declare const zChatContactSchema: z.ZodObject<{
|
|
|
210
210
|
name: string;
|
|
211
211
|
hidden: boolean;
|
|
212
212
|
base?: boolean | undefined;
|
|
213
|
-
color?: string | undefined;
|
|
214
213
|
category?: string | null | undefined;
|
|
214
|
+
color?: string | undefined;
|
|
215
215
|
}, {
|
|
216
216
|
name: string;
|
|
217
217
|
hidden: boolean;
|
|
218
218
|
base?: boolean | undefined;
|
|
219
|
-
color?: string | undefined;
|
|
220
219
|
category?: string | null | undefined;
|
|
220
|
+
color?: string | undefined;
|
|
221
221
|
}>, "many">>>;
|
|
222
222
|
userRef: z.ZodAny;
|
|
223
223
|
bsuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -435,14 +435,14 @@ export declare const zChatContactSchema: z.ZodObject<{
|
|
|
435
435
|
name: string;
|
|
436
436
|
hidden: boolean;
|
|
437
437
|
base?: boolean | undefined;
|
|
438
|
-
color?: string | undefined;
|
|
439
438
|
category?: string | null | undefined;
|
|
439
|
+
color?: string | undefined;
|
|
440
440
|
}, {
|
|
441
441
|
name: string;
|
|
442
442
|
hidden: boolean;
|
|
443
443
|
base?: boolean | undefined;
|
|
444
|
-
color?: string | undefined;
|
|
445
444
|
category?: string | null | undefined;
|
|
445
|
+
color?: string | undefined;
|
|
446
446
|
}>, "many">>>;
|
|
447
447
|
userRef: z.ZodAny;
|
|
448
448
|
bsuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -660,14 +660,14 @@ export declare const zChatContactSchema: z.ZodObject<{
|
|
|
660
660
|
name: string;
|
|
661
661
|
hidden: boolean;
|
|
662
662
|
base?: boolean | undefined;
|
|
663
|
-
color?: string | undefined;
|
|
664
663
|
category?: string | null | undefined;
|
|
664
|
+
color?: string | undefined;
|
|
665
665
|
}, {
|
|
666
666
|
name: string;
|
|
667
667
|
hidden: boolean;
|
|
668
668
|
base?: boolean | undefined;
|
|
669
|
-
color?: string | undefined;
|
|
670
669
|
category?: string | null | undefined;
|
|
670
|
+
color?: string | undefined;
|
|
671
671
|
}>, "many">>>;
|
|
672
672
|
userRef: z.ZodAny;
|
|
673
673
|
bsuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -23,14 +23,14 @@ export declare const zHSMMessageSchema: z.ZodObject<{
|
|
|
23
23
|
name: string;
|
|
24
24
|
hidden: boolean;
|
|
25
25
|
base?: boolean | undefined;
|
|
26
|
-
color?: string | undefined;
|
|
27
26
|
category?: string | null | undefined;
|
|
27
|
+
color?: string | undefined;
|
|
28
28
|
}, {
|
|
29
29
|
name: string;
|
|
30
30
|
hidden: boolean;
|
|
31
31
|
base?: boolean | undefined;
|
|
32
|
-
color?: string | undefined;
|
|
33
32
|
category?: string | null | undefined;
|
|
33
|
+
color?: string | undefined;
|
|
34
34
|
}>, "many">>>;
|
|
35
35
|
userRef: z.ZodOptional<z.ZodAny>;
|
|
36
36
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -57,14 +57,14 @@ export declare const zHSMMessageSchema: z.ZodObject<{
|
|
|
57
57
|
name: string;
|
|
58
58
|
hidden: boolean;
|
|
59
59
|
base?: boolean | undefined;
|
|
60
|
-
color?: string | undefined;
|
|
61
60
|
category?: string | null | undefined;
|
|
61
|
+
color?: string | undefined;
|
|
62
62
|
}, {
|
|
63
63
|
name: string;
|
|
64
64
|
hidden: boolean;
|
|
65
65
|
base?: boolean | undefined;
|
|
66
|
-
color?: string | undefined;
|
|
67
66
|
category?: string | null | undefined;
|
|
67
|
+
color?: string | undefined;
|
|
68
68
|
}>, "many">>>;
|
|
69
69
|
userRef: z.ZodOptional<z.ZodAny>;
|
|
70
70
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -91,14 +91,14 @@ export declare const zHSMMessageSchema: z.ZodObject<{
|
|
|
91
91
|
name: string;
|
|
92
92
|
hidden: boolean;
|
|
93
93
|
base?: boolean | undefined;
|
|
94
|
-
color?: string | undefined;
|
|
95
94
|
category?: string | null | undefined;
|
|
95
|
+
color?: string | undefined;
|
|
96
96
|
}, {
|
|
97
97
|
name: string;
|
|
98
98
|
hidden: boolean;
|
|
99
99
|
base?: boolean | undefined;
|
|
100
|
-
color?: string | undefined;
|
|
101
100
|
category?: string | null | undefined;
|
|
101
|
+
color?: string | undefined;
|
|
102
102
|
}>, "many">>>;
|
|
103
103
|
userRef: z.ZodOptional<z.ZodAny>;
|
|
104
104
|
}, z.ZodTypeAny, "passthrough">>;
|