@misofm/platform 0.27.0 → 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 (425) 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 +24 -9
  197. package/dist/errors.d.ts.map +1 -1
  198. package/dist/errors.js +43 -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 +25 -3
  264. package/dist/read/config.d.ts.map +1 -1
  265. package/dist/read/config.js +42 -25
  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 +1 -1
  272. package/dist/read/index.d.ts.map +1 -1
  273. package/dist/read/index.js +8 -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 +6 -5
  280. package/dist/read/royalties.d.ts.map +1 -1
  281. package/dist/read/royalties.js +16 -9
  282. package/dist/read/royalties.js.map +1 -1
  283. package/dist/read/wallet.d.ts +23 -12
  284. package/dist/read/wallet.d.ts.map +1 -1
  285. package/dist/read/wallet.js +158 -177
  286. package/dist/read/wallet.js.map +1 -1
  287. package/dist/read/works.d.ts +6 -6
  288. package/dist/read/works.d.ts.map +1 -1
  289. package/dist/read/works.js +40 -26
  290. package/dist/read/works.js.map +1 -1
  291. package/dist/recording-extensions.d.ts +15 -16
  292. package/dist/recording-extensions.d.ts.map +1 -1
  293. package/dist/recording-extensions.js +12 -8
  294. package/dist/recording-extensions.js.map +1 -1
  295. package/dist/release-extensions.d.ts +5 -6
  296. package/dist/release-extensions.d.ts.map +1 -1
  297. package/dist/release-extensions.js +3 -2
  298. package/dist/release-extensions.js.map +1 -1
  299. package/dist/release-graph.d.ts +2 -2
  300. package/dist/release-graph.d.ts.map +1 -1
  301. package/dist/release-graph.js.map +1 -1
  302. package/dist/royalty.d.ts +4 -4
  303. package/dist/royalty.d.ts.map +1 -1
  304. package/dist/royalty.js +16 -7
  305. package/dist/royalty.js.map +1 -1
  306. package/dist/share.d.ts +58 -24
  307. package/dist/share.d.ts.map +1 -1
  308. package/dist/share.js +167 -92
  309. package/dist/share.js.map +1 -1
  310. package/dist/transactions.d.ts +15 -6
  311. package/dist/transactions.d.ts.map +1 -1
  312. package/dist/transactions.js +1 -0
  313. package/dist/transactions.js.map +1 -1
  314. package/dist/vault.d.ts +13 -3
  315. package/dist/vault.d.ts.map +1 -1
  316. package/dist/vault.js +22 -16
  317. package/dist/vault.js.map +1 -1
  318. package/package.json +9 -8
  319. package/src/Miso.ts +951 -0
  320. package/src/auth.ts +16 -3
  321. package/src/catalog.ts +58 -25
  322. package/src/client.ts +98 -1359
  323. package/src/contracts/composition_credits/composition_credits.ts +20 -4
  324. package/src/contracts/composition_routed_stake/composition_routed_stake.ts +67 -1
  325. package/src/contracts/composition_royalty_pool/composition_royalty_pool.ts +53 -4
  326. package/src/contracts/composition_royalty_pool_plugin/composition_royalty_pool_plugin.ts +64 -1
  327. package/src/contracts/genre/genre.ts +8 -1
  328. package/src/contracts/miso_pay/pay.ts +356 -0
  329. package/src/contracts/party_cta/party_cta.ts +27 -5
  330. package/src/contracts/party_genre/party_genre.ts +14 -3
  331. package/src/contracts/party_media/party_media.ts +20 -4
  332. package/src/contracts/party_platform_link/party_platform_link.ts +15 -7
  333. package/src/contracts/party_profile/party_profile.ts +33 -8
  334. package/src/contracts/party_roles/party_roles.ts +19 -4
  335. package/src/contracts/party_tags/party_tags.ts +16 -4
  336. package/src/contracts/party_wallet/party_wallet.ts +2 -1
  337. package/src/contracts/platform_link/platform_link.ts +322 -0
  338. package/src/contracts/record/pressing.ts +50 -4
  339. package/src/contracts/record/record.ts +15 -1
  340. package/src/contracts/record_shop/listing.ts +76 -13
  341. package/src/contracts/recording_advisory/recording_advisory.ts +15 -8
  342. package/src/contracts/recording_credits/recording_credits.ts +63 -12
  343. package/src/contracts/recording_engine_session/recording_engine_session.ts +19 -4
  344. package/src/contracts/recording_genre/recording_genre.ts +53 -9
  345. package/src/contracts/recording_language/recording_language.ts +18 -5
  346. package/src/contracts/recording_master_reference/recording_master_reference.ts +18 -5
  347. package/src/contracts/recording_royalty_pool/recording_royalty_pool.ts +56 -4
  348. package/src/contracts/recording_royalty_pool_plugin/recording_royalty_pool_plugin.ts +67 -1
  349. package/src/contracts/recording_streaming_transcode/recording_streaming_transcode.ts +11 -4
  350. package/src/contracts/release_cover_art/release_cover_art.ts +126 -10
  351. package/src/contracts/release_credits/release_credits.ts +18 -4
  352. package/src/contracts/release_description/release_description.ts +9 -4
  353. package/src/contracts/release_dsp_link/release_dsp_link.ts +74 -19
  354. package/src/contracts/release_genre/release_genre.ts +52 -11
  355. package/src/contracts/release_kind/release_kind.ts +19 -4
  356. package/src/contracts/release_revenue_distributor/release_revenue_distributor.ts +15 -0
  357. package/src/contracts/release_revenue_distributor_plugin/release_revenue_distributor_plugin.ts +38 -1
  358. package/src/contracts/routed_stake/routed_stake.ts +79 -7
  359. package/src/contracts/royalty_pool/pool.ts +140 -38
  360. package/src/contracts/royalty_pool/stake.ts +5 -2
  361. package/src/contracts/share/share.ts +97 -0
  362. package/src/contracts/vault/vault.ts +55 -4
  363. package/src/contracts.ts +18 -0
  364. package/src/cover.ts +14 -15
  365. package/src/credits.ts +27 -22
  366. package/src/deployments.ts +3 -4
  367. package/src/errors.ts +64 -34
  368. package/src/events.ts +260 -39
  369. package/src/genre.ts +15 -14
  370. package/src/index.ts +19 -10
  371. package/src/party/client.ts +217 -208
  372. package/src/party/extensions/ctas.ts +3 -3
  373. package/src/party/extensions/genres.ts +4 -4
  374. package/src/party/extensions/links.ts +7 -7
  375. package/src/party/extensions/media.ts +3 -3
  376. package/src/party/extensions/profile.ts +3 -3
  377. package/src/party/extensions/roles.ts +5 -5
  378. package/src/party/extensions/tags.ts +4 -4
  379. package/src/party/index.ts +0 -1
  380. package/src/party/queries.ts +90 -87
  381. package/src/pressing.ts +132 -89
  382. package/src/publication.ts +33 -32
  383. package/src/queries.ts +3 -3
  384. package/src/read/artist.ts +36 -17
  385. package/src/read/catalog.ts +68 -36
  386. package/src/read/client.ts +55 -30
  387. package/src/read/config.ts +55 -30
  388. package/src/read/genres.ts +22 -18
  389. package/src/read/index.ts +8 -6
  390. package/src/read/receipts.ts +130 -67
  391. package/src/read/royalties.ts +22 -10
  392. package/src/read/wallet.ts +226 -216
  393. package/src/read/works.ts +51 -44
  394. package/src/recording-extensions.ts +27 -24
  395. package/src/release-extensions.ts +7 -7
  396. package/src/release-graph.ts +2 -1
  397. package/src/royalty.ts +19 -25
  398. package/src/share.ts +197 -128
  399. package/src/transactions.ts +15 -8
  400. package/src/vault.ts +24 -31
  401. package/dist/contracts/record_shop/deps/std/type_name.d.ts.map +0 -1
  402. package/dist/contracts/record_shop/deps/std/type_name.js.map +0 -1
  403. package/dist/contracts/recording_language/deps/language_code/language_code.d.ts +0 -6
  404. package/dist/contracts/recording_language/deps/language_code/language_code.d.ts.map +0 -1
  405. package/dist/contracts/recording_language/deps/language_code/language_code.js +0 -8
  406. package/dist/contracts/recording_language/deps/language_code/language_code.js.map +0 -1
  407. package/dist/contracts/recording_master_reference/deps/ori/confidentiality.d.ts +0 -24
  408. package/dist/contracts/recording_master_reference/deps/ori/confidentiality.d.ts.map +0 -1
  409. package/dist/contracts/recording_master_reference/deps/ori/confidentiality.js +0 -24
  410. package/dist/contracts/recording_master_reference/deps/ori/confidentiality.js.map +0 -1
  411. package/dist/contracts/recording_master_reference/deps/ori/data.d.ts +0 -16
  412. package/dist/contracts/recording_master_reference/deps/ori/data.d.ts.map +0 -1
  413. package/dist/contracts/recording_master_reference/deps/ori/data.js +0 -12
  414. package/dist/contracts/recording_master_reference/deps/ori/data.js.map +0 -1
  415. package/dist/execute.d.ts +0 -32
  416. package/dist/execute.d.ts.map +0 -1
  417. package/dist/execute.js +0 -36
  418. package/dist/execute.js.map +0 -1
  419. package/src/contracts/recording_language/deps/language_code/language_code.ts +0 -8
  420. package/src/contracts/recording_master_reference/deps/ori/confidentiality.ts +0 -24
  421. package/src/contracts/recording_master_reference/deps/ori/data.ts +0 -12
  422. package/src/execute.ts +0 -56
  423. /package/dist/contracts/{record_shop → miso_pay}/deps/std/type_name.d.ts +0 -0
  424. /package/dist/contracts/{record_shop → miso_pay}/deps/std/type_name.js +0 -0
  425. /package/src/contracts/{record_shop → miso_pay}/deps/std/type_name.ts +0 -0
@@ -61,6 +61,48 @@ export declare class MisoPlatformPackageBindings {
61
61
  extensions: {
62
62
  compositionCredits: {
63
63
  compositionCredits: {
64
+ CompositionCreditAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
65
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
66
+ composition_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
67
+ party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
68
+ display_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
69
+ length: number;
70
+ }, string>;
71
+ role_kinds: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
72
+ length: number;
73
+ }, string>;
74
+ role_custom_names: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
75
+ length: number;
76
+ }> & {
77
+ length: number;
78
+ }, string>;
79
+ credit_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
80
+ credit_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
81
+ credit_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
82
+ credits_record_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
83
+ credits_record_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
84
+ }, "@local-pkg/composition_credits::composition_credits::CompositionCreditAddedEvent<phantom CompositionShare>">;
85
+ CompositionCreditRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
86
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
87
+ composition_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
88
+ party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
89
+ display_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
90
+ length: number;
91
+ }, string>;
92
+ role_kinds: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
93
+ length: number;
94
+ }, string>;
95
+ role_custom_names: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
96
+ length: number;
97
+ }> & {
98
+ length: number;
99
+ }, string>;
100
+ credit_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
101
+ credit_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
102
+ credit_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
103
+ credits_record_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
104
+ credits_record_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
105
+ }, "@local-pkg/composition_credits::composition_credits::CompositionCreditRemovedEvent<phantom CompositionShare>">;
64
106
  CompositionCredits: import("./contracts/utils/index.ts").MoveStruct<{
65
107
  credits: import("./contracts/utils/index.ts").MoveStruct<{
66
108
  contents: import("@mysten/bcs").BcsType<{
@@ -98,58 +140,6 @@ export declare class MisoPlatformPackageBindings {
98
140
  }, string>;
99
141
  }, "0x2::vec_map::VecMap<bytes[32], credit::credit::Credit<@local-pkg/composition_credits::composition_party_role::CompositionPartyRole>>">;
100
142
  }, "@local-pkg/composition_credits::composition_credits::CompositionCredits">;
101
- CreditAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
102
- composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
103
- party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
104
- credit: import("./contracts/utils/index.ts").MoveStruct<{
105
- display_name: import("@mysten/bcs").BcsType<string, string, "string">;
106
- roles: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
107
- Adapter: true;
108
- Arranger: true;
109
- Composer: true;
110
- Lyricist: true;
111
- Songwriter: true;
112
- Translator: true;
113
- Custom: string;
114
- }, "Adapter" | "Arranger" | "Composer" | "Custom" | "Lyricist" | "Songwriter" | "Translator">[], Iterable<import("@mysten/bcs").EnumInputShape<{
115
- Adapter: boolean | object | null;
116
- Arranger: boolean | object | null;
117
- Composer: boolean | object | null;
118
- Lyricist: boolean | object | null;
119
- Songwriter: boolean | object | null;
120
- Translator: boolean | object | null;
121
- Custom: string;
122
- }>> & {
123
- length: number;
124
- }, string>;
125
- }, "credit::credit::Credit<@local-pkg/composition_credits::composition_party_role::CompositionPartyRole>">;
126
- }, "@local-pkg/composition_credits::composition_credits::CreditAddedEvent">;
127
- CreditRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
128
- composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
129
- party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
130
- credit: import("./contracts/utils/index.ts").MoveStruct<{
131
- display_name: import("@mysten/bcs").BcsType<string, string, "string">;
132
- roles: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
133
- Adapter: true;
134
- Arranger: true;
135
- Composer: true;
136
- Lyricist: true;
137
- Songwriter: true;
138
- Translator: true;
139
- Custom: string;
140
- }, "Adapter" | "Arranger" | "Composer" | "Custom" | "Lyricist" | "Songwriter" | "Translator">[], Iterable<import("@mysten/bcs").EnumInputShape<{
141
- Adapter: boolean | object | null;
142
- Arranger: boolean | object | null;
143
- Composer: boolean | object | null;
144
- Lyricist: boolean | object | null;
145
- Songwriter: boolean | object | null;
146
- Translator: boolean | object | null;
147
- Custom: string;
148
- }>> & {
149
- length: number;
150
- }, string>;
151
- }, "credit::credit::Credit<@local-pkg/composition_credits::composition_party_role::CompositionPartyRole>">;
152
- }, "@local-pkg/composition_credits::composition_credits::CreditRemovedEvent">;
153
143
  ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/composition_credits::composition_credits::ExtensionKey">;
