@spytecgps/nova-orm 1.0.18 → 1.0.19

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.
@@ -321,8 +321,8 @@ export interface GetBillingPlanResult {
321
321
  createdAt: Date;
322
322
  addOns: Record<string, any>[];
323
323
  discounts: Record<string, any>[];
324
- startDate: Date;
325
- endDate: Date;
324
+ startDate: Date | null;
325
+ endDate: Date | null;
326
326
  imageUrl: string;
327
327
  productName: string;
328
328
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",