@coopenomics/notifications 2026.5.19-2 → 2026.5.27-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 +10 -10
- package/dist/index.d.mts +10 -10
- package/dist/index.d.ts +10 -10
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -89,19 +89,19 @@ declare const newAgendaItemPayloadSchema: z.ZodObject<{
|
|
|
89
89
|
decision_id: z.ZodString;
|
|
90
90
|
agendaUrl: z.ZodOptional<z.ZodString>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
authorName: string;
|
|
93
92
|
coopname: string;
|
|
94
93
|
coopShortName: string;
|
|
95
94
|
itemTitle: string;
|
|
96
95
|
itemDescription: string;
|
|
96
|
+
authorName: string;
|
|
97
97
|
decision_id: string;
|
|
98
98
|
agendaUrl?: string | undefined;
|
|
99
99
|
}, {
|
|
100
|
-
authorName: string;
|
|
101
100
|
coopname: string;
|
|
102
101
|
coopShortName: string;
|
|
103
102
|
itemTitle: string;
|
|
104
103
|
itemDescription: string;
|
|
104
|
+
authorName: string;
|
|
105
105
|
decision_id: string;
|
|
106
106
|
agendaUrl?: string | undefined;
|
|
107
107
|
}>;
|
|
@@ -147,19 +147,19 @@ declare const approvalRequestPayloadSchema: z.ZodObject<{
|
|
|
147
147
|
approval_hash: z.ZodString;
|
|
148
148
|
approvalUrl: z.ZodOptional<z.ZodString>;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
|
+
coopname: string;
|
|
151
|
+
authorName: string;
|
|
150
152
|
chairmanName: string;
|
|
151
153
|
requestTitle: string;
|
|
152
154
|
requestDescription: string;
|
|
153
|
-
authorName: string;
|
|
154
|
-
coopname: string;
|
|
155
155
|
approval_hash: string;
|
|
156
156
|
approvalUrl?: string | undefined;
|
|
157
157
|
}, {
|
|
158
|
+
coopname: string;
|
|
159
|
+
authorName: string;
|
|
158
160
|
chairmanName: string;
|
|
159
161
|
requestTitle: string;
|
|
160
162
|
requestDescription: string;
|
|
161
|
-
authorName: string;
|
|
162
|
-
coopname: string;
|
|
163
163
|
approval_hash: string;
|
|
164
164
|
approvalUrl?: string | undefined;
|
|
165
165
|
}>;
|
|
@@ -556,16 +556,16 @@ declare const newInitialPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
556
556
|
coopname: z.ZodString;
|
|
557
557
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
558
558
|
}, "strip", z.ZodTypeAny, {
|
|
559
|
-
chairmanName: string;
|
|
560
559
|
coopname: string;
|
|
560
|
+
chairmanName: string;
|
|
561
561
|
participantName: string;
|
|
562
562
|
paymentAmount: string;
|
|
563
563
|
paymentCurrency: string;
|
|
564
564
|
paymentType: string;
|
|
565
565
|
paymentUrl?: string | undefined;
|
|
566
566
|
}, {
|
|
567
|
-
chairmanName: string;
|
|
568
567
|
coopname: string;
|
|
568
|
+
chairmanName: string;
|
|
569
569
|
participantName: string;
|
|
570
570
|
paymentAmount: string;
|
|
571
571
|
paymentCurrency: string;
|
|
@@ -594,16 +594,16 @@ declare const newDepositPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
594
594
|
coopname: z.ZodString;
|
|
595
595
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
596
596
|
}, "strip", z.ZodTypeAny, {
|
|
597
|
-
chairmanName: string;
|
|
598
597
|
coopname: string;
|
|
598
|
+
chairmanName: string;
|
|
599
599
|
participantName: string;
|
|
600
600
|
paymentAmount: string;
|
|
601
601
|
paymentCurrency: string;
|
|
602
602
|
paymentType: string;
|
|
603
603
|
paymentUrl?: string | undefined;
|
|
604
604
|
}, {
|
|
605
|
-
chairmanName: string;
|
|
606
605
|
coopname: string;
|
|
606
|
+
chairmanName: string;
|
|
607
607
|
participantName: string;
|
|
608
608
|
paymentAmount: string;
|
|
609
609
|
paymentCurrency: string;
|
package/dist/index.d.mts
CHANGED
|
@@ -89,19 +89,19 @@ declare const newAgendaItemPayloadSchema: z.ZodObject<{
|
|
|
89
89
|
decision_id: z.ZodString;
|
|
90
90
|
agendaUrl: z.ZodOptional<z.ZodString>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
authorName: string;
|
|
93
92
|
coopname: string;
|
|
94
93
|
coopShortName: string;
|
|
95
94
|
itemTitle: string;
|
|
96
95
|
itemDescription: string;
|
|
96
|
+
authorName: string;
|
|
97
97
|
decision_id: string;
|
|
98
98
|
agendaUrl?: string | undefined;
|
|
99
99
|
}, {
|
|
100
|
-
authorName: string;
|
|
101
100
|
coopname: string;
|
|
102
101
|
coopShortName: string;
|
|
103
102
|
itemTitle: string;
|
|
104
103
|
itemDescription: string;
|
|
104
|
+
authorName: string;
|
|
105
105
|
decision_id: string;
|
|
106
106
|
agendaUrl?: string | undefined;
|
|
107
107
|
}>;
|
|
@@ -147,19 +147,19 @@ declare const approvalRequestPayloadSchema: z.ZodObject<{
|
|
|
147
147
|
approval_hash: z.ZodString;
|
|
148
148
|
approvalUrl: z.ZodOptional<z.ZodString>;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
|
+
coopname: string;
|
|
151
|
+
authorName: string;
|
|
150
152
|
chairmanName: string;
|
|
151
153
|
requestTitle: string;
|
|
152
154
|
requestDescription: string;
|
|
153
|
-
authorName: string;
|
|
154
|
-
coopname: string;
|
|
155
155
|
approval_hash: string;
|
|
156
156
|
approvalUrl?: string | undefined;
|
|
157
157
|
}, {
|
|
158
|
+
coopname: string;
|
|
159
|
+
authorName: string;
|
|
158
160
|
chairmanName: string;
|
|
159
161
|
requestTitle: string;
|
|
160
162
|
requestDescription: string;
|
|
161
|
-
authorName: string;
|
|
162
|
-
coopname: string;
|
|
163
163
|
approval_hash: string;
|
|
164
164
|
approvalUrl?: string | undefined;
|
|
165
165
|
}>;
|
|
@@ -556,16 +556,16 @@ declare const newInitialPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
556
556
|
coopname: z.ZodString;
|
|
557
557
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
558
558
|
}, "strip", z.ZodTypeAny, {
|
|
559
|
-
chairmanName: string;
|
|
560
559
|
coopname: string;
|
|
560
|
+
chairmanName: string;
|
|
561
561
|
participantName: string;
|
|
562
562
|
paymentAmount: string;
|
|
563
563
|
paymentCurrency: string;
|
|
564
564
|
paymentType: string;
|
|
565
565
|
paymentUrl?: string | undefined;
|
|
566
566
|
}, {
|
|
567
|
-
chairmanName: string;
|
|
568
567
|
coopname: string;
|
|
568
|
+
chairmanName: string;
|
|
569
569
|
participantName: string;
|
|
570
570
|
paymentAmount: string;
|
|
571
571
|
paymentCurrency: string;
|
|
@@ -594,16 +594,16 @@ declare const newDepositPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
594
594
|
coopname: z.ZodString;
|
|
595
595
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
596
596
|
}, "strip", z.ZodTypeAny, {
|
|
597
|
-
chairmanName: string;
|
|
598
597
|
coopname: string;
|
|
598
|
+
chairmanName: string;
|
|
599
599
|
participantName: string;
|
|
600
600
|
paymentAmount: string;
|
|
601
601
|
paymentCurrency: string;
|
|
602
602
|
paymentType: string;
|
|
603
603
|
paymentUrl?: string | undefined;
|
|
604
604
|
}, {
|
|
605
|
-
chairmanName: string;
|
|
606
605
|
coopname: string;
|
|
606
|
+
chairmanName: string;
|
|
607
607
|
participantName: string;
|
|
608
608
|
paymentAmount: string;
|
|
609
609
|
paymentCurrency: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -89,19 +89,19 @@ declare const newAgendaItemPayloadSchema: z.ZodObject<{
|
|
|
89
89
|
decision_id: z.ZodString;
|
|
90
90
|
agendaUrl: z.ZodOptional<z.ZodString>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
authorName: string;
|
|
93
92
|
coopname: string;
|
|
94
93
|
coopShortName: string;
|
|
95
94
|
itemTitle: string;
|
|
96
95
|
itemDescription: string;
|
|
96
|
+
authorName: string;
|
|
97
97
|
decision_id: string;
|
|
98
98
|
agendaUrl?: string | undefined;
|
|
99
99
|
}, {
|
|
100
|
-
authorName: string;
|
|
101
100
|
coopname: string;
|
|
102
101
|
coopShortName: string;
|
|
103
102
|
itemTitle: string;
|
|
104
103
|
itemDescription: string;
|
|
104
|
+
authorName: string;
|
|
105
105
|
decision_id: string;
|
|
106
106
|
agendaUrl?: string | undefined;
|
|
107
107
|
}>;
|
|
@@ -147,19 +147,19 @@ declare const approvalRequestPayloadSchema: z.ZodObject<{
|
|
|
147
147
|
approval_hash: z.ZodString;
|
|
148
148
|
approvalUrl: z.ZodOptional<z.ZodString>;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
|
+
coopname: string;
|
|
151
|
+
authorName: string;
|
|
150
152
|
chairmanName: string;
|
|
151
153
|
requestTitle: string;
|
|
152
154
|
requestDescription: string;
|
|
153
|
-
authorName: string;
|
|
154
|
-
coopname: string;
|
|
155
155
|
approval_hash: string;
|
|
156
156
|
approvalUrl?: string | undefined;
|
|
157
157
|
}, {
|
|
158
|
+
coopname: string;
|
|
159
|
+
authorName: string;
|
|
158
160
|
chairmanName: string;
|
|
159
161
|
requestTitle: string;
|
|
160
162
|
requestDescription: string;
|
|
161
|
-
authorName: string;
|
|
162
|
-
coopname: string;
|
|
163
163
|
approval_hash: string;
|
|
164
164
|
approvalUrl?: string | undefined;
|
|
165
165
|
}>;
|
|
@@ -556,16 +556,16 @@ declare const newInitialPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
556
556
|
coopname: z.ZodString;
|
|
557
557
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
558
558
|
}, "strip", z.ZodTypeAny, {
|
|
559
|
-
chairmanName: string;
|
|
560
559
|
coopname: string;
|
|
560
|
+
chairmanName: string;
|
|
561
561
|
participantName: string;
|
|
562
562
|
paymentAmount: string;
|
|
563
563
|
paymentCurrency: string;
|
|
564
564
|
paymentType: string;
|
|
565
565
|
paymentUrl?: string | undefined;
|
|
566
566
|
}, {
|
|
567
|
-
chairmanName: string;
|
|
568
567
|
coopname: string;
|
|
568
|
+
chairmanName: string;
|
|
569
569
|
participantName: string;
|
|
570
570
|
paymentAmount: string;
|
|
571
571
|
paymentCurrency: string;
|
|
@@ -594,16 +594,16 @@ declare const newDepositPaymentRequestPayloadSchema: z.ZodObject<{
|
|
|
594
594
|
coopname: z.ZodString;
|
|
595
595
|
paymentUrl: z.ZodOptional<z.ZodString>;
|
|
596
596
|
}, "strip", z.ZodTypeAny, {
|
|
597
|
-
chairmanName: string;
|
|
598
597
|
coopname: string;
|
|
598
|
+
chairmanName: string;
|
|
599
599
|
participantName: string;
|
|
600
600
|
paymentAmount: string;
|
|
601
601
|
paymentCurrency: string;
|
|
602
602
|
paymentType: string;
|
|
603
603
|
paymentUrl?: string | undefined;
|
|
604
604
|
}, {
|
|
605
|
-
chairmanName: string;
|
|
606
605
|
coopname: string;
|
|
606
|
+
chairmanName: string;
|
|
607
607
|
participantName: string;
|
|
608
608
|
paymentAmount: string;
|
|
609
609
|
paymentCurrency: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopenomics/notifications",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.27-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": "f4a5a8ce2dfde36b992df4a787878f97634363ea"
|
|
57
57
|
}
|