autotel-subscribers 30.0.2 → 30.0.4
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 +713 -457
- package/dist/factories.cjs.map +1 -1
- package/dist/factories.js +714 -458
- package/dist/factories.js.map +1 -1
- package/dist/index.cjs +713 -457
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +714 -458
- package/dist/index.js.map +1 -1
- package/dist/mixpanel.cjs +52 -31
- package/dist/mixpanel.cjs.map +1 -1
- package/dist/mixpanel.js +52 -31
- package/dist/mixpanel.js.map +1 -1
- package/dist/posthog.cjs +597 -362
- package/dist/posthog.cjs.map +1 -1
- package/dist/posthog.js +598 -363
- package/dist/posthog.js.map +1 -1
- package/index.js +1 -0
- package/package.json +17 -17
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.
|
|
192
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
195
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
216
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
219
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
231
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
234
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
289
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
292
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
403
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
406
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
417
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
420
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
435
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
438
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
452
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
455
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
478
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
481
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
525
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
528
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
891
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
894
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
924
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
927
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
936
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
939
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
1211
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/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.
|
|
1214
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/revenue.js"() {
|
|
1215
1215
|
init_tslib_es6();
|
|
1216
1216
|
init_valid_properties();
|
|
1217
1217
|
Revenue = /** @class */
|
|
@@ -1292,10 +1292,10 @@ var init_revenue = __esm({
|
|
|
1292
1292
|
}
|
|
1293
1293
|
});
|
|
1294
1294
|
|
|
1295
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1295
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js
|
|
1296
1296
|
var chunk;
|
|
1297
1297
|
var init_chunk = __esm({
|
|
1298
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1298
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js"() {
|
|
1299
1299
|
chunk = function(arr, size) {
|
|
1300
1300
|
var chunkSize = Math.max(size, 1);
|
|
1301
1301
|
return arr.reduce(function(chunks, element, index) {
|
|
@@ -1310,10 +1310,10 @@ var init_chunk = __esm({
|
|
|
1310
1310
|
}
|
|
1311
1311
|
});
|
|
1312
1312
|
|
|
1313
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1313
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js
|
|
1314
1314
|
var LogLevel;
|
|
1315
1315
|
var init_loglevel = __esm({
|
|
1316
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1316
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js"() {
|
|
1317
1317
|
(function(LogLevel2) {
|
|
1318
1318
|
LogLevel2[LogLevel2["None"] = 0] = "None";
|
|
1319
1319
|
LogLevel2[LogLevel2["Error"] = 1] = "Error";
|
|
@@ -1324,10 +1324,10 @@ var init_loglevel = __esm({
|
|
|
1324
1324
|
}
|
|
1325
1325
|
});
|
|
1326
1326
|
|
|
1327
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1327
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/logger.js
|
|
1328
1328
|
var PREFIX, Logger;
|
|
1329
1329
|
var init_logger = __esm({
|
|
1330
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1330
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/logger.js"() {
|
|
1331
1331
|
init_loglevel();
|
|
1332
1332
|
PREFIX = "Amplitude Logger ";
|
|
1333
1333
|
Logger = /** @class */
|
|
@@ -1389,10 +1389,10 @@ var init_logger = __esm({
|
|
|
1389
1389
|
}
|
|
1390
1390
|
});
|
|
1391
1391
|
|
|
1392
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1392
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/config.js
|
|
1393
1393
|
var getDefaultConfig, Config, getServerUrl, createServerConfig, RequestMetadata;
|
|
1394
1394
|
var init_config = __esm({
|
|
1395
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1395
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/config.js"() {
|
|
1396
1396
|
init_constants();
|
|
1397
1397
|
init_logger();
|
|
1398
1398
|
init_loglevel();
|
|
@@ -1493,19 +1493,19 @@ var init_config = __esm({
|
|
|
1493
1493
|
}
|
|
1494
1494
|
});
|
|
1495
1495
|
|
|
1496
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1496
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js
|
|
1497
1497
|
function isSuccessStatusCode(code) {
|
|
1498
1498
|
return code >= 200 && code < 300;
|
|
1499
1499
|
}
|
|
1500
1500
|
var init_status_code = __esm({
|
|
1501
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1501
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js"() {
|
|
1502
1502
|
}
|
|
1503
1503
|
});
|
|
1504
1504
|
|
|
1505
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1505
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js
|
|
1506
1506
|
var getStacktrace, getClientLogConfig, getValueByStringPath, getClientStates, debugWrapper;
|
|
1507
1507
|
var init_debug = __esm({
|
|
1508
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1508
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js"() {
|
|
1509
1509
|
init_tslib_es6();
|
|
1510
1510
|
init_loglevel();
|
|
1511
1511
|
getStacktrace = function(ignoreDepth) {
|
|
@@ -1623,7 +1623,7 @@ var init_debug = __esm({
|
|
|
1623
1623
|
}
|
|
1624
1624
|
});
|
|
1625
1625
|
|
|
1626
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1626
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js
|
|
1627
1627
|
function getErrorMessage(error) {
|
|
1628
1628
|
if (error instanceof Error)
|
|
1629
1629
|
return error.message;
|
|
@@ -1641,7 +1641,7 @@ function getResponseBodyString(res) {
|
|
|
1641
1641
|
}
|
|
1642
1642
|
var DEFAULT_AMPLITUDE_SERVER_URLS, shouldCompressUploadBodyForRequest, Destination;
|
|
1643
1643
|
var init_destination = __esm({
|
|
1644
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1644
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js"() {
|
|
1645
1645
|
init_tslib_es6();
|
|
1646
1646
|
init_status();
|
|
1647
1647
|
init_messages();
|
|
@@ -2048,10 +2048,10 @@ var init_destination = __esm({
|
|
|
2048
2048
|
}
|
|
2049
2049
|
});
|
|
2050
2050
|
|
|
2051
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2051
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js
|
|
2052
2052
|
var BaseTransport;
|
|
2053
2053
|
var init_base = __esm({
|
|
2054
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2054
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js"() {
|
|
2055
2055
|
init_status();
|
|
2056
2056
|
init_status_code();
|
|
2057
2057
|
BaseTransport = /** @class */
|
|
@@ -2153,10 +2153,10 @@ var init_base = __esm({
|
|
|
2153
2153
|
}
|
|
2154
2154
|
});
|
|
2155
2155
|
|
|
2156
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2156
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js
|
|
2157
2157
|
var ServerZone;
|
|
2158
2158
|
var init_server_zone = __esm({
|
|
2159
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2159
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js"() {
|
|
2160
2160
|
(function(ServerZone2) {
|
|
2161
2161
|
ServerZone2["US"] = "US";
|
|
2162
2162
|
ServerZone2["EU"] = "EU";
|
|
@@ -2165,17 +2165,17 @@ var init_server_zone = __esm({
|
|
|
2165
2165
|
}
|
|
2166
2166
|
});
|
|
2167
2167
|
|
|
2168
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2168
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js
|
|
2169
2169
|
var OfflineDisabled;
|
|
2170
2170
|
var init_offline = __esm({
|
|
2171
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2171
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js"() {
|
|
2172
2172
|
OfflineDisabled = null;
|
|
2173
2173
|
}
|
|
2174
2174
|
});
|
|
2175
2175
|
|
|
2176
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2176
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/index.js
|
|
2177
2177
|
var init_esm = __esm({
|
|
2178
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2178
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.47.1/node_modules/@amplitude/analytics-core/lib/esm/index.js"() {
|
|
2179
2179
|
init_core_client();
|
|
2180
2180
|
init_identify();
|
|
2181
2181
|
init_revenue();
|
|
@@ -2192,18 +2192,18 @@ var init_esm = __esm({
|
|
|
2192
2192
|
}
|
|
2193
2193
|
});
|
|
2194
2194
|
|
|
2195
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2195
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.56/node_modules/@amplitude/analytics-node/lib/esm/version.js
|
|
2196
2196
|
var VERSION;
|
|
2197
2197
|
var init_version = __esm({
|
|
2198
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2199
|
-
VERSION = "1.5.
|
|
2198
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.56/node_modules/@amplitude/analytics-node/lib/esm/version.js"() {
|
|
2199
|
+
VERSION = "1.5.56";
|
|
2200
2200
|
}
|
|
2201
2201
|
});
|
|
2202
2202
|
|
|
2203
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2203
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.56/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js
|
|
2204
2204
|
var Context;
|
|
2205
2205
|
var init_context = __esm({
|
|
2206
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2206
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.56/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js"() {
|
|
2207
2207
|
init_tslib_es6();
|
|
2208
2208
|
init_esm();
|
|
2209
2209
|
init_version();
|
|
@@ -2238,7 +2238,7 @@ var init_context = __esm({
|
|
|
2238
2238
|
});
|
|
2239
2239
|
var Http;
|
|
2240
2240
|
var init_http = __esm({
|
|
2241
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2241
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.56/node_modules/@amplitude/analytics-node/lib/esm/transports/http.js"() {
|
|
2242
2242
|
init_tslib_es6();
|
|
2243
2243
|
init_esm();
|
|
2244
2244
|
Http = /** @class */
|
|
@@ -2300,10 +2300,10 @@ var init_http = __esm({
|
|
|
2300
2300
|
}
|
|
2301
2301
|
});
|
|
2302
2302
|
|
|
2303
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2303
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.56/node_modules/@amplitude/analytics-node/lib/esm/config.js
|
|
2304
2304
|
var NodeConfig, useNodeConfig;
|
|
2305
2305
|
var init_config2 = __esm({
|
|
2306
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2306
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.56/node_modules/@amplitude/analytics-node/lib/esm/config.js"() {
|
|
2307
2307
|
init_tslib_es6();
|
|
2308
2308
|
init_esm();
|
|
2309
2309
|
init_http();
|
|
@@ -2321,10 +2321,10 @@ var init_config2 = __esm({
|
|
|
2321
2321
|
}
|
|
2322
2322
|
});
|
|
2323
2323
|
|
|
2324
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2324
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.56/node_modules/@amplitude/analytics-node/lib/esm/node-client.js
|
|
2325
2325
|
var AmplitudeNode, createInstance, node_client_default;
|
|
2326
2326
|
var init_node_client = __esm({
|
|
2327
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2327
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.56/node_modules/@amplitude/analytics-node/lib/esm/node-client.js"() {
|
|
2328
2328
|
init_tslib_es6();
|
|
2329
2329
|
init_esm();
|
|
2330
2330
|
init_context();
|
|
@@ -2398,7 +2398,7 @@ var init_node_client = __esm({
|
|
|
2398
2398
|
}
|
|
2399
2399
|
});
|
|
2400
2400
|
|
|
2401
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2401
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.56/node_modules/@amplitude/analytics-node/lib/esm/types.js
|
|
2402
2402
|
var types_exports = {};
|
|
2403
2403
|
__export(types_exports, {
|
|
2404
2404
|
IdentifyOperation: () => IdentifyOperation,
|
|
@@ -2409,12 +2409,12 @@ __export(types_exports, {
|
|
|
2409
2409
|
SpecialEventType: () => SpecialEventType
|
|
2410
2410
|
});
|
|
2411
2411
|
var init_types = __esm({
|
|
2412
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2412
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.56/node_modules/@amplitude/analytics-node/lib/esm/types.js"() {
|
|
2413
2413
|
init_esm();
|
|
2414
2414
|
}
|
|
2415
2415
|
});
|
|
2416
2416
|
|
|
2417
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2417
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.56/node_modules/@amplitude/analytics-node/lib/esm/index.js
|
|
2418
2418
|
var esm_exports = {};
|
|
2419
2419
|
__export(esm_exports, {
|
|
2420
2420
|
Identify: () => Identify,
|
|
@@ -2435,7 +2435,7 @@ __export(esm_exports, {
|
|
|
2435
2435
|
});
|
|
2436
2436
|
var add, groupIdentify, identify, init, logEvent, remove, revenue, setGroup, setOptOut, track, flush;
|
|
2437
2437
|
var init_esm2 = __esm({
|
|
2438
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2438
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.56/node_modules/@amplitude/analytics-node/lib/esm/index.js"() {
|
|
2439
2439
|
init_node_client();
|
|
2440
2440
|
init_node_client();
|
|
2441
2441
|
init_esm();
|