@spytecgps/nova-orm 1.4.70 → 1.4.72

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.
@@ -265,3 +265,10 @@ export declare enum AvalaraBasePrice {
265
265
  original = "original",
266
266
  calculated = "calculated"
267
267
  }
268
+ export declare enum InvoiceStatus {
269
+ Draft = "draft",
270
+ Open = "open",
271
+ Paid = "paid",
272
+ Uncollectible = "uncollectible",
273
+ Void = "void"
274
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.4.70",
3
+ "version": "1.4.72",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",