@internxt/sdk 1.11.20 → 1.11.21

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.
@@ -737,7 +737,7 @@ var Storage = /** @class */ (function () {
737
737
  * @returns {Promise<GetFileLimitsResponse>} A promise that resolves with the file limits.
738
738
  */
739
739
  Storage.prototype.getFileVersionLimits = function () {
740
- return this.client.get('/api/files/limits', this.headers());
740
+ return this.client.get('/files/limits', this.headers());
741
741
  };
742
742
  return Storage;
743
743
  }());
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@internxt/sdk",
3
3
  "author": "Internxt <hello@internxt.com>",
4
- "version": "1.11.20",
4
+ "version": "1.11.21",
5
5
  "description": "An sdk for interacting with Internxt's services",
6
6
  "repository": {
7
7
  "type": "git",