bruce-models 7.1.46 → 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.
@@ -1460,6 +1460,8 @@
1460
1460
  })(exports.GuardianApi || (exports.GuardianApi = {}));
1461
1461
 
1462
1462
  (function (BruceApi) {
1463
+ // Minimum API version that supports server-side token proxies.
1464
+ BruceApi.VERSION_WITH_PROXIES = "1.0.6437";
1463
1465
  /**
1464
1466
  * This is the request handler for Bruce Api,
1465
1467
  * it should be passed to any method that wants to communicate with this particular api.
@@ -18608,7 +18610,7 @@
18608
18610
  })(exports.UrlUtils || (exports.UrlUtils = {}));
18609
18611
 
18610
18612
  // This is updated with the package.json version on build.
18611
- const VERSION = "7.1.46";
18613
+ const VERSION = "7.1.47";
18612
18614
 
18613
18615
  exports.VERSION = VERSION;
18614
18616
  exports.AbstractApi = AbstractApi;