@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/web-libs.js CHANGED
@@ -33619,9 +33619,9 @@ var EthWeb3Manager = /*#__PURE__*/function () {
33619
33619
  }();
33620
33620
 
33621
33621
  var name = "@audius/sdk";
33622
- var version = "3.0.3";
33622
+ var version = "3.0.4-beta.0";
33623
33623
  var audius = {
33624
- releaseSHA: "b2c9c71fe0138471b7e777fbb23cc943c21602b8"
33624
+ releaseSHA: "0f1ff121e2321dfa4c1a90c57425b7e29cb49bf4"
33625
33625
  };
33626
33626
  var description = "Audius SDK";
33627
33627
  var main = "dist/index.cjs.js";
@@ -58054,13 +58054,6 @@ var definitions$2 = {
58054
58054
  ],
58055
58055
  "default": null
58056
58056
  },
58057
- length: {
58058
- type: [
58059
- "integer",
58060
- "null"
58061
- ],
58062
- "default": null
58063
- },
58064
58057
  preview_start_seconds: {
58065
58058
  type: [
58066
58059
  "float",
@@ -67651,7 +67644,7 @@ var Users = /*#__PURE__*/function (_Base) {
67651
67644
  return Users;
67652
67645
  }(Base);
67653
67646
 
67654
- 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'];
67647
+ 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'];
67655
67648
  var TRACK_REQUIRED_PROPS = ['owner_id', 'title'];
67656
67649
  var decodeHashId = Utils.decodeHashId;
67657
67650
  var Track = /*#__PURE__*/function (_Base) {