@voyantjs/plugin-netopia 0.3.0 → 0.3.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.
- package/dist/plugin.d.ts +3 -3
- package/package.json +5 -5
package/dist/plugin.d.ts
CHANGED
|
@@ -291,7 +291,7 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
|
|
|
291
291
|
error: string;
|
|
292
292
|
};
|
|
293
293
|
outputFormat: "json";
|
|
294
|
-
status:
|
|
294
|
+
status: 404 | 409 | 500 | 502;
|
|
295
295
|
};
|
|
296
296
|
};
|
|
297
297
|
} & {
|
|
@@ -452,7 +452,7 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
|
|
|
452
452
|
error: string;
|
|
453
453
|
};
|
|
454
454
|
outputFormat: "json";
|
|
455
|
-
status:
|
|
455
|
+
status: 404 | 409 | 500 | 502;
|
|
456
456
|
};
|
|
457
457
|
};
|
|
458
458
|
} & {
|
|
@@ -609,7 +609,7 @@ export declare function createNetopiaFinanceRoutes(options?: NetopiaRuntimeOptio
|
|
|
609
609
|
error: string;
|
|
610
610
|
};
|
|
611
611
|
outputFormat: "json";
|
|
612
|
-
status:
|
|
612
|
+
status: 404 | 409 | 500 | 502;
|
|
613
613
|
};
|
|
614
614
|
};
|
|
615
615
|
} & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/plugin-netopia",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"license": "FSL-1.1-Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"drizzle-orm": "^0.45.2",
|
|
34
34
|
"hono": "^4.12.10",
|
|
35
35
|
"zod": "^4.3.6",
|
|
36
|
-
"@voyantjs/core": "0.3.
|
|
37
|
-
"@voyantjs/finance": "0.3.
|
|
38
|
-
"@voyantjs/hono": "0.3.
|
|
39
|
-
"@voyantjs/notifications": "0.3.
|
|
36
|
+
"@voyantjs/core": "0.3.1",
|
|
37
|
+
"@voyantjs/finance": "0.3.1",
|
|
38
|
+
"@voyantjs/hono": "0.3.1",
|
|
39
|
+
"@voyantjs/notifications": "0.3.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"typescript": "^6.0.2",
|