@natch-the-storage/heathershaw-platform-types 1.6.5 → 1.6.6

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.
@@ -433,7 +433,7 @@ export interface CDScriptList {
433
433
  costPrice: number;
434
434
  }
435
435
  export interface CDScript {
436
- draftScriptId: number;
436
+ key: string;
437
437
  name: string;
438
438
  price: number;
439
439
  quantity: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.6.5",
3
+ "version": "1.6.6",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",