154
144
  addCredit: (options: Omit<compositionCredits.AddCreditOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
155
145
  hasCredits: (options: Omit<compositionCredits.HasCreditsOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -176,23 +166,26 @@ export declare class MisoPlatformPackageBindings {
176
166
  };
177
167
  };
178
168
  recordingAdvisory: {
179
- AdvisoryRatingSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
180
- recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
181
- rating: import("./contracts/utils/index.ts").MoveEnum<{
182
- Explicit: null;
183
- NotExplicit: null;
184
- Cleaned: null;
185
- }, "@local-pkg/recording_advisory::recording_advisory::ExplicitRating">;
186
- }, "@local-pkg/recording_advisory::recording_advisory::AdvisoryRatingSetEvent">;
187
- AdvisoryRatingUnsetEvent: import("./contracts/utils/index.ts").MoveStruct<{
188
- recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
189
- }, "@local-pkg/recording_advisory::recording_advisory::AdvisoryRatingUnsetEvent">;
190
169
  ExplicitRating: import("./contracts/utils/index.ts").MoveEnum<{
191
170
  Explicit: null;
192
171
  NotExplicit: null;
193
172
  Cleaned: null;
194
173
  }, "@local-pkg/recording_advisory::recording_advisory::ExplicitRating">;
195
174
  ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/recording_advisory::recording_advisory::ExtensionKey">;
175
+ RecordingAdvisoryRatingClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
176
+ recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
177
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
178
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
179
+ previous_rating: import("@mysten/bcs").BcsType<number, number, "u8">;
180
+ }, "@local-pkg/recording_advisory::recording_advisory::RecordingAdvisoryRatingClearedEvent<phantom RecordingShare, phantom CompositionShare>">;
181
+ RecordingAdvisoryRatingSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
182
+ recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
183
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
184
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
185
+ had_rating: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
186
+ previous_rating: import("@mysten/bcs").BcsType<number, number, "u8">;
187
+ rating: import("@mysten/bcs").BcsType<number, number, "u8">;
188
+ }, "@local-pkg/recording_advisory::recording_advisory::RecordingAdvisoryRatingSetEvent<phantom RecordingShare, phantom CompositionShare>">;
196
189
  cleaned: ((options: Omit<recordingAdvisory.CleanedOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof recordingAdvisory.cleaned;
197
190
  explicit: ((options: Omit<recordingAdvisory.ExplicitOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof recordingAdvisory.explicit;
198
191
  hasRating: (options: Omit<recordingAdvisory.HasRatingOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -209,1373 +202,118 @@ export declare class MisoPlatformPackageBindings {
209
202
  recordingCredits: {
210
203
  CreditAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
211
204
  recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
205
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
206
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
212
207
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
213
- credit: import("./contracts/utils/index.ts").MoveStruct<{
214
- display_name: import("@mysten/bcs").BcsType<string, string, "string">;
215
- roles: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
216
- Actor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
217
- Additional: true;
218
- Assistant: true;
219
- Associate: true;
220
- Backing: true;
221
- Executive: true;
222
- Featured: true;
223
- Lead: true;
224
- Primary: true;
225
- Principal: true;
226
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
227
- Arranger: import("@mysten/bcs").EnumOutputShapeWithKeys<{
228
- Additional: true;
229
- Assistant: true;
230
- Associate: true;
231
- Backing: true;
232
- Executive: true;
233
- Featured: true;
234
- Lead: true;
235
- Primary: true;
236
- Principal: true;
237
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
238
- ArtistsAndRepertoire: true;
239
- BandLeader: import("@mysten/bcs").EnumOutputShapeWithKeys<{
240
- Additional: true;
241
- Assistant: true;
242
- Associate: true;
243
- Backing: true;
244
- Executive: true;
245
- Featured: true;
246
- Lead: true;
247
- Primary: true;
248
- Principal: true;
249
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
250
- Choir: import("@mysten/bcs").EnumOutputShapeWithKeys<{
251
- Additional: true;
252
- Assistant: true;
253
- Associate: true;
254
- Backing: true;
255
- Executive: true;
256
- Featured: true;
257
- Lead: true;
258
- Primary: true;
259
- Principal: true;
260
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
261
- ChoirMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
262
- Additional: true;
263
- Assistant: true;
264
- Associate: true;
265
- Backing: true;
266
- Executive: true;
267
- Featured: true;
268
- Lead: true;
269
- Primary: true;
270
- Principal: true;
271
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
272
- ConcertMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
273
- Additional: true;
274
- Assistant: true;
275
- Associate: true;
276
- Backing: true;
277
- Executive: true;
278
- Featured: true;
279
- Lead: true;
280
- Primary: true;
281
- Principal: true;
282
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
283
- Conductor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
284
- Additional: true;
285
- Assistant: true;
286
- Associate: true;
287
- Backing: true;
288
- Executive: true;
289
- Featured: true;
290
- Lead: true;
291
- Primary: true;
292
- Principal: true;
293
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
294
- Contractor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
295
- Additional: true;
296
- Assistant: true;
297
- Associate: true;
298
- Backing: true;
299
- Executive: true;
300
- Featured: true;
301
- Lead: true;
302
- Primary: true;
303
- Principal: true;
304
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
305
- Copyist: true;
306
- DJ: import("@mysten/bcs").EnumOutputShapeWithKeys<{
307
- Additional: true;
308
- Assistant: true;
309
- Associate: true;
310
- Backing: true;
311
- Executive: true;
312
- Featured: true;
313
- Lead: true;
314
- Primary: true;
315
- Principal: true;
316
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
317
- Editor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
318
- Additional: true;
319
- Assistant: true;
320
- Associate: true;
321
- Backing: true;
322
- Executive: true;
323
- Featured: true;
324
- Lead: true;
325
- Primary: true;
326
- Principal: true;
327
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
328
- Engineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
329
- Additional: true;
330
- Assistant: true;
331
- Associate: true;
332
- Backing: true;
333
- Executive: true;
334
- Featured: true;
335
- Lead: true;
336
- Primary: true;
337
- Principal: true;
338
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
339
- Ensemble: import("@mysten/bcs").EnumOutputShapeWithKeys<{
340
- Additional: true;
341
- Assistant: true;
342
- Associate: true;
343
- Backing: true;
344
- Executive: true;
345
- Featured: true;
346
- Lead: true;
347
- Primary: true;
348
- Principal: true;
349
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
350
- Instrumentalist: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
351
- Additional: true;
352
- Assistant: true;
353
- Associate: true;
354
- Backing: true;
355
- Executive: true;
356
- Featured: true;
357
- Lead: true;
358
- Primary: true;
359
- Principal: true;
360
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
361
- MasteringEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
362
- Additional: true;
363
- Assistant: true;
364
- Associate: true;
365
- Backing: true;
366
- Executive: true;
367
- Featured: true;
368
- Lead: true;
369
- Primary: true;
370
- Principal: true;
371
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
372
- MixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
373
- Additional: true;
374
- Assistant: true;
375
- Associate: true;
376
- Backing: true;
377
- Executive: true;
378
- Featured: true;
379
- Lead: true;
380
- Primary: true;
381
- Principal: true;
382
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
383
- MusicDirector: import("@mysten/bcs").EnumOutputShapeWithKeys<{
384
- Additional: true;
385
- Assistant: true;
386
- Associate: true;
387
- Backing: true;
388
- Executive: true;
389
- Featured: true;
390
- Lead: true;
391
- Primary: true;
392
- Principal: true;
393
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
394
- MusicSupervisor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
395
- Additional: true;
396
- Assistant: true;
397
- Associate: true;
398
- Backing: true;
399
- Executive: true;
400
- Featured: true;
401
- Lead: true;
402
- Primary: true;
403
- Principal: true;
404
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
405
- Narrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
406
- Additional: true;
407
- Assistant: true;
408
- Associate: true;
409
- Backing: true;
410
- Executive: true;
411
- Featured: true;
412
- Lead: true;
413
- Primary: true;
414
- Principal: true;
415
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
416
- Orchestra: import("@mysten/bcs").EnumOutputShapeWithKeys<{
417
- Additional: true;
418
- Assistant: true;
419
- Associate: true;
420
- Backing: true;
421
- Executive: true;
422
- Featured: true;
423
- Lead: true;
424
- Primary: true;
425
- Principal: true;
426
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
427
- Orchestrator: 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
- Performer: 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
- Producer: 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
- Programmer: 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
- RecordingEngineer: 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
- RemixingEngineer: 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
- Soloist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
494
- Additional: true;
495
- Assistant: true;
496
- Associate: true;
497
- Backing: true;
498
- Executive: true;
499
- Featured: true;
500
- Lead: true;
501
- Primary: true;
502
- Principal: true;
503
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
504
- SoundDesigner: import("@mysten/bcs").EnumOutputShapeWithKeys<{
505
- Additional: true;
506
- Assistant: true;
507
- Associate: true;
508
- Backing: true;
509
- Executive: true;
510
- Featured: true;
511
- Lead: true;
512
- Primary: true;
513
- Principal: true;
514
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
515
- Speaker: import("@mysten/bcs").EnumOutputShapeWithKeys<{
516
- Additional: true;
517
- Assistant: true;
518
- Associate: true;
519
- Backing: true;
520
- Executive: true;
521
- Featured: true;
522
- Lead: true;
523
- Primary: true;
524
- Principal: true;
525
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
526
- Vocalist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
527
- Additional: true;
528
- Assistant: true;
529
- Associate: true;
530
- Backing: true;
531
- Executive: true;
532
- Featured: true;
533
- Lead: true;
534
- Primary: true;
535
- Principal: true;
536
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
537
- Custom: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
538
- Additional: true;
539
- Assistant: true;
540
- Associate: true;
541
- Backing: true;
542
- Executive: true;
543
- Featured: true;
544
- Lead: true;
545
- Primary: true;
546
- Principal: true;
547
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
548
- }, "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<{
549
- Actor: import("@mysten/bcs").EnumInputShape<{
550
- Additional: boolean | object | null;
551
- Assistant: boolean | object | null;
552
- Associate: boolean | object | null;
553
- Backing: boolean | object | null;
554
- Executive: boolean | object | null;
555
- Featured: boolean | object | null;
556
- Lead: boolean | object | null;
557
- Primary: boolean | object | null;
558
- Principal: boolean | object | null;
559
- }> | null | undefined;
560
- Arranger: import("@mysten/bcs").EnumInputShape<{
561
- Additional: boolean | object | null;
562
- Assistant: boolean | object | null;
563
- Associate: boolean | object | null;
564
- Backing: boolean | object | null;
565
- Executive: boolean | object | null;
566
- Featured: boolean | object | null;
567
- Lead: boolean | object | null;
568
- Primary: boolean | object | null;
569
- Principal: boolean | object | null;
570
- }> | null | undefined;
571
- ArtistsAndRepertoire: boolean | object | null;
572
- BandLeader: import("@mysten/bcs").EnumInputShape<{
573
- Additional: boolean | object | null;
574
- Assistant: boolean | object | null;
575
- Associate: boolean | object | null;
576
- Backing: boolean | object | null;
577
- Executive: boolean | object | null;
578
- Featured: boolean | object | null;
579
- Lead: boolean | object | null;
580
- Primary: boolean | object | null;
581
- Principal: boolean | object | null;
582
- }> | null | undefined;
583
- Choir: import("@mysten/bcs").EnumInputShape<{
584
- Additional: boolean | object | null;
585
- Assistant: boolean | object | null;
586
- Associate: boolean | object | null;
587
- Backing: boolean | object | null;
588
- Executive: boolean | object | null;
589
- Featured: boolean | object | null;
590
- Lead: boolean | object | null;
591
- Primary: boolean | object | null;
592
- Principal: boolean | object | null;
593
- }> | null | undefined;
594
- ChoirMaster: import("@mysten/bcs").EnumInputShape<{
595
- Additional: boolean | object | null;
596
- Assistant: boolean | object | null;
597
- Associate: boolean | object | null;
598
- Backing: boolean | object | null;
599
- Executive: boolean | object | null;
600
- Featured: boolean | object | null;
601
- Lead: boolean | object | null;
602
- Primary: boolean | object | null;
603
- Principal: boolean | object | null;
604
- }> | null | undefined;
605
- ConcertMaster: import("@mysten/bcs").EnumInputShape<{
606
- Additional: boolean | object | null;
607
- Assistant: boolean | object | null;
608
- Associate: boolean | object | null;
609
- Backing: boolean | object | null;
610
- Executive: boolean | object | null;
611
- Featured: boolean | object | null;
612
- Lead: boolean | object | null;
613
- Primary: boolean | object | null;
614
- Principal: boolean | object | null;
615
- }> | null | undefined;
616
- Conductor: import("@mysten/bcs").EnumInputShape<{
617
- Additional: boolean | object | null;
618
- Assistant: boolean | object | null;
619
- Associate: boolean | object | null;
620
- Backing: boolean | object | null;
621
- Executive: boolean | object | null;
622
- Featured: boolean | object | null;
623
- Lead: boolean | object | null;
624
- Primary: boolean | object | null;
625
- Principal: boolean | object | null;
626
- }> | null | undefined;
627
- Contractor: import("@mysten/bcs").EnumInputShape<{
628
- Additional: boolean | object | null;
629
- Assistant: boolean | object | null;
630
- Associate: boolean | object | null;
631
- Backing: boolean | object | null;
632
- Executive: boolean | object | null;
633
- Featured: boolean | object | null;
634
- Lead: boolean | object | null;
635
- Primary: boolean | object | null;
636
- Principal: boolean | object | null;
637
- }> | null | undefined;
638
- Copyist: boolean | object | null;
639
- DJ: import("@mysten/bcs").EnumInputShape<{
640
- Additional: boolean | object | null;
641
- Assistant: boolean | object | null;
642
- Associate: boolean | object | null;
643
- Backing: boolean | object | null;
644
- Executive: boolean | object | null;
645
- Featured: boolean | object | null;
646
- Lead: boolean | object | null;
647
- Primary: boolean | object | null;
648
- Principal: boolean | object | null;
649
- }> | null | undefined;
650
- Editor: import("@mysten/bcs").EnumInputShape<{
651
- Additional: boolean | object | null;
652
- Assistant: boolean | object | null;
653
- Associate: boolean | object | null;
654
- Backing: boolean | object | null;
655
- Executive: boolean | object | null;
656
- Featured: boolean | object | null;
657
- Lead: boolean | object | null;
658
- Primary: boolean | object | null;
659
- Principal: boolean | object | null;
660
- }> | null | undefined;
661
- Engineer: import("@mysten/bcs").EnumInputShape<{
662
- Additional: boolean | object | null;
663
- Assistant: boolean | object | null;
664
- Associate: boolean | object | null;
665
- Backing: boolean | object | null;
666
- Executive: boolean | object | null;
667
- Featured: boolean | object | null;
668
- Lead: boolean | object | null;
669
- Primary: boolean | object | null;
670
- Principal: boolean | object | null;
671
- }> | null | undefined;
672
- Ensemble: import("@mysten/bcs").EnumInputShape<{
673
- Additional: boolean | object | null;
674
- Assistant: boolean | object | null;
675
- Associate: boolean | object | null;
676
- Backing: boolean | object | null;
677
- Executive: boolean | object | null;
678
- Featured: boolean | object | null;
679
- Lead: boolean | object | null;
680
- Primary: boolean | object | null;
681
- Principal: boolean | object | null;
682
- }> | null | undefined;
683
- Instrumentalist: readonly [string, import("@mysten/bcs").EnumInputShape<{
684
- Additional: boolean | object | null;
685
- Assistant: boolean | object | null;
686
- Associate: boolean | object | null;
687
- Backing: boolean | object | null;
688
- Executive: boolean | object | null;
689
- Featured: boolean | object | null;
690
- Lead: boolean | object | null;
691
- Primary: boolean | object | null;
692
- Principal: boolean | object | null;
693
- }> | null | undefined];
694
- MasteringEngineer: import("@mysten/bcs").EnumInputShape<{
695
- Additional: boolean | object | null;
696
- Assistant: boolean | object | null;
697
- Associate: boolean | object | null;
698
- Backing: boolean | object | null;
699
- Executive: boolean | object | null;
700
- Featured: boolean | object | null;
701
- Lead: boolean | object | null;
702
- Primary: boolean | object | null;
703
- Principal: boolean | object | null;
704
- }> | null | undefined;
705
- MixingEngineer: import("@mysten/bcs").EnumInputShape<{
706
- Additional: boolean | object | null;
707
- Assistant: boolean | object | null;
708
- Associate: boolean | object | null;
709
- Backing: boolean | object | null;
710
- Executive: boolean | object | null;
711
- Featured: boolean | object | null;
712
- Lead: boolean | object | null;
713
- Primary: boolean | object | null;
714
- Principal: boolean | object | null;
715
- }> | null | undefined;
716
- MusicDirector: import("@mysten/bcs").EnumInputShape<{
717
- Additional: boolean | object | null;
718
- Assistant: boolean | object | null;
719
- Associate: boolean | object | null;
720
- Backing: boolean | object | null;
721
- Executive: boolean | object | null;
722
- Featured: boolean | object | null;
723
- Lead: boolean | object | null;
724
- Primary: boolean | object | null;
725
- Principal: boolean | object | null;
726
- }> | null | undefined;
727
- MusicSupervisor: import("@mysten/bcs").EnumInputShape<{
728
- Additional: boolean | object | null;
729
- Assistant: boolean | object | null;
730
- Associate: boolean | object | null;
731
- Backing: boolean | object | null;
732
- Executive: boolean | object | null;
733
- Featured: boolean | object | null;
734
- Lead: boolean | object | null;
735
- Primary: boolean | object | null;
736
- Principal: boolean | object | null;
737
- }> | null | undefined;
738
- Narrator: import("@mysten/bcs").EnumInputShape<{
739
- Additional: boolean | object | null;
740
- Assistant: boolean | object | null;
741
- Associate: boolean | object | null;
742
- Backing: boolean | object | null;
743
- Executive: boolean | object | null;
744
- Featured: boolean | object | null;
745
- Lead: boolean | object | null;
746
- Primary: boolean | object | null;
747
- Principal: boolean | object | null;
748
- }> | null | undefined;
749
- Orchestra: import("@mysten/bcs").EnumInputShape<{
750
- Additional: boolean | object | null;
751
- Assistant: boolean | object | null;
752
- Associate: boolean | object | null;
753
- Backing: boolean | object | null;
754
- Executive: boolean | object | null;
755
- Featured: boolean | object | null;
756
- Lead: boolean | object | null;
757
- Primary: boolean | object | null;
758
- Principal: boolean | object | null;
759
- }> | null | undefined;
760
- Orchestrator: import("@mysten/bcs").EnumInputShape<{
761
- Additional: boolean | object | null;
762
- Assistant: boolean | object | null;
763
- Associate: boolean | object | null;
764
- Backing: boolean | object | null;
765
- Executive: boolean | object | null;
766
- Featured: boolean | object | null;
767
- Lead: boolean | object | null;
768
- Primary: boolean | object | null;
769
- Principal: boolean | object | null;
770
- }> | null | undefined;
771
- Performer: import("@mysten/bcs").EnumInputShape<{
772
- Additional: boolean | object | null;
773
- Assistant: boolean | object | null;
774
- Associate: boolean | object | null;
775
- Backing: boolean | object | null;
776
- Executive: boolean | object | null;
777
- Featured: boolean | object | null;
778
- Lead: boolean | object | null;
779
- Primary: boolean | object | null;
780
- Principal: boolean | object | null;
781
- }> | null | undefined;
782
- Producer: import("@mysten/bcs").EnumInputShape<{
783
- Additional: boolean | object | null;
784
- Assistant: boolean | object | null;
785
- Associate: boolean | object | null;
786
- Backing: boolean | object | null;
787
- Executive: boolean | object | null;
788
- Featured: boolean | object | null;
789
- Lead: boolean | object | null;
790
- Primary: boolean | object | null;
791
- Principal: boolean | object | null;
792
- }> | null | undefined;
793
- Programmer: import("@mysten/bcs").EnumInputShape<{
794
- Additional: boolean | object | null;
795
- Assistant: boolean | object | null;
796
- Associate: boolean | object | null;
797
- Backing: boolean | object | null;
798
- Executive: boolean | object | null;
799
- Featured: boolean | object | null;
800
- Lead: boolean | object | null;
801
- Primary: boolean | object | null;
802
- Principal: boolean | object | null;
803
- }> | null | undefined;
804
- RecordingEngineer: import("@mysten/bcs").EnumInputShape<{
805
- Additional: boolean | object | null;
806
- Assistant: boolean | object | null;
807
- Associate: boolean | object | null;
808
- Backing: boolean | object | null;
809
- Executive: boolean | object | null;
810
- Featured: boolean | object | null;
811
- Lead: boolean | object | null;
812
- Primary: boolean | object | null;
813
- Principal: boolean | object | null;
814
- }> | null | undefined;
815
- RemixingEngineer: import("@mysten/bcs").EnumInputShape<{
816
- Additional: boolean | object | null;
817
- Assistant: boolean | object | null;
818
- Associate: boolean | object | null;
819
- Backing: boolean | object | null;
820
- Executive: boolean | object | null;
821
- Featured: boolean | object | null;
822
- Lead: boolean | object | null;
823
- Primary: boolean | object | null;
824
- Principal: boolean | object | null;
825
- }> | null | undefined;
826
- Soloist: import("@mysten/bcs").EnumInputShape<{
827
- Additional: boolean | object | null;
828
- Assistant: boolean | object | null;
829
- Associate: boolean | object | null;
830
- Backing: boolean | object | null;
831
- Executive: boolean | object | null;
832
- Featured: boolean | object | null;
833
- Lead: boolean | object | null;
834
- Primary: boolean | object | null;
835
- Principal: boolean | object | null;
836
- }> | null | undefined;
837
- SoundDesigner: import("@mysten/bcs").EnumInputShape<{
838
- Additional: boolean | object | null;
839
- Assistant: boolean | object | null;
840
- Associate: boolean | object | null;
841
- Backing: boolean | object | null;
842
- Executive: boolean | object | null;
843
- Featured: boolean | object | null;
844
- Lead: boolean | object | null;
845
- Primary: boolean | object | null;
846
- Principal: boolean | object | null;
847
- }> | null | undefined;
848
- Speaker: import("@mysten/bcs").EnumInputShape<{
849
- Additional: boolean | object | null;
850
- Assistant: boolean | object | null;
851
- Associate: boolean | object | null;
852
- Backing: boolean | object | null;
853
- Executive: boolean | object | null;
854
- Featured: boolean | object | null;
855
- Lead: boolean | object | null;
856
- Primary: boolean | object | null;
857
- Principal: boolean | object | null;
858
- }> | null | undefined;
859
- Vocalist: import("@mysten/bcs").EnumInputShape<{
860
- Additional: boolean | object | null;
861
- Assistant: boolean | object | null;
862
- Associate: boolean | object | null;
863
- Backing: boolean | object | null;
864
- Executive: boolean | object | null;
865
- Featured: boolean | object | null;
866
- Lead: boolean | object | null;
867
- Primary: boolean | object | null;
868
- Principal: boolean | object | null;
869
- }> | null | undefined;
870
- Custom: readonly [string, import("@mysten/bcs").EnumInputShape<{
871
- Additional: boolean | object | null;
872
- Assistant: boolean | object | null;
873
- Associate: boolean | object | null;
874
- Backing: boolean | object | null;
875
- Executive: boolean | object | null;
876
- Featured: boolean | object | null;
877
- Lead: boolean | object | null;
878
- Primary: boolean | object | null;
879
- Principal: boolean | object | null;
880
- }> | null | undefined];
881
- }>> & {
882
- length: number;
883
- }, string>;
884
- }, "credit::credit::Credit<@local-pkg/recording_credits::recording_party_role::RecordingPartyRole>">;
885
- }, "@local-pkg/recording_credits::recording_credits::CreditAddedEvent">;
208
+ display_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
209
+ length: number;
210
+ }, string>;
211
+ role_kinds: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
212
+ length: number;
213
+ }, string>;
214
+ role_names: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
215
+ length: number;
216
+ }> & {
217
+ length: number;
218
+ }, string>;
219
+ role_instruments: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
220
+ length: number;
221
+ }> & {
222
+ length: number;
223
+ }, string>;
224
+ role_levels: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
225
+ length: number;
226
+ }, string>;
227
+ credit_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
228
+ credit_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
229
+ credit_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
230
+ credits_initialized: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
231
+ }, "@local-pkg/recording_credits::recording_credits::CreditAddedEvent<phantom RecordingShare, phantom CompositionShare>">;
886
232
  CreditRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
887
233
  recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
234
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
235
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
888
236
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
889
- credit: import("./contracts/utils/index.ts").MoveStruct<{
890
- display_name: import("@mysten/bcs").BcsType<string, string, "string">;
891
- roles: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
892
- Actor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
893
- Additional: true;
894
- Assistant: true;
895
- Associate: true;
896
- Backing: true;
897
- Executive: true;
898
- Featured: true;
899
- Lead: true;
900
- Primary: true;
901
- Principal: true;
902
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
903
- Arranger: import("@mysten/bcs").EnumOutputShapeWithKeys<{
904
- Additional: true;
905
- Assistant: true;
906
- Associate: true;
907
- Backing: true;
908
- Executive: true;
909
- Featured: true;
910
- Lead: true;
911
- Primary: true;
912
- Principal: true;
913
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
914
- ArtistsAndRepertoire: true;
915
- BandLeader: import("@mysten/bcs").EnumOutputShapeWithKeys<{
916
- Additional: true;
917
- Assistant: true;
918
- Associate: true;
919
- Backing: true;
920
- Executive: true;
921
- Featured: true;
922
- Lead: true;
923
- Primary: true;
924
- Principal: true;
925
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
926
- Choir: import("@mysten/bcs").EnumOutputShapeWithKeys<{
927
- Additional: true;
928
- Assistant: true;
929
- Associate: true;
930
- Backing: true;
931
- Executive: true;
932
- Featured: true;
933
- Lead: true;
934
- Primary: true;
935
- Principal: true;
936
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
937
- ChoirMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
938
- Additional: true;
939
- Assistant: true;
940
- Associate: true;
941
- Backing: true;
942
- Executive: true;
943
- Featured: true;
944
- Lead: true;
945
- Primary: true;
946
- Principal: true;
947
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
948
- ConcertMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
949
- Additional: true;
950
- Assistant: true;
951
- Associate: true;
952
- Backing: true;
953
- Executive: true;
954
- Featured: true;
955
- Lead: true;
956
- Primary: true;
957
- Principal: true;
958
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
959
- Conductor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
960
- Additional: true;
961
- Assistant: true;
962
- Associate: true;
963
- Backing: true;
964
- Executive: true;
965
- Featured: true;
966
- Lead: true;
967
- Primary: true;
968
- Principal: true;
969
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
970
- Contractor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
971
- Additional: true;
972
- Assistant: true;
973
- Associate: true;
974
- Backing: true;
975
- Executive: true;
976
- Featured: true;
977
- Lead: true;
978
- Primary: true;
979
- Principal: true;
980
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
981
- Copyist: true;
982
- DJ: 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
- Editor: 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
- Engineer: 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
- Ensemble: 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
- Instrumentalist: [string, 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
- MasteringEngineer: 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
- MixingEngineer: 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
- MusicDirector: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1060
- Additional: true;
1061
- Assistant: true;
1062
- Associate: true;
1063
- Backing: true;
1064
- Executive: true;
1065
- Featured: true;
1066
- Lead: true;
1067
- Primary: true;
1068
- Principal: true;
1069
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1070
- MusicSupervisor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1071
- Additional: true;
1072
- Assistant: true;
1073
- Associate: true;
1074
- Backing: true;
1075
- Executive: true;
1076
- Featured: true;
1077
- Lead: true;
1078
- Primary: true;
1079
- Principal: true;
1080
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1081
- Narrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1082
- Additional: true;
1083
- Assistant: true;
1084
- Associate: true;
1085
- Backing: true;
1086
- Executive: true;
1087
- Featured: true;
1088
- Lead: true;
1089
- Primary: true;
1090
- Principal: true;
1091
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1092
- Orchestra: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1093
- Additional: true;
1094
- Assistant: true;
1095
- Associate: true;
1096
- Backing: true;
1097
- Executive: true;
1098
- Featured: true;
1099
- Lead: true;
1100
- Primary: true;
1101
- Principal: true;
1102
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1103
- Orchestrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1104
- Additional: true;
1105
- Assistant: true;
1106
- Associate: true;
1107
- Backing: true;
1108
- Executive: true;
1109
- Featured: true;
1110
- Lead: true;
1111
- Primary: true;
1112
- Principal: true;
1113
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1114
- Performer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1115
- Additional: true;
1116
- Assistant: true;
1117
- Associate: true;
1118
- Backing: true;
1119
- Executive: true;
1120
- Featured: true;
1121
- Lead: true;
1122
- Primary: true;
1123
- Principal: true;
1124
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1125
- Producer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1126
- Additional: true;
1127
- Assistant: true;
1128
- Associate: true;
1129
- Backing: true;
1130
- Executive: true;
1131
- Featured: true;
1132
- Lead: true;
1133
- Primary: true;
1134
- Principal: true;
1135
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1136
- Programmer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1137
- Additional: true;
1138
- Assistant: true;
1139
- Associate: true;
1140
- Backing: true;
1141
- Executive: true;
1142
- Featured: true;
1143
- Lead: true;
1144
- Primary: true;
1145
- Principal: true;
1146
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1147
- RecordingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1148
- Additional: true;
1149
- Assistant: true;
1150
- Associate: true;
1151
- Backing: true;
1152
- Executive: true;
1153
- Featured: true;
1154
- Lead: true;
1155
- Primary: true;
1156
- Principal: true;
1157
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1158
- RemixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1159
- Additional: true;
1160
- Assistant: true;
1161
- Associate: true;
1162
- Backing: true;
1163
- Executive: true;
1164
- Featured: true;
1165
- Lead: true;
1166
- Primary: true;
1167
- Principal: true;
1168
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1169
- Soloist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1170
- Additional: true;
1171
- Assistant: true;
1172
- Associate: true;
1173
- Backing: true;
1174
- Executive: true;
1175
- Featured: true;
1176
- Lead: true;
1177
- Primary: true;
1178
- Principal: true;
1179
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1180
- SoundDesigner: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1181
- Additional: true;
1182
- Assistant: true;
1183
- Associate: true;
1184
- Backing: true;
1185
- Executive: true;
1186
- Featured: true;
1187
- Lead: true;
1188
- Primary: true;
1189
- Principal: true;
1190
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1191
- Speaker: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1192
- Additional: true;
1193
- Assistant: true;
1194
- Associate: true;
1195
- Backing: true;
1196
- Executive: true;
1197
- Featured: true;
1198
- Lead: true;
1199
- Primary: true;
1200
- Principal: true;
1201
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1202
- Vocalist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1203
- Additional: true;
1204
- Assistant: true;
1205
- Associate: true;
1206
- Backing: true;
1207
- Executive: true;
1208
- Featured: true;
1209
- Lead: true;
1210
- Primary: true;
1211
- Principal: true;
1212
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1213
- Custom: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
1214
- Additional: true;
1215
- Assistant: true;
1216
- Associate: true;
1217
- Backing: true;
1218
- Executive: true;
1219
- Featured: true;
1220
- Lead: true;
1221
- Primary: true;
1222
- Principal: true;
1223
- }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
1224
- }, "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<{
1225
- Actor: import("@mysten/bcs").EnumInputShape<{
1226
- Additional: boolean | object | null;
1227
- Assistant: boolean | object | null;
1228
- Associate: boolean | object | null;
1229
- Backing: boolean | object | null;
1230
- Executive: boolean | object | null;
1231
- Featured: boolean | object | null;
1232
- Lead: boolean | object | null;
1233
- Primary: boolean | object | null;
1234
- Principal: boolean | object | null;
1235
- }> | null | undefined;
1236
- Arranger: import("@mysten/bcs").EnumInputShape<{
1237
- Additional: boolean | object | null;
1238
- Assistant: boolean | object | null;
1239
- Associate: boolean | object | null;
1240
- Backing: boolean | object | null;
1241
- Executive: boolean | object | null;
1242
- Featured: boolean | object | null;
1243
- Lead: boolean | object | null;
1244
- Primary: boolean | object | null;
1245
- Principal: boolean | object | null;
1246
- }> | null | undefined;
1247
- ArtistsAndRepertoire: boolean | object | null;
1248
- BandLeader: import("@mysten/bcs").EnumInputShape<{
1249
- Additional: boolean | object | null;
1250
- Assistant: boolean | object | null;
1251
- Associate: boolean | object | null;
1252
- Backing: boolean | object | null;
1253
- Executive: boolean | object | null;
1254
- Featured: boolean | object | null;
1255
- Lead: boolean | object | null;
1256
- Primary: boolean | object | null;
1257
- Principal: boolean | object | null;
1258
- }> | null | undefined;
1259
- Choir: import("@mysten/bcs").EnumInputShape<{
1260
- Additional: boolean | object | null;
1261
- Assistant: boolean | object | null;
1262
- Associate: boolean | object | null;
1263
- Backing: boolean | object | null;
1264
- Executive: boolean | object | null;
1265
- Featured: boolean | object | null;
1266
- Lead: boolean | object | null;
1267
- Primary: boolean | object | null;
1268
- Principal: boolean | object | null;
1269
- }> | null | undefined;
1270
- ChoirMaster: import("@mysten/bcs").EnumInputShape<{
1271
- Additional: boolean | object | null;
1272
- Assistant: boolean | object | null;
1273
- Associate: boolean | object | null;
1274
- Backing: boolean | object | null;
1275
- Executive: boolean | object | null;
1276
- Featured: boolean | object | null;
1277
- Lead: boolean | object | null;
1278
- Primary: boolean | object | null;
1279
- Principal: boolean | object | null;
1280
- }> | null | undefined;
1281
- ConcertMaster: import("@mysten/bcs").EnumInputShape<{
1282
- Additional: boolean | object | null;
1283
- Assistant: boolean | object | null;
1284
- Associate: boolean | object | null;
1285
- Backing: boolean | object | null;
1286
- Executive: boolean | object | null;
1287
- Featured: boolean | object | null;
1288
- Lead: boolean | object | null;
1289
- Primary: boolean | object | null;
1290
- Principal: boolean | object | null;
1291
- }> | null | undefined;
1292
- Conductor: import("@mysten/bcs").EnumInputShape<{
1293
- Additional: boolean | object | null;
1294
- Assistant: boolean | object | null;
1295
- Associate: boolean | object | null;
1296
- Backing: boolean | object | null;
1297
- Executive: boolean | object | null;
1298
- Featured: boolean | object | null;
1299
- Lead: boolean | object | null;
1300
- Primary: boolean | object | null;
1301
- Principal: boolean | object | null;
1302
- }> | null | undefined;
1303
- Contractor: import("@mysten/bcs").EnumInputShape<{
1304
- Additional: boolean | object | null;
1305
- Assistant: boolean | object | null;
1306
- Associate: boolean | object | null;
1307
- Backing: boolean | object | null;
1308
- Executive: boolean | object | null;
1309
- Featured: boolean | object | null;
1310
- Lead: boolean | object | null;
1311
- Primary: boolean | object | null;
1312
- Principal: boolean | object | null;
1313
- }> | null | undefined;
1314
- Copyist: boolean | object | null;
1315
- DJ: 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
- Editor: 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
- Engineer: 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
- Ensemble: 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
- Instrumentalist: readonly [string, 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
- MasteringEngineer: 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
- MixingEngineer: 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
- MusicDirector: import("@mysten/bcs").EnumInputShape<{
1393
- Additional: boolean | object | null;
1394
- Assistant: boolean | object | null;
1395
- Associate: boolean | object | null;
1396
- Backing: boolean | object | null;
1397
- Executive: boolean | object | null;
1398
- Featured: boolean | object | null;
1399
- Lead: boolean | object | null;
1400
- Primary: boolean | object | null;
1401
- Principal: boolean | object | null;
1402
- }> | null | undefined;
1403
- MusicSupervisor: import("@mysten/bcs").EnumInputShape<{
1404
- Additional: boolean | object | null;
1405
- Assistant: boolean | object | null;
1406
- Associate: boolean | object | null;
1407
- Backing: boolean | object | null;
1408
- Executive: boolean | object | null;
1409
- Featured: boolean | object | null;
1410
- Lead: boolean | object | null;
1411
- Primary: boolean | object | null;
1412
- Principal: boolean | object | null;
1413
- }> | null | undefined;
1414
- Narrator: import("@mysten/bcs").EnumInputShape<{
1415
- Additional: boolean | object | null;
1416
- Assistant: boolean | object | null;
1417
- Associate: boolean | object | null;
1418
- Backing: boolean | object | null;
1419
- Executive: boolean | object | null;
1420
- Featured: boolean | object | null;
1421
- Lead: boolean | object | null;
1422
- Primary: boolean | object | null;
1423
- Principal: boolean | object | null;
1424
- }> | null | undefined;
1425
- Orchestra: import("@mysten/bcs").EnumInputShape<{
1426
- Additional: boolean | object | null;
1427
- Assistant: boolean | object | null;
1428
- Associate: boolean | object | null;
1429
- Backing: boolean | object | null;
1430
- Executive: boolean | object | null;
1431
- Featured: boolean | object | null;
1432
- Lead: boolean | object | null;
1433
- Primary: boolean | object | null;
1434
- Principal: boolean | object | null;
1435
- }> | null | undefined;
1436
- Orchestrator: import("@mysten/bcs").EnumInputShape<{
1437
- Additional: boolean | object | null;
1438
- Assistant: boolean | object | null;
1439
- Associate: boolean | object | null;
1440
- Backing: boolean | object | null;
1441
- Executive: boolean | object | null;
1442
- Featured: boolean | object | null;
1443
- Lead: boolean | object | null;
1444
- Primary: boolean | object | null;
1445
- Principal: boolean | object | null;
1446
- }> | null | undefined;
1447
- Performer: import("@mysten/bcs").EnumInputShape<{
1448
- Additional: boolean | object | null;
1449
- Assistant: boolean | object | null;
1450
- Associate: boolean | object | null;
1451
- Backing: boolean | object | null;
1452
- Executive: boolean | object | null;
1453
- Featured: boolean | object | null;
1454
- Lead: boolean | object | null;
1455
- Primary: boolean | object | null;
1456
- Principal: boolean | object | null;
1457
- }> | null | undefined;
1458
- Producer: import("@mysten/bcs").EnumInputShape<{
1459
- Additional: boolean | object | null;
1460
- Assistant: boolean | object | null;
1461
- Associate: boolean | object | null;
1462
- Backing: boolean | object | null;
1463
- Executive: boolean | object | null;
1464
- Featured: boolean | object | null;
1465
- Lead: boolean | object | null;
1466
- Primary: boolean | object | null;
1467
- Principal: boolean | object | null;
1468
- }> | null | undefined;
1469
- Programmer: import("@mysten/bcs").EnumInputShape<{
1470
- Additional: boolean | object | null;
1471
- Assistant: boolean | object | null;
1472
- Associate: boolean | object | null;
1473
- Backing: boolean | object | null;
1474
- Executive: boolean | object | null;
1475
- Featured: boolean | object | null;
1476
- Lead: boolean | object | null;
1477
- Primary: boolean | object | null;
1478
- Principal: boolean | object | null;
1479
- }> | null | undefined;
1480
- RecordingEngineer: import("@mysten/bcs").EnumInputShape<{
1481
- Additional: boolean | object | null;
1482
- Assistant: boolean | object | null;
1483
- Associate: boolean | object | null;
1484
- Backing: boolean | object | null;
1485
- Executive: boolean | object | null;
1486
- Featured: boolean | object | null;
1487
- Lead: boolean | object | null;
1488
- Primary: boolean | object | null;
1489
- Principal: boolean | object | null;
1490
- }> | null | undefined;
1491
- RemixingEngineer: import("@mysten/bcs").EnumInputShape<{
1492
- Additional: boolean | object | null;
1493
- Assistant: boolean | object | null;
1494
- Associate: boolean | object | null;
1495
- Backing: boolean | object | null;
1496
- Executive: boolean | object | null;
1497
- Featured: boolean | object | null;
1498
- Lead: boolean | object | null;
1499
- Primary: boolean | object | null;
1500
- Principal: boolean | object | null;
1501
- }> | null | undefined;
1502
- Soloist: import("@mysten/bcs").EnumInputShape<{
1503
- Additional: boolean | object | null;
1504
- Assistant: boolean | object | null;
1505
- Associate: boolean | object | null;
1506
- Backing: boolean | object | null;
1507
- Executive: boolean | object | null;
1508
- Featured: boolean | object | null;
1509
- Lead: boolean | object | null;
1510
- Primary: boolean | object | null;
1511
- Principal: boolean | object | null;
1512
- }> | null | undefined;
1513
- SoundDesigner: import("@mysten/bcs").EnumInputShape<{
1514
- Additional: boolean | object | null;
1515
- Assistant: boolean | object | null;
1516
- Associate: boolean | object | null;
1517
- Backing: boolean | object | null;
1518
- Executive: boolean | object | null;
1519
- Featured: boolean | object | null;
1520
- Lead: boolean | object | null;
1521
- Primary: boolean | object | null;
1522
- Principal: boolean | object | null;
1523
- }> | null | undefined;
1524
- Speaker: import("@mysten/bcs").EnumInputShape<{
1525
- Additional: boolean | object | null;
1526
- Assistant: boolean | object | null;
1527
- Associate: boolean | object | null;
1528
- Backing: boolean | object | null;
1529
- Executive: boolean | object | null;
1530
- Featured: boolean | object | null;
1531
- Lead: boolean | object | null;
1532
- Primary: boolean | object | null;
1533
- Principal: boolean | object | null;
1534
- }> | null | undefined;
1535
- Vocalist: import("@mysten/bcs").EnumInputShape<{
1536
- Additional: boolean | object | null;
1537
- Assistant: boolean | object | null;
1538
- Associate: boolean | object | null;
1539
- Backing: boolean | object | null;
1540
- Executive: boolean | object | null;
1541
- Featured: boolean | object | null;
1542
- Lead: boolean | object | null;
1543
- Primary: boolean | object | null;
1544
- Principal: boolean | object | null;
1545
- }> | null | undefined;
1546
- Custom: readonly [string, import("@mysten/bcs").EnumInputShape<{
1547
- Additional: boolean | object | null;
1548
- Assistant: boolean | object | null;
1549
- Associate: boolean | object | null;
1550
- Backing: boolean | object | null;
1551
- Executive: boolean | object | null;
1552
- Featured: boolean | object | null;
1553
- Lead: boolean | object | null;
1554
- Primary: boolean | object | null;
1555
- Principal: boolean | object | null;
1556
- }> | null | undefined];
1557
- }>> & {
1558
- length: number;
1559
- }, string>;
1560
- }, "credit::credit::Credit<@local-pkg/recording_credits::recording_party_role::RecordingPartyRole>">;
1561
- }, "@local-pkg/recording_credits::recording_credits::CreditRemovedEvent">;
237
+ display_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
238
+ length: number;
239
+ }, string>;
240
+ role_kinds: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
241
+ length: number;
242
+ }, string>;
243
+ role_names: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
244
+ length: number;
245
+ }> & {
246
+ length: number;
247
+ }, string>;
248
+ role_instruments: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
249
+ length: number;
250
+ }> & {
251
+ length: number;
252
+ }, string>;
253
+ role_levels: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
254
+ length: number;
255
+ }, string>;
256
+ credit_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
257
+ credit_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
258
+ credit_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
259
+ was_primary_artist: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
260
+ was_featured_artist: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
261
+ }, "@local-pkg/recording_credits::recording_credits::CreditRemovedEvent<phantom RecordingShare, phantom CompositionShare>">;
1562
262
  ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/recording_credits::recording_credits::ExtensionKey">;
1563
263
  FeaturedArtistAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
1564
264
  recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
265
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
266
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1565
267
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1566
- }, "@local-pkg/recording_credits::recording_credits::FeaturedArtistAddedEvent">;
268
+ display_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
269
+ length: number;
270
+ }, string>;
271
+ featured_artist_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
272
+ featured_artist_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
273
+ featured_artist_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
274
+ credit_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
275
+ }, "@local-pkg/recording_credits::recording_credits::FeaturedArtistAddedEvent<phantom RecordingShare, phantom CompositionShare>">;
1567
276
  FeaturedArtistRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
