@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.cjs.js CHANGED
@@ -33815,9 +33815,9 @@ var EthWeb3Manager = /*#__PURE__*/function () {
33815
33815
  }();
33816
33816
 
33817
33817
  var name = "@audius/sdk";
33818
- var version = "3.0.3";
33818
+ var version = "3.0.4-beta.0";
33819
33819
  var audius = {
33820
- releaseSHA: "b2c9c71fe0138471b7e777fbb23cc943c21602b8"
33820
+ releaseSHA: "0f1ff121e2321dfa4c1a90c57425b7e29cb49bf4"
33821
33821
  };
33822
33822
  var description = "Audius SDK";
33823
33823
  var main = "dist/index.cjs.js";
@@ -58250,13 +58250,6 @@ var definitions$2 = {
58250
58250
  ],
58251
58251
  "default": null
58252
58252
  },
58253
- length: {
58254
- type: [
58255
- "integer",
58256
- "null"
58257
- ],
58258
- "default": null
58259
- },
58260
58253
  preview_start_seconds: {
58261
58254
  type: [
58262
58255
  "float",
@@ -68474,7 +68467,7 @@ var Users = /*#__PURE__*/function (_Base) {
68474
68467
  return Users;
68475
68468
  }(Base);
68476
68469
 
68477
- 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'];
68470
+ 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'];
68478
68471
  var TRACK_REQUIRED_PROPS = ['owner_id', 'title'];
68479
68472
  var decodeHashId = Utils.decodeHashId;
68480
68473
  var Track = /*#__PURE__*/function (_Base) {