@coopenomics/notifications 2026.2.22-2 → 2026.2.28-4

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/index.d.mts CHANGED
@@ -168,7 +168,8 @@ declare const workflow$k: WorkflowDefinition<IWorkflow$k>;
168
168
 
169
169
  declare const index$l_welcomePayloadSchema: typeof welcomePayloadSchema;
170
170
  declare namespace index$l {
171
- export { type IPayload$k as IPayload, type IWorkflow$k as IWorkflow, id$k as id, name$k as name, index$l_welcomePayloadSchema as welcomePayloadSchema, workflow$k as workflow };
171
+ export { id$k as id, name$k as name, index$l_welcomePayloadSchema as welcomePayloadSchema, workflow$k as workflow };
172
+ export type { IPayload$k as IPayload, IWorkflow$k as IWorkflow };
172
173
  }
173
174
 
174
175
  declare const newAgendaItemPayloadSchema: z.ZodObject<{
@@ -205,7 +206,8 @@ declare const workflow$j: WorkflowDefinition<IWorkflow$j>;
205
206
 
206
207
  declare const index$k_newAgendaItemPayloadSchema: typeof newAgendaItemPayloadSchema;
207
208
  declare namespace index$k {
208
- export { type IPayload$j as IPayload, type IWorkflow$j as IWorkflow, id$j as id, name$j as name, index$k_newAgendaItemPayloadSchema as newAgendaItemPayloadSchema, workflow$j as workflow };
209
+ export { id$j as id, name$j as name, index$k_newAgendaItemPayloadSchema as newAgendaItemPayloadSchema, workflow$j as workflow };
210
+ export type { IPayload$j as IPayload, IWorkflow$j as IWorkflow };
209
211
  }
210
212
 
211
213
  declare const incomingTransferPayloadSchema: z.ZodObject<{
@@ -224,7 +226,8 @@ declare const workflow$i: WorkflowDefinition<IWorkflow$i>;
224
226
 
225
227
  declare const index$j_incomingTransferPayloadSchema: typeof incomingTransferPayloadSchema;
226
228
  declare namespace index$j {
227
- export { type IPayload$i as IPayload, type IWorkflow$i as IWorkflow, id$i as id, index$j_incomingTransferPayloadSchema as incomingTransferPayloadSchema, name$i as name, workflow$i as workflow };
229
+ export { id$i as id, index$j_incomingTransferPayloadSchema as incomingTransferPayloadSchema, name$i as name, workflow$i as workflow };
230
+ export type { IPayload$i as IPayload, IWorkflow$i as IWorkflow };
228
231
  }
229
232
 
230
233
  declare const approvalRequestPayloadSchema: z.ZodObject<{
@@ -261,7 +264,8 @@ declare const workflow$h: WorkflowDefinition<IWorkflow$h>;
261
264
 
262
265
  declare const index$i_approvalRequestPayloadSchema: typeof approvalRequestPayloadSchema;
263
266
  declare namespace index$i {
264
- export { type IPayload$h as IPayload, type IWorkflow$h as IWorkflow, index$i_approvalRequestPayloadSchema as approvalRequestPayloadSchema, id$h as id, name$h as name, workflow$h as workflow };
267
+ export { index$i_approvalRequestPayloadSchema as approvalRequestPayloadSchema, id$h as id, name$h as name, workflow$h as workflow };
268
+ export type { IPayload$h as IPayload, IWorkflow$h as IWorkflow };
265
269
  }
266
270
 
267
271
  declare const decisionApprovedPayloadSchema: z.ZodObject<{
@@ -271,15 +275,15 @@ declare const decisionApprovedPayloadSchema: z.ZodObject<{
271
275
  decision_id: z.ZodString;
272
276
  decisionUrl: z.ZodOptional<z.ZodString>;
273
277
  }, "strip", z.ZodTypeAny, {
274
- userName: string;
275
278
  coopname: string;
276
279
  decision_id: string;
280
+ userName: string;
277
281
  decisionTitle: string;
278
282
  decisionUrl?: string | undefined;
279
283
  }, {
280
- userName: string;
281
284
  coopname: string;
282
285
  decision_id: string;
286
+ userName: string;
283
287
  decisionTitle: string;
284
288
  decisionUrl?: string | undefined;
285
289
  }>;
@@ -292,7 +296,8 @@ declare const workflow$g: WorkflowDefinition<IWorkflow$g>;
292
296
 
293
297
  declare const index$h_decisionApprovedPayloadSchema: typeof decisionApprovedPayloadSchema;
294
298
  declare namespace index$h {
295
- export { type IPayload$g as IPayload, type IWorkflow$g as IWorkflow, index$h_decisionApprovedPayloadSchema as decisionApprovedPayloadSchema, id$g as id, name$g as name, workflow$g as workflow };
299
+ export { index$h_decisionApprovedPayloadSchema as decisionApprovedPayloadSchema, id$g as id, name$g as name, workflow$g as workflow };
300
+ export type { IPayload$g as IPayload, IWorkflow$g as IWorkflow };
296
301
  }
297
302
 
298
303
  declare const paymentCompletedPayloadSchema: z.ZodObject<{
@@ -323,7 +328,8 @@ declare const workflow$f: WorkflowDefinition<IWorkflow$f>;
323
328
 
324
329
  declare const index$g_paymentCompletedPayloadSchema: typeof paymentCompletedPayloadSchema;
325
330
  declare namespace index$g {
326
- export { type IPayload$f as IPayload, type IWorkflow$f as IWorkflow, id$f as id, name$f as name, index$g_paymentCompletedPayloadSchema as paymentCompletedPayloadSchema, workflow$f as workflow };
331
+ export { id$f as id, name$f as name, index$g_paymentCompletedPayloadSchema as paymentCompletedPayloadSchema, workflow$f as workflow };
332
+ export type { IPayload$f as IPayload, IWorkflow$f as IWorkflow };
327
333
  }
328
334
 
329
335
  declare const paymentCancelledPayloadSchema: z.ZodObject<{
@@ -357,7 +363,8 @@ declare const workflow$e: WorkflowDefinition<IWorkflow$e>;
357
363
 
358
364
  declare const index$f_paymentCancelledPayloadSchema: typeof paymentCancelledPayloadSchema;
359
365
  declare namespace index$f {
360
- export { type IPayload$e as IPayload, type IWorkflow$e as IWorkflow, id$e as id, name$e as name, index$f_paymentCancelledPayloadSchema as paymentCancelledPayloadSchema, workflow$e as workflow };
366
+ export { id$e as id, name$e as name, index$f_paymentCancelledPayloadSchema as paymentCancelledPayloadSchema, workflow$e as workflow };
367
+ export type { IPayload$e as IPayload, IWorkflow$e as IWorkflow };
361
368
  }
362
369
 
363
370
  declare const meetInitialPayloadSchema: z.ZodObject<{
@@ -372,21 +379,21 @@ declare const meetInitialPayloadSchema: z.ZodObject<{
372
379
  }, "strip", z.ZodTypeAny, {
373
380
  coopShortName: string;
374
381
  meetId: number;
375
- meetDate: string;
376
- meetTime: string;
382
+ meetUrl: string;
377
383
  meetEndDate: string;
378
384
  meetEndTime: string;
379
385
  timezone: string;
380
- meetUrl: string;
386
+ meetDate: string;
387
+ meetTime: string;
381
388
  }, {
382
389
  coopShortName: string;
383
390
  meetId: number;
384
- meetDate: string;
385
- meetTime: string;
391
+ meetUrl: string;
386
392
  meetEndDate: string;
387
393
  meetEndTime: string;
388
394
  timezone: string;
389
- meetUrl: string;
395
+ meetDate: string;
396
+ meetTime: string;
390
397
  }>;
391
398
  type IPayload$d = z.infer<typeof meetInitialPayloadSchema>;
392
399
  interface IWorkflow$d extends BaseWorkflowPayload, IPayload$d {
@@ -397,7 +404,8 @@ declare const workflow$d: WorkflowDefinition<IWorkflow$d>;
397
404
 
398
405
  declare const index$e_meetInitialPayloadSchema: typeof meetInitialPayloadSchema;
399
406
  declare namespace index$e {
400
- export { type IPayload$d as IPayload, type IWorkflow$d as IWorkflow, id$d as id, index$e_meetInitialPayloadSchema as meetInitialPayloadSchema, name$d as name, workflow$d as workflow };
407
+ export { id$d as id, index$e_meetInitialPayloadSchema as meetInitialPayloadSchema, name$d as name, workflow$d as workflow };
408
+ export type { IPayload$d as IPayload, IWorkflow$d as IWorkflow };
401
409
  }
402
410
 
403
411
  declare const meetReminderStartPayloadSchema: z.ZodObject<{
@@ -410,17 +418,17 @@ declare const meetReminderStartPayloadSchema: z.ZodObject<{
410
418
  }, "strip", z.ZodTypeAny, {
411
419
  coopShortName: string;
412
420
  meetId: number;
413
- meetDate: string;
414
- meetTime: string;
415
421
  meetUrl: string;
416
422
  timeDescription: string;
423
+ meetDate: string;
424
+ meetTime: string;
417
425
  }, {
418
426
  coopShortName: string;
419
427
  meetId: number;
420
- meetDate: string;
421
- meetTime: string;
422
428
  meetUrl: string;
423
429
  timeDescription: string;
430
+ meetDate: string;
431
+ meetTime: string;
424
432
  }>;
425
433
  type IPayload$c = z.infer<typeof meetReminderStartPayloadSchema>;
426
434
  interface IWorkflow$c extends BaseWorkflowPayload, IPayload$c {
@@ -431,7 +439,8 @@ declare const workflow$c: WorkflowDefinition<IWorkflow$c>;
431
439
 
432
440
  declare const index$d_meetReminderStartPayloadSchema: typeof meetReminderStartPayloadSchema;
433
441
  declare namespace index$d {
434
- export { type IPayload$c as IPayload, type IWorkflow$c as IWorkflow, id$c as id, index$d_meetReminderStartPayloadSchema as meetReminderStartPayloadSchema, name$c as name, workflow$c as workflow };
442
+ export { id$c as id, index$d_meetReminderStartPayloadSchema as meetReminderStartPayloadSchema, name$c as name, workflow$c as workflow };
443
+ export type { IPayload$c as IPayload, IWorkflow$c as IWorkflow };
435
444
  }
436
445
 
437
446
  declare const meetStartedPayloadSchema: z.ZodObject<{
@@ -444,17 +453,17 @@ declare const meetStartedPayloadSchema: z.ZodObject<{
444
453
  }, "strip", z.ZodTypeAny, {
445
454
  coopShortName: string;
446
455
  meetId: number;
456
+ meetUrl: string;
447
457
  meetEndDate: string;
448
458
  meetEndTime: string;
449
459
  timezone: string;
450
- meetUrl: string;
451
460
  }, {
452
461
  coopShortName: string;
453
462
  meetId: number;
463
+ meetUrl: string;
454
464
  meetEndDate: string;
455
465
  meetEndTime: string;
456
466
  timezone: string;
457
- meetUrl: string;
458
467
  }>;
459
468
  type IPayload$b = z.infer<typeof meetStartedPayloadSchema>;
460
469
  interface IWorkflow$b extends BaseWorkflowPayload, IPayload$b {
@@ -465,7 +474,8 @@ declare const workflow$b: WorkflowDefinition<IWorkflow$b>;
465
474
 
466
475
  declare const index$c_meetStartedPayloadSchema: typeof meetStartedPayloadSchema;
467
476
  declare namespace index$c {
468
- export { type IPayload$b as IPayload, type IWorkflow$b as IWorkflow, id$b as id, index$c_meetStartedPayloadSchema as meetStartedPayloadSchema, name$b as name, workflow$b as workflow };
477
+ export { id$b as id, index$c_meetStartedPayloadSchema as meetStartedPayloadSchema, name$b as name, workflow$b as workflow };
478
+ export type { IPayload$b as IPayload, IWorkflow$b as IWorkflow };
469
479
  }
470
480
 
471
481
  declare const meetReminderEndPayloadSchema: z.ZodObject<{
@@ -479,19 +489,19 @@ declare const meetReminderEndPayloadSchema: z.ZodObject<{
479
489
  }, "strip", z.ZodTypeAny, {
480
490
  coopShortName: string;
481
491
  meetId: number;
492
+ meetUrl: string;
482
493
  meetEndDate: string;
483
494
  meetEndTime: string;
484
- timezone: string;
485
- meetUrl: string;
486
495
  timeDescription: string;
496
+ timezone: string;
487
497
  }, {
488
498
  coopShortName: string;
489
499
  meetId: number;
500
+ meetUrl: string;
490
501
  meetEndDate: string;
491
502
  meetEndTime: string;
492
- timezone: string;
493
- meetUrl: string;
494
503
  timeDescription: string;
504
+ timezone: string;
495
505
  }>;
496
506
  type IPayload$a = z.infer<typeof meetReminderEndPayloadSchema>;
497
507
  interface IWorkflow$a extends BaseWorkflowPayload, IPayload$a {
@@ -502,7 +512,8 @@ declare const workflow$a: WorkflowDefinition<IWorkflow$a>;
502
512
 
503
513
  declare const index$b_meetReminderEndPayloadSchema: typeof meetReminderEndPayloadSchema;
504
514
  declare namespace index$b {
505
- export { type IPayload$a as IPayload, type IWorkflow$a as IWorkflow, id$a as id, index$b_meetReminderEndPayloadSchema as meetReminderEndPayloadSchema, name$a as name, workflow$a as workflow };
515
+ export { id$a as id, index$b_meetReminderEndPayloadSchema as meetReminderEndPayloadSchema, name$a as name, workflow$a as workflow };
516
+ export type { IPayload$a as IPayload, IWorkflow$a as IWorkflow };
506
517
  }
507
518
 
508
519
  declare const meetRestartPayloadSchema: z.ZodObject<{
@@ -517,21 +528,21 @@ declare const meetRestartPayloadSchema: z.ZodObject<{
517
528
  }, "strip", z.ZodTypeAny, {
518
529
  coopShortName: string;
519
530
  meetId: number;
520
- meetDate: string;
521
- meetTime: string;
531
+ meetUrl: string;
522
532
  meetEndDate: string;
523
533
  meetEndTime: string;
524
534
  timezone: string;
525
- meetUrl: string;
535
+ meetDate: string;
536
+ meetTime: string;
526
537
  }, {
527
538
  coopShortName: string;
528
539
  meetId: number;
529
- meetDate: string;
530
- meetTime: string;
540
+ meetUrl: string;
531
541
  meetEndDate: string;
532
542
  meetEndTime: string;
533
543
  timezone: string;
534
- meetUrl: string;
544
+ meetDate: string;
545
+ meetTime: string;
535
546
  }>;
536
547
  type IPayload$9 = z.infer<typeof meetRestartPayloadSchema>;
537
548
  interface IWorkflow$9 extends BaseWorkflowPayload, IPayload$9 {
@@ -542,7 +553,8 @@ declare const workflow$9: WorkflowDefinition<IWorkflow$9>;
542
553
 
543
554
  declare const index$a_meetRestartPayloadSchema: typeof meetRestartPayloadSchema;
544
555
  declare namespace index$a {
545
- export { type IPayload$9 as IPayload, type IWorkflow$9 as IWorkflow, id$9 as id, index$a_meetRestartPayloadSchema as meetRestartPayloadSchema, name$9 as name, workflow$9 as workflow };
556
+ export { id$9 as id, index$a_meetRestartPayloadSchema as meetRestartPayloadSchema, name$9 as name, workflow$9 as workflow };
557
+ export type { IPayload$9 as IPayload, IWorkflow$9 as IWorkflow };
546
558
  }
547
559
 
548
560
  declare const meetEndedPayloadSchema: z.ZodObject<{
@@ -576,7 +588,8 @@ declare const workflow$8: WorkflowDefinition<IWorkflow$8>;
576
588
 
577
589
  declare const index$9_meetEndedPayloadSchema: typeof meetEndedPayloadSchema;
578
590
  declare namespace index$9 {
579
- export { type IPayload$8 as IPayload, type IWorkflow$8 as IWorkflow, id$8 as id, index$9_meetEndedPayloadSchema as meetEndedPayloadSchema, name$8 as name, workflow$8 as workflow };
591
+ export { id$8 as id, index$9_meetEndedPayloadSchema as meetEndedPayloadSchema, name$8 as name, workflow$8 as workflow };
592
+ export type { IPayload$8 as IPayload, IWorkflow$8 as IWorkflow };
580
593
  }
581
594
 
582
595
  declare const approvalResponsePayloadSchema: z.ZodObject<{
@@ -588,17 +601,17 @@ declare const approvalResponsePayloadSchema: z.ZodObject<{
588
601
  coopShortName: z.ZodString;
589
602
  approvalUrl: z.ZodOptional<z.ZodString>;
590
603
  }, "strip", z.ZodTypeAny, {
591
- userName: string;
592
604
  coopname: string;
593
605
  coopShortName: string;
606
+ userName: string;
594
607
  approvalStatus: "approved" | "declined";
595
608
  approvalStatusText: string;
596
609
  approvalId: string;
597
610
  approvalUrl?: string | undefined;
598
611
  }, {
599
- userName: string;
600
612
  coopname: string;
601
613
  coopShortName: string;
614
+ userName: string;
602
615
  approvalStatus: "approved" | "declined";
603
616
  approvalStatusText: string;
604
617
  approvalId: string;
@@ -613,7 +626,8 @@ declare const workflow$7: WorkflowDefinition<IWorkflow$7>;
613
626
 
614
627
  declare const index$8_approvalResponsePayloadSchema: typeof approvalResponsePayloadSchema;
615
628
  declare namespace index$8 {
616
- export { type IPayload$7 as IPayload, type IWorkflow$7 as IWorkflow, index$8_approvalResponsePayloadSchema as approvalResponsePayloadSchema, id$7 as id, name$7 as name, workflow$7 as workflow };
629
+ export { index$8_approvalResponsePayloadSchema as approvalResponsePayloadSchema, id$7 as id, name$7 as name, workflow$7 as workflow };
630
+ export type { IPayload$7 as IPayload, IWorkflow$7 as IWorkflow };
617
631
  }
618
632
 
619
633
  declare const newInitialPaymentRequestPayloadSchema: z.ZodObject<{
@@ -650,7 +664,8 @@ declare const workflow$6: WorkflowDefinition<IWorkflow$6>;
650
664
 
651
665
  declare const index$7_newInitialPaymentRequestPayloadSchema: typeof newInitialPaymentRequestPayloadSchema;
652
666
  declare namespace index$7 {
653
- export { type IPayload$6 as IPayload, type IWorkflow$6 as IWorkflow, id$6 as id, name$6 as name, index$7_newInitialPaymentRequestPayloadSchema as newInitialPaymentRequestPayloadSchema, workflow$6 as workflow };
667
+ export { id$6 as id, name$6 as name, index$7_newInitialPaymentRequestPayloadSchema as newInitialPaymentRequestPayloadSchema, workflow$6 as workflow };
668
+ export type { IPayload$6 as IPayload, IWorkflow$6 as IWorkflow };
654
669
  }
655
670
 
656
671
  declare const newDepositPaymentRequestPayloadSchema: z.ZodObject<{
@@ -687,7 +702,8 @@ declare const workflow$5: WorkflowDefinition<IWorkflow$5>;
687
702
 
688
703
  declare const index$6_newDepositPaymentRequestPayloadSchema: typeof newDepositPaymentRequestPayloadSchema;
689
704
  declare namespace index$6 {
690
- export { type IPayload$5 as IPayload, type IWorkflow$5 as IWorkflow, id$5 as id, name$5 as name, index$6_newDepositPaymentRequestPayloadSchema as newDepositPaymentRequestPayloadSchema, workflow$5 as workflow };
705
+ export { id$5 as id, name$5 as name, index$6_newDepositPaymentRequestPayloadSchema as newDepositPaymentRequestPayloadSchema, workflow$5 as workflow };
706
+ export type { IPayload$5 as IPayload, IWorkflow$5 as IWorkflow };
691
707
  }
692
708
 
693
709
  declare const resetKeyPayloadSchema: z.ZodObject<{
@@ -706,7 +722,8 @@ declare const workflow$4: WorkflowDefinition<IWorkflow$4>;
706
722
 
707
723
  declare const index$5_resetKeyPayloadSchema: typeof resetKeyPayloadSchema;
708
724
  declare namespace index$5 {
709
- export { type IPayload$4 as IPayload, type IWorkflow$4 as IWorkflow, id$4 as id, name$4 as name, index$5_resetKeyPayloadSchema as resetKeyPayloadSchema, workflow$4 as workflow };
725
+ export { id$4 as id, name$4 as name, index$5_resetKeyPayloadSchema as resetKeyPayloadSchema, workflow$4 as workflow };
726
+ export type { IPayload$4 as IPayload, IWorkflow$4 as IWorkflow };
710
727
  }
711
728
 
712
729
  declare const invitePayloadSchema: z.ZodObject<{
@@ -725,7 +742,8 @@ declare const workflow$3: WorkflowDefinition<IWorkflow$3>;
725
742
 
726
743
  declare const index$4_invitePayloadSchema: typeof invitePayloadSchema;
727
744
  declare namespace index$4 {
728
- export { type IPayload$3 as IPayload, type IWorkflow$3 as IWorkflow, id$3 as id, index$4_invitePayloadSchema as invitePayloadSchema, name$3 as name, workflow$3 as workflow };
745
+ export { id$3 as id, index$4_invitePayloadSchema as invitePayloadSchema, name$3 as name, workflow$3 as workflow };
746
+ export type { IPayload$3 as IPayload, IWorkflow$3 as IWorkflow };
729
747
  }
730
748
 
731
749
  declare const emailVerificationPayloadSchema: z.ZodObject<{
@@ -744,7 +762,8 @@ declare const workflow$2: WorkflowDefinition<IWorkflow$2>;
744
762
 
745
763
  declare const index$3_emailVerificationPayloadSchema: typeof emailVerificationPayloadSchema;
746
764
  declare namespace index$3 {
747
- export { type IPayload$2 as IPayload, type IWorkflow$2 as IWorkflow, index$3_emailVerificationPayloadSchema as emailVerificationPayloadSchema, id$2 as id, name$2 as name, workflow$2 as workflow };
765
+ export { index$3_emailVerificationPayloadSchema as emailVerificationPayloadSchema, id$2 as id, name$2 as name, workflow$2 as workflow };
766
+ export type { IPayload$2 as IPayload, IWorkflow$2 as IWorkflow };
748
767
  }
749
768
 
750
769
  declare const serviceProvisionedPayloadSchema: z.ZodObject<{
@@ -769,7 +788,8 @@ declare const workflow$1: WorkflowDefinition<IWorkflow$1>;
769
788
 
770
789
  declare const index$2_serviceProvisionedPayloadSchema: typeof serviceProvisionedPayloadSchema;
771
790
  declare namespace index$2 {
772
- export { type IPayload$1 as IPayload, type IWorkflow$1 as IWorkflow, id$1 as id, name$1 as name, index$2_serviceProvisionedPayloadSchema as serviceProvisionedPayloadSchema, workflow$1 as workflow };
791
+ export { id$1 as id, name$1 as name, index$2_serviceProvisionedPayloadSchema as serviceProvisionedPayloadSchema, workflow$1 as workflow };
792
+ export type { IPayload$1 as IPayload, IWorkflow$1 as IWorkflow };
773
793
  }
774
794
 
775
795
  declare const decisionExpiredPayloadSchema: z.ZodObject<{
@@ -780,16 +800,16 @@ declare const decisionExpiredPayloadSchema: z.ZodObject<{
780
800
  short_abbr: z.ZodString;
781
801
  name: z.ZodString;
782
802
  }, "strip", z.ZodTypeAny, {
783
- userName: string;
784
803
  coopname: string;
785
804
  decision_id: string;
805
+ userName: string;
786
806
  decisionTitle: string;
787
807
  short_abbr: string;
788
808
  name: string;
789
809
  }, {
790
- userName: string;
791
810
  coopname: string;
792
811
  decision_id: string;
812
+ userName: string;
793
813
  decisionTitle: string;
794
814
  short_abbr: string;
795
815
  name: string;
@@ -808,7 +828,8 @@ declare const index$1_id: typeof id;
808
828
  declare const index$1_name: typeof name;
809
829
  declare const index$1_workflow: typeof workflow;
810
830
  declare namespace index$1 {
811
- export { type index$1_IPayload as IPayload, type index$1_IWorkflow as IWorkflow, index$1_decisionExpiredPayloadSchema as decisionExpiredPayloadSchema, index$1_id as id, index$1_name as name, index$1_workflow as workflow };
831
+ export { index$1_decisionExpiredPayloadSchema as decisionExpiredPayloadSchema, index$1_id as id, index$1_name as name, index$1_workflow as workflow };
832
+ export type { index$1_IPayload as IPayload, index$1_IWorkflow as IWorkflow };
812
833
  }
813
834
 
814
835
  declare const allWorkflows: WorkflowDefinition[];
@@ -817,7 +838,31 @@ declare const workflowsById: Record<string, WorkflowDefinition<BaseWorkflowPaylo
817
838
  declare const index_allWorkflows: typeof allWorkflows;
818
839
  declare const index_workflowsById: typeof workflowsById;
819
840
  declare namespace index {
820
- export { index$i as ApprovalRequest, index$8 as ApprovalResponse, index$h as DecisionApproved, index$1 as DecisionExpired, index$3 as EmailVerification, index$4 as Invite, index$9 as MeetEnded, index$e as MeetInitial, index$b as MeetReminderEnd, index$d as MeetReminderStart, index$a as MeetRestart, index$c as MeetStarted, index$k as NewAgenda, index$6 as NewDepositPaymentRequest, index$7 as NewInitialPaymentRequest, index$j as NewTransfer, index$f as PaymentCancelled, index$g as PaymentPaid, index$5 as ResetKey, index$2 as ServerProvisioned, index$l as Welcome, index_allWorkflows as allWorkflows, index_workflowsById as workflowsById };
841
+ export {
842
+ index$i as ApprovalRequest,
843
+ index$8 as ApprovalResponse,
844
+ index$h as DecisionApproved,
845
+ index$1 as DecisionExpired,
846
+ index$3 as EmailVerification,
847
+ index$4 as Invite,
848
+ index$9 as MeetEnded,
849
+ index$e as MeetInitial,
850
+ index$b as MeetReminderEnd,
851
+ index$d as MeetReminderStart,
852
+ index$a as MeetRestart,
853
+ index$c as MeetStarted,
854
+ index$k as NewAgenda,
855
+ index$6 as NewDepositPaymentRequest,
856
+ index$7 as NewInitialPaymentRequest,
857
+ index$j as NewTransfer,
858
+ index$f as PaymentCancelled,
859
+ index$g as PaymentPaid,
860
+ index$5 as ResetKey,
861
+ index$2 as ServerProvisioned,
862
+ index$l as Welcome,
863
+ index_allWorkflows as allWorkflows,
864
+ index_workflowsById as workflowsById,
865
+ };
821
866
  }
822
867
 
823
868
  export { index$m as Types, WorkflowBuilder, index as Workflows, createChannelConfig, createDefaultChannelsConfig, createDefaultPreferences, createEmailStep, createInAppStep, createPushStep, createSmsStep };