opticedge-cloud-utils 1.0.27 → 1.0.28

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.
@@ -35,6 +35,7 @@ export type Card = {
35
35
  edge_grading: number;
36
36
  frontImage: string;
37
37
  frontImageUncropped: string;
38
+ gifUrl?: string;
38
39
  gradeDate: number;
39
40
  grading: number;
40
41
  grading_confidence: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opticedge-cloud-utils",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "Common utilities for cloud functions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/types/card.ts CHANGED
@@ -37,6 +37,7 @@ export type Card = {
37
37
  edge_grading: number
38
38
  frontImage: string
39
39
  frontImageUncropped: string
40
+ gifUrl?: string
40
41
  gradeDate: number
41
42
  grading: number
42
43
  grading_confidence: number