drapcode-constant 1.4.2 → 1.4.3

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