drapcode-constant 1.2.1 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -106,6 +106,7 @@ exports.primaryBodyJS = __spreadArray(__spreadArray([
106
106
  "coloris.min.js",
107
107
  ]), true), [
108
108
  "<script type=\"text/javascript\" src=\"".concat((0, exports.getAssetLink)("intl-tel-input/intlTelInput-jquery.min.js"), "\"></script>"),
109
+ "<script type=\"text/javascript\" src=\"".concat((0, exports.getAssetLink)("intl-tel-input/utils.js"), "\"></script>"),
109
110
  '<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/apexcharts"></script>',
110
111
  '<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js"></script>',
111
112
  '<script type="text/javascript" src="https://unpkg.com/dropzone@5/dist/min/dropzone.min.js"></script>',
@@ -13,11 +13,6 @@ export declare const pluginCode: {
13
13
  CALENDLY: string;
14
14
  LANDBOT: string;
15
15
  STRIPE: string;
16
- FACEBOOK_LOGIN: string;
17
- GOOGLE_LOGIN: string;
18
- GITHUB_LOGIN: string;
19
- TWITTER_LOGIN: string;
20
- LINKEDIN_LOGIN: string;
21
16
  ATOM_CHAT: string;
22
17
  SNIPCART: string;
23
18
  LOGIN: string;
@@ -48,6 +43,7 @@ export declare const pluginCode: {
48
43
  DATA_FORM_SEARCH_HISTORY: string;
49
44
  CHATGPT_CHATBOT_MESSAGING: string;
50
45
  TWO_FACTOR_AUTHENTICATION: string;
46
+ IMAGINE_PAY: string;
51
47
  };
52
48
  export declare const loginPluginCode: string[];
53
49
  export declare const chatGptModels: {
@@ -16,11 +16,6 @@ exports.pluginCode = {
16
16
  CALENDLY: "CALENDLY",
17
17
  LANDBOT: "LANDBOT",
18
18
  STRIPE: "STRIPE",
19
- FACEBOOK_LOGIN: "FACEBOOK_LOGIN",
20
- GOOGLE_LOGIN: "GOOGLE_LOGIN",
21
- GITHUB_LOGIN: "GITHUB_LOGIN",
22
- TWITTER_LOGIN: "TWITTER_LOGIN",
23
- LINKEDIN_LOGIN: "LINKEDIN_LOGIN",
24
19
  ATOM_CHAT: "ATOM_CHAT",
25
20
  SNIPCART: "SNIPCART",
26
21
  LOGIN: "LOGIN",
@@ -51,6 +46,7 @@ exports.pluginCode = {
51
46
  DATA_FORM_SEARCH_HISTORY: "DATA_FORM_SEARCH_HISTORY",
52
47
  CHATGPT_CHATBOT_MESSAGING: "CHATGPT_CHATBOT_MESSAGING",
53
48
  TWO_FACTOR_AUTHENTICATION: "TWO_FACTOR_AUTHENTICATION",
49
+ IMAGINE_PAY: "IMAGINE_PAY",
54
50
  };
55
51
  exports.loginPluginCode = [
56
52
  exports.pluginCode.LOGIN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",