bruce-models 7.1.50 → 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.
@@ -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.50";
18660
+ const VERSION = "7.1.52";
18659
18661
 
18660
18662
  exports.VERSION = VERSION;
18661
18663
  exports.AbstractApi = AbstractApi;