@microsoft/applicationinsights-properties-js 2.8.10-nightly.2210-09 → 2.8.10-nightly.2211-01

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.
Files changed (33) hide show
  1. package/browser/applicationinsights-properties-js.integrity.json +9 -9
  2. package/browser/applicationinsights-properties-js.js +66 -66
  3. package/browser/applicationinsights-properties-js.js.map +1 -1
  4. package/browser/applicationinsights-properties-js.min.js +2 -2
  5. package/browser/applicationinsights-properties-js.min.js.map +1 -1
  6. package/dist/applicationinsights-properties-js.d.ts +1 -1
  7. package/dist/applicationinsights-properties-js.js +66 -66
  8. package/dist/applicationinsights-properties-js.js.map +1 -1
  9. package/dist/applicationinsights-properties-js.min.js +2 -2
  10. package/dist/applicationinsights-properties-js.min.js.map +1 -1
  11. package/dist/applicationinsights-properties-js.rollup.d.ts +1 -1
  12. package/dist-esm/Context/Application.js +1 -1
  13. package/dist-esm/Context/Device.js +1 -1
  14. package/dist-esm/Context/Internal.js +2 -2
  15. package/dist-esm/Context/Internal.js.map +1 -1
  16. package/dist-esm/Context/Location.js +1 -1
  17. package/dist-esm/Context/Session.js +11 -11
  18. package/dist-esm/Context/Session.js.map +1 -1
  19. package/dist-esm/Context/TelemetryTrace.js +1 -1
  20. package/dist-esm/Context/User.js +7 -7
  21. package/dist-esm/Context/User.js.map +1 -1
  22. package/dist-esm/Interfaces/IPropTelemetryContext.js +1 -1
  23. package/dist-esm/Interfaces/ITelemetryConfig.js +1 -1
  24. package/dist-esm/PropertiesPlugin.js +10 -10
  25. package/dist-esm/PropertiesPlugin.js.map +1 -1
  26. package/dist-esm/TelemetryContext.js +9 -9
  27. package/dist-esm/TelemetryContext.js.map +1 -1
  28. package/dist-esm/__DynamicConstants.js +27 -27
  29. package/dist-esm/__DynamicConstants.js.map +1 -1
  30. package/dist-esm/applicationinsights-properties-js.js +1 -1
  31. package/package.json +3 -3
  32. package/src/__DynamicConstants.ts +26 -26
  33. package/types/__DynamicConstants.d.ts +26 -26
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Properties Plugin, 2.8.10-nightly.2210-09
2
+ * Application Insights JavaScript SDK - Properties Plugin, 2.8.10-nightly.2211-01
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -11,38 +11,38 @@
11
11
  // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
  // Note: DON'T Export these const from the package as we are still targeting ES3 this will export a mutable variables that someone could change!!!
13
13
  // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14
- export var _DYN_SESSION_MANAGER = "sessionManager"; // Count: 3
15
- export var _DYN_UPDATE = "update"; // Count: 4
16
- export var _DYN_IS_USER_COOKIE_SET = "isUserCookieSet"; // Count: 4
17
- export var _DYN_IS_NEW_USER = "isNewUser"; // Count: 4
18
- export var _DYN_GET_TRACE_CTX = "getTraceCtx"; // Count: 3
19
- export var _DYN_TELEMETRY_TRACE = "telemetryTrace"; // Count: 3
20
- export var _DYN_APPLY_SESSION_CONTEX0 = "applySessionContext"; // Count: 2
21
- export var _DYN_APPLY_APPLICATION_CO1 = "applyApplicationContext"; // Count: 2
22
- export var _DYN_APPLY_DEVICE_CONTEXT = "applyDeviceContext"; // Count: 2
23
- export var _DYN_APPLY_OPERATION_CONT2 = "applyOperationContext"; // Count: 2
24
- export var _DYN_APPLY_USER_CONTEXT = "applyUserContext"; // Count: 2
25
- export var _DYN_APPLY_OPERATING_SYST3 = "applyOperatingSystemContxt"; // Count: 2
26
- export var _DYN_APPLY_LOCATION_CONTE4 = "applyLocationContext"; // Count: 2
27
- export var _DYN_APPLY_INTERNAL_CONTE5 = "applyInternalContext"; // Count: 2
28
- export var _DYN_ACCOUNT_ID = "accountId"; // Count: 8
29
14
  export var _DYN_SDK_EXTENSION = "sdkExtension"; // Count: 4
