opticedge-types 1.0.68 → 1.0.69

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.
@@ -77,5 +77,6 @@ export type PriceChartingApiCard = {
77
77
  export type PriceChartingDbSet = {
78
78
  id: string;
79
79
  consoleName: string;
80
+ releaseDate: string;
80
81
  };
81
82
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opticedge-types",
3
- "version": "1.0.68",
3
+ "version": "1.0.69",
4
4
  "description": "Common type for opticedge",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -86,4 +86,5 @@ export type PriceChartingApiCard = {
86
86
  export type PriceChartingDbSet = {
87
87
  id: string
88
88
  consoleName: string
89
+ releaseDate: string
89
90
  }