@voyant-travel/plugin-netopia 0.104.20 → 0.104.22

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 +8 -8
  2. package/package.json +5 -5
package/dist/plugin.d.ts CHANGED
@@ -26,6 +26,7 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
26
26
  metadata: {
27
27
  [x: string]: import("hono/utils/types").JSONValue;
28
28
  } | null;
29
+ idempotencyKey: string | null;
29
30
  status: "failed" | "pending" | "cancelled" | "expired" | "processing" | "paid" | "requires_redirect" | "authorized";
30
31
  currency: string;
31
32
  id: string;
@@ -38,7 +39,6 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
38
39
  cancelledAt: string | null;
39
40
  completedAt: string | null;
40
41
  orderId: string | null;
41
- idempotencyKey: string | null;
42
42
  targetType: "other" | "booking" | "order" | "invoice" | "booking_payment_schedule" | "booking_guarantee" | "flight_order";
43
43
  targetId: string | null;
44
44
  provider: string | null;
@@ -218,6 +218,7 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
218
218
  metadata: {
219
219
  [x: string]: import("hono/utils/types").JSONValue;
220
220
  } | null;
221
+ idempotencyKey: string | null;
221
222
  status: "failed" | "pending" | "cancelled" | "expired" | "processing" | "paid" | "requires_redirect" | "authorized";
222
223
  currency: string;
223
224
  id: string;
@@ -230,7 +231,6 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
230
231
  cancelledAt: string | null;
231
232
  completedAt: string | null;
232
233
  orderId: string | null;
233
- idempotencyKey: string | null;
234
234
  targetType: "other" | "booking" | "order" | "invoice" | "booking_payment_schedule" | "booking_guarantee" | "flight_order";
235
235
  targetId: string | null;
236
236
  provider: string | null;
@@ -294,7 +294,7 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
294
294
  error: string;
295
295
  };
296
296
  outputFormat: "json";
297
- status: 500 | 404 | 409 | 502;
297
+ status: 404 | 409 | 500 | 502;
298
298
  };
299
299
  };
300
300
  } & {
@@ -379,6 +379,7 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
379
379
  metadata: {
380
380
  [x: string]: import("hono/utils/types").JSONValue;
381
381
  } | null;
382
+ idempotencyKey: string | null;
382
383
  status: "failed" | "pending" | "cancelled" | "expired" | "processing" | "paid" | "requires_redirect" | "authorized";
383
384
  currency: string;
384
385
  id: string;
@@ -391,7 +392,6 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
391
392
  cancelledAt: string | null;
392
393
  completedAt: string | null;
393
394
  orderId: string | null;
394
- idempotencyKey: string | null;
395
395
  targetType: "other" | "booking" | "order" | "invoice" | "booking_payment_schedule" | "booking_guarantee" | "flight_order";
396
396
  targetId: string | null;
397
397
  provider: string | null;
@@ -455,7 +455,7 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
455
455
  error: string;
456
456
  };
457
457
  outputFormat: "json";
458
- status: 500 | 404 | 409 | 502;
458
+ status: 404 | 409 | 500 | 502;
459
459
  };
460
460
  };
461
461
  } & {
@@ -538,6 +538,7 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
538
538
  metadata: {
539
539
  [x: string]: import("hono/utils/types").JSONValue;
540
540
  } | null;
541
+ idempotencyKey: string | null;
541
542
  status: "failed" | "pending" | "cancelled" | "expired" | "processing" | "paid" | "requires_redirect" | "authorized";
542
543
  currency: string;
543
544
  id: string;
@@ -550,7 +551,6 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
550
551
  cancelledAt: string | null;
551
552
  completedAt: string | null;
552
553
  orderId: string | null;
553
- idempotencyKey: string | null;
554
554
  targetType: "other" | "booking" | "order" | "invoice" | "booking_payment_schedule" | "booking_guarantee" | "flight_order";
555
555
  targetId: string | null;
556
556
  provider: string | null;
@@ -612,7 +612,7 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
612
612
  error: string;
613
613
  };
614
614
  outputFormat: "json";
615
- status: 500 | 404 | 409 | 502;
615
+ status: 404 | 409 | 500 | 502;
616
616
  };
617
617
  };
618
618
  } & {
@@ -643,6 +643,7 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
643
643
  metadata: {
644
644
  [x: string]: import("hono/utils/types").JSONValue;
645
645
  } | null;
646
+ idempotencyKey: string | null;
646
647
  status: "failed" | "pending" | "cancelled" | "expired" | "processing" | "paid" | "requires_redirect" | "authorized";
647
648
  currency: string;
648
649
  id: string;
@@ -655,7 +656,6 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
655
656
  cancelledAt: string | null;
656
657
  completedAt: string | null;
657
658
  orderId: string | null;
658
- idempotencyKey: string | null;
659
659
  targetType: "other" | "booking" | "order" | "invoice" | "booking_payment_schedule" | "booking_guarantee" | "flight_order";
660
660
  targetId: string | null;
661
661
  provider: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/plugin-netopia",
3
- "version": "0.104.20",
3
+ "version": "0.104.22",
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
- "@voyant-travel/finance": "^0.120.0",
43
42
  "@voyant-travel/core": "^0.109.0",
44
- "@voyant-travel/hono": "^0.110.0",
45
- "@voyant-travel/notifications": "^0.111.8",
46
- "@voyant-travel/utils": "^0.105.1"
43
+ "@voyant-travel/finance": "^0.121.0",
44
+ "@voyant-travel/hono": "^0.111.0",
45
+ "@voyant-travel/utils": "^0.105.2",
46
+ "@voyant-travel/notifications": "^0.111.10"
47
47
  },
48
48
  "devDependencies": {
49
49
  "typescript": "^6.0.2",