@everipedia/iq-utils 0.0.13 → 0.0.14

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.
@@ -23,7 +23,7 @@ export interface Image {
23
23
  type: string;
24
24
  }
25
25
  export declare enum MediaType {
26
- DEFAULT = "GALLERY",
26
+ GALLERY = "GALLERY",
27
27
  ICON = "ICON"
28
28
  }
29
29
  export declare enum MediaSource {
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.whiteListedLinkNames = exports.whiteListedDomains = exports.LinkedWikiKey = exports.Languages = exports.LanguagesISOEnum = exports.EditSpecificMetaIds = exports.ValidatorCodes = exports.WikiPossibleSocialsList = exports.CommonMetaIds = exports.CreateNewWikiSlug = exports.EditorContentOverride = exports.MediaSource = exports.MediaType = void 0;
4
4
  var MediaType;
5
5
  (function (MediaType) {
6
- MediaType["DEFAULT"] = "GALLERY";
6
+ MediaType["GALLERY"] = "GALLERY";
7
7
  MediaType["ICON"] = "ICON";
8
8
  })(MediaType = exports.MediaType || (exports.MediaType = {}));
9
9
  var MediaSource;
@@ -23,7 +23,7 @@ export interface Image {
23
23
  type: string;
24
24
  }
25
25
  export declare enum MediaType {
26
- DEFAULT = "GALLERY",
26
+ GALLERY = "GALLERY",
27
27
  ICON = "ICON"
28
28
  }
29
29
  export declare enum MediaSource {
@@ -1,6 +1,6 @@
1
1
  export var MediaType;
2
2
  (function (MediaType) {
3
- MediaType["DEFAULT"] = "GALLERY";
3
+ MediaType["GALLERY"] = "GALLERY";
4
4
  MediaType["ICON"] = "ICON";
5
5
  })(MediaType || (MediaType = {}));
6
6
  export var MediaSource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everipedia/iq-utils",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Common utility library for IQ projects",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",