30
- export var _DYN_GET_SESSION_ID = "getSessionId"; // Count: 4
31
- export var _DYN_NAME_PREFIX = "namePrefix"; // Count: 7
32
- export var _DYN_SESSION_COOKIE_POSTF6 = "sessionCookiePostfix"; // Count: 4
33
- export var _DYN_USER_COOKIE_POSTFIX = "userCookiePostfix"; // Count: 4
34
- export var _DYN_ID_LENGTH = "idLength"; // Count: 5
35
- export var _DYN_GET_NEW_ID = "getNewId"; // Count: 6
36
- export var _DYN_LENGTH = "length"; // Count: 4
37
- export var _DYN_AUTOMATIC_SESSION = "automaticSession"; // Count: 5
38
- export var _DYN_AUTHENTICATED_ID = "authenticatedId"; // Count: 6
39
- export var _DYN_SESSION_EXPIRATION_M7 = "sessionExpirationMs"; // Count: 5
15
+ export var _DYN_SESSION_EXPIRATION_M0 = "sessionExpirationMs"; // Count: 5
40
16
  export var _DYN_SESSION_RENEWAL_MS = "sessionRenewalMs"; // Count: 4
41
17
  export var _DYN_CONFIG = "config"; // Count: 4
18
+ export var _DYN_SESSION_COOKIE_POSTF1 = "sessionCookiePostfix"; // Count: 4
19
+ export var _DYN_NAME_PREFIX = "namePrefix"; // Count: 7
20
+ export var _DYN_AUTOMATIC_SESSION = "automaticSession"; // Count: 5
21
+ export var _DYN_UPDATE = "update"; // Count: 4
42
22
  export var _DYN_ACQUISITION_DATE = "acquisitionDate"; // Count: 5
43
23
  export var _DYN_RENEWAL_DATE = "renewalDate"; // Count: 4
24
+ export var _DYN_LENGTH = "length"; // Count: 4
25
+ export var _DYN_GET_NEW_ID = "getNewId"; // Count: 6
26
+ export var _DYN_ID_LENGTH = "idLength"; // Count: 5
44
27
  export var _DYN_COOKIE_DOMAIN = "cookieDomain"; // Count: 3
45
28
  export var _DYN_JOIN = "join"; // Count: 5
29
+ export var _DYN_USER_COOKIE_POSTFIX = "userCookiePostfix"; // Count: 4
30
+ export var _DYN_IS_NEW_USER = "isNewUser"; // Count: 4
46
31
  export var _DYN_COOKIE_SEPARATOR = "cookieSeparator"; // Count: 5
