@audius/sdk 1.0.35 → 1.0.36

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.
@@ -515,9 +515,9 @@ if (typeof window !== 'undefined' && window && window.Web3) {
515
515
  var LibsWeb3 = Web3;
516
516
 
517
517
  var name = "@audius/sdk";
518
- var version = "1.0.35";
518
+ var version = "1.0.36";
519
519
  var audius = {
520
- releaseSHA: "e40315da81c1fcf7d1d43d1b7a4bcefc5d1243d1"
520
+ releaseSHA: "f5d39ff9c22d1fe9b5ca9c14261a1690575af34d"
521
521
  };
522
522
  var description = "";
523
523
  var main = "dist/index.cjs.js";
@@ -3076,12 +3076,27 @@ var definitions$2 = {
3076
3076
  "ERC721",
3077
3077
  "ERC1155"
3078
3078
  ]
3079
+ },
3080
+ name: {
3081
+ type: "string"
3082
+ },
3083
+ slug: {
3084
+ type: "string"
3085
+ },
3086
+ externalLink: {
3087
+ type: [
3088
+ "string",
3089
+ "null"
3090
+ ],
3091
+ "default": null
3079
3092
  }
3080
3093
  },
3081
3094
  required: [
3082
3095
  "chain",
3083
3096
  "address",
3084
- "standard"
3097
+ "standard",
3098
+ "name",
3099
+ "slug"
3085
3100
  ],
3086
3101
  title: "PremiumConditionsEthNFTCollection"
3087
3102
  },
@@ -3095,11 +3110,22 @@ var definitions$2 = {
3095
3110
  },
3096
3111
  address: {
3097
3112
  type: "string"
3113
+ },
3114
+ name: {
3115
+ type: "string"
3116
+ },
3117
+ externalLink: {
3118
+ type: [
3119
+ "string",
3120
+ "null"
3121
+ ],
3122
+ "default": null
3098
3123
  }
3099
3124
  },
3100
3125
  required: [
3101
3126
  "chain",
3102
- "address"
3127
+ "address",
3128
+ "name"
3103
3129
  ],
3104
3130
  title: "PremiumConditionsSolNFTCollection"
3105
3131
  },