opticedge-types 1.0.71 → 1.0.73

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.
@@ -1,3 +1,4 @@
1
1
  import { CardGradingType } from '../enums/card';
2
2
  export declare const ON_DEMAND_ELIGIBLE_GRADING_TYPES: CardGradingType[];
3
3
  export declare const POST_GRADING_ELIGIBLE_GRADING_TYPES: CardGradingType[];
4
+ export declare const PENDING_GRADING = -1;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.POST_GRADING_ELIGIBLE_GRADING_TYPES = exports.ON_DEMAND_ELIGIBLE_GRADING_TYPES = void 0;
3
+ exports.PENDING_GRADING = exports.POST_GRADING_ELIGIBLE_GRADING_TYPES = exports.ON_DEMAND_ELIGIBLE_GRADING_TYPES = void 0;
4
4
  const card_1 = require("../enums/card");
5
5
  exports.ON_DEMAND_ELIGIBLE_GRADING_TYPES = [
6
6
  card_1.CardGradingType.DEEP_2024,
@@ -13,3 +13,4 @@ exports.POST_GRADING_ELIGIBLE_GRADING_TYPES = [
13
13
  card_1.CardGradingType.INSTANT,
14
14
  card_1.CardGradingType.DEEP_INSTANT
15
15
  ];
16
+ exports.PENDING_GRADING = -1;
@@ -75,7 +75,6 @@ export type PriceChartingApiCard = {
75
75
  text?: string;
76
76
  };
77
77
  export type PriceChartingDbSet = {
78
- id: string;
79
78
  type: CardType;
80
79
  consoleName: string;
81
80
  releaseDate?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opticedge-types",
3
- "version": "1.0.71",
3
+ "version": "1.0.73",
4
4
  "description": "Common type for opticedge",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,3 +12,5 @@ export const POST_GRADING_ELIGIBLE_GRADING_TYPES: CardGradingType[] = [
12
12
  CardGradingType.INSTANT,
13
13
  CardGradingType.DEEP_INSTANT
14
14
  ]
15
+
16
+ export const PENDING_GRADING = -1
@@ -84,7 +84,6 @@ export type PriceChartingApiCard = {
84
84
  }
85
85
 
86
86
  export type PriceChartingDbSet = {
87
- id: string
88
87
  type: CardType
89
88
  consoleName: string
90
89
  releaseDate?: string