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