bruce-models 7.1.51 → 7.1.52
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 +3 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +3 -1
- package/dist/bruce-models.umd.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/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
|
@@ -1469,6 +1469,8 @@
|
|
|
1469
1469
|
(function (BruceApi) {
|
|
1470
1470
|
// Minimum API version that supports server-side token proxies.
|
|
1471
1471
|
BruceApi.VERSION_WITH_PROXIES = "1.0.6437";
|
|
1472
|
+
// Minimum API version that supports uploading tileset source files as Client Files.
|
|
1473
|
+
BruceApi.VERSION_WITH_CLIENT_FILE_SOURCES = "1.0.6448";
|
|
1472
1474
|
/**
|
|
1473
1475
|
* This is the request handler for Bruce Api,
|
|
1474
1476
|
* it should be passed to any method that wants to communicate with this particular api.
|
|
@@ -18655,7 +18657,7 @@
|
|
|
18655
18657
|
})(exports.UrlUtils || (exports.UrlUtils = {}));
|
|
18656
18658
|
|
|
18657
18659
|
// This is updated with the package.json version on build.
|
|
18658
|
-
const VERSION = "7.1.
|
|
18660
|
+
const VERSION = "7.1.52";
|
|
18659
18661
|
|
|
18660
18662
|
exports.VERSION = VERSION;
|
|
18661
18663
|
exports.AbstractApi = AbstractApi;
|