autotel-subscribers 25.0.1 → 26.0.1
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 +207 -142
- package/dist/factories.cjs.map +1 -1
- package/dist/factories.js +207 -142
- package/dist/factories.js.map +1 -1
- package/dist/index.cjs +207 -142
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +207 -142
- package/dist/index.js.map +1 -1
- package/dist/posthog.cjs +143 -78
- package/dist/posthog.cjs.map +1 -1
- package/dist/posthog.js +143 -78
- package/dist/posthog.js.map +1 -1
- package/index.js +1 -1
- package/package.json +8 -8
- package/src/amplitude.test.ts +3 -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.40.
|
|
215
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
218
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
239
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
242
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
254
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
257
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
312
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
315
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
426
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
429
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
440
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
443
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
458
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
461
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
475
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
478
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
501
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
504
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
548
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/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.40.
|
|
551
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/timeline.js"() {
|
|
552
552
|
init_tslib_es6();
|
|
553
553
|
init_result_builder();
|
|
554
554
|
init_uuid();
|
|
@@ -911,10 +911,10 @@ var init_timeline = __esm({
|
|
|
911
911
|
}
|
|
912
912
|
});
|
|
913
913
|
|
|
914
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
914
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js
|
|
915
915
|
var createTrackEvent, createIdentifyEvent, createGroupIdentifyEvent, createGroupEvent, createRevenueEvent;
|
|
916
916
|
var init_event_builder = __esm({
|
|
917
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
917
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js"() {
|
|
918
918
|
init_tslib_es6();
|
|
919
919
|
init_identify();
|
|
920
920
|
init_event();
|
|
@@ -944,10 +944,10 @@ var init_event_builder = __esm({
|
|
|
944
944
|
}
|
|
945
945
|
});
|
|
946
946
|
|
|
947
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
947
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js
|
|
948
948
|
var returnWrapper;
|
|
949
949
|
var init_return_wrapper = __esm({
|
|
950
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
950
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js"() {
|
|
951
951
|
returnWrapper = function(awaitable) {
|
|
952
952
|
return {
|
|
953
953
|
promise: awaitable || Promise.resolve()
|
|
@@ -956,10 +956,10 @@ var init_return_wrapper = __esm({
|
|
|
956
956
|
}
|
|
957
957
|
});
|
|
958
958
|
|
|
959
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
959
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/core-client.js
|
|
960
960
|
var AmplitudeCore;
|
|
961
961
|
var init_core_client = __esm({
|
|
962
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
962
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/core-client.js"() {
|
|
963
963
|
init_tslib_es6();
|
|
964
964
|
init_event();
|
|
965
965
|
init_identify();
|
|
@@ -1231,10 +1231,10 @@ var init_core_client = __esm({
|
|
|
1231
1231
|
}
|
|
1232
1232
|
});
|
|
1233
1233
|
|
|
1234
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
1234
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/revenue.js
|
|
1235
1235
|
var Revenue, RevenueProperty;
|
|
1236
1236
|
var init_revenue = __esm({
|
|
1237
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
1237
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/revenue.js"() {
|
|
1238
1238
|
init_tslib_es6();
|
|
1239
1239
|
init_valid_properties();
|
|
1240
1240
|
Revenue = /** @class */
|
|
@@ -1311,10 +1311,10 @@ var init_revenue = __esm({
|
|
|
1311
1311
|
}
|
|
1312
1312
|
});
|
|
1313
1313
|
|
|
1314
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
1314
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js
|
|
1315
1315
|
var chunk;
|
|
1316
1316
|
var init_chunk = __esm({
|
|
1317
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
1317
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js"() {
|
|
1318
1318
|
chunk = function(arr, size) {
|
|
1319
1319
|
var chunkSize = Math.max(size, 1);
|
|
1320
1320
|
return arr.reduce(function(chunks, element, index) {
|
|
@@ -1329,10 +1329,10 @@ var init_chunk = __esm({
|
|
|
1329
1329
|
}
|
|
1330
1330
|
});
|
|
1331
1331
|
|
|
1332
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
1332
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js
|
|
1333
1333
|
var LogLevel;
|
|
1334
1334
|
var init_loglevel = __esm({
|
|
1335
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
1335
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js"() {
|
|
1336
1336
|
(function(LogLevel2) {
|
|
1337
1337
|
LogLevel2[LogLevel2["None"] = 0] = "None";
|
|
1338
1338
|
LogLevel2[LogLevel2["Error"] = 1] = "Error";
|
|
@@ -1343,10 +1343,10 @@ var init_loglevel = __esm({
|
|
|
1343
1343
|
}
|
|
1344
1344
|
});
|
|
1345
1345
|
|
|
1346
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
1346
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/logger.js
|
|
1347
1347
|
var PREFIX, Logger;
|
|
1348
1348
|
var init_logger = __esm({
|
|
1349
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
1349
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/logger.js"() {
|
|
1350
1350
|
init_loglevel();
|
|
1351
1351
|
PREFIX = "Amplitude Logger ";
|
|
1352
1352
|
Logger = /** @class */
|
|
@@ -1408,10 +1408,10 @@ var init_logger = __esm({
|
|
|
1408
1408
|
}
|
|
1409
1409
|
});
|
|
1410
1410
|
|
|
1411
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
1411
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/config.js
|
|
1412
1412
|
var getDefaultConfig, Config, getServerUrl, createServerConfig, RequestMetadata;
|
|
1413
1413
|
var init_config = __esm({
|
|
1414
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
1414
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/config.js"() {
|
|
1415
1415
|
init_constants();
|
|
1416
1416
|
init_logger();
|
|
1417
1417
|
init_loglevel();
|
|
@@ -1512,19 +1512,19 @@ var init_config = __esm({
|
|
|
1512
1512
|
}
|
|
1513
1513
|
});
|
|
1514
1514
|
|
|
1515
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
1515
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js
|
|
1516
1516
|
function isSuccessStatusCode(code) {
|
|
1517
1517
|
return code >= 200 && code < 300;
|
|
1518
1518
|
}
|
|
1519
1519
|
var init_status_code = __esm({
|
|
1520
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
1520
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js"() {
|
|
1521
1521
|
}
|
|
1522
1522
|
});
|
|
1523
1523
|
|
|
1524
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
1524
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js
|
|
1525
1525
|
var getStacktrace, getClientLogConfig, getValueByStringPath, getClientStates, debugWrapper;
|
|
1526
1526
|
var init_debug = __esm({
|
|
1527
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
1527
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js"() {
|
|
1528
1528
|
init_tslib_es6();
|
|
1529
1529
|
init_loglevel();
|
|
1530
1530
|
getStacktrace = function(ignoreDepth) {
|
|
@@ -1642,7 +1642,7 @@ var init_debug = __esm({
|
|
|
1642
1642
|
}
|
|
1643
1643
|
});
|
|
1644
1644
|
|
|
1645
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
1645
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js
|
|
1646
1646
|
function getErrorMessage(error) {
|
|
1647
1647
|
if (error instanceof Error)
|
|
1648
1648
|
return error.message;
|
|
@@ -1660,7 +1660,7 @@ function getResponseBodyString(res) {
|
|
|
1660
1660
|
}
|
|
1661
1661
|
var Destination;
|
|
1662
1662
|
var init_destination = __esm({
|
|
1663
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
1663
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js"() {
|
|
1664
1664
|
init_tslib_es6();
|
|
1665
1665
|
init_status();
|
|
1666
1666
|
init_messages();
|
|
@@ -2051,10 +2051,10 @@ var init_destination = __esm({
|
|
|
2051
2051
|
}
|
|
2052
2052
|
});
|
|
2053
2053
|
|
|
2054
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
2054
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js
|
|
2055
2055
|
var BaseTransport;
|
|
2056
2056
|
var init_base = __esm({
|
|
2057
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
2057
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js"() {
|
|
2058
2058
|
init_status();
|
|
2059
2059
|
init_status_code();
|
|
2060
2060
|
BaseTransport = /** @class */
|
|
@@ -2156,10 +2156,10 @@ var init_base = __esm({
|
|
|
2156
2156
|
}
|
|
2157
2157
|
});
|
|
2158
2158
|
|
|
2159
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
2159
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js
|
|
2160
2160
|
var ServerZone;
|
|
2161
2161
|
var init_server_zone = __esm({
|
|
2162
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
2162
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js"() {
|
|
2163
2163
|
(function(ServerZone2) {
|
|
2164
2164
|
ServerZone2["US"] = "US";
|
|
2165
2165
|
ServerZone2["EU"] = "EU";
|
|
@@ -2168,17 +2168,17 @@ var init_server_zone = __esm({
|
|
|
2168
2168
|
}
|
|
2169
2169
|
});
|
|
2170
2170
|
|
|
2171
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
2171
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js
|
|
2172
2172
|
var OfflineDisabled;
|
|
2173
2173
|
var init_offline = __esm({
|
|
2174
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
2174
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js"() {
|
|
2175
2175
|
OfflineDisabled = null;
|
|
2176
2176
|
}
|
|
2177
2177
|
});
|
|
2178
2178
|
|
|
2179
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
2179
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/index.js
|
|
2180
2180
|
var init_esm = __esm({
|
|
2181
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.
|
|
2181
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.40.2/node_modules/@amplitude/analytics-core/lib/esm/index.js"() {
|
|
2182
2182
|
init_core_client();
|
|
2183
2183
|
init_identify();
|
|
2184
2184
|
init_revenue();
|
|
@@ -2195,18 +2195,18 @@ var init_esm = __esm({
|
|
|
2195
2195
|
}
|
|
2196
2196
|
});
|
|
2197
2197
|
|
|
2198
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2198
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.39/node_modules/@amplitude/analytics-node/lib/esm/version.js
|
|
2199
2199
|
var VERSION;
|
|
2200
2200
|
var init_version = __esm({
|
|
2201
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2202
|
-
VERSION = "1.5.
|
|
2201
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.39/node_modules/@amplitude/analytics-node/lib/esm/version.js"() {
|
|
2202
|
+
VERSION = "1.5.39";
|
|
2203
2203
|
}
|
|
2204
2204
|
});
|
|
2205
2205
|
|
|
2206
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2206
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.39/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js
|
|
2207
2207
|
var Context;
|
|
2208
2208
|
var init_context = __esm({
|
|
2209
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2209
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.39/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js"() {
|
|
2210
2210
|
init_tslib_es6();
|
|
2211
2211
|
init_esm();
|
|
2212
2212
|
init_version();
|
|
@@ -2241,7 +2241,7 @@ var init_context = __esm({
|
|
|
2241
2241
|
});
|
|
2242
2242
|
var Http;
|
|
2243
2243
|
var init_http = __esm({
|
|
2244
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2244
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.39/node_modules/@amplitude/analytics-node/lib/esm/transports/http.js"() {
|
|
2245
2245
|
init_tslib_es6();
|
|
2246
2246
|
init_esm();
|
|
2247
2247
|
Http = /** @class */
|
|
@@ -2303,10 +2303,10 @@ var init_http = __esm({
|
|
|
2303
2303
|
}
|
|
2304
2304
|
});
|
|
2305
2305
|
|
|
2306
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2306
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.39/node_modules/@amplitude/analytics-node/lib/esm/config.js
|
|
2307
2307
|
var NodeConfig, useNodeConfig;
|
|
2308
2308
|
var init_config2 = __esm({
|
|
2309
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2309
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.39/node_modules/@amplitude/analytics-node/lib/esm/config.js"() {
|
|
2310
2310
|
init_tslib_es6();
|
|
2311
2311
|
init_esm();
|
|
2312
2312
|
init_http();
|
|
@@ -2324,10 +2324,10 @@ var init_config2 = __esm({
|
|
|
2324
2324
|
}
|
|
2325
2325
|
});
|
|
2326
2326
|
|
|
2327
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2327
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.39/node_modules/@amplitude/analytics-node/lib/esm/node-client.js
|
|
2328
2328
|
var AmplitudeNode, createInstance, node_client_default;
|
|
2329
2329
|
var init_node_client = __esm({
|
|
2330
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2330
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.39/node_modules/@amplitude/analytics-node/lib/esm/node-client.js"() {
|
|
2331
2331
|
init_tslib_es6();
|
|
2332
2332
|
init_esm();
|
|
2333
2333
|
init_context();
|
|
@@ -2401,7 +2401,7 @@ var init_node_client = __esm({
|
|
|
2401
2401
|
}
|
|
2402
2402
|
});
|
|
2403
2403
|
|
|
2404
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2404
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.39/node_modules/@amplitude/analytics-node/lib/esm/types.js
|
|
2405
2405
|
var types_exports = {};
|
|
2406
2406
|
__export(types_exports, {
|
|
2407
2407
|
IdentifyOperation: () => IdentifyOperation,
|
|
@@ -2412,12 +2412,12 @@ __export(types_exports, {
|
|
|
2412
2412
|
SpecialEventType: () => SpecialEventType
|
|
2413
2413
|
});
|
|
2414
2414
|
var init_types = __esm({
|
|
2415
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2415
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.39/node_modules/@amplitude/analytics-node/lib/esm/types.js"() {
|
|
2416
2416
|
init_esm();
|
|
2417
2417
|
}
|
|
2418
2418
|
});
|
|
2419
2419
|
|
|
2420
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2420
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.39/node_modules/@amplitude/analytics-node/lib/esm/index.js
|
|
2421
2421
|
var esm_exports = {};
|
|
2422
2422
|
__export(esm_exports, {
|
|
2423
2423
|
Identify: () => Identify,
|
|
@@ -2438,7 +2438,7 @@ __export(esm_exports, {
|
|
|
2438
2438
|
});
|
|
2439
2439
|
var add, groupIdentify, identify, init, logEvent, remove, revenue, setGroup, setOptOut, track, flush;
|
|
2440
2440
|
var init_esm2 = __esm({
|
|
2441
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2441
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.39/node_modules/@amplitude/analytics-node/lib/esm/index.js"() {
|
|
2442
2442
|
init_node_client();
|
|
2443
2443
|
init_node_client();
|
|
2444
2444
|
init_esm();
|