@voyantjs/plugin-netopia 0.20.0 → 0.21.1

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/plugin.d.ts +23 -23
  2. package/package.json +6 -6
package/dist/plugin.d.ts CHANGED
@@ -30,7 +30,7 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
30
30
  createdAt: string;
31
31
  updatedAt: string;
32
32
  expiresAt: string | null;
33
- status: "pending" | "expired" | "cancelled" | "failed" | "paid" | "requires_redirect" | "processing" | "authorized";
33
+ status: "pending" | "failed" | "expired" | "cancelled" | "paid" | "requires_redirect" | "processing" | "authorized";
34
34
  currency: string;
35
35
  notes: string | null;
36
36
  idempotencyKey: string | null;
@@ -156,8 +156,10 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
156
156
  createdAt: string;
157
157
  updatedAt: string;
158
158
  organizationId: string | null;
159
- status: "pending" | "cancelled" | "failed" | "sent";
159
+ status: "pending" | "failed" | "cancelled" | "sent";
160
160
  provider: string;
161
+ scheduledFor: string | null;
162
+ errorMessage: string | null;
161
163
  bookingId: string | null;
162
164
  personId: string | null;
163
165
  channel: "email" | "sms";
@@ -166,7 +168,6 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
166
168
  templateId: string | null;
167
169
  invoiceId: string | null;
168
170
  failedAt: string | null;
169
- errorMessage: string | null;
170
171
  subject: string | null;
171
172
  sentAt: string | null;
172
173
  fromAddress: string | null;
@@ -179,7 +180,6 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
179
180
  payloadData: {
180
181
  [x: string]: import("hono/utils/types").JSONValue;
181
182
  } | null;
182
- scheduledFor: string | null;
183
183
  } | null;