1568
277
  recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
278
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
279
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1569
280
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1570
- }, "@local-pkg/recording_credits::recording_credits::FeaturedArtistRemovedEvent">;
281
+ display_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
282
+ length: number;
283
+ }, string>;
284
+ featured_artist_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
285
+ featured_artist_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
286
+ featured_artist_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
287
+ credit_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
288
+ caused_by_credit_removal: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
289
+ }, "@local-pkg/recording_credits::recording_credits::FeaturedArtistRemovedEvent<phantom RecordingShare, phantom CompositionShare>">;
1571
290
  PrimaryArtistAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
1572
291
  recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
292
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
293
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1573
294
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1574
- }, "@local-pkg/recording_credits::recording_credits::PrimaryArtistAddedEvent">;
295
+ display_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
296
+ length: number;
297
+ }, string>;
298
+ primary_artist_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
299
+ primary_artist_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
300
+ primary_artist_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
301
+ credit_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
302
+ }, "@local-pkg/recording_credits::recording_credits::PrimaryArtistAddedEvent<phantom RecordingShare, phantom CompositionShare>">;
1575
303
  PrimaryArtistRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
1576
304
  recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
305
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
306
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1577
307
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1578
- }, "@local-pkg/recording_credits::recording_credits::PrimaryArtistRemovedEvent">;
308
+ display_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
309
+ length: number;
310
+ }, string>;
311
+ primary_artist_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
312
+ primary_artist_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
313
+ primary_artist_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
314
+ credit_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
315
+ caused_by_credit_removal: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
316
+ }, "@local-pkg/recording_credits::recording_credits::PrimaryArtistRemovedEvent<phantom RecordingShare, phantom CompositionShare>">;
1579
317
  RecordingCredits: import("./contracts/utils/index.ts").MoveStruct<{
1580
318
  credits: import("./contracts/utils/index.ts").MoveStruct<{
1581
319
  contents: import("@mysten/bcs").BcsType<{
@@ -2976,15 +1714,39 @@ export declare class MisoPlatformPackageBindings {
2976
1714
  };
2977
1715
  recordingLanguage: {
2978
1716
  ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/recording_language::recording_language::ExtensionKey">;
2979
- LanguagesSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
1717
+ RecordingLanguagesClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
2980
1718
  recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2981
- languages: import("@mysten/bcs").BcsType<[string][], Iterable<readonly [string]> & {
1719
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1720
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1721
+ removed_languages: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
1722
+ length: number;
1723
+ }> & {
2982
1724
  length: number;
2983
1725
  }, string>;
2984
- }, "@local-pkg/recording_language::recording_language::LanguagesSetEvent">;
2985
- LanguagesUnsetEvent: import("./contracts/utils/index.ts").MoveStruct<{
1726
+ language_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1727
+ was_instrumental: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1728
+ }, "@local-pkg/recording_language::recording_language::RecordingLanguagesClearedEvent<phantom RecordingShare, phantom CompositionShare>">;
1729
+ RecordingLanguagesSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
2986
1730
  recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2987
- }, "@local-pkg/recording_language::recording_language::LanguagesUnsetEvent">;
1731
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1732
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1733
+ had_languages: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1734
+ previous_languages: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
1735
+ length: number;
1736
+ }> & {
1737
+ length: number;
1738
+ }, string>;
1739
+ languages: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
1740
+ length: number;
1741
+ }> & {
1742
+ length: number;
1743
+ }, string>;
1744
+ language_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1745
+ language_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1746
+ was_instrumental: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1747
+ is_instrumental: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1748
+ max_languages: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1749
+ }, "@local-pkg/recording_language::recording_language::RecordingLanguagesSetEvent<phantom RecordingShare, phantom CompositionShare>">;
2988
1750
  hasLanguages: (options: Omit<recordingLanguage.HasLanguagesOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
2989
1751
  isInstrumental: (options: Omit<recordingLanguage.IsInstrumentalOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
2990
1752
  languages: (options: Omit<recordingLanguage.LanguagesOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -2994,66 +1756,38 @@ export declare class MisoPlatformPackageBindings {
2994
1756
  };
2995
1757
  recordingMasterReference: {
2996
1758
  ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/recording_master_reference::recording_master_reference::ExtensionKey">;
2997
- MasterReferenceSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
1759
+ RecordingMasterReferenceClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
2998
1760
  recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2999
- reference: import("./contracts/utils/index.ts").MoveStruct<{
3000
- blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
3001
- confidentiality: import("./contracts/utils/index.ts").MoveEnum<{
3002
- Unencrypted: null;
3003
- Encrypted: import("./contracts/utils/index.ts").MoveStruct<{
3004
- sealed_dek: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
3005
- length: number;
3006
- }, string>;
3007
- }, "Confidentiality.Encrypted">;
3008
- }, "ori::confidentiality::Confidentiality">;
3009
- }, "ori::data::WalrusBlob">;
3010
- }, "@local-pkg/recording_master_reference::recording_master_reference::MasterReferenceSetEvent">;
3011
- MasterReferenceUnsetEvent: import("./contracts/utils/index.ts").MoveStruct<{
1761
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1762
+ removed_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
1763
+ removed_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1764
+ removed_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1765
+ removed_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
1766
+ length: number;
1767
+ }, string>;
1768
+ }, "@local-pkg/recording_master_reference::recording_master_reference::RecordingMasterReferenceClearedEvent<phantom RecordingShare, phantom CompositionShare>">;
1769
+ RecordingMasterReferenceSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
3012
1770
  recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3013
- }, "@local-pkg/recording_master_reference::recording_master_reference::MasterReferenceUnsetEvent">;
1771
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1772
+ had_master_reference: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1773
+ previous_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
1774
+ previous_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1775
+ previous_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1776
+ previous_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
1777
+ length: number;
1778
+ }, string>;
1779
+ blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
1780
+ is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1781
+ sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1782
+ sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
1783
+ length: number;
1784
+ }, string>;
1785
+ }, "@local-pkg/recording_master_reference::recording_master_reference::RecordingMasterReferenceSetEvent<phantom RecordingShare, phantom CompositionShare>">;
3014
1786
  hasMasterReference: (options: Omit<recordingMasterReference.HasMasterReferenceOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3015
1787
  setMasterReference: (options: Omit<recordingMasterReference.SetMasterReferenceOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3016
1788
  unsetMasterReference: (options: Omit<recordingMasterReference.UnsetMasterReferenceOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3017
1789
  };
3018
1790
  releaseCoverArt: {
3019
- CoverSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
3020
- release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3021
- art: import("./contracts/utils/index.ts").MoveStruct<{
3022
- still: import("./contracts/utils/index.ts").MoveStruct<{
3023
- blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
3024
- confidentiality: import("./contracts/utils/index.ts").MoveEnum<{
3025
- Unencrypted: null;
3026
- Encrypted: import("./contracts/utils/index.ts").MoveStruct<{
3027
- sealed_dek: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
3028
- length: number;
3029
- }, string>;
3030
- }, "Confidentiality.Encrypted">;
3031
- }, "0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60::confidentiality::Confidentiality">;
3032
- }, "0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60::data::WalrusBlob">;
3033
- animated: import("@mysten/bcs").BcsType<{
3034
- blob_id: string;
3035
- confidentiality: import("@mysten/bcs").EnumOutputShapeWithKeys<{
3036
- Unencrypted: true;
3037
- Encrypted: {
3038
- sealed_dek: number[];
3039
- };
3040
- }, "Encrypted" | "Unencrypted">;
3041
- } | null, {
3042
- blob_id: string | number | bigint;
3043
- confidentiality: import("@mysten/bcs").EnumInputShape<{
3044
- Unencrypted: boolean | object | null;
3045
- Encrypted: {
3046
- sealed_dek: Iterable<number> & {
3047
- length: number;
3048
- };
3049
- };
3050
- }>;
3051
- } | null | undefined, "Option<0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60::data::WalrusBlob>">;
3052
- }, "cover_art::cover_art::CoverArt">;
3053
- }, "@local-pkg/release_cover_art::release_cover_art::CoverSetEvent">;
3054
- CoverUnsetEvent: import("./contracts/utils/index.ts").MoveStruct<{
3055
- release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3056
- }, "@local-pkg/release_cover_art::release_cover_art::CoverUnsetEvent">;
3057
1791
  ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/release_cover_art::release_cover_art::ExtensionKey">;
3058
1792
  ReleaseCoverArt: import("./contracts/utils/index.ts").MoveStruct<{
3059
1793
  cover: import("@mysten/bcs").BcsType<{
@@ -3145,46 +1879,180 @@ export declare class MisoPlatformPackageBindings {
3145
1879
  length: number;
3146
1880
  }, string>], "per_track::per_track::PerTrack<Option<cover_art::cover_art::CoverArt>>">;
3147
1881
  }, "@local-pkg/release_cover_art::release_cover_art::ReleaseCoverArt">;
3148
- TrackCoverSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
1882
+ ReleaseCoverArtSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
3149
1883
  release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1884
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1885
+ track_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1886
+ field_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1887
+ field_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1888
+ previous_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1889
+ previous_still_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
1890
+ previous_still_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1891
+ previous_still_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1892
+ previous_still_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
1893
+ length: number;
1894
+ }, string>;
1895
+ previous_has_animated: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1896
+ previous_animated_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
1897
+ previous_animated_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1898
+ previous_animated_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1899
+ previous_animated_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
1900
+ length: number;
1901
+ }, string>;
1902
+ current_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1903
+ current_still_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
1904
+ current_still_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1905
+ current_still_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1906
+ current_still_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
1907
+ length: number;
1908
+ }, string>;
1909
+ current_has_animated: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1910
+ current_animated_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
1911
+ current_animated_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1912
+ current_animated_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1913
+ current_animated_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
1914
+ length: number;
1915
+ }, string>;
1916
+ }, "@local-pkg/release_cover_art::release_cover_art::ReleaseCoverArtSetEvent">;
1917
+ ReleaseCoverArtUnsetEvent: import("./contracts/utils/index.ts").MoveStruct<{
1918
+ release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1919
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1920
+ track_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1921
+ field_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1922
+ field_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1923
+ previous_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1924
+ previous_still_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
1925
+ previous_still_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1926
+ previous_still_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1927
+ previous_still_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
1928
+ length: number;
1929
+ }, string>;
1930
+ previous_has_animated: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1931
+ previous_animated_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
1932
+ previous_animated_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1933
+ previous_animated_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1934
+ previous_animated_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
1935
+ length: number;
1936
+ }, string>;
1937
+ current_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1938
+ current_still_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
1939
+ current_still_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1940
+ current_still_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1941
+ current_still_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
1942
+ length: number;
1943
+ }, string>;
1944
+ current_has_animated: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1945
+ current_animated_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
1946
+ current_animated_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1947
+ current_animated_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1948
+ current_animated_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
1949
+ length: number;
1950
+ }, string>;
1951
+ }, "@local-pkg/release_cover_art::release_cover_art::ReleaseCoverArtUnsetEvent">;
1952
+ ReleaseTrackCoverArtSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
1953
+ release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1954
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1955
+ track_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1956
+ field_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1957
+ field_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3150
1958
  track_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3151
