@coopenomics/notifications 2026.5.8-2 → 2026.5.10-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 +6 -6
- package/dist/index.d.mts +6 -6
- package/dist/index.d.ts +6 -6
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -251,15 +251,15 @@ declare const paymentCancelledPayloadSchema: z.ZodObject<{
|
|
|
251
251
|
userName: string;
|
|
252
252
|
paymentAmount: string;
|
|
253
253
|
paymentCurrency: string;
|
|
254
|
-
paymentDate: string;
|
|
255
254
|
paymentId: string;
|
|
255
|
+
paymentDate: string;
|
|
256
256
|
paymentUrl?: string | undefined;
|
|
257
257
|
}, {
|
|
258
258
|
userName: string;
|
|
259
259
|
paymentAmount: string;
|
|
260
260
|
paymentCurrency: string;
|
|
261
|
-
paymentDate: string;
|
|
262
261
|
paymentId: string;
|
|
262
|
+
paymentDate: string;
|
|
263
263
|
paymentUrl?: string | undefined;
|
|
264
264
|
}>;
|
|
265
265
|
type IPayload$g = z.infer<typeof paymentCancelledPayloadSchema>;
|
|
@@ -557,17 +557,17 @@ declare const newInitialPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
557
557
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
558
558
|
}, "strip", z.ZodTypeAny, {
|
|
559
559
|
coopname: string;
|
|
560
|
+
chairmanName: string;
|
|
560
561
|
paymentAmount: string;
|
|
561
562
|
paymentCurrency: string;
|
|
562
|
-
chairmanName: string;
|
|
563
563
|
participantName: string;
|
|
564
564
|
paymentType: string;
|
|
565
565
|
paymentUrl?: string | undefined;
|
|
566
566
|
}, {
|
|
567
567
|
coopname: string;
|
|
568
|
+
chairmanName: string;
|
|
568
569
|
paymentAmount: string;
|
|
569
570
|
paymentCurrency: string;
|
|
570
|
-
chairmanName: string;
|
|
571
571
|
participantName: string;
|
|
572
572
|
paymentType: string;
|
|
573
573
|
paymentUrl?: string | undefined;
|
|
@@ -595,17 +595,17 @@ declare const newDepositPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
595
595
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
596
596
|
}, "strip", z.ZodTypeAny, {
|
|
597
597
|
coopname: string;
|
|
598
|
+
chairmanName: string;
|
|
598
599
|
paymentAmount: string;
|
|
599
600
|
paymentCurrency: string;
|
|
600
|
-
chairmanName: string;
|
|
601
601
|
participantName: string;
|
|
602
602
|
paymentType: string;
|
|
603
603
|
paymentUrl?: string | undefined;
|
|
604
604
|
}, {
|
|
605
605
|
coopname: string;
|
|
606
|
+
chairmanName: string;
|
|
606
607
|
paymentAmount: string;
|
|
607
608
|
paymentCurrency: string;
|
|
608
|
-
chairmanName: string;
|
|
609
609
|
participantName: string;
|
|
610
610
|
paymentType: string;
|
|
611
611
|
paymentUrl?: string | undefined;
|
package/dist/index.d.mts
CHANGED
|
@@ -251,15 +251,15 @@ declare const paymentCancelledPayloadSchema: z.ZodObject<{
|
|
|
251
251
|
userName: string;
|
|
252
252
|
paymentAmount: string;
|
|
253
253
|
paymentCurrency: string;
|
|
254
|
-
paymentDate: string;
|
|
255
254
|
paymentId: string;
|
|
255
|
+
paymentDate: string;
|
|
256
256
|
paymentUrl?: string | undefined;
|
|
257
257
|
}, {
|
|
258
258
|
userName: string;
|
|
259
259
|
paymentAmount: string;
|
|
260
260
|
paymentCurrency: string;
|
|
261
|
-
paymentDate: string;
|
|
262
261
|
paymentId: string;
|
|
262
|
+
paymentDate: string;
|
|
263
263
|
paymentUrl?: string | undefined;
|
|
264
264
|
}>;
|
|
265
265
|
type IPayload$g = z.infer<typeof paymentCancelledPayloadSchema>;
|
|
@@ -557,17 +557,17 @@ declare const newInitialPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
557
557
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
558
558
|
}, "strip", z.ZodTypeAny, {
|
|
559
559
|
coopname: string;
|
|
560
|
+
chairmanName: string;
|
|
560
561
|
paymentAmount: string;
|
|
561
562
|
paymentCurrency: string;
|
|
562
|
-
chairmanName: string;
|
|
563
563
|
participantName: string;
|
|
564
564
|
paymentType: string;
|
|
565
565
|
paymentUrl?: string | undefined;
|
|
566
566
|
}, {
|
|
567
567
|
coopname: string;
|
|
568
|
+
chairmanName: string;
|
|
568
569
|
paymentAmount: string;
|
|
569
570
|
paymentCurrency: string;
|
|
570
|
-
chairmanName: string;
|
|
571
571
|
participantName: string;
|
|
572
572
|
paymentType: string;
|
|
573
573
|
paymentUrl?: string | undefined;
|
|
@@ -595,17 +595,17 @@ declare const newDepositPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
595
595
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
596
596
|
}, "strip", z.ZodTypeAny, {
|
|
597
597
|
coopname: string;
|
|
598
|
+
chairmanName: string;
|
|
598
599
|
paymentAmount: string;
|
|
599
600
|
paymentCurrency: string;
|
|
600
|
-
chairmanName: string;
|
|
601
601
|
participantName: string;
|
|
602
602
|
paymentType: string;
|
|
603
603
|
paymentUrl?: string | undefined;
|
|
604
604
|
}, {
|
|
605
605
|
coopname: string;
|
|
606
|
+
chairmanName: string;
|
|
606
607
|
paymentAmount: string;
|
|
607
608
|
paymentCurrency: string;
|
|
608
|
-
chairmanName: string;
|
|
609
609
|
participantName: string;
|
|
610
610
|
paymentType: string;
|
|
611
611
|
paymentUrl?: string | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -251,15 +251,15 @@ declare const paymentCancelledPayloadSchema: z.ZodObject<{
|
|
|
251
251
|
userName: string;
|
|
252
252
|
paymentAmount: string;
|
|
253
253
|
paymentCurrency: string;
|
|
254
|
-
paymentDate: string;
|
|
255
254
|
paymentId: string;
|
|
255
|
+
paymentDate: string;
|
|
256
256
|
paymentUrl?: string | undefined;
|
|
257
257
|
}, {
|
|
258
258
|
userName: string;
|
|
259
259
|
paymentAmount: string;
|
|
260
260
|
paymentCurrency: string;
|
|
261
|
-
paymentDate: string;
|
|
262
261
|
paymentId: string;
|
|
262
|
+
paymentDate: string;
|
|
263
263
|
paymentUrl?: string | undefined;
|
|
264
264
|
}>;
|
|
265
265
|
type IPayload$g = z.infer<typeof paymentCancelledPayloadSchema>;
|
|
@@ -557,17 +557,17 @@ declare const newInitialPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
557
557
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
558
558
|
}, "strip", z.ZodTypeAny, {
|
|
559
559
|
coopname: string;
|
|
560
|
+
chairmanName: string;
|
|
560
561
|
paymentAmount: string;
|
|
561
562
|
paymentCurrency: string;
|
|
562
|
-
chairmanName: string;
|
|
563
563
|
participantName: string;
|
|
564
564
|
paymentType: string;
|
|
565
565
|
paymentUrl?: string | undefined;
|
|
566
566
|
}, {
|
|
567
567
|
coopname: string;
|
|
568
|
+
chairmanName: string;
|
|
568
569
|
paymentAmount: string;
|
|
569
570
|
paymentCurrency: string;
|
|
570
|
-
chairmanName: string;
|
|
571
571
|
participantName: string;
|
|
572
572
|
paymentType: string;
|
|
573
573
|
paymentUrl?: string | undefined;
|
|
@@ -595,17 +595,17 @@ declare const newDepositPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
595
595
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
596
596
|
}, "strip", z.ZodTypeAny, {
|
|
597
597
|
coopname: string;
|
|
598
|
+
chairmanName: string;
|
|
598
599
|
paymentAmount: string;
|
|
599
600
|
paymentCurrency: string;
|
|
600
|
-
chairmanName: string;
|
|
601
601
|
participantName: string;
|
|
602
602
|
paymentType: string;
|
|
603
603
|
paymentUrl?: string | undefined;
|
|
604
604
|
}, {
|
|
605
605
|
coopname: string;
|
|
606
|
+
chairmanName: string;
|
|
606
607
|
paymentAmount: string;
|
|
607
608
|
paymentCurrency: string;
|
|
608
|
-
chairmanName: string;
|
|
609
609
|
participantName: string;
|
|
610
610
|
paymentType: string;
|
|
611
611
|
paymentUrl?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopenomics/notifications",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.10-2",
|
|
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": "bfe5592ae97fef7347c4f3d5c5c37bede6f732a8"
|
|
57
57
|
}
|