autotel-subscribers 16.0.0 → 17.0.0
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/dist/amplitude.cjs +64 -64
- package/dist/amplitude.cjs.map +1 -1
- package/dist/amplitude.js +64 -64
- package/dist/amplitude.js.map +1 -1
- package/dist/factories.cjs +1105 -423
- package/dist/factories.cjs.map +1 -1
- package/dist/factories.js +1105 -423
- package/dist/factories.js.map +1 -1
- package/dist/index.cjs +1105 -423
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1105 -423
- package/dist/index.js.map +1 -1
- package/dist/mixpanel.cjs +686 -130
- package/dist/mixpanel.cjs.map +1 -1
- package/dist/mixpanel.js +686 -130
- package/dist/mixpanel.js.map +1 -1
- package/dist/posthog.cjs +352 -226
- package/dist/posthog.cjs.map +1 -1
- package/dist/posthog.js +352 -226
- package/dist/posthog.js.map +1 -1
- package/package.json +14 -14
- package/src/segment.test.ts +1 -0
package/dist/amplitude.cjs
CHANGED
|
@@ -212,10 +212,10 @@ var init_tslib_es6 = __esm({
|
|
|
212
212
|
}
|
|
213
213
|
});
|
|
214
214
|
|
|
215
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
215
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js
|
|
216
216
|
var IdentifyOperation, SpecialEventType;
|
|
217
217
|
var init_event = __esm({
|
|
218
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
218
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js"() {
|
|
219
219
|
(function(IdentifyOperation3) {
|
|
220
220
|
IdentifyOperation3["SET"] = "$set";
|
|
221
221
|
IdentifyOperation3["SET_ONCE"] = "$setOnce";
|
|
@@ -236,10 +236,10 @@ var init_event = __esm({
|
|
|
236
236
|
}
|
|
237
237
|
});
|
|
238
238
|
|
|
239
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
239
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js
|
|
240
240
|
var UNSET_VALUE, AMPLITUDE_PREFIX, STORAGE_PREFIX, DEFAULT_INSTANCE_NAME, AMPLITUDE_SERVER_URL, EU_AMPLITUDE_SERVER_URL, AMPLITUDE_BATCH_SERVER_URL, EU_AMPLITUDE_BATCH_SERVER_URL;
|
|
241
241
|
var init_constants = __esm({
|
|
242
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
242
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js"() {
|
|
243
243
|
UNSET_VALUE = "-";
|
|
244
244
|
AMPLITUDE_PREFIX = "AMP";
|
|
245
245
|
STORAGE_PREFIX = "".concat(AMPLITUDE_PREFIX, "_unsent");
|
|
@@ -251,10 +251,10 @@ var init_constants = __esm({
|
|
|
251
251
|
}
|
|
252
252
|
});
|
|
253
253
|
|
|
254
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
254
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js
|
|
255
255
|
var MAX_PROPERTY_KEYS, isValidObject, isValidProperties;
|
|
256
256
|
var init_valid_properties = __esm({
|
|
257
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
257
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js"() {
|
|
258
258
|
init_tslib_es6();
|
|
259
259
|
MAX_PROPERTY_KEYS = 1e3;
|
|
260
260
|
isValidObject = function(properties) {
|
|
@@ -309,10 +309,10 @@ var init_valid_properties = __esm({
|
|
|
309
309
|
}
|
|
310
310
|
});
|
|
311
311
|
|
|
312
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
312
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/identify.js
|
|
313
313
|
var Identify, IdentifyOperation2, OrderedIdentifyOperations;
|
|
314
314
|
var init_identify = __esm({
|
|
315
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
315
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/identify.js"() {
|
|
316
316
|
init_tslib_es6();
|
|
317
317
|
init_constants();
|
|
318
318
|
init_valid_properties();
|
|
@@ -423,10 +423,10 @@ var init_identify = __esm({
|
|
|
423
423
|
}
|
|
424
424
|
});
|
|
425
425
|
|
|
426
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
426
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js
|
|
427
427
|
var SUCCESS_MESSAGE, UNEXPECTED_ERROR_MESSAGE, MAX_RETRIES_EXCEEDED_MESSAGE, OPT_OUT_MESSAGE, MISSING_API_KEY_MESSAGE, INVALID_API_KEY, CLIENT_NOT_INITIALIZED;
|
|
428
428
|
var init_messages = __esm({
|
|
429
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
429
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js"() {
|
|
430
430
|
SUCCESS_MESSAGE = "Event tracked successfully";
|
|
431
431
|
UNEXPECTED_ERROR_MESSAGE = "Unexpected error occurred";
|
|
432
432
|
MAX_RETRIES_EXCEEDED_MESSAGE = "Event rejected due to exceeded retry count";
|
|
@@ -437,10 +437,10 @@ var init_messages = __esm({
|
|
|
437
437
|
}
|
|
438
438
|
});
|
|
439
439
|
|
|
440
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
440
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/status.js
|
|
441
441
|
var Status;
|
|
442
442
|
var init_status = __esm({
|
|
443
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
443
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/status.js"() {
|
|
444
444
|
(function(Status2) {
|
|
445
445
|
Status2["Unknown"] = "unknown";
|
|
446
446
|
Status2["Skipped"] = "skipped";
|
|
@@ -455,10 +455,10 @@ var init_status = __esm({
|
|
|
455
455
|
}
|
|
456
456
|
});
|
|
457
457
|
|
|
458
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
458
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js
|
|
459
459
|
var buildResult;
|
|
460
460
|
var init_result_builder = __esm({
|
|
461
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
461
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js"() {
|
|
462
462
|
init_status();
|
|
463
463
|
buildResult = function(event, code, message) {
|
|
464
464
|
if (code === void 0) {
|
|
@@ -472,10 +472,10 @@ var init_result_builder = __esm({
|
|
|
472
472
|
}
|
|
473
473
|
});
|
|
474
474
|
|
|
475
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
475
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js
|
|
476
476
|
var getGlobalScope;
|
|
477
477
|
var init_global_scope = __esm({
|
|
478
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
478
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js"() {
|
|
479
479
|
getGlobalScope = function() {
|
|
480
480
|
var ampIntegrationContextName = "ampIntegrationContext";
|
|
481
481
|
if (typeof globalThis !== "undefined" && typeof globalThis[ampIntegrationContextName] !== "undefined") {
|
|
@@ -498,10 +498,10 @@ var init_global_scope = __esm({
|
|
|
498
498
|
}
|
|
499
499
|
});
|
|
500
500
|
|
|
501
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
501
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js
|
|
502
502
|
var legacyUUID, hex, UUID;
|
|
503
503
|
var init_uuid = __esm({
|
|
504
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
504
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js"() {
|
|
505
505
|
init_tslib_es6();
|
|
506
506
|
init_global_scope();
|
|
507
507
|
legacyUUID = function(a) {
|
|
@@ -545,10 +545,10 @@ var init_uuid = __esm({
|
|
|
545
545
|
}
|
|
546
546
|
});
|
|
547
547
|
|
|
548
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
548
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js
|
|
549
549
|
var Timeline;
|
|
550
550
|
var init_timeline = __esm({
|
|
551
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
551
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js"() {
|
|
552
552
|
init_tslib_es6();
|
|
553
553
|
init_result_builder();
|
|
554
554
|
init_uuid();
|
|
@@ -850,10 +850,10 @@ var init_timeline = __esm({
|
|
|
850
850
|
}
|
|
851
851
|
});
|
|
852
852
|
|
|
853
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
853
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js
|
|
854
854
|
var createTrackEvent, createIdentifyEvent, createGroupIdentifyEvent, createGroupEvent, createRevenueEvent;
|
|
855
855
|
var init_event_builder = __esm({
|
|
856
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
856
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js"() {
|
|
857
857
|
init_tslib_es6();
|
|
858
858
|
init_identify();
|
|
859
859
|
init_event();
|
|
@@ -883,10 +883,10 @@ var init_event_builder = __esm({
|
|
|
883
883
|
}
|
|
884
884
|
});
|
|
885
885
|
|
|
886
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
886
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js
|
|
887
887
|
var returnWrapper;
|
|
888
888
|
var init_return_wrapper = __esm({
|
|
889
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
889
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js"() {
|
|
890
890
|
returnWrapper = function(awaitable) {
|
|
891
891
|
return {
|
|
892
892
|
promise: awaitable || Promise.resolve()
|
|
@@ -895,10 +895,10 @@ var init_return_wrapper = __esm({
|
|
|
895
895
|
}
|
|
896
896
|
});
|
|
897
897
|
|
|
898
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
898
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js
|
|
899
899
|
var AmplitudeCore;
|
|
900
900
|
var init_core_client = __esm({
|
|
901
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
901
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js"() {
|
|
902
902
|
init_tslib_es6();
|
|
903
903
|
init_event();
|
|
904
904
|
init_identify();
|
|
@@ -1166,10 +1166,10 @@ var init_core_client = __esm({
|
|
|
1166
1166
|
}
|
|
1167
1167
|
});
|
|
1168
1168
|
|
|
1169
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1169
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js
|
|
1170
1170
|
var Revenue, RevenueProperty;
|
|
1171
1171
|
var init_revenue = __esm({
|
|
1172
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1172
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js"() {
|
|
1173
1173
|
init_tslib_es6();
|
|
1174
1174
|
init_valid_properties();
|
|
1175
1175
|
Revenue = /** @class */
|
|
@@ -1246,10 +1246,10 @@ var init_revenue = __esm({
|
|
|
1246
1246
|
}
|
|
1247
1247
|
});
|
|
1248
1248
|
|
|
1249
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1249
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js
|
|
1250
1250
|
var chunk;
|
|
1251
1251
|
var init_chunk = __esm({
|
|
1252
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1252
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js"() {
|
|
1253
1253
|
chunk = function(arr, size) {
|
|
1254
1254
|
var chunkSize = Math.max(size, 1);
|
|
1255
1255
|
return arr.reduce(function(chunks, element, index) {
|
|
@@ -1264,10 +1264,10 @@ var init_chunk = __esm({
|
|
|
1264
1264
|
}
|
|
1265
1265
|
});
|
|
1266
1266
|
|
|
1267
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1267
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js
|
|
1268
1268
|
var LogLevel;
|
|
1269
1269
|
var init_loglevel = __esm({
|
|
1270
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1270
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js"() {
|
|
1271
1271
|
(function(LogLevel2) {
|
|
1272
1272
|
LogLevel2[LogLevel2["None"] = 0] = "None";
|
|
1273
1273
|
LogLevel2[LogLevel2["Error"] = 1] = "Error";
|
|
@@ -1278,10 +1278,10 @@ var init_loglevel = __esm({
|
|
|
1278
1278
|
}
|
|
1279
1279
|
});
|
|
1280
1280
|
|
|
1281
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1281
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js
|
|
1282
1282
|
var PREFIX, Logger;
|
|
1283
1283
|
var init_logger = __esm({
|
|
1284
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1284
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js"() {
|
|
1285
1285
|
init_loglevel();
|
|
1286
1286
|
PREFIX = "Amplitude Logger ";
|
|
1287
1287
|
Logger = /** @class */
|
|
@@ -1343,10 +1343,10 @@ var init_logger = __esm({
|
|
|
1343
1343
|
}
|
|
1344
1344
|
});
|
|
1345
1345
|
|
|
1346
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1346
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/config.js
|
|
1347
1347
|
var getDefaultConfig, Config, getServerUrl, createServerConfig, RequestMetadata;
|
|
1348
1348
|
var init_config = __esm({
|
|
1349
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1349
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/config.js"() {
|
|
1350
1350
|
init_constants();
|
|
1351
1351
|
init_logger();
|
|
1352
1352
|
init_loglevel();
|
|
@@ -1447,19 +1447,19 @@ var init_config = __esm({
|
|
|
1447
1447
|
}
|
|
1448
1448
|
});
|
|
1449
1449
|
|
|
1450
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1450
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js
|
|
1451
1451
|
function isSuccessStatusCode(code) {
|
|
1452
1452
|
return code >= 200 && code < 300;
|
|
1453
1453
|
}
|
|
1454
1454
|
var init_status_code = __esm({
|
|
1455
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1455
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js"() {
|
|
1456
1456
|
}
|
|
1457
1457
|
});
|
|
1458
1458
|
|
|
1459
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1459
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js
|
|
1460
1460
|
var getStacktrace, getClientLogConfig, getValueByStringPath, getClientStates, debugWrapper;
|
|
1461
1461
|
var init_debug = __esm({
|
|
1462
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1462
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js"() {
|
|
1463
1463
|
init_tslib_es6();
|
|
1464
1464
|
init_loglevel();
|
|
1465
1465
|
getStacktrace = function(ignoreDepth) {
|
|
@@ -1577,7 +1577,7 @@ var init_debug = __esm({
|
|
|
1577
1577
|
}
|
|
1578
1578
|
});
|
|
1579
1579
|
|
|
1580
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1580
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js
|
|
1581
1581
|
function getErrorMessage(error) {
|
|
1582
1582
|
if (error instanceof Error)
|
|
1583
1583
|
return error.message;
|
|
@@ -1595,7 +1595,7 @@ function getResponseBodyString(res) {
|
|
|
1595
1595
|
}
|
|
1596
1596
|
var Destination;
|
|
1597
1597
|
var init_destination = __esm({
|
|
1598
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1598
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js"() {
|
|
1599
1599
|
init_tslib_es6();
|
|
1600
1600
|
init_status();
|
|
1601
1601
|
init_messages();
|
|
@@ -1986,10 +1986,10 @@ var init_destination = __esm({
|
|
|
1986
1986
|
}
|
|
1987
1987
|
});
|
|
1988
1988
|
|
|
1989
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1989
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js
|
|
1990
1990
|
var BaseTransport;
|
|
1991
1991
|
var init_base = __esm({
|
|
1992
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1992
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js"() {
|
|
1993
1993
|
init_status();
|
|
1994
1994
|
init_status_code();
|
|
1995
1995
|
BaseTransport = /** @class */
|
|
@@ -2091,10 +2091,10 @@ var init_base = __esm({
|
|
|
2091
2091
|
}
|
|
2092
2092
|
});
|
|
2093
2093
|
|
|
2094
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2094
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js
|
|
2095
2095
|
var ServerZone;
|
|
2096
2096
|
var init_server_zone = __esm({
|
|
2097
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2097
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js"() {
|
|
2098
2098
|
(function(ServerZone2) {
|
|
2099
2099
|
ServerZone2["US"] = "US";
|
|
2100
2100
|
ServerZone2["EU"] = "EU";
|
|
@@ -2103,17 +2103,17 @@ var init_server_zone = __esm({
|
|
|
2103
2103
|
}
|
|
2104
2104
|
});
|
|
2105
2105
|
|
|
2106
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2106
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js
|
|
2107
2107
|
var OfflineDisabled;
|
|
2108
2108
|
var init_offline = __esm({
|
|
2109
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2109
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js"() {
|
|
2110
2110
|
OfflineDisabled = null;
|
|
2111
2111
|
}
|
|
2112
2112
|
});
|
|
2113
2113
|
|
|
2114
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2114
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/index.js
|
|
2115
2115
|
var init_esm = __esm({
|
|
2116
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2116
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/index.js"() {
|
|
2117
2117
|
init_core_client();
|
|
2118
2118
|
init_identify();
|
|
2119
2119
|
init_revenue();
|
|
@@ -2130,18 +2130,18 @@ var init_esm = __esm({
|
|
|
2130
2130
|
}
|
|
2131
2131
|
});
|
|
2132
2132
|
|
|
2133
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2133
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/version.js
|
|
2134
2134
|
var VERSION;
|
|
2135
2135
|
var init_version = __esm({
|
|
2136
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2137
|
-
VERSION = "1.5.
|
|
2136
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/version.js"() {
|
|
2137
|
+
VERSION = "1.5.32";
|
|
2138
2138
|
}
|
|
2139
2139
|
});
|
|
2140
2140
|
|
|
2141
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2141
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js
|
|
2142
2142
|
var Context;
|
|
2143
2143
|
var init_context = __esm({
|
|
2144
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2144
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js"() {
|
|
2145
2145
|
init_tslib_es6();
|
|
2146
2146
|
init_esm();
|
|
2147
2147
|
init_version();
|
|
@@ -2176,7 +2176,7 @@ var init_context = __esm({
|
|
|
2176
2176
|
});
|
|
2177
2177
|
var Http;
|
|
2178
2178
|
var init_http = __esm({
|
|
2179
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2179
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/transports/http.js"() {
|
|
2180
2180
|
init_tslib_es6();
|
|
2181
2181
|
init_esm();
|
|
2182
2182
|
Http = /** @class */
|
|
@@ -2238,10 +2238,10 @@ var init_http = __esm({
|
|
|
2238
2238
|
}
|
|
2239
2239
|
});
|
|
2240
2240
|
|
|
2241
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2241
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/config.js
|
|
2242
2242
|
var NodeConfig, useNodeConfig;
|
|
2243
2243
|
var init_config2 = __esm({
|
|
2244
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2244
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/config.js"() {
|
|
2245
2245
|
init_tslib_es6();
|
|
2246
2246
|
init_esm();
|
|
2247
2247
|
init_http();
|
|
@@ -2259,10 +2259,10 @@ var init_config2 = __esm({
|
|
|
2259
2259
|
}
|
|
2260
2260
|
});
|
|
2261
2261
|
|
|
2262
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2262
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/node-client.js
|
|
2263
2263
|
var AmplitudeNode, createInstance, node_client_default;
|
|
2264
2264
|
var init_node_client = __esm({
|
|
2265
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2265
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/node-client.js"() {
|
|
2266
2266
|
init_tslib_es6();
|
|
2267
2267
|
init_esm();
|
|
2268
2268
|
init_context();
|
|
@@ -2336,7 +2336,7 @@ var init_node_client = __esm({
|
|
|
2336
2336
|
}
|
|
2337
2337
|
});
|
|
2338
2338
|
|
|
2339
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2339
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/types.js
|
|
2340
2340
|
var types_exports = {};
|
|
2341
2341
|
__export(types_exports, {
|
|
2342
2342
|
IdentifyOperation: () => IdentifyOperation,
|
|
@@ -2347,12 +2347,12 @@ __export(types_exports, {
|
|
|
2347
2347
|
SpecialEventType: () => SpecialEventType
|
|
2348
2348
|
});
|
|
2349
2349
|
var init_types = __esm({
|
|
2350
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2350
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/types.js"() {
|
|
2351
2351
|
init_esm();
|
|
2352
2352
|
}
|
|
2353
2353
|
});
|
|
2354
2354
|
|
|
2355
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2355
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/index.js
|
|
2356
2356
|
var esm_exports = {};
|
|
2357
2357
|
__export(esm_exports, {
|
|
2358
2358
|
Identify: () => Identify,
|
|
@@ -2373,7 +2373,7 @@ __export(esm_exports, {
|
|
|
2373
2373
|
});
|
|
2374
2374
|
var add, groupIdentify, identify, init, logEvent, remove, revenue, setGroup, setOptOut, track, flush;
|
|
2375
2375
|
var init_esm2 = __esm({
|
|
2376
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2376
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/index.js"() {
|
|
2377
2377
|
init_node_client();
|
|
2378
2378
|
init_node_client();
|
|
2379
2379
|
init_esm();
|