@misofm/platform 0.26.2 → 0.28.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 (428) hide show
  1. package/README.md +309 -204
  2. package/dist/Miso.d.ts +403 -0
  3. package/dist/Miso.d.ts.map +1 -0
  4. package/dist/Miso.js +455 -0
  5. package/dist/Miso.js.map +1 -0
  6. package/dist/auth.d.ts +11 -1
  7. package/dist/auth.d.ts.map +1 -1
  8. package/dist/auth.js +16 -3
  9. package/dist/auth.js.map +1 -1
  10. package/dist/catalog.d.ts +8 -5
  11. package/dist/catalog.d.ts.map +1 -1
  12. package/dist/catalog.js +36 -19
  13. package/dist/catalog.js.map +1 -1
  14. package/dist/client.d.ts +52 -443
  15. package/dist/client.d.ts.map +1 -1
  16. package/dist/client.js +58 -775
  17. package/dist/client.js.map +1 -1
  18. package/dist/contracts/composition_credits/composition_credits.d.ts +38 -48
  19. package/dist/contracts/composition_credits/composition_credits.d.ts.map +1 -1
  20. package/dist/contracts/composition_credits/composition_credits.js +20 -4
  21. package/dist/contracts/composition_credits/composition_credits.js.map +1 -1
  22. package/dist/contracts/composition_routed_stake/composition_routed_stake.d.ts +64 -1
  23. package/dist/contracts/composition_routed_stake/composition_routed_stake.d.ts.map +1 -1
  24. package/dist/contracts/composition_routed_stake/composition_routed_stake.js +66 -1
  25. package/dist/contracts/composition_routed_stake/composition_routed_stake.js.map +1 -1
  26. package/dist/contracts/composition_royalty_pool/composition_royalty_pool.d.ts +52 -4
  27. package/dist/contracts/composition_royalty_pool/composition_royalty_pool.d.ts.map +1 -1
  28. package/dist/contracts/composition_royalty_pool/composition_royalty_pool.js +52 -4
  29. package/dist/contracts/composition_royalty_pool/composition_royalty_pool.js.map +1 -1
  30. package/dist/contracts/composition_royalty_pool_plugin/composition_royalty_pool_plugin.d.ts +63 -1
  31. package/dist/contracts/composition_royalty_pool_plugin/composition_royalty_pool_plugin.d.ts.map +1 -1
  32. package/dist/contracts/composition_royalty_pool_plugin/composition_royalty_pool_plugin.js +63 -1
  33. package/dist/contracts/composition_royalty_pool_plugin/composition_royalty_pool_plugin.js.map +1 -1
  34. package/dist/contracts/genre/genre.d.ts +10 -1
  35. package/dist/contracts/genre/genre.d.ts.map +1 -1
  36. package/dist/contracts/genre/genre.js +8 -1
  37. package/dist/contracts/genre/genre.js.map +1 -1
  38. package/dist/contracts/miso_pay/deps/std/type_name.d.ts.map +1 -0
  39. package/dist/contracts/miso_pay/deps/std/type_name.js.map +1 -0
  40. package/dist/contracts/miso_pay/pay.d.ts +209 -0
  41. package/dist/contracts/miso_pay/pay.d.ts.map +1 -0
  42. package/dist/contracts/miso_pay/pay.js +195 -0
  43. package/dist/contracts/miso_pay/pay.js.map +1 -0
  44. package/dist/contracts/party_cta/party_cta.d.ts +49 -3
  45. package/dist/contracts/party_cta/party_cta.d.ts.map +1 -1
  46. package/dist/contracts/party_cta/party_cta.js +27 -5
  47. package/dist/contracts/party_cta/party_cta.js.map +1 -1
  48. package/dist/contracts/party_genre/party_genre.d.ts +25 -0
  49. package/dist/contracts/party_genre/party_genre.d.ts.map +1 -1
  50. package/dist/contracts/party_genre/party_genre.js +14 -3
  51. package/dist/contracts/party_genre/party_genre.js.map +1 -1
  52. package/dist/contracts/party_media/party_media.d.ts +19 -3
  53. package/dist/contracts/party_media/party_media.d.ts.map +1 -1
  54. package/dist/contracts/party_media/party_media.js +20 -4
  55. package/dist/contracts/party_media/party_media.js.map +1 -1
  56. package/dist/contracts/party_platform_link/party_platform_link.d.ts +15 -7
  57. package/dist/contracts/party_platform_link/party_platform_link.d.ts.map +1 -1
  58. package/dist/contracts/party_platform_link/party_platform_link.js +15 -7
  59. package/dist/contracts/party_platform_link/party_platform_link.js.map +1 -1
  60. package/dist/contracts/party_profile/party_profile.d.ts +63 -8
  61. package/dist/contracts/party_profile/party_profile.d.ts.map +1 -1
  62. package/dist/contracts/party_profile/party_profile.js +33 -8
  63. package/dist/contracts/party_profile/party_profile.js.map +1 -1
  64. package/dist/contracts/party_roles/party_roles.d.ts +28 -3
  65. package/dist/contracts/party_roles/party_roles.d.ts.map +1 -1
  66. package/dist/contracts/party_roles/party_roles.js +19 -4
  67. package/dist/contracts/party_roles/party_roles.js.map +1 -1
  68. package/dist/contracts/party_tags/party_tags.d.ts +23 -3
  69. package/dist/contracts/party_tags/party_tags.d.ts.map +1 -1
  70. package/dist/contracts/party_tags/party_tags.js +16 -4
  71. package/dist/contracts/party_tags/party_tags.js.map +1 -1
  72. package/dist/contracts/party_wallet/party_wallet.d.ts +4 -1
  73. package/dist/contracts/party_wallet/party_wallet.d.ts.map +1 -1
  74. package/dist/contracts/party_wallet/party_wallet.js +2 -1
  75. package/dist/contracts/party_wallet/party_wallet.js.map +1 -1
  76. package/dist/contracts/platform_link/platform_link.d.ts +207 -0
  77. package/dist/contracts/platform_link/platform_link.d.ts.map +1 -0
  78. package/dist/contracts/platform_link/platform_link.js +209 -0
  79. package/dist/contracts/platform_link/platform_link.js.map +1 -0
  80. package/dist/contracts/record/pressing.d.ts +53 -7
  81. package/dist/contracts/record/pressing.d.ts.map +1 -1
  82. package/dist/contracts/record/pressing.js +50 -4
  83. package/dist/contracts/record/pressing.js.map +1 -1
  84. package/dist/contracts/record/record.d.ts +14 -0
  85. package/dist/contracts/record/record.d.ts.map +1 -1
  86. package/dist/contracts/record/record.js +15 -1
  87. package/dist/contracts/record/record.js.map +1 -1
  88. package/dist/contracts/record_shop/listing.d.ts +80 -35
  89. package/dist/contracts/record_shop/listing.d.ts.map +1 -1
  90. package/dist/contracts/record_shop/listing.js +76 -13
  91. package/dist/contracts/record_shop/listing.js.map +1 -1
  92. package/dist/contracts/recording_advisory/recording_advisory.d.ts +15 -15
  93. package/dist/contracts/recording_advisory/recording_advisory.d.ts.map +1 -1
  94. package/dist/contracts/recording_advisory/recording_advisory.js +15 -8
  95. package/dist/contracts/recording_advisory/recording_advisory.js.map +1 -1
  96. package/dist/contracts/recording_credits/recording_credits.d.ts +95 -1350
  97. package/dist/contracts/recording_credits/recording_credits.d.ts.map +1 -1
  98. package/dist/contracts/recording_credits/recording_credits.js +63 -12
  99. package/dist/contracts/recording_credits/recording_credits.js.map +1 -1
  100. package/dist/contracts/recording_engine_session/recording_engine_session.d.ts +30 -49
  101. package/dist/contracts/recording_engine_session/recording_engine_session.d.ts.map +1 -1
  102. package/dist/contracts/recording_engine_session/recording_engine_session.js +19 -4
  103. package/dist/contracts/recording_engine_session/recording_engine_session.js.map +1 -1
  104. package/dist/contracts/recording_genre/recording_genre.d.ts +67 -9
  105. package/dist/contracts/recording_genre/recording_genre.d.ts.map +1 -1
  106. package/dist/contracts/recording_genre/recording_genre.js +53 -9
  107. package/dist/contracts/recording_genre/recording_genre.js.map +1 -1
  108. package/dist/contracts/recording_language/recording_language.d.ts +29 -5
  109. package/dist/contracts/recording_language/recording_language.d.ts.map +1 -1
  110. package/dist/contracts/recording_language/recording_language.js +18 -5
  111. package/dist/contracts/recording_language/recording_language.js.map +1 -1
  112. package/dist/contracts/recording_master_reference/recording_master_reference.d.ts +25 -15
  113. package/dist/contracts/recording_master_reference/recording_master_reference.d.ts.map +1 -1
  114. package/dist/contracts/recording_master_reference/recording_master_reference.js +18 -5
  115. package/dist/contracts/recording_master_reference/recording_master_reference.js.map +1 -1
  116. package/dist/contracts/recording_royalty_pool/recording_royalty_pool.d.ts +55 -4
  117. package/dist/contracts/recording_royalty_pool/recording_royalty_pool.d.ts.map +1 -1
  118. package/dist/contracts/recording_royalty_pool/recording_royalty_pool.js +55 -4
  119. package/dist/contracts/recording_royalty_pool/recording_royalty_pool.js.map +1 -1
  120. package/dist/contracts/recording_royalty_pool_plugin/recording_royalty_pool_plugin.d.ts +66 -1
  121. package/dist/contracts/recording_royalty_pool_plugin/recording_royalty_pool_plugin.d.ts.map +1 -1
  122. package/dist/contracts/recording_royalty_pool_plugin/recording_royalty_pool_plugin.js +66 -1
  123. package/dist/contracts/recording_royalty_pool_plugin/recording_royalty_pool_plugin.js.map +1 -1
  124. package/dist/contracts/recording_streaming_transcode/recording_streaming_transcode.d.ts +12 -9
  125. package/dist/contracts/recording_streaming_transcode/recording_streaming_transcode.d.ts.map +1 -1
  126. package/dist/contracts/recording_streaming_transcode/recording_streaming_transcode.js +11 -4
  127. package/dist/contracts/recording_streaming_transcode/recording_streaming_transcode.js.map +1 -1
  128. package/dist/contracts/release_cover_art/release_cover_art.d.ts +168 -74
  129. package/dist/contracts/release_cover_art/release_cover_art.d.ts.map +1 -1
  130. package/dist/contracts/release_cover_art/release_cover_art.js +126 -10
  131. package/dist/contracts/release_cover_art/release_cover_art.js.map +1 -1
  132. package/dist/contracts/release_credits/release_credits.d.ts +24 -28
  133. package/dist/contracts/release_credits/release_credits.d.ts.map +1 -1
  134. package/dist/contracts/release_credits/release_credits.js +18 -4
  135. package/dist/contracts/release_credits/release_credits.js.map +1 -1
  136. package/dist/contracts/release_description/release_description.d.ts +16 -5
  137. package/dist/contracts/release_description/release_description.d.ts.map +1 -1
  138. package/dist/contracts/release_description/release_description.js +9 -4
  139. package/dist/contracts/release_description/release_description.js.map +1 -1
  140. package/dist/contracts/release_dsp_link/release_dsp_link.d.ts +130 -160
  141. package/dist/contracts/release_dsp_link/release_dsp_link.d.ts.map +1 -1
  142. package/dist/contracts/release_dsp_link/release_dsp_link.js +74 -19
  143. package/dist/contracts/release_dsp_link/release_dsp_link.js.map +1 -1
  144. package/dist/contracts/release_genre/release_genre.d.ts +66 -11
  145. package/dist/contracts/release_genre/release_genre.d.ts.map +1 -1
  146. package/dist/contracts/release_genre/release_genre.js +52 -11
  147. package/dist/contracts/release_genre/release_genre.js.map +1 -1
  148. package/dist/contracts/release_kind/release_kind.d.ts +28 -5
  149. package/dist/contracts/release_kind/release_kind.d.ts.map +1 -1
  150. package/dist/contracts/release_kind/release_kind.js +19 -4
  151. package/dist/contracts/release_kind/release_kind.js.map +1 -1
  152. package/dist/contracts/release_revenue_distributor/release_revenue_distributor.d.ts +17 -0
  153. package/dist/contracts/release_revenue_distributor/release_revenue_distributor.d.ts.map +1 -1
  154. package/dist/contracts/release_revenue_distributor/release_revenue_distributor.js +15 -0
  155. package/dist/contracts/release_revenue_distributor/release_revenue_distributor.js.map +1 -1
  156. package/dist/contracts/release_revenue_distributor_plugin/release_revenue_distributor_plugin.d.ts +37 -1
  157. package/dist/contracts/release_revenue_distributor_plugin/release_revenue_distributor_plugin.d.ts.map +1 -1
  158. package/dist/contracts/release_revenue_distributor_plugin/release_revenue_distributor_plugin.js +37 -1
  159. package/dist/contracts/release_revenue_distributor_plugin/release_revenue_distributor_plugin.js.map +1 -1
  160. package/dist/contracts/routed_stake/routed_stake.d.ts +78 -6
  161. package/dist/contracts/routed_stake/routed_stake.d.ts.map +1 -1
  162. package/dist/contracts/routed_stake/routed_stake.js +79 -7
  163. package/dist/contracts/routed_stake/routed_stake.js.map +1 -1
  164. package/dist/contracts/royalty_pool/pool.d.ts +117 -27
  165. package/dist/contracts/royalty_pool/pool.d.ts.map +1 -1
  166. package/dist/contracts/royalty_pool/pool.js +117 -28
  167. package/dist/contracts/royalty_pool/pool.js.map +1 -1
  168. package/dist/contracts/royalty_pool/stake.d.ts +3 -0
  169. package/dist/contracts/royalty_pool/stake.d.ts.map +1 -1
  170. package/dist/contracts/royalty_pool/stake.js +5 -2
  171. package/dist/contracts/royalty_pool/stake.js.map +1 -1
  172. package/dist/contracts/share/share.d.ts +80 -0
  173. package/dist/contracts/share/share.d.ts.map +1 -0
  174. package/dist/contracts/share/share.js +72 -0
  175. package/dist/contracts/share/share.js.map +1 -0
  176. package/dist/contracts/vault/vault.d.ts +51 -0
  177. package/dist/contracts/vault/vault.d.ts.map +1 -1
  178. package/dist/contracts/vault/vault.js +55 -4
  179. package/dist/contracts/vault/vault.js.map +1 -1
  180. package/dist/contracts.d.ts +60 -0
  181. package/dist/contracts.d.ts.map +1 -1
  182. package/dist/contracts.js +17 -0
  183. package/dist/contracts.js.map +1 -1
  184. package/dist/cover.d.ts +5 -6
  185. package/dist/cover.d.ts.map +1 -1
  186. package/dist/cover.js +10 -10
  187. package/dist/cover.js.map +1 -1
  188. package/dist/credits.d.ts +12 -13
  189. package/dist/credits.d.ts.map +1 -1
  190. package/dist/credits.js +16 -10
  191. package/dist/credits.js.map +1 -1
  192. package/dist/deployments.d.ts +3 -3
  193. package/dist/deployments.d.ts.map +1 -1
  194. package/dist/deployments.js +2 -3
  195. package/dist/deployments.js.map +1 -1
  196. package/dist/errors.d.ts +32 -9
  197. package/dist/errors.d.ts.map +1 -1
  198. package/dist/errors.js +52 -16
  199. package/dist/errors.js.map +1 -1
  200. package/dist/events.d.ts +1687 -835
  201. package/dist/events.d.ts.map +1 -1
  202. package/dist/events.js +258 -39
  203. package/dist/events.js.map +1 -1
  204. package/dist/genre.d.ts +11 -12
  205. package/dist/genre.d.ts.map +1 -1
  206. package/dist/genre.js +5 -3
  207. package/dist/genre.js.map +1 -1
  208. package/dist/index.d.ts +3 -3
  209. package/dist/index.d.ts.map +1 -1
  210. package/dist/index.js +7 -2
  211. package/dist/index.js.map +1 -1
  212. package/dist/packages.d.ts +1047 -1695
  213. package/dist/packages.d.ts.map +1 -1
  214. package/dist/party/client.d.ts +113 -296
  215. package/dist/party/client.d.ts.map +1 -1
  216. package/dist/party/client.js +93 -178
  217. package/dist/party/client.js.map +1 -1
  218. package/dist/party/extensions/ctas.d.ts +3 -3
  219. package/dist/party/extensions/ctas.d.ts.map +1 -1
  220. package/dist/party/extensions/genres.d.ts +4 -4
  221. package/dist/party/extensions/genres.d.ts.map +1 -1
  222. package/dist/party/extensions/links.d.ts +5 -5
  223. package/dist/party/extensions/links.d.ts.map +1 -1
  224. package/dist/party/extensions/links.js.map +1 -1
  225. package/dist/party/extensions/media.d.ts +3 -3
  226. package/dist/party/extensions/media.d.ts.map +1 -1
  227. package/dist/party/extensions/profile.d.ts +3 -3
  228. package/dist/party/extensions/profile.d.ts.map +1 -1
  229. package/dist/party/extensions/roles.d.ts +4 -4
  230. package/dist/party/extensions/roles.d.ts.map +1 -1
  231. package/dist/party/extensions/roles.js.map +1 -1
  232. package/dist/party/extensions/tags.d.ts +4 -4
  233. package/dist/party/extensions/tags.d.ts.map +1 -1
  234. package/dist/party/index.d.ts +1 -1
  235. package/dist/party/index.d.ts.map +1 -1
  236. package/dist/party/index.js.map +1 -1
  237. package/dist/party/queries.d.ts +8 -8
  238. package/dist/party/queries.d.ts.map +1 -1
  239. package/dist/party/queries.js +83 -56
  240. package/dist/party/queries.js.map +1 -1
  241. package/dist/pressing.d.ts +13 -15
  242. package/dist/pressing.d.ts.map +1 -1
  243. package/dist/pressing.js +99 -29
  244. package/dist/pressing.js.map +1 -1
  245. package/dist/publication.d.ts +13 -6
  246. package/dist/publication.d.ts.map +1 -1
  247. package/dist/publication.js +26 -21
  248. package/dist/publication.js.map +1 -1
  249. package/dist/queries.js +3 -3
  250. package/dist/queries.js.map +1 -1
  251. package/dist/read/artist.d.ts +4 -3
  252. package/dist/read/artist.d.ts.map +1 -1
  253. package/dist/read/artist.js +24 -8
  254. package/dist/read/artist.js.map +1 -1
  255. package/dist/read/catalog.d.ts +17 -16
  256. package/dist/read/catalog.d.ts.map +1 -1
  257. package/dist/read/catalog.js +25 -11
  258. package/dist/read/catalog.js.map +1 -1
  259. package/dist/read/client.d.ts +41 -20
  260. package/dist/read/client.d.ts.map +1 -1
  261. package/dist/read/client.js +20 -12
  262. package/dist/read/client.js.map +1 -1
  263. package/dist/read/config.d.ts +27 -3
  264. package/dist/read/config.d.ts.map +1 -1
  265. package/dist/read/config.js +42 -24
  266. package/dist/read/config.js.map +1 -1
  267. package/dist/read/genres.d.ts +8 -3
  268. package/dist/read/genres.d.ts.map +1 -1
  269. package/dist/read/genres.js +23 -17
  270. package/dist/read/genres.js.map +1 -1
  271. package/dist/read/index.d.ts +3 -1
  272. package/dist/read/index.d.ts.map +1 -1
  273. package/dist/read/index.js +9 -6
  274. package/dist/read/index.js.map +1 -1
  275. package/dist/read/receipts.d.ts +5 -4
  276. package/dist/read/receipts.d.ts.map +1 -1
  277. package/dist/read/receipts.js +94 -46
  278. package/dist/read/receipts.js.map +1 -1
  279. package/dist/read/royalties.d.ts +25 -0
  280. package/dist/read/royalties.d.ts.map +1 -0
  281. package/dist/read/royalties.js +168 -0
  282. package/dist/read/royalties.js.map +1 -0
  283. package/dist/read/types.d.ts +27 -0
  284. package/dist/read/types.d.ts.map +1 -1
  285. package/dist/read/wallet.d.ts +23 -12
  286. package/dist/read/wallet.d.ts.map +1 -1
  287. package/dist/read/wallet.js +158 -177
  288. package/dist/read/wallet.js.map +1 -1
  289. package/dist/read/works.d.ts +6 -6
  290. package/dist/read/works.d.ts.map +1 -1
  291. package/dist/read/works.js +40 -26
  292. package/dist/read/works.js.map +1 -1
  293. package/dist/recording-extensions.d.ts +15 -16
  294. package/dist/recording-extensions.d.ts.map +1 -1
  295. package/dist/recording-extensions.js +12 -8
  296. package/dist/recording-extensions.js.map +1 -1
  297. package/dist/release-extensions.d.ts +5 -6
  298. package/dist/release-extensions.d.ts.map +1 -1
  299. package/dist/release-extensions.js +3 -2
  300. package/dist/release-extensions.js.map +1 -1
  301. package/dist/release-graph.d.ts +2 -2
  302. package/dist/release-graph.d.ts.map +1 -1
  303. package/dist/release-graph.js.map +1 -1
  304. package/dist/royalty.d.ts +4 -4
  305. package/dist/royalty.d.ts.map +1 -1
  306. package/dist/royalty.js +16 -7
  307. package/dist/royalty.js.map +1 -1
  308. package/dist/share.d.ts +58 -24
  309. package/dist/share.d.ts.map +1 -1
  310. package/dist/share.js +167 -92
  311. package/dist/share.js.map +1 -1
  312. package/dist/transactions.d.ts +15 -6
  313. package/dist/transactions.d.ts.map +1 -1
  314. package/dist/transactions.js +1 -0
  315. package/dist/transactions.js.map +1 -1
  316. package/dist/vault.d.ts +13 -3
  317. package/dist/vault.d.ts.map +1 -1
  318. package/dist/vault.js +22 -16
  319. package/dist/vault.js.map +1 -1
  320. package/package.json +9 -8
  321. package/src/Miso.ts +951 -0
  322. package/src/auth.ts +16 -3
  323. package/src/catalog.ts +58 -25
  324. package/src/client.ts +98 -1359
  325. package/src/contracts/composition_credits/composition_credits.ts +20 -4
  326. package/src/contracts/composition_routed_stake/composition_routed_stake.ts +67 -1
  327. package/src/contracts/composition_royalty_pool/composition_royalty_pool.ts +53 -4
  328. package/src/contracts/composition_royalty_pool_plugin/composition_royalty_pool_plugin.ts +64 -1
  329. package/src/contracts/genre/genre.ts +8 -1
  330. package/src/contracts/miso_pay/pay.ts +356 -0
  331. package/src/contracts/party_cta/party_cta.ts +27 -5
  332. package/src/contracts/party_genre/party_genre.ts +14 -3
  333. package/src/contracts/party_media/party_media.ts +20 -4
  334. package/src/contracts/party_platform_link/party_platform_link.ts +15 -7
  335. package/src/contracts/party_profile/party_profile.ts +33 -8
  336. package/src/contracts/party_roles/party_roles.ts +19 -4
  337. package/src/contracts/party_tags/party_tags.ts +16 -4
  338. package/src/contracts/party_wallet/party_wallet.ts +2 -1
  339. package/src/contracts/platform_link/platform_link.ts +322 -0
  340. package/src/contracts/record/pressing.ts +50 -4
  341. package/src/contracts/record/record.ts +15 -1
  342. package/src/contracts/record_shop/listing.ts +76 -13
  343. package/src/contracts/recording_advisory/recording_advisory.ts +15 -8
  344. package/src/contracts/recording_credits/recording_credits.ts +63 -12
  345. package/src/contracts/recording_engine_session/recording_engine_session.ts +19 -4
  346. package/src/contracts/recording_genre/recording_genre.ts +53 -9
  347. package/src/contracts/recording_language/recording_language.ts +18 -5
  348. package/src/contracts/recording_master_reference/recording_master_reference.ts +18 -5
  349. package/src/contracts/recording_royalty_pool/recording_royalty_pool.ts +56 -4
  350. package/src/contracts/recording_royalty_pool_plugin/recording_royalty_pool_plugin.ts +67 -1
  351. package/src/contracts/recording_streaming_transcode/recording_streaming_transcode.ts +11 -4
  352. package/src/contracts/release_cover_art/release_cover_art.ts +126 -10
  353. package/src/contracts/release_credits/release_credits.ts +18 -4
  354. package/src/contracts/release_description/release_description.ts +9 -4
  355. package/src/contracts/release_dsp_link/release_dsp_link.ts +74 -19
  356. package/src/contracts/release_genre/release_genre.ts +52 -11
  357. package/src/contracts/release_kind/release_kind.ts +19 -4
  358. package/src/contracts/release_revenue_distributor/release_revenue_distributor.ts +15 -0
  359. package/src/contracts/release_revenue_distributor_plugin/release_revenue_distributor_plugin.ts +38 -1
  360. package/src/contracts/routed_stake/routed_stake.ts +79 -7
  361. package/src/contracts/royalty_pool/pool.ts +140 -38
  362. package/src/contracts/royalty_pool/stake.ts +5 -2
  363. package/src/contracts/share/share.ts +97 -0
  364. package/src/contracts/vault/vault.ts +55 -4
  365. package/src/contracts.ts +18 -0
  366. package/src/cover.ts +14 -15
  367. package/src/credits.ts +27 -22
  368. package/src/deployments.ts +3 -4
  369. package/src/errors.ts +77 -34
  370. package/src/events.ts +260 -39
  371. package/src/genre.ts +15 -14
  372. package/src/index.ts +19 -10
  373. package/src/party/client.ts +217 -208
  374. package/src/party/extensions/ctas.ts +3 -3
  375. package/src/party/extensions/genres.ts +4 -4
  376. package/src/party/extensions/links.ts +7 -7
  377. package/src/party/extensions/media.ts +3 -3
  378. package/src/party/extensions/profile.ts +3 -3
  379. package/src/party/extensions/roles.ts +5 -5
  380. package/src/party/extensions/tags.ts +4 -4
  381. package/src/party/index.ts +0 -1
  382. package/src/party/queries.ts +90 -87
  383. package/src/pressing.ts +132 -89
  384. package/src/publication.ts +33 -32
  385. package/src/queries.ts +3 -3
  386. package/src/read/artist.ts +36 -17
  387. package/src/read/catalog.ts +68 -36
  388. package/src/read/client.ts +55 -30
  389. package/src/read/config.ts +57 -29
  390. package/src/read/genres.ts +22 -18
  391. package/src/read/index.ts +15 -6
  392. package/src/read/receipts.ts +130 -67
  393. package/src/read/royalties.ts +212 -0
  394. package/src/read/types.ts +30 -0
  395. package/src/read/wallet.ts +226 -216
  396. package/src/read/works.ts +51 -44
  397. package/src/recording-extensions.ts +27 -24
  398. package/src/release-extensions.ts +7 -7
  399. package/src/release-graph.ts +2 -1
  400. package/src/royalty.ts +19 -25
  401. package/src/share.ts +197 -128
  402. package/src/transactions.ts +15 -8
  403. package/src/vault.ts +24 -31
  404. package/dist/contracts/record_shop/deps/std/type_name.d.ts.map +0 -1
  405. package/dist/contracts/record_shop/deps/std/type_name.js.map +0 -1
  406. package/dist/contracts/recording_language/deps/language_code/language_code.d.ts +0 -6
  407. package/dist/contracts/recording_language/deps/language_code/language_code.d.ts.map +0 -1
  408. package/dist/contracts/recording_language/deps/language_code/language_code.js +0 -8
  409. package/dist/contracts/recording_language/deps/language_code/language_code.js.map +0 -1
  410. package/dist/contracts/recording_master_reference/deps/ori/confidentiality.d.ts +0 -24
  411. package/dist/contracts/recording_master_reference/deps/ori/confidentiality.d.ts.map +0 -1
  412. package/dist/contracts/recording_master_reference/deps/ori/confidentiality.js +0 -24
  413. package/dist/contracts/recording_master_reference/deps/ori/confidentiality.js.map +0 -1
  414. package/dist/contracts/recording_master_reference/deps/ori/data.d.ts +0 -16
  415. package/dist/contracts/recording_master_reference/deps/ori/data.d.ts.map +0 -1
  416. package/dist/contracts/recording_master_reference/deps/ori/data.js +0 -12
  417. package/dist/contracts/recording_master_reference/deps/ori/data.js.map +0 -1
  418. package/dist/execute.d.ts +0 -32
  419. package/dist/execute.d.ts.map +0 -1
  420. package/dist/execute.js +0 -36
  421. package/dist/execute.js.map +0 -1
  422. package/src/contracts/recording_language/deps/language_code/language_code.ts +0 -8
  423. package/src/contracts/recording_master_reference/deps/ori/confidentiality.ts +0 -24
  424. package/src/contracts/recording_master_reference/deps/ori/data.ts +0 -12
  425. package/src/execute.ts +0 -56
  426. /package/dist/contracts/{record_shop → miso_pay}/deps/std/type_name.d.ts +0 -0
  427. /package/dist/contracts/{record_shop → miso_pay}/deps/std/type_name.js +0 -0
  428. /package/src/contracts/{record_shop → miso_pay}/deps/std/type_name.ts +0 -0
