@audius/sdk 3.0.3 → 3.0.4-beta.0

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/index.esm.js CHANGED
@@ -33573,9 +33573,9 @@ var EthWeb3Manager = /*#__PURE__*/function () {
33573
33573
  }();
33574
33574
 
33575
33575
  var name = "@audius/sdk";
33576
- var version = "3.0.3";
33576
+ var version = "3.0.4-beta.0";
33577
33577
  var audius = {
33578
- releaseSHA: "b2c9c71fe0138471b7e777fbb23cc943c21602b8"
33578
+ releaseSHA: "0f1ff121e2321dfa4c1a90c57425b7e29cb49bf4"
33579
33579
  };
33580
33580
  var description = "Audius SDK";
33581
33581
  var main = "dist/index.cjs.js";
@@ -58008,13 +58008,6 @@ var definitions$2 = {
58008
58008
  ],
58009
58009
  "default": null
58010
58010
  },
58011
- length: {
58012
- type: [
58013
- "integer",
58014
- "null"
58015
- ],
58016
- "default": null
58017
- },
58018
58011
  preview_start_seconds: {
58019
58012
  type: [
58020
58013
  "float",
@@ -68232,7 +68225,7 @@ var Users = /*#__PURE__*/function (_Base) {
68232
68225
  return Users;
68233
68226
  }(Base);
68234
68227
 
68235
- var TRACK_PROPS = ['owner_id', 'title', 'length', 'cover_art_sizes', 'tags', 'genre', 'mood', 'credits_splits', 'release_date', 'file_type', 'is_premium', 'premium_conditions', 'ai_attribution_user_id'];
68228
+ var TRACK_PROPS = ['owner_id', 'title', 'cover_art_sizes', 'tags', 'genre', 'mood', 'credits_splits', 'release_date', 'file_type', 'is_premium', 'premium_conditions', 'ai_attribution_user_id'];
68236
68229
  var TRACK_REQUIRED_PROPS = ['owner_id', 'title'];
68237
68230
  var decodeHashId = Utils.decodeHashId;
68238
68231
  var Track = /*#__PURE__*/function (_Base) {