@misofm/platform 0.23.0 → 0.25.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.
Files changed (604) hide show
  1. package/README.md +125 -57
  2. package/dist/catalog.d.ts +1 -1
  3. package/dist/catalog.d.ts.map +1 -1
  4. package/dist/catalog.js +1 -1
  5. package/dist/catalog.js.map +1 -1
  6. package/dist/client.d.ts +107 -97
  7. package/dist/client.d.ts.map +1 -1
  8. package/dist/client.js +59 -39
  9. package/dist/client.js.map +1 -1
  10. package/dist/contracts/composition_credits/composition_credits.d.ts +181 -0
  11. package/dist/contracts/composition_credits/composition_credits.d.ts.map +1 -0
  12. package/dist/contracts/composition_credits/composition_credits.js +109 -0
  13. package/dist/contracts/composition_credits/composition_credits.js.map +1 -0
  14. package/dist/contracts/composition_credits/composition_party_role.d.ts +119 -0
  15. package/dist/contracts/composition_credits/composition_party_role.d.ts.map +1 -0
  16. package/dist/contracts/composition_credits/composition_party_role.js +139 -0
  17. package/dist/contracts/composition_credits/composition_party_role.js.map +1 -0
  18. package/dist/contracts/composition_credits/deps/credit/credit.d.ts +24 -0
  19. package/dist/contracts/composition_credits/deps/credit/credit.d.ts.map +1 -0
  20. package/dist/contracts/composition_credits/deps/credit/credit.js +23 -0
  21. package/dist/contracts/composition_credits/deps/credit/credit.js.map +1 -0
  22. package/dist/contracts/composition_credits/deps/sui/vec_map.d.ts +37 -0
  23. package/dist/contracts/composition_credits/deps/sui/vec_map.d.ts.map +1 -0
  24. package/dist/contracts/composition_credits/deps/sui/vec_map.js +28 -0
  25. package/dist/contracts/composition_credits/deps/sui/vec_map.js.map +1 -0
  26. package/dist/contracts/composition_routed_stake/composition_routed_stake.d.ts +143 -0
  27. package/dist/contracts/composition_routed_stake/composition_routed_stake.d.ts.map +1 -0
  28. package/dist/contracts/composition_routed_stake/composition_routed_stake.js +125 -0
  29. package/dist/contracts/composition_routed_stake/composition_routed_stake.js.map +1 -0
  30. package/dist/contracts/composition_royalty_pool/composition_royalty_pool.d.ts +93 -0
  31. package/dist/contracts/composition_royalty_pool/composition_royalty_pool.d.ts.map +1 -0
  32. package/dist/contracts/composition_royalty_pool/composition_royalty_pool.js +86 -0
  33. package/dist/contracts/composition_royalty_pool/composition_royalty_pool.js.map +1 -0
  34. package/dist/contracts/composition_royalty_pool_plugin/composition_royalty_pool_plugin.d.ts +90 -0
  35. package/dist/contracts/composition_royalty_pool_plugin/composition_royalty_pool_plugin.d.ts.map +1 -0
  36. package/dist/contracts/composition_royalty_pool_plugin/composition_royalty_pool_plugin.js +85 -0
  37. package/dist/contracts/composition_royalty_pool_plugin/composition_royalty_pool_plugin.js.map +1 -0
  38. package/dist/contracts/composition_royalty_pool_plugin/witness.d.ts +6 -0
  39. package/dist/contracts/composition_royalty_pool_plugin/witness.d.ts.map +1 -0
  40. package/dist/contracts/composition_royalty_pool_plugin/witness.js +8 -0
  41. package/dist/contracts/composition_royalty_pool_plugin/witness.js.map +1 -0
  42. package/dist/contracts/cover_art/cover_art.d.ts +83 -0
  43. package/dist/contracts/cover_art/cover_art.d.ts.map +1 -0
  44. package/dist/contracts/cover_art/cover_art.js +66 -0
  45. package/dist/contracts/cover_art/cover_art.js.map +1 -0
  46. package/dist/contracts/cover_art/deps/ori/confidentiality.d.ts +24 -0
  47. package/dist/contracts/cover_art/deps/ori/confidentiality.d.ts.map +1 -0
  48. package/dist/contracts/cover_art/deps/ori/confidentiality.js +24 -0
  49. package/dist/contracts/cover_art/deps/ori/confidentiality.js.map +1 -0
  50. package/dist/contracts/cover_art/deps/ori/data.d.ts +16 -0
  51. package/dist/contracts/cover_art/deps/ori/data.d.ts.map +1 -0
  52. package/dist/contracts/cover_art/deps/ori/data.js +12 -0
  53. package/dist/contracts/cover_art/deps/ori/data.js.map +1 -0
  54. package/dist/contracts/genre/genre.d.ts +78 -0
  55. package/dist/contracts/genre/genre.d.ts.map +1 -0
  56. package/dist/contracts/genre/genre.js +87 -0
  57. package/dist/contracts/genre/genre.js.map +1 -0
  58. package/dist/contracts/party_cta/party_cta.d.ts +120 -0
  59. package/dist/contracts/party_cta/party_cta.d.ts.map +1 -0
  60. package/dist/contracts/party_cta/party_cta.js +139 -0
  61. package/dist/contracts/party_cta/party_cta.js.map +1 -0
  62. package/dist/contracts/party_genre/party_genre.d.ts +117 -0
  63. package/dist/contracts/party_genre/party_genre.d.ts.map +1 -0
  64. package/dist/contracts/party_genre/party_genre.js +131 -0
  65. package/dist/contracts/party_genre/party_genre.js.map +1 -0
  66. package/dist/contracts/party_media/party_media.d.ts +86 -0
  67. package/dist/contracts/party_media/party_media.d.ts.map +1 -0
  68. package/dist/contracts/party_media/party_media.js +97 -0
  69. package/dist/contracts/party_media/party_media.js.map +1 -0
  70. package/dist/contracts/party_music/party_music.d.ts +209 -0
  71. package/dist/contracts/party_music/party_music.d.ts.map +1 -0
  72. package/dist/contracts/party_music/party_music.js +259 -0
  73. package/dist/contracts/party_music/party_music.js.map +1 -0
  74. package/dist/contracts/party_platform_link/party_platform_link.d.ts +89 -0
  75. package/dist/contracts/party_platform_link/party_platform_link.d.ts.map +1 -0
  76. package/dist/contracts/party_platform_link/party_platform_link.js +92 -0
  77. package/dist/contracts/party_platform_link/party_platform_link.js.map +1 -0
  78. package/dist/contracts/party_pro_link/party_pro_link.d.ts +233 -0
  79. package/dist/contracts/party_pro_link/party_pro_link.d.ts.map +1 -0
  80. package/dist/contracts/party_pro_link/party_pro_link.js +289 -0
  81. package/dist/contracts/party_pro_link/party_pro_link.js.map +1 -0
  82. package/dist/contracts/party_profile/deps/country_code/country_code.d.ts +15 -0
  83. package/dist/contracts/party_profile/deps/country_code/country_code.d.ts.map +1 -0
  84. package/dist/contracts/party_profile/deps/country_code/country_code.js +17 -0
  85. package/dist/contracts/party_profile/deps/country_code/country_code.js.map +1 -0
  86. package/dist/contracts/party_profile/deps/language_code/language_code.d.ts +6 -0
  87. package/dist/contracts/party_profile/deps/language_code/language_code.d.ts.map +1 -0
  88. package/dist/contracts/party_profile/deps/language_code/language_code.js +8 -0
  89. package/dist/contracts/party_profile/deps/language_code/language_code.js.map +1 -0
  90. package/dist/contracts/party_profile/party_profile.d.ts +133 -0
  91. package/dist/contracts/party_profile/party_profile.d.ts.map +1 -0
  92. package/dist/contracts/party_profile/party_profile.js +153 -0
  93. package/dist/contracts/party_profile/party_profile.js.map +1 -0
  94. package/dist/contracts/party_roles/party_roles.d.ts +201 -0
  95. package/dist/contracts/party_roles/party_roles.d.ts.map +1 -0
  96. package/dist/contracts/party_roles/party_roles.js +237 -0
  97. package/dist/contracts/party_roles/party_roles.js.map +1 -0
  98. package/dist/contracts/party_social/party_social.d.ts +258 -0
  99. package/dist/contracts/party_social/party_social.d.ts.map +1 -0
  100. package/dist/contracts/party_social/party_social.js +320 -0
  101. package/dist/contracts/party_social/party_social.js.map +1 -0
  102. package/dist/contracts/party_tags/party_tags.d.ts +116 -0
  103. package/dist/contracts/party_tags/party_tags.d.ts.map +1 -0
  104. package/dist/contracts/party_tags/party_tags.js +130 -0
  105. package/dist/contracts/party_tags/party_tags.js.map +1 -0
  106. package/dist/contracts/party_wallet/party_wallet.d.ts +112 -0
  107. package/dist/contracts/party_wallet/party_wallet.d.ts.map +1 -0
  108. package/dist/contracts/party_wallet/party_wallet.js +114 -0
  109. package/dist/contracts/party_wallet/party_wallet.js.map +1 -0
  110. package/dist/contracts/record/deps/std/type_name.d.ts +18 -0
  111. package/dist/contracts/record/deps/std/type_name.d.ts.map +1 -0
  112. package/dist/contracts/record/deps/std/type_name.js +20 -0
  113. package/dist/contracts/record/deps/std/type_name.js.map +1 -0
  114. package/dist/contracts/record/deps/sui/vec_set.d.ts +21 -0
  115. package/dist/contracts/record/deps/sui/vec_set.d.ts.map +1 -0
  116. package/dist/contracts/record/deps/sui/vec_set.js +20 -0
  117. package/dist/contracts/record/deps/sui/vec_set.js.map +1 -0
  118. package/dist/contracts/record/pressing.d.ts +327 -0
  119. package/dist/contracts/record/pressing.d.ts.map +1 -0
  120. package/dist/contracts/record/pressing.js +345 -0
  121. package/dist/contracts/record/pressing.js.map +1 -0
  122. package/dist/contracts/record/record.d.ts +190 -0
  123. package/dist/contracts/record/record.d.ts.map +1 -0
  124. package/dist/contracts/record/record.js +226 -0
  125. package/dist/contracts/record/record.js.map +1 -0
  126. package/dist/contracts/record_shop/deps/std/type_name.d.ts +18 -0
  127. package/dist/contracts/record_shop/deps/std/type_name.d.ts.map +1 -0
  128. package/dist/contracts/record_shop/deps/std/type_name.js +20 -0
  129. package/dist/contracts/record_shop/deps/std/type_name.js.map +1 -0
  130. package/dist/contracts/record_shop/listing.d.ts +387 -0
  131. package/dist/contracts/record_shop/listing.d.ts.map +1 -0
  132. package/dist/contracts/record_shop/listing.js +380 -0
  133. package/dist/contracts/record_shop/listing.js.map +1 -0
  134. package/dist/contracts/record_shop/witness.d.ts +7 -0
  135. package/dist/contracts/record_shop/witness.d.ts.map +1 -0
  136. package/dist/contracts/record_shop/witness.js +9 -0
  137. package/dist/contracts/record_shop/witness.js.map +1 -0
  138. package/dist/contracts/recording_advisory/recording_advisory.d.ts +194 -0
  139. package/dist/contracts/recording_advisory/recording_advisory.d.ts.map +1 -0
  140. package/dist/contracts/recording_advisory/recording_advisory.js +204 -0
  141. package/dist/contracts/recording_advisory/recording_advisory.js.map +1 -0
  142. package/dist/contracts/recording_credits/deps/credit/credit.d.ts +24 -0
  143. package/dist/contracts/recording_credits/deps/credit/credit.d.ts.map +1 -0
  144. package/dist/contracts/recording_credits/deps/credit/credit.js +23 -0
  145. package/dist/contracts/recording_credits/deps/credit/credit.js.map +1 -0
  146. package/dist/contracts/recording_credits/deps/sui/vec_map.d.ts +37 -0
  147. package/dist/contracts/recording_credits/deps/sui/vec_map.d.ts.map +1 -0
  148. package/dist/contracts/recording_credits/deps/sui/vec_map.js +28 -0
  149. package/dist/contracts/recording_credits/deps/sui/vec_map.js.map +1 -0
  150. package/dist/contracts/recording_credits/deps/sui/vec_set.d.ts +21 -0
  151. package/dist/contracts/recording_credits/deps/sui/vec_set.d.ts.map +1 -0
  152. package/dist/contracts/recording_credits/deps/sui/vec_set.js +20 -0
  153. package/dist/contracts/recording_credits/deps/sui/vec_set.js.map +1 -0
  154. package/dist/contracts/recording_credits/recording_credits.d.ts +2313 -0
  155. package/dist/contracts/recording_credits/recording_credits.d.ts.map +1 -0
  156. package/dist/contracts/recording_credits/recording_credits.js +270 -0
  157. package/dist/contracts/recording_credits/recording_credits.js.map +1 -0
  158. package/dist/contracts/recording_credits/recording_party_role.d.ts +1174 -0
  159. package/dist/contracts/recording_credits/recording_party_role.d.ts.map +1 -0
  160. package/dist/contracts/recording_credits/recording_party_role.js +692 -0
  161. package/dist/contracts/recording_credits/recording_party_role.js.map +1 -0
  162. package/dist/contracts/recording_engine_session/deps/ori/confidentiality.d.ts +24 -0
  163. package/dist/contracts/recording_engine_session/deps/ori/confidentiality.d.ts.map +1 -0
  164. package/dist/contracts/recording_engine_session/deps/ori/confidentiality.js +24 -0
  165. package/dist/contracts/recording_engine_session/deps/ori/confidentiality.js.map +1 -0
  166. package/dist/contracts/recording_engine_session/deps/ori/data.d.ts +16 -0
  167. package/dist/contracts/recording_engine_session/deps/ori/data.d.ts.map +1 -0
  168. package/dist/contracts/recording_engine_session/deps/ori/data.js +12 -0
  169. package/dist/contracts/recording_engine_session/deps/ori/data.js.map +1 -0
  170. package/dist/contracts/recording_engine_session/recording_engine_session.d.ts +296 -0
  171. package/dist/contracts/recording_engine_session/recording_engine_session.d.ts.map +1 -0
  172. package/dist/contracts/recording_engine_session/recording_engine_session.js +216 -0
  173. package/dist/contracts/recording_engine_session/recording_engine_session.js.map +1 -0
  174. package/dist/contracts/recording_genre/recording_genre.d.ts +173 -0
  175. package/dist/contracts/recording_genre/recording_genre.d.ts.map +1 -0
  176. package/dist/contracts/recording_genre/recording_genre.js +170 -0
  177. package/dist/contracts/recording_genre/recording_genre.js.map +1 -0
  178. package/dist/contracts/recording_language/deps/language_code/language_code.d.ts +6 -0
  179. package/dist/contracts/recording_language/deps/language_code/language_code.d.ts.map +1 -0
  180. package/dist/contracts/recording_language/deps/language_code/language_code.js +8 -0
  181. package/dist/contracts/recording_language/deps/language_code/language_code.js.map +1 -0
  182. package/dist/contracts/recording_language/recording_language.d.ts +152 -0
  183. package/dist/contracts/recording_language/recording_language.d.ts.map +1 -0
  184. package/dist/contracts/recording_language/recording_language.js +149 -0
  185. package/dist/contracts/recording_language/recording_language.js.map +1 -0
  186. package/dist/contracts/recording_master_reference/deps/ori/confidentiality.d.ts +24 -0
  187. package/dist/contracts/recording_master_reference/deps/ori/confidentiality.d.ts.map +1 -0
  188. package/dist/contracts/recording_master_reference/deps/ori/confidentiality.js +24 -0
  189. package/dist/contracts/recording_master_reference/deps/ori/confidentiality.js.map +1 -0
  190. package/dist/contracts/recording_master_reference/deps/ori/data.d.ts +16 -0
  191. package/dist/contracts/recording_master_reference/deps/ori/data.d.ts.map +1 -0
  192. package/dist/contracts/recording_master_reference/deps/ori/data.js +12 -0
  193. package/dist/contracts/recording_master_reference/deps/ori/data.js.map +1 -0
  194. package/dist/contracts/recording_master_reference/recording_master_reference.d.ts +129 -0
  195. package/dist/contracts/recording_master_reference/recording_master_reference.d.ts.map +1 -0
  196. package/dist/contracts/recording_master_reference/recording_master_reference.js +119 -0
  197. package/dist/contracts/recording_master_reference/recording_master_reference.js.map +1 -0
  198. package/dist/contracts/recording_royalty_pool/recording_royalty_pool.d.ts +96 -0
  199. package/dist/contracts/recording_royalty_pool/recording_royalty_pool.d.ts.map +1 -0
  200. package/dist/contracts/recording_royalty_pool/recording_royalty_pool.js +85 -0
  201. package/dist/contracts/recording_royalty_pool/recording_royalty_pool.js.map +1 -0
  202. package/dist/contracts/recording_royalty_pool_plugin/recording_royalty_pool_plugin.d.ts +92 -0
  203. package/dist/contracts/recording_royalty_pool_plugin/recording_royalty_pool_plugin.d.ts.map +1 -0
  204. package/dist/contracts/recording_royalty_pool_plugin/recording_royalty_pool_plugin.js +85 -0
  205. package/dist/contracts/recording_royalty_pool_plugin/recording_royalty_pool_plugin.js.map +1 -0
  206. package/dist/contracts/recording_royalty_pool_plugin/witness.d.ts +6 -0
  207. package/dist/contracts/recording_royalty_pool_plugin/witness.d.ts.map +1 -0
  208. package/dist/contracts/recording_royalty_pool_plugin/witness.js +8 -0
  209. package/dist/contracts/recording_royalty_pool_plugin/witness.js.map +1 -0
  210. package/dist/contracts/recording_streaming_transcode/deps/ori/data.d.ts +8 -0
  211. package/dist/contracts/recording_streaming_transcode/deps/ori/data.d.ts.map +1 -0
  212. package/dist/contracts/recording_streaming_transcode/deps/ori/data.js +10 -0
  213. package/dist/contracts/recording_streaming_transcode/deps/ori/data.js.map +1 -0
  214. package/dist/contracts/recording_streaming_transcode/recording_streaming_transcode.d.ts +124 -0
  215. package/dist/contracts/recording_streaming_transcode/recording_streaming_transcode.d.ts.map +1 -0
  216. package/dist/contracts/recording_streaming_transcode/recording_streaming_transcode.js +124 -0
  217. package/dist/contracts/recording_streaming_transcode/recording_streaming_transcode.js.map +1 -0
  218. package/dist/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/confidentiality.d.ts +24 -0
  219. package/dist/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/confidentiality.d.ts.map +1 -0
  220. package/dist/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/confidentiality.js +24 -0
  221. package/dist/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/confidentiality.js.map +1 -0
  222. package/dist/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/data.d.ts +16 -0
  223. package/dist/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/data.d.ts.map +1 -0
  224. package/dist/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/data.js +12 -0
  225. package/dist/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/data.js.map +1 -0
  226. package/dist/contracts/release_cover_art/deps/cover_art/cover_art.d.ts +47 -0
  227. package/dist/contracts/release_cover_art/deps/cover_art/cover_art.d.ts.map +1 -0
  228. package/dist/contracts/release_cover_art/deps/cover_art/cover_art.js +22 -0
  229. package/dist/contracts/release_cover_art/deps/cover_art/cover_art.js.map +1 -0
  230. package/dist/contracts/release_cover_art/deps/per_track/per_track.d.ts +33 -0
  231. package/dist/contracts/release_cover_art/deps/per_track/per_track.d.ts.map +1 -0
  232. package/dist/contracts/release_cover_art/deps/per_track/per_track.js +32 -0
  233. package/dist/contracts/release_cover_art/deps/per_track/per_track.js.map +1 -0
  234. package/dist/contracts/release_cover_art/release_cover_art.d.ts +300 -0
  235. package/dist/contracts/release_cover_art/release_cover_art.d.ts.map +1 -0
  236. package/dist/contracts/release_cover_art/release_cover_art.js +168 -0
  237. package/dist/contracts/release_cover_art/release_cover_art.js.map +1 -0
  238. package/dist/contracts/release_credits/deps/credit/credit.d.ts +24 -0
  239. package/dist/contracts/release_credits/deps/credit/credit.d.ts.map +1 -0
  240. package/dist/contracts/release_credits/deps/credit/credit.js +23 -0
  241. package/dist/contracts/release_credits/deps/credit/credit.js.map +1 -0
  242. package/dist/contracts/release_credits/deps/sui/vec_map.d.ts +37 -0
  243. package/dist/contracts/release_credits/deps/sui/vec_map.d.ts.map +1 -0
  244. package/dist/contracts/release_credits/deps/sui/vec_map.js +28 -0
  245. package/dist/contracts/release_credits/deps/sui/vec_map.js.map +1 -0
  246. package/dist/contracts/release_credits/release_credits.d.ts +142 -0
  247. package/dist/contracts/release_credits/release_credits.d.ts.map +1 -0
  248. package/dist/contracts/release_credits/release_credits.js +108 -0
  249. package/dist/contracts/release_credits/release_credits.js.map +1 -0
  250. package/dist/contracts/release_credits/release_party_role.d.ts +58 -0
  251. package/dist/contracts/release_credits/release_party_role.d.ts.map +1 -0
  252. package/dist/contracts/release_credits/release_party_role.js +66 -0
  253. package/dist/contracts/release_credits/release_party_role.js.map +1 -0
  254. package/dist/contracts/release_description/release_description.d.ts +112 -0
  255. package/dist/contracts/release_description/release_description.d.ts.map +1 -0
  256. package/dist/contracts/release_description/release_description.js +123 -0
  257. package/dist/contracts/release_description/release_description.js.map +1 -0
  258. package/dist/contracts/release_dsp_link/release_dsp_link.d.ts +643 -0
  259. package/dist/contracts/release_dsp_link/release_dsp_link.d.ts.map +1 -0
  260. package/dist/contracts/release_dsp_link/release_dsp_link.js +555 -0
  261. package/dist/contracts/release_dsp_link/release_dsp_link.js.map +1 -0
  262. package/dist/contracts/release_genre/release_genre.d.ts +145 -0
  263. package/dist/contracts/release_genre/release_genre.d.ts.map +1 -0
  264. package/dist/contracts/release_genre/release_genre.js +154 -0
  265. package/dist/contracts/release_genre/release_genre.js.map +1 -0
  266. package/dist/contracts/release_kind/release_kind.d.ts +98 -0
  267. package/dist/contracts/release_kind/release_kind.d.ts.map +1 -0
  268. package/dist/contracts/release_kind/release_kind.js +109 -0
  269. package/dist/contracts/release_kind/release_kind.js.map +1 -0
  270. package/dist/contracts/release_revenue_distributor/release_revenue_distributor.d.ts +91 -0
  271. package/dist/contracts/release_revenue_distributor/release_revenue_distributor.d.ts.map +1 -0
  272. package/dist/contracts/release_revenue_distributor/release_revenue_distributor.js +92 -0
  273. package/dist/contracts/release_revenue_distributor/release_revenue_distributor.js.map +1 -0
  274. package/dist/contracts/release_revenue_distributor_plugin/release_revenue_distributor_plugin.d.ts +73 -0
  275. package/dist/contracts/release_revenue_distributor_plugin/release_revenue_distributor_plugin.d.ts.map +1 -0
  276. package/dist/contracts/release_revenue_distributor_plugin/release_revenue_distributor_plugin.js +80 -0
  277. package/dist/contracts/release_revenue_distributor_plugin/release_revenue_distributor_plugin.js.map +1 -0
  278. package/dist/contracts/release_revenue_distributor_plugin/witness.d.ts +6 -0
  279. package/dist/contracts/release_revenue_distributor_plugin/witness.d.ts.map +1 -0
  280. package/dist/contracts/release_revenue_distributor_plugin/witness.js +8 -0
  281. package/dist/contracts/release_revenue_distributor_plugin/witness.js.map +1 -0
  282. package/dist/contracts/routed_stake/deps/royalty_pool/stake.d.ts +67 -0
  283. package/dist/contracts/routed_stake/deps/royalty_pool/stake.d.ts.map +1 -0
  284. package/dist/contracts/routed_stake/deps/royalty_pool/stake.js +50 -0
  285. package/dist/contracts/routed_stake/deps/royalty_pool/stake.js.map +1 -0
  286. package/dist/contracts/routed_stake/deps/std/type_name.d.ts +18 -0
  287. package/dist/contracts/routed_stake/deps/std/type_name.d.ts.map +1 -0
  288. package/dist/contracts/routed_stake/deps/std/type_name.js +20 -0
  289. package/dist/contracts/routed_stake/deps/std/type_name.js.map +1 -0
  290. package/dist/contracts/routed_stake/deps/sui/balance.d.ts +13 -0
  291. package/dist/contracts/routed_stake/deps/sui/balance.d.ts.map +1 -0
  292. package/dist/contracts/routed_stake/deps/sui/balance.js +15 -0
  293. package/dist/contracts/routed_stake/deps/sui/balance.js.map +1 -0
  294. package/dist/contracts/routed_stake/deps/sui/vec_map.d.ts +37 -0
  295. package/dist/contracts/routed_stake/deps/sui/vec_map.d.ts.map +1 -0
  296. package/dist/contracts/routed_stake/deps/sui/vec_map.js +28 -0
  297. package/dist/contracts/routed_stake/deps/sui/vec_map.js.map +1 -0
  298. package/dist/contracts/routed_stake/routed_stake.d.ts +347 -0
  299. package/dist/contracts/routed_stake/routed_stake.d.ts.map +1 -0
  300. package/dist/contracts/routed_stake/routed_stake.js +302 -0
  301. package/dist/contracts/routed_stake/routed_stake.js.map +1 -0
  302. package/dist/contracts/royalty_pool/deps/std/type_name.d.ts +18 -0
  303. package/dist/contracts/royalty_pool/deps/std/type_name.d.ts.map +1 -0
  304. package/dist/contracts/royalty_pool/deps/std/type_name.js +20 -0
  305. package/dist/contracts/royalty_pool/deps/std/type_name.js.map +1 -0
  306. package/dist/contracts/royalty_pool/deps/sui/balance.d.ts +13 -0
  307. package/dist/contracts/royalty_pool/deps/sui/balance.d.ts.map +1 -0
  308. package/dist/contracts/royalty_pool/deps/sui/balance.js +15 -0
  309. package/dist/contracts/royalty_pool/deps/sui/balance.js.map +1 -0
  310. package/dist/contracts/royalty_pool/deps/sui/vec_map.d.ts +37 -0
  311. package/dist/contracts/royalty_pool/deps/sui/vec_map.d.ts.map +1 -0
  312. package/dist/contracts/royalty_pool/deps/sui/vec_map.js +28 -0
  313. package/dist/contracts/royalty_pool/deps/sui/vec_map.js.map +1 -0
  314. package/dist/contracts/royalty_pool/pool.d.ts +414 -0
  315. package/dist/contracts/royalty_pool/pool.d.ts.map +1 -0
  316. package/dist/contracts/royalty_pool/pool.js +409 -0
  317. package/dist/contracts/royalty_pool/pool.js.map +1 -0
  318. package/dist/contracts/royalty_pool/stake.d.ts +202 -0
  319. package/dist/contracts/royalty_pool/stake.d.ts.map +1 -0
  320. package/dist/contracts/royalty_pool/stake.js +196 -0
  321. package/dist/contracts/royalty_pool/stake.js.map +1 -0
  322. package/dist/contracts/utils/index.d.ts +104 -0
  323. package/dist/contracts/utils/index.d.ts.map +1 -0
  324. package/dist/contracts/utils/index.js +272 -0
  325. package/dist/contracts/utils/index.js.map +1 -0
  326. package/dist/contracts/vault/deps/sui/bag.d.ts +35 -0
  327. package/dist/contracts/vault/deps/sui/bag.d.ts.map +1 -0
  328. package/dist/contracts/vault/deps/sui/bag.js +37 -0
  329. package/dist/contracts/vault/deps/sui/bag.js.map +1 -0
  330. package/dist/contracts/vault/deps/sui/borrow.d.ts +20 -0
  331. package/dist/contracts/vault/deps/sui/borrow.d.ts.map +1 -0
  332. package/dist/contracts/vault/deps/sui/borrow.js +21 -0
  333. package/dist/contracts/vault/deps/sui/borrow.js.map +1 -0
  334. package/dist/contracts/vault/vault.d.ts +316 -0
  335. package/dist/contracts/vault/vault.d.ts.map +1 -0
  336. package/dist/contracts/vault/vault.js +308 -0
  337. package/dist/contracts/vault/vault.js.map +1 -0
  338. package/dist/contracts.d.ts +57 -33
  339. package/dist/contracts.d.ts.map +1 -1
  340. package/dist/contracts.js +63 -41
  341. package/dist/contracts.js.map +1 -1
  342. package/dist/cover.js +2 -2
  343. package/dist/cover.js.map +1 -1
  344. package/dist/credits.js +6 -6
  345. package/dist/credits.js.map +1 -1
  346. package/dist/deployments.d.ts +104 -64
  347. package/dist/deployments.d.ts.map +1 -1
  348. package/dist/deployments.js +170 -36
  349. package/dist/deployments.js.map +1 -1
  350. package/dist/events.d.ts +1045 -0
  351. package/dist/events.d.ts.map +1 -0
  352. package/dist/events.js +116 -0
  353. package/dist/events.js.map +1 -0
  354. package/dist/execute.d.ts +2 -2
  355. package/dist/execute.d.ts.map +1 -1
  356. package/dist/execute.js +2 -2
  357. package/dist/execute.js.map +1 -1
  358. package/dist/genre.d.ts +124 -0
  359. package/dist/genre.d.ts.map +1 -0
  360. package/dist/genre.js +238 -0
  361. package/dist/genre.js.map +1 -0
  362. package/dist/index.d.ts +4 -0
  363. package/dist/index.d.ts.map +1 -1
  364. package/dist/index.js +9 -1
  365. package/dist/index.js.map +1 -1
  366. package/dist/internal.js +2 -2
  367. package/dist/internal.js.map +1 -1
  368. package/dist/packages.d.ts +4185 -0
  369. package/dist/packages.d.ts.map +1 -0
  370. package/dist/packages.js +190 -0
  371. package/dist/packages.js.map +1 -0
  372. package/dist/party/client.d.ts +324 -0
  373. package/dist/party/client.d.ts.map +1 -0
  374. package/dist/party/client.js +214 -0
  375. package/dist/party/client.js.map +1 -0
  376. package/dist/party/extensions/ctas.d.ts +19 -0
  377. package/dist/party/extensions/ctas.d.ts.map +1 -0
  378. package/dist/party/extensions/ctas.js +25 -0
  379. package/dist/party/extensions/ctas.js.map +1 -0
  380. package/dist/party/extensions/genres.d.ts +27 -0
  381. package/dist/party/extensions/genres.d.ts.map +1 -0
  382. package/dist/party/extensions/genres.js +31 -0
  383. package/dist/party/extensions/genres.js.map +1 -0
  384. package/dist/party/extensions/links.d.ts +65 -0
  385. package/dist/party/extensions/links.d.ts.map +1 -0
  386. package/dist/party/extensions/links.js +117 -0
  387. package/dist/party/extensions/links.js.map +1 -0
  388. package/dist/party/extensions/media.d.ts +36 -0
  389. package/dist/party/extensions/media.d.ts.map +1 -0
  390. package/dist/party/extensions/media.js +45 -0
  391. package/dist/party/extensions/media.js.map +1 -0
  392. package/dist/party/extensions/profile.d.ts +24 -0
  393. package/dist/party/extensions/profile.d.ts.map +1 -0
  394. package/dist/party/extensions/profile.js +48 -0
  395. package/dist/party/extensions/profile.js.map +1 -0
  396. package/dist/party/extensions/roles.d.ts +37 -0
  397. package/dist/party/extensions/roles.d.ts.map +1 -0
  398. package/dist/party/extensions/roles.js +46 -0
  399. package/dist/party/extensions/roles.js.map +1 -0
  400. package/dist/party/extensions/tags.d.ts +25 -0
  401. package/dist/party/extensions/tags.d.ts.map +1 -0
  402. package/dist/party/extensions/tags.js +25 -0
  403. package/dist/party/extensions/tags.js.map +1 -0
  404. package/dist/party/index.d.ts +12 -0
  405. package/dist/party/index.d.ts.map +1 -0
  406. package/dist/party/index.js +18 -0
  407. package/dist/party/index.js.map +1 -0
  408. package/dist/party/internal.d.ts +14 -0
  409. package/dist/party/internal.d.ts.map +1 -0
  410. package/dist/party/internal.js +89 -0
  411. package/dist/party/internal.js.map +1 -0
  412. package/dist/party/queries.d.ts +17 -0
  413. package/dist/party/queries.d.ts.map +1 -0
  414. package/dist/party/queries.js +118 -0
  415. package/dist/party/queries.js.map +1 -0
  416. package/dist/party/types.d.ts +43 -0
  417. package/dist/party/types.d.ts.map +1 -0
  418. package/dist/party/types.js +4 -0
  419. package/dist/party/types.js.map +1 -0
  420. package/dist/pressing.js +3 -3
  421. package/dist/pressing.js.map +1 -1
  422. package/dist/publication.d.ts +4 -8
  423. package/dist/publication.d.ts.map +1 -1
  424. package/dist/publication.js +53 -40
  425. package/dist/publication.js.map +1 -1
  426. package/dist/queries.d.ts +1 -1
  427. package/dist/queries.d.ts.map +1 -1
  428. package/dist/queries.js +2 -2
  429. package/dist/queries.js.map +1 -1
  430. package/dist/read/artist.js +3 -3
  431. package/dist/read/artist.js.map +1 -1
  432. package/dist/read/catalog.d.ts +1 -1
  433. package/dist/read/catalog.d.ts.map +1 -1
  434. package/dist/read/catalog.js +3 -3
  435. package/dist/read/catalog.js.map +1 -1
  436. package/dist/read/client.d.ts +6 -3
  437. package/dist/read/client.d.ts.map +1 -1
  438. package/dist/read/client.js +5 -1
  439. package/dist/read/client.js.map +1 -1
  440. package/dist/read/config.d.ts +7 -2
  441. package/dist/read/config.d.ts.map +1 -1
  442. package/dist/read/config.js +2 -0
  443. package/dist/read/config.js.map +1 -1
  444. package/dist/read/index.js +1 -1
  445. package/dist/read/index.js.map +1 -1
  446. package/dist/read/receipts.js +4 -4
  447. package/dist/read/receipts.js.map +1 -1
  448. package/dist/read/types.d.ts +1 -1
  449. package/dist/read/types.d.ts.map +1 -1
  450. package/dist/read/wallet.d.ts +1 -1
  451. package/dist/read/wallet.d.ts.map +1 -1
  452. package/dist/read/wallet.js +15 -14
  453. package/dist/read/wallet.js.map +1 -1
  454. package/dist/read/works.d.ts +1 -1
  455. package/dist/read/works.d.ts.map +1 -1
  456. package/dist/read/works.js +1 -1
  457. package/dist/read/works.js.map +1 -1
  458. package/dist/recording-extensions.js +7 -7
  459. package/dist/recording-extensions.js.map +1 -1
  460. package/dist/release-extensions.d.ts +0 -18
  461. package/dist/release-extensions.d.ts.map +1 -1
  462. package/dist/release-extensions.js +4 -49
  463. package/dist/release-extensions.js.map +1 -1
  464. package/dist/release-graph.js +2 -2
  465. package/dist/release-graph.js.map +1 -1
  466. package/dist/royalty.d.ts +87 -0
  467. package/dist/royalty.d.ts.map +1 -0
  468. package/dist/royalty.js +78 -0
  469. package/dist/royalty.js.map +1 -0
  470. package/dist/share.js +1 -1
  471. package/dist/share.js.map +1 -1
  472. package/dist/transactions.d.ts +2 -2
  473. package/dist/transactions.d.ts.map +1 -1
  474. package/dist/transactions.js +6 -6
  475. package/dist/transactions.js.map +1 -1
  476. package/dist/vault.d.ts.map +1 -1
  477. package/dist/vault.js +13 -10
  478. package/dist/vault.js.map +1 -1
  479. package/package.json +24 -10
  480. package/src/catalog.ts +2 -2
  481. package/src/client.ts +103 -44
  482. package/src/contracts/composition_credits/composition_credits.ts +170 -0
  483. package/src/contracts/composition_credits/composition_party_role.ts +190 -0
  484. package/src/contracts/composition_credits/deps/credit/credit.ts +28 -0
  485. package/src/contracts/composition_credits/deps/sui/vec_map.ts +34 -0
  486. package/src/contracts/composition_routed_stake/composition_routed_stake.ts +239 -0
  487. package/src/contracts/composition_royalty_pool/composition_royalty_pool.ts +154 -0
  488. package/src/contracts/composition_royalty_pool_plugin/composition_royalty_pool_plugin.ts +165 -0
  489. package/src/contracts/composition_royalty_pool_plugin/witness.ts +8 -0
  490. package/src/contracts/cover_art/cover_art.ts +98 -0
  491. package/src/contracts/cover_art/deps/ori/confidentiality.ts +24 -0
  492. package/src/contracts/cover_art/deps/ori/data.ts +12 -0
  493. package/src/contracts/genre/genre.ts +121 -0
  494. package/src/contracts/party_cta/party_cta.ts +213 -0
  495. package/src/contracts/party_genre/party_genre.ts +200 -0
  496. package/src/contracts/party_media/party_media.ts +142 -0
  497. package/src/contracts/party_music/party_music.ts +406 -0
  498. package/src/contracts/party_platform_link/party_platform_link.ts +149 -0
  499. package/src/contracts/party_pro_link/party_pro_link.ts +454 -0
  500. package/src/contracts/party_profile/deps/country_code/country_code.ts +20 -0
  501. package/src/contracts/party_profile/deps/language_code/language_code.ts +8 -0
  502. package/src/contracts/party_profile/party_profile.ts +240 -0
  503. package/src/contracts/party_roles/party_roles.ts +364 -0
  504. package/src/contracts/party_social/party_social.ts +503 -0
  505. package/src/contracts/party_tags/party_tags.ts +199 -0
  506. package/src/contracts/party_wallet/party_wallet.ts +174 -0
  507. package/src/contracts/record/deps/std/type_name.ts +23 -0
  508. package/src/contracts/record/deps/sui/vec_set.ts +22 -0
  509. package/src/contracts/record/pressing.ts +523 -0
  510. package/src/contracts/record/record.ts +339 -0
  511. package/src/contracts/record_shop/deps/std/type_name.ts +23 -0
  512. package/src/contracts/record_shop/listing.ts +603 -0
  513. package/src/contracts/record_shop/witness.ts +12 -0
  514. package/src/contracts/recording_advisory/recording_advisory.ts +316 -0
  515. package/src/contracts/recording_credits/deps/credit/credit.ts +28 -0
  516. package/src/contracts/recording_credits/deps/sui/vec_map.ts +34 -0
  517. package/src/contracts/recording_credits/deps/sui/vec_set.ts +22 -0
  518. package/src/contracts/recording_credits/recording_credits.ts +459 -0
  519. package/src/contracts/recording_credits/recording_party_role.ts +1042 -0
  520. package/src/contracts/recording_engine_session/deps/ori/confidentiality.ts +24 -0
  521. package/src/contracts/recording_engine_session/deps/ori/data.ts +12 -0
  522. package/src/contracts/recording_engine_session/recording_engine_session.ts +335 -0
  523. package/src/contracts/recording_genre/recording_genre.ts +235 -0
  524. package/src/contracts/recording_language/deps/language_code/language_code.ts +8 -0
  525. package/src/contracts/recording_language/recording_language.ts +238 -0
  526. package/src/contracts/recording_master_reference/deps/ori/confidentiality.ts +24 -0
  527. package/src/contracts/recording_master_reference/deps/ori/data.ts +12 -0
  528. package/src/contracts/recording_master_reference/recording_master_reference.ts +180 -0
  529. package/src/contracts/recording_royalty_pool/recording_royalty_pool.ts +157 -0
  530. package/src/contracts/recording_royalty_pool_plugin/recording_royalty_pool_plugin.ts +167 -0
  531. package/src/contracts/recording_royalty_pool_plugin/witness.ts +8 -0
  532. package/src/contracts/recording_streaming_transcode/deps/ori/data.ts +10 -0
  533. package/src/contracts/recording_streaming_transcode/recording_streaming_transcode.ts +203 -0
  534. package/src/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/confidentiality.ts +24 -0
  535. package/src/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/data.ts +12 -0
  536. package/src/contracts/release_cover_art/deps/cover_art/cover_art.ts +25 -0
  537. package/src/contracts/release_cover_art/deps/per_track/per_track.ts +37 -0
  538. package/src/contracts/release_cover_art/release_cover_art.ts +252 -0
  539. package/src/contracts/release_credits/deps/credit/credit.ts +28 -0
  540. package/src/contracts/release_credits/deps/sui/vec_map.ts +34 -0
  541. package/src/contracts/release_credits/release_credits.ts +157 -0
  542. package/src/contracts/release_credits/release_party_role.ts +87 -0
  543. package/src/contracts/release_description/release_description.ts +168 -0
  544. package/src/contracts/release_dsp_link/release_dsp_link.ts +813 -0
  545. package/src/contracts/release_genre/release_genre.ts +203 -0
  546. package/src/contracts/release_kind/release_kind.ts +154 -0
  547. package/src/contracts/release_revenue_distributor/release_revenue_distributor.ts +141 -0
  548. package/src/contracts/release_revenue_distributor_plugin/release_revenue_distributor_plugin.ts +143 -0
  549. package/src/contracts/release_revenue_distributor_plugin/witness.ts +8 -0
  550. package/src/contracts/routed_stake/deps/royalty_pool/stake.ts +53 -0
  551. package/src/contracts/routed_stake/deps/std/type_name.ts +23 -0
  552. package/src/contracts/routed_stake/deps/sui/balance.ts +18 -0
  553. package/src/contracts/routed_stake/deps/sui/vec_map.ts +34 -0
  554. package/src/contracts/routed_stake/routed_stake.ts +487 -0
  555. package/src/contracts/royalty_pool/deps/std/type_name.ts +23 -0
  556. package/src/contracts/royalty_pool/deps/sui/balance.ts +18 -0
  557. package/src/contracts/royalty_pool/deps/sui/vec_map.ts +34 -0
  558. package/src/contracts/royalty_pool/pool.ts +634 -0
  559. package/src/contracts/royalty_pool/stake.ts +305 -0
  560. package/src/contracts/utils/index.ts +428 -0
  561. package/src/contracts/vault/deps/sui/bag.ts +40 -0
  562. package/src/contracts/vault/deps/sui/borrow.ts +26 -0
  563. package/src/contracts/vault/vault.ts +509 -0
  564. package/src/contracts.ts +86 -39
  565. package/src/cover.ts +2 -2
  566. package/src/credits.ts +6 -6
  567. package/src/deployments.ts +253 -39
  568. package/src/events.ts +121 -0
  569. package/src/execute.ts +3 -3
  570. package/src/genre.ts +369 -0
  571. package/src/index.ts +10 -1
  572. package/src/internal.ts +2 -2
  573. package/src/packages.ts +243 -0
  574. package/src/party/client.ts +268 -0
  575. package/src/party/extensions/ctas.ts +46 -0
  576. package/src/party/extensions/genres.ts +62 -0
  577. package/src/party/extensions/links.ts +185 -0
  578. package/src/party/extensions/media.ts +72 -0
  579. package/src/party/extensions/profile.ts +81 -0
  580. package/src/party/extensions/roles.ts +94 -0
  581. package/src/party/extensions/tags.ts +54 -0
  582. package/src/party/index.ts +40 -0
  583. package/src/party/internal.ts +102 -0
  584. package/src/party/queries.ts +163 -0
  585. package/src/party/types.ts +84 -0
  586. package/src/pressing.ts +5 -5
  587. package/src/publication.ts +58 -45
  588. package/src/queries.ts +2 -2
  589. package/src/read/artist.ts +3 -3
  590. package/src/read/catalog.ts +4 -4
  591. package/src/read/client.ts +9 -3
  592. package/src/read/config.ts +9 -2
  593. package/src/read/index.ts +1 -1
  594. package/src/read/receipts.ts +4 -4
  595. package/src/read/types.ts +1 -1
  596. package/src/read/wallet.ts +15 -14
  597. package/src/read/works.ts +1 -1
  598. package/src/recording-extensions.ts +7 -7
  599. package/src/release-extensions.ts +4 -75
  600. package/src/release-graph.ts +2 -2
  601. package/src/royalty.ts +167 -0
  602. package/src/share.ts +1 -1
  603. package/src/transactions.ts +6 -6
  604. package/src/vault.ts +18 -17