47
- export var _DYN_AUTH_USER_COOKIE_NAM8 = "authUserCookieName"; // Count: 3
32
+ export var _DYN_IS_USER_COOKIE_SET = "isUserCookieSet"; // Count: 4
33
+ export var _DYN_ACCOUNT_ID = "accountId"; // Count: 8
34
+ export var _DYN_AUTH_USER_COOKIE_NAM2 = "authUserCookieName"; // Count: 3
35
+ export var _DYN_AUTHENTICATED_ID = "authenticatedId"; // Count: 6
36
+ export var _DYN_SESSION_MANAGER = "sessionManager"; // Count: 3
37
+ export var _DYN_GET_TRACE_CTX = "getTraceCtx"; // Count: 3
38
+ export var _DYN_TELEMETRY_TRACE = "telemetryTrace"; // Count: 3
39
+ export var _DYN_APPLY_SESSION_CONTEX3 = "applySessionContext"; // Count: 2
40
+ export var _DYN_APPLY_APPLICATION_CO4 = "applyApplicationContext"; // Count: 2
41
+ export var _DYN_APPLY_DEVICE_CONTEXT = "applyDeviceContext"; // Count: 2
42
+ export var _DYN_APPLY_OPERATION_CONT5 = "applyOperationContext"; // Count: 2
43
+ export var _DYN_APPLY_USER_CONTEXT = "applyUserContext"; // Count: 2
44
+ export var _DYN_APPLY_OPERATING_SYST6 = "applyOperatingSystemContxt"; // Count: 2
45
+ export var _DYN_APPLY_LOCATION_CONTE7 = "applyLocationContext"; // Count: 2
46
+ export var _DYN_APPLY_INTERNAL_CONTE8 = "applyInternalContext"; // Count: 2
47
+ export var _DYN_GET_SESSION_ID = "getSessionId"; // Count: 4
48
48
  //# sourceMappingURL=__DynamicConstants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"__DynamicConstants.js.map","sources":["__DynamicConstants.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\n// @skip-file-minify\r\n// ##############################################################\r\n// AUTO GENERATED FILE: This file is Auto Generated during build.\r\n// ##############################################################\r\n// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\r\n// Note: DON'T Export these const from the package as we are still targeting ES3 this will export a mutable variables that someone could change!!!\r\n// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\r\nexport var _DYN_SESSION_MANAGER = \"sessionManager\"; // Count: 3\r\nexport var _DYN_UPDATE = \"update\"; // Count: 4\r\nexport var _DYN_IS_USER_COOKIE_SET = \"isUserCookieSet\"; // Count: 4\r\nexport var _DYN_IS_NEW_USER = \"isNewUser\"; // Count: 4\r\nexport var _DYN_GET_TRACE_CTX = \"getTraceCtx\"; // Count: 3\r\nexport var _DYN_TELEMETRY_TRACE = \"telemetryTrace\"; // Count: 3\r\nexport var _DYN_APPLY_SESSION_CONTEX0 = \"applySessionContext\"; // Count: 2\r\nexport var _DYN_APPLY_APPLICATION_CO1 = \"applyApplicationContext\"; // Count: 2\r\nexport var _DYN_APPLY_DEVICE_CONTEXT = \"applyDeviceContext\"; // Count: 2\r\nexport var _DYN_APPLY_OPERATION_CONT2 = \"applyOperationContext\"; // Count: 2\r\nexport var _DYN_APPLY_USER_CONTEXT = \"applyUserContext\"; // Count: 2\r\nexport var _DYN_APPLY_OPERATING_SYST3 = \"applyOperatingSystemContxt\"; // Count: 2\r\nexport var _DYN_APPLY_LOCATION_CONTE4 = \"applyLocationContext\"; // Count: 2\r\nexport var _DYN_APPLY_INTERNAL_CONTE5 = \"applyInternalContext\"; // Count: 2\r\nexport var _DYN_ACCOUNT_ID = \"accountId\"; // Count: 8\r\nexport var _DYN_SDK_EXTENSION = \"sdkExtension\"; // Count: 4\r\nexport var _DYN_GET_SESSION_ID = \"getSessionId\"; // Count: 4\r\nexport var _DYN_NAME_PREFIX = \"namePrefix\"; // Count: 7\r\nexport var _DYN_SESSION_COOKIE_POSTF6 = \"sessionCookiePostfix\"; // Count: 4\r\nexport var _DYN_USER_COOKIE_POSTFIX = \"userCookiePostfix\"; // Count: 4\r\nexport var _DYN_ID_LENGTH = \"idLength\"; // Count: 5\r\nexport var _DYN_GET_NEW_ID = \"getNewId\"; // Count: 6\r\nexport var _DYN_LENGTH = \"length\"; // Count: 4\r\nexport var _DYN_AUTOMATIC_SESSION = \"automaticSession\"; // Count: 5\r\nexport var _DYN_AUTHENTICATED_ID = \"authenticatedId\"; // Count: 6\r\nexport var _DYN_SESSION_EXPIRATION_M7 = \"sessionExpirationMs\"; // Count: 5\r\nexport var _DYN_SESSION_RENEWAL_MS = \"sessionRenewalMs\"; // Count: 4\r\nexport var _DYN_CONFIG = \"config\"; // Count: 4\r\nexport var _DYN_ACQUISITION_DATE = \"acquisitionDate\"; // Count: 5\r\nexport var _DYN_RENEWAL_DATE = \"renewalDate\"; // Count: 4\r\nexport var _DYN_COOKIE_DOMAIN = \"cookieDomain\"; // Count: 3\r\nexport var _DYN_JOIN = \"join\"; // Count: 5\r\nexport var _DYN_COOKIE_SEPARATOR = \"cookieSeparator\"; // Count: 5\r\nexport var _DYN_AUTH_USER_COOKIE_NAM8 = \"authUserCookieName\"; // Count: 3\r\n//# sourceMappingURL=__DynamicConstants.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
