@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/legacy.js CHANGED
@@ -33623,9 +33623,9 @@ var EthWeb3Manager = /*#__PURE__*/function () {
33623
33623
  }();
33624
33624
 
33625
33625
  var name = "@audius/sdk";
33626
- var version = "3.0.3";
33626
+ var version = "3.0.4-beta.0";
33627
33627
  var audius = {
33628
- releaseSHA: "b2c9c71fe0138471b7e777fbb23cc943c21602b8"
33628
+ releaseSHA: "0f1ff121e2321dfa4c1a90c57425b7e29cb49bf4"
33629
33629
  };
33630
33630
  var description = "Audius SDK";
33631
33631
  var main = "dist/index.cjs.js";
@@ -58058,13 +58058,6 @@ var definitions$2 = {
58058
58058
  ],
58059
58059
  "default": null
58060
58060
  },
58061
- length: {
58062
- type: [
58063
- "integer",
58064
- "null"
58065
- ],
58066
- "default": null
58067
- },
58068
58061
  preview_start_seconds: {
58069
58062
  type: [
58070
58063
  "float",
@@ -68282,7 +68275,7 @@ var Users = /*#__PURE__*/function (_Base) {
68282
68275
  return Users;
68283
68276
  }(Base);
68284
68277
 
68285
- 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'];
68278
+ 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'];
68286
68279
  var TRACK_REQUIRED_PROPS = ['owner_id', 'title'];
68287
68280
  var decodeHashId = Utils.decodeHashId;
68288
68281
  var Track = /*#__PURE__*/function (_Base) {