@coopenomics/notifications 2026.5.10-2 → 2026.5.14-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 +8 -8
- package/dist/index.d.mts +8 -8
- package/dist/index.d.ts +8 -8
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -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>;
|
|
@@ -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
|
+
userName: string;
|
|
521
522
|
coopname: string;
|
|
522
523
|
coopShortName: string;
|
|
523
|
-
userName: string;
|
|
524
524
|
approvalStatus: "approved" | "declined";
|
|
525
525
|
approvalStatusText: string;
|
|
526
526
|
approvalId: string;
|
|
527
527
|
approvalUrl?: string | undefined;
|
|
528
528
|
}, {
|
|
529
|
+
userName: string;
|
|
529
530
|
coopname: string;
|
|
530
531
|
coopShortName: string;
|
|
531
|
-
userName: string;
|
|
532
532
|
approvalStatus: "approved" | "declined";
|
|
533
533
|
approvalStatusText: string;
|
|
534
534
|
approvalId: string;
|
|
@@ -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
|
@@ -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>;
|
|
@@ -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
|
+
userName: string;
|
|
521
522
|
coopname: string;
|
|
522
523
|
coopShortName: string;
|
|
523
|
-
userName: string;
|
|
524
524
|
approvalStatus: "approved" | "declined";
|
|
525
525
|
approvalStatusText: string;
|
|
526
526
|
approvalId: string;
|
|
527
527
|
approvalUrl?: string | undefined;
|
|
528
528
|
}, {
|
|
529
|
+
userName: string;
|
|
529
530
|
coopname: string;
|
|
530
531
|
coopShortName: string;
|
|
531
|
-
userName: string;
|
|
532
532
|
approvalStatus: "approved" | "declined";
|
|
533
533
|
approvalStatusText: string;
|
|
534
534
|
approvalId: string;
|
|
@@ -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
|
@@ -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>;
|
|
@@ -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
|
+
userName: string;
|
|
521
522
|
coopname: string;
|
|
522
523
|
coopShortName: string;
|
|
523
|
-
userName: string;
|
|
524
524
|
approvalStatus: "approved" | "declined";
|
|
525
525
|
approvalStatusText: string;
|
|
526
526
|
approvalId: string;
|
|
527
527
|
approvalUrl?: string | undefined;
|
|
528
528
|
}, {
|
|
529
|
+
userName: string;
|
|
529
530
|
coopname: string;
|
|
530
531
|
coopShortName: string;
|
|
531
|
-
userName: string;
|
|
532
532
|
approvalStatus: "approved" | "declined";
|
|
533
533
|
approvalStatusText: string;
|
|
534
534
|
approvalId: string;
|
|
@@ -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.
|
|
3
|
+
"version": "2026.5.14-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": "70446c300d9278f5078e604016f4017a4ef9f2ba"
|
|
57
57
|
}
|