@jealous-robot-dev/shared-types-responses 1.18.24 → 1.18.25

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.
@@ -5,6 +5,7 @@ export declare enum AuthenticationProviders {
5
5
  EMAIL = "email",
6
6
  LINKEDIN = "linkedin"
7
7
  }
8
+ export declare const AuthInstrumentsList: string[];
8
9
  export declare enum AuthID {
9
10
  EMAIL = "email",
10
11
  USERNAME = "username"
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PositiveAuthResponse = exports.AUTH_ID_TYPE = exports.AuthenticationWindows = exports.AuthID = exports.AuthenticationProviders = void 0;
3
+ exports.PositiveAuthResponse = exports.AUTH_ID_TYPE = exports.AuthenticationWindows = exports.AuthID = exports.AuthInstrumentsList = exports.AuthenticationProviders = void 0;
4
4
  var AuthenticationProviders;
5
5
  (function (AuthenticationProviders) {
6
6
  AuthenticationProviders["GOOGLE"] = "google";
@@ -8,6 +8,7 @@ var AuthenticationProviders;
8
8
  AuthenticationProviders["EMAIL"] = "email";
9
9
  AuthenticationProviders["LINKEDIN"] = "linkedin";
10
10
  })(AuthenticationProviders = exports.AuthenticationProviders || (exports.AuthenticationProviders = {}));
11
+ exports.AuthInstrumentsList = ['google', 'facebook', 'email', 'linkedin'];
11
12
  var AuthID;
12
13
  (function (AuthID) {
13
14
  AuthID["EMAIL"] = "email";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.18.24",
3
+ "version": "1.18.25",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",