@microsoft/omnichannel-chat-sdk
Advanced tools
Comparing version 1.8.3-main.f2006b5 to 1.8.3
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
## [Unreleased] | ||
## [1.8.3] - 2024-05-15 | ||
### Added | ||
- Add `RequestHeaders` telemetry base property to `OCSDKContract` | ||
- Add ability to send `ocUserAgent` | ||
### Changed | ||
- Uptake [@microsoft/ocsdk@0.5.1](https://www.npmjs.com/package/@microsoft/ocsdk/v/0.5.1) | ||
## [1.8.2] - 2024-05-07 | ||
@@ -7,0 +18,0 @@ |
@@ -35,4 +35,5 @@ import ChatAdapterConfig from "./messaging/ChatAdapterConfig"; | ||
internalConfig?: InternalChatSDKConfig; | ||
ocUserAgent?: string[]; | ||
} | ||
export { DataMaskingSDKConfig, PersistentChatConfig }; | ||
export default ChatSDKConfig; |
@@ -9,2 +9,3 @@ export default interface IOCSDKLogData { | ||
Description: string; | ||
RequestHeaders: string; | ||
RequestPayload: any; | ||
@@ -11,0 +12,0 @@ RequestPath: string; |
@@ -467,2 +467,3 @@ "use strict"; | ||
ElapsedTimeInMilliseconds: '', | ||
RequestHeaders: '', | ||
RequestPayload: '', | ||
@@ -469,0 +470,0 @@ RequestPath: '', |
@@ -122,3 +122,3 @@ "use strict"; | ||
}; | ||
var additionalProperties = __assign(__assign({}, event), { RequestPayload: event.RequestPayload ? JSON.stringify(event.RequestPayload) : '', ExceptionDetails: event.ExceptionDetails ? JSON.stringify(event.ExceptionDetails) : '' }); | ||
var additionalProperties = __assign(__assign({}, event), { RequestHeaders: event.RequestHeaders ? JSON.stringify(event.RequestHeaders) : '', RequestPayload: event.RequestPayload ? JSON.stringify(event.RequestPayload) : '', ExceptionDetails: event.ExceptionDetails ? JSON.stringify(event.ExceptionDetails) : '' }); | ||
switch (logLevel) { | ||
@@ -125,0 +125,0 @@ case LogLevel_1.default.DEBUG: |
{ | ||
"name": "@microsoft/omnichannel-chat-sdk", | ||
"version": "1.8.3-main.f2006b5", | ||
"version": "1.8.3", | ||
"description": "Microsoft Omnichannel Chat SDK", | ||
@@ -44,3 +44,3 @@ "files": [ | ||
"@azure/communication-common": "1.1.0", | ||
"@microsoft/ocsdk": "^0.4.5", | ||
"@microsoft/ocsdk": "^0.5.1", | ||
"@microsoft/omnichannel-amsclient": "^0.1.6", | ||
@@ -47,0 +47,0 @@ "@microsoft/omnichannel-ic3core": "^0.1.3" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1348347
336
14425
0
+ Added@microsoft/ocsdk@0.5.8(transitive)
+ Addedaxios@1.7.7(transitive)
+ Addedaxios-retry@3.9.1(transitive)
+ Addedis-retry-allowed@2.2.0(transitive)
- Removed@microsoft/ocsdk@0.4.5(transitive)
- Removedaxios@1.7.8(transitive)
Updated@microsoft/ocsdk@^0.5.1