@coopenomics/notifications 2026.5.15-3 → 2026.5.15-5
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 +24 -24
- package/dist/index.d.mts +24 -24
- package/dist/index.d.ts +24 -24
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -89,16 +89,16 @@ declare const newAgendaItemPayloadSchema: z.ZodObject<{
|
|
|
89
89
|
decision_id: z.ZodString;
|
|
90
90
|
agendaUrl: z.ZodOptional<z.ZodString>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
coopShortName: string;
|
|
93
92
|
coopname: string;
|
|
93
|
+
coopShortName: string;
|
|
94
94
|
itemTitle: string;
|
|
95
95
|
itemDescription: string;
|
|
96
96
|
authorName: string;
|
|
97
97
|
decision_id: string;
|
|
98
98
|
agendaUrl?: string | undefined;
|
|
99
99
|
}, {
|
|
100
|
-
coopShortName: string;
|
|
101
100
|
coopname: string;
|
|
101
|
+
coopShortName: string;
|
|
102
102
|
itemTitle: string;
|
|
103
103
|
itemDescription: string;
|
|
104
104
|
authorName: string;
|
|
@@ -183,15 +183,15 @@ declare const decisionApprovedPayloadSchema: z.ZodObject<{
|
|
|
183
183
|
decision_id: z.ZodString;
|
|
184
184
|
decisionUrl: z.ZodOptional<z.ZodString>;
|
|
185
185
|
}, "strip", z.ZodTypeAny, {
|
|
186
|
+
userName: string;
|
|
186
187
|
coopname: string;
|
|
187
188
|
decision_id: string;
|
|
188
|
-
userName: string;
|
|
189
189
|
decisionTitle: string;
|
|
190
190
|
decisionUrl?: string | undefined;
|
|
191
191
|
}, {
|
|
192
|
+
userName: string;
|
|
192
193
|
coopname: string;
|
|
193
194
|
decision_id: string;
|
|
194
|
-
userName: string;
|
|
195
195
|
decisionTitle: string;
|
|
196
196
|
decisionUrl?: string | undefined;
|
|
197
197
|
}>;
|
|
@@ -251,15 +251,15 @@ declare const paymentCancelledPayloadSchema: z.ZodObject<{
|
|
|
251
251
|
userName: string;
|
|
252
252
|
paymentAmount: string;
|
|
253
253
|
paymentCurrency: string;
|
|
254
|
-
paymentId: string;
|
|
255
254
|
paymentDate: string;
|
|
255
|
+
paymentId: string;
|
|
256
256
|
paymentUrl?: string | undefined;
|
|
257
257
|
}, {
|
|
258
258
|
userName: string;
|
|
259
259
|
paymentAmount: string;
|
|
260
260
|
paymentCurrency: string;
|
|
261
|
-
paymentId: string;
|
|
262
261
|
paymentDate: string;
|
|
262
|
+
paymentId: string;
|
|
263
263
|
paymentUrl?: string | undefined;
|
|
264
264
|
}>;
|
|
265
265
|
type IPayload$g = z.infer<typeof paymentCancelledPayloadSchema>;
|
|
@@ -330,18 +330,18 @@ declare const meetReminderStartPayloadSchema: z.ZodObject<{
|
|
|
330
330
|
}, "strip", z.ZodTypeAny, {
|
|
331
331
|
coopShortName: string;
|
|
332
332
|
meetId: number;
|
|
333
|
+
timeDescription: string;
|
|
333
334
|
meetUrl: string;
|
|
334
335
|
meetDate: string;
|
|
335
336
|
meetTime: string;
|
|
336
|
-
timeDescription: string;
|
|
337
337
|
details?: string | undefined;
|
|
338
338
|
}, {
|
|
339
339
|
coopShortName: string;
|
|
340
340
|
meetId: number;
|
|
341
|
+
timeDescription: string;
|
|
341
342
|
meetUrl: string;
|
|
342
343
|
meetDate: string;
|
|
343
344
|
meetTime: string;
|
|
344
|
-
timeDescription: string;
|
|
345
345
|
details?: string | undefined;
|
|
346
346
|
}>;
|
|
347
347
|
type IPayload$e = z.infer<typeof meetReminderStartPayloadSchema>;
|
|
@@ -408,17 +408,17 @@ declare const meetReminderEndPayloadSchema: z.ZodObject<{
|
|
|
408
408
|
meetId: number;
|
|
409
409
|
meetEndDate: string;
|
|
410
410
|
meetEndTime: string;
|
|
411
|
+
timeDescription: string;
|
|
411
412
|
timezone: string;
|
|
412
413
|
meetUrl: string;
|
|
413
|
-
timeDescription: string;
|
|
414
414
|
}, {
|
|
415
415
|
coopShortName: string;
|
|
416
416
|
meetId: number;
|
|
417
417
|
meetEndDate: string;
|
|
418
418
|
meetEndTime: string;
|
|
419
|
+
timeDescription: string;
|
|
419
420
|
timezone: string;
|
|
420
421
|
meetUrl: string;
|
|
421
|
-
timeDescription: string;
|
|
422
422
|
}>;
|
|
423
423
|
type IPayload$c = z.infer<typeof meetReminderEndPayloadSchema>;
|
|
424
424
|
interface IWorkflow$c extends BaseWorkflowPayload, IPayload$c {
|
|
@@ -518,17 +518,17 @@ declare const approvalResponsePayloadSchema: z.ZodObject<{
|
|
|
518
518
|
coopShortName: z.ZodString;
|
|
519
519
|
approvalUrl: z.ZodOptional<z.ZodString>;
|
|
520
520
|
}, "strip", z.ZodTypeAny, {
|
|
521
|
-
coopShortName: string;
|
|
522
|
-
coopname: string;
|
|
523
521
|
userName: string;
|
|
522
|
+
coopname: string;
|
|
523
|
+
coopShortName: string;
|
|
524
524
|
approvalStatus: "approved" | "declined";
|
|
525
525
|
approvalStatusText: string;
|
|
526
526
|
approvalId: string;
|
|
527
527
|
approvalUrl?: string | undefined;
|
|
528
528
|
}, {
|
|
529
|
-
coopShortName: string;
|
|
530
|
-
coopname: string;
|
|
531
529
|
userName: string;
|
|
530
|
+
coopname: string;
|
|
531
|
+
coopShortName: string;
|
|
532
532
|
approvalStatus: "approved" | "declined";
|
|
533
533
|
approvalStatusText: string;
|
|
534
534
|
approvalId: string;
|
|
@@ -557,18 +557,18 @@ declare const newInitialPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
557
557
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
558
558
|
}, "strip", z.ZodTypeAny, {
|
|
559
559
|
coopname: string;
|
|
560
|
-
paymentAmount: string;
|
|
561
|
-
paymentCurrency: string;
|
|
562
560
|
chairmanName: string;
|
|
563
561
|
participantName: string;
|
|
562
|
+
paymentAmount: string;
|
|
563
|
+
paymentCurrency: string;
|
|
564
564
|
paymentType: string;
|
|
565
565
|
paymentUrl?: string | undefined;
|
|
566
566
|
}, {
|
|
567
567
|
coopname: string;
|
|
568
|
-
paymentAmount: string;
|
|
569
|
-
paymentCurrency: string;
|
|
570
568
|
chairmanName: string;
|
|
571
569
|
participantName: string;
|
|
570
|
+
paymentAmount: string;
|
|
571
|
+
paymentCurrency: string;
|
|
572
572
|
paymentType: string;
|
|
573
573
|
paymentUrl?: string | undefined;
|
|
574
574
|
}>;
|
|
@@ -595,18 +595,18 @@ declare const newDepositPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
595
595
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
596
596
|
}, "strip", z.ZodTypeAny, {
|
|
597
597
|
coopname: string;
|
|
598
|
-
paymentAmount: string;
|
|
599
|
-
paymentCurrency: string;
|
|
600
598
|
chairmanName: string;
|
|
601
599
|
participantName: string;
|
|
600
|
+
paymentAmount: string;
|
|
601
|
+
paymentCurrency: string;
|
|
602
602
|
paymentType: string;
|
|
603
603
|
paymentUrl?: string | undefined;
|
|
604
604
|
}, {
|
|
605
605
|
coopname: string;
|
|
606
|
-
paymentAmount: string;
|
|
607
|
-
paymentCurrency: string;
|
|
608
606
|
chairmanName: string;
|
|
609
607
|
participantName: string;
|
|
608
|
+
paymentAmount: string;
|
|
609
|
+
paymentCurrency: string;
|
|
610
610
|
paymentType: string;
|
|
611
611
|
paymentUrl?: string | undefined;
|
|
612
612
|
}>;
|
|
@@ -717,16 +717,16 @@ declare const decisionExpiredPayloadSchema: z.ZodObject<{
|
|
|
717
717
|
short_abbr: z.ZodString;
|
|
718
718
|
name: z.ZodString;
|
|
719
719
|
}, "strip", z.ZodTypeAny, {
|
|
720
|
+
userName: string;
|
|
720
721
|
coopname: string;
|
|
721
722
|
decision_id: string;
|
|
722
|
-
userName: string;
|
|
723
723
|
decisionTitle: string;
|
|
724
724
|
short_abbr: string;
|
|
725
725
|
name: string;
|
|
726
726
|
}, {
|
|
727
|
+
userName: string;
|
|
727
728
|
coopname: string;
|
|
728
729
|
decision_id: string;
|
|
729
|
-
userName: string;
|
|
730
730
|
decisionTitle: string;
|
|
731
731
|
short_abbr: string;
|
|
732
732
|
name: string;
|
package/dist/index.d.mts
CHANGED
|
@@ -89,16 +89,16 @@ declare const newAgendaItemPayloadSchema: z.ZodObject<{
|
|
|
89
89
|
decision_id: z.ZodString;
|
|
90
90
|
agendaUrl: z.ZodOptional<z.ZodString>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
coopShortName: string;
|
|
93
92
|
coopname: string;
|
|
93
|
+
coopShortName: string;
|
|
94
94
|
itemTitle: string;
|
|
95
95
|
itemDescription: string;
|
|
96
96
|
authorName: string;
|
|
97
97
|
decision_id: string;
|
|
98
98
|
agendaUrl?: string | undefined;
|
|
99
99
|
}, {
|
|
100
|
-
coopShortName: string;
|
|
101
100
|
coopname: string;
|
|
101
|
+
coopShortName: string;
|
|
102
102
|
itemTitle: string;
|
|
103
103
|
itemDescription: string;
|
|
104
104
|
authorName: string;
|
|
@@ -183,15 +183,15 @@ declare const decisionApprovedPayloadSchema: z.ZodObject<{
|
|
|
183
183
|
decision_id: z.ZodString;
|
|
184
184
|
decisionUrl: z.ZodOptional<z.ZodString>;
|
|
185
185
|
}, "strip", z.ZodTypeAny, {
|
|
186
|
+
userName: string;
|
|
186
187
|
coopname: string;
|
|
187
188
|
decision_id: string;
|
|
188
|
-
userName: string;
|
|
189
189
|
decisionTitle: string;
|
|
190
190
|
decisionUrl?: string | undefined;
|
|
191
191
|
}, {
|
|
192
|
+
userName: string;
|
|
192
193
|
coopname: string;
|
|
193
194
|
decision_id: string;
|
|
194
|
-
userName: string;
|
|
195
195
|
decisionTitle: string;
|
|
196
196
|
decisionUrl?: string | undefined;
|
|
197
197
|
}>;
|
|
@@ -251,15 +251,15 @@ declare const paymentCancelledPayloadSchema: z.ZodObject<{
|
|
|
251
251
|
userName: string;
|
|
252
252
|
paymentAmount: string;
|
|
253
253
|
paymentCurrency: string;
|
|
254
|
-
paymentId: string;
|
|
255
254
|
paymentDate: string;
|
|
255
|
+
paymentId: string;
|
|
256
256
|
paymentUrl?: string | undefined;
|
|
257
257
|
}, {
|
|
258
258
|
userName: string;
|
|
259
259
|
paymentAmount: string;
|
|
260
260
|
paymentCurrency: string;
|
|
261
|
-
paymentId: string;
|
|
262
261
|
paymentDate: string;
|
|
262
|
+
paymentId: string;
|
|
263
263
|
paymentUrl?: string | undefined;
|
|
264
264
|
}>;
|
|
265
265
|
type IPayload$g = z.infer<typeof paymentCancelledPayloadSchema>;
|
|
@@ -330,18 +330,18 @@ declare const meetReminderStartPayloadSchema: z.ZodObject<{
|
|
|
330
330
|
}, "strip", z.ZodTypeAny, {
|
|
331
331
|
coopShortName: string;
|
|
332
332
|
meetId: number;
|
|
333
|
+
timeDescription: string;
|
|
333
334
|
meetUrl: string;
|
|
334
335
|
meetDate: string;
|
|
335
336
|
meetTime: string;
|
|
336
|
-
timeDescription: string;
|
|
337
337
|
details?: string | undefined;
|
|
338
338
|
}, {
|
|
339
339
|
coopShortName: string;
|
|
340
340
|
meetId: number;
|
|
341
|
+
timeDescription: string;
|
|
341
342
|
meetUrl: string;
|
|
342
343
|
meetDate: string;
|
|
343
344
|
meetTime: string;
|
|
344
|
-
timeDescription: string;
|
|
345
345
|
details?: string | undefined;
|
|
346
346
|
}>;
|
|
347
347
|
type IPayload$e = z.infer<typeof meetReminderStartPayloadSchema>;
|
|
@@ -408,17 +408,17 @@ declare const meetReminderEndPayloadSchema: z.ZodObject<{
|
|
|
408
408
|
meetId: number;
|
|
409
409
|
meetEndDate: string;
|
|
410
410
|
meetEndTime: string;
|
|
411
|
+
timeDescription: string;
|
|
411
412
|
timezone: string;
|
|
412
413
|
meetUrl: string;
|
|
413
|
-
timeDescription: string;
|
|
414
414
|
}, {
|
|
415
415
|
coopShortName: string;
|
|
416
416
|
meetId: number;
|
|
417
417
|
meetEndDate: string;
|
|
418
418
|
meetEndTime: string;
|
|
419
|
+
timeDescription: string;
|
|
419
420
|
timezone: string;
|
|
420
421
|
meetUrl: string;
|
|
421
|
-
timeDescription: string;
|
|
422
422
|
}>;
|
|
423
423
|
type IPayload$c = z.infer<typeof meetReminderEndPayloadSchema>;
|
|
424
424
|
interface IWorkflow$c extends BaseWorkflowPayload, IPayload$c {
|
|
@@ -518,17 +518,17 @@ declare const approvalResponsePayloadSchema: z.ZodObject<{
|
|
|
518
518
|
coopShortName: z.ZodString;
|
|
519
519
|
approvalUrl: z.ZodOptional<z.ZodString>;
|
|
520
520
|
}, "strip", z.ZodTypeAny, {
|
|
521
|
-
coopShortName: string;
|
|
522
|
-
coopname: string;
|
|
523
521
|
userName: string;
|
|
522
|
+
coopname: string;
|
|
523
|
+
coopShortName: string;
|
|
524
524
|
approvalStatus: "approved" | "declined";
|
|
525
525
|
approvalStatusText: string;
|
|
526
526
|
approvalId: string;
|
|
527
527
|
approvalUrl?: string | undefined;
|
|
528
528
|
}, {
|
|
529
|
-
coopShortName: string;
|
|
530
|
-
coopname: string;
|
|
531
529
|
userName: string;
|
|
530
|
+
coopname: string;
|
|
531
|
+
coopShortName: string;
|
|
532
532
|
approvalStatus: "approved" | "declined";
|
|
533
533
|
approvalStatusText: string;
|
|
534
534
|
approvalId: string;
|
|
@@ -557,18 +557,18 @@ declare const newInitialPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
557
557
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
558
558
|
}, "strip", z.ZodTypeAny, {
|
|
559
559
|
coopname: string;
|
|
560
|
-
paymentAmount: string;
|
|
561
|
-
paymentCurrency: string;
|
|
562
560
|
chairmanName: string;
|
|
563
561
|
participantName: string;
|
|
562
|
+
paymentAmount: string;
|
|
563
|
+
paymentCurrency: string;
|
|
564
564
|
paymentType: string;
|
|
565
565
|
paymentUrl?: string | undefined;
|
|
566
566
|
}, {
|
|
567
567
|
coopname: string;
|
|
568
|
-
paymentAmount: string;
|
|
569
|
-
paymentCurrency: string;
|
|
570
568
|
chairmanName: string;
|
|
571
569
|
participantName: string;
|
|
570
|
+
paymentAmount: string;
|
|
571
|
+
paymentCurrency: string;
|
|
572
572
|
paymentType: string;
|
|
573
573
|
paymentUrl?: string | undefined;
|
|
574
574
|
}>;
|
|
@@ -595,18 +595,18 @@ declare const newDepositPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
595
595
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
596
596
|
}, "strip", z.ZodTypeAny, {
|
|
597
597
|
coopname: string;
|
|
598
|
-
paymentAmount: string;
|
|
599
|
-
paymentCurrency: string;
|
|
600
598
|
chairmanName: string;
|
|
601
599
|
participantName: string;
|
|
600
|
+
paymentAmount: string;
|
|
601
|
+
paymentCurrency: string;
|
|
602
602
|
paymentType: string;
|
|
603
603
|
paymentUrl?: string | undefined;
|
|
604
604
|
}, {
|
|
605
605
|
coopname: string;
|
|
606
|
-
paymentAmount: string;
|
|
607
|
-
paymentCurrency: string;
|
|
608
606
|
chairmanName: string;
|
|
609
607
|
participantName: string;
|
|
608
|
+
paymentAmount: string;
|
|
609
|
+
paymentCurrency: string;
|
|
610
610
|
paymentType: string;
|
|
611
611
|
paymentUrl?: string | undefined;
|
|
612
612
|
}>;
|
|
@@ -717,16 +717,16 @@ declare const decisionExpiredPayloadSchema: z.ZodObject<{
|
|
|
717
717
|
short_abbr: z.ZodString;
|
|
718
718
|
name: z.ZodString;
|
|
719
719
|
}, "strip", z.ZodTypeAny, {
|
|
720
|
+
userName: string;
|
|
720
721
|
coopname: string;
|
|
721
722
|
decision_id: string;
|
|
722
|
-
userName: string;
|
|
723
723
|
decisionTitle: string;
|
|
724
724
|
short_abbr: string;
|
|
725
725
|
name: string;
|
|
726
726
|
}, {
|
|
727
|
+
userName: string;
|
|
727
728
|
coopname: string;
|
|
728
729
|
decision_id: string;
|
|
729
|
-
userName: string;
|
|
730
730
|
decisionTitle: string;
|
|
731
731
|
short_abbr: string;
|
|
732
732
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -89,16 +89,16 @@ declare const newAgendaItemPayloadSchema: z.ZodObject<{
|
|
|
89
89
|
decision_id: z.ZodString;
|
|
90
90
|
agendaUrl: z.ZodOptional<z.ZodString>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
coopShortName: string;
|
|
93
92
|
coopname: string;
|
|
93
|
+
coopShortName: string;
|
|
94
94
|
itemTitle: string;
|
|
95
95
|
itemDescription: string;
|
|
96
96
|
authorName: string;
|
|
97
97
|
decision_id: string;
|
|
98
98
|
agendaUrl?: string | undefined;
|
|
99
99
|
}, {
|
|
100
|
-
coopShortName: string;
|
|
101
100
|
coopname: string;
|
|
101
|
+
coopShortName: string;
|
|
102
102
|
itemTitle: string;
|
|
103
103
|
itemDescription: string;
|
|
104
104
|
authorName: string;
|
|
@@ -183,15 +183,15 @@ declare const decisionApprovedPayloadSchema: z.ZodObject<{
|
|
|
183
183
|
decision_id: z.ZodString;
|
|
184
184
|
decisionUrl: z.ZodOptional<z.ZodString>;
|
|
185
185
|
}, "strip", z.ZodTypeAny, {
|
|
186
|
+
userName: string;
|
|
186
187
|
coopname: string;
|
|
187
188
|
decision_id: string;
|
|
188
|
-
userName: string;
|
|
189
189
|
decisionTitle: string;
|
|
190
190
|
decisionUrl?: string | undefined;
|
|
191
191
|
}, {
|
|
192
|
+
userName: string;
|
|
192
193
|
coopname: string;
|
|
193
194
|
decision_id: string;
|
|
194
|
-
userName: string;
|
|
195
195
|
decisionTitle: string;
|
|
196
196
|
decisionUrl?: string | undefined;
|
|
197
197
|
}>;
|
|
@@ -251,15 +251,15 @@ declare const paymentCancelledPayloadSchema: z.ZodObject<{
|
|
|
251
251
|
userName: string;
|
|
252
252
|
paymentAmount: string;
|
|
253
253
|
paymentCurrency: string;
|
|
254
|
-
paymentId: string;
|
|
255
254
|
paymentDate: string;
|
|
255
|
+
paymentId: string;
|
|
256
256
|
paymentUrl?: string | undefined;
|
|
257
257
|
}, {
|
|
258
258
|
userName: string;
|
|
259
259
|
paymentAmount: string;
|
|
260
260
|
paymentCurrency: string;
|
|
261
|
-
paymentId: string;
|
|
262
261
|
paymentDate: string;
|
|
262
|
+
paymentId: string;
|
|
263
263
|
paymentUrl?: string | undefined;
|
|
264
264
|
}>;
|
|
265
265
|
type IPayload$g = z.infer<typeof paymentCancelledPayloadSchema>;
|
|
@@ -330,18 +330,18 @@ declare const meetReminderStartPayloadSchema: z.ZodObject<{
|
|
|
330
330
|
}, "strip", z.ZodTypeAny, {
|
|
331
331
|
coopShortName: string;
|
|
332
332
|
meetId: number;
|
|
333
|
+
timeDescription: string;
|
|
333
334
|
meetUrl: string;
|
|
334
335
|
meetDate: string;
|
|
335
336
|
meetTime: string;
|
|
336
|
-
timeDescription: string;
|
|
337
337
|
details?: string | undefined;
|
|
338
338
|
}, {
|
|
339
339
|
coopShortName: string;
|
|
340
340
|
meetId: number;
|
|
341
|
+
timeDescription: string;
|
|
341
342
|
meetUrl: string;
|
|
342
343
|
meetDate: string;
|
|
343
344
|
meetTime: string;
|
|
344
|
-
timeDescription: string;
|
|
345
345
|
details?: string | undefined;
|
|
346
346
|
}>;
|
|
347
347
|
type IPayload$e = z.infer<typeof meetReminderStartPayloadSchema>;
|
|
@@ -408,17 +408,17 @@ declare const meetReminderEndPayloadSchema: z.ZodObject<{
|
|
|
408
408
|
meetId: number;
|
|
409
409
|
meetEndDate: string;
|
|
410
410
|
meetEndTime: string;
|
|
411
|
+
timeDescription: string;
|
|
411
412
|
timezone: string;
|
|
412
413
|
meetUrl: string;
|
|
413
|
-
timeDescription: string;
|
|
414
414
|
}, {
|
|
415
415
|
coopShortName: string;
|
|
416
416
|
meetId: number;
|
|
417
417
|
meetEndDate: string;
|
|
418
418
|
meetEndTime: string;
|
|
419
|
+
timeDescription: string;
|
|
419
420
|
timezone: string;
|
|
420
421
|
meetUrl: string;
|
|
421
|
-
timeDescription: string;
|
|
422
422
|
}>;
|
|
423
423
|
type IPayload$c = z.infer<typeof meetReminderEndPayloadSchema>;
|
|
424
424
|
interface IWorkflow$c extends BaseWorkflowPayload, IPayload$c {
|
|
@@ -518,17 +518,17 @@ declare const approvalResponsePayloadSchema: z.ZodObject<{
|
|
|
518
518
|
coopShortName: z.ZodString;
|
|
519
519
|
approvalUrl: z.ZodOptional<z.ZodString>;
|
|
520
520
|
}, "strip", z.ZodTypeAny, {
|
|
521
|
-
coopShortName: string;
|
|
522
|
-
coopname: string;
|
|
523
521
|
userName: string;
|
|
522
|
+
coopname: string;
|
|
523
|
+
coopShortName: string;
|
|
524
524
|
approvalStatus: "approved" | "declined";
|
|
525
525
|
approvalStatusText: string;
|
|
526
526
|
approvalId: string;
|
|
527
527
|
approvalUrl?: string | undefined;
|
|
528
528
|
}, {
|
|
529
|
-
coopShortName: string;
|
|
530
|
-
coopname: string;
|
|
531
529
|
userName: string;
|
|
530
|
+
coopname: string;
|
|
531
|
+
coopShortName: string;
|
|
532
532
|
approvalStatus: "approved" | "declined";
|
|
533
533
|
approvalStatusText: string;
|
|
534
534
|
approvalId: string;
|
|
@@ -557,18 +557,18 @@ declare const newInitialPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
557
557
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
558
558
|
}, "strip", z.ZodTypeAny, {
|
|
559
559
|
coopname: string;
|
|
560
|
-
paymentAmount: string;
|
|
561
|
-
paymentCurrency: string;
|
|
562
560
|
chairmanName: string;
|
|
563
561
|
participantName: string;
|
|
562
|
+
paymentAmount: string;
|
|
563
|
+
paymentCurrency: string;
|
|
564
564
|
paymentType: string;
|
|
565
565
|
paymentUrl?: string | undefined;
|
|
566
566
|
}, {
|
|
567
567
|
coopname: string;
|
|
568
|
-
paymentAmount: string;
|
|
569
|
-
paymentCurrency: string;
|
|
570
568
|
chairmanName: string;
|
|
571
569
|
participantName: string;
|
|
570
|
+
paymentAmount: string;
|
|
571
|
+
paymentCurrency: string;
|
|
572
572
|
paymentType: string;
|
|
573
573
|
paymentUrl?: string | undefined;
|
|
574
574
|
}>;
|
|
@@ -595,18 +595,18 @@ declare const newDepositPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
595
595
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
596
596
|
}, "strip", z.ZodTypeAny, {
|
|
597
597
|
coopname: string;
|
|
598
|
-
paymentAmount: string;
|
|
599
|
-
paymentCurrency: string;
|
|
600
598
|
chairmanName: string;
|
|
601
599
|
participantName: string;
|
|
600
|
+
paymentAmount: string;
|
|
601
|
+
paymentCurrency: string;
|
|
602
602
|
paymentType: string;
|
|
603
603
|
paymentUrl?: string | undefined;
|
|
604
604
|
}, {
|
|
605
605
|
coopname: string;
|
|
606
|
-
paymentAmount: string;
|
|
607
|
-
paymentCurrency: string;
|
|
608
606
|
chairmanName: string;
|
|
609
607
|
participantName: string;
|
|
608
|
+
paymentAmount: string;
|
|
609
|
+
paymentCurrency: string;
|
|
610
610
|
paymentType: string;
|
|
611
611
|
paymentUrl?: string | undefined;
|
|
612
612
|
}>;
|
|
@@ -717,16 +717,16 @@ declare const decisionExpiredPayloadSchema: z.ZodObject<{
|
|
|
717
717
|
short_abbr: z.ZodString;
|
|
718
718
|
name: z.ZodString;
|
|
719
719
|
}, "strip", z.ZodTypeAny, {
|
|
720
|
+
userName: string;
|
|
720
721
|
coopname: string;
|
|
721
722
|
decision_id: string;
|
|
722
|
-
userName: string;
|
|
723
723
|
decisionTitle: string;
|
|
724
724
|
short_abbr: string;
|
|
725
725
|
name: string;
|
|
726
726
|
}, {
|
|
727
|
+
userName: string;
|
|
727
728
|
coopname: string;
|
|
728
729
|
decision_id: string;
|
|
729
|
-
userName: string;
|
|
730
730
|
decisionTitle: string;
|
|
731
731
|
short_abbr: string;
|
|
732
732
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopenomics/notifications",
|
|
3
|
-
"version": "2026.5.15-
|
|
3
|
+
"version": "2026.5.15-5",
|
|
4
4
|
"description": "Библиотека типобезопасных workflow-уведомлений для Novu",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"require": "./dist/index.cjs"
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "d35ec2680a873445bcb5d301aa87feae35a33fe4"
|
|
57
57
|
}
|