@voyantjs/plugin-smartbill 0.82.1 → 0.84.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.
Files changed (2) hide show
  1. package/dist/hono.d.ts +6 -6
  2. package/package.json +9 -9
package/dist/hono.d.ts CHANGED
@@ -74,9 +74,9 @@ export declare function createSmartbillAdminRoutes(options: SmartbillAdminModule
74
74
  name: string;
75
75
  id: string;
76
76
  createdAt: string;
77
+ storageKey: string | null;
77
78
  kind: string;
78
79
  invoiceId: string;
79
- storageKey: string | null;
80
80
  fileSize: number | null;
81
81
  checksum: string | null;
82
82
  mimeType: string | null;
@@ -90,11 +90,11 @@ export declare function createSmartbillAdminRoutes(options: SmartbillAdminModule
90
90
  updatedAt: string;
91
91
  status: "pending" | "failed" | "ready" | "stale";
92
92
  format: "json" | "pdf" | "html" | "xml";
93
+ storageKey: string | null;
93
94
  errorMessage: string | null;
94
95
  templateId: string | null;
95
96
  language: string | null;
96
97
  invoiceId: string;
97
- storageKey: string | null;
98
98
  fileSize: number | null;
99
99
  checksum: string | null;
100
100
  generatedAt: string | null;
@@ -104,9 +104,9 @@ export declare function createSmartbillAdminRoutes(options: SmartbillAdminModule
104
104
  name: string;
105
105
  id: string;
106
106
  createdAt: string;
107
+ storageKey: string | null;
107
108
  kind: string;
108
109
  invoiceId: string;
109
- storageKey: string | null;
110
110
  fileSize: number | null;
111
111
  checksum: string | null;
112
112
  mimeType: string | null;
@@ -137,9 +137,9 @@ export declare function createSmartbillAdminRoutes(options: SmartbillAdminModule
137
137
  name: string;
138
138
  id: string;
139
139
  createdAt: string;
140
+ storageKey: string | null;
140
141
  kind: string;
141
142
  invoiceId: string;
142
- storageKey: string | null;
143
143
  fileSize: number | null;
144
144
  checksum: string | null;
145
145
  mimeType: string | null;
@@ -153,11 +153,11 @@ export declare function createSmartbillAdminRoutes(options: SmartbillAdminModule
153
153
  updatedAt: string;
154
154
  status: "pending" | "failed" | "ready" | "stale";
155
155
  format: "json" | "pdf" | "html" | "xml";
156
+ storageKey: string | null;
156
157
  errorMessage: string | null;
157
158
  templateId: string | null;
158
159
  language: string | null;
159
160
  invoiceId: string;
160
- storageKey: string | null;
161
161
  fileSize: number | null;
162
162
  checksum: string | null;
163
163
  generatedAt: string | null;
@@ -167,9 +167,9 @@ export declare function createSmartbillAdminRoutes(options: SmartbillAdminModule
167
167
  name: string;
168
168
  id: string;
169
169
  createdAt: string;
170
+ storageKey: string | null;
170
171
  kind: string;
171
172
  invoiceId: string;
172
- storageKey: string | null;
173
173
  fileSize: number | null;
174
174
  checksum: string | null;
175
175
  mimeType: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/plugin-smartbill",
3
- "version": "0.82.1",
3
+ "version": "0.84.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -59,18 +59,18 @@
59
59
  "drizzle-orm": "^0.45.2",
60
60
  "hono": "^4.12.10",
61
61
  "zod": "^4.3.6",
62
- "@voyantjs/core": "0.82.1",
63
- "@voyantjs/hono": "0.82.1",
64
- "@voyantjs/storage": "0.82.1",
65
- "@voyantjs/finance": "0.82.1"
62
+ "@voyantjs/core": "0.84.0",
63
+ "@voyantjs/finance": "0.84.0",
64
+ "@voyantjs/hono": "0.84.0",
65
+ "@voyantjs/storage": "0.84.0"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "@tanstack/react-query": "^5.0.0",
69
69
  "lucide-react": "^0.475.0",
70
70
  "react": "^19.0.0",
71
71
  "react-dom": "^19.0.0",
72
- "@voyantjs/finance-react": "0.82.1",
73
- "@voyantjs/ui": "0.82.1"
72
+ "@voyantjs/finance-react": "0.84.0",
73
+ "@voyantjs/ui": "0.84.0"
74
74
  },
75
75
  "peerDependenciesMeta": {
76
76
  "@tanstack/react-query": {
@@ -101,8 +101,8 @@
101
101
  "react-dom": "^19.2.4",
102
102
  "typescript": "^6.0.2",
103
103
  "vitest": "^4.1.2",
104
- "@voyantjs/finance-react": "0.82.1",
105
- "@voyantjs/ui": "0.82.1",
104
+ "@voyantjs/finance-react": "0.84.0",
105
+ "@voyantjs/ui": "0.84.0",
106
106
  "@voyantjs/voyant-typescript-config": "0.1.0"
107
107
  },
108
108
  "files": [