@usermaven/sdk-js 1.0.3 → 1.0.4

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.
@@ -1719,8 +1719,8 @@ class SessionIdManager {
1719
1719
 
1720
1720
  var VERSION_INFO = {
1721
1721
  env: 'production',
1722
- date: '2022-02-08T08:25:18.822Z',
1723
- version: '1.0.3'
1722
+ date: '2022-02-18T12:44:44.465Z',
1723
+ version: '1.0.4'
1724
1724
  };
1725
1725
  var USERMAVEN_VERSION = "".concat(VERSION_INFO.version, "/").concat(VERSION_INFO.env, "@").concat(VERSION_INFO.date);
1726
1726
  var beaconTransport = function (url, json) {
@@ -213,6 +213,7 @@ export type UsermavenOptions = {
213
213
  export interface CompanyProps {
214
214
  id: string; // Company ID
215
215
  name: string; // Company Name
216
+ created_at: string; // Company creation date
216
217
  custom: any; // Optional attributes such as industry, website, employee count etc.
217
218
  }
218
219
 
@@ -1715,8 +1715,8 @@ class SessionIdManager {
1715
1715
 
1716
1716
  var VERSION_INFO = {
1717
1717
  env: 'production',
1718
- date: '2022-02-08T08:25:18.822Z',
1719
- version: '1.0.3'
1718
+ date: '2022-02-18T12:44:44.465Z',
1719
+ version: '1.0.4'
1720
1720
  };
1721
1721
  var USERMAVEN_VERSION = "".concat(VERSION_INFO.version, "/").concat(VERSION_INFO.env, "@").concat(VERSION_INFO.date);
1722
1722
  var beaconTransport = function (url, json) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usermaven/sdk-js",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Usermaven JavaScript SDK.",
5
5
  "main": "dist/npm/usermaven.cjs.js",
6
6
  "module": "dist/npm/dist/usermaven.esm.js",