@voyantjs/plugin-netopia 0.28.3 → 0.30.0
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/plugin.d.ts +5 -5
- 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" | "failed" | "
|
|
33
|
+
status: "pending" | "failed" | "cancelled" | "expired" | "paid" | "requires_redirect" | "processing" | "authorized";
|
|
34
34
|
currency: string;
|
|
35
35
|
notes: string | null;
|
|
36
36
|
idempotencyKey: string | null;
|
|
@@ -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" | "failed" | "
|
|
225
|
+
status: "pending" | "failed" | "cancelled" | "expired" | "paid" | "requires_redirect" | "processing" | "authorized";
|
|
226
226
|
currency: string;
|
|
227
227
|
notes: string | null;
|
|
228
228
|
idempotencyKey: string | null;
|
|
@@ -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" | "failed" | "
|
|
386
|
+
status: "pending" | "failed" | "cancelled" | "expired" | "paid" | "requires_redirect" | "processing" | "authorized";
|
|
387
387
|
currency: string;
|
|
388
388
|
notes: string | null;
|
|
389
389
|
idempotencyKey: string | null;
|
|
@@ -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" | "failed" | "
|
|
545
|
+
status: "pending" | "failed" | "cancelled" | "expired" | "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" | "failed" | "
|
|
634
|
+
status: "pending" | "failed" | "cancelled" | "expired" | "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.
|
|
3
|
+
"version": "0.30.0",
|
|
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.
|
|
43
|
-
"@voyantjs/core": "0.
|
|
44
|
-
"@voyantjs/finance": "0.
|
|
45
|
-
"@voyantjs/hono": "0.
|
|
46
|
-
"@voyantjs/notifications": "0.
|
|
42
|
+
"@voyantjs/checkout": "0.30.0",
|
|
43
|
+
"@voyantjs/core": "0.30.0",
|
|
44
|
+
"@voyantjs/finance": "0.30.0",
|
|
45
|
+
"@voyantjs/hono": "0.30.0",
|
|
46
|
+
"@voyantjs/notifications": "0.30.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"typescript": "^6.0.2",
|