autotel-subscribers 30.0.3 → 31.0.3
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 +65 -65
- package/dist/amplitude.cjs.map +1 -1
- package/dist/amplitude.js +65 -65
- package/dist/amplitude.js.map +1 -1
- package/dist/factories.cjs +1037 -396
- package/dist/factories.cjs.map +1 -1
- package/dist/factories.js +1037 -396
- package/dist/factories.js.map +1 -1
- package/dist/index.cjs +1037 -396
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1037 -396
- package/dist/index.js.map +1 -1
- package/dist/posthog.cjs +604 -177
- package/dist/posthog.cjs.map +1 -1
- package/dist/posthog.js +604 -177
- package/dist/posthog.js.map +1 -1
- package/dist/segment.cjs +367 -153
- package/dist/segment.cjs.map +1 -1
- package/dist/segment.js +367 -153
- package/dist/segment.js.map +1 -1
- package/package.json +14 -19
- package/skills/autotel-subscribers/SKILL.md +0 -8
- package/bin/intent.js +0 -6
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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.0/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.
|
|
914
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/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.
|
|
917
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/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.
|
|
947
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/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.
|
|
950
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/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.
|
|
959
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/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.
|
|
962
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/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.
|
|
1234
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/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.
|
|
1237
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js"() {
|
|
1238
1238
|
init_tslib_es6();
|
|
1239
1239
|
init_valid_properties();
|
|
1240
1240
|
Revenue = /** @class */
|
|
@@ -1315,10 +1315,10 @@ var init_revenue = __esm({
|
|
|
1315
1315
|
}
|
|
1316
1316
|
});
|
|
1317
1317
|
|
|
1318
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1318
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js
|
|
1319
1319
|
var chunk;
|
|
1320
1320
|
var init_chunk = __esm({
|
|
1321
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1321
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js"() {
|
|
1322
1322
|
chunk = function(arr, size) {
|
|
1323
1323
|
var chunkSize = Math.max(size, 1);
|
|
1324
1324
|
return arr.reduce(function(chunks, element, index) {
|
|
@@ -1333,10 +1333,10 @@ var init_chunk = __esm({
|
|
|
1333
1333
|
}
|
|
1334
1334
|
});
|
|
1335
1335
|
|
|
1336
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1336
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js
|
|
1337
1337
|
var LogLevel;
|
|
1338
1338
|
var init_loglevel = __esm({
|
|
1339
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1339
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js"() {
|
|
1340
1340
|
(function(LogLevel2) {
|
|
1341
1341
|
LogLevel2[LogLevel2["None"] = 0] = "None";
|
|
1342
1342
|
LogLevel2[LogLevel2["Error"] = 1] = "Error";
|
|
@@ -1347,10 +1347,10 @@ var init_loglevel = __esm({
|
|
|
1347
1347
|
}
|
|
1348
1348
|
});
|
|
1349
1349
|
|
|
1350
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1350
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js
|
|
1351
1351
|
var PREFIX, Logger;
|
|
1352
1352
|
var init_logger = __esm({
|
|
1353
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1353
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js"() {
|
|
1354
1354
|
init_loglevel();
|
|
1355
1355
|
PREFIX = "Amplitude Logger ";
|
|
1356
1356
|
Logger = /** @class */
|
|
@@ -1412,10 +1412,10 @@ var init_logger = __esm({
|
|
|
1412
1412
|
}
|
|
1413
1413
|
});
|
|
1414
1414
|
|
|
1415
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1415
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/config.js
|
|
1416
1416
|
var getDefaultConfig, Config, getServerUrl, createServerConfig, RequestMetadata;
|
|
1417
1417
|
var init_config = __esm({
|
|
1418
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1418
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/config.js"() {
|
|
1419
1419
|
init_constants();
|
|
1420
1420
|
init_logger();
|
|
1421
1421
|
init_loglevel();
|
|
@@ -1516,19 +1516,19 @@ var init_config = __esm({
|
|
|
1516
1516
|
}
|
|
1517
1517
|
});
|
|
1518
1518
|
|
|
1519
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1519
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js
|
|
1520
1520
|
function isSuccessStatusCode(code) {
|
|
1521
1521
|
return code >= 200 && code < 300;
|
|
1522
1522
|
}
|
|
1523
1523
|
var init_status_code = __esm({
|
|
1524
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1524
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js"() {
|
|
1525
1525
|
}
|
|
1526
1526
|
});
|
|
1527
1527
|
|
|
1528
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1528
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js
|
|
1529
1529
|
var getStacktrace, getClientLogConfig, getValueByStringPath, getClientStates, debugWrapper;
|
|
1530
1530
|
var init_debug = __esm({
|
|
1531
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1531
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js"() {
|
|
1532
1532
|
init_tslib_es6();
|
|
1533
1533
|
init_loglevel();
|
|
1534
1534
|
getStacktrace = function(ignoreDepth) {
|
|
@@ -1646,7 +1646,7 @@ var init_debug = __esm({
|
|
|
1646
1646
|
}
|
|
1647
1647
|
});
|
|
1648
1648
|
|
|
1649
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1649
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js
|
|
1650
1650
|
function getErrorMessage(error) {
|
|
1651
1651
|
if (error instanceof Error)
|
|
1652
1652
|
return error.message;
|
|
@@ -1664,7 +1664,7 @@ function getResponseBodyString(res) {
|
|
|
1664
1664
|
}
|
|
1665
1665
|
var DEFAULT_AMPLITUDE_SERVER_URLS, shouldCompressUploadBodyForRequest, Destination;
|
|
1666
1666
|
var init_destination = __esm({
|
|
1667
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1667
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js"() {
|
|
1668
1668
|
init_tslib_es6();
|
|
1669
1669
|
init_status();
|
|
1670
1670
|
init_messages();
|
|
@@ -1879,7 +1879,7 @@ var init_destination = __esm({
|
|
|
1879
1879
|
_b.trys.push([1, 3, , 4]);
|
|
1880
1880
|
serverUrl = createServerConfig(this.config.serverUrl, this.config.serverZone, this.config.useBatch).serverUrl;
|
|
1881
1881
|
shouldCompressUploadBody = shouldCompressUploadBodyForRequest(serverUrl, this.config.enableRequestBodyCompression);
|
|
1882
|
-
return [4, this.config.transportProvider.send(serverUrl, payload,
|
|
1882
|
+
return [4, this.config.transportProvider.send(serverUrl, payload, shouldCompressUploadBody)];
|
|
1883
1883
|
case 2:
|
|
1884
1884
|
res = _b.sent();
|
|
1885
1885
|
if (res === null) {
|
|
@@ -2071,10 +2071,10 @@ var init_destination = __esm({
|
|
|
2071
2071
|
}
|
|
2072
2072
|
});
|
|
2073
2073
|
|
|
2074
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2074
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js
|
|
2075
2075
|
var BaseTransport;
|
|
2076
2076
|
var init_base = __esm({
|
|
2077
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2077
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js"() {
|
|
2078
2078
|
init_status();
|
|
2079
2079
|
init_status_code();
|
|
2080
2080
|
BaseTransport = /** @class */
|
|
@@ -2176,10 +2176,10 @@ var init_base = __esm({
|
|
|
2176
2176
|
}
|
|
2177
2177
|
});
|
|
2178
2178
|
|
|
2179
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2179
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js
|
|
2180
2180
|
var ServerZone;
|
|
2181
2181
|
var init_server_zone = __esm({
|
|
2182
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2182
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js"() {
|
|
2183
2183
|
(function(ServerZone2) {
|
|
2184
2184
|
ServerZone2["US"] = "US";
|
|
2185
2185
|
ServerZone2["EU"] = "EU";
|
|
@@ -2188,17 +2188,17 @@ var init_server_zone = __esm({
|
|
|
2188
2188
|
}
|
|
2189
2189
|
});
|
|
2190
2190
|
|
|
2191
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2191
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js
|
|
2192
2192
|
var OfflineDisabled;
|
|
2193
2193
|
var init_offline = __esm({
|
|
2194
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2194
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js"() {
|
|
2195
2195
|
OfflineDisabled = null;
|
|
2196
2196
|
}
|
|
2197
2197
|
});
|
|
2198
2198
|
|
|
2199
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2199
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/index.js
|
|
2200
2200
|
var init_esm = __esm({
|
|
2201
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2201
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.48.0/node_modules/@amplitude/analytics-core/lib/esm/index.js"() {
|
|
2202
2202
|
init_core_client();
|
|
2203
2203
|
init_identify();
|
|
2204
2204
|
init_revenue();
|
|
@@ -2215,18 +2215,18 @@ var init_esm = __esm({
|
|
|
2215
2215
|
}
|
|
2216
2216
|
});
|
|
2217
2217
|
|
|
2218
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2218
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.57/node_modules/@amplitude/analytics-node/lib/esm/version.js
|
|
2219
2219
|
var VERSION;
|
|
2220
2220
|
var init_version = __esm({
|
|
2221
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2222
|
-
VERSION = "1.5.
|
|
2221
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.57/node_modules/@amplitude/analytics-node/lib/esm/version.js"() {
|
|
2222
|
+
VERSION = "1.5.57";
|
|
2223
2223
|
}
|
|
2224
2224
|
});
|
|
2225
2225
|
|
|
2226
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2226
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.57/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js
|
|
2227
2227
|
var Context;
|
|
2228
2228
|
var init_context = __esm({
|
|
2229
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2229
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.57/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js"() {
|
|
2230
2230
|
init_tslib_es6();
|
|
2231
2231
|
init_esm();
|
|
2232
2232
|
init_version();
|
|
@@ -2261,7 +2261,7 @@ var init_context = __esm({
|
|
|
2261
2261
|
});
|
|
2262
2262
|
var Http;
|
|
2263
2263
|
var init_http = __esm({
|
|
2264
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2264
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.57/node_modules/@amplitude/analytics-node/lib/esm/transports/http.js"() {
|
|
2265
2265
|
init_tslib_es6();
|
|
2266
2266
|
init_esm();
|
|
2267
2267
|
Http = /** @class */
|
|
@@ -2323,10 +2323,10 @@ var init_http = __esm({
|
|
|
2323
2323
|
}
|
|
2324
2324
|
});
|
|
2325
2325
|
|
|
2326
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2326
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.57/node_modules/@amplitude/analytics-node/lib/esm/config.js
|
|
2327
2327
|
var NodeConfig, useNodeConfig;
|
|
2328
2328
|
var init_config2 = __esm({
|
|
2329
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2329
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.57/node_modules/@amplitude/analytics-node/lib/esm/config.js"() {
|
|
2330
2330
|
init_tslib_es6();
|
|
2331
2331
|
init_esm();
|
|
2332
2332
|
init_http();
|
|
@@ -2344,10 +2344,10 @@ var init_config2 = __esm({
|
|
|
2344
2344
|
}
|
|
2345
2345
|
});
|
|
2346
2346
|
|
|
2347
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2347
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.57/node_modules/@amplitude/analytics-node/lib/esm/node-client.js
|
|
2348
2348
|
var AmplitudeNode, createInstance, node_client_default;
|
|
2349
2349
|
var init_node_client = __esm({
|
|
2350
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2350
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.57/node_modules/@amplitude/analytics-node/lib/esm/node-client.js"() {
|
|
2351
2351
|
init_tslib_es6();
|
|
2352
2352
|
init_esm();
|
|
2353
2353
|
init_context();
|
|
@@ -2421,7 +2421,7 @@ var init_node_client = __esm({
|
|
|
2421
2421
|
}
|
|
2422
2422
|
});
|
|
2423
2423
|
|
|
2424
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2424
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.57/node_modules/@amplitude/analytics-node/lib/esm/types.js
|
|
2425
2425
|
var types_exports = {};
|
|
2426
2426
|
__export(types_exports, {
|
|
2427
2427
|
IdentifyOperation: () => IdentifyOperation,
|
|
@@ -2432,12 +2432,12 @@ __export(types_exports, {
|
|
|
2432
2432
|
SpecialEventType: () => SpecialEventType
|
|
2433
2433
|
});
|
|
2434
2434
|
var init_types = __esm({
|
|
2435
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2435
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.57/node_modules/@amplitude/analytics-node/lib/esm/types.js"() {
|
|
2436
2436
|
init_esm();
|
|
2437
2437
|
}
|
|
2438
2438
|
});
|
|
2439
2439
|
|
|
2440
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2440
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.57/node_modules/@amplitude/analytics-node/lib/esm/index.js
|
|
2441
2441
|
var esm_exports = {};
|
|
2442
2442
|
__export(esm_exports, {
|
|
2443
2443
|
Identify: () => Identify,
|
|
@@ -2458,7 +2458,7 @@ __export(esm_exports, {
|
|
|
2458
2458
|
});
|
|
2459
2459
|
var add, groupIdentify, identify, init, logEvent, remove, revenue, setGroup, setOptOut, track, flush;
|
|
2460
2460
|
var init_esm2 = __esm({
|
|
2461
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2461
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.57/node_modules/@amplitude/analytics-node/lib/esm/index.js"() {
|
|
2462
2462
|
init_node_client();
|
|
2463
2463
|
init_node_client();
|
|
2464
2464
|
init_esm();
|