@microsoft/omnichannel-chat-sdk
Advanced tools
Comparing version 1.8.4-main.39d4fe5 to 1.8.4-main.b5f586b
@@ -7,2 +7,10 @@ # Changelog | ||
### Added | ||
- Enable the ability to use `CoreServices` orgUrl dynamically at runtime | ||
### Changed | ||
- Uptake [@microsoft/ocsdk@0.5.2](https://www.npmjs.com/package/@microsoft/ocsdk/v/0.5.2) | ||
## [1.8.3] - 2024-05-15 | ||
@@ -9,0 +17,0 @@ |
@@ -7,1 +7,2 @@ export declare const CoreServicesGeoNamesMapping: any; | ||
export declare const createCoreServicesOrgUrl: (orgId: string, geoName: string) => string; | ||
export declare const isCoreServicesOrgUrl: (orgUrl: string) => boolean; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createCoreServicesOrgUrl = exports.getCoreServicesGeoName = exports.nonProductionDynamicsLocationCode = exports.unqOrgUrlPattern = exports.coreServicesOrgUrlPrefix = exports.CoreServicesGeoNamesMapping = void 0; | ||
exports.isCoreServicesOrgUrl = exports.createCoreServicesOrgUrl = exports.getCoreServicesGeoName = exports.nonProductionDynamicsLocationCode = exports.unqOrgUrlPattern = exports.coreServicesOrgUrlPrefix = exports.CoreServicesGeoNamesMapping = void 0; | ||
exports.CoreServicesGeoNamesMapping = { | ||
@@ -36,2 +36,5 @@ "crm": "us", | ||
}; | ||
exports.isCoreServicesOrgUrl = function (orgUrl) { | ||
return orgUrl.startsWith(exports.coreServicesOrgUrlPrefix); | ||
}; | ||
//# sourceMappingURL=CoreServicesUtils.js.map |
{ | ||
"name": "@microsoft/omnichannel-chat-sdk", | ||
"version": "1.8.4-main.39d4fe5", | ||
"version": "1.8.4-main.b5f586b", | ||
"description": "Microsoft Omnichannel Chat SDK", | ||
@@ -44,3 +44,3 @@ "files": [ | ||
"@azure/communication-common": "1.1.0", | ||
"@microsoft/ocsdk": "^0.5.1", | ||
"@microsoft/ocsdk": "^0.5.2", | ||
"@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
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
1351488
339
14460
Updated@microsoft/ocsdk@^0.5.2