gleap 13.2.3 → 13.2.5
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.
- package/build/index.js +1 -1
- package/index.d.ts +0 -15
- package/package.json +3 -2
package/index.d.ts
CHANGED
|
@@ -103,21 +103,6 @@ export namespace Gleap {
|
|
|
103
103
|
},
|
|
104
104
|
userHash?: string
|
|
105
105
|
): void;
|
|
106
|
-
function identifyContact(
|
|
107
|
-
userId: string,
|
|
108
|
-
customerData: {
|
|
109
|
-
name?: string;
|
|
110
|
-
email?: string;
|
|
111
|
-
phone?: string;
|
|
112
|
-
value?: number;
|
|
113
|
-
companyId?: string;
|
|
114
|
-
companyName?: string;
|
|
115
|
-
plan?: string;
|
|
116
|
-
customData?: object;
|
|
117
|
-
createdAt?: Date;
|
|
118
|
-
},
|
|
119
|
-
userHash?: string
|
|
120
|
-
): void;
|
|
121
106
|
function updateContact(
|
|
122
107
|
customerData: {
|
|
123
108
|
name?: string;
|
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gleap",
|
|
3
|
-
"version": "13.2.
|
|
3
|
+
"version": "13.2.5",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "webpack serve",
|
|
7
7
|
"build": "webpack",
|
|
8
8
|
"test": "jest",
|
|
9
9
|
"prepare": "npm run build",
|
|
10
|
-
"trypublish": "npm publish || true"
|
|
10
|
+
"trypublish": "npm publish || true",
|
|
11
|
+
"deploy": "curl -X POST \"https://api.cloudflare.com/client/v4/pages/webhooks/deploy_hooks/e1f9e34c-3bc4-4e63-8c58-54ea6a9bc2a7\""
|
|
11
12
|
},
|
|
12
13
|
"repository": {
|
|
13
14
|
"type": "git",
|