@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,2313 @@
1
+ /**************************************************************
2
+ * THIS FILE IS GENERATED AND SHOULD NOT BE MANUALLY MODIFIED *
3
+ **************************************************************/
4
+ /**
5
+ * First-party credits extension for recordings.
6
+ *
7
+ * Attribution (credits + primary/featured artists) is display-oriented and varies
8
+ * across platforms, so it lives here as a dynamic field on the recording rather
9
+ * than in immutable core. The data is attached under `ExtensionKey()` via the
10
+ * recording's cap-gated `uid_mut`, so every mutation is authorized by the
11
+ * recording's admin and credits survive into any lifecycle state (they may be
12
+ * attached before or after the recording is published).
13
+ *
14
+ * This is Miso's canonical credits standard; because it is an extension, other
15
+ * parties may publish their own recording-credits standard against the same
16
+ * `Recording`. Credits are NOT read by the economics — they are attribution.
17
+ */
18
+ import { MoveTuple, MoveStruct, type RawTransactionArgument } from '../utils/index.ts';
19
+ import { type Transaction, type TransactionArgument } from '@mysten/sui/transactions';
20
+ export declare const ExtensionKey: MoveTuple<readonly [import("@mysten/sui/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/recording_credits::recording_credits::ExtensionKey">;
21
+ export declare const RecordingCredits: MoveStruct<{
22
+ /** Map of party IDs to their credit (display name + roles). */
23
+ credits: MoveStruct<{
24
+ contents: import("@mysten/sui/bcs").BcsType<{
25
+ key: string;
26
+ value: {
27
+ display_name: string;
28
+ roles: import("@mysten/bcs").EnumOutputShapeWithKeys<{
29
+ Actor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
30
+ Additional: true;
31
+ Assistant: true;
32
+ Associate: true;
33
+ Backing: true;
34
+ Executive: true;
35
+ Featured: true;
36
+ Lead: true;
37
+ Primary: true;
38
+ Principal: true;
39
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
40
+ Arranger: import("@mysten/bcs").EnumOutputShapeWithKeys<{
41
+ Additional: true;
42
+ Assistant: true;
43
+ Associate: true;
44
+ Backing: true;
45
+ Executive: true;
46
+ Featured: true;
47
+ Lead: true;
48
+ Primary: true;
49
+ Principal: true;
50
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
51
+ ArtistsAndRepertoire: true;
52
+ BandLeader: import("@mysten/bcs").EnumOutputShapeWithKeys<{
53
+ Additional: true;
54
+ Assistant: true;
55
+ Associate: true;
56
+ Backing: true;
57
+ Executive: true;
58
+ Featured: true;
59
+ Lead: true;
60
+ Primary: true;
61
+ Principal: true;
62
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
63
+ Choir: import("@mysten/bcs").EnumOutputShapeWithKeys<{
64
+ Additional: true;
65
+ Assistant: true;
66
+ Associate: true;
67
+ Backing: true;
68
+ Executive: true;
69
+ Featured: true;
70
+ Lead: true;
71
+ Primary: true;
72
+ Principal: true;
73
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
74
+ ChoirMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
75
+ Additional: true;
76
+ Assistant: true;
77
+ Associate: true;
78
+ Backing: true;
79
+ Executive: true;
80
+ Featured: true;
81
+ Lead: true;
82
+ Primary: true;
83
+ Principal: true;
84
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
85
+ ConcertMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
86
+ Additional: true;
87
+ Assistant: true;
88
+ Associate: true;
89
+ Backing: true;
90
+ Executive: true;
91
+ Featured: true;
92
+ Lead: true;
93
+ Primary: true;
94
+ Principal: true;
95
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
96
+ Conductor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
97
+ Additional: true;
98
+ Assistant: true;
99
+ Associate: true;
100
+ Backing: true;
101
+ Executive: true;
102
+ Featured: true;
103
+ Lead: true;
104
+ Primary: true;
105
+ Principal: true;
106
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
107
+ Contractor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
108
+ Additional: true;
109
+ Assistant: true;
110
+ Associate: true;
111
+ Backing: true;
112
+ Executive: true;
113
+ Featured: true;
114
+ Lead: true;
115
+ Primary: true;
116
+ Principal: true;
117
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
118
+ Copyist: true;
119
+ DJ: import("@mysten/bcs").EnumOutputShapeWithKeys<{
120
+ Additional: true;
121
+ Assistant: true;
122
+ Associate: true;
123
+ Backing: true;
124
+ Executive: true;
125
+ Featured: true;
126
+ Lead: true;
127
+ Primary: true;
128
+ Principal: true;
129
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
130
+ Editor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
131
+ Additional: true;
132
+ Assistant: true;
133
+ Associate: true;
134
+ Backing: true;
135
+ Executive: true;
136
+ Featured: true;
137
+ Lead: true;
138
+ Primary: true;
139
+ Principal: true;
140
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
141
+ Engineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
142
+ Additional: true;
143
+ Assistant: true;
144
+ Associate: true;
145
+ Backing: true;
146
+ Executive: true;
147
+ Featured: true;
148
+ Lead: true;
149
+ Primary: true;
150
+ Principal: true;
151
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
152
+ Ensemble: import("@mysten/bcs").EnumOutputShapeWithKeys<{
153
+ Additional: true;
154
+ Assistant: true;
155
+ Associate: true;
156
+ Backing: true;
157
+ Executive: true;
158
+ Featured: true;
159
+ Lead: true;
160
+ Primary: true;
161
+ Principal: true;
162
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
163
+ Instrumentalist: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
164
+ Additional: true;
165
+ Assistant: true;
166
+ Associate: true;
167
+ Backing: true;
168
+ Executive: true;
169
+ Featured: true;
170
+ Lead: true;
171
+ Primary: true;
172
+ Principal: true;
173
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
174
+ MasteringEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
175
+ Additional: true;
176
+ Assistant: true;
177
+ Associate: true;
178
+ Backing: true;
179
+ Executive: true;
180
+ Featured: true;
181
+ Lead: true;
182
+ Primary: true;
183
+ Principal: true;
184
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
185
+ MixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
186
+ Additional: true;
187
+ Assistant: true;
188
+ Associate: true;
189
+ Backing: true;
190
+ Executive: true;
191
+ Featured: true;
192
+ Lead: true;
193
+ Primary: true;
194
+ Principal: true;
195
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
196
+ MusicDirector: import("@mysten/bcs").EnumOutputShapeWithKeys<{
197
+ Additional: true;
198
+ Assistant: true;
199
+ Associate: true;
200
+ Backing: true;
201
+ Executive: true;
202
+ Featured: true;
203
+ Lead: true;
204
+ Primary: true;
205
+ Principal: true;
206
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
207
+ MusicSupervisor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
208
+ Additional: true;
209
+ Assistant: true;
210
+ Associate: true;
211
+ Backing: true;
212
+ Executive: true;
213
+ Featured: true;
214
+ Lead: true;
215
+ Primary: true;
216
+ Principal: true;
217
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
218
+ Narrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
219
+ Additional: true;
220
+ Assistant: true;
221
+ Associate: true;
222
+ Backing: true;
223
+ Executive: true;
224
+ Featured: true;
225
+ Lead: true;
226
+ Primary: true;
227
+ Principal: true;
228
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
229
+ Orchestra: import("@mysten/bcs").EnumOutputShapeWithKeys<{
230
+ Additional: true;
231
+ Assistant: true;
232
+ Associate: true;
233
+ Backing: true;
234
+ Executive: true;
235
+ Featured: true;
236
+ Lead: true;
237
+ Primary: true;
238
+ Principal: true;
239
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
240
+ Orchestrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
241
+ Additional: true;
242
+ Assistant: true;
243
+ Associate: true;
244
+ Backing: true;
245
+ Executive: true;
246
+ Featured: true;
247
+ Lead: true;
248
+ Primary: true;
249
+ Principal: true;
250
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
251
+ Performer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
252
+ Additional: true;
253
+ Assistant: true;
254
+ Associate: true;
255
+ Backing: true;
256
+ Executive: true;
257
+ Featured: true;
258
+ Lead: true;
259
+ Primary: true;
260
+ Principal: true;
261
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
262
+ Producer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
263
+ Additional: true;
264
+ Assistant: true;
265
+ Associate: true;
266
+ Backing: true;
267
+ Executive: true;
268
+ Featured: true;
269
+ Lead: true;
270
+ Primary: true;
271
+ Principal: true;
272
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
273
+ Programmer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
274
+ Additional: true;
275
+ Assistant: true;
276
+ Associate: true;
277
+ Backing: true;
278
+ Executive: true;
279
+ Featured: true;
280
+ Lead: true;
281
+ Primary: true;
282
+ Principal: true;
283
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
284
+ RecordingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
285
+ Additional: true;
286
+ Assistant: true;
287
+ Associate: true;
288
+ Backing: true;
289
+ Executive: true;
290
+ Featured: true;
291
+ Lead: true;
292
+ Primary: true;
293
+ Principal: true;
294
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
295
+ RemixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
296
+ Additional: true;
297
+ Assistant: true;
298
+ Associate: true;
299
+ Backing: true;
300
+ Executive: true;
301
+ Featured: true;
302
+ Lead: true;
303
+ Primary: true;
304
+ Principal: true;
305
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
306
+ Soloist: 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
+ SoundDesigner: 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
+ Speaker: 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
+ Vocalist: 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
+ Custom: [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
+ }, "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">[];
362
+ };
363
+ }[], Iterable<{
364
+ key: string | Uint8Array<ArrayBufferLike>;
365
+ value: {
366
+ display_name: string;
367
+ roles: Iterable<import("@mysten/bcs").EnumInputShape<{
368
+ Actor: import("@mysten/bcs").EnumInputShape<{
369
+ Additional: boolean | object | null;
370
+ Assistant: boolean | object | null;
371
+ Associate: boolean | object | null;
372
+ Backing: boolean | object | null;
373
+ Executive: boolean | object | null;
374
+ Featured: boolean | object | null;
375
+ Lead: boolean | object | null;
376
+ Primary: boolean | object | null;
377
+ Principal: boolean | object | null;
378
+ }> | null | undefined;
379
+ Arranger: import("@mysten/bcs").EnumInputShape<{
380
+ Additional: boolean | object | null;
381
+ Assistant: boolean | object | null;
382
+ Associate: boolean | object | null;
383
+ Backing: boolean | object | null;
384
+ Executive: boolean | object | null;
385
+ Featured: boolean | object | null;
386
+ Lead: boolean | object | null;
387
+ Primary: boolean | object | null;
388
+ Principal: boolean | object | null;
389
+ }> | null | undefined;
390
+ ArtistsAndRepertoire: boolean | object | null;
391
+ BandLeader: import("@mysten/bcs").EnumInputShape<{
392
+ Additional: boolean | object | null;
393
+ Assistant: boolean | object | null;
394
+ Associate: boolean | object | null;
395
+ Backing: boolean | object | null;
396
+ Executive: boolean | object | null;
397
+ Featured: boolean | object | null;
398
+ Lead: boolean | object | null;
399
+ Primary: boolean | object | null;
400
+ Principal: boolean | object | null;
401
+ }> | null | undefined;
402
+ Choir: import("@mysten/bcs").EnumInputShape<{
403
+ Additional: boolean | object | null;
404
+ Assistant: boolean | object | null;
405
+ Associate: boolean | object | null;
406
+ Backing: boolean | object | null;
407
+ Executive: boolean | object | null;
408
+ Featured: boolean | object | null;
409
+ Lead: boolean | object | null;
410
+ Primary: boolean | object | null;
411
+ Principal: boolean | object | null;
412
+ }> | null | undefined;
413
+ ChoirMaster: import("@mysten/bcs").EnumInputShape<{
414
+ Additional: boolean | object | null;
415
+ Assistant: boolean | object | null;
416
+ Associate: boolean | object | null;
417
+ Backing: boolean | object | null;
418
+ Executive: boolean | object | null;
419
+ Featured: boolean | object | null;
420
+ Lead: boolean | object | null;
421
+ Primary: boolean | object | null;
422
+ Principal: boolean | object | null;
423
+ }> | null | undefined;
424
+ ConcertMaster: import("@mysten/bcs").EnumInputShape<{
425
+ Additional: boolean | object | null;
426
+ Assistant: boolean | object | null;
427
+ Associate: boolean | object | null;
428
+ Backing: boolean | object | null;
429
+ Executive: boolean | object | null;
430
+ Featured: boolean | object | null;
431
+ Lead: boolean | object | null;
432
+ Primary: boolean | object | null;
433
+ Principal: boolean | object | null;
434
+ }> | null | undefined;
435
+ Conductor: import("@mysten/bcs").EnumInputShape<{
436
+ Additional: boolean | object | null;
437
+ Assistant: boolean | object | null;
438
+ Associate: boolean | object | null;
439
+ Backing: boolean | object | null;
440
+ Executive: boolean | object | null;
441
+ Featured: boolean | object | null;
442
+ Lead: boolean | object | null;
443
+ Primary: boolean | object | null;
444
+ Principal: boolean | object | null;
445
+ }> | null | undefined;
446
+ Contractor: import("@mysten/bcs").EnumInputShape<{
447
+ Additional: boolean | object | null;
448
+ Assistant: boolean | object | null;
449
+ Associate: boolean | object | null;
450
+ Backing: boolean | object | null;
451
+ Executive: boolean | object | null;
452
+ Featured: boolean | object | null;
453
+ Lead: boolean | object | null;
454
+ Primary: boolean | object | null;
455
+ Principal: boolean | object | null;
456
+ }> | null | undefined;
457
+ Copyist: boolean | object | null;
458
+ DJ: import("@mysten/bcs").EnumInputShape<{
459
+ Additional: boolean | object | null;
460
+ Assistant: boolean | object | null;
461
+ Associate: boolean | object | null;
462
+ Backing: boolean | object | null;
463
+ Executive: boolean | object | null;
464
+ Featured: boolean | object | null;
465
+ Lead: boolean | object | null;
466
+ Primary: boolean | object | null;
467
+ Principal: boolean | object | null;
468
+ }> | null | undefined;
469
+ Editor: import("@mysten/bcs").EnumInputShape<{
470
+ Additional: boolean | object | null;
471
+ Assistant: boolean | object | null;
472
+ Associate: boolean | object | null;
473
+ Backing: boolean | object | null;
474
+ Executive: boolean | object | null;
475
+ Featured: boolean | object | null;
476
+ Lead: boolean | object | null;
477
+ Primary: boolean | object | null;
478
+ Principal: boolean | object | null;
479
+ }> | null | undefined;
480
+ Engineer: import("@mysten/bcs").EnumInputShape<{
481
+ Additional: boolean | object | null;
482
+ Assistant: boolean | object | null;
483
+ Associate: boolean | object | null;
484
+ Backing: boolean | object | null;
485
+ Executive: boolean | object | null;
486
+ Featured: boolean | object | null;
487
+ Lead: boolean | object | null;
488
+ Primary: boolean | object | null;
489
+ Principal: boolean | object | null;
490
+ }> | null | undefined;
491
+ Ensemble: import("@mysten/bcs").EnumInputShape<{
492
+ Additional: boolean | object | null;
493
+ Assistant: boolean | object | null;
494
+ Associate: boolean | object | null;
495
+ Backing: boolean | object | null;
496
+ Executive: boolean | object | null;
497
+ Featured: boolean | object | null;
498
+ Lead: boolean | object | null;
499
+ Primary: boolean | object | null;
500
+ Principal: boolean | object | null;
501
+ }> | null | undefined;
502
+ Instrumentalist: readonly [string, import("@mysten/bcs").EnumInputShape<{
503
+ Additional: boolean | object | null;
504
+ Assistant: boolean | object | null;
505
+ Associate: boolean | object | null;
506
+ Backing: boolean | object | null;
507
+ Executive: boolean | object | null;
508
+ Featured: boolean | object | null;
509
+ Lead: boolean | object | null;
510
+ Primary: boolean | object | null;
511
+ Principal: boolean | object | null;
512
+ }> | null | undefined];
513
+ MasteringEngineer: import("@mysten/bcs").EnumInputShape<{
514
+ Additional: boolean | object | null;
515
+ Assistant: boolean | object | null;
516
+ Associate: boolean | object | null;
517
+ Backing: boolean | object | null;
518
+ Executive: boolean | object | null;
519
+ Featured: boolean | object | null;
520
+ Lead: boolean | object | null;
521
+ Primary: boolean | object | null;
522
+ Principal: boolean | object | null;
523
+ }> | null | undefined;
524
+ MixingEngineer: import("@mysten/bcs").EnumInputShape<{
525
+ Additional: boolean | object | null;
526
+ Assistant: boolean | object | null;
527
+ Associate: boolean | object | null;
528
+ Backing: boolean | object | null;
529
+ Executive: boolean | object | null;
530
+ Featured: boolean | object | null;
531
+ Lead: boolean | object | null;
532
+ Primary: boolean | object | null;
533
+ Principal: boolean | object | null;
534
+ }> | null | undefined;
535
+ MusicDirector: import("@mysten/bcs").EnumInputShape<{
536
+ Additional: boolean | object | null;
537
+ Assistant: boolean | object | null;
538
+ Associate: boolean | object | null;
539
+ Backing: boolean | object | null;
540
+ Executive: boolean | object | null;
541
+ Featured: boolean | object | null;
542
+ Lead: boolean | object | null;
543
+ Primary: boolean | object | null;
544
+ Principal: boolean | object | null;
545
+ }> | null | undefined;
546
+ MusicSupervisor: import("@mysten/bcs").EnumInputShape<{
547
+ Additional: boolean | object | null;
548
+ Assistant: boolean | object | null;
549
+ Associate: boolean | object | null;
550
+ Backing: boolean | object | null;
551
+ Executive: boolean | object | null;
552
+ Featured: boolean | object | null;
553
+ Lead: boolean | object | null;
554
+ Primary: boolean | object | null;
555
+ Principal: boolean | object | null;
556
+ }> | null | undefined;
557
+ Narrator: import("@mysten/bcs").EnumInputShape<{
558
+ Additional: boolean | object | null;
559
+ Assistant: boolean | object | null;
560
+ Associate: boolean | object | null;
561
+ Backing: boolean | object | null;
562
+ Executive: boolean | object | null;
563
+ Featured: boolean | object | null;
564
+ Lead: boolean | object | null;
565
+ Primary: boolean | object | null;
566
+ Principal: boolean | object | null;
567
+ }> | null | undefined;
568
+ Orchestra: import("@mysten/bcs").EnumInputShape<{
569
+ Additional: boolean | object | null;
570
+ Assistant: boolean | object | null;
571
+ Associate: boolean | object | null;
572
+ Backing: boolean | object | null;
573
+ Executive: boolean | object | null;
574
+ Featured: boolean | object | null;
575
+ Lead: boolean | object | null;
576
+ Primary: boolean | object | null;
577
+ Principal: boolean | object | null;
578
+ }> | null | undefined;
579
+ Orchestrator: import("@mysten/bcs").EnumInputShape<{
580
+ Additional: boolean | object | null;
581
+ Assistant: boolean | object | null;
582
+ Associate: boolean | object | null;
583
+ Backing: boolean | object | null;
584
+ Executive: boolean | object | null;
585
+ Featured: boolean | object | null;
586
+ Lead: boolean | object | null;
587
+ Primary: boolean | object | null;
588
+ Principal: boolean | object | null;
589
+ }> | null | undefined;
590
+ Performer: import("@mysten/bcs").EnumInputShape<{
591
+ Additional: boolean | object | null;
592
+ Assistant: boolean | object | null;
593
+ Associate: boolean | object | null;
594
+ Backing: boolean | object | null;
595
+ Executive: boolean | object | null;
596
+ Featured: boolean | object | null;
597
+ Lead: boolean | object | null;
598
+ Primary: boolean | object | null;
599
+ Principal: boolean | object | null;
600
+ }> | null | undefined;
601
+ Producer: import("@mysten/bcs").EnumInputShape<{
602
+ Additional: boolean | object | null;
603
+ Assistant: boolean | object | null;
604
+ Associate: boolean | object | null;
605
+ Backing: boolean | object | null;
606
+ Executive: boolean | object | null;
607
+ Featured: boolean | object | null;
608
+ Lead: boolean | object | null;
609
+ Primary: boolean | object | null;
610
+ Principal: boolean | object | null;
611
+ }> | null | undefined;
612
+ Programmer: import("@mysten/bcs").EnumInputShape<{
613
+ Additional: boolean | object | null;
614
+ Assistant: boolean | object | null;
615
+ Associate: boolean | object | null;
616
+ Backing: boolean | object | null;
617
+ Executive: boolean | object | null;
618
+ Featured: boolean | object | null;
619
+ Lead: boolean | object | null;
620
+ Primary: boolean | object | null;
621
+ Principal: boolean | object | null;
622
+ }> | null | undefined;
623
+ RecordingEngineer: import("@mysten/bcs").EnumInputShape<{
624
+ Additional: boolean | object | null;
625
+ Assistant: boolean | object | null;
626
+ Associate: boolean | object | null;
627
+ Backing: boolean | object | null;
628
+ Executive: boolean | object | null;
629
+ Featured: boolean | object | null;
630
+ Lead: boolean | object | null;
631
+ Primary: boolean | object | null;
632
+ Principal: boolean | object | null;
633
+ }> | null | undefined;
634
+ RemixingEngineer: import("@mysten/bcs").EnumInputShape<{
635
+ Additional: boolean | object | null;
636
+ Assistant: boolean | object | null;
637
+ Associate: boolean | object | null;
638
+ Backing: boolean | object | null;
639
+ Executive: boolean | object | null;
640
+ Featured: boolean | object | null;
641
+ Lead: boolean | object | null;
642
+ Primary: boolean | object | null;
643
+ Principal: boolean | object | null;
644
+ }> | null | undefined;
645
+ Soloist: import("@mysten/bcs").EnumInputShape<{
646
+ Additional: boolean | object | null;
647
+ Assistant: boolean | object | null;
648
+ Associate: boolean | object | null;
649
+ Backing: boolean | object | null;
650
+ Executive: boolean | object | null;
651
+ Featured: boolean | object | null;
652
+ Lead: boolean | object | null;
653
+ Primary: boolean | object | null;
654
+ Principal: boolean | object | null;
655
+ }> | null | undefined;
656
+ SoundDesigner: import("@mysten/bcs").EnumInputShape<{
657
+ Additional: boolean | object | null;
658
+ Assistant: boolean | object | null;
659
+ Associate: boolean | object | null;
660
+ Backing: boolean | object | null;
661
+ Executive: boolean | object | null;
662
+ Featured: boolean | object | null;
663
+ Lead: boolean | object | null;
664
+ Primary: boolean | object | null;
665
+ Principal: boolean | object | null;
666
+ }> | null | undefined;
667
+ Speaker: import("@mysten/bcs").EnumInputShape<{
668
+ Additional: boolean | object | null;
669
+ Assistant: boolean | object | null;
670
+ Associate: boolean | object | null;
671
+ Backing: boolean | object | null;
672
+ Executive: boolean | object | null;
673
+ Featured: boolean | object | null;
674
+ Lead: boolean | object | null;
675
+ Primary: boolean | object | null;
676
+ Principal: boolean | object | null;
677
+ }> | null | undefined;
678
+ Vocalist: import("@mysten/bcs").EnumInputShape<{
679
+ Additional: boolean | object | null;
680
+ Assistant: boolean | object | null;
681
+ Associate: boolean | object | null;
682
+ Backing: boolean | object | null;
683
+ Executive: boolean | object | null;
684
+ Featured: boolean | object | null;
685
+ Lead: boolean | object | null;
686
+ Primary: boolean | object | null;
687
+ Principal: boolean | object | null;
688
+ }> | null | undefined;
689
+ Custom: readonly [string, import("@mysten/bcs").EnumInputShape<{
690
+ Additional: boolean | object | null;
691
+ Assistant: boolean | object | null;
692
+ Associate: boolean | object | null;
693
+ Backing: boolean | object | null;
694
+ Executive: boolean | object | null;
695
+ Featured: boolean | object | null;
696
+ Lead: boolean | object | null;
697
+ Primary: boolean | object | null;
698
+ Principal: boolean | object | null;
699
+ }> | null | undefined];
700
+ }>> & {
701
+ length: number;
702
+ };
703
+ };
704
+ }> & {
705
+ length: number;
706
+ }, string>;
707
+ }, "0x2::vec_map::VecMap<bytes[32], miso_credit::credit::Credit<@local-pkg/recording_credits::recording_party_role::RecordingPartyRole>>">;
708
+ /** IDs of the primary artists. Always a subset of `credits`. */
709
+ primary_artist_ids: MoveStruct<{
710
+ contents: import("@mysten/sui/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
711
+ length: number;
712
+ }, string>;
713
+ }, "0x2::vec_set::VecSet<bytes[32]>">;
714
+ /** IDs of the featured artists. Always a subset of `credits`. */
715
+ featured_artist_ids: MoveStruct<{
716
+ contents: import("@mysten/sui/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
717
+ length: number;
718
+ }, string>;
719
+ }, "0x2::vec_set::VecSet<bytes[32]>">;
720
+ }, "@local-pkg/recording_credits::recording_credits::RecordingCredits">;
721
+ export declare const CreditAddedEvent: MoveStruct<{
722
+ recording_id: import("@mysten/sui/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
723
+ party_id: import("@mysten/sui/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
724
+ credit: MoveStruct<{
725
+ display_name: import("@mysten/sui/bcs").BcsType<string, string, "string">;
726
+ roles: import("@mysten/sui/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
727
+ Actor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
728
+ Additional: true;
729
+ Assistant: true;
730
+ Associate: true;
731
+ Backing: true;
732
+ Executive: true;
733
+ Featured: true;
734
+ Lead: true;
735
+ Primary: true;
736
+ Principal: true;
737
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
738
+ Arranger: import("@mysten/bcs").EnumOutputShapeWithKeys<{
739
+ Additional: true;
740
+ Assistant: true;
741
+ Associate: true;
742
+ Backing: true;
743
+ Executive: true;
744
+ Featured: true;
745
+ Lead: true;
746
+ Primary: true;
747
+ Principal: true;
748
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
749
+ ArtistsAndRepertoire: true;
750
+ BandLeader: import("@mysten/bcs").EnumOutputShapeWithKeys<{
751
+ Additional: true;
752
+ Assistant: true;
753
+ Associate: true;
754
+ Backing: true;
755
+ Executive: true;
756
+ Featured: true;
757
+ Lead: true;
758
+ Primary: true;
759
+ Principal: true;
760
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
761
+ Choir: import("@mysten/bcs").EnumOutputShapeWithKeys<{
762
+ Additional: true;
763
+ Assistant: true;
764
+ Associate: true;
765
+ Backing: true;
766
+ Executive: true;
767
+ Featured: true;
768
+ Lead: true;
769
+ Primary: true;
770
+ Principal: true;
771
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
772
+ ChoirMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
773
+ Additional: true;
774
+ Assistant: true;
775
+ Associate: true;
776
+ Backing: true;
777
+ Executive: true;
778
+ Featured: true;
779
+ Lead: true;
780
+ Primary: true;
781
+ Principal: true;
782
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
783
+ ConcertMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
784
+ Additional: true;
785
+ Assistant: true;
786
+ Associate: true;
787
+ Backing: true;
788
+ Executive: true;
789
+ Featured: true;
790
+ Lead: true;
791
+ Primary: true;
792
+ Principal: true;
793
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
794
+ Conductor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
795
+ Additional: true;
796
+ Assistant: true;
797
+ Associate: true;
798
+ Backing: true;
799
+ Executive: true;
800
+ Featured: true;
801
+ Lead: true;
802
+ Primary: true;
803
+ Principal: true;
804
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
805
+ Contractor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
806
+ Additional: true;
807
+ Assistant: true;
808
+ Associate: true;
809
+ Backing: true;
810
+ Executive: true;
811
+ Featured: true;
812
+ Lead: true;
813
+ Primary: true;
814
+ Principal: true;
815
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
816
+ Copyist: true;
817
+ DJ: import("@mysten/bcs").EnumOutputShapeWithKeys<{
818
+ Additional: true;
819
+ Assistant: true;
820
+ Associate: true;
821
+ Backing: true;
822
+ Executive: true;
823
+ Featured: true;
824
+ Lead: true;
825
+ Primary: true;
826
+ Principal: true;
827
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
828
+ Editor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
829
+ Additional: true;
830
+ Assistant: true;
831
+ Associate: true;
832
+ Backing: true;
833
+ Executive: true;
834
+ Featured: true;
835
+ Lead: true;
836
+ Primary: true;
837
+ Principal: true;
838
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
839
+ Engineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
840
+ Additional: true;
841
+ Assistant: true;
842
+ Associate: true;
843
+ Backing: true;
844
+ Executive: true;
845
+ Featured: true;
846
+ Lead: true;
847
+ Primary: true;
848
+ Principal: true;
849
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
850
+ Ensemble: import("@mysten/bcs").EnumOutputShapeWithKeys<{
851
+ Additional: true;
852
+ Assistant: true;
853
+ Associate: true;
854
+ Backing: true;
855
+ Executive: true;
856
+ Featured: true;
857
+ Lead: true;
858
+ Primary: true;
859
+ Principal: true;
860
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
861
+ Instrumentalist: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
862
+ Additional: true;
863
+ Assistant: true;
864
+ Associate: true;
865
+ Backing: true;
866
+ Executive: true;
867
+ Featured: true;
868
+ Lead: true;
869
+ Primary: true;
870
+ Principal: true;
871
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
872
+ MasteringEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
873
+ Additional: true;
874
+ Assistant: true;
875
+ Associate: true;
876
+ Backing: true;
877
+ Executive: true;
878
+ Featured: true;
879
+ Lead: true;
880
+ Primary: true;
881
+ Principal: true;
882
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
883
+ MixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
884
+ Additional: true;
885
+ Assistant: true;
886
+ Associate: true;
887
+ Backing: true;
888
+ Executive: true;
889
+ Featured: true;
890
+ Lead: true;
891
+ Primary: true;
892
+ Principal: true;
893
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
894
+ MusicDirector: import("@mysten/bcs").EnumOutputShapeWithKeys<{
895
+ Additional: true;
896
+ Assistant: true;
897
+ Associate: true;
898
+ Backing: true;
899
+ Executive: true;
900
+ Featured: true;
901
+ Lead: true;
902
+ Primary: true;
903
+ Principal: true;
904
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
905
+ MusicSupervisor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
906
+ Additional: true;
907
+ Assistant: true;
908
+ Associate: true;
909
+ Backing: true;
910
+ Executive: true;
911
+ Featured: true;
912
+ Lead: true;
913
+ Primary: true;
914
+ Principal: true;
915
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
916
+ Narrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
917
+ Additional: true;
918
+ Assistant: true;
919
+ Associate: true;
920
+ Backing: true;
921
+ Executive: true;
922
+ Featured: true;
923
+ Lead: true;
924
+ Primary: true;
925
+ Principal: true;
926
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
927
+ Orchestra: import("@mysten/bcs").EnumOutputShapeWithKeys<{
928
+ Additional: true;
929
+ Assistant: true;
930
+ Associate: true;
931
+ Backing: true;
932
+ Executive: true;
933
+ Featured: true;
934
+ Lead: true;
935
+ Primary: true;
936
+ Principal: true;
937
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
938
+ Orchestrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
939
+ Additional: true;
940
+ Assistant: true;
941
+ Associate: true;
942
+ Backing: true;
943
+ Executive: true;
944
+ Featured: true;
945
+ Lead: true;
946
+ Primary: true;
947
+ Principal: true;
948
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
949
+ Performer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
950
+ Additional: true;
951
+ Assistant: true;
952
+ Associate: true;
953
+ Backing: true;
954
+ Executive: true;
955
+ Featured: true;
956
+ Lead: true;
957
+ Primary: true;
958
+ Principal: true;
959
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
960
+ Producer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
961
+ Additional: true;
962
+ Assistant: true;
963
+ Associate: true;
964
+ Backing: true;
965
+ Executive: true;
966
+ Featured: true;
967
+ Lead: true;
968
+ Primary: true;
969
+ Principal: true;
970
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
971
+ Programmer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
972
+ Additional: true;
973
+ Assistant: true;
974
+ Associate: true;
975
+ Backing: true;
976
+ Executive: true;
977
+ Featured: true;
978
+ Lead: true;
979
+ Primary: true;
980
+ Principal: true;
981
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
982
+ RecordingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
983
+ Additional: true;
984
+ Assistant: true;
985
+ Associate: true;
986
+ Backing: true;
987
+ Executive: true;
988
+ Featured: true;
989
+ Lead: true;
990
+ Primary: true;
991
+ Principal: true;
992
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
993
+ RemixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
994
+ Additional: true;
995
+ Assistant: true;
996
+ Associate: true;
997
+ Backing: true;
998
+ Executive: true;
999
+ Featured: true;
1000
+ Lead: true;
1001
+ Primary: true;
1002
+ Principal: true;
1003
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1004
+ Soloist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1005
+ Additional: true;
1006
+ Assistant: true;
1007
+ Associate: true;
1008
+ Backing: true;
1009
+ Executive: true;
1010
+ Featured: true;
1011
+ Lead: true;
1012
+ Primary: true;
1013
+ Principal: true;
1014
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1015
+ SoundDesigner: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1016
+ Additional: true;
1017
+ Assistant: true;
1018
+ Associate: true;
1019
+ Backing: true;
1020
+ Executive: true;
1021
+ Featured: true;
1022
+ Lead: true;
1023
+ Primary: true;
1024
+ Principal: true;
1025
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1026
+ Speaker: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1027
+ Additional: true;
1028
+ Assistant: true;
1029
+ Associate: true;
1030
+ Backing: true;
1031
+ Executive: true;
1032
+ Featured: true;
1033
+ Lead: true;
1034
+ Primary: true;
1035
+ Principal: true;
1036
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1037
+ Vocalist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1038
+ Additional: true;
1039
+ Assistant: true;
1040
+ Associate: true;
1041
+ Backing: true;
1042
+ Executive: true;
1043
+ Featured: true;
1044
+ Lead: true;
1045
+ Primary: true;
1046
+ Principal: true;
1047
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1048
+ Custom: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
1049
+ Additional: true;
1050
+ Assistant: true;
1051
+ Associate: true;
1052
+ Backing: true;
1053
+ Executive: true;
1054
+ Featured: true;
1055
+ Lead: true;
1056
+ Primary: true;
1057
+ Principal: true;
1058
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
1059
+ }, "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">[], Iterable<import("@mysten/bcs").EnumInputShape<{
1060
+ Actor: import("@mysten/bcs").EnumInputShape<{
1061
+ Additional: boolean | object | null;
1062
+ Assistant: boolean | object | null;
1063
+ Associate: boolean | object | null;
1064
+ Backing: boolean | object | null;
1065
+ Executive: boolean | object | null;
1066
+ Featured: boolean | object | null;
1067
+ Lead: boolean | object | null;
1068
+ Primary: boolean | object | null;
1069
+ Principal: boolean | object | null;
1070
+ }> | null | undefined;
1071
+ Arranger: import("@mysten/bcs").EnumInputShape<{
1072
+ Additional: boolean | object | null;
1073
+ Assistant: boolean | object | null;
1074
+ Associate: boolean | object | null;
1075
+ Backing: boolean | object | null;
1076
+ Executive: boolean | object | null;
1077
+ Featured: boolean | object | null;
1078
+ Lead: boolean | object | null;
1079
+ Primary: boolean | object | null;
1080
+ Principal: boolean | object | null;
1081
+ }> | null | undefined;
1082
+ ArtistsAndRepertoire: boolean | object | null;
1083
+ BandLeader: import("@mysten/bcs").EnumInputShape<{
1084
+ Additional: boolean | object | null;
1085
+ Assistant: boolean | object | null;
1086
+ Associate: boolean | object | null;
1087
+ Backing: boolean | object | null;
1088
+ Executive: boolean | object | null;
1089
+ Featured: boolean | object | null;
1090
+ Lead: boolean | object | null;
1091
+ Primary: boolean | object | null;
1092
+ Principal: boolean | object | null;
1093
+ }> | null | undefined;
1094
+ Choir: import("@mysten/bcs").EnumInputShape<{
1095
+ Additional: boolean | object | null;
1096
+ Assistant: boolean | object | null;
1097
+ Associate: boolean | object | null;
1098
+ Backing: boolean | object | null;
1099
+ Executive: boolean | object | null;
1100
+ Featured: boolean | object | null;
1101
+ Lead: boolean | object | null;
1102
+ Primary: boolean | object | null;
1103
+ Principal: boolean | object | null;
1104
+ }> | null | undefined;
1105
+ ChoirMaster: import("@mysten/bcs").EnumInputShape<{
1106
+ Additional: boolean | object | null;
1107
+ Assistant: boolean | object | null;
1108
+ Associate: boolean | object | null;
1109
+ Backing: boolean | object | null;
1110
+ Executive: boolean | object | null;
1111
+ Featured: boolean | object | null;
1112
+ Lead: boolean | object | null;
1113
+ Primary: boolean | object | null;
1114
+ Principal: boolean | object | null;
1115
+ }> | null | undefined;
1116
+ ConcertMaster: import("@mysten/bcs").EnumInputShape<{
1117
+ Additional: boolean | object | null;
1118
+ Assistant: boolean | object | null;
1119
+ Associate: boolean | object | null;
1120
+ Backing: boolean | object | null;
1121
+ Executive: boolean | object | null;
1122
+ Featured: boolean | object | null;
1123
+ Lead: boolean | object | null;
1124
+ Primary: boolean | object | null;
1125
+ Principal: boolean | object | null;
1126
+ }> | null | undefined;
1127
+ Conductor: import("@mysten/bcs").EnumInputShape<{
1128
+ Additional: boolean | object | null;
1129
+ Assistant: boolean | object | null;
1130
+ Associate: boolean | object | null;
1131
+ Backing: boolean | object | null;
1132
+ Executive: boolean | object | null;
1133
+ Featured: boolean | object | null;
1134
+ Lead: boolean | object | null;
1135
+ Primary: boolean | object | null;
1136
+ Principal: boolean | object | null;
1137
+ }> | null | undefined;
1138
+ Contractor: import("@mysten/bcs").EnumInputShape<{
1139
+ Additional: boolean | object | null;
1140
+ Assistant: boolean | object | null;
1141
+ Associate: boolean | object | null;
1142
+ Backing: boolean | object | null;
1143
+ Executive: boolean | object | null;
1144
+ Featured: boolean | object | null;
1145
+ Lead: boolean | object | null;
1146
+ Primary: boolean | object | null;
1147
+ Principal: boolean | object | null;
1148
+ }> | null | undefined;
1149
+ Copyist: boolean | object | null;
1150
+ DJ: import("@mysten/bcs").EnumInputShape<{
1151
+ Additional: boolean | object | null;
1152
+ Assistant: boolean | object | null;
1153
+ Associate: boolean | object | null;
1154
+ Backing: boolean | object | null;
1155
+ Executive: boolean | object | null;
1156
+ Featured: boolean | object | null;
1157
+ Lead: boolean | object | null;
1158
+ Primary: boolean | object | null;
1159
+ Principal: boolean | object | null;
1160
+ }> | null | undefined;
1161
+ Editor: import("@mysten/bcs").EnumInputShape<{
1162
+ Additional: boolean | object | null;
1163
+ Assistant: boolean | object | null;
1164
+ Associate: boolean | object | null;
1165
+ Backing: boolean | object | null;
1166
+ Executive: boolean | object | null;
1167
+ Featured: boolean | object | null;
1168
+ Lead: boolean | object | null;
1169
+ Primary: boolean | object | null;
1170
+ Principal: boolean | object | null;
1171
+ }> | null | undefined;
1172
+ Engineer: import("@mysten/bcs").EnumInputShape<{
1173
+ Additional: boolean | object | null;
1174
+ Assistant: boolean | object | null;
1175
+ Associate: boolean | object | null;
1176
+ Backing: boolean | object | null;
1177
+ Executive: boolean | object | null;
1178
+ Featured: boolean | object | null;
1179
+ Lead: boolean | object | null;
1180
+ Primary: boolean | object | null;
1181
+ Principal: boolean | object | null;
1182
+ }> | null | undefined;
1183
+ Ensemble: import("@mysten/bcs").EnumInputShape<{
1184
+ Additional: boolean | object | null;
1185
+ Assistant: boolean | object | null;
1186
+ Associate: boolean | object | null;
1187
+ Backing: boolean | object | null;
1188
+ Executive: boolean | object | null;
1189
+ Featured: boolean | object | null;
1190
+ Lead: boolean | object | null;
1191
+ Primary: boolean | object | null;
1192
+ Principal: boolean | object | null;
1193
+ }> | null | undefined;
1194
+ Instrumentalist: readonly [string, import("@mysten/bcs").EnumInputShape<{
1195
+ Additional: boolean | object | null;
1196
+ Assistant: boolean | object | null;
1197
+ Associate: boolean | object | null;
1198
+ Backing: boolean | object | null;
1199
+ Executive: boolean | object | null;
1200
+ Featured: boolean | object | null;
1201
+ Lead: boolean | object | null;
1202
+ Primary: boolean | object | null;
1203
+ Principal: boolean | object | null;
1204
+ }> | null | undefined];
1205
+ MasteringEngineer: import("@mysten/bcs").EnumInputShape<{
1206
+ Additional: boolean | object | null;
1207
+ Assistant: boolean | object | null;
1208
+ Associate: boolean | object | null;
1209
+ Backing: boolean | object | null;
1210
+ Executive: boolean | object | null;
1211
+ Featured: boolean | object | null;
1212
+ Lead: boolean | object | null;
1213
+ Primary: boolean | object | null;
1214
+ Principal: boolean | object | null;
1215
+ }> | null | undefined;
1216
+ MixingEngineer: import("@mysten/bcs").EnumInputShape<{
1217
+ Additional: boolean | object | null;
1218
+ Assistant: boolean | object | null;
1219
+ Associate: boolean | object | null;
1220
+ Backing: boolean | object | null;
1221
+ Executive: boolean | object | null;
1222
+ Featured: boolean | object | null;
1223
+ Lead: boolean | object | null;
1224
+ Primary: boolean | object | null;
1225
+ Principal: boolean | object | null;
1226
+ }> | null | undefined;
1227
+ MusicDirector: import("@mysten/bcs").EnumInputShape<{
1228
+ Additional: boolean | object | null;
1229
+ Assistant: boolean | object | null;
1230
+ Associate: boolean | object | null;
1231
+ Backing: boolean | object | null;
1232
+ Executive: boolean | object | null;
1233
+ Featured: boolean | object | null;
1234
+ Lead: boolean | object | null;
1235
+ Primary: boolean | object | null;
1236
+ Principal: boolean | object | null;
1237
+ }> | null | undefined;
1238
+ MusicSupervisor: import("@mysten/bcs").EnumInputShape<{
1239
+ Additional: boolean | object | null;
1240
+ Assistant: boolean | object | null;
1241
+ Associate: boolean | object | null;
1242
+ Backing: boolean | object | null;
1243
+ Executive: boolean | object | null;
1244
+ Featured: boolean | object | null;
1245
+ Lead: boolean | object | null;
1246
+ Primary: boolean | object | null;
1247
+ Principal: boolean | object | null;
1248
+ }> | null | undefined;
1249
+ Narrator: import("@mysten/bcs").EnumInputShape<{
1250
+ Additional: boolean | object | null;
1251
+ Assistant: boolean | object | null;
1252
+ Associate: boolean | object | null;
1253
+ Backing: boolean | object | null;
1254
+ Executive: boolean | object | null;
1255
+ Featured: boolean | object | null;
1256
+ Lead: boolean | object | null;
1257
+ Primary: boolean | object | null;
1258
+ Principal: boolean | object | null;
1259
+ }> | null | undefined;
1260
+ Orchestra: import("@mysten/bcs").EnumInputShape<{
1261
+ Additional: boolean | object | null;
1262
+ Assistant: boolean | object | null;
1263
+ Associate: boolean | object | null;
1264
+ Backing: boolean | object | null;
1265
+ Executive: boolean | object | null;
1266
+ Featured: boolean | object | null;
1267
+ Lead: boolean | object | null;
1268
+ Primary: boolean | object | null;
1269
+ Principal: boolean | object | null;
1270
+ }> | null | undefined;
1271
+ Orchestrator: import("@mysten/bcs").EnumInputShape<{
1272
+ Additional: boolean | object | null;
1273
+ Assistant: boolean | object | null;
1274
+ Associate: boolean | object | null;
1275
+ Backing: boolean | object | null;
1276
+ Executive: boolean | object | null;
1277
+ Featured: boolean | object | null;
1278
+ Lead: boolean | object | null;
1279
+ Primary: boolean | object | null;
1280
+ Principal: boolean | object | null;
1281
+ }> | null | undefined;
1282
+ Performer: import("@mysten/bcs").EnumInputShape<{
1283
+ Additional: boolean | object | null;
1284
+ Assistant: boolean | object | null;
1285
+ Associate: boolean | object | null;
1286
+ Backing: boolean | object | null;
1287
+ Executive: boolean | object | null;
1288
+ Featured: boolean | object | null;
1289
+ Lead: boolean | object | null;
1290
+ Primary: boolean | object | null;
1291
+ Principal: boolean | object | null;
1292
+ }> | null | undefined;
1293
+ Producer: import("@mysten/bcs").EnumInputShape<{
1294
+ Additional: boolean | object | null;
1295
+ Assistant: boolean | object | null;
1296
+ Associate: boolean | object | null;
1297
+ Backing: boolean | object | null;
1298
+ Executive: boolean | object | null;
1299
+ Featured: boolean | object | null;
1300
+ Lead: boolean | object | null;
1301
+ Primary: boolean | object | null;
1302
+ Principal: boolean | object | null;
1303
+ }> | null | undefined;
1304
+ Programmer: import("@mysten/bcs").EnumInputShape<{
1305
+ Additional: boolean | object | null;
1306
+ Assistant: boolean | object | null;
1307
+ Associate: boolean | object | null;
1308
+ Backing: boolean | object | null;
1309
+ Executive: boolean | object | null;
1310
+ Featured: boolean | object | null;
1311
+ Lead: boolean | object | null;
1312
+ Primary: boolean | object | null;
1313
+ Principal: boolean | object | null;
1314
+ }> | null | undefined;
1315
+ RecordingEngineer: import("@mysten/bcs").EnumInputShape<{
1316
+ Additional: boolean | object | null;
1317
+ Assistant: boolean | object | null;
1318
+ Associate: boolean | object | null;
1319
+ Backing: boolean | object | null;
1320
+ Executive: boolean | object | null;
1321
+ Featured: boolean | object | null;
1322
+ Lead: boolean | object | null;
1323
+ Primary: boolean | object | null;
1324
+ Principal: boolean | object | null;
1325
+ }> | null | undefined;
1326
+ RemixingEngineer: import("@mysten/bcs").EnumInputShape<{
1327
+ Additional: boolean | object | null;
1328
+ Assistant: boolean | object | null;
1329
+ Associate: boolean | object | null;
1330
+ Backing: boolean | object | null;
1331
+ Executive: boolean | object | null;
1332
+ Featured: boolean | object | null;
1333
+ Lead: boolean | object | null;
1334
+ Primary: boolean | object | null;
1335
+ Principal: boolean | object | null;
1336
+ }> | null | undefined;
1337
+ Soloist: import("@mysten/bcs").EnumInputShape<{
1338
+ Additional: boolean | object | null;
1339
+ Assistant: boolean | object | null;
1340
+ Associate: boolean | object | null;
1341
+ Backing: boolean | object | null;
1342
+ Executive: boolean | object | null;
1343
+ Featured: boolean | object | null;
1344
+ Lead: boolean | object | null;
1345
+ Primary: boolean | object | null;
1346
+ Principal: boolean | object | null;
1347
+ }> | null | undefined;
1348
+ SoundDesigner: import("@mysten/bcs").EnumInputShape<{
1349
+ Additional: boolean | object | null;
1350
+ Assistant: boolean | object | null;
1351
+ Associate: boolean | object | null;
1352
+ Backing: boolean | object | null;
1353
+ Executive: boolean | object | null;
1354
+ Featured: boolean | object | null;
1355
+ Lead: boolean | object | null;
1356
+ Primary: boolean | object | null;
1357
+ Principal: boolean | object | null;
1358
+ }> | null | undefined;
1359
+ Speaker: import("@mysten/bcs").EnumInputShape<{
1360
+ Additional: boolean | object | null;
1361
+ Assistant: boolean | object | null;
1362
+ Associate: boolean | object | null;
1363
+ Backing: boolean | object | null;
1364
+ Executive: boolean | object | null;
1365
+ Featured: boolean | object | null;
1366
+ Lead: boolean | object | null;
1367
+ Primary: boolean | object | null;
1368
+ Principal: boolean | object | null;
1369
+ }> | null | undefined;
1370
+ Vocalist: import("@mysten/bcs").EnumInputShape<{
1371
+ Additional: boolean | object | null;
1372
+ Assistant: boolean | object | null;
1373
+ Associate: boolean | object | null;
1374
+ Backing: boolean | object | null;
1375
+ Executive: boolean | object | null;
1376
+ Featured: boolean | object | null;
1377
+ Lead: boolean | object | null;
1378
+ Primary: boolean | object | null;
1379
+ Principal: boolean | object | null;
1380
+ }> | null | undefined;
1381
+ Custom: readonly [string, import("@mysten/bcs").EnumInputShape<{
1382
+ Additional: boolean | object | null;
1383
+ Assistant: boolean | object | null;
1384
+ Associate: boolean | object | null;
1385
+ Backing: boolean | object | null;
1386
+ Executive: boolean | object | null;
1387
+ Featured: boolean | object | null;
1388
+ Lead: boolean | object | null;
1389
+ Primary: boolean | object | null;
1390
+ Principal: boolean | object | null;
1391
+ }> | null | undefined];
1392
+ }>> & {
1393
+ length: number;
1394
+ }, string>;
1395
+ }, "miso_credit::credit::Credit<@local-pkg/recording_credits::recording_party_role::RecordingPartyRole>">;
1396
+ }, "@local-pkg/recording_credits::recording_credits::CreditAddedEvent">;
1397
+ export declare const CreditRemovedEvent: MoveStruct<{
1398
+ recording_id: import("@mysten/sui/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1399
+ party_id: import("@mysten/sui/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1400
+ credit: MoveStruct<{
1401
+ display_name: import("@mysten/sui/bcs").BcsType<string, string, "string">;
1402
+ roles: import("@mysten/sui/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
1403
+ Actor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1404
+ Additional: true;
1405
+ Assistant: true;
1406
+ Associate: true;
1407
+ Backing: true;
1408
+ Executive: true;
1409
+ Featured: true;
1410
+ Lead: true;
1411
+ Primary: true;
1412
+ Principal: true;
1413
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1414
+ Arranger: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1415
+ Additional: true;
1416
+ Assistant: true;
1417
+ Associate: true;
1418
+ Backing: true;
1419
+ Executive: true;
1420
+ Featured: true;
1421
+ Lead: true;
1422
+ Primary: true;
1423
+ Principal: true;
1424
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1425
+ ArtistsAndRepertoire: true;
1426
+ BandLeader: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1427
+ Additional: true;
1428
+ Assistant: true;
1429
+ Associate: true;
1430
+ Backing: true;
1431
+ Executive: true;
1432
+ Featured: true;
1433
+ Lead: true;
1434
+ Primary: true;
1435
+ Principal: true;
1436
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1437
+ Choir: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1438
+ Additional: true;
1439
+ Assistant: true;
1440
+ Associate: true;
1441
+ Backing: true;
1442
+ Executive: true;
1443
+ Featured: true;
1444
+ Lead: true;
1445
+ Primary: true;
1446
+ Principal: true;
1447
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1448
+ ChoirMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1449
+ Additional: true;
1450
+ Assistant: true;
1451
+ Associate: true;
1452
+ Backing: true;
1453
+ Executive: true;
1454
+ Featured: true;
1455
+ Lead: true;
1456
+ Primary: true;
1457
+ Principal: true;
1458
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1459
+ ConcertMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1460
+ Additional: true;
1461
+ Assistant: true;
1462
+ Associate: true;
1463
+ Backing: true;
1464
+ Executive: true;
1465
+ Featured: true;
1466
+ Lead: true;
1467
+ Primary: true;
1468
+ Principal: true;
1469
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1470
+ Conductor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1471
+ Additional: true;
1472
+ Assistant: true;
1473
+ Associate: true;
1474
+ Backing: true;
1475
+ Executive: true;
1476
+ Featured: true;
1477
+ Lead: true;
1478
+ Primary: true;
1479
+ Principal: true;
1480
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1481
+ Contractor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1482
+ Additional: true;
1483
+ Assistant: true;
1484
+ Associate: true;
1485
+ Backing: true;
1486
+ Executive: true;
1487
+ Featured: true;
1488
+ Lead: true;
1489
+ Primary: true;
1490
+ Principal: true;
1491
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1492
+ Copyist: true;
1493
+ DJ: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1494
+ Additional: true;
1495
+ Assistant: true;
1496
+ Associate: true;
1497
+ Backing: true;
1498
+ Executive: true;
1499
+ Featured: true;
1500
+ Lead: true;
1501
+ Primary: true;
1502
+ Principal: true;
1503
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1504
+ Editor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1505
+ Additional: true;
1506
+ Assistant: true;
1507
+ Associate: true;
1508
+ Backing: true;
1509
+ Executive: true;
1510
+ Featured: true;
1511
+ Lead: true;
1512
+ Primary: true;
1513
+ Principal: true;
1514
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1515
+ Engineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1516
+ Additional: true;
1517
+ Assistant: true;
1518
+ Associate: true;
1519
+ Backing: true;
1520
+ Executive: true;
1521
+ Featured: true;
1522
+ Lead: true;
1523
+ Primary: true;
1524
+ Principal: true;
1525
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1526
+ Ensemble: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1527
+ Additional: true;
1528
+ Assistant: true;
1529
+ Associate: true;
1530
+ Backing: true;
1531
+ Executive: true;
1532
+ Featured: true;
1533
+ Lead: true;
1534
+ Primary: true;
1535
+ Principal: true;
1536
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1537
+ Instrumentalist: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
1538
+ Additional: true;
1539
+ Assistant: true;
1540
+ Associate: true;
1541
+ Backing: true;
1542
+ Executive: true;
1543
+ Featured: true;
1544
+ Lead: true;
1545
+ Primary: true;
1546
+ Principal: true;
1547
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
1548
+ MasteringEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1549
+ Additional: true;
1550
+ Assistant: true;
1551
+ Associate: true;
1552
+ Backing: true;
1553
+ Executive: true;
1554
+ Featured: true;
1555
+ Lead: true;
1556
+ Primary: true;
1557
+ Principal: true;
1558
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1559
+ MixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1560
+ Additional: true;
1561
+ Assistant: true;
1562
+ Associate: true;
1563
+ Backing: true;
1564
+ Executive: true;
1565
+ Featured: true;
1566
+ Lead: true;
1567
+ Primary: true;
1568
+ Principal: true;
1569
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1570
+ MusicDirector: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1571
+ Additional: true;
1572
+ Assistant: true;
1573
+ Associate: true;
1574
+ Backing: true;
1575
+ Executive: true;
1576
+ Featured: true;
1577
+ Lead: true;
1578
+ Primary: true;
1579
+ Principal: true;
1580
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1581
+ MusicSupervisor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1582
+ Additional: true;
1583
+ Assistant: true;
1584
+ Associate: true;
1585
+ Backing: true;
1586
+ Executive: true;
1587
+ Featured: true;
1588
+ Lead: true;
1589
+ Primary: true;
1590
+ Principal: true;
1591
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1592
+ Narrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1593
+ Additional: true;
1594
+ Assistant: true;
1595
+ Associate: true;
1596
+ Backing: true;
1597
+ Executive: true;
1598
+ Featured: true;
1599
+ Lead: true;
1600
+ Primary: true;
1601
+ Principal: true;
1602
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1603
+ Orchestra: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1604
+ Additional: true;
1605
+ Assistant: true;
1606
+ Associate: true;
1607
+ Backing: true;
1608
+ Executive: true;
1609
+ Featured: true;
1610
+ Lead: true;
1611
+ Primary: true;
1612
+ Principal: true;
1613
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1614
+ Orchestrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1615
+ Additional: true;
1616
+ Assistant: true;
1617
+ Associate: true;
1618
+ Backing: true;
1619
+ Executive: true;
1620
+ Featured: true;
1621
+ Lead: true;
1622
+ Primary: true;
1623
+ Principal: true;
1624
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1625
+ Performer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1626
+ Additional: true;
1627
+ Assistant: true;
1628
+ Associate: true;
1629
+ Backing: true;
1630
+ Executive: true;
1631
+ Featured: true;
1632
+ Lead: true;
1633
+ Primary: true;
1634
+ Principal: true;
1635
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1636
+ Producer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1637
+ Additional: true;
1638
+ Assistant: true;
1639
+ Associate: true;
1640
+ Backing: true;
1641
+ Executive: true;
1642
+ Featured: true;
1643
+ Lead: true;
1644
+ Primary: true;
1645
+ Principal: true;
1646
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1647
+ Programmer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1648
+ Additional: true;
1649
+ Assistant: true;
1650
+ Associate: true;
1651
+ Backing: true;
1652
+ Executive: true;
1653
+ Featured: true;
1654
+ Lead: true;
1655
+ Primary: true;
1656
+ Principal: true;
1657
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1658
+ RecordingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1659
+ Additional: true;
1660
+ Assistant: true;
1661
+ Associate: true;
1662
+ Backing: true;
1663
+ Executive: true;
1664
+ Featured: true;
1665
+ Lead: true;
1666
+ Primary: true;
1667
+ Principal: true;
1668
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1669
+ RemixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1670
+ Additional: true;
1671
+ Assistant: true;
1672
+ Associate: true;
1673
+ Backing: true;
1674
+ Executive: true;
1675
+ Featured: true;
1676
+ Lead: true;
1677
+ Primary: true;
1678
+ Principal: true;
1679
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1680
+ Soloist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1681
+ Additional: true;
1682
+ Assistant: true;
1683
+ Associate: true;
1684
+ Backing: true;
1685
+ Executive: true;
1686
+ Featured: true;
1687
+ Lead: true;
1688
+ Primary: true;
1689
+ Principal: true;
1690
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1691
+ SoundDesigner: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1692
+ Additional: true;
1693
+ Assistant: true;
1694
+ Associate: true;
1695
+ Backing: true;
1696
+ Executive: true;
1697
+ Featured: true;
1698
+ Lead: true;
1699
+ Primary: true;
1700
+ Principal: true;
1701
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1702
+ Speaker: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1703
+ Additional: true;
1704
+ Assistant: true;
1705
+ Associate: true;
1706
+ Backing: true;
1707
+ Executive: true;
1708
+ Featured: true;
1709
+ Lead: true;
1710
+ Primary: true;
1711
+ Principal: true;
1712
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1713
+ Vocalist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1714
+ Additional: true;
1715
+ Assistant: true;
1716
+ Associate: true;
1717
+ Backing: true;
1718
+ Executive: true;
1719
+ Featured: true;
1720
+ Lead: true;
1721
+ Primary: true;
1722
+ Principal: true;
1723
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
1724
+ Custom: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
1725
+ Additional: true;
1726
+ Assistant: true;
1727
+ Associate: true;
1728
+ Backing: true;
1729
+ Executive: true;
1730
+ Featured: true;
1731
+ Lead: true;
1732
+ Primary: true;
1733
+ Principal: true;
1734
+ }, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
1735
+ }, "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">[], Iterable<import("@mysten/bcs").EnumInputShape<{
1736
+ Actor: import("@mysten/bcs").EnumInputShape<{
1737
+ Additional: boolean | object | null;
1738
+ Assistant: boolean | object | null;
1739
+ Associate: boolean | object | null;
1740
+ Backing: boolean | object | null;
1741
+ Executive: boolean | object | null;
1742
+ Featured: boolean | object | null;
1743
+ Lead: boolean | object | null;
1744
+ Primary: boolean | object | null;
1745
+ Principal: boolean | object | null;
1746
+ }> | null | undefined;
1747
+ Arranger: import("@mysten/bcs").EnumInputShape<{
1748
+ Additional: boolean | object | null;
1749
+ Assistant: boolean | object | null;
1750
+ Associate: boolean | object | null;
1751
+ Backing: boolean | object | null;
1752
+ Executive: boolean | object | null;
1753
+ Featured: boolean | object | null;
1754
+ Lead: boolean | object | null;
1755
+ Primary: boolean | object | null;
1756
+ Principal: boolean | object | null;
1757
+ }> | null | undefined;
1758
+ ArtistsAndRepertoire: boolean | object | null;
1759
+ BandLeader: import("@mysten/bcs").EnumInputShape<{
1760
+ Additional: boolean | object | null;
1761
+ Assistant: boolean | object | null;
1762
+ Associate: boolean | object | null;
1763
+ Backing: boolean | object | null;
1764
+ Executive: boolean | object | null;
1765
+ Featured: boolean | object | null;
1766
+ Lead: boolean | object | null;
1767
+ Primary: boolean | object | null;
1768
+ Principal: boolean | object | null;
1769
+ }> | null | undefined;
1770
+ Choir: import("@mysten/bcs").EnumInputShape<{
1771
+ Additional: boolean | object | null;
1772
+ Assistant: boolean | object | null;
1773
+ Associate: boolean | object | null;
1774
+ Backing: boolean | object | null;
1775
+ Executive: boolean | object | null;
1776
+ Featured: boolean | object | null;
1777
+ Lead: boolean | object | null;
1778
+ Primary: boolean | object | null;
1779
+ Principal: boolean | object | null;
1780
+ }> | null | undefined;
1781
+ ChoirMaster: import("@mysten/bcs").EnumInputShape<{
1782
+ Additional: boolean | object | null;
1783
+ Assistant: boolean | object | null;
1784
+ Associate: boolean | object | null;
1785
+ Backing: boolean | object | null;
1786
+ Executive: boolean | object | null;
1787
+ Featured: boolean | object | null;
1788
+ Lead: boolean | object | null;
1789
+ Primary: boolean | object | null;
1790
+ Principal: boolean | object | null;
1791
+ }> | null | undefined;
1792
+ ConcertMaster: import("@mysten/bcs").EnumInputShape<{
1793
+ Additional: boolean | object | null;
1794
+ Assistant: boolean | object | null;
1795
+ Associate: boolean | object | null;
1796
+ Backing: boolean | object | null;
1797
+ Executive: boolean | object | null;
1798
+ Featured: boolean | object | null;
1799
+ Lead: boolean | object | null;
1800
+ Primary: boolean | object | null;
1801
+ Principal: boolean | object | null;
1802
+ }> | null | undefined;
1803
+ Conductor: import("@mysten/bcs").EnumInputShape<{
1804
+ Additional: boolean | object | null;
1805
+ Assistant: boolean | object | null;
1806
+ Associate: boolean | object | null;
1807
+ Backing: boolean | object | null;
1808
+ Executive: boolean | object | null;
1809
+ Featured: boolean | object | null;
1810
+ Lead: boolean | object | null;
1811
+ Primary: boolean | object | null;
1812
+ Principal: boolean | object | null;
1813
+ }> | null | undefined;
1814
+ Contractor: import("@mysten/bcs").EnumInputShape<{
1815
+ Additional: boolean | object | null;
1816
+ Assistant: boolean | object | null;
1817
+ Associate: boolean | object | null;
1818
+ Backing: boolean | object | null;
1819
+ Executive: boolean | object | null;
1820
+ Featured: boolean | object | null;
1821
+ Lead: boolean | object | null;
1822
+ Primary: boolean | object | null;
1823
+ Principal: boolean | object | null;
1824
+ }> | null | undefined;
1825
+ Copyist: boolean | object | null;
1826
+ DJ: import("@mysten/bcs").EnumInputShape<{
1827
+ Additional: boolean | object | null;
1828
+ Assistant: boolean | object | null;
1829
+ Associate: boolean | object | null;
1830
+ Backing: boolean | object | null;
1831
+ Executive: boolean | object | null;
1832
+ Featured: boolean | object | null;
1833
+ Lead: boolean | object | null;
1834
+ Primary: boolean | object | null;
1835
+ Principal: boolean | object | null;
1836
+ }> | null | undefined;
1837
+ Editor: import("@mysten/bcs").EnumInputShape<{
1838
+ Additional: boolean | object | null;
1839
+ Assistant: boolean | object | null;
1840
+ Associate: boolean | object | null;
1841
+ Backing: boolean | object | null;
1842
+ Executive: boolean | object | null;
1843
+ Featured: boolean | object | null;
1844
+ Lead: boolean | object | null;
1845
+ Primary: boolean | object | null;
1846
+ Principal: boolean | object | null;
1847
+ }> | null | undefined;
1848
+ Engineer: import("@mysten/bcs").EnumInputShape<{
1849
+ Additional: boolean | object | null;
1850
+ Assistant: boolean | object | null;
1851
+ Associate: boolean | object | null;
1852
+ Backing: boolean | object | null;
1853
+ Executive: boolean | object | null;
1854
+ Featured: boolean | object | null;
1855
+ Lead: boolean | object | null;
1856
+ Primary: boolean | object | null;
1857
+ Principal: boolean | object | null;
1858
+ }> | null | undefined;
1859
+ Ensemble: import("@mysten/bcs").EnumInputShape<{
1860
+ Additional: boolean | object | null;
1861
+ Assistant: boolean | object | null;
1862
+ Associate: boolean | object | null;
1863
+ Backing: boolean | object | null;
1864
+ Executive: boolean | object | null;
1865
+ Featured: boolean | object | null;
1866
+ Lead: boolean | object | null;
1867
+ Primary: boolean | object | null;
1868
+ Principal: boolean | object | null;
1869
+ }> | null | undefined;
1870
+ Instrumentalist: readonly [string, import("@mysten/bcs").EnumInputShape<{
1871
+ Additional: boolean | object | null;
1872
+ Assistant: boolean | object | null;
1873
+ Associate: boolean | object | null;
1874
+ Backing: boolean | object | null;
1875
+ Executive: boolean | object | null;
1876
+ Featured: boolean | object | null;
1877
+ Lead: boolean | object | null;
1878
+ Primary: boolean | object | null;
1879
+ Principal: boolean | object | null;
1880
+ }> | null | undefined];
1881
+ MasteringEngineer: import("@mysten/bcs").EnumInputShape<{
1882
+ Additional: boolean | object | null;
1883
+ Assistant: boolean | object | null;
1884
+ Associate: boolean | object | null;
1885
+ Backing: boolean | object | null;
1886
+ Executive: boolean | object | null;
1887
+ Featured: boolean | object | null;
1888
+ Lead: boolean | object | null;
1889
+ Primary: boolean | object | null;
1890
+ Principal: boolean | object | null;
1891
+ }> | null | undefined;
1892
+ MixingEngineer: import("@mysten/bcs").EnumInputShape<{
1893
+ Additional: boolean | object | null;
1894
+ Assistant: boolean | object | null;
1895
+ Associate: boolean | object | null;
1896
+ Backing: boolean | object | null;
1897
+ Executive: boolean | object | null;
1898
+ Featured: boolean | object | null;
1899
+ Lead: boolean | object | null;
1900
+ Primary: boolean | object | null;
1901
+ Principal: boolean | object | null;
1902
+ }> | null | undefined;
1903
+ MusicDirector: import("@mysten/bcs").EnumInputShape<{
1904
+ Additional: boolean | object | null;
1905
+ Assistant: boolean | object | null;
1906
+ Associate: boolean | object | null;
1907
+ Backing: boolean | object | null;
1908
+ Executive: boolean | object | null;
1909
+ Featured: boolean | object | null;
1910
+ Lead: boolean | object | null;
1911
+ Primary: boolean | object | null;
1912
+ Principal: boolean | object | null;
1913
+ }> | null | undefined;
1914
+ MusicSupervisor: import("@mysten/bcs").EnumInputShape<{
1915
+ Additional: boolean | object | null;
1916
+ Assistant: boolean | object | null;
1917
+ Associate: boolean | object | null;
1918
+ Backing: boolean | object | null;
1919
+ Executive: boolean | object | null;
1920
+ Featured: boolean | object | null;
1921
+ Lead: boolean | object | null;
1922
+ Primary: boolean | object | null;
1923
+ Principal: boolean | object | null;
1924
+ }> | null | undefined;
1925
+ Narrator: import("@mysten/bcs").EnumInputShape<{
1926
+ Additional: boolean | object | null;
1927
+ Assistant: boolean | object | null;
1928
+ Associate: boolean | object | null;
1929
+ Backing: boolean | object | null;
1930
+ Executive: boolean | object | null;
1931
+ Featured: boolean | object | null;
1932
+ Lead: boolean | object | null;
1933
+ Primary: boolean | object | null;
1934
+ Principal: boolean | object | null;
1935
+ }> | null | undefined;
1936
+ Orchestra: import("@mysten/bcs").EnumInputShape<{
1937
+ Additional: boolean | object | null;
1938
+ Assistant: boolean | object | null;
1939
+ Associate: boolean | object | null;
1940
+ Backing: boolean | object | null;
1941
+ Executive: boolean | object | null;
1942
+ Featured: boolean | object | null;
1943
+ Lead: boolean | object | null;
1944
+ Primary: boolean | object | null;
1945
+ Principal: boolean | object | null;
1946
+ }> | null | undefined;
1947
+ Orchestrator: import("@mysten/bcs").EnumInputShape<{
1948
+ Additional: boolean | object | null;
1949
+ Assistant: boolean | object | null;
1950
+ Associate: boolean | object | null;
1951
+ Backing: boolean | object | null;
1952
+ Executive: boolean | object | null;
1953
+ Featured: boolean | object | null;
1954
+ Lead: boolean | object | null;
1955
+ Primary: boolean | object | null;
1956
+ Principal: boolean | object | null;
1957
+ }> | null | undefined;
1958
+ Performer: import("@mysten/bcs").EnumInputShape<{
1959
+ Additional: boolean | object | null;
1960
+ Assistant: boolean | object | null;
1961
+ Associate: boolean | object | null;
1962
+ Backing: boolean | object | null;
1963
+ Executive: boolean | object | null;
1964
+ Featured: boolean | object | null;
1965
+ Lead: boolean | object | null;
1966
+ Primary: boolean | object | null;
1967
+ Principal: boolean | object | null;
1968
+ }> | null | undefined;
1969
+ Producer: import("@mysten/bcs").EnumInputShape<{
1970
+ Additional: boolean | object | null;
1971
+ Assistant: boolean | object | null;
1972
+ Associate: boolean | object | null;
1973
+ Backing: boolean | object | null;
1974
+ Executive: boolean | object | null;
1975
+ Featured: boolean | object | null;
1976
+ Lead: boolean | object | null;
1977
+ Primary: boolean | object | null;
1978
+ Principal: boolean | object | null;
1979
+ }> | null | undefined;
1980
+ Programmer: import("@mysten/bcs").EnumInputShape<{
1981
+ Additional: boolean | object | null;
1982
+ Assistant: boolean | object | null;
1983
+ Associate: boolean | object | null;
1984
+ Backing: boolean | object | null;
1985
+ Executive: boolean | object | null;
1986
+ Featured: boolean | object | null;
1987
+ Lead: boolean | object | null;
1988
+ Primary: boolean | object | null;
1989
+ Principal: boolean | object | null;
1990
+ }> | null | undefined;
1991
+ RecordingEngineer: import("@mysten/bcs").EnumInputShape<{
1992
+ Additional: boolean | object | null;
1993
+ Assistant: boolean | object | null;
1994
+ Associate: boolean | object | null;
1995
+ Backing: boolean | object | null;
1996
+ Executive: boolean | object | null;
1997
+ Featured: boolean | object | null;
1998
+ Lead: boolean | object | null;
1999
+ Primary: boolean | object | null;
2000
+ Principal: boolean | object | null;
2001
+ }> | null | undefined;
2002
+ RemixingEngineer: import("@mysten/bcs").EnumInputShape<{
2003
+ Additional: boolean | object | null;
2004
+ Assistant: boolean | object | null;
2005
+ Associate: boolean | object | null;
2006
+ Backing: boolean | object | null;
2007
+ Executive: boolean | object | null;
2008
+ Featured: boolean | object | null;
2009
+ Lead: boolean | object | null;
2010
+ Primary: boolean | object | null;
2011
+ Principal: boolean | object | null;
2012
+ }> | null | undefined;
2013
+ Soloist: import("@mysten/bcs").EnumInputShape<{
2014
+ Additional: boolean | object | null;
2015
+ Assistant: boolean | object | null;
2016
+ Associate: boolean | object | null;
2017
+ Backing: boolean | object | null;
2018
+ Executive: boolean | object | null;
2019
+ Featured: boolean | object | null;
2020
+ Lead: boolean | object | null;
2021
+ Primary: boolean | object | null;
2022
+ Principal: boolean | object | null;
2023
+ }> | null | undefined;
2024
+ SoundDesigner: import("@mysten/bcs").EnumInputShape<{
2025
+ Additional: boolean | object | null;
2026
+ Assistant: boolean | object | null;
2027
+ Associate: boolean | object | null;
2028
+ Backing: boolean | object | null;
2029
+ Executive: boolean | object | null;
2030
+ Featured: boolean | object | null;
2031
+ Lead: boolean | object | null;
2032
+ Primary: boolean | object | null;
2033
+ Principal: boolean | object | null;
2034
+ }> | null | undefined;
2035
+ Speaker: import("@mysten/bcs").EnumInputShape<{
2036
+ Additional: boolean | object | null;
2037
+ Assistant: boolean | object | null;
2038
+ Associate: boolean | object | null;
2039
+ Backing: boolean | object | null;
2040
+ Executive: boolean | object | null;
2041
+ Featured: boolean | object | null;
2042
+ Lead: boolean | object | null;
2043
+ Primary: boolean | object | null;
2044
+ Principal: boolean | object | null;
2045
+ }> | null | undefined;
2046
+ Vocalist: import("@mysten/bcs").EnumInputShape<{
2047
+ Additional: boolean | object | null;
2048
+ Assistant: boolean | object | null;
2049
+ Associate: boolean | object | null;
2050
+ Backing: boolean | object | null;
2051
+ Executive: boolean | object | null;
2052
+ Featured: boolean | object | null;
2053
+ Lead: boolean | object | null;
2054
+ Primary: boolean | object | null;
2055
+ Principal: boolean | object | null;
2056
+ }> | null | undefined;
2057
+ Custom: readonly [string, import("@mysten/bcs").EnumInputShape<{
2058
+ Additional: boolean | object | null;
2059
+ Assistant: boolean | object | null;
2060
+ Associate: boolean | object | null;
2061
+ Backing: boolean | object | null;
2062
+ Executive: boolean | object | null;
2063
+ Featured: boolean | object | null;
2064
+ Lead: boolean | object | null;
2065
+ Primary: boolean | object | null;
2066
+ Principal: boolean | object | null;
2067
+ }> | null | undefined];
2068
+ }>> & {
2069
+ length: number;
2070
+ }, string>;
2071
+ }, "miso_credit::credit::Credit<@local-pkg/recording_credits::recording_party_role::RecordingPartyRole>">;
2072
+ }, "@local-pkg/recording_credits::recording_credits::CreditRemovedEvent">;
2073
+ export declare const PrimaryArtistAddedEvent: MoveStruct<{
2074
+ recording_id: import("@mysten/sui/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2075
+ party_id: import("@mysten/sui/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2076
+ }, "@local-pkg/recording_credits::recording_credits::PrimaryArtistAddedEvent">;
2077
+ export declare const PrimaryArtistRemovedEvent: MoveStruct<{
2078
+ recording_id: import("@mysten/sui/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2079
+ party_id: import("@mysten/sui/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2080
+ }, "@local-pkg/recording_credits::recording_credits::PrimaryArtistRemovedEvent">;
2081
+ export declare const FeaturedArtistAddedEvent: MoveStruct<{
2082
+ recording_id: import("@mysten/sui/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2083
+ party_id: import("@mysten/sui/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2084
+ }, "@local-pkg/recording_credits::recording_credits::FeaturedArtistAddedEvent">;
2085
+ export declare const FeaturedArtistRemovedEvent: MoveStruct<{
2086
+ recording_id: import("@mysten/sui/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2087
+ party_id: import("@mysten/sui/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
2088
+ }, "@local-pkg/recording_credits::recording_credits::FeaturedArtistRemovedEvent">;
2089
+ export interface AddCreditArguments {
2090
+ self: RawTransactionArgument<string>;
2091
+ cap: RawTransactionArgument<string>;
2092
+ party: RawTransactionArgument<string>;
2093
+ credit: TransactionArgument;
2094
+ }
2095
+ export interface AddCreditOptions {
2096
+ package?: string;
2097
+ arguments: AddCreditArguments | [
2098
+ self: RawTransactionArgument<string>,
2099
+ cap: RawTransactionArgument<string>,
2100
+ party: RawTransactionArgument<string>,
2101
+ credit: TransactionArgument
2102
+ ];
2103
+ typeArguments: [
2104
+ string,
2105
+ string
2106
+ ];
2107
+ }
2108
+ /**
2109
+ * Adds a credit for a party on the recording, lazily creating the credits record
2110
+ * on first use. Each credit must have 1-10 roles, and a party may hold at most one
2111
+ * credit. Requires the recording's admin capability.
2112
+ */
2113
+ export declare function addCredit(options: AddCreditOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
2114
+ export interface RemoveCreditArguments {
2115
+ self: RawTransactionArgument<string>;
2116
+ cap: RawTransactionArgument<string>;
2117
+ partyId: RawTransactionArgument<string>;
2118
+ }
2119
+ export interface RemoveCreditOptions {
2120
+ package?: string;
2121
+ arguments: RemoveCreditArguments | [
2122
+ self: RawTransactionArgument<string>,
2123
+ cap: RawTransactionArgument<string>,
2124
+ partyId: RawTransactionArgument<string>
2125
+ ];
2126
+ typeArguments: [
2127
+ string,
2128
+ string
2129
+ ];
2130
+ }
2131
+ /**
2132
+ * Removes a party's credit. Also drops them from the primary/featured sets,
2133
+ * preserving the invariant that those are subsets of the credited parties.
2134
+ * Requires the recording's admin capability.
2135
+ */
2136
+ export declare function removeCredit(options: RemoveCreditOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
2137
+ export interface AddPrimaryArtistArguments {
2138
+ self: RawTransactionArgument<string>;
2139
+ cap: RawTransactionArgument<string>;
2140
+ party: RawTransactionArgument<string>;
2141
+ }
2142
+ export interface AddPrimaryArtistOptions {
2143
+ package?: string;
2144
+ arguments: AddPrimaryArtistArguments | [
2145
+ self: RawTransactionArgument<string>,
2146
+ cap: RawTransactionArgument<string>,
2147
+ party: RawTransactionArgument<string>
2148
+ ];
2149
+ typeArguments: [
2150
+ string,
2151
+ string
2152
+ ];
2153
+ }
2154
+ /**
2155
+ * Designates an already-credited party as a primary artist. The party must be
2156
+ * credited and not already a primary or featured artist.
2157
+ */
2158
+ export declare function addPrimaryArtist(options: AddPrimaryArtistOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
2159
+ export interface RemovePrimaryArtistArguments {
2160
+ self: RawTransactionArgument<string>;
2161
+ cap: RawTransactionArgument<string>;
2162
+ partyId: RawTransactionArgument<string>;
2163
+ }
2164
+ export interface RemovePrimaryArtistOptions {
2165
+ package?: string;
2166
+ arguments: RemovePrimaryArtistArguments | [
2167
+ self: RawTransactionArgument<string>,
2168
+ cap: RawTransactionArgument<string>,
2169
+ partyId: RawTransactionArgument<string>
2170
+ ];
2171
+ typeArguments: [
2172
+ string,
2173
+ string
2174
+ ];
2175
+ }
2176
+ /** Removes a party from the primary-artist set (leaves the credit intact). */
2177
+ export declare function removePrimaryArtist(options: RemovePrimaryArtistOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
2178
+ export interface AddFeaturedArtistArguments {
2179
+ self: RawTransactionArgument<string>;
2180
+ cap: RawTransactionArgument<string>;
2181
+ party: RawTransactionArgument<string>;
2182
+ }
2183
+ export interface AddFeaturedArtistOptions {
2184
+ package?: string;
2185
+ arguments: AddFeaturedArtistArguments | [
2186
+ self: RawTransactionArgument<string>,
2187
+ cap: RawTransactionArgument<string>,
2188
+ party: RawTransactionArgument<string>
2189
+ ];
2190
+ typeArguments: [
2191
+ string,
2192
+ string
2193
+ ];
2194
+ }
2195
+ /**
2196
+ * Designates an already-credited party as a featured artist. The party must be
2197
+ * credited and not already a primary or featured artist.
2198
+ */
2199
+ export declare function addFeaturedArtist(options: AddFeaturedArtistOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
2200
+ export interface RemoveFeaturedArtistArguments {
2201
+ self: RawTransactionArgument<string>;
2202
+ cap: RawTransactionArgument<string>;
2203
+ partyId: RawTransactionArgument<string>;
2204
+ }
2205
+ export interface RemoveFeaturedArtistOptions {
2206
+ package?: string;
2207
+ arguments: RemoveFeaturedArtistArguments | [
2208
+ self: RawTransactionArgument<string>,
2209
+ cap: RawTransactionArgument<string>,
2210
+ partyId: RawTransactionArgument<string>
2211
+ ];
2212
+ typeArguments: [
2213
+ string,
2214
+ string
2215
+ ];
2216
+ }
2217
+ /** Removes a party from the featured-artist set (leaves the credit intact). */
2218
+ export declare function removeFeaturedArtist(options: RemoveFeaturedArtistOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
2219
+ export interface HasCreditsArguments {
2220
+ self: RawTransactionArgument<string>;
2221
+ }
2222
+ export interface HasCreditsOptions {
2223
+ package?: string;
2224
+ arguments: HasCreditsArguments | [
2225
+ self: RawTransactionArgument<string>
2226
+ ];
2227
+ typeArguments: [
2228
+ string,
2229
+ string
2230
+ ];
2231
+ }
2232
+ /** Returns whether a credits record has been attached to this recording yet. */
2233
+ export declare function hasCredits(options: HasCreditsOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
2234
+ export interface CreditsArguments {
2235
+ self: RawTransactionArgument<string>;
2236
+ }
2237
+ export interface CreditsOptions {
2238
+ package?: string;
2239
+ arguments: CreditsArguments | [
2240
+ self: RawTransactionArgument<string>
2241
+ ];
2242
+ typeArguments: [
2243
+ string,
2244
+ string
2245
+ ];
2246
+ }
2247
+ /** Returns the party-to-credit map. Aborts if no credits are attached. */
2248
+ export declare function credits(options: CreditsOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
2249
+ export interface PrimaryArtistIdsArguments {
2250
+ self: RawTransactionArgument<string>;
2251
+ }
2252
+ export interface PrimaryArtistIdsOptions {
2253
+ package?: string;
2254
+ arguments: PrimaryArtistIdsArguments | [
2255
+ self: RawTransactionArgument<string>
2256
+ ];
2257
+ typeArguments: [
2258
+ string,
2259
+ string
2260
+ ];
2261
+ }
2262
+ /** Returns the primary-artist IDs. Aborts if no credits are attached. */
2263
+ export declare function primaryArtistIds(options: PrimaryArtistIdsOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
2264
+ export interface FeaturedArtistIdsArguments {
2265
+ self: RawTransactionArgument<string>;
2266
+ }
2267
+ export interface FeaturedArtistIdsOptions {
2268
+ package?: string;
2269
+ arguments: FeaturedArtistIdsArguments | [
2270
+ self: RawTransactionArgument<string>
2271
+ ];
2272
+ typeArguments: [
2273
+ string,
2274
+ string
2275
+ ];
2276
+ }
2277
+ /** Returns the featured-artist IDs. Aborts if no credits are attached. */
2278
+ export declare function featuredArtistIds(options: FeaturedArtistIdsOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
2279
+ export interface IsPrimaryArtistArguments {
2280
+ self: RawTransactionArgument<string>;
2281
+ partyId: RawTransactionArgument<string>;
2282
+ }
2283
+ export interface IsPrimaryArtistOptions {
2284
+ package?: string;
2285
+ arguments: IsPrimaryArtistArguments | [
2286
+ self: RawTransactionArgument<string>,
2287
+ partyId: RawTransactionArgument<string>
2288
+ ];
2289
+ typeArguments: [
2290
+ string,
2291
+ string
2292
+ ];
2293
+ }
2294
+ /** Returns whether the party is a primary artist (false if no credits attached). */
2295
+ export declare function isPrimaryArtist(options: IsPrimaryArtistOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
2296
+ export interface IsFeaturedArtistArguments {
2297
+ self: RawTransactionArgument<string>;
2298
+ partyId: RawTransactionArgument<string>;
2299
+ }
2300
+ export interface IsFeaturedArtistOptions {
2301
+ package?: string;
2302
+ arguments: IsFeaturedArtistArguments | [
2303
+ self: RawTransactionArgument<string>,
2304
+ partyId: RawTransactionArgument<string>
2305
+ ];
2306
+ typeArguments: [
2307
+ string,
2308
+ string
2309
+ ];
2310
+ }
2311
+ /** Returns whether the party is a featured artist (false if no credits attached). */
2312
+ export declare function isFeaturedArtist(options: IsFeaturedArtistOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
2313
+ //# sourceMappingURL=recording_credits.d.ts.map