drapcode-constant 1.3.7 → 1.3.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -52,6 +52,8 @@ export declare const pluginCode: {
52
52
  LOAN_MANAGEMENT: string;
53
53
  OAUTH_2: string;
54
54
  DATA_VIEW_ACTIVITY_TRACKER: string;
55
+ FACEBOOK_LOGIN: string;
56
+ TWITTER_LOGIN: string;
55
57
  };
56
58
  export declare const loginPluginCode: string[];
57
59
  export declare const chatGptModels: {
@@ -55,6 +55,8 @@ exports.pluginCode = {
55
55
  LOAN_MANAGEMENT: "LOAN_MANAGEMENT",
56
56
  OAUTH_2: "OAUTH_2",
57
57
  DATA_VIEW_ACTIVITY_TRACKER: "DATA_VIEW_ACTIVITY_TRACKER",
58
+ FACEBOOK_LOGIN: "FACEBOOK_LOGIN",
59
+ TWITTER_LOGIN: "TWITTER_LOGIN",
58
60
  };
59
61
  exports.loginPluginCode = [
60
62
  exports.pluginCode.LOGIN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",