autotel-subscribers 16.0.1 → 18.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 +350 -249
- package/dist/factories.cjs.map +1 -1
- package/dist/factories.js +350 -249
- package/dist/factories.js.map +1 -1
- package/dist/index.cjs +350 -249
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +350 -249
- package/dist/index.js.map +1 -1
- package/dist/posthog.cjs +286 -185
- package/dist/posthog.cjs.map +1 -1
- package/dist/posthog.js +286 -185
- package/dist/posthog.js.map +1 -1
- package/package.json +14 -14
- package/src/segment.test.ts +1 -0
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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js"() {
|
|
529
529
|
init_tslib_es6();
|
|
530
530
|
init_result_builder();
|
|
531
531
|
init_uuid();
|
|
@@ -827,10 +827,10 @@ var init_timeline = __esm({
|
|
|
827
827
|
}
|
|
828
828
|
});
|
|
829
829
|
|
|
830
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
830
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js
|
|
831
831
|
var createTrackEvent, createIdentifyEvent, createGroupIdentifyEvent, createGroupEvent, createRevenueEvent;
|
|
832
832
|
var init_event_builder = __esm({
|
|
833
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
833
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js"() {
|
|
834
834
|
init_tslib_es6();
|
|
835
835
|
init_identify();
|
|
836
836
|
init_event();
|
|
@@ -860,10 +860,10 @@ var init_event_builder = __esm({
|
|
|
860
860
|
}
|
|
861
861
|
});
|
|
862
862
|
|
|
863
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
863
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js
|
|
864
864
|
var returnWrapper;
|
|
865
865
|
var init_return_wrapper = __esm({
|
|
866
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
866
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js"() {
|
|
867
867
|
returnWrapper = function(awaitable) {
|
|
868
868
|
return {
|
|
869
869
|
promise: awaitable || Promise.resolve()
|
|
@@ -872,10 +872,10 @@ var init_return_wrapper = __esm({
|
|
|
872
872
|
}
|
|
873
873
|
});
|
|
874
874
|
|
|
875
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
875
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js
|
|
876
876
|
var AmplitudeCore;
|
|
877
877
|
var init_core_client = __esm({
|
|
878
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
878
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js"() {
|
|
879
879
|
init_tslib_es6();
|
|
880
880
|
init_event();
|
|
881
881
|
init_identify();
|
|
@@ -1143,10 +1143,10 @@ var init_core_client = __esm({
|
|
|
1143
1143
|
}
|
|
1144
1144
|
});
|
|
1145
1145
|
|
|
1146
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1146
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js
|
|
1147
1147
|
var Revenue, RevenueProperty;
|
|
1148
1148
|
var init_revenue = __esm({
|
|
1149
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1149
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js"() {
|
|
1150
1150
|
init_tslib_es6();
|
|
1151
1151
|
init_valid_properties();
|
|
1152
1152
|
Revenue = /** @class */
|
|
@@ -1223,10 +1223,10 @@ var init_revenue = __esm({
|
|
|
1223
1223
|
}
|
|
1224
1224
|
});
|
|
1225
1225
|
|
|
1226
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1226
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js
|
|
1227
1227
|
var chunk;
|
|
1228
1228
|
var init_chunk = __esm({
|
|
1229
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1229
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js"() {
|
|
1230
1230
|
chunk = function(arr, size) {
|
|
1231
1231
|
var chunkSize = Math.max(size, 1);
|
|
1232
1232
|
return arr.reduce(function(chunks, element, index) {
|
|
@@ -1241,10 +1241,10 @@ var init_chunk = __esm({
|
|
|
1241
1241
|
}
|
|
1242
1242
|
});
|
|
1243
1243
|
|
|
1244
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1244
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js
|
|
1245
1245
|
var LogLevel;
|
|
1246
1246
|
var init_loglevel = __esm({
|
|
1247
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1247
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js"() {
|
|
1248
1248
|
(function(LogLevel2) {
|
|
1249
1249
|
LogLevel2[LogLevel2["None"] = 0] = "None";
|
|
1250
1250
|
LogLevel2[LogLevel2["Error"] = 1] = "Error";
|
|
@@ -1255,10 +1255,10 @@ var init_loglevel = __esm({
|
|
|
1255
1255
|
}
|
|
1256
1256
|
});
|
|
1257
1257
|
|
|
1258
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1258
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js
|
|
1259
1259
|
var PREFIX, Logger;
|
|
1260
1260
|
var init_logger = __esm({
|
|
1261
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1261
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js"() {
|
|
1262
1262
|
init_loglevel();
|
|
1263
1263
|
PREFIX = "Amplitude Logger ";
|
|
1264
1264
|
Logger = /** @class */
|
|
@@ -1320,10 +1320,10 @@ var init_logger = __esm({
|
|
|
1320
1320
|
}
|
|
1321
1321
|
});
|
|
1322
1322
|
|
|
1323
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1323
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/config.js
|
|
1324
1324
|
var getDefaultConfig, Config, getServerUrl, createServerConfig, RequestMetadata;
|
|
1325
1325
|
var init_config = __esm({
|
|
1326
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1326
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/config.js"() {
|
|
1327
1327
|
init_constants();
|
|
1328
1328
|
init_logger();
|
|
1329
1329
|
init_loglevel();
|
|
@@ -1424,19 +1424,19 @@ var init_config = __esm({
|
|
|
1424
1424
|
}
|
|
1425
1425
|
});
|
|
1426
1426
|
|
|
1427
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1427
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js
|
|
1428
1428
|
function isSuccessStatusCode(code) {
|
|
1429
1429
|
return code >= 200 && code < 300;
|
|
1430
1430
|
}
|
|
1431
1431
|
var init_status_code = __esm({
|
|
1432
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1432
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js"() {
|
|
1433
1433
|
}
|
|
1434
1434
|
});
|
|
1435
1435
|
|
|
1436
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1436
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js
|
|
1437
1437
|
var getStacktrace, getClientLogConfig, getValueByStringPath, getClientStates, debugWrapper;
|
|
1438
1438
|
var init_debug = __esm({
|
|
1439
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1439
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js"() {
|
|
1440
1440
|
init_tslib_es6();
|
|
1441
1441
|
init_loglevel();
|
|
1442
1442
|
getStacktrace = function(ignoreDepth) {
|
|
@@ -1554,7 +1554,7 @@ var init_debug = __esm({
|
|
|
1554
1554
|
}
|
|
1555
1555
|
});
|
|
1556
1556
|
|
|
1557
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1557
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js
|
|
1558
1558
|
function getErrorMessage(error) {
|
|
1559
1559
|
if (error instanceof Error)
|
|
1560
1560
|
return error.message;
|
|
@@ -1572,7 +1572,7 @@ function getResponseBodyString(res) {
|
|
|
1572
1572
|
}
|
|
1573
1573
|
var Destination;
|
|
1574
1574
|
var init_destination = __esm({
|
|
1575
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1575
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js"() {
|
|
1576
1576
|
init_tslib_es6();
|
|
1577
1577
|
init_status();
|
|
1578
1578
|
init_messages();
|
|
@@ -1963,10 +1963,10 @@ var init_destination = __esm({
|
|
|
1963
1963
|
}
|
|
1964
1964
|
});
|
|
1965
1965
|
|
|
1966
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1966
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js
|
|
1967
1967
|
var BaseTransport;
|
|
1968
1968
|
var init_base = __esm({
|
|
1969
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
1969
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js"() {
|
|
1970
1970
|
init_status();
|
|
1971
1971
|
init_status_code();
|
|
1972
1972
|
BaseTransport = /** @class */
|
|
@@ -2068,10 +2068,10 @@ var init_base = __esm({
|
|
|
2068
2068
|
}
|
|
2069
2069
|
});
|
|
2070
2070
|
|
|
2071
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2071
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js
|
|
2072
2072
|
var ServerZone;
|
|
2073
2073
|
var init_server_zone = __esm({
|
|
2074
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2074
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js"() {
|
|
2075
2075
|
(function(ServerZone2) {
|
|
2076
2076
|
ServerZone2["US"] = "US";
|
|
2077
2077
|
ServerZone2["EU"] = "EU";
|
|
@@ -2080,17 +2080,17 @@ var init_server_zone = __esm({
|
|
|
2080
2080
|
}
|
|
2081
2081
|
});
|
|
2082
2082
|
|
|
2083
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2083
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js
|
|
2084
2084
|
var OfflineDisabled;
|
|
2085
2085
|
var init_offline = __esm({
|
|
2086
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2086
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js"() {
|
|
2087
2087
|
OfflineDisabled = null;
|
|
2088
2088
|
}
|
|
2089
2089
|
});
|
|
2090
2090
|
|
|
2091
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2091
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/index.js
|
|
2092
2092
|
var init_esm = __esm({
|
|
2093
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
2093
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/index.js"() {
|
|
2094
2094
|
init_core_client();
|
|
2095
2095
|
init_identify();
|
|
2096
2096
|
init_revenue();
|
|
@@ -2107,18 +2107,18 @@ var init_esm = __esm({
|
|
|
2107
2107
|
}
|
|
2108
2108
|
});
|
|
2109
2109
|
|
|
2110
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2110
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/version.js
|
|
2111
2111
|
var VERSION;
|
|
2112
2112
|
var init_version = __esm({
|
|
2113
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2114
|
-
VERSION = "1.5.
|
|
2113
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/version.js"() {
|
|
2114
|
+
VERSION = "1.5.34";
|
|
2115
2115
|
}
|
|
2116
2116
|
});
|
|
2117
2117
|
|
|
2118
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2118
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js
|
|
2119
2119
|
var Context;
|
|
2120
2120
|
var init_context = __esm({
|
|
2121
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2121
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js"() {
|
|
2122
2122
|
init_tslib_es6();
|
|
2123
2123
|
init_esm();
|
|
2124
2124
|
init_version();
|
|
@@ -2153,7 +2153,7 @@ var init_context = __esm({
|
|
|
2153
2153
|
});
|
|
2154
2154
|
var Http;
|
|
2155
2155
|
var init_http = __esm({
|
|
2156
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2156
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/transports/http.js"() {
|
|
2157
2157
|
init_tslib_es6();
|
|
2158
2158
|
init_esm();
|
|
2159
2159
|
Http = /** @class */
|
|
@@ -2215,10 +2215,10 @@ var init_http = __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.34/node_modules/@amplitude/analytics-node/lib/esm/config.js
|
|
2219
2219
|
var NodeConfig, useNodeConfig;
|
|
2220
2220
|
var init_config2 = __esm({
|
|
2221
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2221
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/config.js"() {
|
|
2222
2222
|
init_tslib_es6();
|
|
2223
2223
|
init_esm();
|
|
2224
2224
|
init_http();
|
|
@@ -2236,10 +2236,10 @@ var init_config2 = __esm({
|
|
|
2236
2236
|
}
|
|
2237
2237
|
});
|
|
2238
2238
|
|
|
2239
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2239
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/node-client.js
|
|
2240
2240
|
var AmplitudeNode, createInstance, node_client_default;
|
|
2241
2241
|
var init_node_client = __esm({
|
|
2242
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2242
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/node-client.js"() {
|
|
2243
2243
|
init_tslib_es6();
|
|
2244
2244
|
init_esm();
|
|
2245
2245
|
init_context();
|
|
@@ -2313,7 +2313,7 @@ var init_node_client = __esm({
|
|
|
2313
2313
|
}
|
|
2314
2314
|
});
|
|
2315
2315
|
|
|
2316
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2316
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/types.js
|
|
2317
2317
|
var types_exports = {};
|
|
2318
2318
|
__export(types_exports, {
|
|
2319
2319
|
IdentifyOperation: () => IdentifyOperation,
|
|
@@ -2324,12 +2324,12 @@ __export(types_exports, {
|
|
|
2324
2324
|
SpecialEventType: () => SpecialEventType
|
|
2325
2325
|
});
|
|
2326
2326
|
var init_types = __esm({
|
|
2327
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2327
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/types.js"() {
|
|
2328
2328
|
init_esm();
|
|
2329
2329
|
}
|
|
2330
2330
|
});
|
|
2331
2331
|
|
|
2332
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2332
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/index.js
|
|
2333
2333
|
var esm_exports = {};
|
|
2334
2334
|
__export(esm_exports, {
|
|
2335
2335
|
Identify: () => Identify,
|
|
@@ -2350,7 +2350,7 @@ __export(esm_exports, {
|
|
|
2350
2350
|
});
|
|
2351
2351
|
var add, groupIdentify, identify, init, logEvent, remove, revenue, setGroup, setOptOut, track, flush;
|
|
2352
2352
|
var init_esm2 = __esm({
|
|
2353
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
2353
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/index.js"() {
|
|
2354
2354
|
init_node_client();
|
|
2355
2355
|
init_node_client();
|
|
2356
2356
|
init_esm();
|