@microsoft/omnichannel-chat-sdk 1.9.3-main.e6d51f2 → 1.9.4-main.9ecc466
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/CHANGELOG.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
var ocSDKConfiguration = {
|
4
|
-
getChatTokenRetryCount:
|
4
|
+
getChatTokenRetryCount: 5,
|
5
5
|
getChatTokenTimeBetweenRetriesOnFailure: 2000,
|
6
|
-
getChatTokenRetryOn429:
|
6
|
+
getChatTokenRetryOn429: true,
|
7
7
|
useUnauthReconnectIdSigQueryParam: false
|
8
8
|
};
|
9
9
|
exports.default = ocSDKConfiguration;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ocSDKConfiguration.js","sourceRoot":"","sources":["../../src/config/ocSDKConfiguration.ts"],"names":[],"mappings":";;AAAA,IAAM,kBAAkB,GAAG;IACvB,sBAAsB,EAAE,CAAC;IACzB,uCAAuC,EAAE,IAAI;IAC7C,sBAAsB,EAAE,
|
1
|
+
{"version":3,"file":"ocSDKConfiguration.js","sourceRoot":"","sources":["../../src/config/ocSDKConfiguration.ts"],"names":[],"mappings":";;AAAA,IAAM,kBAAkB,GAAG;IACvB,sBAAsB,EAAE,CAAC;IACzB,uCAAuC,EAAE,IAAI;IAC7C,sBAAsB,EAAE,IAAI;IAC5B,iCAAiC,EAAE,KAAK;CAC3C,CAAC;AAEF,kBAAe,kBAAkB,CAAC"}
|
package/lib/tsconfig.tsbuildinfo
CHANGED
@@ -1607,7 +1607,7 @@
|
|
1607
1607
|
"affectsGlobalScope": false
|
1608
1608
|
},
|
1609
1609
|
"../src/config/ocSDKConfiguration.ts": {
|
1610
|
-
"version": "
|
1610
|
+
"version": "6f1ecb0f640bd1afc572c6de8272c3e79fe47e017f5e59a74c2b737c7daa5ebb",
|
1611
1611
|
"signature": "5cec1c152e90d6d344646a98a0b0e589b4f50e4188fd33493f399674093c79ef",
|
1612
1612
|
"affectsGlobalScope": false
|
1613
1613
|
},
|