@@ -720,1372 +720,117 @@ export declare const RecordingCredits: MoveStruct<{
720
720
  }, "@local-pkg/recording_credits::recording_credits::RecordingCredits">;
721
721
  export declare const CreditAddedEvent: MoveStruct<{
722
722
  recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
723
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
724
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
723
725
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
724
- credit: MoveStruct<{
725
- display_name: import("@mysten/bcs").BcsType<string, string, "string">;
726
- roles: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
727
- Actor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
728
- Additional: true;
729
- Assistant: true;
730
- Associate: true;
731
- Backing: true;
732
- Executive: true;
733
- Featured: true;
734
- Lead: true;
735
- Primary: true;
736
- Principal: true;
737
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
738
- Arranger: import("@mysten/bcs").EnumOutputShapeWithKeys<{
739
- Additional: true;
740
- Assistant: true;
741
- Associate: true;
742
- Backing: true;
743
- Executive: true;
744
- Featured: true;
745
- Lead: true;
746
- Primary: true;
747
- Principal: true;
748
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
749
- ArtistsAndRepertoire: true;
750
- BandLeader: import("@mysten/bcs").EnumOutputShapeWithKeys<{
751
- Additional: true;
752
- Assistant: true;
753
- Associate: true;
754
- Backing: true;
755
- Executive: true;
756
- Featured: true;
757
- Lead: true;
758
- Primary: true;
759
- Principal: true;
760
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
761
- Choir: import("@mysten/bcs").EnumOutputShapeWithKeys<{
762
- Additional: true;
763
- Assistant: true;
764
- Associate: true;
765
- Backing: true;
766
- Executive: true;
767
- Featured: true;
768
- Lead: true;
769
- Primary: true;
770
- Principal: true;
771
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
772
- ChoirMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
773
- Additional: true;
774
- Assistant: true;
775
- Associate: true;
776
- Backing: true;
777
- Executive: true;
778
- Featured: true;
779
- Lead: true;
780
- Primary: true;
781
- Principal: true;
782
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
783
- ConcertMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
784
- Additional: true;
785
- Assistant: true;
786
- Associate: true;
787
- Backing: true;
788
- Executive: true;
789
- Featured: true;
790
- Lead: true;
791
- Primary: true;
792
- Principal: true;
793
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
794
- Conductor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
795
- Additional: true;
796
- Assistant: true;
797
- Associate: true;
798
- Backing: true;
799
- Executive: true;
800
- Featured: true;
801
- Lead: true;
802
- Primary: true;
803
- Principal: true;
804
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
805
- Contractor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
806
- Additional: true;
807
- Assistant: true;
808
- Associate: true;
809
- Backing: true;
810
- Executive: true;
811
- Featured: true;
812
- Lead: true;
813
- Primary: true;
814
- Principal: true;
815
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
816
- Copyist: true;
817
- DJ: import("@mysten/bcs").EnumOutputShapeWithKeys<{
818
- Additional: true;
819
- Assistant: true;
820
- Associate: true;
821
- Backing: true;
822
- Executive: true;
823
- Featured: true;
824
- Lead: true;
825
- Primary: true;
826
- Principal: true;
827
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
828
- Editor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
829
- Additional: true;
830
- Assistant: true;
831
- Associate: true;
832
- Backing: true;
833
- Executive: true;
834
- Featured: true;
835
- Lead: true;
836
- Primary: true;
837
- Principal: true;
838
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
839
- Engineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
840
- Additional: true;
841
- Assistant: true;
842
- Associate: true;
843
- Backing: true;
844
- Executive: true;
845
- Featured: true;
846
- Lead: true;
847
- Primary: true;
848
- Principal: true;
849
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
850
- Ensemble: import("@mysten/bcs").EnumOutputShapeWithKeys<{
851
- Additional: true;
852
- Assistant: true;
853
- Associate: true;
854
- Backing: true;
855
- Executive: true;
856
- Featured: true;
857
- Lead: true;
858
- Primary: true;
859
- Principal: true;
860
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
861
- Instrumentalist: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
862
- Additional: true;
863
- Assistant: true;
864
- Associate: true;
865
- Backing: true;
866
- Executive: true;
867
- Featured: true;
868
- Lead: true;
869
- Primary: true;
870
- Principal: true;
871
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
872
- MasteringEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
873
- Additional: true;
874
- Assistant: true;
875
- Associate: true;
876
- Backing: true;
877
- Executive: true;
878
- Featured: true;
879
- Lead: true;
880
- Primary: true;
881
- Principal: true;
882
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
883
- MixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
884
- Additional: true;
885
- Assistant: true;
886
- Associate: true;
887
- Backing: true;
888
- Executive: true;
889
- Featured: true;
890
- Lead: true;
891
- Primary: true;
892
- Principal: true;
893
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
894
- MusicDirector: import("@mysten/bcs").EnumOutputShapeWithKeys<{
895
- Additional: true;
896
- Assistant: true;
897
- Associate: true;
898
- Backing: true;
899
- Executive: true;
900
- Featured: true;
901
- Lead: true;
902
- Primary: true;
903
- Principal: true;
904
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
905
- MusicSupervisor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
906
- Additional: true;
907
- Assistant: true;
908
- Associate: true;
909
- Backing: true;
910
- Executive: true;
911
- Featured: true;
912
- Lead: true;
913
- Primary: true;
914
- Principal: true;
915
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
916
- Narrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
917
- Additional: true;
918
- Assistant: true;
919
- Associate: true;
920
- Backing: true;
921
- Executive: true;
922
- Featured: true;
923
- Lead: true;
924
- Primary: true;
925
- Principal: true;
926
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
927
- Orchestra: import("@mysten/bcs").EnumOutputShapeWithKeys<{
928
- Additional: true;
929
- Assistant: true;
930
- Associate: true;
931
- Backing: true;
932
- Executive: true;
933
- Featured: true;
934
- Lead: true;
935
- Primary: true;
936
- Principal: true;
937
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
938
- Orchestrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
939
- Additional: true;
940
- Assistant: true;
941
- Associate: true;
942
- Backing: true;
943
- Executive: true;
944
- Featured: true;
945
- Lead: true;
946
- Primary: true;
947
- Principal: true;
948
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
949
- Performer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
950
- Additional: true;
951
- Assistant: true;
952
- Associate: true;
953
- Backing: true;
954
- Executive: true;
955
- Featured: true;
956
- Lead: true;
957
- Primary: true;
958
- Principal: true;
959
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
960
- Producer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
961
- Additional: true;
962
- Assistant: true;
963
- Associate: true;
964
- Backing: true;
965
- Executive: true;
966
- Featured: true;
967
- Lead: true;
968
- Primary: true;
969
- Principal: true;
970
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
971
- Programmer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
972
- Additional: true;
973
- Assistant: true;
974
- Associate: true;
975
- Backing: true;
976
- Executive: true;
977
- Featured: true;
978
- Lead: true;
979
- Primary: true;
980
- Principal: true;
981
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
982
- RecordingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
983
- Additional: true;
984
- Assistant: true;
985
- Associate: true;
986
- Backing: true;
987
- Executive: true;
988
- Featured: true;
989
- Lead: true;
990
- Primary: true;
991
- Principal: true;
992
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
993
- RemixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
994
- Additional: true;
995
- Assistant: true;
996
- Associate: true;
997
- Backing: true;
998
- Executive: true;
999
- Featured: true;
1000
- Lead: true;
1001
- Primary: true;
1002
- Principal: true;
1003
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1004
- Soloist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1005
- Additional: true;
1006
- Assistant: true;
1007
- Associate: true;
1008
- Backing: true;
1009
- Executive: true;
1010
- Featured: true;
1011
- Lead: true;
1012
- Primary: true;
1013
- Principal: true;
1014
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1015
- SoundDesigner: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1016
- Additional: true;
1017
- Assistant: true;
1018
- Associate: true;
1019
- Backing: true;
1020
- Executive: true;
1021
- Featured: true;
1022
- Lead: true;
1023
- Primary: true;
1024
- Principal: true;
1025
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1026
- Speaker: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1027
- Additional: true;
1028
- Assistant: true;
1029
- Associate: true;
1030
- Backing: true;
1031
- Executive: true;
1032
- Featured: true;
1033
- Lead: true;
1034
- Primary: true;
1035
- Principal: true;
1036
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1037
- Vocalist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1038
- Additional: true;
1039
- Assistant: true;
1040
- Associate: true;
1041
- Backing: true;
1042
- Executive: true;
1043
- Featured: true;
1044
- Lead: true;
1045
- Primary: true;
1046
- Principal: true;
1047
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1048
- Custom: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
1049
- Additional: true;
1050
- Assistant: true;
1051
- Associate: true;
1052
- Backing: true;
1053
- Executive: true;
1054
- Featured: true;
1055
- Lead: true;
1056
- Primary: true;
1057
- Principal: true;
1058
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
1059
- }, "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">[], Iterable<import("@mysten/bcs").EnumInputShape<{
1060
- Actor: import("@mysten/bcs").EnumInputShape<{
1061
- Additional: boolean | object | null;
1062
- Assistant: boolean | object | null;
1063
- Associate: boolean | object | null;
1064
- Backing: boolean | object | null;
1065
- Executive: boolean | object | null;
1066
- Featured: boolean | object | null;
1067
- Lead: boolean | object | null;
1068
- Primary: boolean | object | null;
1069
- Principal: boolean | object | null;
1070
- }> | null | undefined;
1071
- Arranger: import("@mysten/bcs").EnumInputShape<{
1072
- Additional: boolean | object | null;
1073
- Assistant: boolean | object | null;
1074
- Associate: boolean | object | null;
1075
- Backing: boolean | object | null;
1076
- Executive: boolean | object | null;
1077
- Featured: boolean | object | null;
1078
- Lead: boolean | object | null;
1079
- Primary: boolean | object | null;
1080
- Principal: boolean | object | null;
1081
- }> | null | undefined;
1082
- ArtistsAndRepertoire: boolean | object | null;
1083
- BandLeader: import("@mysten/bcs").EnumInputShape<{
1084
- Additional: boolean | object | null;
1085
- Assistant: boolean | object | null;
1086
- Associate: boolean | object | null;
1087
- Backing: boolean | object | null;
1088
- Executive: boolean | object | null;
1089
- Featured: boolean | object | null;
1090
- Lead: boolean | object | null;
1091
- Primary: boolean | object | null;
1092
- Principal: boolean | object | null;
1093
- }> | null | undefined;
1094
- Choir: import("@mysten/bcs").EnumInputShape<{
1095
- Additional: boolean | object | null;
1096
- Assistant: boolean | object | null;
1097
- Associate: boolean | object | null;
1098
- Backing: boolean | object | null;
1099
- Executive: boolean | object | null;
1100
- Featured: boolean | object | null;
1101
- Lead: boolean | object | null;
1102
- Primary: boolean | object | null;
1103
- Principal: boolean | object | null;
1104
- }> | null | undefined;
1105
- ChoirMaster: import("@mysten/bcs").EnumInputShape<{
1106
- Additional: boolean | object | null;
1107
- Assistant: boolean | object | null;
1108
- Associate: boolean | object | null;
1109
- Backing: boolean | object | null;
1110
- Executive: boolean | object | null;
1111
- Featured: boolean | object | null;
1112
- Lead: boolean | object | null;
1113
- Primary: boolean | object | null;
1114
- Principal: boolean | object | null;
1115
- }> | null | undefined;
1116
- ConcertMaster: import("@mysten/bcs").EnumInputShape<{
1117
- Additional: boolean | object | null;
1118
- Assistant: boolean | object | null;
1119
- Associate: boolean | object | null;
1120
- Backing: boolean | object | null;
1121
- Executive: boolean | object | null;
1122
- Featured: boolean | object | null;
1123
- Lead: boolean | object | null;
1124
- Primary: boolean | object | null;
1125
- Principal: boolean | object | null;
1126
- }> | null | undefined;
1127
- Conductor: import("@mysten/bcs").EnumInputShape<{
1128
- Additional: boolean | object | null;
1129
- Assistant: boolean | object | null;
1130
- Associate: boolean | object | null;
1131
- Backing: boolean | object | null;
1132
- Executive: boolean | object | null;
1133
- Featured: boolean | object | null;
1134
- Lead: boolean | object | null;
1135
- Primary: boolean | object | null;
1136
- Principal: boolean | object | null;
1137
- }> | null | undefined;
1138
- Contractor: import("@mysten/bcs").EnumInputShape<{
1139
- Additional: boolean | object | null;
1140
- Assistant: boolean | object | null;
1141
- Associate: boolean | object | null;
1142
- Backing: boolean | object | null;
1143
- Executive: boolean | object | null;
1144
- Featured: boolean | object | null;
1145
- Lead: boolean | object | null;
1146
- Primary: boolean | object | null;
1147
- Principal: boolean | object | null;
1148
- }> | null | undefined;
1149
- Copyist: boolean | object | null;
1150
- DJ: import("@mysten/bcs").EnumInputShape<{
1151
- Additional: boolean | object | null;
1152
- Assistant: boolean | object | null;
1153
- Associate: boolean | object | null;
1154
- Backing: boolean | object | null;
1155
- Executive: boolean | object | null;
1156
- Featured: boolean | object | null;
1157
- Lead: boolean | object | null;
1158
- Primary: boolean | object | null;
1159
- Principal: boolean | object | null;
1160
- }> | null | undefined;
1161
- Editor: import("@mysten/bcs").EnumInputShape<{
1162
- Additional: boolean | object | null;
1163
- Assistant: boolean | object | null;
1164
- Associate: boolean | object | null;
1165
- Backing: boolean | object | null;
1166
- Executive: boolean | object | null;
1167
- Featured: boolean | object | null;
1168
- Lead: boolean | object | null;
1169
- Primary: boolean | object | null;
1170
- Principal: boolean | object | null;
1171
- }> | null | undefined;
1172
- Engineer: import("@mysten/bcs").EnumInputShape<{
1173
- Additional: boolean | object | null;
1174
- Assistant: boolean | object | null;
1175
- Associate: boolean | object | null;
1176
- Backing: boolean | object | null;
1177
- Executive: boolean | object | null;
1178
- Featured: boolean | object | null;
1179
- Lead: boolean | object | null;
1180
- Primary: boolean | object | null;
1181
- Principal: boolean | object | null;
1182
- }> | null | undefined;
1183
- Ensemble: import("@mysten/bcs").EnumInputShape<{
1184
- Additional: boolean | object | null;
1185
- Assistant: boolean | object | null;
1186
- Associate: boolean | object | null;
1187
- Backing: boolean | object | null;
1188
- Executive: boolean | object | null;
1189
- Featured: boolean | object | null;
1190
- Lead: boolean | object | null;
1191
- Primary: boolean | object | null;
1192
- Principal: boolean | object | null;
1193
- }> | null | undefined;
1194
- Instrumentalist: readonly [string, import("@mysten/bcs").EnumInputShape<{
1195
- Additional: boolean | object | null;
1196
- Assistant: boolean | object | null;
1197
- Associate: boolean | object | null;
1198
- Backing: boolean | object | null;
1199
- Executive: boolean | object | null;
1200
- Featured: boolean | object | null;
1201
- Lead: boolean | object | null;
1202
- Primary: boolean | object | null;
1203
- Principal: boolean | object | null;
1204
- }> | null | undefined];
1205
- MasteringEngineer: import("@mysten/bcs").EnumInputShape<{
1206
- Additional: boolean | object | null;
1207
- Assistant: boolean | object | null;
1208
- Associate: boolean | object | null;
1209
- Backing: boolean | object | null;
1210
- Executive: boolean | object | null;
1211
- Featured: boolean | object | null;
1212
- Lead: boolean | object | null;
1213
- Primary: boolean | object | null;
1214
- Principal: boolean | object | null;
1215
- }> | null | undefined;
1216
- MixingEngineer: import("@mysten/bcs").EnumInputShape<{
1217
- Additional: boolean | object | null;
1218
- Assistant: boolean | object | null;
1219
- Associate: boolean | object | null;
1220
- Backing: boolean | object | null;
1221
- Executive: boolean | object | null;
1222
- Featured: boolean | object | null;
1223
- Lead: boolean | object | null;
1224
- Primary: boolean | object | null;
1225
- Principal: boolean | object | null;
1226
- }> | null | undefined;
1227
- MusicDirector: import("@mysten/bcs").EnumInputShape<{
1228
- Additional: boolean | object | null;
1229
- Assistant: boolean | object | null;
1230
- Associate: boolean | object | null;
1231
- Backing: boolean | object | null;
1232
- Executive: boolean | object | null;
1233
- Featured: boolean | object | null;
1234
- Lead: boolean | object | null;
1235
- Primary: boolean | object | null;
1236
- Principal: boolean | object | null;
1237
- }> | null | undefined;
1238
- MusicSupervisor: import("@mysten/bcs").EnumInputShape<{
1239
- Additional: boolean | object | null;
1240
- Assistant: boolean | object | null;
1241
- Associate: boolean | object | null;
1242
- Backing: boolean | object | null;
1243
- Executive: boolean | object | null;
1244
- Featured: boolean | object | null;
1245
- Lead: boolean | object | null;
1246
- Primary: boolean | object | null;
1247
- Principal: boolean | object | null;
1248
- }> | null | undefined;
1249
- Narrator: import("@mysten/bcs").EnumInputShape<{
1250
- Additional: boolean | object | null;
1251
- Assistant: boolean | object | null;
1252
- Associate: boolean | object | null;
1253
- Backing: boolean | object | null;
1254
- Executive: boolean | object | null;
1255
- Featured: boolean | object | null;
1256
- Lead: boolean | object | null;
1257
- Primary: boolean | object | null;
1258
- Principal: boolean | object | null;
1259
- }> | null | undefined;
1260
- Orchestra: import("@mysten/bcs").EnumInputShape<{
1261
- Additional: boolean | object | null;
1262
- Assistant: boolean | object | null;
1263
- Associate: boolean | object | null;
1264
- Backing: boolean | object | null;
1265
- Executive: boolean | object | null;
1266
- Featured: boolean | object | null;
1267
- Lead: boolean | object | null;
1268
- Primary: boolean | object | null;
1269
- Principal: boolean | object | null;
1270
- }> | null | undefined;
1271
- Orchestrator: import("@mysten/bcs").EnumInputShape<{
1272
- Additional: boolean | object | null;
1273
- Assistant: boolean | object | null;
1274
- Associate: boolean | object | null;
1275
- Backing: boolean | object | null;
1276
- Executive: boolean | object | null;
1277
- Featured: boolean | object | null;
1278
- Lead: boolean | object | null;
1279
- Primary: boolean | object | null;
1280
- Principal: boolean | object | null;
1281
- }> | null | undefined;
1282
- Performer: import("@mysten/bcs").EnumInputShape<{
1283
- Additional: boolean | object | null;
1284
- Assistant: boolean | object | null;
1285
- Associate: boolean | object | null;
1286
- Backing: boolean | object | null;
1287
- Executive: boolean | object | null;
1288
- Featured: boolean | object | null;
1289
- Lead: boolean | object | null;
1290
- Primary: boolean | object | null;
1291
- Principal: boolean | object | null;
1292
- }> | null | undefined;
1293
- Producer: import("@mysten/bcs").EnumInputShape<{
1294
- Additional: boolean | object | null;
1295
- Assistant: boolean | object | null;
1296
- Associate: boolean | object | null;
1297
- Backing: boolean | object | null;
1298
- Executive: boolean | object | null;
1299
- Featured: boolean | object | null;
1300
- Lead: boolean | object | null;
1301
- Primary: boolean | object | null;
1302
- Principal: boolean | object | null;
1303
- }> | null | undefined;
1304
- Programmer: import("@mysten/bcs").EnumInputShape<{
1305
- Additional: boolean | object | null;
1306
- Assistant: boolean | object | null;
1307
- Associate: boolean | object | null;
1308
- Backing: boolean | object | null;
1309
- Executive: boolean | object | null;
1310
- Featured: boolean | object | null;
1311
- Lead: boolean | object | null;
1312
- Primary: boolean | object | null;
1313
- Principal: boolean | object | null;
1314
- }> | null | undefined;
1315
- RecordingEngineer: import("@mysten/bcs").EnumInputShape<{
1316
- Additional: boolean | object | null;
1317
- Assistant: boolean | object | null;
1318
- Associate: boolean | object | null;
1319
- Backing: boolean | object | null;
1320
- Executive: boolean | object | null;
1321
- Featured: boolean | object | null;
1322
- Lead: boolean | object | null;
1323
- Primary: boolean | object | null;
1324
- Principal: boolean | object | null;
1325
- }> | null | undefined;
1326
- RemixingEngineer: import("@mysten/bcs").EnumInputShape<{
1327
- Additional: boolean | object | null;
1328
- Assistant: boolean | object | null;
1329
- Associate: boolean | object | null;
1330
- Backing: boolean | object | null;
1331
- Executive: boolean | object | null;
1332
- Featured: boolean | object | null;
1333
- Lead: boolean | object | null;
1334
- Primary: boolean | object | null;
1335
- Principal: boolean | object | null;
1336
- }> | null | undefined;
1337
- Soloist: import("@mysten/bcs").EnumInputShape<{
1338
- Additional: boolean | object | null;
1339
- Assistant: boolean | object | null;
1340
- Associate: boolean | object | null;
1341
- Backing: boolean | object | null;
1342
- Executive: boolean | object | null;
1343
- Featured: boolean | object | null;
1344
- Lead: boolean | object | null;
1345
- Primary: boolean | object | null;
1346
- Principal: boolean | object | null;
1347
- }> | null | undefined;
1348
- SoundDesigner: import("@mysten/bcs").EnumInputShape<{
1349
- Additional: boolean | object | null;
1350
- Assistant: boolean | object | null;
1351
- Associate: boolean | object | null;
1352
- Backing: boolean | object | null;
1353
- Executive: boolean | object | null;
1354
- Featured: boolean | object | null;
1355
- Lead: boolean | object | null;
1356
- Primary: boolean | object | null;
1357
- Principal: boolean | object | null;
1358
- }> | null | undefined;
1359
- Speaker: import("@mysten/bcs").EnumInputShape<{
1360
- Additional: boolean | object | null;
1361
- Assistant: boolean | object | null;
1362
- Associate: boolean | object | null;
1363
- Backing: boolean | object | null;
1364
- Executive: boolean | object | null;
1365
- Featured: boolean | object | null;
1366
- Lead: boolean | object | null;
1367
- Primary: boolean | object | null;
1368
- Principal: boolean | object | null;
1369
- }> | null | undefined;
1370
- Vocalist: import("@mysten/bcs").EnumInputShape<{
1371
- Additional: boolean | object | null;
1372
- Assistant: boolean | object | null;
1373
- Associate: boolean | object | null;
1374
- Backing: boolean | object | null;
1375
- Executive: boolean | object | null;
1376
- Featured: boolean | object | null;
1377
- Lead: boolean | object | null;
1378
- Primary: boolean | object | null;
1379
- Principal: boolean | object | null;
1380
- }> | null | undefined;
1381
- Custom: readonly [string, import("@mysten/bcs").EnumInputShape<{
1382
- Additional: boolean | object | null;
1383
- Assistant: boolean | object | null;
1384
- Associate: boolean | object | null;
1385
- Backing: boolean | object | null;
1386
- Executive: boolean | object | null;
1387
- Featured: boolean | object | null;
1388
- Lead: boolean | object | null;
1389
- Primary: boolean | object | null;
1390
- Principal: boolean | object | null;
1391
- }> | null | undefined];
1392
- }>> & {
1393
- length: number;
1394
- }, string>;
1395
- }, "credit::credit::Credit<@local-pkg/recording_credits::recording_party_role::RecordingPartyRole>">;
1396
- }, "@local-pkg/recording_credits::recording_credits::CreditAddedEvent">;
726
+ display_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
727
+ length: number;
728
+ }, string>;
729
+ role_kinds: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
730
+ length: number;
731
+ }, string>;
732
+ role_names: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
733
+ length: number;
734
+ }> & {
735
+ length: number;
736
+ }, string>;
737
+ role_instruments: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
738
+ length: number;
739
+ }> & {
740
+ length: number;
741
+ }, string>;
742
+ role_levels: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
743
+ length: number;
744
+ }, string>;
745
+ credit_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
746
+ credit_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
747
+ credit_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
748
+ credits_initialized: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
749
+ }, "@local-pkg/recording_credits::recording_credits::CreditAddedEvent<phantom RecordingShare, phantom CompositionShare>">;
1397
750
  export declare const CreditRemovedEvent: MoveStruct<{
1398
751
  recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
752
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
753
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1399
754
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1400
- credit: MoveStruct<{
1401
- display_name: import("@mysten/bcs").BcsType<string, string, "string">;
1402
- roles: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
1403
- Actor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1404
- Additional: true;
1405
- Assistant: true;
1406
- Associate: true;
1407
- Backing: true;
1408
- Executive: true;
1409
- Featured: true;
1410
- Lead: true;
1411
- Primary: true;
1412
- Principal: true;
1413
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1414
- Arranger: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1415
- Additional: true;
1416
- Assistant: true;
1417
- Associate: true;
1418
- Backing: true;
1419
- Executive: true;
1420
- Featured: true;
1421
- Lead: true;
1422
- Primary: true;
1423
- Principal: true;
1424
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1425
- ArtistsAndRepertoire: true;
1426
- BandLeader: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1427
- Additional: true;
1428
- Assistant: true;
1429
- Associate: true;
1430
- Backing: true;
1431
- Executive: true;
1432
- Featured: true;
1433
- Lead: true;
1434
- Primary: true;
1435
- Principal: true;
1436
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1437
- Choir: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1438
- Additional: true;
1439
- Assistant: true;
1440
- Associate: true;
1441
- Backing: true;
1442
- Executive: true;
1443
- Featured: true;
1444
- Lead: true;
1445
- Primary: true;
1446
- Principal: true;
1447
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1448
- ChoirMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1449
- Additional: true;
1450
- Assistant: true;
1451
- Associate: true;
1452
- Backing: true;
1453
- Executive: true;
1454
- Featured: true;
1455
- Lead: true;
1456
- Primary: true;
1457
- Principal: true;
1458
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1459
- ConcertMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1460
- Additional: true;
1461
- Assistant: true;
1462
- Associate: true;
1463
- Backing: true;
1464
- Executive: true;
1465
- Featured: true;
1466
- Lead: true;
1467
- Primary: true;
1468
- Principal: true;
1469
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1470
- Conductor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1471
- Additional: true;
1472
- Assistant: true;
1473
- Associate: true;
1474
- Backing: true;
1475
- Executive: true;
1476
- Featured: true;
1477
- Lead: true;
1478
- Primary: true;
1479
- Principal: true;
1480
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1481
- Contractor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1482
- Additional: true;
1483
- Assistant: true;
1484
- Associate: true;
1485
- Backing: true;
1486
- Executive: true;
1487
- Featured: true;
1488
- Lead: true;
1489
- Primary: true;
1490
- Principal: true;
1491
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1492
- Copyist: true;
1493
- DJ: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1494
- Additional: true;
1495
- Assistant: true;
1496
- Associate: true;
1497
- Backing: true;
1498
- Executive: true;
1499
- Featured: true;
1500
- Lead: true;
1501
- Primary: true;
1502
- Principal: true;
1503
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1504
- Editor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1505
- Additional: true;
1506
- Assistant: true;
1507
- Associate: true;
1508
- Backing: true;
1509
- Executive: true;
1510
- Featured: true;
1511
- Lead: true;
1512
- Primary: true;
1513
- Principal: true;
1514
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1515
- Engineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1516
- Additional: true;
1517
- Assistant: true;
1518
- Associate: true;
1519
- Backing: true;
1520
- Executive: true;
1521
- Featured: true;
1522
- Lead: true;
1523
- Primary: true;
1524
- Principal: true;
1525
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1526
- Ensemble: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1527
- Additional: true;
1528
- Assistant: true;
1529
- Associate: true;
1530
- Backing: true;
1531
- Executive: true;
1532
- Featured: true;
1533
- Lead: true;
1534
- Primary: true;
1535
- Principal: true;
1536
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1537
- Instrumentalist: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
1538
- Additional: true;
1539
- Assistant: true;
1540
- Associate: true;
1541
- Backing: true;
1542
- Executive: true;
1543
- Featured: true;
1544
- Lead: true;
1545
- Primary: true;
1546
- Principal: true;
1547
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
1548
- MasteringEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1549
- Additional: true;
1550
- Assistant: true;
1551
- Associate: true;
1552
- Backing: true;
1553
- Executive: true;
1554
- Featured: true;
1555
- Lead: true;
1556
- Primary: true;
1557
- Principal: true;
1558
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1559
- MixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1560
- Additional: true;
1561
- Assistant: true;
1562
- Associate: true;
1563
- Backing: true;
1564
- Executive: true;
1565
- Featured: true;
1566
- Lead: true;
1567
- Primary: true;
1568
- Principal: true;
1569
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1570
- MusicDirector: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1571
- Additional: true;
1572
- Assistant: true;
1573
- Associate: true;
1574
- Backing: true;
1575
- Executive: true;
1576
- Featured: true;
1577
- Lead: true;
1578
- Primary: true;
1579
- Principal: true;
1580
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1581
- MusicSupervisor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1582
- Additional: true;
1583
- Assistant: true;
1584
- Associate: true;
1585
- Backing: true;
1586
- Executive: true;
1587
- Featured: true;
1588
- Lead: true;
1589
- Primary: true;
1590
- Principal: true;
1591
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1592
- Narrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1593
- Additional: true;
1594
- Assistant: true;
1595
- Associate: true;
1596
- Backing: true;
1597
- Executive: true;
1598
- Featured: true;
1599
- Lead: true;
1600
- Primary: true;
1601
- Principal: true;
1602
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1603
- Orchestra: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1604
- Additional: true;
1605
- Assistant: true;
1606
- Associate: true;
1607
- Backing: true;
1608
- Executive: true;
1609
- Featured: true;
1610
- Lead: true;
1611
- Primary: true;
1612
- Principal: true;
1613
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1614
- Orchestrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1615
- Additional: true;
1616
- Assistant: true;
1617
- Associate: true;
1618
- Backing: true;
1619
- Executive: true;
1620
- Featured: true;
1621
- Lead: true;
1622
- Primary: true;
1623
- Principal: true;
1624
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1625
- Performer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1626
- Additional: true;
1627
- Assistant: true;
1628
- Associate: true;
1629
- Backing: true;
1630
- Executive: true;
1631
- Featured: true;
1632
- Lead: true;
1633
- Primary: true;
1634
- Principal: true;
1635
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1636
- Producer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1637
- Additional: true;
1638
- Assistant: true;
1639
- Associate: true;
1640
- Backing: true;
1641
- Executive: true;
1642
- Featured: true;
1643
- Lead: true;
1644
- Primary: true;
1645
- Principal: true;
1646
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1647
- Programmer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1648
- Additional: true;
1649
- Assistant: true;
1650
- Associate: true;
1651
- Backing: true;
1652
- Executive: true;
1653
- Featured: true;
1654
- Lead: true;
1655
- Primary: true;
1656
- Principal: true;
1657
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1658
- RecordingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1659
- Additional: true;
1660
- Assistant: true;
1661
- Associate: true;
1662
- Backing: true;
1663
- Executive: true;
1664
- Featured: true;
1665
- Lead: true;
1666
- Primary: true;
1667
- Principal: true;
1668
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1669
- RemixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1670
- Additional: true;
1671
- Assistant: true;
1672
- Associate: true;
1673
- Backing: true;
1674
- Executive: true;
1675
- Featured: true;
1676
- Lead: true;
1677
- Primary: true;
1678
- Principal: true;
1679
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1680
- Soloist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1681
- Additional: true;
1682
- Assistant: true;
1683
- Associate: true;
1684
- Backing: true;
1685
- Executive: true;
1686
- Featured: true;
1687
- Lead: true;
1688
- Primary: true;
1689
- Principal: true;
1690
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1691
- SoundDesigner: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1692
- Additional: true;
1693
- Assistant: true;
1694
- Associate: true;
1695
- Backing: true;
1696
- Executive: true;
1697
- Featured: true;
1698
- Lead: true;
1699
- Primary: true;
1700
- Principal: true;
1701
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1702
- Speaker: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1703
- Additional: true;
1704
- Assistant: true;
1705
- Associate: true;
1706
- Backing: true;
1707
- Executive: true;
1708
- Featured: true;
1709
- Lead: true;
1710
- Primary: true;
1711
- Principal: true;
1712
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1713
- Vocalist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1714
- Additional: true;
1715
- Assistant: true;
1716
- Associate: true;
1717
- Backing: true;
1718
- Executive: true;
1719
- Featured: true;
1720
- Lead: true;
1721
- Primary: true;
1722
- Principal: true;
1723
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1724
- Custom: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
1725
- Additional: true;
1726
- Assistant: true;
1727
- Associate: true;
1728
- Backing: true;
1729
- Executive: true;
1730
- Featured: true;
1731
- Lead: true;
1732
- Primary: true;
1733
- Principal: true;
1734
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
1735
- }, "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">[], Iterable<import("@mysten/bcs").EnumInputShape<{
1736
- Actor: import("@mysten/bcs").EnumInputShape<{
1737
- Additional: boolean | object | null;
1738
- Assistant: boolean | object | null;
1739
- Associate: boolean | object | null;
1740
- Backing: boolean | object | null;
1741
- Executive: boolean | object | null;
1742
- Featured: boolean | object | null;
1743
- Lead: boolean | object | null;
1744
- Primary: boolean | object | null;
1745
- Principal: boolean | object | null;
1746
- }> | null | undefined;
1747
- Arranger: import("@mysten/bcs").EnumInputShape<{
1748
- Additional: boolean | object | null;
1749
- Assistant: boolean | object | null;
1750
- Associate: boolean | object | null;
1751
- Backing: boolean | object | null;
1752
- Executive: boolean | object | null;
1753
- Featured: boolean | object | null;
1754
- Lead: boolean | object | null;
1755
- Primary: boolean | object | null;
1756
- Principal: boolean | object | null;
1757
- }> | null | undefined;
1758
- ArtistsAndRepertoire: boolean | object | null;
1759
- BandLeader: import("@mysten/bcs").EnumInputShape<{
1760
- Additional: boolean | object | null;
1761
- Assistant: boolean | object | null;
1762
- Associate: boolean | object | null;
1763
- Backing: boolean | object | null;
1764
- Executive: boolean | object | null;
1765
- Featured: boolean | object | null;
1766
- Lead: boolean | object | null;
1767
- Primary: boolean | object | null;
1768
- Principal: boolean | object | null;
1769
- }> | null | undefined;
1770
- Choir: import("@mysten/bcs").EnumInputShape<{
1771
- Additional: boolean | object | null;
1772
- Assistant: boolean | object | null;
1773
- Associate: boolean | object | null;
1774
- Backing: boolean | object | null;
1775
- Executive: boolean | object | null;
1776
- Featured: boolean | object | null;
1777
- Lead: boolean | object | null;
1778
- Primary: boolean | object | null;
1779
- Principal: boolean | object | null;
1780
- }> | null | undefined;
1781
- ChoirMaster: import("@mysten/bcs").EnumInputShape<{
1782
- Additional: boolean | object | null;
1783
- Assistant: boolean | object | null;
1784
- Associate: boolean | object | null;
1785
- Backing: boolean | object | null;
1786
- Executive: boolean | object | null;
1787
- Featured: boolean | object | null;
1788
- Lead: boolean | object | null;
1789
- Primary: boolean | object | null;
1790
- Principal: boolean | object | null;
1791
- }> | null | undefined;
1792
- ConcertMaster: import("@mysten/bcs").EnumInputShape<{
1793
- Additional: boolean | object | null;
1794
- Assistant: boolean | object | null;
1795
- Associate: boolean | object | null;
1796
- Backing: boolean | object | null;
1797
- Executive: boolean | object | null;
1798
- Featured: boolean | object | null;
1799
- Lead: boolean | object | null;
1800
- Primary: boolean | object | null;
1801
- Principal: boolean | object | null;
1802
- }> | null | undefined;
1803
- Conductor: import("@mysten/bcs").EnumInputShape<{
1804
- Additional: boolean | object | null;
1805
- Assistant: boolean | object | null;
1806
- Associate: boolean | object | null;
1807
- Backing: boolean | object | null;
1808
- Executive: boolean | object | null;
1809
- Featured: boolean | object | null;
1810
- Lead: boolean | object | null;
1811
- Primary: boolean | object | null;
1812
- Principal: boolean | object | null;
1813
- }> | null | undefined;
1814
- Contractor: import("@mysten/bcs").EnumInputShape<{
1815
- Additional: boolean | object | null;
1816
- Assistant: boolean | object | null;
1817
- Associate: boolean | object | null;
1818
- Backing: boolean | object | null;
1819
- Executive: boolean | object | null;
1820
- Featured: boolean | object | null;
1821
- Lead: boolean | object | null;
1822
- Primary: boolean | object | null;
1823
- Principal: boolean | object | null;
1824
- }> | null | undefined;
1825
- Copyist: boolean | object | null;
1826
- DJ: import("@mysten/bcs").EnumInputShape<{
1827
- Additional: boolean | object | null;
1828
- Assistant: boolean | object | null;
1829
- Associate: boolean | object | null;
1830
- Backing: boolean | object | null;
1831
- Executive: boolean | object | null;
1832
- Featured: boolean | object | null;
1833
- Lead: boolean | object | null;
1834
- Primary: boolean | object | null;
1835
- Principal: boolean | object | null;
1836
- }> | null | undefined;
1837
- Editor: import("@mysten/bcs").EnumInputShape<{
1838
- Additional: boolean | object | null;
1839
- Assistant: boolean | object | null;
1840
- Associate: boolean | object | null;
1841
- Backing: boolean | object | null;
1842
- Executive: boolean | object | null;
1843
- Featured: boolean | object | null;
1844
- Lead: boolean | object | null;
1845
- Primary: boolean | object | null;
1846
- Principal: boolean | object | null;
1847
- }> | null | undefined;
1848
- Engineer: import("@mysten/bcs").EnumInputShape<{
1849
- Additional: boolean | object | null;
1850
- Assistant: boolean | object | null;
1851
- Associate: boolean | object | null;
1852
- Backing: boolean | object | null;
1853
- Executive: boolean | object | null;
1854
- Featured: boolean | object | null;
1855
- Lead: boolean | object | null;
1856
- Primary: boolean | object | null;
1857
- Principal: boolean | object | null;
1858
- }> | null | undefined;
1859
- Ensemble: import("@mysten/bcs").EnumInputShape<{
1860
- Additional: boolean | object | null;
1861
- Assistant: boolean | object | null;
1862
- Associate: boolean | object | null;
1863
- Backing: boolean | object | null;
1864
- Executive: boolean | object | null;
1865
- Featured: boolean | object | null;
1866
- Lead: boolean | object | null;
1867
- Primary: boolean | object | null;
1868
- Principal: boolean | object | null;
1869
- }> | null | undefined;
1870
- Instrumentalist: readonly [string, import("@mysten/bcs").EnumInputShape<{
1871
- Additional: boolean | object | null;
1872
- Assistant: boolean | object | null;
1873
- Associate: boolean | object | null;
1874
- Backing: boolean | object | null;
1875
- Executive: boolean | object | null;
1876
- Featured: boolean | object | null;
1877
- Lead: boolean | object | null;
1878
- Primary: boolean | object | null;
1879
- Principal: boolean | object | null;
1880
- }> | null | undefined];
1881
- MasteringEngineer: import("@mysten/bcs").EnumInputShape<{
1882
- Additional: boolean | object | null;
1883
- Assistant: boolean | object | null;
1884
- Associate: boolean | object | null;
1885
- Backing: boolean | object | null;
1886
- Executive: boolean | object | null;
1887
- Featured: boolean | object | null;
1888
- Lead: boolean | object | null;
1889
- Primary: boolean | object | null;
1890
- Principal: boolean | object | null;
1891
- }> | null | undefined;
1892
- MixingEngineer: import("@mysten/bcs").EnumInputShape<{
1893
- Additional: boolean | object | null;
1894
- Assistant: boolean | object | null;
1895
- Associate: boolean | object | null;
1896
- Backing: boolean | object | null;
1897
- Executive: boolean | object | null;
1898
- Featured: boolean | object | null;
1899
- Lead: boolean | object | null;
1900
- Primary: boolean | object | null;
1901
- Principal: boolean | object | null;
1902
- }> | null | undefined;
1903
- MusicDirector: import("@mysten/bcs").EnumInputShape<{
1904
- Additional: boolean | object | null;
1905
- Assistant: boolean | object | null;
1906
- Associate: boolean | object | null;
1907
- Backing: boolean | object | null;
1908
- Executive: boolean | object | null;
1909
- Featured: boolean | object | null;
1910
- Lead: boolean | object | null;
1911
- Primary: boolean | object | null;
1912
- Principal: boolean | object | null;
1913
- }> | null | undefined;
1914
- MusicSupervisor: import("@mysten/bcs").EnumInputShape<{
1915
- Additional: boolean | object | null;
1916
- Assistant: boolean | object | null;
1917
- Associate: boolean | object | null;
1918
- Backing: boolean | object | null;
1919
- Executive: boolean | object | null;
1920
- Featured: boolean | object | null;
1921
- Lead: boolean | object | null;
1922
- Primary: boolean | object | null;
1923
- Principal: boolean | object | null;
1924
- }> | null | undefined;
1925
- Narrator: import("@mysten/bcs").EnumInputShape<{
1926
- Additional: boolean | object | null;
1927
- Assistant: boolean | object | null;
1928
- Associate: boolean | object | null;
1929
- Backing: boolean | object | null;
1930
- Executive: boolean | object | null;
1931
- Featured: boolean | object | null;
1932
- Lead: boolean | object | null;
1933
- Primary: boolean | object | null;
1934
- Principal: boolean | object | null;
1935
- }> | null | undefined;
1936
- Orchestra: import("@mysten/bcs").EnumInputShape<{
1937
- Additional: boolean | object | null;
1938
- Assistant: boolean | object | null;
1939
- Associate: boolean | object | null;
1940
- Backing: boolean | object | null;
1941
- Executive: boolean | object | null;
1942
- Featured: boolean | object | null;
1943
- Lead: boolean | object | null;
1944
- Primary: boolean | object | null;
1945
- Principal: boolean | object | null;
1946
- }> | null | undefined;
1947
- Orchestrator: import("@mysten/bcs").EnumInputShape<{
1948
- Additional: boolean | object | null;
1949
- Assistant: boolean | object | null;
1950
- Associate: boolean | object | null;
1951
- Backing: boolean | object | null;
1952
- Executive: boolean | object | null;
1953
- Featured: boolean | object | null;
1954
- Lead: boolean | object | null;
1955
- Primary: boolean | object | null;
1956
- Principal: boolean | object | null;
1957
- }> | null | undefined;
1958
- Performer: import("@mysten/bcs").EnumInputShape<{
1959
- Additional: boolean | object | null;
1960
- Assistant: boolean | object | null;
1961
- Associate: boolean | object | null;
1962
- Backing: boolean | object | null;
1963
- Executive: boolean | object | null;
1964
- Featured: boolean | object | null;
1965
- Lead: boolean | object | null;
1966
- Primary: boolean | object | null;
1967
- Principal: boolean | object | null;
1968
- }> | null | undefined;
1969
- Producer: import("@mysten/bcs").EnumInputShape<{
1970
- Additional: boolean | object | null;
1971
- Assistant: boolean | object | null;
1972
- Associate: boolean | object | null;
1973
- Backing: boolean | object | null;
1974
- Executive: boolean | object | null;
1975
- Featured: boolean | object | null;
1976
- Lead: boolean | object | null;
1977
- Primary: boolean | object | null;
1978
- Principal: boolean | object | null;
1979
- }> | null | undefined;
1980
- Programmer: import("@mysten/bcs").EnumInputShape<{
1981
- Additional: boolean | object | null;
1982
- Assistant: boolean | object | null;
1983
- Associate: boolean | object | null;
1984
- Backing: boolean | object | null;
1985
- Executive: boolean | object | null;
1986
- Featured: boolean | object | null;
1987
- Lead: boolean | object | null;
1988
- Primary: boolean | object | null;
1989
- Principal: boolean | object | null;
1990
- }> | null | undefined;
1991
- RecordingEngineer: import("@mysten/bcs").EnumInputShape<{
1992
- Additional: boolean | object | null;
1993
- Assistant: boolean | object | null;
1994
- Associate: boolean | object | null;
1995
- Backing: boolean | object | null;
1996
- Executive: boolean | object | null;
1997
- Featured: boolean | object | null;
1998
- Lead: boolean | object | null;
1999
- Primary: boolean | object | null;
2000
- Principal: boolean | object | null;
2001
- }> | null | undefined;
2002
- RemixingEngineer: import("@mysten/bcs").EnumInputShape<{
2003
- Additional: boolean | object | null;
2004
- Assistant: boolean | object | null;
2005
- Associate: boolean | object | null;
2006
- Backing: boolean | object | null;
2007
- Executive: boolean | object | null;
2008
- Featured: boolean | object | null;
2009
- Lead: boolean | object | null;
2010
- Primary: boolean | object | null;
2011
- Principal: boolean | object | null;
2012
- }> | null | undefined;
2013
- Soloist: import("@mysten/bcs").EnumInputShape<{
2014
- Additional: boolean | object | null;
2015
- Assistant: boolean | object | null;
2016
- Associate: boolean | object | null;
2017
- Backing: boolean | object | null;
2018
- Executive: boolean | object | null;
2019
- Featured: boolean | object | null;
2020
- Lead: boolean | object | null;
2021
- Primary: boolean | object | null;
2022
- Principal: boolean | object | null;
2023
- }> | null | undefined;
2024
- SoundDesigner: import("@mysten/bcs").EnumInputShape<{
2025
- Additional: boolean | object | null;
2026
- Assistant: boolean | object | null;
2027
- Associate: boolean | object | null;
2028
- Backing: boolean | object | null;
2029
- Executive: boolean | object | null;
2030
- Featured: boolean | object | null;
2031
- Lead: boolean | object | null;
2032
- Primary: boolean | object | null;
2033
- Principal: boolean | object | null;
2034
- }> | null | undefined;
2035
- Speaker: import("@mysten/bcs").EnumInputShape<{
2036
- Additional: boolean | object | null;
2037
- Assistant: boolean | object | null;
2038
- Associate: boolean | object | null;
2039
- Backing: boolean | object | null;
2040
- Executive: boolean | object | null;
2041
- Featured: boolean | object | null;
2042
- Lead: boolean | object | null;
2043
- Primary: boolean | object | null;
2044
- Principal: boolean | object | null;
2045
- }> | null | undefined;
2046
- Vocalist: import("@mysten/bcs").EnumInputShape<{
2047
- Additional: boolean | object | null;
2048
- Assistant: boolean | object | null;
2049
- Associate: boolean | object | null;
2050
- Backing: boolean | object | null;
2051
- Executive: boolean | object | null;
2052
- Featured: boolean | object | null;
2053
- Lead: boolean | object | null;
2054
- Primary: boolean | object | null;
2055
- Principal: boolean | object | null;
2056
- }> | null | undefined;
2057
- Custom: readonly [string, import("@mysten/bcs").EnumInputShape<{
2058
- Additional: boolean | object | null;
2059
- Assistant: boolean | object | null;
2060
- Associate: boolean | object | null;
2061
- Backing: boolean | object | null;
2062
- Executive: boolean | object | null;
2063
- Featured: boolean | object | null;
2064
- Lead: boolean | object | null;
2065
- Primary: boolean | object | null;
2066
- Principal: boolean | object | null;
2067
- }> | null | undefined];
2068
- }>> & {
2069
- length: number;
2070
- }, string>;
2071
- }, "credit::credit::Credit<@local-pkg/recording_credits::recording_party_role::RecordingPartyRole>">;
2072
- }, "@local-pkg/recording_credits::recording_credits::CreditRemovedEvent">;
755
+ display_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
756
+ length: number;
757
+ }, string>;
758
+ role_kinds: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
759
+ length: number;
760
+ }, string>;
761
+ role_names: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
762
+ length: number;
763
+ }> & {
764
+ length: number;
765
+ }, string>;
766
+ role_instruments: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
767
+ length: number;
768
+ }> & {
769
+ length: number;
770
+ }, string>;
771
+ role_levels: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
772
+ length: number;
773
+ }, string>;
774
+ credit_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
775
+ credit_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
776
+ credit_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
777
+ was_primary_artist: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
778
+ was_featured_artist: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
779
+ }, "@local-pkg/recording_credits::recording_credits::CreditRemovedEvent<phantom RecordingShare, phantom CompositionShare>">;
2073
780
  export declare const PrimaryArtistAddedEvent: MoveStruct<{
2074
781
  recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
782
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
783
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2075
784
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2076
- }, "@local-pkg/recording_credits::recording_credits::PrimaryArtistAddedEvent">;
785
+ display_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
786
+ length: number;
787
+ }, string>;
788
+ primary_artist_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
789
+ primary_artist_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
790
+ primary_artist_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
791
+ credit_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
792
+ }, "@local-pkg/recording_credits::recording_credits::PrimaryArtistAddedEvent<phantom RecordingShare, phantom CompositionShare>">;
2077
793
  export declare const PrimaryArtistRemovedEvent: MoveStruct<{
2078
794
  recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
795
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
796
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2079
797
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2080
- }, "@local-pkg/recording_credits::recording_credits::PrimaryArtistRemovedEvent">;
798
+ display_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
799
+ length: number;
800
+ }, string>;
801
+ primary_artist_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
802
+ primary_artist_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
803
+ primary_artist_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
804
+ credit_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
805
+ caused_by_credit_removal: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
806
+ }, "@local-pkg/recording_credits::recording_credits::PrimaryArtistRemovedEvent<phantom RecordingShare, phantom CompositionShare>">;
2081
807
  export declare const FeaturedArtistAddedEvent: MoveStruct<{
2082
808
  recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
809
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
810
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2083
811
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2084
- }, "@local-pkg/recording_credits::recording_credits::FeaturedArtistAddedEvent">;
812
+ display_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
813
+ length: number;
814
+ }, string>;
815
+ featured_artist_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
816
+ featured_artist_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
817
+ featured_artist_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
818
+ credit_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
819
+ }, "@local-pkg/recording_credits::recording_credits::FeaturedArtistAddedEvent<phantom RecordingShare, phantom CompositionShare>">;
2085
820
  export declare const FeaturedArtistRemovedEvent: MoveStruct<{
2086
821
  recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
822
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
823
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2087
824
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2088
- }, "@local-pkg/recording_credits::recording_credits::FeaturedArtistRemovedEvent">;
825
+ display_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
826
+ length: number;
827
+ }, string>;
828
+ featured_artist_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
829
+ featured_artist_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
830
+ featured_artist_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
831
+ credit_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
832
+ caused_by_credit_removal: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
833
+ }, "@local-pkg/recording_credits::recording_credits::FeaturedArtistRemovedEvent<phantom RecordingShare, phantom CompositionShare>">;
2089
834
  export interface AddCreditArguments {
2090
835
  self: RawTransactionArgument<string>;
2091
836
  cap: RawTransactionArgument<string>;