@jealous-robot-dev/shared-types-responses 1.20.23 → 1.20.24

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.
@@ -113,6 +113,7 @@ export declare enum ProfileInfoFiels {
113
113
  ABOUT = "about",
114
114
  LANGS = "languagesSpoken"
115
115
  }
116
+ export declare const PIFListed: ProfileInfoFiels[];
116
117
  export declare enum ProfileShowResponses {
117
118
  FOUND = "FOUND",
118
119
  NOT_FOUND = "NOT_FOUND",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ProfileShowResponses = exports.ProfileInfoFiels = void 0;
3
+ exports.ProfileShowResponses = exports.PIFListed = exports.ProfileInfoFiels = void 0;
4
4
  var ProfileInfoFiels;
5
5
  (function (ProfileInfoFiels) {
6
6
  ProfileInfoFiels["TWTR_USERNAME"] = "twitterUsername";
@@ -9,6 +9,10 @@ var ProfileInfoFiels;
9
9
  ProfileInfoFiels["ABOUT"] = "about";
10
10
  ProfileInfoFiels["LANGS"] = "languagesSpoken";
11
11
  })(ProfileInfoFiels = exports.ProfileInfoFiels || (exports.ProfileInfoFiels = {}));
12
+ exports.PIFListed = [
13
+ ProfileInfoFiels.TWTR_USERNAME, ProfileInfoFiels.LOCATION,
14
+ ProfileInfoFiels.ABOUT, ProfileInfoFiels.WEBSITE, ProfileInfoFiels.LANGS
15
+ ];
12
16
  var ProfileShowResponses;
13
17
  (function (ProfileShowResponses) {
14
18
  ProfileShowResponses["FOUND"] = "FOUND";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.20.23",
3
+ "version": "1.20.24",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",