@coopenomics/notifications 2026.2.22-2 → 2026.3.4-2

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.cts 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<{
@@ -180,20 +181,20 @@ declare const newAgendaItemPayloadSchema: z.ZodObject<{
180
181
  decision_id: z.ZodString;
181
182
  agendaUrl: z.ZodOptional<z.ZodString>;
182
183
  }, "strip", z.ZodTypeAny, {
184
+ authorName: string;
183
185
  coopname: string;
186
+ decision_id: string;
184
187
  coopShortName: string;
185
188
  itemTitle: string;
186
189
  itemDescription: string;
187
- authorName: string;
188
- decision_id: string;
189
190
  agendaUrl?: string | undefined;
190
191
  }, {
192
+ authorName: string;
191
193
  coopname: string;
194
+ decision_id: string;
192
195
  coopShortName: string;
193
196
  itemTitle: string;
194
197
  itemDescription: string;
195
- authorName: string;
196
- decision_id: string;
197
198
  agendaUrl?: string | undefined;
198
199
  }>;
199
200
  type IPayload$j = z.infer<typeof newAgendaItemPayloadSchema>;
@@ -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<{
@@ -236,19 +239,19 @@ declare const approvalRequestPayloadSchema: z.ZodObject<{
236
239
  approval_hash: z.ZodString;
237
240
  approvalUrl: z.ZodOptional<z.ZodString>;
238
241
  }, "strip", z.ZodTypeAny, {
239
- coopname: string;
240
- authorName: string;
241
242
  chairmanName: string;
242
243
  requestTitle: string;
243
244
  requestDescription: string;
245
+ authorName: string;
246
+ coopname: string;
244
247
  approval_hash: string;
245
248
  approvalUrl?: string | undefined;
246
249
  }, {
247
- coopname: string;
248
- authorName: string;
249
250
  chairmanName: string;
250
251
  requestTitle: string;
251
252
  requestDescription: string;
253
+ authorName: string;
254
+ coopname: string;
252
255
  approval_hash: string;
253
256
  approvalUrl?: string | undefined;
254
257
  }>;
@@ -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<{
@@ -273,14 +277,14 @@ declare const decisionApprovedPayloadSchema: z.ZodObject<{
273
277
  }, "strip", z.ZodTypeAny, {
274
278
  userName: string;
275
279
  coopname: string;
276
- decision_id: string;
277
280
  decisionTitle: string;
281
+ decision_id: string;
278
282
  decisionUrl?: string | undefined;
279
283
  }, {
280
284
  userName: string;
281
285
  coopname: string;
282
- decision_id: string;
283
286
  decisionTitle: string;
287
+ decision_id: string;
284
288
  decisionUrl?: string | undefined;
285
289
  }>;
286
290
  type IPayload$g = z.infer<typeof decisionApprovedPayloadSchema>;
@@ -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<{
@@ -337,15 +343,15 @@ declare const paymentCancelledPayloadSchema: z.ZodObject<{
337
343
  userName: string;
338
344
  paymentAmount: string;
339
345
  paymentCurrency: string;
340
- paymentDate: string;
341
346
  paymentId: string;
347
+ paymentDate: string;
342
348
  paymentUrl?: string | undefined;
343
349
  }, {
344
350
  userName: string;
345
351
  paymentAmount: string;
346
352
  paymentCurrency: string;
347
- paymentDate: string;
348
353
  paymentId: string;
354
+ paymentDate: string;
349
355
  paymentUrl?: string | undefined;
350
356
  }>;
351
357
  type IPayload$e = z.infer<typeof paymentCancelledPayloadSchema>;
@@ -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;
382
+ meetUrl: string;
375
383
  meetDate: string;
376
384
  meetTime: string;
377
385
  meetEndDate: string;
378
386
  meetEndTime: string;
379
387
  timezone: string;
380
- meetUrl: string;
381
388
  }, {
382
389
  coopShortName: string;
383
390
  meetId: number;
391
+ meetUrl: string;
384
392
  meetDate: string;
385
393
  meetTime: string;
386
394
  meetEndDate: string;
387
395
  meetEndTime: string;
388
396
  timezone: string;
389
- meetUrl: 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,16 +418,16 @@ declare const meetReminderStartPayloadSchema: z.ZodObject<{
410
418
  }, "strip", z.ZodTypeAny, {
411
419
  coopShortName: string;
412
420
  meetId: number;
421
+ meetUrl: string;
413
422
  meetDate: string;
414
423
  meetTime: string;
415
- meetUrl: string;
416
424
  timeDescription: string;
417
425
  }, {
418
426
  coopShortName: string;
419
427
  meetId: number;
428
+ meetUrl: string;
420
429
  meetDate: string;
421
430
  meetTime: string;
422
- meetUrl: string;
423
431
  timeDescription: string;
424
432
  }>;
425
433
  type IPayload$c = z.infer<typeof meetReminderStartPayloadSchema>;
@@ -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;
493
+ timeDescription: string;
482
494
  meetEndDate: string;
483
495
  meetEndTime: string;
484
496
  timezone: string;
485
- meetUrl: string;
486
- timeDescription: string;
487
497
  }, {
488
498
  coopShortName: string;
489
499
  meetId: number;
500
+ meetUrl: string;
501
+ timeDescription: string;
490
502
  meetEndDate: string;
491
503
  meetEndTime: string;
492
504
  timezone: string;
493
- meetUrl: string;
494
- timeDescription: 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;
531
+ meetUrl: string;
520
532
  meetDate: string;
521
533
  meetTime: string;
522
534
  meetEndDate: string;
523
535
  meetEndTime: string;
524
536
  timezone: string;
525
- meetUrl: string;
526
537
  }, {
527
538
  coopShortName: string;
528
539
  meetId: number;
540
+ meetUrl: string;
529
541
  meetDate: string;
530
542
  meetTime: string;
531
543
  meetEndDate: string;
532
544
  meetEndTime: string;
533
545
  timezone: string;
534
- meetUrl: 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<{
@@ -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<{
@@ -625,18 +639,18 @@ declare const newInitialPaymentRequestPayloadSchema: z.ZodObject<{
625
639
  coopname: z.ZodString;
626
640
  paymentUrl: z.ZodOptional<z.ZodString>;
627
641
  }, "strip", z.ZodTypeAny, {
628
- coopname: string;
629
- chairmanName: string;
630
642
  paymentAmount: string;
631
643
  paymentCurrency: string;
644
+ chairmanName: string;
645
+ coopname: string;
632
646
  participantName: string;
633
647
  paymentType: string;
634
648
  paymentUrl?: string | undefined;
635
649
  }, {
636
- coopname: string;
637
- chairmanName: string;
638
650
  paymentAmount: string;
639
651
  paymentCurrency: string;
652
+ chairmanName: string;
653
+ coopname: string;
640
654
  participantName: string;
641
655
  paymentType: string;
642
656
  paymentUrl?: string | undefined;
@@ -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<{
@@ -662,18 +677,18 @@ declare const newDepositPaymentRequestPayloadSchema: z.ZodObject<{
662
677
  coopname: z.ZodString;
663
678
  paymentUrl: z.ZodOptional<z.ZodString>;
664
679
  }, "strip", z.ZodTypeAny, {
665
- coopname: string;
666
- chairmanName: string;
667
680
  paymentAmount: string;
668
681
  paymentCurrency: string;
682
+ chairmanName: string;
683
+ coopname: string;
669
684
  participantName: string;
670
685
  paymentType: string;
671
686
  paymentUrl?: string | undefined;
672
687
  }, {
673
- coopname: string;
674
- chairmanName: string;
675
688
  paymentAmount: string;
676
689
  paymentCurrency: string;
690
+ chairmanName: string;
691
+ coopname: string;
677
692
  participantName: string;
678
693
  paymentType: string;
679
694
  paymentUrl?: string | undefined;
@@ -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<{
@@ -782,15 +802,15 @@ declare const decisionExpiredPayloadSchema: z.ZodObject<{
782
802
  }, "strip", z.ZodTypeAny, {
783
803
  userName: string;
784
804
  coopname: string;
785
- decision_id: string;
786
805
  decisionTitle: string;
806
+ decision_id: string;
787
807
  short_abbr: string;
788
808
  name: string;
789
809
  }, {
790
810
  userName: string;
791
811
  coopname: string;
792
- decision_id: string;
793
812
  decisionTitle: string;
813
+ decision_id: string;
794
814
  short_abbr: string;
795
815
  name: string;
796
816
  }>;
@@ -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 };