@voyant-travel/plugin-smartbill 0.120.0 → 0.121.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/hono.d.ts +2 -2
- package/package.json +9 -9
package/dist/hono.d.ts
CHANGED
|
@@ -85,9 +85,9 @@ export declare function createSmartbillAdminRoutes(options: SmartbillAdminModule
|
|
|
85
85
|
status: "persisted";
|
|
86
86
|
rendition: {
|
|
87
87
|
metadata: import("hono/utils/types").JSONValue;
|
|
88
|
+
status: "failed" | "pending" | "ready" | "stale";
|
|
88
89
|
format: "json" | "html" | "pdf" | "xml";
|
|
89
90
|
id: string;
|
|
90
|
-
status: "failed" | "pending" | "ready" | "stale";
|
|
91
91
|
createdAt: string;
|
|
92
92
|
updatedAt: string;
|
|
93
93
|
storageKey: string | null;
|
|
@@ -148,9 +148,9 @@ export declare function createSmartbillAdminRoutes(options: SmartbillAdminModule
|
|
|
148
148
|
status: "persisted";
|
|
149
149
|
rendition: {
|
|
150
150
|
metadata: import("hono/utils/types").JSONValue;
|
|
151
|
+
status: "failed" | "pending" | "ready" | "stale";
|
|
151
152
|
format: "json" | "html" | "pdf" | "xml";
|
|
152
153
|
id: string;
|
|
153
|
-
status: "failed" | "pending" | "ready" | "stale";
|
|
154
154
|
createdAt: string;
|
|
155
155
|
updatedAt: string;
|
|
156
156
|
storageKey: string | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/plugin-smartbill",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.121.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -60,18 +60,18 @@
|
|
|
60
60
|
"hono": "^4.12.10",
|
|
61
61
|
"zod": "^4.3.6",
|
|
62
62
|
"@voyant-travel/core": "^0.109.0",
|
|
63
|
-
"@voyant-travel/finance": "^0.
|
|
64
|
-
"@voyant-travel/hono": "^0.
|
|
65
|
-
"@voyant-travel/storage": "^0.
|
|
66
|
-
"@voyant-travel/utils": "^0.105.
|
|
63
|
+
"@voyant-travel/finance": "^0.121.0",
|
|
64
|
+
"@voyant-travel/hono": "^0.111.0",
|
|
65
|
+
"@voyant-travel/storage": "^0.105.0",
|
|
66
|
+
"@voyant-travel/utils": "^0.105.2"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"@tanstack/react-query": "^5.0.0",
|
|
70
70
|
"lucide-react": "^0.475.0",
|
|
71
71
|
"react": "^19.0.0",
|
|
72
72
|
"react-dom": "^19.0.0",
|
|
73
|
-
"@voyant-travel/finance-react": "^0.
|
|
74
|
-
"@voyant-travel/ui": "^0.106.
|
|
73
|
+
"@voyant-travel/finance-react": "^0.121.0",
|
|
74
|
+
"@voyant-travel/ui": "^0.106.2"
|
|
75
75
|
},
|
|
76
76
|
"peerDependenciesMeta": {
|
|
77
77
|
"@tanstack/react-query": {
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"react-dom": "^19.2.4",
|
|
103
103
|
"typescript": "^6.0.2",
|
|
104
104
|
"vitest": "^4.1.2",
|
|
105
|
-
"@voyant-travel/finance-react": "^0.
|
|
106
|
-
"@voyant-travel/ui": "^0.106.
|
|
105
|
+
"@voyant-travel/finance-react": "^0.121.0",
|
|
106
|
+
"@voyant-travel/ui": "^0.106.2",
|
|
107
107
|
"@voyant-travel/voyant-typescript-config": "^0.1.0"
|
|
108
108
|
},
|
|
109
109
|
"files": [
|