UNPKG

@amplitude/unified

Version:

Official Amplitude SDK for Web analytics, experiment, session replay, and more.

14 lines 3.44 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Identify = exports.Revenue = exports.Types = exports.track = exports.setUserId = exports.setTransport = exports.setSessionId = exports.setOptOut = exports.setIdentity = exports.setGroup = exports.setDeviceId = exports.revenue = exports.reset = exports.remove = exports.logEvent = exports.identify = exports.groupIdentify = exports.getUserId = exports.getSessionId = exports.getOptOut = exports.getIdentity = exports.getDeviceId = exports.flush = exports.extendSession = exports.add = exports.sessionReplay = exports.experiment = exports.initAll = exports._enableRequestBodyCompressionExperimental = exports._setDiagnosticsSampleRate = exports.createInstance = void 0; var tslib_1 = require("tslib"); /* eslint-disable @typescript-eslint/unbound-method */ var unified_client_factory_1 = tslib_1.__importDefault(require("./unified-client-factory")); var unified_client_factory_2 = require("./unified-client-factory"); Object.defineProperty(exports, "createInstance", { enumerable: true, get: function () { return unified_client_factory_2.createInstance; } }); exports._setDiagnosticsSampleRate = unified_client_factory_1.default._setDiagnosticsSampleRate, exports._enableRequestBodyCompressionExperimental = unified_client_factory_1.default._enableRequestBodyCompressionExperimental, exports.initAll = unified_client_factory_1.default.initAll, exports.experiment = unified_client_factory_1.default.experiment, exports.sessionReplay = unified_client_factory_1.default.sessionReplay, exports.add = unified_client_factory_1.default.add, exports.extendSession = unified_client_factory_1.default.extendSession, exports.flush = unified_client_factory_1.default.flush, exports.getDeviceId = unified_client_factory_1.default.getDeviceId, exports.getIdentity = unified_client_factory_1.default.getIdentity, exports.getOptOut = unified_client_factory_1.default.getOptOut, exports.getSessionId = unified_client_factory_1.default.getSessionId, exports.getUserId = unified_client_factory_1.default.getUserId, exports.groupIdentify = unified_client_factory_1.default.groupIdentify, exports.identify = unified_client_factory_1.default.identify, exports.logEvent = unified_client_factory_1.default.logEvent, exports.remove = unified_client_factory_1.default.remove, exports.reset = unified_client_factory_1.default.reset, exports.revenue = unified_client_factory_1.default.revenue, exports.setDeviceId = unified_client_factory_1.default.setDeviceId, exports.setGroup = unified_client_factory_1.default.setGroup, exports.setIdentity = unified_client_factory_1.default.setIdentity, exports.setOptOut = unified_client_factory_1.default.setOptOut, exports.setSessionId = unified_client_factory_1.default.setSessionId, exports.setTransport = unified_client_factory_1.default.setTransport, exports.setUserId = unified_client_factory_1.default.setUserId, exports.track = unified_client_factory_1.default.track; var analytics_browser_1 = require("@amplitude/analytics-browser"); Object.defineProperty(exports, "Types", { enumerable: true, get: function () { return analytics_browser_1.Types; } }); Object.defineProperty(exports, "Revenue", { enumerable: true, get: function () { return analytics_browser_1.Revenue; } }); Object.defineProperty(exports, "Identify", { enumerable: true, get: function () { return analytics_browser_1.Identify; } }); //# sourceMappingURL=index.js.map