- art: import("./contracts/utils/index.ts").MoveStruct<{
3152
- still: import("./contracts/utils/index.ts").MoveStruct<{
3153
- blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
3154
- confidentiality: import("./contracts/utils/index.ts").MoveEnum<{
3155
- Unencrypted: null;
3156
- Encrypted: import("./contracts/utils/index.ts").MoveStruct<{
3157
- sealed_dek: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
3158
- length: number;
3159
- }, string>;
3160
- }, "Confidentiality.Encrypted">;
3161
- }, "0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60::confidentiality::Confidentiality">;
3162
- }, "0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60::data::WalrusBlob">;
3163
- animated: import("@mysten/bcs").BcsType<{
3164
- blob_id: string;
3165
- confidentiality: import("@mysten/bcs").EnumOutputShapeWithKeys<{
3166
- Unencrypted: true;
3167
- Encrypted: {
3168
- sealed_dek: number[];
3169
- };
3170
- }, "Encrypted" | "Unencrypted">;
3171
- } | null, {
3172
- blob_id: string | number | bigint;
3173
- confidentiality: import("@mysten/bcs").EnumInputShape<{
3174
- Unencrypted: boolean | object | null;
3175
- Encrypted: {
3176
- sealed_dek: Iterable<number> & {
3177
- length: number;
3178
- };
3179
- };
3180
- }>;
3181
- } | null | undefined, "Option<0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60::data::WalrusBlob>">;
3182
- }, "cover_art::cover_art::CoverArt">;
3183
- }, "@local-pkg/release_cover_art::release_cover_art::TrackCoverSetEvent">;
3184
- TrackCoverUnsetEvent: import("./contracts/utils/index.ts").MoveStruct<{
1959
+ recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1960
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1961
+ previous_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1962
+ previous_still_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
1963
+ previous_still_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1964
+ previous_still_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1965
+ previous_still_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
1966
+ length: number;
1967
+ }, string>;
1968
+ previous_has_animated: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1969
+ previous_animated_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
1970
+ previous_animated_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1971
+ previous_animated_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1972
+ previous_animated_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
1973
+ length: number;
1974
+ }, string>;
1975
+ current_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1976
+ current_still_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
1977
+ current_still_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1978
+ current_still_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1979
+ current_still_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
1980
+ length: number;
1981
+ }, string>;
1982
+ current_has_animated: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1983
+ current_animated_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
1984
+ current_animated_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1985
+ current_animated_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1986
+ current_animated_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
1987
+ length: number;
1988
+ }, string>;
1989
+ album_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1990
+ album_still_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
1991
+ album_still_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1992
+ album_still_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
1993
+ album_still_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
1994
+ length: number;
1995
+ }, string>;
1996
+ album_has_animated: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1997
+ album_animated_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
1998
+ album_animated_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
1999
+ album_animated_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2000
+ album_animated_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2001
+ length: number;
2002
+ }, string>;
2003
+ }, "@local-pkg/release_cover_art::release_cover_art::ReleaseTrackCoverArtSetEvent">;
2004
+ ReleaseTrackCoverArtUnsetEvent: import("./contracts/utils/index.ts").MoveStruct<{
3185
2005
  release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2006
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2007
+ track_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2008
+ field_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2009
+ field_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3186
2010
  track_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3187
- }, "@local-pkg/release_cover_art::release_cover_art::TrackCoverUnsetEvent">;
2011
+ recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2012
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2013
+ previous_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2014
+ previous_still_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2015
+ previous_still_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2016
+ previous_still_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2017
+ previous_still_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2018
+ length: number;
2019
+ }, string>;
2020
+ previous_has_animated: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2021
+ previous_animated_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2022
+ previous_animated_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2023
+ previous_animated_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2024
+ previous_animated_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2025
+ length: number;
2026
+ }, string>;
2027
+ current_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2028
+ current_still_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2029
+ current_still_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2030
+ current_still_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2031
+ current_still_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2032
+ length: number;
2033
+ }, string>;
2034
+ current_has_animated: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2035
+ current_animated_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2036
+ current_animated_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2037
+ current_animated_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2038
+ current_animated_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2039
+ length: number;
2040
+ }, string>;
2041
+ album_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2042
+ album_still_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2043
+ album_still_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2044
+ album_still_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2045
+ album_still_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2046
+ length: number;
2047
+ }, string>;
2048
+ album_has_animated: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2049
+ album_animated_blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2050
+ album_animated_is_encrypted: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2051
+ album_animated_sealed_dek_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2052
+ album_animated_sealed_dek_digest: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2053
+ length: number;
2054
+ }, string>;
2055
+ }, "@local-pkg/release_cover_art::release_cover_art::ReleaseTrackCoverArtUnsetEvent">;
3188
2056
  hasCoverArt: (options: Omit<releaseCoverArt.HasCoverArtOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3189
2057
  setCover: (options: Omit<releaseCoverArt.SetCoverOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3190
2058
  setTrackCover: (options: Omit<releaseCoverArt.SetTrackCoverOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -3194,39 +2062,35 @@ export declare class MisoPlatformPackageBindings {
3194
2062
  };
3195
2063
  releaseCredits: {
3196
2064
  releaseCredits: {
3197
- CreditAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
2065
+ ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/release_credits::release_credits::ExtensionKey">;
2066
+ ReleaseCreditAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3198
2067
  release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2068
+ release_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3199
2069
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3200
- credit: import("./contracts/utils/index.ts").MoveStruct<{
3201
- display_name: import("@mysten/bcs").BcsType<string, string, "string">;
3202
- roles: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
3203
- Primary: true;
3204
- Featured: true;
3205
- }, "Featured" | "Primary">[], Iterable<import("@mysten/bcs").EnumInputShape<{
3206
- Primary: boolean | object | null;
3207
- Featured: boolean | object | null;
3208
- }>> & {
3209
- length: number;
3210
- }, string>;
3211
- }, "credit::credit::Credit<@local-pkg/release_credits::release_party_role::ReleasePartyRole>">;
3212
- }, "@local-pkg/release_credits::release_credits::CreditAddedEvent">;
3213
- CreditRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
2070
+ display_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2071
+ length: number;
2072
+ }, string>;
2073
+ role_kind: import("@mysten/bcs").BcsType<number, number, "u8">;
2074
+ credit_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2075
+ credit_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2076
+ credit_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2077
+ credits_record_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2078
+ credits_record_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2079
+ }, "@local-pkg/release_credits::release_credits::ReleaseCreditAddedEvent">;
2080
+ ReleaseCreditRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3214
2081
  release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2082
+ release_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3215
2083
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3216
- credit: import("./contracts/utils/index.ts").MoveStruct<{
3217
- display_name: import("@mysten/bcs").BcsType<string, string, "string">;
3218
- roles: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
3219
- Primary: true;
3220
- Featured: true;
3221
- }, "Featured" | "Primary">[], Iterable<import("@mysten/bcs").EnumInputShape<{
3222
- Primary: boolean | object | null;
3223
- Featured: boolean | object | null;
3224
- }>> & {
3225
- length: number;
3226
- }, string>;
3227
- }, "credit::credit::Credit<@local-pkg/release_credits::release_party_role::ReleasePartyRole>">;
3228
- }, "@local-pkg/release_credits::release_credits::CreditRemovedEvent">;
3229
- ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/release_credits::release_credits::ExtensionKey">;
2084
+ display_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2085
+ length: number;
2086
+ }, string>;
2087
+ role_kind: import("@mysten/bcs").BcsType<number, number, "u8">;
2088
+ credit_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2089
+ credit_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2090
+ credit_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2091
+ credits_record_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2092
+ credits_record_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2093
+ }, "@local-pkg/release_credits::release_credits::ReleaseCreditRemovedEvent">;
3230
2094
  ReleaseCredits: import("./contracts/utils/index.ts").MoveStruct<{
3231
2095
  credits: import("./contracts/utils/index.ts").MoveStruct<{
3232
2096
  contents: import("@mysten/bcs").BcsType<{
@@ -3269,14 +2133,25 @@ export declare class MisoPlatformPackageBindings {
3269
2133
  };
3270
2134
  };
3271
2135
  releaseDescription: {
3272
- DescriptionClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
2136
+ ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/release_description::release_description::ExtensionKey">;
2137
+ ReleaseDescriptionClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3273
2138
  release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3274
- }, "@local-pkg/release_description::release_description::DescriptionClearedEvent">;
3275
- DescriptionSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
2139
+ release_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2140
+ description_before: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2141
+ length: number;
2142
+ }, string>;
2143
+ }, "@local-pkg/release_description::release_description::ReleaseDescriptionClearedEvent">;
2144
+ ReleaseDescriptionSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
3276
2145
  release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3277
