@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.
@@ -600,9 +600,9 @@ if (typeof window !== 'undefined' && window && window.Web3) {
600
600
  var LibsWeb3 = Web3;
601
601
 
602
602
  var name = "@audius/sdk";
603
- var version$1 = "3.0.3";
603
+ var version$1 = "3.0.4-beta.0";
604
604
  var audius = {
605
- releaseSHA: "b2c9c71fe0138471b7e777fbb23cc943c21602b8"
605
+ releaseSHA: "0f1ff121e2321dfa4c1a90c57425b7e29cb49bf4"
606
606
  };
607
607
  var description = "Audius SDK";
608
608
  var main = "dist/index.cjs.js";
@@ -4231,13 +4231,6 @@ var definitions$2 = {
4231
4231
  ],
4232
4232
  "default": null
4233
4233
  },
4234
- length: {
4235
- type: [
4236
- "integer",
4237
- "null"
4238
- ],
4239
- "default": null
4240
- },
4241
4234
  preview_start_seconds: {
4242
4235
  type: [
4243
4236
  "float",
@@ -44211,7 +44204,7 @@ var Users = /*#__PURE__*/function (_Base) {
44211
44204
  return Users;
44212
44205
  }(Base);
44213
44206
 
44214
- 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'];
44207
+ 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'];
44215
44208
  var TRACK_REQUIRED_PROPS = ['owner_id', 'title'];
44216
44209
  var decodeHashId = Utils.decodeHashId;
44217
44210
  var Track = /*#__PURE__*/function (_Base) {