opticedge-types 1.0.23 → 1.0.24

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.
@@ -55,7 +55,7 @@ export type PriceChartingDBCard = {
55
55
  deleted?: boolean;
56
56
  };
57
57
  export type PriceChartingCard = {
58
- id: number;
58
+ priceChartingId: number;
59
59
  name: string;
60
60
  set: string;
61
61
  number: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opticedge-types",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "Common type for opticedge",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -61,7 +61,7 @@ export type PriceChartingDBCard = {
61
61
  }
62
62
 
63
63
  export type PriceChartingCard = {
64
- id: number
64
+ priceChartingId: number
65
65
  name: string
66
66
  set: string
67
67
  number: string | null