gleap 14.8.4 → 14.8.7

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/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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gleap",
3
- "version": "14.8.4",
3
+ "version": "14.8.7",
4
4
  "main": "build/cjs/index.js",
5
5
  "module": "build/esm/index.mjs",
6
6
  "exports": {