@dfinity/ic-management
Version:
A library for interfacing with the IC management canister.
8 lines (7 loc) • 1.94 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../src/index.ts"],
"sourcesContent": ["import type { IcManagementDid } from \"@icp-sdk/canisters/ic-management\";\n\nexport type canister_install_mode = IcManagementDid.canister_install_mode;\nexport type canister_log_record = IcManagementDid.canister_log_record;\nexport type canister_status_result = IcManagementDid.canister_status_result;\nexport type chunk_hash = IcManagementDid.chunk_hash;\nexport type definite_canister_settings =\n IcManagementDid.definite_canister_settings;\nexport type environment_variable = IcManagementDid.environment_variable;\nexport type fetch_canister_logs_result =\n IcManagementDid.fetch_canister_logs_result;\nexport type list_canister_snapshots_result =\n IcManagementDid.list_canister_snapshots_result;\nexport type log_visibility = IcManagementDid.log_visibility;\nexport type read_canister_snapshot_data_response =\n IcManagementDid.read_canister_snapshot_data_response;\nexport type read_canister_snapshot_metadata_response =\n IcManagementDid.read_canister_snapshot_metadata_response;\nexport type snapshot = IcManagementDid.snapshot;\nexport type snapshot_id = IcManagementDid.snapshot_id;\nexport type take_canister_snapshot_result =\n IcManagementDid.take_canister_snapshot_result;\nexport type upload_canister_snapshot_metadata_response =\n IcManagementDid.upload_canister_snapshot_metadata_response;\n\n/**\n * @deprecated Use \"@icp-sdk/canisters/ic-management\" directly instead\n */\nexport * from \"@icp-sdk/canisters/ic-management\";\n\n/**\n * Legacy re-export for backward compatibility.\n * @deprecated Use \"@icp-sdk/canisters/ic-management\" directly instead\n */\nexport {\n IcManagementCanister as ICManagementCanister,\n type IcManagementCanisterOptions as ICManagementCanisterOptions,\n} from \"@icp-sdk/canisters/ic-management\";\n"],
"mappings": ";;AA4BA,WAAc,mCAMd,OAC0B,wBAAxBA,MAEK",
"names": ["IcManagementCanister"]
}