- description: import("@mysten/bcs").BcsType<string, string, "string">;
3278
- }, "@local-pkg/release_description::release_description::DescriptionSetEvent">;
3279
- ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/release_description::release_description::ExtensionKey">;
2146
+ release_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2147
+ description_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2148
+ description_before: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2149
+ length: number;
2150
+ }, string>;
2151
+ description_after: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2152
+ length: number;
2153
+ }, string>;
2154
+ }, "@local-pkg/release_description::release_description::ReleaseDescriptionSetEvent">;
3280
2155
  clearDescription: (options: Omit<releaseDescription.ClearDescriptionOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3281
2156
  hasDescription: (options: Omit<releaseDescription.HasDescriptionOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3282
2157
  setDescription: (options: Omit<releaseDescription.SetDescriptionOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -3313,115 +2188,136 @@ export declare class MisoPlatformPackageBindings {
3313
2188
  id: import("@mysten/bcs").BcsType<string, string, "string">;
3314
2189
  }, "DspLinkData.YouTubeMusic">;
3315
2190
  }, "@local-pkg/release_dsp_link::release_dsp_link::DspLinkData">;
3316
- ReleaseLinkClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
2191
+ ReleaseDspLinkClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
2192
+ release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2193
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2194
+ platform: import("@mysten/bcs").BcsType<number, number, "u8">;
2195
+ track_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2196
+ field_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2197
+ field_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2198
+ previous_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2199
+ previous_fields: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
2200
+ length: number;
2201
+ }> & {
2202
+ length: number;
2203
+ }, string>;
2204
+ current_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2205
+ current_fields: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
2206
+ length: number;
2207
+ }> & {
2208
+ length: number;
2209
+ }, string>;
2210
+ }, "@local-pkg/release_dsp_link::release_dsp_link::ReleaseDspLinkClearedEvent">;
2211
+ ReleaseDspLinkSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
3317
2212
  release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2213
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3318
2214
  platform: import("@mysten/bcs").BcsType<number, number, "u8">;
