spitfirepm 1.41.263 → 1.41.264
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/dist/sfRESTClient.js +2 -2
- package/package.json +1 -1
package/dist/sfRESTClient.js
CHANGED
|
@@ -8,7 +8,7 @@ const $ = require("jquery");
|
|
|
8
8
|
const BrowserExtensionChecker_1 = require("./BrowserExtensionChecker");
|
|
9
9
|
const RESTClientBase = require("./APIClientBase"); // avoid conflict with same in SwaggerClient when loaded by classic UI
|
|
10
10
|
//import {dialog} from "jquery-ui";
|
|
11
|
-
const ClientPackageVersion = "1.41.
|
|
11
|
+
const ClientPackageVersion = "1.41.264";
|
|
12
12
|
// originally modified for typescript and linter requirements by Uladzislau Kumakou
|
|
13
13
|
var LoggingLevels;
|
|
14
14
|
(function (LoggingLevels) {
|
|
@@ -5265,7 +5265,7 @@ sfRestClient._Options = {
|
|
|
5265
5265
|
location.host !== "portal.spitfirepm.com" &&
|
|
5266
5266
|
location.host !== "try.spitfirepm.com"),
|
|
5267
5267
|
SuggestionLimit: 11,
|
|
5268
|
-
TaskStatePollInterval:
|
|
5268
|
+
TaskStatePollInterval: 999,
|
|
5269
5269
|
UploadChunkSize: 1048000,
|
|
5270
5270
|
/** in Bytes. Default is about 8MB (Box.com uses 20) Files smaller than this are uploaded in a single request */
|
|
5271
5271
|
UploadDirectLimit: 8388000,
|