autotel-subscribers 35.0.2 → 37.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 +269 -239
- package/dist/factories.cjs.map +1 -1
- package/dist/factories.js +269 -239
- package/dist/factories.js.map +1 -1
- package/dist/index.cjs +348 -239
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +348 -240
- package/dist/index.js.map +1 -1
- package/dist/posthog.cjs +150 -127
- package/dist/posthog.cjs.map +1 -1
- package/dist/posthog.js +150 -127
- package/dist/posthog.js.map +1 -1
- package/dist/security.cjs +421 -0
- package/dist/security.cjs.map +1 -0
- package/dist/security.d.cts +94 -0
- package/dist/security.d.ts +94 -0
- package/dist/security.js +419 -0
- package/dist/security.js.map +1 -0
- package/dist/webhook.cjs +51 -44
- package/dist/webhook.cjs.map +1 -1
- package/dist/webhook.d.cts +0 -1
- package/dist/webhook.d.ts +0 -1
- package/dist/webhook.js +51 -44
- package/dist/webhook.js.map +1 -1
- package/package.json +16 -11
- package/src/index.ts +6 -0
- package/src/security.test.ts +251 -0
- package/src/security.ts +200 -0
- package/src/webhook-delivery.ts +88 -0
- package/src/webhook.ts +8 -58
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.49.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.49.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.49.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.49.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.49.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.49.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.49.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.49.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.49.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.49.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.49.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.49.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.49.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.49.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.49.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.49.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.49.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.49.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.49.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.49.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js"() {
|
|
552
552
|
init_tslib_es6();
|
|
553
553
|
init_result_builder();
|
|
554
554
|
init_uuid();
|
|
@@ -922,10 +922,10 @@ var init_timeline = __esm({
|
|
|
922
922
|
}
|
|
923
923
|
});
|
|
924
924
|
|
|
925
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
925
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js
|
|
926
926
|
var createTrackEvent, createIdentifyEvent, createGroupIdentifyEvent, createGroupEvent, createRevenueEvent;
|
|
927
927
|
var init_event_builder = __esm({
|
|
928
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
928
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js"() {
|
|
929
929
|
init_tslib_es6();
|
|
930
930
|
init_identify();
|
|
931
931
|
init_event();
|
|
@@ -955,10 +955,10 @@ var init_event_builder = __esm({
|
|
|
955
955
|
}
|
|
956
956
|
});
|
|
957
957
|
|
|
958
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
958
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js
|
|
959
959
|
var returnWrapper;
|
|
960
960
|
var init_return_wrapper = __esm({
|
|
961
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
961
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js"() {
|
|
962
962
|
returnWrapper = function(awaitable) {
|
|
963
963
|
return {
|
|
964
964
|
promise: awaitable || Promise.resolve()
|
|
@@ -967,10 +967,10 @@ var init_return_wrapper = __esm({
|
|
|
967
967
|
}
|
|
968
968
|
});
|
|
969
969
|
|
|
970
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
970
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js
|
|
971
971
|
var AmplitudeCore;
|
|
972
972
|
var init_core_client = __esm({
|
|
973
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
973
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js"() {
|
|
974
974
|
init_tslib_es6();
|
|
975
975
|
init_event();
|
|
976
976
|
init_identify();
|
|
@@ -1242,10 +1242,10 @@ var init_core_client = __esm({
|
|
|
1242
1242
|
}
|
|
1243
1243
|
});
|
|
1244
1244
|
|
|
1245
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1245
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js
|
|
1246
1246
|
var Revenue, RevenueProperty;
|
|
1247
1247
|
var init_revenue = __esm({
|
|
1248
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1248
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js"() {
|
|
1249
1249
|
init_tslib_es6();
|
|
1250
1250
|
init_valid_properties();
|
|
1251
1251
|
Revenue = /** @class */
|
|
@@ -1326,10 +1326,10 @@ var init_revenue = __esm({
|
|
|
1326
1326
|
}
|
|
1327
1327
|
});
|
|
1328
1328
|
|
|
1329
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1329
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js
|
|
1330
1330
|
var chunk;
|
|
1331
1331
|
var init_chunk = __esm({
|
|
1332
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1332
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js"() {
|
|
1333
1333
|
chunk = function(arr, size) {
|
|
1334
1334
|
var chunkSize = Math.max(size, 1);
|
|
1335
1335
|
return arr.reduce(function(chunks, element, index) {
|
|
@@ -1344,10 +1344,10 @@ var init_chunk = __esm({
|
|
|
1344
1344
|
}
|
|
1345
1345
|
});
|
|
1346
1346
|
|
|
1347
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1347
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js
|
|
1348
1348
|
var LogLevel;
|
|
1349
1349
|
var init_loglevel = __esm({
|
|
1350
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1350
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js"() {
|
|
1351
1351
|
(function(LogLevel2) {
|
|
1352
1352
|
LogLevel2[LogLevel2["None"] = 0] = "None";
|
|
1353
1353
|
LogLevel2[LogLevel2["Error"] = 1] = "Error";
|
|
@@ -1358,10 +1358,10 @@ var init_loglevel = __esm({
|
|
|
1358
1358
|
}
|
|
1359
1359
|
});
|
|
1360
1360
|
|
|
1361
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1361
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js
|
|
1362
1362
|
var PREFIX, Logger;
|
|
1363
1363
|
var init_logger = __esm({
|
|
1364
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1364
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js"() {
|
|
1365
1365
|
init_loglevel();
|
|
1366
1366
|
PREFIX = "Amplitude Logger ";
|
|
1367
1367
|
Logger = /** @class */
|
|
@@ -1423,10 +1423,10 @@ var init_logger = __esm({
|
|
|
1423
1423
|
}
|
|
1424
1424
|
});
|
|
1425
1425
|
|
|
1426
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1426
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/config.js
|
|
1427
1427
|
var getDefaultConfig, Config, getServerUrl, createServerConfig, RequestMetadata;
|
|
1428
1428
|
var init_config = __esm({
|
|
1429
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1429
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/config.js"() {
|
|
1430
1430
|
init_constants();
|
|
1431
1431
|
init_logger();
|
|
1432
1432
|
init_loglevel();
|
|
@@ -1527,19 +1527,19 @@ var init_config = __esm({
|
|
|
1527
1527
|
}
|
|
1528
1528
|
});
|
|
1529
1529
|
|
|
1530
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1530
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js
|
|
1531
1531
|
function isSuccessStatusCode(code) {
|
|
1532
1532
|
return code >= 200 && code < 300;
|
|
1533
1533
|
}
|
|
1534
1534
|
var init_status_code = __esm({
|
|
1535
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1535
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js"() {
|
|
1536
1536
|
}
|
|
1537
1537
|
});
|
|
1538
1538
|
|
|
1539
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1539
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js
|
|
1540
1540
|
var getStacktrace, getClientLogConfig, getValueByStringPath, getClientStates, debugWrapper;
|
|
1541
1541
|
var init_debug = __esm({
|
|
1542
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1542
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js"() {
|
|
1543
1543
|
init_tslib_es6();
|
|
1544
1544
|
init_loglevel();
|
|
1545
1545
|
getStacktrace = function(ignoreDepth) {
|
|
@@ -1657,7 +1657,7 @@ var init_debug = __esm({
|
|
|
1657
1657
|
}
|
|
1658
1658
|
});
|
|
1659
1659
|
|
|
1660
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1660
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js
|
|
1661
1661
|
function getErrorMessage(error) {
|
|
1662
1662
|
if (error instanceof Error)
|
|
1663
1663
|
return error.message;
|
|
@@ -1675,7 +1675,7 @@ function getResponseBodyString(res) {
|
|
|
1675
1675
|
}
|
|
1676
1676
|
var DEFAULT_AMPLITUDE_SERVER_URLS, shouldCompressUploadBodyForRequest, Destination;
|
|
1677
1677
|
var init_destination = __esm({
|
|
1678
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1678
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js"() {
|
|
1679
1679
|
init_tslib_es6();
|
|
1680
1680
|
init_status();
|
|
1681
1681
|
init_messages();
|
|
@@ -2082,10 +2082,10 @@ var init_destination = __esm({
|
|
|
2082
2082
|
}
|
|
2083
2083
|
});
|
|
2084
2084
|
|
|
2085
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2085
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js
|
|
2086
2086
|
var BaseTransport;
|
|
2087
2087
|
var init_base = __esm({
|
|
2088
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2088
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js"() {
|
|
2089
2089
|
init_status();
|
|
2090
2090
|
init_status_code();
|
|
2091
2091
|
BaseTransport = /** @class */
|
|
@@ -2187,10 +2187,10 @@ var init_base = __esm({
|
|
|
2187
2187
|
}
|
|
2188
2188
|
});
|
|
2189
2189
|
|
|
2190
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2190
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js
|
|
2191
2191
|
var ServerZone;
|
|
2192
2192
|
var init_server_zone = __esm({
|
|
2193
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2193
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js"() {
|
|
2194
2194
|
(function(ServerZone2) {
|
|
2195
2195
|
ServerZone2["US"] = "US";
|
|
2196
2196
|
ServerZone2["EU"] = "EU";
|
|
@@ -2199,17 +2199,17 @@ var init_server_zone = __esm({
|
|
|
2199
2199
|
}
|
|
2200
2200
|
});
|
|
2201
2201
|
|
|
2202
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2202
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js
|
|
2203
2203
|
var OfflineDisabled;
|
|
2204
2204
|
var init_offline = __esm({
|
|
2205
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2205
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js"() {
|
|
2206
2206
|
OfflineDisabled = null;
|
|
2207
2207
|
}
|
|
2208
2208
|
});
|
|
2209
2209
|
|
|
2210
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2210
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/index.js
|
|
2211
2211
|
var init_esm = __esm({
|
|
2212
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2212
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/index.js"() {
|
|
2213
2213
|
init_core_client();
|
|
2214
2214
|
init_identify();
|
|
2215
2215
|
init_revenue();
|
|
@@ -2226,18 +2226,18 @@ var init_esm = __esm({
|
|
|
2226
2226
|
}
|
|
2227
2227
|
});
|
|
2228
2228
|
|
|
2229
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2229
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/version.js
|
|
2230
2230
|
var VERSION;
|
|
2231
2231
|
var init_version = __esm({
|
|
2232
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2233
|
-
VERSION = "1.5.
|
|
2232
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/version.js"() {
|
|
2233
|
+
VERSION = "1.5.59";
|
|
2234
2234
|
}
|
|
2235
2235
|
});
|
|
2236
2236
|
|
|
2237
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2237
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js
|
|
2238
2238
|
var Context;
|
|
2239
2239
|
var init_context = __esm({
|
|
2240
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2240
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js"() {
|
|
2241
2241
|
init_tslib_es6();
|
|
2242
2242
|
init_esm();
|
|
2243
2243
|
init_version();
|
|
@@ -2272,7 +2272,7 @@ var init_context = __esm({
|
|
|
2272
2272
|
});
|
|
2273
2273
|
var Http;
|
|
2274
2274
|
var init_http = __esm({
|
|
2275
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2275
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/transports/http.js"() {
|
|
2276
2276
|
init_tslib_es6();
|
|
2277
2277
|
init_esm();
|
|
2278
2278
|
Http = /** @class */
|
|
@@ -2334,10 +2334,10 @@ var init_http = __esm({
|
|
|
2334
2334
|
}
|
|
2335
2335
|
});
|
|
2336
2336
|
|
|
2337
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2337
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/config.js
|
|
2338
2338
|
var NodeConfig, useNodeConfig;
|
|
2339
2339
|
var init_config2 = __esm({
|
|
2340
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2340
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/config.js"() {
|
|
2341
2341
|
init_tslib_es6();
|
|
2342
2342
|
init_esm();
|
|
2343
2343
|
init_http();
|
|
@@ -2355,10 +2355,10 @@ var init_config2 = __esm({
|
|
|
2355
2355
|
}
|
|
2356
2356
|
});
|
|
2357
2357
|
|
|
2358
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2358
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/node-client.js
|
|
2359
2359
|
var AmplitudeNode, createInstance, node_client_default;
|
|
2360
2360
|
var init_node_client = __esm({
|
|
2361
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2361
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/node-client.js"() {
|
|
2362
2362
|
init_tslib_es6();
|
|
2363
2363
|
init_esm();
|
|
2364
2364
|
init_context();
|
|
@@ -2432,7 +2432,7 @@ var init_node_client = __esm({
|
|
|
2432
2432
|
}
|
|
2433
2433
|
});
|
|
2434
2434
|
|
|
2435
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2435
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/types.js
|
|
2436
2436
|
var types_exports = {};
|
|
2437
2437
|
__export(types_exports, {
|
|
2438
2438
|
IdentifyOperation: () => IdentifyOperation,
|
|
@@ -2443,12 +2443,12 @@ __export(types_exports, {
|
|
|
2443
2443
|
SpecialEventType: () => SpecialEventType
|
|
2444
2444
|
});
|
|
2445
2445
|
var init_types = __esm({
|
|
2446
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2446
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/types.js"() {
|
|
2447
2447
|
init_esm();
|
|
2448
2448
|
}
|
|
2449
2449
|
});
|
|
2450
2450
|
|
|
2451
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2451
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/index.js
|
|
2452
2452
|
var esm_exports = {};
|
|
2453
2453
|
__export(esm_exports, {
|
|
2454
2454
|
Identify: () => Identify,
|
|
@@ -2469,7 +2469,7 @@ __export(esm_exports, {
|
|
|
2469
2469
|
});
|
|
2470
2470
|
var add, groupIdentify, identify, init, logEvent, remove, revenue, setGroup, setOptOut, track, flush;
|
|
2471
2471
|
var init_esm2 = __esm({
|
|
2472
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2472
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/index.js"() {
|
|
2473
2473
|
init_node_client();
|
|
2474
2474
|
init_node_client();
|
|
2475
2475
|
init_esm();
|