@awell-health/awell-extensions 2.0.130 → 2.0.132
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/extensions/awellTasks/actions/getComments/__testdata__/comments.mock.d.ts +31 -0
- package/dist/extensions/awellTasks/actions/getComments/__testdata__/comments.mock.js +133 -0
- package/dist/extensions/awellTasks/actions/getComments/__testdata__/comments.mock.js.map +1 -0
- package/dist/extensions/awellTasks/actions/getComments/config/dataPoints.d.ts +6 -0
- package/dist/extensions/awellTasks/actions/getComments/config/dataPoints.js +10 -0
- package/dist/extensions/awellTasks/actions/getComments/config/dataPoints.js.map +1 -0
- package/dist/extensions/awellTasks/actions/getComments/config/fields.d.ts +3 -0
- package/dist/extensions/awellTasks/actions/getComments/config/fields.js +10 -0
- package/dist/extensions/awellTasks/actions/getComments/config/fields.js.map +1 -0
- package/dist/extensions/awellTasks/actions/getComments/config/index.d.ts +2 -0
- package/dist/extensions/awellTasks/actions/getComments/config/index.js +9 -0
- package/dist/extensions/awellTasks/actions/getComments/config/index.js.map +1 -0
- package/dist/extensions/awellTasks/actions/getComments/getComments.d.ts +4 -0
- package/dist/extensions/awellTasks/actions/getComments/getComments.js +51 -0
- package/dist/extensions/awellTasks/actions/getComments/getComments.js.map +1 -0
- package/dist/extensions/awellTasks/actions/getComments/index.d.ts +1 -0
- package/dist/extensions/awellTasks/actions/getComments/index.js +18 -0
- package/dist/extensions/awellTasks/actions/getComments/index.js.map +1 -0
- package/dist/extensions/awellTasks/actions/getComments/lib/htmlToEscapedJsString/htmlToEscapedJsString.d.ts +1 -0
- package/dist/extensions/awellTasks/actions/getComments/lib/htmlToEscapedJsString/htmlToEscapedJsString.js +68 -0
- package/dist/extensions/awellTasks/actions/getComments/lib/htmlToEscapedJsString/htmlToEscapedJsString.js.map +1 -0
- package/dist/extensions/awellTasks/actions/getComments/lib/htmlToEscapedJsString/index.d.ts +1 -0
- package/dist/extensions/awellTasks/actions/getComments/lib/htmlToEscapedJsString/index.js +6 -0
- package/dist/extensions/awellTasks/actions/getComments/lib/htmlToEscapedJsString/index.js.map +1 -0
- package/dist/extensions/awellTasks/actions/index.d.ts +18 -0
- package/dist/extensions/awellTasks/actions/index.js +8 -0
- package/dist/extensions/awellTasks/actions/index.js.map +1 -0
- package/dist/extensions/awellTasks/api/client.d.ts +10 -0
- package/dist/extensions/awellTasks/api/client.js +32 -0
- package/dist/extensions/awellTasks/api/client.js.map +1 -0
- package/dist/extensions/awellTasks/api/schema/GetCareflowComments.schema.d.ts +222 -0
- package/dist/extensions/awellTasks/api/schema/GetCareflowComments.schema.js +36 -0
- package/dist/extensions/awellTasks/api/schema/GetCareflowComments.schema.js.map +1 -0
- package/dist/extensions/awellTasks/api/schema/Pagination.schema.d.ts +14 -0
- package/dist/extensions/awellTasks/api/schema/Pagination.schema.js +10 -0
- package/dist/extensions/awellTasks/api/schema/Pagination.schema.js.map +1 -0
- package/dist/extensions/awellTasks/api/schema/User.schema.d.ts +17 -0
- package/dist/extensions/awellTasks/api/schema/User.schema.js +11 -0
- package/dist/extensions/awellTasks/api/schema/User.schema.js.map +1 -0
- package/dist/extensions/awellTasks/api/schema/index.d.ts +3 -0
- package/dist/extensions/awellTasks/api/schema/index.js +20 -0
- package/dist/extensions/awellTasks/api/schema/index.js.map +1 -0
- package/dist/extensions/awellTasks/index.d.ts +2 -0
- package/dist/extensions/awellTasks/index.js +19 -0
- package/dist/extensions/awellTasks/index.js.map +1 -0
- package/dist/extensions/awellTasks/lib/validatePayloadAndCreateSdk.d.ts +18 -0
- package/dist/extensions/awellTasks/lib/validatePayloadAndCreateSdk.js +31 -0
- package/dist/extensions/awellTasks/lib/validatePayloadAndCreateSdk.js.map +1 -0
- package/dist/extensions/awellTasks/settings.d.ts +27 -0
- package/dist/extensions/awellTasks/settings.js +25 -0
- package/dist/extensions/awellTasks/settings.js.map +1 -0
- package/dist/extensions/bland/api/schema/GetCallDetails.schema.d.ts +6 -6
- package/dist/extensions/calendly/schema.d.ts +112 -112
- package/dist/extensions/dockHealth/api/schema/task.schema.d.ts +2 -2
- package/dist/extensions/elation/actions/createCareGap/config/fields.d.ts +2 -2
- package/dist/extensions/elation/actions/updatePatientTags/updatePatientTags.js +48 -47
- package/dist/extensions/elation/actions/updatePatientTags/updatePatientTags.js.map +1 -1
- package/dist/extensions/elation/validation/careGap.zod.d.ts +2 -2
- package/dist/extensions/elation/validation/referralOrder.zod.d.ts +6 -6
- package/dist/extensions/index.js +2 -0
- package/dist/extensions/index.js.map +1 -1
- package/dist/extensions/infobip/v1/actions/sendSms/config/fields.d.ts +2 -2
- package/dist/extensions/markdown.json +4 -0
- package/dist/extensions/textline/client/schema.d.ts +10 -10
- package/package.json +3 -1
@@ -34,12 +34,12 @@ export declare const baseWebhookPayloadSchema: z.ZodObject<{
|
|
34
34
|
limit: z.ZodNumber;
|
35
35
|
}, "strip", z.ZodTypeAny, {
|
36
36
|
active: number;
|
37
|
-
total: number;
|
38
37
|
limit: number;
|
38
|
+
total: number;
|
39
39
|
}, {
|
40
40
|
active: number;
|
41
|
-
total: number;
|
42
41
|
limit: number;
|
42
|
+
total: number;
|
43
43
|
}>;
|
44
44
|
created_at: z.ZodString;
|
45
45
|
updated_at: z.ZodString;
|
@@ -59,9 +59,9 @@ export declare const baseWebhookPayloadSchema: z.ZodObject<{
|
|
59
59
|
}, "strip", z.ZodTypeAny, {
|
60
60
|
status: "active" | "canceled";
|
61
61
|
name: string;
|
62
|
-
start_time: string;
|
63
62
|
created_at: string;
|
64
63
|
updated_at: string;
|
64
|
+
start_time: string;
|
65
65
|
end_time: string;
|
66
66
|
uri: string;
|
67
67
|
event_type: string;
|
@@ -71,8 +71,8 @@ export declare const baseWebhookPayloadSchema: z.ZodObject<{
|
|
71
71
|
}[];
|
72
72
|
invitees_counter: {
|
73
73
|
active: number;
|
74
|
-
total: number;
|
75
74
|
limit: number;
|
75
|
+
total: number;
|
76
76
|
};
|
77
77
|
event_guests: {
|
78
78
|
email: string;
|
@@ -83,9 +83,9 @@ export declare const baseWebhookPayloadSchema: z.ZodObject<{
|
|
83
83
|
}, {
|
84
84
|
status: "active" | "canceled";
|
85
85
|
name: string;
|
86
|
-
start_time: string;
|
87
86
|
created_at: string;
|
88
87
|
updated_at: string;
|
88
|
+
start_time: string;
|
89
89
|
end_time: string;
|
90
90
|
uri: string;
|
91
91
|
event_type: string;
|
@@ -95,8 +95,8 @@ export declare const baseWebhookPayloadSchema: z.ZodObject<{
|
|
95
95
|
}[];
|
96
96
|
invitees_counter: {
|
97
97
|
active: number;
|
98
|
-
total: number;
|
99
98
|
limit: number;
|
99
|
+
total: number;
|
100
100
|
};
|
101
101
|
event_guests: {
|
102
102
|
email: string;
|
@@ -180,17 +180,17 @@ export declare const baseWebhookPayloadSchema: z.ZodObject<{
|
|
180
180
|
status: "active" | "canceled";
|
181
181
|
email: string;
|
182
182
|
name: string;
|
183
|
-
timezone: string;
|
184
183
|
created_at: string;
|
185
|
-
event: string;
|
186
184
|
updated_at: string;
|
185
|
+
event: string;
|
186
|
+
timezone: string;
|
187
187
|
text_reminder_number: string | null;
|
188
188
|
scheduled_event: {
|
189
189
|
status: "active" | "canceled";
|
190
190
|
name: string;
|
191
|
-
start_time: string;
|
192
191
|
created_at: string;
|
193
192
|
updated_at: string;
|
193
|
+
start_time: string;
|
194
194
|
end_time: string;
|
195
195
|
uri: string;
|
196
196
|
event_type: string;
|
@@ -200,8 +200,8 @@ export declare const baseWebhookPayloadSchema: z.ZodObject<{
|
|
200
200
|
}[];
|
201
201
|
invitees_counter: {
|
202
202
|
active: number;
|
203
|
-
total: number;
|
204
203
|
limit: number;
|
204
|
+
total: number;
|
205
205
|
};
|
206
206
|
event_guests: {
|
207
207
|
email: string;
|
@@ -247,17 +247,17 @@ export declare const baseWebhookPayloadSchema: z.ZodObject<{
|
|
247
247
|
status: "active" | "canceled";
|
248
248
|
email: string;
|
249
249
|
name: string;
|
250
|
-
timezone: string;
|
251
250
|
created_at: string;
|
252
|
-
event: string;
|
253
251
|
updated_at: string;
|
252
|
+
event: string;
|
253
|
+
timezone: string;
|
254
254
|
text_reminder_number: string | null;
|
255
255
|
scheduled_event: {
|
256
256
|
status: "active" | "canceled";
|
257
257
|
name: string;
|
258
|
-
start_time: string;
|
259
258
|
created_at: string;
|
260
259
|
updated_at: string;
|
260
|
+
start_time: string;
|
261
261
|
end_time: string;
|
262
262
|
uri: string;
|
263
263
|
event_type: string;
|
@@ -267,8 +267,8 @@ export declare const baseWebhookPayloadSchema: z.ZodObject<{
|
|
267
267
|
}[];
|
268
268
|
invitees_counter: {
|
269
269
|
active: number;
|
270
|
-
total: number;
|
271
270
|
limit: number;
|
271
|
+
total: number;
|
272
272
|
};
|
273
273
|
event_guests: {
|
274
274
|
email: string;
|
@@ -316,17 +316,17 @@ export declare const baseWebhookPayloadSchema: z.ZodObject<{
|
|
316
316
|
status: "active" | "canceled";
|
317
317
|
email: string;
|
318
318
|
name: string;
|
319
|
-
timezone: string;
|
320
319
|
created_at: string;
|
321
|
-
event: string;
|
322
320
|
updated_at: string;
|
321
|
+
event: string;
|
322
|
+
timezone: string;
|
323
323
|
text_reminder_number: string | null;
|
324
324
|
scheduled_event: {
|
325
325
|
status: "active" | "canceled";
|
326
326
|
name: string;
|
327
|
-
start_time: string;
|
328
327
|
created_at: string;
|
329
328
|
updated_at: string;
|
329
|
+
start_time: string;
|
330
330
|
end_time: string;
|
331
331
|
uri: string;
|
332
332
|
event_type: string;
|
@@ -336,8 +336,8 @@ export declare const baseWebhookPayloadSchema: z.ZodObject<{
|
|
336
336
|
}[];
|
337
337
|
invitees_counter: {
|
338
338
|
active: number;
|
339
|
-
total: number;
|
340
339
|
limit: number;
|
340
|
+
total: number;
|
341
341
|
};
|
342
342
|
event_guests: {
|
343
343
|
email: string;
|
@@ -381,24 +381,24 @@ export declare const baseWebhookPayloadSchema: z.ZodObject<{
|
|
381
381
|
scheduling_method?: string | null | undefined;
|
382
382
|
};
|
383
383
|
created_at: string;
|
384
|
-
event: TriggerEvent;
|
385
384
|
created_by: string;
|
385
|
+
event: TriggerEvent;
|
386
386
|
}, {
|
387
387
|
payload: {
|
388
388
|
status: "active" | "canceled";
|
389
389
|
email: string;
|
390
390
|
name: string;
|
391
|
-
timezone: string;
|
392
391
|
created_at: string;
|
393
|
-
event: string;
|
394
392
|
updated_at: string;
|
393
|
+
event: string;
|
394
|
+
timezone: string;
|
395
395
|
text_reminder_number: string | null;
|
396
396
|
scheduled_event: {
|
397
397
|
status: "active" | "canceled";
|
398
398
|
name: string;
|
399
|
-
start_time: string;
|
400
399
|
created_at: string;
|
401
400
|
updated_at: string;
|
401
|
+
start_time: string;
|
402
402
|
end_time: string;
|
403
403
|
uri: string;
|
404
404
|
event_type: string;
|
@@ -408,8 +408,8 @@ export declare const baseWebhookPayloadSchema: z.ZodObject<{
|
|
408
408
|
}[];
|
409
409
|
invitees_counter: {
|
410
410
|
active: number;
|
411
|
-
total: number;
|
412
411
|
limit: number;
|
412
|
+
total: number;
|
413
413
|
};
|
414
414
|
event_guests: {
|
415
415
|
email: string;
|
@@ -453,8 +453,8 @@ export declare const baseWebhookPayloadSchema: z.ZodObject<{
|
|
453
453
|
scheduling_method?: string | null | undefined;
|
454
454
|
};
|
455
455
|
created_at: string;
|
456
|
-
event: TriggerEvent;
|
457
456
|
created_by: string;
|
457
|
+
event: TriggerEvent;
|
458
458
|
}>;
|
459
459
|
export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
460
460
|
event: z.ZodNativeEnum<typeof TriggerEvent>;
|
@@ -489,12 +489,12 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
489
489
|
limit: z.ZodNumber;
|
490
490
|
}, "strip", z.ZodTypeAny, {
|
491
491
|
active: number;
|
492
|
-
total: number;
|
493
492
|
limit: number;
|
493
|
+
total: number;
|
494
494
|
}, {
|
495
495
|
active: number;
|
496
|
-
total: number;
|
497
496
|
limit: number;
|
497
|
+
total: number;
|
498
498
|
}>;
|
499
499
|
created_at: z.ZodString;
|
500
500
|
updated_at: z.ZodString;
|
@@ -514,9 +514,9 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
514
514
|
}, "strip", z.ZodTypeAny, {
|
515
515
|
status: "active" | "canceled";
|
516
516
|
name: string;
|
517
|
-
start_time: string;
|
518
517
|
created_at: string;
|
519
518
|
updated_at: string;
|
519
|
+
start_time: string;
|
520
520
|
end_time: string;
|
521
521
|
uri: string;
|
522
522
|
event_type: string;
|
@@ -526,8 +526,8 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
526
526
|
}[];
|
527
527
|
invitees_counter: {
|
528
528
|
active: number;
|
529
|
-
total: number;
|
530
529
|
limit: number;
|
530
|
+
total: number;
|
531
531
|
};
|
532
532
|
event_guests: {
|
533
533
|
email: string;
|
@@ -538,9 +538,9 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
538
538
|
}, {
|
539
539
|
status: "active" | "canceled";
|
540
540
|
name: string;
|
541
|
-
start_time: string;
|
542
541
|
created_at: string;
|
543
542
|
updated_at: string;
|
543
|
+
start_time: string;
|
544
544
|
end_time: string;
|
545
545
|
uri: string;
|
546
546
|
event_type: string;
|
@@ -550,8 +550,8 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
550
550
|
}[];
|
551
551
|
invitees_counter: {
|
552
552
|
active: number;
|
553
|
-
total: number;
|
554
553
|
limit: number;
|
554
|
+
total: number;
|
555
555
|
};
|
556
556
|
event_guests: {
|
557
557
|
email: string;
|
@@ -635,17 +635,17 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
635
635
|
status: "active" | "canceled";
|
636
636
|
email: string;
|
637
637
|
name: string;
|
638
|
-
timezone: string;
|
639
638
|
created_at: string;
|
640
|
-
event: string;
|
641
639
|
updated_at: string;
|
640
|
+
event: string;
|
641
|
+
timezone: string;
|
642
642
|
text_reminder_number: string | null;
|
643
643
|
scheduled_event: {
|
644
644
|
status: "active" | "canceled";
|
645
645
|
name: string;
|
646
|
-
start_time: string;
|
647
646
|
created_at: string;
|
648
647
|
updated_at: string;
|
648
|
+
start_time: string;
|
649
649
|
end_time: string;
|
650
650
|
uri: string;
|
651
651
|
event_type: string;
|
@@ -655,8 +655,8 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
655
655
|
}[];
|
656
656
|
invitees_counter: {
|
657
657
|
active: number;
|
658
|
-
total: number;
|
659
658
|
limit: number;
|
659
|
+
total: number;
|
660
660
|
};
|
661
661
|
event_guests: {
|
662
662
|
email: string;
|
@@ -702,17 +702,17 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
702
702
|
status: "active" | "canceled";
|
703
703
|
email: string;
|
704
704
|
name: string;
|
705
|
-
timezone: string;
|
706
705
|
created_at: string;
|
707
|
-
event: string;
|
708
706
|
updated_at: string;
|
707
|
+
event: string;
|
708
|
+
timezone: string;
|
709
709
|
text_reminder_number: string | null;
|
710
710
|
scheduled_event: {
|
711
711
|
status: "active" | "canceled";
|
712
712
|
name: string;
|
713
|
-
start_time: string;
|
714
713
|
created_at: string;
|
715
714
|
updated_at: string;
|
715
|
+
start_time: string;
|
716
716
|
end_time: string;
|
717
717
|
uri: string;
|
718
718
|
event_type: string;
|
@@ -722,8 +722,8 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
722
722
|
}[];
|
723
723
|
invitees_counter: {
|
724
724
|
active: number;
|
725
|
-
total: number;
|
726
725
|
limit: number;
|
726
|
+
total: number;
|
727
727
|
};
|
728
728
|
event_guests: {
|
729
729
|
email: string;
|
@@ -796,12 +796,12 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
796
796
|
limit: z.ZodNumber;
|
797
797
|
}, "strip", z.ZodTypeAny, {
|
798
798
|
active: number;
|
799
|
-
total: number;
|
800
799
|
limit: number;
|
800
|
+
total: number;
|
801
801
|
}, {
|
802
802
|
active: number;
|
803
|
-
total: number;
|
804
803
|
limit: number;
|
804
|
+
total: number;
|
805
805
|
}>;
|
806
806
|
created_at: z.ZodString;
|
807
807
|
updated_at: z.ZodString;
|
@@ -821,9 +821,9 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
821
821
|
}, "strip", z.ZodTypeAny, {
|
822
822
|
status: "active" | "canceled";
|
823
823
|
name: string;
|
824
|
-
start_time: string;
|
825
824
|
created_at: string;
|
826
825
|
updated_at: string;
|
826
|
+
start_time: string;
|
827
827
|
end_time: string;
|
828
828
|
uri: string;
|
829
829
|
event_type: string;
|
@@ -833,8 +833,8 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
833
833
|
}[];
|
834
834
|
invitees_counter: {
|
835
835
|
active: number;
|
836
|
-
total: number;
|
837
836
|
limit: number;
|
837
|
+
total: number;
|
838
838
|
};
|
839
839
|
event_guests: {
|
840
840
|
email: string;
|
@@ -845,9 +845,9 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
845
845
|
}, {
|
846
846
|
status: "active" | "canceled";
|
847
847
|
name: string;
|
848
|
-
start_time: string;
|
849
848
|
created_at: string;
|
850
849
|
updated_at: string;
|
850
|
+
start_time: string;
|
851
851
|
end_time: string;
|
852
852
|
uri: string;
|
853
853
|
event_type: string;
|
@@ -857,8 +857,8 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
857
857
|
}[];
|
858
858
|
invitees_counter: {
|
859
859
|
active: number;
|
860
|
-
total: number;
|
861
860
|
limit: number;
|
861
|
+
total: number;
|
862
862
|
};
|
863
863
|
event_guests: {
|
864
864
|
email: string;
|
@@ -964,12 +964,12 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
964
964
|
limit: z.ZodNumber;
|
965
965
|
}, "strip", z.ZodTypeAny, {
|
966
966
|
active: number;
|
967
|
-
total: number;
|
968
967
|
limit: number;
|
968
|
+
total: number;
|
969
969
|
}, {
|
970
970
|
active: number;
|
971
|
-
total: number;
|
972
971
|
limit: number;
|
972
|
+
total: number;
|
973
973
|
}>;
|
974
974
|
created_at: z.ZodString;
|
975
975
|
updated_at: z.ZodString;
|
@@ -991,9 +991,9 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
991
991
|
}>, "strip", z.ZodTypeAny, {
|
992
992
|
status: "canceled";
|
993
993
|
name: string;
|
994
|
-
start_time: string;
|
995
994
|
created_at: string;
|
996
995
|
updated_at: string;
|
996
|
+
start_time: string;
|
997
997
|
end_time: string;
|
998
998
|
uri: string;
|
999
999
|
event_type: string;
|
@@ -1003,8 +1003,8 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1003
1003
|
}[];
|
1004
1004
|
invitees_counter: {
|
1005
1005
|
active: number;
|
1006
|
-
total: number;
|
1007
1006
|
limit: number;
|
1007
|
+
total: number;
|
1008
1008
|
};
|
1009
1009
|
event_guests: {
|
1010
1010
|
email: string;
|
@@ -1015,9 +1015,9 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1015
1015
|
}, {
|
1016
1016
|
status: "canceled";
|
1017
1017
|
name: string;
|
1018
|
-
start_time: string;
|
1019
1018
|
created_at: string;
|
1020
1019
|
updated_at: string;
|
1020
|
+
start_time: string;
|
1021
1021
|
end_time: string;
|
1022
1022
|
uri: string;
|
1023
1023
|
event_type: string;
|
@@ -1027,8 +1027,8 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1027
1027
|
}[];
|
1028
1028
|
invitees_counter: {
|
1029
1029
|
active: number;
|
1030
|
-
total: number;
|
1031
1030
|
limit: number;
|
1031
|
+
total: number;
|
1032
1032
|
};
|
1033
1033
|
event_guests: {
|
1034
1034
|
email: string;
|
@@ -1057,17 +1057,17 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1057
1057
|
status: "canceled";
|
1058
1058
|
email: string;
|
1059
1059
|
name: string;
|
1060
|
-
timezone: string;
|
1061
1060
|
created_at: string;
|
1062
|
-
event: string;
|
1063
1061
|
updated_at: string;
|
1062
|
+
event: string;
|
1063
|
+
timezone: string;
|
1064
1064
|
text_reminder_number: string | null;
|
1065
1065
|
scheduled_event: {
|
1066
1066
|
status: "canceled";
|
1067
1067
|
name: string;
|
1068
|
-
start_time: string;
|
1069
1068
|
created_at: string;
|
1070
1069
|
updated_at: string;
|
1070
|
+
start_time: string;
|
1071
1071
|
end_time: string;
|
1072
1072
|
uri: string;
|
1073
1073
|
event_type: string;
|
@@ -1077,8 +1077,8 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1077
1077
|
}[];
|
1078
1078
|
invitees_counter: {
|
1079
1079
|
active: number;
|
1080
|
-
total: number;
|
1081
1080
|
limit: number;
|
1081
|
+
total: number;
|
1082
1082
|
};
|
1083
1083
|
event_guests: {
|
1084
1084
|
email: string;
|
@@ -1130,17 +1130,17 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1130
1130
|
status: "canceled";
|
1131
1131
|
email: string;
|
1132
1132
|
name: string;
|
1133
|
-
timezone: string;
|
1134
1133
|
created_at: string;
|
1135
|
-
event: string;
|
1136
1134
|
updated_at: string;
|
1135
|
+
event: string;
|
1136
|
+
timezone: string;
|
1137
1137
|
text_reminder_number: string | null;
|
1138
1138
|
scheduled_event: {
|
1139
1139
|
status: "canceled";
|
1140
1140
|
name: string;
|
1141
|
-
start_time: string;
|
1142
1141
|
created_at: string;
|
1143
1142
|
updated_at: string;
|
1143
|
+
start_time: string;
|
1144
1144
|
end_time: string;
|
1145
1145
|
uri: string;
|
1146
1146
|
event_type: string;
|
@@ -1150,8 +1150,8 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1150
1150
|
}[];
|
1151
1151
|
invitees_counter: {
|
1152
1152
|
active: number;
|
1153
|
-
total: number;
|
1154
1153
|
limit: number;
|
1154
|
+
total: number;
|
1155
1155
|
};
|
1156
1156
|
event_guests: {
|
1157
1157
|
email: string;
|
@@ -1205,17 +1205,17 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1205
1205
|
status: "canceled";
|
1206
1206
|
email: string;
|
1207
1207
|
name: string;
|
1208
|
-
timezone: string;
|
1209
1208
|
created_at: string;
|
1210
|
-
event: string;
|
1211
1209
|
updated_at: string;
|
1210
|
+
event: string;
|
1211
|
+
timezone: string;
|
1212
1212
|
text_reminder_number: string | null;
|
1213
1213
|
scheduled_event: {
|
1214
1214
|
status: "canceled";
|
1215
1215
|
name: string;
|
1216
|
-
start_time: string;
|
1217
1216
|
created_at: string;
|
1218
1217
|
updated_at: string;
|
1218
|
+
start_time: string;
|
1219
1219
|
end_time: string;
|
1220
1220
|
uri: string;
|
1221
1221
|
event_type: string;
|
@@ -1225,8 +1225,8 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1225
1225
|
}[];
|
1226
1226
|
invitees_counter: {
|
1227
1227
|
active: number;
|
1228
|
-
total: number;
|
1229
1228
|
limit: number;
|
1229
|
+
total: number;
|
1230
1230
|
};
|
1231
1231
|
event_guests: {
|
1232
1232
|
email: string;
|
@@ -1276,24 +1276,24 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1276
1276
|
scheduling_method?: string | null | undefined;
|
1277
1277
|
};
|
1278
1278
|
created_at: string;
|
1279
|
-
event: TriggerEvent;
|
1280
1279
|
created_by: string;
|
1280
|
+
event: TriggerEvent;
|
1281
1281
|
}, {
|
1282
1282
|
payload: {
|
1283
1283
|
status: "canceled";
|
1284
1284
|
email: string;
|
1285
1285
|
name: string;
|
1286
|
-
timezone: string;
|
1287
1286
|
created_at: string;
|
1288
|
-
event: string;
|
1289
1287
|
updated_at: string;
|
1288
|
+
event: string;
|
1289
|
+
timezone: string;
|
1290
1290
|
text_reminder_number: string | null;
|
1291
1291
|
scheduled_event: {
|
1292
1292
|
status: "canceled";
|
1293
1293
|
name: string;
|
1294
|
-
start_time: string;
|
1295
1294
|
created_at: string;
|
1296
1295
|
updated_at: string;
|
1296
|
+
start_time: string;
|
1297
1297
|
end_time: string;
|
1298
1298
|
uri: string;
|
1299
1299
|
event_type: string;
|
@@ -1303,8 +1303,8 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1303
1303
|
}[];
|
1304
1304
|
invitees_counter: {
|
1305
1305
|
active: number;
|
1306
|
-
total: number;
|
1307
1306
|
limit: number;
|
1307
|
+
total: number;
|
1308
1308
|
};
|
1309
1309
|
event_guests: {
|
1310
1310
|
email: string;
|
@@ -1354,8 +1354,8 @@ export declare const canceledSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1354
1354
|
scheduling_method?: string | null | undefined;
|
1355
1355
|
};
|
1356
1356
|
created_at: string;
|
1357
|
-
event: TriggerEvent;
|
1358
1357
|
created_by: string;
|
1358
|
+
event: TriggerEvent;
|
1359
1359
|
}>;
|
1360
1360
|
export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
1361
1361
|
event: z.ZodNativeEnum<typeof TriggerEvent>;
|
@@ -1390,12 +1390,12 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1390
1390
|
limit: z.ZodNumber;
|
1391
1391
|
}, "strip", z.ZodTypeAny, {
|
1392
1392
|
active: number;
|
1393
|
-
total: number;
|
1394
1393
|
limit: number;
|
1394
|
+
total: number;
|
1395
1395
|
}, {
|
1396
1396
|
active: number;
|
1397
|
-
total: number;
|
1398
1397
|
limit: number;
|
1398
|
+
total: number;
|
1399
1399
|
}>;
|
1400
1400
|
created_at: z.ZodString;
|
1401
1401
|
updated_at: z.ZodString;
|
@@ -1415,9 +1415,9 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1415
1415
|
}, "strip", z.ZodTypeAny, {
|
1416
1416
|
status: "active" | "canceled";
|
1417
1417
|
name: string;
|
1418
|
-
start_time: string;
|
1419
1418
|
created_at: string;
|
1420
1419
|
updated_at: string;
|
1420
|
+
start_time: string;
|
1421
1421
|
end_time: string;
|
1422
1422
|
uri: string;
|
1423
1423
|
event_type: string;
|
@@ -1427,8 +1427,8 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1427
1427
|
}[];
|
1428
1428
|
invitees_counter: {
|
1429
1429
|
active: number;
|
1430
|
-
total: number;
|
1431
1430
|
limit: number;
|
1431
|
+
total: number;
|
1432
1432
|
};
|
1433
1433
|
event_guests: {
|
1434
1434
|
email: string;
|
@@ -1439,9 +1439,9 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1439
1439
|
}, {
|
1440
1440
|
status: "active" | "canceled";
|
1441
1441
|
name: string;
|
1442
|
-
start_time: string;
|
1443
1442
|
created_at: string;
|
1444
1443
|
updated_at: string;
|
1444
|
+
start_time: string;
|
1445
1445
|
end_time: string;
|
1446
1446
|
uri: string;
|
1447
1447
|
event_type: string;
|
@@ -1451,8 +1451,8 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1451
1451
|
}[];
|
1452
1452
|
invitees_counter: {
|
1453
1453
|
active: number;
|
1454
|
-
total: number;
|
1455
1454
|
limit: number;
|
1455
|
+
total: number;
|
1456
1456
|
};
|
1457
1457
|
event_guests: {
|
1458
1458
|
email: string;
|
@@ -1536,17 +1536,17 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1536
1536
|
status: "active" | "canceled";
|
1537
1537
|
email: string;
|
1538
1538
|
name: string;
|
1539
|
-
timezone: string;
|
1540
1539
|
created_at: string;
|
1541
|
-
event: string;
|
1542
1540
|
updated_at: string;
|
1541
|
+
event: string;
|
1542
|
+
timezone: string;
|
1543
1543
|
text_reminder_number: string | null;
|
1544
1544
|
scheduled_event: {
|
1545
1545
|
status: "active" | "canceled";
|
1546
1546
|
name: string;
|
1547
|
-
start_time: string;
|
1548
1547
|
created_at: string;
|
1549
1548
|
updated_at: string;
|
1549
|
+
start_time: string;
|
1550
1550
|
end_time: string;
|
1551
1551
|
uri: string;
|
1552
1552
|
event_type: string;
|
@@ -1556,8 +1556,8 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1556
1556
|
}[];
|
1557
1557
|
invitees_counter: {
|
1558
1558
|
active: number;
|
1559
|
-
total: number;
|
1560
1559
|
limit: number;
|
1560
|
+
total: number;
|
1561
1561
|
};
|
1562
1562
|
event_guests: {
|
1563
1563
|
email: string;
|
@@ -1603,17 +1603,17 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1603
1603
|
status: "active" | "canceled";
|
1604
1604
|
email: string;
|
1605
1605
|
name: string;
|
1606
|
-
timezone: string;
|
1607
1606
|
created_at: string;
|
1608
|
-
event: string;
|
1609
1607
|
updated_at: string;
|
1608
|
+
event: string;
|
1609
|
+
timezone: string;
|
1610
1610
|
text_reminder_number: string | null;
|
1611
1611
|
scheduled_event: {
|
1612
1612
|
status: "active" | "canceled";
|
1613
1613
|
name: string;
|
1614
|
-
start_time: string;
|
1615
1614
|
created_at: string;
|
1616
1615
|
updated_at: string;
|
1616
|
+
start_time: string;
|
1617
1617
|
end_time: string;
|
1618
1618
|
uri: string;
|
1619
1619
|
event_type: string;
|
@@ -1623,8 +1623,8 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1623
1623
|
}[];
|
1624
1624
|
invitees_counter: {
|
1625
1625
|
active: number;
|
1626
|
-
total: number;
|
1627
1626
|
limit: number;
|
1627
|
+
total: number;
|
1628
1628
|
};
|
1629
1629
|
event_guests: {
|
1630
1630
|
email: string;
|
@@ -1697,12 +1697,12 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1697
1697
|
limit: z.ZodNumber;
|
1698
1698
|
}, "strip", z.ZodTypeAny, {
|
1699
1699
|
active: number;
|
1700
|
-
total: number;
|
1701
1700
|
limit: number;
|
1701
|
+
total: number;
|
1702
1702
|
}, {
|
1703
1703
|
active: number;
|
1704
|
-
total: number;
|
1705
1704
|
limit: number;
|
1705
|
+
total: number;
|
1706
1706
|
}>;
|
1707
1707
|
created_at: z.ZodString;
|
1708
1708
|
updated_at: z.ZodString;
|
@@ -1722,9 +1722,9 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1722
1722
|
}, "strip", z.ZodTypeAny, {
|
1723
1723
|
status: "active" | "canceled";
|
1724
1724
|
name: string;
|
1725
|
-
start_time: string;
|
1726
1725
|
created_at: string;
|
1727
1726
|
updated_at: string;
|
1727
|
+
start_time: string;
|
1728
1728
|
end_time: string;
|
1729
1729
|
uri: string;
|
1730
1730
|
event_type: string;
|
@@ -1734,8 +1734,8 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1734
1734
|
}[];
|
1735
1735
|
invitees_counter: {
|
1736
1736
|
active: number;
|
1737
|
-
total: number;
|
1738
1737
|
limit: number;
|
1738
|
+
total: number;
|
1739
1739
|
};
|
1740
1740
|
event_guests: {
|
1741
1741
|
email: string;
|
@@ -1746,9 +1746,9 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1746
1746
|
}, {
|
1747
1747
|
status: "active" | "canceled";
|
1748
1748
|
name: string;
|
1749
|
-
start_time: string;
|
1750
1749
|
created_at: string;
|
1751
1750
|
updated_at: string;
|
1751
|
+
start_time: string;
|
1752
1752
|
end_time: string;
|
1753
1753
|
uri: string;
|
1754
1754
|
event_type: string;
|
@@ -1758,8 +1758,8 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1758
1758
|
}[];
|
1759
1759
|
invitees_counter: {
|
1760
1760
|
active: number;
|
1761
|
-
total: number;
|
1762
1761
|
limit: number;
|
1762
|
+
total: number;
|
1763
1763
|
};
|
1764
1764
|
event_guests: {
|
1765
1765
|
email: string;
|
@@ -1865,12 +1865,12 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1865
1865
|
limit: z.ZodNumber;
|
1866
1866
|
}, "strip", z.ZodTypeAny, {
|
1867
1867
|
active: number;
|
1868
|
-
total: number;
|
1869
1868
|
limit: number;
|
1869
|
+
total: number;
|
1870
1870
|
}, {
|
1871
1871
|
active: number;
|
1872
|
-
total: number;
|
1873
1872
|
limit: number;
|
1873
|
+
total: number;
|
1874
1874
|
}>;
|
1875
1875
|
created_at: z.ZodString;
|
1876
1876
|
updated_at: z.ZodString;
|
@@ -1892,9 +1892,9 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1892
1892
|
}>, "strip", z.ZodTypeAny, {
|
1893
1893
|
status: "active";
|
1894
1894
|
name: string;
|
1895
|
-
start_time: string;
|
1896
1895
|
created_at: string;
|
1897
1896
|
updated_at: string;
|
1897
|
+
start_time: string;
|
1898
1898
|
end_time: string;
|
1899
1899
|
uri: string;
|
1900
1900
|
event_type: string;
|
@@ -1904,8 +1904,8 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1904
1904
|
}[];
|
1905
1905
|
invitees_counter: {
|
1906
1906
|
active: number;
|
1907
|
-
total: number;
|
1908
1907
|
limit: number;
|
1908
|
+
total: number;
|
1909
1909
|
};
|
1910
1910
|
event_guests: {
|
1911
1911
|
email: string;
|
@@ -1916,9 +1916,9 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1916
1916
|
}, {
|
1917
1917
|
status: "active";
|
1918
1918
|
name: string;
|
1919
|
-
start_time: string;
|
1920
1919
|
created_at: string;
|
1921
1920
|
updated_at: string;
|
1921
|
+
start_time: string;
|
1922
1922
|
end_time: string;
|
1923
1923
|
uri: string;
|
1924
1924
|
event_type: string;
|
@@ -1928,8 +1928,8 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1928
1928
|
}[];
|
1929
1929
|
invitees_counter: {
|
1930
1930
|
active: number;
|
1931
|
-
total: number;
|
1932
1931
|
limit: number;
|
1932
|
+
total: number;
|
1933
1933
|
};
|
1934
1934
|
event_guests: {
|
1935
1935
|
email: string;
|
@@ -1942,17 +1942,17 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1942
1942
|
status: "active";
|
1943
1943
|
email: string;
|
1944
1944
|
name: string;
|
1945
|
-
timezone: string;
|
1946
1945
|
created_at: string;
|
1947
|
-
event: string;
|
1948
1946
|
updated_at: string;
|
1947
|
+
event: string;
|
1948
|
+
timezone: string;
|
1949
1949
|
text_reminder_number: string | null;
|
1950
1950
|
scheduled_event: {
|
1951
1951
|
status: "active";
|
1952
1952
|
name: string;
|
1953
|
-
start_time: string;
|
1954
1953
|
created_at: string;
|
1955
1954
|
updated_at: string;
|
1955
|
+
start_time: string;
|
1956
1956
|
end_time: string;
|
1957
1957
|
uri: string;
|
1958
1958
|
event_type: string;
|
@@ -1962,8 +1962,8 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1962
1962
|
}[];
|
1963
1963
|
invitees_counter: {
|
1964
1964
|
active: number;
|
1965
|
-
total: number;
|
1966
1965
|
limit: number;
|
1966
|
+
total: number;
|
1967
1967
|
};
|
1968
1968
|
event_guests: {
|
1969
1969
|
email: string;
|
@@ -2009,17 +2009,17 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
2009
2009
|
status: "active";
|
2010
2010
|
email: string;
|
2011
2011
|
name: string;
|
2012
|
-
timezone: string;
|
2013
2012
|
created_at: string;
|
2014
|
-
event: string;
|
2015
2013
|
updated_at: string;
|
2014
|
+
event: string;
|
2015
|
+
timezone: string;
|
2016
2016
|
text_reminder_number: string | null;
|
2017
2017
|
scheduled_event: {
|
2018
2018
|
status: "active";
|
2019
2019
|
name: string;
|
2020
|
-
start_time: string;
|
2021
2020
|
created_at: string;
|
2022
2021
|
updated_at: string;
|
2022
|
+
start_time: string;
|
2023
2023
|
end_time: string;
|
2024
2024
|
uri: string;
|
2025
2025
|
event_type: string;
|
@@ -2029,8 +2029,8 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
2029
2029
|
}[];
|
2030
2030
|
invitees_counter: {
|
2031
2031
|
active: number;
|
2032
|
-
total: number;
|
2033
2032
|
limit: number;
|
2033
|
+
total: number;
|
2034
2034
|
};
|
2035
2035
|
event_guests: {
|
2036
2036
|
email: string;
|
@@ -2078,17 +2078,17 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
2078
2078
|
status: "active";
|
2079
2079
|
email: string;
|
2080
2080
|
name: string;
|
2081
|
-
timezone: string;
|
2082
2081
|
created_at: string;
|
2083
|
-
event: string;
|
2084
2082
|
updated_at: string;
|
2083
|
+
event: string;
|
2084
|
+
timezone: string;
|
2085
2085
|
text_reminder_number: string | null;
|
2086
2086
|
scheduled_event: {
|
2087
2087
|
status: "active";
|
2088
2088
|
name: string;
|
2089
|
-
start_time: string;
|
2090
2089
|
created_at: string;
|
2091
2090
|
updated_at: string;
|
2091
|
+
start_time: string;
|
2092
2092
|
end_time: string;
|
2093
2093
|
uri: string;
|
2094
2094
|
event_type: string;
|
@@ -2098,8 +2098,8 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
2098
2098
|
}[];
|
2099
2099
|
invitees_counter: {
|
2100
2100
|
active: number;
|
2101
|
-
total: number;
|
2102
2101
|
limit: number;
|
2102
|
+
total: number;
|
2103
2103
|
};
|
2104
2104
|
event_guests: {
|
2105
2105
|
email: string;
|
@@ -2143,24 +2143,24 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
2143
2143
|
scheduling_method?: string | null | undefined;
|
2144
2144
|
};
|
2145
2145
|
created_at: string;
|
2146
|
-
event: TriggerEvent;
|
2147
2146
|
created_by: string;
|
2147
|
+
event: TriggerEvent;
|
2148
2148
|
}, {
|
2149
2149
|
payload: {
|
2150
2150
|
status: "active";
|
2151
2151
|
email: string;
|
2152
2152
|
name: string;
|
2153
|
-
timezone: string;
|
2154
2153
|
created_at: string;
|
2155
|
-
event: string;
|
2156
2154
|
updated_at: string;
|
2155
|
+
event: string;
|
2156
|
+
timezone: string;
|
2157
2157
|
text_reminder_number: string | null;
|
2158
2158
|
scheduled_event: {
|
2159
2159
|
status: "active";
|
2160
2160
|
name: string;
|
2161
|
-
start_time: string;
|
2162
2161
|
created_at: string;
|
2163
2162
|
updated_at: string;
|
2163
|
+
start_time: string;
|
2164
2164
|
end_time: string;
|
2165
2165
|
uri: string;
|
2166
2166
|
event_type: string;
|
@@ -2170,8 +2170,8 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
2170
2170
|
}[];
|
2171
2171
|
invitees_counter: {
|
2172
2172
|
active: number;
|
2173
|
-
total: number;
|
2174
2173
|
limit: number;
|
2174
|
+
total: number;
|
2175
2175
|
};
|
2176
2176
|
event_guests: {
|
2177
2177
|
email: string;
|
@@ -2215,6 +2215,6 @@ export declare const activeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
2215
2215
|
scheduling_method?: string | null | undefined;
|
2216
2216
|
};
|
2217
2217
|
created_at: string;
|
2218
|
-
event: TriggerEvent;
|
2219
2218
|
created_by: string;
|
2219
|
+
event: TriggerEvent;
|
2220
2220
|
}>;
|