@coopenomics/notifications 2026.5.15-5 → 2026.5.19-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;
|
|
92
93
|
coopname: string;
|
|
93
94
|
coopShortName: string;
|
|
94
95
|
itemTitle: string;
|
|
95
96
|
itemDescription: string;
|
|
96
|
-
authorName: string;
|
|
97
97
|
decision_id: string;
|
|
98
98
|
agendaUrl?: string | undefined;
|
|
99
99
|
}, {
|
|
100
|
+
authorName: string;
|
|
100
101
|
coopname: string;
|
|
101
102
|
coopShortName: string;
|
|
102
103
|
itemTitle: string;
|
|
103
104
|
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;
|
|
152
150
|
chairmanName: string;
|
|
153
151
|
requestTitle: string;
|
|
154
152
|
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;
|
|
160
158
|
chairmanName: string;
|
|
161
159
|
requestTitle: string;
|
|
162
160
|
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
|
-
coopname: string;
|
|
560
559
|
chairmanName: string;
|
|
560
|
+
coopname: 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
|
-
coopname: string;
|
|
568
567
|
chairmanName: string;
|
|
568
|
+
coopname: 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
|
-
coopname: string;
|
|
598
597
|
chairmanName: string;
|
|
598
|
+
coopname: 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
|
-
coopname: string;
|
|
606
605
|
chairmanName: string;
|
|
606
|
+
coopname: 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;
|
|
92
93
|
coopname: string;
|
|
93
94
|
coopShortName: string;
|
|
94
95
|
itemTitle: string;
|
|
95
96
|
itemDescription: string;
|
|
96
|
-
authorName: string;
|
|
97
97
|
decision_id: string;
|
|
98
98
|
agendaUrl?: string | undefined;
|
|
99
99
|
}, {
|
|
100
|
+
authorName: string;
|
|
100
101
|
coopname: string;
|
|
101
102
|
coopShortName: string;
|
|
102
103
|
itemTitle: string;
|
|
103
104
|
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;
|
|
152
150
|
chairmanName: string;
|
|
153
151
|
requestTitle: string;
|
|
154
152
|
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;
|
|
160
158
|
chairmanName: string;
|
|
161
159
|
requestTitle: string;
|
|
162
160
|
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
|
-
coopname: string;
|
|
560
559
|
chairmanName: string;
|
|
560
|
+
coopname: 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
|
-
coopname: string;
|
|
568
567
|
chairmanName: string;
|
|
568
|
+
coopname: 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
|
-
coopname: string;
|
|
598
597
|
chairmanName: string;
|
|
598
|
+
coopname: 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
|
-
coopname: string;
|
|
606
605
|
chairmanName: string;
|
|
606
|
+
coopname: 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;
|
|
92
93
|
coopname: string;
|
|
93
94
|
coopShortName: string;
|
|
94
95
|
itemTitle: string;
|
|
95
96
|
itemDescription: string;
|
|
96
|
-
authorName: string;
|
|
97
97
|
decision_id: string;
|
|
98
98
|
agendaUrl?: string | undefined;
|
|
99
99
|
}, {
|
|
100
|
+
authorName: string;
|
|
100
101
|
coopname: string;
|
|
101
102
|
coopShortName: string;
|
|
102
103
|
itemTitle: string;
|
|
103
104
|
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;
|
|
152
150
|
chairmanName: string;
|
|
153
151
|
requestTitle: string;
|
|
154
152
|
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;
|
|
160
158
|
chairmanName: string;
|
|
161
159
|
requestTitle: string;
|
|
162
160
|
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
|
-
coopname: string;
|
|
560
559
|
chairmanName: string;
|
|
560
|
+
coopname: 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
|
-
coopname: string;
|
|
568
567
|
chairmanName: string;
|
|
568
|
+
coopname: 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
|
-
coopname: string;
|
|
598
597
|
chairmanName: string;
|
|
598
|
+
coopname: 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
|
-
coopname: string;
|
|
606
605
|
chairmanName: string;
|
|
606
|
+
coopname: 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.19-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": "b973baef03cc79036738378d40f162726366bab5"
|
|
57
57
|
}
|