autotel-subscribers 35.0.2 → 36.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.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.49.0/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.49.0/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.49.0/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.49.0/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.49.0/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.49.0/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.49.0/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.49.0/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.49.0/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.49.0/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.49.0/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.49.0/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.49.0/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.49.0/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.49.0/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.49.0/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.49.0/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.49.0/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.49.0/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.49.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js"() {
|
|
529
529
|
init_tslib_es6();
|
|
530
530
|
init_result_builder();
|
|
531
531
|
init_uuid();
|
|
@@ -899,10 +899,10 @@ var init_timeline = __esm({
|
|
|
899
899
|
}
|
|
900
900
|
});
|
|
901
901
|
|
|
902
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
902
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js
|
|
903
903
|
var createTrackEvent, createIdentifyEvent, createGroupIdentifyEvent, createGroupEvent, createRevenueEvent;
|
|
904
904
|
var init_event_builder = __esm({
|
|
905
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
905
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js"() {
|
|
906
906
|
init_tslib_es6();
|
|
907
907
|
init_identify();
|
|
908
908
|
init_event();
|
|
@@ -932,10 +932,10 @@ var init_event_builder = __esm({
|
|
|
932
932
|
}
|
|
933
933
|
});
|
|
934
934
|
|
|
935
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
935
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js
|
|
936
936
|
var returnWrapper;
|
|
937
937
|
var init_return_wrapper = __esm({
|
|
938
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
938
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js"() {
|
|
939
939
|
returnWrapper = function(awaitable) {
|
|
940
940
|
return {
|
|
941
941
|
promise: awaitable || Promise.resolve()
|
|
@@ -944,10 +944,10 @@ var init_return_wrapper = __esm({
|
|
|
944
944
|
}
|
|
945
945
|
});
|
|
946
946
|
|
|
947
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
947
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js
|
|
948
948
|
var AmplitudeCore;
|
|
949
949
|
var init_core_client = __esm({
|
|
950
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
950
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js"() {
|
|
951
951
|
init_tslib_es6();
|
|
952
952
|
init_event();
|
|
953
953
|
init_identify();
|
|
@@ -1219,10 +1219,10 @@ var init_core_client = __esm({
|
|
|
1219
1219
|
}
|
|
1220
1220
|
});
|
|
1221
1221
|
|
|
1222
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1222
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js
|
|
1223
1223
|
var Revenue, RevenueProperty;
|
|
1224
1224
|
var init_revenue = __esm({
|
|
1225
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1225
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js"() {
|
|
1226
1226
|
init_tslib_es6();
|
|
1227
1227
|
init_valid_properties();
|
|
1228
1228
|
Revenue = /** @class */
|
|
@@ -1303,10 +1303,10 @@ var init_revenue = __esm({
|
|
|
1303
1303
|
}
|
|
1304
1304
|
});
|
|
1305
1305
|
|
|
1306
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1306
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js
|
|
1307
1307
|
var chunk;
|
|
1308
1308
|
var init_chunk = __esm({
|
|
1309
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1309
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js"() {
|
|
1310
1310
|
chunk = function(arr, size) {
|
|
1311
1311
|
var chunkSize = Math.max(size, 1);
|
|
1312
1312
|
return arr.reduce(function(chunks, element, index) {
|
|
@@ -1321,10 +1321,10 @@ var init_chunk = __esm({
|
|
|
1321
1321
|
}
|
|
1322
1322
|
});
|
|
1323
1323
|
|
|
1324
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1324
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js
|
|
1325
1325
|
var LogLevel;
|
|
1326
1326
|
var init_loglevel = __esm({
|
|
1327
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1327
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js"() {
|
|
1328
1328
|
(function(LogLevel2) {
|
|
1329
1329
|
LogLevel2[LogLevel2["None"] = 0] = "None";
|
|
1330
1330
|
LogLevel2[LogLevel2["Error"] = 1] = "Error";
|
|
@@ -1335,10 +1335,10 @@ var init_loglevel = __esm({
|
|
|
1335
1335
|
}
|
|
1336
1336
|
});
|
|
1337
1337
|
|
|
1338
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1338
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js
|
|
1339
1339
|
var PREFIX, Logger;
|
|
1340
1340
|
var init_logger = __esm({
|
|
1341
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1341
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js"() {
|
|
1342
1342
|
init_loglevel();
|
|
1343
1343
|
PREFIX = "Amplitude Logger ";
|
|
1344
1344
|
Logger = /** @class */
|
|
@@ -1400,10 +1400,10 @@ var init_logger = __esm({
|
|
|
1400
1400
|
}
|
|
1401
1401
|
});
|
|
1402
1402
|
|
|
1403
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1403
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/config.js
|
|
1404
1404
|
var getDefaultConfig, Config, getServerUrl, createServerConfig, RequestMetadata;
|
|
1405
1405
|
var init_config = __esm({
|
|
1406
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1406
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/config.js"() {
|
|
1407
1407
|
init_constants();
|
|
1408
1408
|
init_logger();
|
|
1409
1409
|
init_loglevel();
|
|
@@ -1504,19 +1504,19 @@ var init_config = __esm({
|
|
|
1504
1504
|
}
|
|
1505
1505
|
});
|
|
1506
1506
|
|
|
1507
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1507
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js
|
|
1508
1508
|
function isSuccessStatusCode(code) {
|
|
1509
1509
|
return code >= 200 && code < 300;
|
|
1510
1510
|
}
|
|
1511
1511
|
var init_status_code = __esm({
|
|
1512
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1512
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js"() {
|
|
1513
1513
|
}
|
|
1514
1514
|
});
|
|
1515
1515
|
|
|
1516
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1516
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js
|
|
1517
1517
|
var getStacktrace, getClientLogConfig, getValueByStringPath, getClientStates, debugWrapper;
|
|
1518
1518
|
var init_debug = __esm({
|
|
1519
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1519
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js"() {
|
|
1520
1520
|
init_tslib_es6();
|
|
1521
1521
|
init_loglevel();
|
|
1522
1522
|
getStacktrace = function(ignoreDepth) {
|
|
@@ -1634,7 +1634,7 @@ var init_debug = __esm({
|
|
|
1634
1634
|
}
|
|
1635
1635
|
});
|
|
1636
1636
|
|
|
1637
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1637
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js
|
|
1638
1638
|
function getErrorMessage(error) {
|
|
1639
1639
|
if (error instanceof Error)
|
|
1640
1640
|
return error.message;
|
|
@@ -1652,7 +1652,7 @@ function getResponseBodyString(res) {
|
|
|
1652
1652
|
}
|
|
1653
1653
|
var DEFAULT_AMPLITUDE_SERVER_URLS, shouldCompressUploadBodyForRequest, Destination;
|
|
1654
1654
|
var init_destination = __esm({
|
|
1655
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1655
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js"() {
|
|
1656
1656
|
init_tslib_es6();
|
|
1657
1657
|
init_status();
|
|
1658
1658
|
init_messages();
|
|
@@ -2059,10 +2059,10 @@ var init_destination = __esm({
|
|
|
2059
2059
|
}
|
|
2060
2060
|
});
|
|
2061
2061
|
|
|
2062
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2062
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js
|
|
2063
2063
|
var BaseTransport;
|
|
2064
2064
|
var init_base = __esm({
|
|
2065
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2065
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js"() {
|
|
2066
2066
|
init_status();
|
|
2067
2067
|
init_status_code();
|
|
2068
2068
|
BaseTransport = /** @class */
|
|
@@ -2164,10 +2164,10 @@ var init_base = __esm({
|
|
|
2164
2164
|
}
|
|
2165
2165
|
});
|
|
2166
2166
|
|
|
2167
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2167
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js
|
|
2168
2168
|
var ServerZone;
|
|
2169
2169
|
var init_server_zone = __esm({
|
|
2170
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2170
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js"() {
|
|
2171
2171
|
(function(ServerZone2) {
|
|
2172
2172
|
ServerZone2["US"] = "US";
|
|
2173
2173
|
ServerZone2["EU"] = "EU";
|
|
@@ -2176,17 +2176,17 @@ var init_server_zone = __esm({
|
|
|
2176
2176
|
}
|
|
2177
2177
|
});
|
|
2178
2178
|
|
|
2179
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2179
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js
|
|
2180
2180
|
var OfflineDisabled;
|
|
2181
2181
|
var init_offline = __esm({
|
|
2182
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2182
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js"() {
|
|
2183
2183
|
OfflineDisabled = null;
|
|
2184
2184
|
}
|
|
2185
2185
|
});
|
|
2186
2186
|
|
|
2187
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2187
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/index.js
|
|
2188
2188
|
var init_esm = __esm({
|
|
2189
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2189
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.49.0/node_modules/@amplitude/analytics-core/lib/esm/index.js"() {
|
|
2190
2190
|
init_core_client();
|
|
2191
2191
|
init_identify();
|
|
2192
2192
|
init_revenue();
|
|
@@ -2203,18 +2203,18 @@ var init_esm = __esm({
|
|
|
2203
2203
|
}
|
|
2204
2204
|
});
|
|
2205
2205
|
|
|
2206
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2206
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/version.js
|
|
2207
2207
|
var VERSION;
|
|
2208
2208
|
var init_version = __esm({
|
|
2209
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2210
|
-
VERSION = "1.5.
|
|
2209
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/version.js"() {
|
|
2210
|
+
VERSION = "1.5.59";
|
|
2211
2211
|
}
|
|
2212
2212
|
});
|
|
2213
2213
|
|
|
2214
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2214
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js
|
|
2215
2215
|
var Context;
|
|
2216
2216
|
var init_context = __esm({
|
|
2217
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2217
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js"() {
|
|
2218
2218
|
init_tslib_es6();
|
|
2219
2219
|
init_esm();
|
|
2220
2220
|
init_version();
|
|
@@ -2249,7 +2249,7 @@ var init_context = __esm({
|
|
|
2249
2249
|
});
|
|
2250
2250
|
var Http;
|
|
2251
2251
|
var init_http = __esm({
|
|
2252
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2252
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/transports/http.js"() {
|
|
2253
2253
|
init_tslib_es6();
|
|
2254
2254
|
init_esm();
|
|
2255
2255
|
Http = /** @class */
|
|
@@ -2311,10 +2311,10 @@ var init_http = __esm({
|
|
|
2311
2311
|
}
|
|
2312
2312
|
});
|
|
2313
2313
|
|
|
2314
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2314
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/config.js
|
|
2315
2315
|
var NodeConfig, useNodeConfig;
|
|
2316
2316
|
var init_config2 = __esm({
|
|
2317
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2317
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/config.js"() {
|
|
2318
2318
|
init_tslib_es6();
|
|
2319
2319
|
init_esm();
|
|
2320
2320
|
init_http();
|
|
@@ -2332,10 +2332,10 @@ var init_config2 = __esm({
|
|
|
2332
2332
|
}
|
|
2333
2333
|
});
|
|
2334
2334
|
|
|
2335
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2335
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/node-client.js
|
|
2336
2336
|
var AmplitudeNode, createInstance, node_client_default;
|
|
2337
2337
|
var init_node_client = __esm({
|
|
2338
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2338
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/node-client.js"() {
|
|
2339
2339
|
init_tslib_es6();
|
|
2340
2340
|
init_esm();
|
|
2341
2341
|
init_context();
|
|
@@ -2409,7 +2409,7 @@ var init_node_client = __esm({
|
|
|
2409
2409
|
}
|
|
2410
2410
|
});
|
|
2411
2411
|
|
|
2412
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2412
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/types.js
|
|
2413
2413
|
var types_exports = {};
|
|
2414
2414
|
__export(types_exports, {
|
|
2415
2415
|
IdentifyOperation: () => IdentifyOperation,
|
|
@@ -2420,12 +2420,12 @@ __export(types_exports, {
|
|
|
2420
2420
|
SpecialEventType: () => SpecialEventType
|
|
2421
2421
|
});
|
|
2422
2422
|
var init_types = __esm({
|
|
2423
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2423
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/types.js"() {
|
|
2424
2424
|
init_esm();
|
|
2425
2425
|
}
|
|
2426
2426
|
});
|
|
2427
2427
|
|
|
2428
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2428
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/index.js
|
|
2429
2429
|
var esm_exports = {};
|
|
2430
2430
|
__export(esm_exports, {
|
|
2431
2431
|
Identify: () => Identify,
|
|
@@ -2446,7 +2446,7 @@ __export(esm_exports, {
|
|
|
2446
2446
|
});
|
|
2447
2447
|
var add, groupIdentify, identify, init, logEvent, remove, revenue, setGroup, setOptOut, track, flush;
|
|
2448
2448
|
var init_esm2 = __esm({
|
|
2449
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2449
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.59/node_modules/@amplitude/analytics-node/lib/esm/index.js"() {
|
|
2450
2450
|
init_node_client();
|
|
2451
2451
|
init_node_client();
|
|
2452
2452
|
init_esm();
|