184
184
  invoiceNotification: {
185
185
  metadata: {
@@ -189,8 +189,10 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
189
189
  createdAt: string;
190
190
  updatedAt: string;
191
191
  organizationId: string | null;
192
- status: "pending" | "cancelled" | "failed" | "sent";
192
+ status: "pending" | "failed" | "cancelled" | "sent";
193
193
  provider: string;
194
+ scheduledFor: string | null;
195
+ errorMessage: string | null;
194
196
  bookingId: string | null;
195
197
  personId: string | null;
196
198
  channel: "email" | "sms";
@@ -199,7 +201,6 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
199
201
  templateId: string | null;
200
202
  invoiceId: string | null;
201
203
  failedAt: string | null;
202
- errorMessage: string | null;
203
204
  subject: string | null;
204
205
  sentAt: string | null;
205
206
  fromAddress: string | null;
@@ -212,7 +213,6 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
212
213
  payloadData: {
213
214
  [x: string]: import("hono/utils/types").JSONValue;
214
215
  } | null;
215
- scheduledFor: string | null;
216
216
  } | null;
217
217
  session: {
218
218
  metadata: {
@@ -222,7 +222,7 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
222
222
  createdAt: string;
223
223
  updatedAt: string;
224
224
  expiresAt: string | null;
225
- status: "pending" | "expired" | "cancelled" | "failed" | "paid" | "requires_redirect" | "processing" | "authorized";
225
+ status: "pending" | "failed" | "expired" | "cancelled" | "paid" | "requires_redirect" | "processing" | "authorized";
226
226
  currency: string;
227
227
  notes: string | null;
228
228
  idempotencyKey: string | null;
@@ -317,8 +317,10 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
317
317
  createdAt: string;
318
318
  updatedAt: string;
319
319
  organizationId: string | null;
320
- status: "pending" | "cancelled" | "failed" | "sent";
320
+ status: "pending" | "failed" | "cancelled" | "sent";
321
321
  provider: string;
322
+ scheduledFor: string | null;
323
+ errorMessage: string | null;
322
324
  bookingId: string | null;
323
325
  personId: string | null;
324
326
  channel: "email" | "sms";
@@ -327,7 +329,6 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
327
329
  templateId: string | null;
328
330
  invoiceId: string | null;
329
331
  failedAt: string | null;
330
- errorMessage: string | null;
331
332
  subject: string | null;
332
333
  sentAt: string | null;
333
334
  fromAddress: string | null;
@@ -340,7 +341,6 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
340
341
  payloadData: {
341
342
  [x: string]: import("hono/utils/types").JSONValue;
342
343
  } | null;
343
- scheduledFor: string | null;
344
344
  } | null;
345
345
  invoiceNotification: {
346
346
  metadata: {
@@ -350,8 +350,10 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
350
350
  createdAt: string;
351
351
  updatedAt: string;
352
352
  organizationId: string | null;
353
- status: "pending" | "cancelled" | "failed" | "sent";
353
+ status: "pending" | "failed" | "cancelled" | "sent";
354
354
  provider: string;
355
+ scheduledFor: string | null;
356
+ errorMessage: string | null;
355
357
  bookingId: string | null;
356
358
  personId: string | null;
357
359
  channel: "email" | "sms";
@@ -360,7 +362,6 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
360
362
  templateId: string | null;
361
363
  invoiceId: string | null;
362
364
  failedAt: string | null;
363
- errorMessage: string | null;
364
365
  subject: string | null;
365
366
  sentAt: string | null;
366
367
  fromAddress: string | null;
@@ -373,7 +374,6 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
373
374
  payloadData: {
374
375
  [x: string]: import("hono/utils/types").JSONValue;
375
376
  } | null;
376
- scheduledFor: string | null;
377
377
  } | null;
378
378
  session: {
379
379
  metadata: {
@@ -383,7 +383,7 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
383
383
  createdAt: string;
384
384
  updatedAt: string;
385
385
  expiresAt: string | null;
386
- status: "pending" | "expired" | "cancelled" | "failed" | "paid" | "requires_redirect" | "processing" | "authorized";
386
+ status: "pending" | "failed" | "expired" | "cancelled" | "paid" | "requires_redirect" | "processing" | "authorized";
387
387
  currency: string;
388
388
  notes: string | null;
389
389
  idempotencyKey: string | null;
@@ -476,8 +476,10 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
476
476
  createdAt: string;
477
477
  updatedAt: string;
478
478
  organizationId: string | null;
479
- status: "pending" | "cancelled" | "failed" | "sent";
479
+ status: "pending" | "failed" | "cancelled" | "sent";
480
480
  provider: string;
481
+ scheduledFor: string | null;
482
+ errorMessage: string | null;
481
483
  bookingId: string | null;
482
484
  personId: string | null;
483
485
  channel: "email" | "sms";
@@ -486,7 +488,6 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
486
488
  templateId: string | null;
487
489
  invoiceId: string | null;
488
490
  failedAt: string | null;
489
- errorMessage: string | null;
490
491
  subject: string | null;
491
492
  sentAt: string | null;
492
493
  fromAddress: string | null;
@@ -499,7 +500,6 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
499
500
  payloadData: {
500
501
  [x: string]: import("hono/utils/types").JSONValue;
501
502
  } | null;
502
- scheduledFor: string | null;
503
503
  } | null;
504
504
  invoiceNotification: {
505
505
  metadata: {
@@ -509,8 +509,10 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
509
509
  createdAt: string;
510
510
  updatedAt: string;
511
511
  organizationId: string | null;
512
- status: "pending" | "cancelled" | "failed" | "sent";
512
+ status: "pending" | "failed" | "cancelled" | "sent";
513
513
  provider: string;
514
+ scheduledFor: string | null;
515
+ errorMessage: string | null;
514
516
  bookingId: string | null;
515
517
  personId: string | null;
516
518
  channel: "email" | "sms";
@@ -519,7 +521,6 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
519
521
  templateId: string | null;
520
522
  invoiceId: string | null;
521
523
  failedAt: string | null;
522
- errorMessage: string | null;
523
524
  subject: string | null;
524
525
  sentAt: string | null;
525
526
  fromAddress: string | null;
@@ -532,7 +533,6 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
532
533
  payloadData: {
533
534
  [x: string]: import("hono/utils/types").JSONValue;
534
535
  } | null;
535
- scheduledFor: string | null;
536
536
  } | null;
537
537
  session: {
538
538
  metadata: {
@@ -542,7 +542,7 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
542
542
  createdAt: string;
543
543
  updatedAt: string;
544
544
  expiresAt: string | null;
545
- status: "pending" | "expired" | "cancelled" | "failed" | "paid" | "requires_redirect" | "processing" | "authorized";
545
+ status: "pending" | "failed" | "expired" | "cancelled" | "paid" | "requires_redirect" | "processing" | "authorized";
546
546
  currency: string;
547
547
  notes: string | null;
548
548
  idempotencyKey: string | null;
@@ -631,7 +631,7 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
631
631
  createdAt: string;
632
632
  updatedAt: string;
633
633
  expiresAt: string | null;
634
- status: "pending" | "expired" | "cancelled" | "failed" | "paid" | "requires_redirect" | "processing" | "authorized";
634
+ status: "pending" | "failed" | "expired" | "cancelled" | "paid" | "requires_redirect" | "processing" | "authorized";
635
635
  currency: string;
636
636
  notes: string | null;
637
637
  idempotencyKey: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/plugin-netopia",
3
- "version": "0.20.0",
3
+ "version": "0.21.1",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -39,11 +39,11 @@
39
39
  "drizzle-orm": "^0.45.2",
40
40
  "hono": "^4.12.10",
41
41
  "zod": "^4.3.6",
42
- "@voyantjs/checkout": "0.20.0",
43
- "@voyantjs/core": "0.20.0",
44
- "@voyantjs/finance": "0.20.0",
45
- "@voyantjs/hono": "0.20.0",
46
- "@voyantjs/notifications": "0.20.0"
42
+ "@voyantjs/checkout": "0.21.1",
43
+ "@voyantjs/core": "0.21.1",
44
+ "@voyantjs/finance": "0.21.1",
45
+ "@voyantjs/hono": "0.21.1",
46
+ "@voyantjs/notifications": "0.21.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "typescript": "^6.0.2",