3319
- }, "@local-pkg/release_dsp_link::release_dsp_link::ReleaseLinkClearedEvent">;
2215
+ track_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2216
+ field_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2217
+ field_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2218
+ previous_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2219
+ previous_fields: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
2220
+ length: number;
2221
+ }> & {
2222
+ length: number;
2223
+ }, string>;
2224
+ current_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2225
+ current_fields: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
2226
+ length: number;
2227
+ }> & {
2228
+ length: number;
2229
+ }, string>;
2230
+ }, "@local-pkg/release_dsp_link::release_dsp_link::ReleaseDspLinkSetEvent">;
3320
2231
  ReleaseLinkKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<number, number, "u8">], "@local-pkg/release_dsp_link::release_dsp_link::ReleaseLinkKey">;
3321
- ReleaseLinkSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
2232
+ ReleaseTrackDspLinkClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3322
2233
  release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3323
- link: import("./contracts/utils/index.ts").MoveEnum<{
3324
- Spotify: import("./contracts/utils/index.ts").MoveStruct<{
3325
- id: import("@mysten/bcs").BcsType<string, string, "string">;
3326
- }, "DspLinkData.Spotify">;
3327
- AppleMusic: import("./contracts/utils/index.ts").MoveStruct<{
3328
- storefront: import("@mysten/bcs").BcsType<string, string, "string">;
3329
- album_id: import("@mysten/bcs").BcsType<string, string, "string">;
3330
- track_id: import("@mysten/bcs").BcsType<string | null, string | null | undefined, "Option<string>">;
3331
- }, "DspLinkData.AppleMusic">;
3332
- AmazonMusic: import("./contracts/utils/index.ts").MoveStruct<{
3333
- album_id: import("@mysten/bcs").BcsType<string, string, "string">;
3334
- track_id: import("@mysten/bcs").BcsType<string | null, string | null | undefined, "Option<string>">;
3335
- }, "DspLinkData.AmazonMusic">;
3336
- Bandcamp: import("./contracts/utils/index.ts").MoveStruct<{
3337
- subdomain: import("@mysten/bcs").BcsType<string, string, "string">;
3338
- slug: import("@mysten/bcs").BcsType<string, string, "string">;
3339
- }, "DspLinkData.Bandcamp">;
3340
- Deezer: import("./contracts/utils/index.ts").MoveStruct<{
3341
- id: import("@mysten/bcs").BcsType<string, string, "string">;
3342
- }, "DspLinkData.Deezer">;
3343
- SoundCloud: import("./contracts/utils/index.ts").MoveStruct<{
3344
- user: import("@mysten/bcs").BcsType<string, string, "string">;
3345
- slug: import("@mysten/bcs").BcsType<string, string, "string">;
3346
- }, "DspLinkData.SoundCloud">;
3347
- Tidal: import("./contracts/utils/index.ts").MoveStruct<{
3348
- id: import("@mysten/bcs").BcsType<string, string, "string">;
3349
- }, "DspLinkData.Tidal">;
3350
- YouTubeMusic: import("./contracts/utils/index.ts").MoveStruct<{
3351
- id: import("@mysten/bcs").BcsType<string, string, "string">;
3352
- }, "DspLinkData.YouTubeMusic">;
3353
- }, "@local-pkg/release_dsp_link::release_dsp_link::DspLinkData">;
3354
- }, "@local-pkg/release_dsp_link::release_dsp_link::ReleaseLinkSetEvent">;
3355
- TrackLinkSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
2234
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2235
+ platform: import("@mysten/bcs").BcsType<number, number, "u8">;
2236
+ track_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2237
+ field_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2238
+ field_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2239
+ track_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2240
+ recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2241
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2242
+ previous_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2243
+ previous_fields: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
2244
+ length: number;
2245
+ }> & {
2246
+ length: number;
2247
+ }, string>;
2248
+ current_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2249
+ current_fields: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
2250
+ length: number;
2251
+ }> & {
2252
+ length: number;
2253
+ }, string>;
2254
+ album_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2255
+ album_fields: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
2256
+ length: number;
2257
+ }> & {
2258
+ length: number;
2259
+ }, string>;
2260
+ }, "@local-pkg/release_dsp_link::release_dsp_link::ReleaseTrackDspLinkClearedEvent">;
2261
+ ReleaseTrackDspLinkSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
3356
2262
  release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2263
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3357
2264
  platform: import("@mysten/bcs").BcsType<number, number, "u8">;
2265
+ track_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2266
+ field_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2267
+ field_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3358
2268
  track_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3359
- link: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
3360
- Spotify: {
3361
- id: string;
3362
- };
3363
- AppleMusic: {
3364
- storefront: string;
3365
- album_id: string;
3366
- track_id: string | null;
3367
- };
3368
- AmazonMusic: {
3369
- album_id: string;
3370
- track_id: string | null;
3371
- };
3372
- Bandcamp: {
3373
- subdomain: string;
3374
- slug: string;
3375
- };
3376
- Deezer: {
3377
- id: string;
3378
- };
3379
- SoundCloud: {
3380
- user: string;
3381
- slug: string;
3382
- };
3383
- Tidal: {
3384
- id: string;
3385
- };
3386
- YouTubeMusic: {
3387
- id: string;
3388
- };
3389
- }, "AmazonMusic" | "AppleMusic" | "Bandcamp" | "Deezer" | "SoundCloud" | "Spotify" | "Tidal" | "YouTubeMusic"> | null, import("@mysten/bcs").EnumInputShape<{
3390
- Spotify: {
3391
- id: string;
3392
- };
3393
- AppleMusic: {
3394
- storefront: string;
3395
- album_id: string;
3396
- track_id: string | null | undefined;
3397
- };
3398
- AmazonMusic: {
3399
- album_id: string;
3400
- track_id: string | null | undefined;
3401
- };
3402
- Bandcamp: {
3403
- subdomain: string;
3404
- slug: string;
3405
- };
3406
- Deezer: {
3407
- id: string;
3408
- };
3409
- SoundCloud: {
3410
- user: string;
3411
- slug: string;
3412
- };
3413
- Tidal: {
3414
- id: string;
3415
- };
3416
- YouTubeMusic: {
3417
- id: string;
3418
- };
3419
- }> | null | undefined, "Option<@local-pkg/release_dsp_link::release_dsp_link::DspLinkData>">;
3420
- }, "@local-pkg/release_dsp_link::release_dsp_link::TrackLinkSetEvent">;
3421
- TrackLinksClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
2269
+ recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2270
+ composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2271
+ previous_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2272
+ previous_fields: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
2273
+ length: number;
2274
+ }> & {
2275
+ length: number;
2276
+ }, string>;
2277
+ current_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2278
+ current_fields: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
2279
+ length: number;
2280
+ }> & {
2281
+ length: number;
2282
+ }, string>;
2283
+ album_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2284
+ album_fields: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
2285
+ length: number;
2286
+ }> & {
2287
+ length: number;
2288
+ }, string>;
2289
+ }, "@local-pkg/release_dsp_link::release_dsp_link::ReleaseTrackDspLinkSetEvent">;
2290
+ ReleaseTrackDspLinksClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3422
2291
  release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2292
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3423
2293
  platform: import("@mysten/bcs").BcsType<number, number, "u8">;
3424
- }, "@local-pkg/release_dsp_link::release_dsp_link::TrackLinksClearedEvent">;
2294
+ track_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2295
+ field_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2296
+ field_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2297
+ removed_link_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2298
+ removed_track_indices: import("@mysten/bcs").BcsType<string[], Iterable<string | number | bigint> & {
2299
+ length: number;
2300
+ }, string>;
2301
+ removed_recording_ids: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
2302
+ length: number;
2303
+ }, string>;
2304
+ removed_composition_ids: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
2305
+ length: number;
2306
+ }, string>;
2307
+ removed_link_fields: import("@mysten/bcs").BcsType<number[][][], Iterable<Iterable<Iterable<number> & {
2308
+ length: number;
2309
+ }> & {
2310
+ length: number;
2311
+ }> & {
2312
+ length: number;
2313
+ }, string>;
2314
+ album_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2315
+ album_fields: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
2316
+ length: number;
2317
+ }> & {
2318
+ length: number;
2319
+ }, string>;
2320
+ }, "@local-pkg/release_dsp_link::release_dsp_link::ReleaseTrackDspLinksClearedEvent">;
3425
2321
  TrackLinksKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<number, number, "u8">], "@local-pkg/release_dsp_link::release_dsp_link::TrackLinksKey">;
3426
2322
  clearReleaseLink: (options: Omit<releaseDspLink.ClearReleaseLinkOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3427
2323
  clearTrackLink: (options: Omit<releaseDspLink.ClearTrackLinkOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -3453,17 +2349,72 @@ export declare class MisoPlatformPackageBindings {
3453
2349
  };
3454
2350
  releaseGenre: {
3455
2351
  ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/release_genre::release_genre::ExtensionKey">;
3456
- GenreAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
2352
+ ReleaseGenreAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3457
2353
  release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2354
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3458
2355
  genre_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3459
- }, "@local-pkg/release_genre::release_genre::GenreAddedEvent">;
3460
- GenreRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
2356
+ genre_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2357
+ length: number;
2358
+ }, string>;
2359
+ genre_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2360
+ genres_before: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
2361
+ length: number;
2362
+ }, string>;
2363
+ genres_after: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
2364
+ length: number;
2365
+ }, string>;
2366
+ genre_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2367
+ genre_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2368
+ field_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2369
+ field_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2370
+ had_primary_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2371
+ has_primary_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2372
+ primary_genre_id_before: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2373
+ primary_genre_id_after: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2374
+ primary_changed: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2375
+ }, "@local-pkg/release_genre::release_genre::ReleaseGenreAddedEvent">;
2376
+ ReleaseGenreRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3461
2377
  release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2378
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3462
2379
  genre_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3463
- }, "@local-pkg/release_genre::release_genre::GenreRemovedEvent">;
3464
- GenresClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
2380
+ genre_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2381
+ genres_before: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
2382
+ length: number;
2383
+ }, string>;
2384
+ genres_after: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
2385
+ length: number;
2386
+ }, string>;
2387
+ genre_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2388
+ genre_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2389
+ field_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2390
+ field_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2391
+ had_primary_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2392
+ has_primary_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2393
+ primary_genre_id_before: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2394
+ primary_genre_id_after: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2395
+ primary_changed: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2396
+ }, "@local-pkg/release_genre::release_genre::ReleaseGenreRemovedEvent">;
2397
+ ReleaseGenresClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3465
2398
  release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3466
