@voyant-travel/notifications-react 0.116.7 → 0.116.8

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.
Files changed (2) hide show
  1. package/dist/schemas.d.ts +20 -20
  2. package/package.json +6 -6
package/dist/schemas.d.ts CHANGED
@@ -37,10 +37,10 @@ export declare const notificationDeliveryRecordSchema: z.ZodObject<{
37
37
  templateId: z.ZodNullable<z.ZodString>;
38
38
  templateSlug: z.ZodNullable<z.ZodString>;
39
39
  targetType: z.ZodEnum<{
40
- booking_payment_schedule: "booking_payment_schedule";
41
- invoice: "invoice";
42
40
  booking: "booking";
41
+ booking_payment_schedule: "booking_payment_schedule";
43
42
  booking_guarantee: "booking_guarantee";
43
+ invoice: "invoice";
44
44
  payment_session: "payment_session";
45
45
  person: "person";
46
46
  organization: "organization";
@@ -89,11 +89,11 @@ export declare const notificationReminderRuleRecordSchema: z.ZodObject<{
89
89
  archived: "archived";
90
90
  }>;
91
91
  targetType: z.ZodEnum<{
92
- booking_confirmed: "booking_confirmed";
93
92
  booking_payment_schedule: "booking_payment_schedule";
93
+ invoice: "invoice";
94
+ booking_confirmed: "booking_confirmed";
94
95
  payment_complete: "payment_complete";
95
96
  booking_cancelled_non_payment: "booking_cancelled_non_payment";
96
- invoice: "invoice";
97
97
  }>;
98
98
  channel: z.ZodEnum<{
99
99
  email: "email";
@@ -169,10 +169,10 @@ export declare const notificationDeliveryListResponse: z.ZodObject<{
169
169
  templateId: z.ZodNullable<z.ZodString>;
170
170
  templateSlug: z.ZodNullable<z.ZodString>;
171
171
  targetType: z.ZodEnum<{
172
- booking_payment_schedule: "booking_payment_schedule";
173
- invoice: "invoice";
174
172
  booking: "booking";
173
+ booking_payment_schedule: "booking_payment_schedule";
175
174
  booking_guarantee: "booking_guarantee";
175
+ invoice: "invoice";
176
176
  payment_session: "payment_session";
177
177
  person: "person";
178
178
  organization: "organization";
@@ -220,10 +220,10 @@ export declare const notificationDeliverySingleResponse: z.ZodObject<{
220
220
  templateId: z.ZodNullable<z.ZodString>;
221
221
  templateSlug: z.ZodNullable<z.ZodString>;
222
222
  targetType: z.ZodEnum<{
223
- booking_payment_schedule: "booking_payment_schedule";
224
- invoice: "invoice";
225
223
  booking: "booking";
224
+ booking_payment_schedule: "booking_payment_schedule";
226
225
  booking_guarantee: "booking_guarantee";
226
+ invoice: "invoice";
227
227
  payment_session: "payment_session";
228
228
  person: "person";
229
229
  organization: "organization";
@@ -273,11 +273,11 @@ export declare const notificationReminderRuleListResponse: z.ZodObject<{
273
273
  archived: "archived";
274
274
  }>;
275
275
  targetType: z.ZodEnum<{
276
- booking_confirmed: "booking_confirmed";
277
276
  booking_payment_schedule: "booking_payment_schedule";
277
+ invoice: "invoice";
278
+ booking_confirmed: "booking_confirmed";
278
279
  payment_complete: "payment_complete";
279
280
  booking_cancelled_non_payment: "booking_cancelled_non_payment";
280
- invoice: "invoice";
281
281
  }>;
282
282
  channel: z.ZodEnum<{
283
283
  email: "email";
@@ -306,11 +306,11 @@ export declare const notificationReminderRuleSingleResponse: z.ZodObject<{
306
306
  archived: "archived";
307
307
  }>;
308
308
  targetType: z.ZodEnum<{
309
- booking_confirmed: "booking_confirmed";
310
309
  booking_payment_schedule: "booking_payment_schedule";
310
+ invoice: "invoice";
311
+ booking_confirmed: "booking_confirmed";
311
312
  payment_complete: "payment_complete";
312
313
  booking_cancelled_non_payment: "booking_cancelled_non_payment";
313
- invoice: "invoice";
314
314
  }>;
315
315
  channel: z.ZodEnum<{
316
316
  email: "email";
@@ -330,11 +330,11 @@ export declare const notificationReminderRunListResponse: z.ZodObject<{
330
330
  id: z.ZodString;
331
331
  reminderRuleId: z.ZodString;
332
332
  targetType: z.ZodEnum<{
333
- booking_confirmed: "booking_confirmed";
334
333
  booking_payment_schedule: "booking_payment_schedule";
334
+ invoice: "invoice";
335
+ booking_confirmed: "booking_confirmed";
335
336
  payment_complete: "payment_complete";
336
337
  booking_cancelled_non_payment: "booking_cancelled_non_payment";
337
- invoice: "invoice";
338
338
  }>;
339
339
  targetId: z.ZodString;
340
340
  dedupeKey: z.ZodString;
@@ -371,11 +371,11 @@ export declare const notificationReminderRunListResponse: z.ZodObject<{
371
371
  archived: "archived";
372
372
  }>;
373
373
  targetType: z.ZodEnum<{
374
- booking_confirmed: "booking_confirmed";
375
374
  booking_payment_schedule: "booking_payment_schedule";
375
+ invoice: "invoice";
376
+ booking_confirmed: "booking_confirmed";
376
377
  payment_complete: "payment_complete";
377
378
  booking_cancelled_non_payment: "booking_cancelled_non_payment";
378
- invoice: "invoice";
379
379
  }>;
380
380
  channel: z.ZodEnum<{
381
381
  email: "email";
@@ -414,11 +414,11 @@ export declare const notificationReminderRunSingleResponse: z.ZodObject<{
414
414
  id: z.ZodString;
415
415
  reminderRuleId: z.ZodString;
416
416
  targetType: z.ZodEnum<{
417
- booking_confirmed: "booking_confirmed";
418
417
  booking_payment_schedule: "booking_payment_schedule";
418
+ invoice: "invoice";
419
+ booking_confirmed: "booking_confirmed";
419
420
  payment_complete: "payment_complete";
420
421
  booking_cancelled_non_payment: "booking_cancelled_non_payment";
421
- invoice: "invoice";
422
422
  }>;
423
423
  targetId: z.ZodString;
424
424
  dedupeKey: z.ZodString;
@@ -455,11 +455,11 @@ export declare const notificationReminderRunSingleResponse: z.ZodObject<{
455
455
  archived: "archived";
456
456
  }>;
457
457
  targetType: z.ZodEnum<{
458
- booking_confirmed: "booking_confirmed";
459
458
  booking_payment_schedule: "booking_payment_schedule";
459
+ invoice: "invoice";
460
+ booking_confirmed: "booking_confirmed";
460
461
  payment_complete: "payment_complete";
461
462
  booking_cancelled_non_payment: "booking_cancelled_non_payment";
462
- invoice: "invoice";
463
463
  }>;
464
464
  channel: z.ZodEnum<{
465
465
  email: "email";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/notifications-react",
3
- "version": "0.116.7",
3
+ "version": "0.116.8",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -76,8 +76,8 @@
76
76
  "react-dom": "^19.0.0",
77
77
  "react-hook-form": "^7.60.0",
78
78
  "zod": "^4.0.0",
79
- "@voyant-travel/admin": "^0.115.2",
80
- "@voyant-travel/notifications": "^0.116.7",
79
+ "@voyant-travel/admin": "^0.115.3",
80
+ "@voyant-travel/notifications": "^0.116.8",
81
81
  "@voyant-travel/ui": "^0.108.2"
82
82
  },
83
83
  "peerDependenciesMeta": {
@@ -113,9 +113,9 @@
113
113
  "typescript": "^6.0.2",
114
114
  "vitest": "^4.1.2",
115
115
  "zod": "^4.3.6",
116
- "@voyant-travel/admin": "^0.115.2",
116
+ "@voyant-travel/admin": "^0.115.3",
117
117
  "@voyant-travel/i18n": "^0.109.0",
118
- "@voyant-travel/notifications": "^0.116.7",
118
+ "@voyant-travel/notifications": "^0.116.8",
119
119
  "@voyant-travel/react": "^0.104.1",
120
120
  "@voyant-travel/ui": "^0.108.2",
121
121
  "@voyant-travel/voyant-typescript-config": "^0.1.0"
@@ -130,7 +130,7 @@
130
130
  "scripts": {
131
131
  "build": "tsc -p tsconfig.build.json",
132
132
  "clean": "rm -rf dist tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo",
133
- "typecheck": "tsc --noEmit",
133
+ "typecheck": "tsc -p tsconfig.typecheck.json",
134
134
  "lint": "biome check src/",
135
135
  "test": "vitest run --passWithNoTests"
136
136
  },