spitfirepm 1.20.98 → 1.20.99
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/SwaggerClients.d.ts +5853 -5838
- package/dist/SwaggerClients.js +8142 -8041
- package/dist/SwaggerClients.js.map +1 -1
- package/dist/sfRESTClient.js +2 -2
- package/package.json +1 -1
package/dist/sfRESTClient.js
CHANGED
|
@@ -7,7 +7,7 @@ const _SwaggerClientExports = require("./SwaggerClients");
|
|
|
7
7
|
const $ = require("jquery");
|
|
8
8
|
const BrowserExtensionChecker_1 = require("./BrowserExtensionChecker");
|
|
9
9
|
//import {dialog} from "jquery-ui";
|
|
10
|
-
const ClientPackageVersion = "1.20.
|
|
10
|
+
const ClientPackageVersion = "1.20.99";
|
|
11
11
|
// original script created by Stan York and modified for typescript and linter requirements by Uladzislau Kumakou
|
|
12
12
|
var LoggingLevels;
|
|
13
13
|
(function (LoggingLevels) {
|
|
@@ -2618,7 +2618,7 @@ class sfRestClient {
|
|
|
2618
2618
|
pbArg = afterOpenArg[1];
|
|
2619
2619
|
afterOpenArg = afterOpenArg[0];
|
|
2620
2620
|
}
|
|
2621
|
-
innerScript = `PostbackRefresh(
|
|
2621
|
+
innerScript = `PostbackRefresh("${afterOpenArg}","${pbArg}");`;
|
|
2622
2622
|
}
|
|
2623
2623
|
else if (typeof afterOpenArg === "function")
|
|
2624
2624
|
afterOpenArg(et);
|