Skip to content

Commit c942fc4

Browse files
Release v1.6.12
1 parent cc831b6 commit c942fc4

File tree

6 files changed

+14
-9
lines changed

6 files changed

+14
-9
lines changed

dist/dynamics-web-api-callbacks.js

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! dynamics-web-api-callbacks v1.6.11 (c) 2020 Aleksandr Rogov */
1+
/*! dynamics-web-api-callbacks v1.6.12 (c) 2020 Aleksandr Rogov */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();
@@ -1300,7 +1300,8 @@ function DynamicsWebApi(config) {
13001300
var _internalConfig = {
13011301
webApiVersion: "8.0",
13021302
webApiUrl: "",
1303-
impersonate: null,
1303+
impersonate: null,
1304+
impersonateAAD: null,
13041305
onTokenRefresh: null,
13051306
includeAnnotations: null,
13061307
maxPageSize: null,
@@ -1340,7 +1341,11 @@ function DynamicsWebApi(config) {
13401341

13411342
if (config.impersonate) {
13421343
_internalConfig.impersonate = ErrorHelper.guidParameterCheck(config.impersonate, "DynamicsWebApi.setConfig", "config.impersonate");
1343-
}
1344+
}
1345+
1346+
if (config.impersonateAAD) {
1347+
_internalConfig.impersonateAAD = ErrorHelper.guidParameterCheck(config.impersonateAAD, "DynamicsWebApi.setConfig", "config.impersonateAAD");
1348+
}
13441349

13451350
if (config.onTokenRefresh) {
13461351
ErrorHelper.callbackParameterCheck(config.onTokenRefresh, "DynamicsWebApi.setConfig", "config.onTokenRefresh");

dist/dynamics-web-api-callbacks.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dynamics-web-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! dynamics-web-api v1.6.11 (c) 2020 Aleksandr Rogov */
1+
/*! dynamics-web-api v1.6.12 (c) 2020 Aleksandr Rogov */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();

dist/dynamics-web-api.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamics-web-api",
3-
"version": "1.6.11",
3+
"version": "1.6.12",
44
"description": "DynamicsWebApi is a Microsoft Dynamics CRM Web API helper library",
55
"keywords": [
66
"crm",

0 commit comments

Comments
 (0)