gleap 14.8.3 → 14.8.6
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/browser/index.js +1 -1
- package/build/browser/index.js.map +1 -1
- package/build/cjs/index.js +1 -1
- package/build/cjs/index.js.map +1 -1
- package/build/esm/index.mjs +1 -1
- package/build/esm/index.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -118,6 +118,7 @@ export namespace Gleap {
|
|
|
118
118
|
sla?: number | null;
|
|
119
119
|
plan?: string | null;
|
|
120
120
|
customData?: object | null;
|
|
121
|
+
avatar?: string | null;
|
|
121
122
|
createdAt?: Date | null;
|
|
122
123
|
},
|
|
123
124
|
userHash?: string
|
|
@@ -132,6 +133,7 @@ export namespace Gleap {
|
|
|
132
133
|
companyName?: string | null;
|
|
133
134
|
sla?: number | null;
|
|
134
135
|
plan?: string | null;
|
|
136
|
+
avatar?: string | null;
|
|
135
137
|
customData?: object | null;
|
|
136
138
|
}
|
|
137
139
|
): void;
|