@exclusive-website/types 2.4.3 → 2.4.4

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.
@@ -237,10 +237,8 @@ export declare enum PricingCategory {
237
237
  FEATURED_REGION = "FEATURED_REGION"
238
238
  }
239
239
  export declare enum StateOfListing {
240
- PENDING = "PENDING",
241
240
  PUBLISHED = "PUBLISHED",
242
- UNPUBLISHED = "UNPUBLISHED",
243
- DISCARDED = "DISCARDED"
241
+ UNPUBLISHED = "UNPUBLISHED"
244
242
  }
245
243
  export declare enum ApprovedState {
246
244
  ON_VERIFY = "ON_VERIFY",
@@ -282,10 +282,8 @@ var PricingCategory;
282
282
  })(PricingCategory = exports.PricingCategory || (exports.PricingCategory = {}));
283
283
  var StateOfListing;
284
284
  (function (StateOfListing) {
285
- StateOfListing["PENDING"] = "PENDING";
286
285
  StateOfListing["PUBLISHED"] = "PUBLISHED";
287
286
  StateOfListing["UNPUBLISHED"] = "UNPUBLISHED";
288
- StateOfListing["DISCARDED"] = "DISCARDED";
289
287
  })(StateOfListing = exports.StateOfListing || (exports.StateOfListing = {}));
290
288
  var ApprovedState;
291
289
  (function (ApprovedState) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exclusive-website/types",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
4
4
  "description": "A collection of shared types (DTOs and DBEs) for the organization",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -286,10 +286,8 @@ export enum PricingCategory {
286
286
  }
287
287
 
288
288
  export enum StateOfListing {
289
- PENDING = "PENDING",
290
289
  PUBLISHED = "PUBLISHED",
291
290
  UNPUBLISHED = "UNPUBLISHED",
292
- DISCARDED = "DISCARDED",
293
291
  }
294
292
 
295
293
  export enum ApprovedState {