- }, "@local-pkg/release_genre::release_genre::GenresClearedEvent">;
2399
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2400
+ clear_cause: import("@mysten/bcs").BcsType<number, number, "u8">;
2401
+ trigger_genre_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2402
+ genres_before: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
2403
+ length: number;
2404
+ }, string>;
2405
+ genres_after: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
2406
+ length: number;
2407
+ }, string>;
2408
+ genre_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2409
+ genre_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2410
+ field_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2411
+ field_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2412
+ had_primary_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2413
+ has_primary_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2414
+ primary_genre_id_before: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2415
+ primary_genre_id_after: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2416
+ primary_changed: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2417
+ }, "@local-pkg/release_genre::release_genre::ReleaseGenresClearedEvent">;
3467
2418
  addGenre: (options: Omit<releaseGenre.AddGenreOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3468
2419
  clearGenres: (options: Omit<releaseGenre.ClearGenresOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3469
2420
  genres: (options: Omit<releaseGenre.GenresOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -3471,13 +2422,36 @@ export declare class MisoPlatformPackageBindings {
3471
2422
  };
3472
2423
  releaseKind: {
3473
2424
  ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/release_kind::release_kind::ExtensionKey">;
3474
- KindSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
2425
+ ReleaseKindSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
3475
2426
  release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3476
- kind: import("@mysten/bcs").BcsType<string, string, "string">;
3477
- }, "@local-pkg/release_kind::release_kind::KindSetEvent">;
3478
- KindUnsetEvent: import("./contracts/utils/index.ts").MoveStruct<{
2427
+ release_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2428
+ kind_record_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2429
+ previous_kind: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2430
+ length: number;
2431
+ }, string>;
2432
+ previous_kind_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2433
+ kind: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2434
+ length: number;
2435
+ }, string>;
2436
+ kind_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2437
+ kind_record_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2438
+ kind_changed: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2439
+ }, "@local-pkg/release_kind::release_kind::ReleaseKindSetEvent">;
2440
+ ReleaseKindUnsetEvent: import("./contracts/utils/index.ts").MoveStruct<{
3479
2441
  release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3480
- }, "@local-pkg/release_kind::release_kind::KindUnsetEvent">;
2442
+ release_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2443
+ kind_record_existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2444
+ previous_kind: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2445
+ length: number;
2446
+ }, string>;
2447
+ previous_kind_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2448
+ kind: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2449
+ length: number;
2450
+ }, string>;
2451
+ kind_length: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2452
+ kind_record_exists_after: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2453
+ kind_changed: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2454
+ }, "@local-pkg/release_kind::release_kind::ReleaseKindUnsetEvent">;
3481
2455
  hasKind: (options: Omit<releaseKind.HasKindOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3482
2456
  kind: (options: Omit<releaseKind.KindOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3483
2457
  setKind: (options: Omit<releaseKind.SetKindOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -3490,11 +2464,28 @@ export declare class MisoPlatformPackageBindings {
3490
2464
  RoyaltyClaimedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3491
2465
  pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3492
2466
  stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2467
+ staked_amount: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3493
2468
  reward_amount: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2469
+ registration_debt_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2470
+ registration_debt_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2471
+ reward_residue_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2472
+ stake_registration_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2473
+ pool_balance_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2474
+ staked_shares_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2475
+ cumulative_reward_per_share_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2476
+ carry_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2477
+ cumulative_deposits_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
3494
2478
  }, "@local-pkg/royalty_pool::pool::RoyaltyClaimedEvent<phantom Share, phantom Currency>">;
3495
2479
  RoyaltyDepositedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3496
2480
  pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3497
2481
  value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2482
+ cumulative_reward_per_share_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2483
+ carry_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2484
+ pool_balance_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2485
+ staked_shares_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2486
+ cumulative_reward_per_share_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2487
+ carry_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2488
+ cumulative_deposits_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
3498
2489
  }, "@local-pkg/royalty_pool::pool::RoyaltyDepositedEvent<phantom Share, phantom Currency>">;
3499
2490
  RoyaltyPool: import("./contracts/utils/index.ts").MoveStruct<{
3500
2491
  id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
@@ -3506,20 +2497,74 @@ export declare class MisoPlatformPackageBindings {
3506
2497
  carry: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
3507
2498
  cumulative_deposits: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
3508
2499
  }, "@local-pkg/royalty_pool::pool::RoyaltyPool<phantom Share, phantom Currency>">;
2500
+ RoyaltyPoolCoinsRecoveredEvent: import("./contracts/utils/index.ts").MoveStruct<{
2501
+ pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2502
+ coin_ids: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
2503
+ length: number;
2504
+ }, string>;
2505
+ coin_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2506
+ funds_recipient: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2507
+ value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2508
+ pool_balance_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2509
+ staked_shares_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2510
+ cumulative_reward_per_share_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2511
+ carry_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2512
+ cumulative_deposits_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2513
+ }, "@local-pkg/royalty_pool::pool::RoyaltyPoolCoinsRecoveredEvent<phantom Share, phantom Currency>">;
3509
2514
  RoyaltyPoolCreatedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3510
2515
  pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3511
2516
  parent_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2517
+ precision: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2518
+ pool_balance_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2519
+ staked_shares_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2520
+ cumulative_reward_per_share_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2521
+ carry_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2522
+ cumulative_deposits_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
3512
2523
  }, "@local-pkg/royalty_pool::pool::RoyaltyPoolCreatedEvent<phantom Share, phantom Currency>">;
2524
+ RoyaltyPoolFundsSettledEvent: import("./contracts/utils/index.ts").MoveStruct<{
2525
+ pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2526
+ source_address: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2527
+ accumulator_root_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2528
+ value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2529
+ pool_balance_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2530
+ staked_shares_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2531
+ cumulative_reward_per_share_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2532
+ carry_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2533
+ cumulative_deposits_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2534
+ }, "@local-pkg/royalty_pool::pool::RoyaltyPoolFundsSettledEvent<phantom Share, phantom Currency>">;
3513
2535
  RoyaltyPoolKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/royalty_pool::pool::RoyaltyPoolKey<phantom Share, phantom Currency>">;
2536
+ RoyaltyPoolSharedEvent: import("./contracts/utils/index.ts").MoveStruct<{
2537
+ pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2538
+ pool_balance_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2539
+ staked_shares_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2540
+ cumulative_reward_per_share_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2541
+ carry_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2542
+ cumulative_deposits_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2543
+ }, "@local-pkg/royalty_pool::pool::RoyaltyPoolSharedEvent<phantom Share, phantom Currency>">;
3514
2544
  StakeRegisteredEvent: import("./contracts/utils/index.ts").MoveStruct<{
3515
2545
  pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3516
2546
  stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3517
2547
  staked_amount: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2548
+ registration_debt_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2549
+ stake_registration_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2550
+ pool_balance_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2551
+ staked_shares_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2552
+ cumulative_reward_per_share_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2553
+ carry_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2554
+ cumulative_deposits_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
3518
2555
  }, "@local-pkg/royalty_pool::pool::StakeRegisteredEvent<phantom Share, phantom Currency>">;
3519
2556
  StakeUnregisteredEvent: import("./contracts/utils/index.ts").MoveStruct<{
3520
2557
  pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3521
2558
  stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3522
2559
  unstaked_amount: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2560
+ removed_registration_debt: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2561
+ forfeited_reward_numerator: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2562
+ stake_registration_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2563
+ pool_balance_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2564
+ staked_shares_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2565
+ cumulative_reward_per_share_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2566
+ carry_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2567
+ cumulative_deposits_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
3523
2568
  }, "@local-pkg/royalty_pool::pool::StakeUnregisteredEvent<phantom Share, phantom Currency>">;
3524
2569
  assertDerivedFrom: (options: Omit<royaltyPool.AssertDerivedFromOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3525
2570
  carry: (options: Omit<royaltyPool.CarryOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -3529,11 +2574,12 @@ export declare class MisoPlatformPackageBindings {
3529
2574
  deposit: (options: Omit<royaltyPool.DepositOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3530
2575
  derivedAddress: (options: Omit<royaltyPool.DerivedAddressOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3531
2576
  pendingRewards: (options: Omit<royaltyPool.PendingRewardsOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3532
- receiveAndDeposit: (options: Omit<royaltyPool.ReceiveAndDepositOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
2577
+ recoverCoins: (options: Omit<royaltyPool.RecoverCoinsOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3533
2578
  registerStake: (options: Omit<royaltyPool.RegisterStakeOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
2579
+ settle: (options: Omit<royaltyPool.SettleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
2580
+ settledValue: (options: Omit<royaltyPool.SettledValueOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3534
2581
  share: (options: Omit<royaltyPool.ShareOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3535
2582
  stakedShares: (options: Omit<royaltyPool.StakedSharesOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3536
- sweepAndDeposit: (options: Omit<royaltyPool.SweepAndDepositOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3537
2583
  unregisterStake: (options: Omit<royaltyPool.UnregisterStakeOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3538
2584
  };
3539
2585
  stake: {
@@ -3570,11 +2616,14 @@ export declare class MisoPlatformPackageBindings {
3570
2616
  }, "@local-pkg/royalty_pool::stake::Stake<phantom Share>">;
3571
2617
  StakeCreatedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3572
2618
  stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2619
+ transaction_sender: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3573
2620
  amount: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2621
+ registration_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3574
2622
  }, "@local-pkg/royalty_pool::stake::StakeCreatedEvent<phantom Share>">;
3575
2623
  StakeDestroyedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3576
2624
  stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3577
2625
  amount: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2626
+ registration_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3578
2627
  }, "@local-pkg/royalty_pool::stake::StakeDestroyedEvent<phantom Share>">;
3579
2628
  _new: (options: Omit<royaltyStake.NewOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3580
2629
  destroy: (options: Omit<royaltyStake.DestroyOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -3627,22 +2676,80 @@ export declare class MisoPlatformPackageBindings {
3627
2676
  RoutedStakeCreatedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3628
2677
  routed_stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3629
2678
  parent_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2679
+ stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3630
2680
  staked_value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3631
2681
  }, "@local-pkg/routed_stake::routed_stake::RoutedStakeCreatedEvent<phantom StakeShare, phantom PoolShare>">;
3632
2682
  RoutedStakeKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/routed_stake::routed_stake::RoutedStakeKey<phantom StakeShare>">;
2683
+ RoutedStakeRegisteredEvent: import("./contracts/utils/index.ts").MoveStruct<{
2684
+ routed_stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2685
+ parent_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2686
+ stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2687
+ stake_pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2688
+ staked_value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2689
+ registration_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2690
+ registration_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2691
+ pool_staked_shares_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2692
+ pool_staked_shares_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2693
+ pool_cumulative_reward_per_share: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2694
+ registration_debt_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2695
+ }, "@local-pkg/routed_stake::routed_stake::RoutedStakeRegisteredEvent<phantom StakeShare, phantom PoolShare, phantom Currency>">;
3633
2696
  RoutedStakeRestakedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3634
2697
  routed_stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3635
2698
  parent_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2699
+ stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3636
2700
  staked_value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3637
2701
  }, "@local-pkg/routed_stake::routed_stake::RoutedStakeRestakedEvent<phantom StakeShare, phantom PoolShare>">;
2702
+ RoutedStakeSharedEvent: import("./contracts/utils/index.ts").MoveStruct<{
2703
+ routed_stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2704
+ has_stake: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2705
+ stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2706
+ staked_value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2707
+ registration_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2708
+ }, "@local-pkg/routed_stake::routed_stake::RoutedStakeSharedEvent<phantom StakeShare, phantom PoolShare>">;
3638
2709
  RoutedStakeSweptEvent: import("./contracts/utils/index.ts").MoveStruct<{
3639
2710
  routed_stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3640
2711
  parent_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2712
+ stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2713
+ stake_pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2714
+ routed_pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3641
2715
  value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2716
+ parked: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2717
+ staked_value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2718
+ source_balance_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2719
+ source_balance_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2720
+ source_staked_shares: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2721
+ source_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2722
+ source_carry: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2723
+ source_cumulative_deposits: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2724
+ registration_debt_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2725
+ registration_debt_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2726
+ destination_balance_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2727
+ destination_balance_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2728
+ destination_staked_shares: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2729
+ destination_index_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2730
+ destination_index_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2731
+ destination_carry_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2732
+ destination_carry_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2733
+ destination_cumulative_deposits_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
2734
+ destination_cumulative_deposits_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
3642
2735
  }, "@local-pkg/routed_stake::routed_stake::RoutedStakeSweptEvent<phantom StakeShare, phantom PoolShare, phantom Currency>">;
2736
+ RoutedStakeUnregisteredEvent: import("./contracts/utils/index.ts").MoveStruct<{
2737
+ routed_stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2738
+ parent_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2739
+ stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2740
+ stake_pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2741
+ staked_value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2742
+ registration_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2743
+ registration_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2744
+ pool_staked_shares_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2745
+ pool_staked_shares_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2746
+ pool_cumulative_reward_per_share: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2747
+ registration_debt_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
2748
+ }, "@local-pkg/routed_stake::routed_stake::RoutedStakeUnregisteredEvent<phantom StakeShare, phantom PoolShare, phantom Currency>">;
3643
2749
  RoutedStakeUnstakedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3644
2750
  routed_stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3645
2751
  parent_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2752
+ stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3646
2753
  unstaked_value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3647
2754
  }, "@local-pkg/routed_stake::routed_stake::RoutedStakeUnstakedEvent<phantom StakeShare, phantom PoolShare>">;
3648
2755
  assertDerivedFrom: (options: Omit<routedStake.AssertDerivedFromOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -3679,26 +2786,68 @@ export declare class MisoPlatformPackageBindings {
3679
2786
  PartyAdminCapKey: import("@misofm/partyos/contracts/utils/index").MoveTuple<readonly [import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">], "@local-pkg/partyos::party::PartyAdminCapKey">;
3680
2787
  PartyCreatedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
3681
2788
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2789
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3682
2790
  name: import("@mysten/bcs").BcsType<string, string, "string">;
3683
- kind: import("@mysten/bcs").BcsType<string, string, "string">;
2791
+ kind: import("@mysten/bcs").BcsType<number, number, "u8">;
2792
+ member_ids: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
2793
+ length: number;
2794
+ }, string>;
2795
+ creator: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3684
2796
  created_at_ms: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2797
+ created_epoch: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3685
2798
  }, "@local-pkg/partyos::party::PartyCreatedEvent">;
3686
- PartyInviteDeclinedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
2799
+ PartyGroupInviteCreatedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
3687
2800
  group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3688
2801
  member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3689
- }, "@local-pkg/partyos::party::PartyInviteDeclinedEvent">;
3690
- PartyInviteRevokedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
2802
+ group_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2803
+ group_member_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2804
+ pending_invite: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2805
+ pending_membership: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2806
+ }, "@local-pkg/partyos::party::PartyGroupInviteCreatedEvent">;
2807
+ PartyGroupInviteDeclinedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
3691
2808
  group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3692
2809
  member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3693
- }, "@local-pkg/partyos::party::PartyInviteRevokedEvent">;
3694
- PartyInvitedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
2810
+ member_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2811
+ pending_invite: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2812
+ pending_membership: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2813
+ }, "@local-pkg/partyos::party::PartyGroupInviteDeclinedEvent">;
2814
+ PartyGroupInviteRevokedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
3695
2815
  group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3696
2816
  member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3697
- }, "@local-pkg/partyos::party::PartyInvitedEvent">;
3698
- PartyJoinedGroupEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
2817
+ group_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2818
+ pending_invite: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2819
+ pending_membership: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2820
+ }, "@local-pkg/partyos::party::PartyGroupInviteRevokedEvent">;
2821
+ PartyGroupMembershipAcceptedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
3699
2822
  group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3700
2823
  member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3701
- }, "@local-pkg/partyos::party::PartyJoinedGroupEvent">;
2824
+ member_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2825
+ group_member_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2826
+ pending_invite: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2827
+ pending_membership: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2828
+ group_contains_member: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2829
+ membership_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2830
+ since_epoch: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2831
+ accepted_by: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2832
+ }, "@local-pkg/partyos::party::PartyGroupMembershipAcceptedEvent">;
2833
+ PartyGroupMembershipLeftEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
2834
+ group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2835
+ member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2836
+ member_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2837
+ group_member_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2838
+ group_contains_member: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2839
+ membership_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2840
+ removed_since_epoch: import("@mysten/bcs").BcsType<string | null, string | number | bigint | null | undefined, "Option<u64>">;
2841
+ }, "@local-pkg/partyos::party::PartyGroupMembershipLeftEvent">;
2842
+ PartyGroupMembershipRemovedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
2843
+ group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2844
+ member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2845
+ group_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2846
+ group_member_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2847
+ group_contains_member: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2848
+ membership_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2849
+ removed_since_epoch: import("@mysten/bcs").BcsType<string | null, string | number | bigint | null | undefined, "Option<u64>">;
2850
+ }, "@local-pkg/partyos::party::PartyGroupMembershipRemovedEvent">;
3702
2851
  PartyKind: import("@misofm/partyos/contracts/utils/index").MoveEnum<{
3703
2852
  Individual: null;
3704
2853
  Group: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
@@ -3707,18 +2856,23 @@ export declare class MisoPlatformPackageBindings {
3707
2856
  }, string>;
3708
2857
  }, "0x2::vec_set::VecSet<bytes[32]>">;
3709
2858
  }, "@local-pkg/partyos::party::PartyKind">;
3710
- PartyLeftGroupEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
3711
- group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3712
- member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3713
- }, "@local-pkg/partyos::party::PartyLeftGroupEvent">;
3714
2859
  PartyNameSetEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
3715
2860
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2861
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2862
+ old_name: import("@mysten/bcs").BcsType<string, string, "string">;
3716
2863
  name: import("@mysten/bcs").BcsType<string, string, "string">;
3717
2864
  }, "@local-pkg/partyos::party::PartyNameSetEvent">;
3718
- PartyRemovedFromGroupEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
3719
- group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3720
- member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3721
- }, "@local-pkg/partyos::party::PartyRemovedFromGroupEvent">;
2865
+ PartySharedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
2866
+ party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2867
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2868
+ name: import("@mysten/bcs").BcsType<string, string, "string">;
2869
+ kind: import("@mysten/bcs").BcsType<number, number, "u8">;
2870
+ member_ids: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
2871
+ length: number;
2872
+ }, string>;
2873
+ created_at_ms: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2874
+ is_shared: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2875
+ }, "@local-pkg/partyos::party::PartySharedEvent">;
3722
2876
  PendingInviteKey: import("@misofm/partyos/contracts/utils/index").MoveTuple<readonly [import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">], "@local-pkg/partyos::party::PendingInviteKey">;
3723
2877
  PendingMembershipKey: import("@misofm/partyos/contracts/utils/index").MoveTuple<readonly [import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">], "@local-pkg/partyos::party::PendingMembershipKey">;
3724
2878
  _new: (options: Omit<import("@misofm/partyos/contracts/partyos/party").NewOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -3752,11 +2906,46 @@ export declare class MisoPlatformPackageBindings {
3752
2906
  }, "@local-pkg/party_cta::party_cta::Cta">;
3753
2907
  CtasClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3754
2908
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2909
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2910
+ previous_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2911
+ previous_labels: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
2912
+ length: number;
2913
+ }> & {
2914
+ length: number;
2915
+ }, string>;
2916
+ previous_urls: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
2917
+ length: number;
2918
+ }> & {
2919
+ length: number;
2920
+ }, string>;
3755
2921
  }, "@local-pkg/party_cta::party_cta::CtasClearedEvent">;
