@microsoft/applicationinsights-properties-js 2.8.10-nightly.2212-03 → 2.8.10-nightly.2301-14
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/browser/applicationinsights-properties-js.integrity.json +9 -9
- package/browser/applicationinsights-properties-js.js +3 -3
- package/browser/applicationinsights-properties-js.js.map +1 -1
- package/browser/applicationinsights-properties-js.min.js +2 -2
- package/browser/applicationinsights-properties-js.min.js.map +1 -1
- package/dist/applicationinsights-properties-js.d.ts +1 -1
- package/dist/applicationinsights-properties-js.js +3 -3
- package/dist/applicationinsights-properties-js.js.map +1 -1
- package/dist/applicationinsights-properties-js.min.js +2 -2
- package/dist/applicationinsights-properties-js.min.js.map +1 -1
- package/dist/applicationinsights-properties-js.rollup.d.ts +1 -1
- package/dist-esm/Context/Application.js +1 -1
- package/dist-esm/Context/Device.js +1 -1
- package/dist-esm/Context/Internal.js +2 -2
- package/dist-esm/Context/Internal.js.map +1 -1
- package/dist-esm/Context/Location.js +1 -1
- package/dist-esm/Context/Session.js +1 -1
- package/dist-esm/Context/TelemetryTrace.js +1 -1
- package/dist-esm/Context/User.js +1 -1
- package/dist-esm/Interfaces/IPropTelemetryContext.js +1 -1
- package/dist-esm/Interfaces/ITelemetryConfig.js +1 -1
- package/dist-esm/PropertiesPlugin.js +1 -1
- package/dist-esm/TelemetryContext.js +1 -1
- package/dist-esm/__DynamicConstants.js +1 -1
- package/dist-esm/applicationinsights-properties-js.js +1 -1
- package/package.json +5 -5
- package/src/Context/Internal.ts +7 -7
- package/src/Context/Session.ts +11 -11
- package/src/Context/User.ts +11 -11
- package/src/PropertiesPlugin.ts +19 -19
- package/src/TelemetryContext.ts +25 -25
- package/src/__DynamicConstants.ts +46 -46
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Application Insights JavaScript SDK - Properties Plugin, 2.8.10-nightly.
|
|
2
|
+
* Application Insights JavaScript SDK - Properties Plugin, 2.8.10-nightly.2301-14
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
import { _DYN_SDK_EXTENSION } from "../__DynamicConstants";
|
|
8
|
-
var Version = "2.8.10-nightly.
|
|
8
|
+
var Version = "2.8.10-nightly.2301-14";
|
|
9
9
|
var Internal = /** @class */ (function () {
|
|
10
10
|
/**
|
|
11
11
|
* Constructs a new instance of the internal telemetry data class.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Internal.js.map","sources":["Internal.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { _DYN_SDK_EXTENSION } from \"../__DynamicConstants\";\r\nvar Version = \"2.8.10-nightly.
|
|
1
|
+
{"version":3,"file":"Internal.js.map","sources":["Internal.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { _DYN_SDK_EXTENSION } from \"../__DynamicConstants\";\r\nvar Version = \"2.8.10-nightly.2301-14\";\r\nvar Internal = /** @class */ (function () {\r\n /**\r\n * Constructs a new instance of the internal telemetry data class.\r\n */\r\n function Internal(config) {\r\n this.sdkVersion = (config[_DYN_SDK_EXTENSION /* @min:%2esdkExtension */] && config[_DYN_SDK_EXTENSION /* @min:%2esdkExtension */]() ? config[_DYN_SDK_EXTENSION /* @min:%2esdkExtension */]() + \"_\" : \"\") + \"javascript:\" + Version;\r\n }\r\n return Internal;\r\n}());\r\nexport { Internal };\r\n//# sourceMappingURL=Internal.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
|
package/dist-esm/Context/User.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/applicationinsights-properties-js",
|
|
3
|
-
"version": "2.8.10-nightly.
|
|
3
|
+
"version": "2.8.10-nightly.2301-14",
|
|
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",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
31
31
|
"@microsoft/applicationinsights-rollup-es3": "1.1.3",
|
|
32
32
|
"@microsoft/api-extractor": "^7.18.1",
|
|
33
|
-
"typescript": "^4.3
|
|
33
|
+
"typescript": "^4.9.3",
|
|
34
34
|
"tslib": "^2.0.0",
|
|
35
35
|
"grunt": "^1.5.3",
|
|
36
36
|
"grunt-cli": "^1.4.3",
|
|
37
|
-
"grunt-contrib-qunit": "^
|
|
37
|
+
"grunt-contrib-qunit": "^6.2.1",
|
|
38
38
|
"@nevware21/grunt-ts-plugin": "^0.4.3",
|
|
39
39
|
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
|
40
40
|
"globby": "^11.0.0",
|
|
@@ -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.
|
|
58
|
-
"@microsoft/applicationinsights-common": "2.8.10-nightly.
|
|
57
|
+
"@microsoft/applicationinsights-core-js": "2.8.10-nightly.2301-14",
|
|
58
|
+
"@microsoft/applicationinsights-common": "2.8.10-nightly.2301-14"
|
|
59
59
|
},
|
|
60
60
|
"license": "MIT",
|
|
61
61
|
"publishConfig": {
|
package/src/Context/Internal.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
|
|
4
|
-
import { IInternal } from "@microsoft/applicationinsights-common";
|
|
5
|
-
import { ITelemetryConfig } from "../Interfaces/ITelemetryConfig";
|
|
6
|
-
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
|
|
4
|
+
import { IInternal } from "@microsoft/applicationinsights-common";
|
|
5
|
+
import { ITelemetryConfig } from "../Interfaces/ITelemetryConfig";
|
|
6
|
+
|
|
7
7
|
const Version = "#version#";
|
|
8
8
|
|
|
9
9
|
export class Internal implements IInternal {
|
|
@@ -39,4 +39,4 @@ export class Internal implements IInternal {
|
|
|
39
39
|
constructor(config: ITelemetryConfig) {
|
|
40
40
|
this.sdkVersion = (config.sdkExtension && config.sdkExtension() ? config.sdkExtension() + "_" : "") + "javascript:" + Version;
|
|
41
41
|
}
|
|
42
|
-
}
|
|
42
|
+
}
|
package/src/Context/Session.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
|
|
4
|
-
import dynamicProto from "@microsoft/dynamicproto-js";
|
|
5
|
-
import { ISession, utlCanUseLocalStorage, utlGetLocalStorage, utlSetLocalStorage } from "@microsoft/applicationinsights-common";
|
|
6
|
-
import {
|
|
7
|
-
IAppInsightsCore, ICookieMgr, IDiagnosticLogger, _eInternalMessageId, _throwInternal, dateNow, dumpObj, eLoggingSeverity,
|
|
8
|
-
getExceptionName, isFunction, newId, safeGetCookieMgr, safeGetLogger
|
|
9
|
-
} from "@microsoft/applicationinsights-core-js";
|
|
10
|
-
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
|
|
4
|
+
import dynamicProto from "@microsoft/dynamicproto-js";
|
|
5
|
+
import { ISession, utlCanUseLocalStorage, utlGetLocalStorage, utlSetLocalStorage } from "@microsoft/applicationinsights-common";
|
|
6
|
+
import {
|
|
7
|
+
IAppInsightsCore, ICookieMgr, IDiagnosticLogger, _eInternalMessageId, _throwInternal, dateNow, dumpObj, eLoggingSeverity,
|
|
8
|
+
getExceptionName, isFunction, newId, safeGetCookieMgr, safeGetLogger
|
|
9
|
+
} from "@microsoft/applicationinsights-core-js";
|
|
10
|
+
|
|
11
11
|
const cookieNameConst = "ai_session";
|
|
12
12
|
|
|
13
13
|
export interface ISessionConfig {
|
|
@@ -262,4 +262,4 @@ export class _SessionManager {
|
|
|
262
262
|
public backup() {
|
|
263
263
|
// @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging
|
|
264
264
|
}
|
|
265
|
-
}
|
|
265
|
+
}
|
package/src/Context/User.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
|
|
4
|
-
import dynamicProto from "@microsoft/dynamicproto-js";
|
|
5
|
-
import { IUserContext, utlRemoveStorage } from "@microsoft/applicationinsights-common";
|
|
6
|
-
import {
|
|
7
|
-
IAppInsightsCore, ICookieMgr, _eInternalMessageId, _throwInternal, eLoggingSeverity, newId, safeGetCookieMgr, safeGetLogger, toISOString
|
|
8
|
-
} from "@microsoft/applicationinsights-core-js";
|
|
9
|
-
import { ITelemetryConfig } from "../Interfaces/ITelemetryConfig";
|
|
10
|
-
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
|
|
4
|
+
import dynamicProto from "@microsoft/dynamicproto-js";
|
|
5
|
+
import { IUserContext, utlRemoveStorage } from "@microsoft/applicationinsights-common";
|
|
6
|
+
import {
|
|
7
|
+
IAppInsightsCore, ICookieMgr, _eInternalMessageId, _throwInternal, eLoggingSeverity, newId, safeGetCookieMgr, safeGetLogger, toISOString
|
|
8
|
+
} from "@microsoft/applicationinsights-core-js";
|
|
9
|
+
import { ITelemetryConfig } from "../Interfaces/ITelemetryConfig";
|
|
10
|
+
|
|
11
11
|
function _validateUserInput(id: string): boolean {
|
|
12
12
|
// Validate:
|
|
13
13
|
// 1. Id is a non-empty string.
|
|
@@ -219,4 +219,4 @@ export class User implements IUserContext {
|
|
|
219
219
|
public update(userId?: string) {
|
|
220
220
|
// @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging
|
|
221
221
|
}
|
|
222
|
-
}
|
|
222
|
+
}
|
package/src/PropertiesPlugin.ts
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* PropertiesPlugin.ts
|
|
3
|
-
* @copyright Microsoft 2018
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
import dynamicProto from "@microsoft/dynamicproto-js";
|
|
7
|
-
import {
|
|
8
|
-
BreezeChannelIdentifier, IConfig, IPropertiesPlugin, PageView, PropertiesPluginIdentifier, createDistributedTraceContextFromTrace
|
|
9
|
-
} from "@microsoft/applicationinsights-common";
|
|
10
|
-
import {
|
|
11
|
-
BaseTelemetryPlugin, IAppInsightsCore, IConfiguration, IDistributedTraceContext, IPlugin, IProcessTelemetryContext,
|
|
12
|
-
IProcessTelemetryUnloadContext, ITelemetryItem, ITelemetryPluginChain, ITelemetryUnloadState, _InternalLogMessage, _eInternalMessageId,
|
|
13
|
-
_logInternalMessage, createProcessTelemetryContext, eLoggingSeverity, getNavigator, getSetValue, isNullOrUndefined, objForEachKey
|
|
14
|
-
} from "@microsoft/applicationinsights-core-js";
|
|
15
|
-
import { IPropTelemetryContext } from "./Interfaces/IPropTelemetryContext";
|
|
16
|
-
import { ITelemetryConfig } from "./Interfaces/ITelemetryConfig";
|
|
17
|
-
import { TelemetryContext } from "./TelemetryContext";
|
|
18
|
-
|
|
1
|
+
/**
|
|
2
|
+
* PropertiesPlugin.ts
|
|
3
|
+
* @copyright Microsoft 2018
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import dynamicProto from "@microsoft/dynamicproto-js";
|
|
7
|
+
import {
|
|
8
|
+
BreezeChannelIdentifier, IConfig, IPropertiesPlugin, PageView, PropertiesPluginIdentifier, createDistributedTraceContextFromTrace
|
|
9
|
+
} from "@microsoft/applicationinsights-common";
|
|
10
|
+
import {
|
|
11
|
+
BaseTelemetryPlugin, IAppInsightsCore, IConfiguration, IDistributedTraceContext, IPlugin, IProcessTelemetryContext,
|
|
12
|
+
IProcessTelemetryUnloadContext, ITelemetryItem, ITelemetryPluginChain, ITelemetryUnloadState, _InternalLogMessage, _eInternalMessageId,
|
|
13
|
+
_logInternalMessage, createProcessTelemetryContext, eLoggingSeverity, getNavigator, getSetValue, isNullOrUndefined, objForEachKey
|
|
14
|
+
} from "@microsoft/applicationinsights-core-js";
|
|
15
|
+
import { IPropTelemetryContext } from "./Interfaces/IPropTelemetryContext";
|
|
16
|
+
import { ITelemetryConfig } from "./Interfaces/ITelemetryConfig";
|
|
17
|
+
import { TelemetryContext } from "./TelemetryContext";
|
|
18
|
+
|
|
19
19
|
export default class PropertiesPlugin extends BaseTelemetryPlugin implements IPropertiesPlugin {
|
|
20
20
|
|
|
21
21
|
public static getDefaultConfig(): ITelemetryConfig {
|
|
@@ -178,4 +178,4 @@ export default class PropertiesPlugin extends BaseTelemetryPlugin implements IPr
|
|
|
178
178
|
public processTelemetry(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext) {
|
|
179
179
|
// @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging
|
|
180
180
|
}
|
|
181
|
-
}
|
|
181
|
+
}
|
package/src/TelemetryContext.ts
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* TelemetryContext.ts
|
|
3
|
-
* @copyright Microsoft 2018
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
import dynamicProto from "@microsoft/dynamicproto-js";
|
|
7
|
-
import {
|
|
8
|
-
CtxTagKeys, Extensions, IApplication, IDevice, IInternal, ILocation, IOperatingSystem, ISession, ITelemetryTrace, IUserContext, IWeb,
|
|
9
|
-
PageView
|
|
10
|
-
} from "@microsoft/applicationinsights-common";
|
|
11
|
-
import {
|
|
12
|
-
IAppInsightsCore, IDistributedTraceContext, IProcessTelemetryContext, ITelemetryItem, _InternalLogMessage, getSetValue, hasWindow,
|
|
13
|
-
isNullOrUndefined, isString, objKeys, setValue
|
|
14
|
-
} from "@microsoft/applicationinsights-core-js";
|
|
15
|
-
import { Application } from "./Context/Application";
|
|
16
|
-
import { Device } from "./Context/Device";
|
|
17
|
-
import { Internal } from "./Context/Internal";
|
|
18
|
-
import { Location } from "./Context/Location";
|
|
19
|
-
import { Session, _SessionManager } from "./Context/Session";
|
|
20
|
-
import { TelemetryTrace } from "./Context/TelemetryTrace";
|
|
21
|
-
import { User } from "./Context/User";
|
|
22
|
-
import { IPropTelemetryContext } from "./Interfaces/IPropTelemetryContext";
|
|
23
|
-
import { ITelemetryConfig } from "./Interfaces/ITelemetryConfig";
|
|
24
|
-
|
|
1
|
+
/**
|
|
2
|
+
* TelemetryContext.ts
|
|
3
|
+
* @copyright Microsoft 2018
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import dynamicProto from "@microsoft/dynamicproto-js";
|
|
7
|
+
import {
|
|
8
|
+
CtxTagKeys, Extensions, IApplication, IDevice, IInternal, ILocation, IOperatingSystem, ISession, ITelemetryTrace, IUserContext, IWeb,
|
|
9
|
+
PageView
|
|
10
|
+
} from "@microsoft/applicationinsights-common";
|
|
11
|
+
import {
|
|
12
|
+
IAppInsightsCore, IDistributedTraceContext, IProcessTelemetryContext, ITelemetryItem, _InternalLogMessage, getSetValue, hasWindow,
|
|
13
|
+
isNullOrUndefined, isString, objKeys, setValue
|
|
14
|
+
} from "@microsoft/applicationinsights-core-js";
|
|
15
|
+
import { Application } from "./Context/Application";
|
|
16
|
+
import { Device } from "./Context/Device";
|
|
17
|
+
import { Internal } from "./Context/Internal";
|
|
18
|
+
import { Location } from "./Context/Location";
|
|
19
|
+
import { Session, _SessionManager } from "./Context/Session";
|
|
20
|
+
import { TelemetryTrace } from "./Context/TelemetryTrace";
|
|
21
|
+
import { User } from "./Context/User";
|
|
22
|
+
import { IPropTelemetryContext } from "./Interfaces/IPropTelemetryContext";
|
|
23
|
+
import { ITelemetryConfig } from "./Interfaces/ITelemetryConfig";
|
|
24
|
+
|
|
25
25
|
const strExt = "ext";
|
|
26
26
|
const strTags = "tags";
|
|
27
27
|
|
|
@@ -226,4 +226,4 @@ export class TelemetryContext implements IPropTelemetryContext {
|
|
|
226
226
|
public cleanUp(event:ITelemetryItem, itemCtx?: IProcessTelemetryContext): void {
|
|
227
227
|
// @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging
|
|
228
228
|
}
|
|
229
|
-
}
|
|
229
|
+
}
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
// @skip-file-minify
|
|
4
|
-
|
|
5
|
-
// ##############################################################
|
|
6
|
-
// AUTO GENERATED FILE: This file is Auto Generated during build.
|
|
7
|
-
// ##############################################################
|
|
8
|
-
|
|
9
|
-
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
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
|
-
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
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
|
-
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
|
|
39
|
-
export const _DYN_SESSION_RENEWAL_MS = "sessionRenewalMs"; // Count: 4
|
|
40
|
-
export const _DYN_CONFIG = "config"; // Count: 4
|
|
41
|
-
export const _DYN_ACQUISITION_DATE = "acquisitionDate"; // Count: 5
|
|
42
|
-
export const _DYN_RENEWAL_DATE = "renewalDate"; // Count: 4
|
|
43
|
-
export const _DYN_COOKIE_DOMAIN = "cookieDomain"; // Count: 3
|
|
44
|
-
export const _DYN_JOIN = "join"; // Count: 5
|
|
45
|
-
export const _DYN_COOKIE_SEPARATOR = "cookieSeparator"; // Count: 5
|
|
46
|
-
export const _DYN_AUTH_USER_COOKIE_NAM8 = "authUserCookieName"; // Count: 3
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
// @skip-file-minify
|
|
4
|
+
|
|
5
|
+
// ##############################################################
|
|
6
|
+
// AUTO GENERATED FILE: This file is Auto Generated during build.
|
|
7
|
+
// ##############################################################
|
|
8
|
+
|
|
9
|
+
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
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
|
+
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
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
|
+
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
|
|
39
|
+
export const _DYN_SESSION_RENEWAL_MS = "sessionRenewalMs"; // Count: 4
|
|
40
|
+
export const _DYN_CONFIG = "config"; // Count: 4
|
|
41
|
+
export const _DYN_ACQUISITION_DATE = "acquisitionDate"; // Count: 5
|
|
42
|
+
export const _DYN_RENEWAL_DATE = "renewalDate"; // Count: 4
|
|
43
|
+
export const _DYN_COOKIE_DOMAIN = "cookieDomain"; // Count: 3
|
|
44
|
+
export const _DYN_JOIN = "join"; // Count: 5
|
|
45
|
+
export const _DYN_COOKIE_SEPARATOR = "cookieSeparator"; // Count: 5
|
|
46
|
+
export const _DYN_AUTH_USER_COOKIE_NAM8 = "authUserCookieName"; // Count: 3
|