@@ -0,0 +1,1045 @@
1
+ /**
2
+ * Platform event decoder registry, grouped by package responsibility:
3
+ * `extensions` (work extensions) and `primitives` (royalty pool / routed
4
+ * stake). Merge with `@misofm/musicos`'s `eventParsers.core` at the call site
5
+ * when a single indexer needs both.
6
+ */
7
+ export declare const platformEventParsers: {
8
+ readonly extensions: {
9
+ readonly compositionCredits: {
10
+ readonly creditAdded: (bytes: Uint8Array) => {
11
+ composition_id: string;
12
+ party_id: string;
13
+ credit: {
14
+ display_name: string;
15
+ roles: import("@mysten/bcs").EnumOutputShapeWithKeys<{
16
+ Adapter: true;
17
+ Arranger: true;
18
+ Composer: true;
19
+ Lyricist: true;
20
+ Songwriter: true;
21
+ Translator: true;
22
+ Custom: string;
23
+ }, "Adapter" | "Arranger" | "Composer" | "Custom" | "Lyricist" | "Songwriter" | "Translator">[];
24
+ };
25
+ };
26
+ readonly creditRemoved: (bytes: Uint8Array) => {
27
+ composition_id: string;
28
+ party_id: string;
29
+ credit: {
30
+ display_name: string;
31
+ roles: import("@mysten/bcs").EnumOutputShapeWithKeys<{
32
+ Adapter: true;
33
+ Arranger: true;
34
+ Composer: true;
35
+ Lyricist: true;
36
+ Songwriter: true;
37
+ Translator: true;
38
+ Custom: string;
39
+ }, "Adapter" | "Arranger" | "Composer" | "Custom" | "Lyricist" | "Songwriter" | "Translator">[];
40
+ };
41
+ };
42
+ };
43
+ readonly recordingAdvisory: {
44
+ readonly ratingSet: (bytes: Uint8Array) => {
45
+ recording_id: string;
46
+ rating: import("@mysten/bcs").EnumOutputShapeWithKeys<{
47
+ Explicit: true;
48
+ NotExplicit: true;
49
+ Cleaned: true;
50
+ }, "Cleaned" | "Explicit" | "NotExplicit">;
51
+ };
52
+ readonly ratingUnset: (bytes: Uint8Array) => {
53
+ recording_id: string;
54
+ };
55
+ };
56
+ readonly recordingCredits: {
57
+ readonly creditAdded: (bytes: Uint8Array) => {
58
+ recording_id: string;
59
+ party_id: string;
60
+ credit: {
61
+ display_name: string;
62
+ roles: import("@mysten/bcs").EnumOutputShapeWithKeys<{
63
+ Actor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
64
+ Additional: true;
65
+ Assistant: true;
66
+ Associate: true;
67
+ Backing: true;
68
+ Executive: true;
69
+ Featured: true;
70
+ Lead: true;
71
+ Primary: true;
72
+ Principal: true;
73
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
74
+ Arranger: import("@mysten/bcs").EnumOutputShapeWithKeys<{
75
+ Additional: true;
76
+ Assistant: true;
77
+ Associate: true;
78
+ Backing: true;
79
+ Executive: true;
80
+ Featured: true;
81
+ Lead: true;
82
+ Primary: true;
83
+ Principal: true;
84
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
85
+ ArtistsAndRepertoire: true;
86
+ BandLeader: import("@mysten/bcs").EnumOutputShapeWithKeys<{
87
+ Additional: true;
88
+ Assistant: true;
89
+ Associate: true;
90
+ Backing: true;
91
+ Executive: true;
92
+ Featured: true;
93
+ Lead: true;
94
+ Primary: true;
95
+ Principal: true;
96
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
97
+ Choir: import("@mysten/bcs").EnumOutputShapeWithKeys<{
98
+ Additional: true;
99
+ Assistant: true;
100
+ Associate: true;
101
+ Backing: true;
102
+ Executive: true;
103
+ Featured: true;
104
+ Lead: true;
105
+ Primary: true;
106
+ Principal: true;
107
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
108
+ ChoirMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
109
+ Additional: true;
110
+ Assistant: true;
111
+ Associate: true;
112
+ Backing: true;
113
+ Executive: true;
114
+ Featured: true;
115
+ Lead: true;
116
+ Primary: true;
117
+ Principal: true;
118
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
119
+ ConcertMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
120
+ Additional: true;
121
+ Assistant: true;
122
+ Associate: true;
123
+ Backing: true;
124
+ Executive: true;
125
+ Featured: true;
126
+ Lead: true;
127
+ Primary: true;
128
+ Principal: true;
129
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
130
+ Conductor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
131
+ Additional: true;
132
+ Assistant: true;
133
+ Associate: true;
134
+ Backing: true;
135
+ Executive: true;
136
+ Featured: true;
137
+ Lead: true;
138
+ Primary: true;
139
+ Principal: true;
140
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
141
+ Contractor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
142
+ Additional: true;
143
+ Assistant: true;
144
+ Associate: true;
145
+ Backing: true;
146
+ Executive: true;
147
+ Featured: true;
148
+ Lead: true;
149
+ Primary: true;
150
+ Principal: true;
151
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
152
+ Copyist: true;
153
+ DJ: import("@mysten/bcs").EnumOutputShapeWithKeys<{
154
+ Additional: true;
155
+ Assistant: true;
156
+ Associate: true;
157
+ Backing: true;
158
+ Executive: true;
159
+ Featured: true;
160
+ Lead: true;
161
+ Primary: true;
162
+ Principal: true;
163
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
164
+ Editor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
165
+ Additional: true;
166
+ Assistant: true;
167
+ Associate: true;
168
+ Backing: true;
169
+ Executive: true;
170
+ Featured: true;
171
+ Lead: true;
172
+ Primary: true;
173
+ Principal: true;
174
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
175
+ Engineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
176
+ Additional: true;
177
+ Assistant: true;
178
+ Associate: true;
179
+ Backing: true;
180
+ Executive: true;
181
+ Featured: true;
182
+ Lead: true;
183
+ Primary: true;
184
+ Principal: true;
185
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
186
+ Ensemble: import("@mysten/bcs").EnumOutputShapeWithKeys<{
187
+ Additional: true;
188
+ Assistant: true;
189
+ Associate: true;
190
+ Backing: true;
191
+ Executive: true;
192
+ Featured: true;
193
+ Lead: true;
194
+ Primary: true;
195
+ Principal: true;
196
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
197
+ Instrumentalist: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
198
+ Additional: true;
199
+ Assistant: true;
200
+ Associate: true;
201
+ Backing: true;
202
+ Executive: true;
203
+ Featured: true;
204
+ Lead: true;
205
+ Primary: true;
206
+ Principal: true;
207
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
208
+ MasteringEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
209
+ Additional: true;
210
+ Assistant: true;
211
+ Associate: true;
212
+ Backing: true;
213
+ Executive: true;
214
+ Featured: true;
215
+ Lead: true;
216
+ Primary: true;
217
+ Principal: true;
218
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
219
+ MixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
220
+ Additional: true;
221
+ Assistant: true;
222
+ Associate: true;
223
+ Backing: true;
224
+ Executive: true;
225
+ Featured: true;
226
+ Lead: true;
227
+ Primary: true;
228
+ Principal: true;
229
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
230
+ MusicDirector: import("@mysten/bcs").EnumOutputShapeWithKeys<{
231
+ Additional: true;
232
+ Assistant: true;
233
+ Associate: true;
234
+ Backing: true;
235
+ Executive: true;
236
+ Featured: true;
237
+ Lead: true;
238
+ Primary: true;
239
+ Principal: true;
240
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
241
+ MusicSupervisor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
242
+ Additional: true;
243
+ Assistant: true;
244
+ Associate: true;
245
+ Backing: true;
246
+ Executive: true;
247
+ Featured: true;
248
+ Lead: true;
249
+ Primary: true;
250
+ Principal: true;
251
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
252
+ Narrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
253
+ Additional: true;
254
+ Assistant: true;
255
+ Associate: true;
256
+ Backing: true;
257
+ Executive: true;
258
+ Featured: true;
259
+ Lead: true;
260
+ Primary: true;
261
+ Principal: true;
262
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
263
+ Orchestra: import("@mysten/bcs").EnumOutputShapeWithKeys<{
264
+ Additional: true;
265
+ Assistant: true;
266
+ Associate: true;
267
+ Backing: true;
268
+ Executive: true;
269
+ Featured: true;
270
+ Lead: true;
271
+ Primary: true;
272
+ Principal: true;
273
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
274
+ Orchestrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
275
+ Additional: true;
276
+ Assistant: true;
277
+ Associate: true;
278
+ Backing: true;
279
+ Executive: true;
280
+ Featured: true;
281
+ Lead: true;
282
+ Primary: true;
283
+ Principal: true;
284
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
285
+ Performer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
286
+ Additional: true;
287
+ Assistant: true;
288
+ Associate: true;
289
+ Backing: true;
290
+ Executive: true;
291
+ Featured: true;
292
+ Lead: true;
293
+ Primary: true;
294
+ Principal: true;
295
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
296
+ Producer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
297
+ Additional: true;
298
+ Assistant: true;
299
+ Associate: true;
300
+ Backing: true;
301
+ Executive: true;
302
+ Featured: true;
303
+ Lead: true;
304
+ Primary: true;
305
+ Principal: true;
306
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
307
+ Programmer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
308
+ Additional: true;
309
+ Assistant: true;
310
+ Associate: true;
311
+ Backing: true;
312
+ Executive: true;
313
+ Featured: true;
314
+ Lead: true;
315
+ Primary: true;
316
+ Principal: true;
317
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
318
+ RecordingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
319
+ Additional: true;
320
+ Assistant: true;
321
+ Associate: true;
322
+ Backing: true;
323
+ Executive: true;
324
+ Featured: true;
325
+ Lead: true;
326
+ Primary: true;
327
+ Principal: true;
328
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
329
+ RemixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
330
+ Additional: true;
331
+ Assistant: true;
332
+ Associate: true;
333
+ Backing: true;
334
+ Executive: true;
335
+ Featured: true;
336
+ Lead: true;
337
+ Primary: true;
338
+ Principal: true;
339
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
340
+ Soloist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
341
+ Additional: true;
342
+ Assistant: true;
343
+ Associate: true;
344
+ Backing: true;
345
+ Executive: true;
346
+ Featured: true;
347
+ Lead: true;
348
+ Primary: true;
349
+ Principal: true;
350
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
351
+ SoundDesigner: import("@mysten/bcs").EnumOutputShapeWithKeys<{
352
+ Additional: true;
353
+ Assistant: true;
354
+ Associate: true;
355
+ Backing: true;
356
+ Executive: true;
357
+ Featured: true;
358
+ Lead: true;
359
+ Primary: true;
360
+ Principal: true;
361
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
362
+ Speaker: import("@mysten/bcs").EnumOutputShapeWithKeys<{
363
+ Additional: true;
364
+ Assistant: true;
365
+ Associate: true;
366
+ Backing: true;
367
+ Executive: true;
368
+ Featured: true;
369
+ Lead: true;
370
+ Primary: true;
371
+ Principal: true;
372
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
373
+ Vocalist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
374
+ Additional: true;
375
+ Assistant: true;
376
+ Associate: true;
377
+ Backing: true;
378
+ Executive: true;
379
+ Featured: true;
380
+ Lead: true;
381
+ Primary: true;
382
+ Principal: true;
383
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
384
+ Custom: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
385
+ Additional: true;
386
+ Assistant: true;
387
+ Associate: true;
388
+ Backing: true;
389
+ Executive: true;
390
+ Featured: true;
391
+ Lead: true;
392
+ Primary: true;
393
+ Principal: true;
394
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
395
+ }, "Actor" | "Arranger" | "ArtistsAndRepertoire" | "BandLeader" | "Choir" | "ChoirMaster" | "ConcertMaster" | "Conductor" | "Contractor" | "Copyist" | "Custom" | "DJ" | "Editor" | "Engineer" | "Ensemble" | "Instrumentalist" | "MasteringEngineer" | "MixingEngineer" | "MusicDirector" | "MusicSupervisor" | "Narrator" | "Orchestra" | "Orchestrator" | "Performer" | "Producer" | "Programmer" | "RecordingEngineer" | "RemixingEngineer" | "Soloist" | "SoundDesigner" | "Speaker" | "Vocalist">[];
396
+ };
397
+ };
398
+ readonly creditRemoved: (bytes: Uint8Array) => {
399
+ recording_id: string;
400
+ party_id: string;
401
+ credit: {
402
+ display_name: string;
403
+ roles: import("@mysten/bcs").EnumOutputShapeWithKeys<{
404
+ Actor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
405
+ Additional: true;
406
+ Assistant: true;
407
+ Associate: true;
408
+ Backing: true;
409
+ Executive: true;
410
+ Featured: true;
411
+ Lead: true;
412
+ Primary: true;
413
+ Principal: true;
414
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
415
+ Arranger: import("@mysten/bcs").EnumOutputShapeWithKeys<{
416
+ Additional: true;
417
+ Assistant: true;
418
+ Associate: true;
419
+ Backing: true;
420
+ Executive: true;
421
+ Featured: true;
422
+ Lead: true;
423
+ Primary: true;
424
+ Principal: true;
425
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
426
+ ArtistsAndRepertoire: true;
427
+ BandLeader: import("@mysten/bcs").EnumOutputShapeWithKeys<{
428
+ Additional: true;
429
+ Assistant: true;
430
+ Associate: true;
431
+ Backing: true;
432
+ Executive: true;
433
+ Featured: true;
434
+ Lead: true;
435
+ Primary: true;
436
+ Principal: true;
437
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
438
+ Choir: import("@mysten/bcs").EnumOutputShapeWithKeys<{
439
+ Additional: true;
440
+ Assistant: true;
441
+ Associate: true;
442
+ Backing: true;
443
+ Executive: true;
444
+ Featured: true;
445
+ Lead: true;
446
+ Primary: true;
447
+ Principal: true;
448
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
449
+ ChoirMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
450
+ Additional: true;
451
+ Assistant: true;
452
+ Associate: true;
453
+ Backing: true;
454
+ Executive: true;
455
+ Featured: true;
456
+ Lead: true;
457
+ Primary: true;
458
+ Principal: true;
459
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
460
+ ConcertMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
461
+ Additional: true;
462
+ Assistant: true;
463
+ Associate: true;
464
+ Backing: true;
465
+ Executive: true;
466
+ Featured: true;
467
+ Lead: true;
468
+ Primary: true;
469
+ Principal: true;
470
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
471
+ Conductor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
472
+ Additional: true;
473
+ Assistant: true;
474
+ Associate: true;
475
+ Backing: true;
476
+ Executive: true;
477
+ Featured: true;
478
+ Lead: true;
479
+ Primary: true;
480
+ Principal: true;
481
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
482
+ Contractor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
483
+ Additional: true;
484
+ Assistant: true;
485
+ Associate: true;
486
+ Backing: true;
487
+ Executive: true;
488
+ Featured: true;
489
+ Lead: true;
490
+ Primary: true;
491
+ Principal: true;
492
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
493
+ Copyist: true;
494
+ DJ: import("@mysten/bcs").EnumOutputShapeWithKeys<{
495
+ Additional: true;
496
+ Assistant: true;
497
+ Associate: true;
498
+ Backing: true;
499
+ Executive: true;
500
+ Featured: true;
501
+ Lead: true;
502
+ Primary: true;
503
+ Principal: true;
504
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
505
+ Editor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
506
+ Additional: true;
507
+ Assistant: true;
508
+ Associate: true;
509
+ Backing: true;
510
+ Executive: true;
511
+ Featured: true;
512
+ Lead: true;
513
+ Primary: true;
514
+ Principal: true;
515
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
516
+ Engineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
517
+ Additional: true;
518
+ Assistant: true;
519
+ Associate: true;
520
+ Backing: true;
521
+ Executive: true;
522
+ Featured: true;
523
+ Lead: true;
524
+ Primary: true;
525
+ Principal: true;
526
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
527
+ Ensemble: import("@mysten/bcs").EnumOutputShapeWithKeys<{
528
+ Additional: true;
529
+ Assistant: true;
530
+ Associate: true;
531
+ Backing: true;
532
+ Executive: true;
533
+ Featured: true;
534
+ Lead: true;
535
+ Primary: true;
536
+ Principal: true;
537
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
538
+ Instrumentalist: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
539
+ Additional: true;
540
+ Assistant: true;
541
+ Associate: true;
542
+ Backing: true;
543
+ Executive: true;
544
+ Featured: true;
545
+ Lead: true;
546
+ Primary: true;
547
+ Principal: true;
548
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
549
+ MasteringEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
550
+ Additional: true;
551
+ Assistant: true;
552
+ Associate: true;
553
+ Backing: true;
554
+ Executive: true;
555
+ Featured: true;
556
+ Lead: true;
557
+ Primary: true;
558
+ Principal: true;
559
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
560
+ MixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
561
+ Additional: true;
562
+ Assistant: true;
563
+ Associate: true;
564
+ Backing: true;
565
+ Executive: true;
566
+ Featured: true;
567
+ Lead: true;
568
+ Primary: true;
569
+ Principal: true;
570
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
571
+ MusicDirector: import("@mysten/bcs").EnumOutputShapeWithKeys<{
572
+ Additional: true;
573
+ Assistant: true;
574
+ Associate: true;
575
+ Backing: true;
576
+ Executive: true;
577
+ Featured: true;
578
+ Lead: true;
579
+ Primary: true;
580
+ Principal: true;
581
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
582
+ MusicSupervisor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
583
+ Additional: true;
584
+ Assistant: true;
585
+ Associate: true;
586
+ Backing: true;
587
+ Executive: true;
588
+ Featured: true;
589
+ Lead: true;
590
+ Primary: true;
591
+ Principal: true;
592
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
593
+ Narrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
594
+ Additional: true;
595
+ Assistant: true;
596
+ Associate: true;
597
+ Backing: true;
598
+ Executive: true;
599
+ Featured: true;
600
+ Lead: true;
601
+ Primary: true;
602
+ Principal: true;
603
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
604
+ Orchestra: import("@mysten/bcs").EnumOutputShapeWithKeys<{
605
+ Additional: true;
606
+ Assistant: true;
607
+ Associate: true;
608
+ Backing: true;
609
+ Executive: true;
610
+ Featured: true;
611
+ Lead: true;
612
+ Primary: true;
613
+ Principal: true;
614
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
615
+ Orchestrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
616
+ Additional: true;
617
+ Assistant: true;
618
+ Associate: true;
619
+ Backing: true;
620
+ Executive: true;
621
+ Featured: true;
622
+ Lead: true;
623
+ Primary: true;
624
+ Principal: true;
625
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
626
+ Performer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
627
+ Additional: true;
628
+ Assistant: true;
629
+ Associate: true;
630
+ Backing: true;
631
+ Executive: true;
632
+ Featured: true;
633
+ Lead: true;
634
+ Primary: true;
635
+ Principal: true;
636
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
637
+ Producer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
638
+ Additional: true;
639
+ Assistant: true;
640
+ Associate: true;
641
+ Backing: true;
642
+ Executive: true;
643
+ Featured: true;
644
+ Lead: true;
645
+ Primary: true;
646
+ Principal: true;
647
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
648
+ Programmer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
649
+ Additional: true;
650
+ Assistant: true;
651
+ Associate: true;
652
+ Backing: true;
653
+ Executive: true;
654
+ Featured: true;
655
+ Lead: true;
656
+ Primary: true;
657
+ Principal: true;
658
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
659
+ RecordingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
660
+ Additional: true;
661
+ Assistant: true;
662
+ Associate: true;
663
+ Backing: true;
664
+ Executive: true;
665
+ Featured: true;
666
+ Lead: true;
667
+ Primary: true;
668
+ Principal: true;
669
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
670
+ RemixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
671
+ Additional: true;
672
+ Assistant: true;
673
+ Associate: true;
674
+ Backing: true;
675
+ Executive: true;
676
+ Featured: true;
677
+ Lead: true;
678
+ Primary: true;
679
+ Principal: true;
680
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
681
+ Soloist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
682
+ Additional: true;
683
+ Assistant: true;
684
+ Associate: true;
685
+ Backing: true;
686
+ Executive: true;
687
+ Featured: true;
688
+ Lead: true;
689
+ Primary: true;
690
+ Principal: true;
691
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
692
+ SoundDesigner: import("@mysten/bcs").EnumOutputShapeWithKeys<{
693
+ Additional: true;
694
+ Assistant: true;
695
+ Associate: true;
696
+ Backing: true;
697
+ Executive: true;
698
+ Featured: true;
699
+ Lead: true;
700
+ Primary: true;
701
+ Principal: true;
702
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
703
+ Speaker: import("@mysten/bcs").EnumOutputShapeWithKeys<{
704
+ Additional: true;
705
+ Assistant: true;
706
+ Associate: true;
707
+ Backing: true;
708
+ Executive: true;
709
+ Featured: true;
710
+ Lead: true;
711
+ Primary: true;
712
+ Principal: true;
713
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
714
+ Vocalist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
715
+ Additional: true;
716
+ Assistant: true;
717
+ Associate: true;
718
+ Backing: true;
719
+ Executive: true;
720
+ Featured: true;
721
+ Lead: true;
722
+ Primary: true;
723
+ Principal: true;
724
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
725
+ Custom: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
726
+ Additional: true;
727
+ Assistant: true;
728
+ Associate: true;
729
+ Backing: true;
730
+ Executive: true;
731
+ Featured: true;
732
+ Lead: true;
733
+ Primary: true;
734
+ Principal: true;
735
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
736
+ }, "Actor" | "Arranger" | "ArtistsAndRepertoire" | "BandLeader" | "Choir" | "ChoirMaster" | "ConcertMaster" | "Conductor" | "Contractor" | "Copyist" | "Custom" | "DJ" | "Editor" | "Engineer" | "Ensemble" | "Instrumentalist" | "MasteringEngineer" | "MixingEngineer" | "MusicDirector" | "MusicSupervisor" | "Narrator" | "Orchestra" | "Orchestrator" | "Performer" | "Producer" | "Programmer" | "RecordingEngineer" | "RemixingEngineer" | "Soloist" | "SoundDesigner" | "Speaker" | "Vocalist">[];
737
+ };
738
+ };
739
+ readonly primaryArtistAdded: (bytes: Uint8Array) => {
740
+ recording_id: string;
741
+ party_id: string;
742
+ };
743
+ readonly primaryArtistRemoved: (bytes: Uint8Array) => {
744
+ recording_id: string;
745
+ party_id: string;
746
+ };
747
+ readonly featuredArtistAdded: (bytes: Uint8Array) => {
748
+ recording_id: string;
749
+ party_id: string;
750
+ };
751
+ readonly featuredArtistRemoved: (bytes: Uint8Array) => {
752
+ recording_id: string;
753
+ party_id: string;
754
+ };
755
+ };
756
+ readonly recordingGenre: {
757
+ readonly genreAdded: (bytes: Uint8Array) => {
758
+ recording_id: string;
759
+ genre_id: string;
760
+ };
761
+ readonly genreRemoved: (bytes: Uint8Array) => {
762
+ recording_id: string;
763
+ genre_id: string;
764
+ };
765
+ readonly genresCleared: (bytes: Uint8Array) => {
766
+ recording_id: string;
767
+ };
768
+ };
769
+ readonly recordingLanguage: {
770
+ readonly languagesSet: (bytes: Uint8Array) => {
771
+ recording_id: string;
772
+ languages: [string][];
773
+ };
774
+ readonly languagesUnset: (bytes: Uint8Array) => {
775
+ recording_id: string;
776
+ };
777
+ };
778
+ readonly recordingMasterReference: {
779
+ readonly masterReferenceSet: (bytes: Uint8Array) => {
780
+ recording_id: string;
781
+ reference: {
782
+ blob_id: string;
783
+ confidentiality: import("@mysten/bcs").EnumOutputShapeWithKeys<{
784
+ Unencrypted: true;
785
+ Encrypted: {
786
+ sealed_dek: number[];
787
+ };
788
+ }, "Encrypted" | "Unencrypted">;
789
+ };
790
+ };
791
+ readonly masterReferenceUnset: (bytes: Uint8Array) => {
792
+ recording_id: string;
793
+ };
794
+ };
795
+ readonly releaseCoverArt: {
796
+ readonly coverSet: (bytes: Uint8Array) => {
797
+ release_id: string;
798
+ art: {
799
+ still: {
800
+ blob_id: string;
801
+ confidentiality: import("@mysten/bcs").EnumOutputShapeWithKeys<{
802
+ Unencrypted: true;
803
+ Encrypted: {
804
+ sealed_dek: number[];
805
+ };
806
+ }, "Encrypted" | "Unencrypted">;
807
+ };
808
+ animated: {
809
+ blob_id: string;
810
+ confidentiality: import("@mysten/bcs").EnumOutputShapeWithKeys<{
811
+ Unencrypted: true;
812
+ Encrypted: {
813
+ sealed_dek: number[];
814
+ };
815
+ }, "Encrypted" | "Unencrypted">;
816
+ } | null;
817
+ };
818
+ };
819
+ readonly coverUnset: (bytes: Uint8Array) => {
820
+ release_id: string;
821
+ };
822
+ readonly trackCoverSet: (bytes: Uint8Array) => {
823
+ release_id: string;
824
+ track_index: string;
825
+ art: {
826
+ still: {
827
+ blob_id: string;
828
+ confidentiality: import("@mysten/bcs").EnumOutputShapeWithKeys<{
829
+ Unencrypted: true;
830
+ Encrypted: {
831
+ sealed_dek: number[];
832
+ };
833
+ }, "Encrypted" | "Unencrypted">;
834
+ };
835
+ animated: {
836
+ blob_id: string;
837
+ confidentiality: import("@mysten/bcs").EnumOutputShapeWithKeys<{
838
+ Unencrypted: true;
839
+ Encrypted: {
840
+ sealed_dek: number[];
841
+ };
842
+ }, "Encrypted" | "Unencrypted">;
843
+ } | null;
844
+ };
845
+ };
846
+ readonly trackCoverUnset: (bytes: Uint8Array) => {
847
+ release_id: string;
848
+ track_index: string;
849
+ };
850
+ };
851
+ readonly releaseCredits: {
852
+ readonly creditAdded: (bytes: Uint8Array) => {
853
+ release_id: string;
854
+ party_id: string;
855
+ credit: {
856
+ display_name: string;
857
+ roles: import("@mysten/bcs").EnumOutputShapeWithKeys<{
858
+ Primary: true;
859
+ Featured: true;
860
+ }, "Featured" | "Primary">[];
861
+ };
862
+ };
863
+ readonly creditRemoved: (bytes: Uint8Array) => {
864
+ release_id: string;
865
+ party_id: string;
866
+ credit: {
867
+ display_name: string;
868
+ roles: import("@mysten/bcs").EnumOutputShapeWithKeys<{
869
+ Primary: true;
870
+ Featured: true;
871
+ }, "Featured" | "Primary">[];
872
+ };
873
+ };
874
+ };
875
+ readonly releaseDescription: {
876
+ readonly descriptionSet: (bytes: Uint8Array) => {
877
+ release_id: string;
878
+ description: string;
879
+ };
880
+ readonly descriptionCleared: (bytes: Uint8Array) => {
881
+ release_id: string;
882
+ };
883
+ };
884
+ readonly releaseDspLink: {
885
+ readonly releaseLinkSet: (bytes: Uint8Array) => {
886
+ release_id: string;
887
+ link: import("@mysten/bcs").EnumOutputShapeWithKeys<{
888
+ Spotify: {
889
+ id: string;
890
+ };
891
+ AppleMusic: {
892
+ storefront: string;
893
+ album_id: string;
894
+ track_id: string | null;
895
+ };
896
+ AmazonMusic: {
897
+ album_id: string;
898
+ track_id: string | null;
899
+ };
900
+ Bandcamp: {
901
+ subdomain: string;
902
+ slug: string;
903
+ };
904
+ Deezer: {
905
+ id: string;
906
+ };
907
+ SoundCloud: {
908
+ user: string;
909
+ slug: string;
910
+ };
911
+ Tidal: {
912
+ id: string;
913
+ };
914
+ YouTubeMusic: {
915
+ id: string;
916
+ };
917
+ }, "AmazonMusic" | "AppleMusic" | "Bandcamp" | "Deezer" | "SoundCloud" | "Spotify" | "Tidal" | "YouTubeMusic">;
918
+ };
919
+ readonly releaseLinkCleared: (bytes: Uint8Array) => {
920
+ release_id: string;
921
+ platform: number;
922
+ };
923
+ readonly trackLinkSet: (bytes: Uint8Array) => {
924
+ release_id: string;
925
+ platform: number;
926
+ track_index: string;
927
+ link: import("@mysten/bcs").EnumOutputShapeWithKeys<{
928
+ Spotify: {
929
+ id: string;
930
+ };
931
+ AppleMusic: {
932
+ storefront: string;
933
+ album_id: string;
934
+ track_id: string | null;
935
+ };
936
+ AmazonMusic: {
937
+ album_id: string;
938
+ track_id: string | null;
939
+ };
940
+ Bandcamp: {
941
+ subdomain: string;
942
+ slug: string;
943
+ };
944
+ Deezer: {
945
+ id: string;
946
+ };
947
+ SoundCloud: {
948
+ user: string;
949
+ slug: string;
950
+ };
951
+ Tidal: {
952
+ id: string;
953
+ };
954
+ YouTubeMusic: {
955
+ id: string;
956
+ };
957
+ }, "AmazonMusic" | "AppleMusic" | "Bandcamp" | "Deezer" | "SoundCloud" | "Spotify" | "Tidal" | "YouTubeMusic"> | null;
958
+ };
959
+ readonly trackLinksCleared: (bytes: Uint8Array) => {
960
+ release_id: string;
961
+ platform: number;
962
+ };
963
+ };
964
+ readonly releaseGenre: {
965
+ readonly genreAdded: (bytes: Uint8Array) => {
966
+ release_id: string;
967
+ genre_id: string;
968
+ };
969
+ readonly genreRemoved: (bytes: Uint8Array) => {
970
+ release_id: string;
971
+ genre_id: string;
972
+ };
973
+ readonly genresCleared: (bytes: Uint8Array) => {
974
+ release_id: string;
975
+ };
976
+ };
977
+ readonly releaseKind: {
978
+ readonly kindSet: (bytes: Uint8Array) => {
979
+ release_id: string;
980
+ kind: string;
981
+ };
982
+ readonly kindUnset: (bytes: Uint8Array) => {
983
+ release_id: string;
984
+ };
985
+ };
986
+ };
987
+ readonly primitives: {
988
+ readonly royaltyPool: {
989
+ readonly poolCreated: (bytes: Uint8Array) => {
990
+ pool_id: string;
991
+ parent_id: string;
992
+ };
993
+ readonly deposited: (bytes: Uint8Array) => {
994
+ pool_id: string;
995
+ value: string;
996
+ };
997
+ readonly stakeRegistered: (bytes: Uint8Array) => {
998
+ pool_id: string;
999
+ stake_id: string;
1000
+ staked_amount: string;
1001
+ };
1002
+ readonly stakeUnregistered: (bytes: Uint8Array) => {
1003
+ pool_id: string;
1004
+ stake_id: string;
1005
+ unstaked_amount: string;
1006
+ };
1007
+ readonly royaltyClaimed: (bytes: Uint8Array) => {
1008
+ pool_id: string;
1009
+ stake_id: string;
1010
+ reward_amount: string;
1011
+ };
1012
+ readonly stakeCreated: (bytes: Uint8Array) => {
1013
+ stake_id: string;
1014
+ amount: string;
1015
+ };
1016
+ readonly stakeDestroyed: (bytes: Uint8Array) => {
1017
+ stake_id: string;
1018
+ amount: string;
1019
+ };
1020
+ };
1021
+ readonly routedStake: {
1022
+ readonly created: (bytes: Uint8Array) => {
1023
+ routed_stake_id: string;
1024
+ parent_id: string;
1025
+ staked_value: string;
1026
+ };
1027
+ readonly swept: (bytes: Uint8Array) => {
1028
+ routed_stake_id: string;
1029
+ parent_id: string;
1030
+ value: string;
1031
+ };
1032
+ readonly unstaked: (bytes: Uint8Array) => {
1033
+ routed_stake_id: string;
1034
+ parent_id: string;
1035
+ unstaked_value: string;
1036
+ };
1037
+ readonly restaked: (bytes: Uint8Array) => {
1038
+ routed_stake_id: string;
1039
+ parent_id: string;
1040
+ staked_value: string;
1041
+ };
1042
+ };
1043
+ };
1044
+ };
1045
+ //# sourceMappingURL=events.d.ts.map