@audius/sdk 1.0.28 → 1.0.29

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.
@@ -514,9 +514,9 @@ if (typeof window !== 'undefined' && window && window.Web3) {
514
514
  var LibsWeb3 = Web3;
515
515
 
516
516
  var name = "@audius/sdk";
517
- var version = "1.0.28";
517
+ var version = "1.0.29";
518
518
  var audius = {
519
- releaseSHA: "8c3013ed489dadfdef27970479247d8e7d54e299"
519
+ releaseSHA: "874f1104db24643b2c3b41b0c2920ca25abcb47b"
520
520
  };
521
521
  var description = "";
522
522
  var main = "dist/index.cjs.js";
@@ -2841,6 +2841,9 @@ var definitions$2 = {
2841
2841
  },
2842
2842
  {
2843
2843
  $ref: "#/definitions/PremiumConditionsFollowUserId"
2844
+ },
2845
+ {
2846
+ $ref: "#/definitions/PremiumConditionsTipUserId"
2844
2847
  }
2845
2848
  ]
2846
2849
  }
@@ -3093,6 +3096,19 @@ var definitions$2 = {
3093
3096
  "follow_user_id"
3094
3097
  ],
3095
3098
  title: "PremiumConditionsFollowUserId"
3099
+ },
3100
+ PremiumConditionsTipUserId: {
3101
+ type: "object",
3102
+ additionalProperties: false,
3103
+ properties: {
3104
+ tip_user_id: {
3105
+ type: "number"
3106
+ }
3107
+ },
3108
+ required: [
3109
+ "tip_user_id"
3110
+ ],
3111
+ title: "PremiumConditionsTipUserId"
3096
3112
  }
3097
3113
  };
3098
3114
  var TrackSchema = {