autotel-subscribers 28.0.0 → 28.0.2
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/binding.gyp +9 -0
- 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 +211 -198
- package/dist/factories.cjs.map +1 -1
- package/dist/factories.js +211 -198
- package/dist/factories.js.map +1 -1
- package/dist/index.cjs +211 -198
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +211 -198
- package/dist/index.js.map +1 -1
- package/dist/posthog.cjs +144 -131
- package/dist/posthog.cjs.map +1 -1
- package/dist/posthog.js +144 -131
- package/dist/posthog.js.map +1 -1
- package/index.js +1 -0
- package/package.json +14 -14
package/dist/amplitude.js
CHANGED
|
@@ -189,10 +189,10 @@ var init_tslib_es6 = __esm({
|
|
|
189
189
|
}
|
|
190
190
|
});
|
|
191
191
|
|
|
192
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
192
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js
|
|
193
193
|
var IdentifyOperation, SpecialEventType;
|
|
194
194
|
var init_event = __esm({
|
|
195
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
195
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js"() {
|
|
196
196
|
(function(IdentifyOperation3) {
|
|
197
197
|
IdentifyOperation3["SET"] = "$set";
|
|
198
198
|
IdentifyOperation3["SET_ONCE"] = "$setOnce";
|
|
@@ -213,10 +213,10 @@ var init_event = __esm({
|
|
|
213
213
|
}
|
|
214
214
|
});
|
|
215
215
|
|
|
216
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
216
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js
|
|
217
217
|
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;
|
|
218
218
|
var init_constants = __esm({
|
|
219
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
219
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js"() {
|
|
220
220
|
UNSET_VALUE = "-";
|
|
221
221
|
AMPLITUDE_PREFIX = "AMP";
|
|
222
222
|
STORAGE_PREFIX = "".concat(AMPLITUDE_PREFIX, "_unsent");
|
|
@@ -228,10 +228,10 @@ var init_constants = __esm({
|
|
|
228
228
|
}
|
|
229
229
|
});
|
|
230
230
|
|
|
231
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
231
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js
|
|
232
232
|
var MAX_PROPERTY_KEYS, isValidObject, isValidProperties;
|
|
233
233
|
var init_valid_properties = __esm({
|
|
234
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
234
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js"() {
|
|
235
235
|
init_tslib_es6();
|
|
236
236
|
MAX_PROPERTY_KEYS = 1e3;
|
|
237
237
|
isValidObject = function(properties) {
|
|
@@ -286,10 +286,10 @@ var init_valid_properties = __esm({
|
|
|
286
286
|
}
|
|
287
287
|
});
|
|
288
288
|
|
|
289
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
289
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/identify.js
|
|
290
290
|
var Identify, IdentifyOperation2, OrderedIdentifyOperations;
|
|
291
291
|
var init_identify = __esm({
|
|
292
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
292
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/identify.js"() {
|
|
293
293
|
init_tslib_es6();
|
|
294
294
|
init_constants();
|
|
295
295
|
init_valid_properties();
|
|
@@ -400,10 +400,10 @@ var init_identify = __esm({
|
|
|
400
400
|
}
|
|
401
401
|
});
|
|
402
402
|
|
|
403
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
403
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js
|
|
404
404
|
var SUCCESS_MESSAGE, UNEXPECTED_ERROR_MESSAGE, MAX_RETRIES_EXCEEDED_MESSAGE, OPT_OUT_MESSAGE, MISSING_API_KEY_MESSAGE, INVALID_API_KEY, CLIENT_NOT_INITIALIZED;
|
|
405
405
|
var init_messages = __esm({
|
|
406
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
406
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js"() {
|
|
407
407
|
SUCCESS_MESSAGE = "Event tracked successfully";
|
|
408
408
|
UNEXPECTED_ERROR_MESSAGE = "Unexpected error occurred";
|
|
409
409
|
MAX_RETRIES_EXCEEDED_MESSAGE = "Event rejected due to exceeded retry count";
|
|
@@ -414,10 +414,10 @@ var init_messages = __esm({
|
|
|
414
414
|
}
|
|
415
415
|
});
|
|
416
416
|
|
|
417
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
417
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/status.js
|
|
418
418
|
var Status;
|
|
419
419
|
var init_status = __esm({
|
|
420
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
420
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/status.js"() {
|
|
421
421
|
(function(Status2) {
|
|
422
422
|
Status2["Unknown"] = "unknown";
|
|
423
423
|
Status2["Skipped"] = "skipped";
|
|
@@ -432,10 +432,10 @@ var init_status = __esm({
|
|
|
432
432
|
}
|
|
433
433
|
});
|
|
434
434
|
|
|
435
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
435
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js
|
|
436
436
|
var buildResult;
|
|
437
437
|
var init_result_builder = __esm({
|
|
438
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
438
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js"() {
|
|
439
439
|
init_status();
|
|
440
440
|
buildResult = function(event, code, message) {
|
|
441
441
|
if (code === void 0) {
|
|
@@ -449,10 +449,10 @@ var init_result_builder = __esm({
|
|
|
449
449
|
}
|
|
450
450
|
});
|
|
451
451
|
|
|
452
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
452
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js
|
|
453
453
|
var getGlobalScope;
|
|
454
454
|
var init_global_scope = __esm({
|
|
455
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
455
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js"() {
|
|
456
456
|
getGlobalScope = function() {
|
|
457
457
|
var ampIntegrationContextName = "ampIntegrationContext";
|
|
458
458
|
if (typeof globalThis !== "undefined" && typeof globalThis[ampIntegrationContextName] !== "undefined") {
|
|
@@ -475,10 +475,10 @@ var init_global_scope = __esm({
|
|
|
475
475
|
}
|
|
476
476
|
});
|
|
477
477
|
|
|
478
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
478
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js
|
|
479
479
|
var legacyUUID, hex, UUID;
|
|
480
480
|
var init_uuid = __esm({
|
|
481
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
481
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js"() {
|
|
482
482
|
init_tslib_es6();
|
|
483
483
|
init_global_scope();
|
|
484
484
|
legacyUUID = function(a) {
|
|
@@ -522,10 +522,10 @@ var init_uuid = __esm({
|
|
|
522
522
|
}
|
|
523
523
|
});
|
|
524
524
|
|
|
525
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
525
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/timeline.js
|
|
526
526
|
var Timeline;
|
|
527
527
|
var init_timeline = __esm({
|
|
528
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
528
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/timeline.js"() {
|
|
529
529
|
init_tslib_es6();
|
|
530
530
|
init_result_builder();
|
|
531
531
|
init_uuid();
|
|
@@ -888,10 +888,10 @@ var init_timeline = __esm({
|
|
|
888
888
|
}
|
|
889
889
|
});
|
|
890
890
|
|
|
891
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
891
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js
|
|
892
892
|
var createTrackEvent, createIdentifyEvent, createGroupIdentifyEvent, createGroupEvent, createRevenueEvent;
|
|
893
893
|
var init_event_builder = __esm({
|
|
894
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
894
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js"() {
|
|
895
895
|
init_tslib_es6();
|
|
896
896
|
init_identify();
|
|
897
897
|
init_event();
|
|
@@ -921,10 +921,10 @@ var init_event_builder = __esm({
|
|
|
921
921
|
}
|
|
922
922
|
});
|
|
923
923
|
|
|
924
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
924
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js
|
|
925
925
|
var returnWrapper;
|
|
926
926
|
var init_return_wrapper = __esm({
|
|
927
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
927
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js"() {
|
|
928
928
|
returnWrapper = function(awaitable) {
|
|
929
929
|
return {
|
|
930
930
|
promise: awaitable || Promise.resolve()
|
|
@@ -933,10 +933,10 @@ var init_return_wrapper = __esm({
|
|
|
933
933
|
}
|
|
934
934
|
});
|
|
935
935
|
|
|
936
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
936
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/core-client.js
|
|
937
937
|
var AmplitudeCore;
|
|
938
938
|
var init_core_client = __esm({
|
|
939
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
939
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/core-client.js"() {
|
|
940
940
|
init_tslib_es6();
|
|
941
941
|
init_event();
|
|
942
942
|
init_identify();
|
|
@@ -1208,10 +1208,10 @@ var init_core_client = __esm({
|
|
|
1208
1208
|
}
|
|
1209
1209
|
});
|
|
1210
1210
|
|
|
1211
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
1211
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/revenue.js
|
|
1212
1212
|
var Revenue, RevenueProperty;
|
|
1213
1213
|
var init_revenue = __esm({
|
|
1214
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
1214
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/revenue.js"() {
|
|
1215
1215
|
init_tslib_es6();
|
|
1216
1216
|
init_valid_properties();
|
|
1217
1217
|
Revenue = /** @class */
|
|
@@ -1288,10 +1288,10 @@ var init_revenue = __esm({
|
|
|
1288
1288
|
}
|
|
1289
1289
|
});
|
|
1290
1290
|
|
|
1291
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
1291
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js
|
|
1292
1292
|
var chunk;
|
|
1293
1293
|
var init_chunk = __esm({
|
|
1294
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
1294
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js"() {
|
|
1295
1295
|
chunk = function(arr, size) {
|
|
1296
1296
|
var chunkSize = Math.max(size, 1);
|
|
1297
1297
|
return arr.reduce(function(chunks, element, index) {
|
|
@@ -1306,10 +1306,10 @@ var init_chunk = __esm({
|
|
|
1306
1306
|
}
|
|
1307
1307
|
});
|
|
1308
1308
|
|
|
1309
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
1309
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js
|
|
1310
1310
|
var LogLevel;
|
|
1311
1311
|
var init_loglevel = __esm({
|
|
1312
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
1312
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js"() {
|
|
1313
1313
|
(function(LogLevel2) {
|
|
1314
1314
|
LogLevel2[LogLevel2["None"] = 0] = "None";
|
|
1315
1315
|
LogLevel2[LogLevel2["Error"] = 1] = "Error";
|
|
@@ -1320,10 +1320,10 @@ var init_loglevel = __esm({
|
|
|
1320
1320
|
}
|
|
1321
1321
|
});
|
|
1322
1322
|
|
|
1323
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
1323
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/logger.js
|
|
1324
1324
|
var PREFIX, Logger;
|
|
1325
1325
|
var init_logger = __esm({
|
|
1326
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
1326
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/logger.js"() {
|
|
1327
1327
|
init_loglevel();
|
|
1328
1328
|
PREFIX = "Amplitude Logger ";
|
|
1329
1329
|
Logger = /** @class */
|
|
@@ -1385,10 +1385,10 @@ var init_logger = __esm({
|
|
|
1385
1385
|
}
|
|
1386
1386
|
});
|
|
1387
1387
|
|
|
1388
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
1388
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/config.js
|
|
1389
1389
|
var getDefaultConfig, Config, getServerUrl, createServerConfig, RequestMetadata;
|
|
1390
1390
|
var init_config = __esm({
|
|
1391
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
1391
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/config.js"() {
|
|
1392
1392
|
init_constants();
|
|
1393
1393
|
init_logger();
|
|
1394
1394
|
init_loglevel();
|
|
@@ -1489,19 +1489,19 @@ var init_config = __esm({
|
|
|
1489
1489
|
}
|
|
1490
1490
|
});
|
|
1491
1491
|
|
|
1492
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
1492
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js
|
|
1493
1493
|
function isSuccessStatusCode(code) {
|
|
1494
1494
|
return code >= 200 && code < 300;
|
|
1495
1495
|
}
|
|
1496
1496
|
var init_status_code = __esm({
|
|
1497
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
1497
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js"() {
|
|
1498
1498
|
}
|
|
1499
1499
|
});
|
|
1500
1500
|
|
|
1501
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
1501
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js
|
|
1502
1502
|
var getStacktrace, getClientLogConfig, getValueByStringPath, getClientStates, debugWrapper;
|
|
1503
1503
|
var init_debug = __esm({
|
|
1504
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
1504
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js"() {
|
|
1505
1505
|
init_tslib_es6();
|
|
1506
1506
|
init_loglevel();
|
|
1507
1507
|
getStacktrace = function(ignoreDepth) {
|
|
@@ -1619,7 +1619,7 @@ var init_debug = __esm({
|
|
|
1619
1619
|
}
|
|
1620
1620
|
});
|
|
1621
1621
|
|
|
1622
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
1622
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js
|
|
1623
1623
|
function getErrorMessage(error) {
|
|
1624
1624
|
if (error instanceof Error)
|
|
1625
1625
|
return error.message;
|
|
@@ -1637,7 +1637,7 @@ function getResponseBodyString(res) {
|
|
|
1637
1637
|
}
|
|
1638
1638
|
var DEFAULT_AMPLITUDE_SERVER_URLS, shouldCompressUploadBodyForRequest, Destination;
|
|
1639
1639
|
var init_destination = __esm({
|
|
1640
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
1640
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js"() {
|
|
1641
1641
|
init_tslib_es6();
|
|
1642
1642
|
init_status();
|
|
1643
1643
|
init_messages();
|
|
@@ -2044,10 +2044,10 @@ var init_destination = __esm({
|
|
|
2044
2044
|
}
|
|
2045
2045
|
});
|
|
2046
2046
|
|
|
2047
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
2047
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js
|
|
2048
2048
|
var BaseTransport;
|
|
2049
2049
|
var init_base = __esm({
|
|
2050
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
2050
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js"() {
|
|
2051
2051
|
init_status();
|
|
2052
2052
|
init_status_code();
|
|
2053
2053
|
BaseTransport = /** @class */
|
|
@@ -2149,10 +2149,10 @@ var init_base = __esm({
|
|
|
2149
2149
|
}
|
|
2150
2150
|
});
|
|
2151
2151
|
|
|
2152
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
2152
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js
|
|
2153
2153
|
var ServerZone;
|
|
2154
2154
|
var init_server_zone = __esm({
|
|
2155
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
2155
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js"() {
|
|
2156
2156
|
(function(ServerZone2) {
|
|
2157
2157
|
ServerZone2["US"] = "US";
|
|
2158
2158
|
ServerZone2["EU"] = "EU";
|
|
@@ -2161,17 +2161,17 @@ var init_server_zone = __esm({
|
|
|
2161
2161
|
}
|
|
2162
2162
|
});
|
|
2163
2163
|
|
|
2164
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
2164
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js
|
|
2165
2165
|
var OfflineDisabled;
|
|
2166
2166
|
var init_offline = __esm({
|
|
2167
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
2167
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js"() {
|
|
2168
2168
|
OfflineDisabled = null;
|
|
2169
2169
|
}
|
|
2170
2170
|
});
|
|
2171
2171
|
|
|
2172
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
2172
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/index.js
|
|
2173
2173
|
var init_esm = __esm({
|
|
2174
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
2174
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/index.js"() {
|
|
2175
2175
|
init_core_client();
|
|
2176
2176
|
init_identify();
|
|
2177
2177
|
init_revenue();
|
|
@@ -2188,18 +2188,18 @@ var init_esm = __esm({
|
|
|
2188
2188
|
}
|
|
2189
2189
|
});
|
|
2190
2190
|
|
|
2191
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2191
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/version.js
|
|
2192
2192
|
var VERSION;
|
|
2193
2193
|
var init_version = __esm({
|
|
2194
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2195
|
-
VERSION = "1.5.
|
|
2194
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/version.js"() {
|
|
2195
|
+
VERSION = "1.5.45";
|
|
2196
2196
|
}
|
|
2197
2197
|
});
|
|
2198
2198
|
|
|
2199
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2199
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js
|
|
2200
2200
|
var Context;
|
|
2201
2201
|
var init_context = __esm({
|
|
2202
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2202
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js"() {
|
|
2203
2203
|
init_tslib_es6();
|
|
2204
2204
|
init_esm();
|
|
2205
2205
|
init_version();
|
|
@@ -2234,7 +2234,7 @@ var init_context = __esm({
|
|
|
2234
2234
|
});
|
|
2235
2235
|
var Http;
|
|
2236
2236
|
var init_http = __esm({
|
|
2237
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2237
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/transports/http.js"() {
|
|
2238
2238
|
init_tslib_es6();
|
|
2239
2239
|
init_esm();
|
|
2240
2240
|
Http = /** @class */
|
|
@@ -2296,10 +2296,10 @@ var init_http = __esm({
|
|
|
2296
2296
|
}
|
|
2297
2297
|
});
|
|
2298
2298
|
|
|
2299
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2299
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/config.js
|
|
2300
2300
|
var NodeConfig, useNodeConfig;
|
|
2301
2301
|
var init_config2 = __esm({
|
|
2302
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2302
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/config.js"() {
|
|
2303
2303
|
init_tslib_es6();
|
|
2304
2304
|
init_esm();
|
|
2305
2305
|
init_http();
|
|
@@ -2317,10 +2317,10 @@ var init_config2 = __esm({
|
|
|
2317
2317
|
}
|
|
2318
2318
|
});
|
|
2319
2319
|
|
|
2320
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2320
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/node-client.js
|
|
2321
2321
|
var AmplitudeNode, createInstance, node_client_default;
|
|
2322
2322
|
var init_node_client = __esm({
|
|
2323
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2323
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/node-client.js"() {
|
|
2324
2324
|
init_tslib_es6();
|
|
2325
2325
|
init_esm();
|
|
2326
2326
|
init_context();
|
|
@@ -2394,7 +2394,7 @@ var init_node_client = __esm({
|
|
|
2394
2394
|
}
|
|
2395
2395
|
});
|
|
2396
2396
|
|
|
2397
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2397
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/types.js
|
|
2398
2398
|
var types_exports = {};
|
|
2399
2399
|
__export(types_exports, {
|
|
2400
2400
|
IdentifyOperation: () => IdentifyOperation,
|
|
@@ -2405,12 +2405,12 @@ __export(types_exports, {
|
|
|
2405
2405
|
SpecialEventType: () => SpecialEventType
|
|
2406
2406
|
});
|
|
2407
2407
|
var init_types = __esm({
|
|
2408
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2408
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/types.js"() {
|
|
2409
2409
|
init_esm();
|
|
2410
2410
|
}
|
|
2411
2411
|
});
|
|
2412
2412
|
|
|
2413
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2413
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/index.js
|
|
2414
2414
|
var esm_exports = {};
|
|
2415
2415
|
__export(esm_exports, {
|
|
2416
2416
|
Identify: () => Identify,
|
|
@@ -2431,7 +2431,7 @@ __export(esm_exports, {
|
|
|
2431
2431
|
});
|
|
2432
2432
|
var add, groupIdentify, identify, init, logEvent, remove, revenue, setGroup, setOptOut, track, flush;
|
|
2433
2433
|
var init_esm2 = __esm({
|
|
2434
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2434
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/index.js"() {
|
|
2435
2435
|
init_node_client();
|
|
2436
2436
|
init_node_client();
|
|
2437
2437
|
init_esm();
|