1
+ {"version":3,"file":"__DynamicConstants.js.map","sources":["__DynamicConstants.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\n// @skip-file-minify\r\n// ##############################################################\r\n// AUTO GENERATED FILE: This file is Auto Generated during build.\r\n// ##############################################################\r\n// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\r\n// Note: DON'T Export these const from the package as we are still targeting ES3 this will export a mutable variables that someone could change!!!\r\n// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\r\nexport var _DYN_SDK_EXTENSION = \"sdkExtension\"; // Count: 4\r\nexport var _DYN_SESSION_EXPIRATION_M0 = \"sessionExpirationMs\"; // Count: 5\r\nexport var _DYN_SESSION_RENEWAL_MS = \"sessionRenewalMs\"; // Count: 4\r\nexport var _DYN_CONFIG = \"config\"; // Count: 4\r\nexport var _DYN_SESSION_COOKIE_POSTF1 = \"sessionCookiePostfix\"; // Count: 4\r\nexport var _DYN_NAME_PREFIX = \"namePrefix\"; // Count: 7\r\nexport var _DYN_AUTOMATIC_SESSION = \"automaticSession\"; // Count: 5\r\nexport var _DYN_UPDATE = \"update\"; // Count: 4\r\nexport var _DYN_ACQUISITION_DATE = \"acquisitionDate\"; // Count: 5\r\nexport var _DYN_RENEWAL_DATE = \"renewalDate\"; // Count: 4\r\nexport var _DYN_LENGTH = \"length\"; // Count: 4\r\nexport var _DYN_GET_NEW_ID = \"getNewId\"; // Count: 6\r\nexport var _DYN_ID_LENGTH = \"idLength\"; // Count: 5\r\nexport var _DYN_COOKIE_DOMAIN = \"cookieDomain\"; // Count: 3\r\nexport var _DYN_JOIN = \"join\"; // Count: 5\r\nexport var _DYN_USER_COOKIE_POSTFIX = \"userCookiePostfix\"; // Count: 4\r\nexport var _DYN_IS_NEW_USER = \"isNewUser\"; // Count: 4\r\nexport var _DYN_COOKIE_SEPARATOR = \"cookieSeparator\"; // Count: 5\r\nexport var _DYN_IS_USER_COOKIE_SET = \"isUserCookieSet\"; // Count: 4\r\nexport var _DYN_ACCOUNT_ID = \"accountId\"; // Count: 8\r\nexport var _DYN_AUTH_USER_COOKIE_NAM2 = \"authUserCookieName\"; // Count: 3\r\nexport var _DYN_AUTHENTICATED_ID = \"authenticatedId\"; // Count: 6\r\nexport var _DYN_SESSION_MANAGER = \"sessionManager\"; // Count: 3\r\nexport var _DYN_GET_TRACE_CTX = \"getTraceCtx\"; // Count: 3\r\nexport var _DYN_TELEMETRY_TRACE = \"telemetryTrace\"; // Count: 3\r\nexport var _DYN_APPLY_SESSION_CONTEX3 = \"applySessionContext\"; // Count: 2\r\nexport var _DYN_APPLY_APPLICATION_CO4 = \"applyApplicationContext\"; // Count: 2\r\nexport var _DYN_APPLY_DEVICE_CONTEXT = \"applyDeviceContext\"; // Count: 2\r\nexport var _DYN_APPLY_OPERATION_CONT5 = \"applyOperationContext\"; // Count: 2\r\nexport var _DYN_APPLY_USER_CONTEXT = \"applyUserContext\"; // Count: 2\r\nexport var _DYN_APPLY_OPERATING_SYST6 = \"applyOperatingSystemContxt\"; // Count: 2\r\nexport var _DYN_APPLY_LOCATION_CONTE7 = \"applyLocationContext\"; // Count: 2\r\nexport var _DYN_APPLY_INTERNAL_CONTE8 = \"applyInternalContext\"; // Count: 2\r\nexport var _DYN_GET_SESSION_ID = \"getSessionId\"; // Count: 4\r\n//# sourceMappingURL=__DynamicConstants.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Properties Plugin, 2.8.10-nightly.2210-09
2
+ * Application Insights JavaScript SDK - Properties Plugin, 2.8.10-nightly.2211-01
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/applicationinsights-properties-js",
3
- "version": "2.8.10-nightly.2210-09",
3
+ "version": "2.8.10-nightly.2211-01",
4
4
  "description": "Microsoft Application Insights properties (Part A) plugin",
5
5
  "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
6
6
  "author": "Microsoft Application Insights Team",
@@ -54,8 +54,8 @@
54
54
  "dependencies": {
55
55
  "@microsoft/dynamicproto-js": "^1.1.7",
56
56
  "@microsoft/applicationinsights-shims": "2.0.2",
57
- "@microsoft/applicationinsights-core-js": "2.8.10-nightly.2210-09",
58
- "@microsoft/applicationinsights-common": "2.8.10-nightly.2210-09"
57
+ "@microsoft/applicationinsights-core-js": "2.8.10-nightly.2211-01",
58
+ "@microsoft/applicationinsights-common": "2.8.10-nightly.2211-01"
59
59
  },
60
60
  "license": "MIT",
61
61
  "publishConfig": {
@@ -10,37 +10,37 @@
10
10
  // Note: DON'T Export these const from the package as we are still targeting ES3 this will export a mutable variables that someone could change!!!
11
11
  // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
- export const _DYN_SESSION_MANAGER = "sessionManager"; // Count: 3
14
- export const _DYN_UPDATE = "update"; // Count: 4
15
- export const _DYN_IS_USER_COOKIE_SET = "isUserCookieSet"; // Count: 4
16
- export const _DYN_IS_NEW_USER = "isNewUser"; // Count: 4
17
- export const _DYN_GET_TRACE_CTX = "getTraceCtx"; // Count: 3
18
- export const _DYN_TELEMETRY_TRACE = "telemetryTrace"; // Count: 3
19
- export const _DYN_APPLY_SESSION_CONTEX0 = "applySessionContext"; // Count: 2
20
- export const _DYN_APPLY_APPLICATION_CO1 = "applyApplicationContext"; // Count: 2
21
- export const _DYN_APPLY_DEVICE_CONTEXT = "applyDeviceContext"; // Count: 2
22
- export const _DYN_APPLY_OPERATION_CONT2 = "applyOperationContext"; // Count: 2
23
- export const _DYN_APPLY_USER_CONTEXT = "applyUserContext"; // Count: 2
24
- export const _DYN_APPLY_OPERATING_SYST3 = "applyOperatingSystemContxt"; // Count: 2
25
- export const _DYN_APPLY_LOCATION_CONTE4 = "applyLocationContext"; // Count: 2
26
- export const _DYN_APPLY_INTERNAL_CONTE5 = "applyInternalContext"; // Count: 2
27
- export const _DYN_ACCOUNT_ID = "accountId"; // Count: 8
28
13
  export const _DYN_SDK_EXTENSION = "sdkExtension"; // Count: 4
29
- export const _DYN_GET_SESSION_ID = "getSessionId"; // Count: 4
30
- export const _DYN_NAME_PREFIX = "namePrefix"; // Count: 7
31
- export const _DYN_SESSION_COOKIE_POSTF6 = "sessionCookiePostfix"; // Count: 4
32
- export const _DYN_USER_COOKIE_POSTFIX = "userCookiePostfix"; // Count: 4
33
- export const _DYN_ID_LENGTH = "idLength"; // Count: 5
34
- export const _DYN_GET_NEW_ID = "getNewId"; // Count: 6
35
- export const _DYN_LENGTH = "length"; // Count: 4
36
- export const _DYN_AUTOMATIC_SESSION = "automaticSession"; // Count: 5
37
- export const _DYN_AUTHENTICATED_ID = "authenticatedId"; // Count: 6
38
- export const _DYN_SESSION_EXPIRATION_M7 = "sessionExpirationMs"; // Count: 5
14
+ export const _DYN_SESSION_EXPIRATION_M0 = "sessionExpirationMs"; // Count: 5
39
15
  export const _DYN_SESSION_RENEWAL_MS = "sessionRenewalMs"; // Count: 4
40
16
  export const _DYN_CONFIG = "config"; // Count: 4
17
+ export const _DYN_SESSION_COOKIE_POSTF1 = "sessionCookiePostfix"; // Count: 4
18
+ export const _DYN_NAME_PREFIX = "namePrefix"; // Count: 7
19
+ export const _DYN_AUTOMATIC_SESSION = "automaticSession"; // Count: 5
20
+ export const _DYN_UPDATE = "update"; // Count: 4
41
21
  export const _DYN_ACQUISITION_DATE = "acquisitionDate"; // Count: 5
42
22
  export const _DYN_RENEWAL_DATE = "renewalDate"; // Count: 4
23
+ export const _DYN_LENGTH = "length"; // Count: 4
24
+ export const _DYN_GET_NEW_ID = "getNewId"; // Count: 6
25
+ export const _DYN_ID_LENGTH = "idLength"; // Count: 5
43
26
  export const _DYN_COOKIE_DOMAIN = "cookieDomain"; // Count: 3
44
27
  export const _DYN_JOIN = "join"; // Count: 5
28
+ export const _DYN_USER_COOKIE_POSTFIX = "userCookiePostfix"; // Count: 4
29
+ export const _DYN_IS_NEW_USER = "isNewUser"; // Count: 4
45
30
  export const _DYN_COOKIE_SEPARATOR = "cookieSeparator"; // Count: 5
46
- export const _DYN_AUTH_USER_COOKIE_NAM8 = "authUserCookieName"; // Count: 3
31
+ export const _DYN_IS_USER_COOKIE_SET = "isUserCookieSet"; // Count: 4
32
+ export const _DYN_ACCOUNT_ID = "accountId"; // Count: 8
33
+ export const _DYN_AUTH_USER_COOKIE_NAM2 = "authUserCookieName"; // Count: 3
34
+ export const _DYN_AUTHENTICATED_ID = "authenticatedId"; // Count: 6
35
+ export const _DYN_SESSION_MANAGER = "sessionManager"; // Count: 3
36
+ export const _DYN_GET_TRACE_CTX = "getTraceCtx"; // Count: 3
37
+ export const _DYN_TELEMETRY_TRACE = "telemetryTrace"; // Count: 3
38
+ export const _DYN_APPLY_SESSION_CONTEX3 = "applySessionContext"; // Count: 2
39
+ export const _DYN_APPLY_APPLICATION_CO4 = "applyApplicationContext"; // Count: 2
40
+ export const _DYN_APPLY_DEVICE_CONTEXT = "applyDeviceContext"; // Count: 2
41
+ export const _DYN_APPLY_OPERATION_CONT5 = "applyOperationContext"; // Count: 2
42
+ export const _DYN_APPLY_USER_CONTEXT = "applyUserContext"; // Count: 2
43
+ export const _DYN_APPLY_OPERATING_SYST6 = "applyOperatingSystemContxt"; // Count: 2
44
+ export const _DYN_APPLY_LOCATION_CONTE7 = "applyLocationContext"; // Count: 2
45
+ export const _DYN_APPLY_INTERNAL_CONTE8 = "applyInternalContext"; // Count: 2
46
+ export const _DYN_GET_SESSION_ID = "getSessionId"; // Count: 4
@@ -1,34 +1,34 @@
1
- export declare const _DYN_SESSION_MANAGER = "sessionManager";
2
- export declare const _DYN_UPDATE = "update";
3
- export declare const _DYN_IS_USER_COOKIE_SET = "isUserCookieSet";
4
- export declare const _DYN_IS_NEW_USER = "isNewUser";
5
- export declare const _DYN_GET_TRACE_CTX = "getTraceCtx";
6
- export declare const _DYN_TELEMETRY_TRACE = "telemetryTrace";
7
- export declare const _DYN_APPLY_SESSION_CONTEX0 = "applySessionContext";
8
- export declare const _DYN_APPLY_APPLICATION_CO1 = "applyApplicationContext";
9
- export declare const _DYN_APPLY_DEVICE_CONTEXT = "applyDeviceContext";
10
- export declare const _DYN_APPLY_OPERATION_CONT2 = "applyOperationContext";
11
- export declare const _DYN_APPLY_USER_CONTEXT = "applyUserContext";
12
- export declare const _DYN_APPLY_OPERATING_SYST3 = "applyOperatingSystemContxt";
13
- export declare const _DYN_APPLY_LOCATION_CONTE4 = "applyLocationContext";
14
- export declare const _DYN_APPLY_INTERNAL_CONTE5 = "applyInternalContext";
15
- export declare const _DYN_ACCOUNT_ID = "accountId";
16
1
  export declare const _DYN_SDK_EXTENSION = "sdkExtension";
17
- export declare const _DYN_GET_SESSION_ID = "getSessionId";
18
- export declare const _DYN_NAME_PREFIX = "namePrefix";
19
- export declare const _DYN_SESSION_COOKIE_POSTF6 = "sessionCookiePostfix";
20
- export declare const _DYN_USER_COOKIE_POSTFIX = "userCookiePostfix";
21
- export declare const _DYN_ID_LENGTH = "idLength";
22
- export declare const _DYN_GET_NEW_ID = "getNewId";
23
- export declare const _DYN_LENGTH = "length";
24
- export declare const _DYN_AUTOMATIC_SESSION = "automaticSession";
25
- export declare const _DYN_AUTHENTICATED_ID = "authenticatedId";
26
- export declare const _DYN_SESSION_EXPIRATION_M7 = "sessionExpirationMs";
2
+ export declare const _DYN_SESSION_EXPIRATION_M0 = "sessionExpirationMs";
27
3
  export declare const _DYN_SESSION_RENEWAL_MS = "sessionRenewalMs";
28
4
  export declare const _DYN_CONFIG = "config";
5
+ export declare const _DYN_SESSION_COOKIE_POSTF1 = "sessionCookiePostfix";
6
+ export declare const _DYN_NAME_PREFIX = "namePrefix";
7
+ export declare const _DYN_AUTOMATIC_SESSION = "automaticSession";
8
+ export declare const _DYN_UPDATE = "update";
29
9
  export declare const _DYN_ACQUISITION_DATE = "acquisitionDate";
30
10
  export declare const _DYN_RENEWAL_DATE = "renewalDate";
11
+ export declare const _DYN_LENGTH = "length";
12
+ export declare const _DYN_GET_NEW_ID = "getNewId";
13
+ export declare const _DYN_ID_LENGTH = "idLength";
31
14
  export declare const _DYN_COOKIE_DOMAIN = "cookieDomain";
32
15
  export declare const _DYN_JOIN = "join";
16
+ export declare const _DYN_USER_COOKIE_POSTFIX = "userCookiePostfix";
17
+ export declare const _DYN_IS_NEW_USER = "isNewUser";
33
18
  export declare const _DYN_COOKIE_SEPARATOR = "cookieSeparator";
34
- export declare const _DYN_AUTH_USER_COOKIE_NAM8 = "authUserCookieName";
19
+ export declare const _DYN_IS_USER_COOKIE_SET = "isUserCookieSet";
20
+ export declare const _DYN_ACCOUNT_ID = "accountId";
21
+ export declare const _DYN_AUTH_USER_COOKIE_NAM2 = "authUserCookieName";
22
+ export declare const _DYN_AUTHENTICATED_ID = "authenticatedId";
23
+ export declare const _DYN_SESSION_MANAGER = "sessionManager";
24
+ export declare const _DYN_GET_TRACE_CTX = "getTraceCtx";
25
+ export declare const _DYN_TELEMETRY_TRACE = "telemetryTrace";
26
+ export declare const _DYN_APPLY_SESSION_CONTEX3 = "applySessionContext";
27
+ export declare const _DYN_APPLY_APPLICATION_CO4 = "applyApplicationContext";
28
+ export declare const _DYN_APPLY_DEVICE_CONTEXT = "applyDeviceContext";
29
+ export declare const _DYN_APPLY_OPERATION_CONT5 = "applyOperationContext";
30
+ export declare const _DYN_APPLY_USER_CONTEXT = "applyUserContext";
31
+ export declare const _DYN_APPLY_OPERATING_SYST6 = "applyOperatingSystemContxt";
32
+ export declare const _DYN_APPLY_LOCATION_CONTE7 = "applyLocationContext";
33
+ export declare const _DYN_APPLY_INTERNAL_CONTE8 = "applyInternalContext";
34
+ export declare const _DYN_GET_SESSION_ID = "getSessionId";