@misofm/platform 0.23.0 → 0.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +125 -57
- package/dist/catalog.d.ts +1 -1
- package/dist/catalog.d.ts.map +1 -1
- package/dist/catalog.js +1 -1
- package/dist/catalog.js.map +1 -1
- package/dist/client.d.ts +107 -97
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +59 -39
- package/dist/client.js.map +1 -1
- package/dist/contracts/composition_credits/composition_credits.d.ts +181 -0
- package/dist/contracts/composition_credits/composition_credits.d.ts.map +1 -0
- package/dist/contracts/composition_credits/composition_credits.js +109 -0
- package/dist/contracts/composition_credits/composition_credits.js.map +1 -0
- package/dist/contracts/composition_credits/composition_party_role.d.ts +119 -0
- package/dist/contracts/composition_credits/composition_party_role.d.ts.map +1 -0
- package/dist/contracts/composition_credits/composition_party_role.js +139 -0
- package/dist/contracts/composition_credits/composition_party_role.js.map +1 -0
- package/dist/contracts/composition_credits/deps/credit/credit.d.ts +24 -0
- package/dist/contracts/composition_credits/deps/credit/credit.d.ts.map +1 -0
- package/dist/contracts/composition_credits/deps/credit/credit.js +23 -0
- package/dist/contracts/composition_credits/deps/credit/credit.js.map +1 -0
- package/dist/contracts/composition_credits/deps/sui/vec_map.d.ts +37 -0
- package/dist/contracts/composition_credits/deps/sui/vec_map.d.ts.map +1 -0
- package/dist/contracts/composition_credits/deps/sui/vec_map.js +28 -0
- package/dist/contracts/composition_credits/deps/sui/vec_map.js.map +1 -0
- package/dist/contracts/composition_routed_stake/composition_routed_stake.d.ts +143 -0
- package/dist/contracts/composition_routed_stake/composition_routed_stake.d.ts.map +1 -0
- package/dist/contracts/composition_routed_stake/composition_routed_stake.js +125 -0
- package/dist/contracts/composition_routed_stake/composition_routed_stake.js.map +1 -0
- package/dist/contracts/composition_royalty_pool/composition_royalty_pool.d.ts +93 -0
- package/dist/contracts/composition_royalty_pool/composition_royalty_pool.d.ts.map +1 -0
- package/dist/contracts/composition_royalty_pool/composition_royalty_pool.js +86 -0
- package/dist/contracts/composition_royalty_pool/composition_royalty_pool.js.map +1 -0
- package/dist/contracts/composition_royalty_pool_plugin/composition_royalty_pool_plugin.d.ts +90 -0
- package/dist/contracts/composition_royalty_pool_plugin/composition_royalty_pool_plugin.d.ts.map +1 -0
- package/dist/contracts/composition_royalty_pool_plugin/composition_royalty_pool_plugin.js +85 -0
- package/dist/contracts/composition_royalty_pool_plugin/composition_royalty_pool_plugin.js.map +1 -0
- package/dist/contracts/composition_royalty_pool_plugin/witness.d.ts +6 -0
- package/dist/contracts/composition_royalty_pool_plugin/witness.d.ts.map +1 -0
- package/dist/contracts/composition_royalty_pool_plugin/witness.js +8 -0
- package/dist/contracts/composition_royalty_pool_plugin/witness.js.map +1 -0
- package/dist/contracts/cover_art/cover_art.d.ts +83 -0
- package/dist/contracts/cover_art/cover_art.d.ts.map +1 -0
- package/dist/contracts/cover_art/cover_art.js +66 -0
- package/dist/contracts/cover_art/cover_art.js.map +1 -0
- package/dist/contracts/cover_art/deps/ori/confidentiality.d.ts +24 -0
- package/dist/contracts/cover_art/deps/ori/confidentiality.d.ts.map +1 -0
- package/dist/contracts/cover_art/deps/ori/confidentiality.js +24 -0
- package/dist/contracts/cover_art/deps/ori/confidentiality.js.map +1 -0
- package/dist/contracts/cover_art/deps/ori/data.d.ts +16 -0
- package/dist/contracts/cover_art/deps/ori/data.d.ts.map +1 -0
- package/dist/contracts/cover_art/deps/ori/data.js +12 -0
- package/dist/contracts/cover_art/deps/ori/data.js.map +1 -0
- package/dist/contracts/genre/genre.d.ts +78 -0
- package/dist/contracts/genre/genre.d.ts.map +1 -0
- package/dist/contracts/genre/genre.js +87 -0
- package/dist/contracts/genre/genre.js.map +1 -0
- package/dist/contracts/party_cta/party_cta.d.ts +120 -0
- package/dist/contracts/party_cta/party_cta.d.ts.map +1 -0
- package/dist/contracts/party_cta/party_cta.js +139 -0
- package/dist/contracts/party_cta/party_cta.js.map +1 -0
- package/dist/contracts/party_genre/party_genre.d.ts +117 -0
- package/dist/contracts/party_genre/party_genre.d.ts.map +1 -0
- package/dist/contracts/party_genre/party_genre.js +131 -0
- package/dist/contracts/party_genre/party_genre.js.map +1 -0
- package/dist/contracts/party_media/party_media.d.ts +86 -0
- package/dist/contracts/party_media/party_media.d.ts.map +1 -0
- package/dist/contracts/party_media/party_media.js +97 -0
- package/dist/contracts/party_media/party_media.js.map +1 -0
- package/dist/contracts/party_music/party_music.d.ts +209 -0
- package/dist/contracts/party_music/party_music.d.ts.map +1 -0
- package/dist/contracts/party_music/party_music.js +259 -0
- package/dist/contracts/party_music/party_music.js.map +1 -0
- package/dist/contracts/party_platform_link/party_platform_link.d.ts +89 -0
- package/dist/contracts/party_platform_link/party_platform_link.d.ts.map +1 -0
- package/dist/contracts/party_platform_link/party_platform_link.js +92 -0
- package/dist/contracts/party_platform_link/party_platform_link.js.map +1 -0
- package/dist/contracts/party_pro_link/party_pro_link.d.ts +233 -0
- package/dist/contracts/party_pro_link/party_pro_link.d.ts.map +1 -0
- package/dist/contracts/party_pro_link/party_pro_link.js +289 -0
- package/dist/contracts/party_pro_link/party_pro_link.js.map +1 -0
- package/dist/contracts/party_profile/deps/country_code/country_code.d.ts +15 -0
- package/dist/contracts/party_profile/deps/country_code/country_code.d.ts.map +1 -0
- package/dist/contracts/party_profile/deps/country_code/country_code.js +17 -0
- package/dist/contracts/party_profile/deps/country_code/country_code.js.map +1 -0
- package/dist/contracts/party_profile/deps/language_code/language_code.d.ts +6 -0
- package/dist/contracts/party_profile/deps/language_code/language_code.d.ts.map +1 -0
- package/dist/contracts/party_profile/deps/language_code/language_code.js +8 -0
- package/dist/contracts/party_profile/deps/language_code/language_code.js.map +1 -0
- package/dist/contracts/party_profile/party_profile.d.ts +133 -0
- package/dist/contracts/party_profile/party_profile.d.ts.map +1 -0
- package/dist/contracts/party_profile/party_profile.js +153 -0
- package/dist/contracts/party_profile/party_profile.js.map +1 -0
- package/dist/contracts/party_roles/party_roles.d.ts +201 -0
- package/dist/contracts/party_roles/party_roles.d.ts.map +1 -0
- package/dist/contracts/party_roles/party_roles.js +237 -0
- package/dist/contracts/party_roles/party_roles.js.map +1 -0
- package/dist/contracts/party_social/party_social.d.ts +258 -0
- package/dist/contracts/party_social/party_social.d.ts.map +1 -0
- package/dist/contracts/party_social/party_social.js +320 -0
- package/dist/contracts/party_social/party_social.js.map +1 -0
- package/dist/contracts/party_tags/party_tags.d.ts +116 -0
- package/dist/contracts/party_tags/party_tags.d.ts.map +1 -0
- package/dist/contracts/party_tags/party_tags.js +130 -0
- package/dist/contracts/party_tags/party_tags.js.map +1 -0
- package/dist/contracts/party_wallet/party_wallet.d.ts +112 -0
- package/dist/contracts/party_wallet/party_wallet.d.ts.map +1 -0
- package/dist/contracts/party_wallet/party_wallet.js +114 -0
- package/dist/contracts/party_wallet/party_wallet.js.map +1 -0
- package/dist/contracts/record/deps/std/type_name.d.ts +18 -0
- package/dist/contracts/record/deps/std/type_name.d.ts.map +1 -0
- package/dist/contracts/record/deps/std/type_name.js +20 -0
- package/dist/contracts/record/deps/std/type_name.js.map +1 -0
- package/dist/contracts/record/deps/sui/vec_set.d.ts +21 -0
- package/dist/contracts/record/deps/sui/vec_set.d.ts.map +1 -0
- package/dist/contracts/record/deps/sui/vec_set.js +20 -0
- package/dist/contracts/record/deps/sui/vec_set.js.map +1 -0
- package/dist/contracts/record/pressing.d.ts +327 -0
- package/dist/contracts/record/pressing.d.ts.map +1 -0
- package/dist/contracts/record/pressing.js +345 -0
- package/dist/contracts/record/pressing.js.map +1 -0
- package/dist/contracts/record/record.d.ts +190 -0
- package/dist/contracts/record/record.d.ts.map +1 -0
- package/dist/contracts/record/record.js +226 -0
- package/dist/contracts/record/record.js.map +1 -0
- package/dist/contracts/record_shop/deps/std/type_name.d.ts +18 -0
- package/dist/contracts/record_shop/deps/std/type_name.d.ts.map +1 -0
- package/dist/contracts/record_shop/deps/std/type_name.js +20 -0
- package/dist/contracts/record_shop/deps/std/type_name.js.map +1 -0
- package/dist/contracts/record_shop/listing.d.ts +387 -0
- package/dist/contracts/record_shop/listing.d.ts.map +1 -0
- package/dist/contracts/record_shop/listing.js +380 -0
- package/dist/contracts/record_shop/listing.js.map +1 -0
- package/dist/contracts/record_shop/witness.d.ts +7 -0
- package/dist/contracts/record_shop/witness.d.ts.map +1 -0
- package/dist/contracts/record_shop/witness.js +9 -0
- package/dist/contracts/record_shop/witness.js.map +1 -0
- package/dist/contracts/recording_advisory/recording_advisory.d.ts +194 -0
- package/dist/contracts/recording_advisory/recording_advisory.d.ts.map +1 -0
- package/dist/contracts/recording_advisory/recording_advisory.js +204 -0
- package/dist/contracts/recording_advisory/recording_advisory.js.map +1 -0
- package/dist/contracts/recording_credits/deps/credit/credit.d.ts +24 -0
- package/dist/contracts/recording_credits/deps/credit/credit.d.ts.map +1 -0
- package/dist/contracts/recording_credits/deps/credit/credit.js +23 -0
- package/dist/contracts/recording_credits/deps/credit/credit.js.map +1 -0
- package/dist/contracts/recording_credits/deps/sui/vec_map.d.ts +37 -0
- package/dist/contracts/recording_credits/deps/sui/vec_map.d.ts.map +1 -0
- package/dist/contracts/recording_credits/deps/sui/vec_map.js +28 -0
- package/dist/contracts/recording_credits/deps/sui/vec_map.js.map +1 -0
- package/dist/contracts/recording_credits/deps/sui/vec_set.d.ts +21 -0
- package/dist/contracts/recording_credits/deps/sui/vec_set.d.ts.map +1 -0
- package/dist/contracts/recording_credits/deps/sui/vec_set.js +20 -0
- package/dist/contracts/recording_credits/deps/sui/vec_set.js.map +1 -0
- package/dist/contracts/recording_credits/recording_credits.d.ts +2313 -0
- package/dist/contracts/recording_credits/recording_credits.d.ts.map +1 -0
- package/dist/contracts/recording_credits/recording_credits.js +270 -0
- package/dist/contracts/recording_credits/recording_credits.js.map +1 -0
- package/dist/contracts/recording_credits/recording_party_role.d.ts +1174 -0
- package/dist/contracts/recording_credits/recording_party_role.d.ts.map +1 -0
- package/dist/contracts/recording_credits/recording_party_role.js +692 -0
- package/dist/contracts/recording_credits/recording_party_role.js.map +1 -0
- package/dist/contracts/recording_engine_session/deps/ori/confidentiality.d.ts +24 -0
- package/dist/contracts/recording_engine_session/deps/ori/confidentiality.d.ts.map +1 -0
- package/dist/contracts/recording_engine_session/deps/ori/confidentiality.js +24 -0
- package/dist/contracts/recording_engine_session/deps/ori/confidentiality.js.map +1 -0
- package/dist/contracts/recording_engine_session/deps/ori/data.d.ts +16 -0
- package/dist/contracts/recording_engine_session/deps/ori/data.d.ts.map +1 -0
- package/dist/contracts/recording_engine_session/deps/ori/data.js +12 -0
- package/dist/contracts/recording_engine_session/deps/ori/data.js.map +1 -0
- package/dist/contracts/recording_engine_session/recording_engine_session.d.ts +296 -0
- package/dist/contracts/recording_engine_session/recording_engine_session.d.ts.map +1 -0
- package/dist/contracts/recording_engine_session/recording_engine_session.js +216 -0
- package/dist/contracts/recording_engine_session/recording_engine_session.js.map +1 -0
- package/dist/contracts/recording_genre/recording_genre.d.ts +173 -0
- package/dist/contracts/recording_genre/recording_genre.d.ts.map +1 -0
- package/dist/contracts/recording_genre/recording_genre.js +170 -0
- package/dist/contracts/recording_genre/recording_genre.js.map +1 -0
- package/dist/contracts/recording_language/deps/language_code/language_code.d.ts +6 -0
- package/dist/contracts/recording_language/deps/language_code/language_code.d.ts.map +1 -0
- package/dist/contracts/recording_language/deps/language_code/language_code.js +8 -0
- package/dist/contracts/recording_language/deps/language_code/language_code.js.map +1 -0
- package/dist/contracts/recording_language/recording_language.d.ts +152 -0
- package/dist/contracts/recording_language/recording_language.d.ts.map +1 -0
- package/dist/contracts/recording_language/recording_language.js +149 -0
- package/dist/contracts/recording_language/recording_language.js.map +1 -0
- package/dist/contracts/recording_master_reference/deps/ori/confidentiality.d.ts +24 -0
- package/dist/contracts/recording_master_reference/deps/ori/confidentiality.d.ts.map +1 -0
- package/dist/contracts/recording_master_reference/deps/ori/confidentiality.js +24 -0
- package/dist/contracts/recording_master_reference/deps/ori/confidentiality.js.map +1 -0
- package/dist/contracts/recording_master_reference/deps/ori/data.d.ts +16 -0
- package/dist/contracts/recording_master_reference/deps/ori/data.d.ts.map +1 -0
- package/dist/contracts/recording_master_reference/deps/ori/data.js +12 -0
- package/dist/contracts/recording_master_reference/deps/ori/data.js.map +1 -0
- package/dist/contracts/recording_master_reference/recording_master_reference.d.ts +129 -0
- package/dist/contracts/recording_master_reference/recording_master_reference.d.ts.map +1 -0
- package/dist/contracts/recording_master_reference/recording_master_reference.js +119 -0
- package/dist/contracts/recording_master_reference/recording_master_reference.js.map +1 -0
- package/dist/contracts/recording_royalty_pool/recording_royalty_pool.d.ts +96 -0
- package/dist/contracts/recording_royalty_pool/recording_royalty_pool.d.ts.map +1 -0
- package/dist/contracts/recording_royalty_pool/recording_royalty_pool.js +85 -0
- package/dist/contracts/recording_royalty_pool/recording_royalty_pool.js.map +1 -0
- package/dist/contracts/recording_royalty_pool_plugin/recording_royalty_pool_plugin.d.ts +92 -0
- package/dist/contracts/recording_royalty_pool_plugin/recording_royalty_pool_plugin.d.ts.map +1 -0
- package/dist/contracts/recording_royalty_pool_plugin/recording_royalty_pool_plugin.js +85 -0
- package/dist/contracts/recording_royalty_pool_plugin/recording_royalty_pool_plugin.js.map +1 -0
- package/dist/contracts/recording_royalty_pool_plugin/witness.d.ts +6 -0
- package/dist/contracts/recording_royalty_pool_plugin/witness.d.ts.map +1 -0
- package/dist/contracts/recording_royalty_pool_plugin/witness.js +8 -0
- package/dist/contracts/recording_royalty_pool_plugin/witness.js.map +1 -0
- package/dist/contracts/recording_streaming_transcode/deps/ori/data.d.ts +8 -0
- package/dist/contracts/recording_streaming_transcode/deps/ori/data.d.ts.map +1 -0
- package/dist/contracts/recording_streaming_transcode/deps/ori/data.js +10 -0
- package/dist/contracts/recording_streaming_transcode/deps/ori/data.js.map +1 -0
- package/dist/contracts/recording_streaming_transcode/recording_streaming_transcode.d.ts +124 -0
- package/dist/contracts/recording_streaming_transcode/recording_streaming_transcode.d.ts.map +1 -0
- package/dist/contracts/recording_streaming_transcode/recording_streaming_transcode.js +124 -0
- package/dist/contracts/recording_streaming_transcode/recording_streaming_transcode.js.map +1 -0
- package/dist/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/confidentiality.d.ts +24 -0
- package/dist/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/confidentiality.d.ts.map +1 -0
- package/dist/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/confidentiality.js +24 -0
- package/dist/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/confidentiality.js.map +1 -0
- package/dist/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/data.d.ts +16 -0
- package/dist/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/data.d.ts.map +1 -0
- package/dist/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/data.js +12 -0
- package/dist/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/data.js.map +1 -0
- package/dist/contracts/release_cover_art/deps/cover_art/cover_art.d.ts +47 -0
- package/dist/contracts/release_cover_art/deps/cover_art/cover_art.d.ts.map +1 -0
- package/dist/contracts/release_cover_art/deps/cover_art/cover_art.js +22 -0
- package/dist/contracts/release_cover_art/deps/cover_art/cover_art.js.map +1 -0
- package/dist/contracts/release_cover_art/deps/per_track/per_track.d.ts +33 -0
- package/dist/contracts/release_cover_art/deps/per_track/per_track.d.ts.map +1 -0
- package/dist/contracts/release_cover_art/deps/per_track/per_track.js +32 -0
- package/dist/contracts/release_cover_art/deps/per_track/per_track.js.map +1 -0
- package/dist/contracts/release_cover_art/release_cover_art.d.ts +300 -0
- package/dist/contracts/release_cover_art/release_cover_art.d.ts.map +1 -0
- package/dist/contracts/release_cover_art/release_cover_art.js +168 -0
- package/dist/contracts/release_cover_art/release_cover_art.js.map +1 -0
- package/dist/contracts/release_credits/deps/credit/credit.d.ts +24 -0
- package/dist/contracts/release_credits/deps/credit/credit.d.ts.map +1 -0
- package/dist/contracts/release_credits/deps/credit/credit.js +23 -0
- package/dist/contracts/release_credits/deps/credit/credit.js.map +1 -0
- package/dist/contracts/release_credits/deps/sui/vec_map.d.ts +37 -0
- package/dist/contracts/release_credits/deps/sui/vec_map.d.ts.map +1 -0
- package/dist/contracts/release_credits/deps/sui/vec_map.js +28 -0
- package/dist/contracts/release_credits/deps/sui/vec_map.js.map +1 -0
- package/dist/contracts/release_credits/release_credits.d.ts +142 -0
- package/dist/contracts/release_credits/release_credits.d.ts.map +1 -0
- package/dist/contracts/release_credits/release_credits.js +108 -0
- package/dist/contracts/release_credits/release_credits.js.map +1 -0
- package/dist/contracts/release_credits/release_party_role.d.ts +58 -0
- package/dist/contracts/release_credits/release_party_role.d.ts.map +1 -0
- package/dist/contracts/release_credits/release_party_role.js +66 -0
- package/dist/contracts/release_credits/release_party_role.js.map +1 -0
- package/dist/contracts/release_description/release_description.d.ts +112 -0
- package/dist/contracts/release_description/release_description.d.ts.map +1 -0
- package/dist/contracts/release_description/release_description.js +123 -0
- package/dist/contracts/release_description/release_description.js.map +1 -0
- package/dist/contracts/release_dsp_link/release_dsp_link.d.ts +643 -0
- package/dist/contracts/release_dsp_link/release_dsp_link.d.ts.map +1 -0
- package/dist/contracts/release_dsp_link/release_dsp_link.js +555 -0
- package/dist/contracts/release_dsp_link/release_dsp_link.js.map +1 -0
- package/dist/contracts/release_genre/release_genre.d.ts +145 -0
- package/dist/contracts/release_genre/release_genre.d.ts.map +1 -0
- package/dist/contracts/release_genre/release_genre.js +154 -0
- package/dist/contracts/release_genre/release_genre.js.map +1 -0
- package/dist/contracts/release_kind/release_kind.d.ts +98 -0
- package/dist/contracts/release_kind/release_kind.d.ts.map +1 -0
- package/dist/contracts/release_kind/release_kind.js +109 -0
- package/dist/contracts/release_kind/release_kind.js.map +1 -0
- package/dist/contracts/release_revenue_distributor/release_revenue_distributor.d.ts +91 -0
- package/dist/contracts/release_revenue_distributor/release_revenue_distributor.d.ts.map +1 -0
- package/dist/contracts/release_revenue_distributor/release_revenue_distributor.js +92 -0
- package/dist/contracts/release_revenue_distributor/release_revenue_distributor.js.map +1 -0
- package/dist/contracts/release_revenue_distributor_plugin/release_revenue_distributor_plugin.d.ts +73 -0
- package/dist/contracts/release_revenue_distributor_plugin/release_revenue_distributor_plugin.d.ts.map +1 -0
- package/dist/contracts/release_revenue_distributor_plugin/release_revenue_distributor_plugin.js +80 -0
- package/dist/contracts/release_revenue_distributor_plugin/release_revenue_distributor_plugin.js.map +1 -0
- package/dist/contracts/release_revenue_distributor_plugin/witness.d.ts +6 -0
- package/dist/contracts/release_revenue_distributor_plugin/witness.d.ts.map +1 -0
- package/dist/contracts/release_revenue_distributor_plugin/witness.js +8 -0
- package/dist/contracts/release_revenue_distributor_plugin/witness.js.map +1 -0
- package/dist/contracts/routed_stake/deps/royalty_pool/stake.d.ts +67 -0
- package/dist/contracts/routed_stake/deps/royalty_pool/stake.d.ts.map +1 -0
- package/dist/contracts/routed_stake/deps/royalty_pool/stake.js +50 -0
- package/dist/contracts/routed_stake/deps/royalty_pool/stake.js.map +1 -0
- package/dist/contracts/routed_stake/deps/std/type_name.d.ts +18 -0
- package/dist/contracts/routed_stake/deps/std/type_name.d.ts.map +1 -0
- package/dist/contracts/routed_stake/deps/std/type_name.js +20 -0
- package/dist/contracts/routed_stake/deps/std/type_name.js.map +1 -0
- package/dist/contracts/routed_stake/deps/sui/balance.d.ts +13 -0
- package/dist/contracts/routed_stake/deps/sui/balance.d.ts.map +1 -0
- package/dist/contracts/routed_stake/deps/sui/balance.js +15 -0
- package/dist/contracts/routed_stake/deps/sui/balance.js.map +1 -0
- package/dist/contracts/routed_stake/deps/sui/vec_map.d.ts +37 -0
- package/dist/contracts/routed_stake/deps/sui/vec_map.d.ts.map +1 -0
- package/dist/contracts/routed_stake/deps/sui/vec_map.js +28 -0
- package/dist/contracts/routed_stake/deps/sui/vec_map.js.map +1 -0
- package/dist/contracts/routed_stake/routed_stake.d.ts +347 -0
- package/dist/contracts/routed_stake/routed_stake.d.ts.map +1 -0
- package/dist/contracts/routed_stake/routed_stake.js +302 -0
- package/dist/contracts/routed_stake/routed_stake.js.map +1 -0
- package/dist/contracts/royalty_pool/deps/std/type_name.d.ts +18 -0
- package/dist/contracts/royalty_pool/deps/std/type_name.d.ts.map +1 -0
- package/dist/contracts/royalty_pool/deps/std/type_name.js +20 -0
- package/dist/contracts/royalty_pool/deps/std/type_name.js.map +1 -0
- package/dist/contracts/royalty_pool/deps/sui/balance.d.ts +13 -0
- package/dist/contracts/royalty_pool/deps/sui/balance.d.ts.map +1 -0
- package/dist/contracts/royalty_pool/deps/sui/balance.js +15 -0
- package/dist/contracts/royalty_pool/deps/sui/balance.js.map +1 -0
- package/dist/contracts/royalty_pool/deps/sui/vec_map.d.ts +37 -0
- package/dist/contracts/royalty_pool/deps/sui/vec_map.d.ts.map +1 -0
- package/dist/contracts/royalty_pool/deps/sui/vec_map.js +28 -0
- package/dist/contracts/royalty_pool/deps/sui/vec_map.js.map +1 -0
- package/dist/contracts/royalty_pool/pool.d.ts +414 -0
- package/dist/contracts/royalty_pool/pool.d.ts.map +1 -0
- package/dist/contracts/royalty_pool/pool.js +409 -0
- package/dist/contracts/royalty_pool/pool.js.map +1 -0
- package/dist/contracts/royalty_pool/stake.d.ts +202 -0
- package/dist/contracts/royalty_pool/stake.d.ts.map +1 -0
- package/dist/contracts/royalty_pool/stake.js +196 -0
- package/dist/contracts/royalty_pool/stake.js.map +1 -0
- package/dist/contracts/utils/index.d.ts +104 -0
- package/dist/contracts/utils/index.d.ts.map +1 -0
- package/dist/contracts/utils/index.js +272 -0
- package/dist/contracts/utils/index.js.map +1 -0
- package/dist/contracts/vault/deps/sui/bag.d.ts +35 -0
- package/dist/contracts/vault/deps/sui/bag.d.ts.map +1 -0
- package/dist/contracts/vault/deps/sui/bag.js +37 -0
- package/dist/contracts/vault/deps/sui/bag.js.map +1 -0
- package/dist/contracts/vault/deps/sui/borrow.d.ts +20 -0
- package/dist/contracts/vault/deps/sui/borrow.d.ts.map +1 -0
- package/dist/contracts/vault/deps/sui/borrow.js +21 -0
- package/dist/contracts/vault/deps/sui/borrow.js.map +1 -0
- package/dist/contracts/vault/vault.d.ts +316 -0
- package/dist/contracts/vault/vault.d.ts.map +1 -0
- package/dist/contracts/vault/vault.js +308 -0
- package/dist/contracts/vault/vault.js.map +1 -0
- package/dist/contracts.d.ts +57 -33
- package/dist/contracts.d.ts.map +1 -1
- package/dist/contracts.js +63 -41
- package/dist/contracts.js.map +1 -1
- package/dist/cover.js +2 -2
- package/dist/cover.js.map +1 -1
- package/dist/credits.js +6 -6
- package/dist/credits.js.map +1 -1
- package/dist/deployments.d.ts +104 -64
- package/dist/deployments.d.ts.map +1 -1
- package/dist/deployments.js +170 -36
- package/dist/deployments.js.map +1 -1
- package/dist/events.d.ts +1045 -0
- package/dist/events.d.ts.map +1 -0
- package/dist/events.js +116 -0
- package/dist/events.js.map +1 -0
- package/dist/execute.d.ts +2 -2
- package/dist/execute.d.ts.map +1 -1
- package/dist/execute.js +2 -2
- package/dist/execute.js.map +1 -1
- package/dist/genre.d.ts +124 -0
- package/dist/genre.d.ts.map +1 -0
- package/dist/genre.js +238 -0
- package/dist/genre.js.map +1 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/dist/internal.js +2 -2
- package/dist/internal.js.map +1 -1
- package/dist/packages.d.ts +4185 -0
- package/dist/packages.d.ts.map +1 -0
- package/dist/packages.js +190 -0
- package/dist/packages.js.map +1 -0
- package/dist/party/client.d.ts +324 -0
- package/dist/party/client.d.ts.map +1 -0
- package/dist/party/client.js +214 -0
- package/dist/party/client.js.map +1 -0
- package/dist/party/extensions/ctas.d.ts +19 -0
- package/dist/party/extensions/ctas.d.ts.map +1 -0
- package/dist/party/extensions/ctas.js +25 -0
- package/dist/party/extensions/ctas.js.map +1 -0
- package/dist/party/extensions/genres.d.ts +27 -0
- package/dist/party/extensions/genres.d.ts.map +1 -0
- package/dist/party/extensions/genres.js +31 -0
- package/dist/party/extensions/genres.js.map +1 -0
- package/dist/party/extensions/links.d.ts +65 -0
- package/dist/party/extensions/links.d.ts.map +1 -0
- package/dist/party/extensions/links.js +117 -0
- package/dist/party/extensions/links.js.map +1 -0
- package/dist/party/extensions/media.d.ts +36 -0
- package/dist/party/extensions/media.d.ts.map +1 -0
- package/dist/party/extensions/media.js +45 -0
- package/dist/party/extensions/media.js.map +1 -0
- package/dist/party/extensions/profile.d.ts +24 -0
- package/dist/party/extensions/profile.d.ts.map +1 -0
- package/dist/party/extensions/profile.js +48 -0
- package/dist/party/extensions/profile.js.map +1 -0
- package/dist/party/extensions/roles.d.ts +37 -0
- package/dist/party/extensions/roles.d.ts.map +1 -0
- package/dist/party/extensions/roles.js +46 -0
- package/dist/party/extensions/roles.js.map +1 -0
- package/dist/party/extensions/tags.d.ts +25 -0
- package/dist/party/extensions/tags.d.ts.map +1 -0
- package/dist/party/extensions/tags.js +25 -0
- package/dist/party/extensions/tags.js.map +1 -0
- package/dist/party/index.d.ts +12 -0
- package/dist/party/index.d.ts.map +1 -0
- package/dist/party/index.js +18 -0
- package/dist/party/index.js.map +1 -0
- package/dist/party/internal.d.ts +14 -0
- package/dist/party/internal.d.ts.map +1 -0
- package/dist/party/internal.js +89 -0
- package/dist/party/internal.js.map +1 -0
- package/dist/party/queries.d.ts +17 -0
- package/dist/party/queries.d.ts.map +1 -0
- package/dist/party/queries.js +118 -0
- package/dist/party/queries.js.map +1 -0
- package/dist/party/types.d.ts +43 -0
- package/dist/party/types.d.ts.map +1 -0
- package/dist/party/types.js +4 -0
- package/dist/party/types.js.map +1 -0
- package/dist/pressing.js +3 -3
- package/dist/pressing.js.map +1 -1
- package/dist/publication.d.ts +4 -8
- package/dist/publication.d.ts.map +1 -1
- package/dist/publication.js +53 -40
- package/dist/publication.js.map +1 -1
- package/dist/queries.d.ts +1 -1
- package/dist/queries.d.ts.map +1 -1
- package/dist/queries.js +2 -2
- package/dist/queries.js.map +1 -1
- package/dist/read/artist.js +3 -3
- package/dist/read/artist.js.map +1 -1
- package/dist/read/catalog.d.ts +1 -1
- package/dist/read/catalog.d.ts.map +1 -1
- package/dist/read/catalog.js +3 -3
- package/dist/read/catalog.js.map +1 -1
- package/dist/read/client.d.ts +6 -3
- package/dist/read/client.d.ts.map +1 -1
- package/dist/read/client.js +5 -1
- package/dist/read/client.js.map +1 -1
- package/dist/read/config.d.ts +7 -2
- package/dist/read/config.d.ts.map +1 -1
- package/dist/read/config.js +2 -0
- package/dist/read/config.js.map +1 -1
- package/dist/read/index.js +1 -1
- package/dist/read/index.js.map +1 -1
- package/dist/read/receipts.js +4 -4
- package/dist/read/receipts.js.map +1 -1
- package/dist/read/types.d.ts +1 -1
- package/dist/read/types.d.ts.map +1 -1
- package/dist/read/wallet.d.ts +1 -1
- package/dist/read/wallet.d.ts.map +1 -1
- package/dist/read/wallet.js +15 -14
- package/dist/read/wallet.js.map +1 -1
- package/dist/read/works.d.ts +1 -1
- package/dist/read/works.d.ts.map +1 -1
- package/dist/read/works.js +1 -1
- package/dist/read/works.js.map +1 -1
- package/dist/recording-extensions.js +7 -7
- package/dist/recording-extensions.js.map +1 -1
- package/dist/release-extensions.d.ts +0 -18
- package/dist/release-extensions.d.ts.map +1 -1
- package/dist/release-extensions.js +4 -49
- package/dist/release-extensions.js.map +1 -1
- package/dist/release-graph.js +2 -2
- package/dist/release-graph.js.map +1 -1
- package/dist/royalty.d.ts +87 -0
- package/dist/royalty.d.ts.map +1 -0
- package/dist/royalty.js +78 -0
- package/dist/royalty.js.map +1 -0
- package/dist/share.js +1 -1
- package/dist/share.js.map +1 -1
- package/dist/transactions.d.ts +2 -2
- package/dist/transactions.d.ts.map +1 -1
- package/dist/transactions.js +6 -6
- package/dist/transactions.js.map +1 -1
- package/dist/vault.d.ts.map +1 -1
- package/dist/vault.js +13 -10
- package/dist/vault.js.map +1 -1
- package/package.json +24 -10
- package/src/catalog.ts +2 -2
- package/src/client.ts +103 -44
- package/src/contracts/composition_credits/composition_credits.ts +170 -0
- package/src/contracts/composition_credits/composition_party_role.ts +190 -0
- package/src/contracts/composition_credits/deps/credit/credit.ts +28 -0
- package/src/contracts/composition_credits/deps/sui/vec_map.ts +34 -0
- package/src/contracts/composition_routed_stake/composition_routed_stake.ts +239 -0
- package/src/contracts/composition_royalty_pool/composition_royalty_pool.ts +154 -0
- package/src/contracts/composition_royalty_pool_plugin/composition_royalty_pool_plugin.ts +165 -0
- package/src/contracts/composition_royalty_pool_plugin/witness.ts +8 -0
- package/src/contracts/cover_art/cover_art.ts +98 -0
- package/src/contracts/cover_art/deps/ori/confidentiality.ts +24 -0
- package/src/contracts/cover_art/deps/ori/data.ts +12 -0
- package/src/contracts/genre/genre.ts +121 -0
- package/src/contracts/party_cta/party_cta.ts +213 -0
- package/src/contracts/party_genre/party_genre.ts +200 -0
- package/src/contracts/party_media/party_media.ts +142 -0
- package/src/contracts/party_music/party_music.ts +406 -0
- package/src/contracts/party_platform_link/party_platform_link.ts +149 -0
- package/src/contracts/party_pro_link/party_pro_link.ts +454 -0
- package/src/contracts/party_profile/deps/country_code/country_code.ts +20 -0
- package/src/contracts/party_profile/deps/language_code/language_code.ts +8 -0
- package/src/contracts/party_profile/party_profile.ts +240 -0
- package/src/contracts/party_roles/party_roles.ts +364 -0
- package/src/contracts/party_social/party_social.ts +503 -0
- package/src/contracts/party_tags/party_tags.ts +199 -0
- package/src/contracts/party_wallet/party_wallet.ts +174 -0
- package/src/contracts/record/deps/std/type_name.ts +23 -0
- package/src/contracts/record/deps/sui/vec_set.ts +22 -0
- package/src/contracts/record/pressing.ts +523 -0
- package/src/contracts/record/record.ts +339 -0
- package/src/contracts/record_shop/deps/std/type_name.ts +23 -0
- package/src/contracts/record_shop/listing.ts +603 -0
- package/src/contracts/record_shop/witness.ts +12 -0
- package/src/contracts/recording_advisory/recording_advisory.ts +316 -0
- package/src/contracts/recording_credits/deps/credit/credit.ts +28 -0
- package/src/contracts/recording_credits/deps/sui/vec_map.ts +34 -0
- package/src/contracts/recording_credits/deps/sui/vec_set.ts +22 -0
- package/src/contracts/recording_credits/recording_credits.ts +459 -0
- package/src/contracts/recording_credits/recording_party_role.ts +1042 -0
- package/src/contracts/recording_engine_session/deps/ori/confidentiality.ts +24 -0
- package/src/contracts/recording_engine_session/deps/ori/data.ts +12 -0
- package/src/contracts/recording_engine_session/recording_engine_session.ts +335 -0
- package/src/contracts/recording_genre/recording_genre.ts +235 -0
- package/src/contracts/recording_language/deps/language_code/language_code.ts +8 -0
- package/src/contracts/recording_language/recording_language.ts +238 -0
- package/src/contracts/recording_master_reference/deps/ori/confidentiality.ts +24 -0
- package/src/contracts/recording_master_reference/deps/ori/data.ts +12 -0
- package/src/contracts/recording_master_reference/recording_master_reference.ts +180 -0
- package/src/contracts/recording_royalty_pool/recording_royalty_pool.ts +157 -0
- package/src/contracts/recording_royalty_pool_plugin/recording_royalty_pool_plugin.ts +167 -0
- package/src/contracts/recording_royalty_pool_plugin/witness.ts +8 -0
- package/src/contracts/recording_streaming_transcode/deps/ori/data.ts +10 -0
- package/src/contracts/recording_streaming_transcode/recording_streaming_transcode.ts +203 -0
- package/src/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/confidentiality.ts +24 -0
- package/src/contracts/release_cover_art/deps/0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60/data.ts +12 -0
- package/src/contracts/release_cover_art/deps/cover_art/cover_art.ts +25 -0
- package/src/contracts/release_cover_art/deps/per_track/per_track.ts +37 -0
- package/src/contracts/release_cover_art/release_cover_art.ts +252 -0
- package/src/contracts/release_credits/deps/credit/credit.ts +28 -0
- package/src/contracts/release_credits/deps/sui/vec_map.ts +34 -0
- package/src/contracts/release_credits/release_credits.ts +157 -0
- package/src/contracts/release_credits/release_party_role.ts +87 -0
- package/src/contracts/release_description/release_description.ts +168 -0
- package/src/contracts/release_dsp_link/release_dsp_link.ts +813 -0
- package/src/contracts/release_genre/release_genre.ts +203 -0
- package/src/contracts/release_kind/release_kind.ts +154 -0
- package/src/contracts/release_revenue_distributor/release_revenue_distributor.ts +141 -0
- package/src/contracts/release_revenue_distributor_plugin/release_revenue_distributor_plugin.ts +143 -0
- package/src/contracts/release_revenue_distributor_plugin/witness.ts +8 -0
- package/src/contracts/routed_stake/deps/royalty_pool/stake.ts +53 -0
- package/src/contracts/routed_stake/deps/std/type_name.ts +23 -0
- package/src/contracts/routed_stake/deps/sui/balance.ts +18 -0
- package/src/contracts/routed_stake/deps/sui/vec_map.ts +34 -0
- package/src/contracts/routed_stake/routed_stake.ts +487 -0
- package/src/contracts/royalty_pool/deps/std/type_name.ts +23 -0
- package/src/contracts/royalty_pool/deps/sui/balance.ts +18 -0
- package/src/contracts/royalty_pool/deps/sui/vec_map.ts +34 -0
- package/src/contracts/royalty_pool/pool.ts +634 -0
- package/src/contracts/royalty_pool/stake.ts +305 -0
- package/src/contracts/utils/index.ts +428 -0
- package/src/contracts/vault/deps/sui/bag.ts +40 -0
- package/src/contracts/vault/deps/sui/borrow.ts +26 -0
- package/src/contracts/vault/vault.ts +509 -0
- package/src/contracts.ts +86 -39
- package/src/cover.ts +2 -2
- package/src/credits.ts +6 -6
- package/src/deployments.ts +253 -39
- package/src/events.ts +121 -0
- package/src/execute.ts +3 -3
- package/src/genre.ts +369 -0
- package/src/index.ts +10 -1
- package/src/internal.ts +2 -2
- package/src/packages.ts +243 -0
- package/src/party/client.ts +268 -0
- package/src/party/extensions/ctas.ts +46 -0
- package/src/party/extensions/genres.ts +62 -0
- package/src/party/extensions/links.ts +185 -0
- package/src/party/extensions/media.ts +72 -0
- package/src/party/extensions/profile.ts +81 -0
- package/src/party/extensions/roles.ts +94 -0
- package/src/party/extensions/tags.ts +54 -0
- package/src/party/index.ts +40 -0
- package/src/party/internal.ts +102 -0
- package/src/party/queries.ts +163 -0
- package/src/party/types.ts +84 -0
- package/src/pressing.ts +5 -5
- package/src/publication.ts +58 -45
- package/src/queries.ts +2 -2
- package/src/read/artist.ts +3 -3
- package/src/read/catalog.ts +4 -4
- package/src/read/client.ts +9 -3
- package/src/read/config.ts +9 -2
- package/src/read/index.ts +1 -1
- package/src/read/receipts.ts +4 -4
- package/src/read/types.ts +1 -1
- package/src/read/wallet.ts +15 -14
- package/src/read/works.ts +1 -1
- package/src/recording-extensions.ts +7 -7
- package/src/release-extensions.ts +4 -75
- package/src/release-graph.ts +2 -2
- package/src/royalty.ts +167 -0
- package/src/share.ts +1 -1
- package/src/transactions.ts +6 -6
- package/src/vault.ts +18 -17
|
@@ -0,0 +1,4185 @@
|
|
|
1
|
+
import { type MisoPlatformDeployment } from "./deployments.ts";
|
|
2
|
+
import * as compositionCredits from "./contracts/composition_credits/composition_credits.ts";
|
|
3
|
+
import * as compositionPartyRole from "./contracts/composition_credits/composition_party_role.ts";
|
|
4
|
+
import * as recordingAdvisory from "./contracts/recording_advisory/recording_advisory.ts";
|
|
5
|
+
import * as recordingCredits from "./contracts/recording_credits/recording_credits.ts";
|
|
6
|
+
import * as recordingPartyRole from "./contracts/recording_credits/recording_party_role.ts";
|
|
7
|
+
import * as recordingLanguage from "./contracts/recording_language/recording_language.ts";
|
|
8
|
+
import * as recordingMasterReference from "./contracts/recording_master_reference/recording_master_reference.ts";
|
|
9
|
+
import * as releaseCoverArt from "./contracts/release_cover_art/release_cover_art.ts";
|
|
10
|
+
import * as releaseCredits from "./contracts/release_credits/release_credits.ts";
|
|
11
|
+
import * as releasePartyRole from "./contracts/release_credits/release_party_role.ts";
|
|
12
|
+
import * as releaseDescription from "./contracts/release_description/release_description.ts";
|
|
13
|
+
import * as releaseDspLink from "./contracts/release_dsp_link/release_dsp_link.ts";
|
|
14
|
+
import * as releaseGenre from "./contracts/release_genre/release_genre.ts";
|
|
15
|
+
import * as releaseKind from "./contracts/release_kind/release_kind.ts";
|
|
16
|
+
import * as royaltyPool from "./contracts/royalty_pool/pool.ts";
|
|
17
|
+
import * as royaltyStake from "./contracts/royalty_pool/stake.ts";
|
|
18
|
+
import * as routedStake from "./contracts/routed_stake/routed_stake.ts";
|
|
19
|
+
import * as partyCta from "./contracts/party_cta/party_cta.ts";
|
|
20
|
+
import * as partyGenre from "./contracts/party_genre/party_genre.ts";
|
|
21
|
+
import * as partyMedia from "./contracts/party_media/party_media.ts";
|
|
22
|
+
import * as partyMusic from "./contracts/party_music/party_music.ts";
|
|
23
|
+
import * as partyPlatformLink from "./contracts/party_platform_link/party_platform_link.ts";
|
|
24
|
+
import * as partyProLink from "./contracts/party_pro_link/party_pro_link.ts";
|
|
25
|
+
import * as partyProfile from "./contracts/party_profile/party_profile.ts";
|
|
26
|
+
import * as partyRoles from "./contracts/party_roles/party_roles.ts";
|
|
27
|
+
import * as partySocial from "./contracts/party_social/party_social.ts";
|
|
28
|
+
import * as partyTags from "./contracts/party_tags/party_tags.ts";
|
|
29
|
+
/** Generated modules mix BCS constants with transaction-builder functions. */
|
|
30
|
+
type CodecModule<M extends object> = {
|
|
31
|
+
[Key in keyof M as M[Key] extends (...args: never[]) => unknown ? never : Key]: M[Key];
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* Public Move functions that return references. A PTB can borrow internally,
|
|
35
|
+
* but a Move-call command result cannot carry a reference to a later command.
|
|
36
|
+
* Keep them out of `call`; use object/dynamic-field BCS queries instead.
|
|
37
|
+
*/
|
|
38
|
+
export declare const REF_RETURNING_CALLS: {
|
|
39
|
+
readonly compositionCredits: readonly ["credits"];
|
|
40
|
+
readonly recordingCredits: readonly ["credits", "primaryArtistIds", "featuredArtistIds"];
|
|
41
|
+
readonly recordingMasterReference: readonly ["masterReference"];
|
|
42
|
+
readonly releaseCoverArt: readonly ["cover"];
|
|
43
|
+
readonly releaseCredits: readonly ["credits"];
|
|
44
|
+
readonly releaseDescription: readonly ["description"];
|
|
45
|
+
readonly royaltyPool: readonly ["balance", "_new"];
|
|
46
|
+
readonly royaltyStake: readonly ["balance", "getRegistration"];
|
|
47
|
+
readonly routedStake: readonly ["stake", "_new", "register", "unregister", "unstake", "restake"];
|
|
48
|
+
readonly partyProfile: readonly ["profile"];
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* All platform generated functions and BCS codecs bound to one full, verified
|
|
52
|
+
* deployment. The `call` namespaces construct only caller-owned PTB commands.
|
|
53
|
+
* They neither set gas nor sign/execute. Query dynamic fields directly rather
|
|
54
|
+
* than using a Move function whose return type is a reference: PTB command
|
|
55
|
+
* outputs cannot carry references.
|
|
56
|
+
*/
|
|
57
|
+
export declare class MisoPlatformPackageBindings {
|
|
58
|
+
readonly deployment: MisoPlatformDeployment;
|
|
59
|
+
constructor(deployment: MisoPlatformDeployment);
|
|
60
|
+
get call(): {
|
|
61
|
+
extensions: {
|
|
62
|
+
compositionCredits: {
|
|
63
|
+
compositionCredits: {
|
|
64
|
+
CompositionCredits: import("./contracts/utils/index.ts").MoveStruct<{
|
|
65
|
+
credits: import("./contracts/utils/index.ts").MoveStruct<{
|
|
66
|
+
contents: import("@mysten/bcs").BcsType<{
|
|
67
|
+
key: string;
|
|
68
|
+
value: {
|
|
69
|
+
display_name: string;
|
|
70
|
+
roles: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
71
|
+
Adapter: true;
|
|
72
|
+
Arranger: true;
|
|
73
|
+
Composer: true;
|
|
74
|
+
Lyricist: true;
|
|
75
|
+
Songwriter: true;
|
|
76
|
+
Translator: true;
|
|
77
|
+
Custom: string;
|
|
78
|
+
}, "Adapter" | "Arranger" | "Composer" | "Custom" | "Lyricist" | "Songwriter" | "Translator">[];
|
|
79
|
+
};
|
|
80
|
+
}[], Iterable<{
|
|
81
|
+
key: string | Uint8Array<ArrayBufferLike>;
|
|
82
|
+
value: {
|
|
83
|
+
display_name: string;
|
|
84
|
+
roles: Iterable<import("@mysten/bcs").EnumInputShape<{
|
|
85
|
+
Adapter: boolean | object | null;
|
|
86
|
+
Arranger: boolean | object | null;
|
|
87
|
+
Composer: boolean | object | null;
|
|
88
|
+
Lyricist: boolean | object | null;
|
|
89
|
+
Songwriter: boolean | object | null;
|
|
90
|
+
Translator: boolean | object | null;
|
|
91
|
+
Custom: string;
|
|
92
|
+
}>> & {
|
|
93
|
+
length: number;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
}> & {
|
|
97
|
+
length: number;
|
|
98
|
+
}, string>;
|
|
99
|
+
}, "0x2::vec_map::VecMap<bytes[32], credit::credit::Credit<@local-pkg/composition_credits::composition_party_role::CompositionPartyRole>>">;
|
|
100
|
+
}, "@local-pkg/composition_credits::composition_credits::CompositionCredits">;
|
|
101
|
+
CreditAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
102
|
+
composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
103
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
104
|
+
credit: import("./contracts/utils/index.ts").MoveStruct<{
|
|
105
|
+
display_name: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
106
|
+
roles: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
107
|
+
Adapter: true;
|
|
108
|
+
Arranger: true;
|
|
109
|
+
Composer: true;
|
|
110
|
+
Lyricist: true;
|
|
111
|
+
Songwriter: true;
|
|
112
|
+
Translator: true;
|
|
113
|
+
Custom: string;
|
|
114
|
+
}, "Adapter" | "Arranger" | "Composer" | "Custom" | "Lyricist" | "Songwriter" | "Translator">[], Iterable<import("@mysten/bcs").EnumInputShape<{
|
|
115
|
+
Adapter: boolean | object | null;
|
|
116
|
+
Arranger: boolean | object | null;
|
|
117
|
+
Composer: boolean | object | null;
|
|
118
|
+
Lyricist: boolean | object | null;
|
|
119
|
+
Songwriter: boolean | object | null;
|
|
120
|
+
Translator: boolean | object | null;
|
|
121
|
+
Custom: string;
|
|
122
|
+
}>> & {
|
|
123
|
+
length: number;
|
|
124
|
+
}, string>;
|
|
125
|
+
}, "credit::credit::Credit<@local-pkg/composition_credits::composition_party_role::CompositionPartyRole>">;
|
|
126
|
+
}, "@local-pkg/composition_credits::composition_credits::CreditAddedEvent">;
|
|
127
|
+
CreditRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
128
|
+
composition_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
129
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
130
|
+
credit: import("./contracts/utils/index.ts").MoveStruct<{
|
|
131
|
+
display_name: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
132
|
+
roles: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
133
|
+
Adapter: true;
|
|
134
|
+
Arranger: true;
|
|
135
|
+
Composer: true;
|
|
136
|
+
Lyricist: true;
|
|
137
|
+
Songwriter: true;
|
|
138
|
+
Translator: true;
|
|
139
|
+
Custom: string;
|
|
140
|
+
}, "Adapter" | "Arranger" | "Composer" | "Custom" | "Lyricist" | "Songwriter" | "Translator">[], Iterable<import("@mysten/bcs").EnumInputShape<{
|
|
141
|
+
Adapter: boolean | object | null;
|
|
142
|
+
Arranger: boolean | object | null;
|
|
143
|
+
Composer: boolean | object | null;
|
|
144
|
+
Lyricist: boolean | object | null;
|
|
145
|
+
Songwriter: boolean | object | null;
|
|
146
|
+
Translator: boolean | object | null;
|
|
147
|
+
Custom: string;
|
|
148
|
+
}>> & {
|
|
149
|
+
length: number;
|
|
150
|
+
}, string>;
|
|
151
|
+
}, "credit::credit::Credit<@local-pkg/composition_credits::composition_party_role::CompositionPartyRole>">;
|
|
152
|
+
}, "@local-pkg/composition_credits::composition_credits::CreditRemovedEvent">;
|
|
153
|
+
ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/composition_credits::composition_credits::ExtensionKey">;
|
|
154
|
+
addCredit: (options: Omit<compositionCredits.AddCreditOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
155
|
+
hasCredits: (options: Omit<compositionCredits.HasCreditsOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
156
|
+
removeCredit: (options: Omit<compositionCredits.RemoveCreditOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
157
|
+
};
|
|
158
|
+
compositionPartyRole: {
|
|
159
|
+
CompositionPartyRole: import("./contracts/utils/index.ts").MoveEnum<{
|
|
160
|
+
Adapter: null;
|
|
161
|
+
Arranger: null;
|
|
162
|
+
Composer: null;
|
|
163
|
+
Lyricist: null;
|
|
164
|
+
Songwriter: null;
|
|
165
|
+
Translator: null;
|
|
166
|
+
Custom: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
167
|
+
}, "@local-pkg/composition_credits::composition_party_role::CompositionPartyRole">;
|
|
168
|
+
name: (options: Omit<compositionPartyRole.NameOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
169
|
+
newAdapterRole: ((options: Omit<compositionPartyRole.NewAdapterRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof compositionPartyRole.newAdapterRole;
|
|
170
|
+
newArrangerRole: ((options: Omit<compositionPartyRole.NewArrangerRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof compositionPartyRole.newArrangerRole;
|
|
171
|
+
newComposerRole: ((options: Omit<compositionPartyRole.NewComposerRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof compositionPartyRole.newComposerRole;
|
|
172
|
+
newCustomRole: (options: Omit<compositionPartyRole.NewCustomRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
173
|
+
newLyricistRole: ((options: Omit<compositionPartyRole.NewLyricistRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof compositionPartyRole.newLyricistRole;
|
|
174
|
+
newSongwriterRole: ((options: Omit<compositionPartyRole.NewSongwriterRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof compositionPartyRole.newSongwriterRole;
|
|
175
|
+
newTranslatorRole: ((options: Omit<compositionPartyRole.NewTranslatorRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof compositionPartyRole.newTranslatorRole;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
recordingAdvisory: {
|
|
179
|
+
AdvisoryRatingSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
180
|
+
recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
181
|
+
rating: import("./contracts/utils/index.ts").MoveEnum<{
|
|
182
|
+
Explicit: null;
|
|
183
|
+
NotExplicit: null;
|
|
184
|
+
Cleaned: null;
|
|
185
|
+
}, "@local-pkg/recording_advisory::recording_advisory::ExplicitRating">;
|
|
186
|
+
}, "@local-pkg/recording_advisory::recording_advisory::AdvisoryRatingSetEvent">;
|
|
187
|
+
AdvisoryRatingUnsetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
188
|
+
recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
189
|
+
}, "@local-pkg/recording_advisory::recording_advisory::AdvisoryRatingUnsetEvent">;
|
|
190
|
+
ExplicitRating: import("./contracts/utils/index.ts").MoveEnum<{
|
|
191
|
+
Explicit: null;
|
|
192
|
+
NotExplicit: null;
|
|
193
|
+
Cleaned: null;
|
|
194
|
+
}, "@local-pkg/recording_advisory::recording_advisory::ExplicitRating">;
|
|
195
|
+
ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/recording_advisory::recording_advisory::ExtensionKey">;
|
|
196
|
+
cleaned: ((options: Omit<recordingAdvisory.CleanedOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof recordingAdvisory.cleaned;
|
|
197
|
+
explicit: ((options: Omit<recordingAdvisory.ExplicitOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof recordingAdvisory.explicit;
|
|
198
|
+
hasRating: (options: Omit<recordingAdvisory.HasRatingOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
199
|
+
isCleaned: (options: Omit<recordingAdvisory.IsCleanedOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
200
|
+
isExplicit: (options: Omit<recordingAdvisory.IsExplicitOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
201
|
+
isNotExplicit: (options: Omit<recordingAdvisory.IsNotExplicitOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
202
|
+
name: (options: Omit<recordingAdvisory.NameOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
203
|
+
notExplicit: ((options: Omit<recordingAdvisory.NotExplicitOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof recordingAdvisory.notExplicit;
|
|
204
|
+
rating: (options: Omit<recordingAdvisory.RatingOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
205
|
+
setRating: (options: Omit<recordingAdvisory.SetRatingOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
206
|
+
unsetRating: (options: Omit<recordingAdvisory.UnsetRatingOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
207
|
+
};
|
|
208
|
+
recordingCredits: {
|
|
209
|
+
recordingCredits: {
|
|
210
|
+
CreditAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
211
|
+
recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
212
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
213
|
+
credit: import("./contracts/utils/index.ts").MoveStruct<{
|
|
214
|
+
display_name: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
215
|
+
roles: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
216
|
+
Actor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
217
|
+
Additional: true;
|
|
218
|
+
Assistant: true;
|
|
219
|
+
Associate: true;
|
|
220
|
+
Backing: true;
|
|
221
|
+
Executive: true;
|
|
222
|
+
Featured: true;
|
|
223
|
+
Lead: true;
|
|
224
|
+
Primary: true;
|
|
225
|
+
Principal: true;
|
|
226
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
227
|
+
Arranger: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
228
|
+
Additional: true;
|
|
229
|
+
Assistant: true;
|
|
230
|
+
Associate: true;
|
|
231
|
+
Backing: true;
|
|
232
|
+
Executive: true;
|
|
233
|
+
Featured: true;
|
|
234
|
+
Lead: true;
|
|
235
|
+
Primary: true;
|
|
236
|
+
Principal: true;
|
|
237
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
238
|
+
ArtistsAndRepertoire: true;
|
|
239
|
+
BandLeader: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
240
|
+
Additional: true;
|
|
241
|
+
Assistant: true;
|
|
242
|
+
Associate: true;
|
|
243
|
+
Backing: true;
|
|
244
|
+
Executive: true;
|
|
245
|
+
Featured: true;
|
|
246
|
+
Lead: true;
|
|
247
|
+
Primary: true;
|
|
248
|
+
Principal: true;
|
|
249
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
250
|
+
Choir: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
251
|
+
Additional: true;
|
|
252
|
+
Assistant: true;
|
|
253
|
+
Associate: true;
|
|
254
|
+
Backing: true;
|
|
255
|
+
Executive: true;
|
|
256
|
+
Featured: true;
|
|
257
|
+
Lead: true;
|
|
258
|
+
Primary: true;
|
|
259
|
+
Principal: true;
|
|
260
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
261
|
+
ChoirMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
262
|
+
Additional: true;
|
|
263
|
+
Assistant: true;
|
|
264
|
+
Associate: true;
|
|
265
|
+
Backing: true;
|
|
266
|
+
Executive: true;
|
|
267
|
+
Featured: true;
|
|
268
|
+
Lead: true;
|
|
269
|
+
Primary: true;
|
|
270
|
+
Principal: true;
|
|
271
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
272
|
+
ConcertMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
273
|
+
Additional: true;
|
|
274
|
+
Assistant: true;
|
|
275
|
+
Associate: true;
|
|
276
|
+
Backing: true;
|
|
277
|
+
Executive: true;
|
|
278
|
+
Featured: true;
|
|
279
|
+
Lead: true;
|
|
280
|
+
Primary: true;
|
|
281
|
+
Principal: true;
|
|
282
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
283
|
+
Conductor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
284
|
+
Additional: true;
|
|
285
|
+
Assistant: true;
|
|
286
|
+
Associate: true;
|
|
287
|
+
Backing: true;
|
|
288
|
+
Executive: true;
|
|
289
|
+
Featured: true;
|
|
290
|
+
Lead: true;
|
|
291
|
+
Primary: true;
|
|
292
|
+
Principal: true;
|
|
293
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
294
|
+
Contractor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
295
|
+
Additional: true;
|
|
296
|
+
Assistant: true;
|
|
297
|
+
Associate: true;
|
|
298
|
+
Backing: true;
|
|
299
|
+
Executive: true;
|
|
300
|
+
Featured: true;
|
|
301
|
+
Lead: true;
|
|
302
|
+
Primary: true;
|
|
303
|
+
Principal: true;
|
|
304
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
305
|
+
Copyist: true;
|
|
306
|
+
DJ: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
307
|
+
Additional: true;
|
|
308
|
+
Assistant: true;
|
|
309
|
+
Associate: true;
|
|
310
|
+
Backing: true;
|
|
311
|
+
Executive: true;
|
|
312
|
+
Featured: true;
|
|
313
|
+
Lead: true;
|
|
314
|
+
Primary: true;
|
|
315
|
+
Principal: true;
|
|
316
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
317
|
+
Editor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
318
|
+
Additional: true;
|
|
319
|
+
Assistant: true;
|
|
320
|
+
Associate: true;
|
|
321
|
+
Backing: true;
|
|
322
|
+
Executive: true;
|
|
323
|
+
Featured: true;
|
|
324
|
+
Lead: true;
|
|
325
|
+
Primary: true;
|
|
326
|
+
Principal: true;
|
|
327
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
328
|
+
Engineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
329
|
+
Additional: true;
|
|
330
|
+
Assistant: true;
|
|
331
|
+
Associate: true;
|
|
332
|
+
Backing: true;
|
|
333
|
+
Executive: true;
|
|
334
|
+
Featured: true;
|
|
335
|
+
Lead: true;
|
|
336
|
+
Primary: true;
|
|
337
|
+
Principal: true;
|
|
338
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
339
|
+
Ensemble: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
340
|
+
Additional: true;
|
|
341
|
+
Assistant: true;
|
|
342
|
+
Associate: true;
|
|
343
|
+
Backing: true;
|
|
344
|
+
Executive: true;
|
|
345
|
+
Featured: true;
|
|
346
|
+
Lead: true;
|
|
347
|
+
Primary: true;
|
|
348
|
+
Principal: true;
|
|
349
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
350
|
+
Instrumentalist: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
351
|
+
Additional: true;
|
|
352
|
+
Assistant: true;
|
|
353
|
+
Associate: true;
|
|
354
|
+
Backing: true;
|
|
355
|
+
Executive: true;
|
|
356
|
+
Featured: true;
|
|
357
|
+
Lead: true;
|
|
358
|
+
Primary: true;
|
|
359
|
+
Principal: true;
|
|
360
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
|
|
361
|
+
MasteringEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
362
|
+
Additional: true;
|
|
363
|
+
Assistant: true;
|
|
364
|
+
Associate: true;
|
|
365
|
+
Backing: true;
|
|
366
|
+
Executive: true;
|
|
367
|
+
Featured: true;
|
|
368
|
+
Lead: true;
|
|
369
|
+
Primary: true;
|
|
370
|
+
Principal: true;
|
|
371
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
372
|
+
MixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
373
|
+
Additional: true;
|
|
374
|
+
Assistant: true;
|
|
375
|
+
Associate: true;
|
|
376
|
+
Backing: true;
|
|
377
|
+
Executive: true;
|
|
378
|
+
Featured: true;
|
|
379
|
+
Lead: true;
|
|
380
|
+
Primary: true;
|
|
381
|
+
Principal: true;
|
|
382
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
383
|
+
MusicDirector: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
384
|
+
Additional: true;
|
|
385
|
+
Assistant: true;
|
|
386
|
+
Associate: true;
|
|
387
|
+
Backing: true;
|
|
388
|
+
Executive: true;
|
|
389
|
+
Featured: true;
|
|
390
|
+
Lead: true;
|
|
391
|
+
Primary: true;
|
|
392
|
+
Principal: true;
|
|
393
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
394
|
+
MusicSupervisor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
395
|
+
Additional: true;
|
|
396
|
+
Assistant: true;
|
|
397
|
+
Associate: true;
|
|
398
|
+
Backing: true;
|
|
399
|
+
Executive: true;
|
|
400
|
+
Featured: true;
|
|
401
|
+
Lead: true;
|
|
402
|
+
Primary: true;
|
|
403
|
+
Principal: true;
|
|
404
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
405
|
+
Narrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
406
|
+
Additional: true;
|
|
407
|
+
Assistant: true;
|
|
408
|
+
Associate: true;
|
|
409
|
+
Backing: true;
|
|
410
|
+
Executive: true;
|
|
411
|
+
Featured: true;
|
|
412
|
+
Lead: true;
|
|
413
|
+
Primary: true;
|
|
414
|
+
Principal: true;
|
|
415
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
416
|
+
Orchestra: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
417
|
+
Additional: true;
|
|
418
|
+
Assistant: true;
|
|
419
|
+
Associate: true;
|
|
420
|
+
Backing: true;
|
|
421
|
+
Executive: true;
|
|
422
|
+
Featured: true;
|
|
423
|
+
Lead: true;
|
|
424
|
+
Primary: true;
|
|
425
|
+
Principal: true;
|
|
426
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
427
|
+
Orchestrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
428
|
+
Additional: true;
|
|
429
|
+
Assistant: true;
|
|
430
|
+
Associate: true;
|
|
431
|
+
Backing: true;
|
|
432
|
+
Executive: true;
|
|
433
|
+
Featured: true;
|
|
434
|
+
Lead: true;
|
|
435
|
+
Primary: true;
|
|
436
|
+
Principal: true;
|
|
437
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
438
|
+
Performer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
439
|
+
Additional: true;
|
|
440
|
+
Assistant: true;
|
|
441
|
+
Associate: true;
|
|
442
|
+
Backing: true;
|
|
443
|
+
Executive: true;
|
|
444
|
+
Featured: true;
|
|
445
|
+
Lead: true;
|
|
446
|
+
Primary: true;
|
|
447
|
+
Principal: true;
|
|
448
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
449
|
+
Producer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
450
|
+
Additional: true;
|
|
451
|
+
Assistant: true;
|
|
452
|
+
Associate: true;
|
|
453
|
+
Backing: true;
|
|
454
|
+
Executive: true;
|
|
455
|
+
Featured: true;
|
|
456
|
+
Lead: true;
|
|
457
|
+
Primary: true;
|
|
458
|
+
Principal: true;
|
|
459
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
460
|
+
Programmer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
461
|
+
Additional: true;
|
|
462
|
+
Assistant: true;
|
|
463
|
+
Associate: true;
|
|
464
|
+
Backing: true;
|
|
465
|
+
Executive: true;
|
|
466
|
+
Featured: true;
|
|
467
|
+
Lead: true;
|
|
468
|
+
Primary: true;
|
|
469
|
+
Principal: true;
|
|
470
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
471
|
+
RecordingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
472
|
+
Additional: true;
|
|
473
|
+
Assistant: true;
|
|
474
|
+
Associate: true;
|
|
475
|
+
Backing: true;
|
|
476
|
+
Executive: true;
|
|
477
|
+
Featured: true;
|
|
478
|
+
Lead: true;
|
|
479
|
+
Primary: true;
|
|
480
|
+
Principal: true;
|
|
481
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
482
|
+
RemixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
483
|
+
Additional: true;
|
|
484
|
+
Assistant: true;
|
|
485
|
+
Associate: true;
|
|
486
|
+
Backing: true;
|
|
487
|
+
Executive: true;
|
|
488
|
+
Featured: true;
|
|
489
|
+
Lead: true;
|
|
490
|
+
Primary: true;
|
|
491
|
+
Principal: true;
|
|
492
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
493
|
+
Soloist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
494
|
+
Additional: true;
|
|
495
|
+
Assistant: true;
|
|
496
|
+
Associate: true;
|
|
497
|
+
Backing: true;
|
|
498
|
+
Executive: true;
|
|
499
|
+
Featured: true;
|
|
500
|
+
Lead: true;
|
|
501
|
+
Primary: true;
|
|
502
|
+
Principal: true;
|
|
503
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
504
|
+
SoundDesigner: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
505
|
+
Additional: true;
|
|
506
|
+
Assistant: true;
|
|
507
|
+
Associate: true;
|
|
508
|
+
Backing: true;
|
|
509
|
+
Executive: true;
|
|
510
|
+
Featured: true;
|
|
511
|
+
Lead: true;
|
|
512
|
+
Primary: true;
|
|
513
|
+
Principal: true;
|
|
514
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
515
|
+
Speaker: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
516
|
+
Additional: true;
|
|
517
|
+
Assistant: true;
|
|
518
|
+
Associate: true;
|
|
519
|
+
Backing: true;
|
|
520
|
+
Executive: true;
|
|
521
|
+
Featured: true;
|
|
522
|
+
Lead: true;
|
|
523
|
+
Primary: true;
|
|
524
|
+
Principal: true;
|
|
525
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
526
|
+
Vocalist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
527
|
+
Additional: true;
|
|
528
|
+
Assistant: true;
|
|
529
|
+
Associate: true;
|
|
530
|
+
Backing: true;
|
|
531
|
+
Executive: true;
|
|
532
|
+
Featured: true;
|
|
533
|
+
Lead: true;
|
|
534
|
+
Primary: true;
|
|
535
|
+
Principal: true;
|
|
536
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
537
|
+
Custom: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
538
|
+
Additional: true;
|
|
539
|
+
Assistant: true;
|
|
540
|
+
Associate: true;
|
|
541
|
+
Backing: true;
|
|
542
|
+
Executive: true;
|
|
543
|
+
Featured: true;
|
|
544
|
+
Lead: true;
|
|
545
|
+
Primary: true;
|
|
546
|
+
Principal: true;
|
|
547
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
|
|
548
|
+
}, "Actor" | "Arranger" | "ArtistsAndRepertoire" | "BandLeader" | "Choir" | "ChoirMaster" | "ConcertMaster" | "Conductor" | "Contractor" | "Copyist" | "Custom" | "DJ" | "Editor" | "Engineer" | "Ensemble" | "Instrumentalist" | "MasteringEngineer" | "MixingEngineer" | "MusicDirector" | "MusicSupervisor" | "Narrator" | "Orchestra" | "Orchestrator" | "Performer" | "Producer" | "Programmer" | "RecordingEngineer" | "RemixingEngineer" | "Soloist" | "SoundDesigner" | "Speaker" | "Vocalist">[], Iterable<import("@mysten/bcs").EnumInputShape<{
|
|
549
|
+
Actor: import("@mysten/bcs").EnumInputShape<{
|
|
550
|
+
Additional: boolean | object | null;
|
|
551
|
+
Assistant: boolean | object | null;
|
|
552
|
+
Associate: boolean | object | null;
|
|
553
|
+
Backing: boolean | object | null;
|
|
554
|
+
Executive: boolean | object | null;
|
|
555
|
+
Featured: boolean | object | null;
|
|
556
|
+
Lead: boolean | object | null;
|
|
557
|
+
Primary: boolean | object | null;
|
|
558
|
+
Principal: boolean | object | null;
|
|
559
|
+
}> | null | undefined;
|
|
560
|
+
Arranger: import("@mysten/bcs").EnumInputShape<{
|
|
561
|
+
Additional: boolean | object | null;
|
|
562
|
+
Assistant: boolean | object | null;
|
|
563
|
+
Associate: boolean | object | null;
|
|
564
|
+
Backing: boolean | object | null;
|
|
565
|
+
Executive: boolean | object | null;
|
|
566
|
+
Featured: boolean | object | null;
|
|
567
|
+
Lead: boolean | object | null;
|
|
568
|
+
Primary: boolean | object | null;
|
|
569
|
+
Principal: boolean | object | null;
|
|
570
|
+
}> | null | undefined;
|
|
571
|
+
ArtistsAndRepertoire: boolean | object | null;
|
|
572
|
+
BandLeader: import("@mysten/bcs").EnumInputShape<{
|
|
573
|
+
Additional: boolean | object | null;
|
|
574
|
+
Assistant: boolean | object | null;
|
|
575
|
+
Associate: boolean | object | null;
|
|
576
|
+
Backing: boolean | object | null;
|
|
577
|
+
Executive: boolean | object | null;
|
|
578
|
+
Featured: boolean | object | null;
|
|
579
|
+
Lead: boolean | object | null;
|
|
580
|
+
Primary: boolean | object | null;
|
|
581
|
+
Principal: boolean | object | null;
|
|
582
|
+
}> | null | undefined;
|
|
583
|
+
Choir: import("@mysten/bcs").EnumInputShape<{
|
|
584
|
+
Additional: boolean | object | null;
|
|
585
|
+
Assistant: boolean | object | null;
|
|
586
|
+
Associate: boolean | object | null;
|
|
587
|
+
Backing: boolean | object | null;
|
|
588
|
+
Executive: boolean | object | null;
|
|
589
|
+
Featured: boolean | object | null;
|
|
590
|
+
Lead: boolean | object | null;
|
|
591
|
+
Primary: boolean | object | null;
|
|
592
|
+
Principal: boolean | object | null;
|
|
593
|
+
}> | null | undefined;
|
|
594
|
+
ChoirMaster: import("@mysten/bcs").EnumInputShape<{
|
|
595
|
+
Additional: boolean | object | null;
|
|
596
|
+
Assistant: boolean | object | null;
|
|
597
|
+
Associate: boolean | object | null;
|
|
598
|
+
Backing: boolean | object | null;
|
|
599
|
+
Executive: boolean | object | null;
|
|
600
|
+
Featured: boolean | object | null;
|
|
601
|
+
Lead: boolean | object | null;
|
|
602
|
+
Primary: boolean | object | null;
|
|
603
|
+
Principal: boolean | object | null;
|
|
604
|
+
}> | null | undefined;
|
|
605
|
+
ConcertMaster: import("@mysten/bcs").EnumInputShape<{
|
|
606
|
+
Additional: boolean | object | null;
|
|
607
|
+
Assistant: boolean | object | null;
|
|
608
|
+
Associate: boolean | object | null;
|
|
609
|
+
Backing: boolean | object | null;
|
|
610
|
+
Executive: boolean | object | null;
|
|
611
|
+
Featured: boolean | object | null;
|
|
612
|
+
Lead: boolean | object | null;
|
|
613
|
+
Primary: boolean | object | null;
|
|
614
|
+
Principal: boolean | object | null;
|
|
615
|
+
}> | null | undefined;
|
|
616
|
+
Conductor: import("@mysten/bcs").EnumInputShape<{
|
|
617
|
+
Additional: boolean | object | null;
|
|
618
|
+
Assistant: boolean | object | null;
|
|
619
|
+
Associate: boolean | object | null;
|
|
620
|
+
Backing: boolean | object | null;
|
|
621
|
+
Executive: boolean | object | null;
|
|
622
|
+
Featured: boolean | object | null;
|
|
623
|
+
Lead: boolean | object | null;
|
|
624
|
+
Primary: boolean | object | null;
|
|
625
|
+
Principal: boolean | object | null;
|
|
626
|
+
}> | null | undefined;
|
|
627
|
+
Contractor: import("@mysten/bcs").EnumInputShape<{
|
|
628
|
+
Additional: boolean | object | null;
|
|
629
|
+
Assistant: boolean | object | null;
|
|
630
|
+
Associate: boolean | object | null;
|
|
631
|
+
Backing: boolean | object | null;
|
|
632
|
+
Executive: boolean | object | null;
|
|
633
|
+
Featured: boolean | object | null;
|
|
634
|
+
Lead: boolean | object | null;
|
|
635
|
+
Primary: boolean | object | null;
|
|
636
|
+
Principal: boolean | object | null;
|
|
637
|
+
}> | null | undefined;
|
|
638
|
+
Copyist: boolean | object | null;
|
|
639
|
+
DJ: import("@mysten/bcs").EnumInputShape<{
|
|
640
|
+
Additional: boolean | object | null;
|
|
641
|
+
Assistant: boolean | object | null;
|
|
642
|
+
Associate: boolean | object | null;
|
|
643
|
+
Backing: boolean | object | null;
|
|
644
|
+
Executive: boolean | object | null;
|
|
645
|
+
Featured: boolean | object | null;
|
|
646
|
+
Lead: boolean | object | null;
|
|
647
|
+
Primary: boolean | object | null;
|
|
648
|
+
Principal: boolean | object | null;
|
|
649
|
+
}> | null | undefined;
|
|
650
|
+
Editor: import("@mysten/bcs").EnumInputShape<{
|
|
651
|
+
Additional: boolean | object | null;
|
|
652
|
+
Assistant: boolean | object | null;
|
|
653
|
+
Associate: boolean | object | null;
|
|
654
|
+
Backing: boolean | object | null;
|
|
655
|
+
Executive: boolean | object | null;
|
|
656
|
+
Featured: boolean | object | null;
|
|
657
|
+
Lead: boolean | object | null;
|
|
658
|
+
Primary: boolean | object | null;
|
|
659
|
+
Principal: boolean | object | null;
|
|
660
|
+
}> | null | undefined;
|
|
661
|
+
Engineer: import("@mysten/bcs").EnumInputShape<{
|
|
662
|
+
Additional: boolean | object | null;
|
|
663
|
+
Assistant: boolean | object | null;
|
|
664
|
+
Associate: boolean | object | null;
|
|
665
|
+
Backing: boolean | object | null;
|
|
666
|
+
Executive: boolean | object | null;
|
|
667
|
+
Featured: boolean | object | null;
|
|
668
|
+
Lead: boolean | object | null;
|
|
669
|
+
Primary: boolean | object | null;
|
|
670
|
+
Principal: boolean | object | null;
|
|
671
|
+
}> | null | undefined;
|
|
672
|
+
Ensemble: import("@mysten/bcs").EnumInputShape<{
|
|
673
|
+
Additional: boolean | object | null;
|
|
674
|
+
Assistant: boolean | object | null;
|
|
675
|
+
Associate: boolean | object | null;
|
|
676
|
+
Backing: boolean | object | null;
|
|
677
|
+
Executive: boolean | object | null;
|
|
678
|
+
Featured: boolean | object | null;
|
|
679
|
+
Lead: boolean | object | null;
|
|
680
|
+
Primary: boolean | object | null;
|
|
681
|
+
Principal: boolean | object | null;
|
|
682
|
+
}> | null | undefined;
|
|
683
|
+
Instrumentalist: readonly [string, import("@mysten/bcs").EnumInputShape<{
|
|
684
|
+
Additional: boolean | object | null;
|
|
685
|
+
Assistant: boolean | object | null;
|
|
686
|
+
Associate: boolean | object | null;
|
|
687
|
+
Backing: boolean | object | null;
|
|
688
|
+
Executive: boolean | object | null;
|
|
689
|
+
Featured: boolean | object | null;
|
|
690
|
+
Lead: boolean | object | null;
|
|
691
|
+
Primary: boolean | object | null;
|
|
692
|
+
Principal: boolean | object | null;
|
|
693
|
+
}> | null | undefined];
|
|
694
|
+
MasteringEngineer: import("@mysten/bcs").EnumInputShape<{
|
|
695
|
+
Additional: boolean | object | null;
|
|
696
|
+
Assistant: boolean | object | null;
|
|
697
|
+
Associate: boolean | object | null;
|
|
698
|
+
Backing: boolean | object | null;
|
|
699
|
+
Executive: boolean | object | null;
|
|
700
|
+
Featured: boolean | object | null;
|
|
701
|
+
Lead: boolean | object | null;
|
|
702
|
+
Primary: boolean | object | null;
|
|
703
|
+
Principal: boolean | object | null;
|
|
704
|
+
}> | null | undefined;
|
|
705
|
+
MixingEngineer: import("@mysten/bcs").EnumInputShape<{
|
|
706
|
+
Additional: boolean | object | null;
|
|
707
|
+
Assistant: boolean | object | null;
|
|
708
|
+
Associate: boolean | object | null;
|
|
709
|
+
Backing: boolean | object | null;
|
|
710
|
+
Executive: boolean | object | null;
|
|
711
|
+
Featured: boolean | object | null;
|
|
712
|
+
Lead: boolean | object | null;
|
|
713
|
+
Primary: boolean | object | null;
|
|
714
|
+
Principal: boolean | object | null;
|
|
715
|
+
}> | null | undefined;
|
|
716
|
+
MusicDirector: import("@mysten/bcs").EnumInputShape<{
|
|
717
|
+
Additional: boolean | object | null;
|
|
718
|
+
Assistant: boolean | object | null;
|
|
719
|
+
Associate: boolean | object | null;
|
|
720
|
+
Backing: boolean | object | null;
|
|
721
|
+
Executive: boolean | object | null;
|
|
722
|
+
Featured: boolean | object | null;
|
|
723
|
+
Lead: boolean | object | null;
|
|
724
|
+
Primary: boolean | object | null;
|
|
725
|
+
Principal: boolean | object | null;
|
|
726
|
+
}> | null | undefined;
|
|
727
|
+
MusicSupervisor: import("@mysten/bcs").EnumInputShape<{
|
|
728
|
+
Additional: boolean | object | null;
|
|
729
|
+
Assistant: boolean | object | null;
|
|
730
|
+
Associate: boolean | object | null;
|
|
731
|
+
Backing: boolean | object | null;
|
|
732
|
+
Executive: boolean | object | null;
|
|
733
|
+
Featured: boolean | object | null;
|
|
734
|
+
Lead: boolean | object | null;
|
|
735
|
+
Primary: boolean | object | null;
|
|
736
|
+
Principal: boolean | object | null;
|
|
737
|
+
}> | null | undefined;
|
|
738
|
+
Narrator: import("@mysten/bcs").EnumInputShape<{
|
|
739
|
+
Additional: boolean | object | null;
|
|
740
|
+
Assistant: boolean | object | null;
|
|
741
|
+
Associate: boolean | object | null;
|
|
742
|
+
Backing: boolean | object | null;
|
|
743
|
+
Executive: boolean | object | null;
|
|
744
|
+
Featured: boolean | object | null;
|
|
745
|
+
Lead: boolean | object | null;
|
|
746
|
+
Primary: boolean | object | null;
|
|
747
|
+
Principal: boolean | object | null;
|
|
748
|
+
}> | null | undefined;
|
|
749
|
+
Orchestra: import("@mysten/bcs").EnumInputShape<{
|
|
750
|
+
Additional: boolean | object | null;
|
|
751
|
+
Assistant: boolean | object | null;
|
|
752
|
+
Associate: boolean | object | null;
|
|
753
|
+
Backing: boolean | object | null;
|
|
754
|
+
Executive: boolean | object | null;
|
|
755
|
+
Featured: boolean | object | null;
|
|
756
|
+
Lead: boolean | object | null;
|
|
757
|
+
Primary: boolean | object | null;
|
|
758
|
+
Principal: boolean | object | null;
|
|
759
|
+
}> | null | undefined;
|
|
760
|
+
Orchestrator: import("@mysten/bcs").EnumInputShape<{
|
|
761
|
+
Additional: boolean | object | null;
|
|
762
|
+
Assistant: boolean | object | null;
|
|
763
|
+
Associate: boolean | object | null;
|
|
764
|
+
Backing: boolean | object | null;
|
|
765
|
+
Executive: boolean | object | null;
|
|
766
|
+
Featured: boolean | object | null;
|
|
767
|
+
Lead: boolean | object | null;
|
|
768
|
+
Primary: boolean | object | null;
|
|
769
|
+
Principal: boolean | object | null;
|
|
770
|
+
}> | null | undefined;
|
|
771
|
+
Performer: import("@mysten/bcs").EnumInputShape<{
|
|
772
|
+
Additional: boolean | object | null;
|
|
773
|
+
Assistant: boolean | object | null;
|
|
774
|
+
Associate: boolean | object | null;
|
|
775
|
+
Backing: boolean | object | null;
|
|
776
|
+
Executive: boolean | object | null;
|
|
777
|
+
Featured: boolean | object | null;
|
|
778
|
+
Lead: boolean | object | null;
|
|
779
|
+
Primary: boolean | object | null;
|
|
780
|
+
Principal: boolean | object | null;
|
|
781
|
+
}> | null | undefined;
|
|
782
|
+
Producer: import("@mysten/bcs").EnumInputShape<{
|
|
783
|
+
Additional: boolean | object | null;
|
|
784
|
+
Assistant: boolean | object | null;
|
|
785
|
+
Associate: boolean | object | null;
|
|
786
|
+
Backing: boolean | object | null;
|
|
787
|
+
Executive: boolean | object | null;
|
|
788
|
+
Featured: boolean | object | null;
|
|
789
|
+
Lead: boolean | object | null;
|
|
790
|
+
Primary: boolean | object | null;
|
|
791
|
+
Principal: boolean | object | null;
|
|
792
|
+
}> | null | undefined;
|
|
793
|
+
Programmer: import("@mysten/bcs").EnumInputShape<{
|
|
794
|
+
Additional: boolean | object | null;
|
|
795
|
+
Assistant: boolean | object | null;
|
|
796
|
+
Associate: boolean | object | null;
|
|
797
|
+
Backing: boolean | object | null;
|
|
798
|
+
Executive: boolean | object | null;
|
|
799
|
+
Featured: boolean | object | null;
|
|
800
|
+
Lead: boolean | object | null;
|
|
801
|
+
Primary: boolean | object | null;
|
|
802
|
+
Principal: boolean | object | null;
|
|
803
|
+
}> | null | undefined;
|
|
804
|
+
RecordingEngineer: import("@mysten/bcs").EnumInputShape<{
|
|
805
|
+
Additional: boolean | object | null;
|
|
806
|
+
Assistant: boolean | object | null;
|
|
807
|
+
Associate: boolean | object | null;
|
|
808
|
+
Backing: boolean | object | null;
|
|
809
|
+
Executive: boolean | object | null;
|
|
810
|
+
Featured: boolean | object | null;
|
|
811
|
+
Lead: boolean | object | null;
|
|
812
|
+
Primary: boolean | object | null;
|
|
813
|
+
Principal: boolean | object | null;
|
|
814
|
+
}> | null | undefined;
|
|
815
|
+
RemixingEngineer: import("@mysten/bcs").EnumInputShape<{
|
|
816
|
+
Additional: boolean | object | null;
|
|
817
|
+
Assistant: boolean | object | null;
|
|
818
|
+
Associate: boolean | object | null;
|
|
819
|
+
Backing: boolean | object | null;
|
|
820
|
+
Executive: boolean | object | null;
|
|
821
|
+
Featured: boolean | object | null;
|
|
822
|
+
Lead: boolean | object | null;
|
|
823
|
+
Primary: boolean | object | null;
|
|
824
|
+
Principal: boolean | object | null;
|
|
825
|
+
}> | null | undefined;
|
|
826
|
+
Soloist: import("@mysten/bcs").EnumInputShape<{
|
|
827
|
+
Additional: boolean | object | null;
|
|
828
|
+
Assistant: boolean | object | null;
|
|
829
|
+
Associate: boolean | object | null;
|
|
830
|
+
Backing: boolean | object | null;
|
|
831
|
+
Executive: boolean | object | null;
|
|
832
|
+
Featured: boolean | object | null;
|
|
833
|
+
Lead: boolean | object | null;
|
|
834
|
+
Primary: boolean | object | null;
|
|
835
|
+
Principal: boolean | object | null;
|
|
836
|
+
}> | null | undefined;
|
|
837
|
+
SoundDesigner: import("@mysten/bcs").EnumInputShape<{
|
|
838
|
+
Additional: boolean | object | null;
|
|
839
|
+
Assistant: boolean | object | null;
|
|
840
|
+
Associate: boolean | object | null;
|
|
841
|
+
Backing: boolean | object | null;
|
|
842
|
+
Executive: boolean | object | null;
|
|
843
|
+
Featured: boolean | object | null;
|
|
844
|
+
Lead: boolean | object | null;
|
|
845
|
+
Primary: boolean | object | null;
|
|
846
|
+
Principal: boolean | object | null;
|
|
847
|
+
}> | null | undefined;
|
|
848
|
+
Speaker: import("@mysten/bcs").EnumInputShape<{
|
|
849
|
+
Additional: boolean | object | null;
|
|
850
|
+
Assistant: boolean | object | null;
|
|
851
|
+
Associate: boolean | object | null;
|
|
852
|
+
Backing: boolean | object | null;
|
|
853
|
+
Executive: boolean | object | null;
|
|
854
|
+
Featured: boolean | object | null;
|
|
855
|
+
Lead: boolean | object | null;
|
|
856
|
+
Primary: boolean | object | null;
|
|
857
|
+
Principal: boolean | object | null;
|
|
858
|
+
}> | null | undefined;
|
|
859
|
+
Vocalist: import("@mysten/bcs").EnumInputShape<{
|
|
860
|
+
Additional: boolean | object | null;
|
|
861
|
+
Assistant: boolean | object | null;
|
|
862
|
+
Associate: boolean | object | null;
|
|
863
|
+
Backing: boolean | object | null;
|
|
864
|
+
Executive: boolean | object | null;
|
|
865
|
+
Featured: boolean | object | null;
|
|
866
|
+
Lead: boolean | object | null;
|
|
867
|
+
Primary: boolean | object | null;
|
|
868
|
+
Principal: boolean | object | null;
|
|
869
|
+
}> | null | undefined;
|
|
870
|
+
Custom: readonly [string, import("@mysten/bcs").EnumInputShape<{
|
|
871
|
+
Additional: boolean | object | null;
|
|
872
|
+
Assistant: boolean | object | null;
|
|
873
|
+
Associate: boolean | object | null;
|
|
874
|
+
Backing: boolean | object | null;
|
|
875
|
+
Executive: boolean | object | null;
|
|
876
|
+
Featured: boolean | object | null;
|
|
877
|
+
Lead: boolean | object | null;
|
|
878
|
+
Primary: boolean | object | null;
|
|
879
|
+
Principal: boolean | object | null;
|
|
880
|
+
}> | null | undefined];
|
|
881
|
+
}>> & {
|
|
882
|
+
length: number;
|
|
883
|
+
}, string>;
|
|
884
|
+
}, "credit::credit::Credit<@local-pkg/recording_credits::recording_party_role::RecordingPartyRole>">;
|
|
885
|
+
}, "@local-pkg/recording_credits::recording_credits::CreditAddedEvent">;
|
|
886
|
+
CreditRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
887
|
+
recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
888
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
889
|
+
credit: import("./contracts/utils/index.ts").MoveStruct<{
|
|
890
|
+
display_name: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
891
|
+
roles: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
892
|
+
Actor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
893
|
+
Additional: true;
|
|
894
|
+
Assistant: true;
|
|
895
|
+
Associate: true;
|
|
896
|
+
Backing: true;
|
|
897
|
+
Executive: true;
|
|
898
|
+
Featured: true;
|
|
899
|
+
Lead: true;
|
|
900
|
+
Primary: true;
|
|
901
|
+
Principal: true;
|
|
902
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
903
|
+
Arranger: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
904
|
+
Additional: true;
|
|
905
|
+
Assistant: true;
|
|
906
|
+
Associate: true;
|
|
907
|
+
Backing: true;
|
|
908
|
+
Executive: true;
|
|
909
|
+
Featured: true;
|
|
910
|
+
Lead: true;
|
|
911
|
+
Primary: true;
|
|
912
|
+
Principal: true;
|
|
913
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
914
|
+
ArtistsAndRepertoire: true;
|
|
915
|
+
BandLeader: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
916
|
+
Additional: true;
|
|
917
|
+
Assistant: true;
|
|
918
|
+
Associate: true;
|
|
919
|
+
Backing: true;
|
|
920
|
+
Executive: true;
|
|
921
|
+
Featured: true;
|
|
922
|
+
Lead: true;
|
|
923
|
+
Primary: true;
|
|
924
|
+
Principal: true;
|
|
925
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
926
|
+
Choir: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
927
|
+
Additional: true;
|
|
928
|
+
Assistant: true;
|
|
929
|
+
Associate: true;
|
|
930
|
+
Backing: true;
|
|
931
|
+
Executive: true;
|
|
932
|
+
Featured: true;
|
|
933
|
+
Lead: true;
|
|
934
|
+
Primary: true;
|
|
935
|
+
Principal: true;
|
|
936
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
937
|
+
ChoirMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
938
|
+
Additional: true;
|
|
939
|
+
Assistant: true;
|
|
940
|
+
Associate: true;
|
|
941
|
+
Backing: true;
|
|
942
|
+
Executive: true;
|
|
943
|
+
Featured: true;
|
|
944
|
+
Lead: true;
|
|
945
|
+
Primary: true;
|
|
946
|
+
Principal: true;
|
|
947
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
948
|
+
ConcertMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
949
|
+
Additional: true;
|
|
950
|
+
Assistant: true;
|
|
951
|
+
Associate: true;
|
|
952
|
+
Backing: true;
|
|
953
|
+
Executive: true;
|
|
954
|
+
Featured: true;
|
|
955
|
+
Lead: true;
|
|
956
|
+
Primary: true;
|
|
957
|
+
Principal: true;
|
|
958
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
959
|
+
Conductor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
960
|
+
Additional: true;
|
|
961
|
+
Assistant: true;
|
|
962
|
+
Associate: true;
|
|
963
|
+
Backing: true;
|
|
964
|
+
Executive: true;
|
|
965
|
+
Featured: true;
|
|
966
|
+
Lead: true;
|
|
967
|
+
Primary: true;
|
|
968
|
+
Principal: true;
|
|
969
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
970
|
+
Contractor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
971
|
+
Additional: true;
|
|
972
|
+
Assistant: true;
|
|
973
|
+
Associate: true;
|
|
974
|
+
Backing: true;
|
|
975
|
+
Executive: true;
|
|
976
|
+
Featured: true;
|
|
977
|
+
Lead: true;
|
|
978
|
+
Primary: true;
|
|
979
|
+
Principal: true;
|
|
980
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
981
|
+
Copyist: true;
|
|
982
|
+
DJ: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
983
|
+
Additional: true;
|
|
984
|
+
Assistant: true;
|
|
985
|
+
Associate: true;
|
|
986
|
+
Backing: true;
|
|
987
|
+
Executive: true;
|
|
988
|
+
Featured: true;
|
|
989
|
+
Lead: true;
|
|
990
|
+
Primary: true;
|
|
991
|
+
Principal: true;
|
|
992
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
993
|
+
Editor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
994
|
+
Additional: true;
|
|
995
|
+
Assistant: true;
|
|
996
|
+
Associate: true;
|
|
997
|
+
Backing: true;
|
|
998
|
+
Executive: true;
|
|
999
|
+
Featured: true;
|
|
1000
|
+
Lead: true;
|
|
1001
|
+
Primary: true;
|
|
1002
|
+
Principal: true;
|
|
1003
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1004
|
+
Engineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1005
|
+
Additional: true;
|
|
1006
|
+
Assistant: true;
|
|
1007
|
+
Associate: true;
|
|
1008
|
+
Backing: true;
|
|
1009
|
+
Executive: true;
|
|
1010
|
+
Featured: true;
|
|
1011
|
+
Lead: true;
|
|
1012
|
+
Primary: true;
|
|
1013
|
+
Principal: true;
|
|
1014
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1015
|
+
Ensemble: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1016
|
+
Additional: true;
|
|
1017
|
+
Assistant: true;
|
|
1018
|
+
Associate: true;
|
|
1019
|
+
Backing: true;
|
|
1020
|
+
Executive: true;
|
|
1021
|
+
Featured: true;
|
|
1022
|
+
Lead: true;
|
|
1023
|
+
Primary: true;
|
|
1024
|
+
Principal: true;
|
|
1025
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1026
|
+
Instrumentalist: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1027
|
+
Additional: true;
|
|
1028
|
+
Assistant: true;
|
|
1029
|
+
Associate: true;
|
|
1030
|
+
Backing: true;
|
|
1031
|
+
Executive: true;
|
|
1032
|
+
Featured: true;
|
|
1033
|
+
Lead: true;
|
|
1034
|
+
Primary: true;
|
|
1035
|
+
Principal: true;
|
|
1036
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
|
|
1037
|
+
MasteringEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1038
|
+
Additional: true;
|
|
1039
|
+
Assistant: true;
|
|
1040
|
+
Associate: true;
|
|
1041
|
+
Backing: true;
|
|
1042
|
+
Executive: true;
|
|
1043
|
+
Featured: true;
|
|
1044
|
+
Lead: true;
|
|
1045
|
+
Primary: true;
|
|
1046
|
+
Principal: true;
|
|
1047
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1048
|
+
MixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1049
|
+
Additional: true;
|
|
1050
|
+
Assistant: true;
|
|
1051
|
+
Associate: true;
|
|
1052
|
+
Backing: true;
|
|
1053
|
+
Executive: true;
|
|
1054
|
+
Featured: true;
|
|
1055
|
+
Lead: true;
|
|
1056
|
+
Primary: true;
|
|
1057
|
+
Principal: true;
|
|
1058
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1059
|
+
MusicDirector: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1060
|
+
Additional: true;
|
|
1061
|
+
Assistant: true;
|
|
1062
|
+
Associate: true;
|
|
1063
|
+
Backing: true;
|
|
1064
|
+
Executive: true;
|
|
1065
|
+
Featured: true;
|
|
1066
|
+
Lead: true;
|
|
1067
|
+
Primary: true;
|
|
1068
|
+
Principal: true;
|
|
1069
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1070
|
+
MusicSupervisor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1071
|
+
Additional: true;
|
|
1072
|
+
Assistant: true;
|
|
1073
|
+
Associate: true;
|
|
1074
|
+
Backing: true;
|
|
1075
|
+
Executive: true;
|
|
1076
|
+
Featured: true;
|
|
1077
|
+
Lead: true;
|
|
1078
|
+
Primary: true;
|
|
1079
|
+
Principal: true;
|
|
1080
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1081
|
+
Narrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1082
|
+
Additional: true;
|
|
1083
|
+
Assistant: true;
|
|
1084
|
+
Associate: true;
|
|
1085
|
+
Backing: true;
|
|
1086
|
+
Executive: true;
|
|
1087
|
+
Featured: true;
|
|
1088
|
+
Lead: true;
|
|
1089
|
+
Primary: true;
|
|
1090
|
+
Principal: true;
|
|
1091
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1092
|
+
Orchestra: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1093
|
+
Additional: true;
|
|
1094
|
+
Assistant: true;
|
|
1095
|
+
Associate: true;
|
|
1096
|
+
Backing: true;
|
|
1097
|
+
Executive: true;
|
|
1098
|
+
Featured: true;
|
|
1099
|
+
Lead: true;
|
|
1100
|
+
Primary: true;
|
|
1101
|
+
Principal: true;
|
|
1102
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1103
|
+
Orchestrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1104
|
+
Additional: true;
|
|
1105
|
+
Assistant: true;
|
|
1106
|
+
Associate: true;
|
|
1107
|
+
Backing: true;
|
|
1108
|
+
Executive: true;
|
|
1109
|
+
Featured: true;
|
|
1110
|
+
Lead: true;
|
|
1111
|
+
Primary: true;
|
|
1112
|
+
Principal: true;
|
|
1113
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1114
|
+
Performer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1115
|
+
Additional: true;
|
|
1116
|
+
Assistant: true;
|
|
1117
|
+
Associate: true;
|
|
1118
|
+
Backing: true;
|
|
1119
|
+
Executive: true;
|
|
1120
|
+
Featured: true;
|
|
1121
|
+
Lead: true;
|
|
1122
|
+
Primary: true;
|
|
1123
|
+
Principal: true;
|
|
1124
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1125
|
+
Producer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1126
|
+
Additional: true;
|
|
1127
|
+
Assistant: true;
|
|
1128
|
+
Associate: true;
|
|
1129
|
+
Backing: true;
|
|
1130
|
+
Executive: true;
|
|
1131
|
+
Featured: true;
|
|
1132
|
+
Lead: true;
|
|
1133
|
+
Primary: true;
|
|
1134
|
+
Principal: true;
|
|
1135
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1136
|
+
Programmer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1137
|
+
Additional: true;
|
|
1138
|
+
Assistant: true;
|
|
1139
|
+
Associate: true;
|
|
1140
|
+
Backing: true;
|
|
1141
|
+
Executive: true;
|
|
1142
|
+
Featured: true;
|
|
1143
|
+
Lead: true;
|
|
1144
|
+
Primary: true;
|
|
1145
|
+
Principal: true;
|
|
1146
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1147
|
+
RecordingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1148
|
+
Additional: true;
|
|
1149
|
+
Assistant: true;
|
|
1150
|
+
Associate: true;
|
|
1151
|
+
Backing: true;
|
|
1152
|
+
Executive: true;
|
|
1153
|
+
Featured: true;
|
|
1154
|
+
Lead: true;
|
|
1155
|
+
Primary: true;
|
|
1156
|
+
Principal: true;
|
|
1157
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1158
|
+
RemixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1159
|
+
Additional: true;
|
|
1160
|
+
Assistant: true;
|
|
1161
|
+
Associate: true;
|
|
1162
|
+
Backing: true;
|
|
1163
|
+
Executive: true;
|
|
1164
|
+
Featured: true;
|
|
1165
|
+
Lead: true;
|
|
1166
|
+
Primary: true;
|
|
1167
|
+
Principal: true;
|
|
1168
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1169
|
+
Soloist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1170
|
+
Additional: true;
|
|
1171
|
+
Assistant: true;
|
|
1172
|
+
Associate: true;
|
|
1173
|
+
Backing: true;
|
|
1174
|
+
Executive: true;
|
|
1175
|
+
Featured: true;
|
|
1176
|
+
Lead: true;
|
|
1177
|
+
Primary: true;
|
|
1178
|
+
Principal: true;
|
|
1179
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1180
|
+
SoundDesigner: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1181
|
+
Additional: true;
|
|
1182
|
+
Assistant: true;
|
|
1183
|
+
Associate: true;
|
|
1184
|
+
Backing: true;
|
|
1185
|
+
Executive: true;
|
|
1186
|
+
Featured: true;
|
|
1187
|
+
Lead: true;
|
|
1188
|
+
Primary: true;
|
|
1189
|
+
Principal: true;
|
|
1190
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1191
|
+
Speaker: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1192
|
+
Additional: true;
|
|
1193
|
+
Assistant: true;
|
|
1194
|
+
Associate: true;
|
|
1195
|
+
Backing: true;
|
|
1196
|
+
Executive: true;
|
|
1197
|
+
Featured: true;
|
|
1198
|
+
Lead: true;
|
|
1199
|
+
Primary: true;
|
|
1200
|
+
Principal: true;
|
|
1201
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1202
|
+
Vocalist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1203
|
+
Additional: true;
|
|
1204
|
+
Assistant: true;
|
|
1205
|
+
Associate: true;
|
|
1206
|
+
Backing: true;
|
|
1207
|
+
Executive: true;
|
|
1208
|
+
Featured: true;
|
|
1209
|
+
Lead: true;
|
|
1210
|
+
Primary: true;
|
|
1211
|
+
Principal: true;
|
|
1212
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1213
|
+
Custom: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1214
|
+
Additional: true;
|
|
1215
|
+
Assistant: true;
|
|
1216
|
+
Associate: true;
|
|
1217
|
+
Backing: true;
|
|
1218
|
+
Executive: true;
|
|
1219
|
+
Featured: true;
|
|
1220
|
+
Lead: true;
|
|
1221
|
+
Primary: true;
|
|
1222
|
+
Principal: true;
|
|
1223
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
|
|
1224
|
+
}, "Actor" | "Arranger" | "ArtistsAndRepertoire" | "BandLeader" | "Choir" | "ChoirMaster" | "ConcertMaster" | "Conductor" | "Contractor" | "Copyist" | "Custom" | "DJ" | "Editor" | "Engineer" | "Ensemble" | "Instrumentalist" | "MasteringEngineer" | "MixingEngineer" | "MusicDirector" | "MusicSupervisor" | "Narrator" | "Orchestra" | "Orchestrator" | "Performer" | "Producer" | "Programmer" | "RecordingEngineer" | "RemixingEngineer" | "Soloist" | "SoundDesigner" | "Speaker" | "Vocalist">[], Iterable<import("@mysten/bcs").EnumInputShape<{
|
|
1225
|
+
Actor: import("@mysten/bcs").EnumInputShape<{
|
|
1226
|
+
Additional: boolean | object | null;
|
|
1227
|
+
Assistant: boolean | object | null;
|
|
1228
|
+
Associate: boolean | object | null;
|
|
1229
|
+
Backing: boolean | object | null;
|
|
1230
|
+
Executive: boolean | object | null;
|
|
1231
|
+
Featured: boolean | object | null;
|
|
1232
|
+
Lead: boolean | object | null;
|
|
1233
|
+
Primary: boolean | object | null;
|
|
1234
|
+
Principal: boolean | object | null;
|
|
1235
|
+
}> | null | undefined;
|
|
1236
|
+
Arranger: import("@mysten/bcs").EnumInputShape<{
|
|
1237
|
+
Additional: boolean | object | null;
|
|
1238
|
+
Assistant: boolean | object | null;
|
|
1239
|
+
Associate: boolean | object | null;
|
|
1240
|
+
Backing: boolean | object | null;
|
|
1241
|
+
Executive: boolean | object | null;
|
|
1242
|
+
Featured: boolean | object | null;
|
|
1243
|
+
Lead: boolean | object | null;
|
|
1244
|
+
Primary: boolean | object | null;
|
|
1245
|
+
Principal: boolean | object | null;
|
|
1246
|
+
}> | null | undefined;
|
|
1247
|
+
ArtistsAndRepertoire: boolean | object | null;
|
|
1248
|
+
BandLeader: import("@mysten/bcs").EnumInputShape<{
|
|
1249
|
+
Additional: boolean | object | null;
|
|
1250
|
+
Assistant: boolean | object | null;
|
|
1251
|
+
Associate: boolean | object | null;
|
|
1252
|
+
Backing: boolean | object | null;
|
|
1253
|
+
Executive: boolean | object | null;
|
|
1254
|
+
Featured: boolean | object | null;
|
|
1255
|
+
Lead: boolean | object | null;
|
|
1256
|
+
Primary: boolean | object | null;
|
|
1257
|
+
Principal: boolean | object | null;
|
|
1258
|
+
}> | null | undefined;
|
|
1259
|
+
Choir: import("@mysten/bcs").EnumInputShape<{
|
|
1260
|
+
Additional: boolean | object | null;
|
|
1261
|
+
Assistant: boolean | object | null;
|
|
1262
|
+
Associate: boolean | object | null;
|
|
1263
|
+
Backing: boolean | object | null;
|
|
1264
|
+
Executive: boolean | object | null;
|
|
1265
|
+
Featured: boolean | object | null;
|
|
1266
|
+
Lead: boolean | object | null;
|
|
1267
|
+
Primary: boolean | object | null;
|
|
1268
|
+
Principal: boolean | object | null;
|
|
1269
|
+
}> | null | undefined;
|
|
1270
|
+
ChoirMaster: import("@mysten/bcs").EnumInputShape<{
|
|
1271
|
+
Additional: boolean | object | null;
|
|
1272
|
+
Assistant: boolean | object | null;
|
|
1273
|
+
Associate: boolean | object | null;
|
|
1274
|
+
Backing: boolean | object | null;
|
|
1275
|
+
Executive: boolean | object | null;
|
|
1276
|
+
Featured: boolean | object | null;
|
|
1277
|
+
Lead: boolean | object | null;
|
|
1278
|
+
Primary: boolean | object | null;
|
|
1279
|
+
Principal: boolean | object | null;
|
|
1280
|
+
}> | null | undefined;
|
|
1281
|
+
ConcertMaster: import("@mysten/bcs").EnumInputShape<{
|
|
1282
|
+
Additional: boolean | object | null;
|
|
1283
|
+
Assistant: boolean | object | null;
|
|
1284
|
+
Associate: boolean | object | null;
|
|
1285
|
+
Backing: boolean | object | null;
|
|
1286
|
+
Executive: boolean | object | null;
|
|
1287
|
+
Featured: boolean | object | null;
|
|
1288
|
+
Lead: boolean | object | null;
|
|
1289
|
+
Primary: boolean | object | null;
|
|
1290
|
+
Principal: boolean | object | null;
|
|
1291
|
+
}> | null | undefined;
|
|
1292
|
+
Conductor: import("@mysten/bcs").EnumInputShape<{
|
|
1293
|
+
Additional: boolean | object | null;
|
|
1294
|
+
Assistant: boolean | object | null;
|
|
1295
|
+
Associate: boolean | object | null;
|
|
1296
|
+
Backing: boolean | object | null;
|
|
1297
|
+
Executive: boolean | object | null;
|
|
1298
|
+
Featured: boolean | object | null;
|
|
1299
|
+
Lead: boolean | object | null;
|
|
1300
|
+
Primary: boolean | object | null;
|
|
1301
|
+
Principal: boolean | object | null;
|
|
1302
|
+
}> | null | undefined;
|
|
1303
|
+
Contractor: import("@mysten/bcs").EnumInputShape<{
|
|
1304
|
+
Additional: boolean | object | null;
|
|
1305
|
+
Assistant: boolean | object | null;
|
|
1306
|
+
Associate: boolean | object | null;
|
|
1307
|
+
Backing: boolean | object | null;
|
|
1308
|
+
Executive: boolean | object | null;
|
|
1309
|
+
Featured: boolean | object | null;
|
|
1310
|
+
Lead: boolean | object | null;
|
|
1311
|
+
Primary: boolean | object | null;
|
|
1312
|
+
Principal: boolean | object | null;
|
|
1313
|
+
}> | null | undefined;
|
|
1314
|
+
Copyist: boolean | object | null;
|
|
1315
|
+
DJ: import("@mysten/bcs").EnumInputShape<{
|
|
1316
|
+
Additional: boolean | object | null;
|
|
1317
|
+
Assistant: boolean | object | null;
|
|
1318
|
+
Associate: boolean | object | null;
|
|
1319
|
+
Backing: boolean | object | null;
|
|
1320
|
+
Executive: boolean | object | null;
|
|
1321
|
+
Featured: boolean | object | null;
|
|
1322
|
+
Lead: boolean | object | null;
|
|
1323
|
+
Primary: boolean | object | null;
|
|
1324
|
+
Principal: boolean | object | null;
|
|
1325
|
+
}> | null | undefined;
|
|
1326
|
+
Editor: import("@mysten/bcs").EnumInputShape<{
|
|
1327
|
+
Additional: boolean | object | null;
|
|
1328
|
+
Assistant: boolean | object | null;
|
|
1329
|
+
Associate: boolean | object | null;
|
|
1330
|
+
Backing: boolean | object | null;
|
|
1331
|
+
Executive: boolean | object | null;
|
|
1332
|
+
Featured: boolean | object | null;
|
|
1333
|
+
Lead: boolean | object | null;
|
|
1334
|
+
Primary: boolean | object | null;
|
|
1335
|
+
Principal: boolean | object | null;
|
|
1336
|
+
}> | null | undefined;
|
|
1337
|
+
Engineer: import("@mysten/bcs").EnumInputShape<{
|
|
1338
|
+
Additional: boolean | object | null;
|
|
1339
|
+
Assistant: boolean | object | null;
|
|
1340
|
+
Associate: boolean | object | null;
|
|
1341
|
+
Backing: boolean | object | null;
|
|
1342
|
+
Executive: boolean | object | null;
|
|
1343
|
+
Featured: boolean | object | null;
|
|
1344
|
+
Lead: boolean | object | null;
|
|
1345
|
+
Primary: boolean | object | null;
|
|
1346
|
+
Principal: boolean | object | null;
|
|
1347
|
+
}> | null | undefined;
|
|
1348
|
+
Ensemble: import("@mysten/bcs").EnumInputShape<{
|
|
1349
|
+
Additional: boolean | object | null;
|
|
1350
|
+
Assistant: boolean | object | null;
|
|
1351
|
+
Associate: boolean | object | null;
|
|
1352
|
+
Backing: boolean | object | null;
|
|
1353
|
+
Executive: boolean | object | null;
|
|
1354
|
+
Featured: boolean | object | null;
|
|
1355
|
+
Lead: boolean | object | null;
|
|
1356
|
+
Primary: boolean | object | null;
|
|
1357
|
+
Principal: boolean | object | null;
|
|
1358
|
+
}> | null | undefined;
|
|
1359
|
+
Instrumentalist: readonly [string, import("@mysten/bcs").EnumInputShape<{
|
|
1360
|
+
Additional: boolean | object | null;
|
|
1361
|
+
Assistant: boolean | object | null;
|
|
1362
|
+
Associate: boolean | object | null;
|
|
1363
|
+
Backing: boolean | object | null;
|
|
1364
|
+
Executive: boolean | object | null;
|
|
1365
|
+
Featured: boolean | object | null;
|
|
1366
|
+
Lead: boolean | object | null;
|
|
1367
|
+
Primary: boolean | object | null;
|
|
1368
|
+
Principal: boolean | object | null;
|
|
1369
|
+
}> | null | undefined];
|
|
1370
|
+
MasteringEngineer: import("@mysten/bcs").EnumInputShape<{
|
|
1371
|
+
Additional: boolean | object | null;
|
|
1372
|
+
Assistant: boolean | object | null;
|
|
1373
|
+
Associate: boolean | object | null;
|
|
1374
|
+
Backing: boolean | object | null;
|
|
1375
|
+
Executive: boolean | object | null;
|
|
1376
|
+
Featured: boolean | object | null;
|
|
1377
|
+
Lead: boolean | object | null;
|
|
1378
|
+
Primary: boolean | object | null;
|
|
1379
|
+
Principal: boolean | object | null;
|
|
1380
|
+
}> | null | undefined;
|
|
1381
|
+
MixingEngineer: import("@mysten/bcs").EnumInputShape<{
|
|
1382
|
+
Additional: boolean | object | null;
|
|
1383
|
+
Assistant: boolean | object | null;
|
|
1384
|
+
Associate: boolean | object | null;
|
|
1385
|
+
Backing: boolean | object | null;
|
|
1386
|
+
Executive: boolean | object | null;
|
|
1387
|
+
Featured: boolean | object | null;
|
|
1388
|
+
Lead: boolean | object | null;
|
|
1389
|
+
Primary: boolean | object | null;
|
|
1390
|
+
Principal: boolean | object | null;
|
|
1391
|
+
}> | null | undefined;
|
|
1392
|
+
MusicDirector: import("@mysten/bcs").EnumInputShape<{
|
|
1393
|
+
Additional: boolean | object | null;
|
|
1394
|
+
Assistant: boolean | object | null;
|
|
1395
|
+
Associate: boolean | object | null;
|
|
1396
|
+
Backing: boolean | object | null;
|
|
1397
|
+
Executive: boolean | object | null;
|
|
1398
|
+
Featured: boolean | object | null;
|
|
1399
|
+
Lead: boolean | object | null;
|
|
1400
|
+
Primary: boolean | object | null;
|
|
1401
|
+
Principal: boolean | object | null;
|
|
1402
|
+
}> | null | undefined;
|
|
1403
|
+
MusicSupervisor: import("@mysten/bcs").EnumInputShape<{
|
|
1404
|
+
Additional: boolean | object | null;
|
|
1405
|
+
Assistant: boolean | object | null;
|
|
1406
|
+
Associate: boolean | object | null;
|
|
1407
|
+
Backing: boolean | object | null;
|
|
1408
|
+
Executive: boolean | object | null;
|
|
1409
|
+
Featured: boolean | object | null;
|
|
1410
|
+
Lead: boolean | object | null;
|
|
1411
|
+
Primary: boolean | object | null;
|
|
1412
|
+
Principal: boolean | object | null;
|
|
1413
|
+
}> | null | undefined;
|
|
1414
|
+
Narrator: import("@mysten/bcs").EnumInputShape<{
|
|
1415
|
+
Additional: boolean | object | null;
|
|
1416
|
+
Assistant: boolean | object | null;
|
|
1417
|
+
Associate: boolean | object | null;
|
|
1418
|
+
Backing: boolean | object | null;
|
|
1419
|
+
Executive: boolean | object | null;
|
|
1420
|
+
Featured: boolean | object | null;
|
|
1421
|
+
Lead: boolean | object | null;
|
|
1422
|
+
Primary: boolean | object | null;
|
|
1423
|
+
Principal: boolean | object | null;
|
|
1424
|
+
}> | null | undefined;
|
|
1425
|
+
Orchestra: import("@mysten/bcs").EnumInputShape<{
|
|
1426
|
+
Additional: boolean | object | null;
|
|
1427
|
+
Assistant: boolean | object | null;
|
|
1428
|
+
Associate: boolean | object | null;
|
|
1429
|
+
Backing: boolean | object | null;
|
|
1430
|
+
Executive: boolean | object | null;
|
|
1431
|
+
Featured: boolean | object | null;
|
|
1432
|
+
Lead: boolean | object | null;
|
|
1433
|
+
Primary: boolean | object | null;
|
|
1434
|
+
Principal: boolean | object | null;
|
|
1435
|
+
}> | null | undefined;
|
|
1436
|
+
Orchestrator: import("@mysten/bcs").EnumInputShape<{
|
|
1437
|
+
Additional: boolean | object | null;
|
|
1438
|
+
Assistant: boolean | object | null;
|
|
1439
|
+
Associate: boolean | object | null;
|
|
1440
|
+
Backing: boolean | object | null;
|
|
1441
|
+
Executive: boolean | object | null;
|
|
1442
|
+
Featured: boolean | object | null;
|
|
1443
|
+
Lead: boolean | object | null;
|
|
1444
|
+
Primary: boolean | object | null;
|
|
1445
|
+
Principal: boolean | object | null;
|
|
1446
|
+
}> | null | undefined;
|
|
1447
|
+
Performer: import("@mysten/bcs").EnumInputShape<{
|
|
1448
|
+
Additional: boolean | object | null;
|
|
1449
|
+
Assistant: boolean | object | null;
|
|
1450
|
+
Associate: boolean | object | null;
|
|
1451
|
+
Backing: boolean | object | null;
|
|
1452
|
+
Executive: boolean | object | null;
|
|
1453
|
+
Featured: boolean | object | null;
|
|
1454
|
+
Lead: boolean | object | null;
|
|
1455
|
+
Primary: boolean | object | null;
|
|
1456
|
+
Principal: boolean | object | null;
|
|
1457
|
+
}> | null | undefined;
|
|
1458
|
+
Producer: import("@mysten/bcs").EnumInputShape<{
|
|
1459
|
+
Additional: boolean | object | null;
|
|
1460
|
+
Assistant: boolean | object | null;
|
|
1461
|
+
Associate: boolean | object | null;
|
|
1462
|
+
Backing: boolean | object | null;
|
|
1463
|
+
Executive: boolean | object | null;
|
|
1464
|
+
Featured: boolean | object | null;
|
|
1465
|
+
Lead: boolean | object | null;
|
|
1466
|
+
Primary: boolean | object | null;
|
|
1467
|
+
Principal: boolean | object | null;
|
|
1468
|
+
}> | null | undefined;
|
|
1469
|
+
Programmer: import("@mysten/bcs").EnumInputShape<{
|
|
1470
|
+
Additional: boolean | object | null;
|
|
1471
|
+
Assistant: boolean | object | null;
|
|
1472
|
+
Associate: boolean | object | null;
|
|
1473
|
+
Backing: boolean | object | null;
|
|
1474
|
+
Executive: boolean | object | null;
|
|
1475
|
+
Featured: boolean | object | null;
|
|
1476
|
+
Lead: boolean | object | null;
|
|
1477
|
+
Primary: boolean | object | null;
|
|
1478
|
+
Principal: boolean | object | null;
|
|
1479
|
+
}> | null | undefined;
|
|
1480
|
+
RecordingEngineer: import("@mysten/bcs").EnumInputShape<{
|
|
1481
|
+
Additional: boolean | object | null;
|
|
1482
|
+
Assistant: boolean | object | null;
|
|
1483
|
+
Associate: boolean | object | null;
|
|
1484
|
+
Backing: boolean | object | null;
|
|
1485
|
+
Executive: boolean | object | null;
|
|
1486
|
+
Featured: boolean | object | null;
|
|
1487
|
+
Lead: boolean | object | null;
|
|
1488
|
+
Primary: boolean | object | null;
|
|
1489
|
+
Principal: boolean | object | null;
|
|
1490
|
+
}> | null | undefined;
|
|
1491
|
+
RemixingEngineer: import("@mysten/bcs").EnumInputShape<{
|
|
1492
|
+
Additional: boolean | object | null;
|
|
1493
|
+
Assistant: boolean | object | null;
|
|
1494
|
+
Associate: boolean | object | null;
|
|
1495
|
+
Backing: boolean | object | null;
|
|
1496
|
+
Executive: boolean | object | null;
|
|
1497
|
+
Featured: boolean | object | null;
|
|
1498
|
+
Lead: boolean | object | null;
|
|
1499
|
+
Primary: boolean | object | null;
|
|
1500
|
+
Principal: boolean | object | null;
|
|
1501
|
+
}> | null | undefined;
|
|
1502
|
+
Soloist: import("@mysten/bcs").EnumInputShape<{
|
|
1503
|
+
Additional: boolean | object | null;
|
|
1504
|
+
Assistant: boolean | object | null;
|
|
1505
|
+
Associate: boolean | object | null;
|
|
1506
|
+
Backing: boolean | object | null;
|
|
1507
|
+
Executive: boolean | object | null;
|
|
1508
|
+
Featured: boolean | object | null;
|
|
1509
|
+
Lead: boolean | object | null;
|
|
1510
|
+
Primary: boolean | object | null;
|
|
1511
|
+
Principal: boolean | object | null;
|
|
1512
|
+
}> | null | undefined;
|
|
1513
|
+
SoundDesigner: import("@mysten/bcs").EnumInputShape<{
|
|
1514
|
+
Additional: boolean | object | null;
|
|
1515
|
+
Assistant: boolean | object | null;
|
|
1516
|
+
Associate: boolean | object | null;
|
|
1517
|
+
Backing: boolean | object | null;
|
|
1518
|
+
Executive: boolean | object | null;
|
|
1519
|
+
Featured: boolean | object | null;
|
|
1520
|
+
Lead: boolean | object | null;
|
|
1521
|
+
Primary: boolean | object | null;
|
|
1522
|
+
Principal: boolean | object | null;
|
|
1523
|
+
}> | null | undefined;
|
|
1524
|
+
Speaker: import("@mysten/bcs").EnumInputShape<{
|
|
1525
|
+
Additional: boolean | object | null;
|
|
1526
|
+
Assistant: boolean | object | null;
|
|
1527
|
+
Associate: boolean | object | null;
|
|
1528
|
+
Backing: boolean | object | null;
|
|
1529
|
+
Executive: boolean | object | null;
|
|
1530
|
+
Featured: boolean | object | null;
|
|
1531
|
+
Lead: boolean | object | null;
|
|
1532
|
+
Primary: boolean | object | null;
|
|
1533
|
+
Principal: boolean | object | null;
|
|
1534
|
+
}> | null | undefined;
|
|
1535
|
+
Vocalist: import("@mysten/bcs").EnumInputShape<{
|
|
1536
|
+
Additional: boolean | object | null;
|
|
1537
|
+
Assistant: boolean | object | null;
|
|
1538
|
+
Associate: boolean | object | null;
|
|
1539
|
+
Backing: boolean | object | null;
|
|
1540
|
+
Executive: boolean | object | null;
|
|
1541
|
+
Featured: boolean | object | null;
|
|
1542
|
+
Lead: boolean | object | null;
|
|
1543
|
+
Primary: boolean | object | null;
|
|
1544
|
+
Principal: boolean | object | null;
|
|
1545
|
+
}> | null | undefined;
|
|
1546
|
+
Custom: readonly [string, import("@mysten/bcs").EnumInputShape<{
|
|
1547
|
+
Additional: boolean | object | null;
|
|
1548
|
+
Assistant: boolean | object | null;
|
|
1549
|
+
Associate: boolean | object | null;
|
|
1550
|
+
Backing: boolean | object | null;
|
|
1551
|
+
Executive: boolean | object | null;
|
|
1552
|
+
Featured: boolean | object | null;
|
|
1553
|
+
Lead: boolean | object | null;
|
|
1554
|
+
Primary: boolean | object | null;
|
|
1555
|
+
Principal: boolean | object | null;
|
|
1556
|
+
}> | null | undefined];
|
|
1557
|
+
}>> & {
|
|
1558
|
+
length: number;
|
|
1559
|
+
}, string>;
|
|
1560
|
+
}, "credit::credit::Credit<@local-pkg/recording_credits::recording_party_role::RecordingPartyRole>">;
|
|
1561
|
+
}, "@local-pkg/recording_credits::recording_credits::CreditRemovedEvent">;
|
|
1562
|
+
ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/recording_credits::recording_credits::ExtensionKey">;
|
|
1563
|
+
FeaturedArtistAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
1564
|
+
recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
1565
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
1566
|
+
}, "@local-pkg/recording_credits::recording_credits::FeaturedArtistAddedEvent">;
|
|
1567
|
+
FeaturedArtistRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
1568
|
+
recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
1569
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
1570
|
+
}, "@local-pkg/recording_credits::recording_credits::FeaturedArtistRemovedEvent">;
|
|
1571
|
+
PrimaryArtistAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
1572
|
+
recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
1573
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
1574
|
+
}, "@local-pkg/recording_credits::recording_credits::PrimaryArtistAddedEvent">;
|
|
1575
|
+
PrimaryArtistRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
1576
|
+
recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
1577
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
1578
|
+
}, "@local-pkg/recording_credits::recording_credits::PrimaryArtistRemovedEvent">;
|
|
1579
|
+
RecordingCredits: import("./contracts/utils/index.ts").MoveStruct<{
|
|
1580
|
+
credits: import("./contracts/utils/index.ts").MoveStruct<{
|
|
1581
|
+
contents: import("@mysten/bcs").BcsType<{
|
|
1582
|
+
key: string;
|
|
1583
|
+
value: {
|
|
1584
|
+
display_name: string;
|
|
1585
|
+
roles: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1586
|
+
Actor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1587
|
+
Additional: true;
|
|
1588
|
+
Assistant: true;
|
|
1589
|
+
Associate: true;
|
|
1590
|
+
Backing: true;
|
|
1591
|
+
Executive: true;
|
|
1592
|
+
Featured: true;
|
|
1593
|
+
Lead: true;
|
|
1594
|
+
Primary: true;
|
|
1595
|
+
Principal: true;
|
|
1596
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1597
|
+
Arranger: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1598
|
+
Additional: true;
|
|
1599
|
+
Assistant: true;
|
|
1600
|
+
Associate: true;
|
|
1601
|
+
Backing: true;
|
|
1602
|
+
Executive: true;
|
|
1603
|
+
Featured: true;
|
|
1604
|
+
Lead: true;
|
|
1605
|
+
Primary: true;
|
|
1606
|
+
Principal: true;
|
|
1607
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1608
|
+
ArtistsAndRepertoire: true;
|
|
1609
|
+
BandLeader: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1610
|
+
Additional: true;
|
|
1611
|
+
Assistant: true;
|
|
1612
|
+
Associate: true;
|
|
1613
|
+
Backing: true;
|
|
1614
|
+
Executive: true;
|
|
1615
|
+
Featured: true;
|
|
1616
|
+
Lead: true;
|
|
1617
|
+
Primary: true;
|
|
1618
|
+
Principal: true;
|
|
1619
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1620
|
+
Choir: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1621
|
+
Additional: true;
|
|
1622
|
+
Assistant: true;
|
|
1623
|
+
Associate: true;
|
|
1624
|
+
Backing: true;
|
|
1625
|
+
Executive: true;
|
|
1626
|
+
Featured: true;
|
|
1627
|
+
Lead: true;
|
|
1628
|
+
Primary: true;
|
|
1629
|
+
Principal: true;
|
|
1630
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1631
|
+
ChoirMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1632
|
+
Additional: true;
|
|
1633
|
+
Assistant: true;
|
|
1634
|
+
Associate: true;
|
|
1635
|
+
Backing: true;
|
|
1636
|
+
Executive: true;
|
|
1637
|
+
Featured: true;
|
|
1638
|
+
Lead: true;
|
|
1639
|
+
Primary: true;
|
|
1640
|
+
Principal: true;
|
|
1641
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1642
|
+
ConcertMaster: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1643
|
+
Additional: true;
|
|
1644
|
+
Assistant: true;
|
|
1645
|
+
Associate: true;
|
|
1646
|
+
Backing: true;
|
|
1647
|
+
Executive: true;
|
|
1648
|
+
Featured: true;
|
|
1649
|
+
Lead: true;
|
|
1650
|
+
Primary: true;
|
|
1651
|
+
Principal: true;
|
|
1652
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1653
|
+
Conductor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1654
|
+
Additional: true;
|
|
1655
|
+
Assistant: true;
|
|
1656
|
+
Associate: true;
|
|
1657
|
+
Backing: true;
|
|
1658
|
+
Executive: true;
|
|
1659
|
+
Featured: true;
|
|
1660
|
+
Lead: true;
|
|
1661
|
+
Primary: true;
|
|
1662
|
+
Principal: true;
|
|
1663
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1664
|
+
Contractor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1665
|
+
Additional: true;
|
|
1666
|
+
Assistant: true;
|
|
1667
|
+
Associate: true;
|
|
1668
|
+
Backing: true;
|
|
1669
|
+
Executive: true;
|
|
1670
|
+
Featured: true;
|
|
1671
|
+
Lead: true;
|
|
1672
|
+
Primary: true;
|
|
1673
|
+
Principal: true;
|
|
1674
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1675
|
+
Copyist: true;
|
|
1676
|
+
DJ: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1677
|
+
Additional: true;
|
|
1678
|
+
Assistant: true;
|
|
1679
|
+
Associate: true;
|
|
1680
|
+
Backing: true;
|
|
1681
|
+
Executive: true;
|
|
1682
|
+
Featured: true;
|
|
1683
|
+
Lead: true;
|
|
1684
|
+
Primary: true;
|
|
1685
|
+
Principal: true;
|
|
1686
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1687
|
+
Editor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1688
|
+
Additional: true;
|
|
1689
|
+
Assistant: true;
|
|
1690
|
+
Associate: true;
|
|
1691
|
+
Backing: true;
|
|
1692
|
+
Executive: true;
|
|
1693
|
+
Featured: true;
|
|
1694
|
+
Lead: true;
|
|
1695
|
+
Primary: true;
|
|
1696
|
+
Principal: true;
|
|
1697
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1698
|
+
Engineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1699
|
+
Additional: true;
|
|
1700
|
+
Assistant: true;
|
|
1701
|
+
Associate: true;
|
|
1702
|
+
Backing: true;
|
|
1703
|
+
Executive: true;
|
|
1704
|
+
Featured: true;
|
|
1705
|
+
Lead: true;
|
|
1706
|
+
Primary: true;
|
|
1707
|
+
Principal: true;
|
|
1708
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1709
|
+
Ensemble: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1710
|
+
Additional: true;
|
|
1711
|
+
Assistant: true;
|
|
1712
|
+
Associate: true;
|
|
1713
|
+
Backing: true;
|
|
1714
|
+
Executive: true;
|
|
1715
|
+
Featured: true;
|
|
1716
|
+
Lead: true;
|
|
1717
|
+
Primary: true;
|
|
1718
|
+
Principal: true;
|
|
1719
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1720
|
+
Instrumentalist: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1721
|
+
Additional: true;
|
|
1722
|
+
Assistant: true;
|
|
1723
|
+
Associate: true;
|
|
1724
|
+
Backing: true;
|
|
1725
|
+
Executive: true;
|
|
1726
|
+
Featured: true;
|
|
1727
|
+
Lead: true;
|
|
1728
|
+
Primary: true;
|
|
1729
|
+
Principal: true;
|
|
1730
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
|
|
1731
|
+
MasteringEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1732
|
+
Additional: true;
|
|
1733
|
+
Assistant: true;
|
|
1734
|
+
Associate: true;
|
|
1735
|
+
Backing: true;
|
|
1736
|
+
Executive: true;
|
|
1737
|
+
Featured: true;
|
|
1738
|
+
Lead: true;
|
|
1739
|
+
Primary: true;
|
|
1740
|
+
Principal: true;
|
|
1741
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1742
|
+
MixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1743
|
+
Additional: true;
|
|
1744
|
+
Assistant: true;
|
|
1745
|
+
Associate: true;
|
|
1746
|
+
Backing: true;
|
|
1747
|
+
Executive: true;
|
|
1748
|
+
Featured: true;
|
|
1749
|
+
Lead: true;
|
|
1750
|
+
Primary: true;
|
|
1751
|
+
Principal: true;
|
|
1752
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1753
|
+
MusicDirector: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1754
|
+
Additional: true;
|
|
1755
|
+
Assistant: true;
|
|
1756
|
+
Associate: true;
|
|
1757
|
+
Backing: true;
|
|
1758
|
+
Executive: true;
|
|
1759
|
+
Featured: true;
|
|
1760
|
+
Lead: true;
|
|
1761
|
+
Primary: true;
|
|
1762
|
+
Principal: true;
|
|
1763
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1764
|
+
MusicSupervisor: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1765
|
+
Additional: true;
|
|
1766
|
+
Assistant: true;
|
|
1767
|
+
Associate: true;
|
|
1768
|
+
Backing: true;
|
|
1769
|
+
Executive: true;
|
|
1770
|
+
Featured: true;
|
|
1771
|
+
Lead: true;
|
|
1772
|
+
Primary: true;
|
|
1773
|
+
Principal: true;
|
|
1774
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1775
|
+
Narrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1776
|
+
Additional: true;
|
|
1777
|
+
Assistant: true;
|
|
1778
|
+
Associate: true;
|
|
1779
|
+
Backing: true;
|
|
1780
|
+
Executive: true;
|
|
1781
|
+
Featured: true;
|
|
1782
|
+
Lead: true;
|
|
1783
|
+
Primary: true;
|
|
1784
|
+
Principal: true;
|
|
1785
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1786
|
+
Orchestra: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1787
|
+
Additional: true;
|
|
1788
|
+
Assistant: true;
|
|
1789
|
+
Associate: true;
|
|
1790
|
+
Backing: true;
|
|
1791
|
+
Executive: true;
|
|
1792
|
+
Featured: true;
|
|
1793
|
+
Lead: true;
|
|
1794
|
+
Primary: true;
|
|
1795
|
+
Principal: true;
|
|
1796
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1797
|
+
Orchestrator: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1798
|
+
Additional: true;
|
|
1799
|
+
Assistant: true;
|
|
1800
|
+
Associate: true;
|
|
1801
|
+
Backing: true;
|
|
1802
|
+
Executive: true;
|
|
1803
|
+
Featured: true;
|
|
1804
|
+
Lead: true;
|
|
1805
|
+
Primary: true;
|
|
1806
|
+
Principal: true;
|
|
1807
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1808
|
+
Performer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1809
|
+
Additional: true;
|
|
1810
|
+
Assistant: true;
|
|
1811
|
+
Associate: true;
|
|
1812
|
+
Backing: true;
|
|
1813
|
+
Executive: true;
|
|
1814
|
+
Featured: true;
|
|
1815
|
+
Lead: true;
|
|
1816
|
+
Primary: true;
|
|
1817
|
+
Principal: true;
|
|
1818
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1819
|
+
Producer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1820
|
+
Additional: true;
|
|
1821
|
+
Assistant: true;
|
|
1822
|
+
Associate: true;
|
|
1823
|
+
Backing: true;
|
|
1824
|
+
Executive: true;
|
|
1825
|
+
Featured: true;
|
|
1826
|
+
Lead: true;
|
|
1827
|
+
Primary: true;
|
|
1828
|
+
Principal: true;
|
|
1829
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1830
|
+
Programmer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1831
|
+
Additional: true;
|
|
1832
|
+
Assistant: true;
|
|
1833
|
+
Associate: true;
|
|
1834
|
+
Backing: true;
|
|
1835
|
+
Executive: true;
|
|
1836
|
+
Featured: true;
|
|
1837
|
+
Lead: true;
|
|
1838
|
+
Primary: true;
|
|
1839
|
+
Principal: true;
|
|
1840
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1841
|
+
RecordingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1842
|
+
Additional: true;
|
|
1843
|
+
Assistant: true;
|
|
1844
|
+
Associate: true;
|
|
1845
|
+
Backing: true;
|
|
1846
|
+
Executive: true;
|
|
1847
|
+
Featured: true;
|
|
1848
|
+
Lead: true;
|
|
1849
|
+
Primary: true;
|
|
1850
|
+
Principal: true;
|
|
1851
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1852
|
+
RemixingEngineer: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1853
|
+
Additional: true;
|
|
1854
|
+
Assistant: true;
|
|
1855
|
+
Associate: true;
|
|
1856
|
+
Backing: true;
|
|
1857
|
+
Executive: true;
|
|
1858
|
+
Featured: true;
|
|
1859
|
+
Lead: true;
|
|
1860
|
+
Primary: true;
|
|
1861
|
+
Principal: true;
|
|
1862
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1863
|
+
Soloist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1864
|
+
Additional: true;
|
|
1865
|
+
Assistant: true;
|
|
1866
|
+
Associate: true;
|
|
1867
|
+
Backing: true;
|
|
1868
|
+
Executive: true;
|
|
1869
|
+
Featured: true;
|
|
1870
|
+
Lead: true;
|
|
1871
|
+
Primary: true;
|
|
1872
|
+
Principal: true;
|
|
1873
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1874
|
+
SoundDesigner: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1875
|
+
Additional: true;
|
|
1876
|
+
Assistant: true;
|
|
1877
|
+
Associate: true;
|
|
1878
|
+
Backing: true;
|
|
1879
|
+
Executive: true;
|
|
1880
|
+
Featured: true;
|
|
1881
|
+
Lead: true;
|
|
1882
|
+
Primary: true;
|
|
1883
|
+
Principal: true;
|
|
1884
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1885
|
+
Speaker: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1886
|
+
Additional: true;
|
|
1887
|
+
Assistant: true;
|
|
1888
|
+
Associate: true;
|
|
1889
|
+
Backing: true;
|
|
1890
|
+
Executive: true;
|
|
1891
|
+
Featured: true;
|
|
1892
|
+
Lead: true;
|
|
1893
|
+
Primary: true;
|
|
1894
|
+
Principal: true;
|
|
1895
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1896
|
+
Vocalist: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1897
|
+
Additional: true;
|
|
1898
|
+
Assistant: true;
|
|
1899
|
+
Associate: true;
|
|
1900
|
+
Backing: true;
|
|
1901
|
+
Executive: true;
|
|
1902
|
+
Featured: true;
|
|
1903
|
+
Lead: true;
|
|
1904
|
+
Primary: true;
|
|
1905
|
+
Principal: true;
|
|
1906
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null;
|
|
1907
|
+
Custom: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
1908
|
+
Additional: true;
|
|
1909
|
+
Assistant: true;
|
|
1910
|
+
Associate: true;
|
|
1911
|
+
Backing: true;
|
|
1912
|
+
Executive: true;
|
|
1913
|
+
Featured: true;
|
|
1914
|
+
Lead: true;
|
|
1915
|
+
Primary: true;
|
|
1916
|
+
Principal: true;
|
|
1917
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null];
|
|
1918
|
+
}, "Actor" | "Arranger" | "ArtistsAndRepertoire" | "BandLeader" | "Choir" | "ChoirMaster" | "ConcertMaster" | "Conductor" | "Contractor" | "Copyist" | "Custom" | "DJ" | "Editor" | "Engineer" | "Ensemble" | "Instrumentalist" | "MasteringEngineer" | "MixingEngineer" | "MusicDirector" | "MusicSupervisor" | "Narrator" | "Orchestra" | "Orchestrator" | "Performer" | "Producer" | "Programmer" | "RecordingEngineer" | "RemixingEngineer" | "Soloist" | "SoundDesigner" | "Speaker" | "Vocalist">[];
|
|
1919
|
+
};
|
|
1920
|
+
}[], Iterable<{
|
|
1921
|
+
key: string | Uint8Array<ArrayBufferLike>;
|
|
1922
|
+
value: {
|
|
1923
|
+
display_name: string;
|
|
1924
|
+
roles: Iterable<import("@mysten/bcs").EnumInputShape<{
|
|
1925
|
+
Actor: 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
|
+
Arranger: 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
|
+
ArtistsAndRepertoire: boolean | object | null;
|
|
1948
|
+
BandLeader: import("@mysten/bcs").EnumInputShape<{
|
|
1949
|
+
Additional: boolean | object | null;
|
|
1950
|
+
Assistant: boolean | object | null;
|
|
1951
|
+
Associate: boolean | object | null;
|
|
1952
|
+
Backing: boolean | object | null;
|
|
1953
|
+
Executive: boolean | object | null;
|
|
1954
|
+
Featured: boolean | object | null;
|
|
1955
|
+
Lead: boolean | object | null;
|
|
1956
|
+
Primary: boolean | object | null;
|
|
1957
|
+
Principal: boolean | object | null;
|
|
1958
|
+
}> | null | undefined;
|
|
1959
|
+
Choir: import("@mysten/bcs").EnumInputShape<{
|
|
1960
|
+
Additional: boolean | object | null;
|
|
1961
|
+
Assistant: boolean | object | null;
|
|
1962
|
+
Associate: boolean | object | null;
|
|
1963
|
+
Backing: boolean | object | null;
|
|
1964
|
+
Executive: boolean | object | null;
|
|
1965
|
+
Featured: boolean | object | null;
|
|
1966
|
+
Lead: boolean | object | null;
|
|
1967
|
+
Primary: boolean | object | null;
|
|
1968
|
+
Principal: boolean | object | null;
|
|
1969
|
+
}> | null | undefined;
|
|
1970
|
+
ChoirMaster: import("@mysten/bcs").EnumInputShape<{
|
|
1971
|
+
Additional: boolean | object | null;
|
|
1972
|
+
Assistant: boolean | object | null;
|
|
1973
|
+
Associate: boolean | object | null;
|
|
1974
|
+
Backing: boolean | object | null;
|
|
1975
|
+
Executive: boolean | object | null;
|
|
1976
|
+
Featured: boolean | object | null;
|
|
1977
|
+
Lead: boolean | object | null;
|
|
1978
|
+
Primary: boolean | object | null;
|
|
1979
|
+
Principal: boolean | object | null;
|
|
1980
|
+
}> | null | undefined;
|
|
1981
|
+
ConcertMaster: import("@mysten/bcs").EnumInputShape<{
|
|
1982
|
+
Additional: boolean | object | null;
|
|
1983
|
+
Assistant: boolean | object | null;
|
|
1984
|
+
Associate: boolean | object | null;
|
|
1985
|
+
Backing: boolean | object | null;
|
|
1986
|
+
Executive: boolean | object | null;
|
|
1987
|
+
Featured: boolean | object | null;
|
|
1988
|
+
Lead: boolean | object | null;
|
|
1989
|
+
Primary: boolean | object | null;
|
|
1990
|
+
Principal: boolean | object | null;
|
|
1991
|
+
}> | null | undefined;
|
|
1992
|
+
Conductor: import("@mysten/bcs").EnumInputShape<{
|
|
1993
|
+
Additional: boolean | object | null;
|
|
1994
|
+
Assistant: boolean | object | null;
|
|
1995
|
+
Associate: boolean | object | null;
|
|
1996
|
+
Backing: boolean | object | null;
|
|
1997
|
+
Executive: boolean | object | null;
|
|
1998
|
+
Featured: boolean | object | null;
|
|
1999
|
+
Lead: boolean | object | null;
|
|
2000
|
+
Primary: boolean | object | null;
|
|
2001
|
+
Principal: boolean | object | null;
|
|
2002
|
+
}> | null | undefined;
|
|
2003
|
+
Contractor: import("@mysten/bcs").EnumInputShape<{
|
|
2004
|
+
Additional: boolean | object | null;
|
|
2005
|
+
Assistant: boolean | object | null;
|
|
2006
|
+
Associate: boolean | object | null;
|
|
2007
|
+
Backing: boolean | object | null;
|
|
2008
|
+
Executive: boolean | object | null;
|
|
2009
|
+
Featured: boolean | object | null;
|
|
2010
|
+
Lead: boolean | object | null;
|
|
2011
|
+
Primary: boolean | object | null;
|
|
2012
|
+
Principal: boolean | object | null;
|
|
2013
|
+
}> | null | undefined;
|
|
2014
|
+
Copyist: boolean | object | null;
|
|
2015
|
+
DJ: import("@mysten/bcs").EnumInputShape<{
|
|
2016
|
+
Additional: boolean | object | null;
|
|
2017
|
+
Assistant: boolean | object | null;
|
|
2018
|
+
Associate: boolean | object | null;
|
|
2019
|
+
Backing: boolean | object | null;
|
|
2020
|
+
Executive: boolean | object | null;
|
|
2021
|
+
Featured: boolean | object | null;
|
|
2022
|
+
Lead: boolean | object | null;
|
|
2023
|
+
Primary: boolean | object | null;
|
|
2024
|
+
Principal: boolean | object | null;
|
|
2025
|
+
}> | null | undefined;
|
|
2026
|
+
Editor: import("@mysten/bcs").EnumInputShape<{
|
|
2027
|
+
Additional: boolean | object | null;
|
|
2028
|
+
Assistant: boolean | object | null;
|
|
2029
|
+
Associate: boolean | object | null;
|
|
2030
|
+
Backing: boolean | object | null;
|
|
2031
|
+
Executive: boolean | object | null;
|
|
2032
|
+
Featured: boolean | object | null;
|
|
2033
|
+
Lead: boolean | object | null;
|
|
2034
|
+
Primary: boolean | object | null;
|
|
2035
|
+
Principal: boolean | object | null;
|
|
2036
|
+
}> | null | undefined;
|
|
2037
|
+
Engineer: import("@mysten/bcs").EnumInputShape<{
|
|
2038
|
+
Additional: boolean | object | null;
|
|
2039
|
+
Assistant: boolean | object | null;
|
|
2040
|
+
Associate: boolean | object | null;
|
|
2041
|
+
Backing: boolean | object | null;
|
|
2042
|
+
Executive: boolean | object | null;
|
|
2043
|
+
Featured: boolean | object | null;
|
|
2044
|
+
Lead: boolean | object | null;
|
|
2045
|
+
Primary: boolean | object | null;
|
|
2046
|
+
Principal: boolean | object | null;
|
|
2047
|
+
}> | null | undefined;
|
|
2048
|
+
Ensemble: import("@mysten/bcs").EnumInputShape<{
|
|
2049
|
+
Additional: boolean | object | null;
|
|
2050
|
+
Assistant: boolean | object | null;
|
|
2051
|
+
Associate: boolean | object | null;
|
|
2052
|
+
Backing: boolean | object | null;
|
|
2053
|
+
Executive: boolean | object | null;
|
|
2054
|
+
Featured: boolean | object | null;
|
|
2055
|
+
Lead: boolean | object | null;
|
|
2056
|
+
Primary: boolean | object | null;
|
|
2057
|
+
Principal: boolean | object | null;
|
|
2058
|
+
}> | null | undefined;
|
|
2059
|
+
Instrumentalist: readonly [string, import("@mysten/bcs").EnumInputShape<{
|
|
2060
|
+
Additional: boolean | object | null;
|
|
2061
|
+
Assistant: boolean | object | null;
|
|
2062
|
+
Associate: boolean | object | null;
|
|
2063
|
+
Backing: boolean | object | null;
|
|
2064
|
+
Executive: boolean | object | null;
|
|
2065
|
+
Featured: boolean | object | null;
|
|
2066
|
+
Lead: boolean | object | null;
|
|
2067
|
+
Primary: boolean | object | null;
|
|
2068
|
+
Principal: boolean | object | null;
|
|
2069
|
+
}> | null | undefined];
|
|
2070
|
+
MasteringEngineer: import("@mysten/bcs").EnumInputShape<{
|
|
2071
|
+
Additional: boolean | object | null;
|
|
2072
|
+
Assistant: boolean | object | null;
|
|
2073
|
+
Associate: boolean | object | null;
|
|
2074
|
+
Backing: boolean | object | null;
|
|
2075
|
+
Executive: boolean | object | null;
|
|
2076
|
+
Featured: boolean | object | null;
|
|
2077
|
+
Lead: boolean | object | null;
|
|
2078
|
+
Primary: boolean | object | null;
|
|
2079
|
+
Principal: boolean | object | null;
|
|
2080
|
+
}> | null | undefined;
|
|
2081
|
+
MixingEngineer: import("@mysten/bcs").EnumInputShape<{
|
|
2082
|
+
Additional: boolean | object | null;
|
|
2083
|
+
Assistant: boolean | object | null;
|
|
2084
|
+
Associate: boolean | object | null;
|
|
2085
|
+
Backing: boolean | object | null;
|
|
2086
|
+
Executive: boolean | object | null;
|
|
2087
|
+
Featured: boolean | object | null;
|
|
2088
|
+
Lead: boolean | object | null;
|
|
2089
|
+
Primary: boolean | object | null;
|
|
2090
|
+
Principal: boolean | object | null;
|
|
2091
|
+
}> | null | undefined;
|
|
2092
|
+
MusicDirector: import("@mysten/bcs").EnumInputShape<{
|
|
2093
|
+
Additional: boolean | object | null;
|
|
2094
|
+
Assistant: boolean | object | null;
|
|
2095
|
+
Associate: boolean | object | null;
|
|
2096
|
+
Backing: boolean | object | null;
|
|
2097
|
+
Executive: boolean | object | null;
|
|
2098
|
+
Featured: boolean | object | null;
|
|
2099
|
+
Lead: boolean | object | null;
|
|
2100
|
+
Primary: boolean | object | null;
|
|
2101
|
+
Principal: boolean | object | null;
|
|
2102
|
+
}> | null | undefined;
|
|
2103
|
+
MusicSupervisor: import("@mysten/bcs").EnumInputShape<{
|
|
2104
|
+
Additional: boolean | object | null;
|
|
2105
|
+
Assistant: boolean | object | null;
|
|
2106
|
+
Associate: boolean | object | null;
|
|
2107
|
+
Backing: boolean | object | null;
|
|
2108
|
+
Executive: boolean | object | null;
|
|
2109
|
+
Featured: boolean | object | null;
|
|
2110
|
+
Lead: boolean | object | null;
|
|
2111
|
+
Primary: boolean | object | null;
|
|
2112
|
+
Principal: boolean | object | null;
|
|
2113
|
+
}> | null | undefined;
|
|
2114
|
+
Narrator: import("@mysten/bcs").EnumInputShape<{
|
|
2115
|
+
Additional: boolean | object | null;
|
|
2116
|
+
Assistant: boolean | object | null;
|
|
2117
|
+
Associate: boolean | object | null;
|
|
2118
|
+
Backing: boolean | object | null;
|
|
2119
|
+
Executive: boolean | object | null;
|
|
2120
|
+
Featured: boolean | object | null;
|
|
2121
|
+
Lead: boolean | object | null;
|
|
2122
|
+
Primary: boolean | object | null;
|
|
2123
|
+
Principal: boolean | object | null;
|
|
2124
|
+
}> | null | undefined;
|
|
2125
|
+
Orchestra: import("@mysten/bcs").EnumInputShape<{
|
|
2126
|
+
Additional: boolean | object | null;
|
|
2127
|
+
Assistant: boolean | object | null;
|
|
2128
|
+
Associate: boolean | object | null;
|
|
2129
|
+
Backing: boolean | object | null;
|
|
2130
|
+
Executive: boolean | object | null;
|
|
2131
|
+
Featured: boolean | object | null;
|
|
2132
|
+
Lead: boolean | object | null;
|
|
2133
|
+
Primary: boolean | object | null;
|
|
2134
|
+
Principal: boolean | object | null;
|
|
2135
|
+
}> | null | undefined;
|
|
2136
|
+
Orchestrator: import("@mysten/bcs").EnumInputShape<{
|
|
2137
|
+
Additional: boolean | object | null;
|
|
2138
|
+
Assistant: boolean | object | null;
|
|
2139
|
+
Associate: boolean | object | null;
|
|
2140
|
+
Backing: boolean | object | null;
|
|
2141
|
+
Executive: boolean | object | null;
|
|
2142
|
+
Featured: boolean | object | null;
|
|
2143
|
+
Lead: boolean | object | null;
|
|
2144
|
+
Primary: boolean | object | null;
|
|
2145
|
+
Principal: boolean | object | null;
|
|
2146
|
+
}> | null | undefined;
|
|
2147
|
+
Performer: import("@mysten/bcs").EnumInputShape<{
|
|
2148
|
+
Additional: boolean | object | null;
|
|
2149
|
+
Assistant: boolean | object | null;
|
|
2150
|
+
Associate: boolean | object | null;
|
|
2151
|
+
Backing: boolean | object | null;
|
|
2152
|
+
Executive: boolean | object | null;
|
|
2153
|
+
Featured: boolean | object | null;
|
|
2154
|
+
Lead: boolean | object | null;
|
|
2155
|
+
Primary: boolean | object | null;
|
|
2156
|
+
Principal: boolean | object | null;
|
|
2157
|
+
}> | null | undefined;
|
|
2158
|
+
Producer: import("@mysten/bcs").EnumInputShape<{
|
|
2159
|
+
Additional: boolean | object | null;
|
|
2160
|
+
Assistant: boolean | object | null;
|
|
2161
|
+
Associate: boolean | object | null;
|
|
2162
|
+
Backing: boolean | object | null;
|
|
2163
|
+
Executive: boolean | object | null;
|
|
2164
|
+
Featured: boolean | object | null;
|
|
2165
|
+
Lead: boolean | object | null;
|
|
2166
|
+
Primary: boolean | object | null;
|
|
2167
|
+
Principal: boolean | object | null;
|
|
2168
|
+
}> | null | undefined;
|
|
2169
|
+
Programmer: import("@mysten/bcs").EnumInputShape<{
|
|
2170
|
+
Additional: boolean | object | null;
|
|
2171
|
+
Assistant: boolean | object | null;
|
|
2172
|
+
Associate: boolean | object | null;
|
|
2173
|
+
Backing: boolean | object | null;
|
|
2174
|
+
Executive: boolean | object | null;
|
|
2175
|
+
Featured: boolean | object | null;
|
|
2176
|
+
Lead: boolean | object | null;
|
|
2177
|
+
Primary: boolean | object | null;
|
|
2178
|
+
Principal: boolean | object | null;
|
|
2179
|
+
}> | null | undefined;
|
|
2180
|
+
RecordingEngineer: import("@mysten/bcs").EnumInputShape<{
|
|
2181
|
+
Additional: boolean | object | null;
|
|
2182
|
+
Assistant: boolean | object | null;
|
|
2183
|
+
Associate: boolean | object | null;
|
|
2184
|
+
Backing: boolean | object | null;
|
|
2185
|
+
Executive: boolean | object | null;
|
|
2186
|
+
Featured: boolean | object | null;
|
|
2187
|
+
Lead: boolean | object | null;
|
|
2188
|
+
Primary: boolean | object | null;
|
|
2189
|
+
Principal: boolean | object | null;
|
|
2190
|
+
}> | null | undefined;
|
|
2191
|
+
RemixingEngineer: import("@mysten/bcs").EnumInputShape<{
|
|
2192
|
+
Additional: boolean | object | null;
|
|
2193
|
+
Assistant: boolean | object | null;
|
|
2194
|
+
Associate: boolean | object | null;
|
|
2195
|
+
Backing: boolean | object | null;
|
|
2196
|
+
Executive: boolean | object | null;
|
|
2197
|
+
Featured: boolean | object | null;
|
|
2198
|
+
Lead: boolean | object | null;
|
|
2199
|
+
Primary: boolean | object | null;
|
|
2200
|
+
Principal: boolean | object | null;
|
|
2201
|
+
}> | null | undefined;
|
|
2202
|
+
Soloist: import("@mysten/bcs").EnumInputShape<{
|
|
2203
|
+
Additional: boolean | object | null;
|
|
2204
|
+
Assistant: boolean | object | null;
|
|
2205
|
+
Associate: boolean | object | null;
|
|
2206
|
+
Backing: boolean | object | null;
|
|
2207
|
+
Executive: boolean | object | null;
|
|
2208
|
+
Featured: boolean | object | null;
|
|
2209
|
+
Lead: boolean | object | null;
|
|
2210
|
+
Primary: boolean | object | null;
|
|
2211
|
+
Principal: boolean | object | null;
|
|
2212
|
+
}> | null | undefined;
|
|
2213
|
+
SoundDesigner: import("@mysten/bcs").EnumInputShape<{
|
|
2214
|
+
Additional: boolean | object | null;
|
|
2215
|
+
Assistant: boolean | object | null;
|
|
2216
|
+
Associate: boolean | object | null;
|
|
2217
|
+
Backing: boolean | object | null;
|
|
2218
|
+
Executive: boolean | object | null;
|
|
2219
|
+
Featured: boolean | object | null;
|
|
2220
|
+
Lead: boolean | object | null;
|
|
2221
|
+
Primary: boolean | object | null;
|
|
2222
|
+
Principal: boolean | object | null;
|
|
2223
|
+
}> | null | undefined;
|
|
2224
|
+
Speaker: import("@mysten/bcs").EnumInputShape<{
|
|
2225
|
+
Additional: boolean | object | null;
|
|
2226
|
+
Assistant: boolean | object | null;
|
|
2227
|
+
Associate: boolean | object | null;
|
|
2228
|
+
Backing: boolean | object | null;
|
|
2229
|
+
Executive: boolean | object | null;
|
|
2230
|
+
Featured: boolean | object | null;
|
|
2231
|
+
Lead: boolean | object | null;
|
|
2232
|
+
Primary: boolean | object | null;
|
|
2233
|
+
Principal: boolean | object | null;
|
|
2234
|
+
}> | null | undefined;
|
|
2235
|
+
Vocalist: import("@mysten/bcs").EnumInputShape<{
|
|
2236
|
+
Additional: boolean | object | null;
|
|
2237
|
+
Assistant: boolean | object | null;
|
|
2238
|
+
Associate: boolean | object | null;
|
|
2239
|
+
Backing: boolean | object | null;
|
|
2240
|
+
Executive: boolean | object | null;
|
|
2241
|
+
Featured: boolean | object | null;
|
|
2242
|
+
Lead: boolean | object | null;
|
|
2243
|
+
Primary: boolean | object | null;
|
|
2244
|
+
Principal: boolean | object | null;
|
|
2245
|
+
}> | null | undefined;
|
|
2246
|
+
Custom: readonly [string, import("@mysten/bcs").EnumInputShape<{
|
|
2247
|
+
Additional: boolean | object | null;
|
|
2248
|
+
Assistant: boolean | object | null;
|
|
2249
|
+
Associate: boolean | object | null;
|
|
2250
|
+
Backing: boolean | object | null;
|
|
2251
|
+
Executive: boolean | object | null;
|
|
2252
|
+
Featured: boolean | object | null;
|
|
2253
|
+
Lead: boolean | object | null;
|
|
2254
|
+
Primary: boolean | object | null;
|
|
2255
|
+
Principal: boolean | object | null;
|
|
2256
|
+
}> | null | undefined];
|
|
2257
|
+
}>> & {
|
|
2258
|
+
length: number;
|
|
2259
|
+
};
|
|
2260
|
+
};
|
|
2261
|
+
}> & {
|
|
2262
|
+
length: number;
|
|
2263
|
+
}, string>;
|
|
2264
|
+
}, "0x2::vec_map::VecMap<bytes[32], credit::credit::Credit<@local-pkg/recording_credits::recording_party_role::RecordingPartyRole>>">;
|
|
2265
|
+
primary_artist_ids: import("./contracts/utils/index.ts").MoveStruct<{
|
|
2266
|
+
contents: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
|
|
2267
|
+
length: number;
|
|
2268
|
+
}, string>;
|
|
2269
|
+
}, "0x2::vec_set::VecSet<bytes[32]>">;
|
|
2270
|
+
featured_artist_ids: import("./contracts/utils/index.ts").MoveStruct<{
|
|
2271
|
+
contents: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
|
|
2272
|
+
length: number;
|
|
2273
|
+
}, string>;
|
|
2274
|
+
}, "0x2::vec_set::VecSet<bytes[32]>">;
|
|
2275
|
+
}, "@local-pkg/recording_credits::recording_credits::RecordingCredits">;
|
|
2276
|
+
addCredit: (options: Omit<recordingCredits.AddCreditOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2277
|
+
addFeaturedArtist: (options: Omit<recordingCredits.AddFeaturedArtistOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2278
|
+
addPrimaryArtist: (options: Omit<recordingCredits.AddPrimaryArtistOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2279
|
+
hasCredits: (options: Omit<recordingCredits.HasCreditsOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2280
|
+
isFeaturedArtist: (options: Omit<recordingCredits.IsFeaturedArtistOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2281
|
+
isPrimaryArtist: (options: Omit<recordingCredits.IsPrimaryArtistOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2282
|
+
removeCredit: (options: Omit<recordingCredits.RemoveCreditOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2283
|
+
removeFeaturedArtist: (options: Omit<recordingCredits.RemoveFeaturedArtistOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2284
|
+
removePrimaryArtist: (options: Omit<recordingCredits.RemovePrimaryArtistOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2285
|
+
};
|
|
2286
|
+
recordingPartyRole: {
|
|
2287
|
+
RecordingPartyRole: import("./contracts/utils/index.ts").MoveEnum<{
|
|
2288
|
+
Actor: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2289
|
+
Additional: true;
|
|
2290
|
+
Assistant: true;
|
|
2291
|
+
Associate: true;
|
|
2292
|
+
Backing: true;
|
|
2293
|
+
Executive: true;
|
|
2294
|
+
Featured: true;
|
|
2295
|
+
Lead: true;
|
|
2296
|
+
Primary: true;
|
|
2297
|
+
Principal: true;
|
|
2298
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2299
|
+
Additional: boolean | object | null;
|
|
2300
|
+
Assistant: boolean | object | null;
|
|
2301
|
+
Associate: boolean | object | null;
|
|
2302
|
+
Backing: boolean | object | null;
|
|
2303
|
+
Executive: boolean | object | null;
|
|
2304
|
+
Featured: boolean | object | null;
|
|
2305
|
+
Lead: boolean | object | null;
|
|
2306
|
+
Primary: boolean | object | null;
|
|
2307
|
+
Principal: boolean | object | null;
|
|
2308
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2309
|
+
Arranger: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2310
|
+
Additional: true;
|
|
2311
|
+
Assistant: true;
|
|
2312
|
+
Associate: true;
|
|
2313
|
+
Backing: true;
|
|
2314
|
+
Executive: true;
|
|
2315
|
+
Featured: true;
|
|
2316
|
+
Lead: true;
|
|
2317
|
+
Primary: true;
|
|
2318
|
+
Principal: true;
|
|
2319
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2320
|
+
Additional: boolean | object | null;
|
|
2321
|
+
Assistant: boolean | object | null;
|
|
2322
|
+
Associate: boolean | object | null;
|
|
2323
|
+
Backing: boolean | object | null;
|
|
2324
|
+
Executive: boolean | object | null;
|
|
2325
|
+
Featured: boolean | object | null;
|
|
2326
|
+
Lead: boolean | object | null;
|
|
2327
|
+
Primary: boolean | object | null;
|
|
2328
|
+
Principal: boolean | object | null;
|
|
2329
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2330
|
+
ArtistsAndRepertoire: null;
|
|
2331
|
+
BandLeader: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2332
|
+
Additional: true;
|
|
2333
|
+
Assistant: true;
|
|
2334
|
+
Associate: true;
|
|
2335
|
+
Backing: true;
|
|
2336
|
+
Executive: true;
|
|
2337
|
+
Featured: true;
|
|
2338
|
+
Lead: true;
|
|
2339
|
+
Primary: true;
|
|
2340
|
+
Principal: true;
|
|
2341
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2342
|
+
Additional: boolean | object | null;
|
|
2343
|
+
Assistant: boolean | object | null;
|
|
2344
|
+
Associate: boolean | object | null;
|
|
2345
|
+
Backing: boolean | object | null;
|
|
2346
|
+
Executive: boolean | object | null;
|
|
2347
|
+
Featured: boolean | object | null;
|
|
2348
|
+
Lead: boolean | object | null;
|
|
2349
|
+
Primary: boolean | object | null;
|
|
2350
|
+
Principal: boolean | object | null;
|
|
2351
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2352
|
+
Choir: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2353
|
+
Additional: true;
|
|
2354
|
+
Assistant: true;
|
|
2355
|
+
Associate: true;
|
|
2356
|
+
Backing: true;
|
|
2357
|
+
Executive: true;
|
|
2358
|
+
Featured: true;
|
|
2359
|
+
Lead: true;
|
|
2360
|
+
Primary: true;
|
|
2361
|
+
Principal: true;
|
|
2362
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2363
|
+
Additional: boolean | object | null;
|
|
2364
|
+
Assistant: boolean | object | null;
|
|
2365
|
+
Associate: boolean | object | null;
|
|
2366
|
+
Backing: boolean | object | null;
|
|
2367
|
+
Executive: boolean | object | null;
|
|
2368
|
+
Featured: boolean | object | null;
|
|
2369
|
+
Lead: boolean | object | null;
|
|
2370
|
+
Primary: boolean | object | null;
|
|
2371
|
+
Principal: boolean | object | null;
|
|
2372
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2373
|
+
ChoirMaster: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2374
|
+
Additional: true;
|
|
2375
|
+
Assistant: true;
|
|
2376
|
+
Associate: true;
|
|
2377
|
+
Backing: true;
|
|
2378
|
+
Executive: true;
|
|
2379
|
+
Featured: true;
|
|
2380
|
+
Lead: true;
|
|
2381
|
+
Primary: true;
|
|
2382
|
+
Principal: true;
|
|
2383
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2384
|
+
Additional: boolean | object | null;
|
|
2385
|
+
Assistant: boolean | object | null;
|
|
2386
|
+
Associate: boolean | object | null;
|
|
2387
|
+
Backing: boolean | object | null;
|
|
2388
|
+
Executive: boolean | object | null;
|
|
2389
|
+
Featured: boolean | object | null;
|
|
2390
|
+
Lead: boolean | object | null;
|
|
2391
|
+
Primary: boolean | object | null;
|
|
2392
|
+
Principal: boolean | object | null;
|
|
2393
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2394
|
+
ConcertMaster: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2395
|
+
Additional: true;
|
|
2396
|
+
Assistant: true;
|
|
2397
|
+
Associate: true;
|
|
2398
|
+
Backing: true;
|
|
2399
|
+
Executive: true;
|
|
2400
|
+
Featured: true;
|
|
2401
|
+
Lead: true;
|
|
2402
|
+
Primary: true;
|
|
2403
|
+
Principal: true;
|
|
2404
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2405
|
+
Additional: boolean | object | null;
|
|
2406
|
+
Assistant: boolean | object | null;
|
|
2407
|
+
Associate: boolean | object | null;
|
|
2408
|
+
Backing: boolean | object | null;
|
|
2409
|
+
Executive: boolean | object | null;
|
|
2410
|
+
Featured: boolean | object | null;
|
|
2411
|
+
Lead: boolean | object | null;
|
|
2412
|
+
Primary: boolean | object | null;
|
|
2413
|
+
Principal: boolean | object | null;
|
|
2414
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2415
|
+
Conductor: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2416
|
+
Additional: true;
|
|
2417
|
+
Assistant: true;
|
|
2418
|
+
Associate: true;
|
|
2419
|
+
Backing: true;
|
|
2420
|
+
Executive: true;
|
|
2421
|
+
Featured: true;
|
|
2422
|
+
Lead: true;
|
|
2423
|
+
Primary: true;
|
|
2424
|
+
Principal: true;
|
|
2425
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2426
|
+
Additional: boolean | object | null;
|
|
2427
|
+
Assistant: boolean | object | null;
|
|
2428
|
+
Associate: boolean | object | null;
|
|
2429
|
+
Backing: boolean | object | null;
|
|
2430
|
+
Executive: boolean | object | null;
|
|
2431
|
+
Featured: boolean | object | null;
|
|
2432
|
+
Lead: boolean | object | null;
|
|
2433
|
+
Primary: boolean | object | null;
|
|
2434
|
+
Principal: boolean | object | null;
|
|
2435
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2436
|
+
Contractor: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2437
|
+
Additional: true;
|
|
2438
|
+
Assistant: true;
|
|
2439
|
+
Associate: true;
|
|
2440
|
+
Backing: true;
|
|
2441
|
+
Executive: true;
|
|
2442
|
+
Featured: true;
|
|
2443
|
+
Lead: true;
|
|
2444
|
+
Primary: true;
|
|
2445
|
+
Principal: true;
|
|
2446
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2447
|
+
Additional: boolean | object | null;
|
|
2448
|
+
Assistant: boolean | object | null;
|
|
2449
|
+
Associate: boolean | object | null;
|
|
2450
|
+
Backing: boolean | object | null;
|
|
2451
|
+
Executive: boolean | object | null;
|
|
2452
|
+
Featured: boolean | object | null;
|
|
2453
|
+
Lead: boolean | object | null;
|
|
2454
|
+
Primary: boolean | object | null;
|
|
2455
|
+
Principal: boolean | object | null;
|
|
2456
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2457
|
+
Copyist: null;
|
|
2458
|
+
DJ: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2459
|
+
Additional: true;
|
|
2460
|
+
Assistant: true;
|
|
2461
|
+
Associate: true;
|
|
2462
|
+
Backing: true;
|
|
2463
|
+
Executive: true;
|
|
2464
|
+
Featured: true;
|
|
2465
|
+
Lead: true;
|
|
2466
|
+
Primary: true;
|
|
2467
|
+
Principal: true;
|
|
2468
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2469
|
+
Additional: boolean | object | null;
|
|
2470
|
+
Assistant: boolean | object | null;
|
|
2471
|
+
Associate: boolean | object | null;
|
|
2472
|
+
Backing: boolean | object | null;
|
|
2473
|
+
Executive: boolean | object | null;
|
|
2474
|
+
Featured: boolean | object | null;
|
|
2475
|
+
Lead: boolean | object | null;
|
|
2476
|
+
Primary: boolean | object | null;
|
|
2477
|
+
Principal: boolean | object | null;
|
|
2478
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2479
|
+
Editor: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2480
|
+
Additional: true;
|
|
2481
|
+
Assistant: true;
|
|
2482
|
+
Associate: true;
|
|
2483
|
+
Backing: true;
|
|
2484
|
+
Executive: true;
|
|
2485
|
+
Featured: true;
|
|
2486
|
+
Lead: true;
|
|
2487
|
+
Primary: true;
|
|
2488
|
+
Principal: true;
|
|
2489
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2490
|
+
Additional: boolean | object | null;
|
|
2491
|
+
Assistant: boolean | object | null;
|
|
2492
|
+
Associate: boolean | object | null;
|
|
2493
|
+
Backing: boolean | object | null;
|
|
2494
|
+
Executive: boolean | object | null;
|
|
2495
|
+
Featured: boolean | object | null;
|
|
2496
|
+
Lead: boolean | object | null;
|
|
2497
|
+
Primary: boolean | object | null;
|
|
2498
|
+
Principal: boolean | object | null;
|
|
2499
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2500
|
+
Engineer: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2501
|
+
Additional: true;
|
|
2502
|
+
Assistant: true;
|
|
2503
|
+
Associate: true;
|
|
2504
|
+
Backing: true;
|
|
2505
|
+
Executive: true;
|
|
2506
|
+
Featured: true;
|
|
2507
|
+
Lead: true;
|
|
2508
|
+
Primary: true;
|
|
2509
|
+
Principal: true;
|
|
2510
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2511
|
+
Additional: boolean | object | null;
|
|
2512
|
+
Assistant: boolean | object | null;
|
|
2513
|
+
Associate: boolean | object | null;
|
|
2514
|
+
Backing: boolean | object | null;
|
|
2515
|
+
Executive: boolean | object | null;
|
|
2516
|
+
Featured: boolean | object | null;
|
|
2517
|
+
Lead: boolean | object | null;
|
|
2518
|
+
Primary: boolean | object | null;
|
|
2519
|
+
Principal: boolean | object | null;
|
|
2520
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2521
|
+
Ensemble: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2522
|
+
Additional: true;
|
|
2523
|
+
Assistant: true;
|
|
2524
|
+
Associate: true;
|
|
2525
|
+
Backing: true;
|
|
2526
|
+
Executive: true;
|
|
2527
|
+
Featured: true;
|
|
2528
|
+
Lead: true;
|
|
2529
|
+
Primary: true;
|
|
2530
|
+
Principal: true;
|
|
2531
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2532
|
+
Additional: boolean | object | null;
|
|
2533
|
+
Assistant: boolean | object | null;
|
|
2534
|
+
Associate: boolean | object | null;
|
|
2535
|
+
Backing: boolean | object | null;
|
|
2536
|
+
Executive: boolean | object | null;
|
|
2537
|
+
Featured: boolean | object | null;
|
|
2538
|
+
Lead: boolean | object | null;
|
|
2539
|
+
Primary: boolean | object | null;
|
|
2540
|
+
Principal: boolean | object | null;
|
|
2541
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2542
|
+
Instrumentalist: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<string, string, "string">, import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2543
|
+
Additional: true;
|
|
2544
|
+
Assistant: true;
|
|
2545
|
+
Associate: true;
|
|
2546
|
+
Backing: true;
|
|
2547
|
+
Executive: true;
|
|
2548
|
+
Featured: true;
|
|
2549
|
+
Lead: true;
|
|
2550
|
+
Primary: true;
|
|
2551
|
+
Principal: true;
|
|
2552
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2553
|
+
Additional: boolean | object | null;
|
|
2554
|
+
Assistant: boolean | object | null;
|
|
2555
|
+
Associate: boolean | object | null;
|
|
2556
|
+
Backing: boolean | object | null;
|
|
2557
|
+
Executive: boolean | object | null;
|
|
2558
|
+
Featured: boolean | object | null;
|
|
2559
|
+
Lead: boolean | object | null;
|
|
2560
|
+
Primary: boolean | object | null;
|
|
2561
|
+
Principal: boolean | object | null;
|
|
2562
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">], "RecordingPartyRole.Instrumentalist">;
|
|
2563
|
+
MasteringEngineer: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2564
|
+
Additional: true;
|
|
2565
|
+
Assistant: true;
|
|
2566
|
+
Associate: true;
|
|
2567
|
+
Backing: true;
|
|
2568
|
+
Executive: true;
|
|
2569
|
+
Featured: true;
|
|
2570
|
+
Lead: true;
|
|
2571
|
+
Primary: true;
|
|
2572
|
+
Principal: true;
|
|
2573
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2574
|
+
Additional: boolean | object | null;
|
|
2575
|
+
Assistant: boolean | object | null;
|
|
2576
|
+
Associate: boolean | object | null;
|
|
2577
|
+
Backing: boolean | object | null;
|
|
2578
|
+
Executive: boolean | object | null;
|
|
2579
|
+
Featured: boolean | object | null;
|
|
2580
|
+
Lead: boolean | object | null;
|
|
2581
|
+
Primary: boolean | object | null;
|
|
2582
|
+
Principal: boolean | object | null;
|
|
2583
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2584
|
+
MixingEngineer: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2585
|
+
Additional: true;
|
|
2586
|
+
Assistant: true;
|
|
2587
|
+
Associate: true;
|
|
2588
|
+
Backing: true;
|
|
2589
|
+
Executive: true;
|
|
2590
|
+
Featured: true;
|
|
2591
|
+
Lead: true;
|
|
2592
|
+
Primary: true;
|
|
2593
|
+
Principal: true;
|
|
2594
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2595
|
+
Additional: boolean | object | null;
|
|
2596
|
+
Assistant: boolean | object | null;
|
|
2597
|
+
Associate: boolean | object | null;
|
|
2598
|
+
Backing: boolean | object | null;
|
|
2599
|
+
Executive: boolean | object | null;
|
|
2600
|
+
Featured: boolean | object | null;
|
|
2601
|
+
Lead: boolean | object | null;
|
|
2602
|
+
Primary: boolean | object | null;
|
|
2603
|
+
Principal: boolean | object | null;
|
|
2604
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2605
|
+
MusicDirector: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2606
|
+
Additional: true;
|
|
2607
|
+
Assistant: true;
|
|
2608
|
+
Associate: true;
|
|
2609
|
+
Backing: true;
|
|
2610
|
+
Executive: true;
|
|
2611
|
+
Featured: true;
|
|
2612
|
+
Lead: true;
|
|
2613
|
+
Primary: true;
|
|
2614
|
+
Principal: true;
|
|
2615
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2616
|
+
Additional: boolean | object | null;
|
|
2617
|
+
Assistant: boolean | object | null;
|
|
2618
|
+
Associate: boolean | object | null;
|
|
2619
|
+
Backing: boolean | object | null;
|
|
2620
|
+
Executive: boolean | object | null;
|
|
2621
|
+
Featured: boolean | object | null;
|
|
2622
|
+
Lead: boolean | object | null;
|
|
2623
|
+
Primary: boolean | object | null;
|
|
2624
|
+
Principal: boolean | object | null;
|
|
2625
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2626
|
+
MusicSupervisor: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2627
|
+
Additional: true;
|
|
2628
|
+
Assistant: true;
|
|
2629
|
+
Associate: true;
|
|
2630
|
+
Backing: true;
|
|
2631
|
+
Executive: true;
|
|
2632
|
+
Featured: true;
|
|
2633
|
+
Lead: true;
|
|
2634
|
+
Primary: true;
|
|
2635
|
+
Principal: true;
|
|
2636
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2637
|
+
Additional: boolean | object | null;
|
|
2638
|
+
Assistant: boolean | object | null;
|
|
2639
|
+
Associate: boolean | object | null;
|
|
2640
|
+
Backing: boolean | object | null;
|
|
2641
|
+
Executive: boolean | object | null;
|
|
2642
|
+
Featured: boolean | object | null;
|
|
2643
|
+
Lead: boolean | object | null;
|
|
2644
|
+
Primary: boolean | object | null;
|
|
2645
|
+
Principal: boolean | object | null;
|
|
2646
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2647
|
+
Narrator: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2648
|
+
Additional: true;
|
|
2649
|
+
Assistant: true;
|
|
2650
|
+
Associate: true;
|
|
2651
|
+
Backing: true;
|
|
2652
|
+
Executive: true;
|
|
2653
|
+
Featured: true;
|
|
2654
|
+
Lead: true;
|
|
2655
|
+
Primary: true;
|
|
2656
|
+
Principal: true;
|
|
2657
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2658
|
+
Additional: boolean | object | null;
|
|
2659
|
+
Assistant: boolean | object | null;
|
|
2660
|
+
Associate: boolean | object | null;
|
|
2661
|
+
Backing: boolean | object | null;
|
|
2662
|
+
Executive: boolean | object | null;
|
|
2663
|
+
Featured: boolean | object | null;
|
|
2664
|
+
Lead: boolean | object | null;
|
|
2665
|
+
Primary: boolean | object | null;
|
|
2666
|
+
Principal: boolean | object | null;
|
|
2667
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2668
|
+
Orchestra: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2669
|
+
Additional: true;
|
|
2670
|
+
Assistant: true;
|
|
2671
|
+
Associate: true;
|
|
2672
|
+
Backing: true;
|
|
2673
|
+
Executive: true;
|
|
2674
|
+
Featured: true;
|
|
2675
|
+
Lead: true;
|
|
2676
|
+
Primary: true;
|
|
2677
|
+
Principal: true;
|
|
2678
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2679
|
+
Additional: boolean | object | null;
|
|
2680
|
+
Assistant: boolean | object | null;
|
|
2681
|
+
Associate: boolean | object | null;
|
|
2682
|
+
Backing: boolean | object | null;
|
|
2683
|
+
Executive: boolean | object | null;
|
|
2684
|
+
Featured: boolean | object | null;
|
|
2685
|
+
Lead: boolean | object | null;
|
|
2686
|
+
Primary: boolean | object | null;
|
|
2687
|
+
Principal: boolean | object | null;
|
|
2688
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2689
|
+
Orchestrator: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2690
|
+
Additional: true;
|
|
2691
|
+
Assistant: true;
|
|
2692
|
+
Associate: true;
|
|
2693
|
+
Backing: true;
|
|
2694
|
+
Executive: true;
|
|
2695
|
+
Featured: true;
|
|
2696
|
+
Lead: true;
|
|
2697
|
+
Primary: true;
|
|
2698
|
+
Principal: true;
|
|
2699
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2700
|
+
Additional: boolean | object | null;
|
|
2701
|
+
Assistant: boolean | object | null;
|
|
2702
|
+
Associate: boolean | object | null;
|
|
2703
|
+
Backing: boolean | object | null;
|
|
2704
|
+
Executive: boolean | object | null;
|
|
2705
|
+
Featured: boolean | object | null;
|
|
2706
|
+
Lead: boolean | object | null;
|
|
2707
|
+
Primary: boolean | object | null;
|
|
2708
|
+
Principal: boolean | object | null;
|
|
2709
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2710
|
+
Performer: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2711
|
+
Additional: true;
|
|
2712
|
+
Assistant: true;
|
|
2713
|
+
Associate: true;
|
|
2714
|
+
Backing: true;
|
|
2715
|
+
Executive: true;
|
|
2716
|
+
Featured: true;
|
|
2717
|
+
Lead: true;
|
|
2718
|
+
Primary: true;
|
|
2719
|
+
Principal: true;
|
|
2720
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2721
|
+
Additional: boolean | object | null;
|
|
2722
|
+
Assistant: boolean | object | null;
|
|
2723
|
+
Associate: boolean | object | null;
|
|
2724
|
+
Backing: boolean | object | null;
|
|
2725
|
+
Executive: boolean | object | null;
|
|
2726
|
+
Featured: boolean | object | null;
|
|
2727
|
+
Lead: boolean | object | null;
|
|
2728
|
+
Primary: boolean | object | null;
|
|
2729
|
+
Principal: boolean | object | null;
|
|
2730
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2731
|
+
Producer: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2732
|
+
Additional: true;
|
|
2733
|
+
Assistant: true;
|
|
2734
|
+
Associate: true;
|
|
2735
|
+
Backing: true;
|
|
2736
|
+
Executive: true;
|
|
2737
|
+
Featured: true;
|
|
2738
|
+
Lead: true;
|
|
2739
|
+
Primary: true;
|
|
2740
|
+
Principal: true;
|
|
2741
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2742
|
+
Additional: boolean | object | null;
|
|
2743
|
+
Assistant: boolean | object | null;
|
|
2744
|
+
Associate: boolean | object | null;
|
|
2745
|
+
Backing: boolean | object | null;
|
|
2746
|
+
Executive: boolean | object | null;
|
|
2747
|
+
Featured: boolean | object | null;
|
|
2748
|
+
Lead: boolean | object | null;
|
|
2749
|
+
Primary: boolean | object | null;
|
|
2750
|
+
Principal: boolean | object | null;
|
|
2751
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2752
|
+
Programmer: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2753
|
+
Additional: true;
|
|
2754
|
+
Assistant: true;
|
|
2755
|
+
Associate: true;
|
|
2756
|
+
Backing: true;
|
|
2757
|
+
Executive: true;
|
|
2758
|
+
Featured: true;
|
|
2759
|
+
Lead: true;
|
|
2760
|
+
Primary: true;
|
|
2761
|
+
Principal: true;
|
|
2762
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2763
|
+
Additional: boolean | object | null;
|
|
2764
|
+
Assistant: boolean | object | null;
|
|
2765
|
+
Associate: boolean | object | null;
|
|
2766
|
+
Backing: boolean | object | null;
|
|
2767
|
+
Executive: boolean | object | null;
|
|
2768
|
+
Featured: boolean | object | null;
|
|
2769
|
+
Lead: boolean | object | null;
|
|
2770
|
+
Primary: boolean | object | null;
|
|
2771
|
+
Principal: boolean | object | null;
|
|
2772
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2773
|
+
RecordingEngineer: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2774
|
+
Additional: true;
|
|
2775
|
+
Assistant: true;
|
|
2776
|
+
Associate: true;
|
|
2777
|
+
Backing: true;
|
|
2778
|
+
Executive: true;
|
|
2779
|
+
Featured: true;
|
|
2780
|
+
Lead: true;
|
|
2781
|
+
Primary: true;
|
|
2782
|
+
Principal: true;
|
|
2783
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2784
|
+
Additional: boolean | object | null;
|
|
2785
|
+
Assistant: boolean | object | null;
|
|
2786
|
+
Associate: boolean | object | null;
|
|
2787
|
+
Backing: boolean | object | null;
|
|
2788
|
+
Executive: boolean | object | null;
|
|
2789
|
+
Featured: boolean | object | null;
|
|
2790
|
+
Lead: boolean | object | null;
|
|
2791
|
+
Primary: boolean | object | null;
|
|
2792
|
+
Principal: boolean | object | null;
|
|
2793
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2794
|
+
RemixingEngineer: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2795
|
+
Additional: true;
|
|
2796
|
+
Assistant: true;
|
|
2797
|
+
Associate: true;
|
|
2798
|
+
Backing: true;
|
|
2799
|
+
Executive: true;
|
|
2800
|
+
Featured: true;
|
|
2801
|
+
Lead: true;
|
|
2802
|
+
Primary: true;
|
|
2803
|
+
Principal: true;
|
|
2804
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2805
|
+
Additional: boolean | object | null;
|
|
2806
|
+
Assistant: boolean | object | null;
|
|
2807
|
+
Associate: boolean | object | null;
|
|
2808
|
+
Backing: boolean | object | null;
|
|
2809
|
+
Executive: boolean | object | null;
|
|
2810
|
+
Featured: boolean | object | null;
|
|
2811
|
+
Lead: boolean | object | null;
|
|
2812
|
+
Primary: boolean | object | null;
|
|
2813
|
+
Principal: boolean | object | null;
|
|
2814
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2815
|
+
Soloist: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2816
|
+
Additional: true;
|
|
2817
|
+
Assistant: true;
|
|
2818
|
+
Associate: true;
|
|
2819
|
+
Backing: true;
|
|
2820
|
+
Executive: true;
|
|
2821
|
+
Featured: true;
|
|
2822
|
+
Lead: true;
|
|
2823
|
+
Primary: true;
|
|
2824
|
+
Principal: true;
|
|
2825
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2826
|
+
Additional: boolean | object | null;
|
|
2827
|
+
Assistant: boolean | object | null;
|
|
2828
|
+
Associate: boolean | object | null;
|
|
2829
|
+
Backing: boolean | object | null;
|
|
2830
|
+
Executive: boolean | object | null;
|
|
2831
|
+
Featured: boolean | object | null;
|
|
2832
|
+
Lead: boolean | object | null;
|
|
2833
|
+
Primary: boolean | object | null;
|
|
2834
|
+
Principal: boolean | object | null;
|
|
2835
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2836
|
+
SoundDesigner: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2837
|
+
Additional: true;
|
|
2838
|
+
Assistant: true;
|
|
2839
|
+
Associate: true;
|
|
2840
|
+
Backing: true;
|
|
2841
|
+
Executive: true;
|
|
2842
|
+
Featured: true;
|
|
2843
|
+
Lead: true;
|
|
2844
|
+
Primary: true;
|
|
2845
|
+
Principal: true;
|
|
2846
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2847
|
+
Additional: boolean | object | null;
|
|
2848
|
+
Assistant: boolean | object | null;
|
|
2849
|
+
Associate: boolean | object | null;
|
|
2850
|
+
Backing: boolean | object | null;
|
|
2851
|
+
Executive: boolean | object | null;
|
|
2852
|
+
Featured: boolean | object | null;
|
|
2853
|
+
Lead: boolean | object | null;
|
|
2854
|
+
Primary: boolean | object | null;
|
|
2855
|
+
Principal: boolean | object | null;
|
|
2856
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2857
|
+
Speaker: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2858
|
+
Additional: true;
|
|
2859
|
+
Assistant: true;
|
|
2860
|
+
Associate: true;
|
|
2861
|
+
Backing: true;
|
|
2862
|
+
Executive: true;
|
|
2863
|
+
Featured: true;
|
|
2864
|
+
Lead: true;
|
|
2865
|
+
Primary: true;
|
|
2866
|
+
Principal: true;
|
|
2867
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2868
|
+
Additional: boolean | object | null;
|
|
2869
|
+
Assistant: boolean | object | null;
|
|
2870
|
+
Associate: boolean | object | null;
|
|
2871
|
+
Backing: boolean | object | null;
|
|
2872
|
+
Executive: boolean | object | null;
|
|
2873
|
+
Featured: boolean | object | null;
|
|
2874
|
+
Lead: boolean | object | null;
|
|
2875
|
+
Primary: boolean | object | null;
|
|
2876
|
+
Principal: boolean | object | null;
|
|
2877
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2878
|
+
Vocalist: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2879
|
+
Additional: true;
|
|
2880
|
+
Assistant: true;
|
|
2881
|
+
Associate: true;
|
|
2882
|
+
Backing: true;
|
|
2883
|
+
Executive: true;
|
|
2884
|
+
Featured: true;
|
|
2885
|
+
Lead: true;
|
|
2886
|
+
Primary: true;
|
|
2887
|
+
Principal: true;
|
|
2888
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2889
|
+
Additional: boolean | object | null;
|
|
2890
|
+
Assistant: boolean | object | null;
|
|
2891
|
+
Associate: boolean | object | null;
|
|
2892
|
+
Backing: boolean | object | null;
|
|
2893
|
+
Executive: boolean | object | null;
|
|
2894
|
+
Featured: boolean | object | null;
|
|
2895
|
+
Lead: boolean | object | null;
|
|
2896
|
+
Primary: boolean | object | null;
|
|
2897
|
+
Principal: boolean | object | null;
|
|
2898
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">;
|
|
2899
|
+
Custom: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<string, string, "string">, import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
2900
|
+
Additional: true;
|
|
2901
|
+
Assistant: true;
|
|
2902
|
+
Associate: true;
|
|
2903
|
+
Backing: true;
|
|
2904
|
+
Executive: true;
|
|
2905
|
+
Featured: true;
|
|
2906
|
+
Lead: true;
|
|
2907
|
+
Primary: true;
|
|
2908
|
+
Principal: true;
|
|
2909
|
+
}, "Additional" | "Assistant" | "Associate" | "Backing" | "Executive" | "Featured" | "Lead" | "Primary" | "Principal"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
2910
|
+
Additional: boolean | object | null;
|
|
2911
|
+
Assistant: boolean | object | null;
|
|
2912
|
+
Associate: boolean | object | null;
|
|
2913
|
+
Backing: boolean | object | null;
|
|
2914
|
+
Executive: boolean | object | null;
|
|
2915
|
+
Featured: boolean | object | null;
|
|
2916
|
+
Lead: boolean | object | null;
|
|
2917
|
+
Primary: boolean | object | null;
|
|
2918
|
+
Principal: boolean | object | null;
|
|
2919
|
+
}> | null | undefined, "Option<@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel>">], "RecordingPartyRole.Custom">;
|
|
2920
|
+
}, "@local-pkg/recording_credits::recording_party_role::RecordingPartyRole">;
|
|
2921
|
+
RecordingPartyRoleLevel: import("./contracts/utils/index.ts").MoveEnum<{
|
|
2922
|
+
Additional: null;
|
|
2923
|
+
Assistant: null;
|
|
2924
|
+
Associate: null;
|
|
2925
|
+
Backing: null;
|
|
2926
|
+
Executive: null;
|
|
2927
|
+
Featured: null;
|
|
2928
|
+
Lead: null;
|
|
2929
|
+
Primary: null;
|
|
2930
|
+
Principal: null;
|
|
2931
|
+
}, "@local-pkg/recording_credits::recording_party_role::RecordingPartyRoleLevel">;
|
|
2932
|
+
level: (options: Omit<recordingPartyRole.LevelOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2933
|
+
name: (options: Omit<recordingPartyRole.NameOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2934
|
+
newActorRole: (options: Omit<recordingPartyRole.NewActorRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2935
|
+
newAdditionalRoleLevel: ((options: Omit<recordingPartyRole.NewAdditionalRoleLevelOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof recordingPartyRole.newAdditionalRoleLevel;
|
|
2936
|
+
newArrangerRole: (options: Omit<recordingPartyRole.NewArrangerRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2937
|
+
newArtistsAndRepertoireRole: ((options: Omit<recordingPartyRole.NewArtistsAndRepertoireRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof recordingPartyRole.newArtistsAndRepertoireRole;
|
|
2938
|
+
newAssistantRoleLevel: ((options: Omit<recordingPartyRole.NewAssistantRoleLevelOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof recordingPartyRole.newAssistantRoleLevel;
|
|
2939
|
+
newAssociateRoleLevel: ((options: Omit<recordingPartyRole.NewAssociateRoleLevelOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof recordingPartyRole.newAssociateRoleLevel;
|
|
2940
|
+
newBackingRoleLevel: ((options: Omit<recordingPartyRole.NewBackingRoleLevelOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof recordingPartyRole.newBackingRoleLevel;
|
|
2941
|
+
newBandLeaderRole: (options: Omit<recordingPartyRole.NewBandLeaderRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2942
|
+
newChoirMasterRole: (options: Omit<recordingPartyRole.NewChoirMasterRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2943
|
+
newChoirRole: (options: Omit<recordingPartyRole.NewChoirRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2944
|
+
newConcertMasterRole: (options: Omit<recordingPartyRole.NewConcertMasterRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2945
|
+
newConductorRole: (options: Omit<recordingPartyRole.NewConductorRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2946
|
+
newContractorRole: (options: Omit<recordingPartyRole.NewContractorRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2947
|
+
newCopyistRole: ((options: Omit<recordingPartyRole.NewCopyistRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof recordingPartyRole.newCopyistRole;
|
|
2948
|
+
newCustomRole: (options: Omit<recordingPartyRole.NewCustomRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2949
|
+
newDjRole: (options: Omit<recordingPartyRole.NewDjRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2950
|
+
newEditorRole: (options: Omit<recordingPartyRole.NewEditorRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2951
|
+
newEngineerRole: (options: Omit<recordingPartyRole.NewEngineerRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2952
|
+
newEnsembleRole: (options: Omit<recordingPartyRole.NewEnsembleRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2953
|
+
newExecutiveRoleLevel: ((options: Omit<recordingPartyRole.NewExecutiveRoleLevelOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof recordingPartyRole.newExecutiveRoleLevel;
|
|
2954
|
+
newFeaturedRoleLevel: ((options: Omit<recordingPartyRole.NewFeaturedRoleLevelOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof recordingPartyRole.newFeaturedRoleLevel;
|
|
2955
|
+
newInstrumentalistRole: (options: Omit<recordingPartyRole.NewInstrumentalistRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2956
|
+
newLeadRoleLevel: ((options: Omit<recordingPartyRole.NewLeadRoleLevelOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof recordingPartyRole.newLeadRoleLevel;
|
|
2957
|
+
newMasteringEngineerRole: (options: Omit<recordingPartyRole.NewMasteringEngineerRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2958
|
+
newMixingEngineerRole: (options: Omit<recordingPartyRole.NewMixingEngineerRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2959
|
+
newMusicDirectorRole: (options: Omit<recordingPartyRole.NewMusicDirectorRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2960
|
+
newMusicSupervisorRole: (options: Omit<recordingPartyRole.NewMusicSupervisorRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2961
|
+
newNarratorRole: (options: Omit<recordingPartyRole.NewNarratorRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2962
|
+
newOrchestraRole: (options: Omit<recordingPartyRole.NewOrchestraRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2963
|
+
newOrchestratorRole: (options: Omit<recordingPartyRole.NewOrchestratorRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2964
|
+
newPerformerRole: (options: Omit<recordingPartyRole.NewPerformerRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2965
|
+
newPrimaryRoleLevel: ((options: Omit<recordingPartyRole.NewPrimaryRoleLevelOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof recordingPartyRole.newPrimaryRoleLevel;
|
|
2966
|
+
newPrincipalRoleLevel: ((options: Omit<recordingPartyRole.NewPrincipalRoleLevelOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof recordingPartyRole.newPrincipalRoleLevel;
|
|
2967
|
+
newProducerRole: (options: Omit<recordingPartyRole.NewProducerRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2968
|
+
newProgrammerRole: (options: Omit<recordingPartyRole.NewProgrammerRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2969
|
+
newRecordingEngineerRole: (options: Omit<recordingPartyRole.NewRecordingEngineerRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2970
|
+
newRemixingEngineerRole: (options: Omit<recordingPartyRole.NewRemixingEngineerRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2971
|
+
newSoloistRole: (options: Omit<recordingPartyRole.NewSoloistRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2972
|
+
newSoundDesignerRole: (options: Omit<recordingPartyRole.NewSoundDesignerRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2973
|
+
newSpeakerRole: (options: Omit<recordingPartyRole.NewSpeakerRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2974
|
+
newVocalistRole: (options: Omit<recordingPartyRole.NewVocalistRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2975
|
+
};
|
|
2976
|
+
};
|
|
2977
|
+
recordingLanguage: {
|
|
2978
|
+
ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/recording_language::recording_language::ExtensionKey">;
|
|
2979
|
+
LanguagesSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
2980
|
+
recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
2981
|
+
languages: import("@mysten/bcs").BcsType<[string][], Iterable<readonly [string]> & {
|
|
2982
|
+
length: number;
|
|
2983
|
+
}, string>;
|
|
2984
|
+
}, "@local-pkg/recording_language::recording_language::LanguagesSetEvent">;
|
|
2985
|
+
LanguagesUnsetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
2986
|
+
recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
2987
|
+
}, "@local-pkg/recording_language::recording_language::LanguagesUnsetEvent">;
|
|
2988
|
+
hasLanguages: (options: Omit<recordingLanguage.HasLanguagesOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2989
|
+
isInstrumental: (options: Omit<recordingLanguage.IsInstrumentalOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2990
|
+
languages: (options: Omit<recordingLanguage.LanguagesOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2991
|
+
setInstrumental: (options: Omit<recordingLanguage.SetInstrumentalOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2992
|
+
setLanguages: (options: Omit<recordingLanguage.SetLanguagesOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2993
|
+
unsetLanguages: (options: Omit<recordingLanguage.UnsetLanguagesOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
2994
|
+
};
|
|
2995
|
+
recordingMasterReference: {
|
|
2996
|
+
ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/recording_master_reference::recording_master_reference::ExtensionKey">;
|
|
2997
|
+
MasterReferenceSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
2998
|
+
recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
2999
|
+
reference: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3000
|
+
blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
|
|
3001
|
+
confidentiality: import("./contracts/utils/index.ts").MoveEnum<{
|
|
3002
|
+
Unencrypted: null;
|
|
3003
|
+
Encrypted: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3004
|
+
sealed_dek: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
|
|
3005
|
+
length: number;
|
|
3006
|
+
}, string>;
|
|
3007
|
+
}, "Confidentiality.Encrypted">;
|
|
3008
|
+
}, "ori::confidentiality::Confidentiality">;
|
|
3009
|
+
}, "ori::data::WalrusBlob">;
|
|
3010
|
+
}, "@local-pkg/recording_master_reference::recording_master_reference::MasterReferenceSetEvent">;
|
|
3011
|
+
MasterReferenceUnsetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3012
|
+
recording_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3013
|
+
}, "@local-pkg/recording_master_reference::recording_master_reference::MasterReferenceUnsetEvent">;
|
|
3014
|
+
hasMasterReference: (options: Omit<recordingMasterReference.HasMasterReferenceOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3015
|
+
setMasterReference: (options: Omit<recordingMasterReference.SetMasterReferenceOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3016
|
+
unsetMasterReference: (options: Omit<recordingMasterReference.UnsetMasterReferenceOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3017
|
+
};
|
|
3018
|
+
releaseCoverArt: {
|
|
3019
|
+
CoverSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3020
|
+
release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3021
|
+
art: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3022
|
+
still: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3023
|
+
blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
|
|
3024
|
+
confidentiality: import("./contracts/utils/index.ts").MoveEnum<{
|
|
3025
|
+
Unencrypted: null;
|
|
3026
|
+
Encrypted: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3027
|
+
sealed_dek: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
|
|
3028
|
+
length: number;
|
|
3029
|
+
}, string>;
|
|
3030
|
+
}, "Confidentiality.Encrypted">;
|
|
3031
|
+
}, "0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60::confidentiality::Confidentiality">;
|
|
3032
|
+
}, "0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60::data::WalrusBlob">;
|
|
3033
|
+
animated: import("@mysten/bcs").BcsType<{
|
|
3034
|
+
blob_id: string;
|
|
3035
|
+
confidentiality: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
3036
|
+
Unencrypted: true;
|
|
3037
|
+
Encrypted: {
|
|
3038
|
+
sealed_dek: number[];
|
|
3039
|
+
};
|
|
3040
|
+
}, "Encrypted" | "Unencrypted">;
|
|
3041
|
+
} | null, {
|
|
3042
|
+
blob_id: string | number | bigint;
|
|
3043
|
+
confidentiality: import("@mysten/bcs").EnumInputShape<{
|
|
3044
|
+
Unencrypted: boolean | object | null;
|
|
3045
|
+
Encrypted: {
|
|
3046
|
+
sealed_dek: Iterable<number> & {
|
|
3047
|
+
length: number;
|
|
3048
|
+
};
|
|
3049
|
+
};
|
|
3050
|
+
}>;
|
|
3051
|
+
} | null | undefined, "Option<0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60::data::WalrusBlob>">;
|
|
3052
|
+
}, "cover_art::cover_art::CoverArt">;
|
|
3053
|
+
}, "@local-pkg/release_cover_art::release_cover_art::CoverSetEvent">;
|
|
3054
|
+
CoverUnsetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3055
|
+
release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3056
|
+
}, "@local-pkg/release_cover_art::release_cover_art::CoverUnsetEvent">;
|
|
3057
|
+
ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/release_cover_art::release_cover_art::ExtensionKey">;
|
|
3058
|
+
ReleaseCoverArt: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3059
|
+
cover: import("@mysten/bcs").BcsType<{
|
|
3060
|
+
still: {
|
|
3061
|
+
blob_id: string;
|
|
3062
|
+
confidentiality: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
3063
|
+
Unencrypted: true;
|
|
3064
|
+
Encrypted: {
|
|
3065
|
+
sealed_dek: number[];
|
|
3066
|
+
};
|
|
3067
|
+
}, "Encrypted" | "Unencrypted">;
|
|
3068
|
+
};
|
|
3069
|
+
animated: {
|
|
3070
|
+
blob_id: string;
|
|
3071
|
+
confidentiality: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
3072
|
+
Unencrypted: true;
|
|
3073
|
+
Encrypted: {
|
|
3074
|
+
sealed_dek: number[];
|
|
3075
|
+
};
|
|
3076
|
+
}, "Encrypted" | "Unencrypted">;
|
|
3077
|
+
} | null;
|
|
3078
|
+
} | null, {
|
|
3079
|
+
still: {
|
|
3080
|
+
blob_id: string | number | bigint;
|
|
3081
|
+
confidentiality: import("@mysten/bcs").EnumInputShape<{
|
|
3082
|
+
Unencrypted: boolean | object | null;
|
|
3083
|
+
Encrypted: {
|
|
3084
|
+
sealed_dek: Iterable<number> & {
|
|
3085
|
+
length: number;
|
|
3086
|
+
};
|
|
3087
|
+
};
|
|
3088
|
+
}>;
|
|
3089
|
+
};
|
|
3090
|
+
animated: {
|
|
3091
|
+
blob_id: string | number | bigint;
|
|
3092
|
+
confidentiality: import("@mysten/bcs").EnumInputShape<{
|
|
3093
|
+
Unencrypted: boolean | object | null;
|
|
3094
|
+
Encrypted: {
|
|
3095
|
+
sealed_dek: Iterable<number> & {
|
|
3096
|
+
length: number;
|
|
3097
|
+
};
|
|
3098
|
+
};
|
|
3099
|
+
}>;
|
|
3100
|
+
} | null | undefined;
|
|
3101
|
+
} | null | undefined, "Option<cover_art::cover_art::CoverArt>">;
|
|
3102
|
+
track_covers: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<({
|
|
3103
|
+
still: {
|
|
3104
|
+
blob_id: string;
|
|
3105
|
+
confidentiality: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
3106
|
+
Unencrypted: true;
|
|
3107
|
+
Encrypted: {
|
|
3108
|
+
sealed_dek: number[];
|
|
3109
|
+
};
|
|
3110
|
+
}, "Encrypted" | "Unencrypted">;
|
|
3111
|
+
};
|
|
3112
|
+
animated: {
|
|
3113
|
+
blob_id: string;
|
|
3114
|
+
confidentiality: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
3115
|
+
Unencrypted: true;
|
|
3116
|
+
Encrypted: {
|
|
3117
|
+
sealed_dek: number[];
|
|
3118
|
+
};
|
|
3119
|
+
}, "Encrypted" | "Unencrypted">;
|
|
3120
|
+
} | null;
|
|
3121
|
+
} | null)[], Iterable<{
|
|
3122
|
+
still: {
|
|
3123
|
+
blob_id: string | number | bigint;
|
|
3124
|
+
confidentiality: import("@mysten/bcs").EnumInputShape<{
|
|
3125
|
+
Unencrypted: boolean | object | null;
|
|
3126
|
+
Encrypted: {
|
|
3127
|
+
sealed_dek: Iterable<number> & {
|
|
3128
|
+
length: number;
|
|
3129
|
+
};
|
|
3130
|
+
};
|
|
3131
|
+
}>;
|
|
3132
|
+
};
|
|
3133
|
+
animated: {
|
|
3134
|
+
blob_id: string | number | bigint;
|
|
3135
|
+
confidentiality: import("@mysten/bcs").EnumInputShape<{
|
|
3136
|
+
Unencrypted: boolean | object | null;
|
|
3137
|
+
Encrypted: {
|
|
3138
|
+
sealed_dek: Iterable<number> & {
|
|
3139
|
+
length: number;
|
|
3140
|
+
};
|
|
3141
|
+
};
|
|
3142
|
+
}>;
|
|
3143
|
+
} | null | undefined;
|
|
3144
|
+
} | null | undefined> & {
|
|
3145
|
+
length: number;
|
|
3146
|
+
}, string>], "per_track::per_track::PerTrack<Option<cover_art::cover_art::CoverArt>>">;
|
|
3147
|
+
}, "@local-pkg/release_cover_art::release_cover_art::ReleaseCoverArt">;
|
|
3148
|
+
TrackCoverSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3149
|
+
release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3150
|
+
track_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3151
|
+
art: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3152
|
+
still: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3153
|
+
blob_id: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
|
|
3154
|
+
confidentiality: import("./contracts/utils/index.ts").MoveEnum<{
|
|
3155
|
+
Unencrypted: null;
|
|
3156
|
+
Encrypted: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3157
|
+
sealed_dek: import("@mysten/bcs").BcsType<number[], Iterable<number> & {
|
|
3158
|
+
length: number;
|
|
3159
|
+
}, string>;
|
|
3160
|
+
}, "Confidentiality.Encrypted">;
|
|
3161
|
+
}, "0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60::confidentiality::Confidentiality">;
|
|
3162
|
+
}, "0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60::data::WalrusBlob">;
|
|
3163
|
+
animated: import("@mysten/bcs").BcsType<{
|
|
3164
|
+
blob_id: string;
|
|
3165
|
+
confidentiality: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
3166
|
+
Unencrypted: true;
|
|
3167
|
+
Encrypted: {
|
|
3168
|
+
sealed_dek: number[];
|
|
3169
|
+
};
|
|
3170
|
+
}, "Encrypted" | "Unencrypted">;
|
|
3171
|
+
} | null, {
|
|
3172
|
+
blob_id: string | number | bigint;
|
|
3173
|
+
confidentiality: import("@mysten/bcs").EnumInputShape<{
|
|
3174
|
+
Unencrypted: boolean | object | null;
|
|
3175
|
+
Encrypted: {
|
|
3176
|
+
sealed_dek: Iterable<number> & {
|
|
3177
|
+
length: number;
|
|
3178
|
+
};
|
|
3179
|
+
};
|
|
3180
|
+
}>;
|
|
3181
|
+
} | null | undefined, "Option<0x51792b9adb9a5d05d7c4d74d7d0cb5aefc5639afa80c0089399cab8b99752e60::data::WalrusBlob>">;
|
|
3182
|
+
}, "cover_art::cover_art::CoverArt">;
|
|
3183
|
+
}, "@local-pkg/release_cover_art::release_cover_art::TrackCoverSetEvent">;
|
|
3184
|
+
TrackCoverUnsetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3185
|
+
release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3186
|
+
track_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3187
|
+
}, "@local-pkg/release_cover_art::release_cover_art::TrackCoverUnsetEvent">;
|
|
3188
|
+
hasCoverArt: (options: Omit<releaseCoverArt.HasCoverArtOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3189
|
+
setCover: (options: Omit<releaseCoverArt.SetCoverOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3190
|
+
setTrackCover: (options: Omit<releaseCoverArt.SetTrackCoverOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3191
|
+
trackCover: (options: Omit<releaseCoverArt.TrackCoverOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3192
|
+
unsetCover: (options: Omit<releaseCoverArt.UnsetCoverOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3193
|
+
unsetTrackCover: (options: Omit<releaseCoverArt.UnsetTrackCoverOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3194
|
+
};
|
|
3195
|
+
releaseCredits: {
|
|
3196
|
+
releaseCredits: {
|
|
3197
|
+
CreditAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3198
|
+
release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3199
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3200
|
+
credit: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3201
|
+
display_name: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3202
|
+
roles: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
3203
|
+
Primary: true;
|
|
3204
|
+
Featured: true;
|
|
3205
|
+
}, "Featured" | "Primary">[], Iterable<import("@mysten/bcs").EnumInputShape<{
|
|
3206
|
+
Primary: boolean | object | null;
|
|
3207
|
+
Featured: boolean | object | null;
|
|
3208
|
+
}>> & {
|
|
3209
|
+
length: number;
|
|
3210
|
+
}, string>;
|
|
3211
|
+
}, "credit::credit::Credit<@local-pkg/release_credits::release_party_role::ReleasePartyRole>">;
|
|
3212
|
+
}, "@local-pkg/release_credits::release_credits::CreditAddedEvent">;
|
|
3213
|
+
CreditRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3214
|
+
release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3215
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3216
|
+
credit: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3217
|
+
display_name: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3218
|
+
roles: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
3219
|
+
Primary: true;
|
|
3220
|
+
Featured: true;
|
|
3221
|
+
}, "Featured" | "Primary">[], Iterable<import("@mysten/bcs").EnumInputShape<{
|
|
3222
|
+
Primary: boolean | object | null;
|
|
3223
|
+
Featured: boolean | object | null;
|
|
3224
|
+
}>> & {
|
|
3225
|
+
length: number;
|
|
3226
|
+
}, string>;
|
|
3227
|
+
}, "credit::credit::Credit<@local-pkg/release_credits::release_party_role::ReleasePartyRole>">;
|
|
3228
|
+
}, "@local-pkg/release_credits::release_credits::CreditRemovedEvent">;
|
|
3229
|
+
ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/release_credits::release_credits::ExtensionKey">;
|
|
3230
|
+
ReleaseCredits: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3231
|
+
credits: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3232
|
+
contents: import("@mysten/bcs").BcsType<{
|
|
3233
|
+
key: string;
|
|
3234
|
+
value: {
|
|
3235
|
+
display_name: string;
|
|
3236
|
+
roles: import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
3237
|
+
Primary: true;
|
|
3238
|
+
Featured: true;
|
|
3239
|
+
}, "Featured" | "Primary">[];
|
|
3240
|
+
};
|
|
3241
|
+
}[], Iterable<{
|
|
3242
|
+
key: string | Uint8Array<ArrayBufferLike>;
|
|
3243
|
+
value: {
|
|
3244
|
+
display_name: string;
|
|
3245
|
+
roles: Iterable<import("@mysten/bcs").EnumInputShape<{
|
|
3246
|
+
Primary: boolean | object | null;
|
|
3247
|
+
Featured: boolean | object | null;
|
|
3248
|
+
}>> & {
|
|
3249
|
+
length: number;
|
|
3250
|
+
};
|
|
3251
|
+
};
|
|
3252
|
+
}> & {
|
|
3253
|
+
length: number;
|
|
3254
|
+
}, string>;
|
|
3255
|
+
}, "0x2::vec_map::VecMap<bytes[32], credit::credit::Credit<@local-pkg/release_credits::release_party_role::ReleasePartyRole>>">;
|
|
3256
|
+
}, "@local-pkg/release_credits::release_credits::ReleaseCredits">;
|
|
3257
|
+
addCredit: (options: Omit<releaseCredits.AddCreditOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3258
|
+
hasCredits: (options: Omit<releaseCredits.HasCreditsOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3259
|
+
removeCredit: (options: Omit<releaseCredits.RemoveCreditOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3260
|
+
};
|
|
3261
|
+
releasePartyRole: {
|
|
3262
|
+
ReleasePartyRole: import("./contracts/utils/index.ts").MoveEnum<{
|
|
3263
|
+
Primary: null;
|
|
3264
|
+
Featured: null;
|
|
3265
|
+
}, "@local-pkg/release_credits::release_party_role::ReleasePartyRole">;
|
|
3266
|
+
name: (options: Omit<releasePartyRole.NameOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3267
|
+
newFeaturedRole: ((options: Omit<releasePartyRole.NewFeaturedRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof releasePartyRole.newFeaturedRole;
|
|
3268
|
+
newPrimaryRole: ((options: Omit<releasePartyRole.NewPrimaryRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof releasePartyRole.newPrimaryRole;
|
|
3269
|
+
};
|
|
3270
|
+
};
|
|
3271
|
+
releaseDescription: {
|
|
3272
|
+
DescriptionClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3273
|
+
release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3274
|
+
}, "@local-pkg/release_description::release_description::DescriptionClearedEvent">;
|
|
3275
|
+
DescriptionSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3276
|
+
release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3277
|
+
description: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3278
|
+
}, "@local-pkg/release_description::release_description::DescriptionSetEvent">;
|
|
3279
|
+
ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/release_description::release_description::ExtensionKey">;
|
|
3280
|
+
clearDescription: (options: Omit<releaseDescription.ClearDescriptionOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3281
|
+
hasDescription: (options: Omit<releaseDescription.HasDescriptionOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3282
|
+
setDescription: (options: Omit<releaseDescription.SetDescriptionOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3283
|
+
};
|
|
3284
|
+
releaseDspLink: {
|
|
3285
|
+
DspLinkData: import("./contracts/utils/index.ts").MoveEnum<{
|
|
3286
|
+
Spotify: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3287
|
+
id: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3288
|
+
}, "DspLinkData.Spotify">;
|
|
3289
|
+
AppleMusic: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3290
|
+
storefront: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3291
|
+
album_id: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3292
|
+
track_id: import("@mysten/bcs").BcsType<string | null, string | null | undefined, "Option<string>">;
|
|
3293
|
+
}, "DspLinkData.AppleMusic">;
|
|
3294
|
+
AmazonMusic: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3295
|
+
album_id: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3296
|
+
track_id: import("@mysten/bcs").BcsType<string | null, string | null | undefined, "Option<string>">;
|
|
3297
|
+
}, "DspLinkData.AmazonMusic">;
|
|
3298
|
+
Bandcamp: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3299
|
+
subdomain: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3300
|
+
slug: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3301
|
+
}, "DspLinkData.Bandcamp">;
|
|
3302
|
+
Deezer: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3303
|
+
id: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3304
|
+
}, "DspLinkData.Deezer">;
|
|
3305
|
+
SoundCloud: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3306
|
+
user: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3307
|
+
slug: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3308
|
+
}, "DspLinkData.SoundCloud">;
|
|
3309
|
+
Tidal: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3310
|
+
id: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3311
|
+
}, "DspLinkData.Tidal">;
|
|
3312
|
+
YouTubeMusic: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3313
|
+
id: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3314
|
+
}, "DspLinkData.YouTubeMusic">;
|
|
3315
|
+
}, "@local-pkg/release_dsp_link::release_dsp_link::DspLinkData">;
|
|
3316
|
+
ReleaseLinkClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3317
|
+
release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3318
|
+
platform: import("@mysten/bcs").BcsType<number, number, "u8">;
|
|
3319
|
+
}, "@local-pkg/release_dsp_link::release_dsp_link::ReleaseLinkClearedEvent">;
|
|
3320
|
+
ReleaseLinkKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<number, number, "u8">], "@local-pkg/release_dsp_link::release_dsp_link::ReleaseLinkKey">;
|
|
3321
|
+
ReleaseLinkSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3322
|
+
release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3323
|
+
link: import("./contracts/utils/index.ts").MoveEnum<{
|
|
3324
|
+
Spotify: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3325
|
+
id: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3326
|
+
}, "DspLinkData.Spotify">;
|
|
3327
|
+
AppleMusic: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3328
|
+
storefront: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3329
|
+
album_id: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3330
|
+
track_id: import("@mysten/bcs").BcsType<string | null, string | null | undefined, "Option<string>">;
|
|
3331
|
+
}, "DspLinkData.AppleMusic">;
|
|
3332
|
+
AmazonMusic: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3333
|
+
album_id: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3334
|
+
track_id: import("@mysten/bcs").BcsType<string | null, string | null | undefined, "Option<string>">;
|
|
3335
|
+
}, "DspLinkData.AmazonMusic">;
|
|
3336
|
+
Bandcamp: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3337
|
+
subdomain: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3338
|
+
slug: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3339
|
+
}, "DspLinkData.Bandcamp">;
|
|
3340
|
+
Deezer: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3341
|
+
id: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3342
|
+
}, "DspLinkData.Deezer">;
|
|
3343
|
+
SoundCloud: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3344
|
+
user: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3345
|
+
slug: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3346
|
+
}, "DspLinkData.SoundCloud">;
|
|
3347
|
+
Tidal: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3348
|
+
id: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3349
|
+
}, "DspLinkData.Tidal">;
|
|
3350
|
+
YouTubeMusic: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3351
|
+
id: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3352
|
+
}, "DspLinkData.YouTubeMusic">;
|
|
3353
|
+
}, "@local-pkg/release_dsp_link::release_dsp_link::DspLinkData">;
|
|
3354
|
+
}, "@local-pkg/release_dsp_link::release_dsp_link::ReleaseLinkSetEvent">;
|
|
3355
|
+
TrackLinkSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3356
|
+
release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3357
|
+
platform: import("@mysten/bcs").BcsType<number, number, "u8">;
|
|
3358
|
+
track_index: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3359
|
+
link: import("@mysten/bcs").BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
|
|
3360
|
+
Spotify: {
|
|
3361
|
+
id: string;
|
|
3362
|
+
};
|
|
3363
|
+
AppleMusic: {
|
|
3364
|
+
storefront: string;
|
|
3365
|
+
album_id: string;
|
|
3366
|
+
track_id: string | null;
|
|
3367
|
+
};
|
|
3368
|
+
AmazonMusic: {
|
|
3369
|
+
album_id: string;
|
|
3370
|
+
track_id: string | null;
|
|
3371
|
+
};
|
|
3372
|
+
Bandcamp: {
|
|
3373
|
+
subdomain: string;
|
|
3374
|
+
slug: string;
|
|
3375
|
+
};
|
|
3376
|
+
Deezer: {
|
|
3377
|
+
id: string;
|
|
3378
|
+
};
|
|
3379
|
+
SoundCloud: {
|
|
3380
|
+
user: string;
|
|
3381
|
+
slug: string;
|
|
3382
|
+
};
|
|
3383
|
+
Tidal: {
|
|
3384
|
+
id: string;
|
|
3385
|
+
};
|
|
3386
|
+
YouTubeMusic: {
|
|
3387
|
+
id: string;
|
|
3388
|
+
};
|
|
3389
|
+
}, "AmazonMusic" | "AppleMusic" | "Bandcamp" | "Deezer" | "SoundCloud" | "Spotify" | "Tidal" | "YouTubeMusic"> | null, import("@mysten/bcs").EnumInputShape<{
|
|
3390
|
+
Spotify: {
|
|
3391
|
+
id: string;
|
|
3392
|
+
};
|
|
3393
|
+
AppleMusic: {
|
|
3394
|
+
storefront: string;
|
|
3395
|
+
album_id: string;
|
|
3396
|
+
track_id: string | null | undefined;
|
|
3397
|
+
};
|
|
3398
|
+
AmazonMusic: {
|
|
3399
|
+
album_id: string;
|
|
3400
|
+
track_id: string | null | undefined;
|
|
3401
|
+
};
|
|
3402
|
+
Bandcamp: {
|
|
3403
|
+
subdomain: string;
|
|
3404
|
+
slug: string;
|
|
3405
|
+
};
|
|
3406
|
+
Deezer: {
|
|
3407
|
+
id: string;
|
|
3408
|
+
};
|
|
3409
|
+
SoundCloud: {
|
|
3410
|
+
user: string;
|
|
3411
|
+
slug: string;
|
|
3412
|
+
};
|
|
3413
|
+
Tidal: {
|
|
3414
|
+
id: string;
|
|
3415
|
+
};
|
|
3416
|
+
YouTubeMusic: {
|
|
3417
|
+
id: string;
|
|
3418
|
+
};
|
|
3419
|
+
}> | null | undefined, "Option<@local-pkg/release_dsp_link::release_dsp_link::DspLinkData>">;
|
|
3420
|
+
}, "@local-pkg/release_dsp_link::release_dsp_link::TrackLinkSetEvent">;
|
|
3421
|
+
TrackLinksClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3422
|
+
release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3423
|
+
platform: import("@mysten/bcs").BcsType<number, number, "u8">;
|
|
3424
|
+
}, "@local-pkg/release_dsp_link::release_dsp_link::TrackLinksClearedEvent">;
|
|
3425
|
+
TrackLinksKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<number, number, "u8">], "@local-pkg/release_dsp_link::release_dsp_link::TrackLinksKey">;
|
|
3426
|
+
clearReleaseLink: (options: Omit<releaseDspLink.ClearReleaseLinkOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3427
|
+
clearTrackLink: (options: Omit<releaseDspLink.ClearTrackLinkOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3428
|
+
clearTrackLinks: (options: Omit<releaseDspLink.ClearTrackLinksOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3429
|
+
hasReleaseLink: (options: Omit<releaseDspLink.HasReleaseLinkOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3430
|
+
newAmazonMusicAlbum: (options: Omit<releaseDspLink.NewAmazonMusicAlbumOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3431
|
+
newAmazonMusicTrack: (options: Omit<releaseDspLink.NewAmazonMusicTrackOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3432
|
+
newAppleMusicAlbum: (options: Omit<releaseDspLink.NewAppleMusicAlbumOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3433
|
+
newAppleMusicTrack: (options: Omit<releaseDspLink.NewAppleMusicTrackOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3434
|
+
newBandcamp: (options: Omit<releaseDspLink.NewBandcampOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3435
|
+
newDeezer: (options: Omit<releaseDspLink.NewDeezerOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3436
|
+
newSoundcloud: (options: Omit<releaseDspLink.NewSoundcloudOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3437
|
+
newSpotify: (options: Omit<releaseDspLink.NewSpotifyOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3438
|
+
newTidal: (options: Omit<releaseDspLink.NewTidalOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3439
|
+
newYoutubeMusic: (options: Omit<releaseDspLink.NewYoutubeMusicOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3440
|
+
platform: (options: Omit<releaseDspLink.PlatformOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3441
|
+
platformAmazonMusic: ((options: Omit<releaseDspLink.PlatformAmazonMusicOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof releaseDspLink.platformAmazonMusic;
|
|
3442
|
+
platformAppleMusic: ((options: Omit<releaseDspLink.PlatformAppleMusicOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof releaseDspLink.platformAppleMusic;
|
|
3443
|
+
platformBandcamp: ((options: Omit<releaseDspLink.PlatformBandcampOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof releaseDspLink.platformBandcamp;
|
|
3444
|
+
platformDeezer: ((options: Omit<releaseDspLink.PlatformDeezerOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof releaseDspLink.platformDeezer;
|
|
3445
|
+
platformSoundcloud: ((options: Omit<releaseDspLink.PlatformSoundcloudOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof releaseDspLink.platformSoundcloud;
|
|
3446
|
+
platformSpotify: ((options: Omit<releaseDspLink.PlatformSpotifyOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof releaseDspLink.platformSpotify;
|
|
3447
|
+
platformTidal: ((options: Omit<releaseDspLink.PlatformTidalOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof releaseDspLink.platformTidal;
|
|
3448
|
+
platformYoutubeMusic: ((options: Omit<releaseDspLink.PlatformYoutubeMusicOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof releaseDspLink.platformYoutubeMusic;
|
|
3449
|
+
releaseLink: (options: Omit<releaseDspLink.ReleaseLinkOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3450
|
+
setReleaseLink: (options: Omit<releaseDspLink.SetReleaseLinkOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3451
|
+
setTrackLink: (options: Omit<releaseDspLink.SetTrackLinkOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3452
|
+
trackLink: (options: Omit<releaseDspLink.TrackLinkOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3453
|
+
};
|
|
3454
|
+
releaseGenre: {
|
|
3455
|
+
ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/release_genre::release_genre::ExtensionKey">;
|
|
3456
|
+
GenreAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3457
|
+
release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3458
|
+
genre_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3459
|
+
}, "@local-pkg/release_genre::release_genre::GenreAddedEvent">;
|
|
3460
|
+
GenreRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3461
|
+
release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3462
|
+
genre_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3463
|
+
}, "@local-pkg/release_genre::release_genre::GenreRemovedEvent">;
|
|
3464
|
+
GenresClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3465
|
+
release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3466
|
+
}, "@local-pkg/release_genre::release_genre::GenresClearedEvent">;
|
|
3467
|
+
addGenre: (options: Omit<releaseGenre.AddGenreOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3468
|
+
clearGenres: (options: Omit<releaseGenre.ClearGenresOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3469
|
+
genres: (options: Omit<releaseGenre.GenresOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3470
|
+
removeGenre: (options: Omit<releaseGenre.RemoveGenreOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3471
|
+
};
|
|
3472
|
+
releaseKind: {
|
|
3473
|
+
ExtensionKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/release_kind::release_kind::ExtensionKey">;
|
|
3474
|
+
KindSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3475
|
+
release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3476
|
+
kind: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3477
|
+
}, "@local-pkg/release_kind::release_kind::KindSetEvent">;
|
|
3478
|
+
KindUnsetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3479
|
+
release_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3480
|
+
}, "@local-pkg/release_kind::release_kind::KindUnsetEvent">;
|
|
3481
|
+
hasKind: (options: Omit<releaseKind.HasKindOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3482
|
+
kind: (options: Omit<releaseKind.KindOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3483
|
+
setKind: (options: Omit<releaseKind.SetKindOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3484
|
+
unsetKind: (options: Omit<releaseKind.UnsetKindOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3485
|
+
};
|
|
3486
|
+
};
|
|
3487
|
+
primitives: {
|
|
3488
|
+
royaltyPool: {
|
|
3489
|
+
pool: {
|
|
3490
|
+
RoyaltyClaimedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3491
|
+
pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3492
|
+
stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3493
|
+
reward_amount: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3494
|
+
}, "@local-pkg/royalty_pool::pool::RoyaltyClaimedEvent<phantom Share, phantom Currency>">;
|
|
3495
|
+
RoyaltyDepositedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3496
|
+
pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3497
|
+
value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3498
|
+
}, "@local-pkg/royalty_pool::pool::RoyaltyDepositedEvent<phantom Share, phantom Currency>">;
|
|
3499
|
+
RoyaltyPool: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3500
|
+
id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3501
|
+
balance: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3502
|
+
value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3503
|
+
}, "0x2::balance::Balance<phantom T>">;
|
|
3504
|
+
staked_shares: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3505
|
+
cumulative_reward_per_share: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
|
|
3506
|
+
carry: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
|
|
3507
|
+
cumulative_deposits: import("@mysten/bcs").BcsType<string, string | number | bigint, "u128">;
|
|
3508
|
+
}, "@local-pkg/royalty_pool::pool::RoyaltyPool<phantom Share, phantom Currency>">;
|
|
3509
|
+
RoyaltyPoolCreatedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3510
|
+
pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3511
|
+
parent_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3512
|
+
}, "@local-pkg/royalty_pool::pool::RoyaltyPoolCreatedEvent<phantom Share, phantom Currency>">;
|
|
3513
|
+
RoyaltyPoolKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/royalty_pool::pool::RoyaltyPoolKey<phantom Share, phantom Currency>">;
|
|
3514
|
+
StakeRegisteredEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3515
|
+
pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3516
|
+
stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3517
|
+
staked_amount: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3518
|
+
}, "@local-pkg/royalty_pool::pool::StakeRegisteredEvent<phantom Share, phantom Currency>">;
|
|
3519
|
+
StakeUnregisteredEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3520
|
+
pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3521
|
+
stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3522
|
+
unstaked_amount: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3523
|
+
}, "@local-pkg/royalty_pool::pool::StakeUnregisteredEvent<phantom Share, phantom Currency>">;
|
|
3524
|
+
assertDerivedFrom: (options: Omit<royaltyPool.AssertDerivedFromOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3525
|
+
carry: (options: Omit<royaltyPool.CarryOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3526
|
+
claimRewards: (options: Omit<royaltyPool.ClaimRewardsOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3527
|
+
cumulativeDeposits: (options: Omit<royaltyPool.CumulativeDepositsOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3528
|
+
cumulativeRewardPerShare: (options: Omit<royaltyPool.CumulativeRewardPerShareOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3529
|
+
deposit: (options: Omit<royaltyPool.DepositOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3530
|
+
derivedAddress: (options: Omit<royaltyPool.DerivedAddressOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3531
|
+
pendingRewards: (options: Omit<royaltyPool.PendingRewardsOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3532
|
+
receiveAndDeposit: (options: Omit<royaltyPool.ReceiveAndDepositOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3533
|
+
registerStake: (options: Omit<royaltyPool.RegisterStakeOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3534
|
+
share: (options: Omit<royaltyPool.ShareOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3535
|
+
stakedShares: (options: Omit<royaltyPool.StakedSharesOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3536
|
+
sweepAndDeposit: (options: Omit<royaltyPool.SweepAndDepositOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3537
|
+
unregisterStake: (options: Omit<royaltyPool.UnregisterStakeOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3538
|
+
};
|
|
3539
|
+
stake: {
|
|
3540
|
+
Registration: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3541
|
+
pool_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3542
|
+
debt: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
|
|
3543
|
+
}, "@local-pkg/royalty_pool::stake::Registration">;
|
|
3544
|
+
Stake: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3545
|
+
id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3546
|
+
balance: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3547
|
+
value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3548
|
+
}, "0x2::balance::Balance<phantom T>">;
|
|
3549
|
+
registrations: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3550
|
+
contents: import("@mysten/bcs").BcsType<{
|
|
3551
|
+
key: {
|
|
3552
|
+
name: string;
|
|
3553
|
+
};
|
|
3554
|
+
value: {
|
|
3555
|
+
pool_id: string;
|
|
3556
|
+
debt: string;
|
|
3557
|
+
};
|
|
3558
|
+
}[], Iterable<{
|
|
3559
|
+
key: {
|
|
3560
|
+
name: string;
|
|
3561
|
+
};
|
|
3562
|
+
value: {
|
|
3563
|
+
pool_id: string | Uint8Array<ArrayBufferLike>;
|
|
3564
|
+
debt: string | number | bigint;
|
|
3565
|
+
};
|
|
3566
|
+
}> & {
|
|
3567
|
+
length: number;
|
|
3568
|
+
}, string>;
|
|
3569
|
+
}, "0x2::vec_map::VecMap<std::type_name::TypeName, @local-pkg/royalty_pool::stake::Registration>">;
|
|
3570
|
+
}, "@local-pkg/royalty_pool::stake::Stake<phantom Share>">;
|
|
3571
|
+
StakeCreatedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3572
|
+
stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3573
|
+
amount: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3574
|
+
}, "@local-pkg/royalty_pool::stake::StakeCreatedEvent<phantom Share>">;
|
|
3575
|
+
StakeDestroyedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3576
|
+
stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3577
|
+
amount: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3578
|
+
}, "@local-pkg/royalty_pool::stake::StakeDestroyedEvent<phantom Share>">;
|
|
3579
|
+
_new: (options: Omit<royaltyStake.NewOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3580
|
+
destroy: (options: Omit<royaltyStake.DestroyOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3581
|
+
hasRegistration: (options: Omit<royaltyStake.HasRegistrationOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3582
|
+
registrationCount: (options: Omit<royaltyStake.RegistrationCountOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3583
|
+
registrationDebt: (options: Omit<royaltyStake.RegistrationDebtOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3584
|
+
registrationPoolId: (options: Omit<royaltyStake.RegistrationPoolIdOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3585
|
+
value: (options: Omit<royaltyStake.ValueOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3586
|
+
};
|
|
3587
|
+
};
|
|
3588
|
+
routedStake: {
|
|
3589
|
+
RoutedStake: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3590
|
+
id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3591
|
+
stake: import("@mysten/bcs").BcsType<{
|
|
3592
|
+
id: string;
|
|
3593
|
+
balance: {
|
|
3594
|
+
value: string;
|
|
3595
|
+
};
|
|
3596
|
+
registrations: {
|
|
3597
|
+
contents: {
|
|
3598
|
+
key: {
|
|
3599
|
+
name: string;
|
|
3600
|
+
};
|
|
3601
|
+
value: {
|
|
3602
|
+
pool_id: string;
|
|
3603
|
+
debt: string;
|
|
3604
|
+
};
|
|
3605
|
+
}[];
|
|
3606
|
+
};
|
|
3607
|
+
} | null, {
|
|
3608
|
+
id: string | Uint8Array<ArrayBufferLike>;
|
|
3609
|
+
balance: {
|
|
3610
|
+
value: string | number | bigint;
|
|
3611
|
+
};
|
|
3612
|
+
registrations: {
|
|
3613
|
+
contents: Iterable<{
|
|
3614
|
+
key: {
|
|
3615
|
+
name: string;
|
|
3616
|
+
};
|
|
3617
|
+
value: {
|
|
3618
|
+
pool_id: string | Uint8Array<ArrayBufferLike>;
|
|
3619
|
+
debt: string | number | bigint;
|
|
3620
|
+
};
|
|
3621
|
+
}> & {
|
|
3622
|
+
length: number;
|
|
3623
|
+
};
|
|
3624
|
+
};
|
|
3625
|
+
} | null | undefined, "Option<royalty_pool::stake::Stake<phantom Share>>">;
|
|
3626
|
+
}, "@local-pkg/routed_stake::routed_stake::RoutedStake<phantom StakeShare, phantom PoolShare>">;
|
|
3627
|
+
RoutedStakeCreatedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3628
|
+
routed_stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3629
|
+
parent_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3630
|
+
staked_value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3631
|
+
}, "@local-pkg/routed_stake::routed_stake::RoutedStakeCreatedEvent<phantom StakeShare, phantom PoolShare>">;
|
|
3632
|
+
RoutedStakeKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/routed_stake::routed_stake::RoutedStakeKey<phantom StakeShare>">;
|
|
3633
|
+
RoutedStakeRestakedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3634
|
+
routed_stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3635
|
+
parent_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3636
|
+
staked_value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3637
|
+
}, "@local-pkg/routed_stake::routed_stake::RoutedStakeRestakedEvent<phantom StakeShare, phantom PoolShare>">;
|
|
3638
|
+
RoutedStakeSweptEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3639
|
+
routed_stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3640
|
+
parent_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3641
|
+
value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3642
|
+
}, "@local-pkg/routed_stake::routed_stake::RoutedStakeSweptEvent<phantom StakeShare, phantom PoolShare, phantom Currency>">;
|
|
3643
|
+
RoutedStakeUnstakedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3644
|
+
routed_stake_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3645
|
+
parent_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3646
|
+
unstaked_value: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3647
|
+
}, "@local-pkg/routed_stake::routed_stake::RoutedStakeUnstakedEvent<phantom StakeShare, phantom PoolShare>">;
|
|
3648
|
+
assertDerivedFrom: (options: Omit<routedStake.AssertDerivedFromOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3649
|
+
derivedAddress: (options: Omit<routedStake.DerivedAddressOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3650
|
+
hasStake: (options: Omit<routedStake.HasStakeOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3651
|
+
share: (options: Omit<routedStake.ShareOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3652
|
+
sweep: (options: Omit<routedStake.SweepOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3653
|
+
value: (options: Omit<routedStake.ValueOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3654
|
+
};
|
|
3655
|
+
};
|
|
3656
|
+
party: {
|
|
3657
|
+
core: {
|
|
3658
|
+
Membership: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
3659
|
+
since_epoch: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3660
|
+
}, "@local-pkg/partyos::party::Membership">;
|
|
3661
|
+
MembershipKey: import("@misofm/partyos/contracts/utils/index").MoveTuple<readonly [import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">], "@local-pkg/partyos::party::MembershipKey">;
|
|
3662
|
+
Party: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
3663
|
+
id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3664
|
+
kind: import("@misofm/partyos/contracts/utils/index").MoveEnum<{
|
|
3665
|
+
Individual: null;
|
|
3666
|
+
Group: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
3667
|
+
contents: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
|
|
3668
|
+
length: number;
|
|
3669
|
+
}, string>;
|
|
3670
|
+
}, "0x2::vec_set::VecSet<bytes[32]>">;
|
|
3671
|
+
}, "@local-pkg/partyos::party::PartyKind">;
|
|
3672
|
+
name: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3673
|
+
created_at_ms: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3674
|
+
}, "@local-pkg/partyos::party::Party">;
|
|
3675
|
+
PartyAdminCap: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
3676
|
+
id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3677
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3678
|
+
}, "@local-pkg/partyos::party::PartyAdminCap">;
|
|
3679
|
+
PartyAdminCapKey: import("@misofm/partyos/contracts/utils/index").MoveTuple<readonly [import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">], "@local-pkg/partyos::party::PartyAdminCapKey">;
|
|
3680
|
+
PartyCreatedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
3681
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3682
|
+
name: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3683
|
+
kind: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3684
|
+
created_at_ms: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3685
|
+
}, "@local-pkg/partyos::party::PartyCreatedEvent">;
|
|
3686
|
+
PartyInviteDeclinedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
3687
|
+
group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3688
|
+
member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3689
|
+
}, "@local-pkg/partyos::party::PartyInviteDeclinedEvent">;
|
|
3690
|
+
PartyInviteRevokedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
3691
|
+
group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3692
|
+
member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3693
|
+
}, "@local-pkg/partyos::party::PartyInviteRevokedEvent">;
|
|
3694
|
+
PartyInvitedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
3695
|
+
group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3696
|
+
member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3697
|
+
}, "@local-pkg/partyos::party::PartyInvitedEvent">;
|
|
3698
|
+
PartyJoinedGroupEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
3699
|
+
group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3700
|
+
member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3701
|
+
}, "@local-pkg/partyos::party::PartyJoinedGroupEvent">;
|
|
3702
|
+
PartyKind: import("@misofm/partyos/contracts/utils/index").MoveEnum<{
|
|
3703
|
+
Individual: null;
|
|
3704
|
+
Group: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
3705
|
+
contents: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
|
|
3706
|
+
length: number;
|
|
3707
|
+
}, string>;
|
|
3708
|
+
}, "0x2::vec_set::VecSet<bytes[32]>">;
|
|
3709
|
+
}, "@local-pkg/partyos::party::PartyKind">;
|
|
3710
|
+
PartyLeftGroupEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
3711
|
+
group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3712
|
+
member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3713
|
+
}, "@local-pkg/partyos::party::PartyLeftGroupEvent">;
|
|
3714
|
+
PartyNameSetEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
3715
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3716
|
+
name: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3717
|
+
}, "@local-pkg/partyos::party::PartyNameSetEvent">;
|
|
3718
|
+
PartyRemovedFromGroupEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
3719
|
+
group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3720
|
+
member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3721
|
+
}, "@local-pkg/partyos::party::PartyRemovedFromGroupEvent">;
|
|
3722
|
+
PendingInviteKey: import("@misofm/partyos/contracts/utils/index").MoveTuple<readonly [import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">], "@local-pkg/partyos::party::PendingInviteKey">;
|
|
3723
|
+
PendingMembershipKey: import("@misofm/partyos/contracts/utils/index").MoveTuple<readonly [import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">], "@local-pkg/partyos::party::PendingMembershipKey">;
|
|
3724
|
+
_new: (options: Omit<import("@misofm/partyos/contracts/partyos/party").NewOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3725
|
+
acceptInvite: (options: Omit<import("@misofm/partyos/contracts/partyos/party").AcceptInviteOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3726
|
+
assertIsGroupKind: (options: Omit<import("@misofm/partyos/contracts/partyos/party").AssertIsGroupKindOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3727
|
+
assertIsIndividualKind: (options: Omit<import("@misofm/partyos/contracts/partyos/party").AssertIsIndividualKindOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3728
|
+
authorize: (options: Omit<import("@misofm/partyos/contracts/partyos/party").AuthorizeOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3729
|
+
createdAtMs: (options: Omit<import("@misofm/partyos/contracts/partyos/party").CreatedAtMsOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3730
|
+
declineInvite: (options: Omit<import("@misofm/partyos/contracts/partyos/party").DeclineInviteOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3731
|
+
hasPendingInvite: (options: Omit<import("@misofm/partyos/contracts/partyos/party").HasPendingInviteOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3732
|
+
hasPendingMembership: (options: Omit<import("@misofm/partyos/contracts/partyos/party").HasPendingMembershipOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3733
|
+
inviteParty: (options: Omit<import("@misofm/partyos/contracts/partyos/party").InvitePartyOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3734
|
+
isGroupKind: (options: Omit<import("@misofm/partyos/contracts/partyos/party").IsGroupKindOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3735
|
+
isIndividualKind: (options: Omit<import("@misofm/partyos/contracts/partyos/party").IsIndividualKindOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3736
|
+
isMember: (options: Omit<import("@misofm/partyos/contracts/partyos/party").IsMemberOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3737
|
+
leave: (options: Omit<import("@misofm/partyos/contracts/partyos/party").LeaveOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3738
|
+
name: (options: Omit<import("@misofm/partyos/contracts/partyos/party").NameOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3739
|
+
newGroupKind: ((options: Omit<import("@misofm/partyos/contracts/partyos/party").NewGroupKindOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof import("@misofm/partyos/contracts/partyos/party").newGroupKind;
|
|
3740
|
+
newIndividualKind: ((options: Omit<import("@misofm/partyos/contracts/partyos/party").NewIndividualKindOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof import("@misofm/partyos/contracts/partyos/party").newIndividualKind;
|
|
3741
|
+
partyAdminCapPartyId: (options: Omit<import("@misofm/partyos/contracts/partyos/party").PartyAdminCapPartyIdOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3742
|
+
partyKindName: (options: Omit<import("@misofm/partyos/contracts/partyos/party").PartyKindNameOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3743
|
+
removeMember: (options: Omit<import("@misofm/partyos/contracts/partyos/party").RemoveMemberOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3744
|
+
revokeInvite: (options: Omit<import("@misofm/partyos/contracts/partyos/party").RevokeInviteOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3745
|
+
setName: (options: Omit<import("@misofm/partyos/contracts/partyos/party").SetNameOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3746
|
+
share: (options: Omit<import("@misofm/partyos/contracts/partyos/party").ShareOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3747
|
+
};
|
|
3748
|
+
cta: {
|
|
3749
|
+
Cta: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3750
|
+
label: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3751
|
+
url: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3752
|
+
}, "@local-pkg/party_cta::party_cta::Cta">;
|
|
3753
|
+
CtasClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3754
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3755
|
+
}, "@local-pkg/party_cta::party_cta::CtasClearedEvent">;
|
|
3756
|
+
CtasKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/party_cta::party_cta::CtasKey">;
|
|
3757
|
+
CtasSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3758
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3759
|
+
count: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
3760
|
+
}, "@local-pkg/party_cta::party_cta::CtasSetEvent">;
|
|
3761
|
+
clearCtas: (options: Omit<partyCta.ClearCtasOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3762
|
+
ctas: (options: Omit<partyCta.CtasOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3763
|
+
hasCtas: (options: Omit<partyCta.HasCtasOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3764
|
+
label: (options: Omit<partyCta.LabelOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3765
|
+
newCta: (options: Omit<partyCta.NewCtaOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3766
|
+
setCtas: (options: Omit<partyCta.SetCtasOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3767
|
+
url: (options: Omit<partyCta.UrlOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3768
|
+
};
|
|
3769
|
+
genre: {
|
|
3770
|
+
GenreAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3771
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3772
|
+
genre_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3773
|
+
}, "@local-pkg/party_genre::party_genre::GenreAddedEvent">;
|
|
3774
|
+
GenreRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3775
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3776
|
+
genre_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3777
|
+
}, "@local-pkg/party_genre::party_genre::GenreRemovedEvent">;
|
|
3778
|
+
GenresClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3779
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3780
|
+
}, "@local-pkg/party_genre::party_genre::GenresClearedEvent">;
|
|
3781
|
+
GenresKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/party_genre::party_genre::GenresKey">;
|
|
3782
|
+
addGenre: (options: Omit<partyGenre.AddGenreOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3783
|
+
clearGenres: (options: Omit<partyGenre.ClearGenresOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3784
|
+
genres: (options: Omit<partyGenre.GenresOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3785
|
+
hasGenre: (options: Omit<partyGenre.HasGenreOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3786
|
+
hasGenres: (options: Omit<partyGenre.HasGenresOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3787
|
+
removeGenre: (options: Omit<partyGenre.RemoveGenreOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3788
|
+
};
|
|
3789
|
+
media: {
|
|
3790
|
+
Media: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3791
|
+
quilt: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
|
|
3792
|
+
}, "@local-pkg/party_media::party_media::Media">;
|
|
3793
|
+
MediaClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3794
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3795
|
+
}, "@local-pkg/party_media::party_media::MediaClearedEvent">;
|
|
3796
|
+
MediaKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/party_media::party_media::MediaKey">;
|
|
3797
|
+
MediaSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3798
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3799
|
+
quilt: import("@mysten/bcs").BcsType<string, string | number | bigint, "u256">;
|
|
3800
|
+
}, "@local-pkg/party_media::party_media::MediaSetEvent">;
|
|
3801
|
+
clearMedia: (options: Omit<partyMedia.ClearMediaOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3802
|
+
hasMedia: (options: Omit<partyMedia.HasMediaOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3803
|
+
quilt: (options: Omit<partyMedia.QuiltOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3804
|
+
setMedia: (options: Omit<partyMedia.SetMediaOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3805
|
+
};
|
|
3806
|
+
music: {
|
|
3807
|
+
AmazonMusicData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3808
|
+
artist_id: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3809
|
+
}, "@local-pkg/party_music::party_music::AmazonMusicData">;
|
|
3810
|
+
AppleMusicData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3811
|
+
artist_id: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3812
|
+
}, "@local-pkg/party_music::party_music::AppleMusicData">;
|
|
3813
|
+
AudiomackData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3814
|
+
username: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3815
|
+
}, "@local-pkg/party_music::party_music::AudiomackData">;
|
|
3816
|
+
BandcampData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3817
|
+
subdomain: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3818
|
+
}, "@local-pkg/party_music::party_music::BandcampData">;
|
|
3819
|
+
DeezerData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3820
|
+
artist_id: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3821
|
+
}, "@local-pkg/party_music::party_music::DeezerData">;
|
|
3822
|
+
SoundCloudData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3823
|
+
username: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3824
|
+
}, "@local-pkg/party_music::party_music::SoundCloudData">;
|
|
3825
|
+
SpotifyData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3826
|
+
artist_id: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3827
|
+
}, "@local-pkg/party_music::party_music::SpotifyData">;
|
|
3828
|
+
TidalData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3829
|
+
artist_id: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3830
|
+
}, "@local-pkg/party_music::party_music::TidalData">;
|
|
3831
|
+
amazonMusic: (options: Omit<partyMusic.AmazonMusicOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3832
|
+
amazonMusicArtistId: (options: Omit<partyMusic.AmazonMusicArtistIdOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3833
|
+
appleMusic: (options: Omit<partyMusic.AppleMusicOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3834
|
+
appleMusicArtistId: (options: Omit<partyMusic.AppleMusicArtistIdOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3835
|
+
audiomack: (options: Omit<partyMusic.AudiomackOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3836
|
+
audiomackUsername: (options: Omit<partyMusic.AudiomackUsernameOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3837
|
+
bandcamp: (options: Omit<partyMusic.BandcampOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3838
|
+
bandcampSubdomain: (options: Omit<partyMusic.BandcampSubdomainOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3839
|
+
deezer: (options: Omit<partyMusic.DeezerOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3840
|
+
deezerArtistId: (options: Omit<partyMusic.DeezerArtistIdOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3841
|
+
soundcloud: (options: Omit<partyMusic.SoundcloudOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3842
|
+
soundcloudUsername: (options: Omit<partyMusic.SoundcloudUsernameOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3843
|
+
spotify: (options: Omit<partyMusic.SpotifyOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3844
|
+
spotifyArtistId: (options: Omit<partyMusic.SpotifyArtistIdOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3845
|
+
tidal: (options: Omit<partyMusic.TidalOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3846
|
+
tidalArtistId: (options: Omit<partyMusic.TidalArtistIdOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3847
|
+
};
|
|
3848
|
+
platformLink: {
|
|
3849
|
+
LinkClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3850
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3851
|
+
}, "@local-pkg/party_platform_link::party_platform_link::LinkClearedEvent<phantom Data>">;
|
|
3852
|
+
LinkSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3853
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3854
|
+
}, "@local-pkg/party_platform_link::party_platform_link::LinkSetEvent<phantom Data>">;
|
|
3855
|
+
clearLink: (options: Omit<partyPlatformLink.ClearLinkOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3856
|
+
hasLink: (options: Omit<partyPlatformLink.HasLinkOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3857
|
+
link: (options: Omit<partyPlatformLink.LinkOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3858
|
+
setLink: (options: Omit<partyPlatformLink.SetLinkOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3859
|
+
};
|
|
3860
|
+
proLink: {
|
|
3861
|
+
BookingPageData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3862
|
+
url: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3863
|
+
}, "@local-pkg/party_pro_link::party_pro_link::BookingPageData">;
|
|
3864
|
+
EpkData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3865
|
+
url: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3866
|
+
}, "@local-pkg/party_pro_link::party_pro_link::EpkData">;
|
|
3867
|
+
KofiData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3868
|
+
handle: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3869
|
+
}, "@local-pkg/party_pro_link::party_pro_link::KofiData">;
|
|
3870
|
+
LabelPageData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3871
|
+
url: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3872
|
+
}, "@local-pkg/party_pro_link::party_pro_link::LabelPageData">;
|
|
3873
|
+
ManagementPageData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3874
|
+
url: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3875
|
+
}, "@local-pkg/party_pro_link::party_pro_link::ManagementPageData">;
|
|
3876
|
+
PatreonData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3877
|
+
handle: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3878
|
+
}, "@local-pkg/party_pro_link::party_pro_link::PatreonData">;
|
|
3879
|
+
PublisherPageData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3880
|
+
url: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3881
|
+
}, "@local-pkg/party_pro_link::party_pro_link::PublisherPageData">;
|
|
3882
|
+
SubstackData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3883
|
+
subdomain: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3884
|
+
}, "@local-pkg/party_pro_link::party_pro_link::SubstackData">;
|
|
3885
|
+
WebsiteData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3886
|
+
url: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3887
|
+
}, "@local-pkg/party_pro_link::party_pro_link::WebsiteData">;
|
|
3888
|
+
bookingPage: (options: Omit<partyProLink.BookingPageOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3889
|
+
bookingUrl: (options: Omit<partyProLink.BookingUrlOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3890
|
+
epk: (options: Omit<partyProLink.EpkOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3891
|
+
epkUrl: (options: Omit<partyProLink.EpkUrlOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3892
|
+
kofi: (options: Omit<partyProLink.KofiOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3893
|
+
kofiHandle: (options: Omit<partyProLink.KofiHandleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3894
|
+
labelPage: (options: Omit<partyProLink.LabelPageOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3895
|
+
labelUrl: (options: Omit<partyProLink.LabelUrlOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3896
|
+
managementPage: (options: Omit<partyProLink.ManagementPageOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3897
|
+
managementUrl: (options: Omit<partyProLink.ManagementUrlOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3898
|
+
patreon: (options: Omit<partyProLink.PatreonOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3899
|
+
patreonHandle: (options: Omit<partyProLink.PatreonHandleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3900
|
+
publisherPage: (options: Omit<partyProLink.PublisherPageOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3901
|
+
publisherUrl: (options: Omit<partyProLink.PublisherUrlOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3902
|
+
substack: (options: Omit<partyProLink.SubstackOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3903
|
+
substackSubdomain: (options: Omit<partyProLink.SubstackSubdomainOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3904
|
+
website: (options: Omit<partyProLink.WebsiteOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3905
|
+
websiteUrl: (options: Omit<partyProLink.WebsiteUrlOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3906
|
+
};
|
|
3907
|
+
profile: {
|
|
3908
|
+
Profile: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3909
|
+
bio_short: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3910
|
+
bio_long: import("@mysten/bcs").BcsType<string | null, string | null | undefined, "Option<string>">;
|
|
3911
|
+
country: import("@mysten/bcs").BcsType<[string] | null, readonly [string] | null | undefined, "Option<country_code::country_code::CountryCode>">;
|
|
3912
|
+
languages: import("@mysten/bcs").BcsType<[string][], Iterable<readonly [string]> & {
|
|
3913
|
+
length: number;
|
|
3914
|
+
}, string>;
|
|
3915
|
+
}, "@local-pkg/party_profile::party_profile::Profile">;
|
|
3916
|
+
ProfileClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3917
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3918
|
+
}, "@local-pkg/party_profile::party_profile::ProfileClearedEvent">;
|
|
3919
|
+
ProfileKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/party_profile::party_profile::ProfileKey">;
|
|
3920
|
+
ProfileSetEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3921
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3922
|
+
}, "@local-pkg/party_profile::party_profile::ProfileSetEvent">;
|
|
3923
|
+
bioLong: (options: Omit<partyProfile.BioLongOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3924
|
+
bioShort: (options: Omit<partyProfile.BioShortOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3925
|
+
clearProfile: (options: Omit<partyProfile.ClearProfileOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3926
|
+
country: (options: Omit<partyProfile.CountryOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3927
|
+
hasProfile: (options: Omit<partyProfile.HasProfileOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3928
|
+
languages: (options: Omit<partyProfile.LanguagesOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3929
|
+
setProfile: (options: Omit<partyProfile.SetProfileOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3930
|
+
};
|
|
3931
|
+
roles: {
|
|
3932
|
+
ArtistRole: import("./contracts/utils/index.ts").MoveEnum<{
|
|
3933
|
+
Artist: null;
|
|
3934
|
+
Producer: null;
|
|
3935
|
+
Dj: null;
|
|
3936
|
+
Composer: null;
|
|
3937
|
+
Songwriter: null;
|
|
3938
|
+
Band: null;
|
|
3939
|
+
Label: null;
|
|
3940
|
+
Collective: null;
|
|
3941
|
+
Custom: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3942
|
+
}, "@local-pkg/party_roles::party_roles::ArtistRole">;
|
|
3943
|
+
RoleAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3944
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3945
|
+
role: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3946
|
+
}, "@local-pkg/party_roles::party_roles::RoleAddedEvent">;
|
|
3947
|
+
RoleRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3948
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3949
|
+
role: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3950
|
+
}, "@local-pkg/party_roles::party_roles::RoleRemovedEvent">;
|
|
3951
|
+
RolesClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3952
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
3953
|
+
}, "@local-pkg/party_roles::party_roles::RolesClearedEvent">;
|
|
3954
|
+
RolesKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/party_roles::party_roles::RolesKey">;
|
|
3955
|
+
addRole: (options: Omit<partyRoles.AddRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3956
|
+
artist: ((options: Omit<partyRoles.ArtistOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof partyRoles.artist;
|
|
3957
|
+
band: ((options: Omit<partyRoles.BandOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof partyRoles.band;
|
|
3958
|
+
clearRoles: (options: Omit<partyRoles.ClearRolesOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3959
|
+
collective: ((options: Omit<partyRoles.CollectiveOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof partyRoles.collective;
|
|
3960
|
+
composer: ((options: Omit<partyRoles.ComposerOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof partyRoles.composer;
|
|
3961
|
+
custom: (options: Omit<partyRoles.CustomOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3962
|
+
dj: ((options: Omit<partyRoles.DjOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof partyRoles.dj;
|
|
3963
|
+
hasRole: (options: Omit<partyRoles.HasRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3964
|
+
hasRoles: (options: Omit<partyRoles.HasRolesOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3965
|
+
label: ((options: Omit<partyRoles.LabelOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof partyRoles.label;
|
|
3966
|
+
producer: ((options: Omit<partyRoles.ProducerOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof partyRoles.producer;
|
|
3967
|
+
removeRole: (options: Omit<partyRoles.RemoveRoleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3968
|
+
roleName: (options: Omit<partyRoles.RoleNameOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3969
|
+
roles: (options: Omit<partyRoles.RolesOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
3970
|
+
songwriter: ((options: Omit<partyRoles.SongwriterOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult) | typeof partyRoles.songwriter;
|
|
3971
|
+
};
|
|
3972
|
+
social: {
|
|
3973
|
+
DiscordData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3974
|
+
handle: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3975
|
+
}, "@local-pkg/party_social::party_social::DiscordData">;
|
|
3976
|
+
FacebookData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3977
|
+
handle: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3978
|
+
}, "@local-pkg/party_social::party_social::FacebookData">;
|
|
3979
|
+
InstagramData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3980
|
+
handle: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3981
|
+
}, "@local-pkg/party_social::party_social::InstagramData">;
|
|
3982
|
+
RedditData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3983
|
+
handle: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3984
|
+
}, "@local-pkg/party_social::party_social::RedditData">;
|
|
3985
|
+
TelegramData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3986
|
+
handle: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3987
|
+
}, "@local-pkg/party_social::party_social::TelegramData">;
|
|
3988
|
+
ThreadsData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3989
|
+
handle: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3990
|
+
}, "@local-pkg/party_social::party_social::ThreadsData">;
|
|
3991
|
+
TikTokData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3992
|
+
handle: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3993
|
+
}, "@local-pkg/party_social::party_social::TikTokData">;
|
|
3994
|
+
TwitchData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3995
|
+
handle: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3996
|
+
}, "@local-pkg/party_social::party_social::TwitchData">;
|
|
3997
|
+
XData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
3998
|
+
handle: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
3999
|
+
}, "@local-pkg/party_social::party_social::XData">;
|
|
4000
|
+
YouTubeData: import("./contracts/utils/index.ts").MoveStruct<{
|
|
4001
|
+
handle: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
4002
|
+
}, "@local-pkg/party_social::party_social::YouTubeData">;
|
|
4003
|
+
discord: (options: Omit<partySocial.DiscordOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4004
|
+
discordHandle: (options: Omit<partySocial.DiscordHandleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4005
|
+
facebook: (options: Omit<partySocial.FacebookOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4006
|
+
facebookHandle: (options: Omit<partySocial.FacebookHandleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4007
|
+
instagram: (options: Omit<partySocial.InstagramOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4008
|
+
instagramHandle: (options: Omit<partySocial.InstagramHandleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4009
|
+
reddit: (options: Omit<partySocial.RedditOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4010
|
+
redditHandle: (options: Omit<partySocial.RedditHandleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4011
|
+
telegram: (options: Omit<partySocial.TelegramOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4012
|
+
telegramHandle: (options: Omit<partySocial.TelegramHandleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4013
|
+
threads: (options: Omit<partySocial.ThreadsOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4014
|
+
threadsHandle: (options: Omit<partySocial.ThreadsHandleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4015
|
+
tiktok: (options: Omit<partySocial.TiktokOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4016
|
+
tiktokHandle: (options: Omit<partySocial.TiktokHandleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4017
|
+
twitch: (options: Omit<partySocial.TwitchOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4018
|
+
twitchHandle: (options: Omit<partySocial.TwitchHandleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4019
|
+
x: (options: Omit<partySocial.XOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4020
|
+
xHandle: (options: Omit<partySocial.XHandleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4021
|
+
youtube: (options: Omit<partySocial.YoutubeOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4022
|
+
youtubeHandle: (options: Omit<partySocial.YoutubeHandleOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4023
|
+
};
|
|
4024
|
+
tags: {
|
|
4025
|
+
TagAddedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
4026
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4027
|
+
tag: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
4028
|
+
}, "@local-pkg/party_tags::party_tags::TagAddedEvent">;
|
|
4029
|
+
TagRemovedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
4030
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4031
|
+
tag: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
4032
|
+
}, "@local-pkg/party_tags::party_tags::TagRemovedEvent">;
|
|
4033
|
+
TagsClearedEvent: import("./contracts/utils/index.ts").MoveStruct<{
|
|
4034
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4035
|
+
}, "@local-pkg/party_tags::party_tags::TagsClearedEvent">;
|
|
4036
|
+
TagsKey: import("./contracts/utils/index.ts").MoveTuple<readonly [import("@mysten/bcs").BcsType<boolean, boolean, "bool">], "@local-pkg/party_tags::party_tags::TagsKey">;
|
|
4037
|
+
addTag: (options: Omit<partyTags.AddTagOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4038
|
+
clearTags: (options: Omit<partyTags.ClearTagsOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4039
|
+
hasTag: (options: Omit<partyTags.HasTagOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4040
|
+
hasTags: (options: Omit<partyTags.HasTagsOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4041
|
+
removeTag: (options: Omit<partyTags.RemoveTagOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4042
|
+
tags: (options: Omit<partyTags.TagsOptions, "package">) => (tx: import("@mysten/sui/transactions").Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
4043
|
+
};
|
|
4044
|
+
};
|
|
4045
|
+
};
|
|
4046
|
+
/** Generated BCS codecs, grouped with the same ownership boundary as `call`. */
|
|
4047
|
+
get bcs(): {
|
|
4048
|
+
extensions: {
|
|
4049
|
+
compositionCredits: {
|
|
4050
|
+
compositionCredits: CodecModule<typeof compositionCredits>;
|
|
4051
|
+
compositionPartyRole: CodecModule<typeof compositionPartyRole>;
|
|
4052
|
+
};
|
|
4053
|
+
recordingAdvisory: CodecModule<typeof recordingAdvisory>;
|
|
4054
|
+
recordingCredits: {
|
|
4055
|
+
recordingCredits: CodecModule<typeof recordingCredits>;
|
|
4056
|
+
recordingPartyRole: CodecModule<typeof recordingPartyRole>;
|
|
4057
|
+
};
|
|
4058
|
+
recordingLanguage: CodecModule<typeof recordingLanguage>;
|
|
4059
|
+
recordingMasterReference: CodecModule<typeof recordingMasterReference>;
|
|
4060
|
+
releaseCoverArt: CodecModule<typeof releaseCoverArt>;
|
|
4061
|
+
releaseCredits: {
|
|
4062
|
+
releaseCredits: CodecModule<typeof releaseCredits>;
|
|
4063
|
+
releasePartyRole: CodecModule<typeof releasePartyRole>;
|
|
4064
|
+
};
|
|
4065
|
+
releaseDescription: CodecModule<typeof releaseDescription>;
|
|
4066
|
+
releaseDspLink: CodecModule<typeof releaseDspLink>;
|
|
4067
|
+
releaseGenre: CodecModule<typeof releaseGenre>;
|
|
4068
|
+
releaseKind: CodecModule<typeof releaseKind>;
|
|
4069
|
+
};
|
|
4070
|
+
primitives: {
|
|
4071
|
+
royaltyPool: {
|
|
4072
|
+
pool: CodecModule<typeof royaltyPool>;
|
|
4073
|
+
stake: CodecModule<typeof royaltyStake>;
|
|
4074
|
+
};
|
|
4075
|
+
routedStake: CodecModule<typeof routedStake>;
|
|
4076
|
+
};
|
|
4077
|
+
party: {
|
|
4078
|
+
core: CodecModule<{
|
|
4079
|
+
readonly PartyKind: import("@misofm/partyos/contracts/utils/index").MoveEnum<{
|
|
4080
|
+
Individual: null;
|
|
4081
|
+
Group: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
4082
|
+
contents: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
|
|
4083
|
+
length: number;
|
|
4084
|
+
}, string>;
|
|
4085
|
+
}, "0x2::vec_set::VecSet<bytes[32]>">;
|
|
4086
|
+
}, "@local-pkg/partyos::party::PartyKind">;
|
|
4087
|
+
readonly Party: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
4088
|
+
id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4089
|
+
kind: import("@misofm/partyos/contracts/utils/index").MoveEnum<{
|
|
4090
|
+
Individual: null;
|
|
4091
|
+
Group: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
4092
|
+
contents: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
|
|
4093
|
+
length: number;
|
|
4094
|
+
}, string>;
|
|
4095
|
+
}, "0x2::vec_set::VecSet<bytes[32]>">;
|
|
4096
|
+
}, "@local-pkg/partyos::party::PartyKind">;
|
|
4097
|
+
name: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
4098
|
+
created_at_ms: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
4099
|
+
}, "@local-pkg/partyos::party::Party">;
|
|
4100
|
+
readonly PartyAdminCap: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
4101
|
+
id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4102
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4103
|
+
}, "@local-pkg/partyos::party::PartyAdminCap">;
|
|
4104
|
+
readonly PartyAdminCapKey: import("@misofm/partyos/contracts/utils/index").MoveTuple<readonly [import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">], "@local-pkg/partyos::party::PartyAdminCapKey">;
|
|
4105
|
+
readonly PendingInviteKey: import("@misofm/partyos/contracts/utils/index").MoveTuple<readonly [import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">], "@local-pkg/partyos::party::PendingInviteKey">;
|
|
4106
|
+
readonly PendingMembershipKey: import("@misofm/partyos/contracts/utils/index").MoveTuple<readonly [import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">], "@local-pkg/partyos::party::PendingMembershipKey">;
|
|
4107
|
+
readonly MembershipKey: import("@misofm/partyos/contracts/utils/index").MoveTuple<readonly [import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">], "@local-pkg/partyos::party::MembershipKey">;
|
|
4108
|
+
readonly Membership: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
4109
|
+
since_epoch: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
4110
|
+
}, "@local-pkg/partyos::party::Membership">;
|
|
4111
|
+
readonly PartyCreatedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
4112
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4113
|
+
name: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
4114
|
+
kind: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
4115
|
+
created_at_ms: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
|
|
4116
|
+
}, "@local-pkg/partyos::party::PartyCreatedEvent">;
|
|
4117
|
+
readonly PartyNameSetEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
4118
|
+
party_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4119
|
+
name: import("@mysten/bcs").BcsType<string, string, "string">;
|
|
4120
|
+
}, "@local-pkg/partyos::party::PartyNameSetEvent">;
|
|
4121
|
+
readonly PartyInvitedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
4122
|
+
group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4123
|
+
member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4124
|
+
}, "@local-pkg/partyos::party::PartyInvitedEvent">;
|
|
4125
|
+
readonly PartyJoinedGroupEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
4126
|
+
group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4127
|
+
member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4128
|
+
}, "@local-pkg/partyos::party::PartyJoinedGroupEvent">;
|
|
4129
|
+
readonly PartyInviteDeclinedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
4130
|
+
group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4131
|
+
member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4132
|
+
}, "@local-pkg/partyos::party::PartyInviteDeclinedEvent">;
|
|
4133
|
+
readonly PartyInviteRevokedEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
4134
|
+
group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4135
|
+
member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4136
|
+
}, "@local-pkg/partyos::party::PartyInviteRevokedEvent">;
|
|
4137
|
+
readonly PartyRemovedFromGroupEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
4138
|
+
group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4139
|
+
member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4140
|
+
}, "@local-pkg/partyos::party::PartyRemovedFromGroupEvent">;
|
|
4141
|
+
readonly PartyLeftGroupEvent: import("@misofm/partyos/contracts/utils/index").MoveStruct<{
|
|
4142
|
+
group_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4143
|
+
member_id: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4144
|
+
}, "@local-pkg/partyos::party::PartyLeftGroupEvent">;
|
|
4145
|
+
_new: typeof import("@misofm/partyos/contracts/partyos/party")._new;
|
|
4146
|
+
share: typeof import("@misofm/partyos/contracts/partyos/party").share;
|
|
4147
|
+
setName: typeof import("@misofm/partyos/contracts/partyos/party").setName;
|
|
4148
|
+
inviteParty: typeof import("@misofm/partyos/contracts/partyos/party").inviteParty;
|
|
4149
|
+
acceptInvite: typeof import("@misofm/partyos/contracts/partyos/party").acceptInvite;
|
|
4150
|
+
declineInvite: typeof import("@misofm/partyos/contracts/partyos/party").declineInvite;
|
|
4151
|
+
revokeInvite: typeof import("@misofm/partyos/contracts/partyos/party").revokeInvite;
|
|
4152
|
+
leave: typeof import("@misofm/partyos/contracts/partyos/party").leave;
|
|
4153
|
+
removeMember: typeof import("@misofm/partyos/contracts/partyos/party").removeMember;
|
|
4154
|
+
newIndividualKind: typeof import("@misofm/partyos/contracts/partyos/party").newIndividualKind;
|
|
4155
|
+
newGroupKind: typeof import("@misofm/partyos/contracts/partyos/party").newGroupKind;
|
|
4156
|
+
name: typeof import("@misofm/partyos/contracts/partyos/party").name;
|
|
4157
|
+
createdAtMs: typeof import("@misofm/partyos/contracts/partyos/party").createdAtMs;
|
|
4158
|
+
isIndividualKind: typeof import("@misofm/partyos/contracts/partyos/party").isIndividualKind;
|
|
4159
|
+
isGroupKind: typeof import("@misofm/partyos/contracts/partyos/party").isGroupKind;
|
|
4160
|
+
isMember: typeof import("@misofm/partyos/contracts/partyos/party").isMember;
|
|
4161
|
+
hasPendingInvite: typeof import("@misofm/partyos/contracts/partyos/party").hasPendingInvite;
|
|
4162
|
+
hasPendingMembership: typeof import("@misofm/partyos/contracts/partyos/party").hasPendingMembership;
|
|
4163
|
+
partyKindName: typeof import("@misofm/partyos/contracts/partyos/party").partyKindName;
|
|
4164
|
+
authorize: typeof import("@misofm/partyos/contracts/partyos/party").authorize;
|
|
4165
|
+
partyAdminCapPartyId: typeof import("@misofm/partyos/contracts/partyos/party").partyAdminCapPartyId;
|
|
4166
|
+
assertIsIndividualKind: typeof import("@misofm/partyos/contracts/partyos/party").assertIsIndividualKind;
|
|
4167
|
+
assertIsGroupKind: typeof import("@misofm/partyos/contracts/partyos/party").assertIsGroupKind;
|
|
4168
|
+
}>;
|
|
4169
|
+
cta: CodecModule<typeof partyCta>;
|
|
4170
|
+
genre: CodecModule<typeof partyGenre>;
|
|
4171
|
+
media: CodecModule<typeof partyMedia>;
|
|
4172
|
+
music: CodecModule<typeof partyMusic>;
|
|
4173
|
+
platformLink: CodecModule<typeof partyPlatformLink>;
|
|
4174
|
+
proLink: CodecModule<typeof partyProLink>;
|
|
4175
|
+
profile: CodecModule<typeof partyProfile>;
|
|
4176
|
+
roles: CodecModule<typeof partyRoles>;
|
|
4177
|
+
social: CodecModule<typeof partySocial>;
|
|
4178
|
+
tags: CodecModule<typeof partyTags>;
|
|
4179
|
+
};
|
|
4180
|
+
};
|
|
4181
|
+
}
|
|
4182
|
+
/** Construct complete platform package bindings from an explicit verified manifest. */
|
|
4183
|
+
export declare function misoPlatformPackages(deployment: MisoPlatformDeployment): MisoPlatformPackageBindings;
|
|
4184
|
+
export {};
|
|
4185
|
+
//# sourceMappingURL=packages.d.ts.map
|