3756
2922
  CtasKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/party_cta::party_cta::CtasKey">;
3757
2923
  CtasSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
3758
2924
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2925
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2926
+ existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
2927
+ previous_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3759
2928
  count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
2929
+ previous_labels: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
2930
+ length: number;
2931
+ }> & {
2932
+ length: number;
2933
+ }, string>;
2934
+ previous_urls: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
2935
+ length: number;
2936
+ }> & {
2937
+ length: number;
2938
+ }, string>;
2939
+ labels: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
2940
+ length: number;
2941
+ }> & {
2942
+ length: number;
2943
+ }, string>;
2944
+ urls: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
2945
+ length: number;
2946
+ }> & {
2947
+ length: number;
2948
+ }, string>;
3760
2949
  }, "@local-pkg/party_cta::party_cta::CtasSetEvent">;
3761
2950
  clearCtas: (options: Omit<partyCta.ClearCtasOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3762
2951
  ctas: (options: Omit<partyCta.CtasOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -3769,14 +2958,39 @@ export declare class MisoPlatformPackageBindings {
3769
2958
  genre: {
3770
2959
  GenreAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3771
2960
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2961
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3772
2962
  genre_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2963
+ genre_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
2964
+ length: number;
2965
+ }, string>;
2966
+ genre_ids_before: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
2967
+ length: number;
2968
+ }, string>;
2969
+ genre_ids_after: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
2970
+ length: number;
2971
+ }, string>;
2972
+ max_genres: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3773
2973
  }, "@local-pkg/party_genre::party_genre::GenreAddedEvent">;
3774
2974
  GenreRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3775
2975
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2976
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3776
2977
  genre_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2978
+ genre_ids_before: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
2979
+ length: number;
2980
+ }, string>;
2981
+ genre_ids_after: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
2982
+ length: number;
2983
+ }, string>;
3777
2984
  }, "@local-pkg/party_genre::party_genre::GenreRemovedEvent">;
3778
2985
  GenresClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3779
2986
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2987
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2988
+ genre_ids_before: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
2989
+ length: number;
2990
+ }, string>;
2991
+ genre_ids_after: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
2992
+ length: number;
2993
+ }, string>;
3780
2994
  }, "@local-pkg/party_genre::party_genre::GenresClearedEvent">;
3781
2995
  GenresKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/party_genre::party_genre::GenresKey">;
3782
2996
  addGenre: (options: Omit<partyGenre.AddGenreOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -3792,10 +3006,15 @@ export declare class MisoPlatformPackageBindings {
3792
3006
  }, "@local-pkg/party_media::party_media::Media">;
3793
3007
  MediaClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3794
3008
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3009
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3010
+ previous_quilt: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
3795
3011
  }, "@local-pkg/party_media::party_media::MediaClearedEvent">;
3796
3012
  MediaKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/party_media::party_media::MediaKey">;
3797
3013
  MediaSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
3798
3014
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3015
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3016
+ existed_before: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3017
+ previous_quilt: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
3799
3018
  quilt: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
3800
3019
  }, "@local-pkg/party_media::party_media::MediaSetEvent">;
3801
3020
  clearMedia: (options: Omit<partyMedia.ClearMediaOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -3905,6 +3124,57 @@ export declare class MisoPlatformPackageBindings {
3905
3124
  websiteUrl: (options: Omit<partyProLink.WebsiteUrlOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3906
3125
  };
3907
3126
  profile: {
3127
+ PartyProfileClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3128
+ party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3129
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3130
+ previous_bio_short: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
3131
+ length: number;
3132
+ }, string>;
3133
+ previous_bio_long: import("@mysten/bcs").BcsType<number[] | null, (Iterable<number> & {
3134
+ length: number;
3135
+ }) | null | undefined, "Option<vector<u8>>">;
3136
+ previous_country: import("@mysten/bcs").BcsType<number[] | null, (Iterable<number> & {
3137
+ length: number;
3138
+ }) | null | undefined, "Option<vector<u8>>">;
3139
+ previous_languages: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
3140
+ length: number;
3141
+ }> & {
3142
+ length: number;
3143
+ }, string>;
3144
+ }, "@local-pkg/party_profile::party_profile::PartyProfileClearedEvent">;
3145
+ PartyProfileSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
3146
+ party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3147
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3148
+ had_profile: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3149
+ previous_bio_short: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
3150
+ length: number;
3151
+ }, string>;
3152
+ previous_bio_long: import("@mysten/bcs").BcsType<number[] | null, (Iterable<number> & {
3153
+ length: number;
3154
+ }) | null | undefined, "Option<vector<u8>>">;
3155
+ previous_country: import("@mysten/bcs").BcsType<number[] | null, (Iterable<number> & {
3156
+ length: number;
3157
+ }) | null | undefined, "Option<vector<u8>>">;
3158
+ previous_languages: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
3159
+ length: number;
3160
+ }> & {
3161
+ length: number;
3162
+ }, string>;
3163
+ bio_short: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
3164
+ length: number;
3165
+ }, string>;
3166
+ bio_long: import("@mysten/bcs").BcsType<number[] | null, (Iterable<number> & {
3167
+ length: number;
3168
+ }) | null | undefined, "Option<vector<u8>>">;
3169
+ country: import("@mysten/bcs").BcsType<number[] | null, (Iterable<number> & {
3170
+ length: number;
3171
+ }) | null | undefined, "Option<vector<u8>>">;
3172
+ languages: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
3173
+ length: number;
3174
+ }> & {
3175
+ length: number;
3176
+ }, string>;
3177
+ }, "@local-pkg/party_profile::party_profile::PartyProfileSetEvent">;
3908
3178
  Profile: import("./contracts/utils/index.ts").MoveStruct<{
3909
3179
  bio_short: import("@mysten/bcs").BcsType<string, string, "string">;
3910
3180
  bio_long: import("@mysten/bcs").BcsType<string | null, string | null | undefined, "Option<string>">;
@@ -3913,13 +3183,7 @@ export declare class MisoPlatformPackageBindings {
3913
3183
  length: number;
3914
3184
  }, string>;
3915
3185
  }, "@local-pkg/party_profile::party_profile::Profile">;
3916
- ProfileClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3917
- party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3918
- }, "@local-pkg/party_profile::party_profile::ProfileClearedEvent">;
3919
3186
  ProfileKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/party_profile::party_profile::ProfileKey">;
3920
- ProfileSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
3921
- party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3922
- }, "@local-pkg/party_profile::party_profile::ProfileSetEvent">;
3923
3187
  bioLong: (options: Omit<partyProfile.BioLongOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3924
3188
  bioShort: (options: Omit<partyProfile.BioShortOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
3925
3189
  clearProfile: (options: Omit<partyProfile.ClearProfileOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -3942,14 +3206,37 @@ export declare class MisoPlatformPackageBindings {
3942
3206
  }, "@local-pkg/party_roles::party_roles::ArtistRole">;
3943
3207
  RoleAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3944
3208
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3945
- role: import("@mysten/bcs").BcsType<string, string, "string">;
3209
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3210
+ role_kind: import("@mysten/bcs").BcsType<number, number, "u8">;
3211
+ role_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
3212
+ length: number;
3213
+ }, string>;
3214
+ roles_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3215
+ roles_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3946
3216
  }, "@local-pkg/party_roles::party_roles::RoleAddedEvent">;
3947
3217
  RoleRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3948
3218
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3949
- role: import("@mysten/bcs").BcsType<string, string, "string">;
3219
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3220
+ role_kind: import("@mysten/bcs").BcsType<number, number, "u8">;
3221
+ role_name: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
3222
+ length: number;
3223
+ }, string>;
3224
+ roles_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3225
+ roles_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3950
3226
  }, "@local-pkg/party_roles::party_roles::RoleRemovedEvent">;
3951
3227
  RolesClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
3952
3228
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3229
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3230
+ removed_role_kinds: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
3231
+ length: number;
3232
+ }, string>;
3233
+ removed_role_names: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
3234
+ length: number;
3235
+ }> & {
3236
+ length: number;
3237
+ }, string>;
3238
+ roles_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3239
+ roles_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3953
3240
  }, "@local-pkg/party_roles::party_roles::RolesClearedEvent">;
3954
3241
  RolesKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/party_roles::party_roles::RolesKey">;
3955
3242
  addRole: (options: Omit<partyRoles.AddRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -4024,14 +3311,32 @@ export declare class MisoPlatformPackageBindings {
4024
3311
  tags: {
4025
3312
  TagAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
4026
3313
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
4027
- tag: import("@mysten/bcs").BcsType<string, string, "string">;
3314
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3315
+ tag: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
3316
+ length: number;
3317
+ }, string>;
3318
+ tag_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3319
+ tag_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
4028
3320
  }, "@local-pkg/party_tags::party_tags::TagAddedEvent">;
4029
3321
  TagRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
4030
3322
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
4031
- tag: import("@mysten/bcs").BcsType<string, string, "string">;
3323
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3324
+ tag: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
3325
+ length: number;
3326
+ }, string>;
3327
+ tag_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3328
+ tag_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
4032
3329
  }, "@local-pkg/party_tags::party_tags::TagRemovedEvent">;
4033
3330
  TagsClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
4034
3331
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3332
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3333
+ removed_tags: import("@mysten/bcs").BcsType<number[][], Iterable<Iterable<number> & {
3334
+ length: number;
3335
+ }> & {
3336
+ length: number;
3337
+ }, string>;
3338
+ tag_count_before: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3339
+ tag_count_after: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
4035
3340
  }, "@local-pkg/party_tags::party_tags::TagsClearedEvent">;
4036
3341
  TagsKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/party_tags::party_tags::TagsKey">;
4037
3342
  addTag: (options: Omit<partyTags.AddTagOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
@@ -4110,38 +3415,85 @@ export declare class MisoPlatformPackageBindings {
4110
3415
  }, "@local-pkg/partyos::party::Membership">;
4111
3416
  readonly PartyCreatedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
4112
3417
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3418
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
4113
3419
  name: import("@mysten/bcs").BcsType<string, string, "string">;
4114
- kind: import("@mysten/bcs").BcsType<string, string, "string">;
3420
+ kind: import("@mysten/bcs").BcsType<number, number, "u8">;
3421
+ member_ids: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
3422
+ length: number;
3423
+ }, string>;
3424
+ creator: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
4115
3425
  created_at_ms: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3426
+ created_epoch: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
4116
3427
  }, "@local-pkg/partyos::party::PartyCreatedEvent">;
3428
+ readonly PartySharedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
3429
+ party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3430
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3431
+ name: import("@mysten/bcs").BcsType<string, string, "string">;
3432
+ kind: import("@mysten/bcs").BcsType<number, number, "u8">;
3433
+ member_ids: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
3434
+ length: number;
3435
+ }, string>;
3436
+ created_at_ms: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3437
+ is_shared: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3438
+ }, "@local-pkg/partyos::party::PartySharedEvent">;
4117
3439
  readonly PartyNameSetEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
4118
3440
  party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3441
+ admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3442
+ old_name: import("@mysten/bcs").BcsType<string, string, "string">;
4119
3443
  name: import("@mysten/bcs").BcsType<string, string, "string">;
4120
3444
  }, "@local-pkg/partyos::party::PartyNameSetEvent">;
4121
- readonly PartyInvitedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
3445
+ readonly PartyGroupInviteCreatedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
4122
3446
  group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
4123
3447
  member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
4124
- }, "@local-pkg/partyos::party::PartyInvitedEvent">;
4125
- readonly PartyJoinedGroupEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
3448
+ group_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3449
+ group_member_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3450
+ pending_invite: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3451
+ pending_membership: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3452
+ }, "@local-pkg/partyos::party::PartyGroupInviteCreatedEvent">;
3453
+ readonly PartyGroupMembershipAcceptedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
4126
3454
  group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
4127
3455
  member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
4128
- }, "@local-pkg/partyos::party::PartyJoinedGroupEvent">;
4129
- readonly PartyInviteDeclinedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
3456
+ member_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3457
+ group_member_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3458
+ pending_invite: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3459
+ pending_membership: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3460
+ group_contains_member: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3461
+ membership_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3462
+ since_epoch: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3463
+ accepted_by: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3464
+ }, "@local-pkg/partyos::party::PartyGroupMembershipAcceptedEvent">;
3465
+ readonly PartyGroupInviteDeclinedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
4130
3466
  group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
4131
3467
  member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
4132
- }, "@local-pkg/partyos::party::PartyInviteDeclinedEvent">;
4133
- readonly PartyInviteRevokedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
3468
+ member_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3469
+ pending_invite: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3470
+ pending_membership: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3471
+ }, "@local-pkg/partyos::party::PartyGroupInviteDeclinedEvent">;
3472
+ readonly PartyGroupInviteRevokedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
4134
3473
  group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
4135
3474
  member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
4136
- }, "@local-pkg/partyos::party::PartyInviteRevokedEvent">;
4137
- readonly PartyRemovedFromGroupEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
3475
+ group_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3476
+ pending_invite: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3477
+ pending_membership: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3478
+ }, "@local-pkg/partyos::party::PartyGroupInviteRevokedEvent">;
3479
+ readonly PartyGroupMembershipLeftEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
4138
3480
  group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
4139
3481
  member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
4140
- }, "@local-pkg/partyos::party::PartyRemovedFromGroupEvent">;
4141
- readonly PartyLeftGroupEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
3482
+ member_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3483
+ group_member_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3484
+ group_contains_member: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3485
+ membership_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3486
+ removed_since_epoch: import("@mysten/bcs").BcsType<string | null, string | number | bigint | null | undefined, "Option<u64>">;
3487
+ }, "@local-pkg/partyos::party::PartyGroupMembershipLeftEvent">;
3488
+ readonly PartyGroupMembershipRemovedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
4142
3489
  group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
4143
3490
  member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
4144
- }, "@local-pkg/partyos::party::PartyLeftGroupEvent">;
3491
+ group_admin_cap_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
3492
+ group_member_count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
3493
+ group_contains_member: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3494
+ membership_present: import("@mysten/bcs").BcsType<boolean, boolean, "bool">;
3495
+ removed_since_epoch: import("@mysten/bcs").BcsType<string | null, string | number | bigint | null | undefined, "Option<u64>">;
3496
+ }, "@local-pkg/partyos::party::PartyGroupMembershipRemovedEvent">;
4145
3497
  _new: typeof import("@misofm/partyos/contracts/partyos/party")._new;
4146
3498
  share: typeof import("@misofm/partyos/contracts/partyos/party").share;
4147
3499
  setName: typeof import("@misofm/partyos/contracts/partyos/party").setName;