@audius/sdk 1.0.19-beta.1 → 1.0.19-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@audius/sdk",
3
- "version": "1.0.19-beta.1",
3
+ "version": "1.0.19-beta.2",
4
4
  "audius": {
5
5
  "releaseSHA": "0a307f67af9a7dc7a6128b181bce45d92d9492df"
6
6
  },
package/src/api/Track.ts CHANGED
@@ -833,7 +833,7 @@ export class Track extends Base {
833
833
  /* ------- PRIVATE ------- */
834
834
 
835
835
  _validateTrackMetadata(metadata: TrackMetadata) {
836
- console.log('ITS YA BOY')
836
+ console.log('ITS YA BOY 22')
837
837
  this.OBJECT_HAS_PROPS(metadata, TRACK_PROPS, TRACK_REQUIRED_PROPS)
838
838
  }
839
839
  }
@@ -275,9 +275,11 @@
275
275
  "title": "CID"
276
276
  },
277
277
  "PremiumConditions": {
278
- "type": ["object", "null"],
279
278
  "additionalProperties": false,
280
279
  "oneOf": [
280
+ {
281
+ "type": "null"
282
+ },
281
283
  {
282
284
  "$ref": "#/definitions/PremiumConditionsNFTCollection"
283
285
  },