bruce-models 7.1.45 → 7.1.47
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/bruce-models.es5.js +4 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +4 -1
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/account/account-concept.js +1 -0
- package/dist/lib/account/account-concept.js.map +1 -1
- package/dist/lib/api/bruce-api.js +2 -0
- package/dist/lib/api/bruce-api.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/types/account/account-concept.d.ts +1 -0
- package/dist/types/api/bruce-api.d.ts +1 -0
- package/dist/types/bruce-models.d.ts +1 -1
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -328,6 +328,7 @@
|
|
|
328
328
|
EConcept["ATTACHMENT_TYPE"] = "at";
|
|
329
329
|
EConcept["CHANGE_SET"] = "cs";
|
|
330
330
|
EConcept["CLIENT_FILE"] = "clf";
|
|
331
|
+
EConcept["COMMENT"] = "cm";
|
|
331
332
|
EConcept["CUSTOM_FORM"] = "csf";
|
|
332
333
|
EConcept["DATA_FEED"] = "df";
|
|
333
334
|
EConcept["DATA_LAB_QUERY"] = "q";
|
|
@@ -1459,6 +1460,8 @@
|
|
|
1459
1460
|
})(exports.GuardianApi || (exports.GuardianApi = {}));
|
|
1460
1461
|
|
|
1461
1462
|
(function (BruceApi) {
|
|
1463
|
+
// Minimum API version that supports server-side token proxies.
|
|
1464
|
+
BruceApi.VERSION_WITH_PROXIES = "1.0.6437";
|
|
1462
1465
|
/**
|
|
1463
1466
|
* This is the request handler for Bruce Api,
|
|
1464
1467
|
* it should be passed to any method that wants to communicate with this particular api.
|
|
@@ -18607,7 +18610,7 @@
|
|
|
18607
18610
|
})(exports.UrlUtils || (exports.UrlUtils = {}));
|
|
18608
18611
|
|
|
18609
18612
|
// This is updated with the package.json version on build.
|
|
18610
|
-
const VERSION = "7.1.
|
|
18613
|
+
const VERSION = "7.1.47";
|
|
18611
18614
|
|
|
18612
18615
|
exports.VERSION = VERSION;
|
|
18613
18616
|
exports.AbstractApi = AbstractApi;
|